@composio/client 0.1.0-alpha.10 → 0.1.0-alpha.12

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 (185) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +7 -7
  3. package/client.d.mts +6 -6
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +6 -6
  6. package/client.d.ts.map +1 -1
  7. package/client.js.map +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/auth-configs.d.mts +168 -29
  11. package/resources/auth-configs.d.mts.map +1 -1
  12. package/resources/auth-configs.d.ts +168 -29
  13. package/resources/auth-configs.d.ts.map +1 -1
  14. package/resources/auth-configs.js +50 -4
  15. package/resources/auth-configs.js.map +1 -1
  16. package/resources/auth-configs.mjs +50 -4
  17. package/resources/auth-configs.mjs.map +1 -1
  18. package/resources/connected-accounts.d.mts +80 -17
  19. package/resources/connected-accounts.d.mts.map +1 -1
  20. package/resources/connected-accounts.d.ts +80 -17
  21. package/resources/connected-accounts.d.ts.map +1 -1
  22. package/resources/connected-accounts.js +56 -4
  23. package/resources/connected-accounts.js.map +1 -1
  24. package/resources/connected-accounts.mjs +56 -4
  25. package/resources/connected-accounts.mjs.map +1 -1
  26. package/resources/files.d.mts +72 -23
  27. package/resources/files.d.mts.map +1 -1
  28. package/resources/files.d.ts +72 -23
  29. package/resources/files.d.ts.map +1 -1
  30. package/resources/files.js +20 -2
  31. package/resources/files.js.map +1 -1
  32. package/resources/files.mjs +20 -2
  33. package/resources/files.mjs.map +1 -1
  34. package/resources/index.d.mts +3 -3
  35. package/resources/index.d.mts.map +1 -1
  36. package/resources/index.d.ts +3 -3
  37. package/resources/index.d.ts.map +1 -1
  38. package/resources/index.js.map +1 -1
  39. package/resources/index.mjs.map +1 -1
  40. package/resources/mcp/custom.d.mts +87 -0
  41. package/resources/mcp/custom.d.mts.map +1 -0
  42. package/resources/mcp/custom.d.ts +87 -0
  43. package/resources/mcp/custom.d.ts.map +1 -0
  44. package/resources/mcp/custom.js +26 -0
  45. package/resources/mcp/custom.js.map +1 -0
  46. package/resources/mcp/custom.mjs +22 -0
  47. package/resources/mcp/custom.mjs.map +1 -0
  48. package/resources/mcp/index.d.mts +2 -2
  49. package/resources/mcp/index.d.mts.map +1 -1
  50. package/resources/mcp/index.d.ts +2 -2
  51. package/resources/mcp/index.d.ts.map +1 -1
  52. package/resources/mcp/index.js +3 -3
  53. package/resources/mcp/index.js.map +1 -1
  54. package/resources/mcp/index.mjs +1 -1
  55. package/resources/mcp/index.mjs.map +1 -1
  56. package/resources/mcp/mcp.d.mts +322 -217
  57. package/resources/mcp/mcp.d.mts.map +1 -1
  58. package/resources/mcp/mcp.d.ts +322 -217
  59. package/resources/mcp/mcp.d.ts.map +1 -1
  60. package/resources/mcp/mcp.js +72 -25
  61. package/resources/mcp/mcp.js.map +1 -1
  62. package/resources/mcp/mcp.mjs +72 -25
  63. package/resources/mcp/mcp.mjs.map +1 -1
  64. package/resources/migration.d.mts +11 -2
  65. package/resources/migration.d.mts.map +1 -1
  66. package/resources/migration.d.ts +11 -2
  67. package/resources/migration.d.ts.map +1 -1
  68. package/resources/migration.js +3 -1
  69. package/resources/migration.js.map +1 -1
  70. package/resources/migration.mjs +3 -1
  71. package/resources/migration.mjs.map +1 -1
  72. package/resources/org/api-key.d.mts +23 -2
  73. package/resources/org/api-key.d.mts.map +1 -1
  74. package/resources/org/api-key.d.ts +23 -2
  75. package/resources/org/api-key.d.ts.map +1 -1
  76. package/resources/org/api-key.js +15 -2
  77. package/resources/org/api-key.js.map +1 -1
  78. package/resources/org/api-key.mjs +15 -2
  79. package/resources/org/api-key.mjs.map +1 -1
  80. package/resources/org/project/api-keys.d.mts +114 -22
  81. package/resources/org/project/api-keys.d.mts.map +1 -1
  82. package/resources/org/project/api-keys.d.ts +114 -22
  83. package/resources/org/project/api-keys.d.ts.map +1 -1
  84. package/resources/org/project/api-keys.js +57 -0
  85. package/resources/org/project/api-keys.js.map +1 -1
  86. package/resources/org/project/api-keys.mjs +57 -0
  87. package/resources/org/project/api-keys.mjs.map +1 -1
  88. package/resources/org/project/project.d.mts +176 -4
  89. package/resources/org/project/project.d.mts.map +1 -1
  90. package/resources/org/project/project.d.ts +176 -4
  91. package/resources/org/project/project.d.ts.map +1 -1
  92. package/resources/org/project/project.js +46 -3
  93. package/resources/org/project/project.js.map +1 -1
  94. package/resources/org/project/project.mjs +46 -3
  95. package/resources/org/project/project.mjs.map +1 -1
  96. package/resources/org/project/trigger.d.mts +101 -1
  97. package/resources/org/project/trigger.d.mts.map +1 -1
  98. package/resources/org/project/trigger.d.ts +101 -1
  99. package/resources/org/project/trigger.d.ts.map +1 -1
  100. package/resources/org/project/trigger.js +21 -0
  101. package/resources/org/project/trigger.js.map +1 -1
  102. package/resources/org/project/trigger.mjs +21 -0
  103. package/resources/org/project/trigger.mjs.map +1 -1
  104. package/resources/org/project/webhook.d.mts +86 -15
  105. package/resources/org/project/webhook.d.mts.map +1 -1
  106. package/resources/org/project/webhook.d.ts +86 -15
  107. package/resources/org/project/webhook.d.ts.map +1 -1
  108. package/resources/org/project/webhook.js +49 -2
  109. package/resources/org/project/webhook.js.map +1 -1
  110. package/resources/org/project/webhook.mjs +49 -2
  111. package/resources/org/project/webhook.mjs.map +1 -1
  112. package/resources/team-members.d.mts +7 -7
  113. package/resources/team-members.d.mts.map +1 -1
  114. package/resources/team-members.d.ts +7 -7
  115. package/resources/team-members.d.ts.map +1 -1
  116. package/resources/toolkits.d.mts +195 -7
  117. package/resources/toolkits.d.mts.map +1 -1
  118. package/resources/toolkits.d.ts +195 -7
  119. package/resources/toolkits.d.ts.map +1 -1
  120. package/resources/toolkits.js +14 -6
  121. package/resources/toolkits.js.map +1 -1
  122. package/resources/toolkits.mjs +14 -6
  123. package/resources/toolkits.mjs.map +1 -1
  124. package/resources/tools.d.mts +211 -44
  125. package/resources/tools.d.mts.map +1 -1
  126. package/resources/tools.d.ts +211 -44
  127. package/resources/tools.d.ts.map +1 -1
  128. package/resources/tools.js +62 -9
  129. package/resources/tools.js.map +1 -1
  130. package/resources/tools.mjs +62 -9
  131. package/resources/tools.mjs.map +1 -1
  132. package/resources/trigger-instances/index.d.mts +1 -1
  133. package/resources/trigger-instances/index.d.mts.map +1 -1
  134. package/resources/trigger-instances/index.d.ts +1 -1
  135. package/resources/trigger-instances/index.d.ts.map +1 -1
  136. package/resources/trigger-instances/trigger-instances.d.mts +86 -19
  137. package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
  138. package/resources/trigger-instances/trigger-instances.d.ts +86 -19
  139. package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
  140. package/resources/trigger-instances/trigger-instances.js +6 -6
  141. package/resources/trigger-instances/trigger-instances.js.map +1 -1
  142. package/resources/trigger-instances/trigger-instances.mjs +6 -6
  143. package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
  144. package/resources/triggers-types.d.mts +96 -2
  145. package/resources/triggers-types.d.mts.map +1 -1
  146. package/resources/triggers-types.d.ts +96 -2
  147. package/resources/triggers-types.d.ts.map +1 -1
  148. package/resources/triggers-types.js +23 -1
  149. package/resources/triggers-types.js.map +1 -1
  150. package/resources/triggers-types.mjs +23 -1
  151. package/resources/triggers-types.mjs.map +1 -1
  152. package/src/client.ts +6 -6
  153. package/src/resources/auth-configs.ts +169 -29
  154. package/src/resources/connected-accounts.ts +80 -17
  155. package/src/resources/files.ts +75 -23
  156. package/src/resources/index.ts +3 -3
  157. package/src/resources/mcp/custom.ts +103 -0
  158. package/src/resources/mcp/index.ts +2 -3
  159. package/src/resources/mcp/mcp.ts +342 -256
  160. package/src/resources/migration.ts +11 -2
  161. package/src/resources/org/api-key.ts +23 -2
  162. package/src/resources/org/project/api-keys.ts +117 -22
  163. package/src/resources/org/project/project.ts +176 -4
  164. package/src/resources/org/project/trigger.ts +101 -1
  165. package/src/resources/org/project/webhook.ts +86 -15
  166. package/src/resources/team-members.ts +7 -7
  167. package/src/resources/toolkits.ts +200 -7
  168. package/src/resources/tools.ts +213 -46
  169. package/src/resources/trigger-instances/index.ts +1 -1
  170. package/src/resources/trigger-instances/trigger-instances.ts +106 -25
  171. package/src/resources/triggers-types.ts +96 -2
  172. package/src/version.ts +1 -1
  173. package/version.d.mts +1 -1
  174. package/version.d.ts +1 -1
  175. package/version.js +1 -1
  176. package/version.mjs +1 -1
  177. package/resources/mcp/command.d.mts +0 -37
  178. package/resources/mcp/command.d.mts.map +0 -1
  179. package/resources/mcp/command.d.ts +0 -37
  180. package/resources/mcp/command.d.ts.map +0 -1
  181. package/resources/mcp/command.js +0 -15
  182. package/resources/mcp/command.js.map +0 -1
  183. package/resources/mcp/command.mjs +0 -11
  184. package/resources/mcp/command.mjs.map +0 -1
  185. package/src/resources/mcp/command.ts +0 -50
