@azure/data-tables 13.3.1-alpha.20241125.1 → 13.3.1-alpha.20241127.2
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/dist/browser/TableClient.d.ts +436 -0
- package/dist/browser/TableClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableClient.js +18 -18
- package/dist/browser/TableClient.js.map +1 -0
- package/dist/browser/TablePolicies.d.ts +6 -0
- package/dist/browser/TablePolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TablePolicies.js +2 -2
- package/dist/browser/TablePolicies.js.map +1 -0
- package/dist/browser/TableServiceClient.d.ts +161 -0
- package/dist/browser/TableServiceClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableServiceClient.js +13 -13
- package/dist/browser/TableServiceClient.js.map +1 -0
- package/dist/browser/TableTransaction.d.ts +114 -0
- package/dist/browser/TableTransaction.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/TableTransaction.js +9 -7
- package/dist/browser/TableTransaction.js.map +1 -0
- package/dist/browser/cosmosPathPolicy.d.ts +3 -0
- package/dist/browser/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/browser/generated/generatedClient.d.ts +17 -0
- package/dist/browser/generated/generatedClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/generatedClient.js +1 -1
- package/dist/browser/generated/generatedClient.js.map +1 -0
- package/dist/browser/generated/generatedClientContext.d.ts +14 -0
- package/dist/browser/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/browser/generated/generatedClientContext.js.map +1 -0
- package/dist/browser/generated/index.d.ts +4 -0
- package/dist/browser/generated/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/index.js +3 -3
- package/dist/browser/generated/index.js.map +1 -0
- package/dist/browser/generated/models/index.d.ts +603 -0
- package/dist/browser/generated/models/index.d.ts.map +1 -0
- package/dist/browser/generated/models/mappers.d.ts +47 -0
- package/dist/browser/generated/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/models/parameters.d.ts +35 -0
- package/dist/browser/generated/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/models/parameters.js +1 -1
- package/dist/browser/generated/models/parameters.js.map +1 -0
- package/dist/browser/generated/operations/index.d.ts +3 -0
- package/dist/browser/generated/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/operations/index.js +10 -0
- package/{dist-esm/src → dist/browser}/generated/operations/index.js.map +1 -1
- package/dist/browser/generated/operations/service.d.ts +32 -0
- package/dist/browser/generated/operations/service.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/operations/service.js +2 -2
- package/dist/browser/generated/operations/service.js.map +1 -0
- package/dist/browser/generated/operations/table.d.ts +90 -0
- package/dist/browser/generated/operations/table.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/operations/table.js +2 -2
- package/dist/browser/generated/operations/table.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/index.js +10 -0
- package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/browser/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/browser/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/browser/generatedModels.d.ts +2 -0
- package/dist/browser/generatedModels.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generatedModels.js +1 -1
- package/{dist-esm/src → dist/browser}/generatedModels.js.map +1 -1
- package/dist/browser/index.d.ts +10 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +12 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +6 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/models.d.ts +247 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/odata.d.ts +7 -0
- package/dist/browser/odata.d.ts.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/sas/accountSasPermissions.d.ts +48 -0
- package/dist/browser/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/browser/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/browser/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/browser/sas/accountSasServices.d.ts +34 -0
- package/dist/browser/sas/accountSasServices.d.ts.map +1 -0
- package/dist/browser/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/browser/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/accountSasSignatureValues.js +8 -8
- package/dist/browser/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/browser/sas/generateAccountSas.d.ts +54 -0
- package/dist/browser/sas/generateAccountSas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/generateAccountSas.js +3 -3
- package/dist/browser/sas/generateAccountSas.js.map +1 -0
- package/dist/browser/sas/generateTableSas.d.ts +13 -0
- package/dist/browser/sas/generateTableSas.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/generateTableSas.js +2 -2
- package/dist/browser/sas/generateTableSas.js.map +1 -0
- package/dist/browser/sas/index.d.ts +9 -0
- package/dist/browser/sas/index.d.ts.map +1 -0
- package/dist/browser/sas/index.js +5 -0
- package/dist/browser/sas/index.js.map +1 -0
- package/dist/browser/sas/models.d.ts +34 -0
- package/dist/browser/sas/models.d.ts.map +1 -0
- package/dist/browser/sas/sasIPRange.d.ts +24 -0
- package/dist/browser/sas/sasIPRange.d.ts.map +1 -0
- package/dist/browser/sas/sasQueryParameters.d.ts +246 -0
- package/dist/browser/sas/sasQueryParameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/sasQueryParameters.js +2 -2
- package/dist/browser/sas/sasQueryParameters.js.map +1 -0
- package/dist/browser/sas/tableSasPermisions.d.ts +37 -0
- package/dist/browser/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/browser/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/browser/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sas/tableSasSignatureValues.js +6 -6
- package/dist/browser/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/browser/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/browser/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/browser/serialization.d.ts +15 -0
- package/dist/browser/serialization.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serialization.js +2 -2
- package/dist/browser/serialization.js.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy-browser.d.mts.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy-browser.mjs.map +1 -0
- package/dist/browser/tablesNamedCredentialPolicy.d.ts +5 -0
- package/{dist-esm/src/tablesNamedCredentialPolicy.browser.js → dist/browser/tablesNamedCredentialPolicy.js} +1 -1
- package/dist/browser/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/browser/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/browser/utils/accountConnectionString-browser.d.mts.map +1 -0
- package/dist/browser/utils/accountConnectionString-browser.mjs.map +1 -0
- package/dist/browser/utils/accountConnectionString.d.ts +11 -0
- package/{dist-esm/src/utils/accountConnectionString.browser.js → dist/browser/utils/accountConnectionString.js} +1 -1
- package/dist/browser/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/browser/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/browser/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/browser/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/browser/utils/bufferSerializer-browser.d.mts.map +1 -0
- package/dist/browser/utils/bufferSerializer-browser.mjs.map +1 -0
- package/dist/browser/utils/bufferSerializer.d.ts +11 -0
- package/{dist-esm/src/utils/bufferSerializer.browser.js → dist/browser/utils/bufferSerializer.js} +1 -1
- package/dist/browser/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/browser/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/browser/utils/computeHMACSHA256-browser.d.mts.map +1 -0
- package/dist/browser/utils/computeHMACSHA256-browser.mjs.map +1 -0
- package/dist/browser/utils/computeHMACSHA256.d.ts +2 -0
- package/{dist-esm/src/utils/computeHMACSHA256.browser.js → dist/browser/utils/computeHMACSHA256.js} +1 -1
- package/dist/browser/utils/connectionString.d.ts +21 -0
- package/dist/browser/utils/connectionString.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/connectionString.js +1 -1
- package/dist/browser/utils/connectionString.js.map +1 -0
- package/dist/browser/utils/constants.d.ts +17 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/continuationToken.d.ts +14 -0
- package/dist/browser/utils/continuationToken.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/continuationToken.js +1 -1
- package/dist/browser/utils/continuationToken.js.map +1 -0
- package/dist/browser/utils/errorHelpers.d.ts +23 -0
- package/dist/browser/utils/errorHelpers.d.ts.map +1 -0
- package/dist/browser/utils/errorHelpers.js.map +1 -0
- package/dist/browser/utils/internalModels.d.ts +134 -0
- package/dist/browser/utils/internalModels.d.ts.map +1 -0
- package/dist/browser/utils/internalModels.js.map +1 -0
- package/dist/browser/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/browser/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/browser/utils/isCredential.d.ts +3 -0
- package/dist/browser/utils/isCredential.d.ts.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/transactionHeaders-browser.d.mts.map +1 -0
- package/dist/browser/utils/transactionHeaders-browser.mjs.map +1 -0
- package/dist/browser/utils/transactionHeaders.d.ts +7 -0
- package/{dist-esm/src/utils/transactionHeaders.browser.js → dist/browser/utils/transactionHeaders.js} +2 -2
- package/dist/browser/utils/transactionHelpers.d.ts +24 -0
- package/dist/browser/utils/transactionHelpers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/transactionHelpers.js +1 -1
- package/dist/browser/utils/transactionHelpers.js.map +1 -0
- package/dist/browser/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/browser/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/browser/utils/uuid.d.ts +4 -0
- package/dist/browser/utils/uuid.d.ts.map +1 -0
- package/dist/commonjs/TableClient.d.ts +436 -0
- package/dist/commonjs/TableClient.d.ts.map +1 -0
- package/dist/commonjs/TableClient.js +589 -0
- package/dist/commonjs/TableClient.js.map +1 -0
- package/dist/commonjs/TablePolicies.d.ts +6 -0
- package/dist/commonjs/TablePolicies.d.ts.map +1 -0
- package/dist/commonjs/TablePolicies.js +67 -0
- package/dist/commonjs/TablePolicies.js.map +1 -0
- package/dist/commonjs/TableServiceClient.d.ts +161 -0
- package/dist/commonjs/TableServiceClient.d.ts.map +1 -0
- package/dist/commonjs/TableServiceClient.js +218 -0
- package/dist/commonjs/TableServiceClient.js.map +1 -0
- package/dist/commonjs/TableTransaction.d.ts +114 -0
- package/dist/commonjs/TableTransaction.d.ts.map +1 -0
- package/dist/commonjs/TableTransaction.js +268 -0
- package/dist/commonjs/TableTransaction.js.map +1 -0
- package/dist/commonjs/cosmosPathPolicy.d.ts +3 -0
- package/dist/commonjs/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/commonjs/cosmosPathPolicy.js +19 -0
- package/dist/commonjs/cosmosPathPolicy.js.map +1 -0
- package/dist/commonjs/generated/generatedClient.d.ts +17 -0
- package/dist/commonjs/generated/generatedClient.d.ts.map +1 -0
- package/dist/commonjs/generated/generatedClient.js +50 -0
- package/dist/commonjs/generated/generatedClient.js.map +1 -0
- package/dist/commonjs/generated/generatedClientContext.d.ts +14 -0
- package/dist/commonjs/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/commonjs/generated/generatedClientContext.js +46 -0
- package/dist/commonjs/generated/generatedClientContext.js.map +1 -0
- package/dist/commonjs/generated/index.d.ts +4 -0
- package/dist/commonjs/generated/index.d.ts.map +1 -0
- package/dist/commonjs/generated/index.js +16 -0
- package/dist/commonjs/generated/index.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +603 -0
- package/dist/commonjs/generated/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/models/index.js +31 -0
- package/dist/commonjs/generated/models/index.js.map +1 -0
- package/dist/commonjs/generated/models/mappers.d.ts +47 -0
- package/dist/commonjs/generated/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/models/mappers.js +1334 -0
- package/dist/commonjs/generated/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/models/parameters.d.ts +35 -0
- package/dist/commonjs/generated/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/models/parameters.js +364 -0
- package/dist/commonjs/generated/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/operations/index.d.ts +3 -0
- package/dist/commonjs/generated/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/index.js +13 -0
- package/dist/commonjs/generated/operations/index.js.map +1 -0
- package/dist/commonjs/generated/operations/service.d.ts +32 -0
- package/dist/commonjs/generated/operations/service.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/service.js +125 -0
- package/dist/commonjs/generated/operations/service.js.map +1 -0
- package/dist/commonjs/generated/operations/table.d.ts +90 -0
- package/dist/commonjs/generated/operations/table.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/table.js +455 -0
- package/dist/commonjs/generated/operations/table.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/commonjs/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/service.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/commonjs/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/table.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/commonjs/generatedModels.d.ts +2 -0
- package/dist/commonjs/generatedModels.d.ts.map +1 -0
- package/dist/commonjs/generatedModels.js +8 -0
- package/dist/commonjs/generatedModels.js.map +1 -0
- package/dist/commonjs/index.d.ts +10 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +23 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +6 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +11 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +247 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/odata.d.ts +7 -0
- package/dist/commonjs/odata.d.ts.map +1 -0
- package/dist/commonjs/odata.js +41 -0
- package/dist/commonjs/odata.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/sas/accountSasPermissions.d.ts +48 -0
- package/dist/commonjs/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasPermissions.js +75 -0
- package/dist/commonjs/sas/accountSasPermissions.js.map +1 -0
- package/dist/commonjs/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/commonjs/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasResourceTypes.js +51 -0
- package/dist/commonjs/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/commonjs/sas/accountSasServices.d.ts +34 -0
- package/dist/commonjs/sas/accountSasServices.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasServices.js +55 -0
- package/dist/commonjs/sas/accountSasServices.js.map +1 -0
- package/dist/commonjs/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/commonjs/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/accountSasSignatureValues.js +58 -0
- package/dist/commonjs/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/commonjs/sas/generateAccountSas.d.ts +54 -0
- package/dist/commonjs/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/commonjs/sas/generateAccountSas.js +33 -0
- package/dist/commonjs/sas/generateAccountSas.js.map +1 -0
- package/dist/commonjs/sas/generateTableSas.d.ts +13 -0
- package/dist/commonjs/sas/generateTableSas.d.ts.map +1 -0
- package/dist/commonjs/sas/generateTableSas.js +38 -0
- package/dist/commonjs/sas/generateTableSas.js.map +1 -0
- package/dist/commonjs/sas/index.d.ts +9 -0
- package/dist/commonjs/sas/index.d.ts.map +1 -0
- package/dist/commonjs/sas/index.js +10 -0
- package/dist/commonjs/sas/index.js.map +1 -0
- package/dist/commonjs/sas/models.d.ts +34 -0
- package/dist/commonjs/sas/models.d.ts.map +1 -0
- package/dist/commonjs/sas/models.js +5 -0
- package/dist/commonjs/sas/models.js.map +1 -0
- package/dist/commonjs/sas/sasIPRange.d.ts +24 -0
- package/dist/commonjs/sas/sasIPRange.d.ts.map +1 -0
- package/dist/commonjs/sas/sasIPRange.js +19 -0
- package/dist/commonjs/sas/sasIPRange.js.map +1 -0
- package/dist/commonjs/sas/sasQueryParameters.d.ts +246 -0
- package/dist/commonjs/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/commonjs/sas/sasQueryParameters.js +197 -0
- package/dist/commonjs/sas/sasQueryParameters.js.map +1 -0
- package/dist/commonjs/sas/tableSasPermisions.d.ts +37 -0
- package/dist/commonjs/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/commonjs/sas/tableSasPermisions.js +60 -0
- package/dist/commonjs/sas/tableSasPermisions.js.map +1 -0
- package/dist/commonjs/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/commonjs/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/commonjs/sas/tableSasSignatureValues.js +77 -0
- package/dist/commonjs/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/commonjs/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/commonjs/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/commonjs/secondaryEndpointPolicy.js +50 -0
- package/dist/commonjs/secondaryEndpointPolicy.js.map +1 -0
- package/dist/commonjs/serialization.d.ts +15 -0
- package/dist/commonjs/serialization.d.ts.map +1 -0
- package/dist/commonjs/serialization.js +223 -0
- package/dist/commonjs/serialization.js.map +1 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.js +68 -0
- package/dist/commonjs/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/commonjs/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/commonjs/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/commonjs/tablesSASTokenPolicy.js +32 -0
- package/dist/commonjs/tablesSASTokenPolicy.js.map +1 -0
- package/dist/commonjs/utils/accountConnectionString.d.ts +11 -0
- package/dist/commonjs/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/commonjs/utils/accountConnectionString.js +48 -0
- package/dist/commonjs/utils/accountConnectionString.js.map +1 -0
- package/dist/commonjs/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/commonjs/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/commonjs/utils/apiVersionPolicy.js +25 -0
- package/dist/commonjs/utils/apiVersionPolicy.js.map +1 -0
- package/dist/commonjs/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/commonjs/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/commonjs/utils/baseTransactionHeaders.js +19 -0
- package/dist/commonjs/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/commonjs/utils/bufferSerializer.d.ts +11 -0
- package/dist/commonjs/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/commonjs/utils/bufferSerializer.js +27 -0
- package/dist/commonjs/utils/bufferSerializer.js.map +1 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.js +23 -0
- package/dist/commonjs/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/commonjs/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/commonjs/utils/computeHMACSHA256.d.ts.map +1 -0
- package/dist/commonjs/utils/computeHMACSHA256.js +11 -0
- package/dist/commonjs/utils/computeHMACSHA256.js.map +1 -0
- package/dist/commonjs/utils/connectionString.d.ts +21 -0
- package/dist/commonjs/utils/connectionString.d.ts.map +1 -0
- package/dist/commonjs/utils/connectionString.js +135 -0
- package/dist/commonjs/utils/connectionString.js.map +1 -0
- package/dist/commonjs/utils/constants.d.ts +17 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +104 -0
- package/dist/commonjs/utils/constants.js.map +1 -0
- package/dist/commonjs/utils/continuationToken.d.ts +14 -0
- package/dist/commonjs/utils/continuationToken.d.ts.map +1 -0
- package/dist/commonjs/utils/continuationToken.js +30 -0
- package/dist/commonjs/utils/continuationToken.js.map +1 -0
- package/dist/commonjs/utils/errorHelpers.d.ts +23 -0
- package/dist/commonjs/utils/errorHelpers.d.ts.map +1 -0
- package/dist/commonjs/utils/errorHelpers.js +37 -0
- package/dist/commonjs/utils/errorHelpers.js.map +1 -0
- package/dist/commonjs/utils/internalModels.d.ts +134 -0
- package/dist/commonjs/utils/internalModels.d.ts.map +1 -0
- package/dist/commonjs/utils/internalModels.js +5 -0
- package/dist/commonjs/utils/internalModels.js.map +1 -0
- package/dist/commonjs/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/commonjs/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/commonjs/utils/isCosmosEndpoint.js +19 -0
- package/dist/commonjs/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/commonjs/utils/isCredential.d.ts +3 -0
- package/dist/commonjs/utils/isCredential.d.ts.map +1 -0
- package/dist/commonjs/utils/isCredential.js +10 -0
- package/dist/commonjs/utils/isCredential.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 +16 -0
- package/dist/commonjs/utils/tracing.js.map +1 -0
- package/dist/commonjs/utils/transactionHeaders.d.ts +7 -0
- package/dist/commonjs/utils/transactionHeaders.d.ts.map +1 -0
- package/dist/commonjs/utils/transactionHeaders.js +17 -0
- package/dist/commonjs/utils/transactionHeaders.js.map +1 -0
- package/dist/commonjs/utils/transactionHelpers.d.ts +24 -0
- package/dist/commonjs/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/commonjs/utils/transactionHelpers.js +49 -0
- package/dist/commonjs/utils/transactionHelpers.js.map +1 -0
- package/dist/commonjs/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/commonjs/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/commonjs/utils/truncateISO8061Date.js +21 -0
- package/dist/commonjs/utils/truncateISO8061Date.js.map +1 -0
- package/dist/commonjs/utils/uuid.d.ts +4 -0
- package/dist/commonjs/utils/uuid.d.ts.map +1 -0
- package/dist/commonjs/utils/uuid.js +15 -0
- package/dist/commonjs/utils/uuid.js.map +1 -0
- package/dist/esm/TableClient.d.ts +436 -0
- package/dist/esm/TableClient.d.ts.map +1 -0
- package/dist/esm/TableClient.js +585 -0
- package/dist/esm/TableClient.js.map +1 -0
- package/dist/esm/TablePolicies.d.ts +6 -0
- package/dist/esm/TablePolicies.d.ts.map +1 -0
- package/dist/esm/TablePolicies.js +62 -0
- package/dist/esm/TablePolicies.js.map +1 -0
- package/dist/esm/TableServiceClient.d.ts +161 -0
- package/dist/esm/TableServiceClient.d.ts.map +1 -0
- package/dist/esm/TableServiceClient.js +214 -0
- package/dist/esm/TableServiceClient.js.map +1 -0
- package/dist/esm/TableTransaction.d.ts +114 -0
- package/dist/esm/TableTransaction.d.ts.map +1 -0
- package/dist/esm/TableTransaction.js +261 -0
- package/dist/esm/TableTransaction.js.map +1 -0
- package/dist/esm/cosmosPathPolicy.d.ts +3 -0
- package/dist/esm/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/esm/cosmosPathPolicy.js +16 -0
- package/dist/esm/cosmosPathPolicy.js.map +1 -0
- package/dist/esm/generated/generatedClient.d.ts +17 -0
- package/dist/esm/generated/generatedClient.d.ts.map +1 -0
- package/dist/esm/generated/generatedClient.js +45 -0
- package/dist/esm/generated/generatedClient.js.map +1 -0
- package/dist/esm/generated/generatedClientContext.d.ts +14 -0
- package/dist/esm/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/esm/generated/generatedClientContext.js +41 -0
- package/dist/esm/generated/generatedClientContext.js.map +1 -0
- package/dist/esm/generated/index.d.ts +4 -0
- package/dist/esm/generated/index.d.ts.map +1 -0
- package/dist/esm/generated/index.js +11 -0
- package/dist/esm/generated/index.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +603 -0
- package/dist/esm/generated/models/index.d.ts.map +1 -0
- package/dist/esm/generated/models/index.js +28 -0
- package/dist/esm/generated/models/index.js.map +1 -0
- package/dist/esm/generated/models/mappers.d.ts +47 -0
- package/dist/esm/generated/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/models/mappers.js +1331 -0
- package/dist/esm/generated/models/mappers.js.map +1 -0
- package/dist/esm/generated/models/parameters.d.ts +35 -0
- package/dist/esm/generated/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/models/parameters.js +361 -0
- package/dist/esm/generated/models/parameters.js.map +1 -0
- package/dist/esm/generated/operations/index.d.ts +3 -0
- package/dist/esm/generated/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/operations/index.js +10 -0
- package/dist/esm/generated/operations/index.js.map +1 -0
- package/dist/esm/generated/operations/service.d.ts +32 -0
- package/dist/esm/generated/operations/service.d.ts.map +1 -0
- package/dist/esm/generated/operations/service.js +120 -0
- package/dist/esm/generated/operations/service.js.map +1 -0
- package/dist/esm/generated/operations/table.d.ts +90 -0
- package/dist/esm/generated/operations/table.d.ts.map +1 -0
- package/dist/esm/generated/operations/table.js +450 -0
- package/dist/esm/generated/operations/table.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/operationsInterfaces/index.js +10 -0
- package/dist/esm/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/esm/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/{dist-esm/src/generated/operations/index.js → dist/esm/generated/operationsInterfaces/service.js} +2 -3
- package/dist/esm/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/esm/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/{dist-esm/src/generated/operationsInterfaces/index.js → dist/esm/generated/operationsInterfaces/table.js} +2 -3
- package/dist/esm/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/esm/generatedModels.d.ts +2 -0
- package/dist/esm/generatedModels.d.ts.map +1 -0
- package/dist/esm/generatedModels.js +4 -0
- package/dist/esm/generatedModels.js.map +1 -0
- package/dist/esm/index.d.ts +10 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +6 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +8 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +247 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/odata.d.ts +7 -0
- package/dist/esm/odata.d.ts.map +1 -0
- package/dist/esm/odata.js +37 -0
- package/dist/esm/odata.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/sas/accountSasPermissions.d.ts +48 -0
- package/dist/esm/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/esm/sas/accountSasPermissions.js +71 -0
- package/dist/esm/sas/accountSasPermissions.js.map +1 -0
- package/dist/esm/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/esm/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/esm/sas/accountSasResourceTypes.js +47 -0
- package/dist/esm/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/esm/sas/accountSasServices.d.ts +34 -0
- package/dist/esm/sas/accountSasServices.d.ts.map +1 -0
- package/dist/esm/sas/accountSasServices.js +51 -0
- package/dist/esm/sas/accountSasServices.js.map +1 -0
- package/dist/esm/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/esm/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/accountSasSignatureValues.js +55 -0
- package/dist/esm/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/esm/sas/generateAccountSas.d.ts +54 -0
- package/dist/esm/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/esm/sas/generateAccountSas.js +30 -0
- package/dist/esm/sas/generateAccountSas.js.map +1 -0
- package/dist/esm/sas/generateTableSas.d.ts +13 -0
- package/dist/esm/sas/generateTableSas.d.ts.map +1 -0
- package/dist/esm/sas/generateTableSas.js +35 -0
- package/dist/esm/sas/generateTableSas.js.map +1 -0
- package/dist/esm/sas/index.d.ts +9 -0
- package/dist/esm/sas/index.d.ts.map +1 -0
- package/dist/esm/sas/index.js +5 -0
- package/dist/esm/sas/index.js.map +1 -0
- package/dist/esm/sas/models.d.ts +34 -0
- package/dist/esm/sas/models.d.ts.map +1 -0
- package/dist/esm/sas/models.js +4 -0
- package/dist/esm/sas/models.js.map +1 -0
- package/dist/esm/sas/sasIPRange.d.ts +24 -0
- package/dist/esm/sas/sasIPRange.d.ts.map +1 -0
- package/dist/esm/sas/sasIPRange.js +16 -0
- package/dist/esm/sas/sasIPRange.js.map +1 -0
- package/dist/esm/sas/sasQueryParameters.d.ts +246 -0
- package/dist/esm/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/esm/sas/sasQueryParameters.js +193 -0
- package/dist/esm/sas/sasQueryParameters.js.map +1 -0
- package/dist/esm/sas/tableSasPermisions.d.ts +37 -0
- package/dist/esm/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/esm/sas/tableSasPermisions.js +56 -0
- package/dist/esm/sas/tableSasPermisions.js.map +1 -0
- package/dist/esm/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/esm/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/esm/sas/tableSasSignatureValues.js +74 -0
- package/dist/esm/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/esm/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/esm/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/esm/secondaryEndpointPolicy.js +46 -0
- package/dist/esm/secondaryEndpointPolicy.js.map +1 -0
- package/dist/esm/serialization.d.ts +15 -0
- package/dist/esm/serialization.d.ts.map +1 -0
- package/dist/esm/serialization.js +215 -0
- package/dist/esm/serialization.js.map +1 -0
- package/dist/esm/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/esm/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/tablesNamedCredentialPolicy.js +2 -2
- package/dist/esm/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/esm/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/esm/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/esm/tablesSASTokenPolicy.js +27 -0
- package/dist/esm/tablesSASTokenPolicy.js.map +1 -0
- package/dist/esm/utils/accountConnectionString.d.ts +11 -0
- package/dist/esm/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/esm/utils/accountConnectionString.js.map +1 -0
- package/dist/esm/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/esm/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/esm/utils/apiVersionPolicy.js +21 -0
- package/dist/esm/utils/apiVersionPolicy.js.map +1 -0
- package/dist/esm/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/esm/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/esm/utils/baseTransactionHeaders.js +16 -0
- package/dist/esm/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/esm/utils/bufferSerializer.d.ts +11 -0
- package/dist/esm/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/esm/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/esm/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/esm/utils/challengeAuthenticationUtils.js +20 -0
- package/dist/esm/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/esm/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/esm/utils/computeHMACSHA256.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/utils/computeHMACSHA256.js +1 -1
- package/{dist-esm/src → dist/esm}/utils/computeHMACSHA256.js.map +1 -1
- package/dist/esm/utils/connectionString.d.ts +21 -0
- package/dist/esm/utils/connectionString.d.ts.map +1 -0
- package/dist/esm/utils/connectionString.js +131 -0
- package/dist/esm/utils/connectionString.js.map +1 -0
- package/dist/esm/utils/constants.d.ts +17 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +101 -0
- package/dist/esm/utils/constants.js.map +1 -0
- package/dist/esm/utils/continuationToken.d.ts +14 -0
- package/dist/esm/utils/continuationToken.d.ts.map +1 -0
- package/dist/esm/utils/continuationToken.js +26 -0
- package/dist/esm/utils/continuationToken.js.map +1 -0
- package/dist/esm/utils/errorHelpers.d.ts +23 -0
- package/dist/esm/utils/errorHelpers.d.ts.map +1 -0
- package/dist/esm/utils/errorHelpers.js +34 -0
- package/dist/esm/utils/errorHelpers.js.map +1 -0
- package/dist/esm/utils/internalModels.d.ts +134 -0
- package/dist/esm/utils/internalModels.d.ts.map +1 -0
- package/dist/esm/utils/internalModels.js +4 -0
- package/dist/esm/utils/internalModels.js.map +1 -0
- package/dist/esm/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/esm/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/esm/utils/isCosmosEndpoint.js +16 -0
- package/dist/esm/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/esm/utils/isCredential.d.ts +3 -0
- package/dist/esm/utils/isCredential.d.ts.map +1 -0
- package/dist/esm/utils/isCredential.js +7 -0
- package/dist/esm/utils/isCredential.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 +13 -0
- package/dist/esm/utils/tracing.js.map +1 -0
- package/dist/esm/utils/transactionHeaders.d.ts +7 -0
- package/dist/esm/utils/transactionHeaders.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/utils/transactionHeaders.js +1 -1
- package/dist/esm/utils/transactionHeaders.js.map +1 -0
- package/dist/esm/utils/transactionHelpers.d.ts +24 -0
- package/dist/esm/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/esm/utils/transactionHelpers.js +43 -0
- package/dist/esm/utils/transactionHelpers.js.map +1 -0
- package/dist/esm/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/esm/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/esm/utils/truncateISO8061Date.js +18 -0
- package/dist/esm/utils/truncateISO8061Date.js.map +1 -0
- package/dist/esm/utils/uuid.d.ts +4 -0
- package/dist/esm/utils/uuid.d.ts.map +1 -0
- package/dist/esm/utils/uuid.js +11 -0
- package/dist/esm/utils/uuid.js.map +1 -0
- package/dist/react-native/TableClient.d.ts +436 -0
- package/dist/react-native/TableClient.d.ts.map +1 -0
- package/dist/react-native/TableClient.js +585 -0
- package/dist/react-native/TableClient.js.map +1 -0
- package/dist/react-native/TablePolicies.d.ts +6 -0
- package/dist/react-native/TablePolicies.d.ts.map +1 -0
- package/dist/react-native/TablePolicies.js +62 -0
- package/dist/react-native/TablePolicies.js.map +1 -0
- package/dist/react-native/TableServiceClient.d.ts +161 -0
- package/dist/react-native/TableServiceClient.d.ts.map +1 -0
- package/dist/react-native/TableServiceClient.js +214 -0
- package/dist/react-native/TableServiceClient.js.map +1 -0
- package/dist/react-native/TableTransaction.d.ts +114 -0
- package/dist/react-native/TableTransaction.d.ts.map +1 -0
- package/dist/react-native/TableTransaction.js +261 -0
- package/dist/react-native/TableTransaction.js.map +1 -0
- package/dist/react-native/cosmosPathPolicy.d.ts +3 -0
- package/dist/react-native/cosmosPathPolicy.d.ts.map +1 -0
- package/dist/react-native/cosmosPathPolicy.js +16 -0
- package/dist/react-native/cosmosPathPolicy.js.map +1 -0
- package/dist/react-native/generated/generatedClient.d.ts +17 -0
- package/dist/react-native/generated/generatedClient.d.ts.map +1 -0
- package/dist/react-native/generated/generatedClient.js +45 -0
- package/dist/react-native/generated/generatedClient.js.map +1 -0
- package/dist/react-native/generated/generatedClientContext.d.ts +14 -0
- package/dist/react-native/generated/generatedClientContext.d.ts.map +1 -0
- package/dist/react-native/generated/generatedClientContext.js +41 -0
- package/dist/react-native/generated/generatedClientContext.js.map +1 -0
- package/dist/react-native/generated/index.d.ts +4 -0
- package/dist/react-native/generated/index.d.ts.map +1 -0
- package/dist/react-native/generated/index.js +11 -0
- package/dist/react-native/generated/index.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +603 -0
- package/dist/react-native/generated/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/models/index.js +28 -0
- package/dist/react-native/generated/models/index.js.map +1 -0
- package/dist/react-native/generated/models/mappers.d.ts +47 -0
- package/dist/react-native/generated/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/models/mappers.js +1331 -0
- package/dist/react-native/generated/models/mappers.js.map +1 -0
- package/dist/react-native/generated/models/parameters.d.ts +35 -0
- package/dist/react-native/generated/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/models/parameters.js +361 -0
- package/dist/react-native/generated/models/parameters.js.map +1 -0
- package/dist/react-native/generated/operations/index.d.ts +3 -0
- package/dist/react-native/generated/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/operations/index.js +10 -0
- package/dist/react-native/generated/operations/index.js.map +1 -0
- package/dist/react-native/generated/operations/service.d.ts +32 -0
- package/dist/react-native/generated/operations/service.d.ts.map +1 -0
- package/dist/react-native/generated/operations/service.js +120 -0
- package/dist/react-native/generated/operations/service.js.map +1 -0
- package/dist/react-native/generated/operations/table.d.ts +90 -0
- package/dist/react-native/generated/operations/table.d.ts.map +1 -0
- package/dist/react-native/generated/operations/table.js +450 -0
- package/dist/react-native/generated/operations/table.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/index.js +10 -0
- package/dist/react-native/generated/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/service.d.ts +24 -0
- package/dist/react-native/generated/operationsInterfaces/service.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/service.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/service.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/table.d.ts +82 -0
- package/dist/react-native/generated/operationsInterfaces/table.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/table.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/table.js.map +1 -0
- package/dist/react-native/generatedModels.d.ts +2 -0
- package/dist/react-native/generatedModels.d.ts.map +1 -0
- package/dist/react-native/generatedModels.js +4 -0
- package/dist/react-native/generatedModels.js.map +1 -0
- package/dist/react-native/index.d.ts +10 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +12 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +6 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +8 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +247 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/odata.d.ts +7 -0
- package/dist/react-native/odata.d.ts.map +1 -0
- package/dist/react-native/odata.js +37 -0
- package/dist/react-native/odata.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/sas/accountSasPermissions.d.ts +48 -0
- package/dist/react-native/sas/accountSasPermissions.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasPermissions.js +71 -0
- package/dist/react-native/sas/accountSasPermissions.js.map +1 -0
- package/dist/react-native/sas/accountSasResourceTypes.d.ts +32 -0
- package/dist/react-native/sas/accountSasResourceTypes.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasResourceTypes.js +47 -0
- package/dist/react-native/sas/accountSasResourceTypes.js.map +1 -0
- package/dist/react-native/sas/accountSasServices.d.ts +34 -0
- package/dist/react-native/sas/accountSasServices.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasServices.js +51 -0
- package/dist/react-native/sas/accountSasServices.js.map +1 -0
- package/dist/react-native/sas/accountSasSignatureValues.d.ts +70 -0
- package/dist/react-native/sas/accountSasSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/accountSasSignatureValues.js +55 -0
- package/dist/react-native/sas/accountSasSignatureValues.js.map +1 -0
- package/dist/react-native/sas/generateAccountSas.d.ts +54 -0
- package/dist/react-native/sas/generateAccountSas.d.ts.map +1 -0
- package/dist/react-native/sas/generateAccountSas.js +30 -0
- package/dist/react-native/sas/generateAccountSas.js.map +1 -0
- package/dist/react-native/sas/generateTableSas.d.ts +13 -0
- package/dist/react-native/sas/generateTableSas.d.ts.map +1 -0
- package/dist/react-native/sas/generateTableSas.js +35 -0
- package/dist/react-native/sas/generateTableSas.js.map +1 -0
- package/dist/react-native/sas/index.d.ts +9 -0
- package/dist/react-native/sas/index.d.ts.map +1 -0
- package/dist/react-native/sas/index.js +5 -0
- package/dist/react-native/sas/index.js.map +1 -0
- package/dist/react-native/sas/models.d.ts +34 -0
- package/dist/react-native/sas/models.d.ts.map +1 -0
- package/dist/react-native/sas/models.js +4 -0
- package/dist/react-native/sas/models.js.map +1 -0
- package/dist/react-native/sas/sasIPRange.d.ts +24 -0
- package/dist/react-native/sas/sasIPRange.d.ts.map +1 -0
- package/dist/react-native/sas/sasIPRange.js +16 -0
- package/dist/react-native/sas/sasIPRange.js.map +1 -0
- package/dist/react-native/sas/sasQueryParameters.d.ts +246 -0
- package/dist/react-native/sas/sasQueryParameters.d.ts.map +1 -0
- package/dist/react-native/sas/sasQueryParameters.js +193 -0
- package/dist/react-native/sas/sasQueryParameters.js.map +1 -0
- package/dist/react-native/sas/tableSasPermisions.d.ts +37 -0
- package/dist/react-native/sas/tableSasPermisions.d.ts.map +1 -0
- package/dist/react-native/sas/tableSasPermisions.js +56 -0
- package/dist/react-native/sas/tableSasPermisions.js.map +1 -0
- package/dist/react-native/sas/tableSasSignatureValues.d.ts +88 -0
- package/dist/react-native/sas/tableSasSignatureValues.d.ts.map +1 -0
- package/dist/react-native/sas/tableSasSignatureValues.js +74 -0
- package/dist/react-native/sas/tableSasSignatureValues.js.map +1 -0
- package/dist/react-native/secondaryEndpointPolicy.d.ts +17 -0
- package/dist/react-native/secondaryEndpointPolicy.d.ts.map +1 -0
- package/dist/react-native/secondaryEndpointPolicy.js +46 -0
- package/dist/react-native/secondaryEndpointPolicy.js.map +1 -0
- package/dist/react-native/serialization.d.ts +15 -0
- package/dist/react-native/serialization.d.ts.map +1 -0
- package/dist/react-native/serialization.js +215 -0
- package/dist/react-native/serialization.js.map +1 -0
- package/dist/react-native/tablesNamedCredentialPolicy.d.ts +12 -0
- package/dist/react-native/tablesNamedCredentialPolicy.d.ts.map +1 -0
- package/dist/react-native/tablesNamedCredentialPolicy.js +63 -0
- package/dist/react-native/tablesNamedCredentialPolicy.js.map +1 -0
- package/dist/react-native/tablesSASTokenPolicy.d.ts +12 -0
- package/dist/react-native/tablesSASTokenPolicy.d.ts.map +1 -0
- package/dist/react-native/tablesSASTokenPolicy.js +27 -0
- package/dist/react-native/tablesSASTokenPolicy.js.map +1 -0
- package/dist/react-native/utils/accountConnectionString.d.ts +11 -0
- package/dist/react-native/utils/accountConnectionString.d.ts.map +1 -0
- package/dist/react-native/utils/accountConnectionString.js +44 -0
- package/dist/react-native/utils/accountConnectionString.js.map +1 -0
- package/dist/react-native/utils/apiVersionPolicy.d.ts +12 -0
- package/dist/react-native/utils/apiVersionPolicy.d.ts.map +1 -0
- package/dist/react-native/utils/apiVersionPolicy.js +21 -0
- package/dist/react-native/utils/apiVersionPolicy.js.map +1 -0
- package/dist/react-native/utils/baseTransactionHeaders.d.ts +7 -0
- package/dist/react-native/utils/baseTransactionHeaders.d.ts.map +1 -0
- package/dist/react-native/utils/baseTransactionHeaders.js +16 -0
- package/dist/react-native/utils/baseTransactionHeaders.js.map +1 -0
- package/dist/react-native/utils/bufferSerializer.d.ts +11 -0
- package/dist/react-native/utils/bufferSerializer.d.ts.map +1 -0
- package/dist/react-native/utils/bufferSerializer.js +23 -0
- package/dist/react-native/utils/bufferSerializer.js.map +1 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.d.ts +8 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.d.ts.map +1 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.js +20 -0
- package/dist/react-native/utils/challengeAuthenticationUtils.js.map +1 -0
- package/dist/react-native/utils/computeHMACSHA256.d.ts +2 -0
- package/dist/react-native/utils/computeHMACSHA256.d.ts.map +1 -0
- package/dist/react-native/utils/computeHMACSHA256.js +8 -0
- package/dist/react-native/utils/computeHMACSHA256.js.map +1 -0
- package/dist/react-native/utils/connectionString.d.ts +21 -0
- package/dist/react-native/utils/connectionString.d.ts.map +1 -0
- package/dist/react-native/utils/connectionString.js +131 -0
- package/dist/react-native/utils/connectionString.js.map +1 -0
- package/dist/react-native/utils/constants.d.ts +17 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +101 -0
- package/dist/react-native/utils/constants.js.map +1 -0
- package/dist/react-native/utils/continuationToken.d.ts +14 -0
- package/dist/react-native/utils/continuationToken.d.ts.map +1 -0
- package/dist/react-native/utils/continuationToken.js +26 -0
- package/dist/react-native/utils/continuationToken.js.map +1 -0
- package/dist/react-native/utils/errorHelpers.d.ts +23 -0
- package/dist/react-native/utils/errorHelpers.d.ts.map +1 -0
- package/dist/react-native/utils/errorHelpers.js +34 -0
- package/dist/react-native/utils/errorHelpers.js.map +1 -0
- package/dist/react-native/utils/internalModels.d.ts +134 -0
- package/dist/react-native/utils/internalModels.d.ts.map +1 -0
- package/dist/react-native/utils/internalModels.js +4 -0
- package/dist/react-native/utils/internalModels.js.map +1 -0
- package/dist/react-native/utils/isCosmosEndpoint.d.ts +2 -0
- package/dist/react-native/utils/isCosmosEndpoint.d.ts.map +1 -0
- package/dist/react-native/utils/isCosmosEndpoint.js +16 -0
- package/dist/react-native/utils/isCosmosEndpoint.js.map +1 -0
- package/dist/react-native/utils/isCredential.d.ts +3 -0
- package/dist/react-native/utils/isCredential.d.ts.map +1 -0
- package/dist/react-native/utils/isCredential.js +7 -0
- package/dist/react-native/utils/isCredential.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 +13 -0
- package/dist/react-native/utils/tracing.js.map +1 -0
- package/dist/react-native/utils/transactionHeaders.d.ts +7 -0
- package/dist/react-native/utils/transactionHeaders.d.ts.map +1 -0
- package/dist/react-native/utils/transactionHeaders.js +14 -0
- package/dist/react-native/utils/transactionHeaders.js.map +1 -0
- package/dist/react-native/utils/transactionHelpers.d.ts +24 -0
- package/dist/react-native/utils/transactionHelpers.d.ts.map +1 -0
- package/dist/react-native/utils/transactionHelpers.js +43 -0
- package/dist/react-native/utils/transactionHelpers.js.map +1 -0
- package/dist/react-native/utils/truncateISO8061Date.d.ts +10 -0
- package/dist/react-native/utils/truncateISO8061Date.d.ts.map +1 -0
- package/dist/react-native/utils/truncateISO8061Date.js +18 -0
- package/dist/react-native/utils/truncateISO8061Date.js.map +1 -0
- package/dist/react-native/utils/uuid.d.ts +4 -0
- package/dist/react-native/utils/uuid.d.ts.map +1 -0
- package/dist/react-native/utils/uuid.js +11 -0
- package/dist/react-native/utils/uuid.js.map +1 -0
- package/package.json +68 -66
- package/dist/index.js +0 -5044
- package/dist/index.js.map +0 -1
- package/dist-esm/src/TableClient.js.map +0 -1
- package/dist-esm/src/TablePolicies.js.map +0 -1
- package/dist-esm/src/TableServiceClient.js.map +0 -1
- package/dist-esm/src/TableTransaction.js.map +0 -1
- package/dist-esm/src/generated/generatedClient.js.map +0 -1
- package/dist-esm/src/generated/generatedClientContext.js.map +0 -1
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/models/parameters.js.map +0 -1
- package/dist-esm/src/generated/operations/service.js.map +0 -1
- package/dist-esm/src/generated/operations/table.js.map +0 -1
- package/dist-esm/src/generated/operationsInterfaces/service.js.map +0 -1
- package/dist-esm/src/generated/operationsInterfaces/table.js.map +0 -1
- package/dist-esm/src/index.js +0 -12
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/sas/accountSasSignatureValues.js.map +0 -1
- package/dist-esm/src/sas/generateAccountSas.js.map +0 -1
- package/dist-esm/src/sas/generateTableSas.js.map +0 -1
- package/dist-esm/src/sas/index.js +0 -5
- package/dist-esm/src/sas/index.js.map +0 -1
- package/dist-esm/src/sas/sasQueryParameters.js.map +0 -1
- package/dist-esm/src/sas/tableSasSignatureValues.js.map +0 -1
- package/dist-esm/src/serialization.js.map +0 -1
- package/dist-esm/src/tablesNamedCredentialPolicy.browser.js.map +0 -1
- package/dist-esm/src/tablesNamedCredentialPolicy.js.map +0 -1
- package/dist-esm/src/utils/accountConnectionString.browser.js.map +0 -1
- package/dist-esm/src/utils/accountConnectionString.js.map +0 -1
- package/dist-esm/src/utils/bufferSerializer.browser.js.map +0 -1
- package/dist-esm/src/utils/computeHMACSHA256.browser.js.map +0 -1
- package/dist-esm/src/utils/connectionString.js.map +0 -1
- package/dist-esm/src/utils/continuationToken.js.map +0 -1
- package/dist-esm/src/utils/errorHelpers.js.map +0 -1
- package/dist-esm/src/utils/internalModels.js.map +0 -1
- package/dist-esm/src/utils/transactionHeaders.browser.js.map +0 -1
- package/dist-esm/src/utils/transactionHeaders.js.map +0 -1
- package/dist-esm/src/utils/transactionHelpers.js.map +0 -1
- package/types/latest/data-tables.d.ts +0 -1412
- /package/{dist-esm/src → dist/browser}/cosmosPathPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/cosmosPathPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/generatedClientContext.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/index.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/models/mappers.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/service.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/operationsInterfaces/table.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/logger.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/odata.js +0 -0
- /package/{dist-esm/src → dist/browser}/odata.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasPermissions.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasPermissions.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasResourceTypes.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasResourceTypes.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/accountSasServices.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/models.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/sasIPRange.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/sasIPRange.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/sas/tableSasPermisions.js +0 -0
- /package/{dist-esm/src → dist/browser}/sas/tableSasPermisions.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/secondaryEndpointPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/secondaryEndpointPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/tablesSASTokenPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/tablesSASTokenPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/apiVersionPolicy.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/apiVersionPolicy.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/baseTransactionHeaders.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/baseTransactionHeaders.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/challengeAuthenticationUtils.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/challengeAuthenticationUtils.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/constants.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/constants.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/errorHelpers.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/internalModels.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCosmosEndpoint.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCosmosEndpoint.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCredential.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/isCredential.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/tracing.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/tracing.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/truncateISO8061Date.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/truncateISO8061Date.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/utils/uuid.js +0 -0
- /package/{dist-esm/src → dist/browser}/utils/uuid.js.map +0 -0
- /package/{types/latest → dist/commonjs}/tsdoc-metadata.json +0 -0
- /package/{dist-esm/src → dist/esm}/utils/accountConnectionString.js +0 -0
- /package/{dist-esm/src → dist/esm}/utils/bufferSerializer.js +0 -0
- /package/{dist-esm/src → dist/esm}/utils/bufferSerializer.js.map +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const TableQueryResponse: coreClient.CompositeMapper;
|
|
3
|
+
export declare const TableResponseProperties: coreClient.CompositeMapper;
|
|
4
|
+
export declare const TableServiceError: coreClient.CompositeMapper;
|
|
5
|
+
export declare const TableServiceErrorOdataError: coreClient.CompositeMapper;
|
|
6
|
+
export declare const TableServiceErrorOdataErrorMessage: coreClient.CompositeMapper;
|
|
7
|
+
export declare const TableProperties: coreClient.CompositeMapper;
|
|
8
|
+
export declare const TableEntityQueryResponse: coreClient.CompositeMapper;
|
|
9
|
+
export declare const SignedIdentifier: coreClient.CompositeMapper;
|
|
10
|
+
export declare const AccessPolicy: coreClient.CompositeMapper;
|
|
11
|
+
export declare const TableServiceProperties: coreClient.CompositeMapper;
|
|
12
|
+
export declare const Logging: coreClient.CompositeMapper;
|
|
13
|
+
export declare const RetentionPolicy: coreClient.CompositeMapper;
|
|
14
|
+
export declare const Metrics: coreClient.CompositeMapper;
|
|
15
|
+
export declare const CorsRule: coreClient.CompositeMapper;
|
|
16
|
+
export declare const TableServiceStats: coreClient.CompositeMapper;
|
|
17
|
+
export declare const GeoReplication: coreClient.CompositeMapper;
|
|
18
|
+
export declare const TableResponse: coreClient.CompositeMapper;
|
|
19
|
+
export declare const TableQueryHeaders: coreClient.CompositeMapper;
|
|
20
|
+
export declare const TableQueryExceptionHeaders: coreClient.CompositeMapper;
|
|
21
|
+
export declare const TableCreateHeaders: coreClient.CompositeMapper;
|
|
22
|
+
export declare const TableCreateExceptionHeaders: coreClient.CompositeMapper;
|
|
23
|
+
export declare const TableDeleteHeaders: coreClient.CompositeMapper;
|
|
24
|
+
export declare const TableDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
25
|
+
export declare const TableQueryEntitiesHeaders: coreClient.CompositeMapper;
|
|
26
|
+
export declare const TableQueryEntitiesExceptionHeaders: coreClient.CompositeMapper;
|
|
27
|
+
export declare const TableQueryEntitiesWithPartitionAndRowKeyHeaders: coreClient.CompositeMapper;
|
|
28
|
+
export declare const TableQueryEntitiesWithPartitionAndRowKeyExceptionHeaders: coreClient.CompositeMapper;
|
|
29
|
+
export declare const TableUpdateEntityHeaders: coreClient.CompositeMapper;
|
|
30
|
+
export declare const TableUpdateEntityExceptionHeaders: coreClient.CompositeMapper;
|
|
31
|
+
export declare const TableMergeEntityHeaders: coreClient.CompositeMapper;
|
|
32
|
+
export declare const TableMergeEntityExceptionHeaders: coreClient.CompositeMapper;
|
|
33
|
+
export declare const TableDeleteEntityHeaders: coreClient.CompositeMapper;
|
|
34
|
+
export declare const TableDeleteEntityExceptionHeaders: coreClient.CompositeMapper;
|
|
35
|
+
export declare const TableInsertEntityHeaders: coreClient.CompositeMapper;
|
|
36
|
+
export declare const TableInsertEntityExceptionHeaders: coreClient.CompositeMapper;
|
|
37
|
+
export declare const TableGetAccessPolicyHeaders: coreClient.CompositeMapper;
|
|
38
|
+
export declare const TableGetAccessPolicyExceptionHeaders: coreClient.CompositeMapper;
|
|
39
|
+
export declare const TableSetAccessPolicyHeaders: coreClient.CompositeMapper;
|
|
40
|
+
export declare const TableSetAccessPolicyExceptionHeaders: coreClient.CompositeMapper;
|
|
41
|
+
export declare const ServiceSetPropertiesHeaders: coreClient.CompositeMapper;
|
|
42
|
+
export declare const ServiceSetPropertiesExceptionHeaders: coreClient.CompositeMapper;
|
|
43
|
+
export declare const ServiceGetPropertiesHeaders: coreClient.CompositeMapper;
|
|
44
|
+
export declare const ServiceGetPropertiesExceptionHeaders: coreClient.CompositeMapper;
|
|
45
|
+
export declare const ServiceGetStatisticsHeaders: coreClient.CompositeMapper;
|
|
46
|
+
export declare const ServiceGetStatisticsExceptionHeaders: coreClient.CompositeMapper;
|
|
47
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const url: OperationURLParameter;
|
|
4
|
+
export declare const version: OperationParameter;
|
|
5
|
+
export declare const requestId: OperationParameter;
|
|
6
|
+
export declare const dataServiceVersion: OperationParameter;
|
|
7
|
+
export declare const format: OperationQueryParameter;
|
|
8
|
+
export declare const top: OperationQueryParameter;
|
|
9
|
+
export declare const select: OperationQueryParameter;
|
|
10
|
+
export declare const filter: OperationQueryParameter;
|
|
11
|
+
export declare const nextTableName: OperationQueryParameter;
|
|
12
|
+
export declare const contentType: OperationParameter;
|
|
13
|
+
export declare const tableProperties: OperationParameter;
|
|
14
|
+
export declare const responsePreference: OperationParameter;
|
|
15
|
+
export declare const accept1: OperationParameter;
|
|
16
|
+
export declare const table: OperationURLParameter;
|
|
17
|
+
export declare const timeout: OperationQueryParameter;
|
|
18
|
+
export declare const nextPartitionKey: OperationQueryParameter;
|
|
19
|
+
export declare const nextRowKey: OperationQueryParameter;
|
|
20
|
+
export declare const partitionKey: OperationURLParameter;
|
|
21
|
+
export declare const rowKey: OperationURLParameter;
|
|
22
|
+
export declare const contentType1: OperationParameter;
|
|
23
|
+
export declare const tableEntityProperties: OperationParameter;
|
|
24
|
+
export declare const ifMatch: OperationParameter;
|
|
25
|
+
export declare const ifMatch1: OperationParameter;
|
|
26
|
+
export declare const accept2: OperationParameter;
|
|
27
|
+
export declare const comp: OperationQueryParameter;
|
|
28
|
+
export declare const contentType2: OperationParameter;
|
|
29
|
+
export declare const tableAcl: OperationParameter;
|
|
30
|
+
export declare const accept3: OperationParameter;
|
|
31
|
+
export declare const tableServiceProperties: OperationParameter;
|
|
32
|
+
export declare const restype: OperationQueryParameter;
|
|
33
|
+
export declare const comp1: OperationQueryParameter;
|
|
34
|
+
export declare const comp2: OperationQueryParameter;
|
|
35
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,qBAWjB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAUrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBASvB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAUhC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBASpB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAYjB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBASpB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBASpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,uBAS3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAG7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAShC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAUrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAYrB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,uBAS9B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBASxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAU1B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,qBAUpB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,kBAUnC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBASrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAUtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAUrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAUlB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,kBAiBtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAUrB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAGpC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAUrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBAUnB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBAUnB,CAAC"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { TableProperties as TablePropertiesMapper, TableServiceProperties as TableServicePropertiesMapper } from "../models/mappers";
|
|
8
|
+
import { TableProperties as TablePropertiesMapper, TableServiceProperties as TableServicePropertiesMapper } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../src/generated/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n TableProperties as TablePropertiesMapper,\n TableServiceProperties as TableServicePropertiesMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json;odata=minimalmetadata\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const url: OperationURLParameter = {\n parameterPath: \"url\",\n mapper: {\n serializedName: \"url\",\n required: true,\n xmlName: \"url\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const version: OperationParameter = {\n parameterPath: \"version\",\n mapper: {\n defaultValue: \"2019-02-02\",\n isConstant: true,\n serializedName: \"x-ms-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const requestId: OperationParameter = {\n parameterPath: [\"options\", \"requestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n xmlName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dataServiceVersion: OperationParameter = {\n parameterPath: \"dataServiceVersion\",\n mapper: {\n defaultValue: \"3.0\",\n isConstant: true,\n serializedName: \"DataServiceVersion\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const format: OperationQueryParameter = {\n parameterPath: [\"options\", \"queryOptions\", \"format\"],\n mapper: {\n serializedName: \"$format\",\n xmlName: \"$format\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"queryOptions\", \"top\"],\n mapper: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"$top\",\n xmlName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const select: OperationQueryParameter = {\n parameterPath: [\"options\", \"queryOptions\", \"select\"],\n mapper: {\n serializedName: \"$select\",\n xmlName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"queryOptions\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n xmlName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextTableName: OperationQueryParameter = {\n parameterPath: [\"options\", \"nextTableName\"],\n mapper: {\n serializedName: \"NextTableName\",\n xmlName: \"NextTableName\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json;odata=nometadata\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tableProperties: OperationParameter = {\n parameterPath: \"tableProperties\",\n mapper: TablePropertiesMapper\n};\n\nexport const responsePreference: OperationParameter = {\n parameterPath: [\"options\", \"responsePreference\"],\n mapper: {\n serializedName: \"Prefer\",\n xmlName: \"Prefer\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accept1: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const table: OperationURLParameter = {\n parameterPath: \"table\",\n mapper: {\n serializedName: \"table\",\n required: true,\n xmlName: \"table\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const timeout: OperationQueryParameter = {\n parameterPath: [\"options\", \"timeout\"],\n mapper: {\n constraints: {\n InclusiveMinimum: 0\n },\n serializedName: \"timeout\",\n xmlName: \"timeout\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const nextPartitionKey: OperationQueryParameter = {\n parameterPath: [\"options\", \"nextPartitionKey\"],\n mapper: {\n serializedName: \"NextPartitionKey\",\n xmlName: \"NextPartitionKey\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextRowKey: OperationQueryParameter = {\n parameterPath: [\"options\", \"nextRowKey\"],\n mapper: {\n serializedName: \"NextRowKey\",\n xmlName: \"NextRowKey\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const partitionKey: OperationURLParameter = {\n parameterPath: \"partitionKey\",\n mapper: {\n serializedName: \"partitionKey\",\n required: true,\n xmlName: \"partitionKey\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const rowKey: OperationURLParameter = {\n parameterPath: \"rowKey\",\n mapper: {\n serializedName: \"rowKey\",\n required: true,\n xmlName: \"rowKey\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType1: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tableEntityProperties: OperationParameter = {\n parameterPath: [\"options\", \"tableEntityProperties\"],\n mapper: {\n serializedName: \"tableEntityProperties\",\n xmlName: \"tableEntityProperties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n xmlName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ifMatch1: OperationParameter = {\n parameterPath: \"ifMatch\",\n mapper: {\n serializedName: \"If-Match\",\n required: true,\n xmlName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accept2: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/xml\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const comp: OperationQueryParameter = {\n parameterPath: \"comp\",\n mapper: {\n defaultValue: \"acl\",\n isConstant: true,\n serializedName: \"comp\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType2: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/xml\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tableAcl: OperationParameter = {\n parameterPath: [\"options\", \"tableAcl\"],\n mapper: {\n serializedName: \"tableAcl\",\n xmlName: \"SignedIdentifiers\",\n xmlIsWrapped: true,\n xmlElementName: \"SignedIdentifier\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SignedIdentifier\"\n }\n }\n }\n }\n};\n\nexport const accept3: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/xml\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const tableServiceProperties: OperationParameter = {\n parameterPath: \"tableServiceProperties\",\n mapper: TableServicePropertiesMapper\n};\n\nexport const restype: OperationQueryParameter = {\n parameterPath: \"restype\",\n mapper: {\n defaultValue: \"service\",\n isConstant: true,\n serializedName: \"restype\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const comp1: OperationQueryParameter = {\n parameterPath: \"comp\",\n mapper: {\n defaultValue: \"properties\",\n isConstant: true,\n serializedName: \"comp\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const comp2: OperationQueryParameter = {\n parameterPath: \"comp\",\n mapper: {\n defaultValue: \"stats\",\n isConstant: true,\n serializedName: \"comp\",\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./table.js";
|
|
9
|
+
export * from "./service.js";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./table.js\";\nexport * from \"./service.js\";\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Service } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { GeneratedClient } from "../generatedClient.js";
|
|
3
|
+
import { TableServiceProperties, ServiceSetPropertiesOptionalParams, ServiceSetPropertiesResponse, ServiceGetPropertiesOptionalParams, ServiceGetPropertiesResponse, ServiceGetStatisticsOptionalParams, ServiceGetStatisticsResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Service operations. */
|
|
5
|
+
export declare class ServiceImpl implements Service {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Service class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: GeneratedClient);
|
|
12
|
+
/**
|
|
13
|
+
* Sets properties for an account's Table service endpoint, including properties for Analytics and CORS
|
|
14
|
+
* (Cross-Origin Resource Sharing) rules.
|
|
15
|
+
* @param tableServiceProperties The Table Service properties.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
setProperties(tableServiceProperties: TableServiceProperties, options?: ServiceSetPropertiesOptionalParams): Promise<ServiceSetPropertiesResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Gets the properties of an account's Table service, including properties for Analytics and CORS
|
|
21
|
+
* (Cross-Origin Resource Sharing) rules.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
getProperties(options?: ServiceGetPropertiesOptionalParams): Promise<ServiceGetPropertiesResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Retrieves statistics related to replication for the Table service. It is only available on the
|
|
27
|
+
* secondary location endpoint when read-access geo-redundant replication is enabled for the account.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
getStatistics(options?: ServiceGetStatisticsOptionalParams): Promise<ServiceGetStatisticsResponse>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../src/generated/operations/service.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAI3D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;;;OAKG;IACH,aAAa,CACX,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAMzC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing Service operations. */
|
|
12
12
|
export class ServiceImpl {
|
|
13
13
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../src/generated/operations/service.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Service } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { GeneratedClient } from \"../generatedClient.js\";\nimport {\n TableServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse\n} from \"../models/index.js\";\n\n/** Class containing Service operations. */\nexport class ServiceImpl implements Service {\n private readonly client: GeneratedClient;\n\n /**\n * Initialize a new instance of the class Service class.\n * @param client Reference to the service client\n */\n constructor(client: GeneratedClient) {\n this.client = client;\n }\n\n /**\n * Sets properties for an account's Table service endpoint, including properties for Analytics and CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param tableServiceProperties The Table Service properties.\n * @param options The options parameters.\n */\n setProperties(\n tableServiceProperties: TableServiceProperties,\n options?: ServiceSetPropertiesOptionalParams\n ): Promise<ServiceSetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { tableServiceProperties, options },\n setPropertiesOperationSpec\n );\n }\n\n /**\n * Gets the properties of an account's Table service, including properties for Analytics and CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams\n ): Promise<ServiceGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { options },\n getPropertiesOperationSpec\n );\n }\n\n /**\n * Retrieves statistics related to replication for the Table service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams\n ): Promise<ServiceGetStatisticsResponse> {\n return this.client.sendOperationRequest(\n { options },\n getStatisticsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst xmlSerializer = coreClient.createSerializer(Mappers, /* isXml */ true);\n\nconst setPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"PUT\",\n responses: {\n 202: {\n headersMapper: Mappers.ServiceSetPropertiesHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.ServiceSetPropertiesExceptionHeaders\n }\n },\n requestBody: Parameters.tableServiceProperties,\n queryParameters: [Parameters.timeout, Parameters.restype, Parameters.comp1],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.contentType2,\n Parameters.accept3\n ],\n isXML: true,\n contentType: \"application/xml; charset=utf-8\",\n mediaType: \"xml\",\n serializer: xmlSerializer\n};\nconst getPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceProperties,\n headersMapper: Mappers.ServiceGetPropertiesHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.ServiceGetPropertiesExceptionHeaders\n }\n },\n queryParameters: [Parameters.timeout, Parameters.restype, Parameters.comp1],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept2\n ],\n isXML: true,\n serializer: xmlSerializer\n};\nconst getStatisticsOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableServiceStats,\n headersMapper: Mappers.ServiceGetStatisticsHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.ServiceGetStatisticsExceptionHeaders\n }\n },\n queryParameters: [Parameters.timeout, Parameters.restype, Parameters.comp2],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept2\n ],\n isXML: true,\n serializer: xmlSerializer\n};\n"]}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Table } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { GeneratedClient } from "../generatedClient.js";
|
|
3
|
+
import { TableQueryOptionalParams, TableQueryOperationResponse, TableProperties, TableCreateOptionalParams, TableCreateResponse, TableDeleteOptionalParams, TableDeleteResponse, TableQueryEntitiesOptionalParams, TableQueryEntitiesResponse, TableQueryEntitiesWithPartitionAndRowKeyOptionalParams, TableQueryEntitiesWithPartitionAndRowKeyResponse, TableUpdateEntityOptionalParams, TableUpdateEntityResponse, TableMergeEntityOptionalParams, TableMergeEntityResponse, TableDeleteEntityOptionalParams, TableDeleteEntityResponse, TableInsertEntityOptionalParams, TableInsertEntityResponse, TableGetAccessPolicyOptionalParams, TableGetAccessPolicyResponse, TableSetAccessPolicyOptionalParams, TableSetAccessPolicyResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Table operations. */
|
|
5
|
+
export declare class TableImpl implements Table {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Table class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: GeneratedClient);
|
|
12
|
+
/**
|
|
13
|
+
* Queries tables under the given account.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
query(options?: TableQueryOptionalParams): Promise<TableQueryOperationResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new table under the given account.
|
|
19
|
+
* @param tableProperties The Table properties.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
create(tableProperties: TableProperties, options?: TableCreateOptionalParams): Promise<TableCreateResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Operation permanently deletes the specified table.
|
|
25
|
+
* @param table The name of the table.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
delete(table: string, options?: TableDeleteOptionalParams): Promise<TableDeleteResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Queries entities in a table.
|
|
31
|
+
* @param table The name of the table.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
queryEntities(table: string, options?: TableQueryEntitiesOptionalParams): Promise<TableQueryEntitiesResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Queries entities in a table.
|
|
37
|
+
* @param table The name of the table.
|
|
38
|
+
* @param partitionKey The partition key of the entity.
|
|
39
|
+
* @param rowKey The row key of the entity.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
queryEntitiesWithPartitionAndRowKey(table: string, partitionKey: string, rowKey: string, options?: TableQueryEntitiesWithPartitionAndRowKeyOptionalParams): Promise<TableQueryEntitiesWithPartitionAndRowKeyResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Update entity in a table.
|
|
45
|
+
* @param table The name of the table.
|
|
46
|
+
* @param partitionKey The partition key of the entity.
|
|
47
|
+
* @param rowKey The row key of the entity.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
updateEntity(table: string, partitionKey: string, rowKey: string, options?: TableUpdateEntityOptionalParams): Promise<TableUpdateEntityResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Merge entity in a table.
|
|
53
|
+
* @param table The name of the table.
|
|
54
|
+
* @param partitionKey The partition key of the entity.
|
|
55
|
+
* @param rowKey The row key of the entity.
|
|
56
|
+
* @param options The options parameters.
|
|
57
|
+
*/
|
|
58
|
+
mergeEntity(table: string, partitionKey: string, rowKey: string, options?: TableMergeEntityOptionalParams): Promise<TableMergeEntityResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Deletes the specified entity in a table.
|
|
61
|
+
* @param table The name of the table.
|
|
62
|
+
* @param partitionKey The partition key of the entity.
|
|
63
|
+
* @param rowKey The row key of the entity.
|
|
64
|
+
* @param ifMatch Match condition for an entity to be deleted. If specified and a matching entity is
|
|
65
|
+
* not found, an error will be raised. To force an unconditional delete, set to the wildcard character
|
|
66
|
+
* (*).
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
deleteEntity(table: string, partitionKey: string, rowKey: string, ifMatch: string, options?: TableDeleteEntityOptionalParams): Promise<TableDeleteEntityResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* Insert entity in a table.
|
|
72
|
+
* @param table The name of the table.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
insertEntity(table: string, options?: TableInsertEntityOptionalParams): Promise<TableInsertEntityResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Retrieves details about any stored access policies specified on the table that may be used with
|
|
78
|
+
* Shared Access Signatures.
|
|
79
|
+
* @param table The name of the table.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
getAccessPolicy(table: string, options?: TableGetAccessPolicyOptionalParams): Promise<TableGetAccessPolicyResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Sets stored access policies for the table that may be used with Shared Access Signatures.
|
|
85
|
+
* @param table The name of the table.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
setAccessPolicy(table: string, options?: TableSetAccessPolicyOptionalParams): Promise<TableSetAccessPolicyResponse>;
|
|
89
|
+
}
|
|
90
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/generated/operations/table.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EACL,wBAAwB,EACxB,2BAA2B,EAC3B,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,gCAAgC,EAChC,0BAA0B,EAC1B,sDAAsD,EACtD,gDAAgD,EAChD,+BAA+B,EAC/B,yBAAyB,EACzB,8BAA8B,EAC9B,wBAAwB,EACxB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IAEzC;;;OAGG;gBACS,MAAM,EAAE,eAAe;IAInC;;;OAGG;IACH,KAAK,CACH,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,2BAA2B,CAAC;IAIvC;;;;OAIG;IACH,MAAM,CACJ,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;OAIG;IACH,MAAM,CACJ,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;OAIG;IACH,aAAa,CACX,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAOtC;;;;;;OAMG;IACH,mCAAmC,CACjC,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAO5D;;;;;;OAMG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;OAMG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;;;;OASG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;OAIG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;OAKG;IACH,eAAe,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;OAIG;IACH,eAAe,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;CAMzC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
import * as coreClient from "@azure/core-client";
|
|
9
|
-
import * as Mappers from "../models/mappers";
|
|
10
|
-
import * as Parameters from "../models/parameters";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
11
|
/** Class containing Table operations. */
|
|
12
12
|
export class TableImpl {
|
|
13
13
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../../src/generated/operations/table.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AA4BtD,yCAAyC;AACzC,MAAM,OAAO,SAAS;IAGpB;;;OAGG;IACH,YAAY,MAAuB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,KAAK,CACH,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,kBAAkB,CAAC,CAAC;IAC3E,CAAC;IAED;;;;OAIG;IACH,MAAM,CACJ,eAAgC,EAChC,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,eAAe,EAAE,OAAO,EAAE,EAC5B,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,MAAM,CACJ,KAAa,EACb,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,aAAa,CACX,KAAa,EACb,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,mCAAmC,CACjC,KAAa,EACb,YAAoB,EACpB,MAAc,EACd,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,EACxC,gDAAgD,CACjD,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,YAAY,CACV,KAAa,EACb,YAAoB,EACpB,MAAc,EACd,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,EACxC,yBAAyB,CAC1B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,WAAW,CACT,KAAa,EACb,YAAoB,EACpB,MAAc,EACd,OAAwC;QAExC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,EACxC,wBAAwB,CACzB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,YAAY,CACV,KAAa,EACb,YAAoB,EACpB,MAAc,EACd,OAAe,EACf,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,EACjD,yBAAyB,CAC1B,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,YAAY,CACV,KAAa,EACb,OAAyC;QAEzC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,yBAAyB,CAC1B,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,eAAe,CACb,KAAa,EACb,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,4BAA4B,CAC7B,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,eAAe,CACb,KAAa,EACb,OAA4C;QAE5C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,4BAA4B,CAC7B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,aAAa,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;AAE7E,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,SAAS;IACf,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kBAAkB;YACtC,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,0BAA0B;SAClD;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,aAAa;KACzB;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC;IAC/B,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;KAC9B;IACD,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,SAAS;IACf,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,aAAa;YACjC,aAAa,EAAE,OAAO,CAAC,kBAAkB;SAC1C;QACD,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,kBAAkB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,2BAA2B;SACnD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,eAAe;IACvC,eAAe,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACpC,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC;IAC/B,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,oBAAoB;IAC1B,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,kBAAkB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,2BAA2B;SACnD;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC;IACjD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,OAAO;KACnB;IACD,UAAU;CACX,CAAC;AACF,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;YAC5C,aAAa,EAAE,OAAO,CAAC,yBAAyB;SACjD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,kCAAkC;SAC1D;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,gBAAgB;QAC3B,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC;IACjD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;KAC9B;IACD,UAAU;CACX,CAAC;AACF,MAAM,gDAAgD,GAA6B;IACjF,IAAI,EAAE,2DAA2D;IACjE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;aAC/D;YACD,aAAa,EAAE,OAAO,CAAC,+CAA+C;SACvE;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EACX,OAAO,CAAC,wDAAwD;SACnE;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;KACnB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,MAAM;KAClB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;KAC9B;IACD,UAAU;CACX,CAAC;AACF,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EAAE,2DAA2D;IACjE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,wBAAwB;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,iCAAiC;SACzD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC;IACxD,aAAa,EAAE;QACb,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,MAAM;KAClB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,OAAO;KACnB;IACD,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,wBAAwB,GAA6B;IACzD,IAAI,EAAE,2DAA2D;IACjE,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,uBAAuB;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,gCAAgC;SACxD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC;IACxD,aAAa,EAAE;QACb,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,MAAM;KAClB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,OAAO;KACnB;IACD,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EAAE,2DAA2D;IACjE,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,wBAAwB;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,iCAAiC;SACzD;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC;IACxD,aAAa,EAAE;QACb,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,MAAM;KAClB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,QAAQ;KACpB;IACD,UAAU;CACX,CAAC;AACF,MAAM,yBAAyB,GAA6B;IAC1D,IAAI,EAAE,UAAU;IAChB,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE;aAC/D;YACD,aAAa,EAAE,OAAO,CAAC,wBAAwB;SAChD;QACD,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,wBAAwB;SAChD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,iCAAiC;SACzD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC;IACxD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC;IACjD,gBAAgB,EAAE;QAChB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,UAAU;IAChB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE;qBAC3D;iBACF;gBACD,cAAc,EAAE,mBAAmB;gBACnC,OAAO,EAAE,mBAAmB;gBAC5B,YAAY,EAAE,IAAI;gBAClB,cAAc,EAAE,kBAAkB;aACnC;YACD,aAAa,EAAE,OAAO,CAAC,2BAA2B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,oCAAoC;SAC5D;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,IAAI,CAAC;IACtD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC;IACjD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,OAAO;KACnB;IACD,KAAK,EAAE,IAAI;IACX,UAAU,EAAE,aAAa;CAC1B,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,UAAU;IAChB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,2BAA2B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,oCAAoC;SAC5D;KACF;IACD,WAAW,EAAE,UAAU,CAAC,QAAQ;IAChC,eAAe,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,IAAI,CAAC;IACtD,aAAa,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,UAAU,CAAC,KAAK,CAAC;IACjD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,SAAS;QACpB,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,OAAO;KACnB;IACD,KAAK,EAAE,IAAI;IACX,WAAW,EAAE,gCAAgC;IAC7C,SAAS,EAAE,KAAK;IAChB,UAAU,EAAE,aAAa;CAC1B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Table } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { GeneratedClient } from \"../generatedClient.js\";\nimport {\n TableQueryOptionalParams,\n TableQueryOperationResponse,\n TableProperties,\n TableCreateOptionalParams,\n TableCreateResponse,\n TableDeleteOptionalParams,\n TableDeleteResponse,\n TableQueryEntitiesOptionalParams,\n TableQueryEntitiesResponse,\n TableQueryEntitiesWithPartitionAndRowKeyOptionalParams,\n TableQueryEntitiesWithPartitionAndRowKeyResponse,\n TableUpdateEntityOptionalParams,\n TableUpdateEntityResponse,\n TableMergeEntityOptionalParams,\n TableMergeEntityResponse,\n TableDeleteEntityOptionalParams,\n TableDeleteEntityResponse,\n TableInsertEntityOptionalParams,\n TableInsertEntityResponse,\n TableGetAccessPolicyOptionalParams,\n TableGetAccessPolicyResponse,\n TableSetAccessPolicyOptionalParams,\n TableSetAccessPolicyResponse\n} from \"../models/index.js\";\n\n/** Class containing Table operations. */\nexport class TableImpl implements Table {\n private readonly client: GeneratedClient;\n\n /**\n * Initialize a new instance of the class Table class.\n * @param client Reference to the service client\n */\n constructor(client: GeneratedClient) {\n this.client = client;\n }\n\n /**\n * Queries tables under the given account.\n * @param options The options parameters.\n */\n query(\n options?: TableQueryOptionalParams\n ): Promise<TableQueryOperationResponse> {\n return this.client.sendOperationRequest({ options }, queryOperationSpec);\n }\n\n /**\n * Creates a new table under the given account.\n * @param tableProperties The Table properties.\n * @param options The options parameters.\n */\n create(\n tableProperties: TableProperties,\n options?: TableCreateOptionalParams\n ): Promise<TableCreateResponse> {\n return this.client.sendOperationRequest(\n { tableProperties, options },\n createOperationSpec\n );\n }\n\n /**\n * Operation permanently deletes the specified table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n delete(\n table: string,\n options?: TableDeleteOptionalParams\n ): Promise<TableDeleteResponse> {\n return this.client.sendOperationRequest(\n { table, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Queries entities in a table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n queryEntities(\n table: string,\n options?: TableQueryEntitiesOptionalParams\n ): Promise<TableQueryEntitiesResponse> {\n return this.client.sendOperationRequest(\n { table, options },\n queryEntitiesOperationSpec\n );\n }\n\n /**\n * Queries entities in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n queryEntitiesWithPartitionAndRowKey(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableQueryEntitiesWithPartitionAndRowKeyOptionalParams\n ): Promise<TableQueryEntitiesWithPartitionAndRowKeyResponse> {\n return this.client.sendOperationRequest(\n { table, partitionKey, rowKey, options },\n queryEntitiesWithPartitionAndRowKeyOperationSpec\n );\n }\n\n /**\n * Update entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n updateEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableUpdateEntityOptionalParams\n ): Promise<TableUpdateEntityResponse> {\n return this.client.sendOperationRequest(\n { table, partitionKey, rowKey, options },\n updateEntityOperationSpec\n );\n }\n\n /**\n * Merge entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n mergeEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableMergeEntityOptionalParams\n ): Promise<TableMergeEntityResponse> {\n return this.client.sendOperationRequest(\n { table, partitionKey, rowKey, options },\n mergeEntityOperationSpec\n );\n }\n\n /**\n * Deletes the specified entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param ifMatch Match condition for an entity to be deleted. If specified and a matching entity is\n * not found, an error will be raised. To force an unconditional delete, set to the wildcard character\n * (*).\n * @param options The options parameters.\n */\n deleteEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n ifMatch: string,\n options?: TableDeleteEntityOptionalParams\n ): Promise<TableDeleteEntityResponse> {\n return this.client.sendOperationRequest(\n { table, partitionKey, rowKey, ifMatch, options },\n deleteEntityOperationSpec\n );\n }\n\n /**\n * Insert entity in a table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n insertEntity(\n table: string,\n options?: TableInsertEntityOptionalParams\n ): Promise<TableInsertEntityResponse> {\n return this.client.sendOperationRequest(\n { table, options },\n insertEntityOperationSpec\n );\n }\n\n /**\n * Retrieves details about any stored access policies specified on the table that may be used with\n * Shared Access Signatures.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n getAccessPolicy(\n table: string,\n options?: TableGetAccessPolicyOptionalParams\n ): Promise<TableGetAccessPolicyResponse> {\n return this.client.sendOperationRequest(\n { table, options },\n getAccessPolicyOperationSpec\n );\n }\n\n /**\n * Sets stored access policies for the table that may be used with Shared Access Signatures.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n setAccessPolicy(\n table: string,\n options?: TableSetAccessPolicyOptionalParams\n ): Promise<TableSetAccessPolicyResponse> {\n return this.client.sendOperationRequest(\n { table, options },\n setAccessPolicyOperationSpec\n );\n }\n}\n// Operation Specifications\nconst xmlSerializer = coreClient.createSerializer(Mappers, /* isXml */ true);\n\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst queryOperationSpec: coreClient.OperationSpec = {\n path: \"/Tables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableQueryResponse,\n headersMapper: Mappers.TableQueryHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableQueryExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.format,\n Parameters.top,\n Parameters.select,\n Parameters.filter,\n Parameters.nextTableName\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion\n ],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/Tables\",\n httpMethod: \"POST\",\n responses: {\n 201: {\n bodyMapper: Mappers.TableResponse,\n headersMapper: Mappers.TableCreateHeaders\n },\n 204: {\n headersMapper: Mappers.TableCreateHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableCreateExceptionHeaders\n }\n },\n requestBody: Parameters.tableProperties,\n queryParameters: [Parameters.format],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion,\n Parameters.contentType,\n Parameters.responsePreference\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/Tables('{table}')\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {\n headersMapper: Mappers.TableDeleteHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableDeleteExceptionHeaders\n }\n },\n urlParameters: [Parameters.url, Parameters.table],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1\n ],\n serializer\n};\nconst queryEntitiesOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}()\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TableEntityQueryResponse,\n headersMapper: Mappers.TableQueryEntitiesHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableQueryEntitiesExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.format,\n Parameters.top,\n Parameters.select,\n Parameters.filter,\n Parameters.timeout,\n Parameters.nextPartitionKey,\n Parameters.nextRowKey\n ],\n urlParameters: [Parameters.url, Parameters.table],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion\n ],\n serializer\n};\nconst queryEntitiesWithPartitionAndRowKeyOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}(PartitionKey='{partitionKey}',RowKey='{rowKey}')\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n },\n headersMapper: Mappers.TableQueryEntitiesWithPartitionAndRowKeyHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper:\n Mappers.TableQueryEntitiesWithPartitionAndRowKeyExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.format,\n Parameters.select,\n Parameters.filter,\n Parameters.timeout\n ],\n urlParameters: [\n Parameters.url,\n Parameters.table,\n Parameters.partitionKey,\n Parameters.rowKey\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion\n ],\n serializer\n};\nconst updateEntityOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}(PartitionKey='{partitionKey}',RowKey='{rowKey}')\",\n httpMethod: \"PUT\",\n responses: {\n 204: {\n headersMapper: Mappers.TableUpdateEntityHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableUpdateEntityExceptionHeaders\n }\n },\n requestBody: Parameters.tableEntityProperties,\n queryParameters: [Parameters.format, Parameters.timeout],\n urlParameters: [\n Parameters.url,\n Parameters.table,\n Parameters.partitionKey,\n Parameters.rowKey\n ],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion,\n Parameters.accept1,\n Parameters.contentType1,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst mergeEntityOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}(PartitionKey='{partitionKey}',RowKey='{rowKey}')\",\n httpMethod: \"PATCH\",\n responses: {\n 204: {\n headersMapper: Mappers.TableMergeEntityHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableMergeEntityExceptionHeaders\n }\n },\n requestBody: Parameters.tableEntityProperties,\n queryParameters: [Parameters.format, Parameters.timeout],\n urlParameters: [\n Parameters.url,\n Parameters.table,\n Parameters.partitionKey,\n Parameters.rowKey\n ],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion,\n Parameters.accept1,\n Parameters.contentType1,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst deleteEntityOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}(PartitionKey='{partitionKey}',RowKey='{rowKey}')\",\n httpMethod: \"DELETE\",\n responses: {\n 204: {\n headersMapper: Mappers.TableDeleteEntityHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableDeleteEntityExceptionHeaders\n }\n },\n queryParameters: [Parameters.format, Parameters.timeout],\n urlParameters: [\n Parameters.url,\n Parameters.table,\n Parameters.partitionKey,\n Parameters.rowKey\n ],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion,\n Parameters.ifMatch1\n ],\n serializer\n};\nconst insertEntityOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}\",\n httpMethod: \"POST\",\n responses: {\n 201: {\n bodyMapper: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n },\n headersMapper: Mappers.TableInsertEntityHeaders\n },\n 204: {\n headersMapper: Mappers.TableInsertEntityHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableInsertEntityExceptionHeaders\n }\n },\n requestBody: Parameters.tableEntityProperties,\n queryParameters: [Parameters.format, Parameters.timeout],\n urlParameters: [Parameters.url, Parameters.table],\n headerParameters: [\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n Parameters.dataServiceVersion,\n Parameters.contentType,\n Parameters.responsePreference\n ],\n mediaType: \"json\",\n serializer\n};\nconst getAccessPolicyOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: {\n type: { name: \"Composite\", className: \"SignedIdentifier\" }\n }\n },\n serializedName: \"SignedIdentifiers\",\n xmlName: \"SignedIdentifiers\",\n xmlIsWrapped: true,\n xmlElementName: \"SignedIdentifier\"\n },\n headersMapper: Mappers.TableGetAccessPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableGetAccessPolicyExceptionHeaders\n }\n },\n queryParameters: [Parameters.timeout, Parameters.comp],\n urlParameters: [Parameters.url, Parameters.table],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept2\n ],\n isXML: true,\n serializer: xmlSerializer\n};\nconst setAccessPolicyOperationSpec: coreClient.OperationSpec = {\n path: \"/{table}\",\n httpMethod: \"PUT\",\n responses: {\n 204: {\n headersMapper: Mappers.TableSetAccessPolicyHeaders\n },\n default: {\n bodyMapper: Mappers.TableServiceError,\n headersMapper: Mappers.TableSetAccessPolicyExceptionHeaders\n }\n },\n requestBody: Parameters.tableAcl,\n queryParameters: [Parameters.timeout, Parameters.comp],\n urlParameters: [Parameters.url, Parameters.table],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.contentType2,\n Parameters.accept3\n ],\n isXML: true,\n contentType: \"application/xml; charset=utf-8\",\n mediaType: \"xml\",\n serializer: xmlSerializer\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./table.js";
|
|
9
|
+
export * from "./service.js";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./table.js\";\nexport * from \"./service.js\";\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { TableServiceProperties, ServiceSetPropertiesOptionalParams, ServiceSetPropertiesResponse, ServiceGetPropertiesOptionalParams, ServiceGetPropertiesResponse, ServiceGetStatisticsOptionalParams, ServiceGetStatisticsResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Service. */
|
|
3
|
+
export interface Service {
|
|
4
|
+
/**
|
|
5
|
+
* Sets properties for an account's Table service endpoint, including properties for Analytics and CORS
|
|
6
|
+
* (Cross-Origin Resource Sharing) rules.
|
|
7
|
+
* @param tableServiceProperties The Table Service properties.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
setProperties(tableServiceProperties: TableServiceProperties, options?: ServiceSetPropertiesOptionalParams): Promise<ServiceSetPropertiesResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets the properties of an account's Table service, including properties for Analytics and CORS
|
|
13
|
+
* (Cross-Origin Resource Sharing) rules.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
getProperties(options?: ServiceGetPropertiesOptionalParams): Promise<ServiceGetPropertiesResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Retrieves statistics related to replication for the Table service. It is only available on the
|
|
19
|
+
* secondary location endpoint when read-access geo-redundant replication is enabled for the account.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
getStatistics(options?: ServiceGetStatisticsOptionalParams): Promise<ServiceGetStatisticsResponse>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=service.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/service.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,aAAa,CACX,sBAAsB,EAAE,sBAAsB,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/service.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n TableServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Service. */\nexport interface Service {\n /**\n * Sets properties for an account's Table service endpoint, including properties for Analytics and CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param tableServiceProperties The Table Service properties.\n * @param options The options parameters.\n */\n setProperties(\n tableServiceProperties: TableServiceProperties,\n options?: ServiceSetPropertiesOptionalParams\n ): Promise<ServiceSetPropertiesResponse>;\n /**\n * Gets the properties of an account's Table service, including properties for Analytics and CORS\n * (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams\n ): Promise<ServiceGetPropertiesResponse>;\n /**\n * Retrieves statistics related to replication for the Table service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams\n ): Promise<ServiceGetStatisticsResponse>;\n}\n"]}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { TableQueryOptionalParams, TableQueryOperationResponse, TableProperties, TableCreateOptionalParams, TableCreateResponse, TableDeleteOptionalParams, TableDeleteResponse, TableQueryEntitiesOptionalParams, TableQueryEntitiesResponse, TableQueryEntitiesWithPartitionAndRowKeyOptionalParams, TableQueryEntitiesWithPartitionAndRowKeyResponse, TableUpdateEntityOptionalParams, TableUpdateEntityResponse, TableMergeEntityOptionalParams, TableMergeEntityResponse, TableDeleteEntityOptionalParams, TableDeleteEntityResponse, TableInsertEntityOptionalParams, TableInsertEntityResponse, TableGetAccessPolicyOptionalParams, TableGetAccessPolicyResponse, TableSetAccessPolicyOptionalParams, TableSetAccessPolicyResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Table. */
|
|
3
|
+
export interface Table {
|
|
4
|
+
/**
|
|
5
|
+
* Queries tables under the given account.
|
|
6
|
+
* @param options The options parameters.
|
|
7
|
+
*/
|
|
8
|
+
query(options?: TableQueryOptionalParams): Promise<TableQueryOperationResponse>;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new table under the given account.
|
|
11
|
+
* @param tableProperties The Table properties.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
create(tableProperties: TableProperties, options?: TableCreateOptionalParams): Promise<TableCreateResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Operation permanently deletes the specified table.
|
|
17
|
+
* @param table The name of the table.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
delete(table: string, options?: TableDeleteOptionalParams): Promise<TableDeleteResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Queries entities in a table.
|
|
23
|
+
* @param table The name of the table.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
queryEntities(table: string, options?: TableQueryEntitiesOptionalParams): Promise<TableQueryEntitiesResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Queries entities in a table.
|
|
29
|
+
* @param table The name of the table.
|
|
30
|
+
* @param partitionKey The partition key of the entity.
|
|
31
|
+
* @param rowKey The row key of the entity.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
queryEntitiesWithPartitionAndRowKey(table: string, partitionKey: string, rowKey: string, options?: TableQueryEntitiesWithPartitionAndRowKeyOptionalParams): Promise<TableQueryEntitiesWithPartitionAndRowKeyResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Update entity in a table.
|
|
37
|
+
* @param table The name of the table.
|
|
38
|
+
* @param partitionKey The partition key of the entity.
|
|
39
|
+
* @param rowKey The row key of the entity.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
updateEntity(table: string, partitionKey: string, rowKey: string, options?: TableUpdateEntityOptionalParams): Promise<TableUpdateEntityResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Merge entity in a table.
|
|
45
|
+
* @param table The name of the table.
|
|
46
|
+
* @param partitionKey The partition key of the entity.
|
|
47
|
+
* @param rowKey The row key of the entity.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
mergeEntity(table: string, partitionKey: string, rowKey: string, options?: TableMergeEntityOptionalParams): Promise<TableMergeEntityResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Deletes the specified entity in a table.
|
|
53
|
+
* @param table The name of the table.
|
|
54
|
+
* @param partitionKey The partition key of the entity.
|
|
55
|
+
* @param rowKey The row key of the entity.
|
|
56
|
+
* @param ifMatch Match condition for an entity to be deleted. If specified and a matching entity is
|
|
57
|
+
* not found, an error will be raised. To force an unconditional delete, set to the wildcard character
|
|
58
|
+
* (*).
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
deleteEntity(table: string, partitionKey: string, rowKey: string, ifMatch: string, options?: TableDeleteEntityOptionalParams): Promise<TableDeleteEntityResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Insert entity in a table.
|
|
64
|
+
* @param table The name of the table.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
insertEntity(table: string, options?: TableInsertEntityOptionalParams): Promise<TableInsertEntityResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Retrieves details about any stored access policies specified on the table that may be used with
|
|
70
|
+
* Shared Access Signatures.
|
|
71
|
+
* @param table The name of the table.
|
|
72
|
+
* @param options The options parameters.
|
|
73
|
+
*/
|
|
74
|
+
getAccessPolicy(table: string, options?: TableGetAccessPolicyOptionalParams): Promise<TableGetAccessPolicyResponse>;
|
|
75
|
+
/**
|
|
76
|
+
* Sets stored access policies for the table that may be used with Shared Access Signatures.
|
|
77
|
+
* @param table The name of the table.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
setAccessPolicy(table: string, options?: TableSetAccessPolicyOptionalParams): Promise<TableSetAccessPolicyResponse>;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/table.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,wBAAwB,EACxB,2BAA2B,EAC3B,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,gCAAgC,EAChC,0BAA0B,EAC1B,sDAAsD,EACtD,gDAAgD,EAChD,+BAA+B,EAC/B,yBAAyB,EACzB,8BAA8B,EAC9B,wBAAwB,EACxB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,yBAAyB,EACzB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;OAGG;IACH,KAAK,CACH,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;OAIG;IACH,MAAM,CACJ,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;OAIG;IACH,MAAM,CACJ,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;OAIG;IACH,aAAa,CACX,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,mCAAmC,CACjC,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;OAMG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;OAMG;IACH,WAAW,CACT,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;;OASG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,MAAM,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;OAIG;IACH,YAAY,CACV,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;OAKG;IACH,eAAe,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,eAAe,CACb,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../../src/generated/operationsInterfaces/table.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n TableQueryOptionalParams,\n TableQueryOperationResponse,\n TableProperties,\n TableCreateOptionalParams,\n TableCreateResponse,\n TableDeleteOptionalParams,\n TableDeleteResponse,\n TableQueryEntitiesOptionalParams,\n TableQueryEntitiesResponse,\n TableQueryEntitiesWithPartitionAndRowKeyOptionalParams,\n TableQueryEntitiesWithPartitionAndRowKeyResponse,\n TableUpdateEntityOptionalParams,\n TableUpdateEntityResponse,\n TableMergeEntityOptionalParams,\n TableMergeEntityResponse,\n TableDeleteEntityOptionalParams,\n TableDeleteEntityResponse,\n TableInsertEntityOptionalParams,\n TableInsertEntityResponse,\n TableGetAccessPolicyOptionalParams,\n TableGetAccessPolicyResponse,\n TableSetAccessPolicyOptionalParams,\n TableSetAccessPolicyResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Table. */\nexport interface Table {\n /**\n * Queries tables under the given account.\n * @param options The options parameters.\n */\n query(\n options?: TableQueryOptionalParams\n ): Promise<TableQueryOperationResponse>;\n /**\n * Creates a new table under the given account.\n * @param tableProperties The Table properties.\n * @param options The options parameters.\n */\n create(\n tableProperties: TableProperties,\n options?: TableCreateOptionalParams\n ): Promise<TableCreateResponse>;\n /**\n * Operation permanently deletes the specified table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n delete(\n table: string,\n options?: TableDeleteOptionalParams\n ): Promise<TableDeleteResponse>;\n /**\n * Queries entities in a table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n queryEntities(\n table: string,\n options?: TableQueryEntitiesOptionalParams\n ): Promise<TableQueryEntitiesResponse>;\n /**\n * Queries entities in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n queryEntitiesWithPartitionAndRowKey(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableQueryEntitiesWithPartitionAndRowKeyOptionalParams\n ): Promise<TableQueryEntitiesWithPartitionAndRowKeyResponse>;\n /**\n * Update entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n updateEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableUpdateEntityOptionalParams\n ): Promise<TableUpdateEntityResponse>;\n /**\n * Merge entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param options The options parameters.\n */\n mergeEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n options?: TableMergeEntityOptionalParams\n ): Promise<TableMergeEntityResponse>;\n /**\n * Deletes the specified entity in a table.\n * @param table The name of the table.\n * @param partitionKey The partition key of the entity.\n * @param rowKey The row key of the entity.\n * @param ifMatch Match condition for an entity to be deleted. If specified and a matching entity is\n * not found, an error will be raised. To force an unconditional delete, set to the wildcard character\n * (*).\n * @param options The options parameters.\n */\n deleteEntity(\n table: string,\n partitionKey: string,\n rowKey: string,\n ifMatch: string,\n options?: TableDeleteEntityOptionalParams\n ): Promise<TableDeleteEntityResponse>;\n /**\n * Insert entity in a table.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n insertEntity(\n table: string,\n options?: TableInsertEntityOptionalParams\n ): Promise<TableInsertEntityResponse>;\n /**\n * Retrieves details about any stored access policies specified on the table that may be used with\n * Shared Access Signatures.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n getAccessPolicy(\n table: string,\n options?: TableGetAccessPolicyOptionalParams\n ): Promise<TableGetAccessPolicyResponse>;\n /**\n * Sets stored access policies for the table that may be used with Shared Access Signatures.\n * @param table The name of the table.\n * @param options The options parameters.\n */\n setAccessPolicy(\n table: string,\n options?: TableSetAccessPolicyOptionalParams\n ): Promise<TableSetAccessPolicyResponse>;\n}\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { ServiceGetStatisticsResponse as GetStatisticsResponse, ServiceGetPropertiesResponse as GetPropertiesResponse, ServiceSetPropertiesOptionalParams as SetPropertiesOptions, TableServiceProperties as ServiceProperties, ServiceSetPropertiesResponse as SetPropertiesResponse, TableDeleteEntityResponse as DeleteTableEntityResponse, TableUpdateEntityResponse as UpdateEntityResponse, TableMergeEntityResponse as UpsertEntityResponse, TableSetAccessPolicyResponse as SetAccessPolicyResponse, TableInsertEntityHeaders, TableCreateHeaders, TableDeleteEntityHeaders, TableDeleteHeaders, TableGetAccessPolicyHeaders, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, GeoReplicationStatusType, KnownGeoReplicationStatusType, GeoReplication, TableServiceStats, TableMergeEntityHeaders, CorsRule, Metrics, RetentionPolicy, Logging, TableSetAccessPolicyHeaders, ServiceSetPropertiesHeaders, TableUpdateEntityHeaders, } from "./generated/models/index.js";
|
|
2
|
+
//# sourceMappingURL=generatedModels.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generatedModels.d.ts","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,4BAA4B,IAAI,qBAAqB,EACrD,4BAA4B,IAAI,qBAAqB,EACrD,kCAAkC,IAAI,oBAAoB,EAC1D,sBAAsB,IAAI,iBAAiB,EAC3C,4BAA4B,IAAI,qBAAqB,EACrD,yBAAyB,IAAI,yBAAyB,EACtD,yBAAyB,IAAI,oBAAoB,EACjD,wBAAwB,IAAI,oBAAoB,EAChD,4BAA4B,IAAI,uBAAuB,EACvD,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,2BAA2B,EAC3B,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,6BAA6B,EAC7B,cAAc,EACd,iBAAiB,EACjB,uBAAuB,EACvB,QAAQ,EACR,OAAO,EACP,eAAe,EACf,OAAO,EACP,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,GACzB,MAAM,6BAA6B,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Copyright (c) Microsoft Corporation.
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
|
-
export { KnownGeoReplicationStatusType, } from "./generated/models";
|
|
3
|
+
export { KnownGeoReplicationStatusType, } from "./generated/models/index.js";
|
|
4
4
|
//# sourceMappingURL=generatedModels.js.map
|