@azure/storage-file-share 12.27.0 → 12.28.0-beta.1
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/README.md +105 -155
- package/dist/browser/AccountSASPermissions.d.ts +61 -0
- package/dist/browser/AccountSASPermissions.d.ts.map +1 -0
- package/dist/browser/AccountSASPermissions.js.map +1 -0
- package/dist/browser/AccountSASResourceTypes.d.ts +38 -0
- package/dist/browser/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/browser/AccountSASResourceTypes.js.map +1 -0
- package/dist/browser/AccountSASServices.d.ts +40 -0
- package/dist/browser/AccountSASServices.d.ts.map +1 -0
- package/dist/browser/AccountSASServices.js.map +1 -0
- package/dist/browser/AccountSASSignatureValues.d.ts +73 -0
- package/dist/browser/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/AccountSASSignatureValues.js +71 -0
- package/dist/browser/AccountSASSignatureValues.js.map +1 -0
- package/dist/browser/Clients.d.ts +3114 -0
- package/dist/browser/Clients.d.ts.map +1 -0
- package/dist/browser/Clients.js +2882 -0
- package/dist/browser/Clients.js.map +1 -0
- package/dist/browser/FileDownloadResponse-browser.d.mts.map +1 -0
- package/dist/browser/FileDownloadResponse-browser.mjs.map +1 -0
- package/dist/browser/FileDownloadResponse.d.ts +2 -0
- package/dist/browser/FileDownloadResponse.js +7 -0
- package/dist/browser/FileSASPermissions.d.ts +42 -0
- package/dist/browser/FileSASPermissions.d.ts.map +1 -0
- package/dist/browser/FileSASPermissions.js.map +1 -0
- package/dist/browser/FileSASSignatureValues.d.ts +95 -0
- package/dist/browser/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/browser/FileSASSignatureValues.js +84 -0
- package/dist/browser/FileSASSignatureValues.js.map +1 -0
- package/dist/browser/FileSystemAttributes.d.ts +63 -0
- package/dist/browser/FileSystemAttributes.d.ts.map +1 -0
- package/dist/browser/FileSystemAttributes.js.map +1 -0
- package/dist/browser/Pipeline.d.ts +142 -0
- package/dist/browser/Pipeline.d.ts.map +1 -0
- package/dist/browser/Pipeline.js +261 -0
- package/dist/browser/Pipeline.js.map +1 -0
- package/dist/browser/Range.d.ts +25 -0
- package/dist/browser/Range.d.ts.map +1 -0
- package/dist/browser/Range.js.map +1 -0
- package/dist/browser/SASQueryParameters.d.ts +136 -0
- package/dist/browser/SASQueryParameters.d.ts.map +1 -0
- package/dist/browser/SASQueryParameters.js +177 -0
- package/dist/browser/SASQueryParameters.js.map +1 -0
- package/dist/browser/SasIPRange.d.ts +25 -0
- package/dist/browser/SasIPRange.d.ts.map +1 -0
- package/dist/browser/SasIPRange.js.map +1 -0
- package/dist/browser/ShareClientInternal.d.ts +12 -0
- package/dist/browser/ShareClientInternal.d.ts.map +1 -0
- package/dist/browser/ShareClientInternal.js +16 -0
- package/dist/browser/ShareClientInternal.js.map +1 -0
- package/dist/browser/ShareSASPermissions.d.ts +46 -0
- package/dist/browser/ShareSASPermissions.d.ts.map +1 -0
- package/dist/browser/ShareSASPermissions.js.map +1 -0
- package/dist/browser/ShareServiceClient.d.ts +427 -0
- package/dist/browser/ShareServiceClient.d.ts.map +1 -0
- package/dist/browser/ShareServiceClient.js +475 -0
- package/dist/browser/ShareServiceClient.js.map +1 -0
- package/dist/browser/StorageClient.d.ts +47 -0
- package/dist/browser/StorageClient.d.ts.map +1 -0
- package/dist/browser/StorageClient.js +30 -0
- package/dist/browser/StorageClient.js.map +1 -0
- package/dist/browser/StorageContextClient.d.ts +9 -0
- package/dist/browser/StorageContextClient.d.ts.map +1 -0
- package/dist/browser/StorageContextClient.js +18 -0
- package/dist/browser/StorageContextClient.js.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/browser/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/browser/StorageRetryPolicyFactory.js +26 -0
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/browser/generated/src/index.d.ts +4 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -0
- package/dist/browser/generated/src/index.js +11 -0
- package/dist/browser/generated/src/index.js.map +1 -0
- package/dist/browser/generated/src/models/index.d.ts +2881 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/index.js.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +128 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/src/models/mappers.js.map +1 -0
- package/dist/browser/generated/src/models/parameters.d.ts +128 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/browser/generated/src/models/parameters.js +1364 -0
- package/dist/browser/generated/src/models/parameters.js.map +1 -0
- package/dist/browser/generated/src/operations/directory.d.ts +65 -0
- package/dist/browser/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/directory.js +378 -0
- package/dist/browser/generated/src/operations/directory.js.map +1 -0
- package/dist/browser/generated/src/operations/file.d.ts +162 -0
- package/dist/browser/generated/src/operations/file.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/file.js +866 -0
- package/dist/browser/generated/src/operations/file.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +5 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/index.js +12 -0
- package/dist/browser/generated/src/operations/index.js.map +1 -0
- package/dist/browser/generated/src/operations/service.d.ts +32 -0
- package/dist/browser/generated/src/operations/service.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/service.js +135 -0
- package/dist/browser/generated/src/operations/service.js.map +1 -0
- package/dist/browser/generated/src/operations/share.d.ts +111 -0
- package/dist/browser/generated/src/operations/share.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/share.js +671 -0
- package/dist/browser/generated/src/operations/share.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/browser/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/browser/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/browser/generated/src/storageClient.d.ts +20 -0
- package/dist/browser/generated/src/storageClient.d.ts.map +1 -0
- package/dist/browser/generated/src/storageClient.js +48 -0
- package/dist/browser/generated/src/storageClient.js.map +1 -0
- package/dist/browser/generatedModels.d.ts +492 -0
- package/dist/browser/generatedModels.d.ts.map +1 -0
- package/dist/browser/generatedModels.js.map +1 -0
- package/dist/browser/index-browser.d.mts.map +1 -0
- package/dist/browser/index-browser.mjs.map +1 -0
- package/dist/browser/index.d.ts +22 -0
- package/dist/browser/index.js +19 -0
- package/dist/browser/log.d.ts +5 -0
- package/dist/browser/log.d.ts.map +1 -0
- package/dist/browser/log.js.map +1 -0
- package/dist/browser/models.d.ts +373 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +94 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicy.js +220 -0
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/browser/utils/Batch.d.ts +68 -0
- package/dist/browser/utils/Batch.d.ts.map +1 -0
- package/dist/browser/utils/Batch.js.map +1 -0
- package/dist/browser/utils/BufferScheduler.d.ts +157 -0
- package/dist/browser/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/browser/utils/BufferScheduler.js.map +1 -0
- package/dist/browser/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/browser/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/browser/utils/RetriableReadableStream.js +119 -0
- package/dist/browser/utils/RetriableReadableStream.js.map +1 -0
- package/dist/browser/utils/constants.d.ts +55 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/constants.js +162 -0
- package/dist/browser/utils/constants.js.map +1 -0
- package/dist/browser/utils/tracing.d.ts +6 -0
- package/dist/browser/utils/tracing.d.ts.map +1 -0
- package/dist/browser/utils/tracing.js +14 -0
- package/dist/browser/utils/tracing.js.map +1 -0
- package/dist/browser/utils/utils-browser.d.mts.map +1 -0
- package/dist/browser/utils/utils-browser.mjs.map +1 -0
- package/dist/browser/utils/utils.common.d.ts +304 -0
- package/dist/browser/utils/utils.common.d.ts.map +1 -0
- package/dist/browser/utils/utils.common.js +778 -0
- package/dist/browser/utils/utils.common.js.map +1 -0
- package/dist/browser/utils/utils.d.ts +5 -0
- package/dist/browser/utils/utils.js +15 -0
- package/dist/commonjs/AccountSASPermissions.d.ts +61 -0
- package/dist/commonjs/AccountSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/AccountSASPermissions.js +132 -0
- package/dist/commonjs/AccountSASPermissions.js.map +1 -0
- package/dist/commonjs/AccountSASResourceTypes.d.ts +38 -0
- package/dist/commonjs/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/commonjs/AccountSASResourceTypes.js +76 -0
- package/dist/commonjs/AccountSASResourceTypes.js.map +1 -0
- package/dist/commonjs/AccountSASServices.d.ts +40 -0
- package/dist/commonjs/AccountSASServices.d.ts.map +1 -0
- package/dist/commonjs/AccountSASServices.js +84 -0
- package/dist/commonjs/AccountSASServices.js.map +1 -0
- package/dist/commonjs/AccountSASSignatureValues.d.ts +73 -0
- package/dist/commonjs/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/AccountSASSignatureValues.js +75 -0
- package/dist/commonjs/AccountSASSignatureValues.js.map +1 -0
- package/dist/commonjs/Clients.d.ts +3114 -0
- package/dist/commonjs/Clients.d.ts.map +1 -0
- package/dist/commonjs/Clients.js +2889 -0
- package/dist/commonjs/Clients.js.map +1 -0
- package/dist/commonjs/FileDownloadResponse.d.ts +291 -0
- package/dist/commonjs/FileDownloadResponse.d.ts.map +1 -0
- package/dist/commonjs/FileDownloadResponse.js +371 -0
- package/dist/commonjs/FileDownloadResponse.js.map +1 -0
- package/dist/commonjs/FileSASPermissions.d.ts +42 -0
- package/dist/commonjs/FileSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/FileSASPermissions.js +86 -0
- package/dist/commonjs/FileSASPermissions.js.map +1 -0
- package/dist/commonjs/FileSASSignatureValues.d.ts +95 -0
- package/dist/commonjs/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/FileSASSignatureValues.js +88 -0
- package/dist/commonjs/FileSASSignatureValues.js.map +1 -0
- package/dist/commonjs/FileSystemAttributes.d.ts +63 -0
- package/dist/commonjs/FileSystemAttributes.d.ts.map +1 -0
- package/dist/commonjs/FileSystemAttributes.js +148 -0
- package/dist/commonjs/FileSystemAttributes.js.map +1 -0
- package/dist/commonjs/Pipeline.d.ts +142 -0
- package/dist/commonjs/Pipeline.d.ts.map +1 -0
- package/dist/commonjs/Pipeline.js +267 -0
- package/dist/commonjs/Pipeline.js.map +1 -0
- package/dist/commonjs/Range.d.ts +25 -0
- package/dist/commonjs/Range.d.ts.map +1 -0
- package/dist/commonjs/Range.js +25 -0
- package/dist/commonjs/Range.js.map +1 -0
- package/dist/commonjs/SASQueryParameters.d.ts +136 -0
- package/dist/commonjs/SASQueryParameters.d.ts.map +1 -0
- package/dist/commonjs/SASQueryParameters.js +181 -0
- package/dist/commonjs/SASQueryParameters.js.map +1 -0
- package/dist/commonjs/SasIPRange.d.ts +25 -0
- package/dist/commonjs/SasIPRange.d.ts.map +1 -0
- package/dist/commonjs/SasIPRange.js +17 -0
- package/dist/commonjs/SasIPRange.js.map +1 -0
- package/dist/commonjs/ShareClientInternal.d.ts +12 -0
- package/dist/commonjs/ShareClientInternal.d.ts.map +1 -0
- package/dist/commonjs/ShareClientInternal.js +20 -0
- package/dist/commonjs/ShareClientInternal.js.map +1 -0
- package/dist/commonjs/ShareSASPermissions.d.ts +46 -0
- package/dist/commonjs/ShareSASPermissions.d.ts.map +1 -0
- package/dist/commonjs/ShareSASPermissions.js +96 -0
- package/dist/commonjs/ShareSASPermissions.js.map +1 -0
- package/dist/commonjs/ShareServiceClient.d.ts +427 -0
- package/dist/commonjs/ShareServiceClient.d.ts.map +1 -0
- package/dist/commonjs/ShareServiceClient.js +479 -0
- package/dist/commonjs/ShareServiceClient.js.map +1 -0
- package/dist/commonjs/StorageClient.d.ts +47 -0
- package/dist/commonjs/StorageClient.d.ts.map +1 -0
- package/dist/commonjs/StorageClient.js +34 -0
- package/dist/commonjs/StorageClient.js.map +1 -0
- package/dist/commonjs/StorageContextClient.d.ts +9 -0
- package/dist/commonjs/StorageContextClient.d.ts.map +1 -0
- package/dist/commonjs/StorageContextClient.js +22 -0
- package/dist/commonjs/StorageContextClient.js.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js +31 -0
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/commonjs/generated/src/index.d.ts +4 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/index.js +16 -0
- package/dist/commonjs/generated/src/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/index.d.ts +2881 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +169 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +128 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +5992 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +128 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +1369 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/directory.d.ts +65 -0
- package/dist/commonjs/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/directory.js +383 -0
- package/dist/commonjs/generated/src/operations/directory.js.map +1 -0
- package/dist/commonjs/generated/src/operations/file.d.ts +162 -0
- package/dist/commonjs/generated/src/operations/file.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/file.js +871 -0
- package/dist/commonjs/generated/src/operations/file.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/index.js +15 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operations/service.d.ts +32 -0
- package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/service.js +140 -0
- package/dist/commonjs/generated/src/operations/service.js.map +1 -0
- package/dist/commonjs/generated/src/operations/share.d.ts +111 -0
- package/dist/commonjs/generated/src/operations/share.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/share.js +676 -0
- package/dist/commonjs/generated/src/operations/share.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/commonjs/generated/src/storageClient.d.ts +20 -0
- package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/storageClient.js +53 -0
- package/dist/commonjs/generated/src/storageClient.js.map +1 -0
- package/dist/commonjs/generatedModels.d.ts +492 -0
- package/dist/commonjs/generatedModels.d.ts.map +1 -0
- package/dist/commonjs/generatedModels.js +11 -0
- package/dist/commonjs/generatedModels.js.map +1 -0
- package/dist/commonjs/index.d.ts +32 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +55 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/log.d.ts +5 -0
- package/dist/commonjs/log.d.ts.map +1 -0
- package/dist/commonjs/log.js +11 -0
- package/dist/commonjs/log.js.map +1 -0
- package/dist/commonjs/models.d.ts +373 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +107 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js +225 -0
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +180 -0
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/utils/Batch.d.ts +68 -0
- package/dist/commonjs/utils/Batch.d.ts.map +1 -0
- package/dist/commonjs/utils/Batch.js +126 -0
- package/dist/commonjs/utils/Batch.js.map +1 -0
- package/dist/commonjs/utils/BufferScheduler.d.ts +157 -0
- package/dist/commonjs/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/commonjs/utils/BufferScheduler.js +268 -0
- package/dist/commonjs/utils/BufferScheduler.js.map +1 -0
- package/dist/commonjs/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/commonjs/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/commonjs/utils/RetriableReadableStream.js +123 -0
- package/dist/commonjs/utils/RetriableReadableStream.js.map +1 -0
- package/dist/commonjs/utils/constants.d.ts +55 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +165 -0
- package/dist/commonjs/utils/constants.js.map +1 -0
- package/dist/commonjs/utils/tracing.d.ts +6 -0
- package/dist/commonjs/utils/tracing.d.ts.map +1 -0
- package/dist/commonjs/utils/tracing.js +17 -0
- package/dist/commonjs/utils/tracing.js.map +1 -0
- package/dist/commonjs/utils/utils.common.d.ts +304 -0
- package/dist/commonjs/utils/utils.common.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.common.js +816 -0
- package/dist/commonjs/utils/utils.common.js.map +1 -0
- package/dist/commonjs/utils/utils.d.ts +28 -0
- package/dist/commonjs/utils/utils.d.ts.map +1 -0
- package/dist/commonjs/utils/utils.js +85 -0
- package/dist/commonjs/utils/utils.js.map +1 -0
- package/dist/esm/AccountSASPermissions.d.ts +61 -0
- package/dist/esm/AccountSASPermissions.d.ts.map +1 -0
- package/dist/esm/AccountSASPermissions.js +128 -0
- package/dist/esm/AccountSASPermissions.js.map +1 -0
- package/dist/esm/AccountSASResourceTypes.d.ts +38 -0
- package/dist/esm/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/esm/AccountSASResourceTypes.js.map +1 -0
- package/dist/esm/AccountSASServices.d.ts +40 -0
- package/dist/esm/AccountSASServices.d.ts.map +1 -0
- package/dist/esm/AccountSASServices.js.map +1 -0
- package/dist/esm/AccountSASSignatureValues.d.ts +73 -0
- package/dist/esm/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/AccountSASSignatureValues.js +71 -0
- package/dist/esm/AccountSASSignatureValues.js.map +1 -0
- package/dist/esm/Clients.d.ts +3114 -0
- package/dist/esm/Clients.d.ts.map +1 -0
- package/dist/esm/Clients.js +2882 -0
- package/dist/esm/Clients.js.map +1 -0
- package/dist/esm/FileDownloadResponse.d.ts +291 -0
- package/dist/esm/FileDownloadResponse.d.ts.map +1 -0
- package/dist/esm/FileDownloadResponse.js +367 -0
- package/dist/esm/FileDownloadResponse.js.map +1 -0
- package/dist/esm/FileSASPermissions.d.ts +42 -0
- package/dist/esm/FileSASPermissions.d.ts.map +1 -0
- package/dist/esm/FileSASPermissions.js +82 -0
- package/dist/esm/FileSASPermissions.js.map +1 -0
- package/dist/esm/FileSASSignatureValues.d.ts +95 -0
- package/dist/esm/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/esm/FileSASSignatureValues.js +84 -0
- package/dist/esm/FileSASSignatureValues.js.map +1 -0
- package/dist/esm/FileSystemAttributes.d.ts +63 -0
- package/dist/esm/FileSystemAttributes.d.ts.map +1 -0
- package/dist/esm/FileSystemAttributes.js +144 -0
- package/dist/esm/FileSystemAttributes.js.map +1 -0
- package/dist/esm/Pipeline.d.ts +142 -0
- package/dist/esm/Pipeline.d.ts.map +1 -0
- package/dist/esm/Pipeline.js +261 -0
- package/dist/esm/Pipeline.js.map +1 -0
- package/dist/esm/Range.d.ts +25 -0
- package/dist/esm/Range.d.ts.map +1 -0
- package/dist/esm/Range.js +22 -0
- package/dist/esm/Range.js.map +1 -0
- package/dist/esm/SASQueryParameters.d.ts +136 -0
- package/dist/esm/SASQueryParameters.d.ts.map +1 -0
- package/dist/esm/SASQueryParameters.js +177 -0
- package/dist/esm/SASQueryParameters.js.map +1 -0
- package/dist/esm/SasIPRange.d.ts +25 -0
- package/dist/esm/SasIPRange.d.ts.map +1 -0
- package/dist/esm/SasIPRange.js +14 -0
- package/dist/esm/SasIPRange.js.map +1 -0
- package/dist/esm/ShareClientInternal.d.ts +12 -0
- package/dist/esm/ShareClientInternal.d.ts.map +1 -0
- package/dist/esm/ShareClientInternal.js +16 -0
- package/dist/esm/ShareClientInternal.js.map +1 -0
- package/dist/esm/ShareSASPermissions.d.ts +46 -0
- package/dist/esm/ShareSASPermissions.d.ts.map +1 -0
- package/dist/esm/ShareSASPermissions.js +92 -0
- package/dist/esm/ShareSASPermissions.js.map +1 -0
- package/dist/esm/ShareServiceClient.d.ts +427 -0
- package/dist/esm/ShareServiceClient.d.ts.map +1 -0
- package/dist/esm/ShareServiceClient.js +475 -0
- package/dist/esm/ShareServiceClient.js.map +1 -0
- package/dist/esm/StorageClient.d.ts +47 -0
- package/dist/esm/StorageClient.d.ts.map +1 -0
- package/dist/esm/StorageClient.js +30 -0
- package/dist/esm/StorageClient.js.map +1 -0
- package/dist/esm/StorageContextClient.d.ts +9 -0
- package/dist/esm/StorageContextClient.d.ts.map +1 -0
- package/dist/esm/StorageContextClient.js +18 -0
- package/dist/esm/StorageContextClient.js.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/esm/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/esm/StorageRetryPolicyFactory.js +26 -0
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/esm/generated/src/index.d.ts +4 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -0
- package/dist/esm/generated/src/index.js +11 -0
- package/dist/esm/generated/src/index.js.map +1 -0
- package/dist/esm/generated/src/models/index.d.ts +2881 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/dist/esm/generated/src/models/index.js +166 -0
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +128 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +5987 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +128 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +1364 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/directory.d.ts +65 -0
- package/dist/esm/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/directory.js +378 -0
- package/dist/esm/generated/src/operations/directory.js.map +1 -0
- package/dist/esm/generated/src/operations/file.d.ts +162 -0
- package/dist/esm/generated/src/operations/file.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/file.js +866 -0
- package/dist/esm/generated/src/operations/file.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +5 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +12 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operations/service.d.ts +32 -0
- package/dist/esm/generated/src/operations/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/service.js +135 -0
- package/dist/esm/generated/src/operations/service.js.map +1 -0
- package/dist/esm/generated/src/operations/share.d.ts +111 -0
- package/dist/esm/generated/src/operations/share.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/share.js +671 -0
- package/dist/esm/generated/src/operations/share.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/esm/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/file.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/esm/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/share.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/esm/generated/src/storageClient.d.ts +20 -0
- package/dist/esm/generated/src/storageClient.d.ts.map +1 -0
- package/dist/esm/generated/src/storageClient.js +48 -0
- package/dist/esm/generated/src/storageClient.js.map +1 -0
- package/dist/esm/generatedModels.d.ts +492 -0
- package/dist/esm/generatedModels.d.ts.map +1 -0
- package/dist/esm/generatedModels.js +8 -0
- package/dist/esm/generatedModels.js.map +1 -0
- package/dist/esm/index.d.ts +32 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +30 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/log.d.ts +5 -0
- package/dist/esm/log.d.ts.map +1 -0
- package/dist/esm/log.js +8 -0
- package/dist/esm/log.js.map +1 -0
- package/dist/esm/models.d.ts +373 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +94 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicy.js +220 -0
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/esm/utils/Batch.d.ts +68 -0
- package/dist/esm/utils/Batch.d.ts.map +1 -0
- package/dist/esm/utils/Batch.js.map +1 -0
- package/dist/esm/utils/BufferScheduler.d.ts +157 -0
- package/dist/esm/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/esm/utils/BufferScheduler.js +264 -0
- package/dist/esm/utils/BufferScheduler.js.map +1 -0
- package/dist/esm/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/esm/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/esm/utils/RetriableReadableStream.js +119 -0
- package/dist/esm/utils/RetriableReadableStream.js.map +1 -0
- package/dist/esm/utils/constants.d.ts +55 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +162 -0
- package/dist/esm/utils/constants.js.map +1 -0
- package/dist/esm/utils/tracing.d.ts +6 -0
- package/dist/esm/utils/tracing.d.ts.map +1 -0
- package/dist/esm/utils/tracing.js +14 -0
- package/dist/esm/utils/tracing.js.map +1 -0
- package/dist/esm/utils/utils.common.d.ts +304 -0
- package/dist/esm/utils/utils.common.d.ts.map +1 -0
- package/dist/esm/utils/utils.common.js +778 -0
- package/dist/esm/utils/utils.common.js.map +1 -0
- package/dist/esm/utils/utils.d.ts +28 -0
- package/dist/esm/utils/utils.d.ts.map +1 -0
- package/dist/esm/utils/utils.js +79 -0
- package/dist/esm/utils/utils.js.map +1 -0
- package/dist/react-native/AccountSASPermissions.d.ts +61 -0
- package/dist/react-native/AccountSASPermissions.d.ts.map +1 -0
- package/dist/react-native/AccountSASPermissions.js +128 -0
- package/dist/react-native/AccountSASPermissions.js.map +1 -0
- package/dist/react-native/AccountSASResourceTypes.d.ts +38 -0
- package/dist/react-native/AccountSASResourceTypes.d.ts.map +1 -0
- package/dist/react-native/AccountSASResourceTypes.js +72 -0
- package/dist/react-native/AccountSASResourceTypes.js.map +1 -0
- package/dist/react-native/AccountSASServices.d.ts +40 -0
- package/dist/react-native/AccountSASServices.d.ts.map +1 -0
- package/dist/react-native/AccountSASServices.js +80 -0
- package/dist/react-native/AccountSASServices.js.map +1 -0
- package/dist/react-native/AccountSASSignatureValues.d.ts +73 -0
- package/dist/react-native/AccountSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/AccountSASSignatureValues.js +71 -0
- package/dist/react-native/AccountSASSignatureValues.js.map +1 -0
- package/dist/react-native/Clients.d.ts +3114 -0
- package/dist/react-native/Clients.d.ts.map +1 -0
- package/dist/react-native/Clients.js +2882 -0
- package/dist/react-native/Clients.js.map +1 -0
- package/dist/react-native/FileDownloadResponse.d.ts +291 -0
- package/dist/react-native/FileDownloadResponse.d.ts.map +1 -0
- package/dist/react-native/FileDownloadResponse.js +367 -0
- package/dist/react-native/FileDownloadResponse.js.map +1 -0
- package/dist/react-native/FileSASPermissions.d.ts +42 -0
- package/dist/react-native/FileSASPermissions.d.ts.map +1 -0
- package/dist/react-native/FileSASPermissions.js +82 -0
- package/dist/react-native/FileSASPermissions.js.map +1 -0
- package/dist/react-native/FileSASSignatureValues.d.ts +95 -0
- package/dist/react-native/FileSASSignatureValues.d.ts.map +1 -0
- package/dist/react-native/FileSASSignatureValues.js +84 -0
- package/dist/react-native/FileSASSignatureValues.js.map +1 -0
- package/dist/react-native/FileSystemAttributes.d.ts +63 -0
- package/dist/react-native/FileSystemAttributes.d.ts.map +1 -0
- package/dist/react-native/FileSystemAttributes.js +144 -0
- package/dist/react-native/FileSystemAttributes.js.map +1 -0
- package/dist/react-native/Pipeline.d.ts +142 -0
- package/dist/react-native/Pipeline.d.ts.map +1 -0
- package/dist/react-native/Pipeline.js +261 -0
- package/dist/react-native/Pipeline.js.map +1 -0
- package/dist/react-native/Range.d.ts +25 -0
- package/dist/react-native/Range.d.ts.map +1 -0
- package/dist/react-native/Range.js +22 -0
- package/dist/react-native/Range.js.map +1 -0
- package/dist/react-native/SASQueryParameters.d.ts +136 -0
- package/dist/react-native/SASQueryParameters.d.ts.map +1 -0
- package/dist/react-native/SASQueryParameters.js +177 -0
- package/dist/react-native/SASQueryParameters.js.map +1 -0
- package/dist/react-native/SasIPRange.d.ts +25 -0
- package/dist/react-native/SasIPRange.d.ts.map +1 -0
- package/dist/react-native/SasIPRange.js +14 -0
- package/dist/react-native/SasIPRange.js.map +1 -0
- package/dist/react-native/ShareClientInternal.d.ts +12 -0
- package/dist/react-native/ShareClientInternal.d.ts.map +1 -0
- package/dist/react-native/ShareClientInternal.js +16 -0
- package/dist/react-native/ShareClientInternal.js.map +1 -0
- package/dist/react-native/ShareSASPermissions.d.ts +46 -0
- package/dist/react-native/ShareSASPermissions.d.ts.map +1 -0
- package/dist/react-native/ShareSASPermissions.js +92 -0
- package/dist/react-native/ShareSASPermissions.js.map +1 -0
- package/dist/react-native/ShareServiceClient.d.ts +427 -0
- package/dist/react-native/ShareServiceClient.d.ts.map +1 -0
- package/dist/react-native/ShareServiceClient.js +475 -0
- package/dist/react-native/ShareServiceClient.js.map +1 -0
- package/dist/react-native/StorageClient.d.ts +47 -0
- package/dist/react-native/StorageClient.d.ts.map +1 -0
- package/dist/react-native/StorageClient.js +30 -0
- package/dist/react-native/StorageClient.js.map +1 -0
- package/dist/react-native/StorageContextClient.d.ts +9 -0
- package/dist/react-native/StorageContextClient.d.ts.map +1 -0
- package/dist/react-native/StorageContextClient.js +18 -0
- package/dist/react-native/StorageContextClient.js.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +56 -0
- package/dist/react-native/StorageRetryPolicyFactory.d.ts.map +1 -0
- package/dist/react-native/StorageRetryPolicyFactory.js +26 -0
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -0
- package/dist/react-native/generated/src/index.d.ts +4 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/index.js +11 -0
- package/dist/react-native/generated/src/index.js.map +1 -0
- package/dist/react-native/generated/src/models/index.d.ts +2881 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/index.js +166 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +128 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +5987 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +128 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +1364 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/directory.d.ts +65 -0
- package/dist/react-native/generated/src/operations/directory.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/directory.js +378 -0
- package/dist/react-native/generated/src/operations/directory.js.map +1 -0
- package/dist/react-native/generated/src/operations/file.d.ts +162 -0
- package/dist/react-native/generated/src/operations/file.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/file.js +866 -0
- package/dist/react-native/generated/src/operations/file.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +5 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +12 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operations/service.d.ts +32 -0
- package/dist/react-native/generated/src/operations/service.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/service.js +135 -0
- package/dist/react-native/generated/src/operations/service.js.map +1 -0
- package/dist/react-native/generated/src/operations/share.d.ts +111 -0
- package/dist/react-native/generated/src/operations/share.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/share.js +671 -0
- package/dist/react-native/generated/src/operations/share.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.d.ts +57 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/directory.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.d.ts +154 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/file.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +24 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.d.ts +103 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/share.js.map +1 -0
- package/dist/react-native/generated/src/storageClient.d.ts +20 -0
- package/dist/react-native/generated/src/storageClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/storageClient.js +48 -0
- package/dist/react-native/generated/src/storageClient.js.map +1 -0
- package/dist/react-native/generatedModels.d.ts +492 -0
- package/dist/react-native/generatedModels.d.ts.map +1 -0
- package/dist/react-native/generatedModels.js +8 -0
- package/dist/react-native/generatedModels.js.map +1 -0
- package/dist/react-native/index.d.ts +32 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +30 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/log.d.ts +5 -0
- package/dist/react-native/log.d.ts.map +1 -0
- package/dist/react-native/log.js +8 -0
- package/dist/react-native/log.js.map +1 -0
- package/dist/react-native/models.d.ts +373 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +94 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts +75 -0
- package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicy.js +220 -0
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts +24 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js +176 -0
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -0
- package/dist/react-native/utils/Batch.d.ts +68 -0
- package/dist/react-native/utils/Batch.d.ts.map +1 -0
- package/dist/react-native/utils/Batch.js +122 -0
- package/dist/react-native/utils/Batch.js.map +1 -0
- package/dist/react-native/utils/BufferScheduler.d.ts +157 -0
- package/dist/react-native/utils/BufferScheduler.d.ts.map +1 -0
- package/dist/react-native/utils/BufferScheduler.js +264 -0
- package/dist/react-native/utils/BufferScheduler.js.map +1 -0
- package/dist/react-native/utils/RetriableReadableStream.d.ts +58 -0
- package/dist/react-native/utils/RetriableReadableStream.d.ts.map +1 -0
- package/dist/react-native/utils/RetriableReadableStream.js +119 -0
- package/dist/react-native/utils/RetriableReadableStream.js.map +1 -0
- package/dist/react-native/utils/constants.d.ts +55 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +162 -0
- package/dist/react-native/utils/constants.js.map +1 -0
- package/dist/react-native/utils/tracing.d.ts +6 -0
- package/dist/react-native/utils/tracing.d.ts.map +1 -0
- package/dist/react-native/utils/tracing.js +14 -0
- package/dist/react-native/utils/tracing.js.map +1 -0
- package/dist/react-native/utils/utils.common.d.ts +304 -0
- package/dist/react-native/utils/utils.common.d.ts.map +1 -0
- package/dist/react-native/utils/utils.common.js +778 -0
- package/dist/react-native/utils/utils.common.js.map +1 -0
- package/dist/react-native/utils/utils.d.ts +28 -0
- package/dist/react-native/utils/utils.d.ts.map +1 -0
- package/dist/react-native/utils/utils.js +79 -0
- package/dist/react-native/utils/utils.js.map +1 -0
- package/package.json +69 -74
- package/dist/index.js +0 -16901
- package/dist/index.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchResponse.js +0 -4
- package/dist-esm/storage-blob/src/BatchResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchResponseParser.js +0 -137
- package/dist-esm/storage-blob/src/BatchResponseParser.js.map +0 -1
- package/dist-esm/storage-blob/src/BatchUtils.js +0 -15
- package/dist-esm/storage-blob/src/BatchUtils.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobBatch.js +0 -267
- package/dist-esm/storage-blob/src/BlobBatch.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobBatchClient.js +0 -140
- package/dist-esm/storage-blob/src/BlobBatchClient.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobDownloadResponse.js +0 -463
- package/dist-esm/storage-blob/src/BlobDownloadResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobLeaseClient.js +0 -192
- package/dist-esm/storage-blob/src/BlobLeaseClient.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobQueryResponse.js +0 -367
- package/dist-esm/storage-blob/src/BlobQueryResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/BlobServiceClient.js +0 -716
- package/dist-esm/storage-blob/src/BlobServiceClient.js.map +0 -1
- package/dist-esm/storage-blob/src/Clients.js +0 -2594
- package/dist-esm/storage-blob/src/Clients.js.map +0 -1
- package/dist-esm/storage-blob/src/ContainerClient.js +0 -1209
- package/dist-esm/storage-blob/src/ContainerClient.js.map +0 -1
- package/dist-esm/storage-blob/src/PageBlobRangeResponse.js +0 -24
- package/dist-esm/storage-blob/src/PageBlobRangeResponse.js.map +0 -1
- package/dist-esm/storage-blob/src/Pipeline.js +0 -261
- package/dist-esm/storage-blob/src/Pipeline.js.map +0 -1
- package/dist-esm/storage-blob/src/Range.js +0 -21
- package/dist-esm/storage-blob/src/Range.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js +0 -19
- package/dist-esm/storage-blob/src/StorageBrowserPolicyFactory.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageClient.js +0 -29
- package/dist-esm/storage-blob/src/StorageClient.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageContextClient.js +0 -17
- package/dist-esm/storage-blob/src/StorageContextClient.js.map +0 -1
- package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js +0 -26
- package/dist-esm/storage-blob/src/StorageRetryPolicyFactory.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/AnonymousCredential.js +0 -22
- package/dist-esm/storage-blob/src/credentials/AnonymousCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/Credential.js +0 -18
- package/dist-esm/storage-blob/src/credentials/Credential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js +0 -5
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js +0 -40
- package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.browser.js +0 -5
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.js +0 -31
- package/dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/index.js +0 -11
- package/dist-esm/storage-blob/src/generated/src/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/index.js +0 -258
- package/dist-esm/storage-blob/src/generated/src/models/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js +0 -8225
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js +0 -1610
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js +0 -221
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js +0 -1020
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js +0 -365
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/container.js +0 -713
- package/dist-esm/storage-blob/src/generated/src/operations/container.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/index.js +0 -14
- package/dist-esm/storage-blob/src/generated/src/operations/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js +0 -456
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operations/service.js +0 -323
- package/dist-esm/storage-blob/src/generated/src/operations/service.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/appendBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/appendBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blockBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blockBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/container.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/container.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/pageBlob.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/pageBlob.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +0 -49
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +0 -1
- package/dist-esm/storage-blob/src/generatedModels.js +0 -8
- package/dist-esm/storage-blob/src/generatedModels.js.map +0 -1
- package/dist-esm/storage-blob/src/index.js +0 -33
- package/dist-esm/storage-blob/src/index.js.map +0 -1
- package/dist-esm/storage-blob/src/log.js +0 -8
- package/dist-esm/storage-blob/src/log.js.map +0 -1
- package/dist-esm/storage-blob/src/models.js +0 -115
- package/dist-esm/storage-blob/src/models.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js +0 -20
- package/dist-esm/storage-blob/src/policies/AnonymousCredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/CredentialPolicy.js +0 -29
- package/dist-esm/storage-blob/src/policies/CredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/RequestPolicy.js +0 -40
- package/dist-esm/storage-blob/src/policies/RequestPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js +0 -47
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js +0 -31
- package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js +0 -18
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js +0 -27
- package/dist-esm/storage-blob/src/policies/StorageCorrectContentLengthPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js +0 -229
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js +0 -180
- package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js +0 -141
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js +0 -18
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js.map +0 -1
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js +0 -132
- package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js.map +0 -1
- package/dist-esm/storage-blob/src/pollers/BlobStartCopyFromUrlPoller.js +0 -130
- package/dist-esm/storage-blob/src/pollers/BlobStartCopyFromUrlPoller.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js +0 -227
- package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASResourceTypes.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASServices.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/AccountSASSignatureValues.js +0 -100
- package/dist-esm/storage-blob/src/sas/AccountSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/BlobSASPermissions.js +0 -195
- package/dist-esm/storage-blob/src/sas/BlobSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js +0 -576
- package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/ContainerSASPermissions.js +0 -221
- package/dist-esm/storage-blob/src/sas/ContainerSASPermissions.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/SASQueryParameters.js +0 -234
- package/dist-esm/storage-blob/src/sas/SASQueryParameters.js.map +0 -1
- package/dist-esm/storage-blob/src/sas/SasIPRange.js +0 -13
- package/dist-esm/storage-blob/src/sas/SasIPRange.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/Batch.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js +0 -111
- package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/Mutex.js +0 -65
- package/dist-esm/storage-blob/src/utils/Mutex.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js +0 -119
- package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js +0 -73
- package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/cache.js +0 -11
- package/dist-esm/storage-blob/src/utils/cache.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/constants.js +0 -226
- package/dist-esm/storage-blob/src/utils/constants.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/tracing.js +0 -14
- package/dist-esm/storage-blob/src/utils/tracing.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/utils.common.js +0 -756
- package/dist-esm/storage-blob/src/utils/utils.common.js.map +0 -1
- package/dist-esm/storage-blob/src/utils/utils.node.js +0 -132
- package/dist-esm/storage-blob/src/utils/utils.node.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASResourceTypes.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASServices.js.map +0 -1
- package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js +0 -71
- package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-file-share/src/Clients.js +0 -2642
- package/dist-esm/storage-file-share/src/Clients.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileDownloadResponse.browser.js +0 -7
- package/dist-esm/storage-file-share/src/FileDownloadResponse.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileDownloadResponse.js +0 -367
- package/dist-esm/storage-file-share/src/FileDownloadResponse.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSASSignatureValues.js +0 -84
- package/dist-esm/storage-file-share/src/FileSASSignatureValues.js.map +0 -1
- package/dist-esm/storage-file-share/src/FileSystemAttributes.js.map +0 -1
- package/dist-esm/storage-file-share/src/Pipeline.js +0 -261
- package/dist-esm/storage-file-share/src/Pipeline.js.map +0 -1
- package/dist-esm/storage-file-share/src/Range.js.map +0 -1
- package/dist-esm/storage-file-share/src/SASQueryParameters.js +0 -177
- package/dist-esm/storage-file-share/src/SASQueryParameters.js.map +0 -1
- package/dist-esm/storage-file-share/src/SasIPRange.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareClientInternal.js +0 -16
- package/dist-esm/storage-file-share/src/ShareClientInternal.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareSASPermissions.js.map +0 -1
- package/dist-esm/storage-file-share/src/ShareServiceClient.js +0 -429
- package/dist-esm/storage-file-share/src/ShareServiceClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageClient.js +0 -30
- package/dist-esm/storage-file-share/src/StorageClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageContextClient.js +0 -18
- package/dist-esm/storage-file-share/src/StorageContextClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js +0 -26
- package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/index.js +0 -11
- package/dist-esm/storage-file-share/src/generated/src/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/mappers.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/models/parameters.js +0 -1364
- package/dist-esm/storage-file-share/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/directory.js +0 -378
- package/dist-esm/storage-file-share/src/generated/src/operations/directory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/file.js +0 -866
- package/dist-esm/storage-file-share/src/generated/src/operations/file.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/index.js +0 -12
- package/dist-esm/storage-file-share/src/generated/src/operations/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/service.js +0 -135
- package/dist-esm/storage-file-share/src/generated/src/operations/service.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operations/share.js +0 -671
- package/dist-esm/storage-file-share/src/generated/src/operations/share.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/directory.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/file.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/index.js +0 -12
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/operationsInterfaces/share.js.map +0 -1
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js +0 -48
- package/dist-esm/storage-file-share/src/generated/src/storageClient.js.map +0 -1
- package/dist-esm/storage-file-share/src/generatedModels.js.map +0 -1
- package/dist-esm/storage-file-share/src/index.browser.js +0 -19
- package/dist-esm/storage-file-share/src/index.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/index.js +0 -30
- package/dist-esm/storage-file-share/src/index.js.map +0 -1
- package/dist-esm/storage-file-share/src/log.js.map +0 -1
- package/dist-esm/storage-file-share/src/models.js +0 -94
- package/dist-esm/storage-file-share/src/models.js.map +0 -1
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js +0 -220
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js.map +0 -1
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js +0 -176
- package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/Batch.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/BufferScheduler.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/RetriableReadableStream.js +0 -119
- package/dist-esm/storage-file-share/src/utils/RetriableReadableStream.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/constants.js +0 -162
- package/dist-esm/storage-file-share/src/utils/constants.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/tracing.js +0 -14
- package/dist-esm/storage-file-share/src/utils/tracing.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.browser.js +0 -30
- package/dist-esm/storage-file-share/src/utils/utils.browser.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.common.js +0 -777
- package/dist-esm/storage-file-share/src/utils/utils.common.js.map +0 -1
- package/dist-esm/storage-file-share/src/utils/utils.node.js +0 -79
- package/dist-esm/storage-file-share/src/utils/utils.node.js.map +0 -1
- package/types/latest/storage-file-share.d.ts +0 -8411
- /package/{dist-esm/storage-file-share/src → dist/browser}/AccountSASPermissions.js +0 -0
- /package/{dist-esm/storage-blob/src/sas → dist/browser}/AccountSASResourceTypes.js +0 -0
- /package/{dist-esm/storage-blob/src/sas → dist/browser}/AccountSASServices.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/FileSASPermissions.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/FileSystemAttributes.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/Range.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/SasIPRange.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/ShareSASPermissions.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/models/index.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/models/mappers.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/directory.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/file.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/generated/src/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generated/src/operationsInterfaces/share.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/generatedModels.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/log.js +0 -0
- /package/{dist-esm/storage-blob/src → dist/browser}/utils/Batch.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/browser}/utils/BufferScheduler.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/AccountSASResourceTypes.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/AccountSASServices.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/generated/src/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/storage-file-share/src → dist/esm}/utils/Batch.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"generatedModels.js","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAwoBlC,yEAAyE;AACzE,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;AACnB,CAAC,EAFW,qBAAqB,qCAArB,qBAAqB,QAEhC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CopyStatusType,\n DirectoryDeleteHeaders,\n DirectoryListFilesAndDirectoriesSegmentHeaders,\n DirectoryListHandlesHeaders,\n DirectoryRenameHeaders,\n DirectorySetMetadataHeaders,\n FileAbortCopyHeaders,\n FileDeleteHeaders,\n FileGetRangeListHeaders,\n FileGetSymbolicLinkHeaders,\n FileListHandlesHeaders,\n FileProperty,\n FileRenameHeaders,\n FileServiceProperties,\n FileSetMetadataHeaders,\n FileStartCopyHeaders,\n FileUploadRangeFromURLHeaders,\n FileUploadRangeHeaders,\n LeaseDurationType,\n LeaseStateType,\n LeaseStatusType,\n ServiceGetPropertiesHeaders,\n ServiceSetPropertiesHeaders,\n ShareCreateHeaders,\n ShareCreatePermissionHeaders,\n ShareCreateSnapshotHeaders,\n ShareDeleteHeaders,\n ShareFileRangeList,\n ShareGetAccessPolicyHeaders,\n ShareGetPermissionHeaders,\n ShareGetPropertiesHeaders,\n ShareGetStatisticsHeaders,\n SharePermission,\n ShareSetAccessPolicyHeaders,\n ShareSetMetadataHeaders,\n ShareStats,\n ShareSetPropertiesHeaders,\n} from \"./generated/src/models/index.js\";\nimport type {\n FileDownloadResponse,\n FilePosixProperties,\n FileSetHttpHeadersHeaders,\n} from \"./models.js\";\nimport type { WithResponse } from \"./utils/utils.common.js\";\n\n/** Defines headers for Directory_create operation. */\nexport interface DirectoryCreateHeaders {\n /** The ETag contains a value which represents the version of the directory, in quotes. */\n etag?: string;\n /** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** Key of the permission set for the directory. */\n filePermissionKey?: string;\n /** Attributes set for the directory. */\n fileAttributes?: string;\n /** Creation time for the directory. */\n fileCreatedOn?: Date;\n /** Last write time for the directory. */\n fileLastWriteOn?: Date;\n /** Change time for the directory. */\n fileChangeOn?: Date;\n /** The fileId of the directory. */\n fileId?: string;\n /** The parent fileId of the directory. */\n fileParentId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DirectoryCreateResponse = WithResponse<DirectoryCreateHeaders, DirectoryCreateHeaders>;\n\n/** Contains response data for the delete operation. */\nexport type DirectoryDeleteResponse = WithResponse<DirectoryDeleteHeaders, DirectoryDeleteHeaders>;\n\n/** Defines headers for Directory_getProperties operation. */\nexport interface DirectoryGetPropertiesHeaders {\n /** A set of name-value pairs that contain metadata for the directory. */\n metadata?: { [propertyName: string]: string };\n /** The ETag contains a value that you can use to perform operations conditionally, in quotes. */\n etag?: string;\n /** Returns the date and time the Directory was last modified. Operations on files within the directory do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** The value of this header is set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false. */\n isServerEncrypted?: boolean;\n /** Attributes set for the directory. */\n fileAttributes?: string;\n /** Creation time for the directory. */\n fileCreatedOn?: Date;\n /** Last write time for the directory. */\n fileLastWriteOn?: Date;\n /** Change time for the directory. */\n fileChangeOn?: Date;\n /** Key of the permission set for the directory. */\n filePermissionKey?: string;\n /** The fileId of the directory. */\n fileId?: string;\n /** The parent fileId of the directory. */\n fileParentId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type DirectoryGetPropertiesResponse = WithResponse<\n DirectoryGetPropertiesHeaders,\n DirectoryGetPropertiesHeaders\n>;\n\n/** Contains response data for the listFilesAndDirectoriesSegment operation. */\nexport type DirectoryListFilesAndDirectoriesSegmentResponse = WithResponse<\n DirectoryListFilesAndDirectoriesSegmentHeaders & ListFilesAndDirectoriesSegmentResponse,\n DirectoryListFilesAndDirectoriesSegmentHeaders,\n ListFilesAndDirectoriesSegmentResponse\n>;\n\n/** Contains response data for the listHandles operation. */\nexport type DirectoryListHandlesResponse = WithResponse<\n DirectoryListHandlesHeaders & ListHandlesResponse,\n DirectoryListHandlesHeaders,\n ListHandlesResponse\n>;\n\n/** Contains response data for the setMetadata operation. */\nexport type DirectorySetMetadataResponse = WithResponse<\n DirectorySetMetadataHeaders,\n DirectorySetMetadataHeaders\n>;\n\n/** Defines headers for Directory_setProperties operation. */\nexport interface DirectorySetPropertiesHeaders {\n /** The ETag contains a value which represents the version of the file, in quotes. */\n etag?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** Key of the permission set for the directory. */\n filePermissionKey?: string;\n /** Attributes set for the directory. */\n fileAttributes?: string;\n /** Creation time for the directory. */\n fileCreatedOn?: Date;\n /** Last write time for the directory. */\n fileLastWriteOn?: Date;\n /** Change time for the directory. */\n fileChangeOn?: Date;\n /** The fileId of the directory. */\n fileId?: string;\n /** The parent fileId of the directory. */\n fileParentId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the setProperties operation. */\nexport type DirectorySetPropertiesResponse = WithResponse<\n DirectorySetPropertiesHeaders,\n DirectorySetPropertiesHeaders\n>;\n\n/** Contains response data for the abortCopy operation. */\nexport type FileAbortCopyResponse = WithResponse<FileAbortCopyHeaders, FileAbortCopyHeaders>;\n\n/** Defines headers for File_create operation. */\nexport interface FileCreateHeaders {\n /** The ETag contains a value which represents the version of the file, in quotes. */\n etag?: string;\n /** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */\n isServerEncrypted?: boolean;\n /** Key of the permission set for the file. */\n filePermissionKey?: string;\n /** Attributes set for the file. */\n fileAttributes?: string;\n /** Creation time for the file. */\n fileCreatedOn?: Date;\n /** Last write time for the file. */\n fileLastWriteOn?: Date;\n /** Change time for the file. */\n fileChangeOn?: Date;\n /** The fileId of the file. */\n fileId?: string;\n /** The parent fileId of the file. */\n fileParentId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type FileCreateResponse = WithResponse<FileCreateHeaders, FileCreateHeaders>;\n\n/** Contains response data for the delete operation. */\nexport type FileDeleteResponse = WithResponse<FileDeleteHeaders, FileDeleteHeaders>;\n\n/** Defines headers for File_createHardLink operation. */\nexport interface FileCreateHardLinkHeaders {\n /** The ETag contains a value which represents the version of the file, in quotes. */\n etag?: string;\n /** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** Creation time for the file. */\n fileCreationTime?: Date;\n /** Last write time for the file. */\n fileLastWriteTime?: Date;\n /** Change time for the file. */\n fileChangeTime?: Date;\n /** The fileId of the file. */\n fileId?: string;\n /** The parent fileId of the directory. */\n fileParentId?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n}\n\n/** Contains response data for the create hard link operation. */\nexport type FileCreateHardLinkResponse = WithResponse<\n FileCreateHardLinkHeaders,\n FileCreateHardLinkHeaders\n>;\n\n/** Defines headers for File_createSymbolicLink operation. */\nexport interface FileCreateSymbolicLinkHeaders {\n /** The ETag contains a value which represents the version of the file, in quotes. */\n etag?: string;\n /** Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */\n lastModified?: Date;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** Creation time for the file. */\n fileCreationTime?: Date;\n /** Last write time for the file. */\n fileLastWriteTime?: Date;\n /** Change time for the file. */\n fileChangeTime?: Date;\n /** The fileId of the file. */\n fileId?: string;\n /** The parent fileId of the directory. */\n fileParentId?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n}\n\n/** Contains response data for the create hard link operation. */\nexport type FileCreateSymbolicLinkResponse = WithResponse<\n FileCreateSymbolicLinkHeaders,\n FileCreateSymbolicLinkHeaders\n>;\n\n/** Contains response data for the create hard link operation. */\nexport type FileGetSymbolicLinkResponse = WithResponse<\n FileGetSymbolicLinkHeaders,\n FileGetSymbolicLinkHeaders\n>;\n\n/** Defines headers for File_getProperties operation. */\nexport interface FileGetPropertiesHeaders {\n /** Returns the date and time the file was last modified. The date format follows RFC 1123. Any operation that modifies the file or its properties updates the last modified time. */\n lastModified?: Date;\n /** A set of name-value pairs associated with this file as user-defined metadata. */\n metadata?: { [propertyName: string]: string };\n /** Returns the type File. Reserved for future use. */\n fileType?: string;\n /** The size of the file in bytes. This header returns the value of the 'x-ms-content-length' header that is stored with the file. */\n contentLength?: number;\n /** The content type specified for the file. The default content type is 'application/octet-stream' */\n contentType?: string;\n /** The ETag contains a value that you can use to perform operations conditionally, in quotes. */\n etag?: string;\n /** If the Content-MD5 header has been set for the file, the Content-MD5 response header is returned so that the client can check for message content integrity. */\n contentMD5?: Uint8Array;\n /** If the Content-Encoding request header has previously been set for the file, the Content-Encoding value is returned in this header. */\n contentEncoding?: string;\n /** If the Cache-Control request header has previously been set for the file, the Cache-Control value is returned in this header. */\n cacheControl?: string;\n /** Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response. */\n contentDisposition?: string;\n /** Returns the value that was specified for the Content-Language request header. */\n contentLanguage?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** Conclusion time of the last attempted Copy File operation where this file was the destination file. This value can specify the time of a completed, aborted, or failed copy attempt. */\n copyCompletedOn?: Date;\n /** Only appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure. */\n copyStatusDescription?: string;\n /** String identifier for the last attempted Copy File operation where this file was the destination file. */\n copyId?: string;\n /** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file. Can show between 0 and Content-Length bytes copied. */\n copyProgress?: string;\n /** URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file. */\n copySource?: string;\n /** State of the copy operation identified by 'x-ms-copy-id'. */\n copyStatus?: CopyStatusType;\n /** The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the file is unencrypted, or if only parts of the file/application metadata are encrypted). */\n isServerEncrypted?: boolean;\n /** Attributes set for the file. */\n fileAttributes?: string;\n /** Creation time for the file. */\n fileCreatedOn?: Date;\n /** Last write time for the file. */\n fileLastWriteOn?: Date;\n /** Change time for the file. */\n fileChangeOn?: Date;\n /** Key of the permission set for the file. */\n filePermissionKey?: string;\n /** The fileId of the file. */\n fileId?: string;\n /** The parent fileId of the file. */\n fileParentId?: string;\n /** When a file is leased, specifies whether the lease is of infinite or fixed duration. */\n leaseDuration?: LeaseDurationType;\n /** Lease state of the file. */\n leaseState?: LeaseStateType;\n /** The current lease status of the file. */\n leaseStatus?: LeaseStatusType;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type FileGetPropertiesResponse = WithResponse<\n FileGetPropertiesHeaders,\n FileGetPropertiesHeaders\n>;\n\n/** Contains response data for the listHandles operation. */\nexport type FileListHandlesResponse = WithResponse<\n FileListHandlesHeaders & ListHandlesResponse,\n FileListHandlesHeaders,\n ListHandlesResponse\n>;\n\n/** Contains response data for the setMetadata operation. */\nexport type FileSetMetadataResponse = WithResponse<FileSetMetadataHeaders, FileSetMetadataHeaders>;\n\n/** Contains response data for the startCopy operation. */\nexport type FileStartCopyResponse = WithResponse<FileStartCopyHeaders, FileStartCopyHeaders>;\n\n/** Contains response data for the uploadRange operation. */\nexport type FileUploadRangeResponse = WithResponse<FileUploadRangeHeaders, FileUploadRangeHeaders>;\n\n/** Contains response data for the getProperties operation. */\nexport type ServiceGetPropertiesResponse = WithResponse<\n ServiceGetPropertiesHeaders & FileServiceProperties,\n ServiceGetPropertiesHeaders,\n FileServiceProperties\n>;\n\n/** Contains response data for the setProperties operation. */\nexport type ServiceSetPropertiesResponse = WithResponse<\n ServiceSetPropertiesHeaders,\n ServiceSetPropertiesHeaders\n>;\n\n/** Contains response data for the createPermission operation. */\nexport type ShareCreatePermissionResponse = WithResponse<\n ShareCreatePermissionHeaders,\n ShareCreatePermissionHeaders\n>;\n\n/** Contains response data for the create operation. */\nexport type ShareCreateResponse = WithResponse<ShareCreateHeaders, ShareCreateHeaders>;\n\n/** Contains response data for the createSnapshot operation. */\nexport type ShareCreateSnapshotResponse = WithResponse<\n ShareCreateSnapshotHeaders,\n ShareCreateSnapshotHeaders\n>;\n\n/** Contains response data for the delete operation. */\nexport type ShareDeleteResponse = WithResponse<ShareDeleteHeaders, ShareDeleteHeaders>;\n\n/** Contains response data for the getPermission operation. */\nexport type ShareGetPermissionResponse = WithResponse<\n ShareGetPermissionHeaders & SharePermission,\n ShareGetPermissionHeaders,\n SharePermission\n>;\n\n/** Contains response data for the setAccessPolicy operation. */\nexport type ShareSetAccessPolicyResponse = WithResponse<\n ShareSetAccessPolicyHeaders,\n ShareGetAccessPolicyHeaders\n>;\n\n/** Contains response data for the setMetadata operation. */\nexport type ShareSetMetadataResponse = WithResponse<\n ShareSetMetadataHeaders,\n ShareSetMetadataHeaders\n>;\n\n/** Contains response data for the setProperties operation. */\nexport type ShareSetPropertiesResponse = WithResponse<\n ShareSetPropertiesHeaders,\n ShareSetPropertiesHeaders\n>;\n\n/** Contains response data for the rename operation. */\nexport type DirectoryRenameResponse = WithResponse<DirectoryRenameHeaders, DirectoryRenameHeaders>;\n\n/** Defines headers for File_download operation. */\nexport interface FileDownloadHeaders {\n /** Returns the date and time the file was last modified. Any operation that modifies the file or its properties updates the last modified time. */\n lastModified?: Date;\n /** A set of name-value pairs associated with this file as user-defined metadata. */\n metadata?: { [propertyName: string]: string };\n /** The number of bytes present in the response body. */\n contentLength?: number;\n /** The content type specified for the file. The default content type is 'application/octet-stream' */\n contentType?: string;\n /** Indicates the range of bytes returned if the client requested a subset of the file by setting the Range request header. */\n contentRange?: string;\n /** The ETag contains a value that you can use to perform operations conditionally, in quotes. */\n etag?: string;\n /** If the file has an MD5 hash and the request is to read the full file, this response header is returned so that the client can check for message content integrity. If the request is to read a specified range and the 'x-ms-range-get-content-md5' is set to true, then the request returns an MD5 hash for the range, as long as the range size is less than or equal to 4 MB. If neither of these sets of conditions is true, then no value is returned for the 'Content-MD5' header. */\n contentMD5?: Uint8Array;\n /** Returns the value that was specified for the Content-Encoding request header. */\n contentEncoding?: string;\n /** Returned if it was previously specified for the file. */\n cacheControl?: string;\n /** Returns the value that was specified for the 'x-ms-content-disposition' header and specifies how to process the response. */\n contentDisposition?: string;\n /** Returns the value that was specified for the Content-Language request header. */\n contentLanguage?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the File service used to execute the request. */\n version?: string;\n /** Indicates that the service supports requests for partial file content. */\n acceptRanges?: string;\n /** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */\n date?: Date;\n /** Conclusion time of the last attempted Copy File operation where this file was the destination file. This value can specify the time of a completed, aborted, or failed copy attempt. */\n copyCompletedOn?: Date;\n /** Only appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure. */\n copyStatusDescription?: string;\n /** String identifier for the last attempted Copy File operation where this file was the destination file. */\n copyId?: string;\n /** Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file. Can show between 0 and Content-Length bytes copied. */\n copyProgress?: string;\n /** URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file. */\n copySource?: string;\n /** State of the copy operation identified by 'x-ms-copy-id'. */\n copyStatus?: CopyStatusType;\n /** If the file has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole file's MD5 value. This value may or may not be equal to the value returned in Content-MD5 header, with the latter calculated from the requested range. */\n fileContentMD5?: Uint8Array;\n /** The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false (when the file is unencrypted, or if only parts of the file/application metadata are encrypted). */\n isServerEncrypted?: boolean;\n /** Attributes set for the file. */\n fileAttributes?: string;\n /** Creation time for the file. */\n fileCreatedOn?: Date;\n /** Last write time for the file. */\n fileLastWriteOn?: Date;\n /** Change time for the file. */\n fileChangeOn?: Date;\n /** Key of the permission set for the file. */\n filePermissionKey?: string;\n /** The fileId of the file. */\n fileId?: string;\n /** The parent fileId of the file. */\n fileParentId?: string;\n /** When a file is leased, specifies whether the lease is of infinite or fixed duration. */\n leaseDuration?: LeaseDurationType;\n /** Lease state of the file. */\n leaseState?: LeaseStateType;\n /** The current lease status of the file. */\n leaseStatus?: LeaseStatusType;\n /** Properties of NFS files. */\n posixProperties?: FilePosixProperties;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Contains response data for the download operation. */\nexport type FileDownloadResponseModel = WithResponse<FileDownloadResponse, FileDownloadHeaders>;\n\n/** Contains response data for the uploadRangeFromURL operation. */\nexport type FileUploadRangeFromURLResponse = WithResponse<\n FileUploadRangeFromURLHeaders,\n FileUploadRangeFromURLHeaders\n>;\n\n/** Contains response data for the getProperties operation. */\nexport type ShareGetPropertiesResponseModel = WithResponse<\n ShareGetPropertiesHeaders,\n ShareGetPropertiesHeaders\n>;\n\n/** Contains response data for the getStatistics operation. */\nexport type ShareGetStatisticsResponseModel = WithResponse<\n ShareGetStatisticsHeaders & ShareStats,\n ShareGetStatisticsHeaders,\n ShareStats\n>;\n\n/** Contains response data for the getRangeList operation. */\nexport type FileGetRangeListDiffResponse = WithResponse<\n FileGetRangeListHeaders & ShareFileRangeList,\n FileGetRangeListHeaders,\n ShareFileRangeList\n>;\n\n/** Contains response data for the setHttpHeaders operation. */\nexport type FileSetHTTPHeadersResponse = WithResponse<\n FileSetHttpHeadersHeaders,\n FileSetHttpHeadersHeaders\n>;\n\n/** Contains response data for the rename operation. */\nexport type FileRenameResponse = WithResponse<FileRenameHeaders, FileRenameHeaders>;\n\n// explicitly exporting types that we need.\n\nexport {\n CopyStatusType,\n DeleteSnapshotsOptionType,\n FileDownloadOptionalParams,\n FileGetRangeListHeaders,\n FileLastWrittenMode,\n FileServiceProperties,\n FileUploadRangeFromURLOptionalParams,\n PermissionCopyModeType,\n ListSharesIncludeType,\n FileRange as RangeModel,\n ShareGetAccessPolicyHeaders,\n ShareItemInternal,\n SignedIdentifier as SignedIdentifierModel,\n SourceModifiedAccessConditions,\n FileForceCloseHandlesHeaders,\n DirectoryForceCloseHandlesHeaders,\n DirectoryDeleteHeaders,\n DirectoryListFilesAndDirectoriesSegmentHeaders,\n DirectoryRenameHeaders,\n DirectoryListHandlesHeaders,\n DirectorySetMetadataHeaders,\n FileAbortCopyHeaders,\n FileDeleteHeaders,\n FileGetSymbolicLinkHeaders,\n FilePermissionFormat,\n FileProperty,\n FileListHandlesHeaders,\n FileRenameHeaders,\n CorsRule,\n Metrics,\n ModeCopyMode,\n NfsFileType,\n FileSetMetadataHeaders,\n FileStartCopyHeaders,\n FileUploadRangeFromURLHeaders,\n FileUploadRangeHeaders,\n OwnerCopyMode,\n ServiceGetPropertiesHeaders,\n ListSharesResponse as ListSharesResponseModel,\n RetentionPolicy,\n ServiceListSharesSegmentHeaders,\n ServiceSetPropertiesHeaders,\n ShareCreatePermissionHeaders,\n ShareCreateHeaders,\n ShareCreateSnapshotHeaders,\n ShareDeleteHeaders,\n SharePermission,\n ShareGetPermissionHeaders,\n ShareGetPropertiesHeaders,\n ShareStats,\n ShareGetStatisticsHeaders,\n SharePropertiesInternal,\n ShareSetAccessPolicyHeaders,\n ShareSetMetadataHeaders,\n ShareSetPropertiesHeaders,\n ShareTokenIntent,\n AccessPolicy,\n LeaseAccessConditions,\n LeaseDurationType,\n LeaseStateType,\n LeaseStatusType,\n CopyFileSmbInfo,\n ShareProtocolSettings,\n ShareSmbSettings,\n SmbMultichannel,\n ShareFileRangeList,\n ClearRange,\n ShareAccessTier,\n ShareRootSquash,\n} from \"./generated/src/models/index.js\";\n\nexport {\n FileDownloadResponse as RawFileDownloadResponse,\n FileSetHttpHeadersHeaders as FileSetHTTPHeadersHeaders,\n} from \"./models.js\";\n/** Known values of {@link ShareTokenIntent} that the service accepts. */\nexport enum KnownShareTokenIntent {\n Backup = \"backup\",\n}\n\n/**\n * Contains response data for the setQuota operation.\n */\nexport type ShareSetQuotaResponse = WithResponse<ShareSetQuotaHeaders, ShareSetQuotaHeaders>;\n\n/**\n * Defines headers for setQuota operation.\n */\nexport type ShareSetQuotaHeaders = ShareSetPropertiesHeaders;\n\n/** A listed file item. */\nexport interface FileItem {\n name: string;\n fileId?: string;\n /** File properties. */\n properties: FileProperty;\n attributes?: string;\n permissionKey?: string;\n}\n\n/** A listed directory item. */\nexport interface DirectoryItem {\n name: string;\n fileId?: string;\n /** File properties. */\n properties?: FileProperty;\n attributes?: string;\n permissionKey?: string;\n}\n\n/** Abstract for entries that can be listed from Directory. */\nexport interface FilesAndDirectoriesListSegment {\n directoryItems: DirectoryItem[];\n fileItems: FileItem[];\n}\n\n/** An enumeration of directories and files. */\nexport interface ListFilesAndDirectoriesSegmentResponse {\n serviceEndpoint: string;\n shareName: string;\n shareSnapshot?: string;\n directoryPath: string;\n prefix: string;\n marker?: string;\n maxResults?: number;\n /** Abstract for entries that can be listed from Directory. */\n segment: FilesAndDirectoriesListSegment;\n continuationToken: string;\n directoryId?: string;\n}\n\n/** Defines values for AccessRight. */\nexport type ShareFileHandleAccessRights = \"Read\" | \"Write\" | \"Delete\";\n\n/** A listed Azure Storage handle item. */\nexport interface HandleItem {\n /** XSMB service handle ID */\n handleId: string;\n /** File or directory name including full path starting from share root */\n path: string;\n /** FileId uniquely identifies the file or directory. */\n fileId: string;\n /** ParentId uniquely identifies the parent directory of the object. */\n parentId?: string;\n /** SMB session ID in context of which the file handle was opened */\n sessionId: string;\n /** Client IP that opened the handle */\n clientIp: string;\n /** Name of the client machine where the share is being mounted */\n clientName: string;\n /** Time when the session that previously opened the handle has last been reconnected. (UTC) */\n openTime: Date;\n /** Time handle was last connected to (UTC) */\n lastReconnectTime?: Date;\n accessRightList?: ShareFileHandleAccessRights[];\n}\n\n/** An enumeration of handles. */\nexport interface ListHandlesResponse {\n handleList?: HandleItem[];\n continuationToken: string;\n}\n"]}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { RestError } from "@azure/core-rest-pipeline";
|
2
|
+
export * from "./AccountSASPermissions.js";
|
3
|
+
export * from "./AccountSASResourceTypes.js";
|
4
|
+
export * from "./AccountSASServices.js";
|
5
|
+
export { AccountSASSignatureValues, generateAccountSASQueryParameters, } from "./AccountSASSignatureValues.js";
|
6
|
+
export * from "./FileSASPermissions.js";
|
7
|
+
export { parseOctalFileMode, toOctalFileMode, parseSymbolicFileMode, toSymbolicFileMode, } from "./utils/utils.common.js";
|
8
|
+
export { FileSASSignatureValues, generateFileSASQueryParameters, } from "./FileSASSignatureValues.js";
|
9
|
+
export * from "./Clients.js";
|
10
|
+
export * from "./ShareSASPermissions.js";
|
11
|
+
export { AnonymousCredential } from "@azure/storage-blob";
|
12
|
+
export { Credential } from "@azure/storage-blob";
|
13
|
+
export { StorageSharedKeyCredential } from "@azure/storage-blob";
|
14
|
+
export { SasIPRange } from "./SasIPRange.js";
|
15
|
+
export { Range } from "./Range.js";
|
16
|
+
export { FileAndDirectoryCreateCommonOptions, FileAndDirectorySetPropertiesCommonOptions, FileHttpHeaders, FilePermissionInheritType, FilePermissionPreserveType, PosixRolePermissions, NfsFileMode, FilePosixProperties, Metadata, TimeNowType, TimePreserveType, FileAttributesPreserveType, CloseHandlesInfo, ShareProtocols, HttpAuthorization, StorageFileAudience, getFileServiceAccountAudience, } from "./models.js";
|
17
|
+
export * from "./FileSystemAttributes.js";
|
18
|
+
export { BaseRequestPolicy } from "@azure/storage-blob";
|
19
|
+
export { Pipeline, PipelineLike, PipelineOptions, isPipelineLike, newPipeline, StoragePipelineOptions, RequestPolicyFactory, RequestPolicy, RequestPolicyOptions, WebResource, HttpOperationResponse, HttpHeaders, HttpRequestBody, IHttpClient, StorageOAuthScopes, ServiceClientOptions, } from "./Pipeline.js";
|
20
|
+
export { AnonymousCredentialPolicy } from "@azure/storage-blob";
|
21
|
+
export { CredentialPolicy } from "@azure/storage-blob";
|
22
|
+
export * from "./StorageRetryPolicyFactory.js";
|
23
|
+
export { StorageSharedKeyCredentialPolicy } from "@azure/storage-blob";
|
24
|
+
export { StorageBrowserPolicyFactory } from "@azure/storage-blob";
|
25
|
+
export * from "./ShareServiceClient.js";
|
26
|
+
export * from "./SASQueryParameters.js";
|
27
|
+
export { CommonOptions } from "./StorageClient.js";
|
28
|
+
export * from "./generatedModels.js";
|
29
|
+
export { WithResponse, ResponseLike, ResponseWithBody, ResponseWithHeaders, HttpResponse, } from "./utils/utils.common.js";
|
30
|
+
export { RestError };
|
31
|
+
export { logger } from "./log.js";
|
32
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EACL,yBAAyB,EACzB,iCAAiC,GAClC,MAAM,gCAAgC,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EACL,kBAAkB,EAClB,eAAe,EACf,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,sBAAsB,EACtB,8BAA8B,GAC/B,MAAM,6BAA6B,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EACL,mCAAmC,EACnC,0CAA0C,EAC1C,eAAe,EACf,yBAAyB,EACzB,0BAA0B,EAC1B,oBAAoB,EACpB,WAAW,EACX,mBAAmB,EACnB,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,0BAA0B,EAC1B,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,6BAA6B,GAC9B,MAAM,aAAa,CAAC;AACrB,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,cAAc,EACd,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,aAAa,EACb,oBAAoB,EACpB,WAAW,EACX,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,WAAW,EACX,kBAAkB,EAClB,oBAAoB,GACrB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,gCAAgC,EAAE,MAAM,qBAAqB,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,qBAAqB,CAAC;AAClE,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,cAAc,sBAAsB,CAAC;AACrC,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,YAAY,GACb,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
3
|
+
// Licensed under the MIT License.
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.logger = exports.RestError = exports.StorageBrowserPolicyFactory = exports.StorageSharedKeyCredentialPolicy = exports.CredentialPolicy = exports.AnonymousCredentialPolicy = exports.StorageOAuthScopes = exports.newPipeline = exports.isPipelineLike = exports.Pipeline = exports.BaseRequestPolicy = exports.getFileServiceAccountAudience = exports.StorageFileAudience = exports.StorageSharedKeyCredential = exports.Credential = exports.AnonymousCredential = exports.generateFileSASQueryParameters = exports.toSymbolicFileMode = exports.parseSymbolicFileMode = exports.toOctalFileMode = exports.parseOctalFileMode = exports.generateAccountSASQueryParameters = void 0;
|
6
|
+
const tslib_1 = require("tslib");
|
7
|
+
const core_rest_pipeline_1 = require("@azure/core-rest-pipeline");
|
8
|
+
Object.defineProperty(exports, "RestError", { enumerable: true, get: function () { return core_rest_pipeline_1.RestError; } });
|
9
|
+
tslib_1.__exportStar(require("./AccountSASPermissions.js"), exports);
|
10
|
+
tslib_1.__exportStar(require("./AccountSASResourceTypes.js"), exports);
|
11
|
+
tslib_1.__exportStar(require("./AccountSASServices.js"), exports);
|
12
|
+
var AccountSASSignatureValues_js_1 = require("./AccountSASSignatureValues.js");
|
13
|
+
Object.defineProperty(exports, "generateAccountSASQueryParameters", { enumerable: true, get: function () { return AccountSASSignatureValues_js_1.generateAccountSASQueryParameters; } });
|
14
|
+
tslib_1.__exportStar(require("./FileSASPermissions.js"), exports);
|
15
|
+
var utils_common_js_1 = require("./utils/utils.common.js");
|
16
|
+
Object.defineProperty(exports, "parseOctalFileMode", { enumerable: true, get: function () { return utils_common_js_1.parseOctalFileMode; } });
|
17
|
+
Object.defineProperty(exports, "toOctalFileMode", { enumerable: true, get: function () { return utils_common_js_1.toOctalFileMode; } });
|
18
|
+
Object.defineProperty(exports, "parseSymbolicFileMode", { enumerable: true, get: function () { return utils_common_js_1.parseSymbolicFileMode; } });
|
19
|
+
Object.defineProperty(exports, "toSymbolicFileMode", { enumerable: true, get: function () { return utils_common_js_1.toSymbolicFileMode; } });
|
20
|
+
var FileSASSignatureValues_js_1 = require("./FileSASSignatureValues.js");
|
21
|
+
Object.defineProperty(exports, "generateFileSASQueryParameters", { enumerable: true, get: function () { return FileSASSignatureValues_js_1.generateFileSASQueryParameters; } });
|
22
|
+
tslib_1.__exportStar(require("./Clients.js"), exports);
|
23
|
+
tslib_1.__exportStar(require("./ShareSASPermissions.js"), exports);
|
24
|
+
var storage_blob_1 = require("@azure/storage-blob");
|
25
|
+
Object.defineProperty(exports, "AnonymousCredential", { enumerable: true, get: function () { return storage_blob_1.AnonymousCredential; } });
|
26
|
+
var storage_blob_2 = require("@azure/storage-blob");
|
27
|
+
Object.defineProperty(exports, "Credential", { enumerable: true, get: function () { return storage_blob_2.Credential; } });
|
28
|
+
var storage_blob_3 = require("@azure/storage-blob");
|
29
|
+
Object.defineProperty(exports, "StorageSharedKeyCredential", { enumerable: true, get: function () { return storage_blob_3.StorageSharedKeyCredential; } });
|
30
|
+
var models_js_1 = require("./models.js");
|
31
|
+
Object.defineProperty(exports, "StorageFileAudience", { enumerable: true, get: function () { return models_js_1.StorageFileAudience; } });
|
32
|
+
Object.defineProperty(exports, "getFileServiceAccountAudience", { enumerable: true, get: function () { return models_js_1.getFileServiceAccountAudience; } });
|
33
|
+
tslib_1.__exportStar(require("./FileSystemAttributes.js"), exports);
|
34
|
+
var storage_blob_4 = require("@azure/storage-blob");
|
35
|
+
Object.defineProperty(exports, "BaseRequestPolicy", { enumerable: true, get: function () { return storage_blob_4.BaseRequestPolicy; } });
|
36
|
+
var Pipeline_js_1 = require("./Pipeline.js");
|
37
|
+
Object.defineProperty(exports, "Pipeline", { enumerable: true, get: function () { return Pipeline_js_1.Pipeline; } });
|
38
|
+
Object.defineProperty(exports, "isPipelineLike", { enumerable: true, get: function () { return Pipeline_js_1.isPipelineLike; } });
|
39
|
+
Object.defineProperty(exports, "newPipeline", { enumerable: true, get: function () { return Pipeline_js_1.newPipeline; } });
|
40
|
+
Object.defineProperty(exports, "StorageOAuthScopes", { enumerable: true, get: function () { return Pipeline_js_1.StorageOAuthScopes; } });
|
41
|
+
var storage_blob_5 = require("@azure/storage-blob");
|
42
|
+
Object.defineProperty(exports, "AnonymousCredentialPolicy", { enumerable: true, get: function () { return storage_blob_5.AnonymousCredentialPolicy; } });
|
43
|
+
var storage_blob_6 = require("@azure/storage-blob");
|
44
|
+
Object.defineProperty(exports, "CredentialPolicy", { enumerable: true, get: function () { return storage_blob_6.CredentialPolicy; } });
|
45
|
+
tslib_1.__exportStar(require("./StorageRetryPolicyFactory.js"), exports);
|
46
|
+
var storage_blob_7 = require("@azure/storage-blob");
|
47
|
+
Object.defineProperty(exports, "StorageSharedKeyCredentialPolicy", { enumerable: true, get: function () { return storage_blob_7.StorageSharedKeyCredentialPolicy; } });
|
48
|
+
var storage_blob_8 = require("@azure/storage-blob");
|
49
|
+
Object.defineProperty(exports, "StorageBrowserPolicyFactory", { enumerable: true, get: function () { return storage_blob_8.StorageBrowserPolicyFactory; } });
|
50
|
+
tslib_1.__exportStar(require("./ShareServiceClient.js"), exports);
|
51
|
+
tslib_1.__exportStar(require("./SASQueryParameters.js"), exports);
|
52
|
+
tslib_1.__exportStar(require("./generatedModels.js"), exports);
|
53
|
+
var log_js_1 = require("./log.js");
|
54
|
+
Object.defineProperty(exports, "logger", { enumerable: true, get: function () { return log_js_1.logger; } });
|
55
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,kEAAsD;AAkF7C,0FAlFA,8BAAS,OAkFA;AAhFlB,qEAA2C;AAC3C,uEAA6C;AAC7C,kEAAwC;AACxC,+EAGwC;AADtC,iJAAA,iCAAiC,OAAA;AAEnC,kEAAwC;AACxC,2DAKiC;AAJ/B,qHAAA,kBAAkB,OAAA;AAClB,kHAAA,eAAe,OAAA;AACf,wHAAA,qBAAqB,OAAA;AACrB,qHAAA,kBAAkB,OAAA;AAEpB,yEAGqC;AADnC,2IAAA,8BAA8B,OAAA;AAEhC,uDAA6B;AAC7B,mEAAyC;AACzC,oDAA0D;AAAjD,mHAAA,mBAAmB,OAAA;AAC5B,oDAAiD;AAAxC,0GAAA,UAAU,OAAA;AACnB,oDAAiE;AAAxD,0HAAA,0BAA0B,OAAA;AAGnC,yCAkBqB;AAFnB,gHAAA,mBAAmB,OAAA;AACnB,0HAAA,6BAA6B,OAAA;AAE/B,oEAA0C;AAC1C,oDAAwD;AAA/C,iHAAA,iBAAiB,OAAA;AAC1B,6CAiBuB;AAhBrB,uGAAA,QAAQ,OAAA;AAGR,6GAAA,cAAc,OAAA;AACd,0GAAA,WAAW,OAAA;AAUX,iHAAA,kBAAkB,OAAA;AAGpB,oDAAgE;AAAvD,yHAAA,yBAAyB,OAAA;AAClC,oDAAuD;AAA9C,gHAAA,gBAAgB,OAAA;AACzB,yEAA+C;AAC/C,oDAAuE;AAA9D,gIAAA,gCAAgC,OAAA;AACzC,oDAAkE;AAAzD,2HAAA,2BAA2B,OAAA;AACpC,kEAAwC;AACxC,kEAAwC;AAExC,+DAAqC;AASrC,mCAAkC;AAAzB,gGAAA,MAAM,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RestError } from \"@azure/core-rest-pipeline\";\n\nexport * from \"./AccountSASPermissions.js\";\nexport * from \"./AccountSASResourceTypes.js\";\nexport * from \"./AccountSASServices.js\";\nexport {\n AccountSASSignatureValues,\n generateAccountSASQueryParameters,\n} from \"./AccountSASSignatureValues.js\";\nexport * from \"./FileSASPermissions.js\";\nexport {\n parseOctalFileMode,\n toOctalFileMode,\n parseSymbolicFileMode,\n toSymbolicFileMode,\n} from \"./utils/utils.common.js\";\nexport {\n FileSASSignatureValues,\n generateFileSASQueryParameters,\n} from \"./FileSASSignatureValues.js\";\nexport * from \"./Clients.js\";\nexport * from \"./ShareSASPermissions.js\";\nexport { AnonymousCredential } from \"@azure/storage-blob\";\nexport { Credential } from \"@azure/storage-blob\";\nexport { StorageSharedKeyCredential } from \"@azure/storage-blob\";\nexport { SasIPRange } from \"./SasIPRange.js\";\nexport { Range } from \"./Range.js\";\nexport {\n FileAndDirectoryCreateCommonOptions,\n FileAndDirectorySetPropertiesCommonOptions,\n FileHttpHeaders,\n FilePermissionInheritType,\n FilePermissionPreserveType,\n PosixRolePermissions,\n NfsFileMode,\n FilePosixProperties,\n Metadata,\n TimeNowType,\n TimePreserveType,\n FileAttributesPreserveType,\n CloseHandlesInfo,\n ShareProtocols,\n HttpAuthorization,\n StorageFileAudience,\n getFileServiceAccountAudience,\n} from \"./models.js\";\nexport * from \"./FileSystemAttributes.js\";\nexport { BaseRequestPolicy } from \"@azure/storage-blob\";\nexport {\n Pipeline,\n PipelineLike,\n PipelineOptions,\n isPipelineLike,\n newPipeline,\n StoragePipelineOptions,\n RequestPolicyFactory,\n RequestPolicy,\n RequestPolicyOptions,\n WebResource,\n HttpOperationResponse,\n HttpHeaders,\n HttpRequestBody,\n IHttpClient,\n StorageOAuthScopes,\n ServiceClientOptions,\n} from \"./Pipeline.js\";\nexport { AnonymousCredentialPolicy } from \"@azure/storage-blob\";\nexport { CredentialPolicy } from \"@azure/storage-blob\";\nexport * from \"./StorageRetryPolicyFactory.js\";\nexport { StorageSharedKeyCredentialPolicy } from \"@azure/storage-blob\";\nexport { StorageBrowserPolicyFactory } from \"@azure/storage-blob\";\nexport * from \"./ShareServiceClient.js\";\nexport * from \"./SASQueryParameters.js\";\nexport { CommonOptions } from \"./StorageClient.js\";\nexport * from \"./generatedModels.js\";\nexport {\n WithResponse,\n ResponseLike,\n ResponseWithBody,\n ResponseWithHeaders,\n HttpResponse,\n} from \"./utils/utils.common.js\";\nexport { RestError };\nexport { logger } from \"./log.js\";\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"log.d.ts","sourceRoot":"","sources":["../../src/log.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,MAAM,qCAA2C,CAAC"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
3
|
+
// Licensed under the MIT License.
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.logger = void 0;
|
6
|
+
const logger_1 = require("@azure/logger");
|
7
|
+
/**
|
8
|
+
* The `@azure/logger` configuration for this package.
|
9
|
+
*/
|
10
|
+
exports.logger = (0, logger_1.createClientLogger)("storage-file-share");
|
11
|
+
//# sourceMappingURL=log.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"log.js","sourceRoot":"","sources":["../../src/log.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,0CAAmD;AAEnD;;GAEG;AACU,QAAA,MAAM,GAAG,IAAA,2BAAkB,EAAC,oBAAoB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\n\n/**\n * The `@azure/logger` configuration for this package.\n */\nexport const logger = createClientLogger(\"storage-file-share\");\n"]}
|
@@ -0,0 +1,373 @@
|
|
1
|
+
import { FileSystemAttributes } from "./FileSystemAttributes.js";
|
2
|
+
import type { FilePermissionFormat, NfsFileType, ShareTokenIntent } from "./generatedModels.js";
|
3
|
+
import type { StoragePipelineOptions } from "./Pipeline.js";
|
4
|
+
import type { FileDownloadHeaders } from "./generatedModels.js";
|
5
|
+
export interface Metadata {
|
6
|
+
[propertyName: string]: string;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* Represents file permissions for a specific role.
|
10
|
+
*/
|
11
|
+
export interface PosixRolePermissions {
|
12
|
+
/**
|
13
|
+
* The execute permission.
|
14
|
+
*/
|
15
|
+
execute: boolean;
|
16
|
+
/**
|
17
|
+
* The write permission.
|
18
|
+
*/
|
19
|
+
write: boolean;
|
20
|
+
/**
|
21
|
+
* The read permission.
|
22
|
+
*/
|
23
|
+
read: boolean;
|
24
|
+
}
|
25
|
+
/**
|
26
|
+
* The mode permissions of the file or directory.
|
27
|
+
*/
|
28
|
+
export interface NfsFileMode {
|
29
|
+
/**
|
30
|
+
* Permissions the owner has over the file or directory.
|
31
|
+
*/
|
32
|
+
owner: PosixRolePermissions;
|
33
|
+
/**
|
34
|
+
* Permissions the group has over the file or directory.
|
35
|
+
*/
|
36
|
+
group: PosixRolePermissions;
|
37
|
+
/**
|
38
|
+
* Permissions other have over the file or directory.
|
39
|
+
*/
|
40
|
+
other: PosixRolePermissions;
|
41
|
+
/**
|
42
|
+
* Set effective user ID (setuid) on the file or directory.
|
43
|
+
*/
|
44
|
+
effectiveUserIdentity: boolean;
|
45
|
+
/**
|
46
|
+
* Set effective group ID (setgid) on the file or directory.
|
47
|
+
*/
|
48
|
+
effectiveGroupIdentity: boolean;
|
49
|
+
/**
|
50
|
+
* The sticky bit may be set on directories. The files in that
|
51
|
+
* directory may only be renamed or deleted by the file's owner, the directory's owner, or the root user.
|
52
|
+
*/
|
53
|
+
stickyBit: boolean;
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
*
|
57
|
+
NFS properties.
|
58
|
+
Note that these properties only apply to files or directories in
|
59
|
+
premium NFS file accounts.
|
60
|
+
*/
|
61
|
+
export interface FilePosixProperties {
|
62
|
+
/** NFS only. The owner of the file or directory. */
|
63
|
+
owner?: string;
|
64
|
+
/** NFS only. The owning group of the file or directory. */
|
65
|
+
group?: string;
|
66
|
+
/** NFS only. The file mode of the file or directory */
|
67
|
+
fileMode?: NfsFileMode;
|
68
|
+
/** NFS only. Type of the file or directory. */
|
69
|
+
fileType?: NfsFileType;
|
70
|
+
/** NFS only. The link count of the file or directory. */
|
71
|
+
linkCount?: number;
|
72
|
+
}
|
73
|
+
/** Defines headers for File_setHttpHeaders operation. */
|
74
|
+
export interface FileSetHttpHeadersHeaders {
|
75
|
+
/** The ETag contains a value which represents the version of the file, in quotes. */
|
76
|
+
etag?: string;
|
77
|
+
/** Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory. */
|
78
|
+
lastModified?: Date;
|
79
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
80
|
+
requestId?: string;
|
81
|
+
/** Indicates the version of the File service used to execute the request. */
|
82
|
+
version?: string;
|
83
|
+
/** A UTC date/time value generated by the service that indicates the time at which the response was initiated. */
|
84
|
+
date?: Date;
|
85
|
+
/** The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. */
|
86
|
+
isServerEncrypted?: boolean;
|
87
|
+
/** Key of the permission set for the file. */
|
88
|
+
filePermissionKey?: string;
|
89
|
+
/** Attributes set for the file. */
|
90
|
+
fileAttributes?: string;
|
91
|
+
/** Creation time for the file. */
|
92
|
+
fileCreatedOn?: Date;
|
93
|
+
/** Last write time for the file. */
|
94
|
+
fileLastWriteOn?: Date;
|
95
|
+
/** Change time for the file. */
|
96
|
+
fileChangeOn?: Date;
|
97
|
+
/** The fileId of the directory. */
|
98
|
+
fileId?: string;
|
99
|
+
/** The parent fileId of the directory. */
|
100
|
+
fileParentId?: string;
|
101
|
+
/** Properties of NFS files. */
|
102
|
+
posixProperties?: FilePosixProperties;
|
103
|
+
/** Error Code */
|
104
|
+
errorCode?: string;
|
105
|
+
}
|
106
|
+
/** Contains response data for the download operation. */
|
107
|
+
export type FileDownloadResponse = FileDownloadHeaders & {
|
108
|
+
/**
|
109
|
+
* BROWSER ONLY
|
110
|
+
*
|
111
|
+
* The response body as a browser Blob.
|
112
|
+
* Always `undefined` in node.js.
|
113
|
+
*/
|
114
|
+
blobBody?: Promise<Blob>;
|
115
|
+
/**
|
116
|
+
* NODEJS ONLY
|
117
|
+
*
|
118
|
+
* The response body as a node.js Readable stream.
|
119
|
+
* Always `undefined` in the browser.
|
120
|
+
*/
|
121
|
+
readableStreamBody?: NodeJS.ReadableStream;
|
122
|
+
};
|
123
|
+
export interface FileHttpHeaders {
|
124
|
+
/**
|
125
|
+
* Optional. Sets the file's cache
|
126
|
+
* control. If specified, this property is stored with the file and returned
|
127
|
+
* with a read request.
|
128
|
+
*/
|
129
|
+
fileCacheControl?: string;
|
130
|
+
/**
|
131
|
+
* Optional. Sets the file's content type.
|
132
|
+
* If specified, this property is stored with the file and returned with a
|
133
|
+
* read request.
|
134
|
+
*/
|
135
|
+
fileContentType?: string;
|
136
|
+
/**
|
137
|
+
* Optional. An MD5 hash of the file
|
138
|
+
* content. Note that this hash is not validated, as the hashes for the
|
139
|
+
* individual blocks were validated when each was uploaded.
|
140
|
+
*/
|
141
|
+
fileContentMD5?: Uint8Array;
|
142
|
+
/**
|
143
|
+
* Optional. Sets the file's content
|
144
|
+
* encoding. If specified, this property is stored with the file and returned
|
145
|
+
* with a read request.
|
146
|
+
*/
|
147
|
+
fileContentEncoding?: string;
|
148
|
+
/**
|
149
|
+
* Optional. Set the file's content
|
150
|
+
* language. If specified, this property is stored with the file and returned
|
151
|
+
* with a read request.
|
152
|
+
*/
|
153
|
+
fileContentLanguage?: string;
|
154
|
+
/**
|
155
|
+
* Optional. Sets the file's
|
156
|
+
* Content-Disposition header.
|
157
|
+
*/
|
158
|
+
fileContentDisposition?: string;
|
159
|
+
}
|
160
|
+
/**
|
161
|
+
* Indicates inherit file permission from the parent directory.
|
162
|
+
*/
|
163
|
+
export type FilePermissionInheritType = "inherit";
|
164
|
+
/**
|
165
|
+
* Indicates keep existing file permission value unchanged.
|
166
|
+
*/
|
167
|
+
export type FilePermissionPreserveType = "preserve";
|
168
|
+
/**
|
169
|
+
* Indicates setting as the time of the request.
|
170
|
+
*/
|
171
|
+
export type TimeNowType = "now";
|
172
|
+
/**
|
173
|
+
* Indicates keep existing time value unchanged.
|
174
|
+
*/
|
175
|
+
export type TimePreserveType = "preserve";
|
176
|
+
/**
|
177
|
+
* Indicates keep existing file attributes unchanged.
|
178
|
+
*/
|
179
|
+
export type FileAttributesPreserveType = "preserve";
|
180
|
+
export interface FileAndDirectoryCreateCommonOptions {
|
181
|
+
/**
|
182
|
+
* The permission(security descriptor) to be set for the file or directory in the
|
183
|
+
* Security Descriptor Definition Language (SDDL) or binary.
|
184
|
+
* If specified, it must have an owner, group, and discretionary access control list (DACL).
|
185
|
+
* A value of inherit may be passed to inherit from the parent directory.
|
186
|
+
*
|
187
|
+
* Note that only one of filePermission or filePermissionKey can be specified.
|
188
|
+
* And if both are not specified, inherit will be set to filePermission as default value by client library.
|
189
|
+
*/
|
190
|
+
filePermission?: string | FilePermissionInheritType;
|
191
|
+
/**
|
192
|
+
* Optional. Available for version 2023-06-01 and later.
|
193
|
+
* Specifies the format in which the permission is returned. Acceptable values are SDDL or binary.
|
194
|
+
* If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format.
|
195
|
+
* If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission
|
196
|
+
*/
|
197
|
+
filePermissionFormat?: FilePermissionFormat;
|
198
|
+
/**
|
199
|
+
* The key of the permission to be set for the file or directory. This can be created using the Create-Permission API.
|
200
|
+
*
|
201
|
+
* Note that only one of filePermission or filePermissionKey can be specified.
|
202
|
+
*/
|
203
|
+
filePermissionKey?: string;
|
204
|
+
/**
|
205
|
+
* The file system attributes to be set on the file or directory.
|
206
|
+
*/
|
207
|
+
fileAttributes?: FileSystemAttributes;
|
208
|
+
/**
|
209
|
+
* The Coordinated Universal Time (UTC) creation time property for the directory.
|
210
|
+
* A value of now may be used to indicate the time of the request.
|
211
|
+
* By default, the value will be set as now.
|
212
|
+
*/
|
213
|
+
creationTime?: Date | TimeNowType;
|
214
|
+
/**
|
215
|
+
* The Coordinated Universal Time (UTC) last write property for the directory.
|
216
|
+
* A value of now may be used to indicate the time of the request.
|
217
|
+
* By default, the value will be set as now.
|
218
|
+
*/
|
219
|
+
lastWriteTime?: Date | TimeNowType;
|
220
|
+
/**
|
221
|
+
* The Coordinated Universal Time (UTC) change time property for the directory.
|
222
|
+
* A value of now may be used to indicate the time of the request.
|
223
|
+
* By default, the value will be set to the time of the request.
|
224
|
+
*/
|
225
|
+
changeTime?: Date | TimeNowType;
|
226
|
+
/**
|
227
|
+
* Optional properties to set on NFS files.
|
228
|
+
Note that this property is only applicable to files created in NFS shares.
|
229
|
+
*/
|
230
|
+
posixProperties?: FilePosixProperties;
|
231
|
+
}
|
232
|
+
export interface FileAndDirectorySetPropertiesCommonOptions {
|
233
|
+
/**
|
234
|
+
* The permission(security descriptor) to be set for the file or directory in the
|
235
|
+
* Security Descriptor Definition Language (SDDL). If specified, it must have an owner, group, and discretionary access control list (DACL).
|
236
|
+
* A value of inherit may be passed to inherit from the parent directory.
|
237
|
+
* A value of preserve may be passed to keep the value unchanged.
|
238
|
+
*
|
239
|
+
* Note that only one of filePermission or filePermissionKey can be specified.
|
240
|
+
* And if both are not specified, preserve will be set to filePermission as default value by client library.
|
241
|
+
*/
|
242
|
+
filePermission?: string | FilePermissionInheritType | FilePermissionPreserveType;
|
243
|
+
/**
|
244
|
+
* Optional. Available for version 2023-06-01 and later.
|
245
|
+
* Specifies the format in which the permission is returned. Acceptable values are SDDL or binary.
|
246
|
+
* If x-ms-file-permission-format is unspecified or explicitly set to SDDL, the permission is returned in SDDL format.
|
247
|
+
* If x-ms-file-permission-format is explicitly set to binary, the permission is returned as a base64 string representing the binary encoding of the permission
|
248
|
+
*/
|
249
|
+
filePermissionFormat?: FilePermissionFormat;
|
250
|
+
/**
|
251
|
+
* The key of the permission to be set for the file or directory. This can be created using the Create-Permission API.
|
252
|
+
*
|
253
|
+
* Note that only one of filePermission or filePermissionKey can be specified.
|
254
|
+
*/
|
255
|
+
filePermissionKey?: string;
|
256
|
+
/**
|
257
|
+
* The file system attributes to be set on the file or directory.
|
258
|
+
*/
|
259
|
+
fileAttributes?: FileSystemAttributes | FileAttributesPreserveType;
|
260
|
+
/**
|
261
|
+
* The Coordinated Universal Time (UTC) creation time property for the directory.
|
262
|
+
* A value of now may be used to indicate the time of the request.
|
263
|
+
* A value of preserve may be passed to keep an existing value unchanged.
|
264
|
+
* By default, the value will be set as preserve.
|
265
|
+
*/
|
266
|
+
creationTime?: Date | TimeNowType | TimePreserveType;
|
267
|
+
/**
|
268
|
+
* The Coordinated Universal Time (UTC) last write property for the directory.
|
269
|
+
* A value of now may be used to indicate the time of the request.
|
270
|
+
* A value of preserve may be passed to keep an existing value unchanged.
|
271
|
+
* By default, the value will be set as preserve.
|
272
|
+
*/
|
273
|
+
lastWriteTime?: Date | TimeNowType | TimePreserveType;
|
274
|
+
/**
|
275
|
+
* The Coordinated Universal Time (UTC) change time property for the directory.
|
276
|
+
* A value of now may be used to indicate the time of the request.
|
277
|
+
* By default, the value will be set to the time of the request.
|
278
|
+
*/
|
279
|
+
changeTime?: Date | TimeNowType;
|
280
|
+
/**
|
281
|
+
* Optional properties to set on NFS files.
|
282
|
+
Note that this property is only applicable to files created in NFS shares.
|
283
|
+
*/
|
284
|
+
posixProperties?: FilePosixProperties;
|
285
|
+
}
|
286
|
+
/**
|
287
|
+
* Close handles result information.
|
288
|
+
*/
|
289
|
+
export interface CloseHandlesInfo {
|
290
|
+
closedHandlesCount: number;
|
291
|
+
/**
|
292
|
+
* Contains count of number of handles that failed to close.
|
293
|
+
*/
|
294
|
+
closeFailureCount?: number;
|
295
|
+
}
|
296
|
+
/**
|
297
|
+
* Protocols to enable on the share. For now, only support SMB or NFS.
|
298
|
+
*/
|
299
|
+
export interface ShareProtocols {
|
300
|
+
/**
|
301
|
+
* The share can be accessed by SMBv3.0, SMBv2.1 and REST.
|
302
|
+
*/
|
303
|
+
smbEnabled?: boolean;
|
304
|
+
/**
|
305
|
+
* The share can be accessed by NFSv4.1.
|
306
|
+
*/
|
307
|
+
nfsEnabled?: boolean;
|
308
|
+
}
|
309
|
+
export interface ShareClientConfig {
|
310
|
+
/**
|
311
|
+
* The Files OAuth over REST feature requires special permissions to be included in the role definition to use
|
312
|
+
* These special permissions will give privileged access to file share data -
|
313
|
+
* It will allow users to bypass file/directory level ACL/NTFS permissions and get read/write access to file share data
|
314
|
+
* Since this additional permission can be unintended and to prevent unintended and over privileged access,
|
315
|
+
* additional checks has been implemented that requires users to explicitly indicate their intent to use these additional permissions.
|
316
|
+
* This is done using the fileRequestIntent option.
|
317
|
+
* Currently, the only value that the header supports is 'backup'
|
318
|
+
* Any user who wishes to use Files OAuth over REST feature has to call the API with the intent header. If the API is not called with the intent header, any subsequent data operation requests will be denied.
|
319
|
+
*/
|
320
|
+
fileRequestIntent?: ShareTokenIntent;
|
321
|
+
/** If true, the trailing dot will not be trimmed from the target URI. */
|
322
|
+
allowTrailingDot?: boolean;
|
323
|
+
/** If true, the trailing dot will not be trimmed from the source URI. */
|
324
|
+
allowSourceTrailingDot?: boolean;
|
325
|
+
}
|
326
|
+
export type ShareClientOptions = StoragePipelineOptions & ShareClientConfig;
|
327
|
+
/**
|
328
|
+
* Convert protocols from joined string to ShareProtocols.
|
329
|
+
*
|
330
|
+
* @param protocolsString -
|
331
|
+
*/
|
332
|
+
export declare function toShareProtocols(protocolsString?: string): ShareProtocols | undefined;
|
333
|
+
/**
|
334
|
+
* Convert ShareProtocols to joined string.
|
335
|
+
*
|
336
|
+
* @param protocols -
|
337
|
+
*/
|
338
|
+
export declare function toShareProtocolsString(protocols?: ShareProtocols): string | undefined;
|
339
|
+
export declare function validateFilePermissionOptions(filePermission?: string, filePermissionKey?: string): void;
|
340
|
+
export declare function validateAndSetDefaultsForFileAndDirectoryCreateCommonOptions(options: FileAndDirectoryCreateCommonOptions): FileAndDirectoryCreateCommonOptions;
|
341
|
+
export declare function validateAndSetDefaultsForFileAndDirectorySetPropertiesCommonOptions(options: FileAndDirectorySetPropertiesCommonOptions): FileAndDirectorySetPropertiesCommonOptions;
|
342
|
+
export declare function fileAttributesToString(fileAttributes: FileSystemAttributes | FileAttributesPreserveType): string;
|
343
|
+
export declare function fileCreationTimeToString(time: Date | TimeNowType | TimePreserveType | undefined): string | undefined;
|
344
|
+
export declare function fileLastWriteTimeToString(time: Date | TimeNowType | TimePreserveType | undefined): string | undefined;
|
345
|
+
export declare function fileChangeTimeToString(time: Date | TimeNowType | TimePreserveType | undefined): string | undefined;
|
346
|
+
/**
|
347
|
+
* Represents authentication information in Authorization, ProxyAuthorization,
|
348
|
+
* WWW-Authenticate, and Proxy-Authenticate header values.
|
349
|
+
*/
|
350
|
+
export interface HttpAuthorization {
|
351
|
+
/**
|
352
|
+
* The scheme to use for authorization.
|
353
|
+
*/
|
354
|
+
scheme: string;
|
355
|
+
/**
|
356
|
+
* the credentials containing the authentication information of the user agent for the resource being requested.
|
357
|
+
*/
|
358
|
+
value: string;
|
359
|
+
}
|
360
|
+
/**
|
361
|
+
* Defines the known cloud audiences for Storage.
|
362
|
+
*/
|
363
|
+
export declare enum StorageFileAudience {
|
364
|
+
/**
|
365
|
+
* The OAuth scope to use to retrieve an AAD token for Azure Storage.
|
366
|
+
*/
|
367
|
+
StorageOAuthScopes = "https://storage.azure.com/.default"
|
368
|
+
}
|
369
|
+
/**
|
370
|
+
* To get the OAuth audience for a storage account for file service.
|
371
|
+
*/
|
372
|
+
export declare function getFileServiceAccountAudience(storageAccountName: string): string;
|
373
|
+
//# sourceMappingURL=models.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAChG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,MAAM,WAAW,QAAQ;IACvB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,KAAK,EAAE,oBAAoB,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,oBAAoB,CAAC;IAE5B;;OAEG;IACH,KAAK,EAAE,oBAAoB,CAAC;IAE5B;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,SAAS,EAAE,OAAO,CAAC;CACpB;AAED;;;;;IAKI;AACJ,MAAM,WAAW,mBAAmB;IAClC,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uDAAuD;IACvD,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yDAAyD;AACzD,MAAM,WAAW,yBAAyB;IACxC,qFAAqF;IACrF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wOAAwO;IACxO,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6EAA6E;IAC7E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kHAAkH;IAClH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,4JAA4J;IAC5J,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,8CAA8C;IAC9C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kCAAkC;IAClC,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,oCAAoC;IACpC,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,gCAAgC;IAChC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,mCAAmC;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,0CAA0C;IAC1C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+BAA+B;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yDAAyD;AACzD,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,GAAG;IACvD;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACzB;;;;;OAKG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC;CAC5C,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,cAAc,CAAC,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,SAAS,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC;AAEpD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC;AAEhC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC;AAEpD,MAAM,WAAW,mCAAmC;IAClD;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,yBAAyB,CAAC;IAEpD;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,oBAAoB,CAAC;IAEtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC;IAElC;;;;OAIG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC;IAEnC;;;;OAIG;IACH,UAAU,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC;IAChC;;;OAGG;IACH,eAAe,CAAC,EAAE,mBAAmB,CAAC;CACvC;AAED,MAAM,WAAW,0CAA0C;IACzD;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,yBAAyB,GAAG,0BAA0B,CAAC;IAEjF;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,oBAAoB,GAAG,0BAA0B,CAAC;IAEnE;;;;;OAKG;IACH,YAAY,CAAC,EAAE,IAAI,GAAG,WAAW,GAAG,gBAAgB,CAAC;IAErD;;;;;OAKG;IACH,aAAa,CAAC,EAAE,IAAI,GAAG,WAAW,GAAG,gBAAgB,CAAC;IAEtD;;;;OAIG;IACH,UAAU,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC;IAEhC;;;OAGG;IACH,eAAe,CAAC,EAAE,mBAAmB,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC;;;;;;;;;OASG;IACH,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,yEAAyE;IACzE,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GAAG,iBAAiB,CAAC;AAE5E;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,eAAe,CAAC,EAAE,MAAM,GAAG,cAAc,GAAG,SAAS,CAerF;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,GAAE,cAAmB,GAAG,MAAM,GAAG,SAAS,CAazF;AAED,wBAAgB,6BAA6B,CAC3C,cAAc,CAAC,EAAE,MAAM,EACvB,iBAAiB,CAAC,EAAE,MAAM,GACzB,IAAI,CAIN;AAED,wBAAgB,4DAA4D,CAC1E,OAAO,EAAE,mCAAmC,GAC3C,mCAAmC,CAUrC;AAED,wBAAgB,mEAAmE,CACjF,OAAO,EAAE,0CAA0C,GAClD,0CAA0C,CAU5C;AAED,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,oBAAoB,GAAG,0BAA0B,GAChE,MAAM,CAIR;AAED,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,gBAAgB,GAAG,SAAS,GACtD,MAAM,GAAG,SAAS,CAEpB;AAED,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,gBAAgB,GAAG,SAAS,GACtD,MAAM,GAAG,SAAS,CAEpB;AAED,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,gBAAgB,GAAG,SAAS,GACtD,MAAM,GAAG,SAAS,CAEpB;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,oBAAY,mBAAmB;IAC7B;;OAEG;IACH,kBAAkB,uCAAuC;CAC1D;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,kBAAkB,EAAE,MAAM,GAAG,MAAM,CAEhF"}
|