@meshery/schemas 0.8.133 → 0.8.134
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 +119 -0
- package/dist/cloudApi.d.mts +5011 -2369
- package/dist/cloudApi.d.ts +5011 -2369
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/badge/Badge.d.mts +37 -18
- package/dist/constructs/v1beta1/badge/Badge.d.ts +37 -18
- package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
- package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
- package/dist/constructs/v1beta1/category/Category.d.mts +1 -0
- package/dist/constructs/v1beta1/category/Category.d.ts +1 -0
- package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
- package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
- package/dist/constructs/v1beta1/component/Component.d.mts +12 -4
- package/dist/constructs/v1beta1/component/Component.d.ts +12 -4
- package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/connection/Connection.d.mts +84 -42
- package/dist/constructs/v1beta1/connection/Connection.d.ts +84 -42
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/environment/Environment.d.mts +65 -22
- package/dist/constructs/v1beta1/environment/Environment.d.ts +65 -22
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +48 -16
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +48 -16
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
- package/dist/constructs/v1beta1/event/Event.d.mts +5 -3
- package/dist/constructs/v1beta1/event/Event.d.ts +5 -3
- package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta1/invitation/Invitation.d.mts +56 -54
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +56 -54
- package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta1/key/Key.d.mts +3 -3
- package/dist/constructs/v1beta1/key/Key.d.ts +3 -3
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
- package/dist/constructs/v1beta1/keychain/Keychain.d.mts +12 -36
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +12 -36
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
- package/dist/constructs/v1beta1/model/Model.d.mts +14 -6
- package/dist/constructs/v1beta1/model/Model.d.ts +14 -6
- package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
- package/dist/constructs/v1beta1/organization/Organization.d.mts +884 -9
- package/dist/constructs/v1beta1/organization/Organization.d.ts +884 -9
- package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -1
- package/dist/constructs/v1beta1/pattern/Pattern.d.mts +113 -39
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +113 -39
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +18 -18
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +18 -18
- package/dist/constructs/v1beta1/role/Role.d.mts +17 -17
- package/dist/constructs/v1beta1/role/Role.d.ts +17 -17
- package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
- package/dist/constructs/v1beta1/team/Team.d.mts +16 -16
- package/dist/constructs/v1beta1/team/Team.d.ts +16 -16
- package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta1/user/User.d.mts +1238 -169
- package/dist/constructs/v1beta1/user/User.d.ts +1238 -169
- package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +35 -12
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +35 -12
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
- package/dist/index.js +25 -25
- package/dist/index.mjs +25 -25
- package/dist/mesheryApi.d.mts +4226 -1565
- package/dist/mesheryApi.d.ts +4226 -1565
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
|
@@ -8,8 +8,10 @@ interface paths {
|
|
|
8
8
|
get: operations["getPatterns"];
|
|
9
9
|
/** Creates or updates an infrastructure design. */
|
|
10
10
|
post: operations["upsertPattern"];
|
|
11
|
+
};
|
|
12
|
+
"/api/content/patterns/delete": {
|
|
11
13
|
/** Deletes multiple designs by ID. */
|
|
12
|
-
|
|
14
|
+
post: operations["deletePatterns"];
|
|
13
15
|
};
|
|
14
16
|
"/api/content/patterns/resource": {
|
|
15
17
|
/** Returns pattern resource definitions. */
|
|
@@ -38,7 +40,7 @@ interface paths {
|
|
|
38
40
|
post: operations["upsertPatternSourceContent"];
|
|
39
41
|
};
|
|
40
42
|
"/api/pattern/import": {
|
|
41
|
-
post: operations["
|
|
43
|
+
post: operations["importDesign"];
|
|
42
44
|
};
|
|
43
45
|
}
|
|
44
46
|
interface components {
|
|
@@ -262,15 +264,22 @@ interface components {
|
|
|
262
264
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
263
265
|
*/
|
|
264
266
|
owner?: string;
|
|
265
|
-
/**
|
|
267
|
+
/**
|
|
268
|
+
* Format: date-time
|
|
269
|
+
* @description Timestamp when the resource was created.
|
|
270
|
+
*/
|
|
266
271
|
created_at?: string;
|
|
272
|
+
/** @description Additional metadata associated with the environment. */
|
|
267
273
|
metadata?: {
|
|
268
274
|
[key: string]: unknown;
|
|
269
275
|
};
|
|
270
|
-
/**
|
|
276
|
+
/**
|
|
277
|
+
* Format: date-time
|
|
278
|
+
* @description Timestamp when the resource was updated.
|
|
279
|
+
*/
|
|
271
280
|
updated_at?: string;
|
|
272
|
-
/** @description
|
|
273
|
-
deleted_at?: string;
|
|
281
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
282
|
+
deleted_at?: string | null;
|
|
274
283
|
}[];
|
|
275
284
|
/**
|
|
276
285
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -309,6 +318,7 @@ interface components {
|
|
|
309
318
|
* @enum {string}
|
|
310
319
|
*/
|
|
311
320
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
321
|
+
/** @description Additional metadata associated with the category. */
|
|
312
322
|
metadata: {
|
|
313
323
|
[key: string]: unknown;
|
|
314
324
|
};
|
|
@@ -1644,15 +1654,22 @@ interface components {
|
|
|
1644
1654
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1645
1655
|
*/
|
|
1646
1656
|
owner?: string;
|
|
1647
|
-
/**
|
|
1657
|
+
/**
|
|
1658
|
+
* Format: date-time
|
|
1659
|
+
* @description Timestamp when the resource was created.
|
|
1660
|
+
*/
|
|
1648
1661
|
created_at?: string;
|
|
1662
|
+
/** @description Additional metadata associated with the environment. */
|
|
1649
1663
|
metadata?: {
|
|
1650
1664
|
[key: string]: unknown;
|
|
1651
1665
|
};
|
|
1652
|
-
/**
|
|
1666
|
+
/**
|
|
1667
|
+
* Format: date-time
|
|
1668
|
+
* @description Timestamp when the resource was updated.
|
|
1669
|
+
*/
|
|
1653
1670
|
updated_at?: string;
|
|
1654
|
-
/** @description
|
|
1655
|
-
deleted_at?: string;
|
|
1671
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
1672
|
+
deleted_at?: string | null;
|
|
1656
1673
|
}[];
|
|
1657
1674
|
/**
|
|
1658
1675
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -1691,6 +1708,7 @@ interface components {
|
|
|
1691
1708
|
* @enum {string}
|
|
1692
1709
|
*/
|
|
1693
1710
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
1711
|
+
/** @description Additional metadata associated with the category. */
|
|
1694
1712
|
metadata: {
|
|
1695
1713
|
[key: string]: unknown;
|
|
1696
1714
|
};
|
|
@@ -3035,15 +3053,22 @@ interface components {
|
|
|
3035
3053
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
3036
3054
|
*/
|
|
3037
3055
|
owner?: string;
|
|
3038
|
-
/**
|
|
3056
|
+
/**
|
|
3057
|
+
* Format: date-time
|
|
3058
|
+
* @description Timestamp when the resource was created.
|
|
3059
|
+
*/
|
|
3039
3060
|
created_at?: string;
|
|
3061
|
+
/** @description Additional metadata associated with the environment. */
|
|
3040
3062
|
metadata?: {
|
|
3041
3063
|
[key: string]: unknown;
|
|
3042
3064
|
};
|
|
3043
|
-
/**
|
|
3065
|
+
/**
|
|
3066
|
+
* Format: date-time
|
|
3067
|
+
* @description Timestamp when the resource was updated.
|
|
3068
|
+
*/
|
|
3044
3069
|
updated_at?: string;
|
|
3045
|
-
/** @description
|
|
3046
|
-
deleted_at?: string;
|
|
3070
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
3071
|
+
deleted_at?: string | null;
|
|
3047
3072
|
}[];
|
|
3048
3073
|
/**
|
|
3049
3074
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3082,6 +3107,7 @@ interface components {
|
|
|
3082
3107
|
* @enum {string}
|
|
3083
3108
|
*/
|
|
3084
3109
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
3110
|
+
/** @description Additional metadata associated with the category. */
|
|
3085
3111
|
metadata: {
|
|
3086
3112
|
[key: string]: unknown;
|
|
3087
3113
|
};
|
|
@@ -4435,15 +4461,22 @@ interface components {
|
|
|
4435
4461
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4436
4462
|
*/
|
|
4437
4463
|
owner?: string;
|
|
4438
|
-
/**
|
|
4464
|
+
/**
|
|
4465
|
+
* Format: date-time
|
|
4466
|
+
* @description Timestamp when the resource was created.
|
|
4467
|
+
*/
|
|
4439
4468
|
created_at?: string;
|
|
4469
|
+
/** @description Additional metadata associated with the environment. */
|
|
4440
4470
|
metadata?: {
|
|
4441
4471
|
[key: string]: unknown;
|
|
4442
4472
|
};
|
|
4443
|
-
/**
|
|
4473
|
+
/**
|
|
4474
|
+
* Format: date-time
|
|
4475
|
+
* @description Timestamp when the resource was updated.
|
|
4476
|
+
*/
|
|
4444
4477
|
updated_at?: string;
|
|
4445
|
-
/** @description
|
|
4446
|
-
deleted_at?: string;
|
|
4478
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
4479
|
+
deleted_at?: string | null;
|
|
4447
4480
|
}[];
|
|
4448
4481
|
/**
|
|
4449
4482
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -4482,6 +4515,7 @@ interface components {
|
|
|
4482
4515
|
* @enum {string}
|
|
4483
4516
|
*/
|
|
4484
4517
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
4518
|
+
/** @description Additional metadata associated with the category. */
|
|
4485
4519
|
metadata: {
|
|
4486
4520
|
[key: string]: unknown;
|
|
4487
4521
|
};
|
|
@@ -5904,15 +5938,22 @@ interface operations {
|
|
|
5904
5938
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
5905
5939
|
*/
|
|
5906
5940
|
owner?: string;
|
|
5907
|
-
/**
|
|
5941
|
+
/**
|
|
5942
|
+
* Format: date-time
|
|
5943
|
+
* @description Timestamp when the resource was created.
|
|
5944
|
+
*/
|
|
5908
5945
|
created_at?: string;
|
|
5946
|
+
/** @description Additional metadata associated with the environment. */
|
|
5909
5947
|
metadata?: {
|
|
5910
5948
|
[key: string]: unknown;
|
|
5911
5949
|
};
|
|
5912
|
-
/**
|
|
5950
|
+
/**
|
|
5951
|
+
* Format: date-time
|
|
5952
|
+
* @description Timestamp when the resource was updated.
|
|
5953
|
+
*/
|
|
5913
5954
|
updated_at?: string;
|
|
5914
|
-
/** @description
|
|
5915
|
-
deleted_at?: string;
|
|
5955
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
5956
|
+
deleted_at?: string | null;
|
|
5916
5957
|
}[];
|
|
5917
5958
|
/**
|
|
5918
5959
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -5951,6 +5992,7 @@ interface operations {
|
|
|
5951
5992
|
* @enum {string}
|
|
5952
5993
|
*/
|
|
5953
5994
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
5995
|
+
/** @description Additional metadata associated with the category. */
|
|
5954
5996
|
metadata: {
|
|
5955
5997
|
[key: string]: unknown;
|
|
5956
5998
|
};
|
|
@@ -7317,15 +7359,22 @@ interface operations {
|
|
|
7317
7359
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
7318
7360
|
*/
|
|
7319
7361
|
owner?: string;
|
|
7320
|
-
/**
|
|
7362
|
+
/**
|
|
7363
|
+
* Format: date-time
|
|
7364
|
+
* @description Timestamp when the resource was created.
|
|
7365
|
+
*/
|
|
7321
7366
|
created_at?: string;
|
|
7367
|
+
/** @description Additional metadata associated with the environment. */
|
|
7322
7368
|
metadata?: {
|
|
7323
7369
|
[key: string]: unknown;
|
|
7324
7370
|
};
|
|
7325
|
-
/**
|
|
7371
|
+
/**
|
|
7372
|
+
* Format: date-time
|
|
7373
|
+
* @description Timestamp when the resource was updated.
|
|
7374
|
+
*/
|
|
7326
7375
|
updated_at?: string;
|
|
7327
|
-
/** @description
|
|
7328
|
-
deleted_at?: string;
|
|
7376
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
7377
|
+
deleted_at?: string | null;
|
|
7329
7378
|
}[];
|
|
7330
7379
|
/**
|
|
7331
7380
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -7364,6 +7413,7 @@ interface operations {
|
|
|
7364
7413
|
* @enum {string}
|
|
7365
7414
|
*/
|
|
7366
7415
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
7416
|
+
/** @description Additional metadata associated with the category. */
|
|
7367
7417
|
metadata: {
|
|
7368
7418
|
[key: string]: unknown;
|
|
7369
7419
|
};
|
|
@@ -8730,15 +8780,22 @@ interface operations {
|
|
|
8730
8780
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
8731
8781
|
*/
|
|
8732
8782
|
owner?: string;
|
|
8733
|
-
/**
|
|
8783
|
+
/**
|
|
8784
|
+
* Format: date-time
|
|
8785
|
+
* @description Timestamp when the resource was created.
|
|
8786
|
+
*/
|
|
8734
8787
|
created_at?: string;
|
|
8788
|
+
/** @description Additional metadata associated with the environment. */
|
|
8735
8789
|
metadata?: {
|
|
8736
8790
|
[key: string]: unknown;
|
|
8737
8791
|
};
|
|
8738
|
-
/**
|
|
8792
|
+
/**
|
|
8793
|
+
* Format: date-time
|
|
8794
|
+
* @description Timestamp when the resource was updated.
|
|
8795
|
+
*/
|
|
8739
8796
|
updated_at?: string;
|
|
8740
|
-
/** @description
|
|
8741
|
-
deleted_at?: string;
|
|
8797
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
8798
|
+
deleted_at?: string | null;
|
|
8742
8799
|
}[];
|
|
8743
8800
|
/**
|
|
8744
8801
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -8777,6 +8834,7 @@ interface operations {
|
|
|
8777
8834
|
* @enum {string}
|
|
8778
8835
|
*/
|
|
8779
8836
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
8837
|
+
/** @description Additional metadata associated with the category. */
|
|
8780
8838
|
metadata: {
|
|
8781
8839
|
[key: string]: unknown;
|
|
8782
8840
|
};
|
|
@@ -10289,15 +10347,22 @@ interface operations {
|
|
|
10289
10347
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
10290
10348
|
*/
|
|
10291
10349
|
owner?: string;
|
|
10292
|
-
/**
|
|
10350
|
+
/**
|
|
10351
|
+
* Format: date-time
|
|
10352
|
+
* @description Timestamp when the resource was created.
|
|
10353
|
+
*/
|
|
10293
10354
|
created_at?: string;
|
|
10355
|
+
/** @description Additional metadata associated with the environment. */
|
|
10294
10356
|
metadata?: {
|
|
10295
10357
|
[key: string]: unknown;
|
|
10296
10358
|
};
|
|
10297
|
-
/**
|
|
10359
|
+
/**
|
|
10360
|
+
* Format: date-time
|
|
10361
|
+
* @description Timestamp when the resource was updated.
|
|
10362
|
+
*/
|
|
10298
10363
|
updated_at?: string;
|
|
10299
|
-
/** @description
|
|
10300
|
-
deleted_at?: string;
|
|
10364
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
10365
|
+
deleted_at?: string | null;
|
|
10301
10366
|
}[];
|
|
10302
10367
|
/**
|
|
10303
10368
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -10336,6 +10401,7 @@ interface operations {
|
|
|
10336
10401
|
* @enum {string}
|
|
10337
10402
|
*/
|
|
10338
10403
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
10404
|
+
/** @description Additional metadata associated with the category. */
|
|
10339
10405
|
metadata: {
|
|
10340
10406
|
[key: string]: unknown;
|
|
10341
10407
|
};
|
|
@@ -11741,15 +11807,22 @@ interface operations {
|
|
|
11741
11807
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
11742
11808
|
*/
|
|
11743
11809
|
owner?: string;
|
|
11744
|
-
/**
|
|
11810
|
+
/**
|
|
11811
|
+
* Format: date-time
|
|
11812
|
+
* @description Timestamp when the resource was created.
|
|
11813
|
+
*/
|
|
11745
11814
|
created_at?: string;
|
|
11815
|
+
/** @description Additional metadata associated with the environment. */
|
|
11746
11816
|
metadata?: {
|
|
11747
11817
|
[key: string]: unknown;
|
|
11748
11818
|
};
|
|
11749
|
-
/**
|
|
11819
|
+
/**
|
|
11820
|
+
* Format: date-time
|
|
11821
|
+
* @description Timestamp when the resource was updated.
|
|
11822
|
+
*/
|
|
11750
11823
|
updated_at?: string;
|
|
11751
|
-
/** @description
|
|
11752
|
-
deleted_at?: string;
|
|
11824
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
11825
|
+
deleted_at?: string | null;
|
|
11753
11826
|
}[];
|
|
11754
11827
|
/**
|
|
11755
11828
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -11788,6 +11861,7 @@ interface operations {
|
|
|
11788
11861
|
* @enum {string}
|
|
11789
11862
|
*/
|
|
11790
11863
|
name: "Analytics" | "App Definition and Development" | "Cloud Native Network" | "Cloud Native Storage" | "Database" | "Machine Learning" | "Observability and Analysis" | "Orchestration & Management" | "Platform" | "Provisioning" | "Runtime" | "Security & Compliance" | "Serverless" | "Tools" | "Uncategorized";
|
|
11864
|
+
/** @description Additional metadata associated with the category. */
|
|
11791
11865
|
metadata: {
|
|
11792
11866
|
[key: string]: unknown;
|
|
11793
11867
|
};
|
|
@@ -12969,7 +13043,7 @@ interface operations {
|
|
|
12969
13043
|
};
|
|
12970
13044
|
};
|
|
12971
13045
|
};
|
|
12972
|
-
|
|
13046
|
+
importDesign: {
|
|
12973
13047
|
responses: {
|
|
12974
13048
|
/** Successful Import */
|
|
12975
13049
|
200: {
|