instill-sdk 0.18.1 → 0.19.0-rc.2
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/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +132 -132
- package/dist/core/organization/types.d.ts +10 -10
- package/dist/core/user/types.d.ts +14 -14
- package/dist/folder/FolderClient.d.ts +11 -0
- package/dist/folder/FolderClient.d.ts.map +1 -0
- package/dist/folder/index.d.ts +3 -0
- package/dist/folder/index.d.ts.map +1 -0
- package/dist/folder/types.d.ts +51 -0
- package/dist/folder/types.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +103 -0
- package/dist/index.mjs +102 -0
- package/dist/main/index.d.ts +2 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +44 -44
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +456 -456
- package/dist/vdp/release/types.d.ts +6 -6
- package/package.json +6 -6
|
@@ -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,13 +231,14 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
232
|
name: string;
|
|
233
233
|
uid: string;
|
|
234
|
-
|
|
234
|
+
createTime: string;
|
|
235
|
+
updateTime: string;
|
|
235
236
|
owner: {
|
|
236
237
|
name: string;
|
|
237
238
|
uid: string;
|
|
238
|
-
id: string;
|
|
239
239
|
createTime: string;
|
|
240
240
|
updateTime: string;
|
|
241
|
+
id: string;
|
|
241
242
|
profile?: {
|
|
242
243
|
displayName?: string | undefined;
|
|
243
244
|
bio?: string | undefined;
|
|
@@ -251,8 +252,7 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
251
252
|
} | undefined;
|
|
252
253
|
} | undefined;
|
|
253
254
|
};
|
|
254
|
-
|
|
255
|
-
updateTime: string;
|
|
255
|
+
id: string;
|
|
256
256
|
profile?: {
|
|
257
257
|
displayName?: string | undefined;
|
|
258
258
|
bio?: string | undefined;
|
|
@@ -267,13 +267,14 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
267
267
|
}, {
|
|
268
268
|
name: string;
|
|
269
269
|
uid: string;
|
|
270
|
-
|
|
270
|
+
createTime: string;
|
|
271
|
+
updateTime: string;
|
|
271
272
|
owner: {
|
|
272
273
|
name: string;
|
|
273
274
|
uid: string;
|
|
274
|
-
id: string;
|
|
275
275
|
createTime: string;
|
|
276
276
|
updateTime: string;
|
|
277
|
+
id: string;
|
|
277
278
|
profile?: {
|
|
278
279
|
displayName?: string | undefined;
|
|
279
280
|
bio?: string | undefined;
|
|
@@ -287,8 +288,7 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
287
288
|
} | undefined;
|
|
288
289
|
} | undefined;
|
|
289
290
|
};
|
|
290
|
-
|
|
291
|
-
updateTime: string;
|
|
291
|
+
id: string;
|
|
292
292
|
profile?: {
|
|
293
293
|
displayName?: string | undefined;
|
|
294
294
|
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;
|
|
@@ -329,13 +329,14 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
329
329
|
organization: {
|
|
330
330
|
name: string;
|
|
331
331
|
uid: string;
|
|
332
|
-
|
|
332
|
+
createTime: string;
|
|
333
|
+
updateTime: string;
|
|
333
334
|
owner: {
|
|
334
335
|
name: string;
|
|
335
336
|
uid: string;
|
|
336
|
-
id: string;
|
|
337
337
|
createTime: string;
|
|
338
338
|
updateTime: string;
|
|
339
|
+
id: string;
|
|
339
340
|
profile?: {
|
|
340
341
|
displayName?: string | undefined;
|
|
341
342
|
bio?: string | undefined;
|
|
@@ -349,8 +350,7 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
349
350
|
} | undefined;
|
|
350
351
|
} | undefined;
|
|
351
352
|
};
|
|
352
|
-
|
|
353
|
-
updateTime: string;
|
|
353
|
+
id: string;
|
|
354
354
|
profile?: {
|
|
355
355
|
displayName?: string | undefined;
|
|
356
356
|
bio?: string | undefined;
|
|
@@ -369,9 +369,9 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -389,13 +389,14 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
389
389
|
organization: {
|
|
390
390
|
name: string;
|
|
391
391
|
uid: string;
|
|
392
|
-
|
|
392
|
+
createTime: string;
|
|
393
|
+
updateTime: string;
|
|
393
394
|
owner: {
|
|
394
395
|
name: string;
|
|
395
396
|
uid: string;
|
|
396
|
-
id: string;
|
|
397
397
|
createTime: string;
|
|
398
398
|
updateTime: string;
|
|
399
|
+
id: string;
|
|
399
400
|
profile?: {
|
|
400
401
|
displayName?: string | undefined;
|
|
401
402
|
bio?: string | undefined;
|
|
@@ -409,8 +410,7 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
409
410
|
} | undefined;
|
|
410
411
|
} | undefined;
|
|
411
412
|
};
|
|
412
|
-
|
|
413
|
-
updateTime: string;
|
|
413
|
+
id: string;
|
|
414
414
|
profile?: {
|
|
415
415
|
displayName?: string | undefined;
|
|
416
416
|
bio?: string | undefined;
|
|
@@ -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,13 +651,14 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
652
|
name: string;
|
|
653
653
|
uid: string;
|
|
654
|
-
|
|
654
|
+
createTime: string;
|
|
655
|
+
updateTime: string;
|
|
655
656
|
owner: {
|
|
656
657
|
name: string;
|
|
657
658
|
uid: string;
|
|
658
|
-
id: string;
|
|
659
659
|
createTime: string;
|
|
660
660
|
updateTime: string;
|
|
661
|
+
id: string;
|
|
661
662
|
profile?: {
|
|
662
663
|
displayName?: string | undefined;
|
|
663
664
|
bio?: string | undefined;
|
|
@@ -671,8 +672,7 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
671
672
|
} | undefined;
|
|
672
673
|
} | undefined;
|
|
673
674
|
};
|
|
674
|
-
|
|
675
|
-
updateTime: string;
|
|
675
|
+
id: string;
|
|
676
676
|
profile?: {
|
|
677
677
|
displayName?: string | undefined;
|
|
678
678
|
bio?: string | undefined;
|
|
@@ -687,13 +687,14 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
687
687
|
}, {
|
|
688
688
|
name: string;
|
|
689
689
|
uid: string;
|
|
690
|
-
|
|
690
|
+
createTime: string;
|
|
691
|
+
updateTime: string;
|
|
691
692
|
owner: {
|
|
692
693
|
name: string;
|
|
693
694
|
uid: string;
|
|
694
|
-
id: string;
|
|
695
695
|
createTime: string;
|
|
696
696
|
updateTime: string;
|
|
697
|
+
id: string;
|
|
697
698
|
profile?: {
|
|
698
699
|
displayName?: string | undefined;
|
|
699
700
|
bio?: string | undefined;
|
|
@@ -707,8 +708,7 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
707
708
|
} | undefined;
|
|
708
709
|
} | undefined;
|
|
709
710
|
};
|
|
710
|
-
|
|
711
|
-
updateTime: string;
|
|
711
|
+
id: string;
|
|
712
712
|
profile?: {
|
|
713
713
|
displayName?: string | undefined;
|
|
714
714
|
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;
|
|
@@ -749,13 +749,14 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
749
749
|
organization: {
|
|
750
750
|
name: string;
|
|
751
751
|
uid: string;
|
|
752
|
-
|
|
752
|
+
createTime: string;
|
|
753
|
+
updateTime: string;
|
|
753
754
|
owner: {
|
|
754
755
|
name: string;
|
|
755
756
|
uid: string;
|
|
756
|
-
id: string;
|
|
757
757
|
createTime: string;
|
|
758
758
|
updateTime: string;
|
|
759
|
+
id: string;
|
|
759
760
|
profile?: {
|
|
760
761
|
displayName?: string | undefined;
|
|
761
762
|
bio?: string | undefined;
|
|
@@ -769,8 +770,7 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
769
770
|
} | undefined;
|
|
770
771
|
} | undefined;
|
|
771
772
|
};
|
|
772
|
-
|
|
773
|
-
updateTime: string;
|
|
773
|
+
id: string;
|
|
774
774
|
profile?: {
|
|
775
775
|
displayName?: string | undefined;
|
|
776
776
|
bio?: string | undefined;
|
|
@@ -789,9 +789,9 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -809,13 +809,14 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
809
809
|
organization: {
|
|
810
810
|
name: string;
|
|
811
811
|
uid: string;
|
|
812
|
-
|
|
812
|
+
createTime: string;
|
|
813
|
+
updateTime: string;
|
|
813
814
|
owner: {
|
|
814
815
|
name: string;
|
|
815
816
|
uid: string;
|
|
816
|
-
id: string;
|
|
817
817
|
createTime: string;
|
|
818
818
|
updateTime: string;
|
|
819
|
+
id: string;
|
|
819
820
|
profile?: {
|
|
820
821
|
displayName?: string | undefined;
|
|
821
822
|
bio?: string | undefined;
|
|
@@ -829,8 +830,7 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
829
830
|
} | undefined;
|
|
830
831
|
} | undefined;
|
|
831
832
|
};
|
|
832
|
-
|
|
833
|
-
updateTime: string;
|
|
833
|
+
id: string;
|
|
834
834
|
profile?: {
|
|
835
835
|
displayName?: string | undefined;
|
|
836
836
|
bio?: string | undefined;
|
|
@@ -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,13 +1070,14 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
1071
|
name: string;
|
|
1072
1072
|
uid: string;
|
|
1073
|
-
|
|
1073
|
+
createTime: string;
|
|
1074
|
+
updateTime: string;
|
|
1074
1075
|
owner: {
|
|
1075
1076
|
name: string;
|
|
1076
1077
|
uid: string;
|
|
1077
|
-
id: string;
|
|
1078
1078
|
createTime: string;
|
|
1079
1079
|
updateTime: string;
|
|
1080
|
+
id: string;
|
|
1080
1081
|
profile?: {
|
|
1081
1082
|
displayName?: string | undefined;
|
|
1082
1083
|
bio?: string | undefined;
|
|
@@ -1090,8 +1091,7 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1090
1091
|
} | undefined;
|
|
1091
1092
|
} | undefined;
|
|
1092
1093
|
};
|
|
1093
|
-
|
|
1094
|
-
updateTime: string;
|
|
1094
|
+
id: string;
|
|
1095
1095
|
profile?: {
|
|
1096
1096
|
displayName?: string | undefined;
|
|
1097
1097
|
bio?: string | undefined;
|
|
@@ -1106,13 +1106,14 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1106
1106
|
}, {
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
|
-
|
|
1109
|
+
createTime: string;
|
|
1110
|
+
updateTime: string;
|
|
1110
1111
|
owner: {
|
|
1111
1112
|
name: string;
|
|
1112
1113
|
uid: string;
|
|
1113
|
-
id: string;
|
|
1114
1114
|
createTime: string;
|
|
1115
1115
|
updateTime: string;
|
|
1116
|
+
id: string;
|
|
1116
1117
|
profile?: {
|
|
1117
1118
|
displayName?: string | undefined;
|
|
1118
1119
|
bio?: string | undefined;
|
|
@@ -1126,8 +1127,7 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1126
1127
|
} | undefined;
|
|
1127
1128
|
} | undefined;
|
|
1128
1129
|
};
|
|
1129
|
-
|
|
1130
|
-
updateTime: string;
|
|
1130
|
+
id: string;
|
|
1131
1131
|
profile?: {
|
|
1132
1132
|
displayName?: string | undefined;
|
|
1133
1133
|
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;
|
|
@@ -1168,13 +1168,14 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1168
1168
|
organization: {
|
|
1169
1169
|
name: string;
|
|
1170
1170
|
uid: string;
|
|
1171
|
-
|
|
1171
|
+
createTime: string;
|
|
1172
|
+
updateTime: string;
|
|
1172
1173
|
owner: {
|
|
1173
1174
|
name: string;
|
|
1174
1175
|
uid: string;
|
|
1175
|
-
id: string;
|
|
1176
1176
|
createTime: string;
|
|
1177
1177
|
updateTime: string;
|
|
1178
|
+
id: string;
|
|
1178
1179
|
profile?: {
|
|
1179
1180
|
displayName?: string | undefined;
|
|
1180
1181
|
bio?: string | undefined;
|
|
@@ -1188,8 +1189,7 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1188
1189
|
} | undefined;
|
|
1189
1190
|
} | undefined;
|
|
1190
1191
|
};
|
|
1191
|
-
|
|
1192
|
-
updateTime: string;
|
|
1192
|
+
id: string;
|
|
1193
1193
|
profile?: {
|
|
1194
1194
|
displayName?: string | undefined;
|
|
1195
1195
|
bio?: string | undefined;
|
|
@@ -1208,9 +1208,9 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
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;
|
|
@@ -1228,13 +1228,14 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1228
1228
|
organization: {
|
|
1229
1229
|
name: string;
|
|
1230
1230
|
uid: string;
|
|
1231
|
-
|
|
1231
|
+
createTime: string;
|
|
1232
|
+
updateTime: string;
|
|
1232
1233
|
owner: {
|
|
1233
1234
|
name: string;
|
|
1234
1235
|
uid: string;
|
|
1235
|
-
id: string;
|
|
1236
1236
|
createTime: string;
|
|
1237
1237
|
updateTime: string;
|
|
1238
|
+
id: string;
|
|
1238
1239
|
profile?: {
|
|
1239
1240
|
displayName?: string | undefined;
|
|
1240
1241
|
bio?: string | undefined;
|
|
@@ -1248,8 +1249,7 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1248
1249
|
} | undefined;
|
|
1249
1250
|
} | undefined;
|
|
1250
1251
|
};
|
|
1251
|
-
|
|
1252
|
-
updateTime: string;
|
|
1252
|
+
id: string;
|
|
1253
1253
|
profile?: {
|
|
1254
1254
|
displayName?: string | undefined;
|
|
1255
1255
|
bio?: string | undefined;
|
|
@@ -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,13 +1491,14 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1491
1491
|
}, "strip", z.ZodTypeAny, {
|
|
1492
1492
|
name: string;
|
|
1493
1493
|
uid: string;
|
|
1494
|
-
|
|
1494
|
+
createTime: string;
|
|
1495
|
+
updateTime: string;
|
|
1495
1496
|
owner: {
|
|
1496
1497
|
name: string;
|
|
1497
1498
|
uid: string;
|
|
1498
|
-
id: string;
|
|
1499
1499
|
createTime: string;
|
|
1500
1500
|
updateTime: string;
|
|
1501
|
+
id: string;
|
|
1501
1502
|
profile?: {
|
|
1502
1503
|
displayName?: string | undefined;
|
|
1503
1504
|
bio?: string | undefined;
|
|
@@ -1511,8 +1512,7 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1511
1512
|
} | undefined;
|
|
1512
1513
|
} | undefined;
|
|
1513
1514
|
};
|
|
1514
|
-
|
|
1515
|
-
updateTime: string;
|
|
1515
|
+
id: string;
|
|
1516
1516
|
profile?: {
|
|
1517
1517
|
displayName?: string | undefined;
|
|
1518
1518
|
bio?: string | undefined;
|
|
@@ -1527,13 +1527,14 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1527
1527
|
}, {
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
uid: string;
|
|
1530
|
-
|
|
1530
|
+
createTime: string;
|
|
1531
|
+
updateTime: string;
|
|
1531
1532
|
owner: {
|
|
1532
1533
|
name: string;
|
|
1533
1534
|
uid: string;
|
|
1534
|
-
id: string;
|
|
1535
1535
|
createTime: string;
|
|
1536
1536
|
updateTime: string;
|
|
1537
|
+
id: string;
|
|
1537
1538
|
profile?: {
|
|
1538
1539
|
displayName?: string | undefined;
|
|
1539
1540
|
bio?: string | undefined;
|
|
@@ -1547,8 +1548,7 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1547
1548
|
} | undefined;
|
|
1548
1549
|
} | undefined;
|
|
1549
1550
|
};
|
|
1550
|
-
|
|
1551
|
-
updateTime: string;
|
|
1551
|
+
id: string;
|
|
1552
1552
|
profile?: {
|
|
1553
1553
|
displayName?: string | undefined;
|
|
1554
1554
|
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;
|
|
@@ -1589,13 +1589,14 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1589
1589
|
organization: {
|
|
1590
1590
|
name: string;
|
|
1591
1591
|
uid: string;
|
|
1592
|
-
|
|
1592
|
+
createTime: string;
|
|
1593
|
+
updateTime: string;
|
|
1593
1594
|
owner: {
|
|
1594
1595
|
name: string;
|
|
1595
1596
|
uid: string;
|
|
1596
|
-
id: string;
|
|
1597
1597
|
createTime: string;
|
|
1598
1598
|
updateTime: string;
|
|
1599
|
+
id: string;
|
|
1599
1600
|
profile?: {
|
|
1600
1601
|
displayName?: string | undefined;
|
|
1601
1602
|
bio?: string | undefined;
|
|
@@ -1609,8 +1610,7 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1609
1610
|
} | undefined;
|
|
1610
1611
|
} | undefined;
|
|
1611
1612
|
};
|
|
1612
|
-
|
|
1613
|
-
updateTime: string;
|
|
1613
|
+
id: string;
|
|
1614
1614
|
profile?: {
|
|
1615
1615
|
displayName?: string | undefined;
|
|
1616
1616
|
bio?: string | undefined;
|
|
@@ -1629,9 +1629,9 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
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;
|
|
@@ -1649,13 +1649,14 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1649
1649
|
organization: {
|
|
1650
1650
|
name: string;
|
|
1651
1651
|
uid: string;
|
|
1652
|
-
|
|
1652
|
+
createTime: string;
|
|
1653
|
+
updateTime: string;
|
|
1653
1654
|
owner: {
|
|
1654
1655
|
name: string;
|
|
1655
1656
|
uid: string;
|
|
1656
|
-
id: string;
|
|
1657
1657
|
createTime: string;
|
|
1658
1658
|
updateTime: string;
|
|
1659
|
+
id: string;
|
|
1659
1660
|
profile?: {
|
|
1660
1661
|
displayName?: string | undefined;
|
|
1661
1662
|
bio?: string | undefined;
|
|
@@ -1669,8 +1670,7 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1669
1670
|
} | undefined;
|
|
1670
1671
|
} | undefined;
|
|
1671
1672
|
};
|
|
1672
|
-
|
|
1673
|
-
updateTime: string;
|
|
1673
|
+
id: string;
|
|
1674
1674
|
profile?: {
|
|
1675
1675
|
displayName?: string | undefined;
|
|
1676
1676
|
bio?: string | undefined;
|
|
@@ -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,13 +1910,14 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
1911
|
name: string;
|
|
1912
1912
|
uid: string;
|
|
1913
|
-
|
|
1913
|
+
createTime: string;
|
|
1914
|
+
updateTime: string;
|
|
1914
1915
|
owner: {
|
|
1915
1916
|
name: string;
|
|
1916
1917
|
uid: string;
|
|
1917
|
-
id: string;
|
|
1918
1918
|
createTime: string;
|
|
1919
1919
|
updateTime: string;
|
|
1920
|
+
id: string;
|
|
1920
1921
|
profile?: {
|
|
1921
1922
|
displayName?: string | undefined;
|
|
1922
1923
|
bio?: string | undefined;
|
|
@@ -1930,8 +1931,7 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1930
1931
|
} | undefined;
|
|
1931
1932
|
} | undefined;
|
|
1932
1933
|
};
|
|
1933
|
-
|
|
1934
|
-
updateTime: string;
|
|
1934
|
+
id: string;
|
|
1935
1935
|
profile?: {
|
|
1936
1936
|
displayName?: string | undefined;
|
|
1937
1937
|
bio?: string | undefined;
|
|
@@ -1946,13 +1946,14 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1946
1946
|
}, {
|
|
1947
1947
|
name: string;
|
|
1948
1948
|
uid: string;
|
|
1949
|
-
|
|
1949
|
+
createTime: string;
|
|
1950
|
+
updateTime: string;
|
|
1950
1951
|
owner: {
|
|
1951
1952
|
name: string;
|
|
1952
1953
|
uid: string;
|
|
1953
|
-
id: string;
|
|
1954
1954
|
createTime: string;
|
|
1955
1955
|
updateTime: string;
|
|
1956
|
+
id: string;
|
|
1956
1957
|
profile?: {
|
|
1957
1958
|
displayName?: string | undefined;
|
|
1958
1959
|
bio?: string | undefined;
|
|
@@ -1966,8 +1967,7 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1966
1967
|
} | undefined;
|
|
1967
1968
|
} | undefined;
|
|
1968
1969
|
};
|
|
1969
|
-
|
|
1970
|
-
updateTime: string;
|
|
1970
|
+
id: string;
|
|
1971
1971
|
profile?: {
|
|
1972
1972
|
displayName?: string | undefined;
|
|
1973
1973
|
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;
|
|
@@ -2008,13 +2008,14 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2008
2008
|
organization: {
|
|
2009
2009
|
name: string;
|
|
2010
2010
|
uid: string;
|
|
2011
|
-
|
|
2011
|
+
createTime: string;
|
|
2012
|
+
updateTime: string;
|
|
2012
2013
|
owner: {
|
|
2013
2014
|
name: string;
|
|
2014
2015
|
uid: string;
|
|
2015
|
-
id: string;
|
|
2016
2016
|
createTime: string;
|
|
2017
2017
|
updateTime: string;
|
|
2018
|
+
id: string;
|
|
2018
2019
|
profile?: {
|
|
2019
2020
|
displayName?: string | undefined;
|
|
2020
2021
|
bio?: string | undefined;
|
|
@@ -2028,8 +2029,7 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2028
2029
|
} | undefined;
|
|
2029
2030
|
} | undefined;
|
|
2030
2031
|
};
|
|
2031
|
-
|
|
2032
|
-
updateTime: string;
|
|
2032
|
+
id: string;
|
|
2033
2033
|
profile?: {
|
|
2034
2034
|
displayName?: string | undefined;
|
|
2035
2035
|
bio?: string | undefined;
|
|
@@ -2048,9 +2048,9 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
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;
|
|
@@ -2068,13 +2068,14 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2068
2068
|
organization: {
|
|
2069
2069
|
name: string;
|
|
2070
2070
|
uid: string;
|
|
2071
|
-
|
|
2071
|
+
createTime: string;
|
|
2072
|
+
updateTime: string;
|
|
2072
2073
|
owner: {
|
|
2073
2074
|
name: string;
|
|
2074
2075
|
uid: string;
|
|
2075
|
-
id: string;
|
|
2076
2076
|
createTime: string;
|
|
2077
2077
|
updateTime: string;
|
|
2078
|
+
id: string;
|
|
2078
2079
|
profile?: {
|
|
2079
2080
|
displayName?: string | undefined;
|
|
2080
2081
|
bio?: string | undefined;
|
|
@@ -2088,8 +2089,7 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2088
2089
|
} | undefined;
|
|
2089
2090
|
} | undefined;
|
|
2090
2091
|
};
|
|
2091
|
-
|
|
2092
|
-
updateTime: string;
|
|
2092
|
+
id: string;
|
|
2093
2093
|
profile?: {
|
|
2094
2094
|
displayName?: string | undefined;
|
|
2095
2095
|
bio?: string | undefined;
|
|
@@ -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,13 +2331,14 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2331
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2332
2332
|
name: string;
|
|
2333
2333
|
uid: string;
|
|
2334
|
-
|
|
2334
|
+
createTime: string;
|
|
2335
|
+
updateTime: string;
|
|
2335
2336
|
owner: {
|
|
2336
2337
|
name: string;
|
|
2337
2338
|
uid: string;
|
|
2338
|
-
id: string;
|
|
2339
2339
|
createTime: string;
|
|
2340
2340
|
updateTime: string;
|
|
2341
|
+
id: string;
|
|
2341
2342
|
profile?: {
|
|
2342
2343
|
displayName?: string | undefined;
|
|
2343
2344
|
bio?: string | undefined;
|
|
@@ -2351,8 +2352,7 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2351
2352
|
} | undefined;
|
|
2352
2353
|
} | undefined;
|
|
2353
2354
|
};
|
|
2354
|
-
|
|
2355
|
-
updateTime: string;
|
|
2355
|
+
id: string;
|
|
2356
2356
|
profile?: {
|
|
2357
2357
|
displayName?: string | undefined;
|
|
2358
2358
|
bio?: string | undefined;
|
|
@@ -2367,13 +2367,14 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2367
2367
|
}, {
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
uid: string;
|
|
2370
|
-
|
|
2370
|
+
createTime: string;
|
|
2371
|
+
updateTime: string;
|
|
2371
2372
|
owner: {
|
|
2372
2373
|
name: string;
|
|
2373
2374
|
uid: string;
|
|
2374
|
-
id: string;
|
|
2375
2375
|
createTime: string;
|
|
2376
2376
|
updateTime: string;
|
|
2377
|
+
id: string;
|
|
2377
2378
|
profile?: {
|
|
2378
2379
|
displayName?: string | undefined;
|
|
2379
2380
|
bio?: string | undefined;
|
|
@@ -2387,8 +2388,7 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2387
2388
|
} | undefined;
|
|
2388
2389
|
} | undefined;
|
|
2389
2390
|
};
|
|
2390
|
-
|
|
2391
|
-
updateTime: string;
|
|
2391
|
+
id: string;
|
|
2392
2392
|
profile?: {
|
|
2393
2393
|
displayName?: string | undefined;
|
|
2394
2394
|
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;
|
|
@@ -2429,13 +2429,14 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2429
2429
|
organization: {
|
|
2430
2430
|
name: string;
|
|
2431
2431
|
uid: string;
|
|
2432
|
-
|
|
2432
|
+
createTime: string;
|
|
2433
|
+
updateTime: string;
|
|
2433
2434
|
owner: {
|
|
2434
2435
|
name: string;
|
|
2435
2436
|
uid: string;
|
|
2436
|
-
id: string;
|
|
2437
2437
|
createTime: string;
|
|
2438
2438
|
updateTime: string;
|
|
2439
|
+
id: string;
|
|
2439
2440
|
profile?: {
|
|
2440
2441
|
displayName?: string | undefined;
|
|
2441
2442
|
bio?: string | undefined;
|
|
@@ -2449,8 +2450,7 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2449
2450
|
} | undefined;
|
|
2450
2451
|
} | undefined;
|
|
2451
2452
|
};
|
|
2452
|
-
|
|
2453
|
-
updateTime: string;
|
|
2453
|
+
id: string;
|
|
2454
2454
|
profile?: {
|
|
2455
2455
|
displayName?: string | undefined;
|
|
2456
2456
|
bio?: string | undefined;
|
|
@@ -2469,9 +2469,9 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
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;
|
|
@@ -2489,13 +2489,14 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2489
2489
|
organization: {
|
|
2490
2490
|
name: string;
|
|
2491
2491
|
uid: string;
|
|
2492
|
-
|
|
2492
|
+
createTime: string;
|
|
2493
|
+
updateTime: string;
|
|
2493
2494
|
owner: {
|
|
2494
2495
|
name: string;
|
|
2495
2496
|
uid: string;
|
|
2496
|
-
id: string;
|
|
2497
2497
|
createTime: string;
|
|
2498
2498
|
updateTime: string;
|
|
2499
|
+
id: string;
|
|
2499
2500
|
profile?: {
|
|
2500
2501
|
displayName?: string | undefined;
|
|
2501
2502
|
bio?: string | undefined;
|
|
@@ -2509,8 +2510,7 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2509
2510
|
} | undefined;
|
|
2510
2511
|
} | undefined;
|
|
2511
2512
|
};
|
|
2512
|
-
|
|
2513
|
-
updateTime: string;
|
|
2513
|
+
id: string;
|
|
2514
2514
|
profile?: {
|
|
2515
2515
|
displayName?: string | undefined;
|
|
2516
2516
|
bio?: string | undefined;
|