@azure/container-registry 1.0.0-beta.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/README.md +70 -37
- package/dist/index.js +1255 -1123
- package/dist/index.js.map +1 -1
- package/dist-esm/src/containerRegistryChallengeHandler.js +35 -38
- package/dist-esm/src/containerRegistryChallengeHandler.js.map +1 -1
- package/dist-esm/src/containerRegistryClient.js +69 -50
- package/dist-esm/src/containerRegistryClient.js.map +1 -1
- package/dist-esm/src/containerRegistryTokenCredential.js +39 -126
- package/dist-esm/src/containerRegistryTokenCredential.js.map +1 -1
- package/dist-esm/src/containerRepository.js +100 -63
- package/dist-esm/src/containerRepository.js.map +1 -1
- package/dist-esm/src/generated/generatedClient.js +7 -6
- package/dist-esm/src/generated/generatedClient.js.map +1 -1
- package/dist-esm/src/generated/generatedClientContext.js +13 -2
- package/dist-esm/src/generated/generatedClientContext.js.map +1 -1
- package/dist-esm/src/generated/index.js +1 -0
- package/dist-esm/src/generated/index.js.map +1 -1
- package/dist-esm/src/generated/models/index.js +61 -1
- package/dist-esm/src/generated/models/index.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +514 -557
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/generated/models/parameters.js +87 -7
- package/dist-esm/src/generated/models/parameters.js.map +1 -1
- package/dist-esm/src/generated/operations/authentication.js +28 -8
- package/dist-esm/src/generated/operations/authentication.js.map +1 -1
- package/dist-esm/src/generated/operations/containerRegistry.js +27 -7
- package/dist-esm/src/generated/operations/containerRegistry.js.map +1 -1
- package/dist-esm/src/generated/operations/containerRegistryBlob.js +2 -2
- package/dist-esm/src/generated/operations/containerRegistryBlob.js.map +1 -1
- package/dist-esm/src/generated/operationsInterfaces/authentication.js +9 -0
- package/dist-esm/src/generated/operationsInterfaces/authentication.js.map +1 -0
- package/dist-esm/src/generated/operationsInterfaces/containerRegistry.js +9 -0
- package/dist-esm/src/generated/operationsInterfaces/containerRegistry.js.map +1 -0
- package/dist-esm/src/generated/operationsInterfaces/containerRegistryBlob.js +9 -0
- package/dist-esm/src/generated/operationsInterfaces/containerRegistryBlob.js.map +1 -0
- package/dist-esm/src/generated/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/generated/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models.js +43 -2
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/src/registryArtifact.js +176 -135
- package/dist-esm/src/registryArtifact.js.map +1 -1
- package/dist-esm/src/tracing.js +1 -1
- package/dist-esm/src/tracing.js.map +1 -1
- package/dist-esm/src/transformations.js +2 -2
- package/dist-esm/src/transformations.js.map +1 -1
- package/dist-esm/src/{base64.browser.js → utils/base64.browser.js} +0 -0
- package/dist-esm/src/utils/base64.browser.js.map +1 -0
- package/dist-esm/src/{base64.js → utils/base64.js} +0 -0
- package/dist-esm/src/utils/base64.js.map +1 -0
- package/dist-esm/src/{utils.js → utils/helpers.js} +1 -1
- package/dist-esm/src/utils/helpers.js.map +1 -0
- package/dist-esm/src/{tokenCycler.js → utils/tokenCycler.js} +29 -34
- package/dist-esm/src/utils/tokenCycler.js.map +1 -0
- package/dist-esm/src/{url.browser.js → utils/url.browser.js} +0 -0
- package/dist-esm/src/utils/url.browser.js.map +1 -0
- package/dist-esm/src/{url.js → utils/url.js} +0 -0
- package/dist-esm/src/utils/url.js.map +1 -0
- package/dist-esm/src/{wwwAuthenticateParser.js → utils/wwwAuthenticateParser.js} +0 -0
- package/dist-esm/src/utils/wwwAuthenticateParser.js.map +1 -0
- package/package.json +22 -25
- package/types/container-registry.d.ts +258 -83
- package/dist-esm/src/base64.browser.js.map +0 -1
- package/dist-esm/src/base64.js.map +0 -1
- package/dist-esm/src/constants.js +0 -4
- package/dist-esm/src/constants.js.map +0 -1
- package/dist-esm/src/tokenCycler.js.map +0 -1
- package/dist-esm/src/url.browser.js.map +0 -1
- package/dist-esm/src/url.js.map +0 -1
- package/dist-esm/src/utils.js.map +0 -1
- package/dist-esm/src/wwwAuthenticateParser.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttps from \"@azure/core-rest-pipeline\";\n\n/** Acr error response describing why the operation failed */\nexport interface AcrErrors {\n /** Array of detailed error */\n errors?: AcrErrorInfo[];\n}\n\n/** Error information */\nexport interface AcrErrorInfo {\n /** Error code */\n code?: string;\n /** Error message */\n message?: string;\n /** Error details */\n detail?: any;\n}\n\n/** Returns the requested manifest file */\nexport interface Manifest {\n /** Schema version */\n schemaVersion?: number;\n}\n\n/** List of repositories */\nexport interface Repositories {\n /** Repository names */\n repositories?: string[];\n link?: string;\n}\n\n/** Properties of this repository. */\nexport interface ContainerRepositoryProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer: string;\n /**\n * Image name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Image created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Image last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * Number of the manifests\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly manifestCount: number;\n /**\n * Number of the tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tagCount: number;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n /** Enables Teleport functionality on new images in the repository improving Container startup performance */\n teleportEnabled?: boolean;\n}\n\n/** Changeable attributes for Repository */\nexport interface RepositoryWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n /** Enables Teleport functionality on new images in the repository improving Container startup performance */\n teleportEnabled?: boolean;\n}\n\n/** List of tag details */\nexport interface TagList {\n /** Registry login server name. This is likely to be similar to {registry-name}.azurecr.io */\n registryLoginServer: string;\n /** Image name */\n repository: string;\n /** List of tag attribute details */\n tagAttributeBases: TagAttributesBase[];\n link?: string;\n}\n\n/** Tag attribute details */\nexport interface TagAttributesBase {\n /**\n * Tag name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Tag digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Tag created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Tag last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Changeable attributes */\nexport interface TagWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Tag attributes */\nexport interface ArtifactTagProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer: string;\n /**\n * Image name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositoryName: string;\n /**\n * Tag name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Tag digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Tag created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Tag last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Manifest attributes */\nexport interface AcrManifests {\n /** Registry login server name. This is likely to be similar to {registry-name}.azurecr.io */\n registryLoginServer?: string;\n /** Image name */\n repository?: string;\n /** List of manifests */\n manifests?: ManifestAttributesBase[];\n link?: string;\n}\n\n/** Manifest details */\nexport interface ManifestAttributesBase {\n /**\n * Manifest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Image size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: number;\n /**\n * Created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture | null;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem | null;\n /**\n * List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedArtifacts?: ArtifactManifestPlatform[];\n /**\n * List of tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: string[];\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n /** Quarantine state */\n quarantineState?: string;\n /** Quarantine details */\n quarantineDetails?: string;\n}\n\n/** Manifest attributes details */\nexport interface ArtifactManifestPlatform {\n /**\n * Manifest digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem;\n}\n\n/** Changeable attributes */\nexport interface ManifestWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n /** Quarantine state */\n quarantineState?: string;\n /** Quarantine details */\n quarantineDetails?: string;\n}\n\n/** Manifest attributes details */\nexport interface ArtifactManifestProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer?: string;\n /**\n * Repository name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositoryName?: string;\n /**\n * Manifest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Image size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: number;\n /**\n * Created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture | null;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem | null;\n /**\n * List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedArtifacts?: ArtifactManifestPlatform[];\n /**\n * List of tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: string[];\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n /** Quarantine state */\n quarantineState?: string;\n /** Quarantine details */\n quarantineDetails?: string;\n}\n\nexport interface Paths108HwamOauth2ExchangePostRequestbodyContentApplicationXWwwFormUrlencodedSchema {\n /** Can take a value of access_token */\n grantType: \"access_token\";\n /** Indicates the name of your Azure container registry. */\n service: string;\n /** AAD access token, mandatory when grant_type is access_token_refresh_token or access_token. */\n aadAccessToken: string;\n}\n\nexport interface AcrRefreshToken {\n /** The refresh token to be used for generating access tokens */\n refreshToken?: string;\n}\n\nexport interface PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema {\n /** Indicates the name of your Azure container registry. */\n service: string;\n /** Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. */\n scope: string;\n /** Must be a valid ACR refresh token */\n acrRefreshToken: string;\n /** Grant type is expected to be refresh_token */\n grantType: TokenGrantType;\n}\n\nexport interface AcrAccessToken {\n /** The access token for performing authenticated requests */\n accessToken?: string;\n}\n\n/** Result of the request to list tags of the image */\nexport interface RepositoryTags {\n /** Name of the image */\n name?: string;\n /** List of tags */\n tags?: string[];\n}\n\n/** Signature of a signed manifest */\nexport interface ImageSignature {\n /** A JSON web signature */\n header?: Jwk;\n /** A signature for the image manifest, signed by a libtrust private key */\n signature?: string;\n /** The signed protected header */\n protected?: string;\n}\n\n/** A JSON web signature */\nexport interface Jwk {\n /** JSON web key parameter */\n jwk?: JWKHeader;\n /** The algorithm used to sign or encrypt the JWT */\n alg?: string;\n}\n\n/** JSON web key parameter */\nexport interface JWKHeader {\n /** crv value */\n crv?: string;\n /** kid value */\n kid?: string;\n /** kty value */\n kty?: string;\n /** x value */\n x?: string;\n /** y value */\n y?: string;\n}\n\n/** A list of unstructured historical data for v1 compatibility */\nexport interface History {\n /** The raw v1 compatibility information */\n v1Compatibility?: string;\n}\n\n/** Deleted repository */\nexport interface DeleteRepositoryResult {\n /**\n * SHA of the deleted image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedManifests?: string[];\n /**\n * Tag of the deleted image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedTags?: string[];\n}\n\n/** Image layer information */\nexport interface FsLayer {\n /** SHA of an image layer */\n blobSum?: string;\n}\n\n/** Docker V2 image layer descriptor including config and layers */\nexport interface Descriptor {\n /** Layer media type */\n mediaType?: string;\n /** Layer size */\n size?: number;\n /** Layer digest */\n digest?: string;\n /** Specifies a list of URIs from which this object may be downloaded. */\n urls?: string[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations | null;\n}\n\n/** Additional information provided through arbitrary metadata. */\nexport interface Annotations {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Date and time on which the image was built (string, date-time as defined by https://tools.ietf.org/html/rfc3339#section-5.6) */\n created?: Date;\n /** Contact details of the people or organization responsible for the image. */\n authors?: string;\n /** URL to find more information on the image. */\n url?: string;\n /** URL to get documentation on the image. */\n documentation?: string;\n /** URL to get source code for building the image. */\n source?: string;\n /** Version of the packaged software. The version MAY match a label or tag in the source code repository, may also be Semantic versioning-compatible */\n version?: string;\n /** Source control revision identifier for the packaged software. */\n revision?: string;\n /** Name of the distributing entity, organization or individual. */\n vendor?: string;\n /** License(s) under which contained software is distributed as an SPDX License Expression. */\n licenses?: string;\n /** Name of the reference for a target. */\n name?: string;\n /** Human-readable title of the image */\n title?: string;\n /** Human-readable description of the software packaged in the image */\n description?: string;\n}\n\n/** Tag */\nexport interface TagAttributesTag {\n /** SignatureRecord value */\n signatureRecord?: string;\n}\n\n/** List of manifest attributes */\nexport interface ManifestAttributesManifest {\n /** List of manifest attributes details */\n references?: ArtifactManifestPlatform[];\n /** Quarantine tag name */\n quarantineTag?: string;\n}\n\nexport interface ManifestListAttributes {\n /** The MIME type of the referenced object. This will generally be application/vnd.docker.image.manifest.v2+json, but it could also be application/vnd.docker.image.manifest.v1+json */\n mediaType?: string;\n /** The size in bytes of the object */\n size?: number;\n /** The digest of the content, as defined by the Registry V2 HTTP API Specification */\n digest?: string;\n /** The platform object describes the platform which the image in the manifest runs on. A full list of valid operating system and architecture values are listed in the Go language documentation for $GOOS and $GOARCH */\n platform?: Platform;\n}\n\n/** The platform object describes the platform which the image in the manifest runs on. A full list of valid operating system and architecture values are listed in the Go language documentation for $GOOS and $GOARCH */\nexport interface Platform {\n /** Specifies the CPU architecture, for example amd64 or ppc64le. */\n architecture?: string;\n /** The os field specifies the operating system, for example linux or windows. */\n os?: string;\n /** The optional os.version field specifies the operating system version, for example 10.0.10586. */\n osVersion?: string;\n /** The optional os.features field specifies an array of strings, each listing a required OS feature (for example on Windows win32k */\n osFeatures?: string[];\n /** The optional variant field specifies a variant of the CPU, for example armv6l to specify a particular CPU variant of the ARM CPU. */\n variant?: string;\n /** The optional features field specifies an array of strings, each listing a required CPU feature (for example sse4 or aes */\n features?: string[];\n}\n\n/** Returns the requested manifest file */\nexport type ManifestWrapper = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** (ManifestList, OCIIndex) List of V2 image layer information */\n manifests?: ManifestListAttributes[];\n /** (V2, OCI) Image config descriptor */\n config?: Descriptor;\n /** (V2, OCI) List of V2 image layer information */\n layers?: Descriptor[];\n /** (OCI, OCIIndex) Additional metadata */\n annotations?: Annotations | null;\n /** (V1) CPU architecture */\n architecture?: string;\n /** (V1) Image name */\n name?: string;\n /** (V1) Image tag */\n tag?: string;\n /** (V1) List of layer information */\n fsLayers?: FsLayer[];\n /** (V1) Image history */\n history?: History[];\n /** (V1) Image signature */\n signatures?: ImageSignature[];\n};\n\n/** Returns the requested Docker multi-arch-manifest file */\nexport type ManifestList = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** List of V2 image layer information */\n manifests?: ManifestListAttributes[];\n};\n\n/** Returns the requested Docker V2 Manifest file */\nexport type V2Manifest = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** V2 image config descriptor */\n config?: Descriptor;\n /** List of V2 image layer information */\n layers?: Descriptor[];\n};\n\n/** Returns the requested OCI Manifest file */\nexport type OCIManifest = Manifest & {\n /** V2 image config descriptor */\n config?: Descriptor;\n /** List of V2 image layer information */\n layers?: Descriptor[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations | null;\n};\n\n/** Returns the requested OCI index file */\nexport type OCIIndex = Manifest & {\n /** List of OCI image layer information */\n manifests?: ManifestListAttributes[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations | null;\n};\n\n/** Returns the requested V1 manifest file */\nexport type V1Manifest = Manifest & {\n /** CPU architecture */\n architecture?: string;\n /** Image name */\n name?: string;\n /** Image tag */\n tag?: string;\n /** List of layer information */\n fsLayers?: FsLayer[];\n /** Image history */\n history?: History[];\n /** Image signature */\n signatures?: ImageSignature[];\n};\n\n/** Defines headers for ContainerRegistry_createManifest operation. */\nexport interface ContainerRegistryCreateManifestHeaders {\n /** Identifies the docker upload uuid for the current request. */\n dockerContentDigest?: string;\n /** The canonical location url of the uploaded manifest. */\n location?: string;\n /** The length of the requested blob content. */\n contentLength?: number;\n}\n\n/** Defines headers for ContainerRegistry_getRepositories operation. */\nexport interface ContainerRegistryGetRepositoriesHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getTags operation. */\nexport interface ContainerRegistryGetTagsHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getManifests operation. */\nexport interface ContainerRegistryGetManifestsHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getRepositoriesNext operation. */\nexport interface ContainerRegistryGetRepositoriesNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getTagsNext operation. */\nexport interface ContainerRegistryGetTagsNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getManifestsNext operation. */\nexport interface ContainerRegistryGetManifestsNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getBlob operation. */\nexport interface ContainerRegistryBlobGetBlobHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_checkBlobExists operation. */\nexport interface ContainerRegistryBlobCheckBlobExistsHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_deleteBlob operation. */\nexport interface ContainerRegistryBlobDeleteBlobHeaders {\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_mountBlob operation. */\nexport interface ContainerRegistryBlobMountBlobHeaders {\n /** Provided location for blob */\n location?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getUploadStatus operation. */\nexport interface ContainerRegistryBlobGetUploadStatusHeaders {\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_uploadChunk operation. */\nexport interface ContainerRegistryBlobUploadChunkHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_completeUpload operation. */\nexport interface ContainerRegistryBlobCompleteUploadHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_startUpload operation. */\nexport interface ContainerRegistryBlobStartUploadHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getChunk operation. */\nexport interface ContainerRegistryBlobGetChunkHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Content range of blob chunk. */\n contentRange?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_checkChunkExists operation. */\nexport interface ContainerRegistryBlobCheckChunkExistsHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Content range of blob chunk. */\n contentRange?: string;\n}\n\n/** Known values of {@link ArtifactArchitecture} that the service accepts. */\nexport const enum KnownArtifactArchitecture {\n I386 = \"386\",\n Amd64 = \"amd64\",\n Arm = \"arm\",\n Arm64 = \"arm64\",\n Mips = \"mips\",\n MipsLe = \"mipsle\",\n Mips64 = \"mips64\",\n Mips64Le = \"mips64le\",\n Ppc64 = \"ppc64\",\n Ppc64Le = \"ppc64le\",\n RiscV64 = \"riscv64\",\n S390X = \"s390x\",\n Wasm = \"wasm\"\n}\n\n/**\n * Defines values for ArtifactArchitecture. \\\n * {@link KnownArtifactArchitecture} can be used interchangeably with ArtifactArchitecture,\n * this enum contains the known values that the service supports.\n * ### Know values supported by the service\n * **386** \\\n * **amd64** \\\n * **arm** \\\n * **arm64** \\\n * **mips** \\\n * **mipsle** \\\n * **mips64** \\\n * **mips64le** \\\n * **ppc64** \\\n * **ppc64le** \\\n * **riscv64** \\\n * **s390x** \\\n * **wasm**\n */\nexport type ArtifactArchitecture = string;\n\n/** Known values of {@link ArtifactOperatingSystem} that the service accepts. */\nexport const enum KnownArtifactOperatingSystem {\n Aix = \"aix\",\n Android = \"android\",\n Darwin = \"darwin\",\n Dragonfly = \"dragonfly\",\n FreeBsd = \"freebsd\",\n Illumos = \"illumos\",\n IOS = \"ios\",\n JS = \"js\",\n Linux = \"linux\",\n NetBsd = \"netbsd\",\n OpenBsd = \"openbsd\",\n Plan9 = \"plan9\",\n Solaris = \"solaris\",\n Windows = \"windows\"\n}\n\n/**\n * Defines values for ArtifactOperatingSystem. \\\n * {@link KnownArtifactOperatingSystem} can be used interchangeably with ArtifactOperatingSystem,\n * this enum contains the known values that the service supports.\n * ### Know values supported by the service\n * **aix** \\\n * **android** \\\n * **darwin** \\\n * **dragonfly** \\\n * **freebsd** \\\n * **illumos** \\\n * **ios** \\\n * **js** \\\n * **linux** \\\n * **netbsd** \\\n * **openbsd** \\\n * **plan9** \\\n * **solaris** \\\n * **windows**\n */\nexport type ArtifactOperatingSystem = string;\n/** Defines values for TokenGrantType. */\nexport type TokenGrantType = \"refresh_token\" | \"password\";\n/** Defines values for ArtifactTagOrderBy. */\nexport type ArtifactTagOrderBy = \"none\" | \"timedesc\" | \"timeasc\";\n/** Defines values for ArtifactManifestOrderBy. */\nexport type ArtifactManifestOrderBy = \"none\" | \"timedesc\" | \"timeasc\";\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestOptionalParams\n extends coreClient.OperationOptions {\n /** Accept header string delimited by comma. For example, application/vnd.docker.distribution.manifest.v2+json */\n accept?: string;\n}\n\n/** Contains response data for the getManifest operation. */\nexport type ContainerRegistryGetManifestResponse = Manifest;\n\n/** Contains response data for the createManifest operation. */\nexport type ContainerRegistryCreateManifestResponse = ContainerRegistryCreateManifestHeaders & {\n /** The parsed response body. */\n body: any;\n};\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetRepositoriesOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n}\n\n/** Contains response data for the getRepositories operation. */\nexport type ContainerRegistryGetRepositoriesResponse = ContainerRegistryGetRepositoriesHeaders &\n Repositories;\n\n/** Contains response data for the getProperties operation. */\nexport type ContainerRegistryGetPropertiesResponse = ContainerRepositoryProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdatePropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Repository attribute value */\n value?: RepositoryWriteableProperties;\n}\n\n/** Contains response data for the updateProperties operation. */\nexport type ContainerRegistryUpdatePropertiesResponse = ContainerRepositoryProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetTagsOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n /** filter by digest */\n digest?: string;\n}\n\n/** Contains response data for the getTags operation. */\nexport type ContainerRegistryGetTagsResponse = ContainerRegistryGetTagsHeaders &\n TagList;\n\n/** Contains response data for the getTagProperties operation. */\nexport type ContainerRegistryGetTagPropertiesResponse = ArtifactTagProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdateTagAttributesOptionalParams\n extends coreClient.OperationOptions {\n /** Tag attribute value */\n value?: TagWriteableProperties;\n}\n\n/** Contains response data for the updateTagAttributes operation. */\nexport type ContainerRegistryUpdateTagAttributesResponse = ArtifactTagProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestsOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n}\n\n/** Contains response data for the getManifests operation. */\nexport type ContainerRegistryGetManifestsResponse = ContainerRegistryGetManifestsHeaders &\n AcrManifests;\n\n/** Contains response data for the getManifestProperties operation. */\nexport type ContainerRegistryGetManifestPropertiesResponse = ArtifactManifestProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdateManifestPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Manifest attribute value */\n value?: ManifestWriteableProperties;\n}\n\n/** Contains response data for the updateManifestProperties operation. */\nexport type ContainerRegistryUpdateManifestPropertiesResponse = ArtifactManifestProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetRepositoriesNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n}\n\n/** Contains response data for the getRepositoriesNext operation. */\nexport type ContainerRegistryGetRepositoriesNextResponse = ContainerRegistryGetRepositoriesNextHeaders &\n Repositories;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetTagsNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n /** filter by digest */\n digest?: string;\n}\n\n/** Contains response data for the getTagsNext operation. */\nexport type ContainerRegistryGetTagsNextResponse = ContainerRegistryGetTagsNextHeaders &\n TagList;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestsNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n}\n\n/** Contains response data for the getManifestsNext operation. */\nexport type ContainerRegistryGetManifestsNextResponse = ContainerRegistryGetManifestsNextHeaders &\n AcrManifests;\n\n/** Contains response data for the getBlob operation. */\nexport type ContainerRegistryBlobGetBlobResponse = ContainerRegistryBlobGetBlobHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Contains response data for the checkBlobExists operation. */\nexport type ContainerRegistryBlobCheckBlobExistsResponse = ContainerRegistryBlobCheckBlobExistsHeaders;\n\n/** Contains response data for the deleteBlob operation. */\nexport type ContainerRegistryBlobDeleteBlobResponse = ContainerRegistryBlobDeleteBlobHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Contains response data for the mountBlob operation. */\nexport type ContainerRegistryBlobMountBlobResponse = ContainerRegistryBlobMountBlobHeaders;\n\n/** Contains response data for the getUploadStatus operation. */\nexport type ContainerRegistryBlobGetUploadStatusResponse = ContainerRegistryBlobGetUploadStatusHeaders;\n\n/** Contains response data for the uploadChunk operation. */\nexport type ContainerRegistryBlobUploadChunkResponse = ContainerRegistryBlobUploadChunkHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobCompleteUploadOptionalParams\n extends coreClient.OperationOptions {\n /** Optional raw data of blob */\n value?: coreHttps.RequestBodyType;\n}\n\n/** Contains response data for the completeUpload operation. */\nexport type ContainerRegistryBlobCompleteUploadResponse = ContainerRegistryBlobCompleteUploadHeaders;\n\n/** Contains response data for the startUpload operation. */\nexport type ContainerRegistryBlobStartUploadResponse = ContainerRegistryBlobStartUploadHeaders;\n\n/** Contains response data for the getChunk operation. */\nexport type ContainerRegistryBlobGetChunkResponse = ContainerRegistryBlobGetChunkHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Contains response data for the checkChunkExists operation. */\nexport type ContainerRegistryBlobCheckChunkExistsResponse = ContainerRegistryBlobCheckChunkExistsHeaders;\n\n/** Optional parameters. */\nexport interface AuthenticationExchangeAadAccessTokenForAcrRefreshTokenOptionalParams\n extends coreClient.OperationOptions {\n aadAccessToken?: Paths108HwamOauth2ExchangePostRequestbodyContentApplicationXWwwFormUrlencodedSchema;\n}\n\n/** Contains response data for the exchangeAadAccessTokenForAcrRefreshToken operation. */\nexport type AuthenticationExchangeAadAccessTokenForAcrRefreshTokenResponse = AcrRefreshToken;\n\n/** Optional parameters. */\nexport interface AuthenticationExchangeAcrRefreshTokenForAcrAccessTokenOptionalParams\n extends coreClient.OperationOptions {\n acrRefreshToken?: PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema;\n}\n\n/** Contains response data for the exchangeAcrRefreshTokenForAcrAccessToken operation. */\nexport type AuthenticationExchangeAcrRefreshTokenForAcrAccessTokenResponse = AcrAccessToken;\n\n/** Optional parameters. */\nexport interface GeneratedClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA8tBH,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,+BAA+B;IAC/B,kEAAuC,CAAA;AACzC,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,QAGlC;AAWD,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBA2BX;AA3BD,WAAY,yBAAyB;IACnC,WAAW;IACX,yCAAY,CAAA;IACZ,YAAY;IACZ,4CAAe,CAAA;IACf,UAAU;IACV,wCAAW,CAAA;IACX,YAAY;IACZ,4CAAe,CAAA;IACf,WAAW;IACX,0CAAa,CAAA;IACb,aAAa;IACb,8CAAiB,CAAA;IACjB,aAAa;IACb,8CAAiB,CAAA;IACjB,eAAe;IACf,kDAAqB,CAAA;IACrB,YAAY;IACZ,4CAAe,CAAA;IACf,cAAc;IACd,gDAAmB,CAAA;IACnB,cAAc;IACd,gDAAmB,CAAA;IACnB,YAAY;IACZ,4CAAe,CAAA;IACf,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EA3BW,yBAAyB,KAAzB,yBAAyB,QA2BpC;AAuBD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAeX;AAfD,WAAY,4BAA4B;IACtC,2CAAW,CAAA;IACX,mDAAmB,CAAA;IACnB,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,mDAAmB,CAAA;IACnB,mDAAmB,CAAA;IACnB,2CAAW,CAAA;IACX,yCAAS,CAAA;IACT,+CAAe,CAAA;IACf,iDAAiB,CAAA;IACjB,mDAAmB,CAAA;IACnB,+CAAe,CAAA;IACf,mDAAmB,CAAA;IACnB,mDAAmB,CAAA;AACrB,CAAC,EAfW,4BAA4B,KAA5B,4BAA4B,QAevC;AAwBD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACzC,yFAAsD,CAAA;IACtD,+DAA4B,CAAA;IAC5B,iEAA8B,CAAA;AAChC,CAAC,EAJW,+BAA+B,KAA/B,+BAA+B,QAI1C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\n\n/** Acr error response describing why the operation failed */\nexport interface AcrErrors {\n /** Array of detailed error */\n errors?: AcrErrorInfo[];\n}\n\n/** Error information */\nexport interface AcrErrorInfo {\n /** Error code */\n code?: string;\n /** Error message */\n message?: string;\n /** Error details */\n detail?: Record<string, unknown>;\n}\n\n/** Returns the requested manifest file */\nexport interface Manifest {\n /** Schema version */\n schemaVersion?: number;\n}\n\nexport interface ManifestListAttributes {\n /** The MIME type of the referenced object. This will generally be application/vnd.docker.image.manifest.v2+json, but it could also be application/vnd.docker.image.manifest.v1+json */\n mediaType?: string;\n /** The size in bytes of the object */\n size?: number;\n /** The digest of the content, as defined by the Registry V2 HTTP API Specification */\n digest?: string;\n /** The platform object describes the platform which the image in the manifest runs on. A full list of valid operating system and architecture values are listed in the Go language documentation for $GOOS and $GOARCH */\n platform?: Platform;\n}\n\n/** The platform object describes the platform which the image in the manifest runs on. A full list of valid operating system and architecture values are listed in the Go language documentation for $GOOS and $GOARCH */\nexport interface Platform {\n /** Specifies the CPU architecture, for example amd64 or ppc64le. */\n architecture?: string;\n /** The os field specifies the operating system, for example linux or windows. */\n os?: string;\n /** The optional os.version field specifies the operating system version, for example 10.0.10586. */\n osVersion?: string;\n /** The optional os.features field specifies an array of strings, each listing a required OS feature (for example on Windows win32k */\n osFeatures?: string[];\n /** The optional variant field specifies a variant of the CPU, for example armv6l to specify a particular CPU variant of the ARM CPU. */\n variant?: string;\n /** The optional features field specifies an array of strings, each listing a required CPU feature (for example sse4 or aes */\n features?: string[];\n}\n\n/** Docker V2 image layer descriptor including config and layers */\nexport interface Descriptor {\n /** Layer media type */\n mediaType?: string;\n /** Layer size */\n size?: number;\n /** Layer digest */\n digest?: string;\n /** Specifies a list of URIs from which this object may be downloaded. */\n urls?: string[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations;\n}\n\n/** Additional information provided through arbitrary metadata. */\nexport interface Annotations {\n /** Describes unknown properties. The value of an unknown property can be of \"any\" type. */\n [property: string]: any;\n /** Date and time on which the image was built (string, date-time as defined by https://tools.ietf.org/html/rfc3339#section-5.6) */\n created?: Date;\n /** Contact details of the people or organization responsible for the image. */\n authors?: string;\n /** URL to find more information on the image. */\n url?: string;\n /** URL to get documentation on the image. */\n documentation?: string;\n /** URL to get source code for building the image. */\n source?: string;\n /** Version of the packaged software. The version MAY match a label or tag in the source code repository, may also be Semantic versioning-compatible */\n version?: string;\n /** Source control revision identifier for the packaged software. */\n revision?: string;\n /** Name of the distributing entity, organization or individual. */\n vendor?: string;\n /** License(s) under which contained software is distributed as an SPDX License Expression. */\n licenses?: string;\n /** Name of the reference for a target. */\n name?: string;\n /** Human-readable title of the image */\n title?: string;\n /** Human-readable description of the software packaged in the image */\n description?: string;\n}\n\n/** Image layer information */\nexport interface FsLayer {\n /** SHA of an image layer */\n blobSum?: string;\n}\n\n/** A list of unstructured historical data for v1 compatibility */\nexport interface History {\n /** The raw v1 compatibility information */\n v1Compatibility?: string;\n}\n\n/** Signature of a signed manifest */\nexport interface ImageSignature {\n /** A JSON web signature */\n header?: Jwk;\n /** A signature for the image manifest, signed by a libtrust private key */\n signature?: string;\n /** The signed protected header */\n protected?: string;\n}\n\n/** A JSON web signature */\nexport interface Jwk {\n /** JSON web key parameter */\n jwk?: JWKHeader;\n /** The algorithm used to sign or encrypt the JWT */\n alg?: string;\n}\n\n/** JSON web key parameter */\nexport interface JWKHeader {\n /** crv value */\n crv?: string;\n /** kid value */\n kid?: string;\n /** kty value */\n kty?: string;\n /** x value */\n x?: string;\n /** y value */\n y?: string;\n}\n\n/** List of repositories */\nexport interface Repositories {\n /** Repository names */\n repositories?: string[];\n link?: string;\n}\n\n/** Properties of this repository. */\nexport interface ContainerRepositoryProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer: string;\n /**\n * Image name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Image created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Image last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * Number of the manifests\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly manifestCount: number;\n /**\n * Number of the tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tagCount: number;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Changeable attributes for Repository */\nexport interface RepositoryWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** List of tag details */\nexport interface TagList {\n /** Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. */\n registryLoginServer: string;\n /** Image name */\n repository: string;\n /** List of tag attribute details */\n tagAttributeBases: TagAttributesBase[];\n link?: string;\n}\n\n/** Tag attribute details */\nexport interface TagAttributesBase {\n /**\n * Tag name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Tag digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Tag created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Tag last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Changeable attributes */\nexport interface TagWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Tag attributes */\nexport interface ArtifactTagProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer: string;\n /**\n * Image name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositoryName: string;\n /**\n * Tag name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name: string;\n /**\n * Tag digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Tag created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Tag last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Manifest attributes */\nexport interface AcrManifests {\n /** Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. */\n registryLoginServer?: string;\n /** Image name */\n repository?: string;\n /** List of manifests */\n manifests?: ManifestAttributesBase[];\n link?: string;\n}\n\n/** Manifest details */\nexport interface ManifestAttributesBase {\n /**\n * Manifest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Image size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: number;\n /**\n * Created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem;\n /**\n * List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedArtifacts?: ArtifactManifestPlatform[];\n /**\n * List of tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: string[];\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** The artifact's platform, consisting of operating system and architecture. */\nexport interface ArtifactManifestPlatform {\n /**\n * Manifest digest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem;\n}\n\n/** Changeable attributes */\nexport interface ManifestWriteableProperties {\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\n/** Manifest attributes details */\nexport interface ArtifactManifestProperties {\n /**\n * Registry login server name. This is likely to be similar to {registry-name}.azurecr.io.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly registryLoginServer?: string;\n /**\n * Repository name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly repositoryName?: string;\n /**\n * Manifest\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly digest: string;\n /**\n * Image size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly size?: number;\n /**\n * Created time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdOn: Date;\n /**\n * Last update time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedOn: Date;\n /**\n * CPU architecture\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly architecture?: ArtifactArchitecture;\n /**\n * Operating system\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operatingSystem?: ArtifactOperatingSystem;\n /**\n * List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly relatedArtifacts?: ArtifactManifestPlatform[];\n /**\n * List of tags\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tags?: string[];\n /** Delete enabled */\n canDelete?: boolean;\n /** Write enabled */\n canWrite?: boolean;\n /** List enabled */\n canList?: boolean;\n /** Read enabled */\n canRead?: boolean;\n}\n\nexport interface AcrRefreshToken {\n /** The refresh token to be used for generating access tokens */\n refreshToken?: string;\n}\n\nexport interface AcrAccessToken {\n /** The access token for performing authenticated requests */\n accessToken?: string;\n}\n\n/** Result of the request to list tags of the image */\nexport interface RepositoryTags {\n /** Name of the image */\n name?: string;\n /** List of tags */\n tags?: string[];\n}\n\n/** Deleted repository */\nexport interface DeleteRepositoryResult {\n /**\n * SHA of the deleted image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedManifests?: string[];\n /**\n * Tag of the deleted image\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedTags?: string[];\n}\n\n/** Tag */\nexport interface TagAttributesTag {\n /** SignatureRecord value */\n signatureRecord?: string;\n}\n\n/** List of manifest attributes */\nexport interface ManifestAttributesManifest {\n /** List of manifest attributes details */\n references?: ArtifactManifestPlatform[];\n}\n\nexport interface Paths108HwamOauth2ExchangePostRequestbodyContentApplicationXWwwFormUrlencodedSchema {\n /** Can take a value of access_token_refresh_token, or access_token, or refresh_token */\n grantType: PostContentSchemaGrantType;\n /** Indicates the name of your Azure container registry. */\n service: string;\n /** AAD tenant associated to the AAD credentials. */\n tenant?: string;\n /** AAD refresh token, mandatory when grant_type is access_token_refresh_token or refresh_token */\n refreshToken?: string;\n /** AAD access token, mandatory when grant_type is access_token_refresh_token or access_token. */\n aadAccessToken?: string;\n}\n\nexport interface PathsV3R3RxOauth2TokenPostRequestbodyContentApplicationXWwwFormUrlencodedSchema {\n /** Indicates the name of your Azure container registry. */\n service: string;\n /** Which is expected to be a valid scope, and can be specified more than once for multiple scope requests. You obtained this from the Www-Authenticate response header from the challenge. */\n scope: string;\n /** Must be a valid ACR refresh token */\n acrRefreshToken: string;\n /** Grant type is expected to be refresh_token */\n grantType: TokenGrantType;\n}\n\n/** Returns the requested manifest file */\nexport type ManifestWrapper = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** (ManifestList, OCIIndex) List of V2 image layer information */\n manifests?: ManifestListAttributes[];\n /** (V2, OCI) Image config descriptor */\n config?: Descriptor;\n /** (V2, OCI) List of V2 image layer information */\n layers?: Descriptor[];\n /** (OCI, OCIIndex) Additional metadata */\n annotations?: Annotations;\n /** (V1) CPU architecture */\n architecture?: string;\n /** (V1) Image name */\n name?: string;\n /** (V1) Image tag */\n tag?: string;\n /** (V1) List of layer information */\n fsLayers?: FsLayer[];\n /** (V1) Image history */\n history?: History[];\n /** (V1) Image signature */\n signatures?: ImageSignature[];\n};\n\n/** Returns the requested Docker multi-arch-manifest file */\nexport type ManifestList = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** List of V2 image layer information */\n manifests?: ManifestListAttributes[];\n};\n\n/** Returns the requested Docker V2 Manifest file */\nexport type V2Manifest = Manifest & {\n /** Media type for this Manifest */\n mediaType?: string;\n /** V2 image config descriptor */\n config?: Descriptor;\n /** List of V2 image layer information */\n layers?: Descriptor[];\n};\n\n/** Returns the requested OCI Manifest file */\nexport type OCIManifest = Manifest & {\n /** V2 image config descriptor */\n config?: Descriptor;\n /** List of V2 image layer information */\n layers?: Descriptor[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations;\n};\n\n/** Returns the requested OCI index file */\nexport type OCIIndex = Manifest & {\n /** List of OCI image layer information */\n manifests?: ManifestListAttributes[];\n /** Additional information provided through arbitrary metadata. */\n annotations?: Annotations;\n};\n\n/** Returns the requested V1 manifest file */\nexport type V1Manifest = Manifest & {\n /** CPU architecture */\n architecture?: string;\n /** Image name */\n name?: string;\n /** Image tag */\n tag?: string;\n /** List of layer information */\n fsLayers?: FsLayer[];\n /** Image history */\n history?: History[];\n /** Image signature */\n signatures?: ImageSignature[];\n};\n\n/** Defines headers for ContainerRegistry_createManifest operation. */\nexport interface ContainerRegistryCreateManifestHeaders {\n /** Identifies the docker upload uuid for the current request. */\n dockerContentDigest?: string;\n /** The canonical location url of the uploaded manifest. */\n location?: string;\n /** The length of the requested blob content. */\n contentLength?: number;\n}\n\n/** Defines headers for ContainerRegistry_getRepositories operation. */\nexport interface ContainerRegistryGetRepositoriesHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getTags operation. */\nexport interface ContainerRegistryGetTagsHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getManifests operation. */\nexport interface ContainerRegistryGetManifestsHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getRepositoriesNext operation. */\nexport interface ContainerRegistryGetRepositoriesNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getTagsNext operation. */\nexport interface ContainerRegistryGetTagsNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistry_getManifestsNext operation. */\nexport interface ContainerRegistryGetManifestsNextHeaders {\n /** next paginated result */\n link?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getBlob operation. */\nexport interface ContainerRegistryBlobGetBlobHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_checkBlobExists operation. */\nexport interface ContainerRegistryBlobCheckBlobExistsHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_deleteBlob operation. */\nexport interface ContainerRegistryBlobDeleteBlobHeaders {\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_mountBlob operation. */\nexport interface ContainerRegistryBlobMountBlobHeaders {\n /** Provided location for blob */\n location?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getUploadStatus operation. */\nexport interface ContainerRegistryBlobGetUploadStatusHeaders {\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_uploadChunk operation. */\nexport interface ContainerRegistryBlobUploadChunkHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_completeUpload operation. */\nexport interface ContainerRegistryBlobCompleteUploadHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Digest of the targeted content for the request. */\n dockerContentDigest?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_startUpload operation. */\nexport interface ContainerRegistryBlobStartUploadHeaders {\n /** Provided location for blob */\n location?: string;\n /** Range indicating the current progress of the upload. */\n range?: string;\n /** Identifies the docker upload uuid for the current request. */\n dockerUploadUuid?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_getChunk operation. */\nexport interface ContainerRegistryBlobGetChunkHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Content range of blob chunk. */\n contentRange?: string;\n}\n\n/** Defines headers for ContainerRegistryBlob_checkChunkExists operation. */\nexport interface ContainerRegistryBlobCheckChunkExistsHeaders {\n /** The length of the requested blob content. */\n contentLength?: number;\n /** Content range of blob chunk. */\n contentRange?: string;\n}\n\n/** Known values of {@link ApiVersion20210701} that the service accepts. */\nexport enum KnownApiVersion20210701 {\n /** Api Version '2021-07-01' */\n TwoThousandTwentyOne0701 = \"2021-07-01\"\n}\n\n/**\n * Defines values for ApiVersion20210701. \\\n * {@link KnownApiVersion20210701} can be used interchangeably with ApiVersion20210701,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **2021-07-01**: Api Version '2021-07-01'\n */\nexport type ApiVersion20210701 = string;\n\n/** Known values of {@link ArtifactArchitecture} that the service accepts. */\nexport enum KnownArtifactArchitecture {\n /** i386 */\n I386 = \"386\",\n /** AMD64 */\n Amd64 = \"amd64\",\n /** ARM */\n Arm = \"arm\",\n /** ARM64 */\n Arm64 = \"arm64\",\n /** MIPS */\n Mips = \"mips\",\n /** MIPSLE */\n MipsLe = \"mipsle\",\n /** MIPS64 */\n Mips64 = \"mips64\",\n /** MIPS64LE */\n Mips64Le = \"mips64le\",\n /** PPC64 */\n Ppc64 = \"ppc64\",\n /** PPC64LE */\n Ppc64Le = \"ppc64le\",\n /** RISCv64 */\n RiscV64 = \"riscv64\",\n /** s390x */\n S390X = \"s390x\",\n /** Wasm */\n Wasm = \"wasm\"\n}\n\n/**\n * Defines values for ArtifactArchitecture. \\\n * {@link KnownArtifactArchitecture} can be used interchangeably with ArtifactArchitecture,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **386**: i386 \\\n * **amd64**: AMD64 \\\n * **arm**: ARM \\\n * **arm64**: ARM64 \\\n * **mips**: MIPS \\\n * **mipsle**: MIPSLE \\\n * **mips64**: MIPS64 \\\n * **mips64le**: MIPS64LE \\\n * **ppc64**: PPC64 \\\n * **ppc64le**: PPC64LE \\\n * **riscv64**: RISCv64 \\\n * **s390x**: s390x \\\n * **wasm**: Wasm\n */\nexport type ArtifactArchitecture = string;\n\n/** Known values of {@link ArtifactOperatingSystem} that the service accepts. */\nexport enum KnownArtifactOperatingSystem {\n Aix = \"aix\",\n Android = \"android\",\n Darwin = \"darwin\",\n Dragonfly = \"dragonfly\",\n FreeBsd = \"freebsd\",\n Illumos = \"illumos\",\n IOS = \"ios\",\n JS = \"js\",\n Linux = \"linux\",\n NetBsd = \"netbsd\",\n OpenBsd = \"openbsd\",\n Plan9 = \"plan9\",\n Solaris = \"solaris\",\n Windows = \"windows\"\n}\n\n/**\n * Defines values for ArtifactOperatingSystem. \\\n * {@link KnownArtifactOperatingSystem} can be used interchangeably with ArtifactOperatingSystem,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **aix** \\\n * **android** \\\n * **darwin** \\\n * **dragonfly** \\\n * **freebsd** \\\n * **illumos** \\\n * **ios** \\\n * **js** \\\n * **linux** \\\n * **netbsd** \\\n * **openbsd** \\\n * **plan9** \\\n * **solaris** \\\n * **windows**\n */\nexport type ArtifactOperatingSystem = string;\n\n/** Known values of {@link PostContentSchemaGrantType} that the service accepts. */\nexport enum KnownPostContentSchemaGrantType {\n AccessTokenRefreshToken = \"access_token_refresh_token\",\n AccessToken = \"access_token\",\n RefreshToken = \"refresh_token\"\n}\n\n/**\n * Defines values for PostContentSchemaGrantType. \\\n * {@link KnownPostContentSchemaGrantType} can be used interchangeably with PostContentSchemaGrantType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **access_token_refresh_token** \\\n * **access_token** \\\n * **refresh_token**\n */\nexport type PostContentSchemaGrantType = string;\n/** Defines values for TokenGrantType. */\nexport type TokenGrantType = \"refresh_token\" | \"password\";\n/** Defines values for ArtifactTagOrderBy. */\nexport type ArtifactTagOrderBy = \"none\" | \"timedesc\" | \"timeasc\";\n/** Defines values for ArtifactManifestOrderBy. */\nexport type ArtifactManifestOrderBy = \"none\" | \"timedesc\" | \"timeasc\";\n\n/** Optional parameters. */\nexport interface ContainerRegistryCheckDockerV2SupportOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestOptionalParams\n extends coreClient.OperationOptions {\n /** Accept header string delimited by comma. For example, application/vnd.docker.distribution.manifest.v2+json */\n accept?: string;\n}\n\n/** Contains response data for the getManifest operation. */\nexport type ContainerRegistryGetManifestResponse = ManifestWrapper;\n\n/** Optional parameters. */\nexport interface ContainerRegistryCreateManifestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createManifest operation. */\nexport type ContainerRegistryCreateManifestResponse = ContainerRegistryCreateManifestHeaders & {\n /** The parsed response body. */\n body: any;\n};\n\n/** Optional parameters. */\nexport interface ContainerRegistryDeleteManifestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetRepositoriesOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n}\n\n/** Contains response data for the getRepositories operation. */\nexport type ContainerRegistryGetRepositoriesResponse = ContainerRegistryGetRepositoriesHeaders &\n Repositories;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getProperties operation. */\nexport type ContainerRegistryGetPropertiesResponse = ContainerRepositoryProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryDeleteRepositoryOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdatePropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Repository attribute value */\n value?: RepositoryWriteableProperties;\n}\n\n/** Contains response data for the updateProperties operation. */\nexport type ContainerRegistryUpdatePropertiesResponse = ContainerRepositoryProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetTagsOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n /** filter by digest */\n digest?: string;\n}\n\n/** Contains response data for the getTags operation. */\nexport type ContainerRegistryGetTagsResponse = ContainerRegistryGetTagsHeaders &\n TagList;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetTagPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTagProperties operation. */\nexport type ContainerRegistryGetTagPropertiesResponse = ArtifactTagProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdateTagAttributesOptionalParams\n extends coreClient.OperationOptions {\n /** Tag attribute value */\n value?: TagWriteableProperties;\n}\n\n/** Contains response data for the updateTagAttributes operation. */\nexport type ContainerRegistryUpdateTagAttributesResponse = ArtifactTagProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryDeleteTagOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestsOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n}\n\n/** Contains response data for the getManifests operation. */\nexport type ContainerRegistryGetManifestsResponse = ContainerRegistryGetManifestsHeaders &\n AcrManifests;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestPropertiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getManifestProperties operation. */\nexport type ContainerRegistryGetManifestPropertiesResponse = ArtifactManifestProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryUpdateManifestPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** Manifest attribute value */\n value?: ManifestWriteableProperties;\n}\n\n/** Contains response data for the updateManifestProperties operation. */\nexport type ContainerRegistryUpdateManifestPropertiesResponse = ArtifactManifestProperties;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetRepositoriesNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n}\n\n/** Contains response data for the getRepositoriesNext operation. */\nexport type ContainerRegistryGetRepositoriesNextResponse = ContainerRegistryGetRepositoriesNextHeaders &\n Repositories;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetTagsNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n /** filter by digest */\n digest?: string;\n}\n\n/** Contains response data for the getTagsNext operation. */\nexport type ContainerRegistryGetTagsNextResponse = ContainerRegistryGetTagsNextHeaders &\n TagList;\n\n/** Optional parameters. */\nexport interface ContainerRegistryGetManifestsNextOptionalParams\n extends coreClient.OperationOptions {\n /** Query parameter for the last item in previous query. Result set will include values lexically after last. */\n last?: string;\n /** query parameter for max number of items */\n n?: number;\n /** orderby query parameter */\n orderby?: string;\n}\n\n/** Contains response data for the getManifestsNext operation. */\nexport type ContainerRegistryGetManifestsNextResponse = ContainerRegistryGetManifestsNextHeaders &\n AcrManifests;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobGetBlobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getBlob operation. */\nexport type ContainerRegistryBlobGetBlobResponse = ContainerRegistryBlobGetBlobHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobCheckBlobExistsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkBlobExists operation. */\nexport type ContainerRegistryBlobCheckBlobExistsResponse = ContainerRegistryBlobCheckBlobExistsHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobDeleteBlobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteBlob operation. */\nexport type ContainerRegistryBlobDeleteBlobResponse = ContainerRegistryBlobDeleteBlobHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobMountBlobOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the mountBlob operation. */\nexport type ContainerRegistryBlobMountBlobResponse = ContainerRegistryBlobMountBlobHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobGetUploadStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getUploadStatus operation. */\nexport type ContainerRegistryBlobGetUploadStatusResponse = ContainerRegistryBlobGetUploadStatusHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobUploadChunkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the uploadChunk operation. */\nexport type ContainerRegistryBlobUploadChunkResponse = ContainerRegistryBlobUploadChunkHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobCompleteUploadOptionalParams\n extends coreClient.OperationOptions {\n /** Optional raw data of blob */\n value?: coreRestPipeline.RequestBodyType;\n}\n\n/** Contains response data for the completeUpload operation. */\nexport type ContainerRegistryBlobCompleteUploadResponse = ContainerRegistryBlobCompleteUploadHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobCancelUploadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobStartUploadOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the startUpload operation. */\nexport type ContainerRegistryBlobStartUploadResponse = ContainerRegistryBlobStartUploadHeaders;\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobGetChunkOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getChunk operation. */\nexport type ContainerRegistryBlobGetChunkResponse = ContainerRegistryBlobGetChunkHeaders & {\n /**\n * BROWSER ONLY\n *\n * The response body as a browser Blob.\n * Always `undefined` in node.js.\n */\n blobBody?: Promise<Blob>;\n /**\n * NODEJS ONLY\n *\n * The response body as a node.js Readable stream.\n * Always `undefined` in the browser.\n */\n readableStreamBody?: NodeJS.ReadableStream;\n};\n\n/** Optional parameters. */\nexport interface ContainerRegistryBlobCheckChunkExistsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkChunkExists operation. */\nexport type ContainerRegistryBlobCheckChunkExistsResponse = ContainerRegistryBlobCheckChunkExistsHeaders;\n\n/** Optional parameters. */\nexport interface AuthenticationExchangeAadAccessTokenForAcrRefreshTokenOptionalParams\n extends coreClient.OperationOptions {\n /** AAD tenant associated to the AAD credentials. */\n tenant?: string;\n /** AAD refresh token, mandatory when grant_type is access_token_refresh_token or refresh_token */\n refreshToken?: string;\n /** AAD access token, mandatory when grant_type is access_token_refresh_token or access_token. */\n accessToken?: string;\n}\n\n/** Contains response data for the exchangeAadAccessTokenForAcrRefreshToken operation. */\nexport type AuthenticationExchangeAadAccessTokenForAcrRefreshTokenResponse = AcrRefreshToken;\n\n/** Optional parameters. */\nexport interface AuthenticationExchangeAcrRefreshTokenForAcrAccessTokenOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the exchangeAcrRefreshTokenForAcrAccessToken operation. */\nexport type AuthenticationExchangeAcrRefreshTokenForAcrAccessTokenResponse = AcrAccessToken;\n\n/** Optional parameters. */\nexport interface GeneratedClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|