@seamapi/types 0.25.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.
- package/dist/connect.cjs +5772 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7844 -1
- package/lib/seam/connect/openapi.d.ts +7844 -1
- package/lib/seam/connect/openapi.js +5772 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +170 -170
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.d.ts +296 -296
- package/lib/seam/connect/unstable/models/device-metadata.d.ts +4 -4
- package/lib/seam/connect/unstable/models/managed-device.d.ts +367 -367
- package/lib/seam/connect/unstable/models/unmanaged-device.d.ts +7 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5772 -1
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -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: {}
|
|
@@ -4402,6 +4403,7 @@ export interface Routes {
|
|
|
4402
4403
|
workspace_id: string
|
|
4403
4404
|
name: string
|
|
4404
4405
|
is_sandbox: boolean
|
|
4406
|
+
connect_partner_name: string | null
|
|
4405
4407
|
}>
|
|
4406
4408
|
}
|
|
4407
4409
|
}
|