type
stringclasses
7 values
content
stringlengths
4
9.55k
repo
stringlengths
7
96
path
stringlengths
4
178
language
stringclasses
1 value
InterfaceDeclaration
/** * @class * Initializes a new instance of the AndroidBranchConfigurationProperties class. * @constructor * Build configuration for Android projects * * @member {string} [gradleWrapperPath] Path to the Gradle wrapper script * @member {string} module The Gradle module to build * @member {string} variant The An...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BranchConfigurationToolsets class. * @constructor * The branch build configuration for each toolset * * @member {object} [xcode] * @member {string} [xcode.projectOrWorkspacePath] Xcode project/workspace path * @member {string} [xcode.podfilePath] Path to CococaPo...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BranchConfigurationArtifactVersioning class. * @constructor * The versioning configuration for artifacts built for this branch * * @member {string} [buildNumberFormat] Possible values include: 'buildId', * 'timestamp' */ export interface BranchConfigurationArtifa...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BranchConfiguration class. * @constructor * The branch build configuration * * @member {number} id * @member {string} [trigger] Possible values include: 'continous', * 'continuous', 'manual' * @member {boolean} [testsEnabled] * @member {boolean} [badgeIsEnabled...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the CommitDetailsCommitAuthor class. * @constructor * @member {string} [date] Date and time of the commit * @member {string} [name] Author name * @member {string} [email] Author's email */ export interface CommitDetailsCommitAuthor { date?: string; name?: string; ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the CommitDetailsCommit class. * @constructor * @member {string} [message] Commit message * @member {object} [author] * @member {string} [author.date] Date and time of the commit * @member {string} [author.name] Author name * @member {string} [author.email] Author's ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the CommitDetails class. * @constructor * @member {object} [commit] * @member {string} [commit.message] Commit message * @member {object} [commit.author] * @member {string} [commit.author.date] Date and time of the commit * @member {string} [commit.author.name] Autho...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the RepoConfig class. * @constructor * @member {string} type Type of repository * @member {string} state State of the configuration. Possible values include: * 'unauthorized', 'inactive', 'active' * @member {string} [repoUrl] URL of the repository * @member {string} ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the RepoInfo class. * @constructor * @member {string} repoUrl The repository url */ export interface RepoInfo { repoUrl: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the XcodeVersion class. * @constructor * The Xcode version * * @member {string} [name] The version name * @member {boolean} [current] If the Xcode is latest stable */ export interface XcodeVersion { name?: string; current?: boolean; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the MonoVersion class. * @constructor * The Mono version * * @member {string} [name] The version name * @member {boolean} [current] If the Mono is latest stable */ export interface MonoVersion { name?: string; current?: boolean; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the XamarinSDKBundle class. * @constructor * The Xamarin SDK bundle * * @member {string} [monoVersion] The Mono version * @member {string} [sdkBundle] The Xamarin SDK version * @member {boolean} [current] If the SDK is latest stable */ export interface XamarinSDKBun...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildParams class. * @constructor * @member {string} [sourceVersion] Version to build which represents the full * Git commit reference * @member {boolean} [debug] Run build in debug mode */ export interface BuildParams { sourceVersion?: string; debug?: boolean...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildPatch class. * @constructor * @member {string} [status] The build status; used to cancel builds. Possible * values include: 'cancelling' */ export interface BuildPatch { status?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildLog class. * @constructor * @member {array} [value] */ export interface BuildLog { value?: string[]; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionRequest class. * @constructor * @member {string} distributionGroupId A distribution group ID or a store * group ID * @member {string} [releaseNotes] The release notes */ export interface DistributionRequest { distributionGroupId: string; releaseNot...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionResponse class. * @constructor * @member {string} [status] Status of the Request * @member {string} [uploadId] A unique ID of the upload */ export interface DistributionResponse { status?: string; uploadId?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildServiceStatus class. * @constructor * @member {string} [status] * @member {string} [service] * @member {string} [message] * @member {string} [url] * @member {number} [validUntil] * @member {string} [os] */ export interface BuildServiceStatus { status?: s...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildAgentQueue class. * @constructor * @member {string} queue */ export interface BuildAgentQueue { queue: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ValidationErrorResponse class. * @constructor * @member {string} id * @member {string} code * @member {string} message */ export interface ValidationErrorResponse { id: string; code: string; message: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildAgentQueueResponse class. * @constructor * Queue configured in build definition * * @member {string} [buildDefinition] Name of the build definition * @member {string} [name] Name of the queue */ export interface BuildAgentQueueResponse { buildDefinition?: ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AgentQueueResponse class. * @constructor * Agent queue * * @member {number} [id] * @member {string} [name] */ export interface AgentQueueResponse { id?: number; name?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppBuildFeature class. * @constructor * supported feature * * @member {string} [name] * @member {boolean} [value] */ export interface AppBuildFeature { name?: string; value?: boolean; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the FileValidationDetails class. * @constructor * Additional details required for file validation * * @member {string} p12password * @member {string} [certificateUploadId] */ export interface FileValidationDetails { p12password: string; certificateUploadId?: stri...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BuildConcurrencyResponse class. * @constructor * Number of pipelines * * @member {number} [quantity] The number of pipelines set by the billing plan * @member {number} [committedQuantity] The number of pipelines committed, * which can be equal or greater than the...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionGroupRelease class. * @constructor * Response for getting a list of releases in a distribution group * * @member {number} [id] ID identifying this unique release. * @member {string} [version] The release's version.<br> * For iOS: CFBundleVersion from ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the TesterAppRelease class. * @constructor * @member {number} size The release's size in bytes. * @member {string} [installUrl] The href required to install a release on a * mobile device. On iOS devices will be prefixed with * `itms-services://?action=download-manife...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the TesterAppWithReleaseResponseOwner class. * @constructor * The information about the app's owner * * @member {string} [id] The unique id (UUID) of the owner * @member {string} [avatarUrl] The avatar URL of the owner * @member {string} [displayName] The owner's dis...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the TesterAppWithReleaseResponse class. * @constructor * @member {string} [id] The unique ID (UUID) of the app * @member {object} [release] * @member {number} [release.size] The release's size in bytes. * @member {string} [release.installUrl] The href required to inst...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the SendNotificationRequestEmailContents class. * @constructor * latest email content * * @member {string} [releaseId] * @member {string} [appName] * @member {string} [platform] * @member {string} [build] * @member {string} [version] * @member {string} installLink...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the SendNotificationRequest class. * @constructor * @member {array} userIds user list to send email notification * @member {object} emailContents latest email content * @member {string} [emailContents.releaseId] * @member {string} [emailContents.appName] * @member {s...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UserInteractionMetricsResponse class. * @constructor * Response for retrieving user interaction metrics. * * @member {boolean} [lessThan100Apps] check if the user has less than 100 * apps. * @member {boolean} [hasMoreThan1Release] check if the user's whole apps h...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUpdateResponseDestinationsItem class. * @constructor * @member {string} [id] * @member {string} [name] */ export interface ReleaseUpdateResponseDestinationsItem { id?: string; name?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUpdateResponse class. * @constructor * Response for updating a release * * @member {boolean} [mandatoryUpdate] * @member {string} [releaseNotes] * @member {array} [destinations] */ export interface ReleaseUpdateResponse { mandatoryUpdate?: boolean; re...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PrivateReleaseDetailsResponse class. * @constructor * Details of an uploaded release * * @member {number} [id] ID identifying this unique release. * @member {string} [status] OBSOLETE. Will be removed in next version. The * availability concept is now replaced wi...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PrivateBasicReleaseDetailsResponse class. * @constructor * Basic information on a release for private apis * * @member {number} [id] ID identifying this unique release. * @member {string} [version] The release's version.<br> * For iOS: CFBundleVersion from info.p...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DestinationId class. * @constructor * A unique identifier for a destination. A destination can be identified by an * ID (guid) or by a name. DestinationId encapsulates both options. A * destination can be either a distribution group or a store. * * @member {strin...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionGroup class. * @constructor * @member {boolean} [isLatest] Is the containing release the latest one in * this distribution group. */ export interface DistributionGroup extends DestinationId { isLatest?: boolean; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionStore class. * @constructor * @member {boolean} [isLatest] Is the containing release the latest one in * this distribution store. * @member {string} [type] type of the distribution store currently stores type * can be intune, googleplay or windows. Pos...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the Destination class. * @constructor * @member {boolean} [isLatest] Is the containing release the latest one in * this distribution group. * @member {string} [type] type of the distribution store currently stores type * can be intune, googleplay or windows. Possible ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the BasicReleaseDetailsResponse class. * @constructor * Basic information on a release * * @member {number} [id] ID identifying this unique release. * @member {string} [version] The release's version.<br> * For iOS: CFBundleVersion from info.plist.<br> * For Android...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionGroupWithoutIsLatest class. * @constructor * @member {string} [id] ID identifying a unique distribution group. * @member {string} [name] A name identifying a unique distribution group. */ export interface DistributionGroupWithoutIsLatest { id?: string...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DistributionStoreWithoutIsLatest class. * @constructor * @member {string} [id] ID identifying a unique distribution store. * @member {string} [name] A name identifying a unique distribution store. * @member {string} [type] type of the distribution store currently s...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseDetailsResponse class. * @constructor * Details of an uploaded release * * @member {number} [id] ID identifying this unique release. * @member {string} [appName] The app's name (extracted from the uploaded * release). * @member {string} [appDisplayName] T...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUploadBeginResponse class. * @constructor * A response containing information pertaining to starting a release upload * process * * @member {string} uploadId The ID for the current upload * @member {string} uploadUrl The URL where the client needs to uploa...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUploadEndRequest class. * @constructor * A request containing information pertaining to complete a release upload * process * * @member {string} status The desired operation for the upload. Possible * values include: 'committed', 'aborted' */ export inter...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUploadEndResponse class. * @constructor * A response containing information about the uploaded release. * * @member {number} [releaseId] The ID of the release. * @member {string} [releaseUrl] A URL to the new release. If upload was * aborted will be null. ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ArchIdentifier class. * @constructor * An object containing a UUID for an architecture for an iOS app. * * @member {string} architecture The architecture that the UUID belongs to, * i.e. armv7 or arm64. * @member {uuid} uuid The unique identifier. */ export inte...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ProvisioningProfile class. * @constructor * An object containing information about an iOS provisioning profile. * * @member {string} name The name of the provisioning profile. * @member {string} applicationIdentifier The application identifier. * @member {string}...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseCreateRequest class. * @constructor * A request containing information for creating a release. * * @member {string} [uploadedBy] The user that uploaded the build. * @member {string} name The display name of the app, extracted from the build. * @member {str...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseCreateResponse class. * @constructor * The response from the release creation API that just contains the created * release's distinct id. * * @member {number} releaseDistinctId The distinct ID of the release. */ export interface ReleaseCreateResponse { r...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUpdateRequest class. * @constructor * A request containing information for updating a release. * * @member {string} [distributionGroupName] OBSOLETE. Will be removed in future * releases - use destinations instead. Name of a distribution group. The * relea...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PrivateReleaseUpdateRequest class. * @constructor * A request containing information for updating a release. * * @member {string} [publishingStatus] The store publishing status. Possible * values include: 'failed', 'processing', 'submitted' */ export interface Pr...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ProvisioningProfileResponse class. * @constructor * A response containing information about an iOS provisioning profile. * * @member {string} provisioningProfileType Possible values include: 'adhoc', * 'enterprise', 'other' * @member {array} [udids] * @member {s...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DestinationError class. * @constructor * @member {string} [code] Error Codes:<br> * <b>invalid_store_secrets</b>: While distributing to store, secrets provided * for store are not valid.<br> * <b>store_release_bad_request</b>: Proper package release details for th...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ReleaseUpdateError class. * @constructor * @member {string} [releaseNotes] * @member {boolean} [mandatoryUpdate] * @member {array} [destinations] */ export interface ReleaseUpdateError extends ErrorDetails { releaseNotes?: string; mandatoryUpdate?: boolean; ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AutoProvisioningConfigRequest class. * @constructor * A request containing information for creating a Auto Provisioning Config. * * @member {string} appleDeveloperAccountKey A key to a secret in * customer-credential-store. apple_developer_account refers to the us...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AutoProvisioningConfigResponse class. * @constructor * A response from API containing information for a Auto Provisioning Config. * * @member {number} [id] The identifier of the config. * @member {string} [appId] The identifier of the App. * @member {string} [des...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AnalyticsReleasesParameter class. * @constructor * @member {number} releaseId release id * @member {string} distributionGroupId distribution group id * @member {uuid} userId user id */ export interface AnalyticsReleasesParameter { releaseId: number; distributi...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AnalyticsReleasesResponse class. * @constructor * @member {array} [releases] */ export interface AnalyticsReleasesResponse { releases?: AnalyticsReleasesParameter[]; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DeviceConfigurationResponse class. * @constructor * A response containing the fully encoded binary blob for a mobileconfig * * @member {string} dataUrl A data URL containing a signed mobileconfig profile */ export interface DeviceConfigurationResponse { dataUrl:...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DeviceInfoRequest class. * @constructor * The information for a single iOS device * * @member {string} udid The Unique Device IDentifier of the device * @member {string} model The model identifier of the device, in the format * iDeviceM,N * @member {string} [osB...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DeviceInfoResponse class. * @constructor * The information for a single iOS device * * @member {string} udid The Unique Device IDentifier of the device * @member {string} model The model identifier of the device, in the format * iDeviceM,N * @member {string} dev...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ResignStatus class. * @constructor * The status of the resign operation. * * @member {string} status The status of the resign * @member {string} [errorCode] Error code for any error that occured during * the resigning operation. * @member {string} [errorMessage]...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PublishDevicesRequest class. * @constructor * The publising information. * * @member {string} [username] The username for the Apple Developer account to * publish the devices to. * @member {string} [password] The password for the Apple Developer account to * pub...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PublishDevicesResponse class. * @constructor * The information for a single iOS device * * @member {string} [profileFileName] The file name for the provisioning * profile. * @member {string} profilesZipBase64 The updated provisioning profiles zip * base64 encode...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleLoginRequest class. * @constructor * Apple credentials needed to log into the Apple Developer Portal * * @member {string} username The username for the Apple Developer account. * @member {string} password The password for the Apple Developer account. * @memb...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleLoginResponse class. * @constructor * Indicates if login was successful. * * @member {boolean} [successful] True when login was successful. */ export interface AppleLoginResponse { successful?: boolean; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ApplicationStatusRequest class. * @constructor * The information needed to fetch the status of an application * * @member {string} username The username for the Apple Developer account. * @member {string} password The password for the Apple Developer account. * @...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ApplicationStatusResponse class. * @constructor * The status information from Itunes portal * * @member {string} versionType The type of version being returned * (production/edit/test flight). * @member {string} [version] The version of the application */ export...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ItunesAppsRequest class. * @constructor * Apple credentials with username, password or service_connection_id of the * stored credentials is needed along with team_identifier. * * @member {string} [username] The username for the Apple Developer account. * @member ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ItunesTeamsRequest class. * @constructor * Apple credentials with username, password or service_connection_id of the * stored credentials is needed. * * @member {string} [username] The username for the Apple Developer account. * @member {string} [password] The pa...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ItunesTeamsResponse class. * @constructor * Itunes teams details . * * @member {string} [teamId] Itunes team id. * @member {string} [teamName] Itunes Team Name */ export interface ItunesTeamsResponse { teamId?: string; teamName?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AllItunesAppsResponse class. * @constructor * Itunes teams details . * * @member {string} [appleId] apple id for app team id. * @member {string} [bundleId] bundle identifier of app * @member {string} [name] App Name * @member {string} [iconUrl] url for the app i...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleTestFlightGroupRequest class. * @constructor * Apple details for fetching test flight groups from Apple Developer Portal. * pass either apple_id or bundle_identifier to get the test flight groups. if * both are passed than apple_id will take preference * * @...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleTestFlightGroupResponse class. * @constructor * test flight group details for the app. * * @member {string} [id] id of the group. * @member {number} [providerId] provider id of the group. * @member {number} [appAdamId] apple id of the group. * @member {stri...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AvailabilityOfDevicesRequest class. * @constructor * Apple credentials needed to log into the Apple Developer Portal and access * provisioning profiles * * @member {string} [username] The username for the Apple Developer account. * @member {string} [password] The...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DeviceAvailability class. * @constructor * ... * * @member {number} registered * @member {number} available * @member {number} maximum */ export interface DeviceAvailability { registered: number; available: number; maximum: number; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AvailabilityOfDevicesResponse class. * @constructor * The current device availability (registered, available and maxmimum) for * iPhones, iPads, iPods and Watches from Apple Developer Portal * * @member {object} iphones * @member {number} [iphones.registered] * ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UpdateDevicesRequestDestinationsItem class. * @constructor * @member {string} [name] */ export interface UpdateDevicesRequestDestinationsItem { name?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UpdateDevicesRequest class. * @constructor * Information required to publish devices to the Apple Developer account and * resign the application. * * @member {number} [releaseId] When provided, will update the provided release * with the new set of devices. By de...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UpdateDevicesResponse class. * @constructor * URL that can be used to check the status of the update devices operation and * the updated profiles. * * @member {string} profilesZipBase64 The updated provisioning profiles base64 * encoded. * @member {string} statu...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UpdateResignStatusRequest class. * @constructor * Updates the status of the resign request * * @member {string} status The updated status for the resigning request. * @member {string} [errorCode] Error code if an error occured in the resigning * operation. * @me...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the UpdateResignStatusResponse class. * @constructor * URL that can be used to check the status of the update devices operation and * the updated profiles. * * @member {string} status The status. */ export interface UpdateResignStatusResponse { status: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the DeviceRegistrationUrl class. * @constructor * The url that can be navigated to in order to start the device registration * process. * * @member {string} registrationUrl The url that can be navigated to in order * to start the device registration process. */ expo...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the StoresReleaseDetails class. * @constructor * Details of an uploaded release * * @member {number} [id] ID identifying this unique release. * @member {string} [status] OBSOLETE. Will be removed in next version. The * availability concept is now replaced with distri...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneSecretDetails class. * @constructor * @member {string} [idToken] the id token of user * @member {string} [refreshToken] the refresh token for user * @member {string} [refreshTokenExpiry] the expiry of refresh token */ export interface IntuneSecretDetails { ...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneTargetAudience class. * @constructor * @member {string} [name] display name for the target audience/group */ export interface IntuneTargetAudience { name?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneAppCategory class. * @constructor * @member {string} [name] display name for the app category */ export interface IntuneAppCategory { name?: string; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneStoreRequest class. * @constructor * @member {object} [secretJson] * @member {string} [secretJson.idToken] the id token of user * @member {string} [secretJson.refreshToken] the refresh token for user * @member {string} [secretJson.refreshTokenExpiry] the exp...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the WindowsSecretDetails class. * @constructor * @member {string} [idToken] the id token of user * @member {string} [refreshToken] the refresh token for user * @member {string} [refreshTokenExpiry] the expiry of refresh token */ export interface WindowsSecretDetails {...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the WindowsStoreRequest class. * @constructor * @member {object} [secretJson] * @member {string} [secretJson.idToken] the id token of user * @member {string} [secretJson.refreshToken] the refresh token for user * @member {string} [secretJson.refreshTokenExpiry] the ex...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the ExternalStoreRequest class. * @constructor * ExternalStoreRequest * * @member {string} [type] store Type. Possible values include: 'googleplay', * 'intune', 'windows', 'apple' * @member {string} [name] name of the store. In case of googleplay, windows * and Appl...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleMappingRequest class. * @constructor * Apple Mapping Request Type * * @member {string} serviceConnectionId Id for the shared service connection. * In case of Apple AppStore, this connection will be used to create and * connect to the Apple AppStore in Mobile...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleMappingResponse class. * @constructor * Apple Mapping Request Type * * @member {string} [appId] ID of the apple application in Mobile Center * @member {string} [serviceConnectionId] Id for the shared service connection. * In case of Apple AppStore, this conn...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the AppleTestFlightGroupsResponse class. * @constructor * Apple Test Flight Groups Response Type * * @member {string} [id] id of the group. * @member {number} [providerId] provider id of the group. * @member {number} [appleId] apple id of the group. * @member {strin...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PrivateIntuneStoreRequest class. * @constructor * @member {object} [targetAudience] * @member {string} [targetAudience.name] display name for the target * audience/group * @member {object} [appCategory] * @member {string} [appCategory.name] display name for the a...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the PrivateCreateStoreRequest class. * @constructor * create the store through private API. Used by UI. * * @member {string} [type] store Type. Possible values include: 'intune', * 'windows' * @member {string} [name] name of the store. * @member {object} [intuneDeta...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneCategoryValue class. * @constructor * @member {string} [id] the id of the category * @member {string} [displayName] the display name for the category * @member {string} [lastModifiedDateTime] modified date for category */ export interface IntuneCategoryValue...
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript
InterfaceDeclaration
/** * @class * Initializes a new instance of the IntuneCategories class. * @constructor * @member {string} [odatacontext] context * @member {array} [value] categories for intune app */ export interface IntuneCategories { odatacontext?: string; value?: IntuneCategoryValue[]; }
AndreyMitsyk/appcenter-cli
src/util/apis/generated/models/index.d.ts
TypeScript