@@ -4,26 +4,72 @@ import { RequestOptions } from "../internal/request-options.mjs";
4
4
  export declare class AuthConfigs extends APIResource {
5
5
  /**
6
6
  * Create new authentication configuration
7
+ *
8
+ * @example
9
+ * ```ts
10
+ * const authConfig = await client.authConfigs.create({
11
+ * toolkit: { slug: 'slug' },
12
+ * });
13
+ * ```
7
14
  */
8
15
  create(body: AuthConfigCreateParams, options?: RequestOptions): APIPromise<AuthConfigCreateResponse>;
9
16
  /**
10
- * Get single authentication configuration by ID
17
+ * Retrieves detailed information about a specific authentication configuration
18
+ * using its unique identifier.
19
+ *
20
+ * @example
21
+ * ```ts
22
+ * const authConfig = await client.authConfigs.retrieve(
23
+ * 'nanoid',
24
+ * );
25
+ * ```
11
26
  */
12
27
  retrieve(nanoid: string, options?: RequestOptions): APIPromise<AuthConfigRetrieveResponse>;
13
28
  /**
14
- * Update an authentication configuration
29
+ * Modifies an existing authentication configuration with new credentials or other
30
+ * settings. Only specified fields will be updated.
31
+ *
32
+ * @example
33
+ * ```ts
34
+ * const authConfig = await client.authConfigs.update(
35
+ * 'nanoid',
36
+ * { credentials: { foo: 'bar' }, type: 'custom' },
37
+ * );
38
+ * ```
15
39
  */
16
40
  update(nanoid: string, body: AuthConfigUpdateParams, options?: RequestOptions): APIPromise<unknown>;
17
41
  /**
18
42
  * List authentication configurations with optional filters
43
+ *
44
+ * @example
45
+ * ```ts
46
+ * const authConfigs = await client.authConfigs.list();
47
+ * ```
19
48
  */
20
49
  list(query?: AuthConfigListParams | null | undefined, options?: RequestOptions): APIPromise<AuthConfigListResponse>;
21
50
  /**
22
- * Delete an authentication configuration
51
+ * Soft-deletes an authentication configuration by marking it as deleted in the
52
+ * database. This operation cannot be undone.
53
+ *
54
+ * @example
55
+ * ```ts
56
+ * const authConfig = await client.authConfigs.delete(
57
+ * 'nanoid',
58
+ * );
59
+ * ```
23
60
  */
24
61
  delete(nanoid: string, options?: RequestOptions): APIPromise<unknown>;
25
62
  /**
26
- * Enable or disable an authentication configuration
63
+ * Updates the status of an authentication configuration to either enabled or
64
+ * disabled. Disabled configurations cannot be used for new connections.
65
+ *
66
+ * @example
67
+ * ```ts
68
+ * const response = await client.authConfigs.updateStatus(
69
+ * 'ENABLED',
70
+ * { nanoid: 'nanoid' },
71
+ * );
72
+ * ```
27
73
  */
28
74
  updateStatus(status: 'ENABLED' | 'DISABLED', params: AuthConfigUpdateStatusParams, options?: RequestOptions): APIPromise<unknown>;
29
75
  }
