@hexclave/shared 1.0.45 → 1.0.46

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.
Files changed (109) hide show
  1. package/dist/{admin-interface-B-UjGQ0i.d.ts → admin-interface-DQcggLpw.d.ts} +11 -11
  2. package/dist/{admin-interface-B-UjGQ0i.d.ts.map → admin-interface-DQcggLpw.d.ts.map} +1 -1
  3. package/dist/{admin-metrics-1yiWGq9z.d.ts → admin-metrics-bsOkw4YQ.d.ts} +15 -15
  4. package/dist/{admin-metrics-1yiWGq9z.d.ts.map → admin-metrics-bsOkw4YQ.d.ts.map} +1 -1
  5. package/dist/{client-interface-DjVtlQix.d.ts → client-interface-BQz4jNAC.d.ts} +10 -10
  6. package/dist/{client-interface-DjVtlQix.d.ts.map → client-interface-BQz4jNAC.d.ts.map} +1 -1
  7. package/dist/config/schema.d.ts +1 -1
  8. package/dist/config-authoring.d.ts +1 -1
  9. package/dist/{current-user-BCkMYzHx.d.ts → current-user-BBoN3hsn.d.ts} +17 -17
  10. package/dist/{current-user-BCkMYzHx.d.ts.map → current-user-BBoN3hsn.d.ts.map} +1 -1
  11. package/dist/dates-BRAvSk6L.d.ts +40 -0
  12. package/dist/{dates-B6ne9iOR.d.ts.map → dates-BRAvSk6L.d.ts.map} +1 -1
  13. package/dist/{email-outbox-BRZiK0ZG.d.ts → email-outbox-CYmVerum.d.ts} +225 -225
  14. package/dist/{email-outbox-BRZiK0ZG.d.ts.map → email-outbox-CYmVerum.d.ts.map} +1 -1
  15. package/dist/esm/config/schema.d.ts +116 -116
  16. package/dist/esm/interface/admin-metrics.d.ts +14 -14
  17. package/dist/esm/interface/conversations.d.ts +37 -37
  18. package/dist/esm/interface/crud/current-user.d.ts +16 -16
  19. package/dist/esm/interface/crud/email-outbox.d.ts +224 -224
  20. package/dist/esm/interface/crud/invoices.d.ts +2 -2
  21. package/dist/esm/interface/crud/products.d.ts +21 -21
  22. package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
  23. package/dist/esm/interface/crud/projects.d.ts +59 -59
  24. package/dist/esm/interface/crud/team-member-profiles.d.ts +32 -32
  25. package/dist/esm/interface/crud/transactions.d.ts +17 -17
  26. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  27. package/dist/esm/interface/crud/users.d.ts +22 -22
  28. package/dist/esm/interface/plan-usage.d.ts +1 -1
  29. package/dist/esm/interface/webhooks.d.ts +4 -4
  30. package/dist/esm/known-errors.d.ts +3 -3
  31. package/dist/esm/schema-fields.d.ts +12 -12
  32. package/dist/esm/schema-fields.d.ts.map +1 -1
  33. package/dist/esm/schema-fields.js +2 -2
  34. package/dist/esm/schema-fields.js.map +1 -1
  35. package/dist/esm/sessions.d.ts +9 -9
  36. package/dist/esm/utils/currencies.d.ts +16 -1
  37. package/dist/esm/utils/currencies.d.ts.map +1 -1
  38. package/dist/esm/utils/currencies.js +24 -1
  39. package/dist/esm/utils/currencies.js.map +1 -1
  40. package/dist/esm/utils/dates.d.ts +18 -1
  41. package/dist/esm/utils/dates.d.ts.map +1 -1
  42. package/dist/esm/utils/dates.js +36 -15
  43. package/dist/esm/utils/dates.js.map +1 -1
  44. package/dist/helpers/password.d.ts +1 -1
  45. package/dist/helpers/production-mode.d.ts +1 -1
  46. package/dist/index.d.ts +4 -4
  47. package/dist/interface/admin-interface.d.ts +2 -2
  48. package/dist/interface/admin-metrics.d.ts +1 -1
  49. package/dist/interface/client-interface.d.ts +1 -1
  50. package/dist/interface/conversations.d.ts +37 -37
  51. package/dist/interface/crud/current-user.d.ts +1 -1
  52. package/dist/interface/crud/email-outbox.d.ts +1 -1
  53. package/dist/interface/crud/invoices.d.ts +1 -1
  54. package/dist/interface/crud/products.d.ts +1 -1
  55. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  56. package/dist/interface/crud/projects.d.ts +1 -1
  57. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  58. package/dist/interface/crud/transactions.d.ts +1 -1
  59. package/dist/interface/crud/users.d.ts +1 -1
  60. package/dist/interface/plan-usage.d.ts +1 -1
  61. package/dist/interface/server-interface.d.ts +1 -1
  62. package/dist/interface/webhooks.d.ts +1 -1
  63. package/dist/{invoices-BGLLnTlR.d.ts → invoices-CHo9YKbI.d.ts} +3 -3
  64. package/dist/{invoices-BGLLnTlR.d.ts.map → invoices-CHo9YKbI.d.ts.map} +1 -1
  65. package/dist/{known-errors-g7JC8z58.d.ts → known-errors-Bm4a61wL.d.ts} +4 -4
  66. package/dist/{known-errors-g7JC8z58.d.ts.map → known-errors-Bm4a61wL.d.ts.map} +1 -1
  67. package/dist/known-errors.d.ts +1 -1
  68. package/dist/{plan-usage-BigvGIcT.d.ts → plan-usage-ChUZqQWw.d.ts} +2 -2
  69. package/dist/{plan-usage-BigvGIcT.d.ts.map → plan-usage-ChUZqQWw.d.ts.map} +1 -1
  70. package/dist/{products-D_fcxfR0.d.ts → products-D4o8A2W0.d.ts} +23 -23
  71. package/dist/{products-D_fcxfR0.d.ts.map → products-D4o8A2W0.d.ts.map} +1 -1
  72. package/dist/{project-api-keys-OQqmKtMS.d.ts → project-api-keys--7V5X_UW.d.ts} +5 -5
  73. package/dist/{project-api-keys-OQqmKtMS.d.ts.map → project-api-keys--7V5X_UW.d.ts.map} +1 -1
  74. package/dist/{projects-C42SVFvm.d.ts → projects-CFTNXRfG.d.ts} +60 -60
  75. package/dist/{projects-C42SVFvm.d.ts.map → projects-CFTNXRfG.d.ts.map} +1 -1
  76. package/dist/{schema-Bgy-GC70.d.ts → schema-Daq0b_sf.d.ts} +118 -118
  77. package/dist/{schema-Bgy-GC70.d.ts.map → schema-Daq0b_sf.d.ts.map} +1 -1
  78. package/dist/{schema-fields-BljhsWsa.d.ts → schema-fields-DZtDQEEO.d.ts} +14 -14
  79. package/dist/schema-fields-DZtDQEEO.d.ts.map +1 -0
  80. package/dist/schema-fields.d.ts +1 -1
  81. package/dist/schema-fields.js +2 -2
  82. package/dist/schema-fields.js.map +1 -1
  83. package/dist/{server-interface-C1W1tZ_y.d.ts → server-interface-BjY-eS4Q.d.ts} +8 -8
  84. package/dist/{server-interface-C1W1tZ_y.d.ts.map → server-interface-BjY-eS4Q.d.ts.map} +1 -1
  85. package/dist/{sessions-C0nM8bE_.d.ts → sessions-CI-0TBQb.d.ts} +11 -11
  86. package/dist/{sessions-C0nM8bE_.d.ts.map → sessions-CI-0TBQb.d.ts.map} +1 -1
  87. package/dist/sessions.d.ts +1 -1
  88. package/dist/{team-member-profiles-CgYXR-Rx.d.ts → team-member-profiles-BoDEqx-0.d.ts} +33 -33
  89. package/dist/{team-member-profiles-CgYXR-Rx.d.ts.map → team-member-profiles-BoDEqx-0.d.ts.map} +1 -1
  90. package/dist/{transactions-BomBBiph.d.ts → transactions-CHNUJ42J.d.ts} +19 -19
  91. package/dist/transactions-CHNUJ42J.d.ts.map +1 -0
  92. package/dist/{users-7MKfEyyq.d.ts → users-DHNRwoSz.d.ts} +24 -24
  93. package/dist/{users-7MKfEyyq.d.ts.map → users-DHNRwoSz.d.ts.map} +1 -1
  94. package/dist/utils/currencies.d.ts +16 -1
  95. package/dist/utils/currencies.d.ts.map +1 -1
  96. package/dist/utils/currencies.js +24 -0
  97. package/dist/utils/currencies.js.map +1 -1
  98. package/dist/utils/dates.d.ts +2 -2
  99. package/dist/utils/dates.js +36 -14
  100. package/dist/utils/dates.js.map +1 -1
  101. package/dist/{webhooks-C5gG85Ce.d.ts → webhooks-8Ts1Clcb.d.ts} +5 -5
  102. package/dist/{webhooks-C5gG85Ce.d.ts.map → webhooks-8Ts1Clcb.d.ts.map} +1 -1
  103. package/package.json +1 -1
  104. package/src/schema-fields.ts +13 -2
  105. package/src/utils/currencies.tsx +69 -0
  106. package/src/utils/dates.tsx +104 -15
  107. package/dist/dates-B6ne9iOR.d.ts +0 -23
  108. package/dist/schema-fields-BljhsWsa.d.ts.map +0 -1
  109. package/dist/transactions-BomBBiph.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { t as DayInterval } from "./dates-B6ne9iOR.js";
