@azure/arm-confidentialledger 1.3.0-beta.1 → 1.3.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +130 -4
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/{dist-esm/src → dist/browser}/confidentialLedgerClient.d.ts +2 -2
- package/dist/browser/confidentialLedgerClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/confidentialLedgerClient.js +29 -32
- package/dist/browser/confidentialLedgerClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/lroImpl.js +1 -1
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +199 -24
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +26 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +439 -213
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/parameters.js +55 -39
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ledger.d.ts +35 -3
- package/dist/browser/operations/ledger.d.ts.map +1 -0
- package/dist/browser/operations/ledger.js +702 -0
- package/dist/browser/operations/ledger.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +37 -5
- package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/browser/operations/managedCCFOperations.js +702 -0
- package/dist/browser/operations/managedCCFOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +18 -16
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +4 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.d.ts +33 -1
- package/dist/browser/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ledger.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.d.ts +35 -3
- package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedCCFOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/confidentialLedgerClient.d.ts +28 -0
- package/dist/commonjs/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/commonjs/confidentialLedgerClient.js +134 -0
- package/dist/commonjs/confidentialLedgerClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-confidentialledger.d.ts → dist/commonjs/models/index.d.ts} +725 -805
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +117 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +888 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +19 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +157 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +4 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +14 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/ledger.d.ts +139 -0
- package/dist/commonjs/operations/ledger.d.ts.map +1 -0
- package/dist/commonjs/operations/ledger.js +706 -0
- package/dist/commonjs/operations/ledger.js.map +1 -0
- package/dist/commonjs/operations/managedCCFOperations.d.ts +139 -0
- package/dist/commonjs/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/managedCCFOperations.js +706 -0
- package/dist/commonjs/operations/managedCCFOperations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +14 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ledger.js +10 -0
- package/dist/commonjs/operationsInterfaces/ledger.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/confidentialLedgerClient.d.ts +28 -0
- package/dist/esm/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/esm/confidentialLedgerClient.js +129 -0
- package/dist/esm/confidentialLedgerClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +725 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +114 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +885 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +19 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +154 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +4 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +11 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/ledger.d.ts +139 -0
- package/dist/esm/operations/ledger.d.ts.map +1 -0
- package/dist/esm/operations/ledger.js +702 -0
- package/dist/esm/operations/ledger.js.map +1 -0
- package/dist/esm/operations/managedCCFOperations.d.ts +139 -0
- package/dist/esm/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/esm/operations/managedCCFOperations.js +702 -0
- package/dist/esm/operations/managedCCFOperations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +4 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +11 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/esm/operationsInterfaces/ledger.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/ledger.js} +2 -4
- package/dist/esm/operationsInterfaces/ledger.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.js +9 -0
- package/dist/esm/operationsInterfaces/managedCCFOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/confidentialLedgerClient.d.ts +28 -0
- package/dist/react-native/confidentialLedgerClient.d.ts.map +1 -0
- package/dist/react-native/confidentialLedgerClient.js +129 -0
- package/dist/react-native/confidentialLedgerClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +725 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +114 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +885 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +19 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +154 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +4 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +11 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/ledger.d.ts +139 -0
- package/dist/react-native/operations/ledger.d.ts.map +1 -0
- package/dist/react-native/operations/ledger.js +702 -0
- package/dist/react-native/operations/ledger.js.map +1 -0
- package/dist/react-native/operations/managedCCFOperations.d.ts +139 -0
- package/dist/react-native/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist/react-native/operations/managedCCFOperations.js +702 -0
- package/dist/react-native/operations/managedCCFOperations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +11 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ledger.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/ledger.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ledger.js +9 -0
- package/dist/react-native/operationsInterfaces/ledger.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/managedCCFOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +81 -71
- package/review/arm-confidentialledger.api.md +134 -2
- package/dist/index.js +0 -2305
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerCreateSample.js +0 -60
- package/dist-esm/samples-dev/ledgerCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.js +0 -40
- package/dist-esm/samples-dev/ledgerDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerGetSample.js +0 -40
- package/dist-esm/samples-dev/ledgerGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerUpdateSample.js +0 -63
- package/dist-esm/samples-dev/ledgerUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfCreateSample.js +0 -58
- package/dist-esm/samples-dev/managedCcfCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfDeleteSample.js +0 -40
- package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfGetSample.js +0 -40
- package/dist-esm/samples-dev/managedCcfGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +0 -51
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfUpdateSample.js +0 -50
- package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/confidentialLedgerClient.d.ts.map +0 -1
- package/dist-esm/src/confidentialLedgerClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -4
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/ledger.d.ts.map +0 -1
- package/dist-esm/src/operations/ledger.js +0 -540
- package/dist-esm/src/operations/ledger.js.map +0 -1
- package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/managedCCFOperations.js +0 -532
- package/dist-esm/src/operations/managedCCFOperations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ledger.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/confidentialLedgerClient.ts +0 -196
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -635
- package/src/models/mappers.ts +0 -692
- package/src/models/parameters.ts +0 -160
- package/src/operations/ledger.ts +0 -711
- package/src/operations/managedCCFOperations.ts +0 -696
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/ledger.ts +0 -132
- package/src/operationsInterfaces/managedCCFOperations.ts +0 -132
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -125,10 +125,28 @@ export interface LedgerProperties {
|
|
125
125
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
126
126
|
*/
|
127
127
|
readonly provisioningState?: ProvisioningState;
|
128
|
+
/** SKU associated with the ledger */
|
129
|
+
ledgerSku?: LedgerSku;
|
128
130
|
/** Array of all AAD based Security Principals. */
|
129
131
|
aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
|
130
132
|
/** Array of all cert based Security Principals. */
|
131
133
|
certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
|
134
|
+
/** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */
|
135
|
+
hostLevel?: string;
|
136
|
+
/** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */
|
137
|
+
maxBodySizeInMb?: number;
|
138
|
+
/** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */
|
139
|
+
subjectName?: string;
|
140
|
+
/** Number of CCF nodes in the ACC Ledger. */
|
141
|
+
nodeCount?: number;
|
142
|
+
/** Prefix for the write load balancer. Example: write */
|
143
|
+
writeLBAddressPrefix?: string;
|
144
|
+
/** Number of additional threads processing incoming client requests in the enclave (modify with care!) */
|
145
|
+
workerThreads?: number;
|
146
|
+
/** Enclave platform of the Confidential Ledger. */
|
147
|
+
enclavePlatform?: EnclavePlatform;
|
148
|
+
/** Application type of the Confidential Ledger. */
|
149
|
+
applicationType?: ApplicationType;
|
132
150
|
}
|
133
151
|
/** AAD based security principal with associated Ledger RoleName */
|
134
152
|
export interface AADBasedSecurityPrincipal {
|
@@ -191,6 +209,38 @@ export interface ConfidentialLedgerList {
|
|
191
209
|
/** The URL the client should use to fetch the next page (per server side paging). */
|
192
210
|
nextLink?: string;
|
193
211
|
}
|
212
|
+
/** Object representing Backup properties of a Confidential Ledger Resource. */
|
213
|
+
export interface ConfidentialLedgerBackup {
|
214
|
+
/** The region where the backup of the ledger will eventually be restored to. */
|
215
|
+
restoreRegion?: string;
|
216
|
+
/** SAS URI used to access the backup Fileshare. */
|
217
|
+
uri: string;
|
218
|
+
}
|
219
|
+
/** Object representing the backup response of a Confidential Ledger Resource. */
|
220
|
+
export interface ConfidentialLedgerBackupResponse {
|
221
|
+
/**
|
222
|
+
* Response body stating if the ledger is being backed up.
|
223
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
224
|
+
*/
|
225
|
+
readonly message?: string;
|
226
|
+
}
|
227
|
+
/** Object representing Restore properties of a Confidential Ledger Resource. */
|
228
|
+
export interface ConfidentialLedgerRestore {
|
229
|
+
/** Fileshare where the ledger backup is stored. */
|
230
|
+
fileShareName: string;
|
231
|
+
/** The region the ledger is being restored to. */
|
232
|
+
restoreRegion: string;
|
233
|
+
/** SAS URI used to access the backup fileshare. */
|
234
|
+
uri: string;
|
235
|
+
}
|
236
|
+
/** Object representing the restore response of a Confidential Ledger Resource. */
|
237
|
+
export interface ConfidentialLedgerRestoreResponse {
|
238
|
+
/**
|
239
|
+
* Response body stating if the ledger is being restored.
|
240
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
241
|
+
*/
|
242
|
+
readonly message?: string;
|
243
|
+
}
|
194
244
|
/** Additional Managed CCF properties. */
|
195
245
|
export interface ManagedCCFProperties {
|
196
246
|
/**
|
@@ -212,13 +262,17 @@ export interface ManagedCCFProperties {
|
|
212
262
|
memberIdentityCertificates?: MemberIdentityCertificate[];
|
213
263
|
/** Deployment Type of Managed CCF */
|
214
264
|
deploymentType?: DeploymentType;
|
265
|
+
/** Object representing RunningState for Managed CCF. */
|
266
|
+
runningState?: RunningState;
|
215
267
|
/**
|
216
|
-
* Provisioning state of
|
268
|
+
* Provisioning state of Managed CCF Resource
|
217
269
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
218
270
|
*/
|
219
271
|
readonly provisioningState?: ProvisioningState;
|
220
272
|
/** Number of CCF nodes in the Managed CCF. */
|
221
273
|
nodeCount?: number;
|
274
|
+
/** Enclave platform of Managed CCF. */
|
275
|
+
enclavePlatform?: EnclavePlatform;
|
222
276
|
}
|
223
277
|
/** Object representing MemberIdentityCertificate for Managed CCF. */
|
224
278
|
export interface MemberIdentityCertificate {
|
@@ -243,6 +297,38 @@ export interface ManagedCCFList {
|
|
243
297
|
/** The URL the client should use to fetch the next page (per server side paging). */
|
244
298
|
nextLink?: string;
|
245
299
|
}
|
300
|
+
/** Object representing Backup properties of a Managed CCF Resource. */
|
301
|
+
export interface ManagedCCFBackup {
|
302
|
+
/** The region where the backup of the managed CCF resource will eventually be restored to. */
|
303
|
+
restoreRegion?: string;
|
304
|
+
/** SAS URI used to access the backup Fileshare. */
|
305
|
+
uri: string;
|
306
|
+
}
|
307
|
+
/** Object representing the backup response of a Managed CCF Resource. */
|
308
|
+
export interface ManagedCCFBackupResponse {
|
309
|
+
/**
|
310
|
+
* Response body stating if the managed CCF resource is being backed up.
|
311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
312
|
+
*/
|
313
|
+
readonly message?: string;
|
314
|
+
}
|
315
|
+
/** Object representing Restore properties of Managed CCF Resource. */
|
316
|
+
export interface ManagedCCFRestore {
|
317
|
+
/** Fileshare where the managed CCF resource backup is stored. */
|
318
|
+
fileShareName: string;
|
319
|
+
/** The region the managed CCF resource is being restored to. */
|
320
|
+
restoreRegion: string;
|
321
|
+
/** SAS URI used to access the backup Fileshare. */
|
322
|
+
uri: string;
|
323
|
+
}
|
324
|
+
/** Object representing the restore response of a Managed CCF Resource. */
|
325
|
+
export interface ManagedCCFRestoreResponse {
|
326
|
+
/**
|
327
|
+
* Response body stating if the managed CCF resource is being restored.
|
328
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
329
|
+
*/
|
330
|
+
readonly message?: string;
|
331
|
+
}
|
246
332
|
/** Tags for Managed CCF Certificates */
|
247
333
|
export interface CertificateTags {
|
248
334
|
/** Additional tags for Managed CCF Certificates */
|
@@ -284,7 +370,7 @@ export declare enum KnownCheckNameAvailabilityReason {
|
|
284
370
|
* **Invalid** \
|
285
371
|
* **AlreadyExists**
|
286
372
|
*/
|
287
|
-
export
|
373
|
+
export type CheckNameAvailabilityReason = string;
|
288
374
|
/** Known values of {@link RunningState} that the service accepts. */
|
289
375
|
export declare enum KnownRunningState {
|
290
376
|
/** Active */
|
@@ -309,7 +395,7 @@ export declare enum KnownRunningState {
|
|
309
395
|
* **Pausing** \
|
310
396
|
* **Resuming**
|
311
397
|
*/
|
312
|
-
export
|
398
|
+
export type RunningState = string;
|
313
399
|
/** Known values of {@link LedgerType} that the service accepts. */
|
314
400
|
export declare enum KnownLedgerType {
|
315
401
|
/** Unknown */
|
@@ -328,7 +414,7 @@ export declare enum KnownLedgerType {
|
|
328
414
|
* **Public** \
|
329
415
|
* **Private**
|
330
416
|
*/
|
331
|
-
export
|
417
|
+
export type LedgerType = string;
|
332
418
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
333
419
|
export declare enum KnownProvisioningState {
|
334
420
|
/** Unknown */
|
@@ -359,7 +445,26 @@ export declare enum KnownProvisioningState {
|
|
359
445
|
* **Deleting** \
|
360
446
|
* **Updating**
|
361
447
|
*/
|
362
|
-
export
|
448
|
+
export type ProvisioningState = string;
|
449
|
+
/** Known values of {@link LedgerSku} that the service accepts. */
|
450
|
+
export declare enum KnownLedgerSku {
|
451
|
+
/** Standard */
|
452
|
+
Standard = "Standard",
|
453
|
+
/** Basic */
|
454
|
+
Basic = "Basic",
|
455
|
+
/** Unknown */
|
456
|
+
Unknown = "Unknown"
|
457
|
+
}
|
458
|
+
/**
|
459
|
+
* Defines values for LedgerSku. \
|
460
|
+
* {@link KnownLedgerSku} can be used interchangeably with LedgerSku,
|
461
|
+
* this enum contains the known values that the service supports.
|
462
|
+
* ### Known values supported by the service
|
463
|
+
* **Standard** \
|
464
|
+
* **Basic** \
|
465
|
+
* **Unknown**
|
466
|
+
*/
|
467
|
+
export type LedgerSku = string;
|
363
468
|
/** Known values of {@link LedgerRoleName} that the service accepts. */
|
364
469
|
export declare enum KnownLedgerRoleName {
|
365
470
|
/** Reader */
|
@@ -378,7 +483,39 @@ export declare enum KnownLedgerRoleName {
|
|
378
483
|
* **Contributor** \
|
379
484
|
* **Administrator**
|
380
485
|
*/
|
381
|
-
export
|
486
|
+
export type LedgerRoleName = string;
|
487
|
+
/** Known values of {@link EnclavePlatform} that the service accepts. */
|
488
|
+
export declare enum KnownEnclavePlatform {
|
489
|
+
/** IntelSgx */
|
490
|
+
IntelSgx = "IntelSgx",
|
491
|
+
/** AmdSevSnp */
|
492
|
+
AmdSevSnp = "AmdSevSnp"
|
493
|
+
}
|
494
|
+
/**
|
495
|
+
* Defines values for EnclavePlatform. \
|
496
|
+
* {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,
|
497
|
+
* this enum contains the known values that the service supports.
|
498
|
+
* ### Known values supported by the service
|
499
|
+
* **IntelSgx** \
|
500
|
+
* **AmdSevSnp**
|
501
|
+
*/
|
502
|
+
export type EnclavePlatform = string;
|
503
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
504
|
+
export declare enum KnownApplicationType {
|
505
|
+
/** ConfidentialLedger */
|
506
|
+
ConfidentialLedger = "ConfidentialLedger",
|
507
|
+
/** CodeTransparency */
|
508
|
+
CodeTransparency = "CodeTransparency"
|
509
|
+
}
|
510
|
+
/**
|
511
|
+
* Defines values for ApplicationType. \
|
512
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
513
|
+
* this enum contains the known values that the service supports.
|
514
|
+
* ### Known values supported by the service
|
515
|
+
* **ConfidentialLedger** \
|
516
|
+
* **CodeTransparency**
|
517
|
+
*/
|
518
|
+
export type ApplicationType = string;
|
382
519
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
383
520
|
export declare enum KnownCreatedByType {
|
384
521
|
/** User */
|
@@ -400,7 +537,7 @@ export declare enum KnownCreatedByType {
|
|
400
537
|
* **ManagedIdentity** \
|
401
538
|
* **Key**
|
402
539
|
*/
|
403
|
-
export
|
540
|
+
export type CreatedByType = string;
|
404
541
|
/** Known values of {@link LanguageRuntime} that the service accepts. */
|
405
542
|
export declare enum KnownLanguageRuntime {
|
406
543
|
/** CPP */
|
@@ -416,27 +553,27 @@ export declare enum KnownLanguageRuntime {
|
|
416
553
|
* **CPP** \
|
417
554
|
* **JS**
|
418
555
|
*/
|
419
|
-
export
|
556
|
+
export type LanguageRuntime = string;
|
420
557
|
/** Optional parameters. */
|
421
558
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
422
559
|
}
|
423
560
|
/** Contains response data for the list operation. */
|
424
|
-
export
|
561
|
+
export type OperationsListResponse = ResourceProviderOperationList;
|
425
562
|
/** Optional parameters. */
|
426
563
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
427
564
|
}
|
428
565
|
/** Contains response data for the listNext operation. */
|
429
|
-
export
|
566
|
+
export type OperationsListNextResponse = ResourceProviderOperationList;
|
430
567
|
/** Optional parameters. */
|
431
568
|
export interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
432
569
|
}
|
433
570
|
/** Contains response data for the checkNameAvailability operation. */
|
434
|
-
export
|
571
|
+
export type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
|
435
572
|
/** Optional parameters. */
|
436
573
|
export interface LedgerGetOptionalParams extends coreClient.OperationOptions {
|
437
574
|
}
|
438
575
|
/** Contains response data for the get operation. */
|
439
|
-
export
|
576
|
+
export type LedgerGetResponse = ConfidentialLedger;
|
440
577
|
/** Optional parameters. */
|
441
578
|
export interface LedgerDeleteOptionalParams extends coreClient.OperationOptions {
|
442
579
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -452,7 +589,7 @@ export interface LedgerCreateOptionalParams extends coreClient.OperationOptions
|
|
452
589
|
resumeFrom?: string;
|
453
590
|
}
|
454
591
|
/** Contains response data for the create operation. */
|
455
|
-
export
|
592
|
+
export type LedgerCreateResponse = ConfidentialLedger;
|
456
593
|
/** Optional parameters. */
|
457
594
|
export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions {
|
458
595
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -461,36 +598,54 @@ export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions
|
|
461
598
|
resumeFrom?: string;
|
462
599
|
}
|
463
600
|
/** Contains response data for the update operation. */
|
464
|
-
export
|
601
|
+
export type LedgerUpdateResponse = ConfidentialLedger;
|
465
602
|
/** Optional parameters. */
|
466
603
|
export interface LedgerListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
467
604
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
468
605
|
filter?: string;
|
469
606
|
}
|
470
607
|
/** Contains response data for the listByResourceGroup operation. */
|
471
|
-
export
|
608
|
+
export type LedgerListByResourceGroupResponse = ConfidentialLedgerList;
|
472
609
|
/** Optional parameters. */
|
473
610
|
export interface LedgerListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
474
611
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
475
612
|
filter?: string;
|
476
613
|
}
|
477
614
|
/** Contains response data for the listBySubscription operation. */
|
478
|
-
export
|
615
|
+
export type LedgerListBySubscriptionResponse = ConfidentialLedgerList;
|
616
|
+
/** Optional parameters. */
|
617
|
+
export interface LedgerBackupOptionalParams extends coreClient.OperationOptions {
|
618
|
+
/** Delay to wait until next poll, in milliseconds. */
|
619
|
+
updateIntervalInMs?: number;
|
620
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
621
|
+
resumeFrom?: string;
|
622
|
+
}
|
623
|
+
/** Contains response data for the backup operation. */
|
624
|
+
export type LedgerBackupResponse = ConfidentialLedgerBackupResponse;
|
625
|
+
/** Optional parameters. */
|
626
|
+
export interface LedgerRestoreOptionalParams extends coreClient.OperationOptions {
|
627
|
+
/** Delay to wait until next poll, in milliseconds. */
|
628
|
+
updateIntervalInMs?: number;
|
629
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
630
|
+
resumeFrom?: string;
|
631
|
+
}
|
632
|
+
/** Contains response data for the restore operation. */
|
633
|
+
export type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;
|
479
634
|
/** Optional parameters. */
|
480
635
|
export interface LedgerListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
481
636
|
}
|
482
637
|
/** Contains response data for the listByResourceGroupNext operation. */
|
483
|
-
export
|
638
|
+
export type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;
|
484
639
|
/** Optional parameters. */
|
485
640
|
export interface LedgerListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
486
641
|
}
|
487
642
|
/** Contains response data for the listBySubscriptionNext operation. */
|
488
|
-
export
|
643
|
+
export type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;
|
489
644
|
/** Optional parameters. */
|
490
645
|
export interface ManagedCCFGetOptionalParams extends coreClient.OperationOptions {
|
491
646
|
}
|
492
647
|
/** Contains response data for the get operation. */
|
493
|
-
export
|
648
|
+
export type ManagedCCFGetResponse = ManagedCCF;
|
494
649
|
/** Optional parameters. */
|
495
650
|
export interface ManagedCCFDeleteOptionalParams extends coreClient.OperationOptions {
|
496
651
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -506,7 +661,7 @@ export interface ManagedCCFCreateOptionalParams extends coreClient.OperationOpti
|
|
506
661
|
resumeFrom?: string;
|
507
662
|
}
|
508
663
|
/** Contains response data for the create operation. */
|
509
|
-
export
|
664
|
+
export type ManagedCCFCreateResponse = ManagedCCF;
|
510
665
|
/** Optional parameters. */
|
511
666
|
export interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOptions {
|
512
667
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -514,30 +669,50 @@ export interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOpti
|
|
514
669
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
515
670
|
resumeFrom?: string;
|
516
671
|
}
|
672
|
+
/** Contains response data for the update operation. */
|
673
|
+
export type ManagedCCFUpdateResponse = ManagedCCF;
|
517
674
|
/** Optional parameters. */
|
518
675
|
export interface ManagedCCFListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
519
676
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
520
677
|
filter?: string;
|
521
678
|
}
|
522
679
|
/** Contains response data for the listByResourceGroup operation. */
|
523
|
-
export
|
680
|
+
export type ManagedCCFListByResourceGroupResponse = ManagedCCFList;
|
524
681
|
/** Optional parameters. */
|
525
682
|
export interface ManagedCCFListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
526
683
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
527
684
|
filter?: string;
|
528
685
|
}
|
529
686
|
/** Contains response data for the listBySubscription operation. */
|
530
|
-
export
|
687
|
+
export type ManagedCCFListBySubscriptionResponse = ManagedCCFList;
|
688
|
+
/** Optional parameters. */
|
689
|
+
export interface ManagedCCFBackupOptionalParams extends coreClient.OperationOptions {
|
690
|
+
/** Delay to wait until next poll, in milliseconds. */
|
691
|
+
updateIntervalInMs?: number;
|
692
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
693
|
+
resumeFrom?: string;
|
694
|
+
}
|
695
|
+
/** Contains response data for the backup operation. */
|
696
|
+
export type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;
|
697
|
+
/** Optional parameters. */
|
698
|
+
export interface ManagedCCFRestoreOptionalParams extends coreClient.OperationOptions {
|
699
|
+
/** Delay to wait until next poll, in milliseconds. */
|
700
|
+
updateIntervalInMs?: number;
|
701
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
702
|
+
resumeFrom?: string;
|
703
|
+
}
|
704
|
+
/** Contains response data for the restore operation. */
|
705
|
+
export type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;
|
531
706
|
/** Optional parameters. */
|
532
707
|
export interface ManagedCCFListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
533
708
|
}
|
534
709
|
/** Contains response data for the listByResourceGroupNext operation. */
|
535
|
-
export
|
710
|
+
export type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;
|
536
711
|
/** Optional parameters. */
|
537
712
|
export interface ManagedCCFListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
538
713
|
}
|
539
714
|
/** Contains response data for the listBySubscriptionNext operation. */
|
540
|
-
export
|
715
|
+
export type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;
|
541
716
|
/** Optional parameters. */
|
542
717
|
export interface ConfidentialLedgerClientOptionalParams extends coreClient.ServiceClientOptions {
|
543
718
|
/** server parameter */
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
@@ -55,6 +55,16 @@ export var KnownProvisioningState;
|
|
55
55
|
/** Updating */
|
56
56
|
KnownProvisioningState["Updating"] = "Updating";
|
57
57
|
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
58
|
+
/** Known values of {@link LedgerSku} that the service accepts. */
|
59
|
+
export var KnownLedgerSku;
|
60
|
+
(function (KnownLedgerSku) {
|
61
|
+
/** Standard */
|
62
|
+
KnownLedgerSku["Standard"] = "Standard";
|
63
|
+
/** Basic */
|
64
|
+
KnownLedgerSku["Basic"] = "Basic";
|
65
|
+
/** Unknown */
|
66
|
+
KnownLedgerSku["Unknown"] = "Unknown";
|
67
|
+
})(KnownLedgerSku || (KnownLedgerSku = {}));
|
58
68
|
/** Known values of {@link LedgerRoleName} that the service accepts. */
|
59
69
|
export var KnownLedgerRoleName;
|
60
70
|
(function (KnownLedgerRoleName) {
|
@@ -65,6 +75,22 @@ export var KnownLedgerRoleName;
|
|
65
75
|
/** Administrator */
|
66
76
|
KnownLedgerRoleName["Administrator"] = "Administrator";
|
67
77
|
})(KnownLedgerRoleName || (KnownLedgerRoleName = {}));
|
78
|
+
/** Known values of {@link EnclavePlatform} that the service accepts. */
|
79
|
+
export var KnownEnclavePlatform;
|
80
|
+
(function (KnownEnclavePlatform) {
|
81
|
+
/** IntelSgx */
|
82
|
+
KnownEnclavePlatform["IntelSgx"] = "IntelSgx";
|
83
|
+
/** AmdSevSnp */
|
84
|
+
KnownEnclavePlatform["AmdSevSnp"] = "AmdSevSnp";
|
85
|
+
})(KnownEnclavePlatform || (KnownEnclavePlatform = {}));
|
86
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
87
|
+
export var KnownApplicationType;
|
88
|
+
(function (KnownApplicationType) {
|
89
|
+
/** ConfidentialLedger */
|
90
|
+
KnownApplicationType["ConfidentialLedger"] = "ConfidentialLedger";
|
91
|
+
/** CodeTransparency */
|
92
|
+
KnownApplicationType["CodeTransparency"] = "CodeTransparency";
|
93
|
+
})(KnownApplicationType || (KnownApplicationType = {}));
|
68
94
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
69
95
|
export var KnownCreatedByType;
|
70
96
|
(function (KnownCreatedByType) {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAkYH,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,aAAa;IACb,sCAAiB,CAAA;IACjB,aAAa;IACb,sCAAiB,CAAA;IACjB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,aAAa;IACb,oCAAiB,CAAA;IACjB,cAAc;IACd,sCAAmB,CAAA;AACrB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAeX;AAfD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAfW,sBAAsB,KAAtB,sBAAsB,QAejC;AAiBD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,eAAe;IACf,uCAAqB,CAAA;IACrB,YAAY;IACZ,iCAAe,CAAA;IACf,cAAc;IACd,qCAAmB,CAAA;AACrB,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AAaD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,oBAAoB;IACpB,sDAA+B,CAAA;AACjC,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,eAAe;IACf,6CAAqB,CAAA;IACrB,gBAAgB;IAChB,+CAAuB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,yBAAyB;IACzB,iEAAyC,CAAA;IACzC,uBAAuB;IACvB,6DAAqC,CAAA;AACvC,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,UAAU;IACV,mCAAW,CAAA;IACX,SAAS;IACT,iCAAS,CAAA;AACX,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** List containing this Resource Provider's available operations. */\nexport interface ResourceProviderOperationList {\n /**\n * Resource provider operations list.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ResourceProviderOperationDefinition[];\n /**\n * The URI that can be used to request the next page for list of Azure operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Describes the Resource Provider Operation. */\nexport interface ResourceProviderOperationDefinition {\n /** Resource provider operation name. */\n name?: string;\n /** Indicates whether the operation is data action or not. */\n isDataAction?: boolean;\n /** Details about the operations */\n display?: ResourceProviderOperationDisplay;\n}\n\n/** Describes the properties of the Operation. */\nexport interface ResourceProviderOperationDisplay {\n /** Name of the resource provider. */\n provider?: string;\n /** Name of the resource type. */\n resource?: string;\n /** Name of the resource provider operation. */\n operation?: string;\n /** Description of the resource provider operation. */\n description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** Additional Confidential Ledger properties. */\nexport interface LedgerProperties {\n /**\n * Unique name for the Confidential Ledger.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerName?: string;\n /**\n * Endpoint for calling Ledger Service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerUri?: string;\n /**\n * Endpoint for accessing network identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identityServiceUri?: string;\n /**\n * Internal namespace for the Ledger\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ledgerInternalNamespace?: string;\n /** Object representing RunningState for Ledger. */\n runningState?: RunningState;\n /** Type of Confidential Ledger */\n ledgerType?: LedgerType;\n /**\n * Provisioning state of Ledger Resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** SKU associated with the ledger */\n ledgerSku?: LedgerSku;\n /** Array of all AAD based Security Principals. */\n aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];\n /** Array of all cert based Security Principals. */\n certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];\n /** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */\n hostLevel?: string;\n /** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */\n maxBodySizeInMb?: number;\n /** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */\n subjectName?: string;\n /** Number of CCF nodes in the ACC Ledger. */\n nodeCount?: number;\n /** Prefix for the write load balancer. Example: write */\n writeLBAddressPrefix?: string;\n /** Number of additional threads processing incoming client requests in the enclave (modify with care!) */\n workerThreads?: number;\n /** Enclave platform of the Confidential Ledger. */\n enclavePlatform?: EnclavePlatform;\n /** Application type of the Confidential Ledger. */\n applicationType?: ApplicationType;\n}\n\n/** AAD based security principal with associated Ledger RoleName */\nexport interface AADBasedSecurityPrincipal {\n /** UUID/GUID based Principal Id of the Security Principal */\n principalId?: string;\n /** UUID/GUID based Tenant Id of the Security Principal */\n tenantId?: string;\n /** LedgerRole associated with the Security Principal of Ledger */\n ledgerRoleName?: LedgerRoleName;\n}\n\n/** Cert based security principal with Ledger RoleName */\nexport interface CertBasedSecurityPrincipal {\n /** Public key of the user cert (.pem or .cer) */\n cert?: string;\n /** LedgerRole associated with the Security Principal of Ledger */\n ledgerRoleName?: LedgerRoleName;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Object that includes an array of Confidential Ledgers and a possible link for next set. */\nexport interface ConfidentialLedgerList {\n /** List of Confidential Ledgers */\n value?: ConfidentialLedger[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Object representing Backup properties of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerBackup {\n /** The region where the backup of the ledger will eventually be restored to. */\n restoreRegion?: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the backup response of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerBackupResponse {\n /**\n * Response body stating if the ledger is being backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object representing Restore properties of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerRestore {\n /** Fileshare where the ledger backup is stored. */\n fileShareName: string;\n /** The region the ledger is being restored to. */\n restoreRegion: string;\n /** SAS URI used to access the backup fileshare. */\n uri: string;\n}\n\n/** Object representing the restore response of a Confidential Ledger Resource. */\nexport interface ConfidentialLedgerRestoreResponse {\n /**\n * Response body stating if the ledger is being restored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Additional Managed CCF properties. */\nexport interface ManagedCCFProperties {\n /**\n * Unique name for the Managed CCF.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appName?: string;\n /**\n * Endpoint for calling Managed CCF Service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly appUri?: string;\n /**\n * Endpoint for accessing network identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly identityServiceUri?: string;\n /** List of member identity certificates for Managed CCF */\n memberIdentityCertificates?: MemberIdentityCertificate[];\n /** Deployment Type of Managed CCF */\n deploymentType?: DeploymentType;\n /** Object representing RunningState for Managed CCF. */\n runningState?: RunningState;\n /**\n * Provisioning state of Managed CCF Resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /** Number of CCF nodes in the Managed CCF. */\n nodeCount?: number;\n /** Enclave platform of Managed CCF. */\n enclavePlatform?: EnclavePlatform;\n}\n\n/** Object representing MemberIdentityCertificate for Managed CCF. */\nexport interface MemberIdentityCertificate {\n /** Member Identity Certificate */\n certificate?: string;\n /** Member Identity Certificate Encryption Key */\n encryptionkey?: string;\n /** Anything */\n tags?: any;\n}\n\n/** Object representing DeploymentType for Managed CCF. */\nexport interface DeploymentType {\n /** Unique name for the Managed CCF. */\n languageRuntime?: LanguageRuntime;\n /** Source Uri containing ManagedCCF code */\n appSourceUri?: string;\n}\n\n/** Object that includes an array of Managed CCF and a possible link for next set. */\nexport interface ManagedCCFList {\n /** List of Managed CCF */\n value?: ManagedCCF[];\n /** The URL the client should use to fetch the next page (per server side paging). */\n nextLink?: string;\n}\n\n/** Object representing Backup properties of a Managed CCF Resource. */\nexport interface ManagedCCFBackup {\n /** The region where the backup of the managed CCF resource will eventually be restored to. */\n restoreRegion?: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the backup response of a Managed CCF Resource. */\nexport interface ManagedCCFBackupResponse {\n /**\n * Response body stating if the managed CCF resource is being backed up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Object representing Restore properties of Managed CCF Resource. */\nexport interface ManagedCCFRestore {\n /** Fileshare where the managed CCF resource backup is stored. */\n fileShareName: string;\n /** The region the managed CCF resource is being restored to. */\n restoreRegion: string;\n /** SAS URI used to access the backup Fileshare. */\n uri: string;\n}\n\n/** Object representing the restore response of a Managed CCF Resource. */\nexport interface ManagedCCFRestoreResponse {\n /**\n * Response body stating if the managed CCF resource is being restored.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Tags for Managed CCF Certificates */\nexport interface CertificateTags {\n /** Additional tags for Managed CCF Certificates */\n tags?: { [propertyName: string]: string };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */\nexport interface ConfidentialLedger extends TrackedResource {\n /** Properties of Confidential Ledger Resource. */\n properties?: LedgerProperties;\n}\n\n/** Managed CCF. Contains the properties of Managed CCF Resource. */\nexport interface ManagedCCF extends TrackedResource {\n /** Properties of Managed CCF Resource. */\n properties?: ManagedCCFProperties;\n}\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link RunningState} that the service accepts. */\nexport enum KnownRunningState {\n /** Active */\n Active = \"Active\",\n /** Paused */\n Paused = \"Paused\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Pausing */\n Pausing = \"Pausing\",\n /** Resuming */\n Resuming = \"Resuming\",\n}\n\n/**\n * Defines values for RunningState. \\\n * {@link KnownRunningState} can be used interchangeably with RunningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Paused** \\\n * **Unknown** \\\n * **Pausing** \\\n * **Resuming**\n */\nexport type RunningState = string;\n\n/** Known values of {@link LedgerType} that the service accepts. */\nexport enum KnownLedgerType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Public */\n Public = \"Public\",\n /** Private */\n Private = \"Private\",\n}\n\n/**\n * Defines values for LedgerType. \\\n * {@link KnownLedgerType} can be used interchangeably with LedgerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Public** \\\n * **Private**\n */\nexport type LedgerType = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Deleting** \\\n * **Updating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link LedgerSku} that the service accepts. */\nexport enum KnownLedgerSku {\n /** Standard */\n Standard = \"Standard\",\n /** Basic */\n Basic = \"Basic\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * Defines values for LedgerSku. \\\n * {@link KnownLedgerSku} can be used interchangeably with LedgerSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Basic** \\\n * **Unknown**\n */\nexport type LedgerSku = string;\n\n/** Known values of {@link LedgerRoleName} that the service accepts. */\nexport enum KnownLedgerRoleName {\n /** Reader */\n Reader = \"Reader\",\n /** Contributor */\n Contributor = \"Contributor\",\n /** Administrator */\n Administrator = \"Administrator\",\n}\n\n/**\n * Defines values for LedgerRoleName. \\\n * {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reader** \\\n * **Contributor** \\\n * **Administrator**\n */\nexport type LedgerRoleName = string;\n\n/** Known values of {@link EnclavePlatform} that the service accepts. */\nexport enum KnownEnclavePlatform {\n /** IntelSgx */\n IntelSgx = \"IntelSgx\",\n /** AmdSevSnp */\n AmdSevSnp = \"AmdSevSnp\",\n}\n\n/**\n * Defines values for EnclavePlatform. \\\n * {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **IntelSgx** \\\n * **AmdSevSnp**\n */\nexport type EnclavePlatform = string;\n\n/** Known values of {@link ApplicationType} that the service accepts. */\nexport enum KnownApplicationType {\n /** ConfidentialLedger */\n ConfidentialLedger = \"ConfidentialLedger\",\n /** CodeTransparency */\n CodeTransparency = \"CodeTransparency\",\n}\n\n/**\n * Defines values for ApplicationType. \\\n * {@link KnownApplicationType} can be used interchangeably with ApplicationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ConfidentialLedger** \\\n * **CodeTransparency**\n */\nexport type ApplicationType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link LanguageRuntime} that the service accepts. */\nexport enum KnownLanguageRuntime {\n /** CPP */\n CPP = \"CPP\",\n /** JS */\n JS = \"JS\",\n}\n\n/**\n * Defines values for LanguageRuntime. \\\n * {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CPP** \\\n * **JS**\n */\nexport type LanguageRuntime = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = ResourceProviderOperationList;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type CheckNameAvailabilityOperationResponse =\n CheckNameAvailabilityResponse;\n\n/** Optional parameters. */\nexport interface LedgerGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LedgerGetResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface LedgerCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type LedgerCreateResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type LedgerUpdateResponse = ConfidentialLedger;\n\n/** Optional parameters. */\nexport interface LedgerListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type LedgerListByResourceGroupResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type LedgerListBySubscriptionResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerBackupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the backup operation. */\nexport type LedgerBackupResponse = ConfidentialLedgerBackupResponse;\n\n/** Optional parameters. */\nexport interface LedgerRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;\n\n/** Optional parameters. */\nexport interface LedgerListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface LedgerListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;\n\n/** Optional parameters. */\nexport interface ManagedCCFGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ManagedCCFGetResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ManagedCCFCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ManagedCCFCreateResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ManagedCCFUpdateResponse = ManagedCCF;\n\n/** Optional parameters. */\nexport interface ManagedCCFListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ManagedCCFListByResourceGroupResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {\n /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */\n filter?: string;\n}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ManagedCCFListBySubscriptionResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFBackupOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the backup operation. */\nexport type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;\n\n/** Optional parameters. */\nexport interface ManagedCCFRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;\n\n/** Optional parameters. */\nexport interface ManagedCCFListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ManagedCCFListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;\n\n/** Optional parameters. */\nexport interface ConfidentialLedgerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
@@ -13,10 +13,18 @@ export declare const CertBasedSecurityPrincipal: coreClient.CompositeMapper;
|
|
13
13
|
export declare const Resource: coreClient.CompositeMapper;
|
14
14
|
export declare const SystemData: coreClient.CompositeMapper;
|
15
15
|
export declare const ConfidentialLedgerList: coreClient.CompositeMapper;
|
16
|
+
export declare const ConfidentialLedgerBackup: coreClient.CompositeMapper;
|
17
|
+
export declare const ConfidentialLedgerBackupResponse: coreClient.CompositeMapper;
|
18
|
+
export declare const ConfidentialLedgerRestore: coreClient.CompositeMapper;
|
19
|
+
export declare const ConfidentialLedgerRestoreResponse: coreClient.CompositeMapper;
|
16
20
|
export declare const ManagedCCFProperties: coreClient.CompositeMapper;
|
17
21
|
export declare const MemberIdentityCertificate: coreClient.CompositeMapper;
|
18
22
|
export declare const DeploymentType: coreClient.CompositeMapper;
|
19
23
|
export declare const ManagedCCFList: coreClient.CompositeMapper;
|
24
|
+
export declare const ManagedCCFBackup: coreClient.CompositeMapper;
|
25
|
+
export declare const ManagedCCFBackupResponse: coreClient.CompositeMapper;
|
26
|
+
export declare const ManagedCCFRestore: coreClient.CompositeMapper;
|
27
|
+
export declare const ManagedCCFRestoreResponse: coreClient.CompositeMapper;
|
20
28
|
export declare const CertificateTags: coreClient.CompositeMapper;
|
21
29
|
export declare const TrackedResource: coreClient.CompositeMapper;
|
22
30
|
export declare const ConfidentialLedger: coreClient.CompositeMapper;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA2BtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoIzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAoBjD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAczD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eA4BlD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAc1D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAyE7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAoBzC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAcjD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eA4B1C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAclD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAe3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAenC,CAAC"}
|