instill-sdk 0.5.0-rc.2 → 0.5.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 +324 -324
- package/dist/core/organization/types.d.ts +24 -24
- package/dist/index.js +28 -4
- package/dist/index.mjs +28 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +108 -108
- package/dist/vdp/component/types.d.ts +93 -93
- package/dist/vdp/pipeline/PipelineClient.d.ts.map +1 -1
- package/dist/vdp/pipeline/types.d.ts +683 -681
- package/dist/vdp/pipeline/types.d.ts.map +1 -1
- package/dist/vdp/release/types.d.ts +6 -6
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
|
@@ -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
|
+
name: string;
|
|
65
66
|
uid: string;
|
|
67
|
+
id: string;
|
|
66
68
|
createTime: string;
|
|
67
69
|
updateTime: string;
|
|
68
|
-
name: string;
|
|
69
|
-
id: 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
|
+
name: string;
|
|
83
84
|
uid: string;
|
|
85
|
+
id: string;
|
|
84
86
|
createTime: string;
|
|
85
87
|
updateTime: string;
|
|
86
|
-
name: string;
|
|
87
|
-
id: 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
|
+
name: string;
|
|
156
157
|
uid: string;
|
|
158
|
+
id: string;
|
|
157
159
|
createTime: string;
|
|
158
160
|
updateTime: string;
|
|
159
|
-
name: string;
|
|
160
|
-
id: 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
|
+
name: string;
|
|
174
175
|
uid: string;
|
|
176
|
+
id: string;
|
|
175
177
|
createTime: string;
|
|
176
178
|
updateTime: string;
|
|
177
|
-
name: string;
|
|
178
|
-
id: 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<{
|
|
@@ -229,30 +229,30 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
229
229
|
} | undefined;
|
|
230
230
|
}>>;
|
|
231
231
|
}, "strip", z.ZodTypeAny, {
|
|
232
|
-
uid: string;
|
|
233
|
-
createTime: string;
|
|
234
|
-
updateTime: string;
|
|
235
|
-
name: string;
|
|
236
|
-
id: string;
|
|
237
232
|
owner: {
|
|
233
|
+
name: string;
|
|
238
234
|
uid: string;
|
|
235
|
+
id: string;
|
|
239
236
|
createTime: string;
|
|
240
237
|
updateTime: string;
|
|
241
|
-
name: string;
|
|
242
|
-
id: string;
|
|
243
238
|
profile?: {
|
|
244
239
|
displayName?: string | undefined;
|
|
245
240
|
bio?: string | undefined;
|
|
246
241
|
publicEmail?: string | undefined;
|
|
242
|
+
companyName?: string | undefined;
|
|
247
243
|
avatar?: string | undefined;
|
|
248
244
|
socialProfilesLinks?: {
|
|
249
245
|
webiste?: string | undefined;
|
|
250
246
|
x?: string | undefined;
|
|
251
247
|
github?: string | undefined;
|
|
252
248
|
} | undefined;
|
|
253
|
-
companyName?: string | 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,30 +265,30 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
265
265
|
} | undefined;
|
|
266
266
|
} | undefined;
|
|
267
267
|
}, {
|
|
268
|
-
uid: string;
|
|
269
|
-
createTime: string;
|
|
270
|
-
updateTime: string;
|
|
271
|
-
name: string;
|
|
272
|
-
id: string;
|
|
273
268
|
owner: {
|
|
269
|
+
name: string;
|
|
274
270
|
uid: string;
|
|
271
|
+
id: string;
|
|
275
272
|
createTime: string;
|
|
276
273
|
updateTime: string;
|
|
277
|
-
name: string;
|
|
278
|
-
id: string;
|
|
279
274
|
profile?: {
|
|
280
275
|
displayName?: string | undefined;
|
|
281
276
|
bio?: string | undefined;
|
|
282
277
|
publicEmail?: string | undefined;
|
|
278
|
+
companyName?: string | undefined;
|
|
283
279
|
avatar?: string | undefined;
|
|
284
280
|
socialProfilesLinks?: {
|
|
285
281
|
webiste?: string | undefined;
|
|
286
282
|
x?: string | undefined;
|
|
287
283
|
github?: string | undefined;
|
|
288
284
|
} | undefined;
|
|
289
|
-
companyName?: string | 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;
|
|
@@ -308,49 +308,49 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
308
308
|
name: string | null;
|
|
309
309
|
role: string;
|
|
310
310
|
user: {
|
|
311
|
+
name: string;
|
|
311
312
|
uid: string;
|
|
313
|
+
id: string;
|
|
312
314
|
createTime: string;
|
|
313
315
|
updateTime: string;
|
|
314
|
-
name: string;
|
|
315
|
-
id: 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
|
-
uid: string;
|
|
331
|
-
createTime: string;
|
|
332
|
-
updateTime: string;
|
|
333
|
-
name: string;
|
|
334
|
-
id: string;
|
|
335
330
|
owner: {
|
|
331
|
+
name: string;
|
|
336
332
|
uid: string;
|
|
333
|
+
id: string;
|
|
337
334
|
createTime: string;
|
|
338
335
|
updateTime: string;
|
|
339
|
-
name: string;
|
|
340
|
-
id: string;
|
|
341
336
|
profile?: {
|
|
342
337
|
displayName?: string | undefined;
|
|
343
338
|
bio?: string | undefined;
|
|
344
339
|
publicEmail?: string | undefined;
|
|
340
|
+
companyName?: string | undefined;
|
|
345
341
|
avatar?: string | undefined;
|
|
346
342
|
socialProfilesLinks?: {
|
|
347
343
|
webiste?: string | undefined;
|
|
348
344
|
x?: string | undefined;
|
|
349
345
|
github?: string | undefined;
|
|
350
346
|
} | undefined;
|
|
351
|
-
companyName?: string | 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;
|
|
@@ -368,49 +368,49 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
368
368
|
name: string | null;
|
|
369
369
|
role: string;
|
|
370
370
|
user: {
|
|
371
|
+
name: string;
|
|
371
372
|
uid: string;
|
|
373
|
+
id: string;
|
|
372
374
|
createTime: string;
|
|
373
375
|
updateTime: string;
|
|
374
|
-
name: string;
|
|
375
|
-
id: 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
|
-
uid: string;
|
|
391
|
-
createTime: string;
|
|
392
|
-
updateTime: string;
|
|
393
|
-
name: string;
|
|
394
|
-
id: string;
|
|
395
390
|
owner: {
|
|
391
|
+
name: string;
|
|
396
392
|
uid: string;
|
|
393
|
+
id: string;
|
|
397
394
|
createTime: string;
|
|
398
395
|
updateTime: string;
|
|
399
|
-
name: string;
|
|
400
|
-
id: string;
|
|
401
396
|
profile?: {
|
|
402
397
|
displayName?: string | undefined;
|
|
403
398
|
bio?: string | undefined;
|
|
404
399
|
publicEmail?: string | undefined;
|
|
400
|
+
companyName?: string | undefined;
|
|
405
401
|
avatar?: string | undefined;
|
|
406
402
|
socialProfilesLinks?: {
|
|
407
403
|
webiste?: string | undefined;
|
|
408
404
|
x?: string | undefined;
|
|
409
405
|
github?: string | undefined;
|
|
410
406
|
} | undefined;
|
|
411
|
-
companyName?: string | 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;
|
|
@@ -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
|
+
name: string;
|
|
485
486
|
uid: string;
|
|
487
|
+
id: string;
|
|
486
488
|
createTime: string;
|
|
487
489
|
updateTime: string;
|
|
488
|
-
name: string;
|
|
489
|
-
id: 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
|
+
name: string;
|
|
503
504
|
uid: string;
|
|
505
|
+
id: string;
|
|
504
506
|
createTime: string;
|
|
505
507
|
updateTime: string;
|
|
506
|
-
name: string;
|
|
507
|
-
id: 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
|
+
name: string;
|
|
576
577
|
uid: string;
|
|
578
|
+
id: string;
|
|
577
579
|
createTime: string;
|
|
578
580
|
updateTime: string;
|
|
579
|
-
name: string;
|
|
580
|
-
id: 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
|
+
name: string;
|
|
594
595
|
uid: string;
|
|
596
|
+
id: string;
|
|
595
597
|
createTime: string;
|
|
596
598
|
updateTime: string;
|
|
597
|
-
name: string;
|
|
598
|
-
id: 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<{
|
|
@@ -649,30 +649,30 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
649
649
|
} | undefined;
|
|
650
650
|
}>>;
|
|
651
651
|
}, "strip", z.ZodTypeAny, {
|
|
652
|
-
uid: string;
|
|
653
|
-
createTime: string;
|
|
654
|
-
updateTime: string;
|
|
655
|
-
name: string;
|
|
656
|
-
id: string;
|
|
657
652
|
owner: {
|
|
653
|
+
name: string;
|
|
658
654
|
uid: string;
|
|
655
|
+
id: string;
|
|
659
656
|
createTime: string;
|
|
660
657
|
updateTime: string;
|
|
661
|
-
name: string;
|
|
662
|
-
id: string;
|
|
663
658
|
profile?: {
|
|
664
659
|
displayName?: string | undefined;
|
|
665
660
|
bio?: string | undefined;
|
|
666
661
|
publicEmail?: string | undefined;
|
|
662
|
+
companyName?: string | undefined;
|
|
667
663
|
avatar?: string | undefined;
|
|
668
664
|
socialProfilesLinks?: {
|
|
669
665
|
webiste?: string | undefined;
|
|
670
666
|
x?: string | undefined;
|
|
671
667
|
github?: string | undefined;
|
|
672
668
|
} | undefined;
|
|
673
|
-
companyName?: string | 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,30 +685,30 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
685
685
|
} | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
uid: string;
|
|
689
|
-
createTime: string;
|
|
690
|
-
updateTime: string;
|
|
691
|
-
name: string;
|
|
692
|
-
id: string;
|
|
693
688
|
owner: {
|
|
689
|
+
name: string;
|
|
694
690
|
uid: string;
|
|
691
|
+
id: string;
|
|
695
692
|
createTime: string;
|
|
696
693
|
updateTime: string;
|
|
697
|
-
name: string;
|
|
698
|
-
id: string;
|
|
699
694
|
profile?: {
|
|
700
695
|
displayName?: string | undefined;
|
|
701
696
|
bio?: string | undefined;
|
|
702
697
|
publicEmail?: string | undefined;
|
|
698
|
+
companyName?: string | undefined;
|
|
703
699
|
avatar?: string | undefined;
|
|
704
700
|
socialProfilesLinks?: {
|
|
705
701
|
webiste?: string | undefined;
|
|
706
702
|
x?: string | undefined;
|
|
707
703
|
github?: string | undefined;
|
|
708
704
|
} | undefined;
|
|
709
|
-
companyName?: string | 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;
|
|
@@ -728,49 +728,49 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
728
728
|
name: string | null;
|
|
729
729
|
role: string;
|
|
730
730
|
user: {
|
|
731
|
+
name: string;
|
|
731
732
|
uid: string;
|
|
733
|
+
id: string;
|
|
732
734
|
createTime: string;
|
|
733
735
|
updateTime: string;
|
|
734
|
-
name: string;
|
|
735
|
-
id: 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
|
-
uid: string;
|
|
751
|
-
createTime: string;
|
|
752
|
-
updateTime: string;
|
|
753
|
-
name: string;
|
|
754
|
-
id: string;
|
|
755
750
|
owner: {
|
|
751
|
+
name: string;
|
|
756
752
|
uid: string;
|
|
753
|
+
id: string;
|
|
757
754
|
createTime: string;
|
|
758
755
|
updateTime: string;
|
|
759
|
-
name: string;
|
|
760
|
-
id: string;
|
|
761
756
|
profile?: {
|
|
762
757
|
displayName?: string | undefined;
|
|
763
758
|
bio?: string | undefined;
|
|
764
759
|
publicEmail?: string | undefined;
|
|
760
|
+
companyName?: string | undefined;
|
|
765
761
|
avatar?: string | undefined;
|
|
766
762
|
socialProfilesLinks?: {
|
|
767
763
|
webiste?: string | undefined;
|
|
768
764
|
x?: string | undefined;
|
|
769
765
|
github?: string | undefined;
|
|
770
766
|
} | undefined;
|
|
771
|
-
companyName?: string | 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;
|
|
@@ -788,49 +788,49 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
788
788
|
name: string | null;
|
|
789
789
|
role: string;
|
|
790
790
|
user: {
|
|
791
|
+
name: string;
|
|
791
792
|
uid: string;
|
|
793
|
+
id: string;
|
|
792
794
|
createTime: string;
|
|
793
795
|
updateTime: string;
|
|
794
|
-
name: string;
|
|
795
|
-
id: 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
|
-
uid: string;
|
|
811
|
-
createTime: string;
|
|
812
|
-
updateTime: string;
|
|
813
|
-
name: string;
|
|
814
|
-
id: string;
|
|
815
810
|
owner: {
|
|
811
|
+
name: string;
|
|
816
812
|
uid: string;
|
|
813
|
+
id: string;
|
|
817
814
|
createTime: string;
|
|
818
815
|
updateTime: string;
|
|
819
|
-
name: string;
|
|
820
|
-
id: string;
|
|
821
816
|
profile?: {
|
|
822
817
|
displayName?: string | undefined;
|
|
823
818
|
bio?: string | undefined;
|
|
824
819
|
publicEmail?: string | undefined;
|
|
820
|
+
companyName?: string | undefined;
|
|
825
821
|
avatar?: string | undefined;
|
|
826
822
|
socialProfilesLinks?: {
|
|
827
823
|
webiste?: string | undefined;
|
|
828
824
|
x?: string | undefined;
|
|
829
825
|
github?: string | undefined;
|
|
830
826
|
} | undefined;
|
|
831
|
-
companyName?: string | 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;
|
|
@@ -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
|
+
name: string;
|
|
904
905
|
uid: string;
|
|
906
|
+
id: string;
|
|
905
907
|
createTime: string;
|
|
906
908
|
updateTime: string;
|
|
907
|
-
name: string;
|
|
908
|
-
id: 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
|
+
name: string;
|
|
922
923
|
uid: string;
|
|
924
|
+
id: string;
|
|
923
925
|
createTime: string;
|
|
924
926
|
updateTime: string;
|
|
925
|
-
name: string;
|
|
926
|
-
id: 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
|
+
name: string;
|
|
995
996
|
uid: string;
|
|
997
|
+
id: string;
|
|
996
998
|
createTime: string;
|
|
997
999
|
updateTime: string;
|
|
998
|
-
name: string;
|
|
999
|
-
id: 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
|
+
name: string;
|
|
1013
1014
|
uid: string;
|
|
1015
|
+
id: string;
|
|
1014
1016
|
createTime: string;
|
|
1015
1017
|
updateTime: string;
|
|
1016
|
-
name: string;
|
|
1017
|
-
id: 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<{
|
|
@@ -1068,30 +1068,30 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1068
1068
|
} | undefined;
|
|
1069
1069
|
}>>;
|
|
1070
1070
|
}, "strip", z.ZodTypeAny, {
|
|
1071
|
-
uid: string;
|
|
1072
|
-
createTime: string;
|
|
1073
|
-
updateTime: string;
|
|
1074
|
-
name: string;
|
|
1075
|
-
id: string;
|
|
1076
1071
|
owner: {
|
|
1072
|
+
name: string;
|
|
1077
1073
|
uid: string;
|
|
1074
|
+
id: string;
|
|
1078
1075
|
createTime: string;
|
|
1079
1076
|
updateTime: string;
|
|
1080
|
-
name: string;
|
|
1081
|
-
id: string;
|
|
1082
1077
|
profile?: {
|
|
1083
1078
|
displayName?: string | undefined;
|
|
1084
1079
|
bio?: string | undefined;
|
|
1085
1080
|
publicEmail?: string | undefined;
|
|
1081
|
+
companyName?: string | undefined;
|
|
1086
1082
|
avatar?: string | undefined;
|
|
1087
1083
|
socialProfilesLinks?: {
|
|
1088
1084
|
webiste?: string | undefined;
|
|
1089
1085
|
x?: string | undefined;
|
|
1090
1086
|
github?: string | undefined;
|
|
1091
1087
|
} | undefined;
|
|
1092
|
-
companyName?: string | 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,30 +1104,30 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1104
1104
|
} | undefined;
|
|
1105
1105
|
} | undefined;
|
|
1106
1106
|
}, {
|
|
1107
|
-
uid: string;
|
|
1108
|
-
createTime: string;
|
|
1109
|
-
updateTime: string;
|
|
1110
|
-
name: string;
|
|
1111
|
-
id: string;
|
|
1112
1107
|
owner: {
|
|
1108
|
+
name: string;
|
|
1113
1109
|
uid: string;
|
|
1110
|
+
id: string;
|
|
1114
1111
|
createTime: string;
|
|
1115
1112
|
updateTime: string;
|
|
1116
|
-
name: string;
|
|
1117
|
-
id: string;
|
|
1118
1113
|
profile?: {
|
|
1119
1114
|
displayName?: string | undefined;
|
|
1120
1115
|
bio?: string | undefined;
|
|
1121
1116
|
publicEmail?: string | undefined;
|
|
1117
|
+
companyName?: string | undefined;
|
|
1122
1118
|
avatar?: string | undefined;
|
|
1123
1119
|
socialProfilesLinks?: {
|
|
1124
1120
|
webiste?: string | undefined;
|
|
1125
1121
|
x?: string | undefined;
|
|
1126
1122
|
github?: string | undefined;
|
|
1127
1123
|
} | undefined;
|
|
1128
|
-
companyName?: string | 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;
|
|
@@ -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
|
+
name: string;
|
|
1150
1151
|
uid: string;
|
|
1152
|
+
id: string;
|
|
1151
1153
|
createTime: string;
|
|
1152
1154
|
updateTime: string;
|
|
1153
|
-
name: string;
|
|
1154
|
-
id: 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
|
-
uid: string;
|
|
1170
|
-
createTime: string;
|
|
1171
|
-
updateTime: string;
|
|
1172
|
-
name: string;
|
|
1173
|
-
id: string;
|
|
1174
1169
|
owner: {
|
|
1170
|
+
name: string;
|
|
1175
1171
|
uid: string;
|
|
1172
|
+
id: string;
|
|
1176
1173
|
createTime: string;
|
|
1177
1174
|
updateTime: string;
|
|
1178
|
-
name: string;
|
|
1179
|
-
id: string;
|
|
1180
1175
|
profile?: {
|
|
1181
1176
|
displayName?: string | undefined;
|
|
1182
1177
|
bio?: string | undefined;
|
|
1183
1178
|
publicEmail?: string | undefined;
|
|
1179
|
+
companyName?: string | undefined;
|
|
1184
1180
|
avatar?: string | undefined;
|
|
1185
1181
|
socialProfilesLinks?: {
|
|
1186
1182
|
webiste?: string | undefined;
|
|
1187
1183
|
x?: string | undefined;
|
|
1188
1184
|
github?: string | undefined;
|
|
1189
1185
|
} | undefined;
|
|
1190
|
-
companyName?: string | 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;
|
|
@@ -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
|
+
name: string;
|
|
1210
1211
|
uid: string;
|
|
1212
|
+
id: string;
|
|
1211
1213
|
createTime: string;
|
|
1212
1214
|
updateTime: string;
|
|
1213
|
-
name: string;
|
|
1214
|
-
id: 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
|
-
uid: string;
|
|
1230
|
-
createTime: string;
|
|
1231
|
-
updateTime: string;
|
|
1232
|
-
name: string;
|
|
1233
|
-
id: string;
|
|
1234
1229
|
owner: {
|
|
1230
|
+
name: string;
|
|
1235
1231
|
uid: string;
|
|
1232
|
+
id: string;
|
|
1236
1233
|
createTime: string;
|
|
1237
1234
|
updateTime: string;
|
|
1238
|
-
name: string;
|
|
1239
|
-
id: string;
|
|
1240
1235
|
profile?: {
|
|
1241
1236
|
displayName?: string | undefined;
|
|
1242
1237
|
bio?: string | undefined;
|
|
1243
1238
|
publicEmail?: string | undefined;
|
|
1239
|
+
companyName?: string | undefined;
|
|
1244
1240
|
avatar?: string | undefined;
|
|
1245
1241
|
socialProfilesLinks?: {
|
|
1246
1242
|
webiste?: string | undefined;
|
|
1247
1243
|
x?: string | undefined;
|
|
1248
1244
|
github?: string | undefined;
|
|
1249
1245
|
} | undefined;
|
|
1250
|
-
companyName?: string | 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;
|
|
@@ -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
|
+
name: string;
|
|
1324
1325
|
uid: string;
|
|
1326
|
+
id: string;
|
|
1325
1327
|
createTime: string;
|
|
1326
1328
|
updateTime: string;
|
|
1327
|
-
name: string;
|
|
1328
|
-
id: 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
|
+
name: string;
|
|
1342
1343
|
uid: string;
|
|
1344
|
+
id: string;
|
|
1343
1345
|
createTime: string;
|
|
1344
1346
|
updateTime: string;
|
|
1345
|
-
name: string;
|
|
1346
|
-
id: 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
|
+
name: string;
|
|
1415
1416
|
uid: string;
|
|
1417
|
+
id: string;
|
|
1416
1418
|
createTime: string;
|
|
1417
1419
|
updateTime: string;
|
|
1418
|
-
name: string;
|
|
1419
|
-
id: 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
|
+
name: string;
|
|
1433
1434
|
uid: string;
|
|
1435
|
+
id: string;
|
|
1434
1436
|
createTime: string;
|
|
1435
1437
|
updateTime: string;
|
|
1436
|
-
name: string;
|
|
1437
|
-
id: 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<{
|
|
@@ -1488,30 +1488,30 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1488
1488
|
} | undefined;
|
|
1489
1489
|
}>>;
|
|
1490
1490
|
}, "strip", z.ZodTypeAny, {
|
|
1491
|
-
uid: string;
|
|
1492
|
-
createTime: string;
|
|
1493
|
-
updateTime: string;
|
|
1494
|
-
name: string;
|
|
1495
|
-
id: string;
|
|
1496
1491
|
owner: {
|
|
1492
|
+
name: string;
|
|
1497
1493
|
uid: string;
|
|
1494
|
+
id: string;
|
|
1498
1495
|
createTime: string;
|
|
1499
1496
|
updateTime: string;
|
|
1500
|
-
name: string;
|
|
1501
|
-
id: string;
|
|
1502
1497
|
profile?: {
|
|
1503
1498
|
displayName?: string | undefined;
|
|
1504
1499
|
bio?: string | undefined;
|
|
1505
1500
|
publicEmail?: string | undefined;
|
|
1501
|
+
companyName?: string | undefined;
|
|
1506
1502
|
avatar?: string | undefined;
|
|
1507
1503
|
socialProfilesLinks?: {
|
|
1508
1504
|
webiste?: string | undefined;
|
|
1509
1505
|
x?: string | undefined;
|
|
1510
1506
|
github?: string | undefined;
|
|
1511
1507
|
} | undefined;
|
|
1512
|
-
companyName?: string | undefined;
|
|
1513
1508
|
} | undefined;
|
|
1514
1509
|
};
|
|
1510
|
+
name: string;
|
|
1511
|
+
uid: string;
|
|
1512
|
+
id: string;
|
|
1513
|
+
createTime: string;
|
|
1514
|
+
updateTime: string;
|
|
1515
1515
|
profile?: {
|
|
1516
1516
|
displayName?: string | undefined;
|
|
1517
1517
|
bio?: string | undefined;
|
|
@@ -1524,30 +1524,30 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1524
1524
|
} | undefined;
|
|
1525
1525
|
} | undefined;
|
|
1526
1526
|
}, {
|
|
1527
|
-
uid: string;
|
|
1528
|
-
createTime: string;
|
|
1529
|
-
updateTime: string;
|
|
1530
|
-
name: string;
|
|
1531
|
-
id: string;
|
|
1532
1527
|
owner: {
|
|
1528
|
+
name: string;
|
|
1533
1529
|
uid: string;
|
|
1530
|
+
id: string;
|
|
1534
1531
|
createTime: string;
|
|
1535
1532
|
updateTime: string;
|
|
1536
|
-
name: string;
|
|
1537
|
-
id: string;
|
|
1538
1533
|
profile?: {
|
|
1539
1534
|
displayName?: string | undefined;
|
|
1540
1535
|
bio?: string | undefined;
|
|
1541
1536
|
publicEmail?: string | undefined;
|
|
1537
|
+
companyName?: string | undefined;
|
|
1542
1538
|
avatar?: string | undefined;
|
|
1543
1539
|
socialProfilesLinks?: {
|
|
1544
1540
|
webiste?: string | undefined;
|
|
1545
1541
|
x?: string | undefined;
|
|
1546
1542
|
github?: string | undefined;
|
|
1547
1543
|
} | undefined;
|
|
1548
|
-
companyName?: string | undefined;
|
|
1549
1544
|
} | undefined;
|
|
1550
1545
|
};
|
|
1546
|
+
name: string;
|
|
1547
|
+
uid: string;
|
|
1548
|
+
id: string;
|
|
1549
|
+
createTime: string;
|
|
1550
|
+
updateTime: 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
|
+
name: string;
|
|
1570
1571
|
uid: string;
|
|
1572
|
+
id: string;
|
|
1571
1573
|
createTime: string;
|
|
1572
1574
|
updateTime: string;
|
|
1573
|
-
name: string;
|
|
1574
|
-
id: 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
|
-
uid: string;
|
|
1590
|
-
createTime: string;
|
|
1591
|
-
updateTime: string;
|
|
1592
|
-
name: string;
|
|
1593
|
-
id: string;
|
|
1594
1589
|
owner: {
|
|
1590
|
+
name: string;
|
|
1595
1591
|
uid: string;
|
|
1592
|
+
id: string;
|
|
1596
1593
|
createTime: string;
|
|
1597
1594
|
updateTime: string;
|
|
1598
|
-
name: string;
|
|
1599
|
-
id: string;
|
|
1600
1595
|
profile?: {
|
|
1601
1596
|
displayName?: string | undefined;
|
|
1602
1597
|
bio?: string | undefined;
|
|
1603
1598
|
publicEmail?: string | undefined;
|
|
1599
|
+
companyName?: string | undefined;
|
|
1604
1600
|
avatar?: string | undefined;
|
|
1605
1601
|
socialProfilesLinks?: {
|
|
1606
1602
|
webiste?: string | undefined;
|
|
1607
1603
|
x?: string | undefined;
|
|
1608
1604
|
github?: string | undefined;
|
|
1609
1605
|
} | undefined;
|
|
1610
|
-
companyName?: string | undefined;
|
|
1611
1606
|
} | undefined;
|
|
1612
1607
|
};
|
|
1608
|
+
name: string;
|
|
1609
|
+
uid: string;
|
|
1610
|
+
id: string;
|
|
1611
|
+
createTime: string;
|
|
1612
|
+
updateTime: 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
|
+
name: string;
|
|
1630
1631
|
uid: string;
|
|
1632
|
+
id: string;
|
|
1631
1633
|
createTime: string;
|
|
1632
1634
|
updateTime: string;
|
|
1633
|
-
name: string;
|
|
1634
|
-
id: 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
|
-
uid: string;
|
|
1650
|
-
createTime: string;
|
|
1651
|
-
updateTime: string;
|
|
1652
|
-
name: string;
|
|
1653
|
-
id: string;
|
|
1654
1649
|
owner: {
|
|
1650
|
+
name: string;
|
|
1655
1651
|
uid: string;
|
|
1652
|
+
id: string;
|
|
1656
1653
|
createTime: string;
|
|
1657
1654
|
updateTime: string;
|
|
1658
|
-
name: string;
|
|
1659
|
-
id: string;
|
|
1660
1655
|
profile?: {
|
|
1661
1656
|
displayName?: string | undefined;
|
|
1662
1657
|
bio?: string | undefined;
|
|
1663
1658
|
publicEmail?: string | undefined;
|
|
1659
|
+
companyName?: string | undefined;
|
|
1664
1660
|
avatar?: string | undefined;
|
|
1665
1661
|
socialProfilesLinks?: {
|
|
1666
1662
|
webiste?: string | undefined;
|
|
1667
1663
|
x?: string | undefined;
|
|
1668
1664
|
github?: string | undefined;
|
|
1669
1665
|
} | undefined;
|
|
1670
|
-
companyName?: string | undefined;
|
|
1671
1666
|
} | undefined;
|
|
1672
1667
|
};
|
|
1668
|
+
name: string;
|
|
1669
|
+
uid: string;
|
|
1670
|
+
id: string;
|
|
1671
|
+
createTime: string;
|
|
1672
|
+
updateTime: 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
|
+
name: string;
|
|
1743
1744
|
uid: string;
|
|
1745
|
+
id: string;
|
|
1744
1746
|
createTime: string;
|
|
1745
1747
|
updateTime: string;
|
|
1746
|
-
name: string;
|
|
1747
|
-
id: 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
|
+
name: string;
|
|
1761
1762
|
uid: string;
|
|
1763
|
+
id: string;
|
|
1762
1764
|
createTime: string;
|
|
1763
1765
|
updateTime: string;
|
|
1764
|
-
name: string;
|
|
1765
|
-
id: 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
|
+
name: string;
|
|
1834
1835
|
uid: string;
|
|
1836
|
+
id: string;
|
|
1835
1837
|
createTime: string;
|
|
1836
1838
|
updateTime: string;
|
|
1837
|
-
name: string;
|
|
1838
|
-
id: 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
|
+
name: string;
|
|
1852
1853
|
uid: string;
|
|
1854
|
+
id: string;
|
|
1853
1855
|
createTime: string;
|
|
1854
1856
|
updateTime: string;
|
|
1855
|
-
name: string;
|
|
1856
|
-
id: 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<{
|
|
@@ -1907,30 +1907,30 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1907
1907
|
} | undefined;
|
|
1908
1908
|
}>>;
|
|
1909
1909
|
}, "strip", z.ZodTypeAny, {
|
|
1910
|
-
uid: string;
|
|
1911
|
-
createTime: string;
|
|
1912
|
-
updateTime: string;
|
|
1913
|
-
name: string;
|
|
1914
|
-
id: string;
|
|
1915
1910
|
owner: {
|
|
1911
|
+
name: string;
|
|
1916
1912
|
uid: string;
|
|
1913
|
+
id: string;
|
|
1917
1914
|
createTime: string;
|
|
1918
1915
|
updateTime: string;
|
|
1919
|
-
name: string;
|
|
1920
|
-
id: string;
|
|
1921
1916
|
profile?: {
|
|
1922
1917
|
displayName?: string | undefined;
|
|
1923
1918
|
bio?: string | undefined;
|
|
1924
1919
|
publicEmail?: string | undefined;
|
|
1920
|
+
companyName?: string | undefined;
|
|
1925
1921
|
avatar?: string | undefined;
|
|
1926
1922
|
socialProfilesLinks?: {
|
|
1927
1923
|
webiste?: string | undefined;
|
|
1928
1924
|
x?: string | undefined;
|
|
1929
1925
|
github?: string | undefined;
|
|
1930
1926
|
} | undefined;
|
|
1931
|
-
companyName?: string | undefined;
|
|
1932
1927
|
} | undefined;
|
|
1933
1928
|
};
|
|
1929
|
+
name: string;
|
|
1930
|
+
uid: string;
|
|
1931
|
+
id: string;
|
|
1932
|
+
createTime: string;
|
|
1933
|
+
updateTime: string;
|
|
1934
1934
|
profile?: {
|
|
1935
1935
|
displayName?: string | undefined;
|
|
1936
1936
|
bio?: string | undefined;
|
|
@@ -1943,30 +1943,30 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1943
1943
|
} | undefined;
|
|
1944
1944
|
} | undefined;
|
|
1945
1945
|
}, {
|
|
1946
|
-
uid: string;
|
|
1947
|
-
createTime: string;
|
|
1948
|
-
updateTime: string;
|
|
1949
|
-
name: string;
|
|
1950
|
-
id: string;
|
|
1951
1946
|
owner: {
|
|
1947
|
+
name: string;
|
|
1952
1948
|
uid: string;
|
|
1949
|
+
id: string;
|
|
1953
1950
|
createTime: string;
|
|
1954
1951
|
updateTime: string;
|
|
1955
|
-
name: string;
|
|
1956
|
-
id: string;
|
|
1957
1952
|
profile?: {
|
|
1958
1953
|
displayName?: string | undefined;
|
|
1959
1954
|
bio?: string | undefined;
|
|
1960
1955
|
publicEmail?: string | undefined;
|
|
1956
|
+
companyName?: string | undefined;
|
|
1961
1957
|
avatar?: string | undefined;
|
|
1962
1958
|
socialProfilesLinks?: {
|
|
1963
1959
|
webiste?: string | undefined;
|
|
1964
1960
|
x?: string | undefined;
|
|
1965
1961
|
github?: string | undefined;
|
|
1966
1962
|
} | undefined;
|
|
1967
|
-
companyName?: string | undefined;
|
|
1968
1963
|
} | undefined;
|
|
1969
1964
|
};
|
|
1965
|
+
name: string;
|
|
1966
|
+
uid: string;
|
|
1967
|
+
id: string;
|
|
1968
|
+
createTime: string;
|
|
1969
|
+
updateTime: 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
|
+
name: string;
|
|
1989
1990
|
uid: string;
|
|
1991
|
+
id: string;
|
|
1990
1992
|
createTime: string;
|
|
1991
1993
|
updateTime: string;
|
|
1992
|
-
name: string;
|
|
1993
|
-
id: 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
|
-
uid: string;
|
|
2009
|
-
createTime: string;
|
|
2010
|
-
updateTime: string;
|
|
2011
|
-
name: string;
|
|
2012
|
-
id: string;
|
|
2013
2008
|
owner: {
|
|
2009
|
+
name: string;
|
|
2014
2010
|
uid: string;
|
|
2011
|
+
id: string;
|
|
2015
2012
|
createTime: string;
|
|
2016
2013
|
updateTime: string;
|
|
2017
|
-
name: string;
|
|
2018
|
-
id: string;
|
|
2019
2014
|
profile?: {
|
|
2020
2015
|
displayName?: string | undefined;
|
|
2021
2016
|
bio?: string | undefined;
|
|
2022
2017
|
publicEmail?: string | undefined;
|
|
2018
|
+
companyName?: string | undefined;
|
|
2023
2019
|
avatar?: string | undefined;
|
|
2024
2020
|
socialProfilesLinks?: {
|
|
2025
2021
|
webiste?: string | undefined;
|
|
2026
2022
|
x?: string | undefined;
|
|
2027
2023
|
github?: string | undefined;
|
|
2028
2024
|
} | undefined;
|
|
2029
|
-
companyName?: string | undefined;
|
|
2030
2025
|
} | undefined;
|
|
2031
2026
|
};
|
|
2027
|
+
name: string;
|
|
2028
|
+
uid: string;
|
|
2029
|
+
id: string;
|
|
2030
|
+
createTime: string;
|
|
2031
|
+
updateTime: 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
|
+
name: string;
|
|
2049
2050
|
uid: string;
|
|
2051
|
+
id: string;
|
|
2050
2052
|
createTime: string;
|
|
2051
2053
|
updateTime: string;
|
|
2052
|
-
name: string;
|
|
2053
|
-
id: 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
|
-
uid: string;
|
|
2069
|
-
createTime: string;
|
|
2070
|
-
updateTime: string;
|
|
2071
|
-
name: string;
|
|
2072
|
-
id: string;
|
|
2073
2068
|
owner: {
|
|
2069
|
+
name: string;
|
|
2074
2070
|
uid: string;
|
|
2071
|
+
id: string;
|
|
2075
2072
|
createTime: string;
|
|
2076
2073
|
updateTime: string;
|
|
2077
|
-
name: string;
|
|
2078
|
-
id: string;
|
|
2079
2074
|
profile?: {
|
|
2080
2075
|
displayName?: string | undefined;
|
|
2081
2076
|
bio?: string | undefined;
|
|
2082
2077
|
publicEmail?: string | undefined;
|
|
2078
|
+
companyName?: string | undefined;
|
|
2083
2079
|
avatar?: string | undefined;
|
|
2084
2080
|
socialProfilesLinks?: {
|
|
2085
2081
|
webiste?: string | undefined;
|
|
2086
2082
|
x?: string | undefined;
|
|
2087
2083
|
github?: string | undefined;
|
|
2088
2084
|
} | undefined;
|
|
2089
|
-
companyName?: string | undefined;
|
|
2090
2085
|
} | undefined;
|
|
2091
2086
|
};
|
|
2087
|
+
name: string;
|
|
2088
|
+
uid: string;
|
|
2089
|
+
id: string;
|
|
2090
|
+
createTime: string;
|
|
2091
|
+
updateTime: 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
|
+
name: string;
|
|
2163
2164
|
uid: string;
|
|
2165
|
+
id: string;
|
|
2164
2166
|
createTime: string;
|
|
2165
2167
|
updateTime: string;
|
|
2166
|
-
name: string;
|
|
2167
|
-
id: 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
|
+
name: string;
|
|
2181
2182
|
uid: string;
|
|
2183
|
+
id: string;
|
|
2182
2184
|
createTime: string;
|
|
2183
2185
|
updateTime: string;
|
|
2184
|
-
name: string;
|
|
2185
|
-
id: 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
|
+
name: string;
|
|
2254
2255
|
uid: string;
|
|
2256
|
+
id: string;
|
|
2255
2257
|
createTime: string;
|
|
2256
2258
|
updateTime: string;
|
|
2257
|
-
name: string;
|
|
2258
|
-
id: 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
|
+
name: string;
|
|
2272
2273
|
uid: string;
|
|
2274
|
+
id: string;
|
|
2273
2275
|
createTime: string;
|
|
2274
2276
|
updateTime: string;
|
|
2275
|
-
name: string;
|
|
2276
|
-
id: 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<{
|
|
@@ -2327,30 +2327,30 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2327
2327
|
} | undefined;
|
|
2328
2328
|
}>>;
|
|
2329
2329
|
}, "strip", z.ZodTypeAny, {
|
|
2330
|
-
uid: string;
|
|
2331
|
-
createTime: string;
|
|
2332
|
-
updateTime: string;
|
|
2333
|
-
name: string;
|
|
2334
|
-
id: string;
|
|
2335
2330
|
owner: {
|
|
2331
|
+
name: string;
|
|
2336
2332
|
uid: string;
|
|
2333
|
+
id: string;
|
|
2337
2334
|
createTime: string;
|
|
2338
2335
|
updateTime: string;
|
|
2339
|
-
name: string;
|
|
2340
|
-
id: string;
|
|
2341
2336
|
profile?: {
|
|
2342
2337
|
displayName?: string | undefined;
|
|
2343
2338
|
bio?: string | undefined;
|
|
2344
2339
|
publicEmail?: string | undefined;
|
|
2340
|
+
companyName?: string | undefined;
|
|
2345
2341
|
avatar?: string | undefined;
|
|
2346
2342
|
socialProfilesLinks?: {
|
|
2347
2343
|
webiste?: string | undefined;
|
|
2348
2344
|
x?: string | undefined;
|
|
2349
2345
|
github?: string | undefined;
|
|
2350
2346
|
} | undefined;
|
|
2351
|
-
companyName?: string | undefined;
|
|
2352
2347
|
} | undefined;
|
|
2353
2348
|
};
|
|
2349
|
+
name: string;
|
|
2350
|
+
uid: string;
|
|
2351
|
+
id: string;
|
|
2352
|
+
createTime: string;
|
|
2353
|
+
updateTime: string;
|
|
2354
2354
|
profile?: {
|
|
2355
2355
|
displayName?: string | undefined;
|
|
2356
2356
|
bio?: string | undefined;
|
|
@@ -2363,30 +2363,30 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2363
2363
|
} | undefined;
|
|
2364
2364
|
} | undefined;
|
|
2365
2365
|
}, {
|
|
2366
|
-
uid: string;
|
|
2367
|
-
createTime: string;
|
|
2368
|
-
updateTime: string;
|
|
2369
|
-
name: string;
|
|
2370
|
-
id: string;
|
|
2371
2366
|
owner: {
|
|
2367
|
+
name: string;
|
|
2372
2368
|
uid: string;
|
|
2369
|
+
id: string;
|
|
2373
2370
|
createTime: string;
|
|
2374
2371
|
updateTime: string;
|
|
2375
|
-
name: string;
|
|
2376
|
-
id: string;
|
|
2377
2372
|
profile?: {
|
|
2378
2373
|
displayName?: string | undefined;
|
|
2379
2374
|
bio?: string | undefined;
|
|
2380
2375
|
publicEmail?: string | undefined;
|
|
2376
|
+
companyName?: string | undefined;
|
|
2381
2377
|
avatar?: string | undefined;
|
|
2382
2378
|
socialProfilesLinks?: {
|
|
2383
2379
|
webiste?: string | undefined;
|
|
2384
2380
|
x?: string | undefined;
|
|
2385
2381
|
github?: string | undefined;
|
|
2386
2382
|
} | undefined;
|
|
2387
|
-
companyName?: string | undefined;
|
|
2388
2383
|
} | undefined;
|
|
2389
2384
|
};
|
|
2385
|
+
name: string;
|
|
2386
|
+
uid: string;
|
|
2387
|
+
id: string;
|
|
2388
|
+
createTime: string;
|
|
2389
|
+
updateTime: 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
|
+
name: string;
|
|
2409
2410
|
uid: string;
|
|
2411
|
+
id: string;
|
|
2410
2412
|
createTime: string;
|
|
2411
2413
|
updateTime: string;
|
|
2412
|
-
name: string;
|
|
2413
|
-
id: 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
|
-
uid: string;
|
|
2429
|
-
createTime: string;
|
|
2430
|
-
updateTime: string;
|
|
2431
|
-
name: string;
|
|
2432
|
-
id: string;
|
|
2433
2428
|
owner: {
|
|
2429
|
+
name: string;
|
|
2434
2430
|
uid: string;
|
|
2431
|
+
id: string;
|
|
2435
2432
|
createTime: string;
|
|
2436
2433
|
updateTime: string;
|
|
2437
|
-
name: string;
|
|
2438
|
-
id: string;
|
|
2439
2434
|
profile?: {
|
|
2440
2435
|
displayName?: string | undefined;
|
|
2441
2436
|
bio?: string | undefined;
|
|
2442
2437
|
publicEmail?: string | undefined;
|
|
2438
|
+
companyName?: string | undefined;
|
|
2443
2439
|
avatar?: string | undefined;
|
|
2444
2440
|
socialProfilesLinks?: {
|
|
2445
2441
|
webiste?: string | undefined;
|
|
2446
2442
|
x?: string | undefined;
|
|
2447
2443
|
github?: string | undefined;
|
|
2448
2444
|
} | undefined;
|
|
2449
|
-
companyName?: string | undefined;
|
|
2450
2445
|
} | undefined;
|
|
2451
2446
|
};
|
|
2447
|
+
name: string;
|
|
2448
|
+
uid: string;
|
|
2449
|
+
id: string;
|
|
2450
|
+
createTime: string;
|
|
2451
|
+
updateTime: 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
|
+
name: string;
|
|
2469
2470
|
uid: string;
|
|
2471
|
+
id: string;
|
|
2470
2472
|
createTime: string;
|
|
2471
2473
|
updateTime: string;
|
|
2472
|
-
name: string;
|
|
2473
|
-
id: 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
|
-
uid: string;
|
|
2489
|
-
createTime: string;
|
|
2490
|
-
updateTime: string;
|
|
2491
|
-
name: string;
|
|
2492
|
-
id: string;
|
|
2493
2488
|
owner: {
|
|
2489
|
+
name: string;
|
|
2494
2490
|
uid: string;
|
|
2491
|
+
id: string;
|
|
2495
2492
|
createTime: string;
|
|
2496
2493
|
updateTime: string;
|
|
2497
|
-
name: string;
|
|
2498
|
-
id: string;
|
|
2499
2494
|
profile?: {
|
|
2500
2495
|
displayName?: string | undefined;
|
|
2501
2496
|
bio?: string | undefined;
|
|
2502
2497
|
publicEmail?: string | undefined;
|
|
2498
|
+
companyName?: string | undefined;
|
|
2503
2499
|
avatar?: string | undefined;
|
|
2504
2500
|
socialProfilesLinks?: {
|
|
2505
2501
|
webiste?: string | undefined;
|
|
2506
2502
|
x?: string | undefined;
|
|
2507
2503
|
github?: string | undefined;
|
|
2508
2504
|
} | undefined;
|
|
2509
|
-
companyName?: string | undefined;
|
|
2510
2505
|
} | undefined;
|
|
2511
2506
|
};
|
|
2507
|
+
name: string;
|
|
2508
|
+
uid: string;
|
|
2509
|
+
id: string;
|
|
2510
|
+
createTime: string;
|
|
2511
|
+
updateTime: string;
|
|
2512
2512
|
profile?: {
|
|
2513
2513
|
displayName?: string | undefined;
|
|
2514
2514
|
bio?: string | undefined;
|