instill-sdk 0.19.0-rc.14 → 0.19.0-rc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat/ChatClient.d.ts +1 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +2 -1
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +18 -18
- package/dist/core/membership/types.d.ts +72 -72
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/index.js +6 -2
- package/dist/index.mjs +6 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +21 -16
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +72 -72
- package/dist/vdp/pipeline/types.d.ts +216 -216
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +1 -1
|
@@ -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,6 +305,7 @@ 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;
|
|
308
309
|
user: {
|
|
309
310
|
name: string;
|
|
310
311
|
uid: string;
|
|
@@ -324,12 +325,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
324
325
|
} | undefined;
|
|
325
326
|
} | undefined;
|
|
326
327
|
};
|
|
327
|
-
name: string | null;
|
|
328
|
-
role: string;
|
|
329
328
|
organization: {
|
|
330
329
|
name: string;
|
|
331
330
|
uid: string;
|
|
332
331
|
id: string;
|
|
332
|
+
createTime: string;
|
|
333
|
+
updateTime: string;
|
|
333
334
|
owner: {
|
|
334
335
|
name: string;
|
|
335
336
|
uid: string;
|
|
@@ -349,8 +350,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
349
350
|
} | undefined;
|
|
350
351
|
} | undefined;
|
|
351
352
|
};
|
|
352
|
-
createTime: string;
|
|
353
|
-
updateTime: string;
|
|
354
353
|
profile?: {
|
|
355
354
|
displayName?: string | undefined;
|
|
356
355
|
bio?: string | undefined;
|
|
@@ -363,8 +362,10 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
363
362
|
} | undefined;
|
|
364
363
|
} | undefined;
|
|
365
364
|
};
|
|
365
|
+
role: string;
|
|
366
366
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
367
367
|
}, {
|
|
368
|
+
name: string | null;
|
|
368
369
|
user: {
|
|
369
370
|
name: string;
|
|
370
371
|
uid: string;
|
|
@@ -384,12 +385,12 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
384
385
|
} | undefined;
|
|
385
386
|
} | undefined;
|
|
386
387
|
};
|
|
387
|
-
name: string | null;
|
|
388
|
-
role: string;
|
|
389
388
|
organization: {
|
|
390
389
|
name: string;
|
|
391
390
|
uid: string;
|
|
392
391
|
id: string;
|
|
392
|
+
createTime: string;
|
|
393
|
+
updateTime: string;
|
|
393
394
|
owner: {
|
|
394
395
|
name: string;
|
|
395
396
|
uid: string;
|
|
@@ -409,8 +410,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
409
410
|
} | undefined;
|
|
410
411
|
} | undefined;
|
|
411
412
|
};
|
|
412
|
-
createTime: string;
|
|
413
|
-
updateTime: string;
|
|
414
413
|
profile?: {
|
|
415
414
|
displayName?: string | undefined;
|
|
416
415
|
bio?: string | undefined;
|
|
@@ -423,6 +422,7 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
423
422
|
} | undefined;
|
|
424
423
|
} | undefined;
|
|
425
424
|
};
|
|
425
|
+
role: string;
|
|
426
426
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
427
427
|
}>;
|
|
428
428
|
export type OrganizationMembership = {
|
|
@@ -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,6 +725,7 @@ 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;
|
|
728
729
|
user: {
|
|
729
730
|
name: string;
|
|
730
731
|
uid: string;
|
|
@@ -744,12 +745,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
744
745
|
} | undefined;
|
|
745
746
|
} | undefined;
|
|
746
747
|
};
|
|
747
|
-
name: string | null;
|
|
748
|
-
role: string;
|
|
749
748
|
organization: {
|
|
750
749
|
name: string;
|
|
751
750
|
uid: string;
|
|
752
751
|
id: string;
|
|
752
|
+
createTime: string;
|
|
753
|
+
updateTime: string;
|
|
753
754
|
owner: {
|
|
754
755
|
name: string;
|
|
755
756
|
uid: string;
|
|
@@ -769,8 +770,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
769
770
|
} | undefined;
|
|
770
771
|
} | undefined;
|
|
771
772
|
};
|
|
772
|
-
createTime: string;
|
|
773
|
-
updateTime: string;
|
|
774
773
|
profile?: {
|
|
775
774
|
displayName?: string | undefined;
|
|
776
775
|
bio?: string | undefined;
|
|
@@ -783,8 +782,10 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
783
782
|
} | undefined;
|
|
784
783
|
} | undefined;
|
|
785
784
|
};
|
|
785
|
+
role: string;
|
|
786
786
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
787
787
|
}, {
|
|
788
|
+
name: string | null;
|
|
788
789
|
user: {
|
|
789
790
|
name: string;
|
|
790
791
|
uid: string;
|
|
@@ -804,12 +805,12 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
804
805
|
} | undefined;
|
|
805
806
|
} | undefined;
|
|
806
807
|
};
|
|
807
|
-
name: string | null;
|
|
808
|
-
role: string;
|
|
809
808
|
organization: {
|
|
810
809
|
name: string;
|
|
811
810
|
uid: string;
|
|
812
811
|
id: string;
|
|
812
|
+
createTime: string;
|
|
813
|
+
updateTime: string;
|
|
813
814
|
owner: {
|
|
814
815
|
name: string;
|
|
815
816
|
uid: string;
|
|
@@ -829,8 +830,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
829
830
|
} | undefined;
|
|
830
831
|
} | undefined;
|
|
831
832
|
};
|
|
832
|
-
createTime: string;
|
|
833
|
-
updateTime: string;
|
|
834
833
|
profile?: {
|
|
835
834
|
displayName?: string | undefined;
|
|
836
835
|
bio?: string | undefined;
|
|
@@ -843,6 +842,7 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
843
842
|
} | undefined;
|
|
844
843
|
} | undefined;
|
|
845
844
|
};
|
|
845
|
+
role: string;
|
|
846
846
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
847
847
|
}>;
|
|
848
848
|
export type ListUserMembershipsRequest = {
|
|
@@ -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,6 +1144,7 @@ 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;
|
|
1147
1148
|
user: {
|
|
1148
1149
|
name: string;
|
|
1149
1150
|
uid: string;
|
|
@@ -1163,12 +1164,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1163
1164
|
} | undefined;
|
|
1164
1165
|
} | undefined;
|
|
1165
1166
|
};
|
|
1166
|
-
name: string | null;
|
|
1167
|
-
role: string;
|
|
1168
1167
|
organization: {
|
|
1169
1168
|
name: string;
|
|
1170
1169
|
uid: string;
|
|
1171
1170
|
id: string;
|
|
1171
|
+
createTime: string;
|
|
1172
|
+
updateTime: string;
|
|
1172
1173
|
owner: {
|
|
1173
1174
|
name: string;
|
|
1174
1175
|
uid: string;
|
|
@@ -1188,8 +1189,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1188
1189
|
} | undefined;
|
|
1189
1190
|
} | undefined;
|
|
1190
1191
|
};
|
|
1191
|
-
createTime: string;
|
|
1192
|
-
updateTime: string;
|
|
1193
1192
|
profile?: {
|
|
1194
1193
|
displayName?: string | undefined;
|
|
1195
1194
|
bio?: string | undefined;
|
|
@@ -1202,8 +1201,10 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1202
1201
|
} | undefined;
|
|
1203
1202
|
} | undefined;
|
|
1204
1203
|
};
|
|
1204
|
+
role: string;
|
|
1205
1205
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1206
1206
|
}, {
|
|
1207
|
+
name: string | null;
|
|
1207
1208
|
user: {
|
|
1208
1209
|
name: string;
|
|
1209
1210
|
uid: string;
|
|
@@ -1223,12 +1224,12 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1223
1224
|
} | undefined;
|
|
1224
1225
|
} | undefined;
|
|
1225
1226
|
};
|
|
1226
|
-
name: string | null;
|
|
1227
|
-
role: string;
|
|
1228
1227
|
organization: {
|
|
1229
1228
|
name: string;
|
|
1230
1229
|
uid: string;
|
|
1231
1230
|
id: string;
|
|
1231
|
+
createTime: string;
|
|
1232
|
+
updateTime: string;
|
|
1232
1233
|
owner: {
|
|
1233
1234
|
name: string;
|
|
1234
1235
|
uid: string;
|
|
@@ -1248,8 +1249,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1248
1249
|
} | undefined;
|
|
1249
1250
|
} | undefined;
|
|
1250
1251
|
};
|
|
1251
|
-
createTime: string;
|
|
1252
|
-
updateTime: string;
|
|
1253
1252
|
profile?: {
|
|
1254
1253
|
displayName?: string | undefined;
|
|
1255
1254
|
bio?: string | undefined;
|
|
@@ -1262,6 +1261,7 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1262
1261
|
} | undefined;
|
|
1263
1262
|
} | undefined;
|
|
1264
1263
|
};
|
|
1264
|
+
role: string;
|
|
1265
1265
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1266
1266
|
}>, "many">;
|
|
1267
1267
|
export type GetUserMembershipRequest = {
|
|
@@ -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,6 +1565,7 @@ 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;
|
|
1568
1569
|
user: {
|
|
1569
1570
|
name: string;
|
|
1570
1571
|
uid: string;
|
|
@@ -1584,12 +1585,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1584
1585
|
} | undefined;
|
|
1585
1586
|
} | undefined;
|
|
1586
1587
|
};
|
|
1587
|
-
name: string | null;
|
|
1588
|
-
role: string;
|
|
1589
1588
|
organization: {
|
|
1590
1589
|
name: string;
|
|
1591
1590
|
uid: string;
|
|
1592
1591
|
id: string;
|
|
1592
|
+
createTime: string;
|
|
1593
|
+
updateTime: string;
|
|
1593
1594
|
owner: {
|
|
1594
1595
|
name: string;
|
|
1595
1596
|
uid: string;
|
|
@@ -1609,8 +1610,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1609
1610
|
} | undefined;
|
|
1610
1611
|
} | undefined;
|
|
1611
1612
|
};
|
|
1612
|
-
createTime: string;
|
|
1613
|
-
updateTime: string;
|
|
1614
1613
|
profile?: {
|
|
1615
1614
|
displayName?: string | undefined;
|
|
1616
1615
|
bio?: string | undefined;
|
|
@@ -1623,8 +1622,10 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1623
1622
|
} | undefined;
|
|
1624
1623
|
} | undefined;
|
|
1625
1624
|
};
|
|
1625
|
+
role: string;
|
|
1626
1626
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1627
1627
|
}, {
|
|
1628
|
+
name: string | null;
|
|
1628
1629
|
user: {
|
|
1629
1630
|
name: string;
|
|
1630
1631
|
uid: string;
|
|
@@ -1644,12 +1645,12 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1644
1645
|
} | undefined;
|
|
1645
1646
|
} | undefined;
|
|
1646
1647
|
};
|
|
1647
|
-
name: string | null;
|
|
1648
|
-
role: string;
|
|
1649
1648
|
organization: {
|
|
1650
1649
|
name: string;
|
|
1651
1650
|
uid: string;
|
|
1652
1651
|
id: string;
|
|
1652
|
+
createTime: string;
|
|
1653
|
+
updateTime: string;
|
|
1653
1654
|
owner: {
|
|
1654
1655
|
name: string;
|
|
1655
1656
|
uid: string;
|
|
@@ -1669,8 +1670,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1669
1670
|
} | undefined;
|
|
1670
1671
|
} | undefined;
|
|
1671
1672
|
};
|
|
1672
|
-
createTime: string;
|
|
1673
|
-
updateTime: string;
|
|
1674
1673
|
profile?: {
|
|
1675
1674
|
displayName?: string | undefined;
|
|
1676
1675
|
bio?: string | undefined;
|
|
@@ -1683,6 +1682,7 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1683
1682
|
} | undefined;
|
|
1684
1683
|
} | undefined;
|
|
1685
1684
|
};
|
|
1685
|
+
role: string;
|
|
1686
1686
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1687
1687
|
}>;
|
|
1688
1688
|
export type ListOrganizationMembershipsRequest = {
|
|
@@ -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,6 +1984,7 @@ 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;
|
|
1987
1988
|
user: {
|
|
1988
1989
|
name: string;
|
|
1989
1990
|
uid: string;
|
|
@@ -2003,12 +2004,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2003
2004
|
} | undefined;
|
|
2004
2005
|
} | undefined;
|
|
2005
2006
|
};
|
|
2006
|
-
name: string | null;
|
|
2007
|
-
role: string;
|
|
2008
2007
|
organization: {
|
|
2009
2008
|
name: string;
|
|
2010
2009
|
uid: string;
|
|
2011
2010
|
id: string;
|
|
2011
|
+
createTime: string;
|
|
2012
|
+
updateTime: string;
|
|
2012
2013
|
owner: {
|
|
2013
2014
|
name: string;
|
|
2014
2015
|
uid: string;
|
|
@@ -2028,8 +2029,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2028
2029
|
} | undefined;
|
|
2029
2030
|
} | undefined;
|
|
2030
2031
|
};
|
|
2031
|
-
createTime: string;
|
|
2032
|
-
updateTime: string;
|
|
2033
2032
|
profile?: {
|
|
2034
2033
|
displayName?: string | undefined;
|
|
2035
2034
|
bio?: string | undefined;
|
|
@@ -2042,8 +2041,10 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2042
2041
|
} | undefined;
|
|
2043
2042
|
} | undefined;
|
|
2044
2043
|
};
|
|
2044
|
+
role: string;
|
|
2045
2045
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2046
2046
|
}, {
|
|
2047
|
+
name: string | null;
|
|
2047
2048
|
user: {
|
|
2048
2049
|
name: string;
|
|
2049
2050
|
uid: string;
|
|
@@ -2063,12 +2064,12 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2063
2064
|
} | undefined;
|
|
2064
2065
|
} | undefined;
|
|
2065
2066
|
};
|
|
2066
|
-
name: string | null;
|
|
2067
|
-
role: string;
|
|
2068
2067
|
organization: {
|
|
2069
2068
|
name: string;
|
|
2070
2069
|
uid: string;
|
|
2071
2070
|
id: string;
|
|
2071
|
+
createTime: string;
|
|
2072
|
+
updateTime: string;
|
|
2072
2073
|
owner: {
|
|
2073
2074
|
name: string;
|
|
2074
2075
|
uid: string;
|
|
@@ -2088,8 +2089,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2088
2089
|
} | undefined;
|
|
2089
2090
|
} | undefined;
|
|
2090
2091
|
};
|
|
2091
|
-
createTime: string;
|
|
2092
|
-
updateTime: string;
|
|
2093
2092
|
profile?: {
|
|
2094
2093
|
displayName?: string | undefined;
|
|
2095
2094
|
bio?: string | undefined;
|
|
@@ -2102,6 +2101,7 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2102
2101
|
} | undefined;
|
|
2103
2102
|
} | undefined;
|
|
2104
2103
|
};
|
|
2104
|
+
role: string;
|
|
2105
2105
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2106
2106
|
}>, "many">;
|
|
2107
2107
|
export type GetOrganizationMembershipRequest = {
|
|
@@ -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,6 +2405,7 @@ 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;
|
|
2408
2409
|
user: {
|
|
2409
2410
|
name: string;
|
|
2410
2411
|
uid: string;
|
|
@@ -2424,12 +2425,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2424
2425
|
} | undefined;
|
|
2425
2426
|
} | undefined;
|
|
2426
2427
|
};
|
|
2427
|
-
name: string | null;
|
|
2428
|
-
role: string;
|
|
2429
2428
|
organization: {
|
|
2430
2429
|
name: string;
|
|
2431
2430
|
uid: string;
|
|
2432
2431
|
id: string;
|
|
2432
|
+
createTime: string;
|
|
2433
|
+
updateTime: string;
|
|
2433
2434
|
owner: {
|
|
2434
2435
|
name: string;
|
|
2435
2436
|
uid: string;
|
|
@@ -2449,8 +2450,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2449
2450
|
} | undefined;
|
|
2450
2451
|
} | undefined;
|
|
2451
2452
|
};
|
|
2452
|
-
createTime: string;
|
|
2453
|
-
updateTime: string;
|
|
2454
2453
|
profile?: {
|
|
2455
2454
|
displayName?: string | undefined;
|
|
2456
2455
|
bio?: string | undefined;
|
|
@@ -2463,8 +2462,10 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2463
2462
|
} | undefined;
|
|
2464
2463
|
} | undefined;
|
|
2465
2464
|
};
|
|
2465
|
+
role: string;
|
|
2466
2466
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2467
2467
|
}, {
|
|
2468
|
+
name: string | null;
|
|
2468
2469
|
user: {
|
|
2469
2470
|
name: string;
|
|
2470
2471
|
uid: string;
|
|
@@ -2484,12 +2485,12 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2484
2485
|
} | undefined;
|
|
2485
2486
|
} | undefined;
|
|
2486
2487
|
};
|
|
2487
|
-
name: string | null;
|
|
2488
|
-
role: string;
|
|
2489
2488
|
organization: {
|
|
2490
2489
|
name: string;
|
|
2491
2490
|
uid: string;
|
|
2492
2491
|
id: string;
|
|
2492
|
+
createTime: string;
|
|
2493
|
+
updateTime: string;
|
|
2493
2494
|
owner: {
|
|
2494
2495
|
name: string;
|
|
2495
2496
|
uid: string;
|
|
@@ -2509,8 +2510,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2509
2510
|
} | undefined;
|
|
2510
2511
|
} | undefined;
|
|
2511
2512
|
};
|
|
2512
|
-
createTime: string;
|
|
2513
|
-
updateTime: string;
|
|
2514
2513
|
profile?: {
|
|
2515
2514
|
displayName?: string | undefined;
|
|
2516
2515
|
bio?: string | undefined;
|
|
@@ -2523,6 +2522,7 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2523
2522
|
} | undefined;
|
|
2524
2523
|
} | undefined;
|
|
2525
2524
|
};
|
|
2525
|
+
role: string;
|
|
2526
2526
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2527
2527
|
}>;
|
|
2528
2528
|
export type DeleteUserMembershipRequest = {
|
|
@@ -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;
|
package/dist/index.js
CHANGED
|
@@ -8369,7 +8369,8 @@ var ChatClient = class extends APIResource {
|
|
|
8369
8369
|
message,
|
|
8370
8370
|
objectUids,
|
|
8371
8371
|
enableWebSearch = false,
|
|
8372
|
-
tableUids
|
|
8372
|
+
tableUids,
|
|
8373
|
+
folders
|
|
8373
8374
|
}) {
|
|
8374
8375
|
const additionalHeaders = getInstillAdditionalHeaders({
|
|
8375
8376
|
stream: true
|
|
@@ -8382,7 +8383,10 @@ var ChatClient = class extends APIResource {
|
|
|
8382
8383
|
message,
|
|
8383
8384
|
objectUids,
|
|
8384
8385
|
enableWebSearch,
|
|
8385
|
-
context: {
|
|
8386
|
+
context: {
|
|
8387
|
+
tableUids,
|
|
8388
|
+
folders
|
|
8389
|
+
}
|
|
8386
8390
|
}),
|
|
8387
8391
|
additionalHeaders,
|
|
8388
8392
|
stream: true
|