@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.cjs
CHANGED
|
@@ -20050,7 +20050,8 @@ var openapi_default = {
|
|
|
20050
20050
|
enum: ["circle", "square"],
|
|
20051
20051
|
type: "string"
|
|
20052
20052
|
},
|
|
20053
|
-
webview_primary_button_color: { type: "string" }
|
|
20053
|
+
webview_primary_button_color: { type: "string" },
|
|
20054
|
+
webview_primary_button_text_color: { type: "string" }
|
|
20054
20055
|
},
|
|
20055
20056
|
required: ["name"],
|
|
20056
20057
|
type: "object"
|