@codiac.io/codiac-cli 1.3.141 → 1.3.142
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 +1 -1
- package/dist/apis/codiac-relay/gen/client.js +1 -1
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts/types.gen.d.ts +1 -1
- package/dist/apis/codiac-relay-nats/gen/client.js +2 -2
- package/dist/apis/codiac-relay-nats/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.d.ts +1 -1
- package/dist/bootstrapper-for-api-clients.js +2 -0
- package/dist/bootstrapper-for-api-clients.js.map +1 -1
- package/dist/command-base-enterprise.d.ts +5 -0
- package/dist/command-base-enterprise.js +35 -24
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/commands/config/view.js +2 -2
- package/dist/commands/config/view.js.map +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/dist/relay/relay-container.js.map +1 -1
- package/oclif.manifest.json +4 -3
- package/package.json +1 -1
|
@@ -13415,7 +13415,7 @@ export type GetRenderedCabinetConfigData = {
|
|
|
13415
13415
|
body?: GetRenderedCabinetConfigRequest;
|
|
13416
13416
|
path?: never;
|
|
13417
13417
|
query?: never;
|
|
13418
|
-
url: '/
|
|
13418
|
+
url: '/config-preview';
|
|
13419
13419
|
};
|
|
13420
13420
|
export type GetRenderedCabinetConfigResponses = {
|
|
13421
13421
|
200: SingleResult_string_;
|
|
@@ -5132,7 +5132,7 @@ class OtherOperations {
|
|
|
5132
5132
|
"GetCabinets": ["get.cabinets"],
|
|
5133
5133
|
"GetExistingCspClusters": ["get.get-existing-csp-clusters"],
|
|
5134
5134
|
"GetFileStores": ["get.file-stores"],
|
|
5135
|
-
"GetRenderedCabinetConfig": ["get.
|
|
5135
|
+
"GetRenderedCabinetConfig": ["get.config-preview"],
|
|
5136
5136
|
"GetSecretStores": ["get.secret-stores"],
|
|
5137
5137
|
"GetStorageAccountKeys": ["get.storage-account-keys"],
|
|
5138
5138
|
"GetStorageAccounts": ["get.storage-accounts"],
|
|
@@ -5268,7 +5268,7 @@ class OtherOperations {
|
|
|
5268
5268
|
/** REtrieves the final configuration file contents for the given cabinet */
|
|
5269
5269
|
GetRenderedCabinetConfig(request, options) {
|
|
5270
5270
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
5271
|
-
return yield this.core.request("get.
|
|
5271
|
+
return yield this.core.request("get.config-preview", request, options);
|
|
5272
5272
|
});
|
|
5273
5273
|
}
|
|
5274
5274
|
/** Retrieves a list of currently captured secret stores. */
|