@codiac.io/codiac-cli 1.3.127 → 1.3.129

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.
Files changed (68) hide show
  1. package/README.md +1 -1
  2. package/dist/apis/codiac-api-nats/gen/client.d.ts +72 -11
  3. package/dist/apis/codiac-api-nats/gen/client.js +967 -84
  4. package/dist/apis/codiac-api-nats/gen/client.js.map +1 -1
  5. package/dist/apis/codiac-api-nats/gen/config.d.ts +3 -15
  6. package/dist/apis/codiac-api-nats/gen/config.js +5 -4
  7. package/dist/apis/codiac-api-nats/gen/config.js.map +1 -1
  8. package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.d.ts +3 -2
  9. package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.js +23 -18
  10. package/dist/apis/codiac-api-nats/gen/contracts/transformers.gen.js.map +1 -1
  11. package/dist/apis/codiac-api-nats/gen/contracts/types.gen.d.ts +72 -20
  12. package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js +18 -7
  13. package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js.map +1 -1
  14. package/dist/apis/codiac-api-nats/gen/contracts.ng.d.ts +34 -7
  15. package/dist/apis/codiac-api-nats/gen/contracts.ng.js +1 -2
  16. package/dist/apis/codiac-api-nats/gen/contracts.ng.js.map +1 -1
  17. package/dist/apis/codiac-relay-nats/gen/client.d.ts +10 -13
  18. package/dist/apis/codiac-relay-nats/gen/client.js +35 -73
  19. package/dist/apis/codiac-relay-nats/gen/client.js.map +1 -1
  20. package/dist/apis/codiac-relay-nats/gen/config.d.ts +3 -16
  21. package/dist/apis/codiac-relay-nats/gen/config.js +7 -5
  22. package/dist/apis/codiac-relay-nats/gen/config.js.map +1 -1
  23. package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.d.ts +3 -3
  24. package/dist/apis/codiac-relay-nats/gen/contracts.ng.d.ts +0 -7
  25. package/dist/apis/codiac-relay-nats/gen/contracts.ng.js +2 -2
  26. package/dist/apis/codiac-relay-nats/gen/contracts.ng.js.map +1 -1
  27. package/dist/apis/nats/nats-client.d.ts +0 -47
  28. package/dist/apis/nats/nats-client.js +279 -335
  29. package/dist/apis/nats/nats-client.js.map +1 -1
  30. package/dist/bootstrapper-for-api-clients.d.ts +1 -0
  31. package/dist/bootstrapper-for-api-clients.js +15 -2
  32. package/dist/bootstrapper-for-api-clients.js.map +1 -1
  33. package/dist/bootstrapper-for-enterprise-commands.js +22 -5
  34. package/dist/bootstrapper-for-enterprise-commands.js.map +1 -1
  35. package/dist/command-base-enterprise.d.ts +1 -1
  36. package/dist/command-base-enterprise.js +24 -8
  37. package/dist/command-base-enterprise.js.map +1 -1
  38. package/dist/commands/cluster/start.js +3 -3
  39. package/dist/commands/cluster/start.js.map +1 -1
  40. package/dist/commands/cluster/stop.js +3 -3
  41. package/dist/commands/cluster/stop.js.map +1 -1
  42. package/dist/commands/noc/cluster/create.js +3 -3
  43. package/dist/commands/noc/cluster/create.js.map +1 -1
  44. package/dist/commands/noc/cluster/destroy.js +3 -3
  45. package/dist/commands/noc/cluster/destroy.js.map +1 -1
  46. package/dist/ops/terminal-command-runner/local-command-runner.d.ts +1 -1
  47. package/dist/relay/relay-container.js +1 -1
  48. package/dist/relay/wsclient/relay-websocket-client.d.ts +2 -2
  49. package/dist/relay/wsclient/relay-websocket-client.js +1 -1
  50. package/dist/relay/wsclient/relay-websocket-client.js.map +1 -1
  51. package/dist/relay/wsclient/socket-contracts.d.ts +1 -1
  52. package/dist/sdk-adapters/azure/az-interactive-login-configurator.d.ts +1 -1
  53. package/dist/sdk-adapters/azure/az-interactive-login-configurator.js +95 -56
  54. package/dist/sdk-adapters/azure/az-interactive-login-configurator.js.map +1 -1
  55. package/dist/sdk-adapters/azure/azure-resource-configurator.d.ts +1 -1
  56. package/dist/sdk-adapters/azure/azure-resource-configurator.js +7 -7
  57. package/dist/sdk-adapters/azure/azure-resource-configurator.js.map +1 -1
  58. package/dist/uilogic/i-messaging-client.d.ts +0 -56
  59. package/dist/uilogic/i-messaging-client.js +84 -9
  60. package/dist/uilogic/i-messaging-client.js.map +1 -1
  61. package/dist/uilogic/lrp-watcher-predef.d.ts +1 -1
  62. package/dist/uilogic/lrp-watcher-predef.js +1 -1
  63. package/dist/uilogic/lrp-watcher-predef.js.map +1 -1
  64. package/dist/uilogic/lrp-watcher.d.ts +1 -1
  65. package/dist/uilogic/lrp-watcher.js +2 -2
  66. package/dist/uilogic/lrp-watcher.js.map +1 -1
  67. package/oclif.manifest.json +1 -1
  68. package/package.json +7 -6
@@ -4,18 +4,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.CodiacNatsClient = void 0;
5
5
  const tslib_1 = require("tslib");
6
6
  const inversify_1 = require("inversify");
7
- const buffer_1 = require("buffer");
8
7
  const codiac_common_1 = require("@codiac.io/codiac-common");
9
8
  const contracts_1 = require("@codiac.io/codiac-common/contracts");
10
9
  const jwt_lib_1 = require("@codiac.io/jwt-lib");
11
10
  const token_1 = require("../common/token");
12
11
  const config_1 = require("./config");
13
12
  const Nats = require("@nats-io/nats-core");
14
- const Transport = require("@nats-io/transport-node");
15
13
  const Utils = require("../common/utils");
16
- const jwt = require("@codiac.io/jwt-lib");
17
14
  const _ = require("lodash");
18
15
  const token_utils_1 = require("../common/token-utils");
16
+ const nats_1 = require("@codiac.io/codiac-messaging/dist/nats");
17
+ const codiac_messaging_1 = require("@codiac.io/codiac-messaging");
19
18
  // FOR nats websocket error: WebSocket not defined.
20
19
  if (typeof WebSocket === 'undefined') {
21
20
  const Ws = require('ws');
@@ -23,15 +22,21 @@ if (typeof WebSocket === 'undefined') {
23
22
  }
24
23
  let CodiacNatsClient = CodiacNatsClient_1 = class CodiacNatsClient {
25
24
  static bootstrap(ioc, settings) {
25
+ let ultimate;
26
26
  if (ioc.isBound(config_1.CodiacNatsClientConfig)) {
27
27
  const existing = ioc.get(config_1.CodiacNatsClientConfig);
28
- const ultimate = _.assignIn(existing, settings);
28
+ ultimate = _.assignIn({}, existing, settings);
29
29
  ioc.rebind(config_1.CodiacNatsClientConfig).toConstantValue(ultimate);
30
30
  }
31
31
  else {
32
- const ultimate = _.assignIn({}, this.DEFAULTS, settings);
32
+ ultimate = _.assignIn({}, this.DEFAULTS, settings);
33
33
  ioc.bind(config_1.CodiacNatsClientConfig).toConstantValue(ultimate);
34
34
  }
35
+ nats_1.NatsConnector.bootstrap(ioc, {
36
+ natsInstance: ultimate.natsInstance,
37
+ baseUrl: ultimate.baseUrl,
38
+ connectTimeoutInMs: ultimate.connectTimeoutInMs
39
+ }, ultimate.natsInstance);
35
40
  // COMMENTED OUT BC:
36
41
  // We cant bind the client here bc we need to use lazy-loaded properties
37
42
  // to get injected dependencies, not ioc directly
@@ -49,19 +54,17 @@ let CodiacNatsClient = CodiacNatsClient_1 = class CodiacNatsClient {
49
54
  }
50
55
  }
51
56
  /** This factory method is just for convenience and hasty backward compatibility with consumers not using ioc. */
52
- static create(logger, configuration, codiacJwt) {
57
+ static create(logger, connector, configuration, codiacJwt) {
53
58
  let tokenCreds;
54
59
  if (codiacJwt) {
55
60
  tokenCreds = (typeof codiacJwt == 'string') ? { jwtToken: codiacJwt } : codiacJwt;
56
61
  }
57
- return new CodiacNatsClient_1(logger, configuration !== null && configuration !== void 0 ? configuration : this.DEFAULTS, tokenCreds);
62
+ return new CodiacNatsClient_1(logger, configuration !== null && configuration !== void 0 ? configuration : this.DEFAULTS, connector, tokenCreds);
58
63
  }
59
- static get nc() {
60
- return this._nc;
61
- }
62
- constructor(logger, _settings, _tokenCredentials) {
64
+ constructor(logger, _settings, connector, _tokenCredentials) {
63
65
  this.logger = logger;
64
66
  this._settings = _settings;
67
+ this.connector = connector;
65
68
  this._tokenCredentials = _tokenCredentials;
66
69
  this.Auth = new AuthOperations(this);
67
70
  this.Call = new OtherOperations(this);
@@ -117,84 +120,66 @@ let CodiacNatsClient = CodiacNatsClient_1 = class CodiacNatsClient {
117
120
  this.VersionCreateActivity = new VersionCreateActivityCruds(this);
118
121
  this.WorkFlowStrategy = new WorkFlowStrategyCruds(this);
119
122
  this.ZombiePeriod = new ZombiePeriodCruds(this);
120
- this.clientType = _settings.baseUrl.toLowerCase().startsWith("nats://") ? "nats" : "websockets";
121
123
  this.TokenUtils = new token_utils_1.TokenUtils(this.logger);
124
+ if (_tokenCredentials === null || _tokenCredentials === void 0 ? void 0 : _tokenCredentials.jwtToken)
125
+ this.connector.setUserToken(_tokenCredentials.jwtToken);
126
+ this.endpoints = {};
127
+ }
128
+ registerEndpoints(endpoints) {
129
+ _.assign(this.endpoints, endpoints);
130
+ }
131
+ supportsSubject(subject) {
132
+ let found = false;
133
+ for (let op in this.endpoints) {
134
+ found = found || this.endpoints[op].includes(subject);
135
+ if (found == true)
136
+ break;
137
+ }
138
+ return found;
139
+ }
140
+ /** Throws if not found; */
141
+ opFor(subject) {
142
+ let found;
143
+ for (let op in this.endpoints) {
144
+ if (this.endpoints[op].includes(subject)) {
145
+ found = op;
146
+ break;
147
+ }
148
+ }
149
+ if (found == undefined)
150
+ throw new Error("Subject not recognized by ".concat("OtherOperations"));
151
+ return found;
122
152
  }
123
153
  isExpired(token, throwOnError = false) {
124
- return this.TokenUtils.isExpired(token, throwOnError);
154
+ return this.connector.isExpired(token, throwOnError);
125
155
  }
126
156
  /** Sets the user context to impersonate in requests made to the api. */
127
157
  setUserToken(token) {
128
- if (this._tokenCredentials) {
129
- this._tokenCredentials.jwtToken = token;
130
- }
131
- else {
132
- this._tokenCredentials = { jwtToken: token };
133
- }
158
+ this.connector.setUserToken(token);
134
159
  }
135
160
  connect() {
136
- var _a, _b, _c, _d;
137
161
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
138
- try {
139
- // Assemble authenticator from codiac jwt
140
- const codiacJwt = (_a = this._tokenCredentials) === null || _a === void 0 ? void 0 : _a.jwtToken;
141
- if (codiacJwt == undefined) {
142
- throw new Error("No token client available.");
143
- }
144
- const payload = (_b = new jwt.JwtEncoder().tryDecode(codiacJwt)) === null || _b === void 0 ? void 0 : _b.payload;
145
- if (payload == undefined)
146
- throw new Error("Empty jwt payload");
147
- const gck = payload[CodiacNatsClient_1.CLAIM_FOR_GLOBAL_CLIENT_KEY];
148
- if (gck == undefined)
149
- throw new Error("No global client key was available in the token payload.");
150
- const natsCreds = buffer_1.Buffer.from(gck, 'base64').toString('utf-8');
151
- const opts = {
152
- servers: this.settings.baseUrl,
153
- authenticator: [
154
- Nats.tokenAuthenticator(codiacJwt),
155
- Nats.credsAuthenticator(new TextEncoder().encode(natsCreds))
156
- ],
157
- verbose: true
158
- };
159
- if (this.clientType === "websockets") {
160
- CodiacNatsClient_1._nc = yield Nats.wsconnect(opts);
161
- }
162
- else {
163
- CodiacNatsClient_1._nc = yield Transport.connect(opts);
164
- }
165
- this.logger.write(`Connected to ${this.settings.baseUrl}`);
166
- return (_c = CodiacNatsClient_1.nc) === null || _c === void 0 ? void 0 : _c.info;
167
- }
168
- catch (err) {
169
- err.message = "Error connecting to nats: ".concat((_d = err.message) !== null && _d !== void 0 ? _d : "(no error message available)");
170
- this.logger.error(err.message);
171
- throw err;
172
- }
162
+ return yield this.connector.connect();
173
163
  });
174
164
  }
175
165
  isConnected() {
176
- return CodiacNatsClient_1.areAnyConnected();
166
+ return this.connector.isConnected();
177
167
  }
178
168
  disconnect() {
179
169
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
180
- yield CodiacNatsClient_1.disconnectAll();
170
+ yield this.connector.disconnect();
181
171
  return;
182
172
  });
183
173
  }
184
174
  /** Disregards any instances and checks the underlying connection store
185
175
  * for any connections that are currently not closed or draining. */
186
- static areAnyConnected() {
187
- // is this accurate enough? or do we need to build a listener on `RelayNatsClient.nc.status()`?
188
- return (this.nc != undefined) && (!this.nc.isClosed() && !this.nc.isDraining());
176
+ areAnyConnected() {
177
+ return this.connector.areAnyConnected();
189
178
  }
190
179
  /** Closes any unclosed connections in the underlying connection store (regardless of instances). */
191
- static disconnectAll() {
192
- var _a;
180
+ disconnectAll() {
193
181
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
194
- if (this.nc != undefined && !this.nc.isClosed()) {
195
- yield ((_a = this.nc) === null || _a === void 0 ? void 0 : _a.close());
196
- }
197
- return;
182
+ return this.connector.disconnectAll();
198
183
  });
199
184
  }
200
185
  get tokenCredentials() {
@@ -233,7 +218,6 @@ let CodiacNatsClient = CodiacNatsClient_1 = class CodiacNatsClient {
233
218
  }
234
219
  makeRequest(subject, req, headers) {
235
220
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
236
- // return new Promise<TResponse>(async (resolve, reject) => {
237
221
  try {
238
222
  // this.logger.detail(`Api client making request: ${httpVerb} ${url?.split("?")[0]}`);
239
223
  let reqHeaders = Nats.headers();
@@ -247,28 +231,24 @@ let CodiacNatsClient = CodiacNatsClient_1 = class CodiacNatsClient {
247
231
  reqHeaders.append(headerKey, headers[headerKey]);
248
232
  }
249
233
  }
250
- /** Determines whether a connection needs to be
251
- * opened (and closed) just for this request. */
252
- // let disconnectNow = false;
253
234
  if (!this.isConnected()) {
254
235
  yield this.connect();
255
- // disconnectNow = true;
256
236
  }
257
- const res = yield CodiacNatsClient_1.nc.request(subject, JSON.stringify(req), { headers: reqHeaders, timeout: this.settings.requestTimeoutInMs });
237
+ if (!this.connector.connection) {
238
+ throw new Error("The messaging client unexpectedly lost its connection instance. Please try again.");
239
+ }
240
+ const res = yield this.connector.connection.request(subject, JSON.stringify(req), {
241
+ headers: reqHeaders,
242
+ timeout: this.settings.requestTimeoutInMs
243
+ });
258
244
  let output = res.json();
259
- // COMMENTED OUT BC: disconnect() needs to get invoked from the caller so that it can stay open for many executions.
260
- // We could build some config to enable different connection paradigms, but its not necessary at the moment.
261
- // if (disconnectNow) {
262
- // await this.disconnect();
263
- // }
264
245
  return output;
265
246
  }
266
247
  catch (err) {
267
248
  this.logger.error(`Error making call: ${err.message}`, { subject: subject, error: err });
268
249
  this.logger.debug(err);
269
- throw (err);
250
+ throw err;
270
251
  }
271
- // });
272
252
  });
