@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
|
@@ -227,15 +227,22 @@ interface paths {
|
|
|
227
227
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
228
228
|
*/
|
|
229
229
|
owner?: string;
|
|
230
|
-
/**
|
|
230
|
+
/**
|
|
231
|
+
* Format: date-time
|
|
232
|
+
* @description Timestamp when the resource was created.
|
|
233
|
+
*/
|
|
231
234
|
created_at?: string;
|
|
235
|
+
/** @description Additional metadata associated with the environment. */
|
|
232
236
|
metadata?: {
|
|
233
237
|
[key: string]: unknown;
|
|
234
238
|
};
|
|
235
|
-
/**
|
|
239
|
+
/**
|
|
240
|
+
* Format: date-time
|
|
241
|
+
* @description Timestamp when the resource was updated.
|
|
242
|
+
*/
|
|
236
243
|
updated_at?: string;
|
|
237
|
-
/** @description
|
|
238
|
-
deleted_at?: string;
|
|
244
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
245
|
+
deleted_at?: string | null;
|
|
239
246
|
}[];
|
|
240
247
|
/**
|
|
241
248
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -274,6 +281,7 @@ interface paths {
|
|
|
274
281
|
* @enum {string}
|
|
275
282
|
*/
|
|
276
283
|
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";
|
|
284
|
+
/** @description Additional metadata associated with the category. */
|
|
277
285
|
metadata: {
|
|
278
286
|
[key: string]: unknown;
|
|
279
287
|
};
|
|
@@ -1592,15 +1600,22 @@ interface paths {
|
|
|
1592
1600
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1593
1601
|
*/
|
|
1594
1602
|
owner?: string;
|
|
1595
|
-
/**
|
|
1603
|
+
/**
|
|
1604
|
+
* Format: date-time
|
|
1605
|
+
* @description Timestamp when the resource was created.
|
|
1606
|
+
*/
|
|
1596
1607
|
created_at?: string;
|
|
1608
|
+
/** @description Additional metadata associated with the environment. */
|
|
1597
1609
|
metadata?: {
|
|
1598
1610
|
[key: string]: unknown;
|
|
1599
1611
|
};
|
|
1600
|
-
/**
|
|
1612
|
+
/**
|
|
1613
|
+
* Format: date-time
|
|
1614
|
+
* @description Timestamp when the resource was updated.
|
|
1615
|
+
*/
|
|
1601
1616
|
updated_at?: string;
|
|
1602
|
-
/** @description
|
|
1603
|
-
deleted_at?: string;
|
|
1617
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
1618
|
+
deleted_at?: string | null;
|
|
1604
1619
|
}[];
|
|
1605
1620
|
/**
|
|
1606
1621
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -1639,6 +1654,7 @@ interface paths {
|
|
|
1639
1654
|
* @enum {string}
|
|
1640
1655
|
*/
|
|
1641
1656
|
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";
|
|
1657
|
+
/** @description Additional metadata associated with the category. */
|
|
1642
1658
|
metadata: {
|
|
1643
1659
|
[key: string]: unknown;
|
|
1644
1660
|
};
|
|
@@ -2950,15 +2966,22 @@ interface components {
|
|
|
2950
2966
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
2951
2967
|
*/
|
|
2952
2968
|
owner?: string;
|
|
2953
|
-
/**
|
|
2969
|
+
/**
|
|
2970
|
+
* Format: date-time
|
|
2971
|
+
* @description Timestamp when the resource was created.
|
|
2972
|
+
*/
|
|
2954
2973
|
created_at?: string;
|
|
2974
|
+
/** @description Additional metadata associated with the environment. */
|
|
2955
2975
|
metadata?: {
|
|
2956
2976
|
[key: string]: unknown;
|
|
2957
2977
|
};
|
|
2958
|
-
/**
|
|
2978
|
+
/**
|
|
2979
|
+
* Format: date-time
|
|
2980
|
+
* @description Timestamp when the resource was updated.
|
|
2981
|
+
*/
|
|
2959
2982
|
updated_at?: string;
|
|
2960
|
-
/** @description
|
|
2961
|
-
deleted_at?: string;
|
|
2983
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
2984
|
+
deleted_at?: string | null;
|
|
2962
2985
|
}[];
|
|
2963
2986
|
/**
|
|
2964
2987
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -2997,6 +3020,7 @@ interface components {
|
|
|
2997
3020
|
* @enum {string}
|
|
2998
3021
|
*/
|
|
2999
3022
|
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";
|
|
3023
|
+
/** @description Additional metadata associated with the category. */
|
|
3000
3024
|
metadata: {
|
|
3001
3025
|
[key: string]: unknown;
|
|
3002
3026
|
};
|
|
@@ -4304,15 +4328,22 @@ interface components {
|
|
|
4304
4328
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4305
4329
|
*/
|
|
4306
4330
|
owner?: string;
|
|
4307
|
-
/**
|
|
4331
|
+
/**
|
|
4332
|
+
* Format: date-time
|
|
4333
|
+
* @description Timestamp when the resource was created.
|
|
4334
|
+
*/
|
|
4308
4335
|
created_at?: string;
|
|
4336
|
+
/** @description Additional metadata associated with the environment. */
|
|
4309
4337
|
metadata?: {
|
|
4310
4338
|
[key: string]: unknown;
|
|
4311
4339
|
};
|
|
4312
|
-
/**
|
|
4340
|
+
/**
|
|
4341
|
+
* Format: date-time
|
|
4342
|
+
* @description Timestamp when the resource was updated.
|
|
4343
|
+
*/
|
|
4313
4344
|
updated_at?: string;
|
|
4314
|
-
/** @description
|
|
4315
|
-
deleted_at?: string;
|
|
4345
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
4346
|
+
deleted_at?: string | null;
|
|
4316
4347
|
}[];
|
|
4317
4348
|
/**
|
|
4318
4349
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -4351,6 +4382,7 @@ interface components {
|
|
|
4351
4382
|
* @enum {string}
|
|
4352
4383
|
*/
|
|
4353
4384
|
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";
|
|
4385
|
+
/** @description Additional metadata associated with the category. */
|
|
4354
4386
|
metadata: {
|
|
4355
4387
|
[key: string]: unknown;
|
|
4356
4388
|
};
|