@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
|
@@ -572,7 +572,10 @@ interface components {
|
|
|
572
572
|
created_at?: string;
|
|
573
573
|
/** Format: date-time */
|
|
574
574
|
updated_at?: string;
|
|
575
|
-
/**
|
|
575
|
+
/**
|
|
576
|
+
* Format: date-time
|
|
577
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
578
|
+
*/
|
|
576
579
|
deleted_at?: string;
|
|
577
580
|
/** @description Associated environments for this connection */
|
|
578
581
|
environments?: {
|
|
@@ -608,15 +611,25 @@ interface components {
|
|
|
608
611
|
* @description Environment owner
|
|
609
612
|
*/
|
|
610
613
|
owner?: string;
|
|
611
|
-
/**
|
|
614
|
+
/**
|
|
615
|
+
* Format: date-time
|
|
616
|
+
* @description Timestamp when the resource was created.
|
|
617
|
+
*/
|
|
612
618
|
created_at?: string;
|
|
619
|
+
/** @description Additional metadata associated with the environment. */
|
|
613
620
|
metadata?: {
|
|
614
621
|
[key: string]: unknown;
|
|
615
622
|
};
|
|
616
|
-
/**
|
|
623
|
+
/**
|
|
624
|
+
* Format: date-time
|
|
625
|
+
* @description Timestamp when the resource was updated.
|
|
626
|
+
*/
|
|
617
627
|
updated_at?: string;
|
|
618
|
-
/**
|
|
619
|
-
|
|
628
|
+
/**
|
|
629
|
+
* Format: date-time
|
|
630
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
631
|
+
*/
|
|
632
|
+
deleted_at?: string | null;
|
|
620
633
|
}[];
|
|
621
634
|
/**
|
|
622
635
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -655,6 +668,7 @@ interface components {
|
|
|
655
668
|
* @enum {string}
|
|
656
669
|
*/
|
|
657
670
|
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";
|
|
671
|
+
/** @description Additional metadata associated with the category. */
|
|
658
672
|
metadata: {
|
|
659
673
|
[key: string]: unknown;
|
|
660
674
|
};
|
|
@@ -2306,7 +2320,10 @@ interface operations {
|
|
|
2306
2320
|
created_at?: string;
|
|
2307
2321
|
/** Format: date-time */
|
|
2308
2322
|
updated_at?: string;
|
|
2309
|
-
/**
|
|
2323
|
+
/**
|
|
2324
|
+
* Format: date-time
|
|
2325
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2326
|
+
*/
|
|
2310
2327
|
deleted_at?: string;
|
|
2311
2328
|
}[];
|
|
2312
2329
|
};
|
|
@@ -2533,15 +2550,25 @@ interface operations {
|
|
|
2533
2550
|
* @description Environment owner
|
|
2534
2551
|
*/
|
|
2535
2552
|
owner?: string;
|
|
2536
|
-
/**
|
|
2553
|
+
/**
|
|
2554
|
+
* Format: date-time
|
|
2555
|
+
* @description Timestamp when the resource was created.
|
|
2556
|
+
*/
|
|
2537
2557
|
created_at?: string;
|
|
2558
|
+
/** @description Additional metadata associated with the environment. */
|
|
2538
2559
|
metadata?: {
|
|
2539
2560
|
[key: string]: unknown;
|
|
2540
2561
|
};
|
|
2541
|
-
/**
|
|
2562
|
+
/**
|
|
2563
|
+
* Format: date-time
|
|
2564
|
+
* @description Timestamp when the resource was updated.
|
|
2565
|
+
*/
|
|
2542
2566
|
updated_at?: string;
|
|
2543
|
-
/**
|
|
2544
|
-
|
|
2567
|
+
/**
|
|
2568
|
+
* Format: date-time
|
|
2569
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
2570
|
+
*/
|
|
2571
|
+
deleted_at?: string | null;
|
|
2545
2572
|
}[];
|
|
2546
2573
|
};
|
|
2547
2574
|
};
|
|
@@ -2951,7 +2978,10 @@ interface operations {
|
|
|
2951
2978
|
created_at?: string;
|
|
2952
2979
|
/** Format: date-time */
|
|
2953
2980
|
updated_at?: string;
|
|
2954
|
-
/**
|
|
2981
|
+
/**
|
|
2982
|
+
* Format: date-time
|
|
2983
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2984
|
+
*/
|
|
2955
2985
|
deleted_at?: string;
|
|
2956
2986
|
/** @description Associated environments for this connection */
|
|
2957
2987
|
environments?: {
|
|
@@ -2987,15 +3017,25 @@ interface operations {
|
|
|
2987
3017
|
* @description Environment owner
|
|
2988
3018
|
*/
|
|
2989
3019
|
owner?: string;
|
|
2990
|
-
/**
|
|
3020
|
+
/**
|
|
3021
|
+
* Format: date-time
|
|
3022
|
+
* @description Timestamp when the resource was created.
|
|
3023
|
+
*/
|
|
2991
3024
|
created_at?: string;
|
|
3025
|
+
/** @description Additional metadata associated with the environment. */
|
|
2992
3026
|
metadata?: {
|
|
2993
3027
|
[key: string]: unknown;
|
|
2994
3028
|
};
|
|
2995
|
-
/**
|
|
3029
|
+
/**
|
|
3030
|
+
* Format: date-time
|
|
3031
|
+
* @description Timestamp when the resource was updated.
|
|
3032
|
+
*/
|
|
2996
3033
|
updated_at?: string;
|
|
2997
|
-
/**
|
|
2998
|
-
|
|
3034
|
+
/**
|
|
3035
|
+
* Format: date-time
|
|
3036
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
3037
|
+
*/
|
|
3038
|
+
deleted_at?: string | null;
|
|
2999
3039
|
}[];
|
|
3000
3040
|
/**
|
|
3001
3041
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3034,6 +3074,7 @@ interface operations {
|
|
|
3034
3074
|
* @enum {string}
|
|
3035
3075
|
*/
|
|
3036
3076
|
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";
|
|
3077
|
+
/** @description Additional metadata associated with the category. */
|
|
3037
3078
|
metadata: {
|
|
3038
3079
|
[key: string]: unknown;
|
|
3039
3080
|
};
|
|
@@ -572,7 +572,10 @@ interface components {
|
|
|
572
572
|
created_at?: string;
|
|
573
573
|
/** Format: date-time */
|
|
574
574
|
updated_at?: string;
|
|
575
|
-
/**
|
|
575
|
+
/**
|
|
576
|
+
* Format: date-time
|
|
577
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
578
|
+
*/
|
|
576
579
|
deleted_at?: string;
|
|
577
580
|
/** @description Associated environments for this connection */
|
|
578
581
|
environments?: {
|
|
@@ -608,15 +611,25 @@ interface components {
|
|
|
608
611
|
* @description Environment owner
|
|
609
612
|
*/
|
|
610
613
|
owner?: string;
|
|
611
|
-
/**
|
|
614
|
+
/**
|
|
615
|
+
* Format: date-time
|
|
616
|
+
* @description Timestamp when the resource was created.
|
|
617
|
+
*/
|
|
612
618
|
created_at?: string;
|
|
619
|
+
/** @description Additional metadata associated with the environment. */
|
|
613
620
|
metadata?: {
|
|
614
621
|
[key: string]: unknown;
|
|
615
622
|
};
|
|
616
|
-
/**
|
|
623
|
+
/**
|
|
624
|
+
* Format: date-time
|
|
625
|
+
* @description Timestamp when the resource was updated.
|
|
626
|
+
*/
|
|
617
627
|
updated_at?: string;
|
|
618
|
-
/**
|
|
619
|
-
|
|
628
|
+
/**
|
|
629
|
+
* Format: date-time
|
|
630
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
631
|
+
*/
|
|
632
|
+
deleted_at?: string | null;
|
|
620
633
|
}[];
|
|
621
634
|
/**
|
|
622
635
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -655,6 +668,7 @@ interface components {
|
|
|
655
668
|
* @enum {string}
|
|
656
669
|
*/
|
|
657
670
|
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";
|
|
671
|
+
/** @description Additional metadata associated with the category. */
|
|
658
672
|
metadata: {
|
|
659
673
|
[key: string]: unknown;
|
|
660
674
|
};
|
|
@@ -2306,7 +2320,10 @@ interface operations {
|
|
|
2306
2320
|
created_at?: string;
|
|
2307
2321
|
/** Format: date-time */
|
|
2308
2322
|
updated_at?: string;
|
|
2309
|
-
/**
|
|
2323
|
+
/**
|
|
2324
|
+
* Format: date-time
|
|
2325
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2326
|
+
*/
|
|
2310
2327
|
deleted_at?: string;
|
|
2311
2328
|
}[];
|
|
2312
2329
|
};
|
|
@@ -2533,15 +2550,25 @@ interface operations {
|
|
|
2533
2550
|
* @description Environment owner
|
|
2534
2551
|
*/
|
|
2535
2552
|
owner?: string;
|
|
2536
|
-
/**
|
|
2553
|
+
/**
|
|
2554
|
+
* Format: date-time
|
|
2555
|
+
* @description Timestamp when the resource was created.
|
|
2556
|
+
*/
|
|
2537
2557
|
created_at?: string;
|
|
2558
|
+
/** @description Additional metadata associated with the environment. */
|
|
2538
2559
|
metadata?: {
|
|
2539
2560
|
[key: string]: unknown;
|
|
2540
2561
|
};
|
|
2541
|
-
/**
|
|
2562
|
+
/**
|
|
2563
|
+
* Format: date-time
|
|
2564
|
+
* @description Timestamp when the resource was updated.
|
|
2565
|
+
*/
|
|
2542
2566
|
updated_at?: string;
|
|
2543
|
-
/**
|
|
2544
|
-
|
|
2567
|
+
/**
|
|
2568
|
+
* Format: date-time
|
|
2569
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
2570
|
+
*/
|
|
2571
|
+
deleted_at?: string | null;
|
|
2545
2572
|
}[];
|
|
2546
2573
|
};
|
|
2547
2574
|
};
|
|
@@ -2951,7 +2978,10 @@ interface operations {
|
|
|
2951
2978
|
created_at?: string;
|
|
2952
2979
|
/** Format: date-time */
|
|
2953
2980
|
updated_at?: string;
|
|
2954
|
-
/**
|
|
2981
|
+
/**
|
|
2982
|
+
* Format: date-time
|
|
2983
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
2984
|
+
*/
|
|
2955
2985
|
deleted_at?: string;
|
|
2956
2986
|
/** @description Associated environments for this connection */
|
|
2957
2987
|
environments?: {
|
|
@@ -2987,15 +3017,25 @@ interface operations {
|
|
|
2987
3017
|
* @description Environment owner
|
|
2988
3018
|
*/
|
|
2989
3019
|
owner?: string;
|
|
2990
|
-
/**
|
|
3020
|
+
/**
|
|
3021
|
+
* Format: date-time
|
|
3022
|
+
* @description Timestamp when the resource was created.
|
|
3023
|
+
*/
|
|
2991
3024
|
created_at?: string;
|
|
3025
|
+
/** @description Additional metadata associated with the environment. */
|
|
2992
3026
|
metadata?: {
|
|
2993
3027
|
[key: string]: unknown;
|
|
2994
3028
|
};
|
|
2995
|
-
/**
|
|
3029
|
+
/**
|
|
3030
|
+
* Format: date-time
|
|
3031
|
+
* @description Timestamp when the resource was updated.
|
|
3032
|
+
*/
|
|
2996
3033
|
updated_at?: string;
|
|
2997
|
-
/**
|
|
2998
|
-
|
|
3034
|
+
/**
|
|
3035
|
+
* Format: date-time
|
|
3036
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
3037
|
+
*/
|
|
3038
|
+
deleted_at?: string | null;
|
|
2999
3039
|
}[];
|
|
3000
3040
|
/**
|
|
3001
3041
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -3034,6 +3074,7 @@ interface operations {
|
|
|
3034
3074
|
* @enum {string}
|
|
3035
3075
|
*/
|
|
3036
3076
|
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";
|
|
3077
|
+
/** @description Additional metadata associated with the category. */
|
|
3037
3078
|
metadata: {
|
|
3038
3079
|
[key: string]: unknown;
|
|
3039
3080
|
};
|