@codiac.io/codiac-cli 1.3.64 → 1.3.66
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/api-plus-local/api-client-plus-local.d.ts +31 -0
- package/dist/apis/api-plus-local/api-client-plus-local.js +242 -0
- package/dist/apis/api-plus-local/api-client-plus-local.js.map +1 -0
- package/dist/apis/api-plus-local/asset-where-entity-merger.d.ts +8 -0
- package/dist/apis/api-plus-local/asset-where-entity-merger.js +33 -0
- package/dist/apis/api-plus-local/asset-where-entity-merger.js.map +1 -0
- package/dist/apis/api-plus-local/enterprise-state-entity-merger.d.ts +8 -0
- package/dist/apis/api-plus-local/enterprise-state-entity-merger.js +43 -0
- package/dist/apis/api-plus-local/enterprise-state-entity-merger.js.map +1 -0
- package/dist/apis/api-plus-local/i-entity-merger.d.ts +4 -0
- package/dist/apis/api-plus-local/i-entity-merger.js +3 -0
- package/dist/apis/api-plus-local/i-entity-merger.js.map +1 -0
- package/dist/apis/api-plus-local/root-map-entity-merger.d.ts +8 -0
- package/dist/apis/api-plus-local/root-map-entity-merger.js +51 -0
- package/dist/apis/api-plus-local/root-map-entity-merger.js.map +1 -0
- package/dist/apis/codiac-api/common/api-client-base.js +9 -2
- package/dist/apis/codiac-api/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-api/common/api-crud-client-base.d.ts +22 -0
- package/dist/apis/codiac-api/common/api-crud-client-base.js +84 -0
- package/dist/apis/codiac-api/common/api-crud-client-base.js.map +1 -0
- package/dist/apis/codiac-api/gen/client.d.ts +58 -56
- package/dist/apis/codiac-api/gen/client.js +745 -11217
- package/dist/apis/codiac-api/gen/client.js.map +1 -1
- package/dist/apis/codiac-api/gen/contracts.d.ts +84 -67
- package/dist/apis/codiac-api/gen/contracts.js +15 -11
- package/dist/apis/codiac-api/gen/contracts.js.map +1 -1
- package/dist/apis/codiac-relay/common/api-client-base.js +12 -7
- package/dist/apis/codiac-relay/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-relay/common/api-crud-client-base.d.ts +22 -0
- package/dist/apis/codiac-relay/common/api-crud-client-base.js +84 -0
- package/dist/apis/codiac-relay/common/api-crud-client-base.js.map +1 -0
- package/dist/apis/codiac-relay/common/security/api-auth-methods-legacy.js +6 -6
- package/dist/apis/codiac-relay/common/security/api-auth-methods-legacy.js.map +1 -1
- package/dist/apis/codiac-relay/common/utils.js +1 -1
- package/dist/apis/codiac-relay/common/utils.js.map +1 -1
- package/dist/apis/codiac-relay/gen/client.d.ts +816 -145
- package/dist/apis/codiac-relay/gen/client.js +4645 -1162
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts.d.ts +1058 -155
- package/dist/apis/codiac-relay/gen/contracts.js +119 -27
- package/dist/apis/codiac-relay/gen/contracts.js.map +1 -1
- package/dist/codiac-entities/i-local-entity.d.ts +6 -0
- package/dist/codiac-entities/i-local-entity.js +3 -0
- package/dist/codiac-entities/i-local-entity.js.map +1 -0
- package/dist/command-base-enterprise.d.ts +0 -5
- package/dist/command-base-enterprise.js +41 -32
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/commands/asset/deploy.js +1 -1
- package/dist/commands/asset/recycle.js +5 -3
- package/dist/commands/asset/recycle.js.map +1 -1
- package/dist/commands/asset/undeploy.d.ts +2 -1
- package/dist/commands/asset/undeploy.js +33 -4
- package/dist/commands/asset/undeploy.js.map +1 -1
- package/dist/commands/asset/where.js +1 -1
- package/dist/commands/cabinet/obliterate.d.ts +21 -4
- package/dist/commands/cabinet/obliterate.js +94 -72
- package/dist/commands/cabinet/obliterate.js.map +1 -1
- package/dist/commands/config/import.js +3 -1
- package/dist/commands/config/import.js.map +1 -1
- package/dist/commands/env/add.js +3 -1
- package/dist/commands/env/add.js.map +1 -1
- package/dist/commands/environment/cluster/attach.js +5 -0
- package/dist/commands/environment/cluster/attach.js.map +1 -1
- package/dist/commands/environment/list.js +42 -20
- package/dist/commands/environment/list.js.map +1 -1
- package/dist/commands/filestore/capture.js.map +1 -1
- package/dist/commands/imageRegistry/capture.d.ts +1 -1
- package/dist/commands/imageRegistry/capture.js +10 -12
- package/dist/commands/imageRegistry/capture.js.map +1 -1
- package/dist/commands/noc/cluster/capture.js +1 -1
- package/dist/commands/noc/cluster/destroy.d.ts +29 -11
- package/dist/commands/noc/cluster/destroy.js +137 -124
- package/dist/commands/noc/cluster/destroy.js.map +1 -1
- package/dist/commands/noc/cluster/list.js +4 -1
- package/dist/commands/noc/cluster/list.js.map +1 -1
- package/dist/commands/noc/cluster/recreate.js +1 -3
- package/dist/commands/noc/cluster/recreate.js.map +1 -1
- package/dist/commands/portal.js +11 -11
- package/dist/commands/portal.js.map +1 -1
- package/dist/ops/entities/cli-config.d.ts +1 -0
- package/dist/ops/entities/cli-config.js.map +1 -1
- package/dist/relay/relay-container.d.ts +2 -1
- package/dist/relay/relay-container.js +18 -6
- package/dist/relay/relay-container.js.map +1 -1
- package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js +1 -0
- package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js.map +1 -1
- package/dist/uilogic/image-registry-contextualizer.js +1 -1
- package/dist/uilogic/image-registry-contextualizer.js.map +1 -1
- package/dist/uilogic/rootmap-ui-utils.js +5 -5
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/oclif.manifest.json +117 -45
- package/package.json +6 -3
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApiCrudClientBase = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const inversify_1 = require("inversify");
|
|
6
|
+
const _ = require("lodash");
|
|
7
|
+
const api_client_base_1 = require("./api-client-base");
|
|
8
|
+
const codiac_common_1 = require("@codiac.io/codiac-common");
|
|
9
|
+
let ApiCrudClientBase = class ApiCrudClientBase extends api_client_base_1.ApiClientBase {
|
|
10
|
+
constructor(logger, apiRootUrl, authToken) {
|
|
11
|
+
super(logger, apiRootUrl, authToken);
|
|
12
|
+
this.authToken = authToken;
|
|
13
|
+
}
|
|
14
|
+
/** TODO: Move this to ApiClientBase */
|
|
15
|
+
headersFrom(options, existingHeaders) {
|
|
16
|
+
let output;
|
|
17
|
+
// FROM the api base...
|
|
18
|
+
/** The name of the http header used to designate the csv list of properties to include in the output signature */
|
|
19
|
+
const HEADER_KEY_PROJECTION_INCLUDES = "output-includes";
|
|
20
|
+
/** The name of the http header used to designate the csv list of properties to include in the output signature */
|
|
21
|
+
const HEADER_KEY_PROJECTION_EXCLUDES = "output-excludes";
|
|
22
|
+
if (options === null || options === void 0 ? void 0 : options.projection) {
|
|
23
|
+
output = Object.assign({}, (existingHeaders !== null && existingHeaders !== void 0 ? existingHeaders : {}));
|
|
24
|
+
output[HEADER_KEY_PROJECTION_INCLUDES] = options.projection.pathsIncluded.join(",");
|
|
25
|
+
output[HEADER_KEY_PROJECTION_EXCLUDES] = options.projection.pathsExcluded.join(",");
|
|
26
|
+
}
|
|
27
|
+
return output;
|
|
28
|
+
}
|
|
29
|
+
tryMakeRestCall(ep, request, options) {
|
|
30
|
+
var _a, _b;
|
|
31
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
let response = { success: false };
|
|
33
|
+
try {
|
|
34
|
+
let url;
|
|
35
|
+
if ([codiac_common_1.httpRestVerb.DELETE, codiac_common_1.httpRestVerb.GET].includes(ep.verb)) {
|
|
36
|
+
let values = request;
|
|
37
|
+
if (ep.isMany) {
|
|
38
|
+
let serializerMap = {
|
|
39
|
+
"code": "StringFilter",
|
|
40
|
+
"name": "StringFilter"
|
|
41
|
+
};
|
|
42
|
+
values = this.applyPropertySerializers(request, serializerMap);
|
|
43
|
+
}
|
|
44
|
+
url = this.buildUrl(ep.route, values, true);
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
url = this.buildUrl(ep.route, (ep.isMany || _.isArray(request)) ? {} : request, false);
|
|
48
|
+
}
|
|
49
|
+
let headers = options ? this.headersFrom(options) : undefined;
|
|
50
|
+
let returnHeaders;
|
|
51
|
+
[response, returnHeaders] = yield this.makeHttpCall(ep.verb, url, request, headers);
|
|
52
|
+
}
|
|
53
|
+
catch (err) {
|
|
54
|
+
response.error = err;
|
|
55
|
+
response.message = "Error performing ".concat(ep.op, " ", ep.entityTypeName, ": ", (_a = err.name) !== null && _a !== void 0 ? _a : "", (_b = err.message) !== null && _b !== void 0 ? _b : "");
|
|
56
|
+
}
|
|
57
|
+
finally {
|
|
58
|
+
return response;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
makeAnyRestCall(ep, request, options) {
|
|
63
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
64
|
+
try {
|
|
65
|
+
let url = this.buildUrl(ep.route, request, [codiac_common_1.httpRestVerb.DELETE, codiac_common_1.httpRestVerb.GET].includes(ep.verb));
|
|
66
|
+
let headers = options ? this.headersFrom(options) : undefined;
|
|
67
|
+
let [response, returnHeaders] = yield this.makeHttpCall(ep.verb, url, request, headers);
|
|
68
|
+
return response;
|
|
69
|
+
}
|
|
70
|
+
catch (err) {
|
|
71
|
+
throw err;
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
}; // end class
|
|
76
|
+
ApiCrudClientBase = tslib_1.__decorate([
|
|
77
|
+
(0, inversify_1.injectable)(),
|
|
78
|
+
tslib_1.__param(0, (0, inversify_1.inject)(codiac_common_1.INTERFACES.ILogger)),
|
|
79
|
+
tslib_1.__param(1, (0, inversify_1.unmanaged)()),
|
|
80
|
+
tslib_1.__param(2, (0, inversify_1.unmanaged)()),
|
|
81
|
+
tslib_1.__metadata("design:paramtypes", [Object, String, String])
|
|
82
|
+
], ApiCrudClientBase);
|
|
83
|
+
exports.ApiCrudClientBase = ApiCrudClientBase;
|
|
84
|
+
//# sourceMappingURL=api-crud-client-base.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-crud-client-base.js","sourceRoot":"","sources":["../../../../src/apis/codiac-api/common/api-crud-client-base.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { IRepoOptions, IBetterLogger } from "@codiac.io/codiac-common";
|
|
2
|
-
import { Result, ListResult, BatchResult, SingleResult, PatchSpecForOne, PatchSpecForMany, IdSpecFor } from "@codiac.io/codiac-common/contracts";
|
|
2
|
+
import { Result, ListResult, BatchResult, SingleResult, PatchSpecForOne, PatchSpecForMany, UpdatePartialWhereRequest, IdSpecFor } from "@codiac.io/codiac-common/contracts";
|
|
3
3
|
import { ApiClientBase } from "../common/api-client-base";
|
|
4
|
+
import { ApiCrudClientBase } from "../common/api-crud-client-base";
|
|
4
5
|
import { ApiUserCreds } from "../common/api-user-creds";
|
|
5
6
|
import { CodiacClientConfig } from "./client-config";
|
|
6
7
|
import { ApiAuthMethodsLegacy } from "../common/security/api-auth-methods-legacy";
|
|
7
8
|
export interface IThrowingRepoOptions extends IRepoOptions {
|
|
8
9
|
throwNotFound?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export declare class CodiacClient extends
|
|
11
|
+
export declare class CodiacClient extends ApiCrudClientBase {
|
|
11
12
|
static bootstrap(logger?: IBetterLogger): void;
|
|
12
13
|
/** Version of the remote api from which this client was generated */
|
|
13
14
|
static apiVersion: string;
|
|
@@ -76,7 +77,7 @@ export declare class CodiacClient extends ApiClientBase {
|
|
|
76
77
|
WorkFlowStrategy: WorkFlowStrategyCruds;
|
|
77
78
|
ZombiePeriod: ZombiePeriodCruds;
|
|
78
79
|
}
|
|
79
|
-
import { AddTenantUserRequest, AuthRole, AuthRoleCriteria, AuthTenant, AuthenticationRequest,
|
|
80
|
+
import { AddTenantUserRequest, AuthRole, AuthRoleCriteria, AuthTenant, AuthenticationRequest, ChangePasswordRequest, CodiacUser, CodiacUserCriteria, CodiacUserPatch, DefaultChildAcl, DefaultChildAclCriteria, DefaultChildPermissionRequest, EntityAcl, EntityAclCriteria, EntityPermissionRequest, MyTenantRequest, RefreshTokenRequest, ResetPasswordRequest, RoleAssignmentRequest, SecurableEntity, SubscriptionStatus, SwitchTenantRequest, TenantRegistrationRequest, TenantStatusChange, TenantSubscriptionCancel, TenantSubscriptionUpdate, TenantUser, WhoAmIRequest } from "../contracts";
|
|
80
81
|
declare class AuthOperations {
|
|
81
82
|
private core;
|
|
82
83
|
protected logger: IBetterLogger;
|
|
@@ -155,7 +156,7 @@ declare class AuthOperations {
|
|
|
155
156
|
import { ActivityBase, ActivityCriteriaBase } from "../contracts";
|
|
156
157
|
declare class ActivityBaseCruds {
|
|
157
158
|
private core;
|
|
158
|
-
constructor(core:
|
|
159
|
+
constructor(core: ApiCrudClientBase);
|
|
159
160
|
/** Deletes each existing ActivityBase that satisfies the given criteria. */
|
|
160
161
|
tryDeleteWhere(request: ActivityCriteriaBase, options?: IRepoOptions): Promise<BatchResult<ActivityBase>>;
|
|
161
162
|
deleteWhere(request: ActivityCriteriaBase, options?: IThrowingRepoOptions): Promise<ActivityBase[]>;
|
|
@@ -205,7 +206,7 @@ declare class ActivityBaseCruds {
|
|
|
205
206
|
import { Asset, AssetCriteria } from "../contracts";
|
|
206
207
|
declare class AssetCruds {
|
|
207
208
|
private core;
|
|
208
|
-
constructor(core:
|
|
209
|
+
constructor(core: ApiCrudClientBase);
|
|
209
210
|
/** Deletes each existing Asset that satisfies the given criteria. */
|
|
210
211
|
tryDeleteWhere(request: AssetCriteria, options?: IRepoOptions): Promise<BatchResult<Asset>>;
|
|
211
212
|
deleteWhere(request: AssetCriteria, options?: IThrowingRepoOptions): Promise<Asset[]>;
|
|
@@ -255,7 +256,7 @@ declare class AssetCruds {
|
|
|
255
256
|
import { AssetVersionConfig, AssetVersionConfigCriteria } from "../contracts";
|
|
256
257
|
declare class AssetVersionConfigCruds {
|
|
257
258
|
private core;
|
|
258
|
-
constructor(core:
|
|
259
|
+
constructor(core: ApiCrudClientBase);
|
|
259
260
|
/** Deletes each existing AssetVersionConfig that satisfies the given criteria. */
|
|
260
261
|
tryDeleteWhere(request: AssetVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<AssetVersionConfig>>;
|
|
261
262
|
deleteWhere(request: AssetVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<AssetVersionConfig[]>;
|
|
@@ -304,7 +305,7 @@ declare class AssetVersionConfigCruds {
|
|
|
304
305
|
}
|
|
305
306
|
declare class AuthRoleCruds {
|
|
306
307
|
private core;
|
|
307
|
-
constructor(core:
|
|
308
|
+
constructor(core: ApiCrudClientBase);
|
|
308
309
|
/** Deletes each existing AuthRole that satisfies the given criteria. */
|
|
309
310
|
tryDeleteWhere(request: AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
|
|
310
311
|
deleteWhere(request: AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
|
|
@@ -354,7 +355,7 @@ declare class AuthRoleCruds {
|
|
|
354
355
|
import { Build, BuildCriteria } from "../contracts";
|
|
355
356
|
declare class BuildCruds {
|
|
356
357
|
private core;
|
|
357
|
-
constructor(core:
|
|
358
|
+
constructor(core: ApiCrudClientBase);
|
|
358
359
|
/** Deletes each existing Build that satisfies the given criteria. */
|
|
359
360
|
tryDeleteWhere(request: BuildCriteria, options?: IRepoOptions): Promise<BatchResult<Build>>;
|
|
360
361
|
deleteWhere(request: BuildCriteria, options?: IThrowingRepoOptions): Promise<Build[]>;
|
|
@@ -404,7 +405,7 @@ declare class BuildCruds {
|
|
|
404
405
|
import { BuildPipeline, BuildPipelineCriteria } from "../contracts";
|
|
405
406
|
declare class BuildPipelineCruds {
|
|
406
407
|
private core;
|
|
407
|
-
constructor(core:
|
|
408
|
+
constructor(core: ApiCrudClientBase);
|
|
408
409
|
/** Deletes each existing BuildPipeline that satisfies the given criteria. */
|
|
409
410
|
tryDeleteWhere(request: BuildPipelineCriteria, options?: IRepoOptions): Promise<BatchResult<BuildPipeline>>;
|
|
410
411
|
deleteWhere(request: BuildPipelineCriteria, options?: IThrowingRepoOptions): Promise<BuildPipeline[]>;
|
|
@@ -454,7 +455,7 @@ declare class BuildPipelineCruds {
|
|
|
454
455
|
import { Cabinet, CabinetCriteria } from "../contracts";
|
|
455
456
|
declare class CabinetCruds {
|
|
456
457
|
private core;
|
|
457
|
-
constructor(core:
|
|
458
|
+
constructor(core: ApiCrudClientBase);
|
|
458
459
|
/** Deletes each existing Cabinet that satisfies the given criteria. */
|
|
459
460
|
tryDeleteWhere(request: CabinetCriteria, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
|
|
460
461
|
deleteWhere(request: CabinetCriteria, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
|
|
@@ -504,7 +505,7 @@ declare class CabinetCruds {
|
|
|
504
505
|
import { CabinetCreateActivity, CabinetCreateActivityCriteria } from "../contracts";
|
|
505
506
|
declare class CabinetCreateActivityCruds {
|
|
506
507
|
private core;
|
|
507
|
-
constructor(core:
|
|
508
|
+
constructor(core: ApiCrudClientBase);
|
|
508
509
|
/** Deletes each existing CabinetCreateActivity that satisfies the given criteria. */
|
|
509
510
|
tryDeleteWhere(request: CabinetCreateActivityCriteria, options?: IRepoOptions): Promise<BatchResult<CabinetCreateActivity>>;
|
|
510
511
|
deleteWhere(request: CabinetCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<CabinetCreateActivity[]>;
|
|
@@ -554,7 +555,7 @@ declare class CabinetCreateActivityCruds {
|
|
|
554
555
|
import { Cluster, ClusterCriteria } from "../contracts";
|
|
555
556
|
declare class ClusterCruds {
|
|
556
557
|
private core;
|
|
557
|
-
constructor(core:
|
|
558
|
+
constructor(core: ApiCrudClientBase);
|
|
558
559
|
/** Deletes each existing Cluster that satisfies the given criteria. */
|
|
559
560
|
tryDeleteWhere(request: ClusterCriteria, options?: IRepoOptions): Promise<BatchResult<Cluster>>;
|
|
560
561
|
deleteWhere(request: ClusterCriteria, options?: IThrowingRepoOptions): Promise<Cluster[]>;
|
|
@@ -604,7 +605,7 @@ declare class ClusterCruds {
|
|
|
604
605
|
import { ClusterDef, ClusterDefCriteria } from "../contracts";
|
|
605
606
|
declare class ClusterDefCruds {
|
|
606
607
|
private core;
|
|
607
|
-
constructor(core:
|
|
608
|
+
constructor(core: ApiCrudClientBase);
|
|
608
609
|
/** Deletes each existing ClusterDef that satisfies the given criteria. */
|
|
609
610
|
tryDeleteWhere(request: ClusterDefCriteria, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
|
|
610
611
|
deleteWhere(request: ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
|
|
@@ -654,7 +655,7 @@ declare class ClusterDefCruds {
|
|
|
654
655
|
import { ClusterGrant, ClusterGrantCriteria } from "../contracts";
|
|
655
656
|
declare class ClusterGrantCruds {
|
|
656
657
|
private core;
|
|
657
|
-
constructor(core:
|
|
658
|
+
constructor(core: ApiCrudClientBase);
|
|
658
659
|
/** Deletes each existing ClusterGrant that satisfies the given criteria. */
|
|
659
660
|
tryDeleteWhere(request: ClusterGrantCriteria, options?: IRepoOptions): Promise<BatchResult<ClusterGrant>>;
|
|
660
661
|
deleteWhere(request: ClusterGrantCriteria, options?: IThrowingRepoOptions): Promise<ClusterGrant[]>;
|
|
@@ -704,7 +705,7 @@ declare class ClusterGrantCruds {
|
|
|
704
705
|
import { CodiacTenant, CodiacTenantCriteria } from "../contracts";
|
|
705
706
|
declare class CodiacTenantCruds {
|
|
706
707
|
private core;
|
|
707
|
-
constructor(core:
|
|
708
|
+
constructor(core: ApiCrudClientBase);
|
|
708
709
|
/** Deletes each existing CodiacTenant that satisfies the given criteria. */
|
|
709
710
|
tryDeleteWhere(request: CodiacTenantCriteria, options?: IRepoOptions): Promise<BatchResult<CodiacTenant>>;
|
|
710
711
|
deleteWhere(request: CodiacTenantCriteria, options?: IThrowingRepoOptions): Promise<CodiacTenant[]>;
|
|
@@ -753,7 +754,7 @@ declare class CodiacTenantCruds {
|
|
|
753
754
|
}
|
|
754
755
|
declare class CodiacUserCruds {
|
|
755
756
|
private core;
|
|
756
|
-
constructor(core:
|
|
757
|
+
constructor(core: ApiCrudClientBase);
|
|
757
758
|
/** Retrieves all the existing CodiacUser that satisfy the given criteria. */
|
|
758
759
|
tryReadMany(request: CodiacUserCriteria, options?: IRepoOptions): Promise<ListResult<CodiacUser>>;
|
|
759
760
|
readMany(request: CodiacUserCriteria, options?: IThrowingRepoOptions): Promise<CodiacUser[]>;
|
|
@@ -764,7 +765,7 @@ declare class CodiacUserCruds {
|
|
|
764
765
|
import { Comment, CommentCriteria } from "../contracts";
|
|
765
766
|
declare class CommentCruds {
|
|
766
767
|
private core;
|
|
767
|
-
constructor(core:
|
|
768
|
+
constructor(core: ApiCrudClientBase);
|
|
768
769
|
/** Deletes each existing Comment that satisfies the given criteria. */
|
|
769
770
|
tryDeleteWhere(request: CommentCriteria, options?: IRepoOptions): Promise<BatchResult<Comment>>;
|
|
770
771
|
deleteWhere(request: CommentCriteria, options?: IThrowingRepoOptions): Promise<Comment[]>;
|
|
@@ -814,7 +815,7 @@ declare class CommentCruds {
|
|
|
814
815
|
import { ConfigChange, ConfigChangeCriteria } from "../contracts";
|
|
815
816
|
declare class ConfigChangeCruds {
|
|
816
817
|
private core;
|
|
817
|
-
constructor(core:
|
|
818
|
+
constructor(core: ApiCrudClientBase);
|
|
818
819
|
/** Deletes each existing ConfigChange that satisfies the given criteria. */
|
|
819
820
|
tryDeleteWhere(request: ConfigChangeCriteria, options?: IRepoOptions): Promise<BatchResult<ConfigChange>>;
|
|
820
821
|
deleteWhere(request: ConfigChangeCriteria, options?: IThrowingRepoOptions): Promise<ConfigChange[]>;
|
|
@@ -864,7 +865,7 @@ declare class ConfigChangeCruds {
|
|
|
864
865
|
import { ConfigDeploymentActivity, ConfigDeploymentActivityCriteria } from "../contracts";
|
|
865
866
|
declare class ConfigDeploymentActivityCruds {
|
|
866
867
|
private core;
|
|
867
|
-
constructor(core:
|
|
868
|
+
constructor(core: ApiCrudClientBase);
|
|
868
869
|
/** Deletes each existing ConfigDeploymentActivity that satisfies the given criteria. */
|
|
869
870
|
tryDeleteWhere(request: ConfigDeploymentActivityCriteria, options?: IRepoOptions): Promise<BatchResult<ConfigDeploymentActivity>>;
|
|
870
871
|
deleteWhere(request: ConfigDeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<ConfigDeploymentActivity[]>;
|
|
@@ -914,7 +915,7 @@ declare class ConfigDeploymentActivityCruds {
|
|
|
914
915
|
import { ContainerFootprint, ContainerFootprintCriteria } from "../contracts";
|
|
915
916
|
declare class ContainerFootprintCruds {
|
|
916
917
|
private core;
|
|
917
|
-
constructor(core:
|
|
918
|
+
constructor(core: ApiCrudClientBase);
|
|
918
919
|
/** Deletes each existing ContainerFootprint that satisfies the given criteria. */
|
|
919
920
|
tryDeleteWhere(request: ContainerFootprintCriteria, options?: IRepoOptions): Promise<BatchResult<ContainerFootprint>>;
|
|
920
921
|
deleteWhere(request: ContainerFootprintCriteria, options?: IThrowingRepoOptions): Promise<ContainerFootprint[]>;
|
|
@@ -964,7 +965,7 @@ declare class ContainerFootprintCruds {
|
|
|
964
965
|
import { CspTenantProfile, CspTenantProfileCriteria } from "../contracts";
|
|
965
966
|
declare class CspTenantProfileCruds {
|
|
966
967
|
private core;
|
|
967
|
-
constructor(core:
|
|
968
|
+
constructor(core: ApiCrudClientBase);
|
|
968
969
|
/** Deletes each existing CspTenantProfile that satisfies the given criteria. */
|
|
969
970
|
tryDeleteWhere(request: CspTenantProfileCriteria, options?: IRepoOptions): Promise<BatchResult<CspTenantProfile>>;
|
|
970
971
|
deleteWhere(request: CspTenantProfileCriteria, options?: IThrowingRepoOptions): Promise<CspTenantProfile[]>;
|
|
@@ -1013,7 +1014,7 @@ declare class CspTenantProfileCruds {
|
|
|
1013
1014
|
}
|
|
1014
1015
|
declare class DefaultChildAclCruds {
|
|
1015
1016
|
private core;
|
|
1016
|
-
constructor(core:
|
|
1017
|
+
constructor(core: ApiCrudClientBase);
|
|
1017
1018
|
/** Deletes each existing DefaultChildAcl that satisfies the given criteria. */
|
|
1018
1019
|
tryDeleteWhere(request: DefaultChildAclCriteria, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
|
|
1019
1020
|
deleteWhere(request: DefaultChildAclCriteria, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
|
|
@@ -1063,7 +1064,7 @@ declare class DefaultChildAclCruds {
|
|
|
1063
1064
|
import { DeployAttempt, DeployAttemptCriteria } from "../contracts";
|
|
1064
1065
|
declare class DeployAttemptCruds {
|
|
1065
1066
|
private core;
|
|
1066
|
-
constructor(core:
|
|
1067
|
+
constructor(core: ApiCrudClientBase);
|
|
1067
1068
|
/** Deletes each existing DeployAttempt that satisfies the given criteria. */
|
|
1068
1069
|
tryDeleteWhere(request: DeployAttemptCriteria, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
|
|
1069
1070
|
deleteWhere(request: DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
|
|
@@ -1113,7 +1114,7 @@ declare class DeployAttemptCruds {
|
|
|
1113
1114
|
import { DeployPipeline, DeployPipelineCriteria } from "../contracts";
|
|
1114
1115
|
declare class DeployPipelineCruds {
|
|
1115
1116
|
private core;
|
|
1116
|
-
constructor(core:
|
|
1117
|
+
constructor(core: ApiCrudClientBase);
|
|
1117
1118
|
/** Deletes each existing DeployPipeline that satisfies the given criteria. */
|
|
1118
1119
|
tryDeleteWhere(request: DeployPipelineCriteria, options?: IRepoOptions): Promise<BatchResult<DeployPipeline>>;
|
|
1119
1120
|
deleteWhere(request: DeployPipelineCriteria, options?: IThrowingRepoOptions): Promise<DeployPipeline[]>;
|
|
@@ -1163,7 +1164,7 @@ declare class DeployPipelineCruds {
|
|
|
1163
1164
|
import { Deployment, DeploymentCriteria } from "../contracts";
|
|
1164
1165
|
declare class DeploymentCruds {
|
|
1165
1166
|
private core;
|
|
1166
|
-
constructor(core:
|
|
1167
|
+
constructor(core: ApiCrudClientBase);
|
|
1167
1168
|
/** Deletes each existing Deployment that satisfies the given criteria. */
|
|
1168
1169
|
tryDeleteWhere(request: DeploymentCriteria, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
|
|
1169
1170
|
deleteWhere(request: DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Deployment[]>;
|
|
@@ -1213,7 +1214,7 @@ declare class DeploymentCruds {
|
|
|
1213
1214
|
import { DeploymentActivity, DeploymentActivityCriteria } from "../contracts";
|
|
1214
1215
|
declare class DeploymentActivityCruds {
|
|
1215
1216
|
private core;
|
|
1216
|
-
constructor(core:
|
|
1217
|
+
constructor(core: ApiCrudClientBase);
|
|
1217
1218
|
/** Deletes each existing DeploymentActivity that satisfies the given criteria. */
|
|
1218
1219
|
tryDeleteWhere(request: DeploymentActivityCriteria, options?: IRepoOptions): Promise<BatchResult<DeploymentActivity>>;
|
|
1219
1220
|
deleteWhere(request: DeploymentActivityCriteria, options?: IThrowingRepoOptions): Promise<DeploymentActivity[]>;
|
|
@@ -1263,7 +1264,7 @@ declare class DeploymentActivityCruds {
|
|
|
1263
1264
|
import { Enterprise, EnterpriseCriteria } from "../contracts";
|
|
1264
1265
|
declare class EnterpriseCruds {
|
|
1265
1266
|
private core;
|
|
1266
|
-
constructor(core:
|
|
1267
|
+
constructor(core: ApiCrudClientBase);
|
|
1267
1268
|
/** Deletes each existing Enterprise that satisfies the given criteria. */
|
|
1268
1269
|
tryDeleteWhere(request: EnterpriseCriteria, options?: IRepoOptions): Promise<BatchResult<Enterprise>>;
|
|
1269
1270
|
deleteWhere(request: EnterpriseCriteria, options?: IThrowingRepoOptions): Promise<Enterprise[]>;
|
|
@@ -1313,7 +1314,7 @@ declare class EnterpriseCruds {
|
|
|
1313
1314
|
import { EnterpriseRunState, EnterpriseRunStateCriteria } from "../contracts";
|
|
1314
1315
|
declare class EnterpriseRunStateCruds {
|
|
1315
1316
|
private core;
|
|
1316
|
-
constructor(core:
|
|
1317
|
+
constructor(core: ApiCrudClientBase);
|
|
1317
1318
|
/** Deletes each existing EnterpriseRunState that satisfies the given criteria. */
|
|
1318
1319
|
tryDeleteWhere(request: EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
|
|
1319
1320
|
deleteWhere(request: EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
|
|
@@ -1363,7 +1364,7 @@ declare class EnterpriseRunStateCruds {
|
|
|
1363
1364
|
import { EnterpriseVersionConfig, EnterpriseVersionConfigCriteria } from "../contracts";
|
|
1364
1365
|
declare class EnterpriseVersionConfigCruds {
|
|
1365
1366
|
private core;
|
|
1366
|
-
constructor(core:
|
|
1367
|
+
constructor(core: ApiCrudClientBase);
|
|
1367
1368
|
/** Deletes each existing EnterpriseVersionConfig that satisfies the given criteria. */
|
|
1368
1369
|
tryDeleteWhere(request: EnterpriseVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<EnterpriseVersionConfig>>;
|
|
1369
1370
|
deleteWhere(request: EnterpriseVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<EnterpriseVersionConfig[]>;
|
|
@@ -1412,7 +1413,7 @@ declare class EnterpriseVersionConfigCruds {
|
|
|
1412
1413
|
}
|
|
1413
1414
|
declare class EntityAclCruds {
|
|
1414
1415
|
private core;
|
|
1415
|
-
constructor(core:
|
|
1416
|
+
constructor(core: ApiCrudClientBase);
|
|
1416
1417
|
/** Deletes each existing EntityAcl that satisfies the given criteria. */
|
|
1417
1418
|
tryDeleteWhere(request: EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
|
|
1418
1419
|
deleteWhere(request: EntityAclCriteria, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
|
|
@@ -1462,7 +1463,7 @@ declare class EntityAclCruds {
|
|
|
1462
1463
|
import { Environment, EnvironmentCriteria } from "../contracts";
|
|
1463
1464
|
declare class EnvironmentCruds {
|
|
1464
1465
|
private core;
|
|
1465
|
-
constructor(core:
|
|
1466
|
+
constructor(core: ApiCrudClientBase);
|
|
1466
1467
|
/** Deletes each existing Environment that satisfies the given criteria. */
|
|
1467
1468
|
tryDeleteWhere(request: EnvironmentCriteria, options?: IRepoOptions): Promise<BatchResult<Environment>>;
|
|
1468
1469
|
deleteWhere(request: EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Environment[]>;
|
|
@@ -1512,7 +1513,7 @@ declare class EnvironmentCruds {
|
|
|
1512
1513
|
import { FileStoreDef, FileStoreDefCriteria } from "../contracts";
|
|
1513
1514
|
declare class FileStoreDefCruds {
|
|
1514
1515
|
private core;
|
|
1515
|
-
constructor(core:
|
|
1516
|
+
constructor(core: ApiCrudClientBase);
|
|
1516
1517
|
/** Deletes each existing FileStoreDef that satisfies the given criteria. */
|
|
1517
1518
|
tryDeleteWhere(request: FileStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
|
|
1518
1519
|
deleteWhere(request: FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
|
|
@@ -1562,7 +1563,7 @@ declare class FileStoreDefCruds {
|
|
|
1562
1563
|
import { Image, ImageCriteria } from "../contracts";
|
|
1563
1564
|
declare class ImageCruds {
|
|
1564
1565
|
private core;
|
|
1565
|
-
constructor(core:
|
|
1566
|
+
constructor(core: ApiCrudClientBase);
|
|
1566
1567
|
/** Deletes each existing Image that satisfies the given criteria. */
|
|
1567
1568
|
tryDeleteWhere(request: ImageCriteria, options?: IRepoOptions): Promise<BatchResult<Image>>;
|
|
1568
1569
|
deleteWhere(request: ImageCriteria, options?: IThrowingRepoOptions): Promise<Image[]>;
|
|
@@ -1612,7 +1613,7 @@ declare class ImageCruds {
|
|
|
1612
1613
|
import { ImageRegistry, ImageRegistryCriteria } from "../contracts";
|
|
1613
1614
|
declare class ImageRegistryCruds {
|
|
1614
1615
|
private core;
|
|
1615
|
-
constructor(core:
|
|
1616
|
+
constructor(core: ApiCrudClientBase);
|
|
1616
1617
|
/** Deletes each existing ImageRegistry that satisfies the given criteria. */
|
|
1617
1618
|
tryDeleteWhere(request: ImageRegistryCriteria, options?: IRepoOptions): Promise<BatchResult<ImageRegistry>>;
|
|
1618
1619
|
deleteWhere(request: ImageRegistryCriteria, options?: IThrowingRepoOptions): Promise<ImageRegistry[]>;
|
|
@@ -1662,7 +1663,7 @@ declare class ImageRegistryCruds {
|
|
|
1662
1663
|
import { Kit, KitCriteria } from "../contracts";
|
|
1663
1664
|
declare class KitCruds {
|
|
1664
1665
|
private core;
|
|
1665
|
-
constructor(core:
|
|
1666
|
+
constructor(core: ApiCrudClientBase);
|
|
1666
1667
|
/** Deletes each existing Kit that satisfies the given criteria. */
|
|
1667
1668
|
tryDeleteWhere(request: KitCriteria, options?: IRepoOptions): Promise<BatchResult<Kit>>;
|
|
1668
1669
|
deleteWhere(request: KitCriteria, options?: IThrowingRepoOptions): Promise<Kit[]>;
|
|
@@ -1712,7 +1713,7 @@ declare class KitCruds {
|
|
|
1712
1713
|
import { KvpStoreDef, KvpStoreDefCriteria } from "../contracts";
|
|
1713
1714
|
declare class KvpStoreDefCruds {
|
|
1714
1715
|
private core;
|
|
1715
|
-
constructor(core:
|
|
1716
|
+
constructor(core: ApiCrudClientBase);
|
|
1716
1717
|
/** Deletes each existing KvpStoreDef that satisfies the given criteria. */
|
|
1717
1718
|
tryDeleteWhere(request: KvpStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<KvpStoreDef>>;
|
|
1718
1719
|
deleteWhere(request: KvpStoreDefCriteria, options?: IThrowingRepoOptions): Promise<KvpStoreDef[]>;
|
|
@@ -1762,7 +1763,7 @@ declare class KvpStoreDefCruds {
|
|
|
1762
1763
|
import { Label, LabelCriteria } from "../contracts";
|
|
1763
1764
|
declare class LabelCruds {
|
|
1764
1765
|
private core;
|
|
1765
|
-
constructor(core:
|
|
1766
|
+
constructor(core: ApiCrudClientBase);
|
|
1766
1767
|
/** Deletes each existing Label that satisfies the given criteria. */
|
|
1767
1768
|
tryDeleteWhere(request: LabelCriteria, options?: IRepoOptions): Promise<BatchResult<Label>>;
|
|
1768
1769
|
deleteWhere(request: LabelCriteria, options?: IThrowingRepoOptions): Promise<Label[]>;
|
|
@@ -1812,7 +1813,7 @@ declare class LabelCruds {
|
|
|
1812
1813
|
import { NodePoolDef, NodePoolDefCriteria } from "../contracts";
|
|
1813
1814
|
declare class NodePoolDefCruds {
|
|
1814
1815
|
private core;
|
|
1815
|
-
constructor(core:
|
|
1816
|
+
constructor(core: ApiCrudClientBase);
|
|
1816
1817
|
/** Deletes each existing NodePoolDef that satisfies the given criteria. */
|
|
1817
1818
|
tryDeleteWhere(request: NodePoolDefCriteria, options?: IRepoOptions): Promise<BatchResult<NodePoolDef>>;
|
|
1818
1819
|
deleteWhere(request: NodePoolDefCriteria, options?: IThrowingRepoOptions): Promise<NodePoolDef[]>;
|
|
@@ -1862,7 +1863,7 @@ declare class NodePoolDefCruds {
|
|
|
1862
1863
|
import { Probe, ProbeCriteria } from "../contracts";
|
|
1863
1864
|
declare class ProbeCruds {
|
|
1864
1865
|
private core;
|
|
1865
|
-
constructor(core:
|
|
1866
|
+
constructor(core: ApiCrudClientBase);
|
|
1866
1867
|
/** Deletes each existing Probe that satisfies the given criteria. */
|
|
1867
1868
|
tryDeleteWhere(request: ProbeCriteria, options?: IRepoOptions): Promise<BatchResult<Probe>>;
|
|
1868
1869
|
deleteWhere(request: ProbeCriteria, options?: IThrowingRepoOptions): Promise<Probe[]>;
|
|
@@ -1912,7 +1913,7 @@ declare class ProbeCruds {
|
|
|
1912
1913
|
import { Product, ProductCriteria } from "../contracts";
|
|
1913
1914
|
declare class ProductCruds {
|
|
1914
1915
|
private core;
|
|
1915
|
-
constructor(core:
|
|
1916
|
+
constructor(core: ApiCrudClientBase);
|
|
1916
1917
|
/** Deletes each existing Product that satisfies the given criteria. */
|
|
1917
1918
|
tryDeleteWhere(request: ProductCriteria, options?: IRepoOptions): Promise<BatchResult<Product>>;
|
|
1918
1919
|
deleteWhere(request: ProductCriteria, options?: IThrowingRepoOptions): Promise<Product[]>;
|
|
@@ -1962,7 +1963,7 @@ declare class ProductCruds {
|
|
|
1962
1963
|
import { ProductVersionConfig, ProductVersionConfigCriteria } from "../contracts";
|
|
1963
1964
|
declare class ProductVersionConfigCruds {
|
|
1964
1965
|
private core;
|
|
1965
|
-
constructor(core:
|
|
1966
|
+
constructor(core: ApiCrudClientBase);
|
|
1966
1967
|
/** Deletes each existing ProductVersionConfig that satisfies the given criteria. */
|
|
1967
1968
|
tryDeleteWhere(request: ProductVersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<ProductVersionConfig>>;
|
|
1968
1969
|
deleteWhere(request: ProductVersionConfigCriteria, options?: IThrowingRepoOptions): Promise<ProductVersionConfig[]>;
|
|
@@ -2012,7 +2013,7 @@ declare class ProductVersionConfigCruds {
|
|
|
2012
2013
|
import { ScopedHostNameConfig, ScopedHostNameConfigCriteria } from "../contracts";
|
|
2013
2014
|
declare class ScopedHostNameConfigCruds {
|
|
2014
2015
|
private core;
|
|
2015
|
-
constructor(core:
|
|
2016
|
+
constructor(core: ApiCrudClientBase);
|
|
2016
2017
|
/** Deletes each existing ScopedHostNameConfig that satisfies the given criteria. */
|
|
2017
2018
|
tryDeleteWhere(request: ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
|
|
2018
2019
|
deleteWhere(request: ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
|
|
@@ -2062,7 +2063,7 @@ declare class ScopedHostNameConfigCruds {
|
|
|
2062
2063
|
import { ScopedSetting, ScopedSettingCriteria } from "../contracts";
|
|
2063
2064
|
declare class ScopedSettingCruds {
|
|
2064
2065
|
private core;
|
|
2065
|
-
constructor(core:
|
|
2066
|
+
constructor(core: ApiCrudClientBase);
|
|
2066
2067
|
/** Deletes each existing ScopedSetting that satisfies the given criteria. */
|
|
2067
2068
|
tryDeleteWhere(request: ScopedSettingCriteria, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
|
|
2068
2069
|
deleteWhere(request: ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
|
|
@@ -2112,7 +2113,7 @@ declare class ScopedSettingCruds {
|
|
|
2112
2113
|
import { SetupJournal, SetupJournalCriteria } from "../contracts";
|
|
2113
2114
|
declare class SetupJournalCruds {
|
|
2114
2115
|
private core;
|
|
2115
|
-
constructor(core:
|
|
2116
|
+
constructor(core: ApiCrudClientBase);
|
|
2116
2117
|
/** Deletes each existing SetupJournal that satisfies the given criteria. */
|
|
2117
2118
|
tryDeleteWhere(request: SetupJournalCriteria, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
|
|
2118
2119
|
deleteWhere(request: SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
|
|
@@ -2162,7 +2163,7 @@ declare class SetupJournalCruds {
|
|
|
2162
2163
|
import { Snapshot, SnapshotCriteria } from "../contracts";
|
|
2163
2164
|
declare class SnapshotCruds {
|
|
2164
2165
|
private core;
|
|
2165
|
-
constructor(core:
|
|
2166
|
+
constructor(core: ApiCrudClientBase);
|
|
2166
2167
|
/** Deletes each existing Snapshot that satisfies the given criteria. */
|
|
2167
2168
|
tryDeleteWhere(request: SnapshotCriteria, options?: IRepoOptions): Promise<BatchResult<Snapshot>>;
|
|
2168
2169
|
deleteWhere(request: SnapshotCriteria, options?: IThrowingRepoOptions): Promise<Snapshot[]>;
|
|
@@ -2212,7 +2213,7 @@ declare class SnapshotCruds {
|
|
|
2212
2213
|
import { SourceRepo, SourceRepoCriteria } from "../contracts";
|
|
2213
2214
|
declare class SourceRepoCruds {
|
|
2214
2215
|
private core;
|
|
2215
|
-
constructor(core:
|
|
2216
|
+
constructor(core: ApiCrudClientBase);
|
|
2216
2217
|
/** Deletes each existing SourceRepo that satisfies the given criteria. */
|
|
2217
2218
|
tryDeleteWhere(request: SourceRepoCriteria, options?: IRepoOptions): Promise<BatchResult<SourceRepo>>;
|
|
2218
2219
|
deleteWhere(request: SourceRepoCriteria, options?: IThrowingRepoOptions): Promise<SourceRepo[]>;
|
|
@@ -2262,7 +2263,7 @@ declare class SourceRepoCruds {
|
|
|
2262
2263
|
import { Subscription, SubscriptionCriteria } from "../contracts";
|
|
2263
2264
|
declare class SubscriptionCruds {
|
|
2264
2265
|
private core;
|
|
2265
|
-
constructor(core:
|
|
2266
|
+
constructor(core: ApiCrudClientBase);
|
|
2266
2267
|
/** Deletes each existing Subscription that satisfies the given criteria. */
|
|
2267
2268
|
tryDeleteWhere(request: SubscriptionCriteria, options?: IRepoOptions): Promise<BatchResult<Subscription>>;
|
|
2268
2269
|
deleteWhere(request: SubscriptionCriteria, options?: IThrowingRepoOptions): Promise<Subscription[]>;
|
|
@@ -2312,7 +2313,7 @@ declare class SubscriptionCruds {
|
|
|
2312
2313
|
import { Tag, TagCriteria } from "../contracts";
|
|
2313
2314
|
declare class TagCruds {
|
|
2314
2315
|
private core;
|
|
2315
|
-
constructor(core:
|
|
2316
|
+
constructor(core: ApiCrudClientBase);
|
|
2316
2317
|
/** Deletes each existing Tag that satisfies the given criteria. */
|
|
2317
2318
|
tryDeleteWhere(request: TagCriteria, options?: IRepoOptions): Promise<BatchResult<Tag>>;
|
|
2318
2319
|
deleteWhere(request: TagCriteria, options?: IThrowingRepoOptions): Promise<Tag[]>;
|
|
@@ -2362,7 +2363,7 @@ declare class TagCruds {
|
|
|
2362
2363
|
import { VersionConfig, VersionConfigCriteria } from "../contracts";
|
|
2363
2364
|
declare class VersionConfigCruds {
|
|
2364
2365
|
private core;
|
|
2365
|
-
constructor(core:
|
|
2366
|
+
constructor(core: ApiCrudClientBase);
|
|
2366
2367
|
/** Deletes each existing VersionConfig that satisfies the given criteria. */
|
|
2367
2368
|
tryDeleteWhere(request: VersionConfigCriteria, options?: IRepoOptions): Promise<BatchResult<VersionConfig>>;
|
|
2368
2369
|
deleteWhere(request: VersionConfigCriteria, options?: IThrowingRepoOptions): Promise<VersionConfig[]>;
|
|
@@ -2412,7 +2413,7 @@ declare class VersionConfigCruds {
|
|
|
2412
2413
|
import { VersionCreateActivity, VersionCreateActivityCriteria } from "../contracts";
|
|
2413
2414
|
declare class VersionCreateActivityCruds {
|
|
2414
2415
|
private core;
|
|
2415
|
-
constructor(core:
|
|
2416
|
+
constructor(core: ApiCrudClientBase);
|
|
2416
2417
|
/** Deletes each existing VersionCreateActivity that satisfies the given criteria. */
|
|
2417
2418
|
tryDeleteWhere(request: VersionCreateActivityCriteria, options?: IRepoOptions): Promise<BatchResult<VersionCreateActivity>>;
|
|
2418
2419
|
deleteWhere(request: VersionCreateActivityCriteria, options?: IThrowingRepoOptions): Promise<VersionCreateActivity[]>;
|
|
@@ -2462,7 +2463,7 @@ declare class VersionCreateActivityCruds {
|
|
|
2462
2463
|
import { WorkFlowStrategy, WorkFlowStrategyCriteria } from "../contracts";
|
|
2463
2464
|
declare class WorkFlowStrategyCruds {
|
|
2464
2465
|
private core;
|
|
2465
|
-
constructor(core:
|
|
2466
|
+
constructor(core: ApiCrudClientBase);
|
|
2466
2467
|
/** Deletes each existing WorkFlowStrategy that satisfies the given criteria. */
|
|
2467
2468
|
tryDeleteWhere(request: WorkFlowStrategyCriteria, options?: IRepoOptions): Promise<BatchResult<WorkFlowStrategy>>;
|
|
2468
2469
|
deleteWhere(request: WorkFlowStrategyCriteria, options?: IThrowingRepoOptions): Promise<WorkFlowStrategy[]>;
|
|
@@ -2512,7 +2513,7 @@ declare class WorkFlowStrategyCruds {
|
|
|
2512
2513
|
import { ZombiePeriod, ZombiePeriodCriteria } from "../contracts";
|
|
2513
2514
|
declare class ZombiePeriodCruds {
|
|
2514
2515
|
private core;
|
|
2515
|
-
constructor(core:
|
|
2516
|
+
constructor(core: ApiCrudClientBase);
|
|
2516
2517
|
/** Deletes each existing ZombiePeriod that satisfies the given criteria. */
|
|
2517
2518
|
tryDeleteWhere(request: ZombiePeriodCriteria, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
|
|
2518
2519
|
deleteWhere(request: ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
|
|
@@ -2559,17 +2560,18 @@ declare class ZombiePeriodCruds {
|
|
|
2559
2560
|
tryUpsertMany(request: Array<ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
|
|
2560
2561
|
upsertMany(request: Array<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
|
|
2561
2562
|
}
|
|
2562
|
-
import { ApiReadyState,
|
|
2563
|
+
import { ApiReadyState, AssetIdentifier, Buffer, CabinetAssetVersion, CabinetConfigState, CabinetConfigStateRequest, CabinetHostNameConfig, CabinetHostNameConfigCriteria, CabinetScopesCriteria, ClusterAttachRequest, ClusterDetachRequest, ConfigDef, ConfigDefCriteria, ConfigDoc, ConfigDocSpecForOne, EnterpriseScope, EnterpriseState, EnterpriseStateRequest, FileRequest, ReadyStateRequest, RootMap, RootMapCriteria, ScopedConfig, ScopedConfigCriteria, VersionGetsertRequest } from "../contracts";
|
|
2563
2564
|
declare class OtherOperations {
|
|
2564
2565
|
private core;
|
|
2565
|
-
constructor(core:
|
|
2566
|
-
AssetWhere(request: AssetRequest, options?: IRepoOptions): Promise<ListResult<CabinetAssetVersion>>;
|
|
2566
|
+
constructor(core: ApiCrudClientBase);
|
|
2567
2567
|
/** Includes the given cluster within the given environment. */
|
|
2568
2568
|
EnvironmentClusterAttach(request: ClusterAttachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Environment>>>;
|
|
2569
2569
|
/** Removes the linkage between the given environment and the given cluster. */
|
|
2570
2570
|
EnvironmentClusterDetach(request: ClusterDetachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Environment>>>;
|
|
2571
2571
|
/** Assembles (via smashMerge) the host naming strategy configuration for each applicable cabinet. Allows deeper filtering on domain names and types of host name strategies. */
|
|
2572
2572
|
GetCabinetHostNameConfig(request: CabinetHostNameConfigCriteria, options?: IRepoOptions): Promise<ListResult<CabinetHostNameConfig>>;
|
|
2573
|
+
/** Shows the cabinets to which the given asset is currently deployed and which version is where. */
|
|
2574
|
+
assetWhere(request: AssetIdentifier, options?: IRepoOptions): Promise<ListResult<CabinetAssetVersion>>;
|
|
2573
2575
|
/** Retrieves the enterprise configuration currently in play in a single given cabinet,
|
|
2574
2576
|
in terms of versions of the enterprise and its assets.
|
|
2575
2577
|
This is a composite/hybrid object made up of a Cabinet, EnterpriseVersionConfig and an EnterpriseRunState.
|
|
@@ -2586,7 +2588,7 @@ declare class OtherOperations {
|
|
|
2586
2588
|
/** All the enterprises, assets, cabinets, environments, and clusters for the current tenant. That is, retrieves a semi-detailed list of all the primary entities of a tenant's software organization. Originally designed for use in ingress routing. */
|
|
2587
2589
|
getRootMap(request: RootMapCriteria, options?: IRepoOptions): Promise<SingleResult<RootMap>>;
|
|
2588
2590
|
/** Assembles (via smashMerge) a single config doc for the given enterprise asset, scoped for the given cabinet. */
|
|
2589
|
-
getScopedConfigs(request: ScopedConfigCriteria, options?: IRepoOptions): Promise<ScopedConfig
|
|
2591
|
+
getScopedConfigs(request: ScopedConfigCriteria, options?: IRepoOptions): Promise<ListResult<ScopedConfig>>;
|
|
2590
2592
|
/** (generated operationId) */
|
|
2591
2593
|
getSwaggerUiPath(request: FileRequest, options?: IRepoOptions): Promise<Buffer>;
|
|
2592
2594
|
/** Assembles an enterprise version configuration by overlaying the given assets onto an optional existing enterprise version, and either creates a new version record for it or retrieves one if that configuration already exists. Assets are automatically placed within their respective products if applicable. */
|