@meshery/schemas 1.3.36 → 1.3.38
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/dist/api.d.mts +5 -39
- package/dist/api.d.ts +5 -39
- package/dist/api.js +2 -2
- package/dist/api.mjs +2 -2
- package/dist/cloudApi.d.mts +1 -1
- package/dist/cloudApi.d.ts +1 -1
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.ts +9 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +2 -2
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +1 -1
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +1 -1
- package/dist/constructs/v1beta2/core/Core.d.ts +9 -0
- package/dist/constructs/v1beta2/core/CoreSchema.js +1 -1
- package/dist/constructs/v1beta2/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta2/organization/Organization.d.ts +90 -0
- package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
- package/dist/constructs/v1beta2/team/Team.d.ts +81 -0
- package/dist/constructs/v1beta2/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta2/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta2/user/User.d.ts +90 -0
- package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
- package/dist/index.d.mts +20 -2
- package/dist/index.d.ts +20 -2
- package/dist/mesheryApi.d.mts +1 -1
- package/dist/mesheryApi.d.ts +1 -1
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/meshkitError-Dfcgbi6X.d.mts +71 -0
- package/dist/meshkitError-Dfcgbi6X.d.ts +71 -0
- package/package.json +3 -2
|
@@ -1326,6 +1326,15 @@ export interface components {
|
|
|
1326
1326
|
"text/plain": string;
|
|
1327
1327
|
};
|
|
1328
1328
|
};
|
|
1329
|
+
/** @description Forbidden */
|
|
1330
|
+
403: {
|
|
1331
|
+
headers: {
|
|
1332
|
+
[name: string]: unknown;
|
|
1333
|
+
};
|
|
1334
|
+
content: {
|
|
1335
|
+
"text/plain": string;
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1329
1338
|
/** @description Result not found */
|
|
1330
1339
|
404: {
|
|
1331
1340
|
headers: {
|
|
@@ -1961,6 +1970,15 @@ export interface operations {
|
|
|
1961
1970
|
"text/plain": string;
|
|
1962
1971
|
};
|
|
1963
1972
|
};
|
|
1973
|
+
/** @description Forbidden */
|
|
1974
|
+
403: {
|
|
1975
|
+
headers: {
|
|
1976
|
+
[name: string]: unknown;
|
|
1977
|
+
};
|
|
1978
|
+
content: {
|
|
1979
|
+
"text/plain": string;
|
|
1980
|
+
};
|
|
1981
|
+
};
|
|
1964
1982
|
/** @description Internal server error */
|
|
1965
1983
|
500: {
|
|
1966
1984
|
headers: {
|
|
@@ -2225,6 +2243,15 @@ export interface operations {
|
|
|
2225
2243
|
"text/plain": string;
|
|
2226
2244
|
};
|
|
2227
2245
|
};
|
|
2246
|
+
/** @description Forbidden */
|
|
2247
|
+
403: {
|
|
2248
|
+
headers: {
|
|
2249
|
+
[name: string]: unknown;
|
|
2250
|
+
};
|
|
2251
|
+
content: {
|
|
2252
|
+
"text/plain": string;
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2228
2255
|
/** @description Result not found */
|
|
2229
2256
|
404: {
|
|
2230
2257
|
headers: {
|
|
@@ -2533,6 +2560,15 @@ export interface operations {
|
|
|
2533
2560
|
"text/plain": string;
|
|
2534
2561
|
};
|
|
2535
2562
|
};
|
|
2563
|
+
/** @description Forbidden */
|
|
2564
|
+
403: {
|
|
2565
|
+
headers: {
|
|
2566
|
+
[name: string]: unknown;
|
|
2567
|
+
};
|
|
2568
|
+
content: {
|
|
2569
|
+
"text/plain": string;
|
|
2570
|
+
};
|
|
2571
|
+
};
|
|
2536
2572
|
/** @description Result not found */
|
|
2537
2573
|
404: {
|
|
2538
2574
|
headers: {
|
|
@@ -2590,6 +2626,15 @@ export interface operations {
|
|
|
2590
2626
|
"text/plain": string;
|
|
2591
2627
|
};
|
|
2592
2628
|
};
|
|
2629
|
+
/** @description Forbidden */
|
|
2630
|
+
403: {
|
|
2631
|
+
headers: {
|
|
2632
|
+
[name: string]: unknown;
|
|
2633
|
+
};
|
|
2634
|
+
content: {
|
|
2635
|
+
"text/plain": string;
|
|
2636
|
+
};
|
|
2637
|
+
};
|
|
2593
2638
|
/** @description Result not found */
|
|
2594
2639
|
404: {
|
|
2595
2640
|
headers: {
|
|
@@ -2735,6 +2780,15 @@ export interface operations {
|
|
|
2735
2780
|
"text/plain": string;
|
|
2736
2781
|
};
|
|
2737
2782
|
};
|
|
2783
|
+
/** @description Forbidden */
|
|
2784
|
+
403: {
|
|
2785
|
+
headers: {
|
|
2786
|
+
[name: string]: unknown;
|
|
2787
|
+
};
|
|
2788
|
+
content: {
|
|
2789
|
+
"text/plain": string;
|
|
2790
|
+
};
|
|
2791
|
+
};
|
|
2738
2792
|
/** @description Result not found */
|
|
2739
2793
|
404: {
|
|
2740
2794
|
headers: {
|
|
@@ -2882,6 +2936,15 @@ export interface operations {
|
|
|
2882
2936
|
};
|
|
2883
2937
|
content?: never;
|
|
2884
2938
|
};
|
|
2939
|
+
/** @description Forbidden */
|
|
2940
|
+
403: {
|
|
2941
|
+
headers: {
|
|
2942
|
+
[name: string]: unknown;
|
|
2943
|
+
};
|
|
2944
|
+
content: {
|
|
2945
|
+
"text/plain": string;
|
|
2946
|
+
};
|
|
2947
|
+
};
|
|
2885
2948
|
/** @description Not found */
|
|
2886
2949
|
404: {
|
|
2887
2950
|
headers: {
|
|
@@ -2975,6 +3038,15 @@ export interface operations {
|
|
|
2975
3038
|
};
|
|
2976
3039
|
content?: never;
|
|
2977
3040
|
};
|
|
3041
|
+
/** @description Forbidden */
|
|
3042
|
+
403: {
|
|
3043
|
+
headers: {
|
|
3044
|
+
[name: string]: unknown;
|
|
3045
|
+
};
|
|
3046
|
+
content: {
|
|
3047
|
+
"text/plain": string;
|
|
3048
|
+
};
|
|
3049
|
+
};
|
|
2978
3050
|
/** @description Not found */
|
|
2979
3051
|
404: {
|
|
2980
3052
|
headers: {
|
|
@@ -3032,6 +3104,15 @@ export interface operations {
|
|
|
3032
3104
|
};
|
|
3033
3105
|
content?: never;
|
|
3034
3106
|
};
|
|
3107
|
+
/** @description Forbidden */
|
|
3108
|
+
403: {
|
|
3109
|
+
headers: {
|
|
3110
|
+
[name: string]: unknown;
|
|
3111
|
+
};
|
|
3112
|
+
content: {
|
|
3113
|
+
"text/plain": string;
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3035
3116
|
/** @description Result not found */
|
|
3036
3117
|
404: {
|
|
3037
3118
|
headers: {
|
|
@@ -3078,6 +3159,15 @@ export interface operations {
|
|
|
3078
3159
|
};
|
|
3079
3160
|
content?: never;
|
|
3080
3161
|
};
|
|
3162
|
+
/** @description Forbidden */
|
|
3163
|
+
403: {
|
|
3164
|
+
headers: {
|
|
3165
|
+
[name: string]: unknown;
|
|
3166
|
+
};
|
|
3167
|
+
content: {
|
|
3168
|
+
"text/plain": string;
|
|
3169
|
+
};
|
|
3170
|
+
};
|
|
3081
3171
|
/** @description Result not found */
|
|
3082
3172
|
404: {
|
|
3083
3173
|
headers: {
|