@codiac.io/codiac-cli 1.2.263 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/apis/codiac-api/common/api-client-base.d.ts +21 -7
- package/dist/apis/codiac-api/common/api-client-base.js +8 -6
- package/dist/apis/codiac-api/common/api-client-base.js.map +1 -1
- package/dist/apis/codiac-api/gen/client.d.ts +268 -198
- package/dist/apis/codiac-api/gen/client.js +2464 -970
- package/dist/apis/codiac-api/gen/client.js.map +1 -1
- package/dist/apis/codiac-api/gen/contracts.d.ts +171 -33
- package/dist/apis/codiac-api/gen/contracts.js +72 -76
- package/dist/apis/codiac-api/gen/contracts.js.map +1 -1
- package/dist/apis/codiac-relay/gen/client.d.ts +2 -2
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/cli-common/command-base.d.ts +10 -0
- package/dist/cli-common/command-base.js +21 -0
- package/dist/cli-common/command-base.js.map +1 -1
- package/dist/command-base-enterprise.d.ts +11 -11
- package/dist/command-base-enterprise.js +83 -60
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/command-base-exec-tenant.d.ts +21 -0
- package/dist/command-base-exec-tenant.js +72 -0
- package/dist/command-base-exec-tenant.js.map +1 -0
- package/dist/command-base-tenantless.d.ts +0 -5
- package/dist/command-base-tenantless.js +0 -11
- package/dist/command-base-tenantless.js.map +1 -1
- package/dist/commands/asset/deploy.js +1 -0
- package/dist/commands/asset/deploy.js.map +1 -1
- package/dist/commands/auth/cabinet/allow.d.ts +49 -0
- package/dist/commands/auth/cabinet/allow.js +155 -0
- package/dist/commands/auth/cabinet/allow.js.map +1 -0
- package/dist/commands/auth/cabinet/allowed.d.ts +44 -0
- package/dist/commands/auth/cabinet/allowed.js +187 -0
- package/dist/commands/auth/cabinet/allowed.js.map +1 -0
- package/dist/commands/auth/enterprise/allow/onEnvironments.d.ts +41 -0
- package/dist/commands/auth/enterprise/allow/onEnvironments.js +146 -0
- package/dist/commands/auth/enterprise/allow/onEnvironments.js.map +1 -0
- package/dist/commands/auth/enterprise/allow.d.ts +43 -0
- package/dist/commands/auth/enterprise/allow.js +140 -0
- package/dist/commands/auth/enterprise/allow.js.map +1 -0
- package/dist/commands/auth/enterprise/allowed.d.ts +40 -0
- package/dist/commands/auth/enterprise/allowed.js +171 -0
- package/dist/commands/auth/enterprise/allowed.js.map +1 -0
- package/dist/commands/auth/environment/allow/onCabinets.d.ts +43 -0
- package/dist/commands/auth/environment/allow/onCabinets.js +156 -0
- package/dist/commands/auth/environment/allow/onCabinets.js.map +1 -0
- package/dist/commands/auth/environment/allow.d.ts +46 -0
- package/dist/commands/auth/environment/allow.js +148 -0
- package/dist/commands/auth/environment/allow.js.map +1 -0
- package/dist/commands/auth/environment/allowed.d.ts +42 -0
- package/dist/commands/auth/environment/allowed.js +182 -0
- package/dist/commands/auth/environment/allowed.js.map +1 -0
- package/dist/commands/auth/register.d.ts +32 -0
- package/dist/commands/auth/register.js +170 -0
- package/dist/commands/auth/register.js.map +1 -0
- package/dist/commands/auth/role/allowed.d.ts +33 -0
- package/dist/commands/auth/role/allowed.js +135 -0
- package/dist/commands/auth/role/allowed.js.map +1 -0
- package/dist/commands/auth/role/assign.d.ts +26 -0
- package/dist/commands/auth/role/assign.js +92 -0
- package/dist/commands/auth/role/assign.js.map +1 -0
- package/dist/commands/auth/role/create.d.ts +24 -0
- package/dist/commands/auth/role/create.js +90 -0
- package/dist/commands/auth/role/create.js.map +1 -0
- package/dist/commands/auth/role/delete.d.ts +28 -0
- package/dist/commands/auth/role/delete.js +119 -0
- package/dist/commands/auth/role/delete.js.map +1 -0
- package/dist/commands/auth/role/list.d.ts +26 -0
- package/dist/commands/auth/role/list.js +108 -0
- package/dist/commands/auth/role/list.js.map +1 -0
- package/dist/commands/auth/role/unassign.d.ts +26 -0
- package/dist/commands/auth/role/unassign.js +92 -0
- package/dist/commands/auth/role/unassign.js.map +1 -0
- package/dist/commands/auth/user/invite.d.ts +24 -0
- package/dist/commands/auth/user/invite.js +105 -0
- package/dist/commands/auth/user/invite.js.map +1 -0
- package/dist/commands/auth/user/list.d.ts +26 -0
- package/dist/commands/auth/user/list.js +118 -0
- package/dist/commands/auth/user/list.js.map +1 -0
- package/dist/commands/cabinet/create.d.ts +1 -1
- package/dist/commands/cabinet/create.js +28 -20
- package/dist/commands/cabinet/create.js.map +1 -1
- package/dist/commands/cabinet/list.d.ts +1 -0
- package/dist/commands/cabinet/list.js +9 -1
- package/dist/commands/cabinet/list.js.map +1 -1
- package/dist/commands/cabinet/obliterate.js +39 -34
- package/dist/commands/cabinet/obliterate.js.map +1 -1
- package/dist/commands/config/deploy.js +5 -2
- package/dist/commands/config/deploy.js.map +1 -1
- package/dist/commands/enterprise/create.js +1 -1
- package/dist/commands/enterprise/create.js.map +1 -1
- package/dist/commands/environment/create.d.ts +1 -0
- package/dist/commands/environment/create.js +4 -2
- package/dist/commands/environment/create.js.map +1 -1
- package/dist/commands/secretStore/list.js +2 -2
- package/dist/commands/secretStore/list.js.map +1 -1
- package/dist/commands/tenant/create.d.ts +0 -2
- package/dist/commands/tenant/create.js +0 -33
- package/dist/commands/tenant/create.js.map +1 -1
- package/dist/commands/tenant/switch.d.ts +0 -2
- package/dist/commands/tenant/switch.js +0 -33
- package/dist/commands/tenant/switch.js.map +1 -1
- package/dist/commands/whoami.d.ts +3 -1
- package/dist/commands/whoami.js +8 -2
- package/dist/commands/whoami.js.map +1 -1
- package/dist/ops/data/cli-context-repo.js +2 -2
- package/dist/ops/data/cli-context-repo.js.map +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/dist/relay/relay-container.js.map +1 -1
- package/dist/uilogic/rootmap-ui-utils.js +38 -8
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/dist/uilogic/tenant-contextualizer.js +8 -2
- package/dist/uilogic/tenant-contextualizer.js.map +1 -1
- package/dist/user-context-loader.d.ts +1 -1
- package/dist/user-context-loader.js +3 -2
- package/dist/user-context-loader.js.map +1 -1
- package/oclif.manifest.json +1597 -93
- package/package.json +4 -4
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { IDomainEntity } from "@codiac.io/codiac-common";
|
|
2
1
|
import { BatchResult } from "@codiac.io/codiac-common/contracts";
|
|
3
2
|
/** The security attributes for a user when signed in under a given tenant */
|
|
4
3
|
export interface AccessProfile {
|
|
@@ -194,6 +193,17 @@ export interface Asset {
|
|
|
194
193
|
created: Date;
|
|
195
194
|
modified: Date;
|
|
196
195
|
}
|
|
196
|
+
/** Overall hashcode plus individual hashcodes for all the concrete rendered configs of a given asset.
|
|
197
|
+
* (scope has been deliberately left out bc this class is to be included in a contextual object itself,
|
|
198
|
+
* (such as a CabinetState). This way it could be part of a given concrete cabinet deployment,
|
|
199
|
+
* or just to a given scope within the config tree).
|
|
200
|
+
*
|
|
201
|
+
* (useful for diff/change detection). */
|
|
202
|
+
export interface AssetConfigState {
|
|
203
|
+
asset: string;
|
|
204
|
+
hash: string;
|
|
205
|
+
configs: object;
|
|
206
|
+
}
|
|
197
207
|
export interface AssetCriteria {
|
|
198
208
|
id?: StringFilter | undefined;
|
|
199
209
|
code?: StringFilter | undefined;
|
|
@@ -246,8 +256,6 @@ export interface AssetFolderReservation {
|
|
|
246
256
|
/** Base class for specifying details for the creation of a specific type of asset. */
|
|
247
257
|
export interface AssetTemplate {
|
|
248
258
|
}
|
|
249
|
-
/** Defines both whether the asset is a helm asset or a container,
|
|
250
|
-
* and at the same time whether the asset is a service or job or something else (if helm). */
|
|
251
259
|
export declare enum AssetTypesEnum {
|
|
252
260
|
helm = "helm",
|
|
253
261
|
job = "job",
|
|
@@ -769,6 +777,13 @@ export interface CabinetScopesCriteria {
|
|
|
769
777
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
770
778
|
reverse?: number | boolean | undefined;
|
|
771
779
|
}
|
|
780
|
+
/** Manifest of all versions and configs currently deployed to a specific cabinet. */
|
|
781
|
+
export interface CabinetState {
|
|
782
|
+
enterprise: string;
|
|
783
|
+
cabinet: string;
|
|
784
|
+
cluster: string;
|
|
785
|
+
contents?: DeployedState | undefined;
|
|
786
|
+
}
|
|
772
787
|
export interface ChangePasswordRequest {
|
|
773
788
|
login: string;
|
|
774
789
|
newPassword: string;
|
|
@@ -1163,25 +1178,14 @@ export interface ConfigDefCriteria {
|
|
|
1163
1178
|
}
|
|
1164
1179
|
/** Values of ScopedSetting.targetFile for NON-FILE configs. */
|
|
1165
1180
|
export declare enum ConfigDefTypesEnum {
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
"helm" = "helm",
|
|
1175
|
-
/** Designates a ScopedConfig record as a metadata label specification.
|
|
1176
|
-
* (Under the hood, this value will be applied as ScopedConfig.targetFile,
|
|
1177
|
-
* allowing these settings to be queried and managed together). */
|
|
1178
|
-
"label" = "label",
|
|
1179
|
-
/** Designates a ScopedConfig record as a single metadata annotation specification.
|
|
1180
|
-
* (Under the hood, this value will be applied as ScopedConfig.targetFile,
|
|
1181
|
-
* allowing these settings to be queried and managed together). */
|
|
1182
|
-
"annotation" = "annotation",
|
|
1183
|
-
/** Designates a ScopedConfig record as a flag for enabling and disabling probing for a given scope. */
|
|
1184
|
-
"probing" = "probing"
|
|
1181
|
+
annotation = "annotation",
|
|
1182
|
+
env = "env",
|
|
1183
|
+
file = "file",
|
|
1184
|
+
filestore = "filestore",
|
|
1185
|
+
footprint = "footprint",
|
|
1186
|
+
helm = "helm",
|
|
1187
|
+
label = "label",
|
|
1188
|
+
probing = "probing"
|
|
1185
1189
|
}
|
|
1186
1190
|
export interface ConfigDeploymentActivity {
|
|
1187
1191
|
deployAttemptId: string;
|
|
@@ -1388,6 +1392,69 @@ export interface CspTenantProfileCriteria {
|
|
|
1388
1392
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
1389
1393
|
reverse?: number | boolean | undefined;
|
|
1390
1394
|
}
|
|
1395
|
+
/** Access Control List (ACL) to be applied to any new child entity created within the parent.
|
|
1396
|
+
*
|
|
1397
|
+
* Only stands as a default template for permissions on FUTURE new child entities;
|
|
1398
|
+
* DOES NOT get directly used to enforce permissions on any existing ones. */
|
|
1399
|
+
export interface DefaultChildAcl {
|
|
1400
|
+
parentType: string;
|
|
1401
|
+
parentId: string;
|
|
1402
|
+
childType: string;
|
|
1403
|
+
dotPath: string;
|
|
1404
|
+
permissions: {
|
|
1405
|
+
[role: string]: Privilege[];
|
|
1406
|
+
};
|
|
1407
|
+
/** This is a composite key enforcing uniqueness on a single instance of the entity type. (ie: there can be only one of these per entity id) */
|
|
1408
|
+
id: string;
|
|
1409
|
+
createdBy: string;
|
|
1410
|
+
modifiedBy: string;
|
|
1411
|
+
created: Date;
|
|
1412
|
+
modified: Date;
|
|
1413
|
+
}
|
|
1414
|
+
export interface DefaultChildAclCriteria {
|
|
1415
|
+
ids?: string[] | undefined;
|
|
1416
|
+
all?: boolean | undefined;
|
|
1417
|
+
parentType?: string | undefined;
|
|
1418
|
+
parentId?: string | undefined;
|
|
1419
|
+
childType?: string | undefined;
|
|
1420
|
+
dotPath?: string | undefined;
|
|
1421
|
+
/** supports a single field name
|
|
1422
|
+
* ```json
|
|
1423
|
+
* "sort": "name"
|
|
1424
|
+
* ```
|
|
1425
|
+
* or an array of field names
|
|
1426
|
+
* ```json
|
|
1427
|
+
* "sort": ["name", "lastModified~desc"]
|
|
1428
|
+
* ```
|
|
1429
|
+
* or an object dictionary of `fieldName: asc|desc` pairs, eg:
|
|
1430
|
+
* ```json
|
|
1431
|
+
* "sort": {
|
|
1432
|
+
* "name": "asc",
|
|
1433
|
+
* "lastModified": "desc"
|
|
1434
|
+
* }
|
|
1435
|
+
* ```
|
|
1436
|
+
*
|
|
1437
|
+
* NOTE: Regarding sort field order, (aka: `asc|desc`) : Sort field names can be specified as EITHER: field name alone (implies asc order), eg: `"favColor"`, OR field name with order suffix `asc|desc` (delimited by tilde). eg: `"favColor~desc"`. */
|
|
1438
|
+
sort?: string[] | "asc" | "desc" | string | undefined;
|
|
1439
|
+
skip?: number | undefined;
|
|
1440
|
+
take?: number | undefined;
|
|
1441
|
+
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
1442
|
+
reverse?: number | boolean | undefined;
|
|
1443
|
+
}
|
|
1444
|
+
export interface DefaultChildPermissionRequest {
|
|
1445
|
+
/** Entity type of the parent whose children this acl is intended to protect. */
|
|
1446
|
+
parentType: string;
|
|
1447
|
+
/** Unique human-readable identifier for the parent entity whose children this acl is intended to protect (other than the system Id). */
|
|
1448
|
+
parentKey: string;
|
|
1449
|
+
/** Parent property that contains the child entities. eg: `"cabinets"` for `Environment.cabinets`. */
|
|
1450
|
+
dotPath: string;
|
|
1451
|
+
/** Entity type name of the child (used to locate the child's orm data map) */
|
|
1452
|
+
childType: string;
|
|
1453
|
+
/** Name of the AuthRole. */
|
|
1454
|
+
role: string;
|
|
1455
|
+
/** The rights being granted to the AuthRole. */
|
|
1456
|
+
privileges: any[];
|
|
1457
|
+
}
|
|
1391
1458
|
export interface DeployAttempt {
|
|
1392
1459
|
name: string;
|
|
1393
1460
|
deploymentId: string;
|
|
@@ -1425,6 +1492,14 @@ export interface DeployAttemptCriteria {
|
|
|
1425
1492
|
/** Declares that the data be returned in the opposite order than what is specified by the `sort` property. */
|
|
1426
1493
|
reverse?: number | boolean | undefined;
|
|
1427
1494
|
}
|
|
1495
|
+
export interface DeployedState {
|
|
1496
|
+
version: EnterpriseVersionConfig;
|
|
1497
|
+
configState: {
|
|
1498
|
+
[assetName: string]: AssetConfigState;
|
|
1499
|
+
};
|
|
1500
|
+
deployedOn: Date;
|
|
1501
|
+
deployedBy: string;
|
|
1502
|
+
}
|
|
1428
1503
|
/** The specification for a deployment of an enterprise to a cabinet.
|
|
1429
1504
|
* NOTE:
|
|
1430
1505
|
* Though the deployment does necessarily reflect the comprehensive collection of Snapshot and ConfigChanges to date of its creation,
|
|
@@ -1602,6 +1677,9 @@ export interface Enterprise {
|
|
|
1602
1677
|
assets: Asset[];
|
|
1603
1678
|
products: Product[];
|
|
1604
1679
|
defaultFootprint?: Partial<ContainerFootprint> | undefined;
|
|
1680
|
+
/** The default privileges to grant to each role on new environments created within this enterprise
|
|
1681
|
+
* (optional: defaults to the permissions assigned to this enterprise). */
|
|
1682
|
+
defaultEnvironmentAcl?: DefaultChildAcl | undefined;
|
|
1605
1683
|
domains: HostNameConfig[];
|
|
1606
1684
|
createdBy: string;
|
|
1607
1685
|
modifiedBy: string;
|
|
@@ -1640,6 +1718,8 @@ export interface EnterpriseRoot {
|
|
|
1640
1718
|
name: string;
|
|
1641
1719
|
assets: Asset[];
|
|
1642
1720
|
environments: EnvironmentRoot[];
|
|
1721
|
+
id: string;
|
|
1722
|
+
defaultEnvironmentAcl?: DefaultChildAcl | undefined;
|
|
1643
1723
|
}
|
|
1644
1724
|
/** Runstate is an objective observation that gets diff'ed against an entepriseVersionConfig.
|
|
1645
1725
|
* As such, it doesn't know what enterprise version is supposed to be delployed,
|
|
@@ -1700,6 +1780,21 @@ export interface EnterpriseScope {
|
|
|
1700
1780
|
environments: EnvironmentScope[];
|
|
1701
1781
|
id?: string | undefined;
|
|
1702
1782
|
}
|
|
1783
|
+
/** Manifest of all versions and configs currently deployed within an enterprise. */
|
|
1784
|
+
export interface EnterpriseState {
|
|
1785
|
+
enterprise: string;
|
|
1786
|
+
environments: {
|
|
1787
|
+
[name: string]: EnviroState;
|
|
1788
|
+
};
|
|
1789
|
+
id?: string | undefined;
|
|
1790
|
+
}
|
|
1791
|
+
export interface EnterpriseStateRequest {
|
|
1792
|
+
enterprise: string;
|
|
1793
|
+
environment?: string | undefined;
|
|
1794
|
+
cabinet?: string | undefined;
|
|
1795
|
+
cluster?: string | undefined;
|
|
1796
|
+
noCacheRead?: boolean | undefined;
|
|
1797
|
+
}
|
|
1703
1798
|
export interface EnterpriseVersionConfig {
|
|
1704
1799
|
enterprise: string;
|
|
1705
1800
|
entityType: string;
|
|
@@ -1782,6 +1877,18 @@ export interface EntityAclRoleFilter {
|
|
|
1782
1877
|
property?: string | undefined;
|
|
1783
1878
|
$not?: EntityAclRoleFilter | undefined;
|
|
1784
1879
|
}
|
|
1880
|
+
export interface EntityPermissionRequest {
|
|
1881
|
+
entityType: string;
|
|
1882
|
+
/** Unique human-readable identifier for the entity type (other than the system Id). */
|
|
1883
|
+
entityKey: string;
|
|
1884
|
+
/** Name of the AuthRole. */
|
|
1885
|
+
role: string;
|
|
1886
|
+
/** The rights being granted to the AuthRole. */
|
|
1887
|
+
privileges: Privilege[];
|
|
1888
|
+
/** When true: (Comprehensive for role) removes any existing privileges that arent specified for the given role.
|
|
1889
|
+
* When false: (Additive for role) just injects the given role privileges over whats already there (doesnt remove any existing privileges for that role). */
|
|
1890
|
+
comprehensive?: boolean | undefined;
|
|
1891
|
+
}
|
|
1785
1892
|
/** Overrides the startup command for a container. */
|
|
1786
1893
|
export interface EntryPoint {
|
|
1787
1894
|
enterprise: string;
|
|
@@ -1820,6 +1927,9 @@ export interface Environment {
|
|
|
1820
1927
|
clusterDefs: ClusterDef[];
|
|
1821
1928
|
/** (Optional) The default resource allocation spec to apply to containers in this cluster. */
|
|
1822
1929
|
defaultFootprint?: Partial<ContainerFootprint> | undefined;
|
|
1930
|
+
/** The default privileges to grant to each role on new cabinets created within this environment
|
|
1931
|
+
* (optional: defaults to the permissions assigned to this environment). */
|
|
1932
|
+
defaultCabinetAcl?: DefaultChildAcl | undefined;
|
|
1823
1933
|
createdBy: string;
|
|
1824
1934
|
modifiedBy: string;
|
|
1825
1935
|
created: Date;
|
|
@@ -1862,12 +1972,22 @@ export interface EnvironmentRoot {
|
|
|
1862
1972
|
code?: string | undefined;
|
|
1863
1973
|
sequence?: number | undefined;
|
|
1864
1974
|
clusters?: ClusterWithIngress[] | undefined;
|
|
1975
|
+
/** The default privileges to grant to each role on new cabinets created within this environment
|
|
1976
|
+
* (optional: defaults to the permissions assigned to this environment). */
|
|
1977
|
+
defaultCabinetAcl?: DefaultChildAcl | undefined;
|
|
1865
1978
|
}
|
|
1866
1979
|
/** A reference to an environment and its cabinets. */
|
|
1867
1980
|
export interface EnvironmentScope {
|
|
1868
1981
|
name: string;
|
|
1869
1982
|
cabinets: CabinetClusterScope[];
|
|
1870
1983
|
}
|
|
1984
|
+
/** Manifest of all versions and configs currently deployed within a specific environment. */
|
|
1985
|
+
export interface EnviroState {
|
|
1986
|
+
name: string;
|
|
1987
|
+
cabinets: {
|
|
1988
|
+
[cabinetName: string]: CabinetState;
|
|
1989
|
+
};
|
|
1990
|
+
}
|
|
1871
1991
|
export interface Error {
|
|
1872
1992
|
name: string;
|
|
1873
1993
|
message: string;
|
|
@@ -2653,9 +2773,6 @@ export declare enum OrderEnum {
|
|
|
2653
2773
|
asc = "asc",
|
|
2654
2774
|
desc = "desc"
|
|
2655
2775
|
}
|
|
2656
|
-
export type PartialWithId<TEntity extends IDomainEntity> = Partial<TEntity> & {
|
|
2657
|
-
"id": string;
|
|
2658
|
-
};
|
|
2659
2776
|
export interface patchOperation {
|
|
2660
2777
|
op: patchOperationType;
|
|
2661
2778
|
path: string;
|
|
@@ -2669,10 +2786,10 @@ export declare enum patchOperationType {
|
|
|
2669
2786
|
replace = "replace",
|
|
2670
2787
|
test = "test"
|
|
2671
2788
|
}
|
|
2672
|
-
/** The granting of
|
|
2789
|
+
/** The granting of privileges to a given Role. */
|
|
2673
2790
|
export interface Permission {
|
|
2674
2791
|
role: AuthRole;
|
|
2675
|
-
|
|
2792
|
+
privileges: Privilege[];
|
|
2676
2793
|
}
|
|
2677
2794
|
/** Instructs the kube-scheduler how to place each incoming Pod in relation to the existing Pods across your cluster.
|
|
2678
2795
|
*
|
|
@@ -2692,12 +2809,12 @@ export interface PortMapping {
|
|
|
2692
2809
|
internal?: number | undefined;
|
|
2693
2810
|
}
|
|
2694
2811
|
/** A type of operation that a given Role is allowed to perform on a securable object. */
|
|
2695
|
-
export declare enum
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2812
|
+
export declare enum Privilege {
|
|
2813
|
+
Create = "Create",
|
|
2814
|
+
Delete = "Delete",
|
|
2815
|
+
Execute = "Execute",
|
|
2816
|
+
Read = "Read",
|
|
2817
|
+
Update = "Update"
|
|
2701
2818
|
}
|
|
2702
2819
|
/** Declares a probe action and when to run it against an asset. */
|
|
2703
2820
|
export interface Probe {
|
|
@@ -3195,6 +3312,13 @@ export declare enum ScopeLevel {
|
|
|
3195
3312
|
enterprise = "enterprise",
|
|
3196
3313
|
environment = "environment"
|
|
3197
3314
|
}
|
|
3315
|
+
/** Minimal concrete implementation of ISecurable. */
|
|
3316
|
+
export interface SecurableEntity {
|
|
3317
|
+
id?: string | undefined;
|
|
3318
|
+
readableBy?: string[] | undefined;
|
|
3319
|
+
writeableBy?: string[] | undefined;
|
|
3320
|
+
deleteableBy?: string[] | undefined;
|
|
3321
|
+
}
|
|
3198
3322
|
/** A cloud provider account for an individual user or application. */
|
|
3199
3323
|
export interface SecurityAccount {
|
|
3200
3324
|
/** (guid) The id of the service principal, used when assigining permissions. eg: "bf52a5ea-3663-476c-bb54-aacf9a1b39db", */
|
|
@@ -3290,6 +3414,20 @@ export interface SetupJournalEntry {
|
|
|
3290
3414
|
artifactPartType?: string | undefined;
|
|
3291
3415
|
details?: any | undefined;
|
|
3292
3416
|
}
|
|
3417
|
+
/** Hashcode and audit details for a concrete rendering of a specific config doc.
|
|
3418
|
+
*
|
|
3419
|
+
* (DESIGN NOTE: an asset property is deliberately left out bc this class is not meant to be saved independently;
|
|
3420
|
+
* it is meant to be just a data structure, to be included in an asset context object,
|
|
3421
|
+
* and the asset name will therefore be redundant).
|
|
3422
|
+
*
|
|
3423
|
+
* (useful for diff/change detection). */
|
|
3424
|
+
export interface SingleConfigState {
|
|
3425
|
+
configType: ConfigDefTypesEnum;
|
|
3426
|
+
contentHash: string;
|
|
3427
|
+
modified: Date;
|
|
3428
|
+
modifiedBy: string;
|
|
3429
|
+
targetFile?: string | undefined;
|
|
3430
|
+
}
|
|
3293
3431
|
/** A concrete declaration of a single host naming strategy for a single domain, for a single cabinet.
|
|
3294
3432
|
*
|
|
3295
3433
|
* DEV NOTE: We have this entity type so that we can utilize embedding and cascading
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SubscriptionStatus = exports.SecurityAccountTypeEnum = exports.ScopeLevel = exports.RangeBoundary = exports.ProbeUsageTypesEnum = exports.ProbeActionTypesEnum = exports.
|
|
3
|
+
exports.SubscriptionStatus = exports.SecurityAccountTypeEnum = exports.ScopeLevel = exports.RangeBoundary = exports.ProbeUsageTypesEnum = exports.ProbeActionTypesEnum = exports.Privilege = exports.patchOperationType = exports.OrderEnum = exports.NativeDataTypeEnum = exports.KvpStoreTypesEnum = exports.KitAccessibilityEnum = exports.ImageRegistryTypes = exports.HostNameStrategyEnum = exports.FileStoreTypeEnum = exports.ConfigFormatsEnum = exports.ConfigDefTypesEnum = exports.CloudProviderEnum = exports.AssetTypesEnum = exports.ApiReadyStateEnum = exports.ActivityTypeEnum = void 0;
|
|
4
4
|
var ActivityTypeEnum;
|
|
5
5
|
(function (ActivityTypeEnum) {
|
|
6
6
|
ActivityTypeEnum["cabinetCreate"] = "cabinetCreate";
|
|
@@ -19,8 +19,6 @@ var ApiReadyStateEnum;
|
|
|
19
19
|
ApiReadyStateEnum["ready"] = "ready";
|
|
20
20
|
ApiReadyStateEnum["reflecting"] = "reflecting";
|
|
21
21
|
})(ApiReadyStateEnum = exports.ApiReadyStateEnum || (exports.ApiReadyStateEnum = {}));
|
|
22
|
-
/** Defines both whether the asset is a helm asset or a container,
|
|
23
|
-
* and at the same time whether the asset is a service or job or something else (if helm). */
|
|
24
22
|
var AssetTypesEnum;
|
|
25
23
|
(function (AssetTypesEnum) {
|
|
26
24
|
AssetTypesEnum["helm"] = "helm";
|
|
@@ -39,24 +37,13 @@ var CloudProviderEnum;
|
|
|
39
37
|
/** Values of ScopedSetting.targetFile for NON-FILE configs. */
|
|
40
38
|
var ConfigDefTypesEnum;
|
|
41
39
|
(function (ConfigDefTypesEnum) {
|
|
42
|
-
|
|
43
|
-
ConfigDefTypesEnum["file"] = "file";
|
|
40
|
+
ConfigDefTypesEnum["annotation"] = "annotation";
|
|
44
41
|
ConfigDefTypesEnum["env"] = "env";
|
|
45
|
-
|
|
42
|
+
ConfigDefTypesEnum["file"] = "file";
|
|
46
43
|
ConfigDefTypesEnum["filestore"] = "filestore";
|
|
47
|
-
/** Claims resources for the asset (memory, CPU, replicas). */
|
|
48
44
|
ConfigDefTypesEnum["footprint"] = "footprint";
|
|
49
|
-
/** Configuration of a helm chart. */
|
|
50
45
|
ConfigDefTypesEnum["helm"] = "helm";
|
|
51
|
-
/** Designates a ScopedConfig record as a metadata label specification.
|
|
52
|
-
* (Under the hood, this value will be applied as ScopedConfig.targetFile,
|
|
53
|
-
* allowing these settings to be queried and managed together). */
|
|
54
46
|
ConfigDefTypesEnum["label"] = "label";
|
|
55
|
-
/** Designates a ScopedConfig record as a single metadata annotation specification.
|
|
56
|
-
* (Under the hood, this value will be applied as ScopedConfig.targetFile,
|
|
57
|
-
* allowing these settings to be queried and managed together). */
|
|
58
|
-
ConfigDefTypesEnum["annotation"] = "annotation";
|
|
59
|
-
/** Designates a ScopedConfig record as a flag for enabling and disabling probing for a given scope. */
|
|
60
47
|
ConfigDefTypesEnum["probing"] = "probing";
|
|
61
48
|
})(ConfigDefTypesEnum = exports.ConfigDefTypesEnum || (exports.ConfigDefTypesEnum = {}));
|
|
62
49
|
/** Serializer declaration for a data document. */
|
|
@@ -143,14 +130,14 @@ var patchOperationType;
|
|
|
143
130
|
patchOperationType["test"] = "test";
|
|
144
131
|
})(patchOperationType = exports.patchOperationType || (exports.patchOperationType = {}));
|
|
145
132
|
/** A type of operation that a given Role is allowed to perform on a securable object. */
|
|
146
|
-
var
|
|
147
|
-
(function (
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
})(
|
|
133
|
+
var Privilege;
|
|
134
|
+
(function (Privilege) {
|
|
135
|
+
Privilege["Create"] = "Create";
|
|
136
|
+
Privilege["Delete"] = "Delete";
|
|
137
|
+
Privilege["Execute"] = "Execute";
|
|
138
|
+
Privilege["Read"] = "Read";
|
|
139
|
+
Privilege["Update"] = "Update";
|
|
140
|
+
})(Privilege = exports.Privilege || (exports.Privilege = {}));
|
|
154
141
|
/** Type declaration for the Probe sub-class, determining the nature of its behavior and handling. */
|
|
155
142
|
var ProbeActionTypesEnum;
|
|
156
143
|
(function (ProbeActionTypesEnum) {
|
|
@@ -215,6 +202,7 @@ AndOrNotFilter
|
|
|
215
202
|
ApiReadyState
|
|
216
203
|
ApiReadyStateEnum
|
|
217
204
|
Asset
|
|
205
|
+
AssetConfigState
|
|
218
206
|
AssetCriteria
|
|
219
207
|
AssetFolderReservation
|
|
220
208
|
AssetTemplate
|
|
@@ -248,6 +236,7 @@ CabinetInfrastructure
|
|
|
248
236
|
CabinetIngressDef
|
|
249
237
|
CabinetIngressResourceAttributes
|
|
250
238
|
CabinetScopesCriteria
|
|
239
|
+
CabinetState
|
|
251
240
|
ChangePasswordRequest
|
|
252
241
|
CloudProviderEnum
|
|
253
242
|
Cluster
|
|
@@ -281,8 +270,12 @@ ContainerFootprint
|
|
|
281
270
|
ContainerFootprintCriteria
|
|
282
271
|
CspTenantProfile
|
|
283
272
|
CspTenantProfileCriteria
|
|
273
|
+
DefaultChildAcl
|
|
274
|
+
DefaultChildAclCriteria
|
|
275
|
+
DefaultChildPermissionRequest
|
|
284
276
|
DeployAttempt
|
|
285
277
|
DeployAttemptCriteria
|
|
278
|
+
DeployedState
|
|
286
279
|
Deployment
|
|
287
280
|
DeploymentActivity
|
|
288
281
|
DeploymentActivityCriteria
|
|
@@ -298,17 +291,21 @@ EnterpriseRoot
|
|
|
298
291
|
EnterpriseRunState
|
|
299
292
|
EnterpriseRunStateCriteria
|
|
300
293
|
EnterpriseScope
|
|
294
|
+
EnterpriseState
|
|
295
|
+
EnterpriseStateRequest
|
|
301
296
|
EnterpriseVersionConfig
|
|
302
297
|
EnterpriseVersionConfigCriteria
|
|
303
298
|
EntityAcl
|
|
304
299
|
EntityAclCriteria
|
|
305
300
|
EntityAclRoleFilter
|
|
301
|
+
EntityPermissionRequest
|
|
306
302
|
EntryPoint
|
|
307
303
|
EnumTypeDef
|
|
308
304
|
Environment
|
|
309
305
|
EnvironmentCriteria
|
|
310
306
|
EnvironmentRoot
|
|
311
307
|
EnvironmentScope
|
|
308
|
+
EnviroState
|
|
312
309
|
Error
|
|
313
310
|
FileRequest
|
|
314
311
|
FileStoreDef
|
|
@@ -358,13 +355,12 @@ NodePoolDef
|
|
|
358
355
|
NodePoolDefCriteria
|
|
359
356
|
NumericFilter
|
|
360
357
|
OrderEnum
|
|
361
|
-
PartialWithId
|
|
362
358
|
patchOperation
|
|
363
359
|
patchOperationType
|
|
364
360
|
Permission
|
|
365
361
|
PodTopologySpreadConstraint
|
|
366
362
|
PortMapping
|
|
367
|
-
|
|
363
|
+
Privilege
|
|
368
364
|
Probe
|
|
369
365
|
ProbeActionTypesEnum
|
|
370
366
|
ProbeCriteria
|
|
@@ -394,12 +390,14 @@ ScopedSetting
|
|
|
394
390
|
ScopedSettingCriteria
|
|
395
391
|
ScopeFilter
|
|
396
392
|
ScopeLevel
|
|
393
|
+
SecurableEntity
|
|
397
394
|
SecurityAccount
|
|
398
395
|
SecurityAccountTypeEnum
|
|
399
396
|
ServiceAssetTemplate
|
|
400
397
|
SetupJournal
|
|
401
398
|
SetupJournalCriteria
|
|
402
399
|
SetupJournalEntry
|
|
400
|
+
SingleConfigState
|
|
403
401
|
SingleHostNameStrategyForCabinet
|
|
404
402
|
Snapshot
|
|
405
403
|
SnapshotCriteria
|
|
@@ -439,57 +437,55 @@ ZombiePeriodCriteria
|
|
|
439
437
|
// GENERICS
|
|
440
438
|
//
|
|
441
439
|
// ============================================================================================
|
|
440
|
+
// [Partial<ActivityBase>]
|
|
442
441
|
// [Partial<Asset>]
|
|
443
|
-
// [
|
|
444
|
-
// [
|
|
445
|
-
// [
|
|
446
|
-
// [
|
|
447
|
-
// [
|
|
448
|
-
// [
|
|
449
|
-
// [
|
|
450
|
-
// [
|
|
451
|
-
// [
|
|
452
|
-
// [
|
|
453
|
-
// [
|
|
454
|
-
// [
|
|
455
|
-
// [
|
|
456
|
-
// [
|
|
457
|
-
// [
|
|
458
|
-
// [
|
|
459
|
-
// [
|
|
460
|
-
// [
|
|
461
|
-
// [
|
|
462
|
-
// [
|
|
463
|
-
// [
|
|
464
|
-
// [
|
|
465
|
-
// [
|
|
466
|
-
// [
|
|
467
|
-
// [
|
|
468
|
-
// [
|
|
469
|
-
// [
|
|
470
|
-
// [
|
|
471
|
-
// [
|
|
472
|
-
// [
|
|
473
|
-
// [
|
|
474
|
-
// [
|
|
475
|
-
// [
|
|
476
|
-
// [
|
|
477
|
-
// [
|
|
478
|
-
// [
|
|
479
|
-
// [
|
|
480
|
-
// [
|
|
481
|
-
// [
|
|
482
|
-
// [
|
|
483
|
-
// [
|
|
484
|
-
// [
|
|
485
|
-
// [
|
|
486
|
-
// [
|
|
487
|
-
// [
|
|
488
|
-
// [
|
|
489
|
-
// [PartialWithId<ZombiePeriod>]
|
|
490
|
-
// [T]
|
|
491
|
-
// [TEntity]
|
|
442
|
+
// [Partial<AssetVersionConfig>]
|
|
443
|
+
// [Partial<AuthRole>]
|
|
444
|
+
// [Partial<Build>]
|
|
445
|
+
// [Partial<BuildPipeline>]
|
|
446
|
+
// [Partial<Cabinet>]
|
|
447
|
+
// [Partial<CabinetCreateActivity>]
|
|
448
|
+
// [Partial<Cluster>]
|
|
449
|
+
// [Partial<ClusterDef>]
|
|
450
|
+
// [Partial<ClusterGrant>]
|
|
451
|
+
// [Partial<CodiacTenant>]
|
|
452
|
+
// [Partial<Comment>]
|
|
453
|
+
// [Partial<ConfigChange>]
|
|
454
|
+
// [Partial<ConfigDeploymentActivity>]
|
|
455
|
+
// [Partial<ContainerFootprint>]
|
|
456
|
+
// [Partial<CspTenantProfile>]
|
|
457
|
+
// [Partial<DefaultChildAcl>]
|
|
458
|
+
// [Partial<DeployAttempt>]
|
|
459
|
+
// [Partial<Deployment>]
|
|
460
|
+
// [Partial<DeploymentActivity>]
|
|
461
|
+
// [Partial<DeployPipeline>]
|
|
462
|
+
// [Partial<Enterprise>]
|
|
463
|
+
// [Partial<EnterpriseRunState>]
|
|
464
|
+
// [Partial<EnterpriseVersionConfig>]
|
|
465
|
+
// [Partial<EntityAcl>]
|
|
466
|
+
// [Partial<Environment>]
|
|
467
|
+
// [Partial<FileStoreDef>]
|
|
468
|
+
// [Partial<Image>]
|
|
469
|
+
// [Partial<ImageRegistry>]
|
|
470
|
+
// [Partial<Kit>]
|
|
471
|
+
// [Partial<KvpStoreDef>]
|
|
472
|
+
// [Partial<Label>]
|
|
473
|
+
// [Partial<NodePoolDef>]
|
|
474
|
+
// [Partial<Probe>]
|
|
475
|
+
// [Partial<Product>]
|
|
476
|
+
// [Partial<ProductVersionConfig>]
|
|
477
|
+
// [Partial<ScopedHostNameConfig>]
|
|
478
|
+
// [Partial<ScopedSetting>]
|
|
479
|
+
// [Partial<SetupJournal>]
|
|
480
|
+
// [Partial<Snapshot>]
|
|
481
|
+
// [Partial<SourceRepo>]
|
|
482
|
+
// [Partial<Subscription>]
|
|
483
|
+
// [Partial<Tag>]
|
|
484
|
+
// [Partial<VersionConfig>]
|
|
485
|
+
// [Partial<VersionCreateActivity>]
|
|
486
|
+
// [Partial<WorkFlowStrategy>]
|
|
487
|
+
// [Partial<ZombiePeriod>]
|
|
492
488
|
//
|
|
493
489
|
// UpdatePartialWhereRequest
|
|
494
|
-
// Total contract count:
|
|
490
|
+
// Total contract count: 317
|
|
495
491
|
//# sourceMappingURL=contracts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.js","sourceRoot":"","sources":["../../../../src/apis/codiac-api/gen/contracts.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"contracts.js","sourceRoot":"","sources":["../../../../src/apis/codiac-api/gen/contracts.ts"],"names":[],"mappings":"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"}
|
|
@@ -125,7 +125,7 @@ declare class AuthRoleCruds {
|
|
|
125
125
|
tryCreate(request: AuthRole, options?: IRepoOptions): Promise<SingleResult<AuthRole>>;
|
|
126
126
|
create(request: AuthRole, options?: IThrowingRepoOptions): Promise<AuthRole>;
|
|
127
127
|
}
|
|
128
|
-
import { ActivateBusListenerRequest, AssetReplicaLogRequest, AssetStatusRequest, AssetStatus, FetchAssetVersionsRequest, GetAutoscalingMetricsRequest, AssetConfigSchemaRequest, GetAwsNodeTypesRequest, AwsNodeType, GetAwsRegionsRequest, AwsRegion, GetAwsUserRequest, AwsIdentity, GetAzureContainerRegistriesRequest, AzureAcr, GetAzureLocationsRequest, AzureLocation, GetAzureNodeTypesRequest, AzureNodeType, GetAzureResourceGroupsRequest, GetAzureSubscriptionsRequest, AzureUserSubscription, GetAzureVnetsRequest, AzureVNet, CabinetSelector, CabinetClusterRoot, ClusterAccessGrantRequest, AccessGrant, ClusterConnectionRequest, GetClusterDefaultsRequest, ClusterDefaults, GetRenderedCabinetConfigRequest, ImportConfigRequest, LogintoCloudProviderRequest, ApiAuthToken, CspLoginAuthCodeCatcherRequest, CspLoginAuthCodeCatcherResponse, CspLoginInteractiveRequest, CspLoginInteractiveResponse, CspLogoutCatcherRequest, CspLogoutInteractiveRequest, CspLogoutInteractiveResponse, GetCloudProviderUserRequest, DeployedConfigCriteria, DeployedConfig, AssetReplicaContext, K8sContainerRef, ExecuteCabinetKillerRequest, Cabinet, ExecuteCreateCabinetRequest,
|
|
128
|
+
import { ActivateBusListenerRequest, AssetReplicaLogRequest, AssetStatusRequest, AssetStatus, FetchAssetVersionsRequest, GetAutoscalingMetricsRequest, AssetConfigSchemaRequest, GetAwsNodeTypesRequest, AwsNodeType, GetAwsRegionsRequest, AwsRegion, GetAwsUserRequest, AwsIdentity, GetAzureContainerRegistriesRequest, AzureAcr, GetAzureLocationsRequest, AzureLocation, GetAzureNodeTypesRequest, AzureNodeType, GetAzureResourceGroupsRequest, GetAzureSubscriptionsRequest, AzureUserSubscription, GetAzureVnetsRequest, AzureVNet, CabinetSelector, CabinetClusterRoot, ClusterAccessGrantRequest, AccessGrant, ClusterConnectionRequest, GetClusterDefaultsRequest, ClusterDefaults, GetRenderedCabinetConfigRequest, ImportConfigRequest, LogintoCloudProviderRequest, ApiAuthToken, CspLoginAuthCodeCatcherRequest, CspLoginAuthCodeCatcherResponse, CspLoginInteractiveRequest, CspLoginInteractiveResponse, CspLogoutCatcherRequest, CspLogoutInteractiveRequest, CspLogoutInteractiveResponse, GetCloudProviderUserRequest, DeployedConfigCriteria, DeployedConfig, AssetReplicaContext, K8sContainerRef, ExecuteCabinetKillerRequest, Cabinet, ExecuteCreateCabinetRequest, CreateClusterRequest, CreateClusterResponse, CreateClusterRequestAsync, CreateClusterAck, ExecuteClusterIngressCreateRequest, ExecuteClusterIngressCreateResponse, ExecuteClusterIngressDeleteRequest, ExecuteClusterIngressDeleteResponse, ClusterTillerInstallRequest, ClusterTillerInstallResponse, DeleteClusterInstanceRequest, DeleteClusterInstanceResponse, ExecuteDeployConfigsForRequest, ExecuteDeployConfigsForResponse, ExecuteDeployIngressForAssetsRequest, ExecuteDeployIngressForAssetsResponse, DeployRequest, IPartialAsset, ExecuteDestroyAssetsRequest, ExecuteDestroyAssetsResponse, ExecuteDomainUpsertRequest, CabinetAssetList, 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";
|
|
129
129
|
declare class OtherOperations {
|
|
130
130
|
private core;
|
|
131
131
|
constructor(core: ApiClientBase);
|
|
@@ -194,7 +194,7 @@ declare class OtherOperations {
|
|
|
194
194
|
/** (generated operationId) */
|
|
195
195
|
postExecuteCabinetKiller(request: ExecuteCabinetKillerRequest, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
|
|
196
196
|
/** (generated operationId) */
|
|
197
|
-
postExecuteCabinetMaker(request: ExecuteCreateCabinetRequest, options?: IRepoOptions): Promise<
|
|
197
|
+
postExecuteCabinetMaker(request: ExecuteCreateCabinetRequest, options?: IRepoOptions): Promise<SingleResult<Cabinet>>;
|
|
198
198
|
/** (generated operationId) */
|
|
199
199
|
postExecuteClusterCreate(request: CreateClusterRequest, options?: IRepoOptions): Promise<CreateClusterResponse>;
|
|
200
200
|
clusterCreateAsync(request: CreateClusterRequestAsync, options?: IRepoOptions): Promise<SingleResult<CreateClusterAck>>;
|