@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
|
@@ -191,7 +191,10 @@ interface paths {
|
|
|
191
191
|
created_at?: string;
|
|
192
192
|
/** Format: date-time */
|
|
193
193
|
updated_at?: string;
|
|
194
|
-
/**
|
|
194
|
+
/**
|
|
195
|
+
* Format: date-time
|
|
196
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
197
|
+
*/
|
|
195
198
|
deleted_at?: string;
|
|
196
199
|
/** @description Associated environments for this connection */
|
|
197
200
|
environments?: {
|
|
@@ -227,15 +230,25 @@ interface paths {
|
|
|
227
230
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
228
231
|
*/
|
|
229
232
|
owner?: string;
|
|
230
|
-
/**
|
|
233
|
+
/**
|
|
234
|
+
* Format: date-time
|
|
235
|
+
* @description Timestamp when the resource was created.
|
|
236
|
+
*/
|
|
231
237
|
created_at?: string;
|
|
238
|
+
/** @description Additional metadata associated with the environment. */
|
|
232
239
|
metadata?: {
|
|
233
240
|
[key: string]: unknown;
|
|
234
241
|
};
|
|
235
|
-
/**
|
|
242
|
+
/**
|
|
243
|
+
* Format: date-time
|
|
244
|
+
* @description Timestamp when the resource was updated.
|
|
245
|
+
*/
|
|
236
246
|
updated_at?: string;
|
|
237
|
-
/**
|
|
238
|
-
|
|
247
|
+
/**
|
|
248
|
+
* Format: date-time
|
|
249
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
250
|
+
*/
|
|
251
|
+
deleted_at?: string | null;
|
|
239
252
|
}[];
|
|
240
253
|
/**
|
|
241
254
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -274,6 +287,7 @@ interface paths {
|
|
|
274
287
|
* @enum {string}
|
|
275
288
|
*/
|
|
276
289
|
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";
|
|
290
|
+
/** @description Additional metadata associated with the category. */
|
|
277
291
|
metadata: {
|
|
278
292
|
[key: string]: unknown;
|
|
279
293
|
};
|
|
@@ -1556,7 +1570,10 @@ interface paths {
|
|
|
1556
1570
|
created_at?: string;
|
|
1557
1571
|
/** Format: date-time */
|
|
1558
1572
|
updated_at?: string;
|
|
1559
|
-
/**
|
|
1573
|
+
/**
|
|
1574
|
+
* Format: date-time
|
|
1575
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
1576
|
+
*/
|
|
1560
1577
|
deleted_at?: string;
|
|
1561
1578
|
/** @description Associated environments for this connection */
|
|
1562
1579
|
environments?: {
|
|
@@ -1592,15 +1609,25 @@ interface paths {
|
|
|
1592
1609
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1593
1610
|
*/
|
|
1594
1611
|
owner?: string;
|
|
1595
|
-
/**
|
|
1612
|
+
/**
|
|
1613
|
+
* Format: date-time
|
|
1614
|
+
* @description Timestamp when the resource was created.
|
|
1615
|
+
*/
|
|
1596
1616
|
created_at?: string;
|
|
1617
|
+
/** @description Additional metadata associated with the environment. */
|
|
1597
1618
|
metadata?: {
|
|
1598
1619
|
[key: string]: unknown;
|
|
1599
1620
|
};
|
|
1600
|
-
/**
|
|
1621
|
+
/**
|
|
1622
|
+
* Format: date-time
|
|
1623
|
+
* @description Timestamp when the resource was updated.
|
|
1624
|
+
*/
|
|
1601
1625
|
updated_at?: string;
|
|
1602
|
-
/**
|
|
1603
|
-
|
|
1626
|
+
/**
|
|
1627
|
+
* Format: date-time
|
|
1628
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
1629
|
+
*/
|
|
1630
|
+
deleted_at?: string | null;
|
|
1604
1631
|
}[];
|
|
1605
1632
|
/**
|
|
1606
1633
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -1639,6 +1666,7 @@ interface paths {
|
|
|
1639
1666
|
* @enum {string}
|
|
1640
1667
|
*/
|
|
1641
1668
|
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";
|
|
1669
|
+
/** @description Additional metadata associated with the category. */
|
|
1642
1670
|
metadata: {
|
|
1643
1671
|
[key: string]: unknown;
|
|
1644
1672
|
};
|
|
@@ -2914,7 +2942,10 @@ interface components {
|
|
|
2914
2942
|
created_at?: string;
|
|
2915
2943
|
/** Format: date-time */
|
|
2916
2944
|
updated_at?: string;
|
|
2917
|
-
/**
|
|
2945
|
+
/**
|
|
2946
|
+
* Format: date-time
|
|
2947
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2948
|
+
*/
|
|
2918
2949
|
deleted_at?: string;
|
|
2919
2950
|
/** @description Associated environments for this connection */
|
|
2920
2951
|
environments?: {
|
|
@@ -2950,15 +2981,25 @@ interface components {
|
|
|
2950
2981
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
2951
2982
|
*/
|
|
2952
2983
|
owner?: string;
|
|
2953
|
-
/**
|
|
2984
|
+
/**
|
|
2985
|
+
* Format: date-time
|
|
2986
|
+
* @description Timestamp when the resource was created.
|
|
2987
|
+
*/
|
|
2954
2988
|
created_at?: string;
|
|
2989
|
+
/** @description Additional metadata associated with the environment. */
|
|
2955
2990
|
metadata?: {
|
|
2956
2991
|
[key: string]: unknown;
|
|
2957
2992
|
};
|
|
2958
|
-
/**
|
|
2993
|
+
/**
|
|
2994
|
+
* Format: date-time
|
|
2995
|
+
* @description Timestamp when the resource was updated.
|
|
2996
|
+
*/
|
|
2959
2997
|
updated_at?: string;
|
|
2960
|
-
/**
|
|
2961
|
-
|
|
2998
|
+
/**
|
|
2999
|
+
* Format: date-time
|
|
3000
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
3001
|
+
*/
|
|
3002
|
+
deleted_at?: string | null;
|
|
2962
3003
|
}[];
|
|
2963
3004
|
/**
|
|
2964
3005
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -2997,6 +3038,7 @@ interface components {
|
|
|
2997
3038
|
* @enum {string}
|
|
2998
3039
|
*/
|
|
2999
3040
|
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";
|
|
3041
|
+
/** @description Additional metadata associated with the category. */
|
|
3000
3042
|
metadata: {
|
|
3001
3043
|
[key: string]: unknown;
|
|
3002
3044
|
};
|
|
@@ -4268,7 +4310,10 @@ interface components {
|
|
|
4268
4310
|
created_at?: string;
|
|
4269
4311
|
/** Format: date-time */
|
|
4270
4312
|
updated_at?: string;
|
|
4271
|
-
/**
|
|
4313
|
+
/**
|
|
4314
|
+
* Format: date-time
|
|
4315
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
4316
|
+
*/
|
|
4272
4317
|
deleted_at?: string;
|
|
4273
4318
|
/** @description Associated environments for this connection */
|
|
4274
4319
|
environments?: {
|
|
@@ -4304,15 +4349,25 @@ interface components {
|
|
|
4304
4349
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4305
4350
|
*/
|
|
4306
4351
|
owner?: string;
|
|
4307
|
-
/**
|
|
4352
|
+
/**
|
|
4353
|
+
* Format: date-time
|
|
4354
|
+
* @description Timestamp when the resource was created.
|
|
4355
|
+
*/
|
|
4308
4356
|
created_at?: string;
|
|
4357
|
+
/** @description Additional metadata associated with the environment. */
|
|
4309
4358
|
metadata?: {
|
|
4310
4359
|
[key: string]: unknown;
|
|
4311
4360
|
};
|
|
4312
|
-
/**
|
|
4361
|
+
/**
|
|
4362
|
+
* Format: date-time
|
|
4363
|
+
* @description Timestamp when the resource was updated.
|
|
4364
|
+
*/
|
|
4313
4365
|
updated_at?: string;
|
|
4314
|
-
/**
|
|
4315
|
-
|
|
4366
|
+
/**
|
|
4367
|
+
* Format: date-time
|
|
4368
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
4369
|
+
*/
|
|
4370
|
+
deleted_at?: string | null;
|
|
4316
4371
|
}[];
|
|
4317
4372
|
/**
|
|
4318
4373
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -4351,6 +4406,7 @@ interface components {
|
|
|
4351
4406
|
* @enum {string}
|
|
4352
4407
|
*/
|
|
4353
4408
|
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";
|
|
4409
|
+
/** @description Additional metadata associated with the category. */
|
|
4354
4410
|
metadata: {
|
|
4355
4411
|
[key: string]: unknown;
|
|
4356
4412
|
};
|
|
@@ -191,7 +191,10 @@ interface paths {
|
|
|
191
191
|
created_at?: string;
|
|
192
192
|
/** Format: date-time */
|
|
193
193
|
updated_at?: string;
|
|
194
|
-
/**
|
|
194
|
+
/**
|
|
195
|
+
* Format: date-time
|
|
196
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
197
|
+
*/
|
|
195
198
|
deleted_at?: string;
|
|
196
199
|
/** @description Associated environments for this connection */
|
|
197
200
|
environments?: {
|
|
@@ -227,15 +230,25 @@ interface paths {
|
|
|
227
230
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
228
231
|
*/
|
|
229
232
|
owner?: string;
|
|
230
|
-
/**
|
|
233
|
+
/**
|
|
234
|
+
* Format: date-time
|
|
235
|
+
* @description Timestamp when the resource was created.
|
|
236
|
+
*/
|
|
231
237
|
created_at?: string;
|
|
238
|
+
/** @description Additional metadata associated with the environment. */
|
|
232
239
|
metadata?: {
|
|
233
240
|
[key: string]: unknown;
|
|
234
241
|
};
|
|
235
|
-
/**
|
|
242
|
+
/**
|
|
243
|
+
* Format: date-time
|
|
244
|
+
* @description Timestamp when the resource was updated.
|
|
245
|
+
*/
|
|
236
246
|
updated_at?: string;
|
|
237
|
-
/**
|
|
238
|
-
|
|
247
|
+
/**
|
|
248
|
+
* Format: date-time
|
|
249
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
250
|
+
*/
|
|
251
|
+
deleted_at?: string | null;
|
|
239
252
|
}[];
|
|
240
253
|
/**
|
|
241
254
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -274,6 +287,7 @@ interface paths {
|
|
|
274
287
|
* @enum {string}
|
|
275
288
|
*/
|
|
276
289
|
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";
|
|
290
|
+
/** @description Additional metadata associated with the category. */
|
|
277
291
|
metadata: {
|
|
278
292
|
[key: string]: unknown;
|
|
279
293
|
};
|
|
@@ -1556,7 +1570,10 @@ interface paths {
|
|
|
1556
1570
|
created_at?: string;
|
|
1557
1571
|
/** Format: date-time */
|
|
1558
1572
|
updated_at?: string;
|
|
1559
|
-
/**
|
|
1573
|
+
/**
|
|
1574
|
+
* Format: date-time
|
|
1575
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
1576
|
+
*/
|
|
1560
1577
|
deleted_at?: string;
|
|
1561
1578
|
/** @description Associated environments for this connection */
|
|
1562
1579
|
environments?: {
|
|
@@ -1592,15 +1609,25 @@ interface paths {
|
|
|
1592
1609
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1593
1610
|
*/
|
|
1594
1611
|
owner?: string;
|
|
1595
|
-
/**
|
|
1612
|
+
/**
|
|
1613
|
+
* Format: date-time
|
|
1614
|
+
* @description Timestamp when the resource was created.
|
|
1615
|
+
*/
|
|
1596
1616
|
created_at?: string;
|
|
1617
|
+
/** @description Additional metadata associated with the environment. */
|
|
1597
1618
|
metadata?: {
|
|
1598
1619
|
[key: string]: unknown;
|
|
1599
1620
|
};
|
|
1600
|
-
/**
|
|
1621
|
+
/**
|
|
1622
|
+
* Format: date-time
|
|
1623
|
+
* @description Timestamp when the resource was updated.
|
|
1624
|
+
*/
|
|
1601
1625
|
updated_at?: string;
|
|
1602
|
-
/**
|
|
1603
|
-
|
|
1626
|
+
/**
|
|
1627
|
+
* Format: date-time
|
|
1628
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
1629
|
+
*/
|
|
1630
|
+
deleted_at?: string | null;
|
|
1604
1631
|
}[];
|
|
1605
1632
|
/**
|
|
1606
1633
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -1639,6 +1666,7 @@ interface paths {
|
|
|
1639
1666
|
* @enum {string}
|
|
1640
1667
|
*/
|
|
1641
1668
|
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";
|
|
1669
|
+
/** @description Additional metadata associated with the category. */
|
|
1642
1670
|
metadata: {
|
|
1643
1671
|
[key: string]: unknown;
|
|
1644
1672
|
};
|
|
@@ -2914,7 +2942,10 @@ interface components {
|
|
|
2914
2942
|
created_at?: string;
|
|
2915
2943
|
/** Format: date-time */
|
|
2916
2944
|
updated_at?: string;
|
|
2917
|
-
/**
|
|
2945
|
+
/**
|
|
2946
|
+
* Format: date-time
|
|
2947
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2948
|
+
*/
|
|
2918
2949
|
deleted_at?: string;
|
|
2919
2950
|
/** @description Associated environments for this connection */
|
|
2920
2951
|
environments?: {
|
|
@@ -2950,15 +2981,25 @@ interface components {
|
|
|
2950
2981
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
2951
2982
|
*/
|
|
2952
2983
|
owner?: string;
|
|
2953
|
-
/**
|
|
2984
|
+
/**
|
|
2985
|
+
* Format: date-time
|
|
2986
|
+
* @description Timestamp when the resource was created.
|
|
2987
|
+
*/
|
|
2954
2988
|
created_at?: string;
|
|
2989
|
+
/** @description Additional metadata associated with the environment. */
|
|
2955
2990
|
metadata?: {
|
|
2956
2991
|
[key: string]: unknown;
|
|
2957
2992
|
};
|
|
2958
|
-
/**
|
|
2993
|
+
/**
|
|
2994
|
+
* Format: date-time
|
|
2995
|
+
* @description Timestamp when the resource was updated.
|
|
2996
|
+
*/
|
|
2959
2997
|
updated_at?: string;
|
|
2960
|
-
/**
|
|
2961
|
-
|
|
2998
|
+
/**
|
|
2999
|
+
* Format: date-time
|
|
3000
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
3001
|
+
*/
|
|
3002
|
+
deleted_at?: string | null;
|
|
2962
3003
|
}[];
|
|
2963
3004
|
/**
|
|
2964
3005
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -2997,6 +3038,7 @@ interface components {
|
|
|
2997
3038
|
* @enum {string}
|
|
2998
3039
|
*/
|
|
2999
3040
|
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";
|
|
3041
|
+
/** @description Additional metadata associated with the category. */
|
|
3000
3042
|
metadata: {
|
|
3001
3043
|
[key: string]: unknown;
|
|
3002
3044
|
};
|
|
@@ -4268,7 +4310,10 @@ interface components {
|
|
|
4268
4310
|
created_at?: string;
|
|
4269
4311
|
/** Format: date-time */
|
|
4270
4312
|
updated_at?: string;
|
|
4271
|
-
/**
|
|
4313
|
+
/**
|
|
4314
|
+
* Format: date-time
|
|
4315
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
4316
|
+
*/
|
|
4272
4317
|
deleted_at?: string;
|
|
4273
4318
|
/** @description Associated environments for this connection */
|
|
4274
4319
|
environments?: {
|
|
@@ -4304,15 +4349,25 @@ interface components {
|
|
|
4304
4349
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4305
4350
|
*/
|
|
4306
4351
|
owner?: string;
|
|
4307
|
-
/**
|
|
4352
|
+
/**
|
|
4353
|
+
* Format: date-time
|
|
4354
|
+
* @description Timestamp when the resource was created.
|
|
4355
|
+
*/
|
|
4308
4356
|
created_at?: string;
|
|
4357
|
+
/** @description Additional metadata associated with the environment. */
|
|
4309
4358
|
metadata?: {
|
|
4310
4359
|
[key: string]: unknown;
|
|
4311
4360
|
};
|
|
4312
|
-
/**
|
|
4361
|
+
/**
|
|
4362
|
+
* Format: date-time
|
|
4363
|
+
* @description Timestamp when the resource was updated.
|
|
4364
|
+
*/
|
|
4313
4365
|
updated_at?: string;
|
|
4314
|
-
/**
|
|
4315
|
-
|
|
4366
|
+
/**
|
|
4367
|
+
* Format: date-time
|
|
4368
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
4369
|
+
*/
|
|
4370
|
+
deleted_at?: string | null;
|
|
4316
4371
|
}[];
|
|
4317
4372
|
/**
|
|
4318
4373
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -4351,6 +4406,7 @@ interface components {
|
|
|
4351
4406
|
* @enum {string}
|
|
4352
4407
|
*/
|
|
4353
4408
|
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";
|
|
4409
|
+
/** @description Additional metadata associated with the category. */
|
|
4354
4410
|
metadata: {
|
|
4355
4411
|
[key: string]: unknown;
|
|
4356
4412
|
};
|