@seamapi/types 1.278.0 → 1.279.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
|
@@ -30822,6 +30822,9 @@ declare const _default: {
|
|
|
30822
30822
|
webview_primary_button_color: {
|
|
30823
30823
|
type: string;
|
|
30824
30824
|
};
|
|
30825
|
+
webview_primary_button_text_color: {
|
|
30826
|
+
type: string;
|
|
30827
|
+
};
|
|
30825
30828
|
};
|
|
30826
30829
|
required: string[];
|
|
30827
30830
|
type: string;
|
|
@@ -54696,6 +54699,7 @@ interface Routes {
|
|
|
54696
54699
|
connect_partner_name?: ((string | null) | null) | undefined;
|
|
54697
54700
|
is_sandbox?: boolean;
|
|
54698
54701
|
webview_primary_button_color?: string | undefined;
|
|
54702
|
+
webview_primary_button_text_color?: string | undefined;
|
|
54699
54703
|
webview_logo_shape?: ('circle' | 'square') | undefined;
|
|
54700
54704
|
};
|
|
54701
54705
|
commonParams: {};
|
|
@@ -19382,6 +19382,9 @@ declare const _default: {
|
|
|
19382
19382
|
webview_primary_button_color: {
|
|
19383
19383
|
type: string;
|
|
19384
19384
|
};
|
|
19385
|
+
webview_primary_button_text_color: {
|
|
19386
|
+
type: string;
|
|
19387
|
+
};
|
|
19385
19388
|
};
|
|
19386
19389
|
required: string[];
|
|
19387
19390
|
type: string;
|
|
@@ -16902,6 +16902,7 @@ export default {
|
|
|
16902
16902
|
type: 'string',
|
|
16903
16903
|
},
|
|
16904
16904
|
webview_primary_button_color: { type: 'string' },
|
|
16905
|
+
webview_primary_button_text_color: { type: 'string' },
|
|
16905
16906
|
},
|
|
16906
16907
|
required: ['name'],
|
|
16907
16908
|
type: 'object',
|