273
253
  }
274
254
  }; // end class CodiacNatsClient
@@ -278,16 +258,17 @@ CodiacNatsClient.apiVersion = "version";
278
258
  /** The name of the jwt claim in the codiac token that holds the nats credentials. */
279
259
  CodiacNatsClient.CLAIM_FOR_GLOBAL_CLIENT_KEY = "gck";
280
260
  CodiacNatsClient.DEFAULTS = {
281
- baseUrl: "ws://localhost:9222",
282
- requestTimeoutInMs: 15000
261
+ baseUrl: "wss://api.codiac.io",
262
+ requestTimeoutInMs: 180000,
263
+ connectTimeoutInMs: 30000
283
264
  };
284
265
  CodiacNatsClient = CodiacNatsClient_1 = tslib_1.__decorate([
285
266
  (0, inversify_1.injectable)(),
286
267
  tslib_1.__param(0, (0, inversify_1.inject)(codiac_common_1.INTERFACES.IBetterLogger)),
287
268
  tslib_1.__param(1, (0, inversify_1.inject)(config_1.CodiacNatsClientConfig)),
288
- tslib_1.__param(2, (0, inversify_1.inject)(token_1.TokenCreds)),
289
- tslib_1.__metadata("design:paramtypes", [Object, config_1.CodiacNatsClientConfig,
290
- token_1.TokenCreds])
269
+ tslib_1.__param(2, (0, inversify_1.inject)(codiac_messaging_1.StreamingConstants.IStreamingConnector)),
270
+ tslib_1.__param(3, (0, inversify_1.inject)(token_1.TokenCreds)),
271
+ tslib_1.__metadata("design:paramtypes", [Object, config_1.CodiacNatsClientConfig, Object, token_1.TokenCreds])
291
272
  ], CodiacNatsClient);
292
273
  exports.CodiacNatsClient = CodiacNatsClient;
293
274
  // // EXAMPLE
