@codiac.io/codiac-cli 1.2.153 → 1.2.154
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/lib/api-clients/common/api-user-creds.d.ts +7 -0
- package/lib/api-clients/common/api-user-creds.js +19 -0
- package/lib/api-clients/common/api-user-creds.js.map +1 -0
- package/lib/api-clients/common/config-loader.d.ts +6 -0
- package/lib/api-clients/common/config-loader.js +19 -0
- package/lib/api-clients/common/config-loader.js.map +1 -0
- package/lib/api-clients/common/security/auth-constants.d.ts +15 -0
- package/lib/api-clients/common/security/auth-constants.js +22 -0
- package/lib/api-clients/common/security/auth-constants.js.map +1 -0
- package/lib/api-clients/common/security/i-auth-client.d.ts +44 -0
- package/lib/api-clients/common/security/i-auth-client.js +3 -0
- package/lib/api-clients/common/security/i-auth-client.js.map +1 -0
- package/lib/api-clients/common/security/rest-client-base-with-auth.d.ts +84 -0
- package/lib/api-clients/common/security/rest-client-base-with-auth.js +361 -0
- package/lib/api-clients/common/security/rest-client-base-with-auth.js.map +1 -0
- package/lib/api-clients/common/security/token-holder.d.ts +13 -0
- package/lib/api-clients/common/security/token-holder.js +18 -0
- package/lib/api-clients/common/security/token-holder.js.map +1 -0
- package/lib/api-clients/common/utils.d.ts +23 -0
- package/lib/api-clients/common/utils.js +83 -0
- package/lib/api-clients/common/utils.js.map +1 -0
- package/lib/api-clients/contracts/index.d.ts +1 -0
- package/lib/api-clients/contracts/index.js +5 -0
- package/lib/api-clients/contracts/index.js.map +1 -0
- package/lib/api-clients/gen/client-config.d.ts +10 -0
- package/lib/api-clients/gen/client-config.js +29 -0
- package/lib/api-clients/gen/client-config.js.map +1 -0
- package/lib/api-clients/gen/client.d.ts +45 -0
- package/lib/api-clients/gen/client.js +331 -0
- package/lib/api-clients/gen/client.js.map +1 -0
- package/lib/api-clients/gen/contracts.d.ts +2529 -0
- package/lib/api-clients/gen/contracts.js +370 -0
- package/lib/api-clients/gen/contracts.js.map +1 -0
- package/lib/api-clients/gen/endpoints.d.ts +3 -0
- package/lib/api-clients/gen/endpoints.js +3150 -0
- package/lib/api-clients/gen/endpoints.js.map +1 -0
- package/lib/api-clients/index.d.ts +2 -0
- package/lib/api-clients/index.js +6 -0
- package/lib/api-clients/index.js.map +1 -0
- package/lib/apis/codiac-api/common/security/rest-client-base-with-auth.d.ts +84 -0
- package/lib/apis/codiac-api/common/security/rest-client-base-with-auth.js +361 -0
- package/lib/apis/codiac-api/common/security/rest-client-base-with-auth.js.map +1 -0
- package/lib/apis/codiac-api/gen/endpoints.d.ts +3 -0
- package/lib/apis/codiac-api/gen/endpoints.js +3150 -0
- package/lib/apis/codiac-api/gen/endpoints.js.map +1 -0
- package/lib/apis/over-gen/temp-mods.d.ts +33 -0
- package/lib/apis/over-gen/temp-mods.js +91 -0
- package/lib/apis/over-gen/temp-mods.js.map +1 -0
- package/lib/k8s-command-base.d.ts +25 -15
- package/lib/k8s-command-base.js +92 -20
- package/lib/k8s-command-base.js.map +1 -1
- package/lib/relay/data/aws-regions.d.ts +0 -6
- package/lib/relay/data/aws-regions.js +32 -32
- package/lib/relay/data/aws-regions.js.map +1 -1
- package/lib/relay/wsclient/bus-listener.ervice.d.ts +71 -0
- package/lib/relay/wsclient/bus-listener.ervice.js +150 -0
- package/lib/relay/wsclient/bus-listener.ervice.js.map +1 -0
- package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.d.ts +0 -11
- package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.js +13 -14
- package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.js.map +1 -1
- package/lib/uilogic/cloud-resource-configurators/aws-node-types.d.ts +33 -1
- package/lib/uilogic/cloud-resource-configurators/aws-node-types.js +3712 -2
- package/lib/uilogic/cloud-resource-configurators/aws-node-types.js.map +1 -1
- package/lib/uilogic/enterprise-contextualizer-machine-scope.d.ts +69 -0
- package/lib/uilogic/enterprise-contextualizer-machine-scope.js +596 -0
- package/lib/uilogic/enterprise-contextualizer-machine-scope.js.map +1 -0
- package/lib/uilogic/registry-configurator-factory.d.ts +12 -0
- package/lib/uilogic/registry-configurator-factory.js +68 -0
- package/lib/uilogic/registry-configurator-factory.js.map +1 -0
- package/lib/uilogic/registry-configurator.d.ts +17 -0
- package/lib/uilogic/registry-configurator.js +145 -0
- package/lib/uilogic/registry-configurator.js.map +1 -0
- package/lib/uilogic/registry-configurators/aws-registry-configurator.d.ts +15 -0
- package/lib/uilogic/registry-configurators/aws-registry-configurator.js +67 -0
- package/lib/uilogic/registry-configurators/aws-registry-configurator.js.map +1 -0
- package/lib/uilogic/registry-configurators/azure-registry-configurator.d.ts +25 -0
- package/lib/uilogic/registry-configurators/azure-registry-configurator.js +72 -0
- package/lib/uilogic/registry-configurators/azure-registry-configurator.js.map +1 -0
- package/lib/uilogic/registry-configurators/docker-hub-registry-configurator.d.ts +18 -0
- package/lib/uilogic/registry-configurators/docker-hub-registry-configurator.js +55 -0
- package/lib/uilogic/registry-configurators/docker-hub-registry-configurator.js.map +1 -0
- package/lib/uilogic/registry-configurators/helm-registry-configurator.d.ts +16 -0
- package/lib/uilogic/registry-configurators/helm-registry-configurator.js +44 -0
- package/lib/uilogic/registry-configurators/helm-registry-configurator.js.map +1 -0
- package/lib/uilogic/registry-configurators/unsupported-registry-configurator.d.ts +17 -0
- package/lib/uilogic/registry-configurators/unsupported-registry-configurator.js +60 -0
- package/lib/uilogic/registry-configurators/unsupported-registry-configurator.js.map +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,370 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubscriptionStatus = exports.SecurityAccountTypeEnum = exports.ScopeLevel = exports.RangeBoundary = exports.Privelege = exports.patchOperationType = 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
|
+
var ActivityTypeEnum;
|
|
5
|
+
(function (ActivityTypeEnum) {
|
|
6
|
+
ActivityTypeEnum["cabinetCreate"] = "cabinetCreate";
|
|
7
|
+
ActivityTypeEnum["cabinetDelete"] = "cabinetDelete";
|
|
8
|
+
ActivityTypeEnum["codeCommit"] = "codeCommit";
|
|
9
|
+
ActivityTypeEnum["configDeploy"] = "configDeploy";
|
|
10
|
+
ActivityTypeEnum["deployment"] = "deployment";
|
|
11
|
+
ActivityTypeEnum["imageBuild"] = "imageBuild";
|
|
12
|
+
ActivityTypeEnum["versionCreate"] = "versionCreate";
|
|
13
|
+
})(ActivityTypeEnum = exports.ActivityTypeEnum || (exports.ActivityTypeEnum = {})); /** Upsert Request for assignment of a new or existing user to the current tenant. */
|
|
14
|
+
var ApiReadyStateEnum;
|
|
15
|
+
(function (ApiReadyStateEnum) {
|
|
16
|
+
ApiReadyStateEnum["bootstrapping"] = "bootstrapping";
|
|
17
|
+
ApiReadyStateEnum["initializingPlugins"] = "initializingPlugins";
|
|
18
|
+
ApiReadyStateEnum["instantiated"] = "instantiated";
|
|
19
|
+
ApiReadyStateEnum["ready"] = "ready";
|
|
20
|
+
ApiReadyStateEnum["reflecting"] = "reflecting";
|
|
21
|
+
})(ApiReadyStateEnum = exports.ApiReadyStateEnum || (exports.ApiReadyStateEnum = {})); /** A functional unit that is published as an individual container.
|
|
22
|
+
* Could be an api, service, web app, cloud function, or any other type of containerized executable system. */
|
|
23
|
+
var AssetTypesEnum;
|
|
24
|
+
(function (AssetTypesEnum) {
|
|
25
|
+
AssetTypesEnum["helm"] = "helm";
|
|
26
|
+
AssetTypesEnum["job"] = "job";
|
|
27
|
+
AssetTypesEnum["service"] = "service";
|
|
28
|
+
})(AssetTypesEnum = exports.AssetTypesEnum || (exports.AssetTypesEnum = {}));
|
|
29
|
+
/** Identifier for a supported cloud service provider, for use in selecting infrastructure clients, provisioners, and credentials. */
|
|
30
|
+
var CloudProviderEnum;
|
|
31
|
+
(function (CloudProviderEnum) {
|
|
32
|
+
CloudProviderEnum["aws"] = "aws";
|
|
33
|
+
CloudProviderEnum["azure"] = "azure";
|
|
34
|
+
CloudProviderEnum["dockerHub"] = "dockerHub";
|
|
35
|
+
CloudProviderEnum["other"] = "other";
|
|
36
|
+
})(CloudProviderEnum = exports.CloudProviderEnum || (exports.CloudProviderEnum = {}));
|
|
37
|
+
/** Values of ScopedSetting.targetFile for NON-FILE configs. */
|
|
38
|
+
var ConfigDefTypesEnum;
|
|
39
|
+
(function (ConfigDefTypesEnum) {
|
|
40
|
+
ConfigDefTypesEnum["env"] = "env";
|
|
41
|
+
ConfigDefTypesEnum["file"] = "file";
|
|
42
|
+
ConfigDefTypesEnum["filestore"] = "filestore";
|
|
43
|
+
ConfigDefTypesEnum["footprint"] = "footprint";
|
|
44
|
+
ConfigDefTypesEnum["helm"] = "helm";
|
|
45
|
+
})(ConfigDefTypesEnum = exports.ConfigDefTypesEnum || (exports.ConfigDefTypesEnum = {}));
|
|
46
|
+
/** Serializer declaration for a data document. */
|
|
47
|
+
var ConfigFormatsEnum;
|
|
48
|
+
(function (ConfigFormatsEnum) {
|
|
49
|
+
ConfigFormatsEnum["ini"] = "ini";
|
|
50
|
+
ConfigFormatsEnum["json"] = "json";
|
|
51
|
+
ConfigFormatsEnum["toml"] = "toml";
|
|
52
|
+
ConfigFormatsEnum["xml"] = "xml";
|
|
53
|
+
ConfigFormatsEnum["yaml"] = "yaml";
|
|
54
|
+
})(ConfigFormatsEnum = exports.ConfigFormatsEnum || (exports.ConfigFormatsEnum = {})); /** Structure of settings and their data types supported by an Asset.
|
|
55
|
+
* (ie: structure of a config file, environment variable list, Asset attributes, etc.) */
|
|
56
|
+
/** Supported file store adapters that can be mapped to a reserved folder on an asset. */
|
|
57
|
+
var FileStoreTypeEnum;
|
|
58
|
+
(function (FileStoreTypeEnum) {
|
|
59
|
+
FileStoreTypeEnum["AzureBlobStorage"] = "AzureBlobStorage";
|
|
60
|
+
FileStoreTypeEnum["AzureDisk"] = "AzureDisk";
|
|
61
|
+
FileStoreTypeEnum["AzureFileStorage"] = "AzureFileStorage";
|
|
62
|
+
FileStoreTypeEnum["HostMachineFolder"] = "HostMachineFolder";
|
|
63
|
+
})(FileStoreTypeEnum = exports.FileStoreTypeEnum || (exports.FileStoreTypeEnum = {})); /** Calls out the cabinet and its parent structures. */
|
|
64
|
+
var HostNameStrategyEnum;
|
|
65
|
+
(function (HostNameStrategyEnum) {
|
|
66
|
+
HostNameStrategyEnum["cab_dot_cluster_dot_domain_slash_service"] = "cab_dot_cluster_dot_domain_slash_service";
|
|
67
|
+
HostNameStrategyEnum["cab_dot_cluster_dot_enterprise_dot_domain_slash_service"] = "cab_dot_cluster_dot_enterprise_dot_domain_slash_service";
|
|
68
|
+
HostNameStrategyEnum["cab_dot_domain_slash_service"] = "cab_dot_domain_slash_service";
|
|
69
|
+
HostNameStrategyEnum["domain_slash_service"] = "domain_slash_service";
|
|
70
|
+
HostNameStrategyEnum["globally_shared_domain_slash_service"] = "globally_shared_domain_slash_service";
|
|
71
|
+
HostNameStrategyEnum["service_dot_domain"] = "service_dot_domain";
|
|
72
|
+
HostNameStrategyEnum["shared_ingress_ip"] = "shared_ingress_ip";
|
|
73
|
+
HostNameStrategyEnum["svc_dot_cab_dot_domain"] = "svc_dot_cab_dot_domain";
|
|
74
|
+
})(HostNameStrategyEnum = exports.HostNameStrategyEnum || (exports.HostNameStrategyEnum = {})); /** Identifying information of the subscription as it is represented in the billing system.
|
|
75
|
+
* This object should get hydrated by a sync task. */
|
|
76
|
+
var ImageRegistryTypes;
|
|
77
|
+
(function (ImageRegistryTypes) {
|
|
78
|
+
ImageRegistryTypes["AmazonEcr"] = "AmazonEcr";
|
|
79
|
+
ImageRegistryTypes["AzureCr"] = "AzureCr";
|
|
80
|
+
ImageRegistryTypes["DockerHub"] = "DockerHub";
|
|
81
|
+
ImageRegistryTypes["Other"] = "Other";
|
|
82
|
+
ImageRegistryTypes["helm"] = "helm";
|
|
83
|
+
})(ImageRegistryTypes = exports.ImageRegistryTypes || (exports.ImageRegistryTypes = {})); /** An unversioned reference to an image repository.
|
|
84
|
+
* Matches an Image entity. This class is for use as a request: it is NOT A DOMAIN ENTITY. */
|
|
85
|
+
/** Indicates who in the Codiac universe is allowed to view and use a Kit. */
|
|
86
|
+
var KitAccessibilityEnum;
|
|
87
|
+
(function (KitAccessibilityEnum) {
|
|
88
|
+
KitAccessibilityEnum["friends"] = "friends";
|
|
89
|
+
KitAccessibilityEnum["private"] = "private";
|
|
90
|
+
KitAccessibilityEnum["public"] = "public";
|
|
91
|
+
})(KitAccessibilityEnum = exports.KitAccessibilityEnum || (exports.KitAccessibilityEnum = {}));
|
|
92
|
+
/** List of codenames for supported KeyValue stores.
|
|
93
|
+
* eg: Clients for these types of stores are registered under these values. */
|
|
94
|
+
var KvpStoreTypesEnum;
|
|
95
|
+
(function (KvpStoreTypesEnum) {
|
|
96
|
+
KvpStoreTypesEnum["awsKeyVault"] = "awsKeyVault";
|
|
97
|
+
KvpStoreTypesEnum["azBlob"] = "azBlob";
|
|
98
|
+
KvpStoreTypesEnum["azKeyVault"] = "azKeyVault";
|
|
99
|
+
KvpStoreTypesEnum["etcd"] = "etcd";
|
|
100
|
+
KvpStoreTypesEnum["mongoCollection"] = "mongoCollection";
|
|
101
|
+
KvpStoreTypesEnum["mongoDocument"] = "mongoDocument";
|
|
102
|
+
})(KvpStoreTypesEnum = exports.KvpStoreTypesEnum || (exports.KvpStoreTypesEnum = {}));
|
|
103
|
+
var NativeDataTypeEnum;
|
|
104
|
+
(function (NativeDataTypeEnum) {
|
|
105
|
+
NativeDataTypeEnum["boolean"] = "boolean";
|
|
106
|
+
NativeDataTypeEnum["float32"] = "float32";
|
|
107
|
+
NativeDataTypeEnum["float64"] = "float64";
|
|
108
|
+
NativeDataTypeEnum["int16"] = "int16";
|
|
109
|
+
NativeDataTypeEnum["int32"] = "int32";
|
|
110
|
+
NativeDataTypeEnum["int8"] = "int8";
|
|
111
|
+
NativeDataTypeEnum["string"] = "string";
|
|
112
|
+
NativeDataTypeEnum["timestamp"] = "timestamp";
|
|
113
|
+
NativeDataTypeEnum["uint16"] = "uint16";
|
|
114
|
+
NativeDataTypeEnum["uint32"] = "uint32";
|
|
115
|
+
NativeDataTypeEnum["uint8"] = "uint8";
|
|
116
|
+
})(NativeDataTypeEnum = exports.NativeDataTypeEnum || (exports.NativeDataTypeEnum = {})); /** "Type" form of [RFC8927](https://datatracker.ietf.org/doc/rfc8927/) */
|
|
117
|
+
var patchOperationType;
|
|
118
|
+
(function (patchOperationType) {
|
|
119
|
+
patchOperationType["add"] = "add";
|
|
120
|
+
patchOperationType["copy"] = "copy";
|
|
121
|
+
patchOperationType["move"] = "move";
|
|
122
|
+
patchOperationType["remove"] = "remove";
|
|
123
|
+
patchOperationType["replace"] = "replace";
|
|
124
|
+
patchOperationType["test"] = "test";
|
|
125
|
+
})(patchOperationType = exports.patchOperationType || (exports.patchOperationType = {})); /** The granting of priveleges to a given Role. */
|
|
126
|
+
/** A type of operation that a given Role is allowed to perform on a securable object. */
|
|
127
|
+
var Privelege;
|
|
128
|
+
(function (Privelege) {
|
|
129
|
+
Privelege[Privelege["value0"] = 0] = "value0";
|
|
130
|
+
Privelege[Privelege["value1"] = 1] = "value1";
|
|
131
|
+
Privelege[Privelege["value2"] = 2] = "value2";
|
|
132
|
+
Privelege[Privelege["value3"] = 3] = "value3";
|
|
133
|
+
Privelege[Privelege["value4"] = 4] = "value4";
|
|
134
|
+
})(Privelege = exports.Privelege || (exports.Privelege = {})); /** A grouping of assets within an enterprise that are released together. */
|
|
135
|
+
/** Declaration of boundary conditions for a Range instance. */
|
|
136
|
+
var RangeBoundary;
|
|
137
|
+
(function (RangeBoundary) {
|
|
138
|
+
RangeBoundary[RangeBoundary["value0"] = 0] = "value0";
|
|
139
|
+
RangeBoundary[RangeBoundary["value1"] = 1] = "value1";
|
|
140
|
+
RangeBoundary[RangeBoundary["value2"] = 2] = "value2";
|
|
141
|
+
RangeBoundary[RangeBoundary["value3"] = 3] = "value3";
|
|
142
|
+
})(RangeBoundary = exports.RangeBoundary || (exports.RangeBoundary = {}));
|
|
143
|
+
var ScopeLevel;
|
|
144
|
+
(function (ScopeLevel) {
|
|
145
|
+
ScopeLevel["cabinet"] = "cabinet";
|
|
146
|
+
ScopeLevel["enterprise"] = "enterprise";
|
|
147
|
+
ScopeLevel["environment"] = "environment";
|
|
148
|
+
})(ScopeLevel = exports.ScopeLevel || (exports.ScopeLevel = {})); /** A cloud provider account for an individual user or application. */
|
|
149
|
+
/** The security strategy employed on the cluster,
|
|
150
|
+
* indictating which type of security account
|
|
151
|
+
* will be used to identify the cluster and enforce its authorizations. */
|
|
152
|
+
var SecurityAccountTypeEnum;
|
|
153
|
+
(function (SecurityAccountTypeEnum) {
|
|
154
|
+
SecurityAccountTypeEnum["managedIdentity"] = "managedIdentity";
|
|
155
|
+
SecurityAccountTypeEnum["servicePrincipal"] = "servicePrincipal";
|
|
156
|
+
})(SecurityAccountTypeEnum = exports.SecurityAccountTypeEnum || (exports.SecurityAccountTypeEnum = {})); /** An asset consisting of a k8s service
|
|
157
|
+
* backed by a pod replica set (generated via a k8s Deployment entity). */
|
|
158
|
+
var SubscriptionStatus;
|
|
159
|
+
(function (SubscriptionStatus) {
|
|
160
|
+
SubscriptionStatus["cancelled"] = "cancelled";
|
|
161
|
+
SubscriptionStatus["closed"] = "closed";
|
|
162
|
+
SubscriptionStatus["current"] = "current";
|
|
163
|
+
SubscriptionStatus["overdue"] = "overdue";
|
|
164
|
+
SubscriptionStatus["pending"] = "pending";
|
|
165
|
+
SubscriptionStatus["suspended"] = "suspended";
|
|
166
|
+
SubscriptionStatus["trial"] = "trial";
|
|
167
|
+
})(SubscriptionStatus = exports.SubscriptionStatus || (exports.SubscriptionStatus = {})); /** The token must be submitted in the
|
|
168
|
+
* http header designated in the AuthSettings object for the auth api. */
|
|
169
|
+
/*
|
|
170
|
+
AccessProfile
|
|
171
|
+
ActivityBase
|
|
172
|
+
ActivityCriteriaBase
|
|
173
|
+
ActivityTypeEnum
|
|
174
|
+
AddTenantUserRequest
|
|
175
|
+
AndOrNot
|
|
176
|
+
AndOrNotFilter
|
|
177
|
+
ApiReadyState
|
|
178
|
+
ApiReadyStateEnum
|
|
179
|
+
Asset
|
|
180
|
+
AssetCriteria
|
|
181
|
+
AssetTemplate
|
|
182
|
+
AssetTypesEnum
|
|
183
|
+
AssetVersionConfig
|
|
184
|
+
AssetVersionConfigCriteria
|
|
185
|
+
AuthenticationRequest
|
|
186
|
+
AuthRole
|
|
187
|
+
AuthRoleCriteria
|
|
188
|
+
AuthRoleParentFilter
|
|
189
|
+
AuthSubscription
|
|
190
|
+
AuthTenant
|
|
191
|
+
Buffer
|
|
192
|
+
Build
|
|
193
|
+
BuildCriteria
|
|
194
|
+
BuildPipeline
|
|
195
|
+
BuildPipelineCriteria
|
|
196
|
+
Cabinet
|
|
197
|
+
CabinetConfigState
|
|
198
|
+
CabinetConfigStateRequest
|
|
199
|
+
CabinetCreateActivity
|
|
200
|
+
CabinetCreateActivityCriteria
|
|
201
|
+
CabinetCriteria
|
|
202
|
+
CabinetHostNameConfig
|
|
203
|
+
CabinetHostNameConfigCriteria
|
|
204
|
+
CabinetInfrastructure
|
|
205
|
+
CabinetIngressDef
|
|
206
|
+
CabinetIngressResourceAttributes
|
|
207
|
+
CabinetScopesCriteria
|
|
208
|
+
ChangePasswordRequest
|
|
209
|
+
CloudProviderEnum
|
|
210
|
+
Cluster
|
|
211
|
+
ClusterCriteria
|
|
212
|
+
ClusterDef
|
|
213
|
+
ClusterDefCriteria
|
|
214
|
+
CodiacTenant
|
|
215
|
+
CodiacTenantCriteria
|
|
216
|
+
CodiacUser
|
|
217
|
+
CodiacUserCriteria
|
|
218
|
+
CodiacUserPatch
|
|
219
|
+
ConfigChange
|
|
220
|
+
ConfigChangeCriteria
|
|
221
|
+
ConfigDef
|
|
222
|
+
ConfigDefCriteria
|
|
223
|
+
ConfigDefTypesEnum
|
|
224
|
+
ConfigDeploymentActivity
|
|
225
|
+
ConfigDeploymentActivityCriteria
|
|
226
|
+
ConfigDoc
|
|
227
|
+
ConfigDocSpecForOne
|
|
228
|
+
ConfigFormatsEnum
|
|
229
|
+
ConfigSchema
|
|
230
|
+
ContainerFootprint
|
|
231
|
+
ContainerFootprintCriteria
|
|
232
|
+
DeployAttempt
|
|
233
|
+
DeployAttemptCriteria
|
|
234
|
+
Deployment
|
|
235
|
+
DeploymentActivity
|
|
236
|
+
DeploymentActivityCriteria
|
|
237
|
+
DeploymentCriteria
|
|
238
|
+
DeployPipeline
|
|
239
|
+
DeployPipelineCriteria
|
|
240
|
+
DiscriminatorTypeDef
|
|
241
|
+
ElementsTypeDef
|
|
242
|
+
EmptyTypeDef
|
|
243
|
+
Enterprise
|
|
244
|
+
EnterpriseCriteria
|
|
245
|
+
EnterpriseRoot
|
|
246
|
+
EnterpriseRunState
|
|
247
|
+
EnterpriseRunStateCriteria
|
|
248
|
+
EnterpriseScope
|
|
249
|
+
EnterpriseVersionConfig
|
|
250
|
+
EnterpriseVersionConfigCriteria
|
|
251
|
+
EntityAcl
|
|
252
|
+
EntityAclCriteria
|
|
253
|
+
EntityAclRoleFilter
|
|
254
|
+
EnumTypeDef
|
|
255
|
+
Environment
|
|
256
|
+
EnvironmentCriteria
|
|
257
|
+
Error
|
|
258
|
+
FileRequest
|
|
259
|
+
FileStoreDef
|
|
260
|
+
FileStoreDefCriteria
|
|
261
|
+
FileStoreInfrx
|
|
262
|
+
FileStoreTypeEnum
|
|
263
|
+
FullyQualifiedCabinetScopes
|
|
264
|
+
HelmAssetTemplate
|
|
265
|
+
HelmChartSpec
|
|
266
|
+
HostNameConfig
|
|
267
|
+
HostNameConfigCabinetScopeFilter
|
|
268
|
+
HostNameStrategyEnum
|
|
269
|
+
IBillingPlanRef
|
|
270
|
+
Image
|
|
271
|
+
ImageCriteria
|
|
272
|
+
ImageRegistry
|
|
273
|
+
ImageRegistryCriteria
|
|
274
|
+
ImageRegistrySpec
|
|
275
|
+
ImageRegistryTypes
|
|
276
|
+
ImageSpec
|
|
277
|
+
IngressDef
|
|
278
|
+
ISourcedSetting
|
|
279
|
+
IValidationStatus
|
|
280
|
+
IVersionRef
|
|
281
|
+
JobAssetTemplate
|
|
282
|
+
Kit
|
|
283
|
+
KitAccessibilityEnum
|
|
284
|
+
KitCriteria
|
|
285
|
+
KvpReference
|
|
286
|
+
KvpStoreDef
|
|
287
|
+
KvpStoreDefCriteria
|
|
288
|
+
KvpStoreInfrx
|
|
289
|
+
KvpStoreTypesEnum
|
|
290
|
+
MyTenantRequest
|
|
291
|
+
NativeDataTypeEnum
|
|
292
|
+
NativeTypeDef
|
|
293
|
+
NodePoolDef
|
|
294
|
+
NodePoolDefCriteria
|
|
295
|
+
NumericFilter
|
|
296
|
+
patchOperation
|
|
297
|
+
patchOperationType
|
|
298
|
+
Permission
|
|
299
|
+
Privelege
|
|
300
|
+
Product
|
|
301
|
+
ProductCriteria
|
|
302
|
+
ProductVersionConfig
|
|
303
|
+
ProductVersionConfigCriteria
|
|
304
|
+
PropertiesTypeDef
|
|
305
|
+
PullSecretRef
|
|
306
|
+
Range
|
|
307
|
+
RangeBoundary
|
|
308
|
+
ReadyStateRequest
|
|
309
|
+
RefreshTokenRequest
|
|
310
|
+
RefTypeDef
|
|
311
|
+
ResetPasswordRequest
|
|
312
|
+
Result
|
|
313
|
+
RoleAssignmentRequest
|
|
314
|
+
RootMap
|
|
315
|
+
RootMapCriteria
|
|
316
|
+
Scope
|
|
317
|
+
ScopedConfig
|
|
318
|
+
ScopedConfigCriteria
|
|
319
|
+
ScopedHostNameConfig
|
|
320
|
+
ScopedHostNameConfigCriteria
|
|
321
|
+
ScopedSetting
|
|
322
|
+
ScopedSettingCriteria
|
|
323
|
+
ScopeFilter
|
|
324
|
+
ScopeLevel
|
|
325
|
+
SecurityAccount
|
|
326
|
+
SecurityAccountTypeEnum
|
|
327
|
+
ServiceAssetTemplate
|
|
328
|
+
SetupJournal
|
|
329
|
+
SetupJournalCriteria
|
|
330
|
+
SetupJournalEntry
|
|
331
|
+
SingleHostNameStrategyForCabinet
|
|
332
|
+
Snapshot
|
|
333
|
+
SnapshotCriteria
|
|
334
|
+
SourceRepo
|
|
335
|
+
SourceRepoCriteria
|
|
336
|
+
StringFilter
|
|
337
|
+
StringListFilter
|
|
338
|
+
Subscription
|
|
339
|
+
SubscriptionCriteria
|
|
340
|
+
SubscriptionStatus
|
|
341
|
+
SwitchTenantRequest
|
|
342
|
+
T
|
|
343
|
+
T_1
|
|
344
|
+
T_2
|
|
345
|
+
T_3
|
|
346
|
+
Tag
|
|
347
|
+
TagCriteria
|
|
348
|
+
TCriteria
|
|
349
|
+
TenantRegistrationRequest
|
|
350
|
+
TenantStatusChange
|
|
351
|
+
TenantSubscriptionCancel
|
|
352
|
+
TenantSubscriptionUpdate
|
|
353
|
+
TenantUser
|
|
354
|
+
TypeDefBase
|
|
355
|
+
UserTenantCodeFilter
|
|
356
|
+
ValuesTypeDef
|
|
357
|
+
VersionConfig
|
|
358
|
+
VersionConfigCriteria
|
|
359
|
+
VersionCreateActivity
|
|
360
|
+
VersionCreateActivityCriteria
|
|
361
|
+
VersionGetsertRequest
|
|
362
|
+
WhoAmIRequest
|
|
363
|
+
WindowsAdminProfile
|
|
364
|
+
WorkFlowStrategy
|
|
365
|
+
WorkFlowStrategyCriteria
|
|
366
|
+
*/
|
|
367
|
+
// GENERICS
|
|
368
|
+
// [Partial<Asset>]
|
|
369
|
+
// Total contract count: 197
|
|
370
|
+
//# sourceMappingURL=contracts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contracts.js","sourceRoot":"","sources":["../../../src/api-clients/gen/contracts.ts"],"names":[],"mappings":"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"}
|