instill-sdk 0.19.0-rc.2 → 0.19.0-rc.21
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 +26 -5
- 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 +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/subscription/types.d.ts +1 -1
- package/dist/core/subscription/types.d.ts.map +1 -1
- package/dist/core/user/types.d.ts +14 -14
- package/dist/folder/types.d.ts +5 -0
- package/dist/folder/types.d.ts.map +1 -1
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/index.js +619 -492
- package/dist/index.mjs +625 -492
- package/dist/table/types.d.ts +1 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +33 -28
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +112 -112
- package/dist/vdp/pipeline/types.d.ts +328 -328
- package/dist/vdp/release/types.d.ts +6 -6
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +5 -4
|
@@ -117,9 +117,9 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
118
|
name: string;
|
|
119
119
|
uid: string;
|
|
120
|
+
id: string;
|
|
120
121
|
createTime: string;
|
|
121
122
|
updateTime: string;
|
|
122
|
-
id: string;
|
|
123
123
|
profile?: {
|
|
124
124
|
displayName?: string | undefined;
|
|
125
125
|
bio?: string | undefined;
|
|
@@ -135,9 +135,9 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
135
135
|
}, {
|
|
136
136
|
name: string;
|
|
137
137
|
uid: string;
|
|
138
|
+
id: string;
|
|
138
139
|
createTime: string;
|
|
139
140
|
updateTime: string;
|
|
140
|
-
id: string;
|
|
141
141
|
profile?: {
|
|
142
142
|
displayName?: string | undefined;
|
|
143
143
|
bio?: string | undefined;
|
|
@@ -193,14 +193,15 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
193
193
|
}, "strip", z.ZodTypeAny, {
|
|
194
194
|
name: string;
|
|
195
195
|
uid: string;
|
|
196
|
+
id: string;
|
|
196
197
|
createTime: string;
|
|
197
198
|
updateTime: string;
|
|
198
199
|
owner: {
|
|
199
200
|
name: string;
|
|
200
201
|
uid: string;
|
|
202
|
+
id: string;
|
|
201
203
|
createTime: string;
|
|
202
204
|
updateTime: string;
|
|
203
|
-
id: string;
|
|
204
205
|
profile?: {
|
|
205
206
|
displayName?: string | undefined;
|
|
206
207
|
bio?: string | undefined;
|
|
@@ -214,7 +215,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
214
215
|
} | undefined;
|
|
215
216
|
} | undefined;
|
|
216
217
|
};
|
|
217
|
-
id: string;
|
|
218
218
|
profile?: {
|
|
219
219
|
displayName?: string | undefined;
|
|
220
220
|
bio?: string | undefined;
|
|
@@ -229,14 +229,15 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
229
229
|
}, {
|
|
230
230
|
name: string;
|
|
231
231
|
uid: string;
|
|
232
|
+
id: string;
|
|
232
233
|
createTime: string;
|
|
233
234
|
updateTime: string;
|
|
234
235
|
owner: {
|
|
235
236
|
name: string;
|
|
236
237
|
uid: string;
|
|
238
|
+
id: string;
|
|
237
239
|
createTime: string;
|
|
238
240
|
updateTime: string;
|
|
239
|
-
id: string;
|
|
240
241
|
profile?: {
|
|
241
242
|
displayName?: string | undefined;
|
|
242
243
|
bio?: string | undefined;
|
|
@@ -250,7 +251,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
250
251
|
} | undefined;
|
|
251
252
|
} | undefined;
|
|
252
253
|
};
|
|
253
|
-
id: 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_STARTER" | "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,cAAc,GACd,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"}
|
|
@@ -115,9 +115,9 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
116
|
name: string;
|
|
117
117
|
uid: string;
|
|
118
|
+
id: string;
|
|
118
119
|
createTime: string;
|
|
119
120
|
updateTime: string;
|
|
120
|
-
id: string;
|
|
121
121
|
profile?: {
|
|
122
122
|
displayName?: string | undefined;
|
|
123
123
|
bio?: string | undefined;
|
|
@@ -133,9 +133,9 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
133
133
|
}, {
|
|
134
134
|
name: string;
|
|
135
135
|
uid: string;
|
|
136
|
+
id: string;
|
|
136
137
|
createTime: string;
|
|
137
138
|
updateTime: string;
|
|
138
|
-
id: string;
|
|
139
139
|
profile?: {
|
|
140
140
|
displayName?: string | undefined;
|
|
141
141
|
bio?: string | undefined;
|
|
@@ -220,9 +220,9 @@ export declare const AuthenticatedUserSchema: z.ZodObject<{
|
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
221
|
name: string;
|
|
222
222
|
uid: string;
|
|
223
|
+
id: string;
|
|
223
224
|
createTime: string;
|
|
224
225
|
updateTime: string;
|
|
225
|
-
id: string;
|
|
226
226
|
role: string;
|
|
227
227
|
customerId: string;
|
|
228
228
|
email: string;
|
|
@@ -244,9 +244,9 @@ export declare const AuthenticatedUserSchema: z.ZodObject<{
|
|
|
244
244
|
}, {
|
|
245
245
|
name: string;
|
|
246
246
|
uid: string;
|
|
247
|
+
id: string;
|
|
247
248
|
createTime: string;
|
|
248
249
|
updateTime: string;
|
|
249
|
-
id: string;
|
|
250
250
|
role: string;
|
|
251
251
|
customerId: string;
|
|
252
252
|
email: string;
|
|
@@ -326,9 +326,9 @@ export declare const getAuthenticatedResponseValidator: z.ZodObject<{
|
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
327
|
name: string;
|
|
328
328
|
uid: string;
|
|
329
|
+
id: string;
|
|
329
330
|
createTime: string;
|
|
330
331
|
updateTime: string;
|
|
331
|
-
id: string;
|
|
332
332
|
role: string;
|
|
333
333
|
customerId: string;
|
|
334
334
|
email: string;
|
|
@@ -350,9 +350,9 @@ export declare const getAuthenticatedResponseValidator: z.ZodObject<{
|
|
|
350
350
|
}, {
|
|
351
351
|
name: string;
|
|
352
352
|
uid: string;
|
|
353
|
+
id: string;
|
|
353
354
|
createTime: string;
|
|
354
355
|
updateTime: string;
|
|
355
|
-
id: string;
|
|
356
356
|
role: string;
|
|
357
357
|
customerId: string;
|
|
358
358
|
email: string;
|
|
@@ -433,9 +433,9 @@ export declare const updateAuthenticatedUserResponseValidator: z.ZodObject<{
|
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
434
|
name: string;
|
|
435
435
|
uid: string;
|
|
436
|
+
id: string;
|
|
436
437
|
createTime: string;
|
|
437
438
|
updateTime: string;
|
|
438
|
-
id: string;
|
|
439
439
|
role: string;
|
|
440
440
|
customerId: string;
|
|
441
441
|
email: string;
|
|
@@ -457,9 +457,9 @@ export declare const updateAuthenticatedUserResponseValidator: z.ZodObject<{
|
|
|
457
457
|
}, {
|
|
458
458
|
name: string;
|
|
459
459
|
uid: string;
|
|
460
|
+
id: string;
|
|
460
461
|
createTime: string;
|
|
461
462
|
updateTime: string;
|
|
462
|
-
id: string;
|
|
463
463
|
role: string;
|
|
464
464
|
customerId: string;
|
|
465
465
|
email: string;
|
|
@@ -542,9 +542,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
|
543
543
|
name: string;
|
|
544
544
|
uid: string;
|
|
545
|
+
id: string;
|
|
545
546
|
createTime: string;
|
|
546
547
|
updateTime: string;
|
|
547
|
-
id: string;
|
|
548
548
|
profile?: {
|
|
549
549
|
displayName?: string | undefined;
|
|
550
550
|
bio?: string | undefined;
|
|
@@ -560,9 +560,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
560
560
|
}, {
|
|
561
561
|
name: string;
|
|
562
562
|
uid: string;
|
|
563
|
+
id: string;
|
|
563
564
|
createTime: string;
|
|
564
565
|
updateTime: string;
|
|
565
|
-
id: string;
|
|
566
566
|
profile?: {
|
|
567
567
|
displayName?: string | undefined;
|
|
568
568
|
bio?: string | undefined;
|
|
@@ -584,9 +584,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
584
584
|
users: {
|
|
585
585
|
name: string;
|
|
586
586
|
uid: string;
|
|
587
|
+
id: string;
|
|
587
588
|
createTime: string;
|
|
588
589
|
updateTime: string;
|
|
589
|
-
id: string;
|
|
590
590
|
profile?: {
|
|
591
591
|
displayName?: string | undefined;
|
|
592
592
|
bio?: string | undefined;
|
|
@@ -606,9 +606,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
606
606
|
users: {
|
|
607
607
|
name: string;
|
|
608
608
|
uid: string;
|
|
609
|
+
id: string;
|
|
609
610
|
createTime: string;
|
|
610
611
|
updateTime: string;
|
|
611
|
-
id: string;
|
|
612
612
|
profile?: {
|
|
613
613
|
displayName?: string | undefined;
|
|
614
614
|
bio?: string | undefined;
|
|
@@ -681,9 +681,9 @@ export declare const getUserResponseValidator: z.ZodObject<{
|
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
682
|
name: string;
|
|
683
683
|
uid: string;
|
|
684
|
+
id: string;
|
|
684
685
|
createTime: string;
|
|
685
686
|
updateTime: string;
|
|
686
|
-
id: string;
|
|
687
687
|
profile?: {
|
|
688
688
|
displayName?: string | undefined;
|
|
689
689
|
bio?: string | undefined;
|
|
@@ -699,9 +699,9 @@ export declare const getUserResponseValidator: z.ZodObject<{
|
|
|
699
699
|
}, {
|
|
700
700
|
name: string;
|
|
701
701
|
uid: string;
|
|
702
|
+
id: string;
|
|
702
703
|
createTime: string;
|
|
703
704
|
updateTime: string;
|
|
704
|
-
id: string;
|
|
705
705
|
profile?: {
|
|
706
706
|
displayName?: string | undefined;
|
|
707
707
|
bio?: string | undefined;
|
package/dist/folder/types.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { GeneralRecord, Permission } from "..";
|
|
2
|
+
export type InstillCatalogInfo = {
|
|
3
|
+
fileCount: number;
|
|
4
|
+
totalSizeBytes: string;
|
|
5
|
+
};
|
|
2
6
|
export type InstillFolder = {
|
|
3
7
|
uid: string;
|
|
4
8
|
name: string;
|
|
@@ -8,6 +12,7 @@ export type InstillFolder = {
|
|
|
8
12
|
updateTime: string;
|
|
9
13
|
catalogId: string;
|
|
10
14
|
permission: Permission;
|
|
15
|
+
catalogInfo: InstillCatalogInfo;
|
|
11
16
|
};
|
|
12
17
|
export type CreateInstillFolderRequest = {
|
|
13
18
|
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,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;
|
|
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,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,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;IACvB,WAAW,EAAE,kBAAkB,CAAC;CACjC,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getQueryString.d.ts","sourceRoot":"","sources":["../../src/helper/getQueryString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"getQueryString.d.ts","sourceRoot":"","sources":["../../src/helper/getQueryString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,qRA0B5B;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IACxB,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,WAuIA,CAAC"}
|