@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.
@@ -1799,7 +1799,10 @@ export interface components {
1799
1799
  * @description Unique identifier for the user
1800
1800
  */
1801
1801
  id: string;
1802
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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
- /** @description User identifier (username or external ID) */
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)