instill-sdk 0.4.0-rc.8 → 0.4.0
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/core/membership/types.d.ts +252 -252
- package/dist/core/organization/types.d.ts +18 -18
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +84 -84
- package/dist/vdp/component/types.d.ts +115 -115
- package/dist/vdp/pipeline/types.d.ts +528 -528
- package/dist/vdp/release/types.d.ts +6 -6
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +1 -1
|
@@ -42,60 +42,60 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
42
42
|
displayName?: string | undefined;
|
|
43
43
|
bio?: string | undefined;
|
|
44
44
|
publicEmail?: string | undefined;
|
|
45
|
+
companyName?: string | undefined;
|
|
45
46
|
avatar?: string | undefined;
|
|
46
47
|
socialProfilesLinks?: {
|
|
47
48
|
webiste?: string | undefined;
|
|
48
49
|
x?: string | undefined;
|
|
49
50
|
github?: string | undefined;
|
|
50
51
|
} | undefined;
|
|
51
|
-
companyName?: string | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
displayName?: string | undefined;
|
|
54
54
|
bio?: string | undefined;
|
|
55
55
|
publicEmail?: string | undefined;
|
|
56
|
+
companyName?: string | undefined;
|
|
56
57
|
avatar?: string | undefined;
|
|
57
58
|
socialProfilesLinks?: {
|
|
58
59
|
webiste?: string | undefined;
|
|
59
60
|
x?: string | undefined;
|
|
60
61
|
github?: string | undefined;
|
|
61
62
|
} | undefined;
|
|
62
|
-
companyName?: string | undefined;
|
|
63
63
|
}>>;
|
|
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
|
-
name: string;
|
|
70
70
|
profile?: {
|
|
71
71
|
displayName?: string | undefined;
|
|
72
72
|
bio?: string | undefined;
|
|
73
73
|
publicEmail?: string | undefined;
|
|
74
|
+
companyName?: string | undefined;
|
|
74
75
|
avatar?: string | undefined;
|
|
75
76
|
socialProfilesLinks?: {
|
|
76
77
|
webiste?: string | undefined;
|
|
77
78
|
x?: string | undefined;
|
|
78
79
|
github?: string | undefined;
|
|
79
80
|
} | undefined;
|
|
80
|
-
companyName?: string | undefined;
|
|
81
81
|
} | undefined;
|
|
82
82
|
}, {
|
|
83
|
-
|
|
83
|
+
name: string;
|
|
84
84
|
uid: string;
|
|
85
|
+
id: string;
|
|
85
86
|
createTime: string;
|
|
86
87
|
updateTime: string;
|
|
87
|
-
name: string;
|
|
88
88
|
profile?: {
|
|
89
89
|
displayName?: string | undefined;
|
|
90
90
|
bio?: string | undefined;
|
|
91
91
|
publicEmail?: string | undefined;
|
|
92
|
+
companyName?: string | undefined;
|
|
92
93
|
avatar?: string | undefined;
|
|
93
94
|
socialProfilesLinks?: {
|
|
94
95
|
webiste?: string | undefined;
|
|
95
96
|
x?: string | undefined;
|
|
96
97
|
github?: string | undefined;
|
|
97
98
|
} | undefined;
|
|
98
|
-
companyName?: string | undefined;
|
|
99
99
|
} | undefined;
|
|
100
100
|
}>;
|
|
101
101
|
organization: z.ZodObject<{
|
|
@@ -133,60 +133,60 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
133
133
|
displayName?: string | undefined;
|
|
134
134
|
bio?: string | undefined;
|
|
135
135
|
publicEmail?: string | undefined;
|
|
136
|
+
companyName?: string | undefined;
|
|
136
137
|
avatar?: string | undefined;
|
|
137
138
|
socialProfilesLinks?: {
|
|
138
139
|
webiste?: string | undefined;
|
|
139
140
|
x?: string | undefined;
|
|
140
141
|
github?: string | undefined;
|
|
141
142
|
} | undefined;
|
|
142
|
-
companyName?: string | undefined;
|
|
143
143
|
}, {
|
|
144
144
|
displayName?: string | undefined;
|
|
145
145
|
bio?: string | undefined;
|
|
146
146
|
publicEmail?: string | undefined;
|
|
147
|
+
companyName?: string | undefined;
|
|
147
148
|
avatar?: string | undefined;
|
|
148
149
|
socialProfilesLinks?: {
|
|
149
150
|
webiste?: string | undefined;
|
|
150
151
|
x?: string | undefined;
|
|
151
152
|
github?: string | undefined;
|
|
152
153
|
} | undefined;
|
|
153
|
-
companyName?: string | undefined;
|
|
154
154
|
}>>;
|
|
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
|
-
name: string;
|
|
161
161
|
profile?: {
|
|
162
162
|
displayName?: string | undefined;
|
|
163
163
|
bio?: string | undefined;
|
|
164
164
|
publicEmail?: string | undefined;
|
|
165
|
+
companyName?: string | undefined;
|
|
165
166
|
avatar?: string | undefined;
|
|
166
167
|
socialProfilesLinks?: {
|
|
167
168
|
webiste?: string | undefined;
|
|
168
169
|
x?: string | undefined;
|
|
169
170
|
github?: string | undefined;
|
|
170
171
|
} | undefined;
|
|
171
|
-
companyName?: string | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
}, {
|
|
174
|
-
|
|
174
|
+
name: string;
|
|
175
175
|
uid: string;
|
|
176
|
+
id: string;
|
|
176
177
|
createTime: string;
|
|
177
178
|
updateTime: string;
|
|
178
|
-
name: string;
|
|
179
179
|
profile?: {
|
|
180
180
|
displayName?: string | undefined;
|
|
181
181
|
bio?: string | undefined;
|
|
182
182
|
publicEmail?: string | undefined;
|
|
183
|
+
companyName?: string | undefined;
|
|
183
184
|
avatar?: string | undefined;
|
|
184
185
|
socialProfilesLinks?: {
|
|
185
186
|
webiste?: string | undefined;
|
|
186
187
|
x?: string | undefined;
|
|
187
188
|
github?: string | undefined;
|
|
188
189
|
} | undefined;
|
|
189
|
-
companyName?: string | undefined;
|
|
190
190
|
} | undefined;
|
|
191
191
|
}>;
|
|
192
192
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -230,29 +230,29 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
230
230
|
}>>;
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
232
|
owner: {
|
|
233
|
-
|
|
233
|
+
name: string;
|
|
234
234
|
uid: string;
|
|
235
|
+
id: string;
|
|
235
236
|
createTime: string;
|
|
236
237
|
updateTime: string;
|
|
237
|
-
name: string;
|
|
238
238
|
profile?: {
|
|
239
239
|
displayName?: string | undefined;
|
|
240
240
|
bio?: string | undefined;
|
|
241
241
|
publicEmail?: string | undefined;
|
|
242
|
+
companyName?: string | undefined;
|
|
242
243
|
avatar?: string | undefined;
|
|
243
244
|
socialProfilesLinks?: {
|
|
244
245
|
webiste?: string | undefined;
|
|
245
246
|
x?: string | undefined;
|
|
246
247
|
github?: string | undefined;
|
|
247
248
|
} | undefined;
|
|
248
|
-
companyName?: string | undefined;
|
|
249
249
|
} | undefined;
|
|
250
250
|
};
|
|
251
|
-
|
|
251
|
+
name: string;
|
|
252
252
|
uid: string;
|
|
253
|
+
id: string;
|
|
253
254
|
createTime: string;
|
|
254
255
|
updateTime: string;
|
|
255
|
-
name: string;
|
|
256
256
|
profile?: {
|
|
257
257
|
displayName?: string | undefined;
|
|
258
258
|
bio?: string | undefined;
|
|
@@ -266,29 +266,29 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
266
266
|
} | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
owner: {
|
|
269
|
-
|
|
269
|
+
name: string;
|
|
270
270
|
uid: string;
|
|
271
|
+
id: string;
|
|
271
272
|
createTime: string;
|
|
272
273
|
updateTime: string;
|
|
273
|
-
name: string;
|
|
274
274
|
profile?: {
|
|
275
275
|
displayName?: string | undefined;
|
|
276
276
|
bio?: string | undefined;
|
|
277
277
|
publicEmail?: string | undefined;
|
|
278
|
+
companyName?: string | undefined;
|
|
278
279
|
avatar?: string | undefined;
|
|
279
280
|
socialProfilesLinks?: {
|
|
280
281
|
webiste?: string | undefined;
|
|
281
282
|
x?: string | undefined;
|
|
282
283
|
github?: string | undefined;
|
|
283
284
|
} | undefined;
|
|
284
|
-
companyName?: string | undefined;
|
|
285
285
|
} | undefined;
|
|
286
286
|
};
|
|
287
|
-
|
|
287
|
+
name: string;
|
|
288
288
|
uid: string;
|
|
289
|
+
id: string;
|
|
289
290
|
createTime: string;
|
|
290
291
|
updateTime: string;
|
|
291
|
-
name: string;
|
|
292
292
|
profile?: {
|
|
293
293
|
displayName?: string | undefined;
|
|
294
294
|
bio?: string | undefined;
|
|
@@ -308,49 +308,49 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
308
308
|
name: string | null;
|
|
309
309
|
role: string;
|
|
310
310
|
user: {
|
|
311
|
-
|
|
311
|
+
name: string;
|
|
312
312
|
uid: string;
|
|
313
|
+
id: string;
|
|
313
314
|
createTime: string;
|
|
314
315
|
updateTime: string;
|
|
315
|
-
name: string;
|
|
316
316
|
profile?: {
|
|
317
317
|
displayName?: string | undefined;
|
|
318
318
|
bio?: string | undefined;
|
|
319
319
|
publicEmail?: string | undefined;
|
|
320
|
+
companyName?: string | undefined;
|
|
320
321
|
avatar?: string | undefined;
|
|
321
322
|
socialProfilesLinks?: {
|
|
322
323
|
webiste?: string | undefined;
|
|
323
324
|
x?: string | undefined;
|
|
324
325
|
github?: string | undefined;
|
|
325
326
|
} | undefined;
|
|
326
|
-
companyName?: string | undefined;
|
|
327
327
|
} | undefined;
|
|
328
328
|
};
|
|
329
329
|
organization: {
|
|
330
330
|
owner: {
|
|
331
|
-
|
|
331
|
+
name: string;
|
|
332
332
|
uid: string;
|
|
333
|
+
id: string;
|
|
333
334
|
createTime: string;
|
|
334
335
|
updateTime: string;
|
|
335
|
-
name: string;
|
|
336
336
|
profile?: {
|
|
337
337
|
displayName?: string | undefined;
|
|
338
338
|
bio?: string | undefined;
|
|
339
339
|
publicEmail?: string | undefined;
|
|
340
|
+
companyName?: string | undefined;
|
|
340
341
|
avatar?: string | undefined;
|
|
341
342
|
socialProfilesLinks?: {
|
|
342
343
|
webiste?: string | undefined;
|
|
343
344
|
x?: string | undefined;
|
|
344
345
|
github?: string | undefined;
|
|
345
346
|
} | undefined;
|
|
346
|
-
companyName?: string | undefined;
|
|
347
347
|
} | undefined;
|
|
348
348
|
};
|
|
349
|
-
|
|
349
|
+
name: string;
|
|
350
350
|
uid: string;
|
|
351
|
+
id: string;
|
|
351
352
|
createTime: string;
|
|
352
353
|
updateTime: string;
|
|
353
|
-
name: string;
|
|
354
354
|
profile?: {
|
|
355
355
|
displayName?: string | undefined;
|
|
356
356
|
bio?: string | undefined;
|
|
@@ -368,49 +368,49 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
368
368
|
name: string | null;
|
|
369
369
|
role: string;
|
|
370
370
|
user: {
|
|
371
|
-
|
|
371
|
+
name: string;
|
|
372
372
|
uid: string;
|
|
373
|
+
id: string;
|
|
373
374
|
createTime: string;
|
|
374
375
|
updateTime: string;
|
|
375
|
-
name: string;
|
|
376
376
|
profile?: {
|
|
377
377
|
displayName?: string | undefined;
|
|
378
378
|
bio?: string | undefined;
|
|
379
379
|
publicEmail?: string | undefined;
|
|
380
|
+
companyName?: string | undefined;
|
|
380
381
|
avatar?: string | undefined;
|
|
381
382
|
socialProfilesLinks?: {
|
|
382
383
|
webiste?: string | undefined;
|
|
383
384
|
x?: string | undefined;
|
|
384
385
|
github?: string | undefined;
|
|
385
386
|
} | undefined;
|
|
386
|
-
companyName?: string | undefined;
|
|
387
387
|
} | undefined;
|
|
388
388
|
};
|
|
389
389
|
organization: {
|
|
390
390
|
owner: {
|
|
391
|
-
|
|
391
|
+
name: string;
|
|
392
392
|
uid: string;
|
|
393
|
+
id: string;
|
|
393
394
|
createTime: string;
|
|
394
395
|
updateTime: string;
|
|
395
|
-
name: string;
|
|
396
396
|
profile?: {
|
|
397
397
|
displayName?: string | undefined;
|
|
398
398
|
bio?: string | undefined;
|
|
399
399
|
publicEmail?: string | undefined;
|
|
400
|
+
companyName?: string | undefined;
|
|
400
401
|
avatar?: string | undefined;
|
|
401
402
|
socialProfilesLinks?: {
|
|
402
403
|
webiste?: string | undefined;
|
|
403
404
|
x?: string | undefined;
|
|
404
405
|
github?: string | undefined;
|
|
405
406
|
} | undefined;
|
|
406
|
-
companyName?: string | undefined;
|
|
407
407
|
} | undefined;
|
|
408
408
|
};
|
|
409
|
-
|
|
409
|
+
name: string;
|
|
410
410
|
uid: string;
|
|
411
|
+
id: string;
|
|
411
412
|
createTime: string;
|
|
412
413
|
updateTime: string;
|
|
413
|
-
name: string;
|
|
414
414
|
profile?: {
|
|
415
415
|
displayName?: string | undefined;
|
|
416
416
|
bio?: string | undefined;
|
|
@@ -462,60 +462,60 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
462
462
|
displayName?: string | undefined;
|
|
463
463
|
bio?: string | undefined;
|
|
464
464
|
publicEmail?: string | undefined;
|
|
465
|
+
companyName?: string | undefined;
|
|
465
466
|
avatar?: string | undefined;
|
|
466
467
|
socialProfilesLinks?: {
|
|
467
468
|
webiste?: string | undefined;
|
|
468
469
|
x?: string | undefined;
|
|
469
470
|
github?: string | undefined;
|
|
470
471
|
} | undefined;
|
|
471
|
-
companyName?: string | undefined;
|
|
472
472
|
}, {
|
|
473
473
|
displayName?: string | undefined;
|
|
474
474
|
bio?: string | undefined;
|
|
475
475
|
publicEmail?: string | undefined;
|
|
476
|
+
companyName?: string | undefined;
|
|
476
477
|
avatar?: string | undefined;
|
|
477
478
|
socialProfilesLinks?: {
|
|
478
479
|
webiste?: string | undefined;
|
|
479
480
|
x?: string | undefined;
|
|
480
481
|
github?: string | undefined;
|
|
481
482
|
} | undefined;
|
|
482
|
-
companyName?: string | undefined;
|
|
483
483
|
}>>;
|
|
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
|
-
name: string;
|
|
490
490
|
profile?: {
|
|
491
491
|
displayName?: string | undefined;
|
|
492
492
|
bio?: string | undefined;
|
|
493
493
|
publicEmail?: string | undefined;
|
|
494
|
+
companyName?: string | undefined;
|
|
494
495
|
avatar?: string | undefined;
|
|
495
496
|
socialProfilesLinks?: {
|
|
496
497
|
webiste?: string | undefined;
|
|
497
498
|
x?: string | undefined;
|
|
498
499
|
github?: string | undefined;
|
|
499
500
|
} | undefined;
|
|
500
|
-
companyName?: string | undefined;
|
|
501
501
|
} | undefined;
|
|
502
502
|
}, {
|
|
503
|
-
|
|
503
|
+
name: string;
|
|
504
504
|
uid: string;
|
|
505
|
+
id: string;
|
|
505
506
|
createTime: string;
|
|
506
507
|
updateTime: string;
|
|
507
|
-
name: string;
|
|
508
508
|
profile?: {
|
|
509
509
|
displayName?: string | undefined;
|
|
510
510
|
bio?: string | undefined;
|
|
511
511
|
publicEmail?: string | undefined;
|
|
512
|
+
companyName?: string | undefined;
|
|
512
513
|
avatar?: string | undefined;
|
|
513
514
|
socialProfilesLinks?: {
|
|
514
515
|
webiste?: string | undefined;
|
|
515
516
|
x?: string | undefined;
|
|
516
517
|
github?: string | undefined;
|
|
517
518
|
} | undefined;
|
|
518
|
-
companyName?: string | undefined;
|
|
519
519
|
} | undefined;
|
|
520
520
|
}>;
|
|
521
521
|
organization: z.ZodObject<{
|
|
@@ -553,60 +553,60 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
553
553
|
displayName?: string | undefined;
|
|
554
554
|
bio?: string | undefined;
|
|
555
555
|
publicEmail?: string | undefined;
|
|
556
|
+
companyName?: string | undefined;
|
|
556
557
|
avatar?: string | undefined;
|
|
557
558
|
socialProfilesLinks?: {
|
|
558
559
|
webiste?: string | undefined;
|
|
559
560
|
x?: string | undefined;
|
|
560
561
|
github?: string | undefined;
|
|
561
562
|
} | undefined;
|
|
562
|
-
companyName?: string | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
566
566
|
publicEmail?: string | undefined;
|
|
567
|
+
companyName?: string | undefined;
|
|
567
568
|
avatar?: string | undefined;
|
|
568
569
|
socialProfilesLinks?: {
|
|
569
570
|
webiste?: string | undefined;
|
|
570
571
|
x?: string | undefined;
|
|
571
572
|
github?: string | undefined;
|
|
572
573
|
} | undefined;
|
|
573
|
-
companyName?: string | undefined;
|
|
574
574
|
}>>;
|
|
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
|
-
name: string;
|
|
581
581
|
profile?: {
|
|
582
582
|
displayName?: string | undefined;
|
|
583
583
|
bio?: string | undefined;
|
|
584
584
|
publicEmail?: string | undefined;
|
|
585
|
+
companyName?: string | undefined;
|
|
585
586
|
avatar?: string | undefined;
|
|
586
587
|
socialProfilesLinks?: {
|
|
587
588
|
webiste?: string | undefined;
|
|
588
589
|
x?: string | undefined;
|
|
589
590
|
github?: string | undefined;
|
|
590
591
|
} | undefined;
|
|
591
|
-
companyName?: string | undefined;
|
|
592
592
|
} | undefined;
|
|
593
593
|
}, {
|
|
594
|
-
|
|
594
|
+
name: string;
|
|
595
595
|
uid: string;
|
|
596
|
+
id: string;
|
|
596
597
|
createTime: string;
|
|
597
598
|
updateTime: string;
|
|
598
|
-
name: string;
|
|
599
599
|
profile?: {
|
|
600
600
|
displayName?: string | undefined;
|
|
601
601
|
bio?: string | undefined;
|
|
602
602
|
publicEmail?: string | undefined;
|
|
603
|
+
companyName?: string | undefined;
|
|
603
604
|
avatar?: string | undefined;
|
|
604
605
|
socialProfilesLinks?: {
|
|
605
606
|
webiste?: string | undefined;
|
|
606
607
|
x?: string | undefined;
|
|
607
608
|
github?: string | undefined;
|
|
608
609
|
} | undefined;
|
|
609
|
-
companyName?: string | undefined;
|
|
610
610
|
} | undefined;
|
|
611
611
|
}>;
|
|
612
612
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -650,29 +650,29 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
650
650
|
}>>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
652
|
owner: {
|
|
653
|
-
|
|
653
|
+
name: string;
|
|
654
654
|
uid: string;
|
|
655
|
+
id: string;
|
|
655
656
|
createTime: string;
|
|
656
657
|
updateTime: string;
|
|
657
|
-
name: string;
|
|
658
658
|
profile?: {
|
|
659
659
|
displayName?: string | undefined;
|
|
660
660
|
bio?: string | undefined;
|
|
661
661
|
publicEmail?: string | undefined;
|
|
662
|
+
companyName?: string | undefined;
|
|
662
663
|
avatar?: string | undefined;
|
|
663
664
|
socialProfilesLinks?: {
|
|
664
665
|
webiste?: string | undefined;
|
|
665
666
|
x?: string | undefined;
|
|
666
667
|
github?: string | undefined;
|
|
667
668
|
} | undefined;
|
|
668
|
-
companyName?: string | undefined;
|
|
669
669
|
} | undefined;
|
|
670
670
|
};
|
|
671
|
-
|
|
671
|
+
name: string;
|
|
672
672
|
uid: string;
|
|
673
|
+
id: string;
|
|
673
674
|
createTime: string;
|
|
674
675
|
updateTime: string;
|
|
675
|
-
name: string;
|
|
676
676
|
profile?: {
|
|
677
677
|
displayName?: string | undefined;
|
|
678
678
|
bio?: string | undefined;
|
|
@@ -686,29 +686,29 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
686
686
|
} | undefined;
|
|
687
687
|
}, {
|
|
688
688
|
owner: {
|
|
689
|
-
|
|
689
|
+
name: string;
|
|
690
690
|
uid: string;
|
|
691
|
+
id: string;
|
|
691
692
|
createTime: string;
|
|
692
693
|
updateTime: string;
|
|
693
|
-
name: string;
|
|
694
694
|
profile?: {
|
|
695
695
|
displayName?: string | undefined;
|
|
696
696
|
bio?: string | undefined;
|
|
697
697
|
publicEmail?: string | undefined;
|
|
698
|
+
companyName?: string | undefined;
|
|
698
699
|
avatar?: string | undefined;
|
|
699
700
|
socialProfilesLinks?: {
|
|
700
701
|
webiste?: string | undefined;
|
|
701
702
|
x?: string | undefined;
|
|
702
703
|
github?: string | undefined;
|
|
703
704
|
} | undefined;
|
|
704
|
-
companyName?: string | undefined;
|
|
705
705
|
} | undefined;
|
|
706
706
|
};
|
|
707
|
-
|
|
707
|
+
name: string;
|
|
708
708
|
uid: string;
|
|
709
|
+
id: string;
|
|
709
710
|
createTime: string;
|
|
710
711
|
updateTime: string;
|
|
711
|
-
name: string;
|
|
712
712
|
profile?: {
|
|
713
713
|
displayName?: string | undefined;
|
|
714
714
|
bio?: string | undefined;
|
|
@@ -728,49 +728,49 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
728
728
|
name: string | null;
|
|
729
729
|
role: string;
|
|
730
730
|
user: {
|
|
731
|
-
|
|
731
|
+
name: string;
|
|
732
732
|
uid: string;
|
|
733
|
+
id: string;
|
|
733
734
|
createTime: string;
|
|
734
735
|
updateTime: string;
|
|
735
|
-
name: string;
|
|
736
736
|
profile?: {
|
|
737
737
|
displayName?: string | undefined;
|
|
738
738
|
bio?: string | undefined;
|
|
739
739
|
publicEmail?: string | undefined;
|
|
740
|
+
companyName?: string | undefined;
|
|
740
741
|
avatar?: string | undefined;
|
|
741
742
|
socialProfilesLinks?: {
|
|
742
743
|
webiste?: string | undefined;
|
|
743
744
|
x?: string | undefined;
|
|
744
745
|
github?: string | undefined;
|
|
745
746
|
} | undefined;
|
|
746
|
-
companyName?: string | undefined;
|
|
747
747
|
} | undefined;
|
|
748
748
|
};
|
|
749
749
|
organization: {
|
|
750
750
|
owner: {
|
|
751
|
-
|
|
751
|
+
name: string;
|
|
752
752
|
uid: string;
|
|
753
|
+
id: string;
|
|
753
754
|
createTime: string;
|
|
754
755
|
updateTime: string;
|
|
755
|
-
name: string;
|
|
756
756
|
profile?: {
|
|
757
757
|
displayName?: string | undefined;
|
|
758
758
|
bio?: string | undefined;
|
|
759
759
|
publicEmail?: string | undefined;
|
|
760
|
+
companyName?: string | undefined;
|
|
760
761
|
avatar?: string | undefined;
|
|
761
762
|
socialProfilesLinks?: {
|
|
762
763
|
webiste?: string | undefined;
|
|
763
764
|
x?: string | undefined;
|
|
764
765
|
github?: string | undefined;
|
|
765
766
|
} | undefined;
|
|
766
|
-
companyName?: string | undefined;
|
|
767
767
|
} | undefined;
|
|
768
768
|
};
|
|
769
|
-
|
|
769
|
+
name: string;
|
|
770
770
|
uid: string;
|
|
771
|
+
id: string;
|
|
771
772
|
createTime: string;
|
|
772
773
|
updateTime: string;
|
|
773
|
-
name: string;
|
|
774
774
|
profile?: {
|
|
775
775
|
displayName?: string | undefined;
|
|
776
776
|
bio?: string | undefined;
|
|
@@ -788,49 +788,49 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
788
788
|
name: string | null;
|
|
789
789
|
role: string;
|
|
790
790
|
user: {
|
|
791
|
-
|
|
791
|
+
name: string;
|
|
792
792
|
uid: string;
|
|
793
|
+
id: string;
|
|
793
794
|
createTime: string;
|
|
794
795
|
updateTime: string;
|
|
795
|
-
name: string;
|
|
796
796
|
profile?: {
|
|
797
797
|
displayName?: string | undefined;
|
|
798
798
|
bio?: string | undefined;
|
|
799
799
|
publicEmail?: string | undefined;
|
|
800
|
+
companyName?: string | undefined;
|
|
800
801
|
avatar?: string | undefined;
|
|
801
802
|
socialProfilesLinks?: {
|
|
802
803
|
webiste?: string | undefined;
|
|
803
804
|
x?: string | undefined;
|
|
804
805
|
github?: string | undefined;
|
|
805
806
|
} | undefined;
|
|
806
|
-
companyName?: string | undefined;
|
|
807
807
|
} | undefined;
|
|
808
808
|
};
|
|
809
809
|
organization: {
|
|
810
810
|
owner: {
|
|
811
|
-
|
|
811
|
+
name: string;
|
|
812
812
|
uid: string;
|
|
813
|
+
id: string;
|
|
813
814
|
createTime: string;
|
|
814
815
|
updateTime: string;
|
|
815
|
-
name: string;
|
|
816
816
|
profile?: {
|
|
817
817
|
displayName?: string | undefined;
|
|
818
818
|
bio?: string | undefined;
|
|
819
819
|
publicEmail?: string | undefined;
|
|
820
|
+
companyName?: string | undefined;
|
|
820
821
|
avatar?: string | undefined;
|
|
821
822
|
socialProfilesLinks?: {
|
|
822
823
|
webiste?: string | undefined;
|
|
823
824
|
x?: string | undefined;
|
|
824
825
|
github?: string | undefined;
|
|
825
826
|
} | undefined;
|
|
826
|
-
companyName?: string | undefined;
|
|
827
827
|
} | undefined;
|
|
828
828
|
};
|
|
829
|
-
|
|
829
|
+
name: string;
|
|
830
830
|
uid: string;
|
|
831
|
+
id: string;
|
|
831
832
|
createTime: string;
|
|
832
833
|
updateTime: string;
|
|
833
|
-
name: string;
|
|
834
834
|
profile?: {
|
|
835
835
|
displayName?: string | undefined;
|
|
836
836
|
bio?: string | undefined;
|
|
@@ -881,60 +881,60 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
881
881
|
displayName?: string | undefined;
|
|
882
882
|
bio?: string | undefined;
|
|
883
883
|
publicEmail?: string | undefined;
|
|
884
|
+
companyName?: string | undefined;
|
|
884
885
|
avatar?: string | undefined;
|
|
885
886
|
socialProfilesLinks?: {
|
|
886
887
|
webiste?: string | undefined;
|
|
887
888
|
x?: string | undefined;
|
|
888
889
|
github?: string | undefined;
|
|
889
890
|
} | undefined;
|
|
890
|
-
companyName?: string | undefined;
|
|
891
891
|
}, {
|
|
892
892
|
displayName?: string | undefined;
|
|
893
893
|
bio?: string | undefined;
|
|
894
894
|
publicEmail?: string | undefined;
|
|
895
|
+
companyName?: string | undefined;
|
|
895
896
|
avatar?: string | undefined;
|
|
896
897
|
socialProfilesLinks?: {
|
|
897
898
|
webiste?: string | undefined;
|
|
898
899
|
x?: string | undefined;
|
|
899
900
|
github?: string | undefined;
|
|
900
901
|
} | undefined;
|
|
901
|
-
companyName?: string | undefined;
|
|
902
902
|
}>>;
|
|
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
|
-
name: string;
|
|
909
909
|
profile?: {
|
|
910
910
|
displayName?: string | undefined;
|
|
911
911
|
bio?: string | undefined;
|
|
912
912
|
publicEmail?: string | undefined;
|
|
913
|
+
companyName?: string | undefined;
|
|
913
914
|
avatar?: string | undefined;
|
|
914
915
|
socialProfilesLinks?: {
|
|
915
916
|
webiste?: string | undefined;
|
|
916
917
|
x?: string | undefined;
|
|
917
918
|
github?: string | undefined;
|
|
918
919
|
} | undefined;
|
|
919
|
-
companyName?: string | undefined;
|
|
920
920
|
} | undefined;
|
|
921
921
|
}, {
|
|
922
|
-
|
|
922
|
+
name: string;
|
|
923
923
|
uid: string;
|
|
924
|
+
id: string;
|
|
924
925
|
createTime: string;
|
|
925
926
|
updateTime: string;
|
|
926
|
-
name: string;
|
|
927
927
|
profile?: {
|
|
928
928
|
displayName?: string | undefined;
|
|
929
929
|
bio?: string | undefined;
|
|
930
930
|
publicEmail?: string | undefined;
|
|
931
|
+
companyName?: string | undefined;
|
|
931
932
|
avatar?: string | undefined;
|
|
932
933
|
socialProfilesLinks?: {
|
|
933
934
|
webiste?: string | undefined;
|
|
934
935
|
x?: string | undefined;
|
|
935
936
|
github?: string | undefined;
|
|
936
937
|
} | undefined;
|
|
937
|
-
companyName?: string | undefined;
|
|
938
938
|
} | undefined;
|
|
939
939
|
}>;
|
|
940
940
|
organization: z.ZodObject<{
|
|
@@ -972,60 +972,60 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
972
972
|
displayName?: string | undefined;
|
|
973
973
|
bio?: string | undefined;
|
|
974
974
|
publicEmail?: string | undefined;
|
|
975
|
+
companyName?: string | undefined;
|
|
975
976
|
avatar?: string | undefined;
|
|
976
977
|
socialProfilesLinks?: {
|
|
977
978
|
webiste?: string | undefined;
|
|
978
979
|
x?: string | undefined;
|
|
979
980
|
github?: string | undefined;
|
|
980
981
|
} | undefined;
|
|
981
|
-
companyName?: string | undefined;
|
|
982
982
|
}, {
|
|
983
983
|
displayName?: string | undefined;
|
|
984
984
|
bio?: string | undefined;
|
|
985
985
|
publicEmail?: string | undefined;
|
|
986
|
+
companyName?: string | undefined;
|
|
986
987
|
avatar?: string | undefined;
|
|
987
988
|
socialProfilesLinks?: {
|
|
988
989
|
webiste?: string | undefined;
|
|
989
990
|
x?: string | undefined;
|
|
990
991
|
github?: string | undefined;
|
|
991
992
|
} | undefined;
|
|
992
|
-
companyName?: string | undefined;
|
|
993
993
|
}>>;
|
|
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
|
-
name: string;
|
|
1000
1000
|
profile?: {
|
|
1001
1001
|
displayName?: string | undefined;
|
|
1002
1002
|
bio?: string | undefined;
|
|
1003
1003
|
publicEmail?: string | undefined;
|
|
1004
|
+
companyName?: string | undefined;
|
|
1004
1005
|
avatar?: string | undefined;
|
|
1005
1006
|
socialProfilesLinks?: {
|
|
1006
1007
|
webiste?: string | undefined;
|
|
1007
1008
|
x?: string | undefined;
|
|
1008
1009
|
github?: string | undefined;
|
|
1009
1010
|
} | undefined;
|
|
1010
|
-
companyName?: string | undefined;
|
|
1011
1011
|
} | undefined;
|
|
1012
1012
|
}, {
|
|
1013
|
-
|
|
1013
|
+
name: string;
|
|
1014
1014
|
uid: string;
|
|
1015
|
+
id: string;
|
|
1015
1016
|
createTime: string;
|
|
1016
1017
|
updateTime: string;
|
|
1017
|
-
name: string;
|
|
1018
1018
|
profile?: {
|
|
1019
1019
|
displayName?: string | undefined;
|
|
1020
1020
|
bio?: string | undefined;
|
|
1021
1021
|
publicEmail?: string | undefined;
|
|
1022
|
+
companyName?: string | undefined;
|
|
1022
1023
|
avatar?: string | undefined;
|
|
1023
1024
|
socialProfilesLinks?: {
|
|
1024
1025
|
webiste?: string | undefined;
|
|
1025
1026
|
x?: string | undefined;
|
|
1026
1027
|
github?: string | undefined;
|
|
1027
1028
|
} | undefined;
|
|
1028
|
-
companyName?: string | undefined;
|
|
1029
1029
|
} | undefined;
|
|
1030
1030
|
}>;
|
|
1031
1031
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -1069,29 +1069,29 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1069
1069
|
}>>;
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
1071
|
owner: {
|
|
1072
|
-
|
|
1072
|
+
name: string;
|
|
1073
1073
|
uid: string;
|
|
1074
|
+
id: string;
|
|
1074
1075
|
createTime: string;
|
|
1075
1076
|
updateTime: string;
|
|
1076
|
-
name: string;
|
|
1077
1077
|
profile?: {
|
|
1078
1078
|
displayName?: string | undefined;
|
|
1079
1079
|
bio?: string | undefined;
|
|
1080
1080
|
publicEmail?: string | undefined;
|
|
1081
|
+
companyName?: string | undefined;
|
|
1081
1082
|
avatar?: string | undefined;
|
|
1082
1083
|
socialProfilesLinks?: {
|
|
1083
1084
|
webiste?: string | undefined;
|
|
1084
1085
|
x?: string | undefined;
|
|
1085
1086
|
github?: string | undefined;
|
|
1086
1087
|
} | undefined;
|
|
1087
|
-
companyName?: string | undefined;
|
|
1088
1088
|
} | undefined;
|
|
1089
1089
|
};
|
|
1090
|
-
|
|
1090
|
+
name: string;
|
|
1091
1091
|
uid: string;
|
|
1092
|
+
id: string;
|
|
1092
1093
|
createTime: string;
|
|
1093
1094
|
updateTime: string;
|
|
1094
|
-
name: string;
|
|
1095
1095
|
profile?: {
|
|
1096
1096
|
displayName?: string | undefined;
|
|
1097
1097
|
bio?: string | undefined;
|
|
@@ -1105,29 +1105,29 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1105
1105
|
} | undefined;
|
|
1106
1106
|
}, {
|
|
1107
1107
|
owner: {
|
|
1108
|
-
|
|
1108
|
+
name: string;
|
|
1109
1109
|
uid: string;
|
|
1110
|
+
id: string;
|
|
1110
1111
|
createTime: string;
|
|
1111
1112
|
updateTime: string;
|
|
1112
|
-
name: string;
|
|
1113
1113
|
profile?: {
|
|
1114
1114
|
displayName?: string | undefined;
|
|
1115
1115
|
bio?: string | undefined;
|
|
1116
1116
|
publicEmail?: string | undefined;
|
|
1117
|
+
companyName?: string | undefined;
|
|
1117
1118
|
avatar?: string | undefined;
|
|
1118
1119
|
socialProfilesLinks?: {
|
|
1119
1120
|
webiste?: string | undefined;
|
|
1120
1121
|
x?: string | undefined;
|
|
1121
1122
|
github?: string | undefined;
|
|
1122
1123
|
} | undefined;
|
|
1123
|
-
companyName?: string | undefined;
|
|
1124
1124
|
} | undefined;
|
|
1125
1125
|
};
|
|
1126
|
-
|
|
1126
|
+
name: string;
|
|
1127
1127
|
uid: string;
|
|
1128
|
+
id: string;
|
|
1128
1129
|
createTime: string;
|
|
1129
1130
|
updateTime: string;
|
|
1130
|
-
name: string;
|
|
1131
1131
|
profile?: {
|
|
1132
1132
|
displayName?: string | undefined;
|
|
1133
1133
|
bio?: string | undefined;
|
|
@@ -1147,49 +1147,49 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1147
1147
|
name: string | null;
|
|
1148
1148
|
role: string;
|
|
1149
1149
|
user: {
|
|
1150
|
-
|
|
1150
|
+
name: string;
|
|
1151
1151
|
uid: string;
|
|
1152
|
+
id: string;
|
|
1152
1153
|
createTime: string;
|
|
1153
1154
|
updateTime: string;
|
|
1154
|
-
name: string;
|
|
1155
1155
|
profile?: {
|
|
1156
1156
|
displayName?: string | undefined;
|
|
1157
1157
|
bio?: string | undefined;
|
|
1158
1158
|
publicEmail?: string | undefined;
|
|
1159
|
+
companyName?: string | undefined;
|
|
1159
1160
|
avatar?: string | undefined;
|
|
1160
1161
|
socialProfilesLinks?: {
|
|
1161
1162
|
webiste?: string | undefined;
|
|
1162
1163
|
x?: string | undefined;
|
|
1163
1164
|
github?: string | undefined;
|
|
1164
1165
|
} | undefined;
|
|
1165
|
-
companyName?: string | undefined;
|
|
1166
1166
|
} | undefined;
|
|
1167
1167
|
};
|
|
1168
1168
|
organization: {
|
|
1169
1169
|
owner: {
|
|
1170
|
-
|
|
1170
|
+
name: string;
|
|
1171
1171
|
uid: string;
|
|
1172
|
+
id: string;
|
|
1172
1173
|
createTime: string;
|
|
1173
1174
|
updateTime: string;
|
|
1174
|
-
name: string;
|
|
1175
1175
|
profile?: {
|
|
1176
1176
|
displayName?: string | undefined;
|
|
1177
1177
|
bio?: string | undefined;
|
|
1178
1178
|
publicEmail?: string | undefined;
|
|
1179
|
+
companyName?: string | undefined;
|
|
1179
1180
|
avatar?: string | undefined;
|
|
1180
1181
|
socialProfilesLinks?: {
|
|
1181
1182
|
webiste?: string | undefined;
|
|
1182
1183
|
x?: string | undefined;
|
|
1183
1184
|
github?: string | undefined;
|
|
1184
1185
|
} | undefined;
|
|
1185
|
-
companyName?: string | undefined;
|
|
1186
1186
|
} | undefined;
|
|
1187
1187
|
};
|
|
1188
|
-
|
|
1188
|
+
name: string;
|
|
1189
1189
|
uid: string;
|
|
1190
|
+
id: string;
|
|
1190
1191
|
createTime: string;
|
|
1191
1192
|
updateTime: string;
|
|
1192
|
-
name: string;
|
|
1193
1193
|
profile?: {
|
|
1194
1194
|
displayName?: string | undefined;
|
|
1195
1195
|
bio?: string | undefined;
|
|
@@ -1207,49 +1207,49 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1207
1207
|
name: string | null;
|
|
1208
1208
|
role: string;
|
|
1209
1209
|
user: {
|
|
1210
|
-
|
|
1210
|
+
name: string;
|
|
1211
1211
|
uid: string;
|
|
1212
|
+
id: string;
|
|
1212
1213
|
createTime: string;
|
|
1213
1214
|
updateTime: string;
|
|
1214
|
-
name: string;
|
|
1215
1215
|
profile?: {
|
|
1216
1216
|
displayName?: string | undefined;
|
|
1217
1217
|
bio?: string | undefined;
|
|
1218
1218
|
publicEmail?: string | undefined;
|
|
1219
|
+
companyName?: string | undefined;
|
|
1219
1220
|
avatar?: string | undefined;
|
|
1220
1221
|
socialProfilesLinks?: {
|
|
1221
1222
|
webiste?: string | undefined;
|
|
1222
1223
|
x?: string | undefined;
|
|
1223
1224
|
github?: string | undefined;
|
|
1224
1225
|
} | undefined;
|
|
1225
|
-
companyName?: string | undefined;
|
|
1226
1226
|
} | undefined;
|
|
1227
1227
|
};
|
|
1228
1228
|
organization: {
|
|
1229
1229
|
owner: {
|
|
1230
|
-
|
|
1230
|
+
name: string;
|
|
1231
1231
|
uid: string;
|
|
1232
|
+
id: string;
|
|
1232
1233
|
createTime: string;
|
|
1233
1234
|
updateTime: string;
|
|
1234
|
-
name: string;
|
|
1235
1235
|
profile?: {
|
|
1236
1236
|
displayName?: string | undefined;
|
|
1237
1237
|
bio?: string | undefined;
|
|
1238
1238
|
publicEmail?: string | undefined;
|
|
1239
|
+
companyName?: string | undefined;
|
|
1239
1240
|
avatar?: string | undefined;
|
|
1240
1241
|
socialProfilesLinks?: {
|
|
1241
1242
|
webiste?: string | undefined;
|
|
1242
1243
|
x?: string | undefined;
|
|
1243
1244
|
github?: string | undefined;
|
|
1244
1245
|
} | undefined;
|
|
1245
|
-
companyName?: string | undefined;
|
|
1246
1246
|
} | undefined;
|
|
1247
1247
|
};
|
|
1248
|
-
|
|
1248
|
+
name: string;
|
|
1249
1249
|
uid: string;
|
|
1250
|
+
id: string;
|
|
1250
1251
|
createTime: string;
|
|
1251
1252
|
updateTime: string;
|
|
1252
|
-
name: string;
|
|
1253
1253
|
profile?: {
|
|
1254
1254
|
displayName?: string | undefined;
|
|
1255
1255
|
bio?: string | undefined;
|
|
@@ -1301,60 +1301,60 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1301
1301
|
displayName?: string | undefined;
|
|
1302
1302
|
bio?: string | undefined;
|
|
1303
1303
|
publicEmail?: string | undefined;
|
|
1304
|
+
companyName?: string | undefined;
|
|
1304
1305
|
avatar?: string | undefined;
|
|
1305
1306
|
socialProfilesLinks?: {
|
|
1306
1307
|
webiste?: string | undefined;
|
|
1307
1308
|
x?: string | undefined;
|
|
1308
1309
|
github?: string | undefined;
|
|
1309
1310
|
} | undefined;
|
|
1310
|
-
companyName?: string | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
displayName?: string | undefined;
|
|
1313
1313
|
bio?: string | undefined;
|
|
1314
1314
|
publicEmail?: string | undefined;
|
|
1315
|
+
companyName?: string | undefined;
|
|
1315
1316
|
avatar?: string | undefined;
|
|
1316
1317
|
socialProfilesLinks?: {
|
|
1317
1318
|
webiste?: string | undefined;
|
|
1318
1319
|
x?: string | undefined;
|
|
1319
1320
|
github?: string | undefined;
|
|
1320
1321
|
} | undefined;
|
|
1321
|
-
companyName?: string | undefined;
|
|
1322
1322
|
}>>;
|
|
1323
1323
|
}, "strip", z.ZodTypeAny, {
|
|
1324
|
-
|
|
1324
|
+
name: string;
|
|
1325
1325
|
uid: string;
|
|
1326
|
+
id: string;
|
|
1326
1327
|
createTime: string;
|
|
1327
1328
|
updateTime: string;
|
|
1328
|
-
name: string;
|
|
1329
1329
|
profile?: {
|
|
1330
1330
|
displayName?: string | undefined;
|
|
1331
1331
|
bio?: string | undefined;
|
|
1332
1332
|
publicEmail?: string | undefined;
|
|
1333
|
+
companyName?: string | undefined;
|
|
1333
1334
|
avatar?: string | undefined;
|
|
1334
1335
|
socialProfilesLinks?: {
|
|
1335
1336
|
webiste?: string | undefined;
|
|
1336
1337
|
x?: string | undefined;
|
|
1337
1338
|
github?: string | undefined;
|
|
1338
1339
|
} | undefined;
|
|
1339
|
-
companyName?: string | undefined;
|
|
1340
1340
|
} | undefined;
|
|
1341
1341
|
}, {
|
|
1342
|
-
|
|
1342
|
+
name: string;
|
|
1343
1343
|
uid: string;
|
|
1344
|
+
id: string;
|
|
1344
1345
|
createTime: string;
|
|
1345
1346
|
updateTime: string;
|
|
1346
|
-
name: string;
|
|
1347
1347
|
profile?: {
|
|
1348
1348
|
displayName?: string | undefined;
|
|
1349
1349
|
bio?: string | undefined;
|
|
1350
1350
|
publicEmail?: string | undefined;
|
|
1351
|
+
companyName?: string | undefined;
|
|
1351
1352
|
avatar?: string | undefined;
|
|
1352
1353
|
socialProfilesLinks?: {
|
|
1353
1354
|
webiste?: string | undefined;
|
|
1354
1355
|
x?: string | undefined;
|
|
1355
1356
|
github?: string | undefined;
|
|
1356
1357
|
} | undefined;
|
|
1357
|
-
companyName?: string | undefined;
|
|
1358
1358
|
} | undefined;
|
|
1359
1359
|
}>;
|
|
1360
1360
|
organization: z.ZodObject<{
|
|
@@ -1392,60 +1392,60 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1392
1392
|
displayName?: string | undefined;
|
|
1393
1393
|
bio?: string | undefined;
|
|
1394
1394
|
publicEmail?: string | undefined;
|
|
1395
|
+
companyName?: string | undefined;
|
|
1395
1396
|
avatar?: string | undefined;
|
|
1396
1397
|
socialProfilesLinks?: {
|
|
1397
1398
|
webiste?: string | undefined;
|
|
1398
1399
|
x?: string | undefined;
|
|
1399
1400
|
github?: string | undefined;
|
|
1400
1401
|
} | undefined;
|
|
1401
|
-
companyName?: string | undefined;
|
|
1402
1402
|
}, {
|
|
1403
1403
|
displayName?: string | undefined;
|
|
1404
1404
|
bio?: string | undefined;
|
|
1405
1405
|
publicEmail?: string | undefined;
|
|
1406
|
+
companyName?: string | undefined;
|
|
1406
1407
|
avatar?: string | undefined;
|
|
1407
1408
|
socialProfilesLinks?: {
|
|
1408
1409
|
webiste?: string | undefined;
|
|
1409
1410
|
x?: string | undefined;
|
|
1410
1411
|
github?: string | undefined;
|
|
1411
1412
|
} | undefined;
|
|
1412
|
-
companyName?: string | undefined;
|
|
1413
1413
|
}>>;
|
|
1414
1414
|
}, "strip", z.ZodTypeAny, {
|
|
1415
|
-
|
|
1415
|
+
name: string;
|
|
1416
1416
|
uid: string;
|
|
1417
|
+
id: string;
|
|
1417
1418
|
createTime: string;
|
|
1418
1419
|
updateTime: string;
|
|
1419
|
-
name: string;
|
|
1420
1420
|
profile?: {
|
|
1421
1421
|
displayName?: string | undefined;
|
|
1422
1422
|
bio?: string | undefined;
|
|
1423
1423
|
publicEmail?: string | undefined;
|
|
1424
|
+
companyName?: string | undefined;
|
|
1424
1425
|
avatar?: string | undefined;
|
|
1425
1426
|
socialProfilesLinks?: {
|
|
1426
1427
|
webiste?: string | undefined;
|
|
1427
1428
|
x?: string | undefined;
|
|
1428
1429
|
github?: string | undefined;
|
|
1429
1430
|
} | undefined;
|
|
1430
|
-
companyName?: string | undefined;
|
|
1431
1431
|
} | undefined;
|
|
1432
1432
|
}, {
|
|
1433
|
-
|
|
1433
|
+
name: string;
|
|
1434
1434
|
uid: string;
|
|
1435
|
+
id: string;
|
|
1435
1436
|
createTime: string;
|
|
1436
1437
|
updateTime: string;
|
|
1437
|
-
name: string;
|
|
1438
1438
|
profile?: {
|
|
1439
1439
|
displayName?: string | undefined;
|
|
1440
1440
|
bio?: string | undefined;
|
|
1441
1441
|
publicEmail?: string | undefined;
|
|
1442
|
+
companyName?: string | undefined;
|
|
1442
1443
|
avatar?: string | undefined;
|
|
1443
1444
|
socialProfilesLinks?: {
|
|
1444
1445
|
webiste?: string | undefined;
|
|
1445
1446
|
x?: string | undefined;
|
|
1446
1447
|
github?: string | undefined;
|
|
1447
1448
|
} | undefined;
|
|
1448
|
-
companyName?: string | undefined;
|
|
1449
1449
|
} | undefined;
|
|
1450
1450
|
}>;
|
|
1451
1451
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -1489,29 +1489,29 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1489
1489
|
}>>;
|
|
1490
1490
|
}, "strip", z.ZodTypeAny, {
|
|
1491
1491
|
owner: {
|
|
1492
|
-
|
|
1492
|
+
name: string;
|
|
1493
1493
|
uid: string;
|
|
1494
|
+
id: string;
|
|
1494
1495
|
createTime: string;
|
|
1495
1496
|
updateTime: string;
|
|
1496
|
-
name: string;
|
|
1497
1497
|
profile?: {
|
|
1498
1498
|
displayName?: string | undefined;
|
|
1499
1499
|
bio?: string | undefined;
|
|
1500
1500
|
publicEmail?: string | undefined;
|
|
1501
|
+
companyName?: string | undefined;
|
|
1501
1502
|
avatar?: string | undefined;
|
|
1502
1503
|
socialProfilesLinks?: {
|
|
1503
1504
|
webiste?: string | undefined;
|
|
1504
1505
|
x?: string | undefined;
|
|
1505
1506
|
github?: string | undefined;
|
|
1506
1507
|
} | undefined;
|
|
1507
|
-
companyName?: string | undefined;
|
|
1508
1508
|
} | undefined;
|
|
1509
1509
|
};
|
|
1510
|
-
|
|
1510
|
+
name: string;
|
|
1511
1511
|
uid: string;
|
|
1512
|
+
id: string;
|
|
1512
1513
|
createTime: string;
|
|
1513
1514
|
updateTime: string;
|
|
1514
|
-
name: string;
|
|
1515
1515
|
profile?: {
|
|
1516
1516
|
displayName?: string | undefined;
|
|
1517
1517
|
bio?: string | undefined;
|
|
@@ -1525,29 +1525,29 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1525
1525
|
} | undefined;
|
|
1526
1526
|
}, {
|
|
1527
1527
|
owner: {
|
|
1528
|
-
|
|
1528
|
+
name: string;
|
|
1529
1529
|
uid: string;
|
|
1530
|
+
id: string;
|
|
1530
1531
|
createTime: string;
|
|
1531
1532
|
updateTime: string;
|
|
1532
|
-
name: string;
|
|
1533
1533
|
profile?: {
|
|
1534
1534
|
displayName?: string | undefined;
|
|
1535
1535
|
bio?: string | undefined;
|
|
1536
1536
|
publicEmail?: string | undefined;
|
|
1537
|
+
companyName?: string | undefined;
|
|
1537
1538
|
avatar?: string | undefined;
|
|
1538
1539
|
socialProfilesLinks?: {
|
|
1539
1540
|
webiste?: string | undefined;
|
|
1540
1541
|
x?: string | undefined;
|
|
1541
1542
|
github?: string | undefined;
|
|
1542
1543
|
} | undefined;
|
|
1543
|
-
companyName?: string | undefined;
|
|
1544
1544
|
} | undefined;
|
|
1545
1545
|
};
|
|
1546
|
-
|
|
1546
|
+
name: string;
|
|
1547
1547
|
uid: string;
|
|
1548
|
+
id: string;
|
|
1548
1549
|
createTime: string;
|
|
1549
1550
|
updateTime: string;
|
|
1550
|
-
name: string;
|
|
1551
1551
|
profile?: {
|
|
1552
1552
|
displayName?: string | undefined;
|
|
1553
1553
|
bio?: string | undefined;
|
|
@@ -1567,49 +1567,49 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1567
1567
|
name: string | null;
|
|
1568
1568
|
role: string;
|
|
1569
1569
|
user: {
|
|
1570
|
-
|
|
1570
|
+
name: string;
|
|
1571
1571
|
uid: string;
|
|
1572
|
+
id: string;
|
|
1572
1573
|
createTime: string;
|
|
1573
1574
|
updateTime: string;
|
|
1574
|
-
name: string;
|
|
1575
1575
|
profile?: {
|
|
1576
1576
|
displayName?: string | undefined;
|
|
1577
1577
|
bio?: string | undefined;
|
|
1578
1578
|
publicEmail?: string | undefined;
|
|
1579
|
+
companyName?: string | undefined;
|
|
1579
1580
|
avatar?: string | undefined;
|
|
1580
1581
|
socialProfilesLinks?: {
|
|
1581
1582
|
webiste?: string | undefined;
|
|
1582
1583
|
x?: string | undefined;
|
|
1583
1584
|
github?: string | undefined;
|
|
1584
1585
|
} | undefined;
|
|
1585
|
-
companyName?: string | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
1587
|
};
|
|
1588
1588
|
organization: {
|
|
1589
1589
|
owner: {
|
|
1590
|
-
|
|
1590
|
+
name: string;
|
|
1591
1591
|
uid: string;
|
|
1592
|
+
id: string;
|
|
1592
1593
|
createTime: string;
|
|
1593
1594
|
updateTime: string;
|
|
1594
|
-
name: string;
|
|
1595
1595
|
profile?: {
|
|
1596
1596
|
displayName?: string | undefined;
|
|
1597
1597
|
bio?: string | undefined;
|
|
1598
1598
|
publicEmail?: string | undefined;
|
|
1599
|
+
companyName?: string | undefined;
|
|
1599
1600
|
avatar?: string | undefined;
|
|
1600
1601
|
socialProfilesLinks?: {
|
|
1601
1602
|
webiste?: string | undefined;
|
|
1602
1603
|
x?: string | undefined;
|
|
1603
1604
|
github?: string | undefined;
|
|
1604
1605
|
} | undefined;
|
|
1605
|
-
companyName?: string | undefined;
|
|
1606
1606
|
} | undefined;
|
|
1607
1607
|
};
|
|
1608
|
-
|
|
1608
|
+
name: string;
|
|
1609
1609
|
uid: string;
|
|
1610
|
+
id: string;
|
|
1610
1611
|
createTime: string;
|
|
1611
1612
|
updateTime: string;
|
|
1612
|
-
name: string;
|
|
1613
1613
|
profile?: {
|
|
1614
1614
|
displayName?: string | undefined;
|
|
1615
1615
|
bio?: string | undefined;
|
|
@@ -1627,49 +1627,49 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1627
1627
|
name: string | null;
|
|
1628
1628
|
role: string;
|
|
1629
1629
|
user: {
|
|
1630
|
-
|
|
1630
|
+
name: string;
|
|
1631
1631
|
uid: string;
|
|
1632
|
+
id: string;
|
|
1632
1633
|
createTime: string;
|
|
1633
1634
|
updateTime: string;
|
|
1634
|
-
name: string;
|
|
1635
1635
|
profile?: {
|
|
1636
1636
|
displayName?: string | undefined;
|
|
1637
1637
|
bio?: string | undefined;
|
|
1638
1638
|
publicEmail?: string | undefined;
|
|
1639
|
+
companyName?: string | undefined;
|
|
1639
1640
|
avatar?: string | undefined;
|
|
1640
1641
|
socialProfilesLinks?: {
|
|
1641
1642
|
webiste?: string | undefined;
|
|
1642
1643
|
x?: string | undefined;
|
|
1643
1644
|
github?: string | undefined;
|
|
1644
1645
|
} | undefined;
|
|
1645
|
-
companyName?: string | undefined;
|
|
1646
1646
|
} | undefined;
|
|
1647
1647
|
};
|
|
1648
1648
|
organization: {
|
|
1649
1649
|
owner: {
|
|
1650
|
-
|
|
1650
|
+
name: string;
|
|
1651
1651
|
uid: string;
|
|
1652
|
+
id: string;
|
|
1652
1653
|
createTime: string;
|
|
1653
1654
|
updateTime: string;
|
|
1654
|
-
name: string;
|
|
1655
1655
|
profile?: {
|
|
1656
1656
|
displayName?: string | undefined;
|
|
1657
1657
|
bio?: string | undefined;
|
|
1658
1658
|
publicEmail?: string | undefined;
|
|
1659
|
+
companyName?: string | undefined;
|
|
1659
1660
|
avatar?: string | undefined;
|
|
1660
1661
|
socialProfilesLinks?: {
|
|
1661
1662
|
webiste?: string | undefined;
|
|
1662
1663
|
x?: string | undefined;
|
|
1663
1664
|
github?: string | undefined;
|
|
1664
1665
|
} | undefined;
|
|
1665
|
-
companyName?: string | undefined;
|
|
1666
1666
|
} | undefined;
|
|
1667
1667
|
};
|
|
1668
|
-
|
|
1668
|
+
name: string;
|
|
1669
1669
|
uid: string;
|
|
1670
|
+
id: string;
|
|
1670
1671
|
createTime: string;
|
|
1671
1672
|
updateTime: string;
|
|
1672
|
-
name: string;
|
|
1673
1673
|
profile?: {
|
|
1674
1674
|
displayName?: string | undefined;
|
|
1675
1675
|
bio?: string | undefined;
|
|
@@ -1720,60 +1720,60 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1720
1720
|
displayName?: string | undefined;
|
|
1721
1721
|
bio?: string | undefined;
|
|
1722
1722
|
publicEmail?: string | undefined;
|
|
1723
|
+
companyName?: string | undefined;
|
|
1723
1724
|
avatar?: string | undefined;
|
|
1724
1725
|
socialProfilesLinks?: {
|
|
1725
1726
|
webiste?: string | undefined;
|
|
1726
1727
|
x?: string | undefined;
|
|
1727
1728
|
github?: string | undefined;
|
|
1728
1729
|
} | undefined;
|
|
1729
|
-
companyName?: string | undefined;
|
|
1730
1730
|
}, {
|
|
1731
1731
|
displayName?: string | undefined;
|
|
1732
1732
|
bio?: string | undefined;
|
|
1733
1733
|
publicEmail?: string | undefined;
|
|
1734
|
+
companyName?: string | undefined;
|
|
1734
1735
|
avatar?: string | undefined;
|
|
1735
1736
|
socialProfilesLinks?: {
|
|
1736
1737
|
webiste?: string | undefined;
|
|
1737
1738
|
x?: string | undefined;
|
|
1738
1739
|
github?: string | undefined;
|
|
1739
1740
|
} | undefined;
|
|
1740
|
-
companyName?: string | undefined;
|
|
1741
1741
|
}>>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
1743
|
-
|
|
1743
|
+
name: string;
|
|
1744
1744
|
uid: string;
|
|
1745
|
+
id: string;
|
|
1745
1746
|
createTime: string;
|
|
1746
1747
|
updateTime: string;
|
|
1747
|
-
name: string;
|
|
1748
1748
|
profile?: {
|
|
1749
1749
|
displayName?: string | undefined;
|
|
1750
1750
|
bio?: string | undefined;
|
|
1751
1751
|
publicEmail?: string | undefined;
|
|
1752
|
+
companyName?: string | undefined;
|
|
1752
1753
|
avatar?: string | undefined;
|
|
1753
1754
|
socialProfilesLinks?: {
|
|
1754
1755
|
webiste?: string | undefined;
|
|
1755
1756
|
x?: string | undefined;
|
|
1756
1757
|
github?: string | undefined;
|
|
1757
1758
|
} | undefined;
|
|
1758
|
-
companyName?: string | undefined;
|
|
1759
1759
|
} | undefined;
|
|
1760
1760
|
}, {
|
|
1761
|
-
|
|
1761
|
+
name: string;
|
|
1762
1762
|
uid: string;
|
|
1763
|
+
id: string;
|
|
1763
1764
|
createTime: string;
|
|
1764
1765
|
updateTime: string;
|
|
1765
|
-
name: string;
|
|
1766
1766
|
profile?: {
|
|
1767
1767
|
displayName?: string | undefined;
|
|
1768
1768
|
bio?: string | undefined;
|
|
1769
1769
|
publicEmail?: string | undefined;
|
|
1770
|
+
companyName?: string | undefined;
|
|
1770
1771
|
avatar?: string | undefined;
|
|
1771
1772
|
socialProfilesLinks?: {
|
|
1772
1773
|
webiste?: string | undefined;
|
|
1773
1774
|
x?: string | undefined;
|
|
1774
1775
|
github?: string | undefined;
|
|
1775
1776
|
} | undefined;
|
|
1776
|
-
companyName?: string | undefined;
|
|
1777
1777
|
} | undefined;
|
|
1778
1778
|
}>;
|
|
1779
1779
|
organization: z.ZodObject<{
|
|
@@ -1811,60 +1811,60 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1811
1811
|
displayName?: string | undefined;
|
|
1812
1812
|
bio?: string | undefined;
|
|
1813
1813
|
publicEmail?: string | undefined;
|
|
1814
|
+
companyName?: string | undefined;
|
|
1814
1815
|
avatar?: string | undefined;
|
|
1815
1816
|
socialProfilesLinks?: {
|
|
1816
1817
|
webiste?: string | undefined;
|
|
1817
1818
|
x?: string | undefined;
|
|
1818
1819
|
github?: string | undefined;
|
|
1819
1820
|
} | undefined;
|
|
1820
|
-
companyName?: string | undefined;
|
|
1821
1821
|
}, {
|
|
1822
1822
|
displayName?: string | undefined;
|
|
1823
1823
|
bio?: string | undefined;
|
|
1824
1824
|
publicEmail?: string | undefined;
|
|
1825
|
+
companyName?: string | undefined;
|
|
1825
1826
|
avatar?: string | undefined;
|
|
1826
1827
|
socialProfilesLinks?: {
|
|
1827
1828
|
webiste?: string | undefined;
|
|
1828
1829
|
x?: string | undefined;
|
|
1829
1830
|
github?: string | undefined;
|
|
1830
1831
|
} | undefined;
|
|
1831
|
-
companyName?: string | undefined;
|
|
1832
1832
|
}>>;
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
|
-
|
|
1834
|
+
name: string;
|
|
1835
1835
|
uid: string;
|
|
1836
|
+
id: string;
|
|
1836
1837
|
createTime: string;
|
|
1837
1838
|
updateTime: string;
|
|
1838
|
-
name: string;
|
|
1839
1839
|
profile?: {
|
|
1840
1840
|
displayName?: string | undefined;
|
|
1841
1841
|
bio?: string | undefined;
|
|
1842
1842
|
publicEmail?: string | undefined;
|
|
1843
|
+
companyName?: string | undefined;
|
|
1843
1844
|
avatar?: string | undefined;
|
|
1844
1845
|
socialProfilesLinks?: {
|
|
1845
1846
|
webiste?: string | undefined;
|
|
1846
1847
|
x?: string | undefined;
|
|
1847
1848
|
github?: string | undefined;
|
|
1848
1849
|
} | undefined;
|
|
1849
|
-
companyName?: string | undefined;
|
|
1850
1850
|
} | undefined;
|
|
1851
1851
|
}, {
|
|
1852
|
-
|
|
1852
|
+
name: string;
|
|
1853
1853
|
uid: string;
|
|
1854
|
+
id: string;
|
|
1854
1855
|
createTime: string;
|
|
1855
1856
|
updateTime: string;
|
|
1856
|
-
name: string;
|
|
1857
1857
|
profile?: {
|
|
1858
1858
|
displayName?: string | undefined;
|
|
1859
1859
|
bio?: string | undefined;
|
|
1860
1860
|
publicEmail?: string | undefined;
|
|
1861
|
+
companyName?: string | undefined;
|
|
1861
1862
|
avatar?: string | undefined;
|
|
1862
1863
|
socialProfilesLinks?: {
|
|
1863
1864
|
webiste?: string | undefined;
|
|
1864
1865
|
x?: string | undefined;
|
|
1865
1866
|
github?: string | undefined;
|
|
1866
1867
|
} | undefined;
|
|
1867
|
-
companyName?: string | undefined;
|
|
1868
1868
|
} | undefined;
|
|
1869
1869
|
}>;
|
|
1870
1870
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -1908,29 +1908,29 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1908
1908
|
}>>;
|
|
1909
1909
|
}, "strip", z.ZodTypeAny, {
|
|
1910
1910
|
owner: {
|
|
1911
|
-
|
|
1911
|
+
name: string;
|
|
1912
1912
|
uid: string;
|
|
1913
|
+
id: string;
|
|
1913
1914
|
createTime: string;
|
|
1914
1915
|
updateTime: string;
|
|
1915
|
-
name: string;
|
|
1916
1916
|
profile?: {
|
|
1917
1917
|
displayName?: string | undefined;
|
|
1918
1918
|
bio?: string | undefined;
|
|
1919
1919
|
publicEmail?: string | undefined;
|
|
1920
|
+
companyName?: string | undefined;
|
|
1920
1921
|
avatar?: string | undefined;
|
|
1921
1922
|
socialProfilesLinks?: {
|
|
1922
1923
|
webiste?: string | undefined;
|
|
1923
1924
|
x?: string | undefined;
|
|
1924
1925
|
github?: string | undefined;
|
|
1925
1926
|
} | undefined;
|
|
1926
|
-
companyName?: string | undefined;
|
|
1927
1927
|
} | undefined;
|
|
1928
1928
|
};
|
|
1929
|
-
|
|
1929
|
+
name: string;
|
|
1930
1930
|
uid: string;
|
|
1931
|
+
id: string;
|
|
1931
1932
|
createTime: string;
|
|
1932
1933
|
updateTime: string;
|
|
1933
|
-
name: string;
|
|
1934
1934
|
profile?: {
|
|
1935
1935
|
displayName?: string | undefined;
|
|
1936
1936
|
bio?: string | undefined;
|
|
@@ -1944,29 +1944,29 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1944
1944
|
} | undefined;
|
|
1945
1945
|
}, {
|
|
1946
1946
|
owner: {
|
|
1947
|
-
|
|
1947
|
+
name: string;
|
|
1948
1948
|
uid: string;
|
|
1949
|
+
id: string;
|
|
1949
1950
|
createTime: string;
|
|
1950
1951
|
updateTime: string;
|
|
1951
|
-
name: string;
|
|
1952
1952
|
profile?: {
|
|
1953
1953
|
displayName?: string | undefined;
|
|
1954
1954
|
bio?: string | undefined;
|
|
1955
1955
|
publicEmail?: string | undefined;
|
|
1956
|
+
companyName?: string | undefined;
|
|
1956
1957
|
avatar?: string | undefined;
|
|
1957
1958
|
socialProfilesLinks?: {
|
|
1958
1959
|
webiste?: string | undefined;
|
|
1959
1960
|
x?: string | undefined;
|
|
1960
1961
|
github?: string | undefined;
|
|
1961
1962
|
} | undefined;
|
|
1962
|
-
companyName?: string | undefined;
|
|
1963
1963
|
} | undefined;
|
|
1964
1964
|
};
|
|
1965
|
-
|
|
1965
|
+
name: string;
|
|
1966
1966
|
uid: string;
|
|
1967
|
+
id: string;
|
|
1967
1968
|
createTime: string;
|
|
1968
1969
|
updateTime: string;
|
|
1969
|
-
name: string;
|
|
1970
1970
|
profile?: {
|
|
1971
1971
|
displayName?: string | undefined;
|
|
1972
1972
|
bio?: string | undefined;
|
|
@@ -1986,49 +1986,49 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1986
1986
|
name: string | null;
|
|
1987
1987
|
role: string;
|
|
1988
1988
|
user: {
|
|
1989
|
-
|
|
1989
|
+
name: string;
|
|
1990
1990
|
uid: string;
|
|
1991
|
+
id: string;
|
|
1991
1992
|
createTime: string;
|
|
1992
1993
|
updateTime: string;
|
|
1993
|
-
name: string;
|
|
1994
1994
|
profile?: {
|
|
1995
1995
|
displayName?: string | undefined;
|
|
1996
1996
|
bio?: string | undefined;
|
|
1997
1997
|
publicEmail?: string | undefined;
|
|
1998
|
+
companyName?: string | undefined;
|
|
1998
1999
|
avatar?: string | undefined;
|
|
1999
2000
|
socialProfilesLinks?: {
|
|
2000
2001
|
webiste?: string | undefined;
|
|
2001
2002
|
x?: string | undefined;
|
|
2002
2003
|
github?: string | undefined;
|
|
2003
2004
|
} | undefined;
|
|
2004
|
-
companyName?: string | undefined;
|
|
2005
2005
|
} | undefined;
|
|
2006
2006
|
};
|
|
2007
2007
|
organization: {
|
|
2008
2008
|
owner: {
|
|
2009
|
-
|
|
2009
|
+
name: string;
|
|
2010
2010
|
uid: string;
|
|
2011
|
+
id: string;
|
|
2011
2012
|
createTime: string;
|
|
2012
2013
|
updateTime: string;
|
|
2013
|
-
name: string;
|
|
2014
2014
|
profile?: {
|
|
2015
2015
|
displayName?: string | undefined;
|
|
2016
2016
|
bio?: string | undefined;
|
|
2017
2017
|
publicEmail?: string | undefined;
|
|
2018
|
+
companyName?: string | undefined;
|
|
2018
2019
|
avatar?: string | undefined;
|
|
2019
2020
|
socialProfilesLinks?: {
|
|
2020
2021
|
webiste?: string | undefined;
|
|
2021
2022
|
x?: string | undefined;
|
|
2022
2023
|
github?: string | undefined;
|
|
2023
2024
|
} | undefined;
|
|
2024
|
-
companyName?: string | undefined;
|
|
2025
2025
|
} | undefined;
|
|
2026
2026
|
};
|
|
2027
|
-
|
|
2027
|
+
name: string;
|
|
2028
2028
|
uid: string;
|
|
2029
|
+
id: string;
|
|
2029
2030
|
createTime: string;
|
|
2030
2031
|
updateTime: string;
|
|
2031
|
-
name: string;
|
|
2032
2032
|
profile?: {
|
|
2033
2033
|
displayName?: string | undefined;
|
|
2034
2034
|
bio?: string | undefined;
|
|
@@ -2046,49 +2046,49 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2046
2046
|
name: string | null;
|
|
2047
2047
|
role: string;
|
|
2048
2048
|
user: {
|
|
2049
|
-
|
|
2049
|
+
name: string;
|
|
2050
2050
|
uid: string;
|
|
2051
|
+
id: string;
|
|
2051
2052
|
createTime: string;
|
|
2052
2053
|
updateTime: string;
|
|
2053
|
-
name: string;
|
|
2054
2054
|
profile?: {
|
|
2055
2055
|
displayName?: string | undefined;
|
|
2056
2056
|
bio?: string | undefined;
|
|
2057
2057
|
publicEmail?: string | undefined;
|
|
2058
|
+
companyName?: string | undefined;
|
|
2058
2059
|
avatar?: string | undefined;
|
|
2059
2060
|
socialProfilesLinks?: {
|
|
2060
2061
|
webiste?: string | undefined;
|
|
2061
2062
|
x?: string | undefined;
|
|
2062
2063
|
github?: string | undefined;
|
|
2063
2064
|
} | undefined;
|
|
2064
|
-
companyName?: string | undefined;
|
|
2065
2065
|
} | undefined;
|
|
2066
2066
|
};
|
|
2067
2067
|
organization: {
|
|
2068
2068
|
owner: {
|
|
2069
|
-
|
|
2069
|
+
name: string;
|
|
2070
2070
|
uid: string;
|
|
2071
|
+
id: string;
|
|
2071
2072
|
createTime: string;
|
|
2072
2073
|
updateTime: string;
|
|
2073
|
-
name: string;
|
|
2074
2074
|
profile?: {
|
|
2075
2075
|
displayName?: string | undefined;
|
|
2076
2076
|
bio?: string | undefined;
|
|
2077
2077
|
publicEmail?: string | undefined;
|
|
2078
|
+
companyName?: string | undefined;
|
|
2078
2079
|
avatar?: string | undefined;
|
|
2079
2080
|
socialProfilesLinks?: {
|
|
2080
2081
|
webiste?: string | undefined;
|
|
2081
2082
|
x?: string | undefined;
|
|
2082
2083
|
github?: string | undefined;
|
|
2083
2084
|
} | undefined;
|
|
2084
|
-
companyName?: string | undefined;
|
|
2085
2085
|
} | undefined;
|
|
2086
2086
|
};
|
|
2087
|
-
|
|
2087
|
+
name: string;
|
|
2088
2088
|
uid: string;
|
|
2089
|
+
id: string;
|
|
2089
2090
|
createTime: string;
|
|
2090
2091
|
updateTime: string;
|
|
2091
|
-
name: string;
|
|
2092
2092
|
profile?: {
|
|
2093
2093
|
displayName?: string | undefined;
|
|
2094
2094
|
bio?: string | undefined;
|
|
@@ -2140,60 +2140,60 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2140
2140
|
displayName?: string | undefined;
|
|
2141
2141
|
bio?: string | undefined;
|
|
2142
2142
|
publicEmail?: string | undefined;
|
|
2143
|
+
companyName?: string | undefined;
|
|
2143
2144
|
avatar?: string | undefined;
|
|
2144
2145
|
socialProfilesLinks?: {
|
|
2145
2146
|
webiste?: string | undefined;
|
|
2146
2147
|
x?: string | undefined;
|
|
2147
2148
|
github?: string | undefined;
|
|
2148
2149
|
} | undefined;
|
|
2149
|
-
companyName?: string | undefined;
|
|
2150
2150
|
}, {
|
|
2151
2151
|
displayName?: string | undefined;
|
|
2152
2152
|
bio?: string | undefined;
|
|
2153
2153
|
publicEmail?: string | undefined;
|
|
2154
|
+
companyName?: string | undefined;
|
|
2154
2155
|
avatar?: string | undefined;
|
|
2155
2156
|
socialProfilesLinks?: {
|
|
2156
2157
|
webiste?: string | undefined;
|
|
2157
2158
|
x?: string | undefined;
|
|
2158
2159
|
github?: string | undefined;
|
|
2159
2160
|
} | undefined;
|
|
2160
|
-
companyName?: string | undefined;
|
|
2161
2161
|
}>>;
|
|
2162
2162
|
}, "strip", z.ZodTypeAny, {
|
|
2163
|
-
|
|
2163
|
+
name: string;
|
|
2164
2164
|
uid: string;
|
|
2165
|
+
id: string;
|
|
2165
2166
|
createTime: string;
|
|
2166
2167
|
updateTime: string;
|
|
2167
|
-
name: string;
|
|
2168
2168
|
profile?: {
|
|
2169
2169
|
displayName?: string | undefined;
|
|
2170
2170
|
bio?: string | undefined;
|
|
2171
2171
|
publicEmail?: string | undefined;
|
|
2172
|
+
companyName?: string | undefined;
|
|
2172
2173
|
avatar?: string | undefined;
|
|
2173
2174
|
socialProfilesLinks?: {
|
|
2174
2175
|
webiste?: string | undefined;
|
|
2175
2176
|
x?: string | undefined;
|
|
2176
2177
|
github?: string | undefined;
|
|
2177
2178
|
} | undefined;
|
|
2178
|
-
companyName?: string | undefined;
|
|
2179
2179
|
} | undefined;
|
|
2180
2180
|
}, {
|
|
2181
|
-
|
|
2181
|
+
name: string;
|
|
2182
2182
|
uid: string;
|
|
2183
|
+
id: string;
|
|
2183
2184
|
createTime: string;
|
|
2184
2185
|
updateTime: string;
|
|
2185
|
-
name: string;
|
|
2186
2186
|
profile?: {
|
|
2187
2187
|
displayName?: string | undefined;
|
|
2188
2188
|
bio?: string | undefined;
|
|
2189
2189
|
publicEmail?: string | undefined;
|
|
2190
|
+
companyName?: string | undefined;
|
|
2190
2191
|
avatar?: string | undefined;
|
|
2191
2192
|
socialProfilesLinks?: {
|
|
2192
2193
|
webiste?: string | undefined;
|
|
2193
2194
|
x?: string | undefined;
|
|
2194
2195
|
github?: string | undefined;
|
|
2195
2196
|
} | undefined;
|
|
2196
|
-
companyName?: string | undefined;
|
|
2197
2197
|
} | undefined;
|
|
2198
2198
|
}>;
|
|
2199
2199
|
organization: z.ZodObject<{
|
|
@@ -2231,60 +2231,60 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2231
2231
|
displayName?: string | undefined;
|
|
2232
2232
|
bio?: string | undefined;
|
|
2233
2233
|
publicEmail?: string | undefined;
|
|
2234
|
+
companyName?: string | undefined;
|
|
2234
2235
|
avatar?: string | undefined;
|
|
2235
2236
|
socialProfilesLinks?: {
|
|
2236
2237
|
webiste?: string | undefined;
|
|
2237
2238
|
x?: string | undefined;
|
|
2238
2239
|
github?: string | undefined;
|
|
2239
2240
|
} | undefined;
|
|
2240
|
-
companyName?: string | undefined;
|
|
2241
2241
|
}, {
|
|
2242
2242
|
displayName?: string | undefined;
|
|
2243
2243
|
bio?: string | undefined;
|
|
2244
2244
|
publicEmail?: string | undefined;
|
|
2245
|
+
companyName?: string | undefined;
|
|
2245
2246
|
avatar?: string | undefined;
|
|
2246
2247
|
socialProfilesLinks?: {
|
|
2247
2248
|
webiste?: string | undefined;
|
|
2248
2249
|
x?: string | undefined;
|
|
2249
2250
|
github?: string | undefined;
|
|
2250
2251
|
} | undefined;
|
|
2251
|
-
companyName?: string | undefined;
|
|
2252
2252
|
}>>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
|
|
2254
|
+
name: string;
|
|
2255
2255
|
uid: string;
|
|
2256
|
+
id: string;
|
|
2256
2257
|
createTime: string;
|
|
2257
2258
|
updateTime: string;
|
|
2258
|
-
name: string;
|
|
2259
2259
|
profile?: {
|
|
2260
2260
|
displayName?: string | undefined;
|
|
2261
2261
|
bio?: string | undefined;
|
|
2262
2262
|
publicEmail?: string | undefined;
|
|
2263
|
+
companyName?: string | undefined;
|
|
2263
2264
|
avatar?: string | undefined;
|
|
2264
2265
|
socialProfilesLinks?: {
|
|
2265
2266
|
webiste?: string | undefined;
|
|
2266
2267
|
x?: string | undefined;
|
|
2267
2268
|
github?: string | undefined;
|
|
2268
2269
|
} | undefined;
|
|
2269
|
-
companyName?: string | undefined;
|
|
2270
2270
|
} | undefined;
|
|
2271
2271
|
}, {
|
|
2272
|
-
|
|
2272
|
+
name: string;
|
|
2273
2273
|
uid: string;
|
|
2274
|
+
id: string;
|
|
2274
2275
|
createTime: string;
|
|
2275
2276
|
updateTime: string;
|
|
2276
|
-
name: string;
|
|
2277
2277
|
profile?: {
|
|
2278
2278
|
displayName?: string | undefined;
|
|
2279
2279
|
bio?: string | undefined;
|
|
2280
2280
|
publicEmail?: string | undefined;
|
|
2281
|
+
companyName?: string | undefined;
|
|
2281
2282
|
avatar?: string | undefined;
|
|
2282
2283
|
socialProfilesLinks?: {
|
|
2283
2284
|
webiste?: string | undefined;
|
|
2284
2285
|
x?: string | undefined;
|
|
2285
2286
|
github?: string | undefined;
|
|
2286
2287
|
} | undefined;
|
|
2287
|
-
companyName?: string | undefined;
|
|
2288
2288
|
} | undefined;
|
|
2289
2289
|
}>;
|
|
2290
2290
|
profile: z.ZodOptional<z.ZodObject<{
|
|
@@ -2328,29 +2328,29 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2328
2328
|
}>>;
|
|
2329
2329
|
}, "strip", z.ZodTypeAny, {
|
|
2330
2330
|
owner: {
|
|
2331
|
-
|
|
2331
|
+
name: string;
|
|
2332
2332
|
uid: string;
|
|
2333
|
+
id: string;
|
|
2333
2334
|
createTime: string;
|
|
2334
2335
|
updateTime: string;
|
|
2335
|
-
name: string;
|
|
2336
2336
|
profile?: {
|
|
2337
2337
|
displayName?: string | undefined;
|
|
2338
2338
|
bio?: string | undefined;
|
|
2339
2339
|
publicEmail?: string | undefined;
|
|
2340
|
+
companyName?: string | undefined;
|
|
2340
2341
|
avatar?: string | undefined;
|
|
2341
2342
|
socialProfilesLinks?: {
|
|
2342
2343
|
webiste?: string | undefined;
|
|
2343
2344
|
x?: string | undefined;
|
|
2344
2345
|
github?: string | undefined;
|
|
2345
2346
|
} | undefined;
|
|
2346
|
-
companyName?: string | undefined;
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
};
|
|
2349
|
-
|
|
2349
|
+
name: string;
|
|
2350
2350
|
uid: string;
|
|
2351
|
+
id: string;
|
|
2351
2352
|
createTime: string;
|
|
2352
2353
|
updateTime: string;
|
|
2353
|
-
name: string;
|
|
2354
2354
|
profile?: {
|
|
2355
2355
|
displayName?: string | undefined;
|
|
2356
2356
|
bio?: string | undefined;
|
|
@@ -2364,29 +2364,29 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2364
2364
|
} | undefined;
|
|
2365
2365
|
}, {
|
|
2366
2366
|
owner: {
|
|
2367
|
-
|
|
2367
|
+
name: string;
|
|
2368
2368
|
uid: string;
|
|
2369
|
+
id: string;
|
|
2369
2370
|
createTime: string;
|
|
2370
2371
|
updateTime: string;
|
|
2371
|
-
name: string;
|
|
2372
2372
|
profile?: {
|
|
2373
2373
|
displayName?: string | undefined;
|
|
2374
2374
|
bio?: string | undefined;
|
|
2375
2375
|
publicEmail?: string | undefined;
|
|
2376
|
+
companyName?: string | undefined;
|
|
2376
2377
|
avatar?: string | undefined;
|
|
2377
2378
|
socialProfilesLinks?: {
|
|
2378
2379
|
webiste?: string | undefined;
|
|
2379
2380
|
x?: string | undefined;
|
|
2380
2381
|
github?: string | undefined;
|
|
2381
2382
|
} | undefined;
|
|
2382
|
-
companyName?: string | undefined;
|
|
2383
2383
|
} | undefined;
|
|
2384
2384
|
};
|
|
2385
|
-
|
|
2385
|
+
name: string;
|
|
2386
2386
|
uid: string;
|
|
2387
|
+
id: string;
|
|
2387
2388
|
createTime: string;
|
|
2388
2389
|
updateTime: string;
|
|
2389
|
-
name: string;
|
|
2390
2390
|
profile?: {
|
|
2391
2391
|
displayName?: string | undefined;
|
|
2392
2392
|
bio?: string | undefined;
|
|
@@ -2406,49 +2406,49 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2406
2406
|
name: string | null;
|
|
2407
2407
|
role: string;
|
|
2408
2408
|
user: {
|
|
2409
|
-
|
|
2409
|
+
name: string;
|
|
2410
2410
|
uid: string;
|
|
2411
|
+
id: string;
|
|
2411
2412
|
createTime: string;
|
|
2412
2413
|
updateTime: string;
|
|
2413
|
-
name: string;
|
|
2414
2414
|
profile?: {
|
|
2415
2415
|
displayName?: string | undefined;
|
|
2416
2416
|
bio?: string | undefined;
|
|
2417
2417
|
publicEmail?: string | undefined;
|
|
2418
|
+
companyName?: string | undefined;
|
|
2418
2419
|
avatar?: string | undefined;
|
|
2419
2420
|
socialProfilesLinks?: {
|
|
2420
2421
|
webiste?: string | undefined;
|
|
2421
2422
|
x?: string | undefined;
|
|
2422
2423
|
github?: string | undefined;
|
|
2423
2424
|
} | undefined;
|
|
2424
|
-
companyName?: string | undefined;
|
|
2425
2425
|
} | undefined;
|
|
2426
2426
|
};
|
|
2427
2427
|
organization: {
|
|
2428
2428
|
owner: {
|
|
2429
|
-
|
|
2429
|
+
name: string;
|
|
2430
2430
|
uid: string;
|
|
2431
|
+
id: string;
|
|
2431
2432
|
createTime: string;
|
|
2432
2433
|
updateTime: string;
|
|
2433
|
-
name: string;
|
|
2434
2434
|
profile?: {
|
|
2435
2435
|
displayName?: string | undefined;
|
|
2436
2436
|
bio?: string | undefined;
|
|
2437
2437
|
publicEmail?: string | undefined;
|
|
2438
|
+
companyName?: string | undefined;
|
|
2438
2439
|
avatar?: string | undefined;
|
|
2439
2440
|
socialProfilesLinks?: {
|
|
2440
2441
|
webiste?: string | undefined;
|
|
2441
2442
|
x?: string | undefined;
|
|
2442
2443
|
github?: string | undefined;
|
|
2443
2444
|
} | undefined;
|
|
2444
|
-
companyName?: string | undefined;
|
|
2445
2445
|
} | undefined;
|
|
2446
2446
|
};
|
|
2447
|
-
|
|
2447
|
+
name: string;
|
|
2448
2448
|
uid: string;
|
|
2449
|
+
id: string;
|
|
2449
2450
|
createTime: string;
|
|
2450
2451
|
updateTime: string;
|
|
2451
|
-
name: string;
|
|
2452
2452
|
profile?: {
|
|
2453
2453
|
displayName?: string | undefined;
|
|
2454
2454
|
bio?: string | undefined;
|
|
@@ -2466,49 +2466,49 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2466
2466
|
name: string | null;
|
|
2467
2467
|
role: string;
|
|
2468
2468
|
user: {
|
|
2469
|
-
|
|
2469
|
+
name: string;
|
|
2470
2470
|
uid: string;
|
|
2471
|
+
id: string;
|
|
2471
2472
|
createTime: string;
|
|
2472
2473
|
updateTime: string;
|
|
2473
|
-
name: string;
|
|
2474
2474
|
profile?: {
|
|
2475
2475
|
displayName?: string | undefined;
|
|
2476
2476
|
bio?: string | undefined;
|
|
2477
2477
|
publicEmail?: string | undefined;
|
|
2478
|
+
companyName?: string | undefined;
|
|
2478
2479
|
avatar?: string | undefined;
|
|
2479
2480
|
socialProfilesLinks?: {
|
|
2480
2481
|
webiste?: string | undefined;
|
|
2481
2482
|
x?: string | undefined;
|
|
2482
2483
|
github?: string | undefined;
|
|
2483
2484
|
} | undefined;
|
|
2484
|
-
companyName?: string | undefined;
|
|
2485
2485
|
} | undefined;
|
|
2486
2486
|
};
|
|
2487
2487
|
organization: {
|
|
2488
2488
|
owner: {
|
|
2489
|
-
|
|
2489
|
+
name: string;
|
|
2490
2490
|
uid: string;
|
|
2491
|
+
id: string;
|
|
2491
2492
|
createTime: string;
|
|
2492
2493
|
updateTime: string;
|
|
2493
|
-
name: string;
|
|
2494
2494
|
profile?: {
|
|
2495
2495
|
displayName?: string | undefined;
|
|
2496
2496
|
bio?: string | undefined;
|
|
2497
2497
|
publicEmail?: string | undefined;
|
|
2498
|
+
companyName?: string | undefined;
|
|
2498
2499
|
avatar?: string | undefined;
|
|
2499
2500
|
socialProfilesLinks?: {
|
|
2500
2501
|
webiste?: string | undefined;
|
|
2501
2502
|
x?: string | undefined;
|
|
2502
2503
|
github?: string | undefined;
|
|
2503
2504
|
} | undefined;
|
|
2504
|
-
companyName?: string | undefined;
|
|
2505
2505
|
} | undefined;
|
|
2506
2506
|
};
|
|
2507
|
-
|
|
2507
|
+
name: string;
|
|
2508
2508
|
uid: string;
|
|
2509
|
+
id: string;
|
|
2509
2510
|
createTime: string;
|
|
2510
2511
|
updateTime: string;
|
|
2511
|
-
name: string;
|
|
2512
2512
|
profile?: {
|
|
2513
2513
|
displayName?: string | undefined;
|
|
2514
2514
|
bio?: string | undefined;
|