1
+ import { t as DayInterval } from "./dates-BRAvSk6L.js";
2
2
  import * as yup$1 from "yup";
3
3
 
4
4
  //#region src/interface/crud/products.d.ts
@@ -6,16 +6,14 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
6
6
  id: string | null;
7
7
  quantity: number;
8
8
  product: {
9
+ free_trial?: DayInterval | undefined;
9
10
  client_metadata?: {} | null | undefined;
10
11
  client_read_only_metadata?: {} | null | undefined;
11
12
  server_metadata?: {} | null | undefined;
12
- free_trial?: DayInterval | undefined;
13
- display_name: string;
14
13
  server_only: boolean;
15
- customer_type: "user" | "team" | "custom";
14
+ customer_type: "team" | "user" | "custom";
16
15
  stackable: boolean;
17
16
  prices: Record<string, {
18
- free_trial?: DayInterval | undefined;
19
17
  USD?: string | undefined;
20
18
  EUR?: string | undefined;
21
19
  GBP?: string | undefined;
@@ -24,10 +22,12 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
24
22
  AUD?: string | undefined;
25
23
  CAD?: string | undefined;
26
24
  interval?: DayInterval | undefined;
25
+ free_trial?: DayInterval | undefined;
27
26
  }>;
27
+ display_name: string;
28
28
  included_items: Record<string, {
29
- repeat?: "never" | DayInterval | undefined;
30
29
  quantity?: number | undefined;
30
+ repeat?: "never" | DayInterval | undefined;
31
31
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
32
32
  }>;
33
33
  };
