@codiac.io/codiac-cli 1.3.63 → 1.3.65

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 (106) hide show
  1. package/README.md +1 -1
  2. package/dist/apis/api-plus-local/api-client-plus-local.d.ts +31 -0
  3. package/dist/apis/api-plus-local/api-client-plus-local.js +242 -0
  4. package/dist/apis/api-plus-local/api-client-plus-local.js.map +1 -0
  5. package/dist/apis/api-plus-local/asset-where-entity-merger.d.ts +8 -0
  6. package/dist/apis/api-plus-local/asset-where-entity-merger.js +33 -0
  7. package/dist/apis/api-plus-local/asset-where-entity-merger.js.map +1 -0
  8. package/dist/apis/api-plus-local/enterprise-state-entity-merger.d.ts +8 -0
  9. package/dist/apis/api-plus-local/enterprise-state-entity-merger.js +43 -0
  10. package/dist/apis/api-plus-local/enterprise-state-entity-merger.js.map +1 -0
  11. package/dist/apis/api-plus-local/i-entity-merger.d.ts +4 -0
  12. package/dist/apis/api-plus-local/i-entity-merger.js +3 -0
  13. package/dist/apis/api-plus-local/i-entity-merger.js.map +1 -0
  14. package/dist/apis/api-plus-local/root-map-entity-merger.d.ts +8 -0
  15. package/dist/apis/api-plus-local/root-map-entity-merger.js +51 -0
  16. package/dist/apis/api-plus-local/root-map-entity-merger.js.map +1 -0
  17. package/dist/apis/codiac-api/common/api-client-base.js +9 -2
  18. package/dist/apis/codiac-api/common/api-client-base.js.map +1 -1
  19. package/dist/apis/codiac-api/common/api-crud-client-base.d.ts +22 -0
  20. package/dist/apis/codiac-api/common/api-crud-client-base.js +84 -0
  21. package/dist/apis/codiac-api/common/api-crud-client-base.js.map +1 -0
  22. package/dist/apis/codiac-api/gen/client.d.ts +58 -56
  23. package/dist/apis/codiac-api/gen/client.js +745 -11217
  24. package/dist/apis/codiac-api/gen/client.js.map +1 -1
  25. package/dist/apis/codiac-api/gen/contracts.d.ts +84 -67
  26. package/dist/apis/codiac-api/gen/contracts.js +15 -11
  27. package/dist/apis/codiac-api/gen/contracts.js.map +1 -1
  28. package/dist/apis/codiac-relay/common/api-client-base.js +12 -7
  29. package/dist/apis/codiac-relay/common/api-client-base.js.map +1 -1
  30. package/dist/apis/codiac-relay/common/api-crud-client-base.d.ts +22 -0
  31. package/dist/apis/codiac-relay/common/api-crud-client-base.js +84 -0
  32. package/dist/apis/codiac-relay/common/api-crud-client-base.js.map +1 -0
  33. package/dist/apis/codiac-relay/common/security/api-auth-methods-legacy.js +6 -6
  34. package/dist/apis/codiac-relay/common/security/api-auth-methods-legacy.js.map +1 -1
  35. package/dist/apis/codiac-relay/common/utils.js +1 -1
  36. package/dist/apis/codiac-relay/common/utils.js.map +1 -1
  37. package/dist/apis/codiac-relay/gen/client.d.ts +816 -145
  38. package/dist/apis/codiac-relay/gen/client.js +4645 -1162
  39. package/dist/apis/codiac-relay/gen/client.js.map +1 -1
  40. package/dist/apis/codiac-relay/gen/contracts.d.ts +1058 -155
  41. package/dist/apis/codiac-relay/gen/contracts.js +119 -27
  42. package/dist/apis/codiac-relay/gen/contracts.js.map +1 -1
  43. package/dist/codiac-entities/i-local-entity.d.ts +6 -0
  44. package/dist/codiac-entities/i-local-entity.js +3 -0
  45. package/dist/codiac-entities/i-local-entity.js.map +1 -0
  46. package/dist/command-base-enterprise.d.ts +0 -5
  47. package/dist/command-base-enterprise.js +41 -32
  48. package/dist/command-base-enterprise.js.map +1 -1
  49. package/dist/commands/asset/deploy.js +1 -1
  50. package/dist/commands/asset/edit.js +2 -2
  51. package/dist/commands/asset/edit.js.map +1 -1
  52. package/dist/commands/asset/entrypoint/delete.d.ts +42 -0
  53. package/dist/commands/asset/entrypoint/delete.js +312 -0
  54. package/dist/commands/asset/entrypoint/delete.js.map +1 -0
  55. package/dist/commands/asset/entrypoint/set.d.ts +45 -0
  56. package/dist/commands/asset/entrypoint/set.js +338 -0
  57. package/dist/commands/asset/entrypoint/set.js.map +1 -0
  58. package/dist/commands/asset/recycle.js +5 -3
  59. package/dist/commands/asset/recycle.js.map +1 -1
  60. package/dist/commands/asset/undeploy.d.ts +2 -1
  61. package/dist/commands/asset/undeploy.js +33 -4
  62. package/dist/commands/asset/undeploy.js.map +1 -1
  63. package/dist/commands/asset/where.js +1 -1
  64. package/dist/commands/cabinet/obliterate.d.ts +21 -4
  65. package/dist/commands/cabinet/obliterate.js +94 -72
  66. package/dist/commands/cabinet/obliterate.js.map +1 -1
  67. package/dist/commands/config/import.js +3 -1
  68. package/dist/commands/config/import.js.map +1 -1
  69. package/dist/commands/env/add.js +3 -1
  70. package/dist/commands/env/add.js.map +1 -1
  71. package/dist/commands/environment/cluster/attach.js +5 -0
  72. package/dist/commands/environment/cluster/attach.js.map +1 -1
  73. package/dist/commands/environment/list.js +42 -20
  74. package/dist/commands/environment/list.js.map +1 -1
  75. package/dist/commands/filestore/capture.js.map +1 -1
  76. package/dist/commands/imageRegistry/capture.d.ts +1 -1
  77. package/dist/commands/imageRegistry/capture.js +10 -12
  78. package/dist/commands/imageRegistry/capture.js.map +1 -1
  79. package/dist/commands/noc/cluster/capture.js +1 -1
  80. package/dist/commands/noc/cluster/destroy.d.ts +29 -11
  81. package/dist/commands/noc/cluster/destroy.js +137 -124
  82. package/dist/commands/noc/cluster/destroy.js.map +1 -1
  83. package/dist/commands/noc/cluster/list.js +4 -1
  84. package/dist/commands/noc/cluster/list.js.map +1 -1
  85. package/dist/commands/noc/cluster/recreate.js +1 -3
  86. package/dist/commands/noc/cluster/recreate.js.map +1 -1
  87. package/dist/commands/portal.js +11 -11
  88. package/dist/commands/portal.js.map +1 -1
  89. package/dist/ops/entities/cli-config.d.ts +1 -0
  90. package/dist/ops/entities/cli-config.js.map +1 -1
  91. package/dist/relay/relay-container.d.ts +2 -1
  92. package/dist/relay/relay-container.js +18 -6
  93. package/dist/relay/relay-container.js.map +1 -1
  94. package/dist/uilogic/cloud-resource-configurators/asset-configurator.js +0 -1
  95. package/dist/uilogic/cloud-resource-configurators/asset-configurator.js.map +1 -1
  96. package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js +1 -0
  97. package/dist/uilogic/cloud-resource-configurators/azure-resource-configurator.js.map +1 -1
  98. package/dist/uilogic/image-registry-contextualizer.js +1 -1
  99. package/dist/uilogic/image-registry-contextualizer.js.map +1 -1
  100. package/dist/uilogic/rootmap-ui-utils.js +7 -5
  101. package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
  102. package/dist/uilogic/validators/semver-range-validator.d.ts +17 -0
  103. package/dist/uilogic/validators/semver-range-validator.js +39 -0
  104. package/dist/uilogic/validators/semver-range-validator.js.map +1 -0
  105. package/oclif.manifest.json +325 -47
  106. package/package.json +6 -3
@@ -1,14 +1,14 @@
1
- import { Schema } from "jsonschema";
2
1
  import { IRepoOptions, IBetterLogger } from "@codiac.io/codiac-common";
3
- 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";
4
3
  import { ApiClientBase } from "../common/api-client-base";
4
+ import { ApiCrudClientBase } from "../common/api-crud-client-base";
5
5
  import { ApiUserCreds } from "../common/api-user-creds";
6
6
  import { RelayClientConfig } from "./client-config";
7
7
  import { ApiAuthMethodsLegacy } from "../common/security/api-auth-methods-legacy";
8
8
  export interface IThrowingRepoOptions extends IRepoOptions {
9
9
  throwNotFound?: boolean;
10
10
  }