@@ -676,6 +657,24 @@ class AuthOperations {
676
657
  class ActivityBaseCruds {
677
658
  constructor(core) {
678
659
  this.core = core;
660
+ this.endpoints = {
661
+ "ActivityBaseDeleteWhere": ["delete.activities"],
662
+ "ActivityBaseList": ["get.activities"],
663
+ "ActivityBasePatchWhere": ["patch.activities"],
664
+ "ActivityBaseCreateMany": ["post.activities"],
665
+ "ActivityBaseUpdateMany": ["put.activities"],
666
+ "ActivityBaseDelete": ["delete.activities.:id"],
667
+ "ActivityBaseGet": ["get.activities.:id"],
668
+ "ActivityBasePatch": ["patch.activities.:id"],
669
+ "ActivityBaseUpdate": ["put.activities.:id"],
670
+ "ActivityBaseUpdatePartial": ["patch.activities.:id.partial"],
671
+ "ActivityBaseCreate": ["post.activities.new"],
672
+ "ActivityBaseUpdatePartialMany": ["patch.activities.partial"],
673
+ "ActivityBaseUpdatePartialWhere": ["patch.activities.partial-where"],
674
+ "ActivityBaseUpsert": ["post.activities.upsert"],
675
+ "ActivityBaseUpsertMany": ["post.activities.upsert-many"],
676
+ };
677
+ this.core.registerEndpoints(this.endpoints);
679
678
  }
680
679
  ;
681
680
  /** Deletes each existing ActivityBase that satisfies the given criteria. */
@@ -988,6 +987,24 @@ class ActivityBaseCruds {
988
987
  class AssetCruds {
989
988
  constructor(core) {
990
989
  this.core = core;
990
+ this.endpoints = {
991
+ "AssetDeleteWhere": ["delete.assets"],
992
+ "AssetList": ["get.assets"],
993
+ "AssetPatchWhere": ["patch.assets"],
994
+ "AssetCreateMany": ["post.assets"],
995
+ "AssetUpdateMany": ["put.assets"],
996
+ "AssetDelete": ["delete.assets.:id"],
997
+ "AssetGet": ["get.assets.:id"],
998
+ "AssetPatch": ["patch.assets.:id"],
999
+ "AssetUpdate": ["put.assets.:id"],
1000
+ "AssetUpdatePartial": ["patch.assets.:id.partial"],
1001
+ "AssetCreate": ["post.assets.new"],
1002
+ "AssetUpdatePartialMany": ["patch.assets.partial"],
1003
+ "AssetUpdatePartialWhere": ["patch.assets.partial-where"],
1004
+ "AssetUpsert": ["post.assets.upsert"],
1005
+ "AssetUpsertMany": ["post.assets.upsert-many"],
1006
+ };
1007
+ this.core.registerEndpoints(this.endpoints);
991
1008
  }
992
1009
  ;
993
1010
  /** Deletes each existing Asset that satisfies the given criteria. */
@@ -1300,6 +1317,23 @@ class AssetCruds {
1300
1317
  class AssetVersionConfigCruds {
1301
1318
  constructor(core) {
1302
1319
  this.core = core;
1320
+ this.endpoints = {
1321
+ "AssetVersionConfigDeleteWhere": ["delete.asset-versions"],
1322
+ "AssetVersionConfigList": ["get.asset-versions"],
1323
+ "AssetVersionConfigPatchWhere": ["patch.asset-versions"],
1324
+ "AssetVersionConfigUpdateMany": ["put.asset-versions"],
1325
+ "AssetVersionConfigDelete": ["delete.asset-versions.:id"],
1326
+ "AssetVersionConfigGet": ["get.asset-versions.:id"],
1327
+ "AssetVersionConfigPatch": ["patch.asset-versions.:id"],
1328
+ "AssetVersionConfigUpdate": ["put.asset-versions.:id"],
1329
+ "AssetVersionConfigUpdatePartial": ["patch.asset-versions.:id.partial"],
1330
+ "AssetVersionConfigCreate": ["post.asset-versions.new"],
1331
+ "AssetVersionConfigUpdatePartialMany": ["patch.asset-versions.partial"],
1332
+ "AssetVersionConfigUpdatePartialWhere": ["patch.asset-versions.partial-where"],
1333
+ "AssetVersionConfigUpsert": ["post.asset-versions.upsert"],
1334
+ "AssetVersionConfigUpsertMany": ["post.asset-versions.upsert-many"],
1335
+ };
1336
+ this.core.registerEndpoints(this.endpoints);
1303
1337
  }
1304
1338
  ;
1305
1339
  /** Deletes each existing AssetVersionConfig that satisfies the given criteria. */
@@ -1612,6 +1646,24 @@ class AssetVersionConfigCruds {
1612
1646
  class AuthRoleCruds {
1613
1647
  constructor(core) {
1614
1648
  this.core = core;
1649
+ this.endpoints = {
1650
+ "AuthRoleDeleteWhere": ["delete.auth.roles"],
1651
+ "AuthRoleList": ["get.auth.roles"],
1652
+ "AuthRolePatchWhere": ["patch.auth.roles"],
1653
+ "AuthRoleCreateMany": ["post.auth.roles"],
1654
+ "AuthRoleUpdateMany": ["put.auth.roles"],
1655
+ "AuthRoleDelete": ["delete.auth.roles.:id"],
1656
+ "AuthRoleGet": ["get.auth.roles.:id"],
1657
+ "AuthRolePatch": ["patch.auth.roles.:id"],
1658
+ "AuthRoleUpdate": ["put.auth.roles.:id"],
1659
+ "AuthRoleUpdatePartial": ["patch.auth.roles.:id.partial"],
1660
+ "AuthRoleCreate": ["post.auth.roles.new"],
1661
+ "AuthRoleUpdatePartialMany": ["patch.auth.roles.partial"],
1662
+ "AuthRoleUpdatePartialWhere": ["patch.auth.roles.partial-where"],
1663
+ "AuthRoleUpsert": ["post.auth.roles.upsert"],
1664
+ "AuthRoleUpsertMany": ["post.auth.roles.upsert-many"],
1665
+ };
1666
+ this.core.registerEndpoints(this.endpoints);
1615
1667
  }
1616
1668
  ;
1617
1669
  /** Deletes each existing AuthRole that satisfies the given criteria. */
@@ -1924,6 +1976,24 @@ class AuthRoleCruds {
1924
1976
  class BuildCruds {
1925
1977
  constructor(core) {
1926
1978
  this.core = core;
1979
+ this.endpoints = {
1980
+ "BuildDeleteWhere": ["delete.builds"],
1981
+ "BuildList": ["get.builds"],
1982
+ "BuildPatchWhere": ["patch.builds"],
1983
+ "BuildCreateMany": ["post.builds"],
1984
+ "BuildUpdateMany": ["put.builds"],
1985
+ "BuildDelete": ["delete.builds.:id"],
1986
+ "BuildGet": ["get.builds.:id"],
1987
+ "BuildPatch": ["patch.builds.:id"],
1988
+ "BuildUpdate": ["put.builds.:id"],
1989
+ "BuildUpdatePartial": ["patch.builds.:id.partial"],
1990
+ "BuildCreate": ["post.builds.new"],
1991
+ "BuildUpdatePartialMany": ["patch.builds.partial"],
1992
+ "BuildUpdatePartialWhere": ["patch.builds.partial-where"],
1993
+ "BuildUpsert": ["post.builds.upsert"],
1994
+ "BuildUpsertMany": ["post.builds.upsert-many"],
1995
+ };
1996
+ this.core.registerEndpoints(this.endpoints);
1927
1997
  }
1928
1998
  ;
1929
1999
  /** Deletes each existing Build that satisfies the given criteria. */
@@ -2236,6 +2306,24 @@ class BuildCruds {
2236
2306
  class BuildPipelineCruds {
2237
2307
  constructor(core) {
2238
2308
  this.core = core;
2309
+ this.endpoints = {
2310
+ "BuildPipelineDeleteWhere": ["delete.build-pipelines"],
2311
+ "BuildPipelineList": ["get.build-pipelines"],
2312
+ "BuildPipelinePatchWhere": ["patch.build-pipelines"],
2313
+ "BuildPipelineCreateMany": ["post.build-pipelines"],
2314
+ "BuildPipelineUpdateMany": ["put.build-pipelines"],
2315
+ "BuildPipelineDelete": ["delete.build-pipelines.:id"],
2316
+ "BuildPipelineGet": ["get.build-pipelines.:id"],
2317
+ "BuildPipelinePatch": ["patch.build-pipelines.:id"],
2318
+ "BuildPipelineUpdate": ["put.build-pipelines.:id"],
2319
+ "BuildPipelineUpdatePartial": ["patch.build-pipelines.:id.partial"],
2320
+ "BuildPipelineCreate": ["post.build-pipelines.new"],
2321
+ "BuildPipelineUpdatePartialMany": ["patch.build-pipelines.partial"],
2322
+ "BuildPipelineUpdatePartialWhere": ["patch.build-pipelines.partial-where"],
2323
+ "BuildPipelineUpsert": ["post.build-pipelines.upsert"],
2324
+ "BuildPipelineUpsertMany": ["post.build-pipelines.upsert-many"],
2325
+ };
2326
+ this.core.registerEndpoints(this.endpoints);
2239
2327
  }
2240
2328
  ;
2241
2329
  /** Deletes each existing BuildPipeline that satisfies the given criteria. */
@@ -2548,6 +2636,24 @@ class BuildPipelineCruds {
2548
2636
  class CabinetCruds {
2549
2637
  constructor(core) {
2550
2638
  this.core = core;
2639
+ this.endpoints = {
2640
+ "CabinetDeleteWhere": ["delete.cabinets"],
2641
+ "CabinetList": ["get.cabinets"],
2642
+ "CabinetPatchWhere": ["patch.cabinets"],
2643
+ "CabinetCreateMany": ["post.cabinets"],
2644
+ "CabinetUpdateMany": ["put.cabinets"],
2645
+ "CabinetDelete": ["delete.cabinets.:id"],
2646
+ "CabinetGet": ["get.cabinets.:id"],
2647
+ "CabinetPatch": ["patch.cabinets.:id"],
2648
+ "CabinetUpdate": ["put.cabinets.:id"],
2649
+ "CabinetUpdatePartial": ["patch.cabinets.:id.partial"],
2650
+ "CabinetCreate": ["post.cabinets.new"],
2651
+ "CabinetUpdatePartialMany": ["patch.cabinets.partial"],
2652
+ "CabinetUpdatePartialWhere": ["patch.cabinets.partial-where"],
2653
+ "CabinetUpsert": ["post.cabinets.upsert"],
2654
+ "CabinetUpsertMany": ["post.cabinets.upsert-many"],
2655
+ };
2656
+ this.core.registerEndpoints(this.endpoints);
2551
2657
  }
2552
2658
  ;
2553
2659
  /** Deletes each existing Cabinet that satisfies the given criteria. */
@@ -2860,6 +2966,24 @@ class CabinetCruds {
2860
2966
  class CabinetCreateActivityCruds {
2861
2967
  constructor(core) {
2862
2968
  this.core = core;
2969
+ this.endpoints = {
2970
+ "CabinetCreateActivityDeleteWhere": ["delete.activities.cabinet-create"],
2971
+ "CabinetCreateActivityList": ["get.activities.cabinet-create"],
2972
+ "CabinetCreateActivityPatchWhere": ["patch.activities.cabinet-create"],
2973
+ "CabinetCreateActivityCreateMany": ["post.activities.cabinet-create"],
2974
+ "CabinetCreateActivityUpdateMany": ["put.activities.cabinet-create"],
2975
+ "CabinetCreateActivityDelete": ["delete.activities.cabinet-create.:id"],
2976
+ "CabinetCreateActivityGet": ["get.activities.cabinet-create.:id"],
2977
+ "CabinetCreateActivityPatch": ["patch.activities.cabinet-create.:id"],
2978
+ "CabinetCreateActivityUpdate": ["put.activities.cabinet-create.:id"],
2979
+ "CabinetCreateActivityUpdatePartial": ["patch.activities.cabinet-create.:id.partial"],
2980
+ "CabinetCreateActivityCreate": ["post.activities.cabinet-create.new"],
2981
+ "CabinetCreateActivityUpdatePartialMany": ["patch.activities.cabinet-create.partial"],
2982
+ "CabinetCreateActivityUpdatePartialWhere": ["patch.activities.cabinet-create.partial-where"],
2983
+ "CabinetCreateActivityUpsert": ["post.activities.cabinet-create.upsert"],
2984
+ "CabinetCreateActivityUpsertMany": ["post.activities.cabinet-create.upsert-many"],
2985
+ };
2986
+ this.core.registerEndpoints(this.endpoints);
2863
2987
  }
2864
2988
  ;
2865
2989
  /** Deletes each existing CabinetCreateActivity that satisfies the given criteria. */
@@ -3172,6 +3296,24 @@ class CabinetCreateActivityCruds {
3172
3296
  class ClusterCruds {
3173
3297
  constructor(core) {
3174
3298
  this.core = core;
3299
+ this.endpoints = {
3300
+ "ClusterDeleteWhere": ["delete.clusters"],
3301
+ "ClusterList": ["get.clusters"],
3302
+ "ClusterPatchWhere": ["patch.clusters"],
3303
+ "ClusterCreateMany": ["post.clusters"],
3304
+ "ClusterUpdateMany": ["put.clusters"],
3305
+ "ClusterDelete": ["delete.clusters.:id"],
3306
+ "ClusterGet": ["get.clusters.:id"],
3307
+ "ClusterPatch": ["patch.clusters.:id"],
3308
+ "ClusterUpdate": ["put.clusters.:id"],
3309
+ "ClusterUpdatePartial": ["patch.clusters.:id.partial"],
3310
+ "ClusterCreate": ["post.clusters.new"],
3311
+ "ClusterUpdatePartialMany": ["patch.clusters.partial"],
3312
+ "ClusterUpdatePartialWhere": ["patch.clusters.partial-where"],
3313
+ "ClusterUpsert": ["post.clusters.upsert"],
3314
+ "ClusterUpsertMany": ["post.clusters.upsert-many"],
3315
+ };
3316
+ this.core.registerEndpoints(this.endpoints);
3175
3317
  }
3176
3318
  ;
3177
3319
  /** Deletes each existing Cluster that satisfies the given criteria. */
@@ -3484,6 +3626,24 @@ class ClusterCruds {
3484
3626
  class ClusterDefCruds {
3485
3627
  constructor(core) {
3486
3628
  this.core = core;
3629
+ this.endpoints = {
3630
+ "ClusterDefDeleteWhere": ["delete.cluster-defs"],
3631
+ "ClusterDefList": ["get.cluster-defs"],
3632
+ "ClusterDefPatchWhere": ["patch.cluster-defs"],
3633
+ "ClusterDefCreateMany": ["post.cluster-defs"],
3634
+ "ClusterDefUpdateMany": ["put.cluster-defs"],
3635
+ "ClusterDefDelete": ["delete.cluster-defs.:id"],
3636
+ "ClusterDefGet": ["get.cluster-defs.:id"],
3637
+ "ClusterDefPatch": ["patch.cluster-defs.:id"],
3638
+ "ClusterDefUpdate": ["put.cluster-defs.:id"],
3639
+ "ClusterDefUpdatePartial": ["patch.cluster-defs.:id.partial"],
3640
+ "ClusterDefCreate": ["post.cluster-defs.new"],
3641
+ "ClusterDefUpdatePartialMany": ["patch.cluster-defs.partial"],
3642
+ "ClusterDefUpdatePartialWhere": ["patch.cluster-defs.partial-where"],
3643
+ "ClusterDefUpsert": ["post.cluster-defs.upsert"],
3644
+ "ClusterDefUpsertMany": ["post.cluster-defs.upsert-many"],
3645
+ };
3646
+ this.core.registerEndpoints(this.endpoints);
3487
3647
  }
3488
3648
  ;
3489
3649
  /** Deletes each existing ClusterDef that satisfies the given criteria. */
@@ -3796,6 +3956,24 @@ class ClusterDefCruds {
3796
3956
  class ClusterGrantCruds {
3797
3957
  constructor(core) {
3798
3958
  this.core = core;
3959
+ this.endpoints = {
3960
+ "ClusterGrantDeleteWhere": ["delete.cluster-grants"],
3961
+ "ClusterGrantList": ["get.cluster-grants"],
3962
+ "ClusterGrantPatchWhere": ["patch.cluster-grants"],
3963
+ "ClusterGrantCreateMany": ["post.cluster-grants"],
3964
+ "ClusterGrantUpdateMany": ["put.cluster-grants"],
3965
+ "ClusterGrantDelete": ["delete.cluster-grants.:id"],
3966
+ "ClusterGrantGet": ["get.cluster-grants.:id"],
3967
+ "ClusterGrantPatch": ["patch.cluster-grants.:id"],
3968
+ "ClusterGrantUpdate": ["put.cluster-grants.:id"],
3969
+ "ClusterGrantUpdatePartial": ["patch.cluster-grants.:id.partial"],
3970
+ "ClusterGrantCreate": ["post.cluster-grants.new"],
3971
+ "ClusterGrantUpdatePartialMany": ["patch.cluster-grants.partial"],
3972
+ "ClusterGrantUpdatePartialWhere": ["patch.cluster-grants.partial-where"],
3973
+ "ClusterGrantUpsert": ["post.cluster-grants.upsert"],
3974
+ "ClusterGrantUpsertMany": ["post.cluster-grants.upsert-many"],
3975
+ };
3976
+ this.core.registerEndpoints(this.endpoints);
3799
3977
  }
3800
3978
  ;
3801
3979
  /** Deletes each existing ClusterGrant that satisfies the given criteria. */
@@ -4108,6 +4286,24 @@ class ClusterGrantCruds {
4108
4286
  class CodiacTenantCruds {
4109
4287
  constructor(core) {
4110
4288
  this.core = core;
4289
+ this.endpoints = {
4290
+ "CodiacTenantDeleteWhere": ["delete.tenants"],
4291
+ "CodiacTenantList": ["get.tenants"],
4292
+ "CodiacTenantPatchWhere": ["patch.tenants"],
4293
+ "CodiacTenantCreateMany": ["post.tenants"],
4294
+ "CodiacTenantUpdateMany": ["put.tenants"],
4295
+ "CodiacTenantDelete": ["delete.tenants.:id"],
4296
+ "CodiacTenantGet": ["get.tenants.:id"],
4297
+ "CodiacTenantPatch": ["patch.tenants.:id"],
4298
+ "CodiacTenantUpdate": ["put.tenants.:id"],
4299
+ "CodiacTenantUpdatePartial": ["patch.tenants.:id.partial"],
4300
+ "CodiacTenantCreate": ["post.tenants.new"],
4301
+ "CodiacTenantUpdatePartialMany": ["patch.tenants.partial"],
4302
+ "CodiacTenantUpdatePartialWhere": ["patch.tenants.partial-where"],
4303
+ "CodiacTenantUpsert": ["post.tenants.upsert"],
4304
+ "CodiacTenantUpsertMany": ["post.tenants.upsert-many"],
4305
+ };
4306
+ this.core.registerEndpoints(this.endpoints);
4111
4307
  }
4112
4308
  ;
4113
4309
  /** Deletes each existing CodiacTenant that satisfies the given criteria. */
@@ -4420,6 +4616,11 @@ class CodiacTenantCruds {
4420
4616
  class CodiacUserCruds {
4421
4617
  constructor(core) {
4422
4618
  this.core = core;
4619
+ this.endpoints = {
4620
+ "CodiacUserList": ["get.auth.users"],
4621
+ "CodiacUserGet": ["get.auth.users.:id"],
4622
+ };
4623
+ this.core.registerEndpoints(this.endpoints);
4423
4624
  }
4424
4625
  ;
4425
4626
  /** Retrieves all the existing CodiacUser that satisfy the given criteria. */
@@ -4463,6 +4664,24 @@ class CodiacUserCruds {
4463
4664
  class CommentCruds {
4464
4665
  constructor(core) {
4465
4666
  this.core = core;
4667
+ this.endpoints = {
4668
+ "CommentDeleteWhere": ["delete.comments"],
4669
+ "CommentList": ["get.comments"],
4670
+ "CommentPatchWhere": ["patch.comments"],
4671
+ "CommentCreateMany": ["post.comments"],
4672
+ "CommentUpdateMany": ["put.comments"],
4673
+ "CommentDelete": ["delete.comments.:id"],
4674
+ "CommentGet": ["get.comments.:id"],
4675
+ "CommentPatch": ["patch.comments.:id"],
4676
+ "CommentUpdate": ["put.comments.:id"],
4677
+ "CommentUpdatePartial": ["patch.comments.:id.partial"],
4678
+ "CommentCreate": ["post.comments.new"],
4679
+ "CommentUpdatePartialMany": ["patch.comments.partial"],
4680
+ "CommentUpdatePartialWhere": ["patch.comments.partial-where"],
4681
+ "CommentUpsert": ["post.comments.upsert"],
4682
+ "CommentUpsertMany": ["post.comments.upsert-many"],
4683
+ };
4684
+ this.core.registerEndpoints(this.endpoints);
4466
4685
  }
4467
4686
  ;
4468
4687
  /** Deletes each existing Comment that satisfies the given criteria. */
@@ -4775,6 +4994,24 @@ class CommentCruds {
4775
4994
  class ConfigChangeCruds {
4776
4995
  constructor(core) {
4777
4996
  this.core = core;
4997
+ this.endpoints = {
4998
+ "ConfigChangeDeleteWhere": ["delete.config-changes"],
4999
+ "ConfigChangeList": ["get.config-changes"],
5000
+ "ConfigChangePatchWhere": ["patch.config-changes"],
5001
+ "ConfigChangeCreateMany": ["post.config-changes"],
5002
+ "ConfigChangeUpdateMany": ["put.config-changes"],
5003
+ "ConfigChangeDelete": ["delete.config-changes.:id"],
5004
+ "ConfigChangeGet": ["get.config-changes.:id"],
5005
+ "ConfigChangePatch": ["patch.config-changes.:id"],
5006
+ "ConfigChangeUpdate": ["put.config-changes.:id"],
5007
+ "ConfigChangeUpdatePartial": ["patch.config-changes.:id.partial"],
5008
+ "ConfigChangeCreate": ["post.config-changes.new"],
5009
+ "ConfigChangeUpdatePartialMany": ["patch.config-changes.partial"],
5010
+ "ConfigChangeUpdatePartialWhere": ["patch.config-changes.partial-where"],
5011
+ "ConfigChangeUpsert": ["post.config-changes.upsert"],
5012
+ "ConfigChangeUpsertMany": ["post.config-changes.upsert-many"],
5013
+ };
5014
+ this.core.registerEndpoints(this.endpoints);
4778
5015
  }
4779
5016
  ;
4780
5017
  /** Deletes each existing ConfigChange that satisfies the given criteria. */
@@ -5087,6 +5324,24 @@ class ConfigChangeCruds {
5087
5324
  class ConfigDeploymentActivityCruds {
5088
5325
  constructor(core) {
5089
5326
  this.core = core;
5327
+ this.endpoints = {
5328
+ "ConfigDeploymentActivityDeleteWhere": ["delete.activities.config-deployment"],
5329
+ "ConfigDeploymentActivityList": ["get.activities.config-deployment"],
5330
+ "ConfigDeploymentActivityPatchWhere": ["patch.activities.config-deployment"],
5331
+ "ConfigDeploymentActivityCreateMany": ["post.activities.config-deployment"],
5332
+ "ConfigDeploymentActivityUpdateMany": ["put.activities.config-deployment"],
5333
+ "ConfigDeploymentActivityDelete": ["delete.activities.config-deployment.:id"],
5334
+ "ConfigDeploymentActivityGet": ["get.activities.config-deployment.:id"],
5335
+ "ConfigDeploymentActivityPatch": ["patch.activities.config-deployment.:id"],
5336
+ "ConfigDeploymentActivityUpdate": ["put.activities.config-deployment.:id"],
5337
+ "ConfigDeploymentActivityUpdatePartial": ["patch.activities.config-deployment.:id.partial"],
5338
+ "ConfigDeploymentActivityCreate": ["post.activities.config-deployment.new"],
5339
+ "ConfigDeploymentActivityUpdatePartialMany": ["patch.activities.config-deployment.partial"],
5340
+ "ConfigDeploymentActivityUpdatePartialWhere": ["patch.activities.config-deployment.partial-where"],
5341
+ "ConfigDeploymentActivityUpsert": ["post.activities.config-deployment.upsert"],
5342
+ "ConfigDeploymentActivityUpsertMany": ["post.activities.config-deployment.upsert-many"],
5343
+ };
5344
+ this.core.registerEndpoints(this.endpoints);
5090
5345
  }
5091
5346
  ;
5092
5347
  /** Deletes each existing ConfigDeploymentActivity that satisfies the given criteria. */
@@ -5399,6 +5654,24 @@ class ConfigDeploymentActivityCruds {
5399
5654
  class ContainerFootprintCruds {
5400
5655
  constructor(core) {
5401
5656
  this.core = core;
5657
+ this.endpoints = {
5658
+ "ContainerFootprintDeleteWhere": ["delete.container-footprints"],
5659
+ "ContainerFootprintList": ["get.container-footprints"],
5660
+ "ContainerFootprintPatchWhere": ["patch.container-footprints"],
5661
+ "ContainerFootprintCreateMany": ["post.container-footprints"],
5662
+ "ContainerFootprintUpdateMany": ["put.container-footprints"],
5663
+ "ContainerFootprintDelete": ["delete.container-footprints.:id"],
5664
+ "ContainerFootprintGet": ["get.container-footprints.:id"],
5665
+ "ContainerFootprintPatch": ["patch.container-footprints.:id"],
5666
+ "ContainerFootprintUpdate": ["put.container-footprints.:id"],
5667
+ "ContainerFootprintUpdatePartial": ["patch.container-footprints.:id.partial"],
5668
+ "ContainerFootprintCreate": ["post.container-footprints.new"],
5669
+ "ContainerFootprintUpdatePartialMany": ["patch.container-footprints.partial"],
5670
+ "ContainerFootprintUpdatePartialWhere": ["patch.container-footprints.partial-where"],
5671
+ "ContainerFootprintUpsert": ["post.container-footprints.upsert"],
5672
+ "ContainerFootprintUpsertMany": ["post.container-footprints.upsert-many"],
5673
+ };
5674
+ this.core.registerEndpoints(this.endpoints);
5402
5675
  }
5403
5676
  ;
5404
5677
  /** Deletes each existing ContainerFootprint that satisfies the given criteria. */
@@ -5711,6 +5984,24 @@ class ContainerFootprintCruds {
5711
5984
  class CspTenantProfileCruds {
5712
5985
  constructor(core) {
5713
5986
  this.core = core;
5987
+ this.endpoints = {
5988
+ "CspTenantProfileDeleteWhere": ["delete.csp-tenant-profiles"],
5989
+ "CspTenantProfileList": ["get.csp-tenant-profiles"],
5990
+ "CspTenantProfilePatchWhere": ["patch.csp-tenant-profiles"],
5991
+ "CspTenantProfileCreateMany": ["post.csp-tenant-profiles"],
5992
+ "CspTenantProfileUpdateMany": ["put.csp-tenant-profiles"],
5993
+ "CspTenantProfileDelete": ["delete.csp-tenant-profiles.:id"],
5994
+ "CspTenantProfileGet": ["get.csp-tenant-profiles.:id"],
5995
+ "CspTenantProfilePatch": ["patch.csp-tenant-profiles.:id"],
5996
+ "CspTenantProfileUpdate": ["put.csp-tenant-profiles.:id"],
5997
+ "CspTenantProfileUpdatePartial": ["patch.csp-tenant-profiles.:id.partial"],
5998
+ "CspTenantProfileCreate": ["post.csp-tenant-profiles.new"],
5999
+ "CspTenantProfileUpdatePartialMany": ["patch.csp-tenant-profiles.partial"],
6000
+ "CspTenantProfileUpdatePartialWhere": ["patch.csp-tenant-profiles.partial-where"],
6001
+ "CspTenantProfileUpsert": ["post.csp-tenant-profiles.upsert"],
6002
+ "CspTenantProfileUpsertMany": ["post.csp-tenant-profiles.upsert-many"],
6003
+ };
6004
+ this.core.registerEndpoints(this.endpoints);
5714
6005
  }
5715
6006
  ;
5716
6007
  /** Deletes each existing CspTenantProfile that satisfies the given criteria. */
@@ -6023,6 +6314,24 @@ class CspTenantProfileCruds {
6023
6314
  class DefaultChildAclCruds {
6024
6315
  constructor(core) {
6025
6316
  this.core = core;
6317
+ this.endpoints = {
6318
+ "DefaultChildAclDeleteWhere": ["delete.auth.default-child-acls"],
6319
+ "DefaultChildAclList": ["get.auth.default-child-acls"],
6320
+ "DefaultChildAclPatchWhere": ["patch.auth.default-child-acls"],
6321
+ "DefaultChildAclCreateMany": ["post.auth.default-child-acls"],
6322
+ "DefaultChildAclUpdateMany": ["put.auth.default-child-acls"],
6323
+ "DefaultChildAclDelete": ["delete.auth.default-child-acls.:id"],
6324
+ "DefaultChildAclGet": ["get.auth.default-child-acls.:id"],
6325
+ "DefaultChildAclPatch": ["patch.auth.default-child-acls.:id"],
6326
+ "DefaultChildAclUpdate": ["put.auth.default-child-acls.:id"],
6327
+ "DefaultChildAclUpdatePartial": ["patch.auth.default-child-acls.:id.partial"],
6328
+ "DefaultChildAclCreate": ["post.auth.default-child-acls.new"],
6329
+ "DefaultChildAclUpdatePartialMany": ["patch.auth.default-child-acls.partial"],
6330
+ "DefaultChildAclUpdatePartialWhere": ["patch.auth.default-child-acls.partial-where"],
6331
+ "DefaultChildAclUpsert": ["post.auth.default-child-acls.upsert"],
6332
+ "DefaultChildAclUpsertMany": ["post.auth.default-child-acls.upsert-many"],
6333
+ };
6334
+ this.core.registerEndpoints(this.endpoints);
6026
6335
  }
6027
6336
  ;
6028
6337
  /** Deletes each existing DefaultChildAcl that satisfies the given criteria. */
@@ -6335,6 +6644,24 @@ class DefaultChildAclCruds {
6335
6644
  class DeployAttemptCruds {
6336
6645
  constructor(core) {
6337
6646
  this.core = core;
6647
+ this.endpoints = {
6648
+ "DeployAttemptDeleteWhere": ["delete.deploy-attempts"],
6649
+ "DeployAttemptList": ["get.deploy-attempts"],
6650
+ "DeployAttemptPatchWhere": ["patch.deploy-attempts"],
6651
+ "DeployAttemptCreateMany": ["post.deploy-attempts"],
6652
+ "DeployAttemptUpdateMany": ["put.deploy-attempts"],
6653
+ "DeployAttemptDelete": ["delete.deploy-attempts.:id"],
6654
+ "DeployAttemptGet": ["get.deploy-attempts.:id"],
6655
+ "DeployAttemptPatch": ["patch.deploy-attempts.:id"],
6656
+ "DeployAttemptUpdate": ["put.deploy-attempts.:id"],
6657
+ "DeployAttemptUpdatePartial": ["patch.deploy-attempts.:id.partial"],
6658
+ "DeployAttemptCreate": ["post.deploy-attempts.new"],
6659
+ "DeployAttemptUpdatePartialMany": ["patch.deploy-attempts.partial"],
6660
+ "DeployAttemptUpdatePartialWhere": ["patch.deploy-attempts.partial-where"],
6661
+ "DeployAttemptUpsert": ["post.deploy-attempts.upsert"],
6662
+ "DeployAttemptUpsertMany": ["post.deploy-attempts.upsert-many"],
6663
+ };
6664
+ this.core.registerEndpoints(this.endpoints);
6338
6665
  }
6339
6666
  ;
6340
6667
  /** Deletes each existing DeployAttempt that satisfies the given criteria. */
@@ -6647,6 +6974,24 @@ class DeployAttemptCruds {
6647
6974
  class DeployPipelineCruds {
6648
6975
  constructor(core) {
6649
6976
  this.core = core;
6977
+ this.endpoints = {
6978
+ "DeployPipelineDeleteWhere": ["delete.deploy-pipelines"],
6979
+ "DeployPipelineList": ["get.deploy-pipelines"],
6980
+ "DeployPipelinePatchWhere": ["patch.deploy-pipelines"],
6981
+ "DeployPipelineCreateMany": ["post.deploy-pipelines"],
6982
+ "DeployPipelineUpdateMany": ["put.deploy-pipelines"],
6983
+ "DeployPipelineDelete": ["delete.deploy-pipelines.:id"],
6984
+ "DeployPipelineGet": ["get.deploy-pipelines.:id"],
6985
+ "DeployPipelinePatch": ["patch.deploy-pipelines.:id"],
6986
+ "DeployPipelineUpdate": ["put.deploy-pipelines.:id"],
6987
+ "DeployPipelineUpdatePartial": ["patch.deploy-pipelines.:id.partial"],
6988
+ "DeployPipelineCreate": ["post.deploy-pipelines.new"],
6989
+ "DeployPipelineUpdatePartialMany": ["patch.deploy-pipelines.partial"],
6990
+ "DeployPipelineUpdatePartialWhere": ["patch.deploy-pipelines.partial-where"],
6991
+ "DeployPipelineUpsert": ["post.deploy-pipelines.upsert"],
6992
+ "DeployPipelineUpsertMany": ["post.deploy-pipelines.upsert-many"],
6993
+ };
6994
+ this.core.registerEndpoints(this.endpoints);
6650
6995
  }
6651
6996
  ;
6652
6997
  /** Deletes each existing DeployPipeline that satisfies the given criteria. */
@@ -6959,6 +7304,24 @@ class DeployPipelineCruds {
6959
7304
  class DeploymentCruds {
6960
7305
  constructor(core) {
6961
7306
  this.core = core;
7307
+ this.endpoints = {
7308
+ "DeploymentDeleteWhere": ["delete.deployments"],
7309
+ "DeploymentList": ["get.deployments"],
7310
+ "DeploymentPatchWhere": ["patch.deployments"],
7311
+ "DeploymentCreateMany": ["post.deployments"],
7312
+ "DeploymentUpdateMany": ["put.deployments"],
7313
+ "DeploymentDelete": ["delete.deployments.:id"],
7314
+ "DeploymentGet": ["get.deployments.:id"],
7315
+ "DeploymentPatch": ["patch.deployments.:id"],
7316
+ "DeploymentUpdate": ["put.deployments.:id"],
7317
+ "DeploymentUpdatePartial": ["patch.deployments.:id.partial"],
7318
+ "DeploymentCreate": ["post.deployments.new"],
7319
+ "DeploymentUpdatePartialMany": ["patch.deployments.partial"],
7320
+ "DeploymentUpdatePartialWhere": ["patch.deployments.partial-where"],
7321
+ "DeploymentUpsert": ["post.deployments.upsert"],
7322
+ "DeploymentUpsertMany": ["post.deployments.upsert-many"],
7323
+ };
7324
+ this.core.registerEndpoints(this.endpoints);
6962
7325
  }
6963
7326
  ;
6964
7327
  /** Deletes each existing Deployment that satisfies the given criteria. */
@@ -7271,6 +7634,24 @@ class DeploymentCruds {
7271
7634
  class DeploymentActivityCruds {
7272
7635
  constructor(core) {
7273
7636
  this.core = core;
7637
+ this.endpoints = {
7638
+ "DeploymentActivityDeleteWhere": ["delete.activities.deployment"],
7639
+ "DeploymentActivityList": ["get.activities.deployment"],
7640
+ "DeploymentActivityPatchWhere": ["patch.activities.deployment"],
7641
+ "DeploymentActivityCreateMany": ["post.activities.deployment"],
7642
+ "DeploymentActivityUpdateMany": ["put.activities.deployment"],
7643
+ "DeploymentActivityDelete": ["delete.activities.deployment.:id"],
7644
+ "DeploymentActivityGet": ["get.activities.deployment.:id"],
7645
+ "DeploymentActivityPatch": ["patch.activities.deployment.:id"],
7646
+ "DeploymentActivityUpdate": ["put.activities.deployment.:id"],
7647
+ "DeploymentActivityUpdatePartial": ["patch.activities.deployment.:id.partial"],
7648
+ "DeploymentActivityCreate": ["post.activities.deployment.new"],
7649
+ "DeploymentActivityUpdatePartialMany": ["patch.activities.deployment.partial"],
7650
+ "DeploymentActivityUpdatePartialWhere": ["patch.activities.deployment.partial-where"],
7651
+ "DeploymentActivityUpsert": ["post.activities.deployment.upsert"],
7652
+ "DeploymentActivityUpsertMany": ["post.activities.deployment.upsert-many"],
7653
+ };
7654
+ this.core.registerEndpoints(this.endpoints);
7274
7655
  }
7275
7656
  ;
7276
7657
  /** Deletes each existing DeploymentActivity that satisfies the given criteria. */
@@ -7583,6 +7964,24 @@ class DeploymentActivityCruds {
7583
7964
  class EnterpriseCruds {
7584
7965
  constructor(core) {
7585
7966
  this.core = core;
7967
+ this.endpoints = {
7968
+ "EnterpriseDeleteWhere": ["delete.enterprises"],
7969
+ "EnterpriseList": ["get.enterprises"],
7970
+ "EnterprisePatchWhere": ["patch.enterprises"],
7971
+ "EnterpriseCreateMany": ["post.enterprises"],
7972
+ "EnterpriseUpdateMany": ["put.enterprises"],
7973
+ "EnterpriseDelete": ["delete.enterprises.:id"],
7974
+ "EnterpriseGet": ["get.enterprises.:id"],
7975
+ "EnterprisePatch": ["patch.enterprises.:id"],
7976
+ "EnterpriseUpdate": ["put.enterprises.:id"],
7977
+ "EnterpriseUpdatePartial": ["patch.enterprises.:id.partial"],
7978
+ "EnterpriseCreate": ["post.enterprises.new"],
7979
+ "EnterpriseUpdatePartialMany": ["patch.enterprises.partial"],
7980
+ "EnterpriseUpdatePartialWhere": ["patch.enterprises.partial-where"],
7981
+ "EnterpriseUpsert": ["post.enterprises.upsert"],
7982
+ "EnterpriseUpsertMany": ["post.enterprises.upsert-many"],
7983
+ };
7984
+ this.core.registerEndpoints(this.endpoints);
7586
7985
  }
7587
7986
  ;
7588
7987
  /** Deletes each existing Enterprise that satisfies the given criteria. */
@@ -7895,6 +8294,24 @@ class EnterpriseCruds {
7895
8294
  class EnterpriseRunStateCruds {
7896
8295
  constructor(core) {
7897
8296
  this.core = core;
8297
+ this.endpoints = {
8298
+ "EnterpriseRunStateDeleteWhere": ["delete.enterprise-run-states"],
8299
+ "EnterpriseRunStateList": ["get.enterprise-run-states"],
8300
+ "EnterpriseRunStatePatchWhere": ["patch.enterprise-run-states"],
8301
+ "EnterpriseRunStateCreateMany": ["post.enterprise-run-states"],
8302
+ "EnterpriseRunStateUpdateMany": ["put.enterprise-run-states"],
8303
+ "EnterpriseRunStateDelete": ["delete.enterprise-run-states.:id"],
8304
+ "EnterpriseRunStateGet": ["get.enterprise-run-states.:id"],
8305
+ "EnterpriseRunStatePatch": ["patch.enterprise-run-states.:id"],
8306
+ "EnterpriseRunStateUpdate": ["put.enterprise-run-states.:id"],
8307
+ "EnterpriseRunStateUpdatePartial": ["patch.enterprise-run-states.:id.partial"],
8308
+ "EnterpriseRunStateCreate": ["post.enterprise-run-states.new"],
8309
+ "EnterpriseRunStateUpdatePartialMany": ["patch.enterprise-run-states.partial"],
8310
+ "EnterpriseRunStateUpdatePartialWhere": ["patch.enterprise-run-states.partial-where"],
8311
+ "EnterpriseRunStateUpsert": ["post.enterprise-run-states.upsert"],
8312
+ "EnterpriseRunStateUpsertMany": ["post.enterprise-run-states.upsert-many"],
8313
+ };
8314
+ this.core.registerEndpoints(this.endpoints);
7898
8315
  }
7899
8316
  ;
7900
8317
  /** Deletes each existing EnterpriseRunState that satisfies the given criteria. */
@@ -8207,6 +8624,24 @@ class EnterpriseRunStateCruds {
8207
8624
  class EnterpriseVersionConfigCruds {
8208
8625
  constructor(core) {
8209
8626
  this.core = core;
8627
+ this.endpoints = {
8628
+ "EnterpriseVersionConfigDeleteWhere": ["delete.enterprise-versions"],
8629
+ "EnterpriseVersionConfigList": ["get.enterprise-versions"],
8630
+ "EnterpriseVersionConfigPatchWhere": ["patch.enterprise-versions"],
8631
+ "EnterpriseVersionConfigCreateMany": ["post.enterprise-versions"],
8632
+ "EnterpriseVersionConfigUpdateMany": ["put.enterprise-versions"],
8633
+ "EnterpriseVersionConfigDelete": ["delete.enterprise-versions.:id"],
8634
+ "EnterpriseVersionConfigGet": ["get.enterprise-versions.:id"],
8635
+ "EnterpriseVersionConfigPatch": ["patch.enterprise-versions.:id"],
8636
+ "EnterpriseVersionConfigUpdate": ["put.enterprise-versions.:id"],
8637
+ "EnterpriseVersionConfigUpdatePartial": ["patch.enterprise-versions.:id.partial"],
8638
+ "EnterpriseVersionConfigCreate": ["post.enterprise-versions.new"],
8639
+ "EnterpriseVersionConfigUpdatePartialMany": ["patch.enterprise-versions.partial"],
8640
+ "EnterpriseVersionConfigUpdatePartialWhere": ["patch.enterprise-versions.partial-where"],
8641
+ "EnterpriseVersionConfigUpsert": ["post.enterprise-versions.upsert"],
8642
+ "EnterpriseVersionConfigUpsertMany": ["post.enterprise-versions.upsert-many"],
8643
+ };
8644
+ this.core.registerEndpoints(this.endpoints);
8210
8645
  }
8211
8646
  ;
8212
8647
  /** Deletes each existing EnterpriseVersionConfig that satisfies the given criteria. */
@@ -8519,6 +8954,24 @@ class EnterpriseVersionConfigCruds {
8519
8954
  class EntityAclCruds {
8520
8955
  constructor(core) {
8521
8956
  this.core = core;
8957
+ this.endpoints = {
8958
+ "EntityAclDeleteWhere": ["delete.auth.acls"],
8959
+ "EntityAclList": ["get.auth.acls"],
8960
+ "EntityAclPatchWhere": ["patch.auth.acls"],
8961
+ "EntityAclCreateMany": ["post.auth.acls"],
8962
+ "EntityAclUpdateMany": ["put.auth.acls"],
8963
+ "EntityAclDelete": ["delete.auth.acls.:id"],
8964
+ "EntityAclGet": ["get.auth.acls.:id"],
8965
+ "EntityAclPatch": ["patch.auth.acls.:id"],
8966
+ "EntityAclUpdate": ["put.auth.acls.:id"],
8967
+ "EntityAclUpdatePartial": ["patch.auth.acls.:id.partial"],
8968
+ "EntityAclCreate": ["post.auth.acls.new"],
8969
+ "EntityAclUpdatePartialMany": ["patch.auth.acls.partial"],
8970
+ "EntityAclUpdatePartialWhere": ["patch.auth.acls.partial-where"],
8971
+ "EntityAclUpsert": ["post.auth.acls.upsert"],
8972
+ "EntityAclUpsertMany": ["post.auth.acls.upsert-many"],
8973
+ };
8974
+ this.core.registerEndpoints(this.endpoints);
8522
8975
  }
8523
8976
  ;
8524
8977
  /** Deletes each existing EntityAcl that satisfies the given criteria. */
@@ -8831,6 +9284,24 @@ class EntityAclCruds {
8831
9284
  class EnvironmentCruds {
8832
9285
  constructor(core) {
8833
9286
  this.core = core;
9287
+ this.endpoints = {
9288
+ "EnvironmentDeleteWhere": ["delete.environments"],
9289
+ "EnvironmentList": ["get.environments"],
9290
+ "EnvironmentPatchWhere": ["patch.environments"],
9291
+ "EnvironmentCreateMany": ["post.environments"],
9292
+ "EnvironmentUpdateMany": ["put.environments"],
9293
+ "EnvironmentDelete": ["delete.environments.:id"],
9294
+ "EnvironmentGet": ["get.environments.:id"],
9295
+ "EnvironmentPatch": ["patch.environments.:id"],
9296
+ "EnvironmentUpdate": ["put.environments.:id"],
9297
+ "EnvironmentUpdatePartial": ["patch.environments.:id.partial"],
9298
+ "EnvironmentCreate": ["post.environments.new"],
9299
+ "EnvironmentUpdatePartialMany": ["patch.environments.partial"],
9300
+ "EnvironmentUpdatePartialWhere": ["patch.environments.partial-where"],
9301
+ "EnvironmentUpsert": ["post.environments.upsert"],
9302
+ "EnvironmentUpsertMany": ["post.environments.upsert-many"],
9303
+ };
9304
+ this.core.registerEndpoints(this.endpoints);
8834
9305
  }
8835
9306
  ;
8836
9307
  /** Deletes each existing Environment that satisfies the given criteria. */
@@ -9143,6 +9614,24 @@ class EnvironmentCruds {
9143
9614
  class FileStoreDefCruds {
9144
9615
  constructor(core) {
9145
9616
  this.core = core;
9617
+ this.endpoints = {
9618
+ "FileStoreDefDeleteWhere": ["delete.file-stores"],
9619
+ "FileStoreDefList": ["get.file-stores"],
9620
+ "FileStoreDefPatchWhere": ["patch.file-stores"],
9621
+ "FileStoreDefCreateMany": ["post.file-stores"],
9622
+ "FileStoreDefUpdateMany": ["put.file-stores"],
9623
+ "FileStoreDefDelete": ["delete.file-stores.:id"],
9624
+ "FileStoreDefGet": ["get.file-stores.:id"],
9625
+ "FileStoreDefPatch": ["patch.file-stores.:id"],
9626
+ "FileStoreDefUpdate": ["put.file-stores.:id"],
9627
+ "FileStoreDefUpdatePartial": ["patch.file-stores.:id.partial"],
9628
+ "FileStoreDefCreate": ["post.file-stores.new"],
9629
+ "FileStoreDefUpdatePartialMany": ["patch.file-stores.partial"],
9630
+ "FileStoreDefUpdatePartialWhere": ["patch.file-stores.partial-where"],
9631
+ "FileStoreDefUpsert": ["post.file-stores.upsert"],
9632
+ "FileStoreDefUpsertMany": ["post.file-stores.upsert-many"],
9633
+ };
9634
+ this.core.registerEndpoints(this.endpoints);
9146
9635
  }
9147
9636
  ;
9148
9637
  /** Deletes each existing FileStoreDef that satisfies the given criteria. */
@@ -9455,6 +9944,24 @@ class FileStoreDefCruds {
9455
9944
  class ImageCruds {
9456
9945
  constructor(core) {
9457
9946
  this.core = core;
9947
+ this.endpoints = {
9948
+ "ImageDeleteWhere": ["delete.images"],
9949
+ "ImageList": ["get.images"],
9950
+ "ImagePatchWhere": ["patch.images"],
9951
+ "ImageCreateMany": ["post.images"],
9952
+ "ImageUpdateMany": ["put.images"],
9953
+ "ImageDelete": ["delete.images.:id"],
9954
+ "ImageGet": ["get.images.:id"],
9955
+ "ImagePatch": ["patch.images.:id"],
9956
+ "ImageUpdate": ["put.images.:id"],
9957
+ "ImageUpdatePartial": ["patch.images.:id.partial"],
9958
+ "ImageCreate": ["post.images.new"],
9959
+ "ImageUpdatePartialMany": ["patch.images.partial"],
9960
+ "ImageUpdatePartialWhere": ["patch.images.partial-where"],
9961
+ "ImageUpsert": ["post.images.upsert"],
9962
+ "ImageUpsertMany": ["post.images.upsert-many"],
9963
+ };
9964
+ this.core.registerEndpoints(this.endpoints);
9458
9965
  }
9459
9966
  ;
9460
9967
  /** Deletes each existing Image that satisfies the given criteria. */
@@ -9767,6 +10274,24 @@ class ImageCruds {
9767
10274
  class ImageRegistryCruds {
9768
10275
  constructor(core) {
9769
10276
  this.core = core;
10277
+ this.endpoints = {
10278
+ "ImageRegistryDeleteWhere": ["delete.image-registries"],
10279
+ "ImageRegistryList": ["get.image-registries"],
10280
+ "ImageRegistryPatchWhere": ["patch.image-registries"],
10281
+ "ImageRegistryCreateMany": ["post.image-registries"],
10282
+ "ImageRegistryUpdateMany": ["put.image-registries"],
10283
+ "ImageRegistryDelete": ["delete.image-registries.:id"],
10284
+ "ImageRegistryGet": ["get.image-registries.:id"],
10285
+ "ImageRegistryPatch": ["patch.image-registries.:id"],
10286
+ "ImageRegistryUpdate": ["put.image-registries.:id"],
10287
+ "ImageRegistryUpdatePartial": ["patch.image-registries.:id.partial"],
10288
+ "ImageRegistryCreate": ["post.image-registries.new"],
10289
+ "ImageRegistryUpdatePartialMany": ["patch.image-registries.partial"],
10290
+ "ImageRegistryUpdatePartialWhere": ["patch.image-registries.partial-where"],
10291
+ "ImageRegistryUpsert": ["post.image-registries.upsert"],
10292
+ "ImageRegistryUpsertMany": ["post.image-registries.upsert-many"],
10293
+ };
10294
+ this.core.registerEndpoints(this.endpoints);
9770
10295
  }
9771
10296
  ;
9772
10297
  /** Deletes each existing ImageRegistry that satisfies the given criteria. */
@@ -10079,6 +10604,24 @@ class ImageRegistryCruds {
10079
10604
  class KitCruds {
10080
10605
  constructor(core) {
10081
10606
  this.core = core;
10607
+ this.endpoints = {
10608
+ "KitDeleteWhere": ["delete.kits"],
10609
+ "KitList": ["get.kits"],
10610
+ "KitPatchWhere": ["patch.kits"],
10611
+ "KitCreateMany": ["post.kits"],
10612
+ "KitUpdateMany": ["put.kits"],
10613
+ "KitDelete": ["delete.kits.:id"],
10614
+ "KitGet": ["get.kits.:id"],
10615
+ "KitPatch": ["patch.kits.:id"],
10616
+ "KitUpdate": ["put.kits.:id"],
10617
+ "KitUpdatePartial": ["patch.kits.:id.partial"],
10618
+ "KitCreate": ["post.kits.new"],
10619
+ "KitUpdatePartialMany": ["patch.kits.partial"],
10620
+ "KitUpdatePartialWhere": ["patch.kits.partial-where"],
10621
+ "KitUpsert": ["post.kits.upsert"],
10622
+ "KitUpsertMany": ["post.kits.upsert-many"],
10623
+ };
10624
+ this.core.registerEndpoints(this.endpoints);
10082
10625
  }
10083
10626
  ;
10084
10627
  /** Deletes each existing Kit that satisfies the given criteria. */
@@ -10391,6 +10934,24 @@ class KitCruds {
10391
10934
  class KvpStoreDefCruds {
10392
10935
  constructor(core) {
10393
10936
  this.core = core;
10937
+ this.endpoints = {
10938
+ "KvpStoreDefDeleteWhere": ["delete.kvp-stores"],
10939
+ "KvpStoreDefList": ["get.kvp-stores"],
10940
+ "KvpStoreDefPatchWhere": ["patch.kvp-stores"],
10941
+ "KvpStoreDefCreateMany": ["post.kvp-stores"],
10942
+ "KvpStoreDefUpdateMany": ["put.kvp-stores"],
10943
+ "KvpStoreDefDelete": ["delete.kvp-stores.:id"],
10944
+ "KvpStoreDefGet": ["get.kvp-stores.:id"],
10945
+ "KvpStoreDefPatch": ["patch.kvp-stores.:id"],
10946
+ "KvpStoreDefUpdate": ["put.kvp-stores.:id"],
10947
+ "KvpStoreDefUpdatePartial": ["patch.kvp-stores.:id.partial"],
10948
+ "KvpStoreDefCreate": ["post.kvp-stores.new"],
10949
+ "KvpStoreDefUpdatePartialMany": ["patch.kvp-stores.partial"],
10950
+ "KvpStoreDefUpdatePartialWhere": ["patch.kvp-stores.partial-where"],
10951
+ "KvpStoreDefUpsert": ["post.kvp-stores.upsert"],
10952
+ "KvpStoreDefUpsertMany": ["post.kvp-stores.upsert-many"],
10953
+ };
10954
+ this.core.registerEndpoints(this.endpoints);
10394
10955
  }
10395
10956
  ;
10396
10957
  /** Deletes each existing KvpStoreDef that satisfies the given criteria. */
@@ -10703,6 +11264,24 @@ class KvpStoreDefCruds {
10703
11264
  class LabelCruds {
10704
11265
  constructor(core) {
10705
11266
  this.core = core;
11267
+ this.endpoints = {
11268
+ "LabelDeleteWhere": ["delete.labels"],
11269
+ "LabelList": ["get.labels"],
11270
+ "LabelPatchWhere": ["patch.labels"],
11271
+ "LabelCreateMany": ["post.labels"],
11272
+ "LabelUpdateMany": ["put.labels"],
11273
+ "LabelDelete": ["delete.labels.:id"],
11274
+ "LabelGet": ["get.labels.:id"],
11275
+ "LabelPatch": ["patch.labels.:id"],
11276
+ "LabelUpdate": ["put.labels.:id"],
11277
+ "LabelUpdatePartial": ["patch.labels.:id.partial"],
11278
+ "LabelCreate": ["post.labels.new"],
11279
+ "LabelUpdatePartialMany": ["patch.labels.partial"],
11280
+ "LabelUpdatePartialWhere": ["patch.labels.partial-where"],
11281
+ "LabelUpsert": ["post.labels.upsert"],
11282
+ "LabelUpsertMany": ["post.labels.upsert-many"],
11283
+ };
11284
+ this.core.registerEndpoints(this.endpoints);
10706
11285
  }
10707
11286
  ;
10708
11287
  /** Deletes each existing Label that satisfies the given criteria. */
@@ -11015,6 +11594,24 @@ class LabelCruds {
11015
11594
  class NodePoolDefCruds {
11016
11595
  constructor(core) {
11017
11596
  this.core = core;
11597
+ this.endpoints = {
11598
+ "NodePoolDefDeleteWhere": ["delete.node-pools"],
11599
+ "NodePoolDefList": ["get.node-pools"],
11600
+ "NodePoolDefPatchWhere": ["patch.node-pools"],
11601
+ "NodePoolDefCreateMany": ["post.node-pools"],
11602
+ "NodePoolDefUpdateMany": ["put.node-pools"],
11603
+ "NodePoolDefDelete": ["delete.node-pools.:id"],
11604
+ "NodePoolDefGet": ["get.node-pools.:id"],
11605
+ "NodePoolDefPatch": ["patch.node-pools.:id"],
11606
+ "NodePoolDefUpdate": ["put.node-pools.:id"],
11607
+ "NodePoolDefUpdatePartial": ["patch.node-pools.:id.partial"],
11608
+ "NodePoolDefCreate": ["post.node-pools.new"],
11609
+ "NodePoolDefUpdatePartialMany": ["patch.node-pools.partial"],
11610
+ "NodePoolDefUpdatePartialWhere": ["patch.node-pools.partial-where"],
11611
+ "NodePoolDefUpsert": ["post.node-pools.upsert"],
11612
+ "NodePoolDefUpsertMany": ["post.node-pools.upsert-many"],
11613
+ };
11614
+ this.core.registerEndpoints(this.endpoints);
11018
11615
  }
11019
11616
  ;
11020
11617
  /** Deletes each existing NodePoolDef that satisfies the given criteria. */
@@ -11327,6 +11924,24 @@ class NodePoolDefCruds {
11327
11924
  class ProbeCruds {
11328
11925
  constructor(core) {
11329
11926
  this.core = core;
11927
+ this.endpoints = {
11928
+ "ProbeDeleteWhere": ["delete.probes"],
11929
+ "ProbeList": ["get.probes"],
11930
+ "ProbePatchWhere": ["patch.probes"],
11931
+ "ProbeCreateMany": ["post.probes"],
11932
+ "ProbeUpdateMany": ["put.probes"],
11933
+ "ProbeDelete": ["delete.probes.:id"],
11934
+ "ProbeGet": ["get.probes.:id"],
11935
+ "ProbePatch": ["patch.probes.:id"],
11936
+ "ProbeUpdate": ["put.probes.:id"],
11937
+ "ProbeUpdatePartial": ["patch.probes.:id.partial"],
11938
+ "ProbeCreate": ["post.probes.new"],
11939
+ "ProbeUpdatePartialMany": ["patch.probes.partial"],
11940
+ "ProbeUpdatePartialWhere": ["patch.probes.partial-where"],
11941
+ "ProbeUpsert": ["post.probes.upsert"],
11942
+ "ProbeUpsertMany": ["post.probes.upsert-many"],
11943
+ };
11944
+ this.core.registerEndpoints(this.endpoints);
11330
11945
  }
11331
11946
  ;
11332
11947
  /** Deletes each existing Probe that satisfies the given criteria. */
@@ -11639,6 +12254,24 @@ class ProbeCruds {
11639
12254
  class ProductCruds {
11640
12255
  constructor(core) {
11641
12256
  this.core = core;
12257
+ this.endpoints = {
12258
+ "ProductDeleteWhere": ["delete.products"],
12259
+ "ProductList": ["get.products"],
12260
+ "ProductPatchWhere": ["patch.products"],
12261
+ "ProductCreateMany": ["post.products"],
12262
+ "ProductUpdateMany": ["put.products"],
12263
+ "ProductDelete": ["delete.products.:id"],
12264
+ "ProductGet": ["get.products.:id"],
12265
+ "ProductPatch": ["patch.products.:id"],
12266
+ "ProductUpdate": ["put.products.:id"],
12267
+ "ProductUpdatePartial": ["patch.products.:id.partial"],
12268
+ "ProductCreate": ["post.products.new"],
12269
+ "ProductUpdatePartialMany": ["patch.products.partial"],
12270
+ "ProductUpdatePartialWhere": ["patch.products.partial-where"],
12271
+ "ProductUpsert": ["post.products.upsert"],
12272
+ "ProductUpsertMany": ["post.products.upsert-many"],
12273
+ };
12274
+ this.core.registerEndpoints(this.endpoints);
11642
12275
  }
11643
12276
  ;
11644
12277
  /** Deletes each existing Product that satisfies the given criteria. */
@@ -11951,6 +12584,24 @@ class ProductCruds {
11951
12584
  class ProductVersionConfigCruds {
11952
12585
  constructor(core) {
11953
12586
  this.core = core;
12587
+ this.endpoints = {
12588
+ "ProductVersionConfigDeleteWhere": ["delete.product-versions"],
12589
+ "ProductVersionConfigList": ["get.product-versions"],
12590
+ "ProductVersionConfigPatchWhere": ["patch.product-versions"],
12591
+ "ProductVersionConfigCreateMany": ["post.product-versions"],
12592
+ "ProductVersionConfigUpdateMany": ["put.product-versions"],
12593
+ "ProductVersionConfigDelete": ["delete.product-versions.:id"],
12594
+ "ProductVersionConfigGet": ["get.product-versions.:id"],
12595
+ "ProductVersionConfigPatch": ["patch.product-versions.:id"],
12596
+ "ProductVersionConfigUpdate": ["put.product-versions.:id"],
12597
+ "ProductVersionConfigUpdatePartial": ["patch.product-versions.:id.partial"],
12598
+ "ProductVersionConfigCreate": ["post.product-versions.new"],
12599
+ "ProductVersionConfigUpdatePartialMany": ["patch.product-versions.partial"],
12600
+ "ProductVersionConfigUpdatePartialWhere": ["patch.product-versions.partial-where"],
12601
+ "ProductVersionConfigUpsert": ["post.product-versions.upsert"],
12602
+ "ProductVersionConfigUpsertMany": ["post.product-versions.upsert-many"],
12603
+ };
12604
+ this.core.registerEndpoints(this.endpoints);
11954
12605
  }
11955
12606
  ;
11956
12607
  /** Deletes each existing ProductVersionConfig that satisfies the given criteria. */
@@ -12263,6 +12914,24 @@ class ProductVersionConfigCruds {
12263
12914
  class ScopedHostNameConfigCruds {
12264
12915
  constructor(core) {
12265
12916
  this.core = core;
12917
+ this.endpoints = {
12918
+ "ScopedHostNameConfigDeleteWhere": ["delete.host-names"],
12919
+ "ScopedHostNameConfigList": ["get.host-names"],
12920
+ "ScopedHostNameConfigPatchWhere": ["patch.host-names"],
12921
+ "ScopedHostNameConfigCreateMany": ["post.host-names"],
12922
+ "ScopedHostNameConfigUpdateMany": ["put.host-names"],
12923
+ "ScopedHostNameConfigDelete": ["delete.host-names.:id"],
12924
+ "ScopedHostNameConfigGet": ["get.host-names.:id"],
12925
+ "ScopedHostNameConfigPatch": ["patch.host-names.:id"],
12926
+ "ScopedHostNameConfigUpdate": ["put.host-names.:id"],
12927
+ "ScopedHostNameConfigUpdatePartial": ["patch.host-names.:id.partial"],
12928
+ "ScopedHostNameConfigCreate": ["post.host-names.new"],
12929
+ "ScopedHostNameConfigUpdatePartialMany": ["patch.host-names.partial"],
12930
+ "ScopedHostNameConfigUpdatePartialWhere": ["patch.host-names.partial-where"],
12931
+ "ScopedHostNameConfigUpsert": ["post.host-names.upsert"],
12932
+ "ScopedHostNameConfigUpsertMany": ["post.host-names.upsert-many"],
12933
+ };
12934
+ this.core.registerEndpoints(this.endpoints);
12266
12935
  }
12267
12936
  ;
12268
12937
  /** Deletes each existing ScopedHostNameConfig that satisfies the given criteria. */
@@ -12575,6 +13244,24 @@ class ScopedHostNameConfigCruds {
12575
13244
  class ScopedSettingCruds {
12576
13245
  constructor(core) {
12577
13246
  this.core = core;
13247
+ this.endpoints = {
13248
+ "ScopedSettingDeleteWhere": ["delete.settings"],
13249
+ "ScopedSettingList": ["get.settings"],
13250
+ "ScopedSettingPatchWhere": ["patch.settings"],
13251
+ "ScopedSettingCreateMany": ["post.settings"],
13252
+ "ScopedSettingUpdateMany": ["put.settings"],
13253
+ "ScopedSettingDelete": ["delete.settings.:id"],
13254
+ "ScopedSettingGet": ["get.settings.:id"],
13255
+ "ScopedSettingPatch": ["patch.settings.:id"],
13256
+ "ScopedSettingUpdate": ["put.settings.:id"],
13257
+ "ScopedSettingUpdatePartial": ["patch.settings.:id.partial"],
13258
+ "ScopedSettingCreate": ["post.settings.new"],
13259
+ "ScopedSettingUpdatePartialMany": ["patch.settings.partial"],
13260
+ "ScopedSettingUpdatePartialWhere": ["patch.settings.partial-where"],
13261
+ "ScopedSettingUpsert": ["post.settings.upsert"],
13262
+ "ScopedSettingUpsertMany": ["post.settings.upsert-many"],
13263
+ };
13264
+ this.core.registerEndpoints(this.endpoints);
12578
13265
  }
12579
13266
  ;
12580
13267
  /** Deletes each existing ScopedSetting that satisfies the given criteria. */
@@ -12887,6 +13574,24 @@ class ScopedSettingCruds {
12887
13574
  class SetupJournalCruds {
12888
13575
  constructor(core) {
12889
13576
  this.core = core;
13577
+ this.endpoints = {
13578
+ "SetupJournalDeleteWhere": ["delete.journals"],
13579
+ "SetupJournalList": ["get.journals"],
13580
+ "SetupJournalPatchWhere": ["patch.journals"],
13581
+ "SetupJournalCreateMany": ["post.journals"],
13582
+ "SetupJournalUpdateMany": ["put.journals"],
13583
+ "SetupJournalDelete": ["delete.journals.:id"],
13584
+ "SetupJournalGet": ["get.journals.:id"],
13585
+ "SetupJournalPatch": ["patch.journals.:id"],
13586
+ "SetupJournalUpdate": ["put.journals.:id"],
13587
+ "SetupJournalUpdatePartial": ["patch.journals.:id.partial"],
13588
+ "SetupJournalCreate": ["post.journals.new"],
13589
+ "SetupJournalUpdatePartialMany": ["patch.journals.partial"],
13590
+ "SetupJournalUpdatePartialWhere": ["patch.journals.partial-where"],
13591
+ "SetupJournalUpsert": ["post.journals.upsert"],
13592
+ "SetupJournalUpsertMany": ["post.journals.upsert-many"],
13593
+ };
13594
+ this.core.registerEndpoints(this.endpoints);
12890
13595
  }
12891
13596
  ;
12892
13597
  /** Deletes each existing SetupJournal that satisfies the given criteria. */
@@ -13199,6 +13904,24 @@ class SetupJournalCruds {
13199
13904
  class SnapshotCruds {
13200
13905
  constructor(core) {
13201
13906
  this.core = core;
13907
+ this.endpoints = {
13908
+ "SnapshotDeleteWhere": ["delete.snapshots"],
13909
+ "SnapshotList": ["get.snapshots"],
13910
+ "SnapshotPatchWhere": ["patch.snapshots"],
13911
+ "SnapshotCreateMany": ["post.snapshots"],
13912
+ "SnapshotUpdateMany": ["put.snapshots"],
13913
+ "SnapshotDelete": ["delete.snapshots.:id"],
13914
+ "SnapshotGet": ["get.snapshots.:id"],
13915
+ "SnapshotPatch": ["patch.snapshots.:id"],
13916
+ "SnapshotUpdate": ["put.snapshots.:id"],
13917
+ "SnapshotUpdatePartial": ["patch.snapshots.:id.partial"],
13918
+ "SnapshotCreate": ["post.snapshots.new"],
13919
+ "SnapshotUpdatePartialMany": ["patch.snapshots.partial"],
13920
+ "SnapshotUpdatePartialWhere": ["patch.snapshots.partial-where"],
13921
+ "SnapshotUpsert": ["post.snapshots.upsert"],
13922
+ "SnapshotUpsertMany": ["post.snapshots.upsert-many"],
13923
+ };
13924
+ this.core.registerEndpoints(this.endpoints);
13202
13925
  }
13203
13926
  ;
13204
13927
  /** Deletes each existing Snapshot that satisfies the given criteria. */
@@ -13511,6 +14234,24 @@ class SnapshotCruds {
13511
14234
  class SourceRepoCruds {
13512
14235
  constructor(core) {
13513
14236
  this.core = core;
14237
+ this.endpoints = {
14238
+ "SourceRepoDeleteWhere": ["delete.source-repos"],
14239
+ "SourceRepoList": ["get.source-repos"],
14240
+ "SourceRepoPatchWhere": ["patch.source-repos"],
14241
+ "SourceRepoCreateMany": ["post.source-repos"],
14242
+ "SourceRepoUpdateMany": ["put.source-repos"],
14243
+ "SourceRepoDelete": ["delete.source-repos.:id"],
14244
+ "SourceRepoGet": ["get.source-repos.:id"],
14245
+ "SourceRepoPatch": ["patch.source-repos.:id"],
14246
+ "SourceRepoUpdate": ["put.source-repos.:id"],
14247
+ "SourceRepoUpdatePartial": ["patch.source-repos.:id.partial"],
14248
+ "SourceRepoCreate": ["post.source-repos.new"],
14249
+ "SourceRepoUpdatePartialMany": ["patch.source-repos.partial"],
14250
+ "SourceRepoUpdatePartialWhere": ["patch.source-repos.partial-where"],
14251
+ "SourceRepoUpsert": ["post.source-repos.upsert"],
14252
+ "SourceRepoUpsertMany": ["post.source-repos.upsert-many"],
14253
+ };
14254
+ this.core.registerEndpoints(this.endpoints);
13514
14255
  }
13515
14256
  ;
13516
14257
  /** Deletes each existing SourceRepo that satisfies the given criteria. */
@@ -13823,6 +14564,24 @@ class SourceRepoCruds {
13823
14564
  class SubscriptionCruds {
13824
14565
  constructor(core) {
13825
14566
  this.core = core;
14567
+ this.endpoints = {
14568
+ "SubscriptionDeleteWhere": ["delete.subscriptions"],
14569
+ "SubscriptionList": ["get.subscriptions"],
14570
+ "SubscriptionPatchWhere": ["patch.subscriptions"],
14571
+ "SubscriptionCreateMany": ["post.subscriptions"],
14572
+ "SubscriptionUpdateMany": ["put.subscriptions"],
14573
+ "SubscriptionDelete": ["delete.subscriptions.:id"],
14574
+ "SubscriptionGet": ["get.subscriptions.:id"],
14575
+ "SubscriptionPatch": ["patch.subscriptions.:id"],
14576
+ "SubscriptionUpdate": ["put.subscriptions.:id"],
14577
+ "SubscriptionUpdatePartial": ["patch.subscriptions.:id.partial"],
14578
+ "SubscriptionCreate": ["post.subscriptions.new"],
14579
+ "SubscriptionUpdatePartialMany": ["patch.subscriptions.partial"],
14580
+ "SubscriptionUpdatePartialWhere": ["patch.subscriptions.partial-where"],
14581
+ "SubscriptionUpsert": ["post.subscriptions.upsert"],
14582
+ "SubscriptionUpsertMany": ["post.subscriptions.upsert-many"],
14583
+ };
14584
+ this.core.registerEndpoints(this.endpoints);
13826
14585
  }
13827
14586
  ;
13828
14587
  /** Deletes each existing Subscription that satisfies the given criteria. */
@@ -14135,6 +14894,24 @@ class SubscriptionCruds {
14135
14894
  class TagCruds {
14136
14895
  constructor(core) {
14137
14896
  this.core = core;
14897
+ this.endpoints = {
14898
+ "TagDeleteWhere": ["delete.tags"],
14899
+ "TagList": ["get.tags"],
14900
+ "TagPatchWhere": ["patch.tags"],
14901
+ "TagCreateMany": ["post.tags"],
14902
+ "TagUpdateMany": ["put.tags"],
14903
+ "TagDelete": ["delete.tags.:id"],
14904
+ "TagGet": ["get.tags.:id"],
14905
+ "TagPatch": ["patch.tags.:id"],
14906
+ "TagUpdate": ["put.tags.:id"],
14907
+ "TagUpdatePartial": ["patch.tags.:id.partial"],
14908
+ "TagCreate": ["post.tags.new"],
14909
+ "TagUpdatePartialMany": ["patch.tags.partial"],
14910
+ "TagUpdatePartialWhere": ["patch.tags.partial-where"],
14911
+ "TagUpsert": ["post.tags.upsert"],
14912
+ "TagUpsertMany": ["post.tags.upsert-many"],
14913
+ };
14914
+ this.core.registerEndpoints(this.endpoints);
14138
14915
  }
14139
14916
  ;
14140
14917
  /** Deletes each existing Tag that satisfies the given criteria. */
@@ -14447,6 +15224,24 @@ class TagCruds {
14447
15224
  class VersionConfigCruds {
14448
15225
  constructor(core) {
14449
15226
  this.core = core;
15227
+ this.endpoints = {
15228
+ "VersionConfigDeleteWhere": ["delete.version-configs"],
15229
+ "VersionConfigList": ["get.version-configs"],
15230
+ "VersionConfigPatchWhere": ["patch.version-configs"],
15231
+ "VersionConfigCreateMany": ["post.version-configs"],
15232
+ "VersionConfigUpdateMany": ["put.version-configs"],
15233
+ "VersionConfigDelete": ["delete.version-configs.:id"],
15234
+ "VersionConfigGet": ["get.version-configs.:id"],
15235
+ "VersionConfigPatch": ["patch.version-configs.:id"],
15236
+ "VersionConfigUpdate": ["put.version-configs.:id"],
15237
+ "VersionConfigUpdatePartial": ["patch.version-configs.:id.partial"],
15238
+ "VersionConfigCreate": ["post.version-configs.new"],
15239
+ "VersionConfigUpdatePartialMany": ["patch.version-configs.partial"],
15240
+ "VersionConfigUpdatePartialWhere": ["patch.version-configs.partial-where"],
15241
+ "VersionConfigUpsert": ["post.version-configs.upsert"],
15242
+ "VersionConfigUpsertMany": ["post.version-configs.upsert-many"],
15243
+ };
15244
+ this.core.registerEndpoints(this.endpoints);
14450
15245
  }
14451
15246
  ;
14452
15247
  /** Deletes each existing VersionConfig that satisfies the given criteria. */
@@ -14759,6 +15554,24 @@ class VersionConfigCruds {
14759
15554
  class VersionCreateActivityCruds {
14760
15555
  constructor(core) {
14761
15556
  this.core = core;
15557
+ this.endpoints = {
15558
+ "VersionCreateActivityDeleteWhere": ["delete.activities.version-create"],
15559
+ "VersionCreateActivityList": ["get.activities.version-create"],
15560
+ "VersionCreateActivityPatchWhere": ["patch.activities.version-create"],
15561
+ "VersionCreateActivityCreateMany": ["post.activities.version-create"],
15562
+ "VersionCreateActivityUpdateMany": ["put.activities.version-create"],
15563
+ "VersionCreateActivityDelete": ["delete.activities.version-create.:id"],
15564
+ "VersionCreateActivityGet": ["get.activities.version-create.:id"],
15565
+ "VersionCreateActivityPatch": ["patch.activities.version-create.:id"],
15566
+ "VersionCreateActivityUpdate": ["put.activities.version-create.:id"],
15567
+ "VersionCreateActivityUpdatePartial": ["patch.activities.version-create.:id.partial"],
15568
+ "VersionCreateActivityCreate": ["post.activities.version-create.new"],
15569
+ "VersionCreateActivityUpdatePartialMany": ["patch.activities.version-create.partial"],
15570
+ "VersionCreateActivityUpdatePartialWhere": ["patch.activities.version-create.partial-where"],
15571
+ "VersionCreateActivityUpsert": ["post.activities.version-create.upsert"],
15572
+ "VersionCreateActivityUpsertMany": ["post.activities.version-create.upsert-many"],
15573
+ };
15574
+ this.core.registerEndpoints(this.endpoints);
14762
15575
  }
14763
15576
  ;
14764
15577
  /** Deletes each existing VersionCreateActivity that satisfies the given criteria. */
@@ -15071,6 +15884,24 @@ class VersionCreateActivityCruds {
15071
15884
  class WorkFlowStrategyCruds {
15072
15885
  constructor(core) {
15073
15886
  this.core = core;
15887
+ this.endpoints = {
15888
+ "WorkFlowStrategyDeleteWhere": ["delete.workflow-strategies"],
15889
+ "WorkFlowStrategyList": ["get.workflow-strategies"],
15890
+ "WorkFlowStrategyPatchWhere": ["patch.workflow-strategies"],
15891
+ "WorkFlowStrategyCreateMany": ["post.workflow-strategies"],
15892
+ "WorkFlowStrategyUpdateMany": ["put.workflow-strategies"],
15893
+ "WorkFlowStrategyDelete": ["delete.workflow-strategies.:id"],
15894
+ "WorkFlowStrategyGet": ["get.workflow-strategies.:id"],
15895
+ "WorkFlowStrategyPatch": ["patch.workflow-strategies.:id"],
15896
+ "WorkFlowStrategyUpdate": ["put.workflow-strategies.:id"],
15897
+ "WorkFlowStrategyUpdatePartial": ["patch.workflow-strategies.:id.partial"],
15898
+ "WorkFlowStrategyCreate": ["post.workflow-strategies.new"],
15899
+ "WorkFlowStrategyUpdatePartialMany": ["patch.workflow-strategies.partial"],
15900
+ "WorkFlowStrategyUpdatePartialWhere": ["patch.workflow-strategies.partial-where"],
15901
+ "WorkFlowStrategyUpsert": ["post.workflow-strategies.upsert"],
15902
+ "WorkFlowStrategyUpsertMany": ["post.workflow-strategies.upsert-many"],
15903
+ };
15904
+ this.core.registerEndpoints(this.endpoints);
15074
15905
  }
15075
15906
  ;
15076
15907
  /** Deletes each existing WorkFlowStrategy that satisfies the given criteria. */
@@ -15383,6 +16214,24 @@ class WorkFlowStrategyCruds {
15383
16214
  class ZombiePeriodCruds {
15384
16215
  constructor(core) {
15385
16216
  this.core = core;
16217
+ this.endpoints = {
16218
+ "ZombiePeriodDeleteWhere": ["delete.zombie-periods"],
16219
+ "ZombiePeriodList": ["get.zombie-periods"],
16220
+ "ZombiePeriodPatchWhere": ["patch.zombie-periods"],
16221
+ "ZombiePeriodCreateMany": ["post.zombie-periods"],
16222
+ "ZombiePeriodUpdateMany": ["put.zombie-periods"],
16223
+ "ZombiePeriodDelete": ["delete.zombie-periods.:id"],
16224
+ "ZombiePeriodGet": ["get.zombie-periods.:id"],
16225
+ "ZombiePeriodPatch": ["patch.zombie-periods.:id"],
16226
+ "ZombiePeriodUpdate": ["put.zombie-periods.:id"],
16227
+ "ZombiePeriodUpdatePartial": ["patch.zombie-periods.:id.partial"],
16228
+ "ZombiePeriodCreate": ["post.zombie-periods.new"],
16229
+ "ZombiePeriodUpdatePartialMany": ["patch.zombie-periods.partial"],
16230
+ "ZombiePeriodUpdatePartialWhere": ["patch.zombie-periods.partial-where"],
16231
+ "ZombiePeriodUpsert": ["post.zombie-periods.upsert"],
16232
+ "ZombiePeriodUpsertMany": ["post.zombie-periods.upsert-many"],
16233
+ };
16234
+ this.core.registerEndpoints(this.endpoints);
15386
16235
  }
15387
16236
  ;
15388
16237
  /** Deletes each existing ZombiePeriod that satisfies the given criteria. */
@@ -15698,8 +16547,42 @@ class ZombiePeriodCruds {
15698
16547
  class OtherOperations {
15699
16548
  constructor(core) {
15700
16549
  this.core = core;
16550
+ this.endpoints = {
16551
+ "AssetVersionConfigSearch": ["search.asset-versions"],
16552
+ "AssetVersionConfigSearchDeprecated": ["post.asset-versions"],
16553
+ "EnvironmentClusterAttach": ["patch.cluster-attach"],
16554
+ "EnvironmentClusterDetach": ["patch.cluster-detach"],
16555
+ "GetCabinetHostNameConfig": ["get.cabinet-host-name-config"],
16556
+ "assetWhere": ["get.asset.where"],
16557
+ "getCabinetConfigState": ["get.enterprise.:enterprise.cabinet.:cabinet.config-state"],
16558
+ "getCabinetScopes": ["get.scopes"],
16559
+ "getConfigDefs": ["get.config-defs"],
16560
+ "getConfigDoc": ["get.configs"],
16561
+ "getDeployedState": ["get.deployed-state"],
16562
+ "getRootMap": ["get.root-map"],
16563
+ "getScopedConfigs": ["get.scopedConfigs"],
16564
+ "getSwaggerUiPath": ["get.swagger-ui.:path"],
16565
+ "getsertVersion": ["post.version-factory"],
16566
+ "heartbeat": ["dmz.get.heartbeat"],
16567
+ "heartbeatJson": ["dmz.get.heartbeat-json"],
16568
+ "readyState": ["dmz.get.ready-state"],
16569
+ "relayResources": ["get.relay-resources.:path"],
16570
+ };
16571
+ this.core.registerEndpoints(this.endpoints);
15701
16572
  }
15702
16573
  ;
16574
+ /** Retrieves all the existing AssetVersionConfig that satisfy the given criteria. */
16575
+ AssetVersionConfigSearch(request, options) {
16576
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
16577
+ return yield this.core.request("search.asset-versions", request, options);
16578
+ });
16579
+ }
16580
+ /** Retrieves all the existing AssetVersionConfig that satisfy the given criteria. */
16581
+ AssetVersionConfigSearchDeprecated(request, options) {
16582
+ return tslib_1.__awaiter(this, void 0, void 0, function* () {
16583
+ return yield this.core.request("post.asset-versions", request, options);
16584
+ });
16585
+ }
15703
16586
  /** Includes the given cluster within the given environment. */
15704
16587
  EnvironmentClusterAttach(request, options) {
15705
16588
  return tslib_1.__awaiter(this, void 0, void 0, function* () {