@seamapi/types 1.152.0 → 1.153.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/dist/connect.cjs +333 -1276
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +914 -1587
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +3 -3
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +10 -3
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +397 -1605
- package/lib/seam/connect/openapi.js +300 -1254
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +538 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +14 -3
- package/src/lib/seam/connect/openapi.ts +303 -1254
- package/src/lib/seam/connect/route-types.ts +755 -3
|
@@ -9,8 +9,8 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
9
9
|
device_selection_mode: z.ZodEnum<["none", "single", "multiple"]>;
|
|
10
10
|
accepted_providers: z.ZodArray<z.ZodString, "many">;
|
|
11
11
|
accepted_devices: z.ZodArray<z.ZodString, "many">;
|
|
12
|
-
any_provider_allowed: z.ZodBoolean;
|
|
13
12
|
any_device_allowed: z.ZodBoolean;
|
|
13
|
+
any_provider_allowed: z.ZodBoolean;
|
|
14
14
|
login_successful: z.ZodBoolean;
|
|
15
15
|
status: z.ZodEnum<["pending", "failed", "authorized"]>;
|
|
16
16
|
custom_redirect_url: z.ZodNullable<z.ZodString>;
|
|
@@ -30,8 +30,8 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
30
30
|
device_selection_mode: "none" | "multiple" | "single";
|
|
31
31
|
accepted_providers: string[];
|
|
32
32
|
accepted_devices: string[];
|
|
33
|
-
any_provider_allowed: boolean;
|
|
34
33
|
any_device_allowed: boolean;
|
|
34
|
+
any_provider_allowed: boolean;
|
|
35
35
|
login_successful: boolean;
|
|
36
36
|
custom_redirect_url: string | null;
|
|
37
37
|
custom_redirect_failure_url: string | null;
|
|
@@ -50,8 +50,8 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
50
50
|
device_selection_mode: "none" | "multiple" | "single";
|
|
51
51
|
accepted_providers: string[];
|
|
52
52
|
accepted_devices: string[];
|
|
53
|
-
any_provider_allowed: boolean;
|
|
54
53
|
any_device_allowed: boolean;
|
|
54
|
+
any_provider_allowed: boolean;
|
|
55
55
|
login_successful: boolean;
|
|
56
56
|
custom_redirect_url: string | null;
|
|
57
57
|
custom_redirect_failure_url: string | null;
|
|
@@ -14,10 +14,17 @@ export const connect_webview = z.object({
|
|
|
14
14
|
device_selection_mode: connect_webview_device_selection_mode,
|
|
15
15
|
// TODO: Use enum value.
|
|
16
16
|
accepted_providers: z.array(z.string()),
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
accepted_devices: z.array(z.string()).describe(`
|
|
18
|
+
---
|
|
19
|
+
deprecated: Unused. Will be removed.
|
|
20
|
+
---
|
|
21
|
+
`),
|
|
22
|
+
any_device_allowed: z.boolean().describe(`
|
|
23
|
+
---
|
|
24
|
+
deprecated: Unused. Will be removed.
|
|
25
|
+
---
|
|
26
|
+
`),
|
|
19
27
|
any_provider_allowed: z.boolean(),
|
|
20
|
-
any_device_allowed: z.boolean(),
|
|
21
28
|
login_successful: z.boolean(),
|
|
22
29
|
status: z.enum(['pending', 'failed', 'authorized']),
|
|
23
30
|
custom_redirect_url: z.string().url().nullable(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect-webview.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connect-webviews/connect-webview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,qCAAqC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;IACN,QAAQ;IACR,UAAU;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACrB,qBAAqB,EAAE,qCAAqC;IAE5D,wBAAwB;IACxB,kBAAkB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEvC,
|
|
1
|
+
{"version":3,"file":"connect-webview.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connect-webviews/connect-webview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,qCAAqC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;IACN,QAAQ;IACR,UAAU;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACrB,qBAAqB,EAAE,qCAAqC;IAE5D,wBAAwB;IACxB,kBAAkB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEvC,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAC5C;;;;OAIG,CACJ;IACD,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CACtC;;;;OAIG,CACJ;IAED,oBAAoB,EAAE,CAAC,CAAC,OAAO,EAAE;IACjC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;IACnD,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxD,eAAe;IACf,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7C,wBAAwB,EAAE,CAAC,CAAC,OAAO,EAAE;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAA"}
|