instill-sdk 0.3.0 → 0.3.1-rc.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 +325 -325
- package/dist/core/organization/types.d.ts +24 -24
- package/dist/helper/getQueryString.d.ts +5 -3
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +130 -13
- package/dist/index.mjs +127 -12
- package/dist/model/types.d.ts +6 -1
- package/dist/model/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +108 -108
- package/dist/vdp/component/ComponentClient.d.ts +20 -2
- package/dist/vdp/component/ComponentClient.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +483 -43
- package/dist/vdp/component/types.d.ts.map +1 -1
- package/dist/vdp/pipeline/PipelineClient.d.ts +3 -1
- package/dist/vdp/pipeline/PipelineClient.d.ts.map +1 -1
- package/dist/vdp/pipeline/types.d.ts +764 -702
- 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 +10 -10
- package/dist/vdp/types.d.ts.map +1 -1
- 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;
|
|
46
45
|
avatar?: string | undefined;
|
|
47
46
|
socialProfilesLinks?: {
|
|
48
47
|
webiste?: string | undefined;
|
|
49
48
|
x?: string | undefined;
|
|
50
49
|
github?: string | undefined;
|
|
51
50
|
} | 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;
|
|
57
56
|
avatar?: string | undefined;
|
|
58
57
|
socialProfilesLinks?: {
|
|
59
58
|
webiste?: string | undefined;
|
|
60
59
|
x?: string | undefined;
|
|
61
60
|
github?: string | undefined;
|
|
62
61
|
} | undefined;
|
|
62
|
+
companyName?: string | undefined;
|
|
63
63
|
}>>;
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
|
-
name: string;
|
|
66
65
|
uid: string;
|
|
67
|
-
id: string;
|
|
68
66
|
createTime: string;
|
|
69
67
|
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;
|
|
75
74
|
avatar?: string | undefined;
|
|
76
75
|
socialProfilesLinks?: {
|
|
77
76
|
webiste?: string | undefined;
|
|
78
77
|
x?: string | undefined;
|
|
79
78
|
github?: string | undefined;
|
|
80
79
|
} | undefined;
|
|
80
|
+
companyName?: string | undefined;
|
|
81
81
|
} | undefined;
|
|
82
82
|
}, {
|
|
83
|
-
name: string;
|
|
84
83
|
uid: string;
|
|
85
|
-
id: string;
|
|
86
84
|
createTime: string;
|
|
87
85
|
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;
|
|
93
92
|
avatar?: string | undefined;
|
|
94
93
|
socialProfilesLinks?: {
|
|
95
94
|
webiste?: string | undefined;
|
|
96
95
|
x?: string | undefined;
|
|
97
96
|
github?: string | undefined;
|
|
98
97
|
} | 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;
|
|
137
136
|
avatar?: string | undefined;
|
|
138
137
|
socialProfilesLinks?: {
|
|
139
138
|
webiste?: string | undefined;
|
|
140
139
|
x?: string | undefined;
|
|
141
140
|
github?: string | undefined;
|
|
142
141
|
} | 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;
|
|
148
147
|
avatar?: string | undefined;
|
|
149
148
|
socialProfilesLinks?: {
|
|
150
149
|
webiste?: string | undefined;
|
|
151
150
|
x?: string | undefined;
|
|
152
151
|
github?: string | undefined;
|
|
153
152
|
} | undefined;
|
|
153
|
+
companyName?: string | undefined;
|
|
154
154
|
}>>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
name: string;
|
|
157
156
|
uid: string;
|
|
158
|
-
id: string;
|
|
159
157
|
createTime: string;
|
|
160
158
|
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;
|
|
166
165
|
avatar?: string | undefined;
|
|
167
166
|
socialProfilesLinks?: {
|
|
168
167
|
webiste?: string | undefined;
|
|
169
168
|
x?: string | undefined;
|
|
170
169
|
github?: string | undefined;
|
|
171
170
|
} | undefined;
|
|
171
|
+
companyName?: string | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
}, {
|
|
174
|
-
name: string;
|
|
175
174
|
uid: string;
|
|
176
|
-
id: string;
|
|
177
175
|
createTime: string;
|
|
178
176
|
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;
|
|
184
183
|
avatar?: string | undefined;
|
|
185
184
|
socialProfilesLinks?: {
|
|
186
185
|
webiste?: string | undefined;
|
|
187
186
|
x?: string | undefined;
|
|
188
187
|
github?: string | undefined;
|
|
189
188
|
} | 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;
|
|
232
237
|
owner: {
|
|
233
|
-
name: string;
|
|
234
238
|
uid: string;
|
|
235
|
-
id: string;
|
|
236
239
|
createTime: string;
|
|
237
240
|
updateTime: string;
|
|
241
|
+
name: string;
|
|
242
|
+
id: string;
|
|
238
243
|
profile?: {
|
|
239
244
|
displayName?: string | undefined;
|
|
240
245
|
bio?: string | undefined;
|
|
241
246
|
publicEmail?: string | undefined;
|
|
242
|
-
companyName?: string | undefined;
|
|
243
247
|
avatar?: string | undefined;
|
|
244
248
|
socialProfilesLinks?: {
|
|
245
249
|
webiste?: string | undefined;
|
|
246
250
|
x?: string | undefined;
|
|
247
251
|
github?: string | undefined;
|
|
248
252
|
} | undefined;
|
|
253
|
+
companyName?: string | undefined;
|
|
249
254
|
} | undefined;
|
|
250
255
|
};
|
|
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;
|
|
268
273
|
owner: {
|
|
269
|
-
name: string;
|
|
270
274
|
uid: string;
|
|
271
|
-
id: string;
|
|
272
275
|
createTime: string;
|
|
273
276
|
updateTime: string;
|
|
277
|
+
name: string;
|
|
278
|
+
id: string;
|
|
274
279
|
profile?: {
|
|
275
280
|
displayName?: string | undefined;
|
|
276
281
|
bio?: string | undefined;
|
|
277
282
|
publicEmail?: string | undefined;
|
|
278
|
-
companyName?: string | undefined;
|
|
279
283
|
avatar?: string | undefined;
|
|
280
284
|
socialProfilesLinks?: {
|
|
281
285
|
webiste?: string | undefined;
|
|
282
286
|
x?: string | undefined;
|
|
283
287
|
github?: string | undefined;
|
|
284
288
|
} | undefined;
|
|
289
|
+
companyName?: string | undefined;
|
|
285
290
|
} | undefined;
|
|
286
291
|
};
|
|
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;
|
|
312
311
|
uid: string;
|
|
313
|
-
id: string;
|
|
314
312
|
createTime: string;
|
|
315
313
|
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;
|
|
321
320
|
avatar?: string | undefined;
|
|
322
321
|
socialProfilesLinks?: {
|
|
323
322
|
webiste?: string | undefined;
|
|
324
323
|
x?: string | undefined;
|
|
325
324
|
github?: string | undefined;
|
|
326
325
|
} | 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;
|
|
330
335
|
owner: {
|
|
331
|
-
name: string;
|
|
332
336
|
uid: string;
|
|
333
|
-
id: string;
|
|
334
337
|
createTime: string;
|
|
335
338
|
updateTime: string;
|
|
339
|
+
name: string;
|
|
340
|
+
id: string;
|
|
336
341
|
profile?: {
|
|
337
342
|
displayName?: string | undefined;
|
|
338
343
|
bio?: string | undefined;
|
|
339
344
|
publicEmail?: string | undefined;
|
|
340
|
-
companyName?: string | undefined;
|
|
341
345
|
avatar?: string | undefined;
|
|
342
346
|
socialProfilesLinks?: {
|
|
343
347
|
webiste?: string | undefined;
|
|
344
348
|
x?: string | undefined;
|
|
345
349
|
github?: string | undefined;
|
|
346
350
|
} | undefined;
|
|
351
|
+
companyName?: string | undefined;
|
|
347
352
|
} | undefined;
|
|
348
353
|
};
|
|
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;
|
|
372
371
|
uid: string;
|
|
373
|
-
id: string;
|
|
374
372
|
createTime: string;
|
|
375
373
|
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;
|
|
381
380
|
avatar?: string | undefined;
|
|
382
381
|
socialProfilesLinks?: {
|
|
383
382
|
webiste?: string | undefined;
|
|
384
383
|
x?: string | undefined;
|
|
385
384
|
github?: string | undefined;
|
|
386
385
|
} | 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;
|
|
390
395
|
owner: {
|
|
391
|
-
name: string;
|
|
392
396
|
uid: string;
|
|
393
|
-
id: string;
|
|
394
397
|
createTime: string;
|
|
395
398
|
updateTime: string;
|
|
399
|
+
name: string;
|
|
400
|
+
id: string;
|
|
396
401
|
profile?: {
|
|
397
402
|
displayName?: string | undefined;
|
|
398
403
|
bio?: string | undefined;
|
|
399
404
|
publicEmail?: string | undefined;
|
|
400
|
-
companyName?: string | undefined;
|
|
401
405
|
avatar?: string | undefined;
|
|
402
406
|
socialProfilesLinks?: {
|
|
403
407
|
webiste?: string | undefined;
|
|
404
408
|
x?: string | undefined;
|
|
405
409
|
github?: string | undefined;
|
|
406
410
|
} | undefined;
|
|
411
|
+
companyName?: string | undefined;
|
|
407
412
|
} | undefined;
|
|
408
413
|
};
|
|
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;
|
|
466
465
|
avatar?: string | undefined;
|
|
467
466
|
socialProfilesLinks?: {
|
|
468
467
|
webiste?: string | undefined;
|
|
469
468
|
x?: string | undefined;
|
|
470
469
|
github?: string | undefined;
|
|
471
470
|
} | 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;
|
|
477
476
|
avatar?: string | undefined;
|
|
478
477
|
socialProfilesLinks?: {
|
|
479
478
|
webiste?: string | undefined;
|
|
480
479
|
x?: string | undefined;
|
|
481
480
|
github?: string | undefined;
|
|
482
481
|
} | undefined;
|
|
482
|
+
companyName?: string | undefined;
|
|
483
483
|
}>>;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
|
-
name: string;
|
|
486
485
|
uid: string;
|
|
487
|
-
id: string;
|
|
488
486
|
createTime: string;
|
|
489
487
|
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;
|
|
495
494
|
avatar?: string | undefined;
|
|
496
495
|
socialProfilesLinks?: {
|
|
497
496
|
webiste?: string | undefined;
|
|
498
497
|
x?: string | undefined;
|
|
499
498
|
github?: string | undefined;
|
|
500
499
|
} | undefined;
|
|
500
|
+
companyName?: string | undefined;
|
|
501
501
|
} | undefined;
|
|
502
502
|
}, {
|
|
503
|
-
name: string;
|
|
504
503
|
uid: string;
|
|
505
|
-
id: string;
|
|
506
504
|
createTime: string;
|
|
507
505
|
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;
|
|
513
512
|
avatar?: string | undefined;
|
|
514
513
|
socialProfilesLinks?: {
|
|
515
514
|
webiste?: string | undefined;
|
|
516
515
|
x?: string | undefined;
|
|
517
516
|
github?: string | undefined;
|
|
518
517
|
} | 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;
|
|
557
556
|
avatar?: string | undefined;
|
|
558
557
|
socialProfilesLinks?: {
|
|
559
558
|
webiste?: string | undefined;
|
|
560
559
|
x?: string | undefined;
|
|
561
560
|
github?: string | undefined;
|
|
562
561
|
} | 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;
|
|
568
567
|
avatar?: string | undefined;
|
|
569
568
|
socialProfilesLinks?: {
|
|
570
569
|
webiste?: string | undefined;
|
|
571
570
|
x?: string | undefined;
|
|
572
571
|
github?: string | undefined;
|
|
573
572
|
} | undefined;
|
|
573
|
+
companyName?: string | undefined;
|
|
574
574
|
}>>;
|
|
575
575
|
}, "strip", z.ZodTypeAny, {
|
|
576
|
-
name: string;
|
|
577
576
|
uid: string;
|
|
578
|
-
id: string;
|
|
579
577
|
createTime: string;
|
|
580
578
|
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;
|
|
586
585
|
avatar?: string | undefined;
|
|
587
586
|
socialProfilesLinks?: {
|
|
588
587
|
webiste?: string | undefined;
|
|
589
588
|
x?: string | undefined;
|
|
590
589
|
github?: string | undefined;
|
|
591
590
|
} | undefined;
|
|
591
|
+
companyName?: string | undefined;
|
|
592
592
|
} | undefined;
|
|
593
593
|
}, {
|
|
594
|
-
name: string;
|
|
595
594
|
uid: string;
|
|
596
|
-
id: string;
|
|
597
595
|
createTime: string;
|
|
598
596
|
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;
|
|
604
603
|
avatar?: string | undefined;
|
|
605
604
|
socialProfilesLinks?: {
|
|
606
605
|
webiste?: string | undefined;
|
|
607
606
|
x?: string | undefined;
|
|
608
607
|
github?: string | undefined;
|
|
609
608
|
} | 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;
|
|
652
657
|
owner: {
|
|
653
|
-
name: string;
|
|
654
658
|
uid: string;
|
|
655
|
-
id: string;
|
|
656
659
|
createTime: string;
|
|
657
660
|
updateTime: string;
|
|
661
|
+
name: string;
|
|
662
|
+
id: string;
|
|
658
663
|
profile?: {
|
|
659
664
|
displayName?: string | undefined;
|
|
660
665
|
bio?: string | undefined;
|
|
661
666
|
publicEmail?: string | undefined;
|
|
662
|
-
companyName?: string | undefined;
|
|
663
667
|
avatar?: string | undefined;
|
|
664
668
|
socialProfilesLinks?: {
|
|
665
669
|
webiste?: string | undefined;
|
|
666
670
|
x?: string | undefined;
|
|
667
671
|
github?: string | undefined;
|
|
668
672
|
} | undefined;
|
|
673
|
+
companyName?: string | undefined;
|
|
669
674
|
} | undefined;
|
|
670
675
|
};
|
|
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;
|
|
688
693
|
owner: {
|
|
689
|
-
name: string;
|
|
690
694
|
uid: string;
|
|
691
|
-
id: string;
|
|
692
695
|
createTime: string;
|
|
693
696
|
updateTime: string;
|
|
697
|
+
name: string;
|
|
698
|
+
id: string;
|
|
694
699
|
profile?: {
|
|
695
700
|
displayName?: string | undefined;
|
|
696
701
|
bio?: string | undefined;
|
|
697
702
|
publicEmail?: string | undefined;
|
|
698
|
-
companyName?: string | undefined;
|
|
699
703
|
avatar?: string | undefined;
|
|
700
704
|
socialProfilesLinks?: {
|
|
701
705
|
webiste?: string | undefined;
|
|
702
706
|
x?: string | undefined;
|
|
703
707
|
github?: string | undefined;
|
|
704
708
|
} | undefined;
|
|
709
|
+
companyName?: string | undefined;
|
|
705
710
|
} | undefined;
|
|
706
711
|
};
|
|
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;
|
|
732
731
|
uid: string;
|
|
733
|
-
id: string;
|
|
734
732
|
createTime: string;
|
|
735
733
|
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;
|
|
741
740
|
avatar?: string | undefined;
|
|
742
741
|
socialProfilesLinks?: {
|
|
743
742
|
webiste?: string | undefined;
|
|
744
743
|
x?: string | undefined;
|
|
745
744
|
github?: string | undefined;
|
|
746
745
|
} | 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;
|
|
750
755
|
owner: {
|
|
751
|
-
name: string;
|
|
752
756
|
uid: string;
|
|
753
|
-
id: string;
|
|
754
757
|
createTime: string;
|
|
755
758
|
updateTime: string;
|
|
759
|
+
name: string;
|
|
760
|
+
id: string;
|
|
756
761
|
profile?: {
|
|
757
762
|
displayName?: string | undefined;
|
|
758
763
|
bio?: string | undefined;
|
|
759
764
|
publicEmail?: string | undefined;
|
|
760
|
-
companyName?: string | undefined;
|
|
761
765
|
avatar?: string | undefined;
|
|
762
766
|
socialProfilesLinks?: {
|
|
763
767
|
webiste?: string | undefined;
|
|
764
768
|
x?: string | undefined;
|
|
765
769
|
github?: string | undefined;
|
|
766
770
|
} | undefined;
|
|
771
|
+
companyName?: string | undefined;
|
|
767
772
|
} | undefined;
|
|
768
773
|
};
|
|
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;
|
|
792
791
|
uid: string;
|
|
793
|
-
id: string;
|
|
794
792
|
createTime: string;
|
|
795
793
|
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;
|
|
801
800
|
avatar?: string | undefined;
|
|
802
801
|
socialProfilesLinks?: {
|
|
803
802
|
webiste?: string | undefined;
|
|
804
803
|
x?: string | undefined;
|
|
805
804
|
github?: string | undefined;
|
|
806
805
|
} | 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;
|
|
810
815
|
owner: {
|
|
811
|
-
name: string;
|
|
812
816
|
uid: string;
|
|
813
|
-
id: string;
|
|
814
817
|
createTime: string;
|
|
815
818
|
updateTime: string;
|
|
819
|
+
name: string;
|
|
820
|
+
id: string;
|
|
816
821
|
profile?: {
|
|
817
822
|
displayName?: string | undefined;
|
|
818
823
|
bio?: string | undefined;
|
|
819
824
|
publicEmail?: string | undefined;
|
|
820
|
-
companyName?: string | undefined;
|
|
821
825
|
avatar?: string | undefined;
|
|
822
826
|
socialProfilesLinks?: {
|
|
823
827
|
webiste?: string | undefined;
|
|
824
828
|
x?: string | undefined;
|
|
825
829
|
github?: string | undefined;
|
|
826
830
|
} | undefined;
|
|
831
|
+
companyName?: string | undefined;
|
|
827
832
|
} | undefined;
|
|
828
833
|
};
|
|
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;
|
|
885
884
|
avatar?: string | undefined;
|
|
886
885
|
socialProfilesLinks?: {
|
|
887
886
|
webiste?: string | undefined;
|
|
888
887
|
x?: string | undefined;
|
|
889
888
|
github?: string | undefined;
|
|
890
889
|
} | 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;
|
|
896
895
|
avatar?: string | undefined;
|
|
897
896
|
socialProfilesLinks?: {
|
|
898
897
|
webiste?: string | undefined;
|
|
899
898
|
x?: string | undefined;
|
|
900
899
|
github?: string | undefined;
|
|
901
900
|
} | undefined;
|
|
901
|
+
companyName?: string | undefined;
|
|
902
902
|
}>>;
|
|
903
903
|
}, "strip", z.ZodTypeAny, {
|
|
904
|
-
name: string;
|
|
905
904
|
uid: string;
|
|
906
|
-
id: string;
|
|
907
905
|
createTime: string;
|
|
908
906
|
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;
|
|
914
913
|
avatar?: string | undefined;
|
|
915
914
|
socialProfilesLinks?: {
|
|
916
915
|
webiste?: string | undefined;
|
|
917
916
|
x?: string | undefined;
|
|
918
917
|
github?: string | undefined;
|
|
919
918
|
} | undefined;
|
|
919
|
+
companyName?: string | undefined;
|
|
920
920
|
} | undefined;
|
|
921
921
|
}, {
|
|
922
|
-
name: string;
|
|
923
922
|
uid: string;
|
|
924
|
-
id: string;
|
|
925
923
|
createTime: string;
|
|
926
924
|
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;
|
|
932
931
|
avatar?: string | undefined;
|
|
933
932
|
socialProfilesLinks?: {
|
|
934
933
|
webiste?: string | undefined;
|
|
935
934
|
x?: string | undefined;
|
|
936
935
|
github?: string | undefined;
|
|
937
936
|
} | 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;
|
|
976
975
|
avatar?: string | undefined;
|
|
977
976
|
socialProfilesLinks?: {
|
|
978
977
|
webiste?: string | undefined;
|
|
979
978
|
x?: string | undefined;
|
|
980
979
|
github?: string | undefined;
|
|
981
980
|
} | 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;
|
|
987
986
|
avatar?: string | undefined;
|
|
988
987
|
socialProfilesLinks?: {
|
|
989
988
|
webiste?: string | undefined;
|
|
990
989
|
x?: string | undefined;
|
|
991
990
|
github?: string | undefined;
|
|
992
991
|
} | undefined;
|
|
992
|
+
companyName?: string | undefined;
|
|
993
993
|
}>>;
|
|
994
994
|
}, "strip", z.ZodTypeAny, {
|
|
995
|
-
name: string;
|
|
996
995
|
uid: string;
|
|
997
|
-
id: string;
|
|
998
996
|
createTime: string;
|
|
999
997
|
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;
|
|
1005
1004
|
avatar?: string | undefined;
|
|
1006
1005
|
socialProfilesLinks?: {
|
|
1007
1006
|
webiste?: string | undefined;
|
|
1008
1007
|
x?: string | undefined;
|
|
1009
1008
|
github?: string | undefined;
|
|
1010
1009
|
} | undefined;
|
|
1010
|
+
companyName?: string | undefined;
|
|
1011
1011
|
} | undefined;
|
|
1012
1012
|
}, {
|
|
1013
|
-
name: string;
|
|
1014
1013
|
uid: string;
|
|
1015
|
-
id: string;
|
|
1016
1014
|
createTime: string;
|
|
1017
1015
|
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;
|
|
1023
1022
|
avatar?: string | undefined;
|
|
1024
1023
|
socialProfilesLinks?: {
|
|
1025
1024
|
webiste?: string | undefined;
|
|
1026
1025
|
x?: string | undefined;
|
|
1027
1026
|
github?: string | undefined;
|
|
1028
1027
|
} | 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;
|
|
1071
1076
|
owner: {
|
|
1072
|
-
name: string;
|
|
1073
1077
|
uid: string;
|
|
1074
|
-
id: string;
|
|
1075
1078
|
createTime: string;
|
|
1076
1079
|
updateTime: string;
|
|
1077
|
-
|
|
1080
|
+
name: string;
|
|
1081
|
+
id: string;
|
|
1082
|
+
profile?: {
|
|
1078
1083
|
displayName?: string | undefined;
|
|
1079
1084
|
bio?: string | undefined;
|
|
1080
1085
|
publicEmail?: string | undefined;
|
|
1081
|
-
companyName?: string | undefined;
|
|
1082
1086
|
avatar?: string | undefined;
|
|
1083
1087
|
socialProfilesLinks?: {
|
|
1084
1088
|
webiste?: string | undefined;
|
|
1085
1089
|
x?: string | undefined;
|
|
1086
1090
|
github?: string | undefined;
|
|
1087
1091
|
} | undefined;
|
|
1092
|
+
companyName?: string | undefined;
|
|
1088
1093
|
} | undefined;
|
|
1089
1094
|
};
|
|
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;
|
|
1107
1112
|
owner: {
|
|
1108
|
-
name: string;
|
|
1109
1113
|
uid: string;
|
|
1110
|
-
id: string;
|
|
1111
1114
|
createTime: string;
|
|
1112
1115
|
updateTime: string;
|
|
1116
|
+
name: string;
|
|
1117
|
+
id: string;
|
|
1113
1118
|
profile?: {
|
|
1114
1119
|
displayName?: string | undefined;
|
|
1115
1120
|
bio?: string | undefined;
|
|
1116
1121
|
publicEmail?: string | undefined;
|
|
1117
|
-
companyName?: string | undefined;
|
|
1118
1122
|
avatar?: string | undefined;
|
|
1119
1123
|
socialProfilesLinks?: {
|
|
1120
1124
|
webiste?: string | undefined;
|
|
1121
1125
|
x?: string | undefined;
|
|
1122
1126
|
github?: string | undefined;
|
|
1123
1127
|
} | undefined;
|
|
1128
|
+
companyName?: string | undefined;
|
|
1124
1129
|
} | undefined;
|
|
1125
1130
|
};
|
|
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;
|
|
1151
1150
|
uid: string;
|
|
1152
|
-
id: string;
|
|
1153
1151
|
createTime: string;
|
|
1154
1152
|
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;
|
|
1160
1159
|
avatar?: string | undefined;
|
|
1161
1160
|
socialProfilesLinks?: {
|
|
1162
1161
|
webiste?: string | undefined;
|
|
1163
1162
|
x?: string | undefined;
|
|
1164
1163
|
github?: string | undefined;
|
|
1165
1164
|
} | 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;
|
|
1169
1174
|
owner: {
|
|
1170
|
-
name: string;
|
|
1171
1175
|
uid: string;
|
|
1172
|
-
id: string;
|
|
1173
1176
|
createTime: string;
|
|
1174
1177
|
updateTime: string;
|
|
1178
|
+
name: string;
|
|
1179
|
+
id: string;
|
|
1175
1180
|
profile?: {
|
|
1176
1181
|
displayName?: string | undefined;
|
|
1177
1182
|
bio?: string | undefined;
|
|
1178
1183
|
publicEmail?: string | undefined;
|
|
1179
|
-
companyName?: string | undefined;
|
|
1180
1184
|
avatar?: string | undefined;
|
|
1181
1185
|
socialProfilesLinks?: {
|
|
1182
1186
|
webiste?: string | undefined;
|
|
1183
1187
|
x?: string | undefined;
|
|
1184
1188
|
github?: string | undefined;
|
|
1185
1189
|
} | undefined;
|
|
1190
|
+
companyName?: string | undefined;
|
|
1186
1191
|
} | undefined;
|
|
1187
1192
|
};
|
|
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;
|
|
1211
1210
|
uid: string;
|
|
1212
|
-
id: string;
|
|
1213
1211
|
createTime: string;
|
|
1214
1212
|
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;
|
|
1220
1219
|
avatar?: string | undefined;
|
|
1221
1220
|
socialProfilesLinks?: {
|
|
1222
1221
|
webiste?: string | undefined;
|
|
1223
1222
|
x?: string | undefined;
|
|
1224
1223
|
github?: string | undefined;
|
|
1225
1224
|
} | 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;
|
|
1229
1234
|
owner: {
|
|
1230
|
-
name: string;
|
|
1231
1235
|
uid: string;
|
|
1232
|
-
id: string;
|
|
1233
1236
|
createTime: string;
|
|
1234
1237
|
updateTime: string;
|
|
1238
|
+
name: string;
|
|
1239
|
+
id: string;
|
|
1235
1240
|
profile?: {
|
|
1236
1241
|
displayName?: string | undefined;
|
|
1237
1242
|
bio?: string | undefined;
|
|
1238
1243
|
publicEmail?: string | undefined;
|
|
1239
|
-
companyName?: string | undefined;
|
|
1240
1244
|
avatar?: string | undefined;
|
|
1241
1245
|
socialProfilesLinks?: {
|
|
1242
1246
|
webiste?: string | undefined;
|
|
1243
1247
|
x?: string | undefined;
|
|
1244
1248
|
github?: string | undefined;
|
|
1245
1249
|
} | undefined;
|
|
1250
|
+
companyName?: string | undefined;
|
|
1246
1251
|
} | undefined;
|
|
1247
1252
|
};
|
|
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;
|
|
1305
1304
|
avatar?: string | undefined;
|
|
1306
1305
|
socialProfilesLinks?: {
|
|
1307
1306
|
webiste?: string | undefined;
|
|
1308
1307
|
x?: string | undefined;
|
|
1309
1308
|
github?: string | undefined;
|
|
1310
1309
|
} | 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;
|
|
1316
1315
|
avatar?: string | undefined;
|
|
1317
1316
|
socialProfilesLinks?: {
|
|
1318
1317
|
webiste?: string | undefined;
|
|
1319
1318
|
x?: string | undefined;
|
|
1320
1319
|
github?: string | undefined;
|
|
1321
1320
|
} | undefined;
|
|
1321
|
+
companyName?: string | undefined;
|
|
1322
1322
|
}>>;
|
|
1323
1323
|
}, "strip", z.ZodTypeAny, {
|
|
1324
|
-
name: string;
|
|
1325
1324
|
uid: string;
|
|
1326
|
-
id: string;
|
|
1327
1325
|
createTime: string;
|
|
1328
1326
|
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;
|
|
1334
1333
|
avatar?: string | undefined;
|
|
1335
1334
|
socialProfilesLinks?: {
|
|
1336
1335
|
webiste?: string | undefined;
|
|
1337
1336
|
x?: string | undefined;
|
|
1338
1337
|
github?: string | undefined;
|
|
1339
1338
|
} | undefined;
|
|
1339
|
+
companyName?: string | undefined;
|
|
1340
1340
|
} | undefined;
|
|
1341
1341
|
}, {
|
|
1342
|
-
name: string;
|
|
1343
1342
|
uid: string;
|
|
1344
|
-
id: string;
|
|
1345
1343
|
createTime: string;
|
|
1346
1344
|
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;
|
|
1352
1351
|
avatar?: string | undefined;
|
|
1353
1352
|
socialProfilesLinks?: {
|
|
1354
1353
|
webiste?: string | undefined;
|
|
1355
1354
|
x?: string | undefined;
|
|
1356
1355
|
github?: string | undefined;
|
|
1357
1356
|
} | 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;
|
|
1396
1395
|
avatar?: string | undefined;
|
|
1397
1396
|
socialProfilesLinks?: {
|
|
1398
1397
|
webiste?: string | undefined;
|
|
1399
1398
|
x?: string | undefined;
|
|
1400
1399
|
github?: string | undefined;
|
|
1401
1400
|
} | 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;
|
|
1407
1406
|
avatar?: string | undefined;
|
|
1408
1407
|
socialProfilesLinks?: {
|
|
1409
1408
|
webiste?: string | undefined;
|
|
1410
1409
|
x?: string | undefined;
|
|
1411
1410
|
github?: string | undefined;
|
|
1412
1411
|
} | undefined;
|
|
1412
|
+
companyName?: string | undefined;
|
|
1413
1413
|
}>>;
|
|
1414
1414
|
}, "strip", z.ZodTypeAny, {
|
|
1415
|
-
name: string;
|
|
1416
1415
|
uid: string;
|
|
1417
|
-
id: string;
|
|
1418
1416
|
createTime: string;
|
|
1419
1417
|
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;
|
|
1425
1424
|
avatar?: string | undefined;
|
|
1426
1425
|
socialProfilesLinks?: {
|
|
1427
1426
|
webiste?: string | undefined;
|
|
1428
1427
|
x?: string | undefined;
|
|
1429
1428
|
github?: string | undefined;
|
|
1430
1429
|
} | undefined;
|
|
1430
|
+
companyName?: string | undefined;
|
|
1431
1431
|
} | undefined;
|
|
1432
1432
|
}, {
|
|
1433
|
-
name: string;
|
|
1434
1433
|
uid: string;
|
|
1435
|
-
id: string;
|
|
1436
1434
|
createTime: string;
|
|
1437
1435
|
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;
|
|
1443
1442
|
avatar?: string | undefined;
|
|
1444
1443
|
socialProfilesLinks?: {
|
|
1445
1444
|
webiste?: string | undefined;
|
|
1446
1445
|
x?: string | undefined;
|
|
1447
1446
|
github?: string | undefined;
|
|
1448
1447
|
} | 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;
|
|
1491
1496
|
owner: {
|
|
1492
|
-
name: string;
|
|
1493
1497
|
uid: string;
|
|
1494
|
-
id: string;
|
|
1495
1498
|
createTime: string;
|
|
1496
1499
|
updateTime: string;
|
|
1500
|
+
name: string;
|
|
1501
|
+
id: string;
|
|
1497
1502
|
profile?: {
|
|
1498
1503
|
displayName?: string | undefined;
|
|
1499
1504
|
bio?: string | undefined;
|
|
1500
1505
|
publicEmail?: string | undefined;
|
|
1501
|
-
companyName?: string | undefined;
|
|
1502
1506
|
avatar?: string | undefined;
|
|
1503
1507
|
socialProfilesLinks?: {
|
|
1504
1508
|
webiste?: string | undefined;
|
|
1505
1509
|
x?: string | undefined;
|
|
1506
1510
|
github?: string | undefined;
|
|
1507
1511
|
} | undefined;
|
|
1512
|
+
companyName?: string | undefined;
|
|
1508
1513
|
} | undefined;
|
|
1509
1514
|
};
|
|
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;
|
|
1527
1532
|
owner: {
|
|
1528
|
-
name: string;
|
|
1529
1533
|
uid: string;
|
|
1530
|
-
id: string;
|
|
1531
1534
|
createTime: string;
|
|
1532
1535
|
updateTime: string;
|
|
1536
|
+
name: string;
|
|
1537
|
+
id: string;
|
|
1533
1538
|
profile?: {
|
|
1534
1539
|
displayName?: string | undefined;
|
|
1535
1540
|
bio?: string | undefined;
|
|
1536
1541
|
publicEmail?: string | undefined;
|
|
1537
|
-
companyName?: string | undefined;
|
|
1538
1542
|
avatar?: string | undefined;
|
|
1539
1543
|
socialProfilesLinks?: {
|
|
1540
1544
|
webiste?: string | undefined;
|
|
1541
1545
|
x?: string | undefined;
|
|
1542
1546
|
github?: string | undefined;
|
|
1543
1547
|
} | undefined;
|
|
1548
|
+
companyName?: string | undefined;
|
|
1544
1549
|
} | undefined;
|
|
1545
1550
|
};
|
|
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;
|
|
1571
1570
|
uid: string;
|
|
1572
|
-
id: string;
|
|
1573
1571
|
createTime: string;
|
|
1574
1572
|
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;
|
|
1580
1579
|
avatar?: string | undefined;
|
|
1581
1580
|
socialProfilesLinks?: {
|
|
1582
1581
|
webiste?: string | undefined;
|
|
1583
1582
|
x?: string | undefined;
|
|
1584
1583
|
github?: string | undefined;
|
|
1585
1584
|
} | 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;
|
|
1589
1594
|
owner: {
|
|
1590
|
-
name: string;
|
|
1591
1595
|
uid: string;
|
|
1592
|
-
id: string;
|
|
1593
1596
|
createTime: string;
|
|
1594
1597
|
updateTime: string;
|
|
1598
|
+
name: string;
|
|
1599
|
+
id: string;
|
|
1595
1600
|
profile?: {
|
|
1596
1601
|
displayName?: string | undefined;
|
|
1597
1602
|
bio?: string | undefined;
|
|
1598
1603
|
publicEmail?: string | undefined;
|
|
1599
|
-
companyName?: string | undefined;
|
|
1600
1604
|
avatar?: string | undefined;
|
|
1601
1605
|
socialProfilesLinks?: {
|
|
1602
1606
|
webiste?: string | undefined;
|
|
1603
1607
|
x?: string | undefined;
|
|
1604
1608
|
github?: string | undefined;
|
|
1605
1609
|
} | undefined;
|
|
1610
|
+
companyName?: string | undefined;
|
|
1606
1611
|
} | undefined;
|
|
1607
1612
|
};
|
|
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;
|
|
1631
1630
|
uid: string;
|
|
1632
|
-
id: string;
|
|
1633
1631
|
createTime: string;
|
|
1634
1632
|
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;
|
|
1640
1639
|
avatar?: string | undefined;
|
|
1641
1640
|
socialProfilesLinks?: {
|
|
1642
1641
|
webiste?: string | undefined;
|
|
1643
1642
|
x?: string | undefined;
|
|
1644
1643
|
github?: string | undefined;
|
|
1645
1644
|
} | 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;
|
|
1649
1654
|
owner: {
|
|
1650
|
-
name: string;
|
|
1651
1655
|
uid: string;
|
|
1652
|
-
id: string;
|
|
1653
1656
|
createTime: string;
|
|
1654
1657
|
updateTime: string;
|
|
1658
|
+
name: string;
|
|
1659
|
+
id: string;
|
|
1655
1660
|
profile?: {
|
|
1656
1661
|
displayName?: string | undefined;
|
|
1657
1662
|
bio?: string | undefined;
|
|
1658
1663
|
publicEmail?: string | undefined;
|
|
1659
|
-
companyName?: string | undefined;
|
|
1660
1664
|
avatar?: string | undefined;
|
|
1661
1665
|
socialProfilesLinks?: {
|
|
1662
1666
|
webiste?: string | undefined;
|
|
1663
1667
|
x?: string | undefined;
|
|
1664
1668
|
github?: string | undefined;
|
|
1665
1669
|
} | undefined;
|
|
1670
|
+
companyName?: string | undefined;
|
|
1666
1671
|
} | undefined;
|
|
1667
1672
|
};
|
|
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;
|
|
1724
1723
|
avatar?: string | undefined;
|
|
1725
1724
|
socialProfilesLinks?: {
|
|
1726
1725
|
webiste?: string | undefined;
|
|
1727
1726
|
x?: string | undefined;
|
|
1728
1727
|
github?: string | undefined;
|
|
1729
1728
|
} | 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;
|
|
1735
1734
|
avatar?: string | undefined;
|
|
1736
1735
|
socialProfilesLinks?: {
|
|
1737
1736
|
webiste?: string | undefined;
|
|
1738
1737
|
x?: string | undefined;
|
|
1739
1738
|
github?: string | undefined;
|
|
1740
1739
|
} | undefined;
|
|
1740
|
+
companyName?: string | undefined;
|
|
1741
1741
|
}>>;
|
|
1742
1742
|
}, "strip", z.ZodTypeAny, {
|
|
1743
|
-
name: string;
|
|
1744
1743
|
uid: string;
|
|
1745
|
-
id: string;
|
|
1746
1744
|
createTime: string;
|
|
1747
1745
|
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;
|
|
1753
1752
|
avatar?: string | undefined;
|
|
1754
1753
|
socialProfilesLinks?: {
|
|
1755
1754
|
webiste?: string | undefined;
|
|
1756
1755
|
x?: string | undefined;
|
|
1757
1756
|
github?: string | undefined;
|
|
1758
1757
|
} | undefined;
|
|
1758
|
+
companyName?: string | undefined;
|
|
1759
1759
|
} | undefined;
|
|
1760
1760
|
}, {
|
|
1761
|
-
name: string;
|
|
1762
1761
|
uid: string;
|
|
1763
|
-
id: string;
|
|
1764
1762
|
createTime: string;
|
|
1765
1763
|
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;
|
|
1771
1770
|
avatar?: string | undefined;
|
|
1772
1771
|
socialProfilesLinks?: {
|
|
1773
1772
|
webiste?: string | undefined;
|
|
1774
1773
|
x?: string | undefined;
|
|
1775
1774
|
github?: string | undefined;
|
|
1776
1775
|
} | 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;
|
|
1815
1814
|
avatar?: string | undefined;
|
|
1816
1815
|
socialProfilesLinks?: {
|
|
1817
1816
|
webiste?: string | undefined;
|
|
1818
1817
|
x?: string | undefined;
|
|
1819
1818
|
github?: string | undefined;
|
|
1820
1819
|
} | 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;
|
|
1826
1825
|
avatar?: string | undefined;
|
|
1827
1826
|
socialProfilesLinks?: {
|
|
1828
1827
|
webiste?: string | undefined;
|
|
1829
1828
|
x?: string | undefined;
|
|
1830
1829
|
github?: string | undefined;
|
|
1831
1830
|
} | undefined;
|
|
1831
|
+
companyName?: string | undefined;
|
|
1832
1832
|
}>>;
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
|
-
name: string;
|
|
1835
1834
|
uid: string;
|
|
1836
|
-
id: string;
|
|
1837
1835
|
createTime: string;
|
|
1838
1836
|
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;
|
|
1844
1843
|
avatar?: string | undefined;
|
|
1845
1844
|
socialProfilesLinks?: {
|
|
1846
1845
|
webiste?: string | undefined;
|
|
1847
1846
|
x?: string | undefined;
|
|
1848
1847
|
github?: string | undefined;
|
|
1849
1848
|
} | undefined;
|
|
1849
|
+
companyName?: string | undefined;
|
|
1850
1850
|
} | undefined;
|
|
1851
1851
|
}, {
|
|
1852
|
-
name: string;
|
|
1853
1852
|
uid: string;
|
|
1854
|
-
id: string;
|
|
1855
1853
|
createTime: string;
|
|
1856
1854
|
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;
|
|
1862
1861
|
avatar?: string | undefined;
|
|
1863
1862
|
socialProfilesLinks?: {
|
|
1864
1863
|
webiste?: string | undefined;
|
|
1865
1864
|
x?: string | undefined;
|
|
1866
1865
|
github?: string | undefined;
|
|
1867
1866
|
} | 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;
|
|
1910
1915
|
owner: {
|
|
1911
|
-
name: string;
|
|
1912
1916
|
uid: string;
|
|
1913
|
-
id: string;
|
|
1914
1917
|
createTime: string;
|
|
1915
1918
|
updateTime: string;
|
|
1919
|
+
name: string;
|
|
1920
|
+
id: string;
|
|
1916
1921
|
profile?: {
|
|
1917
1922
|
displayName?: string | undefined;
|
|
1918
1923
|
bio?: string | undefined;
|
|
1919
1924
|
publicEmail?: string | undefined;
|
|
1920
|
-
companyName?: string | undefined;
|
|
1921
1925
|
avatar?: string | undefined;
|
|
1922
1926
|
socialProfilesLinks?: {
|
|
1923
1927
|
webiste?: string | undefined;
|
|
1924
1928
|
x?: string | undefined;
|
|
1925
1929
|
github?: string | undefined;
|
|
1926
1930
|
} | undefined;
|
|
1931
|
+
companyName?: string | undefined;
|
|
1927
1932
|
} | undefined;
|
|
1928
1933
|
};
|
|
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;
|
|
1946
1951
|
owner: {
|
|
1947
|
-
name: string;
|
|
1948
1952
|
uid: string;
|
|
1949
|
-
id: string;
|
|
1950
1953
|
createTime: string;
|
|
1951
1954
|
updateTime: string;
|
|
1955
|
+
name: string;
|
|
1956
|
+
id: string;
|
|
1952
1957
|
profile?: {
|
|
1953
1958
|
displayName?: string | undefined;
|
|
1954
1959
|
bio?: string | undefined;
|
|
1955
1960
|
publicEmail?: string | undefined;
|
|
1956
|
-
companyName?: string | undefined;
|
|
1957
1961
|
avatar?: string | undefined;
|
|
1958
1962
|
socialProfilesLinks?: {
|
|
1959
1963
|
webiste?: string | undefined;
|
|
1960
1964
|
x?: string | undefined;
|
|
1961
1965
|
github?: string | undefined;
|
|
1962
1966
|
} | undefined;
|
|
1967
|
+
companyName?: string | undefined;
|
|
1963
1968
|
} | undefined;
|
|
1964
1969
|
};
|
|
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;
|
|
1990
1989
|
uid: string;
|
|
1991
|
-
id: string;
|
|
1992
1990
|
createTime: string;
|
|
1993
1991
|
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;
|
|
1999
1998
|
avatar?: string | undefined;
|
|
2000
1999
|
socialProfilesLinks?: {
|
|
2001
2000
|
webiste?: string | undefined;
|
|
2002
2001
|
x?: string | undefined;
|
|
2003
2002
|
github?: string | undefined;
|
|
2004
2003
|
} | 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;
|
|
2008
2013
|
owner: {
|
|
2009
|
-
name: string;
|
|
2010
2014
|
uid: string;
|
|
2011
|
-
id: string;
|
|
2012
2015
|
createTime: string;
|
|
2013
2016
|
updateTime: string;
|
|
2017
|
+
name: string;
|
|
2018
|
+
id: string;
|
|
2014
2019
|
profile?: {
|
|
2015
2020
|
displayName?: string | undefined;
|
|
2016
2021
|
bio?: string | undefined;
|
|
2017
2022
|
publicEmail?: string | undefined;
|
|
2018
|
-
companyName?: string | undefined;
|
|
2019
2023
|
avatar?: string | undefined;
|
|
2020
2024
|
socialProfilesLinks?: {
|
|
2021
2025
|
webiste?: string | undefined;
|
|
2022
2026
|
x?: string | undefined;
|
|
2023
2027
|
github?: string | undefined;
|
|
2024
2028
|
} | undefined;
|
|
2029
|
+
companyName?: string | undefined;
|
|
2025
2030
|
} | undefined;
|
|
2026
2031
|
};
|
|
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;
|
|
2050
2049
|
uid: string;
|
|
2051
|
-
id: string;
|
|
2052
2050
|
createTime: string;
|
|
2053
2051
|
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;
|
|
2059
2058
|
avatar?: string | undefined;
|
|
2060
2059
|
socialProfilesLinks?: {
|
|
2061
2060
|
webiste?: string | undefined;
|
|
2062
2061
|
x?: string | undefined;
|
|
2063
2062
|
github?: string | undefined;
|
|
2064
2063
|
} | 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;
|
|
2068
2073
|
owner: {
|
|
2069
|
-
name: string;
|
|
2070
2074
|
uid: string;
|
|
2071
|
-
id: string;
|
|
2072
2075
|
createTime: string;
|
|
2073
2076
|
updateTime: string;
|
|
2077
|
+
name: string;
|
|
2078
|
+
id: string;
|
|
2074
2079
|
profile?: {
|
|
2075
2080
|
displayName?: string | undefined;
|
|
2076
2081
|
bio?: string | undefined;
|
|
2077
2082
|
publicEmail?: string | undefined;
|
|
2078
|
-
companyName?: string | undefined;
|
|
2079
2083
|
avatar?: string | undefined;
|
|
2080
2084
|
socialProfilesLinks?: {
|
|
2081
2085
|
webiste?: string | undefined;
|
|
2082
2086
|
x?: string | undefined;
|
|
2083
2087
|
github?: string | undefined;
|
|
2084
2088
|
} | undefined;
|
|
2089
|
+
companyName?: string | undefined;
|
|
2085
2090
|
} | undefined;
|
|
2086
2091
|
};
|
|
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;
|
|
2144
2143
|
avatar?: string | undefined;
|
|
2145
2144
|
socialProfilesLinks?: {
|
|
2146
2145
|
webiste?: string | undefined;
|
|
2147
2146
|
x?: string | undefined;
|
|
2148
2147
|
github?: string | undefined;
|
|
2149
2148
|
} | 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;
|
|
2155
2154
|
avatar?: string | undefined;
|
|
2156
2155
|
socialProfilesLinks?: {
|
|
2157
2156
|
webiste?: string | undefined;
|
|
2158
2157
|
x?: string | undefined;
|
|
2159
2158
|
github?: string | undefined;
|
|
2160
2159
|
} | undefined;
|
|
2160
|
+
companyName?: string | undefined;
|
|
2161
2161
|
}>>;
|
|
2162
2162
|
}, "strip", z.ZodTypeAny, {
|
|
2163
|
-
name: string;
|
|
2164
2163
|
uid: string;
|
|
2165
|
-
id: string;
|
|
2166
2164
|
createTime: string;
|
|
2167
2165
|
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;
|
|
2173
2172
|
avatar?: string | undefined;
|
|
2174
2173
|
socialProfilesLinks?: {
|
|
2175
2174
|
webiste?: string | undefined;
|
|
2176
2175
|
x?: string | undefined;
|
|
2177
2176
|
github?: string | undefined;
|
|
2178
2177
|
} | undefined;
|
|
2178
|
+
companyName?: string | undefined;
|
|
2179
2179
|
} | undefined;
|
|
2180
2180
|
}, {
|
|
2181
|
-
name: string;
|
|
2182
2181
|
uid: string;
|
|
2183
|
-
id: string;
|
|
2184
2182
|
createTime: string;
|
|
2185
2183
|
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;
|
|
2191
2190
|
avatar?: string | undefined;
|
|
2192
2191
|
socialProfilesLinks?: {
|
|
2193
2192
|
webiste?: string | undefined;
|
|
2194
2193
|
x?: string | undefined;
|
|
2195
2194
|
github?: string | undefined;
|
|
2196
2195
|
} | 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;
|
|
2235
2234
|
avatar?: string | undefined;
|
|
2236
2235
|
socialProfilesLinks?: {
|
|
2237
2236
|
webiste?: string | undefined;
|
|
2238
2237
|
x?: string | undefined;
|
|
2239
2238
|
github?: string | undefined;
|
|
2240
2239
|
} | 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;
|
|
2246
2245
|
avatar?: string | undefined;
|
|
2247
2246
|
socialProfilesLinks?: {
|
|
2248
2247
|
webiste?: string | undefined;
|
|
2249
2248
|
x?: string | undefined;
|
|
2250
2249
|
github?: string | undefined;
|
|
2251
2250
|
} | undefined;
|
|
2251
|
+
companyName?: string | undefined;
|
|
2252
2252
|
}>>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
name: string;
|
|
2255
2254
|
uid: string;
|
|
2256
|
-
id: string;
|
|
2257
2255
|
createTime: string;
|
|
2258
2256
|
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;
|
|
2264
2263
|
avatar?: string | undefined;
|
|
2265
2264
|
socialProfilesLinks?: {
|
|
2266
2265
|
webiste?: string | undefined;
|
|
2267
2266
|
x?: string | undefined;
|
|
2268
2267
|
github?: string | undefined;
|
|
2269
2268
|
} | undefined;
|
|
2269
|
+
companyName?: string | undefined;
|
|
2270
2270
|
} | undefined;
|
|
2271
2271
|
}, {
|
|
2272
|
-
name: string;
|
|
2273
2272
|
uid: string;
|
|
2274
|
-
id: string;
|
|
2275
2273
|
createTime: string;
|
|
2276
2274
|
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;
|
|
2282
2281
|
avatar?: string | undefined;
|
|
2283
2282
|
socialProfilesLinks?: {
|
|
2284
2283
|
webiste?: string | undefined;
|
|
2285
2284
|
x?: string | undefined;
|
|
2286
2285
|
github?: string | undefined;
|
|
2287
2286
|
} | 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;
|
|
2330
2335
|
owner: {
|
|
2331
|
-
name: string;
|
|
2332
2336
|
uid: string;
|
|
2333
|
-
id: string;
|
|
2334
2337
|
createTime: string;
|
|
2335
2338
|
updateTime: string;
|
|
2339
|
+
name: string;
|
|
2340
|
+
id: string;
|
|
2336
2341
|
profile?: {
|
|
2337
2342
|
displayName?: string | undefined;
|
|
2338
2343
|
bio?: string | undefined;
|
|
2339
2344
|
publicEmail?: string | undefined;
|
|
2340
|
-
companyName?: string | undefined;
|
|
2341
2345
|
avatar?: string | undefined;
|
|
2342
2346
|
socialProfilesLinks?: {
|
|
2343
2347
|
webiste?: string | undefined;
|
|
2344
2348
|
x?: string | undefined;
|
|
2345
2349
|
github?: string | undefined;
|
|
2346
2350
|
} | undefined;
|
|
2351
|
+
companyName?: string | undefined;
|
|
2347
2352
|
} | undefined;
|
|
2348
2353
|
};
|
|
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;
|
|
2366
2371
|
owner: {
|
|
2367
|
-
name: string;
|
|
2368
2372
|
uid: string;
|
|
2369
|
-
id: string;
|
|
2370
2373
|
createTime: string;
|
|
2371
2374
|
updateTime: string;
|
|
2375
|
+
name: string;
|
|
2376
|
+
id: string;
|
|
2372
2377
|
profile?: {
|
|
2373
2378
|
displayName?: string | undefined;
|
|
2374
2379
|
bio?: string | undefined;
|
|
2375
2380
|
publicEmail?: string | undefined;
|
|
2376
|
-
companyName?: string | undefined;
|
|
2377
2381
|
avatar?: string | undefined;
|
|
2378
2382
|
socialProfilesLinks?: {
|
|
2379
2383
|
webiste?: string | undefined;
|
|
2380
2384
|
x?: string | undefined;
|
|
2381
2385
|
github?: string | undefined;
|
|
2382
2386
|
} | undefined;
|
|
2387
|
+
companyName?: string | undefined;
|
|
2383
2388
|
} | undefined;
|
|
2384
2389
|
};
|
|
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;
|
|
2410
2409
|
uid: string;
|
|
2411
|
-
id: string;
|
|
2412
2410
|
createTime: string;
|
|
2413
2411
|
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;
|
|
2419
2418
|
avatar?: string | undefined;
|
|
2420
2419
|
socialProfilesLinks?: {
|
|
2421
2420
|
webiste?: string | undefined;
|
|
2422
2421
|
x?: string | undefined;
|
|
2423
2422
|
github?: string | undefined;
|
|
2424
2423
|
} | 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;
|
|
2428
2433
|
owner: {
|
|
2429
|
-
name: string;
|
|
2430
2434
|
uid: string;
|
|
2431
|
-
id: string;
|
|
2432
2435
|
createTime: string;
|
|
2433
2436
|
updateTime: string;
|
|
2437
|
+
name: string;
|
|
2438
|
+
id: string;
|
|
2434
2439
|
profile?: {
|
|
2435
2440
|
displayName?: string | undefined;
|
|
2436
2441
|
bio?: string | undefined;
|
|
2437
2442
|
publicEmail?: string | undefined;
|
|
2438
|
-
companyName?: string | undefined;
|
|
2439
2443
|
avatar?: string | undefined;
|
|
2440
2444
|
socialProfilesLinks?: {
|
|
2441
2445
|
webiste?: string | undefined;
|
|
2442
2446
|
x?: string | undefined;
|
|
2443
2447
|
github?: string | undefined;
|
|
2444
2448
|
} | undefined;
|
|
2449
|
+
companyName?: string | undefined;
|
|
2445
2450
|
} | undefined;
|
|
2446
2451
|
};
|
|
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;
|
|
2470
2469
|
uid: string;
|
|
2471
|
-
id: string;
|
|
2472
2470
|
createTime: string;
|
|
2473
2471
|
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;
|
|
2479
2478
|
avatar?: string | undefined;
|
|
2480
2479
|
socialProfilesLinks?: {
|
|
2481
2480
|
webiste?: string | undefined;
|
|
2482
2481
|
x?: string | undefined;
|
|
2483
2482
|
github?: string | undefined;
|
|
2484
2483
|
} | 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;
|
|
2488
2493
|
owner: {
|
|
2489
|
-
name: string;
|
|
2490
2494
|
uid: string;
|
|
2491
|
-
id: string;
|
|
2492
2495
|
createTime: string;
|
|
2493
2496
|
updateTime: string;
|
|
2497
|
+
name: string;
|
|
2498
|
+
id: string;
|
|
2494
2499
|
profile?: {
|
|
2495
2500
|
displayName?: string | undefined;
|
|
2496
2501
|
bio?: string | undefined;
|
|
2497
2502
|
publicEmail?: string | undefined;
|
|
2498
|
-
companyName?: string | undefined;
|
|
2499
2503
|
avatar?: string | undefined;
|
|
2500
2504
|
socialProfilesLinks?: {
|
|
2501
2505
|
webiste?: string | undefined;
|
|
2502
2506
|
x?: string | undefined;
|
|
2503
2507
|
github?: string | undefined;
|
|
2504
2508
|
} | undefined;
|
|
2509
|
+
companyName?: string | undefined;
|
|
2505
2510
|
} | undefined;
|
|
2506
2511
|
};
|
|
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;
|