@@ -41,16 +41,14 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
41
41
  switch_options: {
42
42
  product_id: string;
43
43
  product: {
44
+ free_trial?: DayInterval | undefined;
44
45
  client_metadata?: {} | null | undefined;
45
46
  client_read_only_metadata?: {} | null | undefined;
46
47
  server_metadata?: {} | null | undefined;
47
- free_trial?: DayInterval | undefined;
48
- display_name: string;
49
48
  server_only: boolean;
50
- customer_type: "user" | "team" | "custom";
49
+ customer_type: "team" | "user" | "custom";
51
50
  stackable: boolean;
52
51
  prices: Record<string, {
53
- free_trial?: DayInterval | undefined;
54
52
  USD?: string | undefined;
55
53
  EUR?: string | undefined;
56
54
  GBP?: string | undefined;
@@ -59,10 +57,12 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
59
57
  AUD?: string | undefined;
60
58
  CAD?: string | undefined;
61
59
  interval?: DayInterval | undefined;
60
+ free_trial?: DayInterval | undefined;
62
61
  }>;
62
+ display_name: string;
63
63
  included_items: Record<string, {
64
- repeat?: "never" | DayInterval | undefined;
65
64
  quantity?: number | undefined;
65
+ repeat?: "never" | DayInterval | undefined;
66
66
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
67
67
  }>;
68
68
  };
@@ -104,16 +104,14 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
104
104
  switch_options?: {
105
105
  product_id: string;
106
106
  product: {
107
+ free_trial?: DayInterval | undefined;
107
108
  client_metadata?: {} | null | undefined;
108
109
  client_read_only_metadata?: {} | null | undefined;
109
110
  server_metadata?: {} | null | undefined;
110
- free_trial?: DayInterval | undefined;
111
- display_name: string;
112
111
  server_only: boolean;
113
- customer_type: "user" | "team" | "custom";
112
+ customer_type: "team" | "user" | "custom";
114
113
  stackable: boolean;
115
114
  prices: Record<string, {
116
- free_trial?: DayInterval | undefined;
117
115
  USD?: string | undefined;
118
116
  EUR?: string | undefined;
119
117
  GBP?: string | undefined;
@@ -122,27 +120,26 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
122
120
  AUD?: string | undefined;
123
121
  CAD?: string | undefined;
124
122
  interval?: DayInterval | undefined;
123
+ free_trial?: DayInterval | undefined;
125
124
  }>;
125
+ display_name: string;
126
126
  included_items: Record<string, {
127
- repeat?: "never" | DayInterval | undefined;
128
127
  quantity?: number | undefined;
128
+ repeat?: "never" | DayInterval | undefined;
129
129
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
130
130
  }>;
131
131
  };
132
132
  }[] | undefined;
133
- id: string | null;
134
133
  quantity: number;
135
134
  product: {
135
+ free_trial?: 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?: DayInterval | undefined;
140
- display_name: string;
141
139
  server_only: boolean;
142
- customer_type: "user" | "team" | "custom";
140
+ customer_type: "team" | "user" | "custom";
143
141
  stackable: boolean;
144
142
  prices: Record<string, {
145
- free_trial?: DayInterval | undefined;
146
143
  USD?: string | undefined;
147
144
  EUR?: string | undefined;
148
145
  GBP?: string | undefined;
@@ -151,13 +148,16 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
151
148
  AUD?: string | undefined;
152
149
  CAD?: string | undefined;
153
150
  interval?: DayInterval | undefined;
151
+ free_trial?: DayInterval | undefined;
154
152
  }>;
153
+ display_name: string;
155
154
  included_items: Record<string, {
156
- repeat?: "never" | DayInterval | undefined;
157
155
  quantity?: number | undefined;
156
+ repeat?: "never" | DayInterval | undefined;
158
157
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
159
158
  }>;
160
159
  };
160
+ id: string | null;
161
161
  }[];
