@azure/arm-confidentialledger 1.3.0-beta.3 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/dist/browser/api/confidentialLedgerContext.d.ts +22 -0
- package/dist/browser/api/confidentialLedgerContext.js +26 -0
- package/dist/browser/api/confidentialLedgerContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/ledger/index.d.ts +3 -0
- package/dist/browser/api/ledger/index.js +4 -0
- package/dist/browser/api/ledger/index.js.map +1 -0
- package/dist/browser/api/ledger/operations.d.ts +35 -0
- package/dist/browser/api/ledger/operations.js +224 -0
- package/dist/browser/api/ledger/operations.js.map +1 -0
- package/dist/browser/api/ledger/options.d.ts +35 -0
- package/dist/browser/api/ledger/options.js +4 -0
- package/dist/browser/api/ledger/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +9 -0
- package/dist/browser/api/operations.js +34 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +5 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/ledger/index.d.ts +41 -0
- package/dist/browser/classic/ledger/index.js +53 -0
- package/dist/browser/classic/ledger/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/confidentialLedgerClient.d.ts +20 -26
- package/dist/browser/confidentialLedgerClient.js +36 -123
- package/dist/browser/confidentialLedgerClient.js.map +1 -1
- package/dist/browser/index.d.ts +15 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -724
- package/dist/browser/models/index.js +3 -113
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +408 -0
- package/dist/browser/models/models.js +362 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/confidentialLedgerContext.d.ts +22 -0
- package/dist/commonjs/api/confidentialLedgerContext.js +47 -0
- package/dist/commonjs/api/confidentialLedgerContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +31 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/ledger/index.d.ts +3 -0
- package/dist/commonjs/api/ledger/index.js +40 -0
- package/dist/commonjs/api/ledger/index.js.map +7 -0
- package/dist/commonjs/api/ledger/operations.d.ts +35 -0
- package/dist/commonjs/api/ledger/operations.js +321 -0
- package/dist/commonjs/api/ledger/operations.js.map +7 -0
- package/dist/commonjs/api/ledger/options.d.ts +35 -0
- package/dist/commonjs/api/ledger/options.js +16 -0
- package/dist/commonjs/api/ledger/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +9 -0
- package/dist/commonjs/api/operations.js +65 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +5 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/ledger/index.d.ts +41 -0
- package/dist/commonjs/classic/ledger/index.js +83 -0
- package/dist/commonjs/classic/ledger/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/confidentialLedgerClient.d.ts +20 -26
- package/dist/commonjs/confidentialLedgerClient.js +61 -132
- package/dist/commonjs/confidentialLedgerClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +15 -3
- package/dist/commonjs/index.js +60 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -724
- package/dist/commonjs/models/index.js +46 -117
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +408 -0
- package/dist/commonjs/models/models.js +398 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +110 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/confidentialLedgerContext.d.ts +22 -0
- package/dist/esm/api/confidentialLedgerContext.js +26 -0
- package/dist/esm/api/confidentialLedgerContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/ledger/index.d.ts +3 -0
- package/dist/esm/api/ledger/index.js +4 -0
- package/dist/esm/api/ledger/index.js.map +1 -0
- package/dist/esm/api/ledger/operations.d.ts +35 -0
- package/dist/esm/api/ledger/operations.js +224 -0
- package/dist/esm/api/ledger/operations.js.map +1 -0
- package/dist/esm/api/ledger/options.d.ts +35 -0
- package/dist/esm/api/ledger/options.js +4 -0
- package/dist/esm/api/ledger/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +9 -0
- package/dist/esm/api/operations.js +34 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +5 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/ledger/index.d.ts +41 -0
- package/dist/esm/classic/ledger/index.js +53 -0
- package/dist/esm/classic/ledger/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/confidentialLedgerClient.d.ts +20 -26
- package/dist/esm/confidentialLedgerClient.js +36 -123
- package/dist/esm/confidentialLedgerClient.js.map +1 -1
- package/dist/esm/index.d.ts +15 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -724
- package/dist/esm/models/index.js +3 -113
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +408 -0
- package/dist/esm/models/models.js +362 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +97 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +151 -100
- package/CHANGELOG.md +0 -179
- package/dist/browser/confidentialLedgerClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -32
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -885
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -19
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -154
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/ledger.d.ts +0 -139
- package/dist/browser/operations/ledger.d.ts.map +0 -1
- package/dist/browser/operations/ledger.js +0 -702
- package/dist/browser/operations/ledger.js.map +0 -1
- package/dist/browser/operations/managedCCFOperations.d.ts +0 -139
- package/dist/browser/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist/browser/operations/managedCCFOperations.js +0 -702
- package/dist/browser/operations/managedCCFOperations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -133
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/ledger.d.ts +0 -103
- package/dist/browser/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/ledger.js +0 -9
- package/dist/browser/operationsInterfaces/ledger.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts +0 -103
- package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedCCFOperations.js +0 -9
- package/dist/browser/operationsInterfaces/managedCCFOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/confidentialLedgerClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -32
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -888
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -19
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -157
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -14
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/ledger.d.ts +0 -139
- package/dist/commonjs/operations/ledger.d.ts.map +0 -1
- package/dist/commonjs/operations/ledger.js +0 -706
- package/dist/commonjs/operations/ledger.js.map +0 -1
- package/dist/commonjs/operations/managedCCFOperations.d.ts +0 -139
- package/dist/commonjs/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/managedCCFOperations.js +0 -706
- package/dist/commonjs/operations/managedCCFOperations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -137
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/ledger.d.ts +0 -103
- package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/ledger.js +0 -10
- package/dist/commonjs/operationsInterfaces/ledger.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +0 -103
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/managedCCFOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/confidentialLedgerClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -32
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -885
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -19
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -154
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -11
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/ledger.d.ts +0 -139
- package/dist/esm/operations/ledger.d.ts.map +0 -1
- package/dist/esm/operations/ledger.js +0 -702
- package/dist/esm/operations/ledger.js.map +0 -1
- package/dist/esm/operations/managedCCFOperations.d.ts +0 -139
- package/dist/esm/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist/esm/operations/managedCCFOperations.js +0 -702
- package/dist/esm/operations/managedCCFOperations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -133
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -11
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/ledger.d.ts +0 -103
- package/dist/esm/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/ledger.js +0 -9
- package/dist/esm/operationsInterfaces/ledger.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +0 -103
- package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedCCFOperations.js +0 -9
- package/dist/esm/operationsInterfaces/managedCCFOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/confidentialLedgerClient.d.ts +0 -28
- package/dist/react-native/confidentialLedgerClient.d.ts.map +0 -1
- package/dist/react-native/confidentialLedgerClient.js +0 -129
- package/dist/react-native/confidentialLedgerClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -725
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -114
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -32
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -885
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -19
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -154
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/ledger.d.ts +0 -139
- package/dist/react-native/operations/ledger.d.ts.map +0 -1
- package/dist/react-native/operations/ledger.js +0 -702
- package/dist/react-native/operations/ledger.js.map +0 -1
- package/dist/react-native/operations/managedCCFOperations.d.ts +0 -139
- package/dist/react-native/operations/managedCCFOperations.d.ts.map +0 -1
- package/dist/react-native/operations/managedCCFOperations.js +0 -702
- package/dist/react-native/operations/managedCCFOperations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -133
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/ledger.d.ts +0 -103
- package/dist/react-native/operationsInterfaces/ledger.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/ledger.js +0 -9
- package/dist/react-native/operationsInterfaces/ledger.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +0 -103
- package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedCCFOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/managedCCFOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-confidentialledger.api.md +0 -580
package/dist/esm/models/index.js
CHANGED
|
@@ -1,114 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownCheckNameAvailabilityReason, KnownRunningState, KnownLedgerType, KnownProvisioningState, KnownLedgerSku, KnownLedgerRoleName, KnownEnclavePlatform, KnownApplicationType, KnownCreatedByType, KnownVersions, } from "./models.js";
|
|
114
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AA6BlC,OAAO,EACL,gCAAgC,EAChC,iBAAiB,EACjB,eAAe,EACf,sBAAsB,EACtB,cAAc,EACd,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type {\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityResponse,\n CheckNameAvailabilityReason,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n ResourceProviderOperationDefinition,\n ResourceProviderOperationDisplay,\n ConfidentialLedger,\n LedgerProperties,\n RunningState,\n LedgerType,\n ProvisioningState,\n LedgerSku,\n AADBasedSecurityPrincipal,\n LedgerRoleName,\n CertBasedSecurityPrincipal,\n EnclavePlatform,\n ApplicationType,\n TrackedResource,\n Resource,\n SystemData,\n CreatedByType,\n ConfidentialLedgerFilesExport,\n ConfidentialLedgerFilesExportResponse,\n} from \"./models.js\";\nexport {\n KnownCheckNameAvailabilityReason,\n KnownRunningState,\n KnownLedgerType,\n KnownProvisioningState,\n KnownLedgerSku,\n KnownLedgerRoleName,\n KnownEnclavePlatform,\n KnownApplicationType,\n KnownCreatedByType,\n KnownVersions,\n} from \"./models.js\";\n"]}
|
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** The check availability request body. */
|
|
6
|
+
export interface CheckNameAvailabilityRequest {
|
|
7
|
+
/** The name of the resource for which availability needs to be checked. */
|
|
8
|
+
name?: string;
|
|
9
|
+
/** The resource type. */
|
|
10
|
+
type?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
|
|
13
|
+
/** The check availability result. */
|
|
14
|
+
export interface CheckNameAvailabilityResponse {
|
|
15
|
+
/** Indicates if the resource name is available. */
|
|
16
|
+
nameAvailable?: boolean;
|
|
17
|
+
/** The reason why the given name is not available. */
|
|
18
|
+
reason?: CheckNameAvailabilityReason;
|
|
19
|
+
/** Detailed reason why the given name is not available. */
|
|
20
|
+
message?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
|
|
23
|
+
/** Possible reasons for a name not being available. */
|
|
24
|
+
export declare enum KnownCheckNameAvailabilityReason {
|
|
25
|
+
/** Name is invalid. */
|
|
26
|
+
Invalid = "Invalid",
|
|
27
|
+
/** Name already exists. */
|
|
28
|
+
AlreadyExists = "AlreadyExists"
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Possible reasons for a name not being available. \
|
|
32
|
+
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
33
|
+
* this enum contains the known values that the service supports.
|
|
34
|
+
* ### Known values supported by the service
|
|
35
|
+
* **Invalid**: Name is invalid. \
|
|
36
|
+
* **AlreadyExists**: Name already exists.
|
|
37
|
+
*/
|
|
38
|
+
export type CheckNameAvailabilityReason = string;
|
|
39
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
40
|
+
export interface ErrorResponse {
|
|
41
|
+
/** The error object. */
|
|
42
|
+
error?: ErrorDetail;
|
|
43
|
+
}
|
|
44
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
45
|
+
/** The error detail. */
|
|
46
|
+
export interface ErrorDetail {
|
|
47
|
+
/** The error code. */
|
|
48
|
+
readonly code?: string;
|
|
49
|
+
/** The error message. */
|
|
50
|
+
readonly message?: string;
|
|
51
|
+
/** The error target. */
|
|
52
|
+
readonly target?: string;
|
|
53
|
+
/** The error details. */
|
|
54
|
+
readonly details?: ErrorDetail[];
|
|
55
|
+
/** The error additional info. */
|
|
56
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
57
|
+
}
|
|
58
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
59
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
60
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
61
|
+
/** The resource management error additional info. */
|
|
62
|
+
export interface ErrorAdditionalInfo {
|
|
63
|
+
/** The additional info type. */
|
|
64
|
+
readonly type?: string;
|
|
65
|
+
/** The additional info. */
|
|
66
|
+
readonly info?: any;
|
|
67
|
+
}
|
|
68
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
69
|
+
/** List containing this Resource Provider's available operations. */
|
|
70
|
+
export interface _ResourceProviderOperationList {
|
|
71
|
+
/** The list of operations. */
|
|
72
|
+
readonly value?: ResourceProviderOperationDefinition[];
|
|
73
|
+
/** The URL to get the next set of results, if any. */
|
|
74
|
+
nextLink?: string;
|
|
75
|
+
}
|
|
76
|
+
export declare function _resourceProviderOperationListDeserializer(item: any): _ResourceProviderOperationList;
|
|
77
|
+
export declare function resourceProviderOperationDefinitionArrayDeserializer(result: Array<ResourceProviderOperationDefinition>): any[];
|
|
78
|
+
/** Describes the Resource Provider Operation. */
|
|
79
|
+
export interface ResourceProviderOperationDefinition {
|
|
80
|
+
/** Resource provider operation name. */
|
|
81
|
+
name?: string;
|
|
82
|
+
/** Indicates whether the operation is data action or not. */
|
|
83
|
+
isDataAction?: boolean;
|
|
84
|
+
/** Details about the operations */
|
|
85
|
+
display?: ResourceProviderOperationDisplay;
|
|
86
|
+
}
|
|
87
|
+
export declare function resourceProviderOperationDefinitionDeserializer(item: any): ResourceProviderOperationDefinition;
|
|
88
|
+
/** Describes the properties of the Operation. */
|
|
89
|
+
export interface ResourceProviderOperationDisplay {
|
|
90
|
+
/** Name of the resource provider. */
|
|
91
|
+
provider?: string;
|
|
92
|
+
/** Name of the resource type. */
|
|
93
|
+
resource?: string;
|
|
94
|
+
/** Name of the resource provider operation. */
|
|
95
|
+
operation?: string;
|
|
96
|
+
/** Description of the resource provider operation. */
|
|
97
|
+
description?: string;
|
|
98
|
+
}
|
|
99
|
+
export declare function resourceProviderOperationDisplayDeserializer(item: any): ResourceProviderOperationDisplay;
|
|
100
|
+
/** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */
|
|
101
|
+
export interface ConfidentialLedger extends TrackedResource {
|
|
102
|
+
/** Properties of Confidential Ledger Resource. */
|
|
103
|
+
properties?: LedgerProperties;
|
|
104
|
+
}
|
|
105
|
+
export declare function confidentialLedgerSerializer(item: ConfidentialLedger): any;
|
|
106
|
+
export declare function confidentialLedgerDeserializer(item: any): ConfidentialLedger;
|
|
107
|
+
/** Additional Confidential Ledger properties. */
|
|
108
|
+
export interface LedgerProperties {
|
|
109
|
+
/** Unique name for the Confidential Ledger. */
|
|
110
|
+
readonly ledgerName?: string;
|
|
111
|
+
/** Endpoint for calling Ledger Service. */
|
|
112
|
+
readonly ledgerUri?: string;
|
|
113
|
+
/** Endpoint for accessing network identity. */
|
|
114
|
+
readonly identityServiceUri?: string;
|
|
115
|
+
/** Internal namespace for the Ledger */
|
|
116
|
+
readonly ledgerInternalNamespace?: string;
|
|
117
|
+
/** Object representing RunningState for Ledger. */
|
|
118
|
+
runningState?: RunningState;
|
|
119
|
+
/** Type of Confidential Ledger */
|
|
120
|
+
ledgerType?: LedgerType;
|
|
121
|
+
/** Provisioning state of Ledger Resource */
|
|
122
|
+
readonly provisioningState?: ProvisioningState;
|
|
123
|
+
/** SKU associated with the ledger */
|
|
124
|
+
ledgerSku?: LedgerSku;
|
|
125
|
+
/** Array of all AAD based Security Principals. */
|
|
126
|
+
aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
|
|
127
|
+
/** Array of all cert based Security Principals. */
|
|
128
|
+
certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
|
|
129
|
+
/** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */
|
|
130
|
+
hostLevel?: string;
|
|
131
|
+
/** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */
|
|
132
|
+
maxBodySizeInMb?: number;
|
|
133
|
+
/** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */
|
|
134
|
+
subjectName?: string;
|
|
135
|
+
/** Number of CCF nodes in the ACC Ledger. */
|
|
136
|
+
nodeCount?: number;
|
|
137
|
+
/** Prefix for the write load balancer. Example: write */
|
|
138
|
+
writeLBAddressPrefix?: string;
|
|
139
|
+
/** Number of additional threads processing incoming client requests in the enclave (modify with care!) */
|
|
140
|
+
workerThreads?: number;
|
|
141
|
+
/** Enclave platform of the Confidential Ledger. */
|
|
142
|
+
readonly enclavePlatform?: EnclavePlatform;
|
|
143
|
+
/** Application type of the Confidential Ledger. */
|
|
144
|
+
applicationType?: ApplicationType;
|
|
145
|
+
/** The SCITT Configuration that needs to be set for the Confidential Ledger. */
|
|
146
|
+
scittConfiguration?: string;
|
|
147
|
+
}
|
|
148
|
+
export declare function ledgerPropertiesSerializer(item: LedgerProperties): any;
|
|
149
|
+
export declare function ledgerPropertiesDeserializer(item: any): LedgerProperties;
|
|
150
|
+
/** Object representing RunningState for Confidential Ledger. */
|
|
151
|
+
export declare enum KnownRunningState {
|
|
152
|
+
/** Active */
|
|
153
|
+
Active = "Active",
|
|
154
|
+
/** Paused */
|
|
155
|
+
Paused = "Paused",
|
|
156
|
+
/** Unknown */
|
|
157
|
+
Unknown = "Unknown",
|
|
158
|
+
/** Pausing */
|
|
159
|
+
Pausing = "Pausing",
|
|
160
|
+
/** Resuming */
|
|
161
|
+
Resuming = "Resuming"
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Object representing RunningState for Confidential Ledger. \
|
|
165
|
+
* {@link KnownRunningState} can be used interchangeably with RunningState,
|
|
166
|
+
* this enum contains the known values that the service supports.
|
|
167
|
+
* ### Known values supported by the service
|
|
168
|
+
* **Active** \
|
|
169
|
+
* **Paused** \
|
|
170
|
+
* **Unknown** \
|
|
171
|
+
* **Pausing** \
|
|
172
|
+
* **Resuming**
|
|
173
|
+
*/
|
|
174
|
+
export type RunningState = string;
|
|
175
|
+
/** Type of the ledger. Private means transaction data is encrypted. */
|
|
176
|
+
export declare enum KnownLedgerType {
|
|
177
|
+
/** Unknown */
|
|
178
|
+
Unknown = "Unknown",
|
|
179
|
+
/** Public */
|
|
180
|
+
Public = "Public",
|
|
181
|
+
/** Private */
|
|
182
|
+
Private = "Private"
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Type of the ledger. Private means transaction data is encrypted. \
|
|
186
|
+
* {@link KnownLedgerType} can be used interchangeably with LedgerType,
|
|
187
|
+
* this enum contains the known values that the service supports.
|
|
188
|
+
* ### Known values supported by the service
|
|
189
|
+
* **Unknown** \
|
|
190
|
+
* **Public** \
|
|
191
|
+
* **Private**
|
|
192
|
+
*/
|
|
193
|
+
export type LedgerType = string;
|
|
194
|
+
/** Object representing ProvisioningState for Confidential Ledger. */
|
|
195
|
+
export declare enum KnownProvisioningState {
|
|
196
|
+
/** Unknown */
|
|
197
|
+
Unknown = "Unknown",
|
|
198
|
+
/** Succeeded */
|
|
199
|
+
Succeeded = "Succeeded",
|
|
200
|
+
/** Failed */
|
|
201
|
+
Failed = "Failed",
|
|
202
|
+
/** Canceled */
|
|
203
|
+
Canceled = "Canceled",
|
|
204
|
+
/** Creating */
|
|
205
|
+
Creating = "Creating",
|
|
206
|
+
/** Deleting */
|
|
207
|
+
Deleting = "Deleting",
|
|
208
|
+
/** Updating */
|
|
209
|
+
Updating = "Updating"
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Object representing ProvisioningState for Confidential Ledger. \
|
|
213
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
214
|
+
* this enum contains the known values that the service supports.
|
|
215
|
+
* ### Known values supported by the service
|
|
216
|
+
* **Unknown** \
|
|
217
|
+
* **Succeeded** \
|
|
218
|
+
* **Failed** \
|
|
219
|
+
* **Canceled** \
|
|
220
|
+
* **Creating** \
|
|
221
|
+
* **Deleting** \
|
|
222
|
+
* **Updating**
|
|
223
|
+
*/
|
|
224
|
+
export type ProvisioningState = string;
|
|
225
|
+
/** SKU associated with the ledger resource */
|
|
226
|
+
export declare enum KnownLedgerSku {
|
|
227
|
+
/** Standard */
|
|
228
|
+
Standard = "Standard",
|
|
229
|
+
/** Basic */
|
|
230
|
+
Basic = "Basic",
|
|
231
|
+
/** Unknown */
|
|
232
|
+
Unknown = "Unknown"
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* SKU associated with the ledger resource \
|
|
236
|
+
* {@link KnownLedgerSku} can be used interchangeably with LedgerSku,
|
|
237
|
+
* this enum contains the known values that the service supports.
|
|
238
|
+
* ### Known values supported by the service
|
|
239
|
+
* **Standard** \
|
|
240
|
+
* **Basic** \
|
|
241
|
+
* **Unknown**
|
|
242
|
+
*/
|
|
243
|
+
export type LedgerSku = string;
|
|
244
|
+
export declare function aadBasedSecurityPrincipalArraySerializer(result: Array<AADBasedSecurityPrincipal>): any[];
|
|
245
|
+
export declare function aadBasedSecurityPrincipalArrayDeserializer(result: Array<AADBasedSecurityPrincipal>): any[];
|
|
246
|
+
/** AAD based security principal with associated Ledger RoleName */
|
|
247
|
+
export interface AADBasedSecurityPrincipal {
|
|
248
|
+
/** UUID/GUID based Principal Id of the Security Principal */
|
|
249
|
+
principalId?: string;
|
|
250
|
+
/** UUID/GUID based Tenant Id of the Security Principal */
|
|
251
|
+
tenantId?: string;
|
|
252
|
+
/** LedgerRole associated with the Security Principal of Ledger */
|
|
253
|
+
ledgerRoleName?: LedgerRoleName;
|
|
254
|
+
}
|
|
255
|
+
export declare function aadBasedSecurityPrincipalSerializer(item: AADBasedSecurityPrincipal): any;
|
|
256
|
+
export declare function aadBasedSecurityPrincipalDeserializer(item: any): AADBasedSecurityPrincipal;
|
|
257
|
+
/** LedgerRole associated with the Security Principal of Ledger */
|
|
258
|
+
export declare enum KnownLedgerRoleName {
|
|
259
|
+
/** Reader */
|
|
260
|
+
Reader = "Reader",
|
|
261
|
+
/** Contributor */
|
|
262
|
+
Contributor = "Contributor",
|
|
263
|
+
/** Administrator */
|
|
264
|
+
Administrator = "Administrator"
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* LedgerRole associated with the Security Principal of Ledger \
|
|
268
|
+
* {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,
|
|
269
|
+
* this enum contains the known values that the service supports.
|
|
270
|
+
* ### Known values supported by the service
|
|
271
|
+
* **Reader** \
|
|
272
|
+
* **Contributor** \
|
|
273
|
+
* **Administrator**
|
|
274
|
+
*/
|
|
275
|
+
export type LedgerRoleName = string;
|
|
276
|
+
export declare function certBasedSecurityPrincipalArraySerializer(result: Array<CertBasedSecurityPrincipal>): any[];
|
|
277
|
+
export declare function certBasedSecurityPrincipalArrayDeserializer(result: Array<CertBasedSecurityPrincipal>): any[];
|
|
278
|
+
/** Cert based security principal with Ledger RoleName */
|
|
279
|
+
export interface CertBasedSecurityPrincipal {
|
|
280
|
+
/** Public key of the user cert (.pem or .cer) */
|
|
281
|
+
cert?: string;
|
|
282
|
+
/** LedgerRole associated with the Security Principal of Ledger */
|
|
283
|
+
ledgerRoleName?: LedgerRoleName;
|
|
284
|
+
}
|
|
285
|
+
export declare function certBasedSecurityPrincipalSerializer(item: CertBasedSecurityPrincipal): any;
|
|
286
|
+
export declare function certBasedSecurityPrincipalDeserializer(item: any): CertBasedSecurityPrincipal;
|
|
287
|
+
/** Object representing the enclave platform for the Confidential Ledger application. Defaults to IntelSgx. */
|
|
288
|
+
export declare enum KnownEnclavePlatform {
|
|
289
|
+
/** IntelSgx */
|
|
290
|
+
IntelSgx = "IntelSgx",
|
|
291
|
+
/** AmdSevSnp */
|
|
292
|
+
AmdSevSnp = "AmdSevSnp"
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Object representing the enclave platform for the Confidential Ledger application. Defaults to IntelSgx. \
|
|
296
|
+
* {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,
|
|
297
|
+
* this enum contains the known values that the service supports.
|
|
298
|
+
* ### Known values supported by the service
|
|
299
|
+
* **IntelSgx** \
|
|
300
|
+
* **AmdSevSnp**
|
|
301
|
+
*/
|
|
302
|
+
export type EnclavePlatform = string;
|
|
303
|
+
/** Object representing the application type of the Confidential Ledger. Defaults to ConfidentialLedger. */
|
|
304
|
+
export declare enum KnownApplicationType {
|
|
305
|
+
/** ConfidentialLedger */
|
|
306
|
+
ConfidentialLedger = "ConfidentialLedger",
|
|
307
|
+
/** CodeTransparency */
|
|
308
|
+
CodeTransparency = "CodeTransparency"
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Object representing the application type of the Confidential Ledger. Defaults to ConfidentialLedger. \
|
|
312
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
313
|
+
* this enum contains the known values that the service supports.
|
|
314
|
+
* ### Known values supported by the service
|
|
315
|
+
* **ConfidentialLedger** \
|
|
316
|
+
* **CodeTransparency**
|
|
317
|
+
*/
|
|
318
|
+
export type ApplicationType = string;
|
|
319
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
320
|
+
export interface TrackedResource extends Resource {
|
|
321
|
+
/** Resource tags. */
|
|
322
|
+
tags?: Record<string, string>;
|
|
323
|
+
/** The geo-location where the resource lives */
|
|
324
|
+
location: string;
|
|
325
|
+
}
|
|
326
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
327
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
328
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
329
|
+
export interface Resource {
|
|
330
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
331
|
+
readonly id?: string;
|
|
332
|
+
/** The name of the resource */
|
|
333
|
+
readonly name?: string;
|
|
334
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
335
|
+
readonly type?: string;
|
|
336
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
337
|
+
readonly systemData?: SystemData;
|
|
338
|
+
}
|
|
339
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
340
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
341
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
342
|
+
export interface SystemData {
|
|
343
|
+
/** The identity that created the resource. */
|
|
344
|
+
createdBy?: string;
|
|
345
|
+
/** The type of identity that created the resource. */
|
|
346
|
+
createdByType?: CreatedByType;
|
|
347
|
+
/** The timestamp of resource creation (UTC). */
|
|
348
|
+
createdAt?: Date;
|
|
349
|
+
/** The identity that last modified the resource. */
|
|
350
|
+
lastModifiedBy?: string;
|
|
351
|
+
/** The type of identity that last modified the resource. */
|
|
352
|
+
lastModifiedByType?: CreatedByType;
|
|
353
|
+
/** The timestamp of resource last modification (UTC) */
|
|
354
|
+
lastModifiedAt?: Date;
|
|
355
|
+
}
|
|
356
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
357
|
+
/** The kind of entity that created the resource. */
|
|
358
|
+
export declare enum KnownCreatedByType {
|
|
359
|
+
/** The entity was created by a user. */
|
|
360
|
+
User = "User",
|
|
361
|
+
/** The entity was created by an application. */
|
|
362
|
+
Application = "Application",
|
|
363
|
+
/** The entity was created by a managed identity. */
|
|
364
|
+
ManagedIdentity = "ManagedIdentity",
|
|
365
|
+
/** The entity was created by a key. */
|
|
366
|
+
Key = "Key"
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* The kind of entity that created the resource. \
|
|
370
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
371
|
+
* this enum contains the known values that the service supports.
|
|
372
|
+
* ### Known values supported by the service
|
|
373
|
+
* **User**: The entity was created by a user. \
|
|
374
|
+
* **Application**: The entity was created by an application. \
|
|
375
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
376
|
+
* **Key**: The entity was created by a key.
|
|
377
|
+
*/
|
|
378
|
+
export type CreatedByType = string;
|
|
379
|
+
/** Object that includes an array of Confidential Ledgers and a possible link for next set. */
|
|
380
|
+
export interface _ConfidentialLedgerList {
|
|
381
|
+
/** The ConfidentialLedger items on this page */
|
|
382
|
+
value: ConfidentialLedger[];
|
|
383
|
+
/** The link to the next page of items */
|
|
384
|
+
nextLink?: string;
|
|
385
|
+
}
|
|
386
|
+
export declare function _confidentialLedgerListDeserializer(item: any): _ConfidentialLedgerList;
|
|
387
|
+
export declare function confidentialLedgerArraySerializer(result: Array<ConfidentialLedger>): any[];
|
|
388
|
+
export declare function confidentialLedgerArrayDeserializer(result: Array<ConfidentialLedger>): any[];
|
|
389
|
+
/** Object representing Files Export properties of a Confidential Ledger Resource. */
|
|
390
|
+
export interface ConfidentialLedgerFilesExport {
|
|
391
|
+
/** The region where the exported ledger files will eventually be restored to. */
|
|
392
|
+
restoreRegion?: string;
|
|
393
|
+
/** SAS URI used to access the Fileshare for exporting ledger files. */
|
|
394
|
+
uri: string;
|
|
395
|
+
}
|
|
396
|
+
export declare function confidentialLedgerFilesExportSerializer(item: ConfidentialLedgerFilesExport): any;
|
|
397
|
+
/** Object representing the files export response of a Confidential Ledger Resource. */
|
|
398
|
+
export interface ConfidentialLedgerFilesExportResponse {
|
|
399
|
+
/** Response body stating if the ledger files are being exported. */
|
|
400
|
+
readonly message?: string;
|
|
401
|
+
}
|
|
402
|
+
export declare function confidentialLedgerFilesExportResponseDeserializer(item: any): ConfidentialLedgerFilesExportResponse;
|
|
403
|
+
/** The available API versions. */
|
|
404
|
+
export declare enum KnownVersions {
|
|
405
|
+
/** The 2026-02-23 API version. */
|
|
406
|
+
V20260223 = "2026-02-23"
|
|
407
|
+
}
|
|
408
|
+
//# sourceMappingURL=models.d.ts.map
|