@hexclave/shared 1.0.1 → 1.0.2
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/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.d.ts.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +3 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/config/schema.d.ts +55 -55
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.d.ts.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +3 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/config/schema.d.ts +55 -55
- package/dist/esm/hooks/use-hover.d.ts +1 -1
- package/dist/esm/hooks/use-hover.d.ts.map +1 -1
- package/dist/esm/hooks/use-hover.js.map +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +12 -12
- package/dist/esm/interface/conversations.d.ts +34 -34
- package/dist/esm/interface/crud/current-user.d.ts +13 -13
- package/dist/esm/interface/crud/email-outbox.d.ts +202 -202
- package/dist/esm/interface/crud/products.d.ts +13 -13
- package/dist/esm/interface/crud/products.d.ts.map +1 -1
- package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
- package/dist/esm/interface/crud/projects.d.ts +36 -36
- package/dist/esm/interface/crud/team-member-profiles.d.ts +20 -20
- package/dist/esm/interface/crud/transactions.d.ts +6 -6
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +14 -14
- package/dist/esm/interface/webhooks.d.ts +2 -2
- package/dist/esm/known-errors.d.ts +2 -2
- package/dist/esm/schema-fields.d.ts +2 -2
- package/dist/esm/sessions.d.ts +7 -7
- package/dist/esm/utils/react.d.ts.map +1 -1
- package/dist/esm/utils/react.js +4 -4
- package/dist/esm/utils/react.js.map +1 -1
- package/dist/hooks/use-hover.d.ts +1 -1
- package/dist/hooks/use-hover.d.ts.map +1 -1
- package/dist/hooks/use-hover.js.map +1 -1
- package/dist/interface/admin-metrics.d.ts +12 -12
- package/dist/interface/conversations.d.ts +34 -34
- package/dist/interface/crud/current-user.d.ts +13 -13
- package/dist/interface/crud/email-outbox.d.ts +202 -202
- package/dist/interface/crud/products.d.ts +13 -13
- package/dist/interface/crud/products.d.ts.map +1 -1
- package/dist/interface/crud/project-api-keys.d.ts +4 -4
- package/dist/interface/crud/projects.d.ts +36 -36
- package/dist/interface/crud/team-member-profiles.d.ts +20 -20
- package/dist/interface/crud/transactions.d.ts +6 -6
- package/dist/interface/crud/transactions.d.ts.map +1 -1
- package/dist/interface/crud/users.d.ts +14 -14
- package/dist/interface/webhooks.d.ts +2 -2
- package/dist/known-errors.d.ts +2 -2
- package/dist/schema-fields.d.ts +2 -2
- package/dist/sessions.d.ts +7 -7
- package/dist/utils/react.d.ts.map +1 -1
- package/dist/utils/react.js +4 -4
- package/dist/utils/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,10 +6,11 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
6
6
|
id: string | null;
|
|
7
7
|
quantity: number;
|
|
8
8
|
product: {
|
|
9
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
10
9
|
client_metadata?: {} | null | undefined;
|
|
11
10
|
client_read_only_metadata?: {} | null | undefined;
|
|
12
11
|
server_metadata?: {} | null | undefined;
|
|
12
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
13
|
+
display_name: string;
|
|
13
14
|
server_only: boolean;
|
|
14
15
|
customer_type: "team" | "user" | "custom";
|
|
15
16
|
stackable: boolean;
|
|
@@ -24,10 +25,9 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
24
25
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
25
26
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
26
27
|
}>;
|
|
27
|
-
display_name: string;
|
|
28
28
|
included_items: Record<string, {
|
|
29
|
-
quantity?: number | undefined;
|
|
30
29
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
30
|
+
quantity?: number | undefined;
|
|
31
31
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
32
32
|
}>;
|
|
33
33
|
};
|
|
@@ -41,10 +41,11 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
41
41
|
switch_options: {
|
|
42
42
|
product_id: string;
|
|
43
43
|
product: {
|
|
44
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
45
44
|
client_metadata?: {} | null | undefined;
|
|
46
45
|
client_read_only_metadata?: {} | null | undefined;
|
|
47
46
|
server_metadata?: {} | null | undefined;
|
|
47
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
48
|
+
display_name: string;
|
|
48
49
|
server_only: boolean;
|
|
49
50
|
customer_type: "team" | "user" | "custom";
|
|
50
51
|
stackable: boolean;
|
|
@@ -59,10 +60,9 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
|
|
|
59
60
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
60
61
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
61
62
|
}>;
|
|
62
|
-
display_name: string;
|
|
63
63
|
included_items: Record<string, {
|
|
64
|
-
quantity?: number | undefined;
|
|
65
64
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
65
|
+
quantity?: number | undefined;
|
|
66
66
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
67
67
|
}>;
|
|
68
68
|
};
|
|
@@ -104,10 +104,11 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
104
104
|
switch_options?: {
|
|
105
105
|
product_id: string;
|
|
106
106
|
product: {
|
|
107
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
108
107
|
client_metadata?: {} | null | undefined;
|
|
109
108
|
client_read_only_metadata?: {} | null | undefined;
|
|
110
109
|
server_metadata?: {} | null | undefined;
|
|
110
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
111
|
+
display_name: string;
|
|
111
112
|
server_only: boolean;
|
|
112
113
|
customer_type: "team" | "user" | "custom";
|
|
113
114
|
stackable: boolean;
|
|
@@ -122,20 +123,21 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
122
123
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
123
124
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
124
125
|
}>;
|
|
125
|
-
display_name: string;
|
|
126
126
|
included_items: Record<string, {
|
|
127
|
-
quantity?: number | undefined;
|
|
128
127
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
128
|
+
quantity?: number | undefined;
|
|
129
129
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
130
130
|
}>;
|
|
131
131
|
};
|
|
132
132
|
}[] | undefined;
|
|
133
|
+
id: string | null;
|
|
133
134
|
quantity: number;
|
|
134
135
|
product: {
|
|
135
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
136
136
|
client_metadata?: {} | null | undefined;
|
|
137
137
|
client_read_only_metadata?: {} | null | undefined;
|
|
138
138
|
server_metadata?: {} | null | undefined;
|
|
139
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
140
|
+
display_name: string;
|
|
139
141
|
server_only: boolean;
|
|
140
142
|
customer_type: "team" | "user" | "custom";
|
|
141
143
|
stackable: boolean;
|
|
@@ -150,14 +152,12 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
|
|
|
150
152
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
151
153
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
152
154
|
}>;
|
|
153
|
-
display_name: string;
|
|
154
155
|
included_items: Record<string, {
|
|
155
|
-
quantity?: number | undefined;
|
|
156
156
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
157
|
+
quantity?: number | undefined;
|
|
157
158
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
158
159
|
}>;
|
|
159
160
|
};
|
|
160
|
-
id: string | null;
|
|
161
161
|
}[];
|
|
162
162
|
is_paginated: boolean;
|
|
163
163
|
pagination: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.ts","names":[],"sources":["../../../../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA
|
|
1
|
+
{"version":3,"file":"products.d.ts","names":[],"sources":["../../../../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA;;;;;;;iBAc1B,kBAAA,CAAA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,mBAAA,GAAsB,KAAA,CAAI,SAAA,QAAiB,yBAAA;AAAA,cAE1C,kCAAA,EAAkC,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;qBAMnC,kBAAA,CAAA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,4BAAA,GAA+B,KAAA,CAAI,SAAA,QAAiB,kCAAA;AAAA,KAEpD,2BAAA;EACV,aAAA;EACA,WAAA;EACA,MAAA;EACA,KAAA;AAAA"}
|
|
@@ -79,11 +79,11 @@ declare const userApiKeysCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
79
79
|
is_public: undefined;
|
|
80
80
|
user_id: undefined;
|
|
81
81
|
}, "">, userApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
|
|
82
|
-
user_id: string;
|
|
83
|
-
type: "user";
|
|
84
82
|
description: string;
|
|
83
|
+
type: "user";
|
|
85
84
|
id: string;
|
|
86
85
|
created_at_millis: number;
|
|
86
|
+
user_id: string;
|
|
87
87
|
expires_at_millis: number | undefined;
|
|
88
88
|
manually_revoked_at_millis: number | undefined;
|
|
89
89
|
is_public: boolean;
|
|
@@ -177,11 +177,11 @@ declare const teamApiKeysCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
177
177
|
is_public: undefined;
|
|
178
178
|
team_id: undefined;
|
|
179
179
|
}, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
|
|
180
|
-
type: "team";
|
|
181
|
-
team_id: string;
|
|
182
180
|
description: string;
|
|
181
|
+
type: "team";
|
|
183
182
|
id: string;
|
|
184
183
|
created_at_millis: number;
|
|
184
|
+
team_id: string;
|
|
185
185
|
expires_at_millis: number | undefined;
|
|
186
186
|
manually_revoked_at_millis: number | undefined;
|
|
187
187
|
is_public: boolean;
|
|
@@ -57,10 +57,6 @@ declare const projectsCrudAdminReadSchema: yup$1.ObjectSchema<{
|
|
|
57
57
|
selected_payments_country: "US" | "OTHER";
|
|
58
58
|
} | null | undefined;
|
|
59
59
|
config: {
|
|
60
|
-
domains: {
|
|
61
|
-
domain: string;
|
|
62
|
-
handler_path: string;
|
|
63
|
-
}[];
|
|
64
60
|
oauth_providers: {
|
|
65
61
|
client_id?: string | undefined;
|
|
66
62
|
client_secret?: string | undefined;
|
|
@@ -83,6 +79,10 @@ declare const projectsCrudAdminReadSchema: yup$1.ObjectSchema<{
|
|
|
83
79
|
enabled_oauth_providers: {
|
|
84
80
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
85
81
|
}[];
|
|
82
|
+
domains: {
|
|
83
|
+
domain: string;
|
|
84
|
+
handler_path: string;
|
|
85
|
+
}[];
|
|
86
86
|
email_config: {
|
|
87
87
|
password?: string | undefined;
|
|
88
88
|
host?: string | undefined;
|
|
@@ -159,10 +159,6 @@ declare const projectsCrudClientReadSchema: yup$1.ObjectSchema<{
|
|
|
159
159
|
id: string;
|
|
160
160
|
display_name: string;
|
|
161
161
|
config: {
|
|
162
|
-
domains: {
|
|
163
|
-
domain: string;
|
|
164
|
-
handler_path: string;
|
|
165
|
-
}[];
|
|
166
162
|
allow_localhost: boolean;
|
|
167
163
|
sign_up_enabled: boolean;
|
|
168
164
|
credential_enabled: boolean;
|
|
@@ -175,6 +171,10 @@ declare const projectsCrudClientReadSchema: yup$1.ObjectSchema<{
|
|
|
175
171
|
enabled_oauth_providers: {
|
|
176
172
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
177
173
|
}[];
|
|
174
|
+
domains: {
|
|
175
|
+
domain: string;
|
|
176
|
+
handler_path: string;
|
|
177
|
+
}[];
|
|
178
178
|
};
|
|
179
179
|
}, yup$1.AnyObject, {
|
|
180
180
|
id: undefined;
|
|
@@ -210,10 +210,6 @@ declare const projectsCrudAdminUpdateSchema: yup$1.ObjectSchema<{
|
|
|
210
210
|
selected_payments_country: "US" | "OTHER";
|
|
211
211
|
} | null | undefined;
|
|
212
212
|
config: {
|
|
213
|
-
domains?: {
|
|
214
|
-
domain: string;
|
|
215
|
-
handler_path: string;
|
|
216
|
-
}[] | undefined;
|
|
217
213
|
oauth_providers?: {
|
|
218
214
|
client_id?: string | undefined;
|
|
219
215
|
client_secret?: string | undefined;
|
|
@@ -232,6 +228,10 @@ declare const projectsCrudAdminUpdateSchema: yup$1.ObjectSchema<{
|
|
|
232
228
|
client_user_deletion_enabled?: boolean | undefined;
|
|
233
229
|
allow_user_api_keys?: boolean | undefined;
|
|
234
230
|
allow_team_api_keys?: boolean | undefined;
|
|
231
|
+
domains?: {
|
|
232
|
+
domain: string;
|
|
233
|
+
handler_path: string;
|
|
234
|
+
}[] | undefined;
|
|
235
235
|
email_config?: {
|
|
236
236
|
password?: string | undefined;
|
|
237
237
|
host?: string | undefined;
|
|
@@ -290,10 +290,6 @@ declare const projectsCrudAdminCreateSchema: yup$1.ObjectSchema<{
|
|
|
290
290
|
selected_payments_country: "US" | "OTHER";
|
|
291
291
|
} | null | undefined;
|
|
292
292
|
config: {
|
|
293
|
-
domains?: {
|
|
294
|
-
domain: string;
|
|
295
|
-
handler_path: string;
|
|
296
|
-
}[] | undefined;
|
|
297
293
|
oauth_providers?: {
|
|
298
294
|
client_id?: string | undefined;
|
|
299
295
|
client_secret?: string | undefined;
|
|
@@ -312,6 +308,10 @@ declare const projectsCrudAdminCreateSchema: yup$1.ObjectSchema<{
|
|
|
312
308
|
client_user_deletion_enabled?: boolean | undefined;
|
|
313
309
|
allow_user_api_keys?: boolean | undefined;
|
|
314
310
|
allow_team_api_keys?: boolean | undefined;
|
|
311
|
+
domains?: {
|
|
312
|
+
domain: string;
|
|
313
|
+
handler_path: string;
|
|
314
|
+
}[] | undefined;
|
|
315
315
|
email_config?: {
|
|
316
316
|
password?: string | undefined;
|
|
317
317
|
host?: string | undefined;
|
|
@@ -365,10 +365,6 @@ declare const clientProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
365
365
|
id: string;
|
|
366
366
|
display_name: string;
|
|
367
367
|
config: {
|
|
368
|
-
domains: {
|
|
369
|
-
domain: string;
|
|
370
|
-
handler_path: string;
|
|
371
|
-
}[];
|
|
372
368
|
allow_localhost: boolean;
|
|
373
369
|
sign_up_enabled: boolean;
|
|
374
370
|
credential_enabled: boolean;
|
|
@@ -381,6 +377,10 @@ declare const clientProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
381
377
|
enabled_oauth_providers: {
|
|
382
378
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
383
379
|
}[];
|
|
380
|
+
domains: {
|
|
381
|
+
domain: string;
|
|
382
|
+
handler_path: string;
|
|
383
|
+
}[];
|
|
384
384
|
};
|
|
385
385
|
}, yup$1.AnyObject, {
|
|
386
386
|
id: undefined;
|
|
@@ -430,10 +430,6 @@ declare const projectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
430
430
|
selected_payments_country: "US" | "OTHER";
|
|
431
431
|
} | null | undefined;
|
|
432
432
|
config: {
|
|
433
|
-
domains: {
|
|
434
|
-
domain: string;
|
|
435
|
-
handler_path: string;
|
|
436
|
-
}[];
|
|
437
433
|
oauth_providers: {
|
|
438
434
|
client_id?: string | undefined;
|
|
439
435
|
client_secret?: string | undefined;
|
|
@@ -456,6 +452,10 @@ declare const projectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
456
452
|
enabled_oauth_providers: {
|
|
457
453
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
458
454
|
}[];
|
|
455
|
+
domains: {
|
|
456
|
+
domain: string;
|
|
457
|
+
handler_path: string;
|
|
458
|
+
}[];
|
|
459
459
|
email_config: {
|
|
460
460
|
password?: string | undefined;
|
|
461
461
|
host?: string | undefined;
|
|
@@ -545,10 +545,6 @@ declare const projectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
545
545
|
selected_payments_country: "US" | "OTHER";
|
|
546
546
|
} | null | undefined;
|
|
547
547
|
config: {
|
|
548
|
-
domains?: {
|
|
549
|
-
domain: string;
|
|
550
|
-
handler_path: string;
|
|
551
|
-
}[] | undefined;
|
|
552
548
|
oauth_providers?: {
|
|
553
549
|
client_id?: string | undefined;
|
|
554
550
|
client_secret?: string | undefined;
|
|
@@ -567,6 +563,10 @@ declare const projectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
567
563
|
client_user_deletion_enabled?: boolean | undefined;
|
|
568
564
|
allow_user_api_keys?: boolean | undefined;
|
|
569
565
|
allow_team_api_keys?: boolean | undefined;
|
|
566
|
+
domains?: {
|
|
567
|
+
domain: string;
|
|
568
|
+
handler_path: string;
|
|
569
|
+
}[] | undefined;
|
|
570
570
|
email_config?: {
|
|
571
571
|
password?: string | undefined;
|
|
572
572
|
host?: string | undefined;
|
|
@@ -653,10 +653,6 @@ declare const adminUserProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
653
653
|
selected_payments_country: "US" | "OTHER";
|
|
654
654
|
} | null | undefined;
|
|
655
655
|
config: {
|
|
656
|
-
domains: {
|
|
657
|
-
domain: string;
|
|
658
|
-
handler_path: string;
|
|
659
|
-
}[];
|
|
660
656
|
oauth_providers: {
|
|
661
657
|
client_id?: string | undefined;
|
|
662
658
|
client_secret?: string | undefined;
|
|
@@ -679,6 +675,10 @@ declare const adminUserProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
679
675
|
enabled_oauth_providers: {
|
|
680
676
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
681
677
|
}[];
|
|
678
|
+
domains: {
|
|
679
|
+
domain: string;
|
|
680
|
+
handler_path: string;
|
|
681
|
+
}[];
|
|
682
682
|
email_config: {
|
|
683
683
|
password?: string | undefined;
|
|
684
684
|
host?: string | undefined;
|
|
@@ -768,10 +768,6 @@ declare const adminUserProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
768
768
|
selected_payments_country: "US" | "OTHER";
|
|
769
769
|
} | null | undefined;
|
|
770
770
|
config: {
|
|
771
|
-
domains?: {
|
|
772
|
-
domain: string;
|
|
773
|
-
handler_path: string;
|
|
774
|
-
}[] | undefined;
|
|
775
771
|
oauth_providers?: {
|
|
776
772
|
client_id?: string | undefined;
|
|
777
773
|
client_secret?: string | undefined;
|
|
@@ -790,6 +786,10 @@ declare const adminUserProjectsCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
790
786
|
client_user_deletion_enabled?: boolean | undefined;
|
|
791
787
|
allow_user_api_keys?: boolean | undefined;
|
|
792
788
|
allow_team_api_keys?: boolean | undefined;
|
|
789
|
+
domains?: {
|
|
790
|
+
domain: string;
|
|
791
|
+
handler_path: string;
|
|
792
|
+
}[] | undefined;
|
|
793
793
|
email_config?: {
|
|
794
794
|
password?: string | undefined;
|
|
795
795
|
host?: string | undefined;
|
|
@@ -21,32 +21,32 @@ declare const teamMemberProfilesCrudServerReadSchema: yup$1.ObjectSchema<{
|
|
|
21
21
|
profile_image_url: string | null;
|
|
22
22
|
} & {
|
|
23
23
|
user: {
|
|
24
|
-
restricted_reason: {
|
|
25
|
-
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
26
|
-
} | null;
|
|
27
|
-
primary_email: string | null;
|
|
28
|
-
display_name: string | null;
|
|
29
|
-
client_metadata: {} | null;
|
|
30
|
-
client_read_only_metadata: {} | null;
|
|
31
|
-
server_metadata: {} | null;
|
|
32
|
-
id: string;
|
|
33
24
|
selected_team_id: string | null;
|
|
34
25
|
is_anonymous: boolean;
|
|
35
26
|
is_restricted: boolean;
|
|
27
|
+
restricted_reason: {
|
|
28
|
+
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
29
|
+
} | null;
|
|
36
30
|
requires_totp_mfa: boolean;
|
|
31
|
+
id: string;
|
|
37
32
|
country_code: string | null;
|
|
33
|
+
display_name: string | null;
|
|
34
|
+
primary_email: string | null;
|
|
38
35
|
profile_image_url: string | null;
|
|
39
36
|
signed_up_at_millis: number;
|
|
40
37
|
last_active_at_millis: number;
|
|
38
|
+
client_metadata: {} | null;
|
|
39
|
+
client_read_only_metadata: {} | null;
|
|
40
|
+
server_metadata: {} | null;
|
|
41
41
|
primary_email_verified: boolean;
|
|
42
42
|
primary_email_auth_enabled: boolean;
|
|
43
43
|
selected_team: {
|
|
44
44
|
client_metadata?: {} | null | undefined;
|
|
45
45
|
client_read_only_metadata?: {} | null | undefined;
|
|
46
46
|
server_metadata?: {} | null | undefined;
|
|
47
|
-
display_name: string;
|
|
48
47
|
id: string;
|
|
49
48
|
created_at_millis: number;
|
|
49
|
+
display_name: string;
|
|
50
50
|
profile_image_url: string | null;
|
|
51
51
|
} | null;
|
|
52
52
|
has_password: boolean;
|
|
@@ -144,32 +144,32 @@ declare const teamMemberProfilesCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
144
144
|
profile_image_url: string | null;
|
|
145
145
|
} & {
|
|
146
146
|
user: {
|
|
147
|
-
restricted_reason: {
|
|
148
|
-
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
149
|
-
} | null;
|
|
150
|
-
primary_email: string | null;
|
|
151
|
-
display_name: string | null;
|
|
152
|
-
client_metadata: {} | null;
|
|
153
|
-
client_read_only_metadata: {} | null;
|
|
154
|
-
server_metadata: {} | null;
|
|
155
|
-
id: string;
|
|
156
147
|
selected_team_id: string | null;
|
|
157
148
|
is_anonymous: boolean;
|
|
158
149
|
is_restricted: boolean;
|
|
150
|
+
restricted_reason: {
|
|
151
|
+
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
152
|
+
} | null;
|
|
159
153
|
requires_totp_mfa: boolean;
|
|
154
|
+
id: string;
|
|
160
155
|
country_code: string | null;
|
|
156
|
+
display_name: string | null;
|
|
157
|
+
primary_email: string | null;
|
|
161
158
|
profile_image_url: string | null;
|
|
162
159
|
signed_up_at_millis: number;
|
|
163
160
|
last_active_at_millis: number;
|
|
161
|
+
client_metadata: {} | null;
|
|
162
|
+
client_read_only_metadata: {} | null;
|
|
163
|
+
server_metadata: {} | null;
|
|
164
164
|
primary_email_verified: boolean;
|
|
165
165
|
primary_email_auth_enabled: boolean;
|
|
166
166
|
selected_team: {
|
|
167
167
|
client_metadata?: {} | null | undefined;
|
|
168
168
|
client_read_only_metadata?: {} | null | undefined;
|
|
169
169
|
server_metadata?: {} | null | undefined;
|
|
170
|
-
display_name: string;
|
|
171
170
|
id: string;
|
|
172
171
|
created_at_millis: number;
|
|
172
|
+
display_name: string;
|
|
173
173
|
profile_image_url: string | null;
|
|
174
174
|
} | null;
|
|
175
175
|
has_password: boolean;
|
|
@@ -38,10 +38,11 @@ declare const transactionEntrySchema: yup$1.MixedSchema<{
|
|
|
38
38
|
quantity: number;
|
|
39
39
|
customer_type: "team" | "user" | "custom";
|
|
40
40
|
product: {
|
|
41
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
42
41
|
client_metadata?: {} | null | undefined;
|
|
43
42
|
client_read_only_metadata?: {} | null | undefined;
|
|
44
43
|
server_metadata?: {} | null | undefined;
|
|
44
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
45
|
+
display_name: string;
|
|
45
46
|
server_only: boolean;
|
|
46
47
|
customer_type: "team" | "user" | "custom";
|
|
47
48
|
stackable: boolean;
|
|
@@ -56,10 +57,9 @@ declare const transactionEntrySchema: yup$1.MixedSchema<{
|
|
|
56
57
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
57
58
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
58
59
|
}>;
|
|
59
|
-
display_name: string;
|
|
60
60
|
included_items: Record<string, {
|
|
61
|
-
quantity?: number | undefined;
|
|
62
61
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
62
|
+
quantity?: number | undefined;
|
|
63
63
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
64
64
|
}>;
|
|
65
65
|
};
|
|
@@ -122,10 +122,11 @@ declare const transactionSchema: yup$1.ObjectSchema<{
|
|
|
122
122
|
quantity: number;
|
|
123
123
|
customer_type: "team" | "user" | "custom";
|
|
124
124
|
product: {
|
|
125
|
-
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
126
125
|
client_metadata?: {} | null | undefined;
|
|
127
126
|
client_read_only_metadata?: {} | null | undefined;
|
|
128
127
|
server_metadata?: {} | null | undefined;
|
|
128
|
+
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
129
|
+
display_name: string;
|
|
129
130
|
server_only: boolean;
|
|
130
131
|
customer_type: "team" | "user" | "custom";
|
|
131
132
|
stackable: boolean;
|
|
@@ -140,10 +141,9 @@ declare const transactionSchema: yup$1.ObjectSchema<{
|
|
|
140
141
|
interval?: ______utils_dates0.DayInterval | undefined;
|
|
141
142
|
free_trial?: ______utils_dates0.DayInterval | undefined;
|
|
142
143
|
}>;
|
|
143
|
-
display_name: string;
|
|
144
144
|
included_items: Record<string, {
|
|
145
|
-
quantity?: number | undefined;
|
|
146
145
|
repeat?: "never" | ______utils_dates0.DayInterval | undefined;
|
|
146
|
+
quantity?: number | undefined;
|
|
147
147
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
148
148
|
}>;
|
|
149
149
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transactions.d.ts","names":[],"sources":["../../../../src/interface/crud/transactions.ts"],"mappings":";;;;;cAwFa,sBAAA,QAAsB,WAAA
|
|
1
|
+
{"version":3,"file":"transactions.d.ts","names":[],"sources":["../../../../src/interface/crud/transactions.ts"],"mappings":";;;;;cAwFa,sBAAA,QAAsB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMxB,kBAAA,CAAA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEC,gBAAA,GAAmB,SAAA,QAAiB,sBAAA;AAAA,cAEnC,iBAAA;AAAA,KAUD,eAAA,WAA0B,iBAAA;AAAA,cAEzB,iBAAA,QAAiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBlB,kBAAA,CAAA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,WAAA,GAAc,SAAA,QAAiB,iBAAA"}
|
|
@@ -81,9 +81,9 @@ declare const usersCrudServerReadSchema: yup$1.ObjectSchema<{
|
|
|
81
81
|
client_metadata?: {} | null | undefined;
|
|
82
82
|
client_read_only_metadata?: {} | null | undefined;
|
|
83
83
|
server_metadata?: {} | null | undefined;
|
|
84
|
-
display_name: string;
|
|
85
84
|
id: string;
|
|
86
85
|
created_at_millis: number;
|
|
86
|
+
display_name: string;
|
|
87
87
|
profile_image_url: string | null;
|
|
88
88
|
} | null;
|
|
89
89
|
selected_team_id: string | null;
|
|
@@ -163,15 +163,14 @@ declare const usersCrudServerReadSchema: yup$1.ObjectSchema<{
|
|
|
163
163
|
requires_totp_mfa: undefined;
|
|
164
164
|
}, "">;
|
|
165
165
|
declare const usersCrudServerCreateSchema: yup$1.ObjectSchema<{
|
|
166
|
-
|
|
166
|
+
is_anonymous: boolean | undefined;
|
|
167
|
+
country_code: string | null | undefined;
|
|
167
168
|
display_name: string | null | undefined;
|
|
169
|
+
primary_email: string | null | undefined;
|
|
170
|
+
profile_image_url: string | null | undefined;
|
|
168
171
|
client_metadata: {} | null | undefined;
|
|
169
172
|
client_read_only_metadata: {} | null | undefined;
|
|
170
173
|
server_metadata: {} | null | undefined;
|
|
171
|
-
is_anonymous: boolean | undefined;
|
|
172
|
-
password: string | null | undefined;
|
|
173
|
-
country_code: string | null | undefined;
|
|
174
|
-
profile_image_url: string | null | undefined;
|
|
175
174
|
primary_email_verified: boolean | undefined;
|
|
176
175
|
primary_email_auth_enabled: boolean | undefined;
|
|
177
176
|
otp_auth_enabled: boolean | undefined;
|
|
@@ -185,6 +184,7 @@ declare const usersCrudServerCreateSchema: yup$1.ObjectSchema<{
|
|
|
185
184
|
free_trial_abuse: number;
|
|
186
185
|
};
|
|
187
186
|
} | undefined;
|
|
187
|
+
password: string | null | undefined;
|
|
188
188
|
password_hash: string | undefined;
|
|
189
189
|
totp_secret_base64: string | null | undefined;
|
|
190
190
|
} & {
|
|
@@ -234,9 +234,9 @@ declare const usersCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
234
234
|
client_metadata?: {} | null | undefined;
|
|
235
235
|
client_read_only_metadata?: {} | null | undefined;
|
|
236
236
|
server_metadata?: {} | null | undefined;
|
|
237
|
-
display_name: string;
|
|
238
237
|
id: string;
|
|
239
238
|
created_at_millis: number;
|
|
239
|
+
display_name: string;
|
|
240
240
|
profile_image_url: string | null;
|
|
241
241
|
} | null;
|
|
242
242
|
selected_team_id: string | null;
|
|
@@ -369,15 +369,14 @@ declare const usersCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
369
369
|
};
|
|
370
370
|
}, "">;
|
|
371
371
|
serverCreateSchema: yup$1.ObjectSchema<{
|
|
372
|
-
|
|
372
|
+
is_anonymous: boolean | undefined;
|
|
373
|
+
country_code: string | null | undefined;
|
|
373
374
|
display_name: string | null | undefined;
|
|
375
|
+
primary_email: string | null | undefined;
|
|
376
|
+
profile_image_url: string | null | undefined;
|
|
374
377
|
client_metadata: {} | null | undefined;
|
|
375
378
|
client_read_only_metadata: {} | null | undefined;
|
|
376
379
|
server_metadata: {} | null | undefined;
|
|
377
|
-
is_anonymous: boolean | undefined;
|
|
378
|
-
password: string | null | undefined;
|
|
379
|
-
country_code: string | null | undefined;
|
|
380
|
-
profile_image_url: string | null | undefined;
|
|
381
380
|
primary_email_verified: boolean | undefined;
|
|
382
381
|
primary_email_auth_enabled: boolean | undefined;
|
|
383
382
|
otp_auth_enabled: boolean | undefined;
|
|
@@ -391,6 +390,7 @@ declare const usersCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
391
390
|
free_trial_abuse: number;
|
|
392
391
|
};
|
|
393
392
|
} | undefined;
|
|
393
|
+
password: string | null | undefined;
|
|
394
394
|
password_hash: string | undefined;
|
|
395
395
|
totp_secret_base64: string | null | undefined;
|
|
396
396
|
} & {
|
|
@@ -468,9 +468,9 @@ declare const userCreatedWebhookEvent: WebhookEvent<yup$1.ObjectSchema<{
|
|
|
468
468
|
client_metadata?: {} | null | undefined;
|
|
469
469
|
client_read_only_metadata?: {} | null | undefined;
|
|
470
470
|
server_metadata?: {} | null | undefined;
|
|
471
|
-
display_name: string;
|
|
472
471
|
id: string;
|
|
473
472
|
created_at_millis: number;
|
|
473
|
+
display_name: string;
|
|
474
474
|
profile_image_url: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
selected_team_id: string | null;
|
|
@@ -559,9 +559,9 @@ declare const userUpdatedWebhookEvent: WebhookEvent<yup$1.ObjectSchema<{
|
|
|
559
559
|
client_metadata?: {} | null | undefined;
|
|
560
560
|
client_read_only_metadata?: {} | null | undefined;
|
|
561
561
|
server_metadata?: {} | null | undefined;
|
|
562
|
-
display_name: string;
|
|
563
562
|
id: string;
|
|
564
563
|
created_at_millis: number;
|
|
564
|
+
display_name: string;
|
|
565
565
|
profile_image_url: string | null;
|
|
566
566
|
} | null;
|
|
567
567
|
selected_team_id: string | null;
|
|
@@ -20,9 +20,9 @@ declare const webhookEvents: readonly [WebhookEvent<yup$1.ObjectSchema<{
|
|
|
20
20
|
client_metadata?: {} | null | undefined;
|
|
21
21
|
client_read_only_metadata?: {} | null | undefined;
|
|
22
22
|
server_metadata?: {} | null | undefined;
|
|
23
|
-
display_name: string;
|
|
24
23
|
id: string;
|
|
25
24
|
created_at_millis: number;
|
|
25
|
+
display_name: string;
|
|
26
26
|
profile_image_url: string | null;
|
|
27
27
|
} | null;
|
|
28
28
|
selected_team_id: string | null;
|
|
@@ -110,9 +110,9 @@ declare const webhookEvents: readonly [WebhookEvent<yup$1.ObjectSchema<{
|
|
|
110
110
|
client_metadata?: {} | null | undefined;
|
|
111
111
|
client_read_only_metadata?: {} | null | undefined;
|
|
112
112
|
server_metadata?: {} | null | undefined;
|
|
113
|
-
display_name: string;
|
|
114
113
|
id: string;
|
|
115
114
|
created_at_millis: number;
|
|
115
|
+
display_name: string;
|
|
116
116
|
profile_image_url: string | null;
|
|
117
117
|
} | null;
|
|
118
118
|
selected_team_id: string | null;
|
|
@@ -98,7 +98,7 @@ declare const KnownErrors: {
|
|
|
98
98
|
};
|
|
99
99
|
AccessTypeWithoutProjectId: KnownErrorConstructor<KnownError & KnownErrorBrand<"PROJECT_AUTHENTICATION_ERROR"> & {
|
|
100
100
|
constructorArgs: [statusCode: number, humanReadableMessage: string, details?: Json | undefined];
|
|
101
|
-
} & KnownErrorBrand<"INVALID_PROJECT_AUTHENTICATION"> & KnownErrorBrand<"ACCESS_TYPE_WITHOUT_PROJECT_ID">, [accessType: "
|
|
101
|
+
} & KnownErrorBrand<"INVALID_PROJECT_AUTHENTICATION"> & KnownErrorBrand<"ACCESS_TYPE_WITHOUT_PROJECT_ID">, [accessType: "server" | "admin" | "client"]> & {
|
|
102
102
|
errorCode: "ACCESS_TYPE_WITHOUT_PROJECT_ID";
|
|
103
103
|
};
|
|
104
104
|
AccessTypeRequired: KnownErrorConstructor<KnownError & KnownErrorBrand<"PROJECT_AUTHENTICATION_ERROR"> & {
|
|
@@ -111,7 +111,7 @@ declare const KnownErrors: {
|
|
|
111
111
|
};
|
|
112
112
|
InsufficientAccessType: KnownErrorConstructor<KnownError & KnownErrorBrand<"PROJECT_AUTHENTICATION_ERROR"> & {
|
|
113
113
|
constructorArgs: [statusCode: number, humanReadableMessage: string, details?: Json | undefined];
|
|
114
|
-
} & KnownErrorBrand<"INVALID_PROJECT_AUTHENTICATION"> & KnownErrorBrand<"INSUFFICIENT_ACCESS_TYPE">, [actualAccessType: "
|
|
114
|
+
} & KnownErrorBrand<"INVALID_PROJECT_AUTHENTICATION"> & KnownErrorBrand<"INSUFFICIENT_ACCESS_TYPE">, [actualAccessType: "server" | "admin" | "client", allowedAccessTypes: ("server" | "admin" | "client")[]]> & {
|
|
115
115
|
errorCode: "INSUFFICIENT_ACCESS_TYPE";
|
|
116
116
|
};
|
|
117
117
|
InvalidPublishableClientKey: KnownErrorConstructor<KnownError & KnownErrorBrand<"PROJECT_AUTHENTICATION_ERROR"> & {
|
|
@@ -107,7 +107,7 @@ declare const moneyAmountSchema: (currency: Currency) => yup$1.StringSchema<stri
|
|
|
107
107
|
*/
|
|
108
108
|
declare const strictEmailSchema: (message: string | undefined) => yup$1.StringSchema<string | undefined, yup$1.AnyObject, undefined, "">;
|
|
109
109
|
declare const emailSchema: yup$1.StringSchema<string | undefined, yup$1.AnyObject, undefined, "">;
|
|
110
|
-
declare const clientOrHigherAuthTypeSchema: yup$1.StringSchema<"
|
|
110
|
+
declare const clientOrHigherAuthTypeSchema: yup$1.StringSchema<"server" | "admin" | "client", yup$1.AnyObject, undefined, "">;
|
|
111
111
|
declare const serverOrHigherAuthTypeSchema: yup$1.StringSchema<"server" | "admin", yup$1.AnyObject, undefined, "">;
|
|
112
112
|
declare const adminAuthTypeSchema: yup$1.StringSchema<"admin", yup$1.AnyObject, undefined, "">;
|
|
113
113
|
declare const projectIdSchema: yup$1.StringSchema<string | undefined, yup$1.AnyObject, undefined, "">;
|
|
@@ -302,8 +302,8 @@ declare const inlineProductSchema: yup$1.ObjectSchema<{
|
|
|
302
302
|
free_trial?: DayInterval | undefined;
|
|
303
303
|
}>;
|
|
304
304
|
included_items: Record<string, {
|
|
305
|
-
quantity?: number | undefined;
|
|
306
305
|
repeat?: "never" | DayInterval | undefined;
|
|
306
|
+
quantity?: number | undefined;
|
|
307
307
|
expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
|
|
308
308
|
}>;
|
|
309
309
|
client_metadata: {} | null | undefined;
|
package/dist/esm/sessions.d.ts
CHANGED
|
@@ -9,24 +9,24 @@ declare class AccessToken {
|
|
|
9
9
|
private constructor();
|
|
10
10
|
get payload(): {
|
|
11
11
|
exp?: number | undefined;
|
|
12
|
-
project_id: string;
|
|
13
|
-
refresh_token_id: string;
|
|
14
|
-
email: string | null;
|
|
15
|
-
restricted_reason: {
|
|
16
|
-
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
17
|
-
} | null;
|
|
18
|
-
branch_id: string;
|
|
19
12
|
sub: string;
|
|
20
13
|
iat: number;
|
|
21
14
|
iss: string;
|
|
22
15
|
aud: string;
|
|
16
|
+
project_id: string;
|
|
17
|
+
branch_id: string;
|
|
18
|
+
refresh_token_id: string;
|
|
23
19
|
role: "authenticated";
|
|
24
20
|
name: string | null;
|
|
21
|
+
email: string | null;
|
|
25
22
|
email_verified: boolean;
|
|
26
23
|
selected_team_id: string | null;
|
|
27
24
|
signed_up_at: number;
|
|
28
25
|
is_anonymous: boolean;
|
|
29
26
|
is_restricted: boolean;
|
|
27
|
+
restricted_reason: {
|
|
28
|
+
type: "anonymous" | "email_not_verified" | "restricted_by_administrator";
|
|
29
|
+
} | null;
|
|
30
30
|
requires_totp_mfa: boolean;
|
|
31
31
|
};
|
|
32
32
|
get expiresAt(): Date;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react.d.ts","names":[],"sources":["../../../src/utils/react.tsx"],"mappings":";;;iBAOgB,gBAAA,WACJ,KAAA,CAAM,aAAA,cAA2B,KAAA,CAAM,GAAA,CAAI,iBAAA,6BAAA,CAErD,WAAA,UAAqB,MAAA,EAAQ,KAAA,CAAM,wBAAA,CAAyB,gBAAA,CAAiB,CAAA,GAAI,KAAA,CAAM,qBAAA,CAAsB,CAAA,IAAK,UAAA,IAAW,KAAA,CAAA,EAAA,CAAA,KAAA,CAAA,qBAAA,CAAA,CAAA,IAAA,UAAA;;;KAK1H,gBAAA,WAA2B,KAAA,CAAM,aAAA,cAA2B,KAAA,CAAM,GAAA,CAAI,iBAAA,IAAqB,WAAA,CAAY,wBAAA,CAAyB,KAAA,CAAM,qBAAA,CAAsB,CAAA;AAAA,KAC5J,wBAAA,MAA8B,CAAA,SAAU,KAAA,CAAM,SAAA,YAAqB,CAAA;AAAA,iBAGxD,GAAA,GAAA,CAAO,OAAA,EAAS,OAAA,CAAQ,CAAA,IAAK,CAAA;AAAA,iBA4B7B,kBAAA,WAAA,CAA8B,MAAA,EAAQ,KAAA,CAAM,wBAAA,CAAyB,CAAA,EAAG,CAAA,IAAK,KAAA,CAAM,EAAA,CAAG,CAAA;EAAM,GAAA,GAAM,KAAA,CAAM,GAAA,CAAI,CAAA;AAAA;AAAA,iBAY5G,WAAA,CAAY,IAAA,EAAM,KAAA,CAAM,SAAA;;;;;;
|
|
1
|
+
{"version":3,"file":"react.d.ts","names":[],"sources":["../../../src/utils/react.tsx"],"mappings":";;;iBAOgB,gBAAA,WACJ,KAAA,CAAM,aAAA,cAA2B,KAAA,CAAM,GAAA,CAAI,iBAAA,6BAAA,CAErD,WAAA,UAAqB,MAAA,EAAQ,KAAA,CAAM,wBAAA,CAAyB,gBAAA,CAAiB,CAAA,GAAI,KAAA,CAAM,qBAAA,CAAsB,CAAA,IAAK,UAAA,IAAW,KAAA,CAAA,EAAA,CAAA,KAAA,CAAA,qBAAA,CAAA,CAAA,IAAA,UAAA;;;KAK1H,gBAAA,WAA2B,KAAA,CAAM,aAAA,cAA2B,KAAA,CAAM,GAAA,CAAI,iBAAA,IAAqB,WAAA,CAAY,wBAAA,CAAyB,KAAA,CAAM,qBAAA,CAAsB,CAAA;AAAA,KAC5J,wBAAA,MAA8B,CAAA,SAAU,KAAA,CAAM,SAAA,YAAqB,CAAA;AAAA,iBAGxD,GAAA,GAAA,CAAO,OAAA,EAAS,OAAA,CAAQ,CAAA,IAAK,CAAA;AAAA,iBA4B7B,kBAAA,WAAA,CAA8B,MAAA,EAAQ,KAAA,CAAM,wBAAA,CAAyB,CAAA,EAAG,CAAA,IAAK,KAAA,CAAM,EAAA,CAAG,CAAA;EAAM,GAAA,GAAM,KAAA,CAAM,GAAA,CAAI,CAAA;AAAA;AAAA,iBAY5G,WAAA,CAAY,IAAA,EAAM,KAAA,CAAM,SAAA;;;;;;iBAsDxB,OAAA,CAAA;AAAA,iBAKA,MAAA,MAAA,CAAa,GAAA,EAAK,WAAA,CAAY,CAAA,GAAI,MAAA,GAAS,KAAA,EAAO,CAAA,KAAM,CAAA,GAAI,WAAA,CAAY,CAAA;AAAA,KAa5E,WAAA;EAAA,SACD,OAAA,EAAS,CAAA;AAAA;AAAA,KAGR,QAAA,MAAc,WAAA,CAAY,CAAA;EACpC,GAAA,GAAM,OAAA,EAAS,cAAA,CAAe,CAAA;AAAA;;;;;;;;;;;;;;;;;iBAmBhB,WAAA,GAAA,CAAe,YAAA,EAAc,CAAA,UAAW,CAAA,IAAK,QAAA,CAAS,CAAA;AAAA,iBA0BtD,WAAA,MAAA,CAAkB,QAAA,EAAU,QAAA,CAAS,CAAA,GAAI,MAAA,GAAS,KAAA,EAAO,CAAA,KAAM,CAAA,EAAG,aAAA,GAAgB,IAAA,EAAM,CAAA,EAAG,IAAA,EAAM,CAAA,KAAM,CAAA,GAAI,QAAA,CAAS,CAAA;AAAA,iBAiBpH,aAAA,CAAc,GAAA,UAAa,YAAA,sCAAqB,IAAA;AAAA,iBA4BhD,2BAAA,CAA4B,KAAA;AAAA,cAI/B,uBAAA,SAAgC,KAAA;EAC3C,MAAA;EACA,MAAA;EACA,4BAAA;cAEY,OAAA;IAAW,MAAA;EAAA;AAAA;;AA7NxB;;iBAiSe,YAAA,CAAa,MAAA"}
|