instill-sdk 0.19.0-rc.1 → 0.19.0-rc.3
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/integration/type.d.ts +18 -18
- package/dist/core/membership/types.d.ts +60 -60
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/core/user/types.d.ts +9 -9
- package/dist/folder/FolderClient.d.ts +11 -0
- package/dist/folder/FolderClient.d.ts.map +1 -0
- package/dist/folder/index.d.ts +3 -0
- package/dist/folder/index.d.ts.map +1 -0
- package/dist/folder/types.d.ts +51 -0
- package/dist/folder/types.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +103 -0
- package/dist/index.mjs +102 -0
- package/dist/main/index.d.ts +2 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +16 -16
- package/dist/vdp/component/types.d.ts +121 -121
- package/dist/vdp/pipeline/types.d.ts +645 -645
- package/dist/vdp/release/types.d.ts +10 -10
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
|
@@ -79,13 +79,13 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
79
79
|
}>>;
|
|
80
80
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
title: string;
|
|
83
|
-
description: string;
|
|
84
82
|
uid: string;
|
|
85
83
|
id: string;
|
|
84
|
+
description: string;
|
|
85
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
86
|
+
title: string;
|
|
86
87
|
icon: string;
|
|
87
88
|
vendor: string;
|
|
88
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
89
89
|
helpLink: {
|
|
90
90
|
text: string;
|
|
91
91
|
url: string;
|
|
@@ -97,13 +97,13 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
97
97
|
} | null;
|
|
98
98
|
setupSchema?: any;
|
|
99
99
|
}, {
|
|
100
|
-
title: string;
|
|
101
|
-
description: string;
|
|
102
100
|
uid: string;
|
|
103
101
|
id: string;
|
|
102
|
+
description: string;
|
|
103
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
104
|
+
title: string;
|
|
104
105
|
icon: string;
|
|
105
106
|
vendor: string;
|
|
106
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
107
107
|
helpLink: {
|
|
108
108
|
text: string;
|
|
109
109
|
url: string;
|
|
@@ -174,13 +174,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
174
174
|
}>>;
|
|
175
175
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
title: string;
|
|
178
|
-
description: string;
|
|
179
177
|
uid: string;
|
|
180
178
|
id: string;
|
|
179
|
+
description: string;
|
|
180
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
181
|
+
title: string;
|
|
181
182
|
icon: string;
|
|
182
183
|
vendor: string;
|
|
183
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
184
184
|
helpLink: {
|
|
185
185
|
text: string;
|
|
186
186
|
url: string;
|
|
@@ -192,13 +192,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
192
192
|
} | null;
|
|
193
193
|
setupSchema?: any;
|
|
194
194
|
}, {
|
|
195
|
-
title: string;
|
|
196
|
-
description: string;
|
|
197
195
|
uid: string;
|
|
198
196
|
id: string;
|
|
197
|
+
description: string;
|
|
198
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
199
|
+
title: string;
|
|
199
200
|
icon: string;
|
|
200
201
|
vendor: string;
|
|
201
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
202
202
|
helpLink: {
|
|
203
203
|
text: string;
|
|
204
204
|
url: string;
|
|
@@ -216,13 +216,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
216
216
|
nextPageToken: string | null;
|
|
217
217
|
totalSize: number;
|
|
218
218
|
integrations: {
|
|
219
|
-
title: string;
|
|
220
|
-
description: string;
|
|
221
219
|
uid: string;
|
|
222
220
|
id: string;
|
|
221
|
+
description: string;
|
|
222
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
223
|
+
title: string;
|
|
223
224
|
icon: string;
|
|
224
225
|
vendor: string;
|
|
225
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
226
226
|
helpLink: {
|
|
227
227
|
text: string;
|
|
228
228
|
url: string;
|
|
@@ -238,13 +238,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
238
238
|
nextPageToken: string | null;
|
|
239
239
|
totalSize: number;
|
|
240
240
|
integrations: {
|
|
241
|
-
title: string;
|
|
242
|
-
description: string;
|
|
243
241
|
uid: string;
|
|
244
242
|
id: string;
|
|
243
|
+
description: string;
|
|
244
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
245
|
+
title: string;
|
|
245
246
|
icon: string;
|
|
246
247
|
vendor: string;
|
|
247
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
248
248
|
helpLink: {
|
|
249
249
|
text: string;
|
|
250
250
|
url: string;
|
|
@@ -232,6 +232,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
232
232
|
name: string;
|
|
233
233
|
uid: string;
|
|
234
234
|
id: string;
|
|
235
|
+
createTime: string;
|
|
236
|
+
updateTime: string;
|
|
235
237
|
owner: {
|
|
236
238
|
name: string;
|
|
237
239
|
uid: string;
|
|
@@ -251,8 +253,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
251
253
|
} | undefined;
|
|
252
254
|
} | undefined;
|
|
253
255
|
};
|
|
254
|
-
createTime: string;
|
|
255
|
-
updateTime: string;
|
|
256
256
|
profile?: {
|
|
257
257
|
displayName?: string | undefined;
|
|
258
258
|
bio?: string | undefined;
|
|
@@ -268,6 +268,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
268
268
|
name: string;
|
|
269
269
|
uid: string;
|
|
270
270
|
id: string;
|
|
271
|
+
createTime: string;
|
|
272
|
+
updateTime: string;
|
|
271
273
|
owner: {
|
|
272
274
|
name: string;
|
|
273
275
|
uid: string;
|
|
@@ -287,8 +289,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
287
289
|
} | undefined;
|
|
288
290
|
} | undefined;
|
|
289
291
|
};
|
|
290
|
-
createTime: string;
|
|
291
|
-
updateTime: string;
|
|
292
292
|
profile?: {
|
|
293
293
|
displayName?: string | undefined;
|
|
294
294
|
bio?: string | undefined;
|
|
@@ -305,7 +305,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
305
305
|
role: z.ZodString;
|
|
306
306
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
name: string | null;
|
|
309
308
|
user: {
|
|
310
309
|
name: string;
|
|
311
310
|
uid: string;
|
|
@@ -326,10 +325,13 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
326
325
|
} | undefined;
|
|
327
326
|
};
|
|
328
327
|
role: string;
|
|
328
|
+
name: string | null;
|
|
329
329
|
organization: {
|
|
330
330
|
name: string;
|
|
331
331
|
uid: string;
|
|
332
332
|
id: string;
|
|
333
|
+
createTime: string;
|
|
334
|
+
updateTime: string;
|
|
333
335
|
owner: {
|
|
334
336
|
name: string;
|
|
335
337
|
uid: string;
|
|
@@ -349,8 +351,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
349
351
|
} | undefined;
|
|
350
352
|
} | undefined;
|
|
351
353
|
};
|
|
352
|
-
createTime: string;
|
|
353
|
-
updateTime: string;
|
|
354
354
|
profile?: {
|
|
355
355
|
displayName?: string | undefined;
|
|
356
356
|
bio?: string | undefined;
|
|
@@ -365,7 +365,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
365
365
|
};
|
|
366
366
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
367
367
|
}, {
|
|
368
|
-
name: string | null;
|
|
369
368
|
user: {
|
|
370
369
|
name: string;
|
|
371
370
|
uid: string;
|
|
@@ -386,10 +385,13 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
386
385
|
} | undefined;
|
|
387
386
|
};
|
|
388
387
|
role: string;
|
|
388
|
+
name: string | null;
|
|
389
389
|
organization: {
|
|
390
390
|
name: string;
|
|
391
391
|
uid: string;
|
|
392
392
|
id: string;
|
|
393
|
+
createTime: string;
|
|
394
|
+
updateTime: string;
|
|
393
395
|
owner: {
|
|
394
396
|
name: string;
|
|
395
397
|
uid: string;
|
|
@@ -409,8 +411,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
409
411
|
} | undefined;
|
|
410
412
|
} | undefined;
|
|
411
413
|
};
|
|
412
|
-
createTime: string;
|
|
413
|
-
updateTime: string;
|
|
414
414
|
profile?: {
|
|
415
415
|
displayName?: string | undefined;
|
|
416
416
|
bio?: string | undefined;
|
|
@@ -652,6 +652,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
652
652
|
name: string;
|
|
653
653
|
uid: string;
|
|
654
654
|
id: string;
|
|
655
|
+
createTime: string;
|
|
656
|
+
updateTime: string;
|
|
655
657
|
owner: {
|
|
656
658
|
name: string;
|
|
657
659
|
uid: string;
|
|
@@ -671,8 +673,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
671
673
|
} | undefined;
|
|
672
674
|
} | undefined;
|
|
673
675
|
};
|
|
674
|
-
createTime: string;
|
|
675
|
-
updateTime: string;
|
|
676
676
|
profile?: {
|
|
677
677
|
displayName?: string | undefined;
|
|
678
678
|
bio?: string | undefined;
|
|
@@ -688,6 +688,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
688
688
|
name: string;
|
|
689
689
|
uid: string;
|
|
690
690
|
id: string;
|
|
691
|
+
createTime: string;
|
|
692
|
+
updateTime: string;
|
|
691
693
|
owner: {
|
|
692
694
|
name: string;
|
|
693
695
|
uid: string;
|
|
@@ -707,8 +709,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
707
709
|
} | undefined;
|
|
708
710
|
} | undefined;
|
|
709
711
|
};
|
|
710
|
-
createTime: string;
|
|
711
|
-
updateTime: string;
|
|
712
712
|
profile?: {
|
|
713
713
|
displayName?: string | undefined;
|
|
714
714
|
bio?: string | undefined;
|
|
@@ -725,7 +725,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
725
725
|
role: z.ZodString;
|
|
726
726
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
727
727
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
name: string | null;
|
|
729
728
|
user: {
|
|
730
729
|
name: string;
|
|
731
730
|
uid: string;
|
|
@@ -746,10 +745,13 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
746
745
|
} | undefined;
|
|
747
746
|
};
|
|
748
747
|
role: string;
|
|
748
|
+
name: string | null;
|
|
749
749
|
organization: {
|
|
750
750
|
name: string;
|
|
751
751
|
uid: string;
|
|
752
752
|
id: string;
|
|
753
|
+
createTime: string;
|
|
754
|
+
updateTime: string;
|
|
753
755
|
owner: {
|
|
754
756
|
name: string;
|
|
755
757
|
uid: string;
|
|
@@ -769,8 +771,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
769
771
|
} | undefined;
|
|
770
772
|
} | undefined;
|
|
771
773
|
};
|
|
772
|
-
createTime: string;
|
|
773
|
-
updateTime: string;
|
|
774
774
|
profile?: {
|
|
775
775
|
displayName?: string | undefined;
|
|
776
776
|
bio?: string | undefined;
|
|
@@ -785,7 +785,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
785
785
|
};
|
|
786
786
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
787
787
|
}, {
|
|
788
|
-
name: string | null;
|
|
789
788
|
user: {
|
|
790
789
|
name: string;
|
|
791
790
|
uid: string;
|
|
@@ -806,10 +805,13 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
806
805
|
} | undefined;
|
|
807
806
|
};
|
|
808
807
|
role: string;
|
|
808
|
+
name: string | null;
|
|
809
809
|
organization: {
|
|
810
810
|
name: string;
|
|
811
811
|
uid: string;
|
|
812
812
|
id: string;
|
|
813
|
+
createTime: string;
|
|
814
|
+
updateTime: string;
|
|
813
815
|
owner: {
|
|
814
816
|
name: string;
|
|
815
817
|
uid: string;
|
|
@@ -829,8 +831,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
829
831
|
} | undefined;
|
|
830
832
|
} | undefined;
|
|
831
833
|
};
|
|
832
|
-
createTime: string;
|
|
833
|
-
updateTime: string;
|
|
834
834
|
profile?: {
|
|
835
835
|
displayName?: string | undefined;
|
|
836
836
|
bio?: string | undefined;
|
|
@@ -1071,6 +1071,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1071
1071
|
name: string;
|
|
1072
1072
|
uid: string;
|
|
1073
1073
|
id: string;
|
|
1074
|
+
createTime: string;
|
|
1075
|
+
updateTime: string;
|
|
1074
1076
|
owner: {
|
|
1075
1077
|
name: string;
|
|
1076
1078
|
uid: string;
|
|
@@ -1090,8 +1092,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1090
1092
|
} | undefined;
|
|
1091
1093
|
} | undefined;
|
|
1092
1094
|
};
|
|
1093
|
-
createTime: string;
|
|
1094
|
-
updateTime: string;
|
|
1095
1095
|
profile?: {
|
|
1096
1096
|
displayName?: string | undefined;
|
|
1097
1097
|
bio?: string | undefined;
|
|
@@ -1107,6 +1107,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1107
1107
|
name: string;
|
|
1108
1108
|
uid: string;
|
|
1109
1109
|
id: string;
|
|
1110
|
+
createTime: string;
|
|
1111
|
+
updateTime: string;
|
|
1110
1112
|
owner: {
|
|
1111
1113
|
name: string;
|
|
1112
1114
|
uid: string;
|
|
@@ -1126,8 +1128,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1126
1128
|
} | undefined;
|
|
1127
1129
|
} | undefined;
|
|
1128
1130
|
};
|
|
1129
|
-
createTime: string;
|
|
1130
|
-
updateTime: string;
|
|
1131
1131
|
profile?: {
|
|
1132
1132
|
displayName?: string | undefined;
|
|
1133
1133
|
bio?: string | undefined;
|
|
@@ -1144,7 +1144,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1144
1144
|
role: z.ZodString;
|
|
1145
1145
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1146
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1147
|
-
name: string | null;
|
|
1148
1147
|
user: {
|
|
1149
1148
|
name: string;
|
|
1150
1149
|
uid: string;
|
|
@@ -1165,10 +1164,13 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1165
1164
|
} | undefined;
|
|
1166
1165
|
};
|
|
1167
1166
|
role: string;
|
|
1167
|
+
name: string | null;
|
|
1168
1168
|
organization: {
|
|
1169
1169
|
name: string;
|
|
1170
1170
|
uid: string;
|
|
1171
1171
|
id: string;
|
|
1172
|
+
createTime: string;
|
|
1173
|
+
updateTime: string;
|
|
1172
1174
|
owner: {
|
|
1173
1175
|
name: string;
|
|
1174
1176
|
uid: string;
|
|
@@ -1188,8 +1190,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1188
1190
|
} | undefined;
|
|
1189
1191
|
} | undefined;
|
|
1190
1192
|
};
|
|
1191
|
-
createTime: string;
|
|
1192
|
-
updateTime: string;
|
|
1193
1193
|
profile?: {
|
|
1194
1194
|
displayName?: string | undefined;
|
|
1195
1195
|
bio?: string | undefined;
|
|
@@ -1204,7 +1204,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1204
1204
|
};
|
|
1205
1205
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1206
1206
|
}, {
|
|
1207
|
-
name: string | null;
|
|
1208
1207
|
user: {
|
|
1209
1208
|
name: string;
|
|
1210
1209
|
uid: string;
|
|
@@ -1225,10 +1224,13 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1225
1224
|
} | undefined;
|
|
1226
1225
|
};
|
|
1227
1226
|
role: string;
|
|
1227
|
+
name: string | null;
|
|
1228
1228
|
organization: {
|
|
1229
1229
|
name: string;
|
|
1230
1230
|
uid: string;
|
|
1231
1231
|
id: string;
|
|
1232
|
+
createTime: string;
|
|
1233
|
+
updateTime: string;
|
|
1232
1234
|
owner: {
|
|
1233
1235
|
name: string;
|
|
1234
1236
|
uid: string;
|
|
@@ -1248,8 +1250,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1248
1250
|
} | undefined;
|
|
1249
1251
|
} | undefined;
|
|
1250
1252
|
};
|
|
1251
|
-
createTime: string;
|
|
1252
|
-
updateTime: string;
|
|
1253
1253
|
profile?: {
|
|
1254
1254
|
displayName?: string | undefined;
|
|
1255
1255
|
bio?: string | undefined;
|
|
@@ -1492,6 +1492,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1492
1492
|
name: string;
|
|
1493
1493
|
uid: string;
|
|
1494
1494
|
id: string;
|
|
1495
|
+
createTime: string;
|
|
1496
|
+
updateTime: string;
|
|
1495
1497
|
owner: {
|
|
1496
1498
|
name: string;
|
|
1497
1499
|
uid: string;
|
|
@@ -1511,8 +1513,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1511
1513
|
} | undefined;
|
|
1512
1514
|
} | undefined;
|
|
1513
1515
|
};
|
|
1514
|
-
createTime: string;
|
|
1515
|
-
updateTime: string;
|
|
1516
1516
|
profile?: {
|
|
1517
1517
|
displayName?: string | undefined;
|
|
1518
1518
|
bio?: string | undefined;
|
|
@@ -1528,6 +1528,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
uid: string;
|
|
1530
1530
|
id: string;
|
|
1531
|
+
createTime: string;
|
|
1532
|
+
updateTime: string;
|
|
1531
1533
|
owner: {
|
|
1532
1534
|
name: string;
|
|
1533
1535
|
uid: string;
|
|
@@ -1547,8 +1549,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1547
1549
|
} | undefined;
|
|
1548
1550
|
} | undefined;
|
|
1549
1551
|
};
|
|
1550
|
-
createTime: string;
|
|
1551
|
-
updateTime: string;
|
|
1552
1552
|
profile?: {
|
|
1553
1553
|
displayName?: string | undefined;
|
|
1554
1554
|
bio?: string | undefined;
|
|
@@ -1565,7 +1565,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1565
1565
|
role: z.ZodString;
|
|
1566
1566
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1567
1567
|
}, "strip", z.ZodTypeAny, {
|
|
1568
|
-
name: string | null;
|
|
1569
1568
|
user: {
|
|
1570
1569
|
name: string;
|
|
1571
1570
|
uid: string;
|
|
@@ -1586,10 +1585,13 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1586
1585
|
} | undefined;
|
|
1587
1586
|
};
|
|
1588
1587
|
role: string;
|
|
1588
|
+
name: string | null;
|
|
1589
1589
|
organization: {
|
|
1590
1590
|
name: string;
|
|
1591
1591
|
uid: string;
|
|
1592
1592
|
id: string;
|
|
1593
|
+
createTime: string;
|
|
1594
|
+
updateTime: string;
|
|
1593
1595
|
owner: {
|
|
1594
1596
|
name: string;
|
|
1595
1597
|
uid: string;
|
|
@@ -1609,8 +1611,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1609
1611
|
} | undefined;
|
|
1610
1612
|
} | undefined;
|
|
1611
1613
|
};
|
|
1612
|
-
createTime: string;
|
|
1613
|
-
updateTime: string;
|
|
1614
1614
|
profile?: {
|
|
1615
1615
|
displayName?: string | undefined;
|
|
1616
1616
|
bio?: string | undefined;
|
|
@@ -1625,7 +1625,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1625
1625
|
};
|
|
1626
1626
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1627
1627
|
}, {
|
|
1628
|
-
name: string | null;
|
|
1629
1628
|
user: {
|
|
1630
1629
|
name: string;
|
|
1631
1630
|
uid: string;
|
|
@@ -1646,10 +1645,13 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1646
1645
|
} | undefined;
|
|
1647
1646
|
};
|
|
1648
1647
|
role: string;
|
|
1648
|
+
name: string | null;
|
|
1649
1649
|
organization: {
|
|
1650
1650
|
name: string;
|
|
1651
1651
|
uid: string;
|
|
1652
1652
|
id: string;
|
|
1653
|
+
createTime: string;
|
|
1654
|
+
updateTime: string;
|
|
1653
1655
|
owner: {
|
|
1654
1656
|
name: string;
|
|
1655
1657
|
uid: string;
|
|
@@ -1669,8 +1671,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1669
1671
|
} | undefined;
|
|
1670
1672
|
} | undefined;
|
|
1671
1673
|
};
|
|
1672
|
-
createTime: string;
|
|
1673
|
-
updateTime: string;
|
|
1674
1674
|
profile?: {
|
|
1675
1675
|
displayName?: string | undefined;
|
|
1676
1676
|
bio?: string | undefined;
|
|
@@ -1911,6 +1911,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1911
1911
|
name: string;
|
|
1912
1912
|
uid: string;
|
|
1913
1913
|
id: string;
|
|
1914
|
+
createTime: string;
|
|
1915
|
+
updateTime: string;
|
|
1914
1916
|
owner: {
|
|
1915
1917
|
name: string;
|
|
1916
1918
|
uid: string;
|
|
@@ -1930,8 +1932,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1930
1932
|
} | undefined;
|
|
1931
1933
|
} | undefined;
|
|
1932
1934
|
};
|
|
1933
|
-
createTime: string;
|
|
1934
|
-
updateTime: string;
|
|
1935
1935
|
profile?: {
|
|
1936
1936
|
displayName?: string | undefined;
|
|
1937
1937
|
bio?: string | undefined;
|
|
@@ -1947,6 +1947,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1947
1947
|
name: string;
|
|
1948
1948
|
uid: string;
|
|
1949
1949
|
id: string;
|
|
1950
|
+
createTime: string;
|
|
1951
|
+
updateTime: string;
|
|
1950
1952
|
owner: {
|
|
1951
1953
|
name: string;
|
|
1952
1954
|
uid: string;
|
|
@@ -1966,8 +1968,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1966
1968
|
} | undefined;
|
|
1967
1969
|
} | undefined;
|
|
1968
1970
|
};
|
|
1969
|
-
createTime: string;
|
|
1970
|
-
updateTime: string;
|
|
1971
1971
|
profile?: {
|
|
1972
1972
|
displayName?: string | undefined;
|
|
1973
1973
|
bio?: string | undefined;
|
|
@@ -1984,7 +1984,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1984
1984
|
role: z.ZodString;
|
|
1985
1985
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
1986
1986
|
}, "strip", z.ZodTypeAny, {
|
|
1987
|
-
name: string | null;
|
|
1988
1987
|
user: {
|
|
1989
1988
|
name: string;
|
|
1990
1989
|
uid: string;
|
|
@@ -2005,10 +2004,13 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2005
2004
|
} | undefined;
|
|
2006
2005
|
};
|
|
2007
2006
|
role: string;
|
|
2007
|
+
name: string | null;
|
|
2008
2008
|
organization: {
|
|
2009
2009
|
name: string;
|
|
2010
2010
|
uid: string;
|
|
2011
2011
|
id: string;
|
|
2012
|
+
createTime: string;
|
|
2013
|
+
updateTime: string;
|
|
2012
2014
|
owner: {
|
|
2013
2015
|
name: string;
|
|
2014
2016
|
uid: string;
|
|
@@ -2028,8 +2030,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2028
2030
|
} | undefined;
|
|
2029
2031
|
} | undefined;
|
|
2030
2032
|
};
|
|
2031
|
-
createTime: string;
|
|
2032
|
-
updateTime: string;
|
|
2033
2033
|
profile?: {
|
|
2034
2034
|
displayName?: string | undefined;
|
|
2035
2035
|
bio?: string | undefined;
|
|
@@ -2044,7 +2044,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2044
2044
|
};
|
|
2045
2045
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2046
2046
|
}, {
|
|
2047
|
-
name: string | null;
|
|
2048
2047
|
user: {
|
|
2049
2048
|
name: string;
|
|
2050
2049
|
uid: string;
|
|
@@ -2065,10 +2064,13 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2065
2064
|
} | undefined;
|
|
2066
2065
|
};
|
|
2067
2066
|
role: string;
|
|
2067
|
+
name: string | null;
|
|
2068
2068
|
organization: {
|
|
2069
2069
|
name: string;
|
|
2070
2070
|
uid: string;
|
|
2071
2071
|
id: string;
|
|
2072
|
+
createTime: string;
|
|
2073
|
+
updateTime: string;
|
|
2072
2074
|
owner: {
|
|
2073
2075
|
name: string;
|
|
2074
2076
|
uid: string;
|
|
@@ -2088,8 +2090,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2088
2090
|
} | undefined;
|
|
2089
2091
|
} | undefined;
|
|
2090
2092
|
};
|
|
2091
|
-
createTime: string;
|
|
2092
|
-
updateTime: string;
|
|
2093
2093
|
profile?: {
|
|
2094
2094
|
displayName?: string | undefined;
|
|
2095
2095
|
bio?: string | undefined;
|
|
@@ -2332,6 +2332,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2332
2332
|
name: string;
|
|
2333
2333
|
uid: string;
|
|
2334
2334
|
id: string;
|
|
2335
|
+
createTime: string;
|
|
2336
|
+
updateTime: string;
|
|
2335
2337
|
owner: {
|
|
2336
2338
|
name: string;
|
|
2337
2339
|
uid: string;
|
|
@@ -2351,8 +2353,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2351
2353
|
} | undefined;
|
|
2352
2354
|
} | undefined;
|
|
2353
2355
|
};
|
|
2354
|
-
createTime: string;
|
|
2355
|
-
updateTime: string;
|
|
2356
2356
|
profile?: {
|
|
2357
2357
|
displayName?: string | undefined;
|
|
2358
2358
|
bio?: string | undefined;
|
|
@@ -2368,6 +2368,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
uid: string;
|
|
2370
2370
|
id: string;
|
|
2371
|
+
createTime: string;
|
|
2372
|
+
updateTime: string;
|
|
2371
2373
|
owner: {
|
|
2372
2374
|
name: string;
|
|
2373
2375
|
uid: string;
|
|
@@ -2387,8 +2389,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2387
2389
|
} | undefined;
|
|
2388
2390
|
} | undefined;
|
|
2389
2391
|
};
|
|
2390
|
-
createTime: string;
|
|
2391
|
-
updateTime: string;
|
|
2392
2392
|
profile?: {
|
|
2393
2393
|
displayName?: string | undefined;
|
|
2394
2394
|
bio?: string | undefined;
|
|
@@ -2405,7 +2405,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2405
2405
|
role: z.ZodString;
|
|
2406
2406
|
state: z.ZodEnum<["MEMBERSHIP_STATE_ACTIVE", "MEMBERSHIP_STATE_PENDING"]>;
|
|
2407
2407
|
}, "strip", z.ZodTypeAny, {
|
|
2408
|
-
name: string | null;
|
|
2409
2408
|
user: {
|
|
2410
2409
|
name: string;
|
|
2411
2410
|
uid: string;
|
|
@@ -2426,10 +2425,13 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2426
2425
|
} | undefined;
|
|
2427
2426
|
};
|
|
2428
2427
|
role: string;
|
|
2428
|
+
name: string | null;
|
|
2429
2429
|
organization: {
|
|
2430
2430
|
name: string;
|
|
2431
2431
|
uid: string;
|
|
2432
2432
|
id: string;
|
|
2433
|
+
createTime: string;
|
|
2434
|
+
updateTime: string;
|
|
2433
2435
|
owner: {
|
|
2434
2436
|
name: string;
|
|
2435
2437
|
uid: string;
|
|
@@ -2449,8 +2451,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2449
2451
|
} | undefined;
|
|
2450
2452
|
} | undefined;
|
|
2451
2453
|
};
|
|
2452
|
-
createTime: string;
|
|
2453
|
-
updateTime: string;
|
|
2454
2454
|
profile?: {
|
|
2455
2455
|
displayName?: string | undefined;
|
|
2456
2456
|
bio?: string | undefined;
|
|
@@ -2465,7 +2465,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2465
2465
|
};
|
|
2466
2466
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2467
2467
|
}, {
|
|
2468
|
-
name: string | null;
|
|
2469
2468
|
user: {
|
|
2470
2469
|
name: string;
|
|
2471
2470
|
uid: string;
|
|
@@ -2486,10 +2485,13 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2486
2485
|
} | undefined;
|
|
2487
2486
|
};
|
|
2488
2487
|
role: string;
|
|
2488
|
+
name: string | null;
|
|
2489
2489
|
organization: {
|
|
2490
2490
|
name: string;
|
|
2491
2491
|
uid: string;
|
|
2492
2492
|
id: string;
|
|
2493
|
+
createTime: string;
|
|
2494
|
+
updateTime: string;
|
|
2493
2495
|
owner: {
|
|
2494
2496
|
name: string;
|
|
2495
2497
|
uid: string;
|
|
@@ -2509,8 +2511,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2509
2511
|
} | undefined;
|
|
2510
2512
|
} | undefined;
|
|
2511
2513
|
};
|
|
2512
|
-
createTime: string;
|
|
2513
|
-
updateTime: string;
|
|
2514
2514
|
profile?: {
|
|
2515
2515
|
displayName?: string | undefined;
|
|
2516
2516
|
bio?: string | undefined;
|
|
@@ -194,6 +194,8 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
194
194
|
name: string;
|
|
195
195
|
uid: string;
|
|
196
196
|
id: string;
|
|
197
|
+
createTime: string;
|
|
198
|
+
updateTime: string;
|
|
197
199
|
owner: {
|
|
198
200
|
name: string;
|
|
199
201
|
uid: string;
|
|
@@ -213,8 +215,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
213
215
|
} | undefined;
|
|
214
216
|
} | undefined;
|
|
215
217
|
};
|
|
216
|
-
createTime: string;
|
|
217
|
-
updateTime: string;
|
|
218
218
|
profile?: {
|
|
219
219
|
displayName?: string | undefined;
|
|
220
220
|
bio?: string | undefined;
|
|
@@ -230,6 +230,8 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
230
230
|
name: string;
|
|
231
231
|
uid: string;
|
|
232
232
|
id: string;
|
|
233
|
+
createTime: string;
|
|
234
|
+
updateTime: string;
|
|
233
235
|
owner: {
|
|
234
236
|
name: string;
|
|
235
237
|
uid: string;
|
|
@@ -249,8 +251,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
249
251
|
} | undefined;
|
|
250
252
|
} | undefined;
|
|
251
253
|
};
|
|
252
|
-
createTime: string;
|
|
253
|
-
updateTime: string;
|
|
254
254
|
profile?: {
|
|
255
255
|
displayName?: string | undefined;
|
|
256
256
|
bio?: string | undefined;
|