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 UserInfo class.
* @constructor
* @member {string} [odatacontext] context
* @member {string} [id] the display name for the category
* @member {string} [displayName] the display name for the category
* @member {string} [givenName] the display name for the category
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneGroupValue class.
* @constructor
* @member {string} [id] the id of the Group
* @member {string} [displayName] the display name of the group
*/
export interface IntuneGroupValue {
id?: string;
displayName?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneGroups class.
* @constructor
* @member {string} [odatacontext] context
* @member {array} [value] categories for intune app
*/
export interface IntuneGroups {
odatacontext?: string;
value?: IntuneGroupValue[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SecretDetails 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 SecretDetails {
idToken?: s... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CreateStoreSecretRequest 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] t... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CreateStoreSecretResponse class.
* @constructor
* @member {string} [secretId] the secret id for store secret
*/
export interface CreateStoreSecretResponse {
secretId?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ReleasePublishErrorResponse class.
* @constructor
* ReleasePublishErrorResponse
*
* @member {string} [message] error Details
*/
export interface ReleasePublishErrorResponse {
message?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StatusData class.
* @constructor
* Status Data from store
*
* @member {string} [status] status from store
* @member {string} [storetype] store type
* @member {string} [track] track information from store
* @member {string} [version] version of the app from store... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ReleaseRealTimeStatusResponse class.
* @constructor
* status of the app from store
*
* @member {string} [releaseId] release id
* @member {string} [appId] app id
* @member {object} [status]
* @member {string} [status.status] status from store
* @member {string} ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ExternalStoreResponse class.
* @constructor
* ExternalStoreResponse
*
* @member {string} [id] Store id
* @member {string} [name] Store Name
* @member {string} [type] Store Type
* @member {string} [track] Store track. Possible values include: 'production',
* 'al... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the GooglePlayTestersResponse class.
* @constructor
* GooglePlayTestersResponse
*
* @member {string} [tester] email id of Google Groups or URL of the Google+
* Communities
* @member {string} [type] type of testers i.e Google Groups or Google+
* Communities. Possible... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StoreSecretResponse class.
* @constructor
* StoreSecretResponse
*
* @member {string} [id] Store id
* @member {string} [name] Store Name
* @member {string} [type] Store Type
* @member {string} [secret] Secret Json
* @member {string} [tenantId] Tenant Id for Intu... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneTargetAudienceResponse class.
* @constructor
* @member {string} [name] display name for the target audience/group
* @member {string} [id] ID for the target audience/group.
*/
export interface IntuneTargetAudienceResponse {
name?: string;
id?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneAppCategoryResponse class.
* @constructor
* @member {string} [name] display name for the app category
* @member {string} [id] ID for the category.
*/
export interface IntuneAppCategoryResponse {
name?: string;
id?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneStoreResponse class.
* @constructor
* @member {object} [targetAudience]
* @member {string} [targetAudience.name] display name for the target
* audience/group
* @member {string} [targetAudience.id] ID for the target audience/group.
* @member {object} [appCat... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the PatchReleaseRequest class.
* @constructor
* @member {string} [status] updated status of release
* @member {string} [destPublishId] Destination Publish Id
* @member {string} [errorDetails] failure error details from store
* @member {string} [errorContextId] context... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StoresDetails class.
* @constructor
* @member {string} [id] ID identifying a unique distribution store.
* @member {string} [name] A name identifying a unique distribution store.
* @member {string} [type] A type identifying the type of distribution store.
* Possibl... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StoresBasicReleaseDetails class.
* @constructor
* Basic information on a release
*
* @member {number} [id] ID identifying this unique release.
* @member {string} [version] The release's version.
* For iOS: CFBundleVersion from info.plist.
* For Android: android:... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StoreDestinationDetails class.
* @constructor
* @member {string} [destPublishId] destination ID identifying a unique id in
* distribution store.
* @member {string} [storeType] type of store. Possible values include:
* 'intune', 'windows'
* @member {string} [appId... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StoresBasicDetails 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 stores type
* ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneAppsRequest class.
* @constructor
* IntuneAppsRequest
*
* @member {string} [createdMonth] PartitionKey year-month
*/
export interface IntuneAppsRequest {
createdMonth?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the IntuneAppsResponse class.
* @constructor
* IntuneAppsResponse
*
* @member {string} [createdMonth] PartitionKey year-month
* @member {string} [appId] App id
* @member {string} [refreshStatus] Refresh Status
*/
export interface IntuneAppsResponse {
createdMonth?... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Symbol class.
* @constructor
* @member {string} symbolId The unique id for this symbol (uuid)
* @member {string} type The type of the symbol for the current symbol upload.
* Possible values include: 'Apple', 'JavaScript', 'Breakpad',
* 'AndroidProguard', 'UWP'
* ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolStatusResponse class.
* @constructor
* A response containing information pertaining to a symbol status
*
* @member {string} symbolId The unique id for this symbol (uuid)
* @member {string} appId The application that this symbol belongs to
* @member {string}... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUploadUserInfo class.
* @constructor
* @member {string} [email] The email of the user
* @member {string} [displayName] The full name of the user. Might for example
* be first and last name
*/
export interface SymbolUploadUserInfo {
email?: string;
displa... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the UploadedSymbolInfo class.
* @constructor
* @member {string} symbolId The symbol id of the symbol binary
* @member {string} platform The platform the symbol is associated with
*/
export interface UploadedSymbolInfo {
symbolId: string;
platform: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUpload class.
* @constructor
* A single symbol upload entity
*
* @member {string} symbolUploadId The id for the current symbol upload
* @member {string} appId The application that this symbol upload belongs to
* @member {object} [user] User information of t... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolLocation class.
* @constructor
* Location for downloading symbol
*
* @member {string} uri
*/
export interface SymbolLocation {
uri: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUploadLocation class.
* @constructor
* Location for downloading symbol upload
*
* @member {string} uri
*/
export interface SymbolUploadLocation {
uri: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUploadBeginRequest class.
* @constructor
* A request containing information pertaining to starting a symbol upload
* process
*
* @member {string} symbolType The type of the symbol for the current symbol
* upload. Possible values include: 'Apple', 'Breakpad'... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUploadBeginResponse class.
* @constructor
* A response containing information pertaining to starting a symbol upload
* process
*
* @member {string} symbolUploadId The id for the current upload
* @member {string} uploadUrl The URL where the client needs to u... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUploadEndRequest class.
* @constructor
* A request containing information pertaining to completing a symbol upload
* process
*
* @member {string} status The desired operation for the symbol upload.
* Possible values include: 'committed', 'aborted'
*/
expor... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AppFeatures class.
* @constructor
* @member {boolean} [crashgroupModifyStatus] App supports modification of
* crashgroup status
* @member {boolean} [crashgroupModifyAnnotation] App supports modification of
* crashgroup annotation
* @member {boolean} [search] App ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AppCrashesInfo class.
* @constructor
* @member {boolean} hasCrashes
* @member {object} features
* @member {boolean} [features.crashgroupModifyStatus] App supports
* modification of crashgroup status
* @member {boolean} [features.crashgroupModifyAnnotation] App su... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AppVersion class.
* @constructor
* @member {string} appVersionId
* @member {string} appId
* @member {string} displayName
* @member {string} appVersion
* @member {string} [buildNumber]
*/
export interface AppVersion {
appVersionId: string;
appId: string;
di... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StackFrame class.
* @constructor
* a single frame of a stack trace
*
* @member {string} [address] address of the frame
* @member {string} [className] name of the class
* @member {string} [method] name of the method
* @member {boolean} [classMethod] is a class me... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Exception class.
* @constructor
* a exception
*
* @member {string} [reason] Reason of the exception
* @member {string} [type] Type of the exception (NSSomethingException,
* NullPointerException)
* @member {array} frames frames of the excetpion
* @member {boolea... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Thread class.
* @constructor
* a thread representation
*
* @member {string} title name of the thread
* @member {array} frames frames of that thread
* @member {object} [exception] potential additional exception happened in that
* thread (Last Exception Backtrace)... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Stacktrace class.
* @constructor
* a stacktrace in a processed and prettyfied way
*
* @member {string} [title]
* @member {string} [reason]
* @member {array} [threads]
* @member {object} [exception]
* @member {string} [exception.reason] Reason of the exception
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ReasonStackFrame class.
* @constructor
* frame belonging to the reason of the crash
*
* @member {string} [className] name of the class
* @member {string} [method] name of the method
* @member {boolean} [classMethod] is a class method
* @member {string} [file] na... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashAttachment class.
* @constructor
* @member {string} appId
* @member {string} attachmentId
* @member {string} crashId
* @member {string} blobLocation
* @member {string} contentType
* @member {string} fileName
* @member {date} createdTime
* @member {number}... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashRawLocation class.
* @constructor
* Location for downloading crash raw
*
* @member {string} uri
*/
export interface CrashRawLocation {
uri: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashAttachmentLocation class.
* @constructor
* Location for downloading crash attachment
*
* @member {string} uri
*/
export interface CrashAttachmentLocation {
uri: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashGroup class.
* @constructor
* @member {string} crashGroupId
* @member {string} displayId
* @member {string} appVersion
* @member {string} build
* @member {string} status Possible values include: 'open', 'closed', 'ignored'
* @member {number} count
* @membe... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashGroupsContainer class.
* @constructor
* @member {boolean} limitedResultSet
* @member {string} [continuationToken] Cassandra request continuation token.
* The token is used for pagination.
* @member {array} crashGroups
*/
export interface CrashGroupsContainer... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashGroupChange class.
* @constructor
* @member {object} [status]
* @member {string} [annotation]
*/
export interface CrashGroupChange {
status?: any;
annotation?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashDetails class.
* @constructor
* @member {string} [carrierCountry] Carrier country code (for mobile devices).
* @member {string} [carrierName] Carrier name (for mobile devices).
* @member {string} locale Language code (example: en_US).
* @member {string} [osBu... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Crash class.
* @constructor
* @member {object} [details]
* @member {string} [details.carrierCountry] Carrier country code (for mobile
* devices).
* @member {string} [details.carrierName] Carrier name (for mobile devices).
* @member {string} [details.locale] Langu... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the HockeyAppCrashForwardingInfo class.
* @constructor
* @member {boolean} forwardingEnabled
*/
export interface HockeyAppCrashForwardingInfo {
forwardingEnabled: boolean;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the HockeyAppCrashForwardingChange class.
* @constructor
* @member {boolean} [enableForwarding]
*/
export interface HockeyAppCrashForwardingChange {
enableForwarding?: boolean;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AlertingCrashGroup class.
* @constructor
* @member {string} [url]
* @member {string} [appDisplayName]
* @member {string} [appPlatform] SDK/Platform this thread is beeing generated
* from. Possible values include: 'ios', 'android', 'xamarin', 'react-native',
* 'nd... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the MissingSymbol class.
* @constructor
* missing symbol
*
* @member {string} symbolId symbol id
* @member {string} name symbol name
* @member {string} [platform] symbol plarform
* @member {string} status symbol status. Possible values include: 'missing',
* 'ignore... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashLocation class.
* @constructor
* crash location information
*
* @member {string} account azure account
* @member {string} container blob container
* @member {string} blob blob name
*/
export interface CrashLocation {
account: string;
container: string;
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ParkedCrash class.
* @constructor
* parked crash
*
* @member {string} appId application id
* @member {string} appVer application version
* @member {string} appBuild application build
* @member {array} missingSymbols list of missing symbols
* @member {string} cr... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SymbolUpdateInfo class.
* @constructor
* symbol update message
*
* @member {string} symbolId UUID of the symbol
* @member {string} appId application id
* @member {string} status symbol upload status. Possible values include:
* 'missing', 'ignored', 'available'
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the MissingSymbolCrashGroup class.
* @constructor
* missing symbol crash group object
*
* @member {string} symbolGroupId id of the symbol group
* @member {number} [crashCount] number of crashes that belong to this group
* @member {string} appId application id
* @mem... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the MissingSymbolCrashGroupsResponse class.
* @constructor
* grouped by missing symbols crashes response object
*
* @member {number} totalCrashCount total number of cashes for all the groups
* @member {array} groups list of crash groups formed by missing symbols
* co... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the MissingSymbolCrashGroupsInfoResponse class.
* @constructor
* missing symbol groups
*
* @member {number} totalCrashCount total number of crashes for all missing
* symbol groups
*/
export interface MissingSymbolCrashGroupsInfoResponse {
totalCrashCount: number;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the FailureResponse class.
* @constructor
* failure response object
*
* @member {string} code
* @member {string} message
*/
export interface FailureResponse {
code: string;
message: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashingAppDetail class.
* @constructor
* @member {string} [appId] application identifier
* @member {string} [appVersion] application version
* @member {string} [crashGroupId] crash group identifier
*/
export interface CrashingAppDetail {
appId?: string;
appVe... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ActiveCrashingAppDetails class.
* @constructor
* @member {string} [nextLink]
* @member {array} [appsWithCrashes] details of the apps with crashes
*/
export interface ActiveCrashingAppDetails {
nextLink?: string;
appsWithCrashes?: CrashingAppDetail[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the LogTraceDefinition class.
* @constructor
* @member {string} appSecret
* @member {string} [installId]
* @member {date} [expiration]
*/
export interface LogTraceDefinition {
appSecret: string;
installId?: string;
expiration?: Date;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Device class.
* @constructor
* Device characteristics.
*
* @member {string} sdkName Name of the SDK. Consists of the name of the SDK
* and the platform, e.g. "appcenter.ios", "hockeysdk.android".
* @member {string} sdkVersion Version of the SDK in semver format, ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Log class.
* @constructor
* @member {date} timestamp Log creation timestamp.
* @member {uuid} installId Install ID.
* @member {object} device
* @member {string} [device.sdkName] Name of the SDK. Consists of the name of
* the SDK and the platform, e.g. "appcenter.... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the LogContainer class.
* @constructor
* @member {boolean} [exceededMaxLimit] indicates if the number of available
* logs are more than the max allowed return limit(100).
* @member {date} [lastReceivedLogTimestamp] the timestamp of the last log
* received. This value ... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the GenericLog class.
* @constructor
* Generic log.
*
* @member {string} type Log type.
* . Possible values include: 'event', 'page', 'start_session', 'error',
* 'push_installation', 'start_service', 'custom_properties'
* @member {date} timestamp Log creation timest... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the GenericLogContainer class.
* @constructor
* @member {boolean} [exceededMaxLimit] indicates if the number of available
* logs are more than the max allowed return limit(100).
* @member {date} [lastReceivedLogTimestamp] the timestamp of the last log
* received. This... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the LogWithProperties class.
* @constructor
* @member {object} [properties] Additional key/value pair parameters.
*/
export interface LogWithProperties extends Log {
properties?: { [propertyName: string]: string };
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StartSessionLog class.
* @constructor
* Required explicit begin session log (a marker event for analytics service).
*
* @member {uuid} sessionId Session ID.
*/
export interface StartSessionLog extends Log {
sessionId: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the HanledErrorLog class.
* @constructor
* Required explicit begin session log (a marker event for analytics service).
*
* @member {uuid} errorId Error ID.
*/
export interface HanledErrorLog extends Log {
errorId: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StartServiceLog class.
* @constructor
* Describe a AppCenter.Start API call from the SDK.
*
* @member {array} [services] The list of services of the AppCenter Start API
* call.
*/
export interface StartServiceLog extends Log {
services?: string[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CustomProperty class.
* @constructor
* @member {string} name
* @member {string} type Polymorphic Discriminator
*/
export interface CustomProperty {
name: string;
type: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CustomPropertyLog class.
* @constructor
* Set or remove custom properties.
*
* @member {array} [properties] Custom property changes.
*/
export interface CustomPropertyLog extends Log {
properties?: CustomProperty[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the StringProperty class.
* @constructor
* String property.
*
* @member {string} value String property value.
*/
export interface StringProperty extends CustomProperty {
value: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the NumberProperty class.
* @constructor
* Number property.
*
* @member {number} value Number property value.
*/
export interface NumberProperty extends CustomProperty {
value: number;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the BooleanProperty class.
* @constructor
* Boolean property.
*
* @member {boolean} value Boolean property value.
*/
export interface BooleanProperty extends CustomProperty {
value: boolean;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the DateTimeProperty class.
* @constructor
* Date and time property.
*
* @member {date} value Date time property value.
*/
export interface DateTimeProperty extends CustomProperty {
value: Date;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ClearProperty class.
* @constructor
* Clear an existing property.
*
*/
export interface ClearProperty extends CustomProperty {
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the PageLog class.
* @constructor
* Page view log (as in screens or activities).
*
* @member {uuid} sessionId Session ID.
* @member {string} name Name of the page.
*/
export interface PageLog extends LogWithProperties {
sessionId: string;
name: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the EventLog class.
* @constructor
* Event log.
*
* @member {uuid} sessionId Session ID.
* @member {uuid} id Unique identifier for this event.
* @member {string} name Name of the event.
*/
export interface EventLog extends LogWithProperties {
sessionId: string;
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the PushInstallationLog class.
* @constructor
* Push installation Information.
*
* @member {string} pushToken The PNS handle for this installation.
*/
export interface PushInstallationLog extends Log {
pushToken: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ErrorLog class.
* @constructor
* Error log.
*
* @member {uuid} sessionId Session ID.
* @member {uuid} id Error identifier.
* @member {number} [appLaunchToffset] Corresponds to the number of
* milliseconds elapsed between the time the error occurred and the app w... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceSummary class.
* @constructor
* Audience definition.
*
* @member {string} [name] Audience name.
* @member {string} [description] Audience description.
* @member {number} [estimatedCount] Estimated audience size.
* @member {string} [definition] Audience d... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceListResult class.
* @constructor
* List of audiences.
*
* @member {array} values List of audiences.
* @member {string} [nextLink]
*/
export interface AudienceListResult {
values: AudienceSummary[];
nextLink?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Audience class.
* @constructor
* Audience with details.
*
* @member {boolean} [enabled] Default value: true .
* @member {object} [customProperties] Custom properties used in the
* definition.
* @member {number} [estimatedTotalCount] Estimated total audience size... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceTestResult class.
* @constructor
* Audience test result.
*
* @member {string} [definition] Audience definition in OData format.
* @member {object} [customProperties] Custom properties used in the
* definition.
* @member {number} [estimatedCount] Estimate... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceDefinition class.
* @constructor
* Audience definition.
*
* @member {string} [description] Audience description.
* @member {string} definition Audience definition in OData format.
* @member {boolean} [enabled] Default value: true .
* @member {object} [cu... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceBlobResult class.
* @constructor
* Audience definition.
*
* @member {string} [url] Location of the audience blob.
*/
export interface AudienceBlobResult {
url?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceDevicePropertiesListResult class.
* @constructor
* List of device properties.
*
* @member {object} values List of device properties.
*/
export interface AudienceDevicePropertiesListResult {
values: { [propertyName: string]: string };
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the AudienceDevicePropertyValuesListResult class.
* @constructor
* List of device property values.
*
* @member {array} values List of device property values.
*/
export interface AudienceDevicePropertyValuesListResult {
values: string[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the DateTimeCounts class.
* @constructor
* @member {string} [datetime] the ISO 8601 datetime
* @member {number} [count] count of the object
*/
export interface DateTimeCounts {
datetime?: string;
count?: number;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the CrashCounts class.
* @constructor
* @member {number} [count] total crash count
* @member {array} [crashes] the total crash count for day
*/
export interface CrashCounts {
count?: number;
crashes?: DateTimeCounts[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ErrorCounts class.
* @constructor
* @member {number} [count] total error count
* @member {array} [errors] the total error count for day
*/
export interface ErrorCounts {
count?: number;
errors?: DateTimeCounts[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ActiveDeviceCounts class.
* @constructor
* @member {array} [daily] the active device count for each interval
* @member {array} [weekly] the active device count for each interval with a
* week's retention
* @member {array} [monthly] the active device count for each... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Place class.
* @constructor
* The place code and the count
*
* @member {string} [code] the place code
* @member {number} [count] the count of the this place
* @member {number} [previousCount] the count of previous time range of the
* place
*/
export interface P... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the Places class.
* @constructor
* Places and count during the time range in descending order
*
* @member {number} [total]
* @member {array} [places]
*/
export interface Places {
total?: number;
places?: Place[];
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ErrorError class.
* @constructor
* @member {number} [code] The status code return by the API. It can be 400 or
* 403 or 500.
* @member {string} [message] The reason for the request failed
*/
export interface ErrorError {
code?: number;
message?: string;
} | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the ErrorModel class.
* @constructor
* Error
*
* @member {object} [error]
* @member {number} [error.code] The status code return by the API. It can be
* 400 or 403 or 500.
* @member {string} [error.message] The reason for the request failed
*/
export interface Erro... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SessionDurationsDistributionDistributionItem class.
* @constructor
* @member {string} [bucket] the bucket name
* @member {number} [count] the count of sessions in current bucket
*/
export interface SessionDurationsDistributionDistributionItem {
bucket?: string;
... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
InterfaceDeclaration | /**
* @class
* Initializes a new instance of the SessionDurationsDistribution class.
* @constructor
* @member {array} [distribution] the count of sessions in these buckets
* @member {string} [previousAverageDuration] the previous average session
* duration for previous time range
* @member {string} [averageDurat... | AndreyMitsyk/appcenter-cli | src/util/apis/generated/models/index.d.ts | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.