@distilled.cloud/supabase 0.4.0 → 0.5.1
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/README.md +1 -0
- package/lib/operations/v1CreateLoginRole.d.ts +1 -1
- package/lib/operations/v1CreateLoginRole.d.ts.map +1 -1
- package/lib/operations/v1CreateLoginRole.js +2 -1
- package/lib/operations/v1CreateLoginRole.js.map +1 -1
- package/lib/operations/v1CreateProjectApiKey.d.ts +1 -1
- package/lib/operations/v1CreateProjectApiKey.d.ts.map +1 -1
- package/lib/operations/v1CreateProjectApiKey.js +2 -1
- package/lib/operations/v1CreateProjectApiKey.js.map +1 -1
- package/lib/operations/v1DeleteProjectApiKey.d.ts +1 -1
- package/lib/operations/v1DeleteProjectApiKey.d.ts.map +1 -1
- package/lib/operations/v1DeleteProjectApiKey.js +2 -1
- package/lib/operations/v1DeleteProjectApiKey.js.map +1 -1
- package/lib/operations/v1DeployAFunction.d.ts +8 -0
- package/lib/operations/v1DeployAFunction.d.ts.map +1 -1
- package/lib/operations/v1DeployAFunction.js +13 -1
- package/lib/operations/v1DeployAFunction.js.map +1 -1
- package/lib/operations/v1ExchangeOauthToken.d.ts +13 -3
- package/lib/operations/v1ExchangeOauthToken.d.ts.map +1 -1
- package/lib/operations/v1ExchangeOauthToken.js +18 -3
- package/lib/operations/v1ExchangeOauthToken.js.map +1 -1
- package/lib/operations/v1GetABranchConfig.d.ts +1 -1
- package/lib/operations/v1GetABranchConfig.d.ts.map +1 -1
- package/lib/operations/v1GetABranchConfig.js +2 -1
- package/lib/operations/v1GetABranchConfig.js.map +1 -1
- package/lib/operations/v1GetAuthServiceConfig.d.ts +28 -28
- package/lib/operations/v1GetAuthServiceConfig.d.ts.map +1 -1
- package/lib/operations/v1GetAuthServiceConfig.js +29 -28
- package/lib/operations/v1GetAuthServiceConfig.js.map +1 -1
- package/lib/operations/v1GetPoolerConfig.d.ts +2 -2
- package/lib/operations/v1GetPoolerConfig.d.ts.map +1 -1
- package/lib/operations/v1GetPoolerConfig.js +3 -2
- package/lib/operations/v1GetPoolerConfig.js.map +1 -1
- package/lib/operations/v1GetPostgrestServiceConfig.d.ts +1 -1
- package/lib/operations/v1GetPostgrestServiceConfig.d.ts.map +1 -1
- package/lib/operations/v1GetPostgrestServiceConfig.js +2 -1
- package/lib/operations/v1GetPostgrestServiceConfig.js.map +1 -1
- package/lib/operations/v1GetProjectApiKey.d.ts +1 -1
- package/lib/operations/v1GetProjectApiKey.d.ts.map +1 -1
- package/lib/operations/v1GetProjectApiKey.js +2 -1
- package/lib/operations/v1GetProjectApiKey.js.map +1 -1
- package/lib/operations/v1GetProjectApiKeys.d.ts +1 -1
- package/lib/operations/v1GetProjectApiKeys.d.ts.map +1 -1
- package/lib/operations/v1GetProjectApiKeys.js +2 -1
- package/lib/operations/v1GetProjectApiKeys.js.map +1 -1
- package/lib/operations/v1GetProjectPgbouncerConfig.d.ts +1 -1
- package/lib/operations/v1GetProjectPgbouncerConfig.d.ts.map +1 -1
- package/lib/operations/v1GetProjectPgbouncerConfig.js +2 -1
- package/lib/operations/v1GetProjectPgbouncerConfig.js.map +1 -1
- package/lib/operations/v1RevokeToken.d.ts +2 -2
- package/lib/operations/v1RevokeToken.d.ts.map +1 -1
- package/lib/operations/v1RevokeToken.js +3 -2
- package/lib/operations/v1RevokeToken.js.map +1 -1
- package/lib/operations/v1UpdateAuthServiceConfig.d.ts +56 -56
- package/lib/operations/v1UpdateAuthServiceConfig.d.ts.map +1 -1
- package/lib/operations/v1UpdateAuthServiceConfig.js +57 -56
- package/lib/operations/v1UpdateAuthServiceConfig.js.map +1 -1
- package/lib/operations/v1UpdateDatabasePassword.d.ts +1 -1
- package/lib/operations/v1UpdateDatabasePassword.d.ts.map +1 -1
- package/lib/operations/v1UpdateDatabasePassword.js +2 -1
- package/lib/operations/v1UpdateDatabasePassword.js.map +1 -1
- package/lib/operations/v1UpdateProjectApiKey.d.ts +1 -1
- package/lib/operations/v1UpdateProjectApiKey.d.ts.map +1 -1
- package/lib/operations/v1UpdateProjectApiKey.js +2 -1
- package/lib/operations/v1UpdateProjectApiKey.js.map +1 -1
- package/package.json +4 -4
- package/src/operations/v1CreateLoginRole.ts +2 -1
- package/src/operations/v1CreateProjectApiKey.ts +2 -1
- package/src/operations/v1DeleteProjectApiKey.ts +2 -1
- package/src/operations/v1DeployAFunction.ts +15 -1
- package/src/operations/v1ExchangeOauthToken.ts +21 -4
- package/src/operations/v1GetABranchConfig.ts +2 -1
- package/src/operations/v1GetAuthServiceConfig.ts +30 -30
- package/src/operations/v1GetPoolerConfig.ts +3 -2
- package/src/operations/v1GetPostgrestServiceConfig.ts +2 -1
- package/src/operations/v1GetProjectApiKey.ts +2 -1
- package/src/operations/v1GetProjectApiKeys.ts +2 -1
- package/src/operations/v1GetProjectPgbouncerConfig.ts +2 -1
- package/src/operations/v1RevokeToken.ts +3 -2
- package/src/operations/v1UpdateAuthServiceConfig.ts +58 -60
- package/src/operations/v1UpdateDatabasePassword.ts +2 -1
- package/src/operations/v1UpdateProjectApiKey.ts +2 -1
|
@@ -19,7 +19,7 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
19
19
|
readonly mailer_subjects_email_change: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
20
20
|
readonly mailer_subjects_magic_link: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
21
21
|
readonly mailer_subjects_reauthentication: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
22
|
-
readonly mailer_subjects_password_changed_notification: Schema.optional<Schema.NullOr<Schema.
|
|
22
|
+
readonly mailer_subjects_password_changed_notification: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
23
23
|
readonly mailer_subjects_email_changed_notification: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
24
24
|
readonly mailer_subjects_phone_changed_notification: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
25
25
|
readonly mailer_subjects_mfa_factor_enrolled_notification: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
@@ -32,7 +32,7 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
32
32
|
readonly mailer_templates_email_change_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
33
33
|
readonly mailer_templates_magic_link_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
34
34
|
readonly mailer_templates_reauthentication_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
35
|
-
readonly mailer_templates_password_changed_notification_content: Schema.optional<Schema.NullOr<Schema.
|
|
35
|
+
readonly mailer_templates_password_changed_notification_content: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
36
36
|
readonly mailer_templates_email_changed_notification_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
37
37
|
readonly mailer_templates_phone_changed_notification_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
38
38
|
readonly mailer_templates_mfa_factor_enrolled_notification_content: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
@@ -56,7 +56,7 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
56
56
|
readonly security_sb_forwarded_for_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
57
57
|
readonly security_captcha_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
58
58
|
readonly security_captcha_provider: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["turnstile", "hcaptcha"]>>>;
|
|
59
|
-
readonly security_captcha_secret: Schema.optional<Schema.NullOr<Schema.
|
|
59
|
+
readonly security_captcha_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
60
60
|
readonly sessions_timebox: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
61
61
|
readonly sessions_inactivity_timeout: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
62
62
|
readonly sessions_single_per_user: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
@@ -97,15 +97,15 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
97
97
|
readonly sms_twilio_verify_auth_token: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
98
98
|
readonly sms_twilio_verify_message_service_sid: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
99
99
|
readonly sms_vonage_api_key: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
100
|
-
readonly sms_vonage_api_secret: Schema.optional<Schema.NullOr<Schema.
|
|
100
|
+
readonly sms_vonage_api_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
101
101
|
readonly sms_vonage_from: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
102
102
|
readonly sms_template: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
103
103
|
readonly hook_mfa_verification_attempt_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
104
104
|
readonly hook_mfa_verification_attempt_uri: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
105
105
|
readonly hook_mfa_verification_attempt_secrets: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
106
106
|
readonly hook_password_verification_attempt_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
107
|
-
readonly hook_password_verification_attempt_uri: Schema.optional<Schema.NullOr<Schema.
|
|
108
|
-
readonly hook_password_verification_attempt_secrets: Schema.optional<Schema.NullOr<Schema.
|
|
107
|
+
readonly hook_password_verification_attempt_uri: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
108
|
+
readonly hook_password_verification_attempt_secrets: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
109
109
|
readonly hook_custom_access_token_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
110
110
|
readonly hook_custom_access_token_uri: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
111
111
|
readonly hook_custom_access_token_secrets: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
@@ -124,95 +124,95 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
124
124
|
readonly external_apple_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
125
125
|
readonly external_apple_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
126
126
|
readonly external_apple_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
127
|
-
readonly external_apple_secret: Schema.optional<Schema.NullOr<Schema.
|
|
127
|
+
readonly external_apple_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
128
128
|
readonly external_apple_additional_client_ids: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
129
129
|
readonly external_azure_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
130
130
|
readonly external_azure_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
131
131
|
readonly external_azure_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
132
|
-
readonly external_azure_secret: Schema.optional<Schema.NullOr<Schema.
|
|
132
|
+
readonly external_azure_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
133
133
|
readonly external_azure_url: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
134
134
|
readonly external_bitbucket_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
135
135
|
readonly external_bitbucket_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
136
136
|
readonly external_bitbucket_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
137
|
-
readonly external_bitbucket_secret: Schema.optional<Schema.NullOr<Schema.
|
|
137
|
+
readonly external_bitbucket_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
138
138
|
readonly external_discord_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
139
139
|
readonly external_discord_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
140
140
|
readonly external_discord_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
141
|
-
readonly external_discord_secret: Schema.optional<Schema.NullOr<Schema.
|
|
141
|
+
readonly external_discord_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
142
142
|
readonly external_facebook_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
143
143
|
readonly external_facebook_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
144
144
|
readonly external_facebook_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
145
|
-
readonly external_facebook_secret: Schema.optional<Schema.NullOr<Schema.
|
|
145
|
+
readonly external_facebook_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
146
146
|
readonly external_figma_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
147
147
|
readonly external_figma_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
148
148
|
readonly external_figma_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
149
|
-
readonly external_figma_secret: Schema.optional<Schema.NullOr<Schema.
|
|
149
|
+
readonly external_figma_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
150
150
|
readonly external_github_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
151
151
|
readonly external_github_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
152
152
|
readonly external_github_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
153
|
-
readonly external_github_secret: Schema.optional<Schema.NullOr<Schema.
|
|
153
|
+
readonly external_github_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
154
154
|
readonly external_gitlab_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
155
155
|
readonly external_gitlab_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
156
156
|
readonly external_gitlab_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
157
|
-
readonly external_gitlab_secret: Schema.optional<Schema.NullOr<Schema.
|
|
157
|
+
readonly external_gitlab_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
158
158
|
readonly external_gitlab_url: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
159
159
|
readonly external_google_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
160
160
|
readonly external_google_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
161
161
|
readonly external_google_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
162
|
-
readonly external_google_secret: Schema.optional<Schema.NullOr<Schema.
|
|
162
|
+
readonly external_google_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
163
163
|
readonly external_google_additional_client_ids: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
164
164
|
readonly external_google_skip_nonce_check: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
165
165
|
readonly external_kakao_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
166
166
|
readonly external_kakao_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
167
167
|
readonly external_kakao_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
168
|
-
readonly external_kakao_secret: Schema.optional<Schema.NullOr<Schema.
|
|
168
|
+
readonly external_kakao_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
169
169
|
readonly external_keycloak_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
170
170
|
readonly external_keycloak_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
171
171
|
readonly external_keycloak_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
172
|
-
readonly external_keycloak_secret: Schema.optional<Schema.NullOr<Schema.
|
|
172
|
+
readonly external_keycloak_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
173
173
|
readonly external_keycloak_url: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
174
174
|
readonly external_linkedin_oidc_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
175
175
|
readonly external_linkedin_oidc_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
176
176
|
readonly external_linkedin_oidc_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
177
|
-
readonly external_linkedin_oidc_secret: Schema.optional<Schema.NullOr<Schema.
|
|
177
|
+
readonly external_linkedin_oidc_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
178
178
|
readonly external_slack_oidc_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
179
179
|
readonly external_slack_oidc_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
180
180
|
readonly external_slack_oidc_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
181
|
-
readonly external_slack_oidc_secret: Schema.optional<Schema.NullOr<Schema.
|
|
181
|
+
readonly external_slack_oidc_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
182
182
|
readonly external_notion_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
183
183
|
readonly external_notion_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
184
184
|
readonly external_notion_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
185
|
-
readonly external_notion_secret: Schema.optional<Schema.NullOr<Schema.
|
|
185
|
+
readonly external_notion_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
186
186
|
readonly external_slack_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
187
187
|
readonly external_slack_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
188
188
|
readonly external_slack_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
189
|
-
readonly external_slack_secret: Schema.optional<Schema.NullOr<Schema.
|
|
189
|
+
readonly external_slack_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
190
190
|
readonly external_spotify_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
191
191
|
readonly external_spotify_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
192
192
|
readonly external_spotify_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
193
|
-
readonly external_spotify_secret: Schema.optional<Schema.NullOr<Schema.
|
|
193
|
+
readonly external_spotify_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
194
194
|
readonly external_twitch_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
195
195
|
readonly external_twitch_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
196
196
|
readonly external_twitch_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
197
|
-
readonly external_twitch_secret: Schema.optional<Schema.NullOr<Schema.
|
|
197
|
+
readonly external_twitch_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
198
198
|
readonly external_twitter_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
199
199
|
readonly external_twitter_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
200
200
|
readonly external_twitter_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
201
|
-
readonly external_twitter_secret: Schema.optional<Schema.NullOr<Schema.
|
|
201
|
+
readonly external_twitter_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
202
202
|
readonly external_x_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
203
203
|
readonly external_x_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
204
204
|
readonly external_x_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
205
|
-
readonly external_x_secret: Schema.optional<Schema.NullOr<Schema.
|
|
205
|
+
readonly external_x_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
206
206
|
readonly external_workos_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
207
207
|
readonly external_workos_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
208
|
-
readonly external_workos_secret: Schema.optional<Schema.NullOr<Schema.
|
|
208
|
+
readonly external_workos_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
209
209
|
readonly external_workos_url: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
210
210
|
readonly external_web3_solana_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
211
211
|
readonly external_web3_ethereum_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
212
212
|
readonly external_zoom_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
213
213
|
readonly external_zoom_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
214
214
|
readonly external_zoom_email_optional: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
215
|
-
readonly external_zoom_secret: Schema.optional<Schema.NullOr<Schema.
|
|
215
|
+
readonly external_zoom_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
216
216
|
readonly db_max_pool_size: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
217
217
|
readonly db_max_pool_size_unit: Schema.optional<Schema.NullOr<Schema.Literals<readonly ["connections", "percent"]>>>;
|
|
218
218
|
readonly api_max_request_duration: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
@@ -226,7 +226,7 @@ export declare const V1UpdateAuthServiceConfigInput: Schema.Struct<{
|
|
|
226
226
|
readonly mfa_phone_otp_length: Schema.optional<Schema.NullOr<Schema.Number>>;
|
|
227
227
|
readonly mfa_phone_template: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
228
228
|
readonly nimbus_oauth_client_id: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
229
|
-
readonly nimbus_oauth_client_secret: Schema.optional<Schema.NullOr<Schema.
|
|
229
|
+
readonly nimbus_oauth_client_secret: Schema.optional<Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>>;
|
|
230
230
|
readonly oauth_server_enabled: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
231
231
|
readonly oauth_server_allow_dynamic_registration: Schema.optional<Schema.NullOr<Schema.Boolean>>;
|
|
232
232
|
readonly oauth_server_authorization_path: Schema.optional<Schema.NullOr<Schema.String>>;
|
|
@@ -243,96 +243,96 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
243
243
|
readonly external_apple_client_id: Schema.NullOr<Schema.String>;
|
|
244
244
|
readonly external_apple_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
245
245
|
readonly external_apple_enabled: Schema.NullOr<Schema.Boolean>;
|
|
246
|
-
readonly external_apple_secret: Schema.NullOr<Schema.
|
|
246
|
+
readonly external_apple_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
247
247
|
readonly external_azure_client_id: Schema.NullOr<Schema.String>;
|
|
248
248
|
readonly external_azure_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
249
249
|
readonly external_azure_enabled: Schema.NullOr<Schema.Boolean>;
|
|
250
|
-
readonly external_azure_secret: Schema.NullOr<Schema.
|
|
250
|
+
readonly external_azure_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
251
251
|
readonly external_azure_url: Schema.NullOr<Schema.String>;
|
|
252
252
|
readonly external_bitbucket_client_id: Schema.NullOr<Schema.String>;
|
|
253
253
|
readonly external_bitbucket_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
254
254
|
readonly external_bitbucket_enabled: Schema.NullOr<Schema.Boolean>;
|
|
255
|
-
readonly external_bitbucket_secret: Schema.NullOr<Schema.
|
|
255
|
+
readonly external_bitbucket_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
256
256
|
readonly external_discord_client_id: Schema.NullOr<Schema.String>;
|
|
257
257
|
readonly external_discord_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
258
258
|
readonly external_discord_enabled: Schema.NullOr<Schema.Boolean>;
|
|
259
|
-
readonly external_discord_secret: Schema.NullOr<Schema.
|
|
259
|
+
readonly external_discord_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
260
260
|
readonly external_email_enabled: Schema.NullOr<Schema.Boolean>;
|
|
261
261
|
readonly external_facebook_client_id: Schema.NullOr<Schema.String>;
|
|
262
262
|
readonly external_facebook_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
263
263
|
readonly external_facebook_enabled: Schema.NullOr<Schema.Boolean>;
|
|
264
|
-
readonly external_facebook_secret: Schema.NullOr<Schema.
|
|
264
|
+
readonly external_facebook_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
265
265
|
readonly external_figma_client_id: Schema.NullOr<Schema.String>;
|
|
266
266
|
readonly external_figma_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
267
267
|
readonly external_figma_enabled: Schema.NullOr<Schema.Boolean>;
|
|
268
|
-
readonly external_figma_secret: Schema.NullOr<Schema.
|
|
268
|
+
readonly external_figma_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
269
269
|
readonly external_github_client_id: Schema.NullOr<Schema.String>;
|
|
270
270
|
readonly external_github_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
271
271
|
readonly external_github_enabled: Schema.NullOr<Schema.Boolean>;
|
|
272
|
-
readonly external_github_secret: Schema.NullOr<Schema.
|
|
272
|
+
readonly external_github_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
273
273
|
readonly external_gitlab_client_id: Schema.NullOr<Schema.String>;
|
|
274
274
|
readonly external_gitlab_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
275
275
|
readonly external_gitlab_enabled: Schema.NullOr<Schema.Boolean>;
|
|
276
|
-
readonly external_gitlab_secret: Schema.NullOr<Schema.
|
|
276
|
+
readonly external_gitlab_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
277
277
|
readonly external_gitlab_url: Schema.NullOr<Schema.String>;
|
|
278
278
|
readonly external_google_additional_client_ids: Schema.NullOr<Schema.String>;
|
|
279
279
|
readonly external_google_client_id: Schema.NullOr<Schema.String>;
|
|
280
280
|
readonly external_google_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
281
281
|
readonly external_google_enabled: Schema.NullOr<Schema.Boolean>;
|
|
282
|
-
readonly external_google_secret: Schema.NullOr<Schema.
|
|
282
|
+
readonly external_google_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
283
283
|
readonly external_google_skip_nonce_check: Schema.NullOr<Schema.Boolean>;
|
|
284
284
|
readonly external_kakao_client_id: Schema.NullOr<Schema.String>;
|
|
285
285
|
readonly external_kakao_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
286
286
|
readonly external_kakao_enabled: Schema.NullOr<Schema.Boolean>;
|
|
287
|
-
readonly external_kakao_secret: Schema.NullOr<Schema.
|
|
287
|
+
readonly external_kakao_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
288
288
|
readonly external_keycloak_client_id: Schema.NullOr<Schema.String>;
|
|
289
289
|
readonly external_keycloak_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
290
290
|
readonly external_keycloak_enabled: Schema.NullOr<Schema.Boolean>;
|
|
291
|
-
readonly external_keycloak_secret: Schema.NullOr<Schema.
|
|
291
|
+
readonly external_keycloak_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
292
292
|
readonly external_keycloak_url: Schema.NullOr<Schema.String>;
|
|
293
293
|
readonly external_linkedin_oidc_client_id: Schema.NullOr<Schema.String>;
|
|
294
294
|
readonly external_linkedin_oidc_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
295
295
|
readonly external_linkedin_oidc_enabled: Schema.NullOr<Schema.Boolean>;
|
|
296
|
-
readonly external_linkedin_oidc_secret: Schema.NullOr<Schema.
|
|
296
|
+
readonly external_linkedin_oidc_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
297
297
|
readonly external_slack_oidc_client_id: Schema.NullOr<Schema.String>;
|
|
298
298
|
readonly external_slack_oidc_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
299
299
|
readonly external_slack_oidc_enabled: Schema.NullOr<Schema.Boolean>;
|
|
300
|
-
readonly external_slack_oidc_secret: Schema.NullOr<Schema.
|
|
300
|
+
readonly external_slack_oidc_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
301
301
|
readonly external_notion_client_id: Schema.NullOr<Schema.String>;
|
|
302
302
|
readonly external_notion_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
303
303
|
readonly external_notion_enabled: Schema.NullOr<Schema.Boolean>;
|
|
304
|
-
readonly external_notion_secret: Schema.NullOr<Schema.
|
|
304
|
+
readonly external_notion_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
305
305
|
readonly external_phone_enabled: Schema.NullOr<Schema.Boolean>;
|
|
306
306
|
readonly external_slack_client_id: Schema.NullOr<Schema.String>;
|
|
307
307
|
readonly external_slack_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
308
308
|
readonly external_slack_enabled: Schema.NullOr<Schema.Boolean>;
|
|
309
|
-
readonly external_slack_secret: Schema.NullOr<Schema.
|
|
309
|
+
readonly external_slack_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
310
310
|
readonly external_spotify_client_id: Schema.NullOr<Schema.String>;
|
|
311
311
|
readonly external_spotify_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
312
312
|
readonly external_spotify_enabled: Schema.NullOr<Schema.Boolean>;
|
|
313
|
-
readonly external_spotify_secret: Schema.NullOr<Schema.
|
|
313
|
+
readonly external_spotify_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
314
314
|
readonly external_twitch_client_id: Schema.NullOr<Schema.String>;
|
|
315
315
|
readonly external_twitch_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
316
316
|
readonly external_twitch_enabled: Schema.NullOr<Schema.Boolean>;
|
|
317
|
-
readonly external_twitch_secret: Schema.NullOr<Schema.
|
|
317
|
+
readonly external_twitch_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
318
318
|
readonly external_twitter_client_id: Schema.NullOr<Schema.String>;
|
|
319
319
|
readonly external_twitter_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
320
320
|
readonly external_twitter_enabled: Schema.NullOr<Schema.Boolean>;
|
|
321
|
-
readonly external_twitter_secret: Schema.NullOr<Schema.
|
|
321
|
+
readonly external_twitter_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
322
322
|
readonly external_x_client_id: Schema.NullOr<Schema.String>;
|
|
323
323
|
readonly external_x_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
324
324
|
readonly external_x_enabled: Schema.NullOr<Schema.Boolean>;
|
|
325
|
-
readonly external_x_secret: Schema.NullOr<Schema.
|
|
325
|
+
readonly external_x_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
326
326
|
readonly external_workos_client_id: Schema.NullOr<Schema.String>;
|
|
327
327
|
readonly external_workos_enabled: Schema.NullOr<Schema.Boolean>;
|
|
328
|
-
readonly external_workos_secret: Schema.NullOr<Schema.
|
|
328
|
+
readonly external_workos_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
329
329
|
readonly external_workos_url: Schema.NullOr<Schema.String>;
|
|
330
330
|
readonly external_web3_solana_enabled: Schema.NullOr<Schema.Boolean>;
|
|
331
331
|
readonly external_web3_ethereum_enabled: Schema.NullOr<Schema.Boolean>;
|
|
332
332
|
readonly external_zoom_client_id: Schema.NullOr<Schema.String>;
|
|
333
333
|
readonly external_zoom_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
334
334
|
readonly external_zoom_enabled: Schema.NullOr<Schema.Boolean>;
|
|
335
|
-
readonly external_zoom_secret: Schema.NullOr<Schema.
|
|
335
|
+
readonly external_zoom_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
336
336
|
readonly hook_custom_access_token_enabled: Schema.NullOr<Schema.Boolean>;
|
|
337
337
|
readonly hook_custom_access_token_uri: Schema.NullOr<Schema.String>;
|
|
338
338
|
readonly hook_custom_access_token_secrets: Schema.NullOr<Schema.String>;
|
|
@@ -340,8 +340,8 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
340
340
|
readonly hook_mfa_verification_attempt_uri: Schema.NullOr<Schema.String>;
|
|
341
341
|
readonly hook_mfa_verification_attempt_secrets: Schema.NullOr<Schema.String>;
|
|
342
342
|
readonly hook_password_verification_attempt_enabled: Schema.NullOr<Schema.Boolean>;
|
|
343
|
-
readonly hook_password_verification_attempt_uri: Schema.NullOr<Schema.
|
|
344
|
-
readonly hook_password_verification_attempt_secrets: Schema.NullOr<Schema.
|
|
343
|
+
readonly hook_password_verification_attempt_uri: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
344
|
+
readonly hook_password_verification_attempt_secrets: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
345
345
|
readonly hook_send_sms_enabled: Schema.NullOr<Schema.Boolean>;
|
|
346
346
|
readonly hook_send_sms_uri: Schema.NullOr<Schema.String>;
|
|
347
347
|
readonly hook_send_sms_secrets: Schema.NullOr<Schema.String>;
|
|
@@ -366,7 +366,7 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
366
366
|
readonly mailer_subjects_magic_link: Schema.NullOr<Schema.String>;
|
|
367
367
|
readonly mailer_subjects_reauthentication: Schema.NullOr<Schema.String>;
|
|
368
368
|
readonly mailer_subjects_recovery: Schema.NullOr<Schema.String>;
|
|
369
|
-
readonly mailer_subjects_password_changed_notification: Schema.NullOr<Schema.
|
|
369
|
+
readonly mailer_subjects_password_changed_notification: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
370
370
|
readonly mailer_subjects_email_changed_notification: Schema.NullOr<Schema.String>;
|
|
371
371
|
readonly mailer_subjects_phone_changed_notification: Schema.NullOr<Schema.String>;
|
|
372
372
|
readonly mailer_subjects_mfa_factor_enrolled_notification: Schema.NullOr<Schema.String>;
|
|
@@ -379,7 +379,7 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
379
379
|
readonly mailer_templates_magic_link_content: Schema.NullOr<Schema.String>;
|
|
380
380
|
readonly mailer_templates_reauthentication_content: Schema.NullOr<Schema.String>;
|
|
381
381
|
readonly mailer_templates_recovery_content: Schema.NullOr<Schema.String>;
|
|
382
|
-
readonly mailer_templates_password_changed_notification_content: Schema.NullOr<Schema.
|
|
382
|
+
readonly mailer_templates_password_changed_notification_content: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
383
383
|
readonly mailer_templates_email_changed_notification_content: Schema.NullOr<Schema.String>;
|
|
384
384
|
readonly mailer_templates_phone_changed_notification_content: Schema.NullOr<Schema.String>;
|
|
385
385
|
readonly mailer_templates_mfa_factor_enrolled_notification_content: Schema.NullOr<Schema.String>;
|
|
@@ -405,7 +405,7 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
405
405
|
readonly mfa_phone_max_frequency: Schema.NullOr<Schema.Number>;
|
|
406
406
|
readonly nimbus_oauth_client_id: Schema.NullOr<Schema.String>;
|
|
407
407
|
readonly nimbus_oauth_email_optional: Schema.NullOr<Schema.Boolean>;
|
|
408
|
-
readonly nimbus_oauth_client_secret: Schema.NullOr<Schema.
|
|
408
|
+
readonly nimbus_oauth_client_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
409
409
|
readonly password_hibp_enabled: Schema.NullOr<Schema.Boolean>;
|
|
410
410
|
readonly password_min_length: Schema.NullOr<Schema.Number>;
|
|
411
411
|
readonly password_required_characters: Schema.NullOr<Schema.Literals<readonly ["abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789", "abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789", "abcdefghijklmnopqrstuvwxyz:ABCDEFGHIJKLMNOPQRSTUVWXYZ:0123456789:!@#$%^&*()_+-=[]{};'\\\\:\"|<>?,./`~", ""]>>;
|
|
@@ -423,7 +423,7 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
423
423
|
readonly security_sb_forwarded_for_enabled: Schema.NullOr<Schema.Boolean>;
|
|
424
424
|
readonly security_captcha_enabled: Schema.NullOr<Schema.Boolean>;
|
|
425
425
|
readonly security_captcha_provider: Schema.NullOr<Schema.Literals<readonly ["turnstile", "hcaptcha"]>>;
|
|
426
|
-
readonly security_captcha_secret: Schema.NullOr<Schema.
|
|
426
|
+
readonly security_captcha_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
427
427
|
readonly security_manual_linking_enabled: Schema.NullOr<Schema.Boolean>;
|
|
428
428
|
readonly security_refresh_token_reuse_interval: Schema.NullOr<Schema.Number>;
|
|
429
429
|
readonly security_update_password_require_reauthentication: Schema.NullOr<Schema.Boolean>;
|
|
@@ -452,7 +452,7 @@ export declare const V1UpdateAuthServiceConfigOutput: Schema.Struct<{
|
|
|
452
452
|
readonly sms_twilio_verify_auth_token: Schema.NullOr<Schema.String>;
|
|
453
453
|
readonly sms_twilio_verify_message_service_sid: Schema.NullOr<Schema.String>;
|
|
454
454
|
readonly sms_vonage_api_key: Schema.NullOr<Schema.String>;
|
|
455
|
-
readonly sms_vonage_api_secret: Schema.NullOr<Schema.
|
|
455
|
+
readonly sms_vonage_api_secret: Schema.NullOr<Schema.Schema<string | import("effect/Redacted").Redacted<string>>>;
|
|
456
456
|
readonly sms_vonage_from: Schema.NullOr<Schema.String>;
|
|
457
457
|
readonly smtp_admin_email: Schema.NullOr<Schema.String>;
|
|
458
458
|
readonly smtp_host: Schema.NullOr<Schema.String>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1UpdateAuthServiceConfig.d.ts","sourceRoot":"","sources":["../../src/operations/v1UpdateAuthServiceConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"v1UpdateAuthServiceConfig.d.ts","sourceRoot":"","sources":["../../src/operations/v1UpdateAuthServiceConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmamC,CAAC;AAC/E,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2RxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,KAKrC,CAAC"}
|