@seamapi/types 1.130.0 → 1.132.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 (28) hide show
  1. package/dist/connect.cjs +21 -6
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +77 -34
  4. package/lib/seam/connect/openapi.d.ts +19 -5
  5. package/lib/seam/connect/openapi.js +21 -6
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +58 -29
  8. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.d.ts +8 -0
  9. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js +5 -0
  10. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js.map +1 -0
  11. package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
  12. package/lib/seam/connect/unstable/models/acs/index.js +1 -0
  13. package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
  14. package/lib/seam/connect/unstable/models/acs/system.d.ts +6 -3
  15. package/lib/seam/connect/unstable/models/acs/system.js +5 -2
  16. package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
  17. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -10
  18. package/lib/seam/connect/unstable/models/devices/managed-device.js +8 -5
  19. package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
  20. package/lib/seam/connect/unstable/models/devices/phone.d.ts +6 -0
  21. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +0 -1
  22. package/package.json +1 -1
  23. package/src/lib/seam/connect/openapi.ts +25 -7
  24. package/src/lib/seam/connect/route-types.ts +58 -29
  25. package/src/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.ts +5 -0
  26. package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
  27. package/src/lib/seam/connect/unstable/models/acs/system.ts +21 -17
  28. package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +12 -7
package/dist/connect.cjs CHANGED
@@ -215,6 +215,7 @@ var openapi_default = {
215
215
  acs_system: {
216
216
  properties: {
217
217
  acs_system_id: { format: "uuid", type: "string" },
218
+ can_automate_enrollment: { type: "boolean" },
218
219
  connected_account_ids: { items: { type: "string" }, type: "array" },
219
220
  created_at: { format: "date-time", type: "string" },
220
221
  external_type: {
@@ -642,6 +643,10 @@ var openapi_default = {
642
643
  { enum: ["ios_phone", "android_phone"], type: "string" }
643
644
  ]
644
645
  },
646
+ display_name: {
647
+ description: "Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices.",
648
+ type: "string"
649
+ },
645
650
  errors: {
646
651
  description: 'Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
647
652
  items: {
@@ -674,6 +679,10 @@ var openapi_default = {
674
679
  },
675
680
  type: "object"
676
681
  },
682
+ nickname: {
683
+ description: "Optional nickname to describe the device, settable through Seam",
684
+ type: "string"
685
+ },
677
686
  properties: {
678
687
  allOf: [
679
688
  {
@@ -757,11 +766,7 @@ var openapi_default = {
757
766
  type: "object"
758
767
  },
759
768
  name: {
760
- description: "Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices.",
761
- type: "string"
762
- },
763
- nickname: {
764
- description: "Optional nickname to describe the device, settable through Seam. Enables administrators and users to identify the device easily, especially when there are numerous devices.",
769
+ description: "Name of the device. Deprecated - use device.display_name instead",
765
770
  type: "string"
766
771
  },
767
772
  offline_access_codes_enabled: {
@@ -1730,6 +1735,7 @@ var openapi_default = {
1730
1735
  required: [
1731
1736
  "device_id",
1732
1737
  "device_type",
1738
+ "display_name",
1733
1739
  "capabilities_supported",
1734
1740
  "properties",
1735
1741
  "location",
@@ -1905,6 +1911,10 @@ var openapi_default = {
1905
1911
  type: "string"
1906
1912
  },
1907
1913
  device_type: { enum: ["android_phone", "ios_phone"], type: "string" },
1914
+ display_name: {
1915
+ description: "Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices.",
1916
+ type: "string"
1917
+ },
1908
1918
  errors: {
1909
1919
  description: 'Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
1910
1920
  items: {
@@ -1937,6 +1947,10 @@ var openapi_default = {
1937
1947
  },
1938
1948
  type: "object"
1939
1949
  },
1950
+ nickname: {
1951
+ description: "Optional nickname to describe the device, settable through Seam",
1952
+ type: "string"
1953
+ },
1940
1954
  properties: {
1941
1955
  properties: {
1942
1956
  assa_abloy_credential_service_metadata: {
@@ -1981,6 +1995,7 @@ var openapi_default = {
1981
1995
  required: [
1982
1996
  "device_id",
1983
1997
  "device_type",
1998
+ "display_name",
1984
1999
  "capabilities_supported",
1985
2000
  "properties",
1986
2001
  "location",
@@ -2224,7 +2239,7 @@ var openapi_default = {
2224
2239
  type: "object"
2225
2240
  },
2226
2241
  name: {
2227
- description: "Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices.",
2242
+ description: "Name of the device. Deprecated - use device.display_name instead",
2228
2243
  type: "string"
2229
2244
  },
2230
2245
  offline_access_codes_enabled: {