@seamapi/types 1.113.1 → 1.114.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.
Files changed (65) hide show
  1. package/connect.d.ts +1 -0
  2. package/devicedb.d.ts +1 -0
  3. package/dist/connect.cjs +107 -0
  4. package/dist/connect.cjs.map +1 -1
  5. package/dist/connect.d.cts +174 -0
  6. package/index.d.ts +2 -0
  7. package/lib/seam/connect/enums.d.ts +1 -0
  8. package/lib/seam/connect/index.d.ts +6 -0
  9. package/lib/seam/connect/internal.d.ts +1 -0
  10. package/lib/seam/connect/openapi.d.ts +16982 -0
  11. package/lib/seam/connect/openapi.js +107 -0
  12. package/lib/seam/connect/openapi.js.map +1 -1
  13. package/lib/seam/connect/route-types.d.ts +7672 -0
  14. package/lib/seam/connect/stable/model-types.d.ts +1 -0
  15. package/lib/seam/connect/stable/models/connect-webview.d.ts +63 -0
  16. package/lib/seam/connect/stable/models/custom-metadata.d.ts +3 -0
  17. package/lib/seam/connect/stable/models/index.d.ts +2 -0
  18. package/lib/seam/connect/stable/schemas.d.ts +1 -0
  19. package/lib/seam/connect/unstable/index.d.ts +3 -0
  20. package/lib/seam/connect/unstable/model-types.d.ts +1 -0
  21. package/lib/seam/connect/unstable/models/access-codes/index.d.ts +2 -0
  22. package/lib/seam/connect/unstable/models/access-codes/managed-access-code.d.ts +69 -0
  23. package/lib/seam/connect/unstable/models/access-codes/unmanaged-access-code.d.ts +42 -0
  24. package/lib/seam/connect/unstable/models/acs/access_group.d.ts +35 -0
  25. package/lib/seam/connect/unstable/models/acs/credential.d.ts +127 -0
  26. package/lib/seam/connect/unstable/models/acs/credential_pool.d.ts +29 -0
  27. package/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.d.ts +41 -0
  28. package/lib/seam/connect/unstable/models/acs/entrance.d.ts +62 -0
  29. package/lib/seam/connect/unstable/models/acs/index.d.ts +7 -0
  30. package/lib/seam/connect/unstable/models/acs/system.d.ts +35 -0
  31. package/lib/seam/connect/unstable/models/acs/user.d.ts +74 -0
  32. package/lib/seam/connect/unstable/models/capability-properties/access-code.d.ts +93 -0
  33. package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +819 -0
  34. package/lib/seam/connect/unstable/models/capability-properties/lock.d.ts +24 -0
  35. package/lib/seam/connect/unstable/models/capability-properties/thermostat.d.ts +1572 -0
  36. package/lib/seam/connect/unstable/models/devices/capabilities-supported.d.ts +3 -0
  37. package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +982 -0
  38. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +65 -0
  39. package/lib/seam/connect/unstable/models/devices/index.d.ts +6 -0
  40. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +3711 -0
  41. package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +44 -0
  42. package/lib/seam/connect/unstable/models/devices/phone.d.ts +148 -0
  43. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +188 -0
  44. package/lib/seam/connect/unstable/models/events/access_code_events.d.ts +70 -0
  45. package/lib/seam/connect/unstable/models/events/connected_account_events.d.ts +48 -0
  46. package/lib/seam/connect/unstable/models/events/device_events.d.ts +63 -0
  47. package/lib/seam/connect/unstable/models/events/lock_events.d.ts +42 -0
  48. package/lib/seam/connect/unstable/models/index.d.ts +7 -0
  49. package/lib/seam/connect/unstable/models/network.d.ts +18 -0
  50. package/lib/seam/connect/unstable/models/phone-number.d.ts +2 -0
  51. package/lib/seam/connect/unstable/models/schedule.d.ts +21 -0
  52. package/lib/seam/connect/unstable/models/user-identity.d.ts +30 -0
  53. package/lib/seam/connect/unstable/schemas.d.ts +1 -0
  54. package/lib/seam/devicedb/index.d.ts +5 -0
  55. package/lib/seam/devicedb/models/device-capability.d.ts +21 -0
  56. package/lib/seam/devicedb/models/device-model.d.ts +1064 -0
  57. package/lib/seam/devicedb/models/hardware.d.ts +8 -0
  58. package/lib/seam/devicedb/models/image-reference.d.ts +15 -0
  59. package/lib/seam/devicedb/models/index.d.ts +4 -0
  60. package/lib/seam/devicedb/models/manufacturer.d.ts +84 -0
  61. package/lib/seam/devicedb/route-specs.d.ts +2198 -0
  62. package/lib/seam/devicedb/route-types.d.ts +308 -0
  63. package/package.json +1 -1
  64. package/src/lib/seam/connect/openapi.ts +107 -0
  65. package/src/lib/seam/connect/route-types.ts +15 -0