11
- export declare class RelayClient extends ApiClientBase {
11
+ export declare class RelayClient extends ApiCrudClientBase {
12
12
  static bootstrap(logger?: IBetterLogger): void;
13
13
  /** Version of the remote api from which this client was generated */
14
14
  static apiVersion: string;
@@ -27,126 +27,837 @@ export declare class RelayClient extends ApiClientBase {
27
27
  AuthLegacy: ApiAuthMethodsLegacy;
28
28
  Auth: AuthOperations;
29
29
  Call: OtherOperations;
30
- EntityAcl: EntityAclCruds;
31
30
  AuthRole: AuthRoleCruds;
31
+ Cabinet: CabinetCruds;
32
+ ClusterDef: ClusterDefCruds;
33
+ DefaultChildAcl: DefaultChildAclCruds;
34
+ DeployAttempt: DeployAttemptCruds;
35
+ Deployment: DeploymentCruds;
36
+ EnterpriseRunState: EnterpriseRunStateCruds;
37
+ EntityAcl: EntityAclCruds;
38
+ Environment: EnvironmentCruds;
39
+ FileStoreDef: FileStoreDefCruds;
40
+ ScopedHostNameConfig: ScopedHostNameConfigCruds;
41
+ ScopedSetting: ScopedSettingCruds;
42
+ SetupJournal: SetupJournalCruds;
43
+ ZombiePeriod: ZombiePeriodCruds;
32
44
  }
33
- import { EntityAcl, EntityAclCriteria, AuthRole, AuthRoleCriteria, DomainDeleteRequest, ScopedHostNameConfig, CloudProviderUser, CspTokenAndUserMeta, Cluster, GetExistingCspClustersRequest, AwsS3Bucket, ExecuteClusterInitRequestAsync } from "../contracts";
45
+ import { AuthRole, AuthRoleCriteria, CspTokenAndUserMeta, DefaultChildAcl, DefaultChildAclCriteria, EntityAcl, EntityAclCriteria } from "../contracts";
34
46
  declare class AuthOperations {
35
47
  private core;
36
48
  protected logger: IBetterLogger;
37
49
  constructor(core: ApiClientBase, logger: IBetterLogger);
38
- EntityAclCreateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
39
- EntityAclList(request: EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<EntityAcl>>;
40
- EntityAclUpdateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
41
- EntityAclPatchWhere(request: PatchSpecForMany<EntityAcl, EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
42
- EntityAclGet(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
43
- EntityAclUpdate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
44
- EntityAclPatch(request: PatchSpecForOne<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
45
- EntityAclDelete(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
46
- EntityAclCreate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
50
+ RoleCreate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
47
51
  RoleCreateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
48
- RoleList(request: AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<AuthRole>>;
49
- RoleUpdateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
50
- RolePatchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
52
+ RoleDelete(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
51
53
  RoleDeleteWhere(request: AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
52
54
  RoleGet(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
53
- RoleUpdate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
55
+ RoleList(request: AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<AuthRole>>;
54
56
  RolePatch(request: PatchSpecForOne<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
55
- RoleDelete(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
56
- RoleCreate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
57
+ RolePatchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
58
+ RoleUpdate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
59
+ RoleUpdateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
60
+ RoleUpdatePartial(request: Partial<AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<AuthRole>>>;
61
+ RoleUpdatePartialMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<AuthRole>>>;
62
+ RoleUpdatePartialWhere(request: UpdatePartialWhereRequest<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
63
+ RoleUpsert(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
64
+ RoleUpsertMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
65
+ DefaultChildAclCreate(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
66
+ DefaultChildAclCreateMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
67
+ DefaultChildAclDelete(request: IdSpecFor<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
68
+ DefaultChildAclGet(request: IdSpecFor<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
69
+ DefaultChildAclList(request: DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<DefaultChildAcl>>;
70
+ DefaultChildAclPatch(request: PatchSpecForOne<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
71
+ DefaultChildAclPatchWhere(request: PatchSpecForMany<DefaultChildAcl, DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
72
+ DefaultChildAclUpdate(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
73
+ DefaultChildAclUpdateMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
74
+ DefaultChildAclUpdatePartial(request: Partial<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<DefaultChildAcl>>>;
75
+ DefaultChildAclUpdatePartialMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<DefaultChildAcl>>>;
76
+ DefaultChildAclUpdatePartialWhere(request: UpdatePartialWhereRequest<DefaultChildAcl, DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
77
+ DefaultChildAclUpsert(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
78
+ DefaultChildAclUpsertMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
79
+ EntityAclCreate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
80
+ EntityAclCreateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
81
+ EntityAclDelete(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
82
+ EntityAclDeleteWhere(request: EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
83
+ EntityAclGet(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
84
+ EntityAclList(request: EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<EntityAcl>>;
85
+ EntityAclPatch(request: PatchSpecForOne<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
86
+ EntityAclPatchWhere(request: PatchSpecForMany<EntityAcl, EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
87
+ EntityAclUpdate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
88
+ EntityAclUpdateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
89
+ EntityAclUpdatePartial(request: Partial<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<EntityAcl>>>;
90
+ EntityAclUpdatePartialMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<EntityAcl>>>;
91
+ EntityAclUpdatePartialWhere(request: UpdatePartialWhereRequest<EntityAcl, EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
92
+ EntityAclUpsert(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
93
+ EntityAclUpsertMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
57
94
  /** Determines whether the given token is expired.
58
95
  * @param throwOnError throws any encountered errors, including token parsing errors.
59
96
  */
60
97
  isExpired(token: string, throwOnError?: boolean): boolean;
61
98
  extractTokenExpiration(token: string): Date | undefined;
62
99
  }
100
+ declare class AuthRoleCruds {
101
+ private core;
102
+ constructor(core: ApiCrudClientBase);
103
+ /** Deletes each existing AuthRole that satisfies the given criteria. */
104
+ tryDeleteWhere(request: AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
105
+ deleteWhere(request: AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
106
+ /** Retrieves all the existing AuthRole that satisfy the given criteria. */
107
+ tryReadMany(request: AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<AuthRole>>;
108
+ readMany(request: AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
109
+ /** Performs the given operations on each existing AuthRole that satisfies the given criteria. */
110
+ tryPatchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
111
+ patchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
112
+ /** Saves each given input as a new AuthRole. */
113
+ tryCreateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
114
+ createMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
115
+ /** Overwrites each existing AuthRole. */
116
+ tryUpdateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
117
+ updateMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
118
+ /** Deletes the existing AuthRole. */
119
+ tryDelete(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
120
+ delete(request: IdSpecFor<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
121
+ /** Retrieves the single, uniquely identified AuthRole. */
122
+ tryRead(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
123
+ read(request: IdSpecFor<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
124
+ /** Performs the given operations on the existing AuthRole. */
125
+ tryPatch(request: PatchSpecForOne<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
126
+ patch(request: PatchSpecForOne<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
127
+ /** Overwrites the existing AuthRole. */
128
+ tryUpdate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
129
+ update(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
130
+ /** Overwrites the given properties of the existing AuthRole. */
131
+ tryUpdatePartial(request: Partial<AuthRole>, options?: IRepoOptions): Promise<SingleResult<Partial<AuthRole>>>;
132
+ updatePartial(request: Partial<AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<AuthRole>>;
133
+ /** Saves the input as a new AuthRole. */
134
+ tryCreate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
135
+ create(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
136
+ /** Overwrites the given properties for each existing AuthRole. */
137
+ tryUpdatePartialMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<Partial<AuthRole>>>;
138
+ updatePartialMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<Partial<AuthRole>[]>;
139
+ /** Performs the given operation on each existing AuthRole that satisfies the given criteria. */
140
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
141
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<AuthRole, AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
142
+ /** Saves the input as a new AuthRole, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
143
+ tryUpsert(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
144
+ upsert(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
145
+ /** Saves each given input as a new AuthRole, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
146
+ tryUpsertMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
147
+ upsertMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
148
+ }
149
+ import { Cabinet, CabinetCriteria } from "../contracts";
150
+ declare class CabinetCruds {
151
+ private core;
152
+ constructor(core: ApiCrudClientBase);
153
+ /** Deletes each existing Cabinet that satisfies the given criteria. */
154
+ tryDeleteWhere(request: CabinetCriteria, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
155
+ deleteWhere(request: CabinetCriteria, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
156
+ /** Retrieves all the existing Cabinet that satisfy the given criteria. */
157
+ tryReadMany(request: CabinetCriteria, options?: IRepoOptions): Promise<ListResult<Cabinet>>;
158
+ readMany(request: CabinetCriteria, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
159
+ /** Performs the given operations on each existing Cabinet that satisfies the given criteria. */
160
+ tryPatchWhere(request: PatchSpecForMany<Cabinet, CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
161
+ patchWhere(request: PatchSpecForMany<Cabinet, CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
162
+ /** Saves each given input as a new Cabinet. */
163
+ tryCreateMany(request: Array<Cabinet>, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
164
+ createMany(request: Array<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
165
+ /** Overwrites each existing Cabinet. */
166
+ tryUpdateMany(request: Array<Cabinet>, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
167
+ updateMany(request: Array<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
168
+ /** Deletes the existing Cabinet. */
169
+ tryDelete(request: IdSpecFor<Cabinet>, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
170
+ delete(request: IdSpecFor<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet>;
171
+ /** Retrieves the single, uniquely identified Cabinet. */
172
+ tryRead(request: IdSpecFor<Cabinet>, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
173
+ read(request: IdSpecFor<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet>;
174
+ /** Performs the given operations on the existing Cabinet. */
175
+ tryPatch(request: PatchSpecForOne<Cabinet>, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
176
+ patch(request: PatchSpecForOne<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet>;
177
+ /** Overwrites the existing Cabinet. */
178
+ tryUpdate(request: Cabinet, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
179
+ update(request: Cabinet, options?: IThrowingRepoOptions): Promise<Cabinet>;
180
+ /** Overwrites the given properties of the existing Cabinet. */
181
+ tryUpdatePartial(request: Partial<Cabinet>, options?: IRepoOptions): Promise<SingleResult<Partial<Cabinet>>>;
182
+ updatePartial(request: Partial<Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Cabinet>>;
183
+ /** Saves the input as a new Cabinet. */
184
+ tryCreate(request: Cabinet, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
185
+ create(request: Cabinet, options?: IThrowingRepoOptions): Promise<Cabinet>;
186
+ /** Overwrites the given properties for each existing Cabinet. */
187
+ tryUpdatePartialMany(request: Array<Cabinet>, options?: IRepoOptions): Promise<BatchResult<Partial<Cabinet>>>;
188
+ updatePartialMany(request: Array<Cabinet>, options?: IThrowingRepoOptions): Promise<Partial<Cabinet>[]>;
189
+ /** Performs the given operation on each existing Cabinet that satisfies the given criteria. */
190
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Cabinet, CabinetCriteria>, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
191
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<Cabinet, CabinetCriteria>, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
192
+ /** Saves the input as a new Cabinet, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
193
+ tryUpsert(request: Cabinet, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
194
+ upsert(request: Cabinet, options?: IThrowingRepoOptions): Promise<Cabinet>;
195
+ /** Saves each given input as a new Cabinet, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
196
+ tryUpsertMany(request: Array<Cabinet>, options?: IRepoOptions): Promise<BatchResult<Cabinet>>;
197
+ upsertMany(request: Array<Cabinet>, options?: IThrowingRepoOptions): Promise<Cabinet[]>;
198
+ }
199
+ import { ClusterDef, ClusterDefCriteria } from "../contracts";
200
+ declare class ClusterDefCruds {
201
+ private core;
202
+ constructor(core: ApiCrudClientBase);
203
+ /** Deletes each existing ClusterDef that satisfies the given criteria. */
204
+ tryDeleteWhere(request: ClusterDefCriteria, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
205
+ deleteWhere(request: ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
206
+ /** Retrieves all the existing ClusterDef that satisfy the given criteria. */
207
+ tryReadMany(request: ClusterDefCriteria, options?: IRepoOptions): Promise<ListResult<ClusterDef>>;
208
+ readMany(request: ClusterDefCriteria, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
209
+ /** Performs the given operations on each existing ClusterDef that satisfies the given criteria. */
210
+ tryPatchWhere(request: PatchSpecForMany<ClusterDef, ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
211
+ patchWhere(request: PatchSpecForMany<ClusterDef, ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
212
+ /** Saves each given input as a new ClusterDef. */
213
+ tryCreateMany(request: Array<ClusterDef>, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
214
+ createMany(request: Array<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
215
+ /** Overwrites each existing ClusterDef. */
216
+ tryUpdateMany(request: Array<ClusterDef>, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
217
+ updateMany(request: Array<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
218
+ /** Deletes the existing ClusterDef. */
219
+ tryDelete(request: IdSpecFor<ClusterDef>, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
220
+ delete(request: IdSpecFor<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef>;
221
+ /** Retrieves the single, uniquely identified ClusterDef. */
222
+ tryRead(request: IdSpecFor<ClusterDef>, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
223
+ read(request: IdSpecFor<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef>;
224
+ /** Performs the given operations on the existing ClusterDef. */
225
+ tryPatch(request: PatchSpecForOne<ClusterDef>, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
226
+ patch(request: PatchSpecForOne<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef>;
227
+ /** Overwrites the existing ClusterDef. */
228
+ tryUpdate(request: ClusterDef, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
229
+ update(request: ClusterDef, options?: IThrowingRepoOptions): Promise<ClusterDef>;
230
+ /** Overwrites the given properties of the existing ClusterDef. */
231
+ tryUpdatePartial(request: Partial<ClusterDef>, options?: IRepoOptions): Promise<SingleResult<Partial<ClusterDef>>>;
232
+ updatePartial(request: Partial<ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<ClusterDef>>;
233
+ /** Saves the input as a new ClusterDef. */
234
+ tryCreate(request: ClusterDef, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
235
+ create(request: ClusterDef, options?: IThrowingRepoOptions): Promise<ClusterDef>;
236
+ /** Overwrites the given properties for each existing ClusterDef. */
237
+ tryUpdatePartialMany(request: Array<ClusterDef>, options?: IRepoOptions): Promise<BatchResult<Partial<ClusterDef>>>;
238
+ updatePartialMany(request: Array<ClusterDef>, options?: IThrowingRepoOptions): Promise<Partial<ClusterDef>[]>;
239
+ /** Performs the given operation on each existing ClusterDef that satisfies the given criteria. */
240
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<ClusterDef, ClusterDefCriteria>, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
241
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<ClusterDef, ClusterDefCriteria>, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
242
+ /** Saves the input as a new ClusterDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
243
+ tryUpsert(request: ClusterDef, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
244
+ upsert(request: ClusterDef, options?: IThrowingRepoOptions): Promise<ClusterDef>;
245
+ /** Saves each given input as a new ClusterDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
246
+ tryUpsertMany(request: Array<ClusterDef>, options?: IRepoOptions): Promise<BatchResult<ClusterDef>>;
247
+ upsertMany(request: Array<ClusterDef>, options?: IThrowingRepoOptions): Promise<ClusterDef[]>;
248
+ }
249
+ declare class DefaultChildAclCruds {
250
+ private core;
251
+ constructor(core: ApiCrudClientBase);
252
+ /** Retrieves all the existing DefaultChildAcl that satisfy the given criteria. */
253
+ tryReadMany(request: DefaultChildAclCriteria, options?: IRepoOptions): Promise<ListResult<DefaultChildAcl>>;
254
+ readMany(request: DefaultChildAclCriteria, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
255
+ /** Performs the given operations on each existing DefaultChildAcl that satisfies the given criteria. */
256
+ tryPatchWhere(request: PatchSpecForMany<DefaultChildAcl, DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
257
+ patchWhere(request: PatchSpecForMany<DefaultChildAcl, DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
258
+ /** Saves each given input as a new DefaultChildAcl. */
259
+ tryCreateMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
260
+ createMany(request: Array<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
261
+ /** Overwrites each existing DefaultChildAcl. */
262
+ tryUpdateMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
263
+ updateMany(request: Array<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
264
+ /** Deletes the existing DefaultChildAcl. */
265
+ tryDelete(request: IdSpecFor<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
266
+ delete(request: IdSpecFor<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
267
+ /** Retrieves the single, uniquely identified DefaultChildAcl. */
268
+ tryRead(request: IdSpecFor<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
269
+ read(request: IdSpecFor<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
270
+ /** Performs the given operations on the existing DefaultChildAcl. */
271
+ tryPatch(request: PatchSpecForOne<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
272
+ patch(request: PatchSpecForOne<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
273
+ /** Overwrites the existing DefaultChildAcl. */
274
+ tryUpdate(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
275
+ update(request: DefaultChildAcl, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
276
+ /** Overwrites the given properties of the existing DefaultChildAcl. */
277
+ tryUpdatePartial(request: Partial<DefaultChildAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<DefaultChildAcl>>>;
278
+ updatePartial(request: Partial<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<DefaultChildAcl>>;
279
+ /** Saves the input as a new DefaultChildAcl. */
280
+ tryCreate(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
281
+ create(request: DefaultChildAcl, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
282
+ /** Overwrites the given properties for each existing DefaultChildAcl. */
283
+ tryUpdatePartialMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<DefaultChildAcl>>>;
284
+ updatePartialMany(request: Array<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<Partial<DefaultChildAcl>[]>;
285
+ /** Performs the given operation on each existing DefaultChildAcl that satisfies the given criteria. */
286
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<DefaultChildAcl, DefaultChildAclCriteria>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
287
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<DefaultChildAcl, DefaultChildAclCriteria>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
288
+ /** Saves the input as a new DefaultChildAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
289
+ tryUpsert(request: DefaultChildAcl, options?: IRepoOptions): Promise<SingleResult<DefaultChildAcl>>;
290
+ upsert(request: DefaultChildAcl, options?: IThrowingRepoOptions): Promise<DefaultChildAcl>;
291
+ /** Saves each given input as a new DefaultChildAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
292
+ tryUpsertMany(request: Array<DefaultChildAcl>, options?: IRepoOptions): Promise<BatchResult<DefaultChildAcl>>;
293
+ upsertMany(request: Array<DefaultChildAcl>, options?: IThrowingRepoOptions): Promise<DefaultChildAcl[]>;
294
+ }
295
+ import { DeployAttempt, DeployAttemptCriteria } from "../contracts";
296
+ declare class DeployAttemptCruds {
297
+ private core;
298
+ constructor(core: ApiCrudClientBase);
299
+ /** Deletes each existing DeployAttempt that satisfies the given criteria. */
300
+ tryDeleteWhere(request: DeployAttemptCriteria, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
301
+ deleteWhere(request: DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
302
+ /** Retrieves all the existing DeployAttempt that satisfy the given criteria. */
303
+ tryReadMany(request: DeployAttemptCriteria, options?: IRepoOptions): Promise<ListResult<DeployAttempt>>;
304
+ readMany(request: DeployAttemptCriteria, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
305
+ /** Performs the given operations on each existing DeployAttempt that satisfies the given criteria. */
306
+ tryPatchWhere(request: PatchSpecForMany<DeployAttempt, DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
307
+ patchWhere(request: PatchSpecForMany<DeployAttempt, DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
308
+ /** Saves each given input as a new DeployAttempt. */
309
+ tryCreateMany(request: Array<DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
310
+ createMany(request: Array<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
311
+ /** Overwrites each existing DeployAttempt. */
312
+ tryUpdateMany(request: Array<DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
313
+ updateMany(request: Array<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
314
+ /** Deletes the existing DeployAttempt. */
315
+ tryDelete(request: IdSpecFor<DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
316
+ delete(request: IdSpecFor<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
317
+ /** Retrieves the single, uniquely identified DeployAttempt. */
318
+ tryRead(request: IdSpecFor<DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
319
+ read(request: IdSpecFor<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
320
+ /** Performs the given operations on the existing DeployAttempt. */
321
+ tryPatch(request: PatchSpecForOne<DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
322
+ patch(request: PatchSpecForOne<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
323
+ /** Overwrites the existing DeployAttempt. */
324
+ tryUpdate(request: DeployAttempt, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
325
+ update(request: DeployAttempt, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
326
+ /** Overwrites the given properties of the existing DeployAttempt. */
327
+ tryUpdatePartial(request: Partial<DeployAttempt>, options?: IRepoOptions): Promise<SingleResult<Partial<DeployAttempt>>>;
328
+ updatePartial(request: Partial<DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<DeployAttempt>>;
329
+ /** Saves the input as a new DeployAttempt. */
330
+ tryCreate(request: DeployAttempt, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
331
+ create(request: DeployAttempt, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
332
+ /** Overwrites the given properties for each existing DeployAttempt. */
333
+ tryUpdatePartialMany(request: Array<DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<Partial<DeployAttempt>>>;
334
+ updatePartialMany(request: Array<DeployAttempt>, options?: IThrowingRepoOptions): Promise<Partial<DeployAttempt>[]>;
335
+ /** Performs the given operation on each existing DeployAttempt that satisfies the given criteria. */
336
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<DeployAttempt, DeployAttemptCriteria>, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
337
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<DeployAttempt, DeployAttemptCriteria>, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
338
+ /** Saves the input as a new DeployAttempt, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
339
+ tryUpsert(request: DeployAttempt, options?: IRepoOptions): Promise<SingleResult<DeployAttempt>>;
340
+ upsert(request: DeployAttempt, options?: IThrowingRepoOptions): Promise<DeployAttempt>;
341
+ /** Saves each given input as a new DeployAttempt, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
342
+ tryUpsertMany(request: Array<DeployAttempt>, options?: IRepoOptions): Promise<BatchResult<DeployAttempt>>;
343
+ upsertMany(request: Array<DeployAttempt>, options?: IThrowingRepoOptions): Promise<DeployAttempt[]>;
344
+ }
345
+ import { Deployment, DeploymentCriteria } from "../contracts";
346
+ declare class DeploymentCruds {
347
+ private core;
348
+ constructor(core: ApiCrudClientBase);
349
+ /** Deletes each existing Deployment that satisfies the given criteria. */
350
+ tryDeleteWhere(request: DeploymentCriteria, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
351
+ deleteWhere(request: DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Deployment[]>;
352
+ /** Retrieves all the existing Deployment that satisfy the given criteria. */
353
+ tryReadMany(request: DeploymentCriteria, options?: IRepoOptions): Promise<ListResult<Deployment>>;
354
+ readMany(request: DeploymentCriteria, options?: IThrowingRepoOptions): Promise<Deployment[]>;
355
+ /** Performs the given operations on each existing Deployment that satisfies the given criteria. */
356
+ tryPatchWhere(request: PatchSpecForMany<Deployment, DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
357
+ patchWhere(request: PatchSpecForMany<Deployment, DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Deployment[]>;
358
+ /** Saves each given input as a new Deployment. */
359
+ tryCreateMany(request: Array<Deployment>, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
360
+ createMany(request: Array<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment[]>;
361
+ /** Overwrites each existing Deployment. */
362
+ tryUpdateMany(request: Array<Deployment>, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
363
+ updateMany(request: Array<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment[]>;
364
+ /** Deletes the existing Deployment. */
365
+ tryDelete(request: IdSpecFor<Deployment>, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
366
+ delete(request: IdSpecFor<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment>;
367
+ /** Retrieves the single, uniquely identified Deployment. */
368
+ tryRead(request: IdSpecFor<Deployment>, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
369
+ read(request: IdSpecFor<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment>;
370
+ /** Performs the given operations on the existing Deployment. */
371
+ tryPatch(request: PatchSpecForOne<Deployment>, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
372
+ patch(request: PatchSpecForOne<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment>;
373
+ /** Overwrites the existing Deployment. */
374
+ tryUpdate(request: Deployment, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
375
+ update(request: Deployment, options?: IThrowingRepoOptions): Promise<Deployment>;
376
+ /** Overwrites the given properties of the existing Deployment. */
377
+ tryUpdatePartial(request: Partial<Deployment>, options?: IRepoOptions): Promise<SingleResult<Partial<Deployment>>>;
378
+ updatePartial(request: Partial<Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Deployment>>;
379
+ /** Saves the input as a new Deployment. */
380
+ tryCreate(request: Deployment, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
381
+ create(request: Deployment, options?: IThrowingRepoOptions): Promise<Deployment>;
382
+ /** Overwrites the given properties for each existing Deployment. */
383
+ tryUpdatePartialMany(request: Array<Deployment>, options?: IRepoOptions): Promise<BatchResult<Partial<Deployment>>>;
384
+ updatePartialMany(request: Array<Deployment>, options?: IThrowingRepoOptions): Promise<Partial<Deployment>[]>;
385
+ /** Performs the given operation on each existing Deployment that satisfies the given criteria. */
386
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Deployment, DeploymentCriteria>, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
387
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<Deployment, DeploymentCriteria>, options?: IThrowingRepoOptions): Promise<Deployment[]>;
388
+ /** Saves the input as a new Deployment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
389
+ tryUpsert(request: Deployment, options?: IRepoOptions): Promise<SingleResult<Deployment>>;
390
+ upsert(request: Deployment, options?: IThrowingRepoOptions): Promise<Deployment>;
391
+ /** Saves each given input as a new Deployment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
392
+ tryUpsertMany(request: Array<Deployment>, options?: IRepoOptions): Promise<BatchResult<Deployment>>;
393
+ upsertMany(request: Array<Deployment>, options?: IThrowingRepoOptions): Promise<Deployment[]>;
394
+ }
395
+ import { EnterpriseRunState, EnterpriseRunStateCriteria } from "../contracts";
396
+ declare class EnterpriseRunStateCruds {
397
+ private core;
398
+ constructor(core: ApiCrudClientBase);
399
+ /** Deletes each existing EnterpriseRunState that satisfies the given criteria. */
400
+ tryDeleteWhere(request: EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
401
+ deleteWhere(request: EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
402
+ /** Retrieves all the existing EnterpriseRunState that satisfy the given criteria. */
403
+ tryReadMany(request: EnterpriseRunStateCriteria, options?: IRepoOptions): Promise<ListResult<EnterpriseRunState>>;
404
+ readMany(request: EnterpriseRunStateCriteria, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
405
+ /** Performs the given operations on each existing EnterpriseRunState that satisfies the given criteria. */
406
+ tryPatchWhere(request: PatchSpecForMany<EnterpriseRunState, EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
407
+ patchWhere(request: PatchSpecForMany<EnterpriseRunState, EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
408
+ /** Saves each given input as a new EnterpriseRunState. */
409
+ tryCreateMany(request: Array<EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
410
+ createMany(request: Array<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
411
+ /** Overwrites each existing EnterpriseRunState. */
412
+ tryUpdateMany(request: Array<EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
413
+ updateMany(request: Array<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
414
+ /** Deletes the existing EnterpriseRunState. */
415
+ tryDelete(request: IdSpecFor<EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
416
+ delete(request: IdSpecFor<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
417
+ /** Retrieves the single, uniquely identified EnterpriseRunState. */
418
+ tryRead(request: IdSpecFor<EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
419
+ read(request: IdSpecFor<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
420
+ /** Performs the given operations on the existing EnterpriseRunState. */
421
+ tryPatch(request: PatchSpecForOne<EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
422
+ patch(request: PatchSpecForOne<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
423
+ /** Overwrites the existing EnterpriseRunState. */
424
+ tryUpdate(request: EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
425
+ update(request: EnterpriseRunState, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
426
+ /** Overwrites the given properties of the existing EnterpriseRunState. */
427
+ tryUpdatePartial(request: Partial<EnterpriseRunState>, options?: IRepoOptions): Promise<SingleResult<Partial<EnterpriseRunState>>>;
428
+ updatePartial(request: Partial<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<EnterpriseRunState>>;
429
+ /** Saves the input as a new EnterpriseRunState. */
430
+ tryCreate(request: EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
431
+ create(request: EnterpriseRunState, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
432
+ /** Overwrites the given properties for each existing EnterpriseRunState. */
433
+ tryUpdatePartialMany(request: Array<EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<Partial<EnterpriseRunState>>>;
434
+ updatePartialMany(request: Array<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<Partial<EnterpriseRunState>[]>;
435
+ /** Performs the given operation on each existing EnterpriseRunState that satisfies the given criteria. */
436
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<EnterpriseRunState, EnterpriseRunStateCriteria>, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
437
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<EnterpriseRunState, EnterpriseRunStateCriteria>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
438
+ /** Saves the input as a new EnterpriseRunState, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
439
+ tryUpsert(request: EnterpriseRunState, options?: IRepoOptions): Promise<SingleResult<EnterpriseRunState>>;
440
+ upsert(request: EnterpriseRunState, options?: IThrowingRepoOptions): Promise<EnterpriseRunState>;
441
+ /** Saves each given input as a new EnterpriseRunState, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
442
+ tryUpsertMany(request: Array<EnterpriseRunState>, options?: IRepoOptions): Promise<BatchResult<EnterpriseRunState>>;
443
+ upsertMany(request: Array<EnterpriseRunState>, options?: IThrowingRepoOptions): Promise<EnterpriseRunState[]>;
444
+ }
63
445
  declare class EntityAclCruds {
64
446
  private core;
65
- constructor(core: ApiClientBase);
66
- /** Saves each given input as a new EntityAcl. */
67
- tryCreateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
68
- createMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
447
+ constructor(core: ApiCrudClientBase);
448
+ /** Deletes each existing EntityAcl that satisfies the given criteria. */
449
+ tryDeleteWhere(request: EntityAclCriteria, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
450
+ deleteWhere(request: EntityAclCriteria, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
69
451
  /** Retrieves all the existing EntityAcl that satisfy the given criteria. */
70
452
  tryReadMany(request: EntityAclCriteria, options?: IRepoOptions): Promise<ListResult<EntityAcl>>;
71
453
  readMany(request: EntityAclCriteria, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
72
- /** Overwrites each existing EntityAcl. */
73
- tryUpdateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
74
- updateMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
75
454
  /** Performs the given operations on each existing EntityAcl that satisfies the given criteria. */
76
455
  tryPatchWhere(request: PatchSpecForMany<EntityAcl, EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
77
456
  patchWhere(request: PatchSpecForMany<EntityAcl, EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
457
+ /** Saves each given input as a new EntityAcl. */
458
+ tryCreateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
459
+ createMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
460
+ /** Overwrites each existing EntityAcl. */
461
+ tryUpdateMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
462
+ updateMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
463
+ /** Deletes the existing EntityAcl. */
464
+ tryDelete(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
465
+ delete(request: IdSpecFor<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl>;
78
466
  /** Retrieves the single, uniquely identified EntityAcl. */
79
467
  tryRead(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
80
468
  read(request: IdSpecFor<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl>;
81
- /** Overwrites the existing EntityAcl. */
82
- tryUpdate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
83
- update(request: EntityAcl, options?: IThrowingRepoOptions): Promise<EntityAcl>;
84
469
  /** Performs the given operations on the existing EntityAcl. */
85
470
  tryPatch(request: PatchSpecForOne<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
86
471
  patch(request: PatchSpecForOne<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl>;
87
- /** Deletes the existing EntityAcl. */
88
- tryDelete(request: IdSpecFor<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
89
- delete(request: IdSpecFor<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl>;
472
+ /** Overwrites the existing EntityAcl. */
473
+ tryUpdate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
474
+ update(request: EntityAcl, options?: IThrowingRepoOptions): Promise<EntityAcl>;
475
+ /** Overwrites the given properties of the existing EntityAcl. */
476
+ tryUpdatePartial(request: Partial<EntityAcl>, options?: IRepoOptions): Promise<SingleResult<Partial<EntityAcl>>>;
477
+ updatePartial(request: Partial<EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<EntityAcl>>;
90
478
  /** Saves the input as a new EntityAcl. */
91
479
  tryCreate(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
92
480
  create(request: EntityAcl, options?: IThrowingRepoOptions): Promise<EntityAcl>;
481
+ /** Overwrites the given properties for each existing EntityAcl. */
482
+ tryUpdatePartialMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<Partial<EntityAcl>>>;
483
+ updatePartialMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<Partial<EntityAcl>[]>;
484
+ /** Performs the given operation on each existing EntityAcl that satisfies the given criteria. */
485
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<EntityAcl, EntityAclCriteria>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
486
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<EntityAcl, EntityAclCriteria>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
487
+ /** Saves the input as a new EntityAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
488
+ tryUpsert(request: EntityAcl, options?: IRepoOptions): Promise<SingleResult<EntityAcl>>;
489
+ upsert(request: EntityAcl, options?: IThrowingRepoOptions): Promise<EntityAcl>;
490
+ /** Saves each given input as a new EntityAcl, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
491
+ tryUpsertMany(request: Array<EntityAcl>, options?: IRepoOptions): Promise<BatchResult<EntityAcl>>;
492
+ upsertMany(request: Array<EntityAcl>, options?: IThrowingRepoOptions): Promise<EntityAcl[]>;
93
493
  }
94
- declare class AuthRoleCruds {
494
+ import { Environment, EnvironmentCriteria } from "../contracts";
495
+ declare class EnvironmentCruds {
95
496
  private core;
96
- constructor(core: ApiClientBase);
97
- /** Saves each given input as a new AuthRole. */
98
- tryCreateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
99
- createMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
100
- /** Retrieves all the existing AuthRole that satisfy the given criteria. */
101
- tryReadMany(request: AuthRoleCriteria, options?: IRepoOptions): Promise<ListResult<AuthRole>>;
102
- readMany(request: AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
103
- /** Overwrites each existing AuthRole. */
104
- tryUpdateMany(request: Array<AuthRole>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
105
- updateMany(request: Array<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
106
- /** Performs the given operations on each existing AuthRole that satisfies the given criteria. */
107
- tryPatchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
108
- patchWhere(request: PatchSpecForMany<AuthRole, AuthRoleCriteria>, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
109
- /** Deletes each existing AuthRole that satisfies the given criteria. */
110
- tryDeleteWhere(request: AuthRoleCriteria, options?: IRepoOptions): Promise<BatchResult<AuthRole>>;
111
- deleteWhere(request: AuthRoleCriteria, options?: IThrowingRepoOptions): Promise<AuthRole[]>;
112
- /** Retrieves the single, uniquely identified AuthRole. */
113
- tryRead(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
114
- read(request: IdSpecFor<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
115
- /** Overwrites the existing AuthRole. */
116
- tryUpdate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
117
- update(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
118
- /** Performs the given operations on the existing AuthRole. */
119
- tryPatch(request: PatchSpecForOne<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
120
- patch(request: PatchSpecForOne<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
121
- /** Deletes the existing AuthRole. */
122
- tryDelete(request: IdSpecFor<AuthRole>, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
123
- delete(request: IdSpecFor<AuthRole>, options?: IThrowingRepoOptions): Promise<AuthRole>;
124
- /** Saves the input as a new AuthRole. */
125
- tryCreate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
126
- create(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
497
+ constructor(core: ApiCrudClientBase);
498
+ /** Deletes each existing Environment that satisfies the given criteria. */
499
+ tryDeleteWhere(request: EnvironmentCriteria, options?: IRepoOptions): Promise<BatchResult<Environment>>;
500
+ deleteWhere(request: EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Environment[]>;
501
+ /** Retrieves all the existing Environment that satisfy the given criteria. */
502
+ tryReadMany(request: EnvironmentCriteria, options?: IRepoOptions): Promise<ListResult<Environment>>;
503
+ readMany(request: EnvironmentCriteria, options?: IThrowingRepoOptions): Promise<Environment[]>;
504
+ /** Performs the given operations on each existing Environment that satisfies the given criteria. */
505
+ tryPatchWhere(request: PatchSpecForMany<Environment, EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Environment>>;
506
+ patchWhere(request: PatchSpecForMany<Environment, EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Environment[]>;
507
+ /** Saves each given input as a new Environment. */
508
+ tryCreateMany(request: Array<Environment>, options?: IRepoOptions): Promise<BatchResult<Environment>>;
509
+ createMany(request: Array<Environment>, options?: IThrowingRepoOptions): Promise<Environment[]>;
510
+ /** Overwrites each existing Environment. */
511
+ tryUpdateMany(request: Array<Environment>, options?: IRepoOptions): Promise<BatchResult<Environment>>;
512
+ updateMany(request: Array<Environment>, options?: IThrowingRepoOptions): Promise<Environment[]>;
513
+ /** Deletes the existing Environment. */
514
+ tryDelete(request: IdSpecFor<Environment>, options?: IRepoOptions): Promise<SingleResult<Environment>>;
515
+ delete(request: IdSpecFor<Environment>, options?: IThrowingRepoOptions): Promise<Environment>;
516
+ /** Retrieves the single, uniquely identified Environment. */
517
+ tryRead(request: IdSpecFor<Environment>, options?: IRepoOptions): Promise<SingleResult<Environment>>;
518
+ read(request: IdSpecFor<Environment>, options?: IThrowingRepoOptions): Promise<Environment>;
519
+ /** Performs the given operations on the existing Environment. */
520
+ tryPatch(request: PatchSpecForOne<Environment>, options?: IRepoOptions): Promise<SingleResult<Environment>>;
521
+ patch(request: PatchSpecForOne<Environment>, options?: IThrowingRepoOptions): Promise<Environment>;
522
+ /** Overwrites the existing Environment. */
523
+ tryUpdate(request: Environment, options?: IRepoOptions): Promise<SingleResult<Environment>>;
524
+ update(request: Environment, options?: IThrowingRepoOptions): Promise<Environment>;
525
+ /** Overwrites the given properties of the existing Environment. */
526
+ tryUpdatePartial(request: Partial<Environment>, options?: IRepoOptions): Promise<SingleResult<Partial<Environment>>>;
527
+ updatePartial(request: Partial<Environment>, options?: IThrowingRepoOptions): Promise<Partial<Environment>>;
528
+ /** Saves the input as a new Environment. */
529
+ tryCreate(request: Environment, options?: IRepoOptions): Promise<SingleResult<Environment>>;
530
+ create(request: Environment, options?: IThrowingRepoOptions): Promise<Environment>;
531
+ /** Overwrites the given properties for each existing Environment. */
532
+ tryUpdatePartialMany(request: Array<Environment>, options?: IRepoOptions): Promise<BatchResult<Partial<Environment>>>;
533
+ updatePartialMany(request: Array<Environment>, options?: IThrowingRepoOptions): Promise<Partial<Environment>[]>;
534
+ /** Performs the given operation on each existing Environment that satisfies the given criteria. */
535
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<Environment, EnvironmentCriteria>, options?: IRepoOptions): Promise<BatchResult<Environment>>;
536
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<Environment, EnvironmentCriteria>, options?: IThrowingRepoOptions): Promise<Environment[]>;
537
+ /** Saves the input as a new Environment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
538
+ tryUpsert(request: Environment, options?: IRepoOptions): Promise<SingleResult<Environment>>;
539
+ upsert(request: Environment, options?: IThrowingRepoOptions): Promise<Environment>;
540
+ /** Saves each given input as a new Environment, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
541
+ tryUpsertMany(request: Array<Environment>, options?: IRepoOptions): Promise<BatchResult<Environment>>;
542
+ upsertMany(request: Array<Environment>, options?: IThrowingRepoOptions): Promise<Environment[]>;
543
+ }
544
+ import { FileStoreDef, FileStoreDefCriteria } from "../contracts";
545
+ declare class FileStoreDefCruds {
546
+ private core;
547
+ constructor(core: ApiCrudClientBase);
548
+ /** Deletes each existing FileStoreDef that satisfies the given criteria. */
549
+ tryDeleteWhere(request: FileStoreDefCriteria, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
550
+ deleteWhere(request: FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
551
+ /** Retrieves all the existing FileStoreDef that satisfy the given criteria. */
552
+ tryReadMany(request: FileStoreDefCriteria, options?: IRepoOptions): Promise<ListResult<FileStoreDef>>;
553
+ readMany(request: FileStoreDefCriteria, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
554
+ /** Performs the given operations on each existing FileStoreDef that satisfies the given criteria. */
555
+ tryPatchWhere(request: PatchSpecForMany<FileStoreDef, FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
556
+ patchWhere(request: PatchSpecForMany<FileStoreDef, FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
557
+ /** Saves each given input as a new FileStoreDef. */
558
+ tryCreateMany(request: Array<FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
559
+ createMany(request: Array<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
560
+ /** Overwrites each existing FileStoreDef. */
561
+ tryUpdateMany(request: Array<FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
562
+ updateMany(request: Array<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
563
+ /** Deletes the existing FileStoreDef. */
564
+ tryDelete(request: IdSpecFor<FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
565
+ delete(request: IdSpecFor<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
566
+ /** Retrieves the single, uniquely identified FileStoreDef. */
567
+ tryRead(request: IdSpecFor<FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
568
+ read(request: IdSpecFor<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
569
+ /** Performs the given operations on the existing FileStoreDef. */
570
+ tryPatch(request: PatchSpecForOne<FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
571
+ patch(request: PatchSpecForOne<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
572
+ /** Overwrites the existing FileStoreDef. */
573
+ tryUpdate(request: FileStoreDef, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
574
+ update(request: FileStoreDef, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
575
+ /** Overwrites the given properties of the existing FileStoreDef. */
576
+ tryUpdatePartial(request: Partial<FileStoreDef>, options?: IRepoOptions): Promise<SingleResult<Partial<FileStoreDef>>>;
577
+ updatePartial(request: Partial<FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<FileStoreDef>>;
578
+ /** Saves the input as a new FileStoreDef. */
579
+ tryCreate(request: FileStoreDef, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
580
+ create(request: FileStoreDef, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
581
+ /** Overwrites the given properties for each existing FileStoreDef. */
582
+ tryUpdatePartialMany(request: Array<FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<Partial<FileStoreDef>>>;
583
+ updatePartialMany(request: Array<FileStoreDef>, options?: IThrowingRepoOptions): Promise<Partial<FileStoreDef>[]>;
584
+ /** Performs the given operation on each existing FileStoreDef that satisfies the given criteria. */
585
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<FileStoreDef, FileStoreDefCriteria>, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
586
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<FileStoreDef, FileStoreDefCriteria>, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
587
+ /** Saves the input as a new FileStoreDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
588
+ tryUpsert(request: FileStoreDef, options?: IRepoOptions): Promise<SingleResult<FileStoreDef>>;
589
+ upsert(request: FileStoreDef, options?: IThrowingRepoOptions): Promise<FileStoreDef>;
590
+ /** Saves each given input as a new FileStoreDef, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
591
+ tryUpsertMany(request: Array<FileStoreDef>, options?: IRepoOptions): Promise<BatchResult<FileStoreDef>>;
592
+ upsertMany(request: Array<FileStoreDef>, options?: IThrowingRepoOptions): Promise<FileStoreDef[]>;
593
+ }
594
+ import { ScopedHostNameConfig, ScopedHostNameConfigCriteria } from "../contracts";
595
+ declare class ScopedHostNameConfigCruds {
596
+ private core;
597
+ constructor(core: ApiCrudClientBase);
598
+ /** Deletes each existing ScopedHostNameConfig that satisfies the given criteria. */
599
+ tryDeleteWhere(request: ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
600
+ deleteWhere(request: ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
601
+ /** Retrieves all the existing ScopedHostNameConfig that satisfy the given criteria. */
602
+ tryReadMany(request: ScopedHostNameConfigCriteria, options?: IRepoOptions): Promise<ListResult<ScopedHostNameConfig>>;
603
+ readMany(request: ScopedHostNameConfigCriteria, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
604
+ /** Performs the given operations on each existing ScopedHostNameConfig that satisfies the given criteria. */
605
+ tryPatchWhere(request: PatchSpecForMany<ScopedHostNameConfig, ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
606
+ patchWhere(request: PatchSpecForMany<ScopedHostNameConfig, ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
607
+ /** Saves each given input as a new ScopedHostNameConfig. */
608
+ tryCreateMany(request: Array<ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
609
+ createMany(request: Array<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
610
+ /** Overwrites each existing ScopedHostNameConfig. */
611
+ tryUpdateMany(request: Array<ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
612
+ updateMany(request: Array<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
613
+ /** Deletes the existing ScopedHostNameConfig. */
614
+ tryDelete(request: IdSpecFor<ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
615
+ delete(request: IdSpecFor<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
616
+ /** Retrieves the single, uniquely identified ScopedHostNameConfig. */
617
+ tryRead(request: IdSpecFor<ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
618
+ read(request: IdSpecFor<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
619
+ /** Performs the given operations on the existing ScopedHostNameConfig. */
620
+ tryPatch(request: PatchSpecForOne<ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
621
+ patch(request: PatchSpecForOne<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
622
+ /** Overwrites the existing ScopedHostNameConfig. */
623
+ tryUpdate(request: ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
624
+ update(request: ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
625
+ /** Overwrites the given properties of the existing ScopedHostNameConfig. */
626
+ tryUpdatePartial(request: Partial<ScopedHostNameConfig>, options?: IRepoOptions): Promise<SingleResult<Partial<ScopedHostNameConfig>>>;
627
+ updatePartial(request: Partial<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<ScopedHostNameConfig>>;
628
+ /** Saves the input as a new ScopedHostNameConfig. */
629
+ tryCreate(request: ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
630
+ create(request: ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
631
+ /** Overwrites the given properties for each existing ScopedHostNameConfig. */
632
+ tryUpdatePartialMany(request: Array<ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<Partial<ScopedHostNameConfig>>>;
633
+ updatePartialMany(request: Array<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<Partial<ScopedHostNameConfig>[]>;
634
+ /** Performs the given operation on each existing ScopedHostNameConfig that satisfies the given criteria. */
635
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<ScopedHostNameConfig, ScopedHostNameConfigCriteria>, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
636
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<ScopedHostNameConfig, ScopedHostNameConfigCriteria>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
637
+ /** Saves the input as a new ScopedHostNameConfig, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
638
+ tryUpsert(request: ScopedHostNameConfig, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
639
+ upsert(request: ScopedHostNameConfig, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig>;
640
+ /** Saves each given input as a new ScopedHostNameConfig, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
641
+ tryUpsertMany(request: Array<ScopedHostNameConfig>, options?: IRepoOptions): Promise<BatchResult<ScopedHostNameConfig>>;
642
+ upsertMany(request: Array<ScopedHostNameConfig>, options?: IThrowingRepoOptions): Promise<ScopedHostNameConfig[]>;
127
643
  }
128
- import { ActivateBusListenerRequest, AssetReplicaLogRequest, AssetStatusRequest, AssetStatus, FetchAssetVersionsRequest, GetAutoscalingMetricsRequest, AssetConfigSchemaRequest, GetAwsNodeTypesRequest, AwsNodeType, GetAwsRegionsRequest, GetAwsS3BucketsRequest, AwsRegion, GetAwsUserRequest, AwsIdentity, GetAzureContainerRegistriesRequest, AzureAcr, GetAzureLocationsRequest, AzureLocation, GetAzureNodeTypesRequest, AzureNodeType, GetAzureResourceGroupsRequest, GetAzureSubscriptionsRequest, AzureUserSubscription, GetAzureVnetsRequest, AzureVNet, CabinetSelector, CabinetClusterRoot, ClusterAccessGrantRequest, AccessGrant, ClusterConnectionRequest, GetClusterDefaultsRequest, ClusterDefaults, GetRenderedCabinetConfigRequest, ImportConfigRequest, LogintoCloudProviderRequest, CspLoginAuthCodeCatcherRequest, CspLoginAuthCodeCatcherResponse, CspLoginInteractiveRequest, CspLoginInteractiveResponse, CspLogoutCatcherRequest, CspLogoutInteractiveRequest, CspLogoutInteractiveResponse, GetCloudProviderUserRequest, DeployedConfigCriteria, DeployedConfig, AssetReplicaContext, K8sContainerRef, ExecuteCabinetKillerRequest, Cabinet, ExecuteCreateCabinetRequest, CreateClusterRequest, CreateClusterResponse, CreateClusterRequestAsync, CreateClusterAck, ExecuteClusterInitRequest, ExecuteClusterIngressCreateResponse, ExecuteClusterIngressDeleteRequest, ExecuteClusterIngressDeleteResponse, ClusterTillerInstallRequest, ClusterTillerInstallResponse, DeleteClusterInstanceRequest, DeleteClusterInstanceResponse, ExecuteDeployConfigsForRequest, ExecuteDeployConfigsForResponse, ExecuteDeployIngressForAssetsRequest, ExecuteDeployIngressForAssetsResponse, DeployRequest, IPartialAsset, ExecuteDestroyAssetsRequest, ExecuteDestroyAssetsResponse, ExecuteDomainUpsertRequest, CabinetAssetList, ClusterCaptureRequest, ClusterDef, GetFileStoresRequest, FileStoreDef, GenerateAssetFromKitRequest, Kit, GenerateKitRequest, RegistrySearchRequest, ImageRepository, IngressMapRequest, IngressMap, GetAvailableK8sVersionsRequest, AvailableK8sVersion, GetKnownPortNumbersRequest, KnownPortNumberAssignment, PublishServiceRequest, PublishServiceResponse, ReadAssetLogsForCabinetRequest, ReadAssetLogsForCabinetResponse, ReadImageTagsRequest, ReadKeysFromStoreContactRequest, ReadKeysFromStoreContactResponse, ReadyStateRequest, ApiReadyState, GetRegistryProvidersRequest, GetRegistryTypeRequest, RegistryTypeInfo, ScaleAssetRequest, AssetResourcesSpec, GetAllSecretProvidersRequest, CloudProviderEnum, GetSecretStoresRequest, SecretStore, FileRequest, Buffer, ZombieRefreshRequest, GetStorageAccountRequest, GetStorageAccountKeysRequest, StorageAccount, StorageAccountKey } from "../contracts";
644
+ import { ScopedSetting, ScopedSettingCriteria } from "../contracts";
645
+ declare class ScopedSettingCruds {
646
+ private core;
647
+ constructor(core: ApiCrudClientBase);
648
+ /** Deletes each existing ScopedSetting that satisfies the given criteria. */
649
+ tryDeleteWhere(request: ScopedSettingCriteria, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
650
+ deleteWhere(request: ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
651
+ /** Retrieves all the existing ScopedSetting that satisfy the given criteria. */
652
+ tryReadMany(request: ScopedSettingCriteria, options?: IRepoOptions): Promise<ListResult<ScopedSetting>>;
653
+ readMany(request: ScopedSettingCriteria, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
654
+ /** Performs the given operations on each existing ScopedSetting that satisfies the given criteria. */
655
+ tryPatchWhere(request: PatchSpecForMany<ScopedSetting, ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
656
+ patchWhere(request: PatchSpecForMany<ScopedSetting, ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
657
+ /** Saves each given input as a new ScopedSetting. */
658
+ tryCreateMany(request: Array<ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
659
+ createMany(request: Array<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
660
+ /** Overwrites each existing ScopedSetting. */
661
+ tryUpdateMany(request: Array<ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
662
+ updateMany(request: Array<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
663
+ /** Deletes the existing ScopedSetting. */
664
+ tryDelete(request: IdSpecFor<ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
665
+ delete(request: IdSpecFor<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
666
+ /** Retrieves the single, uniquely identified ScopedSetting. */
667
+ tryRead(request: IdSpecFor<ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
668
+ read(request: IdSpecFor<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
669
+ /** Performs the given operations on the existing ScopedSetting. */
670
+ tryPatch(request: PatchSpecForOne<ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
671
+ patch(request: PatchSpecForOne<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
672
+ /** Overwrites the existing ScopedSetting. */
673
+ tryUpdate(request: ScopedSetting, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
674
+ update(request: ScopedSetting, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
675
+ /** Overwrites the given properties of the existing ScopedSetting. */
676
+ tryUpdatePartial(request: Partial<ScopedSetting>, options?: IRepoOptions): Promise<SingleResult<Partial<ScopedSetting>>>;
677
+ updatePartial(request: Partial<ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<ScopedSetting>>;
678
+ /** Saves the input as a new ScopedSetting. */
679
+ tryCreate(request: ScopedSetting, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
680
+ create(request: ScopedSetting, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
681
+ /** Overwrites the given properties for each existing ScopedSetting. */
682
+ tryUpdatePartialMany(request: Array<ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<Partial<ScopedSetting>>>;
683
+ updatePartialMany(request: Array<ScopedSetting>, options?: IThrowingRepoOptions): Promise<Partial<ScopedSetting>[]>;
684
+ /** Performs the given operation on each existing ScopedSetting that satisfies the given criteria. */
685
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<ScopedSetting, ScopedSettingCriteria>, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
686
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<ScopedSetting, ScopedSettingCriteria>, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
687
+ /** Saves the input as a new ScopedSetting, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
688
+ tryUpsert(request: ScopedSetting, options?: IRepoOptions): Promise<SingleResult<ScopedSetting>>;
689
+ upsert(request: ScopedSetting, options?: IThrowingRepoOptions): Promise<ScopedSetting>;
690
+ /** Saves each given input as a new ScopedSetting, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
691
+ tryUpsertMany(request: Array<ScopedSetting>, options?: IRepoOptions): Promise<BatchResult<ScopedSetting>>;
692
+ upsertMany(request: Array<ScopedSetting>, options?: IThrowingRepoOptions): Promise<ScopedSetting[]>;
693
+ }
694
+ import { SetupJournal, SetupJournalCriteria } from "../contracts";
695
+ declare class SetupJournalCruds {
696
+ private core;
697
+ constructor(core: ApiCrudClientBase);
698
+ /** Deletes each existing SetupJournal that satisfies the given criteria. */
699
+ tryDeleteWhere(request: SetupJournalCriteria, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
700
+ deleteWhere(request: SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
701
+ /** Retrieves all the existing SetupJournal that satisfy the given criteria. */
702
+ tryReadMany(request: SetupJournalCriteria, options?: IRepoOptions): Promise<ListResult<SetupJournal>>;
703
+ readMany(request: SetupJournalCriteria, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
704
+ /** Performs the given operations on each existing SetupJournal that satisfies the given criteria. */
705
+ tryPatchWhere(request: PatchSpecForMany<SetupJournal, SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
706
+ patchWhere(request: PatchSpecForMany<SetupJournal, SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
707
+ /** Saves each given input as a new SetupJournal. */
708
+ tryCreateMany(request: Array<SetupJournal>, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
709
+ createMany(request: Array<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
710
+ /** Overwrites each existing SetupJournal. */
711
+ tryUpdateMany(request: Array<SetupJournal>, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
712
+ updateMany(request: Array<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
713
+ /** Deletes the existing SetupJournal. */
714
+ tryDelete(request: IdSpecFor<SetupJournal>, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
715
+ delete(request: IdSpecFor<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal>;
716
+ /** Retrieves the single, uniquely identified SetupJournal. */
717
+ tryRead(request: IdSpecFor<SetupJournal>, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
718
+ read(request: IdSpecFor<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal>;
719
+ /** Performs the given operations on the existing SetupJournal. */
720
+ tryPatch(request: PatchSpecForOne<SetupJournal>, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
721
+ patch(request: PatchSpecForOne<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal>;
722
+ /** Overwrites the existing SetupJournal. */
723
+ tryUpdate(request: SetupJournal, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
724
+ update(request: SetupJournal, options?: IThrowingRepoOptions): Promise<SetupJournal>;
725
+ /** Overwrites the given properties of the existing SetupJournal. */
726
+ tryUpdatePartial(request: Partial<SetupJournal>, options?: IRepoOptions): Promise<SingleResult<Partial<SetupJournal>>>;
727
+ updatePartial(request: Partial<SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<SetupJournal>>;
728
+ /** Saves the input as a new SetupJournal. */
729
+ tryCreate(request: SetupJournal, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
730
+ create(request: SetupJournal, options?: IThrowingRepoOptions): Promise<SetupJournal>;
731
+ /** Overwrites the given properties for each existing SetupJournal. */
732
+ tryUpdatePartialMany(request: Array<SetupJournal>, options?: IRepoOptions): Promise<BatchResult<Partial<SetupJournal>>>;
733
+ updatePartialMany(request: Array<SetupJournal>, options?: IThrowingRepoOptions): Promise<Partial<SetupJournal>[]>;
734
+ /** Performs the given operation on each existing SetupJournal that satisfies the given criteria. */
735
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<SetupJournal, SetupJournalCriteria>, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
736
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<SetupJournal, SetupJournalCriteria>, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
737
+ /** Saves the input as a new SetupJournal, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
738
+ tryUpsert(request: SetupJournal, options?: IRepoOptions): Promise<SingleResult<SetupJournal>>;
739
+ upsert(request: SetupJournal, options?: IThrowingRepoOptions): Promise<SetupJournal>;
740
+ /** Saves each given input as a new SetupJournal, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
741
+ tryUpsertMany(request: Array<SetupJournal>, options?: IRepoOptions): Promise<BatchResult<SetupJournal>>;
742
+ upsertMany(request: Array<SetupJournal>, options?: IThrowingRepoOptions): Promise<SetupJournal[]>;
743
+ }
744
+ import { ZombiePeriod, ZombiePeriodCriteria } from "../contracts";
745
+ declare class ZombiePeriodCruds {
746
+ private core;
747
+ constructor(core: ApiCrudClientBase);
748
+ /** Deletes each existing ZombiePeriod that satisfies the given criteria. */
749
+ tryDeleteWhere(request: ZombiePeriodCriteria, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
750
+ deleteWhere(request: ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
751
+ /** Retrieves all the existing ZombiePeriod that satisfy the given criteria. */
752
+ tryReadMany(request: ZombiePeriodCriteria, options?: IRepoOptions): Promise<ListResult<ZombiePeriod>>;
753
+ readMany(request: ZombiePeriodCriteria, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
754
+ /** Performs the given operations on each existing ZombiePeriod that satisfies the given criteria. */
755
+ tryPatchWhere(request: PatchSpecForMany<ZombiePeriod, ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
756
+ patchWhere(request: PatchSpecForMany<ZombiePeriod, ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
757
+ /** Saves each given input as a new ZombiePeriod. */
758
+ tryCreateMany(request: Array<ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
759
+ createMany(request: Array<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
760
+ /** Overwrites each existing ZombiePeriod. */
761
+ tryUpdateMany(request: Array<ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
762
+ updateMany(request: Array<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
763
+ /** Deletes the existing ZombiePeriod. */
764
+ tryDelete(request: IdSpecFor<ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
765
+ delete(request: IdSpecFor<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
766
+ /** Retrieves the single, uniquely identified ZombiePeriod. */
767
+ tryRead(request: IdSpecFor<ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
768
+ read(request: IdSpecFor<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
769
+ /** Performs the given operations on the existing ZombiePeriod. */
770
+ tryPatch(request: PatchSpecForOne<ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
771
+ patch(request: PatchSpecForOne<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
772
+ /** Overwrites the existing ZombiePeriod. */
773
+ tryUpdate(request: ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
774
+ update(request: ZombiePeriod, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
775
+ /** Overwrites the given properties of the existing ZombiePeriod. */
776
+ tryUpdatePartial(request: Partial<ZombiePeriod>, options?: IRepoOptions): Promise<SingleResult<Partial<ZombiePeriod>>>;
777
+ updatePartial(request: Partial<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<ZombiePeriod>>;
778
+ /** Saves the input as a new ZombiePeriod. */
779
+ tryCreate(request: ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
780
+ create(request: ZombiePeriod, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
781
+ /** Overwrites the given properties for each existing ZombiePeriod. */
782
+ tryUpdatePartialMany(request: Array<ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<Partial<ZombiePeriod>>>;
783
+ updatePartialMany(request: Array<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<Partial<ZombiePeriod>[]>;
784
+ /** Performs the given operation on each existing ZombiePeriod that satisfies the given criteria. */
785
+ tryUpdatePartialWhere(request: UpdatePartialWhereRequest<ZombiePeriod, ZombiePeriodCriteria>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
786
+ UpdatePartialWhere(request: UpdatePartialWhereRequest<ZombiePeriod, ZombiePeriodCriteria>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
787
+ /** Saves the input as a new ZombiePeriod, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
788
+ tryUpsert(request: ZombiePeriod, options?: IRepoOptions): Promise<SingleResult<ZombiePeriod>>;
789
+ upsert(request: ZombiePeriod, options?: IThrowingRepoOptions): Promise<ZombiePeriod>;
790
+ /** Saves each given input as a new ZombiePeriod, or updates existing if it already exists. Identity is based either on the existence of a valid id property on the entity submitted or the response from the database (based on unique indexes / primary keys). */
791
+ tryUpsertMany(request: Array<ZombiePeriod>, options?: IRepoOptions): Promise<BatchResult<ZombiePeriod>>;
792
+ upsertMany(request: Array<ZombiePeriod>, options?: IThrowingRepoOptions): Promise<ZombiePeriod[]>;
793
+ }
794
+ import { AccessGrant, ActivateBusListenerRequest, ApiReadyState, AssetConfigSchemaRequest, AssetReplicaContext, AssetReplicaLogRequest, AssetResourcesSpec, AssetStatus, AssetStatusRequest, AssetWhereRequest, AvailableK8sVersion, AwsIdentity, AwsNodeType, AwsRegion, AwsS3Bucket, AzureAcr, AzureLocation, AzureNodeType, AzureUserSubscription, AzureVNet, Buffer, CabinetAssetList, CabinetAssetVersion, CabinetClusterRoot, CabinetSelector, CloudProviderEnum, Cluster, ClusterAccessGrantRequest, ClusterAttachRequest, ClusterCaptureRequest, ClusterConnectionRequest, ClusterDefaults, ClusterDetachRequest, ConfigDoc, ConfigDocSpecForOne, CreateClusterAck, CreateClusterRequestAsync, CspLoginAuthCodeCatcherRequest, CspLoginAuthCodeCatcherResponse, CspLoginInteractiveRequest, CspLoginInteractiveResponse, CspLogoutCatcherRequest, CspLogoutInteractiveRequest, CspLogoutInteractiveResponse, CspPrimaryCredsMeta, DNSResponse, DeleteClusterInstanceRequest, DeleteClusterInstanceResponse, DeployRequest, DeployedConfig, DeployedConfigCriteria, DnsConnectionRequest, DomainDeleteRequest, EnterpriseState, EnterpriseStateRequest, ExecuteCabinetKillerRequest, ExecuteClusterIngressDeleteRequest, ExecuteClusterIngressDeleteResponse, ExecuteClusterInitRequestAsync, ExecuteClusterInitResponse, ExecuteCreateCabinetRequest, ExecuteDeployConfigsForRequest, ExecuteDeployConfigsForResponse, ExecuteDeployIngressForAssetsRequest, ExecuteDeployIngressForAssetsResponse, ExecuteDomainUpsertRequest, FetchAssetVersionsRequest, FileRequest, GenerateAssetFromKitRequest, GenerateKitRequest, GetAllSecretProvidersRequest, GetAutoscalingMetricsRequest, GetAvailableK8sVersionsRequest, GetAwsNodeTypesRequest, GetAwsRegionsRequest, GetAwsS3BucketsRequest, GetAwsUserRequest, GetAzureContainerRegistriesRequest, GetAzureLocationsRequest, GetAzureNodeTypesRequest, GetAzureResourceGroupsRequest, GetAzureSubscriptionsRequest, GetAzureVnetsRequest, GetCloudProviderUserRequest, GetClusterDefaultsRequest, GetExistingCspClustersRequest, GetFileStoresRequest, GetKnownPortNumbersRequest, GetRegistryProvidersRequest, GetRegistryTypeRequest, GetRenderedCabinetConfigRequest, GetSecretStoresRequest, GetStorageAccountKeysRequest, GetStorageAccountRequest, IPartialAsset, ImageRepository, ImportConfigRequest, IngressMap, IngressMapRequest, K8sContainerRef, Kit, KnownPortNumberAssignment, LogintoCloudProviderRequest, ReadAssetLogsForCabinetRequest, ReadAssetLogsForCabinetResponse, ReadImageTagsRequest, ReadKeysFromStoreContactRequest, ReadKeysFromStoreContactResponse, ReadyStateRequest, RegistrySearchRequest, RegistryTypeInfo, RootMap, RootMapCriteria, ScaleAssetRequest, Schema, SecretStore, StorageAccount, StorageAccountKey, UndeployAssetsRequest, ZombieRefreshRequest } from "../contracts";
129
795
  declare class OtherOperations {
130
796
  private core;
131
- constructor(core: ApiClientBase);
797
+ constructor(core: ApiCrudClientBase);
798
+ /** Includes the given cluster within the given environment. */
799
+ EnvironmentClusterAttach(request: ClusterAttachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Environment>>>;
800
+ /** Removes the linkage between the given environment and the given cluster. */
801
+ EnvironmentClusterDetach(request: ClusterDetachRequest, options?: IRepoOptions): Promise<SingleResult<Partial<Environment>>>;
802
+ /** Retrieves all versions for the given asset/image both from the image registry and the asset version history. */
803
+ FetchAssetVersions(request: FetchAssetVersionsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
804
+ /** Retrieves the list of cloud providers with secret stores support. */
805
+ GetAllSecretProviders(request: GetAllSecretProvidersRequest, options?: IRepoOptions): Promise<ListResult<CloudProviderEnum>>;
806
+ /** Retrieves lightly loaded cabinets (from RootMap) matching the given criteria. */
807
+ GetCabinets(request: CabinetSelector, options?: IRepoOptions): Promise<ListResult<CabinetClusterRoot>>;
808
+ /** Retrieves a list of kubernetes clusters that currently exist in a cloud subscription. */
809
+ GetExistingCspClusters(request: GetExistingCspClustersRequest, options?: IRepoOptions): Promise<ListResult<Cluster>>;
810
+ /** Retrieves list of references to captured file stores. */
811
+ GetFileStores(request: GetFileStoresRequest, options?: IRepoOptions): Promise<ListResult<FileStoreDef>>;
812
+ /** REtrieves the final configuration file contents for the given cabinet */
813
+ GetRenderedCabinetConfig(request: GetRenderedCabinetConfigRequest, options?: IRepoOptions): Promise<SingleResult<string>>;
814
+ /** Retrieves a list of currently captured secret stores. */
815
+ GetSecretStores(request: GetSecretStoresRequest, options?: IRepoOptions): Promise<ListResult<SecretStore>>;
816
+ GetStorageAccountKeys(request: GetStorageAccountKeysRequest, options?: IRepoOptions): Promise<ListResult<StorageAccountKey>>;
817
+ /** Retrieves list of references to cloud file storage accounts. */
818
+ GetStorageAccounts(request: GetStorageAccountRequest, options?: IRepoOptions): Promise<ListResult<StorageAccount>>;
819
+ /** Uploads the contents of a config file and converts it to ScopedSettings */
820
+ ImportConfig(request: ImportConfigRequest, options?: IRepoOptions): Promise<Result>;
132
821
  /** Bring me a valid token and I'll register with the websocket svc bus and listen to messages. */
133
822
  activateBusListener(request: ActivateBusListenerRequest, options?: IRepoOptions): Promise<Result>;
134
- /** Retrieves connection specifications to connect to the log stream for a given asset replica (to be used as input for the 'request' function from the npm package: https://www.npmjs.com/package/request). */
135
- getLogStreamSpecs(request: AssetReplicaLogRequest, options?: IRepoOptions): Promise<SingleResult<Object>>;
136
823
  /** Provides an asset-level snapshot of the status of the instances and versions of the given asset. */
137
824
  assetStatus(request: AssetStatusRequest, options?: IRepoOptions): Promise<BatchResult<AssetStatus>>;
138
- ClusterCapture(request: ClusterCaptureRequest, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
139
- /** Retrieves all versions for the given asset/image both from the image registry and the asset version history. */
140
- FetchAssetVersions(request: FetchAssetVersionsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
141
- /** Retrieves the names of the available autoscaling metrics, for use when defining autoscaling on asset footprints. */
142
- get_autoscaling_metrics(request: GetAutoscalingMetricsRequest, options?: IRepoOptions): Promise<SingleResult<Schema>>;
825
+ /** Shows the cabinets to which the given asset is currently deployed and which version is where. */
826
+ assetWhere(request: AssetWhereRequest, options?: IRepoOptions): Promise<ListResult<CabinetAssetVersion>>;
827
+ /** Creates a new record in Codiac for a cluster that already physically exists in a cloud subscription. */
828
+ clusterCapture(request: ClusterCaptureRequest, options?: IRepoOptions): Promise<SingleResult<ClusterDef>>;
829
+ clusterCreateAsync(request: CreateClusterRequestAsync, options?: IRepoOptions): Promise<SingleResult<CreateClusterAck>>;
830
+ clusterDeinit(request: ExecuteClusterIngressDeleteRequest, options?: IRepoOptions): Promise<ExecuteClusterIngressDeleteResponse>;
831
+ clusterInit(request: ExecuteClusterInitRequestAsync, options?: IRepoOptions): Promise<ExecuteClusterInitResponse>;
832
+ /** Authenticates with the given cloud service provider using the given credentials or, if none provided, using the credentials cached for the given csp. */
833
+ csp_login(request: LogintoCloudProviderRequest, options?: IRepoOptions): Promise<SingleResult<CspTokenAndUserMeta>>;
834
+ /** Target for the OAuth 2.0 Authorization Code Flow redirect. Receives the authorization code, converts it to a token and passes the token down to the calling application (via websocket backchannel specified in the message state). */
835
+ csp_login_auth_code_catcher(request: CspLoginAuthCodeCatcherRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginAuthCodeCatcherResponse>>;
836
+ /** Invokes the OAuth 2.0 interactive login sequence for the given cloud service provider. */
837
+ csp_login_interactive(request: CspLoginInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginInteractiveResponse>>;
838
+ /** Target for the OAuth 2.0 sign-out redirect. Purges any existing tokens for the given csp and notifies the calling application (via websocket backchannel specified in the message). */
839
+ csp_logout_catcher(request: CspLogoutCatcherRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginAuthCodeCatcherResponse>>;
840
+ /** Invokes the OAuth 2.0 interactive sign out sequence for the given cloud service provider (ensures that the browser and any other sso-related systems also get the sign-out message). */
841
+ csp_logout_interactive(request: CspLogoutInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<CspLogoutInteractiveResponse>>;
842
+ /** Deletes a previously declared host naming strategy declaration for a given domain. */
843
+ domainDelete(request: DomainDeleteRequest, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
844
+ /** UN-deploys the given assets from the given cabinet. */
845
+ executeDestroyAssets(request: UndeployAssetsRequest, options?: IRepoOptions): Promise<Result>;
846
+ /** Creates or updates a host naming assignment strategy for a given domain. */
847
+ executeDomainUpsert(request: ExecuteDomainUpsertRequest, options?: IRepoOptions): Promise<Result>;
143
848
  /** Provides any predefined structure (eg: setting names, meta, and types) for an asset config. */
144
849
  get_asset_config_schema(request: AssetConfigSchemaRequest, options?: IRepoOptions): Promise<SingleResult<Schema>>;
850
+ /** Retrieves the names of the available autoscaling metrics, for use when defining autoscaling on asset footprints. */
851
+ get_autoscaling_metrics(request: GetAutoscalingMetricsRequest, options?: IRepoOptions): Promise<SingleResult<Schema>>;
852
+ /** Returns the currently cached username for the given cloud service provider. */
853
+ get_current_users_for(request: GetCloudProviderUserRequest, options?: IRepoOptions): Promise<ListResult<CspPrimaryCredsMeta>>;
854
+ /** Retrieves the list of k8s versions supported by the given cloud provider (and Codiac), for use in creating a cluster. */
855
+ getAvailableK8sVersions(request: GetAvailableK8sVersionsRequest, options?: IRepoOptions): Promise<ListResult<AvailableK8sVersion>>;
145
856
  /** Retrieves the list of vm specs available for use as Aws cluster nodes. */
146
857
  getAwsNodeTypes(request: GetAwsNodeTypesRequest, options?: IRepoOptions): Promise<ListResult<AwsNodeType>>;
147
858
  /** Retrieves the list of data center locations and their human-readable ids. */
148
859
  getAwsRegions(request: GetAwsRegionsRequest, options?: IRepoOptions): Promise<ListResult<AwsRegion>>;
149
- /** Retrieves the list of vm specs available for use as Aws cluster nodes. */
860
+ /** Retrieves the list of existing S3 buckets available in the given Aws account. */
150
861
  getAwsS3Buckets(request: GetAwsS3BucketsRequest, options?: IRepoOptions): Promise<ListResult<AwsS3Bucket>>;
151
862
  /** Retrieves the basic identity info for the given aws credentials or for this tenant user's locally stored AWS user credentials. */
152
863
  getAwsUser(request: GetAwsUserRequest, options?: IRepoOptions): Promise<SingleResult<AwsIdentity>>;
@@ -162,54 +873,43 @@ declare class OtherOperations {
162
873
  getAzureSubscriptions(request: GetAzureSubscriptionsRequest, options?: IRepoOptions): Promise<ListResult<AzureUserSubscription>>;
163
874
  /** Retrieves the list of virutal networks that exist under the given subscription for the given location. */
164
875
  getAzureVnets(request: GetAzureVnetsRequest, options?: IRepoOptions): Promise<ListResult<AzureVNet>>;
165
- /** Retrieves lightly loaded cabinets (from RootMap) matching the given criteria. */
166
- GetCabinets(request: CabinetSelector, options?: IRepoOptions): Promise<ListResult<CabinetClusterRoot>>;
167
- /** Retrieves a list of kubernetes clusters that currently exist in a cloud subscription. */
168
- GetExistingCspClusters(request: GetExistingCspClustersRequest, options?: IRepoOptions): Promise<ListResult<Cluster>>;
169
- /** */
170
- GetStorageAccounts(request: GetStorageAccountRequest, options?: IRepoOptions): Promise<ListResult<StorageAccount>>;
171
- /** */
172
- GetStorageAccountKeys(request: GetStorageAccountKeysRequest, options?: IRepoOptions): Promise<ListResult<StorageAccountKey>>;
173
- /** Enables the given user to access the given cluster via cloud provider security. */
174
- grantClusterAccess(request: ClusterAccessGrantRequest, options?: IRepoOptions): Promise<BatchResult<AccessGrant>>;
175
876
  /** Retrieves connection specifications to connect to the cluster in which the given cabinet resides (to be used with the KubeConfig.loadFromString() method from the npm package: https://www.npmjs.com/package/@kubernetes/client-node). */
176
877
  getClusterConnectionSpecs(request: ClusterConnectionRequest, options?: IRepoOptions): Promise<SingleResult<string>>;
177
878
  /** Retrieves the default values for cluster creation */
178
879
  getClusterDefaults(request: GetClusterDefaultsRequest, options?: IRepoOptions): Promise<SingleResult<ClusterDefaults>>;
179
- /** REtrieves the final configuration file contents for the given cabinet */
180
- GetRenderedCabinetConfig(request: GetRenderedCabinetConfigRequest, options?: IRepoOptions): Promise<SingleResult<string>>;
181
- /** Uploads the contents of a config file and converts it to ScopedSettings */
182
- ImportConfig(request: ImportConfigRequest, options?: IRepoOptions): Promise<Result>;
183
- /** Authenticates with the given cloud service provider using the given credentials or, if none provided, using the credentials cached for the given csp. */
184
- csp_login(request: LogintoCloudProviderRequest, options?: IRepoOptions): Promise<SingleResult<CspTokenAndUserMeta>>;
185
- /** Target for the OAuth 2.0 Authorization Code Flow redirect. Receives the authorization code, converts it to a token and passes the token down to the calling application (via websocket backchannel specified in the message state). */
186
- csp_login_auth_code_catcher(request: CspLoginAuthCodeCatcherRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginAuthCodeCatcherResponse>>;
187
- /** Invokes the OAuth 2.0 interactive login sequence for the given cloud service provider. */
188
- csp_login_interactive(request: CspLoginInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginInteractiveResponse>>;
189
- /** Target for the OAuth 2.0 sign-out redirect. Purges any existing tokens for the given csp and notifies the calling application (via websocket backchannel specified in the message). */
190
- csp_logout_catcher(request: CspLogoutCatcherRequest, options?: IRepoOptions): Promise<SingleResult<CspLoginAuthCodeCatcherResponse>>;
191
- /** Invokes the OAuth 2.0 interactive sign out sequence for the given cloud service provider (ensures that the browser and any other sso-related systems also get the sign-out message). */
192
- csp_logout_interactive(request: CspLogoutInteractiveRequest, options?: IRepoOptions): Promise<SingleResult<CspLogoutInteractiveResponse>>;
193
- /** Returns the currently cached username for the given cloud service provider. */
194
- get_current_users_for(request: GetCloudProviderUserRequest, options?: IRepoOptions): Promise<ListResult<CloudProviderUser>>;
880
+ getConfigDoc(request: ConfigDocSpecForOne, options?: IRepoOptions): Promise<ConfigDoc>;
195
881
  /** Retrieves the actual string file contents of the ultimate scoped configs that were written to the cabinet (sourced directly from the k8s ConfigMaps). */
196
882
  getDeployedConfigs(request: DeployedConfigCriteria, options?: IRepoOptions): Promise<ListResult<DeployedConfig>>;
883
+ /** Retrieves a manifest of all versions and configs currently deployed within the given enterprise. */
884
+ getDeployedState(request: EnterpriseStateRequest, options?: IRepoOptions): Promise<SingleResult<EnterpriseState>>;
197
885
  /** Retrieves connection specifications to connect to the cluster in which the given cabinet resides (to be used with the KubeConfig.loadFromString() method from the npm package: https://www.npmjs.com/package/@kubernetes/client-node), AND the names of the requested k8s entities. */
198
886
  getExecConnectionSpec(request: AssetReplicaContext, options?: IRepoOptions): Promise<SingleResult<K8sContainerRef>>;
887
+ /** Generates a Kit object from an existing asset. (generated operationId) */
888
+ getGenerateAssetFromKit(request: GenerateAssetFromKitRequest, options?: IRepoOptions): Promise<SingleResult<Kit>>;
889
+ /** Generates a Kit object from an existing asset. (generated operationId) */
890
+ getGenerateKit(request: GenerateKitRequest, options?: IRepoOptions): Promise<SingleResult<Kit>>;
891
+ /** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
892
+ getIngressMap(request: IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<IngressMap>>;
893
+ getKnownPortNumbers(request: GetKnownPortNumbersRequest, options?: IRepoOptions): Promise<ListResult<KnownPortNumberAssignment>>;
894
+ /** Retrieves connection specifications to connect to the log stream for a given asset replica (to be used as input for the 'request' function from the npm package: https://www.npmjs.com/package/request). */
895
+ getLogStreamSpecs(request: AssetReplicaLogRequest, options?: IRepoOptions): Promise<SingleResult<Object>>;
896
+ /** Retrieves the list of versions available for a given container image repository (generated operationId) */
897
+ getReadImageTags(request: ReadImageTagsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
898
+ /** Returns the list of support cloud service providers with image registries. */
899
+ getRegistryProviders(request: GetRegistryProvidersRequest, options?: IRepoOptions): Promise<ListResult<string>>;
900
+ /** Attempts to recognize the cloud Service provider from the given registry url. */
901
+ getRegistryType(request: GetRegistryTypeRequest, options?: IRepoOptions): Promise<SingleResult<RegistryTypeInfo>>;
902
+ /** 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. */
903
+ getRootMap(request: RootMapCriteria, options?: IRepoOptions): Promise<SingleResult<RootMap>>;
904
+ /** (generated operationId) */
905
+ getSwaggerUiPath(request: FileRequest, options?: IRepoOptions): Promise<Buffer>;
906
+ /** Enables the given user to access the given cluster via cloud provider security. */
907
+ grantClusterAccess(request: ClusterAccessGrantRequest, options?: IRepoOptions): Promise<BatchResult<AccessGrant>>;
199
908
  /** (generated operationId) */
200
909
  postExecuteCabinetKiller(request: ExecuteCabinetKillerRequest, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
201
910
  /** (generated operationId) */
202
911
  postExecuteCabinetMaker(request: ExecuteCreateCabinetRequest, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
203
912
  /** (generated operationId) */
204
- postExecuteClusterCreate(request: CreateClusterRequest, options?: IRepoOptions): Promise<CreateClusterResponse>;
205
- clusterCreateAsync(request: CreateClusterRequestAsync, options?: IRepoOptions): Promise<SingleResult<CreateClusterAck>>;
206
- /** (generated operationId) */
207
- clusterInit(request: ExecuteClusterInitRequest | ExecuteClusterInitRequestAsync, options?: IRepoOptions): Promise<ExecuteClusterIngressCreateResponse>;
208
- /** (generated operationId) */
209
- clusterDeinit(request: ExecuteClusterIngressDeleteRequest, options?: IRepoOptions): Promise<ExecuteClusterIngressDeleteResponse>;
210
- /** (generated operationId) */
211
- postExecuteClusterTillerInstall(request: ClusterTillerInstallRequest, options?: IRepoOptions): Promise<ClusterTillerInstallResponse>;
212
- /** (generated operationId) */
213
913
  postExecuteDeleteClusterInstance(request: DeleteClusterInstanceRequest, options?: IRepoOptions): Promise<DeleteClusterInstanceResponse>;
214
914
  /** (generated operationId) */
215
915
  postExecuteDeployConfigsFor(request: ExecuteDeployConfigsForRequest, options?: IRepoOptions): Promise<ExecuteDeployConfigsForResponse>;
@@ -218,49 +918,20 @@ declare class OtherOperations {
218
918
  /** (generated operationId) */
219
919
  postExecuteDeployment(request: DeployRequest, options?: IRepoOptions): Promise<BatchResult<IPartialAsset>>;
220
920
  /** (generated operationId) */
221
- postExecuteDestroyAssets(request: ExecuteDestroyAssetsRequest, options?: IRepoOptions): Promise<ExecuteDestroyAssetsResponse>;
222
- /** Creates or updates a host naming assignment strategy for a given domain. */
223
- executeDomainUpsert(request: ExecuteDomainUpsertRequest, options?: IRepoOptions): Promise<Result>;
224
- /** Creates or updates a host naming assignment strategy for a given domain. */
225
- domainDelete(request: DomainDeleteRequest, options?: IRepoOptions): Promise<SingleResult<ScopedHostNameConfig>>;
226
- /** (generated operationId) */
227
921
  postExecuteRecycleAssets(request: CabinetAssetList, options?: IRepoOptions): Promise<BatchResult<CabinetAssetList>>;
228
- /** Retrieves list of references to captured file stores. */
229
- GetFileStores(request: GetFileStoresRequest, options?: IRepoOptions): Promise<ListResult<FileStoreDef>>;
230
- /** Generates a Kit object from an existing asset. (generated operationId) */
231
- getGenerateAssetFromKit(request: GenerateAssetFromKitRequest, options?: IRepoOptions): Promise<SingleResult<Kit>>;
232
- /** Generates a Kit object from an existing asset. (generated operationId) */
233
- getGenerateKit(request: GenerateKitRequest, options?: IRepoOptions): Promise<SingleResult<Kit>>;
234
- /** Returns the image repositories matching the search string in the given registry. */
235
- searchRegistry(request: RegistrySearchRequest, options?: IRepoOptions): Promise<ListResult<ImageRepository>>;
236
- /** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
237
- getIngressMap(request: IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<IngressMap>>;
238
- /** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
239
- recaptureIngressIp(request: IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<IngressMap>>;
240
- /** Retrieves the list of k8s versions supported by the given cloud provider (and Codiac), for use in creating a cluster. */
241
- getAvailableK8sVersions(request: GetAvailableK8sVersionsRequest, options?: IRepoOptions): Promise<ListResult<AvailableK8sVersion>>;
242
- getKnownPortNumbers(request: GetKnownPortNumbersRequest, options?: IRepoOptions): Promise<ListResult<KnownPortNumberAssignment>>;
243
- /** (generated operationId) */
244
- postPublishService(request: PublishServiceRequest, options?: IRepoOptions): Promise<PublishServiceResponse>;
245
922
  /** (generated operationId) */
246
923
  postReadAssetLogs(request: ReadAssetLogsForCabinetRequest, options?: IRepoOptions): Promise<ReadAssetLogsForCabinetResponse>;
247
- /** Retrieves the list of versions available for a given container image repository (generated operationId) */
248
- getReadImageTags(request: ReadImageTagsRequest, options?: IRepoOptions): Promise<ListResult<string>>;
249
924
  /** (generated operationId) */
250
925
  postReadVaultStoreKeys(request: ReadKeysFromStoreContactRequest, options?: IRepoOptions): Promise<ReadKeysFromStoreContactResponse>;
926
+ /** Retrieves a status of cluster ip via nslookup in a given registered DNS. */
927
+ readDnsConnection(request: DnsConnectionRequest, options?: IRepoOptions): Promise<SingleResult<DNSResponse>>;
251
928
  readyState(request: ReadyStateRequest, options?: IRepoOptions): Promise<ApiReadyState>;
252
- /** Returns the list of support cloud service providers with image registries. */
253
- getRegistryProviders(request: GetRegistryProvidersRequest, options?: IRepoOptions): Promise<ListResult<string>>;
254
- /** Attempts to recognize the cloud Service provider from the given registry url. */
255
- getRegistryType(request: GetRegistryTypeRequest, options?: IRepoOptions): Promise<SingleResult<RegistryTypeInfo>>;
929
+ /** Retrieves a list of all host naming strategies as applied to the map of enteprises, environments, and cabinets. */
930
+ recaptureIngressIp(request: IngressMapRequest, options?: IRepoOptions): Promise<SingleResult<IngressMap>>;
256
931
  /** Makes a cabinet-scoped change to the asset resource footprint, and applies it to the actual asset instances in the cluster. */
257
932
  scaleAsset(request: ScaleAssetRequest, options?: IRepoOptions): Promise<SingleResult<AssetResourcesSpec>>;
258
- /** Retrieves the list of cloud providers with secret stores support. */
259
- GetAllSecretProviders(request: GetAllSecretProvidersRequest, options?: IRepoOptions): Promise<ListResult<CloudProviderEnum>>;
260
- /** Retrieves a list of currently captured secret stores. */
261
- GetSecretStores(request: GetSecretStoresRequest, options?: IRepoOptions): Promise<ListResult<SecretStore>>;
262
- /** (generated operationId) */
263
- getSwaggerUiPath(request: FileRequest, options?: IRepoOptions): Promise<Buffer>;
933
+ /** Returns the image repositories matching the search string in the given registry. */
934
+ searchRegistry(request: RegistrySearchRequest, options?: IRepoOptions): Promise<ListResult<ImageRepository>>;
264
935
  /** Triggers Zombie Mode metrics service instances to update to the latest schedule of zombie periods. it does this by deploying the zombie schedule config maps and recycling the zombie metrics services. */
265
936
  zombie_refresh(request: ZombieRefreshRequest, options?: IRepoOptions): Promise<Result>;
266
937
  }