@azure/data-tables 13.3.1-alpha.20241126.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 @@
|
|
|
1
|
+
{"version":3,"file":"table.js","sourceRoot":"","sources":["../../../../src/generated/operations/table.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 { 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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -5,6 +5,5 @@
|
|
|
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
|
-
export
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=service.js.map
|
|
@@ -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"}
|
|
@@ -5,6 +5,5 @@
|
|
|
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
|
-
export
|
|
9
|
-
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=table.js.map
|
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generatedModels.js","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAkBL,6BAA6B,GAW9B,MAAM,6BAA6B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n ServiceGetStatisticsResponse as GetStatisticsResponse,\n ServiceGetPropertiesResponse as GetPropertiesResponse,\n ServiceSetPropertiesOptionalParams as SetPropertiesOptions,\n TableServiceProperties as ServiceProperties,\n ServiceSetPropertiesResponse as SetPropertiesResponse,\n TableDeleteEntityResponse as DeleteTableEntityResponse,\n TableUpdateEntityResponse as UpdateEntityResponse,\n TableMergeEntityResponse as UpsertEntityResponse,\n TableSetAccessPolicyResponse as SetAccessPolicyResponse,\n TableInsertEntityHeaders,\n TableCreateHeaders,\n TableDeleteEntityHeaders,\n TableDeleteHeaders,\n TableGetAccessPolicyHeaders,\n ServiceGetPropertiesHeaders,\n ServiceGetStatisticsHeaders,\n GeoReplicationStatusType,\n KnownGeoReplicationStatusType,\n GeoReplication,\n TableServiceStats,\n TableMergeEntityHeaders,\n CorsRule,\n Metrics,\n RetentionPolicy,\n Logging,\n TableSetAccessPolicyHeaders,\n ServiceSetPropertiesHeaders,\n TableUpdateEntityHeaders,\n} from \"./generated/models/index.js\";\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./generatedModels.js";
|
|
2
|
+
export * from "./models.js";
|
|
3
|
+
export * from "./sas/index.js";
|
|
4
|
+
export { TableServiceClient } from "./TableServiceClient.js";
|
|
5
|
+
export { TableTransaction } from "./TableTransaction.js";
|
|
6
|
+
export { TableClient } from "./TableClient.js";
|
|
7
|
+
export { odata } from "./odata.js";
|
|
8
|
+
export { AzureNamedKeyCredential, AzureSASCredential, NamedKeyCredential } from "@azure/core-auth";
|
|
9
|
+
export { RestError } from "@azure/core-rest-pipeline";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAE/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export * from "./generatedModels.js";
|
|
4
|
+
export * from "./models.js";
|
|
5
|
+
export * from "./sas/index.js";
|
|
6
|
+
export { TableServiceClient } from "./TableServiceClient.js";
|
|
7
|
+
export { TableTransaction } from "./TableTransaction.js";
|
|
8
|
+
export { TableClient } from "./TableClient.js";
|
|
9
|
+
export { odata } from "./odata.js";
|
|
10
|
+
export { AzureNamedKeyCredential, AzureSASCredential } from "@azure/core-auth";
|
|
11
|
+
export { RestError } from "@azure/core-rest-pipeline";
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAE/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAsB,MAAM,kBAAkB,CAAC;AACnG,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from \"./generatedModels.js\";\nexport * from \"./models.js\";\nexport * from \"./sas/index.js\";\n\nexport { TableServiceClient } from \"./TableServiceClient.js\";\nexport { TableTransaction } from \"./TableTransaction.js\";\nexport { TableClient } from \"./TableClient.js\";\nexport { odata } from \"./odata.js\";\nexport { AzureNamedKeyCredential, AzureSASCredential, NamedKeyCredential } from \"@azure/core-auth\";\nexport { RestError } from \"@azure/core-rest-pipeline\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,MAAM,EAAE,WAA+C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { createClientLogger } from "@azure/logger";
|
|
4
|
+
/**
|
|
5
|
+
* The \@azure/logger configuration for this package.
|
|
6
|
+
*/
|
|
7
|
+
export const logger = createClientLogger("data-tables");
|
|
8
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAEnD;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAgB,kBAAkB,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AzureLogger } from \"@azure/logger\";\nimport { createClientLogger } from \"@azure/logger\";\n\n/**\n * The \\@azure/logger configuration for this package.\n */\nexport const logger: AzureLogger = createClientLogger(\"data-tables\");\n"]}
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import type { CommonClientOptions, OperationOptions } from "@azure/core-client";
|
|
2
|
+
import type { TableGetAccessPolicyHeaders, TableInsertEntityHeaders } from "./generated/models/index.js";
|
|
3
|
+
/**
|
|
4
|
+
* Represents the Create or Delete Entity operation to be included in a Transaction request
|
|
5
|
+
*/
|
|
6
|
+
export type CreateDeleteEntityAction = ["create" | "delete", TableEntity];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Update or Upsert Entity operation to be included in a Transaction request
|
|
9
|
+
*/
|
|
10
|
+
export type UpdateEntityAction = ["update" | "upsert", TableEntity] | ["update" | "upsert", TableEntity, "Merge" | "Replace"] | ["update" | "upsert", TableEntity, "Merge" | "Replace", UpdateTableEntityOptions | undefined];
|
|
11
|
+
/**
|
|
12
|
+
* Represents the union of all the available transactional actions
|
|
13
|
+
*/
|
|
14
|
+
export type TransactionAction = CreateDeleteEntityAction | UpdateEntityAction;
|
|
15
|
+
/**
|
|
16
|
+
* Client options used to configure Tables Api requests
|
|
17
|
+
*/
|
|
18
|
+
export type TableServiceClientOptions = CommonClientOptions & {
|
|
19
|
+
endpoint?: string;
|
|
20
|
+
version?: string;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Contains response data for the createEntity operation.
|
|
24
|
+
*/
|
|
25
|
+
export type CreateTableEntityResponse = TableInsertEntityHeaders;
|
|
26
|
+
/**
|
|
27
|
+
* Contains response data for the listEntities operation.
|
|
28
|
+
*/
|
|
29
|
+
export type GetTableEntityResponse<T extends object> = TableEntityResult<T>;
|
|
30
|
+
/**
|
|
31
|
+
* Optional parameters for DeleteTableEntity operation
|
|
32
|
+
*/
|
|
33
|
+
export type DeleteTableEntityOptions = OperationOptions & {
|
|
34
|
+
/**
|
|
35
|
+
* UTC date/time value generated by the service that indicates the time at which the response was initiated
|
|
36
|
+
*/
|
|
37
|
+
etag?: string;
|
|
38
|
+
};
|
|
39
|
+
/** The properties for the table item. */
|
|
40
|
+
export interface TableItem {
|
|
41
|
+
/** The name of the table. */
|
|
42
|
+
name?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* OData Query options to limit the set of tables returned.
|
|
46
|
+
*/
|
|
47
|
+
export interface TableQueryOptions {
|
|
48
|
+
/**
|
|
49
|
+
* OData filter expression.
|
|
50
|
+
*/
|
|
51
|
+
filter?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* OData Query options to limit the set of entities returned.
|
|
55
|
+
*/
|
|
56
|
+
export interface TableEntityQueryOptions {
|
|
57
|
+
/**
|
|
58
|
+
* OData filter expression.
|
|
59
|
+
*/
|
|
60
|
+
filter?: string;
|
|
61
|
+
/**
|
|
62
|
+
* A select expression limits the properties on each entity to just those requested.
|
|
63
|
+
*/
|
|
64
|
+
select?: string[];
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* List tables optional parameters.
|
|
68
|
+
*/
|
|
69
|
+
export type ListTableItemsOptions = OperationOptions & {
|
|
70
|
+
/**
|
|
71
|
+
* Query options group
|
|
72
|
+
*/
|
|
73
|
+
queryOptions?: TableQueryOptions;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Output type for query operations
|
|
77
|
+
*/
|
|
78
|
+
export type TableEntityResult<T> = T & {
|
|
79
|
+
/**
|
|
80
|
+
* etag property. Always returned by the service
|
|
81
|
+
*/
|
|
82
|
+
etag: string;
|
|
83
|
+
/**
|
|
84
|
+
* Partition key property. Omitted if a select filter is set and this property is not requested
|
|
85
|
+
*/
|
|
86
|
+
partitionKey?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Row key property. Omitted if a select filter is set and this property is not requested
|
|
89
|
+
*/
|
|
90
|
+
rowKey?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Timestamp property. This property is assinged by the service on entity creation
|
|
93
|
+
* Omitted if a select filter is set and this property is not requested
|
|
94
|
+
*/
|
|
95
|
+
timestamp?: string;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Output page type for query operations
|
|
99
|
+
*/
|
|
100
|
+
export type TableEntityResultPage<T> = Array<TableEntityResult<T>> & {
|
|
101
|
+
/**
|
|
102
|
+
* Continuation token to get the next page
|
|
103
|
+
*/
|
|
104
|
+
continuationToken?: string;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* List entities optional parameters.
|
|
108
|
+
*/
|
|
109
|
+
export type ListTableEntitiesOptions = OperationOptions & {
|
|
110
|
+
/**
|
|
111
|
+
* Query options group
|
|
112
|
+
*/
|
|
113
|
+
queryOptions?: TableEntityQueryOptions;
|
|
114
|
+
/**
|
|
115
|
+
* If true, automatic type conversion will be disabled and entity properties will
|
|
116
|
+
* be represented by full metadata types. For example, an Int32 value will be \{value: "123", type: "Int32"\} instead of 123.
|
|
117
|
+
* This option applies for all the properties
|
|
118
|
+
*/
|
|
119
|
+
disableTypeConversion?: boolean;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* GetEntity optional parameters.
|
|
123
|
+
*/
|
|
124
|
+
export type GetTableEntityOptions = OperationOptions & {
|
|
125
|
+
/**
|
|
126
|
+
* Parameter group
|
|
127
|
+
*/
|
|
128
|
+
queryOptions?: TableEntityQueryOptions;
|
|
129
|
+
/**
|
|
130
|
+
* If true, automatic type conversion will be disabled and entity properties will
|
|
131
|
+
* be represented by full metadata types. For example, an Int32 value will be \{value: "123", type: "Int32"\} instead of 123.
|
|
132
|
+
* This option applies for all the properties
|
|
133
|
+
*/
|
|
134
|
+
disableTypeConversion?: boolean;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Update entity optional parameters.
|
|
138
|
+
*/
|
|
139
|
+
export type UpdateTableEntityOptions = OperationOptions & {
|
|
140
|
+
/**
|
|
141
|
+
* Match condition for an entity to be updated. If specified and a matching entity is not found, an error will be raised. To force an unconditional update, set to the wildcard character (*). If not specified, an insert will be performed when no existing entity is found to update and a replace will be performed if an existing entity is found.
|
|
142
|
+
*/
|
|
143
|
+
etag?: string;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* A set of key-value pairs representing the table entity.
|
|
147
|
+
*/
|
|
148
|
+
export type TableEntity<T extends object = Record<string, unknown>> = T & {
|
|
149
|
+
/**
|
|
150
|
+
* The PartitionKey property of the entity.
|
|
151
|
+
*/
|
|
152
|
+
partitionKey: string;
|
|
153
|
+
/**
|
|
154
|
+
* The RowKey property of the entity.
|
|
155
|
+
*/
|
|
156
|
+
rowKey: string;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Supported EDM Types by Azure Tables.
|
|
160
|
+
*/
|
|
161
|
+
export type EdmTypes = "Binary" | "Boolean" | "DateTime" | "Double" | "Guid" | "Int32" | "Int64" | "String";
|
|
162
|
+
/**
|
|
163
|
+
* Entity Data Model representation for an entity property.
|
|
164
|
+
*/
|
|
165
|
+
export interface Edm<T extends EdmTypes> {
|
|
166
|
+
/**
|
|
167
|
+
* The value of the entity property
|
|
168
|
+
*/
|
|
169
|
+
value: T extends "Binary" ? string : T extends "Boolean" ? boolean : T extends "Double" ? number : T extends "Int32" ? number : string;
|
|
170
|
+
/**
|
|
171
|
+
* The type of the entity property
|
|
172
|
+
*/
|
|
173
|
+
type: T;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* The different modes for Update and Upsert methods
|
|
177
|
+
* - Merge: Updates an entity by updating the entity's properties without replacing the existing entity.
|
|
178
|
+
* - Replace: Updates an existing entity by replacing the entire entity.
|
|
179
|
+
*/
|
|
180
|
+
export type UpdateMode = "Merge" | "Replace";
|
|
181
|
+
/**
|
|
182
|
+
* Represents the response of a Transaction operation
|
|
183
|
+
*/
|
|
184
|
+
export interface TableTransactionResponse {
|
|
185
|
+
/**
|
|
186
|
+
* Collection of sub responses
|
|
187
|
+
*/
|
|
188
|
+
subResponses: TableTransactionEntityResponse[];
|
|
189
|
+
/**
|
|
190
|
+
* Main Transaction request status code
|
|
191
|
+
*/
|
|
192
|
+
status: number;
|
|
193
|
+
/**
|
|
194
|
+
* Gets a specific response given a row key
|
|
195
|
+
*/
|
|
196
|
+
getResponseForEntity: (rowKey: string) => TableTransactionEntityResponse | undefined;
|
|
197
|
+
}
|
|
198
|
+
/** The properties for the table query response. */
|
|
199
|
+
export interface TableQueryResponse {
|
|
200
|
+
/** List of tables. */
|
|
201
|
+
value?: TableItem[];
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* Output page type for table query operations
|
|
205
|
+
*/
|
|
206
|
+
export interface TableItemResultPage extends Array<TableItem> {
|
|
207
|
+
/**
|
|
208
|
+
* Continuation token to get the next TableItem page
|
|
209
|
+
*/
|
|
210
|
+
continuationToken?: string;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Represents a sub-response of a Transaction operation
|
|
214
|
+
*/
|
|
215
|
+
export interface TableTransactionEntityResponse {
|
|
216
|
+
/**
|
|
217
|
+
* Entity's etag
|
|
218
|
+
*/
|
|
219
|
+
etag?: string;
|
|
220
|
+
/**
|
|
221
|
+
* Entity's rowKey
|
|
222
|
+
*/
|
|
223
|
+
rowKey?: string;
|
|
224
|
+
/**
|
|
225
|
+
* Sub-response status
|
|
226
|
+
*/
|
|
227
|
+
status: number;
|
|
228
|
+
}
|
|
229
|
+
/** A signed identifier. */
|
|
230
|
+
export interface SignedIdentifier {
|
|
231
|
+
/** A unique id. */
|
|
232
|
+
id: string;
|
|
233
|
+
/** The access policy. */
|
|
234
|
+
accessPolicy?: AccessPolicy;
|
|
235
|
+
}
|
|
236
|
+
/** An Access policy. */
|
|
237
|
+
export interface AccessPolicy {
|
|
238
|
+
/** The start datetime from which the policy is active. */
|
|
239
|
+
start?: Date;
|
|
240
|
+
/** The datetime that the policy expires. */
|
|
241
|
+
expiry?: Date;
|
|
242
|
+
/** The permissions for the acl policy. */
|
|
243
|
+
permission?: string;
|
|
244
|
+
}
|
|
245
|
+
/** Contains response data for the getAccessPolicy operation. */
|
|
246
|
+
export type GetAccessPolicyResponse = TableGetAccessPolicyHeaders & SignedIdentifier[];
|
|
247
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommonClientOptions, OperationOptions } from \"@azure/core-client\";\nimport type {\n TableGetAccessPolicyHeaders,\n TableInsertEntityHeaders,\n} from \"./generated/models/index.js\";\n\n/**\n * Represents the Create or Delete Entity operation to be included in a Transaction request\n */\nexport type CreateDeleteEntityAction = [\"create\" | \"delete\", TableEntity];\n\n/**\n * Represents the Update or Upsert Entity operation to be included in a Transaction request\n */\nexport type UpdateEntityAction =\n | [\"update\" | \"upsert\", TableEntity]\n | [\"update\" | \"upsert\", TableEntity, \"Merge\" | \"Replace\"]\n | [\"update\" | \"upsert\", TableEntity, \"Merge\" | \"Replace\", UpdateTableEntityOptions | undefined];\n\n/**\n * Represents the union of all the available transactional actions\n */\nexport type TransactionAction = CreateDeleteEntityAction | UpdateEntityAction;\n\n/**\n * Client options used to configure Tables Api requests\n */\nexport type TableServiceClientOptions = CommonClientOptions & {\n endpoint?: string;\n version?: string;\n};\n\n/**\n * Contains response data for the createEntity operation.\n */\nexport type CreateTableEntityResponse = TableInsertEntityHeaders;\n\n/**\n * Contains response data for the listEntities operation.\n */\nexport type GetTableEntityResponse<T extends object> = TableEntityResult<T>;\n\n/**\n * Optional parameters for DeleteTableEntity operation\n */\nexport type DeleteTableEntityOptions = OperationOptions & {\n /**\n * UTC date/time value generated by the service that indicates the time at which the response was initiated\n */\n etag?: string;\n};\n\n/** The properties for the table item. */\nexport interface TableItem {\n /** The name of the table. */\n name?: string;\n}\n\n/**\n * OData Query options to limit the set of tables returned.\n */\nexport interface TableQueryOptions {\n /**\n * OData filter expression.\n */\n filter?: string;\n}\n\n/**\n * OData Query options to limit the set of entities returned.\n */\nexport interface TableEntityQueryOptions {\n /**\n * OData filter expression.\n */\n filter?: string;\n /**\n * A select expression limits the properties on each entity to just those requested.\n */\n select?: string[];\n}\n\n/**\n * List tables optional parameters.\n */\nexport type ListTableItemsOptions = OperationOptions & {\n /**\n * Query options group\n */\n queryOptions?: TableQueryOptions;\n};\n\n/**\n * Output type for query operations\n */\nexport type TableEntityResult<T> = T & {\n /**\n * etag property. Always returned by the service\n */\n etag: string;\n /**\n * Partition key property. Omitted if a select filter is set and this property is not requested\n */\n partitionKey?: string;\n /**\n * Row key property. Omitted if a select filter is set and this property is not requested\n */\n rowKey?: string;\n /**\n * Timestamp property. This property is assinged by the service on entity creation\n * Omitted if a select filter is set and this property is not requested\n */\n timestamp?: string;\n};\n\n/**\n * Output page type for query operations\n */\nexport type TableEntityResultPage<T> = Array<TableEntityResult<T>> & {\n /**\n * Continuation token to get the next page\n */\n continuationToken?: string;\n};\n\n/**\n * List entities optional parameters.\n */\nexport type ListTableEntitiesOptions = OperationOptions & {\n /**\n * Query options group\n */\n queryOptions?: TableEntityQueryOptions;\n /**\n * If true, automatic type conversion will be disabled and entity properties will\n * be represented by full metadata types. For example, an Int32 value will be \\{value: \"123\", type: \"Int32\"\\} instead of 123.\n * This option applies for all the properties\n */\n disableTypeConversion?: boolean;\n};\n\n/**\n * GetEntity optional parameters.\n */\nexport type GetTableEntityOptions = OperationOptions & {\n /**\n * Parameter group\n */\n queryOptions?: TableEntityQueryOptions;\n /**\n * If true, automatic type conversion will be disabled and entity properties will\n * be represented by full metadata types. For example, an Int32 value will be \\{value: \"123\", type: \"Int32\"\\} instead of 123.\n * This option applies for all the properties\n */\n disableTypeConversion?: boolean;\n};\n\n/**\n * Update entity optional parameters.\n */\nexport type UpdateTableEntityOptions = OperationOptions & {\n /**\n * Match condition for an entity to be updated. If specified and a matching entity is not found, an error will be raised. To force an unconditional update, set to the wildcard character (*). If not specified, an insert will be performed when no existing entity is found to update and a replace will be performed if an existing entity is found.\n */\n etag?: string;\n};\n\n/**\n * A set of key-value pairs representing the table entity.\n */\nexport type TableEntity<T extends object = Record<string, unknown>> = T & {\n /**\n * The PartitionKey property of the entity.\n */\n partitionKey: string;\n /**\n * The RowKey property of the entity.\n */\n rowKey: string;\n};\n\n/**\n * Supported EDM Types by Azure Tables.\n */\nexport type EdmTypes =\n | \"Binary\"\n | \"Boolean\"\n | \"DateTime\"\n | \"Double\"\n | \"Guid\"\n | \"Int32\"\n | \"Int64\"\n | \"String\";\n\n/**\n * Entity Data Model representation for an entity property.\n */\nexport interface Edm<T extends EdmTypes> {\n /**\n * The value of the entity property\n */\n value: T extends \"Binary\"\n ? string\n : T extends \"Boolean\"\n ? boolean\n : T extends \"Double\"\n ? number\n : T extends \"Int32\"\n ? number\n : string;\n /**\n * The type of the entity property\n */\n type: T;\n}\n\n/**\n * The different modes for Update and Upsert methods\n * - Merge: Updates an entity by updating the entity's properties without replacing the existing entity.\n * - Replace: Updates an existing entity by replacing the entire entity.\n */\nexport type UpdateMode = \"Merge\" | \"Replace\";\n\n/**\n * Represents the response of a Transaction operation\n */\nexport interface TableTransactionResponse {\n /**\n * Collection of sub responses\n */\n subResponses: TableTransactionEntityResponse[];\n /**\n * Main Transaction request status code\n */\n status: number;\n /**\n * Gets a specific response given a row key\n */\n getResponseForEntity: (rowKey: string) => TableTransactionEntityResponse | undefined;\n}\n\n/** The properties for the table query response. */\nexport interface TableQueryResponse {\n /** List of tables. */\n value?: TableItem[];\n}\n\n/**\n * Output page type for table query operations\n */\nexport interface TableItemResultPage extends Array<TableItem> {\n /**\n * Continuation token to get the next TableItem page\n */\n continuationToken?: string;\n}\n\n/**\n * Represents a sub-response of a Transaction operation\n */\nexport interface TableTransactionEntityResponse {\n /**\n * Entity's etag\n */\n etag?: string;\n /**\n * Entity's rowKey\n */\n rowKey?: string;\n /**\n * Sub-response status\n */\n status: number;\n}\n\n/** A signed identifier. */\nexport interface SignedIdentifier {\n /** A unique id. */\n id: string;\n /** The access policy. */\n accessPolicy?: AccessPolicy;\n}\n\n/** An Access policy. */\nexport interface AccessPolicy {\n /** The start datetime from which the policy is active. */\n start?: Date;\n /** The datetime that the policy expires. */\n expiry?: Date;\n /** The permissions for the acl policy. */\n permission?: string;\n}\n\n/** Contains response data for the getAccessPolicy operation. */\nexport type GetAccessPolicyResponse = TableGetAccessPolicyHeaders & SignedIdentifier[];\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function escapeQuotes(input: string): string;
|
|
2
|
+
/**
|
|
3
|
+
* Escapes an odata filter expression to avoid errors with quoting string literals.
|
|
4
|
+
* Encodes Date objects.
|
|
5
|
+
*/
|
|
6
|
+
export declare function odata(strings: TemplateStringsArray, ...values: unknown[]): string;
|
|
7
|
+
//# sourceMappingURL=odata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"odata.d.ts","sourceRoot":"","sources":["../../src/odata.ts"],"names":[],"mappings":"AAgBA,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAElD;AAMD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,OAAO,EAAE,oBAAoB,EAAE,GAAG,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,CAYjF"}
|