@seamapi/types 0.26.0 → 0.27.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.
@@ -710,6 +710,7 @@ export interface Routes {
710
710
  queryParams: {};
711
711
  jsonBody: {
712
712
  connected_account_id: string;
713
+ sync?: boolean;
713
714
  };
714
715
  commonParams: {};
715
716
  formData: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -771,6 +771,7 @@ export interface Routes {
771
771
  queryParams: {}
772
772
  jsonBody: {
773
773
  connected_account_id: string
774
+ sync?: boolean
774
775
  }
775
776
  commonParams: {}
776
777
  formData: {}