@@ -34,11 +80,11 @@ export interface AuthConfigCreateResponse {
34
80
  export declare namespace AuthConfigCreateResponse {
35
81
  interface AuthConfig {
36
82
  /**
37
- * The auth config id of the app (must be a valid auth config id)
83
+ * The auth config id of the toolkit (must be a valid auth config id)
38
84
  */
39
85
  id: string;
40
86
  /**
41
- * The authentication mode of the app
87
+ * The authentication mode of the toolkit
42
88
  */
43
89
  auth_scheme: string;
44
90
  /**
@@ -46,7 +92,7 @@ export declare namespace AuthConfigCreateResponse {
46
92
  */
47
93
  is_composio_managed: boolean;
48
94
  /**
49
- * The actions that the user can perform on the auth config
95
+ * The tools that the user can use with the auth config
50
96
  */
51
97
  restrict_to_following_tools?: Array<string>;
52
98
  }
@@ -59,60 +105,103 @@ export declare namespace AuthConfigCreateResponse {
59
105
  }
60
106
  export interface AuthConfigRetrieveResponse {
61
107
  /**
62
- * The unique id of the auth config
108
+ * The unique ID of the authentication configuration
63
109
  */
64
110
  id: string;
111
+ /**
112
+ * Deprecated parameters maintained for backward compatibility
113
+ */
65
114
  deprecated_params: AuthConfigRetrieveResponse.DeprecatedParams;
66
115
  /**
67
- * The name of the auth config
116
+ * The display name of the authentication configuration
68
117
  */
69
118
  name: string;
70
119
  /**
71
- * The number of connections for the auth config
120
+ * The number of active connections using this auth config
72
121
  */
73
122
  no_of_connections: number;
123
+ /**
124
+ * Current status of the authentication configuration
125
+ */
74
126
  status: 'ENABLED' | 'DISABLED';
127
+ /**
128
+ * Information about the associated integration
129
+ */
75
130
  toolkit: AuthConfigRetrieveResponse.Toolkit;
76
131
  /**
77
- * The type of the auth config
132
+ * The type of the authentication configuration (custom or default)
78
133
  */
79
134
  type: 'default' | 'custom';
80
135
  /**
81
- * The unique id of the auth config
136
+ * The UUID of the authentication configuration (for backward compatibility)
82
137
  */
83
138
  uuid: string;
139
+ /**
140
+ * The authentication scheme used (e.g., OAuth2, API Key, etc.)
141
+ */
84
142
  auth_scheme?: 'OAUTH2' | 'OAUTH1' | 'OAUTH1A' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'COMPOSIO_LINK' | 'CALCOM_AUTH' | 'SNOWFLAKE';
85
143
  /**
86
- * The date and time the auth config was created
144
+ * ISO 8601 date-time when the auth config was created
87
145
  */
88
146
  created_at?: string;
89
147
  /**
90
- * The user who created the auth config
148
+ * The identifier of the user who created the auth config
91
149
  */
92
150
  created_by?: string;
151
+ /**
152
+ * The authentication credentials (tokens, keys, etc.) - may be partially hidden
153
+ * for security
154
+ */
93
155
  credentials?: Record<string, unknown>;
156
+ /**
157
+ * Fields expected during connection initialization
158
+ */
94
159
  expected_input_fields?: Array<unknown>;
160
+ /**
161
+ * Whether this authentication configuration is managed by Composio or the user
162
+ */
95
163
  is_composio_managed?: boolean;
96
164
  /**
97
- * The date and time the auth config was last updated
165
+ * ISO 8601 date-time when the auth config was last updated
98
166
  */
99
167
  last_updated_at?: string;
168
+ /**
169
+ * List of tool IDs this auth config is restricted to use with
170
+ */
100
171
  restrict_to_following_tools?: Array<string>;
101
172
  }
102
173
  export declare namespace AuthConfigRetrieveResponse {
174
+ /**
175
+ * Deprecated parameters maintained for backward compatibility
176
+ */
103
177
  interface DeprecatedParams {
178
+ /**
179
+ * Deprecated: Default connector ID
180
+ */
104
181
  default_connector_id: string | null;
182
+ /**
183
+ * Deprecated: Fields expected during connection initialization
184
+ */
105
185
  expected_input_fields?: Array<Record<string, unknown>>;
186
+ /**
187
+ * Deprecated: Member UUID
188
+ */
106
189
  member_uuid?: string;
190
+ /**
191
+ * Deprecated: Toolkit ID
192
+ */
107
193
  toolkit_id?: string;
108
194
  }
195
+ /**
196
+ * Information about the associated integration
197
+ */
109
198
  interface Toolkit {
110
199
  /**
111
- * The logo of the app
200
+ * The URL to the integration app's logo image
112
201
  */
113
202
  logo: string;
114
203
  /**
115
- * The unique key of the app
204
+ * The unique identifier of the integration app
116
205
  */
117
206
  slug: string;
118
207
  }
@@ -126,60 +215,103 @@ export interface AuthConfigListResponse {
126
215
  export declare namespace AuthConfigListResponse {
127
216
  interface Item {
128
217
  /**
129
- * The unique id of the auth config
218
+ * The unique ID of the authentication configuration
130
219
  */
131
220
  id: string;
221
+ /**
222
+ * Deprecated parameters maintained for backward compatibility
223
+ */
132
224
  deprecated_params: Item.DeprecatedParams;
133
225
  /**
134
- * The name of the auth config
226
+ * The display name of the authentication configuration
135
227
  */
136
228
  name: string;
137
229
  /**
138
- * The number of connections for the auth config
230
+ * The number of active connections using this auth config
139
231
  */
140
232
  no_of_connections: number;
233
+ /**
234
+ * Current status of the authentication configuration
235
+ */
141
236
  status: 'ENABLED' | 'DISABLED';
237
+ /**
238
+ * Information about the associated integration
239
+ */
142
240
  toolkit: Item.Toolkit;
143
241
  /**
144
- * The type of the auth config
242
+ * The type of the authentication configuration (custom or default)
145
243
  */
146
244
  type: 'default' | 'custom';
147
245
  /**
148
- * The unique id of the auth config
246
+ * The UUID of the authentication configuration (for backward compatibility)
149
247
  */
150
248
  uuid: string;
249
+ /**
250
+ * The authentication scheme used (e.g., OAuth2, API Key, etc.)
251
+ */
151
252
  auth_scheme?: 'OAUTH2' | 'OAUTH1' | 'OAUTH1A' | 'API_KEY' | 'BASIC' | 'BILLCOM_AUTH' | 'BEARER_TOKEN' | 'GOOGLE_SERVICE_ACCOUNT' | 'NO_AUTH' | 'BASIC_WITH_JWT' | 'COMPOSIO_LINK' | 'CALCOM_AUTH' | 'SNOWFLAKE';
152
253
  /**
153
- * The date and time the auth config was created
254
+ * ISO 8601 date-time when the auth config was created
154
255
  */
155
256
  created_at?: string;
156
257
  /**
157
- * The user who created the auth config
258
+ * The identifier of the user who created the auth config
158
259
  */
159
260
  created_by?: string;
261
+ /**
262
+ * The authentication credentials (tokens, keys, etc.) - may be partially hidden
263
+ * for security
264
+ */
160
265
  credentials?: Record<string, unknown>;
266
+ /**
267
+ * Fields expected during connection initialization
268
+ */
161
269
  expected_input_fields?: Array<unknown>;
270
+ /**
271
+ * Whether this authentication configuration is managed by Composio or the user
272
+ */
162
273
  is_composio_managed?: boolean;
163
274
  /**
164
- * The date and time the auth config was last updated
275
+ * ISO 8601 date-time when the auth config was last updated
165
276
  */
166
277
  last_updated_at?: string;
278
+ /**
279
+ * List of tool IDs this auth config is restricted to use with
280
+ */
167
281
  restrict_to_following_tools?: Array<string>;
168
282
  }
169
283
  namespace Item {
284
+ /**
285
+ * Deprecated parameters maintained for backward compatibility
286
+ */
170
287
  interface DeprecatedParams {
288
+ /**
289
+ * Deprecated: Default connector ID
290
+ */
171
291
  default_connector_id: string | null;
292
+ /**
293
+ * Deprecated: Fields expected during connection initialization
294
+ */
172
295
  expected_input_fields?: Array<Record<string, unknown>>;
296
+ /**
297
+ * Deprecated: Member UUID
298
+ */
173
299
  member_uuid?: string;
300
+ /**
301
+ * Deprecated: Toolkit ID
302
+ */
174
303
  toolkit_id?: string;
175
304
  }
305
+ /**
306
+ * Information about the associated integration
307
+ */
176
308
  interface Toolkit {
177
309
  /**
178
- * The logo of the app
310
+ * The URL to the integration app's logo image
179
311
  */
180
312
  logo: string;
181
313
  /**
182
- * The unique key of the app
314
+ * The unique identifier of the integration app
183
315
  */
184
316
  slug: string;
185
317
  }
@@ -194,7 +326,7 @@ export interface AuthConfigCreateParams {
194
326
  export declare namespace AuthConfigCreateParams {
195
327
  interface Toolkit {
196
328
  /**
197
- * List of app unique keys to filter by
329
+ * List of toolkits unique keys to filter by
198
330
  */
199
331
  slug: string;
200
332
  }
@@ -254,13 +386,20 @@ export interface AuthConfigListParams {
254
386
  /**
255
387
  * The number of auth configs to return
256
388
  */
257
- limit?: string;
389
+ limit?: number | null;
390
+ /**
391
+ * Show disabled auth configs
392
+ */
393
+ show_disabled?: boolean;
258
394
  /**
259
395
  * The slug of the toolkit to filter by
260
396
  */
261
397
  toolkit_slug?: string;
262
398
  }
263
399
  export interface AuthConfigUpdateStatusParams {
400
+ /**
401
+ * The unique identifier of the authentication configuration to update
402
+ */
264
403
  nanoid: string;
265
404
  }
266
405
  export declare namespace AuthConfigs {
@@ -1 +1 @@
1
- {"version":3,"file":"auth-configs.d.mts","sourceRoot":"","sources":["../src/resources/auth-configs.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAIpG;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI1F;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAInG;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;IAIrC;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrE;;OAEG;IACH,YAAY,CACV,MAAM,EAAE,SAAS,GAAG,UAAU,EAC9B,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;CAIvB;AAED,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,wBAAwB,CAAC,UAAU,CAAC;IAEjD,OAAO,EAAE,wBAAwB,CAAC,OAAO,CAAC;CAC3C;AAED,yBAAiB,wBAAwB,CAAC;IACxC,UAAiB,UAAU;QACzB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAE7B;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,iBAAiB,EAAE,0BAA0B,CAAC,gBAAgB,CAAC;IAE/D;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B,MAAM,EAAE,SAAS,GAAG,UAAU,CAAC;IAE/B,OAAO,EAAE,0BAA0B,CAAC,OAAO,CAAC;IAE5C;;OAEG;IACH,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;IAE3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb,WAAW,CAAC,EACR,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEtC,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAEvC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7C;AAED,yBAAiB,0BAA0B,CAAC;IAC1C,UAAiB,gBAAgB;QAC/B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpC,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;QAEvD,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,KAAK,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;IAE1C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,sBAAsB,CAAC;IACtC,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX,iBAAiB,EAAE,IAAI,CAAC,gBAAgB,CAAC;QAEzC;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B,MAAM,EAAE,SAAS,GAAG,UAAU,CAAC;QAE/B,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;QAE3B;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb,WAAW,CAAC,EACR,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;QAEhB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAEtC,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;QAEvC,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,IAAI,CAAC;QACpB,UAAiB,gBAAgB;YAC/B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;YAEpC,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;YAEvD,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;QAED,UAAiB,OAAO;YACtB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,MAAM,8BAA8B,GAAG,OAAO,CAAC;AAErD,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC,WAAW,CAAC,EAAE,sBAAsB,CAAC,YAAY,GAAG,sBAAsB,CAAC,YAAY,CAAC;CACzF;AAED,yBAAiB,sBAAsB,CAAC;IACtC,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED,UAAiB,YAAY;QAC3B,IAAI,EAAE,2BAA2B,CAAC;QAElC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;QAExD;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,YAAY;QAC3B,UAAU,EACN,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;QAEhB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;QAEvD,IAAI,EAAE,iBAAiB,CAAC;QAExB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;CACF;AAED,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC,QAAQ,GAAG,sBAAsB,CAAC,QAAQ,CAAC;AAEvG,MAAM,CAAC,OAAO,WAAW,sBAAsB,CAAC;IAC9C,UAAiB,QAAQ;QACvB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAErC,IAAI,EAAE,QAAQ,CAAC;QAEf,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,QAAQ;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,IAAI,EAAE,SAAS,CAAC;QAEhB,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;CACF;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;CACH"}
1
+ {"version":3,"file":"auth-configs.d.mts","sourceRoot":"","sources":["../src/resources/auth-configs.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;IAIpG;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI1F;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAInG;;;;;;;OAOG;IACH,IAAI,CACF,KAAK,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EACnD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,sBAAsB,CAAC;IAIrC;;;;;;;;;;OAUG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrE;;;;;;;;;;;OAWG;IACH,YAAY,CACV,MAAM,EAAE,SAAS,GAAG,UAAU,EAC9B,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;CAIvB;AAED,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,wBAAwB,CAAC,UAAU,CAAC;IAEjD,OAAO,EAAE,wBAAwB,CAAC,OAAO,CAAC;CAC3C;AAED,yBAAiB,wBAAwB,CAAC;IACxC,UAAiB,UAAU;QACzB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,mBAAmB,EAAE,OAAO,CAAC;QAE7B;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,iBAAiB,EAAE,0BAA0B,CAAC,gBAAgB,CAAC;IAE/D;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,CAAC;IAE/B;;OAEG;IACH,OAAO,EAAE,0BAA0B,CAAC,OAAO,CAAC;IAE5C;;OAEG;IACH,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;IAE3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EACR,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;IAEhB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAEtC;;OAEG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAEvC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7C;AAED,yBAAiB,0BAA0B,CAAC;IAC1C;;OAEG;IACH,UAAiB,gBAAgB;QAC/B;;WAEG;QACH,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpC;;WAEG;QACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;QAEvD;;WAEG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED;;OAEG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,KAAK,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;IAE1C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,sBAAsB,CAAC;IACtC,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,iBAAiB,EAAE,IAAI,CAAC,gBAAgB,CAAC;QAEzC;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,MAAM,EAAE,SAAS,GAAG,UAAU,CAAC;QAE/B;;WAEG;QACH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QAEtB;;WAEG;QACH,IAAI,EAAE,SAAS,GAAG,QAAQ,CAAC;QAE3B;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,WAAW,CAAC,EACR,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;QAEhB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAEtC;;WAEG;QACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;QAEvC;;WAEG;QACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAE9B;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,IAAI,CAAC;QACpB;;WAEG;QACH,UAAiB,gBAAgB;YAC/B;;eAEG;YACH,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;YAEpC;;eAEG;YACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;YAEvD;;eAEG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;eAEG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB;QAED;;WAEG;QACH,UAAiB,OAAO;YACtB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;YAEb;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,MAAM,8BAA8B,GAAG,OAAO,CAAC;AAErD,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC;IAExC,WAAW,CAAC,EAAE,sBAAsB,CAAC,YAAY,GAAG,sBAAsB,CAAC,YAAY,CAAC;CACzF;AAED,yBAAiB,sBAAsB,CAAC;IACtC,UAAiB,OAAO;QACtB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED,UAAiB,YAAY;QAC3B,IAAI,EAAE,2BAA2B,CAAC;QAElC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;QAExD;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,YAAY;QAC3B,UAAU,EACN,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,cAAc,GACd,cAAc,GACd,wBAAwB,GACxB,SAAS,GACT,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;QAEhB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC;QAEvD,IAAI,EAAE,iBAAiB,CAAC;QAExB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd;;WAEG;QACH,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;CACF;AAED,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC,QAAQ,GAAG,sBAAsB,CAAC,QAAQ,CAAC;AAEvG,MAAM,CAAC,OAAO,WAAW,sBAAsB,CAAC;IAC9C,UAAiB,QAAQ;QACvB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAErC,IAAI,EAAE,QAAQ,CAAC;QAEf,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;IAED,UAAiB,QAAQ;QACvB,MAAM,EAAE,MAAM,CAAC;QAEf,IAAI,EAAE,SAAS,CAAC;QAEhB,2BAA2B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KAC7C;CACF;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEvC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;CACH"}