@meshery/schemas 0.8.133 → 0.8.135
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/{Core-BiYtFM4v.d.mts → Core-B0SJO-By.d.mts} +4 -1
- package/dist/{Core-BiYtFM4v.d.ts → Core-B0SJO-By.d.ts} +4 -1
- 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/v1alpha1/core/Core.d.mts +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.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 +19 -5
- package/dist/constructs/v1beta1/component/Component.d.ts +19 -5
- 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 +126 -48
- package/dist/constructs/v1beta1/connection/Connection.d.ts +126 -48
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/credential/Credential.d.mts +32 -8
- package/dist/constructs/v1beta1/credential/Credential.d.ts +32 -8
- package/dist/constructs/v1beta1/credential/CredentialSchema.js +8 -8
- package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +8 -8
- package/dist/constructs/v1beta1/environment/Environment.d.mts +81 -23
- package/dist/constructs/v1beta1/environment/Environment.d.ts +81 -23
- 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 +76 -20
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +76 -20
- 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 +27 -9
- package/dist/constructs/v1beta1/key/Key.d.ts +27 -9
- 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 +40 -43
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +40 -43
- 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 +21 -7
- package/dist/constructs/v1beta1/model/Model.d.ts +21 -7
- 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 +176 -48
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +176 -48
- 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 +53 -26
- package/dist/constructs/v1beta1/role/Role.d.ts +53 -26
- 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 +60 -27
- package/dist/constructs/v1beta1/team/Team.d.ts +60 -27
- 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 +56 -15
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +56 -15
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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 {
|
|
@@ -226,7 +228,10 @@ interface components {
|
|
|
226
228
|
created_at?: string;
|
|
227
229
|
/** Format: date-time */
|
|
228
230
|
updated_at?: string;
|
|
229
|
-
/**
|
|
231
|
+
/**
|
|
232
|
+
* Format: date-time
|
|
233
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
234
|
+
*/
|
|
230
235
|
deleted_at?: string;
|
|
231
236
|
/** @description Associated environments for this connection */
|
|
232
237
|
environments?: {
|
|
@@ -262,15 +267,25 @@ interface components {
|
|
|
262
267
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
263
268
|
*/
|
|
264
269
|
owner?: string;
|
|
265
|
-
/**
|
|
270
|
+
/**
|
|
271
|
+
* Format: date-time
|
|
272
|
+
* @description Timestamp when the resource was created.
|
|
273
|
+
*/
|
|
266
274
|
created_at?: string;
|
|
275
|
+
/** @description Additional metadata associated with the environment. */
|
|
267
276
|
metadata?: {
|
|
268
277
|
[key: string]: unknown;
|
|
269
278
|
};
|
|
270
|
-
/**
|
|
279
|
+
/**
|
|
280
|
+
* Format: date-time
|
|
281
|
+
* @description Timestamp when the resource was updated.
|
|
282
|
+
*/
|
|
271
283
|
updated_at?: string;
|
|
272
|
-
/**
|
|
273
|
-
|
|
284
|
+
/**
|
|
285
|
+
* Format: date-time
|
|
286
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
287
|
+
*/
|
|
288
|
+
deleted_at?: string | null;
|
|
274
289
|
}[];
|
|
275
290
|
/**
|
|
276
291
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -309,6 +324,7 @@ interface components {
|
|
|
309
324
|
* @enum {string}
|
|
310
325
|
*/
|
|
311
326
|
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";
|
|
327
|
+
/** @description Additional metadata associated with the category. */
|
|
312
328
|
metadata: {
|
|
313
329
|
[key: string]: unknown;
|
|
314
330
|
};
|
|
@@ -1608,7 +1624,10 @@ interface components {
|
|
|
1608
1624
|
created_at?: string;
|
|
1609
1625
|
/** Format: date-time */
|
|
1610
1626
|
updated_at?: string;
|
|
1611
|
-
/**
|
|
1627
|
+
/**
|
|
1628
|
+
* Format: date-time
|
|
1629
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
1630
|
+
*/
|
|
1612
1631
|
deleted_at?: string;
|
|
1613
1632
|
/** @description Associated environments for this connection */
|
|
1614
1633
|
environments?: {
|
|
@@ -1644,15 +1663,25 @@ interface components {
|
|
|
1644
1663
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1645
1664
|
*/
|
|
1646
1665
|
owner?: string;
|
|
1647
|
-
/**
|
|
1666
|
+
/**
|
|
1667
|
+
* Format: date-time
|
|
1668
|
+
* @description Timestamp when the resource was created.
|
|
1669
|
+
*/
|
|
1648
1670
|
created_at?: string;
|
|
1671
|
+
/** @description Additional metadata associated with the environment. */
|
|
1649
1672
|
metadata?: {
|
|
1650
1673
|
[key: string]: unknown;
|
|
1651
1674
|
};
|
|
1652
|
-
/**
|
|
1675
|
+
/**
|
|
1676
|
+
* Format: date-time
|
|
1677
|
+
* @description Timestamp when the resource was updated.
|
|
1678
|
+
*/
|
|
1653
1679
|
updated_at?: string;
|
|
1654
|
-
/**
|
|
1655
|
-
|
|
1680
|
+
/**
|
|
1681
|
+
* Format: date-time
|
|
1682
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
1683
|
+
*/
|
|
1684
|
+
deleted_at?: string | null;
|
|
1656
1685
|
}[];
|
|
1657
1686
|
/**
|
|
1658
1687
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -1691,6 +1720,7 @@ interface components {
|
|
|
1691
1720
|
* @enum {string}
|
|
1692
1721
|
*/
|
|
1693
1722
|
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";
|
|
1723
|
+
/** @description Additional metadata associated with the category. */
|
|
1694
1724
|
metadata: {
|
|
1695
1725
|
[key: string]: unknown;
|
|
1696
1726
|
};
|
|
@@ -2999,7 +3029,10 @@ interface components {
|
|
|
2999
3029
|
created_at?: string;
|
|
3000
3030
|
/** Format: date-time */
|
|
3001
3031
|
updated_at?: string;
|
|
3002
|
-
/**
|
|
3032
|
+
/**
|
|
3033
|
+
* Format: date-time
|
|
3034
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
3035
|
+
*/
|
|
3003
3036
|
deleted_at?: string;
|
|
3004
3037
|
/** @description Associated environments for this connection */
|
|
3005
3038
|
environments?: {
|
|
@@ -3035,15 +3068,25 @@ interface components {
|
|
|
3035
3068
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
3036
3069
|
*/
|
|
3037
3070
|
owner?: string;
|
|
3038
|
-
/**
|
|
3071
|
+
/**
|
|
3072
|
+
* Format: date-time
|
|
3073
|
+
* @description Timestamp when the resource was created.
|
|
3074
|
+
*/
|
|
3039
3075
|
created_at?: string;
|
|
3076
|
+
/** @description Additional metadata associated with the environment. */
|
|
3040
3077
|
metadata?: {
|
|
3041
3078
|
[key: string]: unknown;
|
|
3042
3079
|
};
|
|
3043
|
-
/**
|
|
3080
|
+
/**
|
|
3081
|
+
* Format: date-time
|
|
3082
|
+
* @description Timestamp when the resource was updated.
|
|
3083
|
+
*/
|
|
3044
3084
|
updated_at?: string;
|
|
3045
|
-
/**
|
|
3046
|
-
|
|
3085
|
+
/**
|
|
3086
|
+
* Format: date-time
|
|
3087
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
3088
|
+
*/
|
|
3089
|
+
deleted_at?: string | null;
|
|
3047
3090
|
}[];
|
|
3048
3091
|
/**
|
|
3049
3092
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3082,6 +3125,7 @@ interface components {
|
|
|
3082
3125
|
* @enum {string}
|
|
3083
3126
|
*/
|
|
3084
3127
|
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";
|
|
3128
|
+
/** @description Additional metadata associated with the category. */
|
|
3085
3129
|
metadata: {
|
|
3086
3130
|
[key: string]: unknown;
|
|
3087
3131
|
};
|
|
@@ -4399,7 +4443,10 @@ interface components {
|
|
|
4399
4443
|
created_at?: string;
|
|
4400
4444
|
/** Format: date-time */
|
|
4401
4445
|
updated_at?: string;
|
|
4402
|
-
/**
|
|
4446
|
+
/**
|
|
4447
|
+
* Format: date-time
|
|
4448
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
4449
|
+
*/
|
|
4403
4450
|
deleted_at?: string;
|
|
4404
4451
|
/** @description Associated environments for this connection */
|
|
4405
4452
|
environments?: {
|
|
@@ -4435,15 +4482,25 @@ interface components {
|
|
|
4435
4482
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4436
4483
|
*/
|
|
4437
4484
|
owner?: string;
|
|
4438
|
-
/**
|
|
4485
|
+
/**
|
|
4486
|
+
* Format: date-time
|
|
4487
|
+
* @description Timestamp when the resource was created.
|
|
4488
|
+
*/
|
|
4439
4489
|
created_at?: string;
|
|
4490
|
+
/** @description Additional metadata associated with the environment. */
|
|
4440
4491
|
metadata?: {
|
|
4441
4492
|
[key: string]: unknown;
|
|
4442
4493
|
};
|
|
4443
|
-
/**
|
|
4494
|
+
/**
|
|
4495
|
+
* Format: date-time
|
|
4496
|
+
* @description Timestamp when the resource was updated.
|
|
4497
|
+
*/
|
|
4444
4498
|
updated_at?: string;
|
|
4445
|
-
/**
|
|
4446
|
-
|
|
4499
|
+
/**
|
|
4500
|
+
* Format: date-time
|
|
4501
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
4502
|
+
*/
|
|
4503
|
+
deleted_at?: string | null;
|
|
4447
4504
|
}[];
|
|
4448
4505
|
/**
|
|
4449
4506
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -4482,6 +4539,7 @@ interface components {
|
|
|
4482
4539
|
* @enum {string}
|
|
4483
4540
|
*/
|
|
4484
4541
|
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";
|
|
4542
|
+
/** @description Additional metadata associated with the category. */
|
|
4485
4543
|
metadata: {
|
|
4486
4544
|
[key: string]: unknown;
|
|
4487
4545
|
};
|
|
@@ -5868,7 +5926,10 @@ interface operations {
|
|
|
5868
5926
|
created_at?: string;
|
|
5869
5927
|
/** Format: date-time */
|
|
5870
5928
|
updated_at?: string;
|
|
5871
|
-
/**
|
|
5929
|
+
/**
|
|
5930
|
+
* Format: date-time
|
|
5931
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
5932
|
+
*/
|
|
5872
5933
|
deleted_at?: string;
|
|
5873
5934
|
/** @description Associated environments for this connection */
|
|
5874
5935
|
environments?: {
|
|
@@ -5904,15 +5965,25 @@ interface operations {
|
|
|
5904
5965
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
5905
5966
|
*/
|
|
5906
5967
|
owner?: string;
|
|
5907
|
-
/**
|
|
5968
|
+
/**
|
|
5969
|
+
* Format: date-time
|
|
5970
|
+
* @description Timestamp when the resource was created.
|
|
5971
|
+
*/
|
|
5908
5972
|
created_at?: string;
|
|
5973
|
+
/** @description Additional metadata associated with the environment. */
|
|
5909
5974
|
metadata?: {
|
|
5910
5975
|
[key: string]: unknown;
|
|
5911
5976
|
};
|
|
5912
|
-
/**
|
|
5977
|
+
/**
|
|
5978
|
+
* Format: date-time
|
|
5979
|
+
* @description Timestamp when the resource was updated.
|
|
5980
|
+
*/
|
|
5913
5981
|
updated_at?: string;
|
|
5914
|
-
/**
|
|
5915
|
-
|
|
5982
|
+
/**
|
|
5983
|
+
* Format: date-time
|
|
5984
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
5985
|
+
*/
|
|
5986
|
+
deleted_at?: string | null;
|
|
5916
5987
|
}[];
|
|
5917
5988
|
/**
|
|
5918
5989
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -5951,6 +6022,7 @@ interface operations {
|
|
|
5951
6022
|
* @enum {string}
|
|
5952
6023
|
*/
|
|
5953
6024
|
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";
|
|
6025
|
+
/** @description Additional metadata associated with the category. */
|
|
5954
6026
|
metadata: {
|
|
5955
6027
|
[key: string]: unknown;
|
|
5956
6028
|
};
|
|
@@ -7281,7 +7353,10 @@ interface operations {
|
|
|
7281
7353
|
created_at?: string;
|
|
7282
7354
|
/** Format: date-time */
|
|
7283
7355
|
updated_at?: string;
|
|
7284
|
-
/**
|
|
7356
|
+
/**
|
|
7357
|
+
* Format: date-time
|
|
7358
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
7359
|
+
*/
|
|
7285
7360
|
deleted_at?: string;
|
|
7286
7361
|
/** @description Associated environments for this connection */
|
|
7287
7362
|
environments?: {
|
|
@@ -7317,15 +7392,25 @@ interface operations {
|
|
|
7317
7392
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
7318
7393
|
*/
|
|
7319
7394
|
owner?: string;
|
|
7320
|
-
/**
|
|
7395
|
+
/**
|
|
7396
|
+
* Format: date-time
|
|
7397
|
+
* @description Timestamp when the resource was created.
|
|
7398
|
+
*/
|
|
7321
7399
|
created_at?: string;
|
|
7400
|
+
/** @description Additional metadata associated with the environment. */
|
|
7322
7401
|
metadata?: {
|
|
7323
7402
|
[key: string]: unknown;
|
|
7324
7403
|
};
|
|
7325
|
-
/**
|
|
7404
|
+
/**
|
|
7405
|
+
* Format: date-time
|
|
7406
|
+
* @description Timestamp when the resource was updated.
|
|
7407
|
+
*/
|
|
7326
7408
|
updated_at?: string;
|
|
7327
|
-
/**
|
|
7328
|
-
|
|
7409
|
+
/**
|
|
7410
|
+
* Format: date-time
|
|
7411
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
7412
|
+
*/
|
|
7413
|
+
deleted_at?: string | null;
|
|
7329
7414
|
}[];
|
|
7330
7415
|
/**
|
|
7331
7416
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -7364,6 +7449,7 @@ interface operations {
|
|
|
7364
7449
|
* @enum {string}
|
|
7365
7450
|
*/
|
|
7366
7451
|
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";
|
|
7452
|
+
/** @description Additional metadata associated with the category. */
|
|
7367
7453
|
metadata: {
|
|
7368
7454
|
[key: string]: unknown;
|
|
7369
7455
|
};
|
|
@@ -8694,7 +8780,10 @@ interface operations {
|
|
|
8694
8780
|
created_at?: string;
|
|
8695
8781
|
/** Format: date-time */
|
|
8696
8782
|
updated_at?: string;
|
|
8697
|
-
/**
|
|
8783
|
+
/**
|
|
8784
|
+
* Format: date-time
|
|
8785
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
8786
|
+
*/
|
|
8698
8787
|
deleted_at?: string;
|
|
8699
8788
|
/** @description Associated environments for this connection */
|
|
8700
8789
|
environments?: {
|
|
@@ -8730,15 +8819,25 @@ interface operations {
|
|
|
8730
8819
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
8731
8820
|
*/
|
|
8732
8821
|
owner?: string;
|
|
8733
|
-
/**
|
|
8822
|
+
/**
|
|
8823
|
+
* Format: date-time
|
|
8824
|
+
* @description Timestamp when the resource was created.
|
|
8825
|
+
*/
|
|
8734
8826
|
created_at?: string;
|
|
8827
|
+
/** @description Additional metadata associated with the environment. */
|
|
8735
8828
|
metadata?: {
|
|
8736
8829
|
[key: string]: unknown;
|
|
8737
8830
|
};
|
|
8738
|
-
/**
|
|
8831
|
+
/**
|
|
8832
|
+
* Format: date-time
|
|
8833
|
+
* @description Timestamp when the resource was updated.
|
|
8834
|
+
*/
|
|
8739
8835
|
updated_at?: string;
|
|
8740
|
-
/**
|
|
8741
|
-
|
|
8836
|
+
/**
|
|
8837
|
+
* Format: date-time
|
|
8838
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
8839
|
+
*/
|
|
8840
|
+
deleted_at?: string | null;
|
|
8742
8841
|
}[];
|
|
8743
8842
|
/**
|
|
8744
8843
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -8777,6 +8876,7 @@ interface operations {
|
|
|
8777
8876
|
* @enum {string}
|
|
8778
8877
|
*/
|
|
8779
8878
|
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";
|
|
8879
|
+
/** @description Additional metadata associated with the category. */
|
|
8780
8880
|
metadata: {
|
|
8781
8881
|
[key: string]: unknown;
|
|
8782
8882
|
};
|
|
@@ -10253,7 +10353,10 @@ interface operations {
|
|
|
10253
10353
|
created_at?: string;
|
|
10254
10354
|
/** Format: date-time */
|
|
10255
10355
|
updated_at?: string;
|
|
10256
|
-
/**
|
|
10356
|
+
/**
|
|
10357
|
+
* Format: date-time
|
|
10358
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
10359
|
+
*/
|
|
10257
10360
|
deleted_at?: string;
|
|
10258
10361
|
/** @description Associated environments for this connection */
|
|
10259
10362
|
environments?: {
|
|
@@ -10289,15 +10392,25 @@ interface operations {
|
|
|
10289
10392
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
10290
10393
|
*/
|
|
10291
10394
|
owner?: string;
|
|
10292
|
-
/**
|
|
10395
|
+
/**
|
|
10396
|
+
* Format: date-time
|
|
10397
|
+
* @description Timestamp when the resource was created.
|
|
10398
|
+
*/
|
|
10293
10399
|
created_at?: string;
|
|
10400
|
+
/** @description Additional metadata associated with the environment. */
|
|
10294
10401
|
metadata?: {
|
|
10295
10402
|
[key: string]: unknown;
|
|
10296
10403
|
};
|
|
10297
|
-
/**
|
|
10404
|
+
/**
|
|
10405
|
+
* Format: date-time
|
|
10406
|
+
* @description Timestamp when the resource was updated.
|
|
10407
|
+
*/
|
|
10298
10408
|
updated_at?: string;
|
|
10299
|
-
/**
|
|
10300
|
-
|
|
10409
|
+
/**
|
|
10410
|
+
* Format: date-time
|
|
10411
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
10412
|
+
*/
|
|
10413
|
+
deleted_at?: string | null;
|
|
10301
10414
|
}[];
|
|
10302
10415
|
/**
|
|
10303
10416
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -10336,6 +10449,7 @@ interface operations {
|
|
|
10336
10449
|
* @enum {string}
|
|
10337
10450
|
*/
|
|
10338
10451
|
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";
|
|
10452
|
+
/** @description Additional metadata associated with the category. */
|
|
10339
10453
|
metadata: {
|
|
10340
10454
|
[key: string]: unknown;
|
|
10341
10455
|
};
|
|
@@ -11705,7 +11819,10 @@ interface operations {
|
|
|
11705
11819
|
created_at?: string;
|
|
11706
11820
|
/** Format: date-time */
|
|
11707
11821
|
updated_at?: string;
|
|
11708
|
-
/**
|
|
11822
|
+
/**
|
|
11823
|
+
* Format: date-time
|
|
11824
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
11825
|
+
*/
|
|
11709
11826
|
deleted_at?: string;
|
|
11710
11827
|
/** @description Associated environments for this connection */
|
|
11711
11828
|
environments?: {
|
|
@@ -11741,15 +11858,25 @@ interface operations {
|
|
|
11741
11858
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
11742
11859
|
*/
|
|
11743
11860
|
owner?: string;
|
|
11744
|
-
/**
|
|
11861
|
+
/**
|
|
11862
|
+
* Format: date-time
|
|
11863
|
+
* @description Timestamp when the resource was created.
|
|
11864
|
+
*/
|
|
11745
11865
|
created_at?: string;
|
|
11866
|
+
/** @description Additional metadata associated with the environment. */
|
|
11746
11867
|
metadata?: {
|
|
11747
11868
|
[key: string]: unknown;
|
|
11748
11869
|
};
|
|
11749
|
-
/**
|
|
11870
|
+
/**
|
|
11871
|
+
* Format: date-time
|
|
11872
|
+
* @description Timestamp when the resource was updated.
|
|
11873
|
+
*/
|
|
11750
11874
|
updated_at?: string;
|
|
11751
|
-
/**
|
|
11752
|
-
|
|
11875
|
+
/**
|
|
11876
|
+
* Format: date-time
|
|
11877
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
11878
|
+
*/
|
|
11879
|
+
deleted_at?: string | null;
|
|
11753
11880
|
}[];
|
|
11754
11881
|
/**
|
|
11755
11882
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -11788,6 +11915,7 @@ interface operations {
|
|
|
11788
11915
|
* @enum {string}
|
|
11789
11916
|
*/
|
|
11790
11917
|
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";
|
|
11918
|
+
/** @description Additional metadata associated with the category. */
|
|
11791
11919
|
metadata: {
|
|
11792
11920
|
[key: string]: unknown;
|
|
11793
11921
|
};
|
|
@@ -12969,7 +13097,7 @@ interface operations {
|
|
|
12969
13097
|
};
|
|
12970
13098
|
};
|
|
12971
13099
|
};
|
|
12972
|
-
|
|
13100
|
+
importDesign: {
|
|
12973
13101
|
responses: {
|
|
12974
13102
|
/** Successful Import */
|
|
12975
13103
|
200: {
|