instill-sdk 0.19.0-rc.28 → 0.19.0-rc.4
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 +2 -3
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +6 -58
- 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 +60 -60
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/core/subscription/types.d.ts +1 -1
- package/dist/core/subscription/types.d.ts.map +1 -1
- package/dist/folder/types.d.ts +0 -5
- package/dist/folder/types.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -154
- package/dist/index.mjs +2 -153
- package/dist/main/index.d.ts +0 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/table/TableClient.d.ts +1 -3
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +0 -24
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +17 -31
- 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 +2 -3
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -232,8 +232,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
232
232
|
name: string;
|
|
233
233
|
uid: string;
|
|
234
234
|
id: string;
|
|
235
|
-
createTime: string;
|
|
236
|
-
updateTime: string;
|
|
237
235
|
owner: {
|
|
238
236
|
name: string;
|
|
239
237
|
uid: string;
|
|
@@ -253,6 +251,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
253
251
|
} | undefined;
|
|
254
252
|
} | undefined;
|
|
255
253
|
};
|
|
254
|
+
createTime: string;
|
|
255
|
+
updateTime: string;
|
|
256
256
|
profile?: {
|
|
257
257
|
displayName?: string | undefined;
|
|
258
258
|
bio?: string | undefined;
|
|
@@ -268,8 +268,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
268
268
|
name: string;
|
|
269
269
|
uid: string;
|
|
270
270
|
id: string;
|
|
271
|
-
createTime: string;
|
|
272
|
-
updateTime: string;
|
|
273
271
|
owner: {
|
|
274
272
|
name: string;
|
|
275
273
|
uid: string;
|
|
@@ -289,6 +287,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
289
287
|
} | undefined;
|
|
290
288
|
} | undefined;
|
|
291
289
|
};
|
|
290
|
+
createTime: string;
|
|
291
|
+
updateTime: string;
|
|
292
292
|
profile?: {
|
|
293
293
|
displayName?: string | undefined;
|
|
294
294
|
bio?: string | undefined;
|
|
@@ -325,12 +325,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
325
325
|
} | undefined;
|
|
326
326
|
} | undefined;
|
|
327
327
|
};
|
|
328
|
+
role: string;
|
|
328
329
|
organization: {
|
|
329
330
|
name: string;
|
|
330
331
|
uid: string;
|
|
331
332
|
id: string;
|
|
332
|
-
createTime: string;
|
|
333
|
-
updateTime: string;
|
|
334
333
|
owner: {
|
|
335
334
|
name: string;
|
|
336
335
|
uid: string;
|
|
@@ -350,6 +349,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
350
349
|
} | undefined;
|
|
351
350
|
} | undefined;
|
|
352
351
|
};
|
|
352
|
+
createTime: string;
|
|
353
|
+
updateTime: string;
|
|
353
354
|
profile?: {
|
|
354
355
|
displayName?: string | undefined;
|
|
355
356
|
bio?: string | undefined;
|
|
@@ -362,7 +363,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
362
363
|
} | undefined;
|
|
363
364
|
} | undefined;
|
|
364
365
|
};
|
|
365
|
-
role: string;
|
|
366
366
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
367
367
|
}, {
|
|
368
368
|
name: string | null;
|
|
@@ -385,12 +385,11 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
385
385
|
} | undefined;
|
|
386
386
|
} | undefined;
|
|
387
387
|
};
|
|
388
|
+
role: string;
|
|
388
389
|
organization: {
|
|
389
390
|
name: string;
|
|
390
391
|
uid: string;
|
|
391
392
|
id: string;
|
|
392
|
-
createTime: string;
|
|
393
|
-
updateTime: string;
|
|
394
393
|
owner: {
|
|
395
394
|
name: string;
|
|
396
395
|
uid: string;
|
|
@@ -410,6 +409,8 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
410
409
|
} | undefined;
|
|
411
410
|
} | undefined;
|
|
412
411
|
};
|
|
412
|
+
createTime: string;
|
|
413
|
+
updateTime: string;
|
|
413
414
|
profile?: {
|
|
414
415
|
displayName?: string | undefined;
|
|
415
416
|
bio?: string | undefined;
|
|
@@ -422,7 +423,6 @@ export declare const UserMembershipSchema: z.ZodObject<{
|
|
|
422
423
|
} | undefined;
|
|
423
424
|
} | undefined;
|
|
424
425
|
};
|
|
425
|
-
role: string;
|
|
426
426
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
427
427
|
}>;
|
|
428
428
|
export type OrganizationMembership = {
|
|
@@ -652,8 +652,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
652
652
|
name: string;
|
|
653
653
|
uid: string;
|
|
654
654
|
id: string;
|
|
655
|
-
createTime: string;
|
|
656
|
-
updateTime: string;
|
|
657
655
|
owner: {
|
|
658
656
|
name: string;
|
|
659
657
|
uid: string;
|
|
@@ -673,6 +671,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
673
671
|
} | undefined;
|
|
674
672
|
} | undefined;
|
|
675
673
|
};
|
|
674
|
+
createTime: string;
|
|
675
|
+
updateTime: string;
|
|
676
676
|
profile?: {
|
|
677
677
|
displayName?: string | undefined;
|
|
678
678
|
bio?: string | undefined;
|
|
@@ -688,8 +688,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
688
688
|
name: string;
|
|
689
689
|
uid: string;
|
|
690
690
|
id: string;
|
|
691
|
-
createTime: string;
|
|
692
|
-
updateTime: string;
|
|
693
691
|
owner: {
|
|
694
692
|
name: string;
|
|
695
693
|
uid: string;
|
|
@@ -709,6 +707,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
709
707
|
} | undefined;
|
|
710
708
|
} | undefined;
|
|
711
709
|
};
|
|
710
|
+
createTime: string;
|
|
711
|
+
updateTime: string;
|
|
712
712
|
profile?: {
|
|
713
713
|
displayName?: string | undefined;
|
|
714
714
|
bio?: string | undefined;
|
|
@@ -745,12 +745,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
745
745
|
} | undefined;
|
|
746
746
|
} | undefined;
|
|
747
747
|
};
|
|
748
|
+
role: string;
|
|
748
749
|
organization: {
|
|
749
750
|
name: string;
|
|
750
751
|
uid: string;
|
|
751
752
|
id: string;
|
|
752
|
-
createTime: string;
|
|
753
|
-
updateTime: string;
|
|
754
753
|
owner: {
|
|
755
754
|
name: string;
|
|
756
755
|
uid: string;
|
|
@@ -770,6 +769,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
770
769
|
} | undefined;
|
|
771
770
|
} | undefined;
|
|
772
771
|
};
|
|
772
|
+
createTime: string;
|
|
773
|
+
updateTime: string;
|
|
773
774
|
profile?: {
|
|
774
775
|
displayName?: string | undefined;
|
|
775
776
|
bio?: string | undefined;
|
|
@@ -782,7 +783,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
782
783
|
} | undefined;
|
|
783
784
|
} | undefined;
|
|
784
785
|
};
|
|
785
|
-
role: string;
|
|
786
786
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
787
787
|
}, {
|
|
788
788
|
name: string | null;
|
|
@@ -805,12 +805,11 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
805
805
|
} | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
};
|
|
808
|
+
role: string;
|
|
808
809
|
organization: {
|
|
809
810
|
name: string;
|
|
810
811
|
uid: string;
|
|
811
812
|
id: string;
|
|
812
|
-
createTime: string;
|
|
813
|
-
updateTime: string;
|
|
814
813
|
owner: {
|
|
815
814
|
name: string;
|
|
816
815
|
uid: string;
|
|
@@ -830,6 +829,8 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
830
829
|
} | undefined;
|
|
831
830
|
} | undefined;
|
|
832
831
|
};
|
|
832
|
+
createTime: string;
|
|
833
|
+
updateTime: string;
|
|
833
834
|
profile?: {
|
|
834
835
|
displayName?: string | undefined;
|
|
835
836
|
bio?: string | undefined;
|
|
@@ -842,7 +843,6 @@ export declare const OrganizationMembershipSchema: z.ZodObject<{
|
|
|
842
843
|
} | undefined;
|
|
843
844
|
} | undefined;
|
|
844
845
|
};
|
|
845
|
-
role: string;
|
|
846
846
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
847
847
|
}>;
|
|
848
848
|
export type ListUserMembershipsRequest = {
|
|
@@ -1071,8 +1071,6 @@ 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;
|
|
1076
1074
|
owner: {
|
|
1077
1075
|
name: string;
|
|
1078
1076
|
uid: string;
|
|
@@ -1092,6 +1090,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1092
1090
|
} | undefined;
|
|
1093
1091
|
} | undefined;
|
|
1094
1092
|
};
|
|
1093
|
+
createTime: string;
|
|
1094
|
+
updateTime: string;
|
|
1095
1095
|
profile?: {
|
|
1096
1096
|
displayName?: string | undefined;
|
|
1097
1097
|
bio?: string | undefined;
|
|
@@ -1107,8 +1107,6 @@ 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;
|
|
1112
1110
|
owner: {
|
|
1113
1111
|
name: string;
|
|
1114
1112
|
uid: string;
|
|
@@ -1128,6 +1126,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1128
1126
|
} | undefined;
|
|
1129
1127
|
} | undefined;
|
|
1130
1128
|
};
|
|
1129
|
+
createTime: string;
|
|
1130
|
+
updateTime: string;
|
|
1131
1131
|
profile?: {
|
|
1132
1132
|
displayName?: string | undefined;
|
|
1133
1133
|
bio?: string | undefined;
|
|
@@ -1164,12 +1164,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
} | undefined;
|
|
1166
1166
|
};
|
|
1167
|
+
role: string;
|
|
1167
1168
|
organization: {
|
|
1168
1169
|
name: string;
|
|
1169
1170
|
uid: string;
|
|
1170
1171
|
id: string;
|
|
1171
|
-
createTime: string;
|
|
1172
|
-
updateTime: string;
|
|
1173
1172
|
owner: {
|
|
1174
1173
|
name: string;
|
|
1175
1174
|
uid: string;
|
|
@@ -1189,6 +1188,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1189
1188
|
} | undefined;
|
|
1190
1189
|
} | undefined;
|
|
1191
1190
|
};
|
|
1191
|
+
createTime: string;
|
|
1192
|
+
updateTime: string;
|
|
1192
1193
|
profile?: {
|
|
1193
1194
|
displayName?: string | undefined;
|
|
1194
1195
|
bio?: string | undefined;
|
|
@@ -1201,7 +1202,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1201
1202
|
} | undefined;
|
|
1202
1203
|
} | undefined;
|
|
1203
1204
|
};
|
|
1204
|
-
role: string;
|
|
1205
1205
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1206
1206
|
}, {
|
|
1207
1207
|
name: string | null;
|
|
@@ -1224,12 +1224,11 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1224
1224
|
} | undefined;
|
|
1225
1225
|
} | undefined;
|
|
1226
1226
|
};
|
|
1227
|
+
role: string;
|
|
1227
1228
|
organization: {
|
|
1228
1229
|
name: string;
|
|
1229
1230
|
uid: string;
|
|
1230
1231
|
id: string;
|
|
1231
|
-
createTime: string;
|
|
1232
|
-
updateTime: string;
|
|
1233
1232
|
owner: {
|
|
1234
1233
|
name: string;
|
|
1235
1234
|
uid: string;
|
|
@@ -1249,6 +1248,8 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1249
1248
|
} | undefined;
|
|
1250
1249
|
} | undefined;
|
|
1251
1250
|
};
|
|
1251
|
+
createTime: string;
|
|
1252
|
+
updateTime: string;
|
|
1252
1253
|
profile?: {
|
|
1253
1254
|
displayName?: string | undefined;
|
|
1254
1255
|
bio?: string | undefined;
|
|
@@ -1261,7 +1262,6 @@ export declare const listUserMembershipsResponseValidator: z.ZodArray<z.ZodObjec
|
|
|
1261
1262
|
} | undefined;
|
|
1262
1263
|
} | undefined;
|
|
1263
1264
|
};
|
|
1264
|
-
role: string;
|
|
1265
1265
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1266
1266
|
}>, "many">;
|
|
1267
1267
|
export type GetUserMembershipRequest = {
|
|
@@ -1492,8 +1492,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1492
1492
|
name: string;
|
|
1493
1493
|
uid: string;
|
|
1494
1494
|
id: string;
|
|
1495
|
-
createTime: string;
|
|
1496
|
-
updateTime: string;
|
|
1497
1495
|
owner: {
|
|
1498
1496
|
name: string;
|
|
1499
1497
|
uid: string;
|
|
@@ -1513,6 +1511,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1513
1511
|
} | undefined;
|
|
1514
1512
|
} | undefined;
|
|
1515
1513
|
};
|
|
1514
|
+
createTime: string;
|
|
1515
|
+
updateTime: string;
|
|
1516
1516
|
profile?: {
|
|
1517
1517
|
displayName?: string | undefined;
|
|
1518
1518
|
bio?: string | undefined;
|
|
@@ -1528,8 +1528,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
uid: string;
|
|
1530
1530
|
id: string;
|
|
1531
|
-
createTime: string;
|
|
1532
|
-
updateTime: string;
|
|
1533
1531
|
owner: {
|
|
1534
1532
|
name: string;
|
|
1535
1533
|
uid: string;
|
|
@@ -1549,6 +1547,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1549
1547
|
} | undefined;
|
|
1550
1548
|
} | undefined;
|
|
1551
1549
|
};
|
|
1550
|
+
createTime: string;
|
|
1551
|
+
updateTime: string;
|
|
1552
1552
|
profile?: {
|
|
1553
1553
|
displayName?: string | undefined;
|
|
1554
1554
|
bio?: string | undefined;
|
|
@@ -1585,12 +1585,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1585
1585
|
} | undefined;
|
|
1586
1586
|
} | undefined;
|
|
1587
1587
|
};
|
|
1588
|
+
role: string;
|
|
1588
1589
|
organization: {
|
|
1589
1590
|
name: string;
|
|
1590
1591
|
uid: string;
|
|
1591
1592
|
id: string;
|
|
1592
|
-
createTime: string;
|
|
1593
|
-
updateTime: string;
|
|
1594
1593
|
owner: {
|
|
1595
1594
|
name: string;
|
|
1596
1595
|
uid: string;
|
|
@@ -1610,6 +1609,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1610
1609
|
} | undefined;
|
|
1611
1610
|
} | undefined;
|
|
1612
1611
|
};
|
|
1612
|
+
createTime: string;
|
|
1613
|
+
updateTime: string;
|
|
1613
1614
|
profile?: {
|
|
1614
1615
|
displayName?: string | undefined;
|
|
1615
1616
|
bio?: string | undefined;
|
|
@@ -1622,7 +1623,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1622
1623
|
} | undefined;
|
|
1623
1624
|
} | undefined;
|
|
1624
1625
|
};
|
|
1625
|
-
role: string;
|
|
1626
1626
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1627
1627
|
}, {
|
|
1628
1628
|
name: string | null;
|
|
@@ -1645,12 +1645,11 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1645
1645
|
} | undefined;
|
|
1646
1646
|
} | undefined;
|
|
1647
1647
|
};
|
|
1648
|
+
role: string;
|
|
1648
1649
|
organization: {
|
|
1649
1650
|
name: string;
|
|
1650
1651
|
uid: string;
|
|
1651
1652
|
id: string;
|
|
1652
|
-
createTime: string;
|
|
1653
|
-
updateTime: string;
|
|
1654
1653
|
owner: {
|
|
1655
1654
|
name: string;
|
|
1656
1655
|
uid: string;
|
|
@@ -1670,6 +1669,8 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1670
1669
|
} | undefined;
|
|
1671
1670
|
} | undefined;
|
|
1672
1671
|
};
|
|
1672
|
+
createTime: string;
|
|
1673
|
+
updateTime: string;
|
|
1673
1674
|
profile?: {
|
|
1674
1675
|
displayName?: string | undefined;
|
|
1675
1676
|
bio?: string | undefined;
|
|
@@ -1682,7 +1683,6 @@ export declare const getUserMembershipResponseValidator: z.ZodObject<{
|
|
|
1682
1683
|
} | undefined;
|
|
1683
1684
|
} | undefined;
|
|
1684
1685
|
};
|
|
1685
|
-
role: string;
|
|
1686
1686
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
1687
1687
|
}>;
|
|
1688
1688
|
export type ListOrganizationMembershipsRequest = {
|
|
@@ -1911,8 +1911,6 @@ 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;
|
|
1916
1914
|
owner: {
|
|
1917
1915
|
name: string;
|
|
1918
1916
|
uid: string;
|
|
@@ -1932,6 +1930,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1932
1930
|
} | undefined;
|
|
1933
1931
|
} | undefined;
|
|
1934
1932
|
};
|
|
1933
|
+
createTime: string;
|
|
1934
|
+
updateTime: string;
|
|
1935
1935
|
profile?: {
|
|
1936
1936
|
displayName?: string | undefined;
|
|
1937
1937
|
bio?: string | undefined;
|
|
@@ -1947,8 +1947,6 @@ 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;
|
|
1952
1950
|
owner: {
|
|
1953
1951
|
name: string;
|
|
1954
1952
|
uid: string;
|
|
@@ -1968,6 +1966,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
1968
1966
|
} | undefined;
|
|
1969
1967
|
} | undefined;
|
|
1970
1968
|
};
|
|
1969
|
+
createTime: string;
|
|
1970
|
+
updateTime: string;
|
|
1971
1971
|
profile?: {
|
|
1972
1972
|
displayName?: string | undefined;
|
|
1973
1973
|
bio?: string | undefined;
|
|
@@ -2004,12 +2004,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2004
2004
|
} | undefined;
|
|
2005
2005
|
} | undefined;
|
|
2006
2006
|
};
|
|
2007
|
+
role: string;
|
|
2007
2008
|
organization: {
|
|
2008
2009
|
name: string;
|
|
2009
2010
|
uid: string;
|
|
2010
2011
|
id: string;
|
|
2011
|
-
createTime: string;
|
|
2012
|
-
updateTime: string;
|
|
2013
2012
|
owner: {
|
|
2014
2013
|
name: string;
|
|
2015
2014
|
uid: string;
|
|
@@ -2029,6 +2028,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2029
2028
|
} | undefined;
|
|
2030
2029
|
} | undefined;
|
|
2031
2030
|
};
|
|
2031
|
+
createTime: string;
|
|
2032
|
+
updateTime: string;
|
|
2032
2033
|
profile?: {
|
|
2033
2034
|
displayName?: string | undefined;
|
|
2034
2035
|
bio?: string | undefined;
|
|
@@ -2041,7 +2042,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2041
2042
|
} | undefined;
|
|
2042
2043
|
} | undefined;
|
|
2043
2044
|
};
|
|
2044
|
-
role: string;
|
|
2045
2045
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2046
2046
|
}, {
|
|
2047
2047
|
name: string | null;
|
|
@@ -2064,12 +2064,11 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2064
2064
|
} | undefined;
|
|
2065
2065
|
} | undefined;
|
|
2066
2066
|
};
|
|
2067
|
+
role: string;
|
|
2067
2068
|
organization: {
|
|
2068
2069
|
name: string;
|
|
2069
2070
|
uid: string;
|
|
2070
2071
|
id: string;
|
|
2071
|
-
createTime: string;
|
|
2072
|
-
updateTime: string;
|
|
2073
2072
|
owner: {
|
|
2074
2073
|
name: string;
|
|
2075
2074
|
uid: string;
|
|
@@ -2089,6 +2088,8 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2089
2088
|
} | undefined;
|
|
2090
2089
|
} | undefined;
|
|
2091
2090
|
};
|
|
2091
|
+
createTime: string;
|
|
2092
|
+
updateTime: string;
|
|
2092
2093
|
profile?: {
|
|
2093
2094
|
displayName?: string | undefined;
|
|
2094
2095
|
bio?: string | undefined;
|
|
@@ -2101,7 +2102,6 @@ export declare const listOrganizationMembershipsResponseValidator: z.ZodArray<z.
|
|
|
2101
2102
|
} | undefined;
|
|
2102
2103
|
} | undefined;
|
|
2103
2104
|
};
|
|
2104
|
-
role: string;
|
|
2105
2105
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2106
2106
|
}>, "many">;
|
|
2107
2107
|
export type GetOrganizationMembershipRequest = {
|
|
@@ -2332,8 +2332,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2332
2332
|
name: string;
|
|
2333
2333
|
uid: string;
|
|
2334
2334
|
id: string;
|
|
2335
|
-
createTime: string;
|
|
2336
|
-
updateTime: string;
|
|
2337
2335
|
owner: {
|
|
2338
2336
|
name: string;
|
|
2339
2337
|
uid: string;
|
|
@@ -2353,6 +2351,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2353
2351
|
} | undefined;
|
|
2354
2352
|
} | undefined;
|
|
2355
2353
|
};
|
|
2354
|
+
createTime: string;
|
|
2355
|
+
updateTime: string;
|
|
2356
2356
|
profile?: {
|
|
2357
2357
|
displayName?: string | undefined;
|
|
2358
2358
|
bio?: string | undefined;
|
|
@@ -2368,8 +2368,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
uid: string;
|
|
2370
2370
|
id: string;
|
|
2371
|
-
createTime: string;
|
|
2372
|
-
updateTime: string;
|
|
2373
2371
|
owner: {
|
|
2374
2372
|
name: string;
|
|
2375
2373
|
uid: string;
|
|
@@ -2389,6 +2387,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2389
2387
|
} | undefined;
|
|
2390
2388
|
} | undefined;
|
|
2391
2389
|
};
|
|
2390
|
+
createTime: string;
|
|
2391
|
+
updateTime: string;
|
|
2392
2392
|
profile?: {
|
|
2393
2393
|
displayName?: string | undefined;
|
|
2394
2394
|
bio?: string | undefined;
|
|
@@ -2425,12 +2425,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2425
2425
|
} | undefined;
|
|
2426
2426
|
} | undefined;
|
|
2427
2427
|
};
|
|
2428
|
+
role: string;
|
|
2428
2429
|
organization: {
|
|
2429
2430
|
name: string;
|
|
2430
2431
|
uid: string;
|
|
2431
2432
|
id: string;
|
|
2432
|
-
createTime: string;
|
|
2433
|
-
updateTime: string;
|
|
2434
2433
|
owner: {
|
|
2435
2434
|
name: string;
|
|
2436
2435
|
uid: string;
|
|
@@ -2450,6 +2449,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2450
2449
|
} | undefined;
|
|
2451
2450
|
} | undefined;
|
|
2452
2451
|
};
|
|
2452
|
+
createTime: string;
|
|
2453
|
+
updateTime: string;
|
|
2453
2454
|
profile?: {
|
|
2454
2455
|
displayName?: string | undefined;
|
|
2455
2456
|
bio?: string | undefined;
|
|
@@ -2462,7 +2463,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2462
2463
|
} | undefined;
|
|
2463
2464
|
} | undefined;
|
|
2464
2465
|
};
|
|
2465
|
-
role: string;
|
|
2466
2466
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2467
2467
|
}, {
|
|
2468
2468
|
name: string | null;
|
|
@@ -2485,12 +2485,11 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2485
2485
|
} | undefined;
|
|
2486
2486
|
} | undefined;
|
|
2487
2487
|
};
|
|
2488
|
+
role: string;
|
|
2488
2489
|
organization: {
|
|
2489
2490
|
name: string;
|
|
2490
2491
|
uid: string;
|
|
2491
2492
|
id: string;
|
|
2492
|
-
createTime: string;
|
|
2493
|
-
updateTime: string;
|
|
2494
2493
|
owner: {
|
|
2495
2494
|
name: string;
|
|
2496
2495
|
uid: string;
|
|
@@ -2510,6 +2509,8 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2510
2509
|
} | undefined;
|
|
2511
2510
|
} | undefined;
|
|
2512
2511
|
};
|
|
2512
|
+
createTime: string;
|
|
2513
|
+
updateTime: string;
|
|
2513
2514
|
profile?: {
|
|
2514
2515
|
displayName?: string | undefined;
|
|
2515
2516
|
bio?: string | undefined;
|
|
@@ -2522,7 +2523,6 @@ export declare const getOrganizationMembershipResponseValidator: z.ZodObject<{
|
|
|
2522
2523
|
} | undefined;
|
|
2523
2524
|
} | undefined;
|
|
2524
2525
|
};
|
|
2525
|
-
role: string;
|
|
2526
2526
|
state: "MEMBERSHIP_STATE_ACTIVE" | "MEMBERSHIP_STATE_PENDING";
|
|
2527
2527
|
}>;
|
|
2528
2528
|
export type DeleteUserMembershipRequest = {
|
|
@@ -194,8 +194,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
194
194
|
name: string;
|
|
195
195
|
uid: string;
|
|
196
196
|
id: string;
|
|
197
|
-
createTime: string;
|
|
198
|
-
updateTime: string;
|
|
199
197
|
owner: {
|
|
200
198
|
name: string;
|
|
201
199
|
uid: string;
|
|
@@ -215,6 +213,8 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
215
213
|
} | undefined;
|
|
216
214
|
} | undefined;
|
|
217
215
|
};
|
|
216
|
+
createTime: string;
|
|
217
|
+
updateTime: string;
|
|
218
218
|
profile?: {
|
|
219
219
|
displayName?: string | undefined;
|
|
220
220
|
bio?: string | undefined;
|
|
@@ -230,8 +230,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
230
230
|
name: string;
|
|
231
231
|
uid: string;
|
|
232
232
|
id: string;
|
|
233
|
-
createTime: string;
|
|
234
|
-
updateTime: string;
|
|
235
233
|
owner: {
|
|
236
234
|
name: string;
|
|
237
235
|
uid: string;
|
|
@@ -251,6 +249,8 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
251
249
|
} | undefined;
|
|
252
250
|
} | undefined;
|
|
253
251
|
};
|
|
252
|
+
createTime: string;
|
|
253
|
+
updateTime: string;
|
|
254
254
|
profile?: {
|
|
255
255
|
displayName?: string | undefined;
|
|
256
256
|
bio?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Nullable } from "../../types";
|
|
2
2
|
export type StripeSubscriptionStatus = "STATUS_UNSPECIFIED" | "STATUS_INCOMPLETE" | "STATUS_INCOMPLETE_EXPIRED" | "STATUS_TRIALING" | "STATUS_ACTIVE" | "STATUS_PAST_DUE" | "STATUS_CANCELED" | "STATUS_UNPAID" | "STATUS_PAUSED";
|
|
3
|
-
export type UserSubscriptionPlan = "PLAN_UNSPECIFIED" | "PLAN_FREE" | "
|
|
3
|
+
export type UserSubscriptionPlan = "PLAN_UNSPECIFIED" | "PLAN_FREE" | "PLAN_PRO" | "PLAN_UNPAID";
|
|
4
4
|
export type OrganizationSubscriptionPlan = "PLAN_UNSPECIFIED" | "PLAN_FREE" | "PLAN_TEAM" | "PLAN_ENTERPRISE" | "PLAN_UNPAID";
|
|
5
5
|
export type StripeSubscriptionDetail = {
|
|
6
6
|
productName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/subscription/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,MAAM,wBAAwB,GAChC,oBAAoB,GACpB,mBAAmB,GACnB,2BAA2B,GAC3B,iBAAiB,GACjB,eAAe,GACf,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAC5B,kBAAkB,GAClB,WAAW,GACX,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/subscription/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,MAAM,wBAAwB,GAChC,oBAAoB,GACpB,mBAAmB,GACnB,2BAA2B,GAC3B,iBAAiB,GACjB,eAAe,GACf,iBAAiB,GACjB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;AAEpB,MAAM,MAAM,oBAAoB,GAC5B,kBAAkB,GAClB,WAAW,GACX,UAAU,GACV,aAAa,CAAC;AAElB,MAAM,MAAM,4BAA4B,GACpC,kBAAkB,GAClB,WAAW,GACX,WAAW,GACX,iBAAiB,GACjB,aAAa,CAAC;AAElB,MAAM,MAAM,wBAAwB,GAAG;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,wBAAwB,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,EAAE,QAAQ,CAAC,wBAAwB,CAAC,CAAC;CAC5C,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,4BAA4B,CAAC;IACnC,MAAM,EAAE,QAAQ,CAAC,wBAAwB,CAAC,CAAC;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wCAAwC,GAAG;IACrD,YAAY,EAAE,gBAAgB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,YAAY,EAAE,wBAAwB,CAAC;CACxC,CAAC"}
|
package/dist/folder/types.d.ts
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { GeneralRecord, Permission } from "..";
|
|
2
|
-
export type InstillCatalogInfo = {
|
|
3
|
-
fileCount: number;
|
|
4
|
-
totalSizeBytes: string;
|
|
5
|
-
};
|
|
6
2
|
export type InstillFolder = {
|
|
7
3
|
uid: string;
|
|
8
4
|
name: string;
|
|
@@ -12,7 +8,6 @@ export type InstillFolder = {
|
|
|
12
8
|
updateTime: string;
|
|
13
9
|
catalogId: string;
|
|
14
10
|
permission: Permission;
|
|
15
|
-
catalogInfo: InstillCatalogInfo;
|
|
16
11
|
};
|
|
17
12
|
export type CreateInstillFolderRequest = {
|
|
18
13
|
namespaceId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/folder/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAE/C,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/folder/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAE/C,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,aAAa,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,GAAG;QACpD,QAAQ,CAAC,EAAE,aAAa,CAAC;KAC1B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,GAAG;QACpD,QAAQ,CAAC,EAAE,aAAa,CAAC;KAC1B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,2BAA2B,CAAC;AAEnE,MAAM,MAAM,kCAAkC,GAAG;IAC/C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,kCAAkC,CAAC;AAE3E,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,aAAa,EAAE,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
type ProgressCallback = (progress: number) => void;
|
|
2
|
+
export declare const makeXMLRequestWithProgress: <T>(url: string, method: string, accessToken: string, body?: any, onProgress?: ProgressCallback) => Promise<T>;
|
|
3
|
+
export {};
|
|
4
|
+
//# sourceMappingURL=makeXMLRequestWithProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeXMLRequestWithProgress.d.ts","sourceRoot":"","sources":["../../src/helper/makeXMLRequestWithProgress.ts"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;AAGnD,eAAO,MAAM,0BAA0B,GAAI,CAAC,OACrC,MAAM,UACH,MAAM,eACD,MAAM,SAEZ,GAAG,eACG,gBAAgB,KAC5B,OAAO,CAAC,CAAC,CAoCX,CAAC"}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,mBAAmB,QAAQ,CAAC;AAC5B,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,OAAO,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,mBAAmB,WAAW,CAAC;AAC/B,mBAAmB,YAAY,CAAC;AAChC,mBAAmB,SAAS,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,6BAA6B,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,mBAAmB,QAAQ,CAAC;AAC5B,mBAAmB,SAAS,CAAC;AAC7B,mBAAmB,OAAO,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,mBAAmB,WAAW,CAAC;AAC/B,mBAAmB,YAAY,CAAC;AAChC,mBAAmB,SAAS,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,6BAA6B,CAAC"}
|