instill-sdk 0.19.0-rc.15 → 0.19.0-rc.17
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/chat/ChatClient.d.ts +1 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +1 -2
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/user/types.d.ts +14 -14
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +30 -6
- package/dist/index.mjs +30 -6
- package/dist/table/TableClient.d.ts +3 -1
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +23 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -33
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +44 -44
- package/dist/vdp/pipeline/types.d.ts +236 -236
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +2 -2
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -64,9 +64,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
name: string;
|
|
66
66
|
uid: string;
|
|
67
|
-
id: string;
|
|
68
67
|
createTime: string;
|
|
69
68
|
updateTime: string;
|
|
69
|
+
id: string;
|
|
70
70
|
profile?: {
|
|
71
71
|
displayName?: string | undefined;
|
|
72
72
|
bio?: string | undefined;
|
|
@@ -82,9 +82,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
82
82
|
}, {
|
|
83
83
|
name: string;
|
|
84
84
|
uid: string;
|
|
85
|
-
id: string;
|
|
86
85
|
createTime: string;
|
|
87
86
|
updateTime: string;
|
|
87
|
+
id: string;
|
|
88
88
|
profile?: {
|
|
89
89
|
displayName?: string | undefined;
|
|
90
90
|
bio?: string | undefined;
|
|
@@ -155,9 +155,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
156
|
name: string;
|
|
157
157
|
uid: string;
|
|
158
|
-
id: string;
|
|
159
158
|
createTime: string;
|
|
160
159
|
updateTime: string;
|
|
160
|
+
id: string;
|
|
161
161
|
profile?: {
|
|
162
162
|
displayName?: string | undefined;
|
|
163
163
|
bio?: string | undefined;
|
|
@@ -173,9 +173,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
173
173
|
}, {
|
|
174
174
|
name: string;
|
|
175
175
|
uid: string;
|
|
176
|
-
id: string;
|
|
177
176
|
createTime: string;
|
|
178
177
|
updateTime: string;
|
|
178
|
+
id: string;
|
|
179
179
|
profile?: {
|
|
180
180
|
displayName?: string | undefined;
|
|
181
181
|
bio?: string | undefined;
|
|
@@ -231,15 +231,15 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
232
|
name: string;
|
|
233
233
|
uid: string;
|
|
234
|
-
id: string;
|
|
235
234
|
createTime: string;
|
|
236
235
|
updateTime: string;
|
|
236
|
+
id: string;
|
|
237
237
|
owner: {
|
|
238
238
|
name: string;
|
|
239
239
|
uid: string;
|
|
240
|
-
id: string;
|
|
241
240
|
createTime: string;
|
|
242
241
|
updateTime: string;
|
|
242
|
+
id: string;
|
|
243
243
|
profile?: {
|
|
244
244
|
displayName?: string | undefined;
|
|
245
245
|
bio?: string | undefined;
|
|
@@ -267,15 +267,15 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
267
267
|
}, {
|
|
268
268
|
name: string;
|
|
269
269
|
uid: string;
|
|
270
|
-
id: string;
|
|
271
270
|
createTime: string;
|
|
272
271
|
updateTime: string;
|
|
272
|
+
id: string;
|
|
273
273
|
owner: {
|
|
274
274
|
name: string;
|
|
275
275
|
uid: string;
|
|
276
|
-
id: string;
|
|
277
276
|
createTime: string;
|
|
278
277
|
updateTime: string;
|
|
278
|
+
id: string;
|
|
279
279
|
profile?: {
|
|
280
280
|
displayName?: string | undefined;
|
|
281
281
|
bio?: string | undefined;
|
|
@@ -309,9 +309,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
309
309
|
user: {
|
|
310
310
|
name: string;
|
|
311
311
|
uid: string;
|
|
312
|
-
id: string;
|
|
313
312
|
createTime: string;
|
|
314
313
|
updateTime: string;
|
|
314
|
+
id: string;
|
|
315
315
|
profile?: {
|
|
316
316
|
displayName?: string | undefined;
|
|
317
317
|
bio?: string | undefined;
|
|
@@ -325,18 +325,19 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
325
325
|
} | undefined;
|
|
326
326
|
} | undefined;
|
|
327
327
|
};
|
|
328
|
+
role: string;
|
|
328
329
|
organization: {
|
|
329
330
|
name: string;
|
|
330
331
|
uid: string;
|
|
331
|
-
id: string;
|
|
332
332
|
createTime: string;
|
|
333
333
|
updateTime: string;
|
|
334
|
+
id: string;
|
|
334
335
|
owner: {
|
|
335
336
|
name: string;
|
|
336
337
|
uid: string;
|
|
337
|
-
id: string;
|
|
338
338
|
createTime: string;
|
|
339
339
|
updateTime: string;
|
|
340
|
+
id: string;
|
|
340
341
|
profile?: {
|
|
341
342
|
displayName?: string | undefined;
|
|
342
343
|
bio?: string | undefined;
|
|
@@ -362,16 +363,15 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
362
363
|
} | undefined;
|
|
363
364
|
} | undefined;
|
|
364
365
|
};
|
|
365
|
-
role: string;
|
|
366
366
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
367
367
|
}, {
|
|
368
368
|
name: string | null;
|
|
369
369
|
user: {
|
|
370
370
|
name: string;
|
|
371
371
|
uid: string;
|
|
372
|
-
id: string;
|
|
373
372
|
createTime: string;
|
|
374
373
|
updateTime: string;
|
|
374
|
+
id: string;
|
|
375
375
|
profile?: {
|
|
376
376
|
displayName?: string | undefined;
|
|
377
377
|
bio?: string | undefined;
|
|
@@ -385,18 +385,19 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
385
385
|
} | undefined;
|
|
386
386
|
} | undefined;
|
|
387
387
|
};
|
|
388
|
+
role: string;
|
|
388
389
|
organization: {
|
|
389
390
|
name: string;
|
|
390
391
|
uid: string;
|
|
391
|
-
id: string;
|
|
392
392
|
createTime: string;
|
|
393
393
|
updateTime: string;
|
|
394
|
+
id: string;
|
|
394
395
|
owner: {
|
|
395
396
|
name: string;
|
|
396
397
|
uid: string;
|
|
397
|
-
id: string;
|
|
398
398
|
createTime: string;
|
|
399
399
|
updateTime: string;
|
|
400
|
+
id: string;
|
|
400
401
|
profile?: {
|
|
401
402
|
displayName?: string | undefined;
|
|
402
403
|
bio?: string | undefined;
|
|
@@ -422,7 +423,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
422
423
|
} | undefined;
|
|
423
424
|
} | undefined;
|
|
424
425
|
};
|
|
425
|
-
role: string;
|
|
426
426
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
427
427
|
}>;
|
|
428
428
|
export type OrganizationMembership = {
|
|
@@ -484,9 +484,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
485
|
name: string;
|
|
486
486
|
uid: string;
|
|
487
|
-
id: string;
|
|
488
487
|
createTime: string;
|
|
489
488
|
updateTime: string;
|
|
489
|
+
id: string;
|
|
490
490
|
profile?: {
|
|
491
491
|
displayName?: string | undefined;
|
|
492
492
|
bio?: string | undefined;
|
|
@@ -502,9 +502,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
502
502
|
}, {
|
|
503
503
|
name: string;
|
|
504
504
|
uid: string;
|
|
505
|
-
id: string;
|
|
506
505
|
createTime: string;
|
|
507
506
|
updateTime: string;
|
|
507
|
+
id: string;
|
|
508
508
|
profile?: {
|
|
509
509
|
displayName?: string | undefined;
|
|
510
510
|
bio?: string | undefined;
|
|
@@ -575,9 +575,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
575
575
|
}, "strip", z.ZodTypeAny, {
|
|
576
576
|
name: string;
|
|
577
577
|
uid: string;
|
|
578
|
-
id: string;
|
|
579
578
|
createTime: string;
|
|
580
579
|
updateTime: string;
|
|
580
|
+
id: string;
|
|
581
581
|
profile?: {
|
|
582
582
|
displayName?: string | undefined;
|
|
583
583
|
bio?: string | undefined;
|
|
@@ -593,9 +593,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
593
593
|
}, {
|
|
594
594
|
name: string;
|
|
595
595
|
uid: string;
|
|
596
|
-
id: string;
|
|
597
596
|
createTime: string;
|
|
598
597
|
updateTime: string;
|
|
598
|
+
id: string;
|
|
599
599
|
profile?: {
|
|
600
600
|
displayName?: string | undefined;
|
|
601
601
|
bio?: string | undefined;
|
|
@@ -651,15 +651,15 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
652
|
name: string;
|
|
653
653
|
uid: string;
|
|
654
|
-
id: string;
|
|
655
654
|
createTime: string;
|
|
656
655
|
updateTime: string;
|
|
656
|
+
id: string;
|
|
657
657
|
owner: {
|
|
658
658
|
name: string;
|
|
659
659
|
uid: string;
|
|
660
|
-
id: string;
|
|
661
660
|
createTime: string;
|
|
662
661
|
updateTime: string;
|
|
662
|
+
id: string;
|
|
663
663
|
profile?: {
|
|
664
664
|
displayName?: string | undefined;
|
|
665
665
|
bio?: string | undefined;
|
|
@@ -687,15 +687,15 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
687
687
|
}, {
|
|
688
688
|
name: string;
|
|
689
689
|
uid: string;
|
|
690
|
-
id: string;
|
|
691
690
|
createTime: string;
|
|
692
691
|
updateTime: string;
|
|
692
|
+
id: string;
|
|
693
693
|
owner: {
|
|
694
694
|
name: string;
|
|
695
695
|
uid: string;
|
|
696
|
-
id: string;
|
|
697
696
|
createTime: string;
|
|
698
697
|
updateTime: string;
|
|
698
|
+
id: string;
|
|
699
699
|
profile?: {
|
|
700
700
|
displayName?: string | undefined;
|
|
701
701
|
bio?: string | undefined;
|
|
@@ -729,9 +729,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
729
729
|
user: {
|
|
730
730
|
name: string;
|
|
731
731
|
uid: string;
|
|
732
|
-
id: string;
|
|
733
732
|
createTime: string;
|
|
734
733
|
updateTime: string;
|
|
734
|
+
id: string;
|
|
735
735
|
profile?: {
|
|
736
736
|
displayName?: string | undefined;
|
|
737
737
|
bio?: string | undefined;
|
|
@@ -745,18 +745,19 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
745
745
|
} | undefined;
|
|
746
746
|
} | undefined;
|
|
747
747
|
};
|
|
748
|
+
role: string;
|
|
748
749
|
organization: {
|
|
749
750
|
name: string;
|
|
750
751
|
uid: string;
|
|
751
|
-
id: string;
|
|
752
752
|
createTime: string;
|
|
753
753
|
updateTime: string;
|
|
754
|
+
id: string;
|
|
754
755
|
owner: {
|
|
755
756
|
name: string;
|
|
756
757
|
uid: string;
|
|
757
|
-
id: string;
|
|
758
758
|
createTime: string;
|
|
759
759
|
updateTime: string;
|
|
760
|
+
id: string;
|
|
760
761
|
profile?: {
|
|
761
762
|
displayName?: string | undefined;
|
|
762
763
|
bio?: string | undefined;
|
|
@@ -782,16 +783,15 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
782
783
|
} | undefined;
|
|
783
784
|
} | undefined;
|
|
784
785
|
};
|
|
785
|
-
role: string;
|
|
786
786
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
787
787
|
}, {
|
|
788
788
|
name: string | null;
|
|
789
789
|
user: {
|
|
790
790
|
name: string;
|
|
791
791
|
uid: string;
|
|
792
|
-
id: string;
|
|
793
792
|
createTime: string;
|
|
794
793
|
updateTime: string;
|
|
794
|
+
id: string;
|
|
795
795
|
profile?: {
|
|
796
796
|
displayName?: string | undefined;
|
|
797
797
|
bio?: string | undefined;
|
|
@@ -805,18 +805,19 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
805
805
|
} | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
};
|
|
808
|
+
role: string;
|
|
808
809
|
organization: {
|
|
809
810
|
name: string;
|
|
810
811
|
uid: string;
|
|
811
|
-
id: string;
|
|
812
812
|
createTime: string;
|
|
813
813
|
updateTime: string;
|
|
814
|
+
id: string;
|
|
814
815
|
owner: {
|
|
815
816
|
name: string;
|
|
816
817
|
uid: string;
|
|
817
|
-
id: string;
|
|
818
818
|
createTime: string;
|
|
819
819
|
updateTime: string;
|
|
820
|
+
id: string;
|
|
820
821
|
profile?: {
|
|
821
822
|
displayName?: string | undefined;
|
|
822
823
|
bio?: string | undefined;
|
|
@@ -842,7 +843,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
842
843
|
} | undefined;
|
|
843
844
|
} | undefined;
|
|
844
845
|
};
|
|
845
|
-
role: string;
|
|
846
846
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
847
847
|
}>;
|
|
848
848
|
export type ListUserMembershipsRequest = {
|
|
@@ -903,9 +903,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
903
903
|
}, "strip", z.ZodTypeAny, {
|
|
904
904
|
name: string;
|
|
905
905
|
uid: string;
|
|
906
|
-
id: string;
|
|
907
906
|
createTime: string;
|
|
908
907
|
updateTime: string;
|
|
908
|
+
id: string;
|
|
909
909
|
profile?: {
|
|
910
910
|
displayName?: string | undefined;
|
|
911
911
|
bio?: string | undefined;
|
|
@@ -921,9 +921,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
921
921
|
}, {
|
|
922
922
|
name: string;
|
|
923
923
|
uid: string;
|
|
924
|
-
id: string;
|
|
925
924
|
createTime: string;
|
|
926
925
|
updateTime: string;
|
|
926
|
+
id: string;
|
|
927
927
|
profile?: {
|
|
928
928
|
displayName?: string | undefined;
|
|
929
929
|
bio?: string | undefined;
|
|
@@ -994,9 +994,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
994
994
|
}, "strip", z.ZodTypeAny, {
|
|
995
995
|
name: string;
|
|
996
996
|
uid: string;
|
|
997
|
-
id: string;
|
|
998
997
|
createTime: string;
|
|
999
998
|
updateTime: string;
|
|
999
|
+
id: string;
|
|
1000
1000
|
profile?: {
|
|
1001
1001
|
displayName?: string | undefined;
|
|
1002
1002
|
bio?: string | undefined;
|
|
@@ -1012,9 +1012,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1012
1012
|
}, {
|
|
1013
1013
|
name: string;
|
|
1014
1014
|
uid: string;
|
|
1015
|
-
id: string;
|
|
1016
1015
|
createTime: string;
|
|
1017
1016
|
updateTime: string;
|
|
1017
|
+
id: string;
|
|
1018
1018
|
profile?: {
|
|
1019
1019
|
displayName?: string | undefined;
|
|
1020
1020
|
bio?: string | undefined;
|
|
@@ -1070,15 +1070,15 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
1071
|
name: string;
|
|
1072
1072
|
uid: string;
|
|
1073
|
-
id: string;
|
|
1074
1073
|
createTime: string;
|
|
1075
1074
|
updateTime: string;
|
|
1075
|
+
id: string;
|
|
1076
1076
|
owner: {
|
|
1077
1077
|
name: string;
|
|
1078
1078
|
uid: string;
|
|
1079
|
-
id: string;
|
|
1080
1079
|
createTime: string;
|
|
1081
1080
|
updateTime: string;
|
|
1081
|
+
id: string;
|
|
1082
1082
|
profile?: {
|
|
1083
1083
|
displayName?: string | undefined;
|
|
1084
1084
|
bio?: string | undefined;
|
|
@@ -1106,15 +1106,15 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1106
1106
|
}, {
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
|
-
id: string;
|
|
1110
1109
|
createTime: string;
|
|
1111
1110
|
updateTime: string;
|
|
1111
|
+
id: string;
|
|
1112
1112
|
owner: {
|
|
1113
1113
|
name: string;
|
|
1114
1114
|
uid: string;
|
|
1115
|
-
id: string;
|
|
1116
1115
|
createTime: string;
|
|
1117
1116
|
updateTime: string;
|
|
1117
|
+
id: string;
|
|
1118
1118
|
profile?: {
|
|
1119
1119
|
displayName?: string | undefined;
|
|
1120
1120
|
bio?: string | undefined;
|
|
@@ -1148,9 +1148,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1148
1148
|
user: {
|
|
1149
1149
|
name: string;
|
|
1150
1150
|
uid: string;
|
|
1151
|
-
id: string;
|
|
1152
1151
|
createTime: string;
|
|
1153
1152
|
updateTime: string;
|
|
1153
|
+
id: string;
|
|
1154
1154
|
profile?: {
|
|
1155
1155
|
displayName?: string | undefined;
|
|
1156
1156
|
bio?: string | undefined;
|
|
@@ -1164,18 +1164,19 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
} | undefined;
|
|
1166
1166
|
};
|
|
1167
|
+
role: string;
|
|
1167
1168
|
organization: {
|
|
1168
1169
|
name: string;
|
|
1169
1170
|
uid: string;
|
|
1170
|
-
id: string;
|
|
1171
1171
|
createTime: string;
|
|
1172
1172
|
updateTime: string;
|
|
1173
|
+
id: string;
|
|
1173
1174
|
owner: {
|
|
1174
1175
|
name: string;
|
|
1175
1176
|
uid: string;
|
|
1176
|
-
id: string;
|
|
1177
1177
|
createTime: string;
|
|
1178
1178
|
updateTime: string;
|
|
1179
|
+
id: string;
|
|
1179
1180
|
profile?: {
|
|
1180
1181
|
displayName?: string | undefined;
|
|
1181
1182
|
bio?: string | undefined;
|
|
@@ -1201,16 +1202,15 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1201
1202
|
} | undefined;
|
|
1202
1203
|
} | undefined;
|
|
1203
1204
|
};
|
|
1204
|
-
role: string;
|
|
1205
1205
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1206
1206
|
}, {
|
|
1207
1207
|
name: string | null;
|
|
1208
1208
|
user: {
|
|
1209
1209
|
name: string;
|
|
1210
1210
|
uid: string;
|
|
1211
|
-
id: string;
|
|
1212
1211
|
createTime: string;
|
|
1213
1212
|
updateTime: string;
|
|
1213
|
+
id: string;
|
|
1214
1214
|
profile?: {
|
|
1215
1215
|
displayName?: string | undefined;
|
|
1216
1216
|
bio?: string | undefined;
|
|
@@ -1224,18 +1224,19 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1224
1224
|
} | undefined;
|
|
1225
1225
|
} | undefined;
|
|
1226
1226
|
};
|
|
1227
|
+
role: string;
|
|
1227
1228
|
organization: {
|
|
1228
1229
|
name: string;
|
|
1229
1230
|
uid: string;
|
|
1230
|
-
id: string;
|
|
1231
1231
|
createTime: string;
|
|
1232
1232
|
updateTime: string;
|
|
1233
|
+
id: string;
|
|
1233
1234
|
owner: {
|
|
1234
1235
|
name: string;
|
|
1235
1236
|
uid: string;
|
|
1236
|
-
id: string;
|
|
1237
1237
|
createTime: string;
|
|
1238
1238
|
updateTime: string;
|
|
1239
|
+
id: string;
|
|
1239
1240
|
profile?: {
|
|
1240
1241
|
displayName?: string | undefined;
|
|
1241
1242
|
bio?: string | undefined;
|
|
@@ -1261,7 +1262,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1261
1262
|
} | undefined;
|
|
1262
1263
|
} | undefined;
|
|
1263
1264
|
};
|
|
1264
|
-
role: string;
|
|
1265
1265
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1266
1266
|
}>, "many">;
|
|
1267
1267
|
export type GetUserMembershipRequest = {
|
|
@@ -1324,9 +1324,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1324
1324
|
}, "strip", z.ZodTypeAny, {
|
|
1325
1325
|
name: string;
|
|
1326
1326
|
uid: string;
|
|
1327
|
-
id: string;
|
|
1328
1327
|
createTime: string;
|
|
1329
1328
|
updateTime: string;
|
|
1329
|
+
id: string;
|
|
1330
1330
|
profile?: {
|
|
1331
1331
|
displayName?: string | undefined;
|
|
1332
1332
|
bio?: string | undefined;
|
|
@@ -1342,9 +1342,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1342
1342
|
}, {
|
|
1343
1343
|
name: string;
|
|
1344
1344
|
uid: string;
|
|
1345
|
-
id: string;
|
|
1346
1345
|
createTime: string;
|
|
1347
1346
|
updateTime: string;
|
|
1347
|
+
id: string;
|
|
1348
1348
|
profile?: {
|
|
1349
1349
|
displayName?: string | undefined;
|
|
1350
1350
|
bio?: string | undefined;
|
|
@@ -1415,9 +1415,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1415
1415
|
}, "strip", z.ZodTypeAny, {
|
|
1416
1416
|
name: string;
|
|
1417
1417
|
uid: string;
|
|
1418
|
-
id: string;
|
|
1419
1418
|
createTime: string;
|
|
1420
1419
|
updateTime: string;
|
|
1420
|
+
id: string;
|
|
1421
1421
|
profile?: {
|
|
1422
1422
|
displayName?: string | undefined;
|
|
1423
1423
|
bio?: string | undefined;
|
|
@@ -1433,9 +1433,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1433
1433
|
}, {
|
|
1434
1434
|
name: string;
|
|
1435
1435
|
uid: string;
|
|
1436
|
-
id: string;
|
|
1437
1436
|
createTime: string;
|
|
1438
1437
|
updateTime: string;
|
|
1438
|
+
id: string;
|
|
1439
1439
|
profile?: {
|
|
1440
1440
|
displayName?: string | undefined;
|
|
1441
1441
|
bio?: string | undefined;
|
|
@@ -1491,15 +1491,15 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1491
1491
|
}, "strip", z.ZodTypeAny, {
|
|
1492
1492
|
name: string;
|
|
1493
1493
|
uid: string;
|
|
1494
|
-
id: string;
|
|
1495
1494
|
createTime: string;
|
|
1496
1495
|
updateTime: string;
|
|
1496
|
+
id: string;
|
|
1497
1497
|
owner: {
|
|
1498
1498
|
name: string;
|
|
1499
1499
|
uid: string;
|
|
1500
|
-
id: string;
|
|
1501
1500
|
createTime: string;
|
|
1502
1501
|
updateTime: string;
|
|
1502
|
+
id: string;
|
|
1503
1503
|
profile?: {
|
|
1504
1504
|
displayName?: string | undefined;
|
|
1505
1505
|
bio?: string | undefined;
|
|
@@ -1527,15 +1527,15 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1527
1527
|
}, {
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
uid: string;
|
|
1530
|
-
id: string;
|
|
1531
1530
|
createTime: string;
|
|
1532
1531
|
updateTime: string;
|
|
1532
|
+
id: string;
|
|
1533
1533
|
owner: {
|
|
1534
1534
|
name: string;
|
|
1535
1535
|
uid: string;
|
|
1536
|
-
id: string;
|
|
1537
1536
|
createTime: string;
|
|
1538
1537
|
updateTime: string;
|
|
1538
|
+
id: string;
|
|
1539
1539
|
profile?: {
|
|
1540
1540
|
displayName?: string | undefined;
|
|
1541
1541
|
bio?: string | undefined;
|
|
@@ -1569,9 +1569,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1569
1569
|
user: {
|
|
1570
1570
|
name: string;
|
|
1571
1571
|
uid: string;
|
|
1572
|
-
id: string;
|
|
1573
1572
|
createTime: string;
|
|
1574
1573
|
updateTime: string;
|
|
1574
|
+
id: string;
|
|
1575
1575
|
profile?: {
|
|
1576
1576
|
displayName?: string | undefined;
|
|
1577
1577
|
bio?: string | undefined;
|
|
@@ -1585,18 +1585,19 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1585
1585
|
} | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
1587
|
};
|
|
1588
|
+
role: string;
|
|
1588
1589
|
organization: {
|
|
1589
1590
|
name: string;
|
|
1590
1591
|
uid: string;
|
|
1591
|
-
id: string;
|
|
1592
1592
|
createTime: string;
|
|
1593
1593
|
updateTime: string;
|
|
1594
|
+
id: string;
|
|
1594
1595
|
owner: {
|
|
1595
1596
|
name: string;
|
|
1596
1597
|
uid: string;
|
|
1597
|
-
id: string;
|
|
1598
1598
|
createTime: string;
|
|
1599
1599
|
updateTime: string;
|
|
1600
|
+
id: string;
|
|
1600
1601
|
profile?: {
|
|
1601
1602
|
displayName?: string | undefined;
|
|
1602
1603
|
bio?: string | undefined;
|
|
@@ -1622,16 +1623,15 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1622
1623
|
} | undefined;
|
|
1623
1624
|
} | undefined;
|
|
1624
1625
|
};
|
|
1625
|
-
role: string;
|
|
1626
1626
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1627
1627
|
}, {
|
|
1628
1628
|
name: string | null;
|
|
1629
1629
|
user: {
|
|
1630
1630
|
name: string;
|
|
1631
1631
|
uid: string;
|
|
1632
|
-
id: string;
|
|
1633
1632
|
createTime: string;
|
|
1634
1633
|
updateTime: string;
|
|
1634
|
+
id: string;
|
|
1635
1635
|
profile?: {
|
|
1636
1636
|
displayName?: string | undefined;
|
|
1637
1637
|
bio?: string | undefined;
|
|
@@ -1645,18 +1645,19 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1645
1645
|
} | undefined;
|
|
1646
1646
|
} | undefined;
|
|
1647
1647
|
};
|
|
1648
|
+
role: string;
|
|
1648
1649
|
organization: {
|
|
1649
1650
|
name: string;
|
|
1650
1651
|
uid: string;
|
|
1651
|
-
id: string;
|
|
1652
1652
|
createTime: string;
|
|
1653
1653
|
updateTime: string;
|
|
1654
|
+
id: string;
|
|
1654
1655
|
owner: {
|
|
1655
1656
|
name: string;
|
|
1656
1657
|
uid: string;
|
|
1657
|
-
id: string;
|
|
1658
1658
|
createTime: string;
|
|
1659
1659
|
updateTime: string;
|
|
1660
|
+
id: string;
|
|
1660
1661
|
profile?: {
|
|
1661
1662
|
displayName?: string | undefined;
|
|
1662
1663
|
bio?: string | undefined;
|
|
@@ -1682,7 +1683,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1682
1683
|
} | undefined;
|
|
1683
1684
|
} | undefined;
|
|
1684
1685
|
};
|
|
1685
|
-
role: string;
|
|
1686
1686
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1687
1687
|
}>;
|
|
1688
1688
|
export type ListOrganizationMembershipsRequest = {
|
|
@@ -1743,9 +1743,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1743
1743
|
}, "strip", z.ZodTypeAny, {
|
|
1744
1744
|
name: string;
|
|
1745
1745
|
uid: string;
|
|
1746
|
-
id: string;
|
|
1747
1746
|
createTime: string;
|
|
1748
1747
|
updateTime: string;
|
|
1748
|
+
id: string;
|
|
1749
1749
|
profile?: {
|
|
1750
1750
|
displayName?: string | undefined;
|
|
1751
1751
|
bio?: string | undefined;
|
|
@@ -1761,9 +1761,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1761
1761
|
}, {
|
|
1762
1762
|
name: string;
|
|
1763
1763
|
uid: string;
|
|
1764
|
-
id: string;
|
|
1765
1764
|
createTime: string;
|
|
1766
1765
|
updateTime: string;
|
|
1766
|
+
id: string;
|
|
1767
1767
|
profile?: {
|
|
1768
1768
|
displayName?: string | undefined;
|
|
1769
1769
|
bio?: string | undefined;
|
|
@@ -1834,9 +1834,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1834
1834
|
}, "strip", z.ZodTypeAny, {
|
|
1835
1835
|
name: string;
|
|
1836
1836
|
uid: string;
|
|
1837
|
-
id: string;
|
|
1838
1837
|
createTime: string;
|
|
1839
1838
|
updateTime: string;
|
|
1839
|
+
id: string;
|
|
1840
1840
|
profile?: {
|
|
1841
1841
|
displayName?: string | undefined;
|
|
1842
1842
|
bio?: string | undefined;
|
|
@@ -1852,9 +1852,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1852
1852
|
}, {
|
|
1853
1853
|
name: string;
|
|
1854
1854
|
uid: string;
|
|
1855
|
-
id: string;
|
|
1856
1855
|
createTime: string;
|
|
1857
1856
|
updateTime: string;
|
|
1857
|
+
id: string;
|
|
1858
1858
|
profile?: {
|
|
1859
1859
|
displayName?: string | undefined;
|
|
1860
1860
|
bio?: string | undefined;
|
|
@@ -1910,15 +1910,15 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
1911
|
name: string;
|
|
1912
1912
|
uid: string;
|
|
1913
|
-
id: string;
|
|
1914
1913
|
createTime: string;
|
|
1915
1914
|
updateTime: string;
|
|
1915
|
+
id: string;
|
|
1916
1916
|
owner: {
|
|
1917
1917
|
name: string;
|
|
1918
1918
|
uid: string;
|
|
1919
|
-
id: string;
|
|
1920
1919
|
createTime: string;
|
|
1921
1920
|
updateTime: string;
|
|
1921
|
+
id: string;
|
|
1922
1922
|
profile?: {
|
|
1923
1923
|
displayName?: string | undefined;
|
|
1924
1924
|
bio?: string | undefined;
|
|
@@ -1946,15 +1946,15 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1946
1946
|
}, {
|
|
1947
1947
|
name: string;
|
|
1948
1948
|
uid: string;
|
|
1949
|
-
id: string;
|
|
1950
1949
|
createTime: string;
|
|
1951
1950
|
updateTime: string;
|
|
1951
|
+
id: string;
|
|
1952
1952
|
owner: {
|
|
1953
1953
|
name: string;
|
|
1954
1954
|
uid: string;
|
|
1955
|
-
id: string;
|
|
1956
1955
|
createTime: string;
|
|
1957
1956
|
updateTime: string;
|
|
1957
|
+
id: string;
|
|
1958
1958
|
profile?: {
|
|
1959
1959
|
displayName?: string | undefined;
|
|
1960
1960
|
bio?: string | undefined;
|
|
@@ -1988,9 +1988,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1988
1988
|
user: {
|
|
1989
1989
|
name: string;
|
|
1990
1990
|
uid: string;
|
|
1991
|
-
id: string;
|
|
1992
1991
|
createTime: string;
|
|
1993
1992
|
updateTime: string;
|
|
1993
|
+
id: string;
|
|
1994
1994
|
profile?: {
|
|
1995
1995
|
displayName?: string | undefined;
|
|
1996
1996
|
bio?: string | undefined;
|
|
@@ -2004,18 +2004,19 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2004
2004
|
} | undefined;
|
|
2005
2005
|
} | undefined;
|
|
2006
2006
|
};
|
|
2007
|
+
role: string;
|
|
2007
2008
|
organization: {
|
|
2008
2009
|
name: string;
|
|
2009
2010
|
uid: string;
|
|
2010
|
-
id: string;
|
|
2011
2011
|
createTime: string;
|
|
2012
2012
|
updateTime: string;
|
|
2013
|
+
id: string;
|
|
2013
2014
|
owner: {
|
|
2014
2015
|
name: string;
|
|
2015
2016
|
uid: string;
|
|
2016
|
-
id: string;
|
|
2017
2017
|
createTime: string;
|
|
2018
2018
|
updateTime: string;
|
|
2019
|
+
id: string;
|
|
2019
2020
|
profile?: {
|
|
2020
2021
|
displayName?: string | undefined;
|
|
2021
2022
|
bio?: string | undefined;
|
|
@@ -2041,16 +2042,15 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2041
2042
|
} | undefined;
|
|
2042
2043
|
} | undefined;
|
|
2043
2044
|
};
|
|
2044
|
-
role: string;
|
|
2045
2045
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2046
2046
|
}, {
|
|
2047
2047
|
name: string | null;
|
|
2048
2048
|
user: {
|
|
2049
2049
|
name: string;
|
|
2050
2050
|
uid: string;
|
|
2051
|
-
id: string;
|
|
2052
2051
|
createTime: string;
|
|
2053
2052
|
updateTime: string;
|
|
2053
|
+
id: string;
|
|
2054
2054
|
profile?: {
|
|
2055
2055
|
displayName?: string | undefined;
|
|
2056
2056
|
bio?: string | undefined;
|
|
@@ -2064,18 +2064,19 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2064
2064
|
} | undefined;
|
|
2065
2065
|
} | undefined;
|
|
2066
2066
|
};
|
|
2067
|
+
role: string;
|
|
2067
2068
|
organization: {
|
|
2068
2069
|
name: string;
|
|
2069
2070
|
uid: string;
|
|
2070
|
-
id: string;
|
|
2071
2071
|
createTime: string;
|
|
2072
2072
|
updateTime: string;
|
|
2073
|
+
id: string;
|
|
2073
2074
|
owner: {
|
|
2074
2075
|
name: string;
|
|
2075
2076
|
uid: string;
|
|
2076
|
-
id: string;
|
|
2077
2077
|
createTime: string;
|
|
2078
2078
|
updateTime: string;
|
|
2079
|
+
id: string;
|
|
2079
2080
|
profile?: {
|
|
2080
2081
|
displayName?: string | undefined;
|
|
2081
2082
|
bio?: string | undefined;
|
|
@@ -2101,7 +2102,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2101
2102
|
} | undefined;
|
|
2102
2103
|
} | undefined;
|
|
2103
2104
|
};
|
|
2104
|
-
role: string;
|
|
2105
2105
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2106
2106
|
}>, "many">;
|
|
2107
2107
|
export type GetOrganizationMembershipRequest = {
|
|
@@ -2164,9 +2164,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2164
2164
|
}, "strip", z.ZodTypeAny, {
|
|
2165
2165
|
name: string;
|
|
2166
2166
|
uid: string;
|
|
2167
|
-
id: string;
|
|
2168
2167
|
createTime: string;
|
|
2169
2168
|
updateTime: string;
|
|
2169
|
+
id: string;
|
|
2170
2170
|
profile?: {
|
|
2171
2171
|
displayName?: string | undefined;
|
|
2172
2172
|
bio?: string | undefined;
|
|
@@ -2182,9 +2182,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2182
2182
|
}, {
|
|
2183
2183
|
name: string;
|
|
2184
2184
|
uid: string;
|
|
2185
|
-
id: string;
|
|
2186
2185
|
createTime: string;
|
|
2187
2186
|
updateTime: string;
|
|
2187
|
+
id: string;
|
|
2188
2188
|
profile?: {
|
|
2189
2189
|
displayName?: string | undefined;
|
|
2190
2190
|
bio?: string | undefined;
|
|
@@ -2255,9 +2255,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2255
2255
|
}, "strip", z.ZodTypeAny, {
|
|
2256
2256
|
name: string;
|
|
2257
2257
|
uid: string;
|
|
2258
|
-
id: string;
|
|
2259
2258
|
createTime: string;
|
|
2260
2259
|
updateTime: string;
|
|
2260
|
+
id: string;
|
|
2261
2261
|
profile?: {
|
|
2262
2262
|
displayName?: string | undefined;
|
|
2263
2263
|
bio?: string | undefined;
|
|
@@ -2273,9 +2273,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2273
2273
|
}, {
|
|
2274
2274
|
name: string;
|
|
2275
2275
|
uid: string;
|
|
2276
|
-
id: string;
|
|
2277
2276
|
createTime: string;
|
|
2278
2277
|
updateTime: string;
|
|
2278
|
+
id: string;
|
|
2279
2279
|
profile?: {
|
|
2280
2280
|
displayName?: string | undefined;
|
|
2281
2281
|
bio?: string | undefined;
|
|
@@ -2331,15 +2331,15 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2331
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2332
2332
|
name: string;
|
|
2333
2333
|
uid: string;
|
|
2334
|
-
id: string;
|
|
2335
2334
|
createTime: string;
|
|
2336
2335
|
updateTime: string;
|
|
2336
|
+
id: string;
|
|
2337
2337
|
owner: {
|
|
2338
2338
|
name: string;
|
|
2339
2339
|
uid: string;
|
|
2340
|
-
id: string;
|
|
2341
2340
|
createTime: string;
|
|
2342
2341
|
updateTime: string;
|
|
2342
|
+
id: string;
|
|
2343
2343
|
profile?: {
|
|
2344
2344
|
displayName?: string | undefined;
|
|
2345
2345
|
bio?: string | undefined;
|
|
@@ -2367,15 +2367,15 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2367
2367
|
}, {
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
uid: string;
|
|
2370
|
-
id: string;
|
|
2371
2370
|
createTime: string;
|
|
2372
2371
|
updateTime: string;
|
|
2372
|
+
id: string;
|
|
2373
2373
|
owner: {
|
|
2374
2374
|
name: string;
|
|
2375
2375
|
uid: string;
|
|
2376
|
-
id: string;
|
|
2377
2376
|
createTime: string;
|
|
2378
2377
|
updateTime: string;
|
|
2378
|
+
id: string;
|
|
2379
2379
|
profile?: {
|
|
2380
2380
|
displayName?: string | undefined;
|
|
2381
2381
|
bio?: string | undefined;
|
|
@@ -2409,9 +2409,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2409
2409
|
user: {
|
|
2410
2410
|
name: string;
|
|
2411
2411
|
uid: string;
|
|
2412
|
-
id: string;
|
|
2413
2412
|
createTime: string;
|
|
2414
2413
|
updateTime: string;
|
|
2414
|
+
id: string;
|
|
2415
2415
|
profile?: {
|
|
2416
2416
|
displayName?: string | undefined;
|
|
2417
2417
|
bio?: string | undefined;
|
|
@@ -2425,18 +2425,19 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2425
2425
|
} | undefined;
|
|
2426
2426
|
} | undefined;
|
|
2427
2427
|
};
|
|
2428
|
+
role: string;
|
|
2428
2429
|
organization: {
|
|
2429
2430
|
name: string;
|
|
2430
2431
|
uid: string;
|
|
2431
|
-
id: string;
|
|
2432
2432
|
createTime: string;
|
|
2433
2433
|
updateTime: string;
|
|
2434
|
+
id: string;
|
|
2434
2435
|
owner: {
|
|
2435
2436
|
name: string;
|
|
2436
2437
|
uid: string;
|
|
2437
|
-
id: string;
|
|
2438
2438
|
createTime: string;
|
|
2439
2439
|
updateTime: string;
|
|
2440
|
+
id: string;
|
|
2440
2441
|
profile?: {
|
|
2441
2442
|
displayName?: string | undefined;
|
|
2442
2443
|
bio?: string | undefined;
|
|
@@ -2462,16 +2463,15 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2462
2463
|
} | undefined;
|
|
2463
2464
|
} | undefined;
|
|
2464
2465
|
};
|
|
2465
|
-
role: string;
|
|
2466
2466
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2467
2467
|
}, {
|
|
2468
2468
|
name: string | null;
|
|
2469
2469
|
user: {
|
|
2470
2470
|
name: string;
|
|
2471
2471
|
uid: string;
|
|
2472
|
-
id: string;
|
|
2473
2472
|
createTime: string;
|
|
2474
2473
|
updateTime: string;
|
|
2474
|
+
id: string;
|
|
2475
2475
|
profile?: {
|
|
2476
2476
|
displayName?: string | undefined;
|
|
2477
2477
|
bio?: string | undefined;
|
|
@@ -2485,18 +2485,19 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2485
2485
|
} | undefined;
|
|
2486
2486
|
} | undefined;
|
|
2487
2487
|
};
|
|
2488
|
+
role: string;
|
|
2488
2489
|
organization: {
|
|
2489
2490
|
name: string;
|
|
2490
2491
|
uid: string;
|
|
2491
|
-
id: string;
|
|
2492
2492
|
createTime: string;
|
|
2493
2493
|
updateTime: string;
|
|
2494
|
+
id: string;
|
|
2494
2495
|
owner: {
|
|
2495
2496
|
name: string;
|
|
2496
2497
|
uid: string;
|
|
2497
|
-
id: string;
|
|
2498
2498
|
createTime: string;
|
|
2499
2499
|
updateTime: string;
|
|
2500
|
+
id: string;
|
|
2500
2501
|
profile?: {
|
|
2501
2502
|
displayName?: string | undefined;
|
|
2502
2503
|
bio?: string | undefined;
|
|
@@ -2522,7 +2523,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2522
2523
|
} | undefined;
|
|
2523
2524
|
} | undefined;
|
|
2524
2525
|
};
|
|
2525
|
-
role: string;
|
|
2526
2526
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2527
2527
|
}>;
|
|
2528
2528
|
export type DeleteUserMembershipRequest = {
|