instill-sdk 0.19.0-rc.20 → 0.19.0-rc.22
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 +3 -2
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/chat/types.d.ts +32 -1
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +192 -192
- package/dist/core/organization/types.d.ts +14 -14
- package/dist/core/user/types.d.ts +14 -14
- package/dist/index.js +16 -34
- package/dist/index.mjs +16 -34
- package/dist/table/TableClient.d.ts +1 -3
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +0 -23
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +65 -60
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +28 -28
- package/dist/vdp/pipeline/types.d.ts +549 -549
- package/dist/vdp/release/types.d.ts +8 -8
- package/package.json +3 -3
- package/dist/helper/makeXMLRequestWithProgress.d.ts +0 -4
- package/dist/helper/makeXMLRequestWithProgress.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;
|
|
67
68
|
createTime: string;
|
|
68
69
|
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;
|
|
85
86
|
createTime: string;
|
|
86
87
|
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;
|
|
158
159
|
createTime: string;
|
|
159
160
|
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;
|
|
176
177
|
createTime: string;
|
|
177
178
|
updateTime: string;
|
|
178
|
-
id: string;
|
|
179
179
|
profile?: {
|
|
180
180
|
displayName?: string | undefined;
|
|
181
181
|
bio?: string | undefined;
|
|
@@ -229,17 +229,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
229
229
|
} | undefined;
|
|
230
230
|
}>>;
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
|
-
name: string;
|
|
233
|
-
uid: string;
|
|
234
|
-
createTime: string;
|
|
235
|
-
updateTime: string;
|
|
236
|
-
id: string;
|
|
237
232
|
owner: {
|
|
238
233
|
name: string;
|
|
239
234
|
uid: string;
|
|
235
|
+
id: string;
|
|
240
236
|
createTime: string;
|
|
241
237
|
updateTime: string;
|
|
242
|
-
id: string;
|
|
243
238
|
profile?: {
|
|
244
239
|
displayName?: string | undefined;
|
|
245
240
|
bio?: string | undefined;
|
|
@@ -253,6 +248,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
253
248
|
} | undefined;
|
|
254
249
|
} | undefined;
|
|
255
250
|
};
|
|
251
|
+
name: string;
|
|
252
|
+
uid: string;
|
|
253
|
+
id: string;
|
|
254
|
+
createTime: string;
|
|
255
|
+
updateTime: string;
|
|
256
256
|
profile?: {
|
|
257
257
|
displayName?: string | undefined;
|
|
258
258
|
bio?: string | undefined;
|
|
@@ -265,17 +265,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
265
265
|
} | undefined;
|
|
266
266
|
} | undefined;
|
|
267
267
|
}, {
|
|
268
|
-
name: string;
|
|
269
|
-
uid: string;
|
|
270
|
-
createTime: string;
|
|
271
|
-
updateTime: string;
|
|
272
|
-
id: string;
|
|
273
268
|
owner: {
|
|
274
269
|
name: string;
|
|
275
270
|
uid: string;
|
|
271
|
+
id: string;
|
|
276
272
|
createTime: string;
|
|
277
273
|
updateTime: string;
|
|
278
|
-
id: string;
|
|
279
274
|
profile?: {
|
|
280
275
|
displayName?: string | undefined;
|
|
281
276
|
bio?: string | undefined;
|
|
@@ -289,6 +284,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
289
284
|
} | undefined;
|
|
290
285
|
} | undefined;
|
|
291
286
|
};
|
|
287
|
+
name: string;
|
|
288
|
+
uid: string;
|
|
289
|
+
id: string;
|
|
290
|
+
createTime: string;
|
|
291
|
+
updateTime: string;
|
|
292
292
|
profile?: {
|
|
293
293
|
displayName?: string | undefined;
|
|
294
294
|
bio?: string | undefined;
|
|
@@ -305,13 +305,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
305
305
|
role: z.ZodString;
|
|
306
306
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
name: string | null;
|
|
309
308
|
user: {
|
|
310
309
|
name: string;
|
|
311
310
|
uid: string;
|
|
311
|
+
id: string;
|
|
312
312
|
createTime: string;
|
|
313
313
|
updateTime: string;
|
|
314
|
-
id: string;
|
|
315
314
|
profile?: {
|
|
316
315
|
displayName?: string | undefined;
|
|
317
316
|
bio?: string | undefined;
|
|
@@ -325,19 +324,15 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
325
324
|
} | undefined;
|
|
326
325
|
} | undefined;
|
|
327
326
|
};
|
|
327
|
+
name: string | null;
|
|
328
328
|
role: string;
|
|
329
329
|
organization: {
|
|
330
|
-
name: string;
|
|
331
|
-
uid: string;
|
|
332
|
-
createTime: string;
|
|
333
|
-
updateTime: string;
|
|
334
|
-
id: string;
|
|
335
330
|
owner: {
|
|
336
331
|
name: string;
|
|
337
332
|
uid: string;
|
|
333
|
+
id: string;
|
|
338
334
|
createTime: string;
|
|
339
335
|
updateTime: string;
|
|
340
|
-
id: string;
|
|
341
336
|
profile?: {
|
|
342
337
|
displayName?: string | undefined;
|
|
343
338
|
bio?: string | undefined;
|
|
@@ -351,6 +346,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
351
346
|
} | undefined;
|
|
352
347
|
} | undefined;
|
|
353
348
|
};
|
|
349
|
+
name: string;
|
|
350
|
+
uid: string;
|
|
351
|
+
id: string;
|
|
352
|
+
createTime: string;
|
|
353
|
+
updateTime: string;
|
|
354
354
|
profile?: {
|
|
355
355
|
displayName?: string | undefined;
|
|
356
356
|
bio?: string | undefined;
|
|
@@ -365,13 +365,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
365
365
|
};
|
|
366
366
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
367
367
|
}, {
|
|
368
|
-
name: string | null;
|
|
369
368
|
user: {
|
|
370
369
|
name: string;
|
|
371
370
|
uid: string;
|
|
371
|
+
id: string;
|
|
372
372
|
createTime: string;
|
|
373
373
|
updateTime: string;
|
|
374
|
-
id: string;
|
|
375
374
|
profile?: {
|
|
376
375
|
displayName?: string | undefined;
|
|
377
376
|
bio?: string | undefined;
|
|
@@ -385,19 +384,15 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
385
384
|
} | undefined;
|
|
386
385
|
} | undefined;
|
|
387
386
|
};
|
|
387
|
+
name: string | null;
|
|
388
388
|
role: string;
|
|
389
389
|
organization: {
|
|
390
|
-
name: string;
|
|
391
|
-
uid: string;
|
|
392
|
-
createTime: string;
|
|
393
|
-
updateTime: string;
|
|
394
|
-
id: string;
|
|
395
390
|
owner: {
|
|
396
391
|
name: string;
|
|
397
392
|
uid: string;
|
|
393
|
+
id: string;
|
|
398
394
|
createTime: string;
|
|
399
395
|
updateTime: string;
|
|
400
|
-
id: string;
|
|
401
396
|
profile?: {
|
|
402
397
|
displayName?: string | undefined;
|
|
403
398
|
bio?: string | undefined;
|
|
@@ -411,6 +406,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
411
406
|
} | undefined;
|
|
412
407
|
} | undefined;
|
|
413
408
|
};
|
|
409
|
+
name: string;
|
|
410
|
+
uid: string;
|
|
411
|
+
id: string;
|
|
412
|
+
createTime: string;
|
|
413
|
+
updateTime: 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;
|
|
487
488
|
createTime: string;
|
|
488
489
|
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;
|
|
505
506
|
createTime: string;
|
|
506
507
|
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;
|
|
578
579
|
createTime: string;
|
|
579
580
|
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;
|
|
596
597
|
createTime: string;
|
|
597
598
|
updateTime: string;
|
|
598
|
-
id: string;
|
|
599
599
|
profile?: {
|
|
600
600
|
displayName?: string | undefined;
|
|
601
601
|
bio?: string | undefined;
|
|
@@ -649,17 +649,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
649
649
|
} | undefined;
|
|
650
650
|
}>>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
|
-
name: string;
|
|
653
|
-
uid: string;
|
|
654
|
-
createTime: string;
|
|
655
|
-
updateTime: string;
|
|
656
|
-
id: string;
|
|
657
652
|
owner: {
|
|
658
653
|
name: string;
|
|
659
654
|
uid: string;
|
|
655
|
+
id: string;
|
|
660
656
|
createTime: string;
|
|
661
657
|
updateTime: string;
|
|
662
|
-
id: string;
|
|
663
658
|
profile?: {
|
|
664
659
|
displayName?: string | undefined;
|
|
665
660
|
bio?: string | undefined;
|
|
@@ -673,6 +668,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
673
668
|
} | undefined;
|
|
674
669
|
} | undefined;
|
|
675
670
|
};
|
|
671
|
+
name: string;
|
|
672
|
+
uid: string;
|
|
673
|
+
id: string;
|
|
674
|
+
createTime: string;
|
|
675
|
+
updateTime: string;
|
|
676
676
|
profile?: {
|
|
677
677
|
displayName?: string | undefined;
|
|
678
678
|
bio?: string | undefined;
|
|
@@ -685,17 +685,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
685
685
|
} | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
name: string;
|
|
689
|
-
uid: string;
|
|
690
|
-
createTime: string;
|
|
691
|
-
updateTime: string;
|
|
692
|
-
id: string;
|
|
693
688
|
owner: {
|
|
694
689
|
name: string;
|
|
695
690
|
uid: string;
|
|
691
|
+
id: string;
|
|
696
692
|
createTime: string;
|
|
697
693
|
updateTime: string;
|
|
698
|
-
id: string;
|
|
699
694
|
profile?: {
|
|
700
695
|
displayName?: string | undefined;
|
|
701
696
|
bio?: string | undefined;
|
|
@@ -709,6 +704,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
709
704
|
} | undefined;
|
|
710
705
|
} | undefined;
|
|
711
706
|
};
|
|
707
|
+
name: string;
|
|
708
|
+
uid: string;
|
|
709
|
+
id: string;
|
|
710
|
+
createTime: string;
|
|
711
|
+
updateTime: string;
|
|
712
712
|
profile?: {
|
|
713
713
|
displayName?: string | undefined;
|
|
714
714
|
bio?: string | undefined;
|
|
@@ -725,13 +725,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
725
725
|
role: z.ZodString;
|
|
726
726
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
727
727
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
name: string | null;
|
|
729
728
|
user: {
|
|
730
729
|
name: string;
|
|
731
730
|
uid: string;
|
|
731
|
+
id: string;
|
|
732
732
|
createTime: string;
|
|
733
733
|
updateTime: string;
|
|
734
|
-
id: string;
|
|
735
734
|
profile?: {
|
|
736
735
|
displayName?: string | undefined;
|
|
737
736
|
bio?: string | undefined;
|
|
@@ -745,19 +744,15 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
745
744
|
} | undefined;
|
|
746
745
|
} | undefined;
|
|
747
746
|
};
|
|
747
|
+
name: string | null;
|
|
748
748
|
role: string;
|
|
749
749
|
organization: {
|
|
750
|
-
name: string;
|
|
751
|
-
uid: string;
|
|
752
|
-
createTime: string;
|
|
753
|
-
updateTime: string;
|
|
754
|
-
id: string;
|
|
755
750
|
owner: {
|
|
756
751
|
name: string;
|
|
757
752
|
uid: string;
|
|
753
|
+
id: string;
|
|
758
754
|
createTime: string;
|
|
759
755
|
updateTime: string;
|
|
760
|
-
id: string;
|
|
761
756
|
profile?: {
|
|
762
757
|
displayName?: string | undefined;
|
|
763
758
|
bio?: string | undefined;
|
|
@@ -771,6 +766,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
771
766
|
} | undefined;
|
|
772
767
|
} | undefined;
|
|
773
768
|
};
|
|
769
|
+
name: string;
|
|
770
|
+
uid: string;
|
|
771
|
+
id: string;
|
|
772
|
+
createTime: string;
|
|
773
|
+
updateTime: string;
|
|
774
774
|
profile?: {
|
|
775
775
|
displayName?: string | undefined;
|
|
776
776
|
bio?: string | undefined;
|
|
@@ -785,13 +785,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
785
785
|
};
|
|
786
786
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
787
787
|
}, {
|
|
788
|
-
name: string | null;
|
|
789
788
|
user: {
|
|
790
789
|
name: string;
|
|
791
790
|
uid: string;
|
|
791
|
+
id: string;
|
|
792
792
|
createTime: string;
|
|
793
793
|
updateTime: string;
|
|
794
|
-
id: string;
|
|
795
794
|
profile?: {
|
|
796
795
|
displayName?: string | undefined;
|
|
797
796
|
bio?: string | undefined;
|
|
@@ -805,19 +804,15 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
805
804
|
} | undefined;
|
|
806
805
|
} | undefined;
|
|
807
806
|
};
|
|
807
|
+
name: string | null;
|
|
808
808
|
role: string;
|
|
809
809
|
organization: {
|
|
810
|
-
name: string;
|
|
811
|
-
uid: string;
|
|
812
|
-
createTime: string;
|
|
813
|
-
updateTime: string;
|
|
814
|
-
id: string;
|
|
815
810
|
owner: {
|
|
816
811
|
name: string;
|
|
817
812
|
uid: string;
|
|
813
|
+
id: string;
|
|
818
814
|
createTime: string;
|
|
819
815
|
updateTime: string;
|
|
820
|
-
id: string;
|
|
821
816
|
profile?: {
|
|
822
817
|
displayName?: string | undefined;
|
|
823
818
|
bio?: string | undefined;
|
|
@@ -831,6 +826,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
831
826
|
} | undefined;
|
|
832
827
|
} | undefined;
|
|
833
828
|
};
|
|
829
|
+
name: string;
|
|
830
|
+
uid: string;
|
|
831
|
+
id: string;
|
|
832
|
+
createTime: string;
|
|
833
|
+
updateTime: 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;
|
|
906
907
|
createTime: string;
|
|
907
908
|
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;
|
|
924
925
|
createTime: string;
|
|
925
926
|
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;
|
|
997
998
|
createTime: string;
|
|
998
999
|
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;
|
|
1015
1016
|
createTime: string;
|
|
1016
1017
|
updateTime: string;
|
|
1017
|
-
id: string;
|
|
1018
1018
|
profile?: {
|
|
1019
1019
|
displayName?: string | undefined;
|
|
1020
1020
|
bio?: string | undefined;
|
|
@@ -1068,17 +1068,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1068
1068
|
} | undefined;
|
|
1069
1069
|
}>>;
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
|
-
name: string;
|
|
1072
|
-
uid: string;
|
|
1073
|
-
createTime: string;
|
|
1074
|
-
updateTime: string;
|
|
1075
|
-
id: string;
|
|
1076
1071
|
owner: {
|
|
1077
1072
|
name: string;
|
|
1078
1073
|
uid: string;
|
|
1074
|
+
id: string;
|
|
1079
1075
|
createTime: string;
|
|
1080
1076
|
updateTime: string;
|
|
1081
|
-
id: string;
|
|
1082
1077
|
profile?: {
|
|
1083
1078
|
displayName?: string | undefined;
|
|
1084
1079
|
bio?: string | undefined;
|
|
@@ -1092,6 +1087,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1092
1087
|
} | undefined;
|
|
1093
1088
|
} | undefined;
|
|
1094
1089
|
};
|
|
1090
|
+
name: string;
|
|
1091
|
+
uid: string;
|
|
1092
|
+
id: string;
|
|
1093
|
+
createTime: string;
|
|
1094
|
+
updateTime: string;
|
|
1095
1095
|
profile?: {
|
|
1096
1096
|
displayName?: string | undefined;
|
|
1097
1097
|
bio?: string | undefined;
|
|
@@ -1104,17 +1104,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1104
1104
|
} | undefined;
|
|
1105
1105
|
} | undefined;
|
|
1106
1106
|
}, {
|
|
1107
|
-
name: string;
|
|
1108
|
-
uid: string;
|
|
1109
|
-
createTime: string;
|
|
1110
|
-
updateTime: string;
|
|
1111
|
-
id: string;
|
|
1112
1107
|
owner: {
|
|
1113
1108
|
name: string;
|
|
1114
1109
|
uid: string;
|
|
1110
|
+
id: string;
|
|
1115
1111
|
createTime: string;
|
|
1116
1112
|
updateTime: string;
|
|
1117
|
-
id: string;
|
|
1118
1113
|
profile?: {
|
|
1119
1114
|
displayName?: string | undefined;
|
|
1120
1115
|
bio?: string | undefined;
|
|
@@ -1128,6 +1123,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1128
1123
|
} | undefined;
|
|
1129
1124
|
} | undefined;
|
|
1130
1125
|
};
|
|
1126
|
+
name: string;
|
|
1127
|
+
uid: string;
|
|
1128
|
+
id: string;
|
|
1129
|
+
createTime: string;
|
|
1130
|
+
updateTime: string;
|
|
1131
1131
|
profile?: {
|
|
1132
1132
|
displayName?: string | undefined;
|
|
1133
1133
|
bio?: string | undefined;
|
|
@@ -1144,13 +1144,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1144
1144
|
role: z.ZodString;
|
|
1145
1145
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1146
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1147
|
-
name: string | null;
|
|
1148
1147
|
user: {
|
|
1149
1148
|
name: string;
|
|
1150
1149
|
uid: string;
|
|
1150
|
+
id: string;
|
|
1151
1151
|
createTime: string;
|
|
1152
1152
|
updateTime: string;
|
|
1153
|
-
id: string;
|
|
1154
1153
|
profile?: {
|
|
1155
1154
|
displayName?: string | undefined;
|
|
1156
1155
|
bio?: string | undefined;
|
|
@@ -1164,19 +1163,15 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1164
1163
|
} | undefined;
|
|
1165
1164
|
} | undefined;
|
|
1166
1165
|
};
|
|
1166
|
+
name: string | null;
|
|
1167
1167
|
role: string;
|
|
1168
1168
|
organization: {
|
|
1169
|
-
name: string;
|
|
1170
|
-
uid: string;
|
|
1171
|
-
createTime: string;
|
|
1172
|
-
updateTime: string;
|
|
1173
|
-
id: string;
|
|
1174
1169
|
owner: {
|
|
1175
1170
|
name: string;
|
|
1176
1171
|
uid: string;
|
|
1172
|
+
id: string;
|
|
1177
1173
|
createTime: string;
|
|
1178
1174
|
updateTime: string;
|
|
1179
|
-
id: string;
|
|
1180
1175
|
profile?: {
|
|
1181
1176
|
displayName?: string | undefined;
|
|
1182
1177
|
bio?: string | undefined;
|
|
@@ -1190,6 +1185,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1190
1185
|
} | undefined;
|
|
1191
1186
|
} | undefined;
|
|
1192
1187
|
};
|
|
1188
|
+
name: string;
|
|
1189
|
+
uid: string;
|
|
1190
|
+
id: string;
|
|
1191
|
+
createTime: string;
|
|
1192
|
+
updateTime: string;
|
|
1193
1193
|
profile?: {
|
|
1194
1194
|
displayName?: string | undefined;
|
|
1195
1195
|
bio?: string | undefined;
|
|
@@ -1204,13 +1204,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1204
1204
|
};
|
|
1205
1205
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1206
1206
|
}, {
|
|
1207
|
-
name: string | null;
|
|
1208
1207
|
user: {
|
|
1209
1208
|
name: string;
|
|
1210
1209
|
uid: string;
|
|
1210
|
+
id: string;
|
|
1211
1211
|
createTime: string;
|
|
1212
1212
|
updateTime: string;
|
|
1213
|
-
id: string;
|
|
1214
1213
|
profile?: {
|
|
1215
1214
|
displayName?: string | undefined;
|
|
1216
1215
|
bio?: string | undefined;
|
|
@@ -1224,19 +1223,15 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1224
1223
|
} | undefined;
|
|
1225
1224
|
} | undefined;
|
|
1226
1225
|
};
|
|
1226
|
+
name: string | null;
|
|
1227
1227
|
role: string;
|
|
1228
1228
|
organization: {
|
|
1229
|
-
name: string;
|
|
1230
|
-
uid: string;
|
|
1231
|
-
createTime: string;
|
|
1232
|
-
updateTime: string;
|
|
1233
|
-
id: string;
|
|
1234
1229
|
owner: {
|
|
1235
1230
|
name: string;
|
|
1236
1231
|
uid: string;
|
|
1232
|
+
id: string;
|
|
1237
1233
|
createTime: string;
|
|
1238
1234
|
updateTime: string;
|
|
1239
|
-
id: string;
|
|
1240
1235
|
profile?: {
|
|
1241
1236
|
displayName?: string | undefined;
|
|
1242
1237
|
bio?: string | undefined;
|
|
@@ -1250,6 +1245,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1250
1245
|
} | undefined;
|
|
1251
1246
|
} | undefined;
|
|
1252
1247
|
};
|
|
1248
|
+
name: string;
|
|
1249
|
+
uid: string;
|
|
1250
|
+
id: string;
|
|
1251
|
+
createTime: string;
|
|
1252
|
+
updateTime: 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;
|
|
1327
1328
|
createTime: string;
|
|
1328
1329
|
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;
|
|
1345
1346
|
createTime: string;
|
|
1346
1347
|
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;
|
|
1418
1419
|
createTime: string;
|
|
1419
1420
|
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;
|
|
1436
1437
|
createTime: string;
|
|
1437
1438
|
updateTime: string;
|
|
1438
|
-
id: string;
|
|
1439
1439
|
profile?: {
|
|
1440
1440
|
displayName?: string | undefined;
|
|
1441
1441
|
bio?: string | undefined;
|
|
@@ -1489,17 +1489,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1489
1489
|
} | undefined;
|
|
1490
1490
|
}>>;
|
|
1491
1491
|
}, "strip", z.ZodTypeAny, {
|
|
1492
|
-
name: string;
|
|
1493
|
-
uid: string;
|
|
1494
|
-
createTime: string;
|
|
1495
|
-
updateTime: string;
|
|
1496
|
-
id: string;
|
|
1497
1492
|
owner: {
|
|
1498
1493
|
name: string;
|
|
1499
1494
|
uid: string;
|
|
1495
|
+
id: string;
|
|
1500
1496
|
createTime: string;
|
|
1501
1497
|
updateTime: string;
|
|
1502
|
-
id: string;
|
|
1503
1498
|
profile?: {
|
|
1504
1499
|
displayName?: string | undefined;
|
|
1505
1500
|
bio?: string | undefined;
|
|
@@ -1513,6 +1508,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1513
1508
|
} | undefined;
|
|
1514
1509
|
} | undefined;
|
|
1515
1510
|
};
|
|
1511
|
+
name: string;
|
|
1512
|
+
uid: string;
|
|
1513
|
+
id: string;
|
|
1514
|
+
createTime: string;
|
|
1515
|
+
updateTime: string;
|
|
1516
1516
|
profile?: {
|
|
1517
1517
|
displayName?: string | undefined;
|
|
1518
1518
|
bio?: string | undefined;
|
|
@@ -1525,17 +1525,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1525
1525
|
} | undefined;
|
|
1526
1526
|
} | undefined;
|
|
1527
1527
|
}, {
|
|
1528
|
-
name: string;
|
|
1529
|
-
uid: string;
|
|
1530
|
-
createTime: string;
|
|
1531
|
-
updateTime: string;
|
|
1532
|
-
id: string;
|
|
1533
1528
|
owner: {
|
|
1534
1529
|
name: string;
|
|
1535
1530
|
uid: string;
|
|
1531
|
+
id: string;
|
|
1536
1532
|
createTime: string;
|
|
1537
1533
|
updateTime: string;
|
|
1538
|
-
id: string;
|
|
1539
1534
|
profile?: {
|
|
1540
1535
|
displayName?: string | undefined;
|
|
1541
1536
|
bio?: string | undefined;
|
|
@@ -1549,6 +1544,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1549
1544
|
} | undefined;
|
|
1550
1545
|
} | undefined;
|
|
1551
1546
|
};
|
|
1547
|
+
name: string;
|
|
1548
|
+
uid: string;
|
|
1549
|
+
id: string;
|
|
1550
|
+
createTime: string;
|
|
1551
|
+
updateTime: string;
|
|
1552
1552
|
profile?: {
|
|
1553
1553
|
displayName?: string | undefined;
|
|
1554
1554
|
bio?: string | undefined;
|
|
@@ -1565,13 +1565,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1565
1565
|
role: z.ZodString;
|
|
1566
1566
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1567
1567
|
}, "strip", z.ZodTypeAny, {
|
|
1568
|
-
name: string | null;
|
|
1569
1568
|
user: {
|
|
1570
1569
|
name: string;
|
|
1571
1570
|
uid: string;
|
|
1571
|
+
id: string;
|
|
1572
1572
|
createTime: string;
|
|
1573
1573
|
updateTime: string;
|
|
1574
|
-
id: string;
|
|
1575
1574
|
profile?: {
|
|
1576
1575
|
displayName?: string | undefined;
|
|
1577
1576
|
bio?: string | undefined;
|
|
@@ -1585,19 +1584,15 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1585
1584
|
} | undefined;
|
|
1586
1585
|
} | undefined;
|
|
1587
1586
|
};
|
|
1587
|
+
name: string | null;
|
|
1588
1588
|
role: string;
|
|
1589
1589
|
organization: {
|
|
1590
|
-
name: string;
|
|
1591
|
-
uid: string;
|
|
1592
|
-
createTime: string;
|
|
1593
|
-
updateTime: string;
|
|
1594
|
-
id: string;
|
|
1595
1590
|
owner: {
|
|
1596
1591
|
name: string;
|
|
1597
1592
|
uid: string;
|
|
1593
|
+
id: string;
|
|
1598
1594
|
createTime: string;
|
|
1599
1595
|
updateTime: string;
|
|
1600
|
-
id: string;
|
|
1601
1596
|
profile?: {
|
|
1602
1597
|
displayName?: string | undefined;
|
|
1603
1598
|
bio?: string | undefined;
|
|
@@ -1611,6 +1606,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1611
1606
|
} | undefined;
|
|
1612
1607
|
} | undefined;
|
|
1613
1608
|
};
|
|
1609
|
+
name: string;
|
|
1610
|
+
uid: string;
|
|
1611
|
+
id: string;
|
|
1612
|
+
createTime: string;
|
|
1613
|
+
updateTime: string;
|
|
1614
1614
|
profile?: {
|
|
1615
1615
|
displayName?: string | undefined;
|
|
1616
1616
|
bio?: string | undefined;
|
|
@@ -1625,13 +1625,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1625
1625
|
};
|
|
1626
1626
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1627
1627
|
}, {
|
|
1628
|
-
name: string | null;
|
|
1629
1628
|
user: {
|
|
1630
1629
|
name: string;
|
|
1631
1630
|
uid: string;
|
|
1631
|
+
id: string;
|
|
1632
1632
|
createTime: string;
|
|
1633
1633
|
updateTime: string;
|
|
1634
|
-
id: string;
|
|
1635
1634
|
profile?: {
|
|
1636
1635
|
displayName?: string | undefined;
|
|
1637
1636
|
bio?: string | undefined;
|
|
@@ -1645,19 +1644,15 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1645
1644
|
} | undefined;
|
|
1646
1645
|
} | undefined;
|
|
1647
1646
|
};
|
|
1647
|
+
name: string | null;
|
|
1648
1648
|
role: string;
|
|
1649
1649
|
organization: {
|
|
1650
|
-
name: string;
|
|
1651
|
-
uid: string;
|
|
1652
|
-
createTime: string;
|
|
1653
|
-
updateTime: string;
|
|
1654
|
-
id: string;
|
|
1655
1650
|
owner: {
|
|
1656
1651
|
name: string;
|
|
1657
1652
|
uid: string;
|
|
1653
|
+
id: string;
|
|
1658
1654
|
createTime: string;
|
|
1659
1655
|
updateTime: string;
|
|
1660
|
-
id: string;
|
|
1661
1656
|
profile?: {
|
|
1662
1657
|
displayName?: string | undefined;
|
|
1663
1658
|
bio?: string | undefined;
|
|
@@ -1671,6 +1666,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1671
1666
|
} | undefined;
|
|
1672
1667
|
} | undefined;
|
|
1673
1668
|
};
|
|
1669
|
+
name: string;
|
|
1670
|
+
uid: string;
|
|
1671
|
+
id: string;
|
|
1672
|
+
createTime: string;
|
|
1673
|
+
updateTime: 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;
|
|
1746
1747
|
createTime: string;
|
|
1747
1748
|
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;
|
|
1764
1765
|
createTime: string;
|
|
1765
1766
|
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;
|
|
1837
1838
|
createTime: string;
|
|
1838
1839
|
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;
|
|
1855
1856
|
createTime: string;
|
|
1856
1857
|
updateTime: string;
|
|
1857
|
-
id: string;
|
|
1858
1858
|
profile?: {
|
|
1859
1859
|
displayName?: string | undefined;
|
|
1860
1860
|
bio?: string | undefined;
|
|
@@ -1908,17 +1908,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1908
1908
|
} | undefined;
|
|
1909
1909
|
}>>;
|
|
1910
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1911
|
-
name: string;
|
|
1912
|
-
uid: string;
|
|
1913
|
-
createTime: string;
|
|
1914
|
-
updateTime: string;
|
|
1915
|
-
id: string;
|
|
1916
1911
|
owner: {
|
|
1917
1912
|
name: string;
|
|
1918
1913
|
uid: string;
|
|
1914
|
+
id: string;
|
|
1919
1915
|
createTime: string;
|
|
1920
1916
|
updateTime: string;
|
|
1921
|
-
id: string;
|
|
1922
1917
|
profile?: {
|
|
1923
1918
|
displayName?: string | undefined;
|
|
1924
1919
|
bio?: string | undefined;
|
|
@@ -1932,6 +1927,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1932
1927
|
} | undefined;
|
|
1933
1928
|
} | undefined;
|
|
1934
1929
|
};
|
|
1930
|
+
name: string;
|
|
1931
|
+
uid: string;
|
|
1932
|
+
id: string;
|
|
1933
|
+
createTime: string;
|
|
1934
|
+
updateTime: string;
|
|
1935
1935
|
profile?: {
|
|
1936
1936
|
displayName?: string | undefined;
|
|
1937
1937
|
bio?: string | undefined;
|
|
@@ -1944,17 +1944,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1944
1944
|
} | undefined;
|
|
1945
1945
|
} | undefined;
|
|
1946
1946
|
}, {
|
|
1947
|
-
name: string;
|
|
1948
|
-
uid: string;
|
|
1949
|
-
createTime: string;
|
|
1950
|
-
updateTime: string;
|
|
1951
|
-
id: string;
|
|
1952
1947
|
owner: {
|
|
1953
1948
|
name: string;
|
|
1954
1949
|
uid: string;
|
|
1950
|
+
id: string;
|
|
1955
1951
|
createTime: string;
|
|
1956
1952
|
updateTime: string;
|
|
1957
|
-
id: string;
|
|
1958
1953
|
profile?: {
|
|
1959
1954
|
displayName?: string | undefined;
|
|
1960
1955
|
bio?: string | undefined;
|
|
@@ -1968,6 +1963,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1968
1963
|
} | undefined;
|
|
1969
1964
|
} | undefined;
|
|
1970
1965
|
};
|
|
1966
|
+
name: string;
|
|
1967
|
+
uid: string;
|
|
1968
|
+
id: string;
|
|
1969
|
+
createTime: string;
|
|
1970
|
+
updateTime: string;
|
|
1971
1971
|
profile?: {
|
|
1972
1972
|
displayName?: string | undefined;
|
|
1973
1973
|
bio?: string | undefined;
|
|
@@ -1984,13 +1984,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1984
1984
|
role: z.ZodString;
|
|
1985
1985
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1986
1986
|
}, "strip", z.ZodTypeAny, {
|
|
1987
|
-
name: string | null;
|
|
1988
1987
|
user: {
|
|
1989
1988
|
name: string;
|
|
1990
1989
|
uid: string;
|
|
1990
|
+
id: string;
|
|
1991
1991
|
createTime: string;
|
|
1992
1992
|
updateTime: string;
|
|
1993
|
-
id: string;
|
|
1994
1993
|
profile?: {
|
|
1995
1994
|
displayName?: string | undefined;
|
|
1996
1995
|
bio?: string | undefined;
|
|
@@ -2004,19 +2003,15 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2004
2003
|
} | undefined;
|
|
2005
2004
|
} | undefined;
|
|
2006
2005
|
};
|
|
2006
|
+
name: string | null;
|
|
2007
2007
|
role: string;
|
|
2008
2008
|
organization: {
|
|
2009
|
-
name: string;
|
|
2010
|
-
uid: string;
|
|
2011
|
-
createTime: string;
|
|
2012
|
-
updateTime: string;
|
|
2013
|
-
id: string;
|
|
2014
2009
|
owner: {
|
|
2015
2010
|
name: string;
|
|
2016
2011
|
uid: string;
|
|
2012
|
+
id: string;
|
|
2017
2013
|
createTime: string;
|
|
2018
2014
|
updateTime: string;
|
|
2019
|
-
id: string;
|
|
2020
2015
|
profile?: {
|
|
2021
2016
|
displayName?: string | undefined;
|
|
2022
2017
|
bio?: string | undefined;
|
|
@@ -2030,6 +2025,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2030
2025
|
} | undefined;
|
|
2031
2026
|
} | undefined;
|
|
2032
2027
|
};
|
|
2028
|
+
name: string;
|
|
2029
|
+
uid: string;
|
|
2030
|
+
id: string;
|
|
2031
|
+
createTime: string;
|
|
2032
|
+
updateTime: string;
|
|
2033
2033
|
profile?: {
|
|
2034
2034
|
displayName?: string | undefined;
|
|
2035
2035
|
bio?: string | undefined;
|
|
@@ -2044,13 +2044,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2044
2044
|
};
|
|
2045
2045
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2046
2046
|
}, {
|
|
2047
|
-
name: string | null;
|
|
2048
2047
|
user: {
|
|
2049
2048
|
name: string;
|
|
2050
2049
|
uid: string;
|
|
2050
|
+
id: string;
|
|
2051
2051
|
createTime: string;
|
|
2052
2052
|
updateTime: string;
|
|
2053
|
-
id: string;
|
|
2054
2053
|
profile?: {
|
|
2055
2054
|
displayName?: string | undefined;
|
|
2056
2055
|
bio?: string | undefined;
|
|
@@ -2064,19 +2063,15 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2064
2063
|
} | undefined;
|
|
2065
2064
|
} | undefined;
|
|
2066
2065
|
};
|
|
2066
|
+
name: string | null;
|
|
2067
2067
|
role: string;
|
|
2068
2068
|
organization: {
|
|
2069
|
-
name: string;
|
|
2070
|
-
uid: string;
|
|
2071
|
-
createTime: string;
|
|
2072
|
-
updateTime: string;
|
|
2073
|
-
id: string;
|
|
2074
2069
|
owner: {
|
|
2075
2070
|
name: string;
|
|
2076
2071
|
uid: string;
|
|
2072
|
+
id: string;
|
|
2077
2073
|
createTime: string;
|
|
2078
2074
|
updateTime: string;
|
|
2079
|
-
id: string;
|
|
2080
2075
|
profile?: {
|
|
2081
2076
|
displayName?: string | undefined;
|
|
2082
2077
|
bio?: string | undefined;
|
|
@@ -2090,6 +2085,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2090
2085
|
} | undefined;
|
|
2091
2086
|
} | undefined;
|
|
2092
2087
|
};
|
|
2088
|
+
name: string;
|
|
2089
|
+
uid: string;
|
|
2090
|
+
id: string;
|
|
2091
|
+
createTime: string;
|
|
2092
|
+
updateTime: 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;
|
|
2167
2168
|
createTime: string;
|
|
2168
2169
|
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;
|
|
2185
2186
|
createTime: string;
|
|
2186
2187
|
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;
|
|
2258
2259
|
createTime: string;
|
|
2259
2260
|
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;
|
|
2276
2277
|
createTime: string;
|
|
2277
2278
|
updateTime: string;
|
|
2278
|
-
id: string;
|
|
2279
2279
|
profile?: {
|
|
2280
2280
|
displayName?: string | undefined;
|
|
2281
2281
|
bio?: string | undefined;
|
|
@@ -2329,17 +2329,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2329
2329
|
} | undefined;
|
|
2330
2330
|
}>>;
|
|
2331
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2332
|
-
name: string;
|
|
2333
|
-
uid: string;
|
|
2334
|
-
createTime: string;
|
|
2335
|
-
updateTime: string;
|
|
2336
|
-
id: string;
|
|
2337
2332
|
owner: {
|
|
2338
2333
|
name: string;
|
|
2339
2334
|
uid: string;
|
|
2335
|
+
id: string;
|
|
2340
2336
|
createTime: string;
|
|
2341
2337
|
updateTime: string;
|
|
2342
|
-
id: string;
|
|
2343
2338
|
profile?: {
|
|
2344
2339
|
displayName?: string | undefined;
|
|
2345
2340
|
bio?: string | undefined;
|
|
@@ -2353,6 +2348,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2353
2348
|
} | undefined;
|
|
2354
2349
|
} | undefined;
|
|
2355
2350
|
};
|
|
2351
|
+
name: string;
|
|
2352
|
+
uid: string;
|
|
2353
|
+
id: string;
|
|
2354
|
+
createTime: string;
|
|
2355
|
+
updateTime: string;
|
|
2356
2356
|
profile?: {
|
|
2357
2357
|
displayName?: string | undefined;
|
|
2358
2358
|
bio?: string | undefined;
|
|
@@ -2365,17 +2365,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2365
2365
|
} | undefined;
|
|
2366
2366
|
} | undefined;
|
|
2367
2367
|
}, {
|
|
2368
|
-
name: string;
|
|
2369
|
-
uid: string;
|
|
2370
|
-
createTime: string;
|
|
2371
|
-
updateTime: string;
|
|
2372
|
-
id: string;
|
|
2373
2368
|
owner: {
|
|
2374
2369
|
name: string;
|
|
2375
2370
|
uid: string;
|
|
2371
|
+
id: string;
|
|
2376
2372
|
createTime: string;
|
|
2377
2373
|
updateTime: string;
|
|
2378
|
-
id: string;
|
|
2379
2374
|
profile?: {
|
|
2380
2375
|
displayName?: string | undefined;
|
|
2381
2376
|
bio?: string | undefined;
|
|
@@ -2389,6 +2384,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2389
2384
|
} | undefined;
|
|
2390
2385
|
} | undefined;
|
|
2391
2386
|
};
|
|
2387
|
+
name: string;
|
|
2388
|
+
uid: string;
|
|
2389
|
+
id: string;
|
|
2390
|
+
createTime: string;
|
|
2391
|
+
updateTime: string;
|
|
2392
2392
|
profile?: {
|
|
2393
2393
|
displayName?: string | undefined;
|
|
2394
2394
|
bio?: string | undefined;
|
|
@@ -2405,13 +2405,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2405
2405
|
role: z.ZodString;
|
|
2406
2406
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
2407
2407
|
}, "strip", z.ZodTypeAny, {
|
|
2408
|
-
name: string | null;
|
|
2409
2408
|
user: {
|
|
2410
2409
|
name: string;
|
|
2411
2410
|
uid: string;
|
|
2411
|
+
id: string;
|
|
2412
2412
|
createTime: string;
|
|
2413
2413
|
updateTime: string;
|
|
2414
|
-
id: string;
|
|
2415
2414
|
profile?: {
|
|
2416
2415
|
displayName?: string | undefined;
|
|
2417
2416
|
bio?: string | undefined;
|
|
@@ -2425,19 +2424,15 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2425
2424
|
} | undefined;
|
|
2426
2425
|
} | undefined;
|
|
2427
2426
|
};
|
|
2427
|
+
name: string | null;
|
|
2428
2428
|
role: string;
|
|
2429
2429
|
organization: {
|
|
2430
|
-
name: string;
|
|
2431
|
-
uid: string;
|
|
2432
|
-
createTime: string;
|
|
2433
|
-
updateTime: string;
|
|
2434
|
-
id: string;
|
|
2435
2430
|
owner: {
|
|
2436
2431
|
name: string;
|
|
2437
2432
|
uid: string;
|
|
2433
|
+
id: string;
|
|
2438
2434
|
createTime: string;
|
|
2439
2435
|
updateTime: string;
|
|
2440
|
-
id: string;
|
|
2441
2436
|
profile?: {
|
|
2442
2437
|
displayName?: string | undefined;
|
|
2443
2438
|
bio?: string | undefined;
|
|
@@ -2451,6 +2446,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2451
2446
|
} | undefined;
|
|
2452
2447
|
} | undefined;
|
|
2453
2448
|
};
|
|
2449
|
+
name: string;
|
|
2450
|
+
uid: string;
|
|
2451
|
+
id: string;
|
|
2452
|
+
createTime: string;
|
|
2453
|
+
updateTime: string;
|
|
2454
2454
|
profile?: {
|
|
2455
2455
|
displayName?: string | undefined;
|
|
2456
2456
|
bio?: string | undefined;
|
|
@@ -2465,13 +2465,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2465
2465
|
};
|
|
2466
2466
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2467
2467
|
}, {
|
|
2468
|
-
name: string | null;
|
|
2469
2468
|
user: {
|
|
2470
2469
|
name: string;
|
|
2471
2470
|
uid: string;
|
|
2471
|
+
id: string;
|
|
2472
2472
|
createTime: string;
|
|
2473
2473
|
updateTime: string;
|
|
2474
|
-
id: string;
|
|
2475
2474
|
profile?: {
|
|
2476
2475
|
displayName?: string | undefined;
|
|
2477
2476
|
bio?: string | undefined;
|
|
@@ -2485,19 +2484,15 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2485
2484
|
} | undefined;
|
|
2486
2485
|
} | undefined;
|
|
2487
2486
|
};
|
|
2487
|
+
name: string | null;
|
|
2488
2488
|
role: string;
|
|
2489
2489
|
organization: {
|
|
2490
|
-
name: string;
|
|
2491
|
-
uid: string;
|
|
2492
|
-
createTime: string;
|
|
2493
|
-
updateTime: string;
|
|
2494
|
-
id: string;
|
|
2495
2490
|
owner: {
|
|
2496
2491
|
name: string;
|
|
2497
2492
|
uid: string;
|
|
2493
|
+
id: string;
|
|
2498
2494
|
createTime: string;
|
|
2499
2495
|
updateTime: string;
|
|
2500
|
-
id: string;
|
|
2501
2496
|
profile?: {
|
|
2502
2497
|
displayName?: string | undefined;
|
|
2503
2498
|
bio?: string | undefined;
|
|
@@ -2511,6 +2506,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2511
2506
|
} | undefined;
|
|
2512
2507
|
} | undefined;
|
|
2513
2508
|
};
|
|
2509
|
+
name: string;
|
|
2510
|
+
uid: string;
|
|
2511
|
+
id: string;
|
|
2512
|
+
createTime: string;
|
|
2513
|
+
updateTime: string;
|
|
2514
2514
|
profile?: {
|
|
2515
2515
|
displayName?: string | undefined;
|
|
2516
2516
|
bio?: string | undefined;
|