@seamapi/types 1.280.0 → 1.281.0
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 +2 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +4 -0
- package/lib/seam/connect/openapi.d.ts +3 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -30991,6 +30991,9 @@ declare const _default: {
|
|
|
30991
30991
|
webview_primary_button_color: {
|
|
30992
30992
|
type: string;
|
|
30993
30993
|
};
|
|
30994
|
+
webview_primary_button_text_color: {
|
|
30995
|
+
type: string;
|
|
30996
|
+
};
|
|
30994
30997
|
};
|
|
30995
30998
|
required: string[];
|
|
30996
30999
|
type: string;
|
|
@@ -56437,6 +56440,7 @@ interface Routes {
|
|
|
56437
56440
|
connect_partner_name?: ((string | null) | null) | undefined;
|
|
56438
56441
|
is_sandbox?: boolean;
|
|
56439
56442
|
webview_primary_button_color?: string | undefined;
|
|
56443
|
+
webview_primary_button_text_color?: string | undefined;
|
|
56440
56444
|
webview_logo_shape?: ('circle' | 'square') | undefined;
|
|
56441
56445
|
};
|
|
56442
56446
|
commonParams: {};
|
|
@@ -19551,6 +19551,9 @@ declare const _default: {
|
|
|
19551
19551
|
webview_primary_button_color: {
|
|
19552
19552
|
type: string;
|
|
19553
19553
|
};
|
|
19554
|
+
webview_primary_button_text_color: {
|
|
19555
|
+
type: string;
|
|
19556
|
+
};
|
|
19554
19557
|
};
|
|
19555
19558
|
required: string[];
|
|
19556
19559
|
type: string;
|
|
@@ -17407,6 +17407,7 @@ export default {
|
|
|
17407
17407
|
type: 'string',
|
|
17408
17408
|
},
|
|
17409
17409
|
webview_primary_button_color: { type: 'string' },
|
|
17410
|
+
webview_primary_button_text_color: { type: 'string' },
|
|
17410
17411
|
},
|
|
17411
17412
|
required: ['name'],
|
|
17412
17413
|
type: 'object',
|