162
162
  is_paginated: boolean;
163
163
  pagination: {
@@ -179,4 +179,4 @@ type ListCustomerProductsOptions = {
179
179
  };
180
180
  //#endregion
181
181
  export { customerProductsListResponseSchema as a, customerProductReadSchema as i, CustomerProductsListResponse as n, ListCustomerProductsOptions as r, CustomerProductRead as t };
182
- //# sourceMappingURL=products-D_fcxfR0.d.ts.map
182
+ //# sourceMappingURL=products-D4o8A2W0.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"products-D_fcxfR0.d.ts","names":[],"sources":["../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA;;;;;;;iBAc1B,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,mBAAA,GAAsB,KAAA,CAAI,SAAS,QAAQ,yBAAA;AAAA,cAE1C,kCAAA,EAAkC,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;qBAMnC,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,4BAAA,GAA+B,KAAA,CAAI,SAAS,QAAQ,kCAAA;AAAA,KAEpD,2BAAA;EACV,aAAA;EACA,WAAA;EACA,MAAA;EACA,KAAA;AAAA"}
1
+ {"version":3,"file":"products-D4o8A2W0.d.ts","names":[],"sources":["../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA;;;;iBAc1B,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,mBAAA,GAAsB,KAAA,CAAI,SAAS,QAAQ,yBAAA;AAAA,cAE1C,kCAAA,EAAkC,KAAA,CAAA,YAAA;;;;;;;;;;;;qBAMnC,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,4BAAA,GAA+B,KAAA,CAAI,SAAS,QAAQ,kCAAA;AAAA,KAEpD,2BAAA;EACV,aAAA;EACA,WAAA;EACA,MAAA;EACA,KAAA;AAAA"}
@@ -78,9 +78,9 @@ declare const userApiKeysCrud: CrudSchemaFromOptions<{
78
78
  is_public: undefined;
79
79
  user_id: undefined;
80
80
  }, "">, userApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
81
- description: string;
82
- type: "user";
83
81
  user_id: string;
82
+ type: "user";
83
+ description: string;
84
84
  id: string;
85
85
  created_at_millis: number;
86
86
  expires_at_millis: number | undefined;
@@ -176,11 +176,11 @@ declare const teamApiKeysCrud: CrudSchemaFromOptions<{
176
176
  is_public: undefined;
177
177
  team_id: undefined;
178
178
  }, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
179
- description: string;
180
179
  type: "team";
180
+ team_id: string;
181
+ description: string;
181
182
  id: string;
182
183
  created_at_millis: number;
183
- team_id: string;
184
184
  expires_at_millis: number | undefined;
185
185
  manually_revoked_at_millis: number | undefined;
186
186
  is_public: boolean;
@@ -200,4 +200,4 @@ declare const teamApiKeysCrud: CrudSchemaFromOptions<{
200
200
  type TeamApiKeysCrud = CrudTypeOf<typeof teamApiKeysCrud>;
201
201
  //#endregion
202
202
  export { teamApiKeysCrud as a, userApiKeysCrud as c, teamApiKeysCreateOutputSchema as i, UserApiKeysCrud as n, userApiKeysCreateInputSchema as o, teamApiKeysCreateInputSchema as r, userApiKeysCreateOutputSchema as s, TeamApiKeysCrud as t };
203
- //# sourceMappingURL=project-api-keys-OQqmKtMS.d.ts.map
203
+ //# sourceMappingURL=project-api-keys--7V5X_UW.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"project-api-keys-OQqmKtMS.d.ts","names":[],"sources":["../src/interface/crud/project-api-keys.ts"],"mappings":";;;;cAwFQ,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA;AAAA,cAGxC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
1
+ {"version":3,"file":"project-api-keys--7V5X_UW.d.ts","names":[],"sources":["../src/interface/crud/project-api-keys.ts"],"mappings":";;;;cAwFQ,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA;AAAA,cAGxC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
@@ -2,7 +2,7 @@ import { c as CrudTypeOf, s as CrudSchemaFromOptions } from "./crud-CqmEW9s6.js"
2
2
 
3
3
  //#region src/interface/crud/projects.d.ts
4
4
  declare const emailConfigSchema: import("yup").ObjectSchema<{
5
- type: "standard" | "shared";
5
+ type: "shared" | "standard";
6
6
  host: string | undefined;
7
7
  port: number | undefined;
8
8
  username: string | undefined;
@@ -19,7 +19,7 @@ declare const emailConfigSchema: import("yup").ObjectSchema<{
19
19
  sender_email: undefined;
20
20
  }, "">;
21
21
  declare const emailConfigWithoutPasswordSchema: import("yup").ObjectSchema<{
22
- type: "standard" | "shared";
22
+ type: "shared" | "standard";
23
23
  host: string | undefined;
24
24
  port: number | undefined;
25
25
  username: string | undefined;
@@ -50,7 +50,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
50
50
  onboarding_state: {
51
51
  selected_config_choice: "create-new" | "link-existing";
52
52
  selected_apps: string[];
53
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
53
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
54
54
  selected_email_theme_id: string | null;
55
55
  selected_payments_country: "US" | "OTHER";
56
56
  } | null | undefined;
@@ -61,13 +61,17 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
61
61
  message: string;
62
62
  }[];
63
63
  config: {
64
+ domains: {
65
+ domain: string;
66
+ handler_path: string;
67
+ }[];
64
68
  oauth_providers: {
65
69
  client_id?: string | undefined;
66
70
  client_secret?: string | undefined;
67
71
  facebook_config_id?: string | undefined;
68
72
  microsoft_tenant_id?: string | undefined;
69
73
  apple_bundle_ids?: string[] | undefined;
70
- type: "standard" | "shared";
74
+ type: "shared" | "standard";
71
75
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
72
76
  provider_config_id: string;
73
77
  }[];
@@ -83,10 +87,6 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
83
87
  enabled_oauth_providers: {
84
88
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
85
89
  }[];
86
- domains: {
87
- domain: string;
88
- handler_path: string;
89
- }[];
90
90
  email_config: {
91
91
  password?: string | undefined;
92
92
  host?: string | undefined;
@@ -94,7 +94,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
94
94
  username?: string | undefined;
95
95
  sender_name?: string | undefined;
96
96
  sender_email?: string | undefined;
97
- type: "standard" | "shared";
97
+ type: "shared" | "standard";
98
98
  };
99
99
  email_theme: string;
100
100
  create_team_on_sign_up: boolean;
@@ -173,6 +173,10 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
173
173
  message: string;
174
174
  }[];
175
175
  config: {
176
+ domains: {
177
+ domain: string;
178
+ handler_path: string;
179
+ }[];
176
180
  allow_localhost: boolean;
177
181
  sign_up_enabled: boolean;
178
182
  credential_enabled: boolean;
@@ -185,10 +189,6 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
185
189
  enabled_oauth_providers: {
186
190
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
187
191
  }[];
188
- domains: {
189
- domain: string;
190
- handler_path: string;
191
- }[];
192
192
  };
193
193
  }, import("yup").AnyObject, {
194
194
  id: undefined;
@@ -223,18 +223,22 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
223
223
  onboarding_state: {
224
224
  selected_config_choice: "create-new" | "link-existing";
225
225
  selected_apps: string[];
226
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
226
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
227
227
  selected_email_theme_id: string | null;
228
228
  selected_payments_country: "US" | "OTHER";
229
229
  } | null | undefined;
230
230
  config: {
231
+ domains?: {
232
+ domain: string;
233
+ handler_path: string;
234
+ }[] | undefined;
231
235
  oauth_providers?: {
232
236
  client_id?: string | undefined;
233
237
  client_secret?: string | undefined;
234
238
  facebook_config_id?: string | undefined;
235
239
  microsoft_tenant_id?: string | undefined;
236
240
  apple_bundle_ids?: string[] | undefined;
237
- type: "standard" | "shared";
241
+ type: "shared" | "standard";
238
242
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
239
243
  }[] | undefined;
240
244
  allow_localhost?: boolean | undefined;
@@ -246,10 +250,6 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
246
250
  client_user_deletion_enabled?: boolean | undefined;
247
251
  allow_user_api_keys?: boolean | undefined;
248
252
  allow_team_api_keys?: boolean | undefined;
249
- domains?: {
250
- domain: string;
251
- handler_path: string;
252
- }[] | undefined;
253
253
  email_config?: {
254
254
  password?: string | undefined;
255
255
  host?: string | undefined;
@@ -257,7 +257,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
257
257
  username?: string | undefined;
258
258
  sender_name?: string | undefined;
259
259
  sender_email?: string | undefined;
260
- type: "standard" | "shared";
260
+ type: "shared" | "standard";
261
261
  } | undefined;
262
262
  email_theme?: string | undefined;
263
263
  create_team_on_sign_up?: boolean | undefined;
@@ -303,18 +303,22 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
303
303
  onboarding_state: {
304
304
  selected_config_choice: "create-new" | "link-existing";
305
305
  selected_apps: string[];
306
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
306
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
307
307
  selected_email_theme_id: string | null;
308
308
  selected_payments_country: "US" | "OTHER";
309
309
  } | null | undefined;
310
310
  config: {
311
+ domains?: {
312
+ domain: string;
313
+ handler_path: string;
314
+ }[] | undefined;
311
315
  oauth_providers?: {
312
316
  client_id?: string | undefined;
313
317
  client_secret?: string | undefined;
314
318
  facebook_config_id?: string | undefined;
315
319
  microsoft_tenant_id?: string | undefined;
316
320
  apple_bundle_ids?: string[] | undefined;
317
- type: "standard" | "shared";
321
+ type: "shared" | "standard";
318
322
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
319
323
  }[] | undefined;
320
324
  allow_localhost?: boolean | undefined;
@@ -326,10 +330,6 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
326
330
  client_user_deletion_enabled?: boolean | undefined;
327
331
  allow_user_api_keys?: boolean | undefined;
328
332
  allow_team_api_keys?: boolean | undefined;
329
- domains?: {
330
- domain: string;
331
- handler_path: string;
332
- }[] | undefined;
333
333
  email_config?: {
334
334
  password?: string | undefined;
335
335
  host?: string | undefined;
@@ -337,7 +337,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
337
337
  username?: string | undefined;
338
338
  sender_name?: string | undefined;
339
339
  sender_email?: string | undefined;
340
- type: "standard" | "shared";
340
+ type: "shared" | "standard";
341
341
  } | undefined;
342
342
  email_theme?: string | undefined;
343
343
  create_team_on_sign_up?: boolean | undefined;
@@ -389,6 +389,10 @@ declare const clientProjectsCrud: CrudSchemaFromOptions<{
389
389
  message: string;
390
390
  }[];
391
391
  config: {
392
+ domains: {
393
+ domain: string;
394
+ handler_path: string;
395
+ }[];
392
396
  allow_localhost: boolean;
393
397
  sign_up_enabled: boolean;
394
398
  credential_enabled: boolean;
@@ -401,10 +405,6 @@ declare const clientProjectsCrud: CrudSchemaFromOptions<{
401
405
  enabled_oauth_providers: {
402
406
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
403
407
  }[];
404
- domains: {
405
- domain: string;
406
- handler_path: string;
407
- }[];
408
408
  };
409
409
  }, import("yup").AnyObject, {
410
410
  id: undefined;
@@ -453,7 +453,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
453
453
  onboarding_state: {
454
454
  selected_config_choice: "create-new" | "link-existing";
455
455
  selected_apps: string[];
456
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
456
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
457
457
  selected_email_theme_id: string | null;
458
458
  selected_payments_country: "US" | "OTHER";
459
459
  } | null | undefined;
@@ -464,13 +464,17 @@ declare const projectsCrud: CrudSchemaFromOptions<{
464
464
  message: string;
465
465
  }[];
466
466
  config: {
467
+ domains: {
468
+ domain: string;
469
+ handler_path: string;
470
+ }[];
467
471
  oauth_providers: {
468
472
  client_id?: string | undefined;
469
473
  client_secret?: string | undefined;
470
474
  facebook_config_id?: string | undefined;
471
475
  microsoft_tenant_id?: string | undefined;
472
476
  apple_bundle_ids?: string[] | undefined;
473
- type: "standard" | "shared";
477
+ type: "shared" | "standard";
474
478
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
475
479
  provider_config_id: string;
476
480
  }[];
@@ -486,10 +490,6 @@ declare const projectsCrud: CrudSchemaFromOptions<{
486
490
  enabled_oauth_providers: {
487
491
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
488
492
  }[];
489
- domains: {
490
- domain: string;
491
- handler_path: string;
492
- }[];
493
493
  email_config: {
494
494
  password?: string | undefined;
495
495
  host?: string | undefined;
@@ -497,7 +497,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
497
497
  username?: string | undefined;
498
498
  sender_name?: string | undefined;
499
499
  sender_email?: string | undefined;
500
- type: "standard" | "shared";
500
+ type: "shared" | "standard";
501
501
  };
502
502
  email_theme: string;
503
503
  create_team_on_sign_up: boolean;
@@ -578,18 +578,22 @@ declare const projectsCrud: CrudSchemaFromOptions<{
578
578
  onboarding_state: {
579
579
  selected_config_choice: "create-new" | "link-existing";
580
580
  selected_apps: string[];
581
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
581
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
582
582
  selected_email_theme_id: string | null;
583
583
  selected_payments_country: "US" | "OTHER";
584
584
  } | null | undefined;
585
585
  config: {
586
+ domains?: {
587
+ domain: string;
588
+ handler_path: string;
589
+ }[] | undefined;
586
590
  oauth_providers?: {
587
591
  client_id?: string | undefined;
588
592
  client_secret?: string | undefined;
589
593
  facebook_config_id?: string | undefined;
590
594
  microsoft_tenant_id?: string | undefined;
591
595
  apple_bundle_ids?: string[] | undefined;
592
- type: "standard" | "shared";
596
+ type: "shared" | "standard";
593
597
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
594
598
  }[] | undefined;
595
599
  allow_localhost?: boolean | undefined;
@@ -601,10 +605,6 @@ declare const projectsCrud: CrudSchemaFromOptions<{
601
605
  client_user_deletion_enabled?: boolean | undefined;
602
606
  allow_user_api_keys?: boolean | undefined;
603
607
  allow_team_api_keys?: boolean | undefined;
604
- domains?: {
605
- domain: string;
606
- handler_path: string;
607
- }[] | undefined;
608
608
  email_config?: {
609
609
  password?: string | undefined;
610
610
  host?: string | undefined;
@@ -612,7 +612,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
612
612
  username?: string | undefined;
613
613
  sender_name?: string | undefined;
614
614
  sender_email?: string | undefined;
615
- type: "standard" | "shared";
615
+ type: "shared" | "standard";
616
616
  } | undefined;
617
617
  email_theme?: string | undefined;
618
618
  create_team_on_sign_up?: boolean | undefined;
@@ -686,7 +686,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
686
686
  onboarding_state: {
687
687
  selected_config_choice: "create-new" | "link-existing";
688
688
  selected_apps: string[];
689
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
689
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
690
690
  selected_email_theme_id: string | null;
691
691
  selected_payments_country: "US" | "OTHER";
692
692
  } | null | undefined;
@@ -697,13 +697,17 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
697
697
  message: string;
698
698
  }[];
699
699
  config: {
700
+ domains: {
701
+ domain: string;
702
+ handler_path: string;
703
+ }[];
700
704
  oauth_providers: {
701
705
  client_id?: string | undefined;
702
706
  client_secret?: string | undefined;
703
707
  facebook_config_id?: string | undefined;
704
708
  microsoft_tenant_id?: string | undefined;
705
709
  apple_bundle_ids?: string[] | undefined;
706
- type: "standard" | "shared";
710
+ type: "shared" | "standard";
707
711
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
708
712
  provider_config_id: string;
709
713
  }[];
@@ -719,10 +723,6 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
719
723
  enabled_oauth_providers: {
720
724
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
721
725
  }[];
722
- domains: {
723
- domain: string;
724
- handler_path: string;
725
- }[];
726
726
  email_config: {
727
727
  password?: string | undefined;
728
728
  host?: string | undefined;
@@ -730,7 +730,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
730
730
  username?: string | undefined;
731
731
  sender_name?: string | undefined;
732
732
  sender_email?: string | undefined;
733
- type: "standard" | "shared";
733
+ type: "shared" | "standard";
734
734
  };
735
735
  email_theme: string;
736
736
  create_team_on_sign_up: boolean;
@@ -811,18 +811,22 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
811
811
  onboarding_state: {
812
812
  selected_config_choice: "create-new" | "link-existing";
813
813
  selected_apps: string[];
814
- selected_sign_in_methods: ("google" | "github" | "microsoft" | "credential" | "magicLink" | "passkey")[];
814
+ selected_sign_in_methods: ("google" | "github" | "microsoft" | "passkey" | "credential" | "magicLink")[];
815
815
  selected_email_theme_id: string | null;
816
816
  selected_payments_country: "US" | "OTHER";
817
817
  } | null | undefined;
818
818
  config: {
819
+ domains?: {
820
+ domain: string;
821
+ handler_path: string;
822
+ }[] | undefined;
819
823
  oauth_providers?: {
820
824
  client_id?: string | undefined;
821
825
  client_secret?: string | undefined;
822
826
  facebook_config_id?: string | undefined;
823
827
  microsoft_tenant_id?: string | undefined;
824
828
  apple_bundle_ids?: string[] | undefined;
825
- type: "standard" | "shared";
829
+ type: "shared" | "standard";
826
830
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
827
831
  }[] | undefined;
828
832
  allow_localhost?: boolean | undefined;
@@ -834,10 +838,6 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
834
838
  client_user_deletion_enabled?: boolean | undefined;
835
839
  allow_user_api_keys?: boolean | undefined;
836
840
  allow_team_api_keys?: boolean | undefined;
837
- domains?: {
838
- domain: string;
839
- handler_path: string;
840
- }[] | undefined;
841
841
  email_config?: {
842
842
  password?: string | undefined;
843
843
  host?: string | undefined;
@@ -845,7 +845,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
845
845
  username?: string | undefined;
846
846
  sender_name?: string | undefined;
847
847
  sender_email?: string | undefined;
848
- type: "standard" | "shared";
848
+ type: "shared" | "standard";
849
849
  } | undefined;
850
850
  email_theme?: string | undefined;
851
851
  create_team_on_sign_up?: boolean | undefined;
@@ -897,4 +897,4 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
897
897
  type AdminUserProjectsCrud = CrudTypeOf<typeof adminUserProjectsCrud>;
898
898
  //#endregion
899
899
  export { clientProjectsCrud as a, projectsCrud as c, projectsCrudAdminReadSchema as d, projectsCrudAdminUpdateSchema as f, adminUserProjectsCrud as i, projectsCrudAdminCreateSchema as l, ClientProjectsCrud as n, emailConfigSchema as o, projectsCrudClientReadSchema as p, ProjectsCrud as r, emailConfigWithoutPasswordSchema as s, AdminUserProjectsCrud as t, projectsCrudAdminDeleteSchema as u };
900
- //# sourceMappingURL=projects-C42SVFvm.d.ts.map
900
+ //# sourceMappingURL=projects-CFTNXRfG.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"projects-C42SVFvm.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}
1
+ {"version":3,"file":"projects-CFTNXRfG.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}