@azure/arm-confidentialledger 1.3.0-beta.2 → 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 +73 -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 +19 -22
- 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/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +50 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +16 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/mappers.js +54 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +3 -3
- 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 +3 -3
- package/dist/browser/operations/ledger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/ledger.js +186 -206
- package/dist/browser/operations/ledger.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +3 -3
- package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.js +186 -206
- 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 +3 -3
- 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 +1 -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 +1 -1
- 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 -1013
- 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 +77 -62
- package/review/arm-confidentialledger.api.md +27 -0
- package/dist/index.js +0 -2884
- 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/ledgerBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerBackupSample.js +0 -44
- package/dist-esm/samples-dev/ledgerBackupSample.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 -61
- 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 -55
- 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 -53
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ledgerRestoreSample.js +0 -45
- package/dist-esm/samples-dev/ledgerRestoreSample.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/managedCcfBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfBackupSample.js +0 -44
- package/dist-esm/samples-dev/managedCcfBackupSample.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 -55
- 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 -53
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedCcfRestoreSample.js +0 -45
- package/dist-esm/samples-dev/managedCcfRestoreSample.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 -53
- 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.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.map +0 -1
- package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
- 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/confidentialledger_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/confidentialledger_operations_test.spec.js +0 -71
- package/dist-esm/test/confidentialledger_operations_test.spec.js.map +0 -1
- package/src/confidentialLedgerClient.ts +0 -196
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -784
- package/src/models/mappers.ts +0 -872
- package/src/models/parameters.ts +0 -184
- package/src/operations/ledger.ts +0 -957
- package/src/operations/managedCCFOperations.ts +0 -962
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/index.ts +0 -11
- package/src/operationsInterfaces/ledger.ts +0 -197
- package/src/operationsInterfaces/managedCCFOperations.ts +0 -206
- 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}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +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
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,114 @@
|
|
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
|
+
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
9
|
+
export var KnownCheckNameAvailabilityReason;
|
10
|
+
(function (KnownCheckNameAvailabilityReason) {
|
11
|
+
/** Invalid */
|
12
|
+
KnownCheckNameAvailabilityReason["Invalid"] = "Invalid";
|
13
|
+
/** AlreadyExists */
|
14
|
+
KnownCheckNameAvailabilityReason["AlreadyExists"] = "AlreadyExists";
|
15
|
+
})(KnownCheckNameAvailabilityReason || (KnownCheckNameAvailabilityReason = {}));
|
16
|
+
/** Known values of {@link RunningState} that the service accepts. */
|
17
|
+
export var KnownRunningState;
|
18
|
+
(function (KnownRunningState) {
|
19
|
+
/** Active */
|
20
|
+
KnownRunningState["Active"] = "Active";
|
21
|
+
/** Paused */
|
22
|
+
KnownRunningState["Paused"] = "Paused";
|
23
|
+
/** Unknown */
|
24
|
+
KnownRunningState["Unknown"] = "Unknown";
|
25
|
+
/** Pausing */
|
26
|
+
KnownRunningState["Pausing"] = "Pausing";
|
27
|
+
/** Resuming */
|
28
|
+
KnownRunningState["Resuming"] = "Resuming";
|
29
|
+
})(KnownRunningState || (KnownRunningState = {}));
|
30
|
+
/** Known values of {@link LedgerType} that the service accepts. */
|
31
|
+
export var KnownLedgerType;
|
32
|
+
(function (KnownLedgerType) {
|
33
|
+
/** Unknown */
|
34
|
+
KnownLedgerType["Unknown"] = "Unknown";
|
35
|
+
/** Public */
|
36
|
+
KnownLedgerType["Public"] = "Public";
|
37
|
+
/** Private */
|
38
|
+
KnownLedgerType["Private"] = "Private";
|
39
|
+
})(KnownLedgerType || (KnownLedgerType = {}));
|
40
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
41
|
+
export var KnownProvisioningState;
|
42
|
+
(function (KnownProvisioningState) {
|
43
|
+
/** Unknown */
|
44
|
+
KnownProvisioningState["Unknown"] = "Unknown";
|
45
|
+
/** Succeeded */
|
46
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
47
|
+
/** Failed */
|
48
|
+
KnownProvisioningState["Failed"] = "Failed";
|
49
|
+
/** Canceled */
|
50
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
51
|
+
/** Creating */
|
52
|
+
KnownProvisioningState["Creating"] = "Creating";
|
53
|
+
/** Deleting */
|
54
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
55
|
+
/** Updating */
|
56
|
+
KnownProvisioningState["Updating"] = "Updating";
|
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 = {}));
|
68
|
+
/** Known values of {@link LedgerRoleName} that the service accepts. */
|
69
|
+
export var KnownLedgerRoleName;
|
70
|
+
(function (KnownLedgerRoleName) {
|
71
|
+
/** Reader */
|
72
|
+
KnownLedgerRoleName["Reader"] = "Reader";
|
73
|
+
/** Contributor */
|
74
|
+
KnownLedgerRoleName["Contributor"] = "Contributor";
|
75
|
+
/** Administrator */
|
76
|
+
KnownLedgerRoleName["Administrator"] = "Administrator";
|
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 = {}));
|
94
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
95
|
+
export var KnownCreatedByType;
|
96
|
+
(function (KnownCreatedByType) {
|
97
|
+
/** User */
|
98
|
+
KnownCreatedByType["User"] = "User";
|
99
|
+
/** Application */
|
100
|
+
KnownCreatedByType["Application"] = "Application";
|
101
|
+
/** ManagedIdentity */
|
102
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
103
|
+
/** Key */
|
104
|
+
KnownCreatedByType["Key"] = "Key";
|
105
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
106
|
+
/** Known values of {@link LanguageRuntime} that the service accepts. */
|
107
|
+
export var KnownLanguageRuntime;
|
108
|
+
(function (KnownLanguageRuntime) {
|
109
|
+
/** CPP */
|
110
|
+
KnownLanguageRuntime["CPP"] = "CPP";
|
111
|
+
/** JS */
|
112
|
+
KnownLanguageRuntime["JS"] = "JS";
|
113
|
+
})(KnownLanguageRuntime || (KnownLanguageRuntime = {}));
|
114
|
+
//# sourceMappingURL=index.js.map
|
@@ -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"]}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
export declare const ResourceProviderOperationList: coreClient.CompositeMapper;
|
3
|
+
export declare const ResourceProviderOperationDefinition: coreClient.CompositeMapper;
|
4
|
+
export declare const ResourceProviderOperationDisplay: coreClient.CompositeMapper;
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
8
|
+
export declare const CheckNameAvailabilityRequest: coreClient.CompositeMapper;
|
9
|
+
export declare const CheckNameAvailabilityResponse: coreClient.CompositeMapper;
|
10
|
+
export declare const LedgerProperties: coreClient.CompositeMapper;
|
11
|
+
export declare const AADBasedSecurityPrincipal: coreClient.CompositeMapper;
|
12
|
+
export declare const CertBasedSecurityPrincipal: coreClient.CompositeMapper;
|
13
|
+
export declare const Resource: coreClient.CompositeMapper;
|
14
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
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;
|
20
|
+
export declare const ManagedCCFProperties: coreClient.CompositeMapper;
|
21
|
+
export declare const MemberIdentityCertificate: coreClient.CompositeMapper;
|
22
|
+
export declare const DeploymentType: coreClient.CompositeMapper;
|
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;
|
28
|
+
export declare const CertificateTags: coreClient.CompositeMapper;
|
29
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
30
|
+
export declare const ConfidentialLedger: coreClient.CompositeMapper;
|
31
|
+
export declare const ManagedCCF: coreClient.CompositeMapper;
|
32
|
+
//# sourceMappingURL=mappers.d.ts.map
|
@@ -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"}
|