@tailor-platform/sdk 2.14.1 → 2.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ import{i as e,n as t,r as n,t as r}from"./service_pb-BdzjiHfC.mjs";export{r as OperatorService,t as PingRequestSchema,n as PingResponseSchema,e as file_tailor_v1_service};
@@ -288,6 +288,9 @@ export declare type IdPUserAuthPolicy = Message<"tailor.v1.IdPUserAuthPolicy"> &
288
288
  passwordMaxLength: number;
289
289
  /**
290
290
  * List of allowed email domains (e.g., ["example.com", "corp.example.com"])
291
+ * A single "*" entry allows every email domain, and cannot be combined with
292
+ * other entries. This is the only way to enable Google/Microsoft OAuth without
293
+ * enumerating domains, since those require allowed_email_domains to be set.
291
294
  * Empty list means all domains are allowed (backward compatible)
292
295
  * Cannot be set when use_non_email_identifier is true
293
296
  *
@@ -298,7 +301,7 @@ export declare type IdPUserAuthPolicy = Message<"tailor.v1.IdPUserAuthPolicy"> &
298
301
  * allow_google_oauth enables "Sign in with Google" for this namespace.
299
302
  * When enabled, users can authenticate using their Google account.
300
303
  * Cannot be enabled when use_non_email_identifier is true.
301
- * Requires allowed_email_domains to be set.
304
+ * Requires allowed_email_domains to be set (["*"] to allow all domains).
302
305
  *
303
306
  * @generated from field: bool allow_google_oauth = 10;
304
307
  */
@@ -316,6 +319,7 @@ export declare type IdPUserAuthPolicy = Message<"tailor.v1.IdPUserAuthPolicy"> &
316
319
  * allow_microsoft_oauth enables "Sign in with Microsoft" for this namespace.
317
320
  * Requires disable_password_auth to be true.
318
321
  * Cannot be enabled when use_non_email_identifier is true.
322
+ * Requires allowed_email_domains to be set (["*"] to allow all domains).
319
323
  *
320
324
  * @generated from field: bool allow_microsoft_oauth = 12;
321
325
  */