@meshery/schemas 1.3.23 → 1.3.24
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/cloudApi.d.mts +1896 -1688
- package/dist/cloudApi.d.ts +1896 -1688
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta2/user/User.d.ts +182 -9
- package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta3/design/Design.d.ts +52 -13
- package/dist/constructs/v1beta3/design/DesignSchema.js +13 -13
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +13 -13
- package/dist/constructs/v1beta3/user/User.d.ts +527 -0
- package/dist/constructs/v1beta3/user/User.js +1 -0
- package/dist/constructs/v1beta3/user/User.mjs +0 -0
- package/dist/constructs/v1beta3/user/UserSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/user/UserSchema.js +2 -0
- package/dist/constructs/v1beta3/user/UserSchema.mjs +2 -0
- package/dist/mesheryApi.d.mts +924 -716
- package/dist/mesheryApi.d.ts +924 -716
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
|
@@ -1799,7 +1799,10 @@ export interface components {
|
|
|
1799
1799
|
* @description Unique identifier for the user
|
|
1800
1800
|
*/
|
|
1801
1801
|
id: string;
|
|
1802
|
-
/**
|
|
1802
|
+
/**
|
|
1803
|
+
* @deprecated
|
|
1804
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
1805
|
+
*/
|
|
1803
1806
|
userId: string;
|
|
1804
1807
|
/**
|
|
1805
1808
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -2168,7 +2171,10 @@ export interface components {
|
|
|
2168
2171
|
* @description Unique identifier for the user
|
|
2169
2172
|
*/
|
|
2170
2173
|
id: string;
|
|
2171
|
-
/**
|
|
2174
|
+
/**
|
|
2175
|
+
* @deprecated
|
|
2176
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
2177
|
+
*/
|
|
2172
2178
|
userId: string;
|
|
2173
2179
|
/**
|
|
2174
2180
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -2783,7 +2789,10 @@ export interface components {
|
|
|
2783
2789
|
* @description Unique identifier for the user
|
|
2784
2790
|
*/
|
|
2785
2791
|
id: string;
|
|
2786
|
-
/**
|
|
2792
|
+
/**
|
|
2793
|
+
* @deprecated
|
|
2794
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
2795
|
+
*/
|
|
2787
2796
|
userId: string;
|
|
2788
2797
|
/**
|
|
2789
2798
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -3241,7 +3250,10 @@ export interface components {
|
|
|
3241
3250
|
* @description Unique identifier for the user
|
|
3242
3251
|
*/
|
|
3243
3252
|
id: string;
|
|
3244
|
-
/**
|
|
3253
|
+
/**
|
|
3254
|
+
* @deprecated
|
|
3255
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
3256
|
+
*/
|
|
3245
3257
|
userId: string;
|
|
3246
3258
|
/**
|
|
3247
3259
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -3559,7 +3571,10 @@ export interface components {
|
|
|
3559
3571
|
* @description Unique identifier for the user
|
|
3560
3572
|
*/
|
|
3561
3573
|
id: string;
|
|
3562
|
-
/**
|
|
3574
|
+
/**
|
|
3575
|
+
* @deprecated
|
|
3576
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
3577
|
+
*/
|
|
3563
3578
|
userId: string;
|
|
3564
3579
|
/**
|
|
3565
3580
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -4069,7 +4084,10 @@ export interface operations {
|
|
|
4069
4084
|
* @description Unique identifier for the user
|
|
4070
4085
|
*/
|
|
4071
4086
|
id: string;
|
|
4072
|
-
/**
|
|
4087
|
+
/**
|
|
4088
|
+
* @deprecated
|
|
4089
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
4090
|
+
*/
|
|
4073
4091
|
userId: string;
|
|
4074
4092
|
/**
|
|
4075
4093
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -4547,7 +4565,10 @@ export interface operations {
|
|
|
4547
4565
|
* @description Unique identifier for the user
|
|
4548
4566
|
*/
|
|
4549
4567
|
id: string;
|
|
4550
|
-
/**
|
|
4568
|
+
/**
|
|
4569
|
+
* @deprecated
|
|
4570
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
4571
|
+
*/
|
|
4551
4572
|
userId: string;
|
|
4552
4573
|
/**
|
|
4553
4574
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -5016,7 +5037,10 @@ export interface operations {
|
|
|
5016
5037
|
* @description Unique identifier for the user
|
|
5017
5038
|
*/
|
|
5018
5039
|
id: string;
|
|
5019
|
-
/**
|
|
5040
|
+
/**
|
|
5041
|
+
* @deprecated
|
|
5042
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
5043
|
+
*/
|
|
5020
5044
|
userId: string;
|
|
5021
5045
|
/**
|
|
5022
5046
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -5473,7 +5497,10 @@ export interface operations {
|
|
|
5473
5497
|
* @description Unique identifier for the user
|
|
5474
5498
|
*/
|
|
5475
5499
|
id: string;
|
|
5476
|
-
/**
|
|
5500
|
+
/**
|
|
5501
|
+
* @deprecated
|
|
5502
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
5503
|
+
*/
|
|
5477
5504
|
userId: string;
|
|
5478
5505
|
/**
|
|
5479
5506
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -6100,7 +6127,10 @@ export interface operations {
|
|
|
6100
6127
|
* @description Unique identifier for the user
|
|
6101
6128
|
*/
|
|
6102
6129
|
id: string;
|
|
6103
|
-
/**
|
|
6130
|
+
/**
|
|
6131
|
+
* @deprecated
|
|
6132
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
6133
|
+
*/
|
|
6104
6134
|
userId: string;
|
|
6105
6135
|
/**
|
|
6106
6136
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -6581,7 +6611,10 @@ export interface operations {
|
|
|
6581
6611
|
* @description Unique identifier for the user
|
|
6582
6612
|
*/
|
|
6583
6613
|
id: string;
|
|
6584
|
-
/**
|
|
6614
|
+
/**
|
|
6615
|
+
* @deprecated
|
|
6616
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
6617
|
+
*/
|
|
6585
6618
|
userId: string;
|
|
6586
6619
|
/**
|
|
6587
6620
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -6960,7 +6993,10 @@ export interface operations {
|
|
|
6960
6993
|
* @description Unique identifier for the user
|
|
6961
6994
|
*/
|
|
6962
6995
|
id: string;
|
|
6963
|
-
/**
|
|
6996
|
+
/**
|
|
6997
|
+
* @deprecated
|
|
6998
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
6999
|
+
*/
|
|
6964
7000
|
userId: string;
|
|
6965
7001
|
/**
|
|
6966
7002
|
* @description Authentication provider (e.g., Google, Github)
|
|
@@ -7732,7 +7768,10 @@ export interface operations {
|
|
|
7732
7768
|
* @description Unique identifier for the user
|
|
7733
7769
|
*/
|
|
7734
7770
|
id: string;
|
|
7735
|
-
/**
|
|
7771
|
+
/**
|
|
7772
|
+
* @deprecated
|
|
7773
|
+
* @description Legacy IdP-derived identifier. Removed in v1beta3; resolve users by id or email.
|
|
7774
|
+
*/
|
|
7736
7775
|
userId: string;
|
|
7737
7776
|
/**
|
|
7738
7777
|
* @description Authentication provider (e.g., Google, Github)
|