@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
|
@@ -608,15 +608,22 @@ interface components {
|
|
|
608
608
|
* @description Environment owner
|
|
609
609
|
*/
|
|
610
610
|
owner?: string;
|
|
611
|
-
/**
|
|
611
|
+
/**
|
|
612
|
+
* Format: date-time
|
|
613
|
+
* @description Timestamp when the resource was created.
|
|
614
|
+
*/
|
|
612
615
|
created_at?: string;
|
|
616
|
+
/** @description Additional metadata associated with the environment. */
|
|
613
617
|
metadata?: {
|
|
614
618
|
[key: string]: unknown;
|
|
615
619
|
};
|
|
616
|
-
/**
|
|
620
|
+
/**
|
|
621
|
+
* Format: date-time
|
|
622
|
+
* @description Timestamp when the resource was updated.
|
|
623
|
+
*/
|
|
617
624
|
updated_at?: string;
|
|
618
|
-
/** @description
|
|
619
|
-
deleted_at?: string;
|
|
625
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
626
|
+
deleted_at?: string | null;
|
|
620
627
|
}[];
|
|
621
628
|
/**
|
|
622
629
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -655,6 +662,7 @@ interface components {
|
|
|
655
662
|
* @enum {string}
|
|
656
663
|
*/
|
|
657
664
|
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";
|
|
665
|
+
/** @description Additional metadata associated with the category. */
|
|
658
666
|
metadata: {
|
|
659
667
|
[key: string]: unknown;
|
|
660
668
|
};
|
|
@@ -2533,15 +2541,22 @@ interface operations {
|
|
|
2533
2541
|
* @description Environment owner
|
|
2534
2542
|
*/
|
|
2535
2543
|
owner?: string;
|
|
2536
|
-
/**
|
|
2544
|
+
/**
|
|
2545
|
+
* Format: date-time
|
|
2546
|
+
* @description Timestamp when the resource was created.
|
|
2547
|
+
*/
|
|
2537
2548
|
created_at?: string;
|
|
2549
|
+
/** @description Additional metadata associated with the environment. */
|
|
2538
2550
|
metadata?: {
|
|
2539
2551
|
[key: string]: unknown;
|
|
2540
2552
|
};
|
|
2541
|
-
/**
|
|
2553
|
+
/**
|
|
2554
|
+
* Format: date-time
|
|
2555
|
+
* @description Timestamp when the resource was updated.
|
|
2556
|
+
*/
|
|
2542
2557
|
updated_at?: string;
|
|
2543
|
-
/** @description
|
|
2544
|
-
deleted_at?: string;
|
|
2558
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
2559
|
+
deleted_at?: string | null;
|
|
2545
2560
|
}[];
|
|
2546
2561
|
};
|
|
2547
2562
|
};
|
|
@@ -2987,15 +3002,22 @@ interface operations {
|
|
|
2987
3002
|
* @description Environment owner
|
|
2988
3003
|
*/
|
|
2989
3004
|
owner?: string;
|
|
2990
|
-
/**
|
|
3005
|
+
/**
|
|
3006
|
+
* Format: date-time
|
|
3007
|
+
* @description Timestamp when the resource was created.
|
|
3008
|
+
*/
|
|
2991
3009
|
created_at?: string;
|
|
3010
|
+
/** @description Additional metadata associated with the environment. */
|
|
2992
3011
|
metadata?: {
|
|
2993
3012
|
[key: string]: unknown;
|
|
2994
3013
|
};
|
|
2995
|
-
/**
|
|
3014
|
+
/**
|
|
3015
|
+
* Format: date-time
|
|
3016
|
+
* @description Timestamp when the resource was updated.
|
|
3017
|
+
*/
|
|
2996
3018
|
updated_at?: string;
|
|
2997
|
-
/** @description
|
|
2998
|
-
deleted_at?: string;
|
|
3019
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
3020
|
+
deleted_at?: string | null;
|
|
2999
3021
|
}[];
|
|
3000
3022
|
/**
|
|
3001
3023
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3034,6 +3056,7 @@ interface operations {
|
|
|
3034
3056
|
* @enum {string}
|
|
3035
3057
|
*/
|
|
3036
3058
|
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";
|
|
3059
|
+
/** @description Additional metadata associated with the category. */
|
|
3037
3060
|
metadata: {
|
|
3038
3061
|
[key: string]: unknown;
|
|
3039
3062
|
};
|
|
@@ -608,15 +608,22 @@ interface components {
|
|
|
608
608
|
* @description Environment owner
|
|
609
609
|
*/
|
|
610
610
|
owner?: string;
|
|
611
|
-
/**
|
|
611
|
+
/**
|
|
612
|
+
* Format: date-time
|
|
613
|
+
* @description Timestamp when the resource was created.
|
|
614
|
+
*/
|
|
612
615
|
created_at?: string;
|
|
616
|
+
/** @description Additional metadata associated with the environment. */
|
|
613
617
|
metadata?: {
|
|
614
618
|
[key: string]: unknown;
|
|
615
619
|
};
|
|
616
|
-
/**
|
|
620
|
+
/**
|
|
621
|
+
* Format: date-time
|
|
622
|
+
* @description Timestamp when the resource was updated.
|
|
623
|
+
*/
|
|
617
624
|
updated_at?: string;
|
|
618
|
-
/** @description
|
|
619
|
-
deleted_at?: string;
|
|
625
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
626
|
+
deleted_at?: string | null;
|
|
620
627
|
}[];
|
|
621
628
|
/**
|
|
622
629
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -655,6 +662,7 @@ interface components {
|
|
|
655
662
|
* @enum {string}
|
|
656
663
|
*/
|
|
657
664
|
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";
|
|
665
|
+
/** @description Additional metadata associated with the category. */
|
|
658
666
|
metadata: {
|
|
659
667
|
[key: string]: unknown;
|
|
660
668
|
};
|
|
@@ -2533,15 +2541,22 @@ interface operations {
|
|
|
2533
2541
|
* @description Environment owner
|
|
2534
2542
|
*/
|
|
2535
2543
|
owner?: string;
|
|
2536
|
-
/**
|
|
2544
|
+
/**
|
|
2545
|
+
* Format: date-time
|
|
2546
|
+
* @description Timestamp when the resource was created.
|
|
2547
|
+
*/
|
|
2537
2548
|
created_at?: string;
|
|
2549
|
+
/** @description Additional metadata associated with the environment. */
|
|
2538
2550
|
metadata?: {
|
|
2539
2551
|
[key: string]: unknown;
|
|
2540
2552
|
};
|
|
2541
|
-
/**
|
|
2553
|
+
/**
|
|
2554
|
+
* Format: date-time
|
|
2555
|
+
* @description Timestamp when the resource was updated.
|
|
2556
|
+
*/
|
|
2542
2557
|
updated_at?: string;
|
|
2543
|
-
/** @description
|
|
2544
|
-
deleted_at?: string;
|
|
2558
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
2559
|
+
deleted_at?: string | null;
|
|
2545
2560
|
}[];
|
|
2546
2561
|
};
|
|
2547
2562
|
};
|
|
@@ -2987,15 +3002,22 @@ interface operations {
|
|
|
2987
3002
|
* @description Environment owner
|
|
2988
3003
|
*/
|
|
2989
3004
|
owner?: string;
|
|
2990
|
-
/**
|
|
3005
|
+
/**
|
|
3006
|
+
* Format: date-time
|
|
3007
|
+
* @description Timestamp when the resource was created.
|
|
3008
|
+
*/
|
|
2991
3009
|
created_at?: string;
|
|
3010
|
+
/** @description Additional metadata associated with the environment. */
|
|
2992
3011
|
metadata?: {
|
|
2993
3012
|
[key: string]: unknown;
|
|
2994
3013
|
};
|
|
2995
|
-
/**
|
|
3014
|
+
/**
|
|
3015
|
+
* Format: date-time
|
|
3016
|
+
* @description Timestamp when the resource was updated.
|
|
3017
|
+
*/
|
|
2996
3018
|
updated_at?: string;
|
|
2997
|
-
/** @description
|
|
2998
|
-
deleted_at?: string;
|
|
3019
|
+
/** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
|
|
3020
|
+
deleted_at?: string | null;
|
|
2999
3021
|
}[];
|
|
3000
3022
|
/**
|
|
3001
3023
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3034,6 +3056,7 @@ interface operations {
|
|
|
3034
3056
|
* @enum {string}
|
|
3035
3057
|
*/
|
|
3036
3058
|
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";
|
|
3059
|
+
/** @description Additional metadata associated with the category. */
|
|
3037
3060
|
metadata: {
|
|
3038
3061
|
[key: string]: unknown;
|
|
3039
3062
|
};
|