package/connect.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './lib/seam/connect/index.js';
package/devicedb.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './lib/seam/devicedb/index.js';
package/dist/connect.cjs CHANGED
@@ -11844,6 +11844,113 @@ var openapi_default = {
11844
11844
  "x-fern-sdk-method-name": "revoke_access_to_device"
11845
11845
  }
11846
11846
  },
11847
+ "/user_identities/update": {
11848
+ patch: {
11849
+ operationId: "userIdentitiesUpdatePatch",
11850
+ requestBody: {
11851
+ content: {
11852
+ "application/json": {
11853
+ schema: {
11854
+ properties: {
11855
+ email_address: {
11856
+ format: "email",
11857
+ nullable: true,
11858
+ type: "string"
11859
+ },
11860
+ full_name: { minLength: 1, nullable: true, type: "string" },
11861
+ phone_number: { nullable: true, type: "string" },
11862
+ user_identity_id: { format: "uuid", type: "string" },
11863
+ user_identity_key: {
11864
+ minLength: 1,
11865
+ nullable: true,
11866
+ type: "string"
11867
+ }
11868
+ },
11869
+ required: ["user_identity_id"],
11870
+ type: "object"
11871
+ }
11872
+ }
11873
+ }
11874
+ },
11875
+ responses: {
11876
+ 200: {
11877
+ content: {
11878
+ "application/json": {
11879
+ schema: {
11880
+ properties: { ok: { type: "boolean" } },
11881
+ required: ["ok"],
11882
+ type: "object"
11883
+ }
11884
+ }
11885
+ },
11886
+ description: "OK"
11887
+ },
11888
+ 400: { description: "Bad Request" },
11889
+ 401: { description: "Unauthorized" }
11890
+ },
11891
+ security: [
11892
+ { pat_with_workspace: [] },
11893
+ { console_session: [] },
11894
+ { api_key: [] }
11895
+ ],
11896
+ summary: "/user_identities/update",
11897
+ tags: ["/user_identities"],
11898
+ "x-fern-ignore": true
11899
+ },
11900
+ post: {
11901
+ operationId: "userIdentitiesUpdatePost",
11902
+ requestBody: {
11903
+ content: {
11904
+ "application/json": {
11905
+ schema: {
11906
+ properties: {
11907
+ email_address: {
11908
+ format: "email",
11909
+ nullable: true,
11910
+ type: "string"
11911
+ },
11912
+ full_name: { minLength: 1, nullable: true, type: "string" },
11913
+ phone_number: { nullable: true, type: "string" },
11914
+ user_identity_id: { format: "uuid", type: "string" },
11915
+ user_identity_key: {
11916
+ minLength: 1,
11917
+ nullable: true,
11918
+ type: "string"
11919
+ }
11920
+ },
11921
+ required: ["user_identity_id"],
11922
+ type: "object"
11923
+ }
11924
+ }
11925
+ }
11926
+ },
11927
+ responses: {
11928
+ 200: {
11929
+ content: {
11930
+ "application/json": {
11931
+ schema: {
11932
+ properties: { ok: { type: "boolean" } },
11933
+ required: ["ok"],
11934
+ type: "object"
11935
+ }
11936
+ }
11937
+ },
11938
+ description: "OK"
11939
+ },
11940
+ 400: { description: "Bad Request" },
11941
+ 401: { description: "Unauthorized" }
11942
+ },
11943
+ security: [
11944
+ { pat_with_workspace: [] },
11945
+ { console_session: [] },
11946
+ { api_key: [] }
11947
+ ],
11948
+ summary: "/user_identities/update",
11949
+ tags: ["/user_identities"],
11950
+ "x-fern-sdk-group-name": ["user_identities"],
11951
+ "x-fern-sdk-method-name": "update"
11952
+ }
11953
+ },
11847
11954
  "/webhooks/create": {
11848
11955
  post: {
11849
11956
  operationId: "webhooksCreatePost",