@seamapi/types 1.581.0 → 1.583.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 CHANGED
@@ -2003,9 +2003,6 @@ var august_lock_invalid_code_length = common_access_code_error.extend({
2003
2003
  var august_device_programming_delay_error = common_access_code_error.extend({
2004
2004
  error_code: zod.z.literal("august_device_programming_delay").describe(error_code_description3)
2005
2005
  }).describe("Access code has not yet been fully moved to the device.");
2006
- var august_device_slots_full = common_access_code_error.extend({
2007
- error_code: zod.z.literal("august_device_slots_full").describe(error_code_description3)
2008
- }).describe("All access code slots on the device are full.");
2009
2006
  var august_lock_temporarily_offline_error = common_access_code_error.extend({
2010
2007
  error_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
2011
2008
  }).describe("August lock is temporarily offline.");
@@ -2050,7 +2047,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
2050
2047
  code_modified_external_to_seam_error,
2051
2048
  august_lock_invalid_code_length,
2052
2049
  august_device_programming_delay_error,
2053
- august_device_slots_full,
2054
2050
  august_lock_missing_keypad,
2055
2051
  august_lock_temporarily_offline_error,
2056
2052
  salto_ks_user_not_subscribed,
@@ -2082,7 +2078,6 @@ zod.z.object({
2082
2078
  august_lock_invalid_code_length: august_lock_invalid_code_length.optional().nullable(),
2083
2079
  august_device_programming_delay: august_device_programming_delay_error.optional().nullable(),
2084
2080
  august_lock_temporarily_offline: august_lock_temporarily_offline_error.optional().nullable(),
2085
- august_device_slots_full: august_device_slots_full.optional().nullable(),
2086
2081
  august_lock_missing_keypad: august_lock_missing_keypad.optional().nullable(),
2087
2082
  salto_ks_user_not_subscribed: salto_ks_user_not_subscribed.optional().nullable(),
2088
2083
  hubitat_device_programming_delay: hubitat_device_programming_delay.optional().nullable(),
@@ -6160,32 +6155,6 @@ var openapi_default = {
6160
6155
  required: ["message", "is_access_code_error", "error_code"],
6161
6156
  type: "object"
6162
6157
  },
6163
- {
6164
- description: "All access code slots on the device are full.",
6165
- properties: {
6166
- created_at: {
6167
- description: "Date and time at which Seam created the error.",
6168
- format: "date-time",
6169
- type: "string"
6170
- },
6171
- error_code: {
6172
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
6173
- enum: ["august_device_slots_full"],
6174
- type: "string"
6175
- },
6176
- is_access_code_error: {
6177
- description: "Indicates that this is an access code error.",
6178
- enum: [true],
6179
- type: "boolean"
6180
- },
6181
- message: {
6182
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
6183
- type: "string"
6184
- }
6185
- },
6186
- required: ["message", "is_access_code_error", "error_code"],
6187
- type: "object"
6188
- },
6189
6158
  {
6190
6159
  description: "August lock is missing a keypad.",
6191
6160
  properties: {
@@ -25042,32 +25011,6 @@ var openapi_default = {
25042
25011
  required: ["message", "is_access_code_error", "error_code"],
25043
25012
  type: "object"
25044
25013
  },
25045
- {
25046
- description: "All access code slots on the device are full.",
25047
- properties: {
25048
- created_at: {
25049
- description: "Date and time at which Seam created the error.",
25050
- format: "date-time",
25051
- type: "string"
25052
- },
25053
- error_code: {
25054
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
25055
- enum: ["august_device_slots_full"],
25056
- type: "string"
25057
- },
25058
- is_access_code_error: {
25059
- description: "Indicates that this is an access code error.",
25060
- enum: [true],
25061
- type: "boolean"
25062
- },
25063
- message: {
25064
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
25065
- type: "string"
25066
- }
25067
- },
25068
- required: ["message", "is_access_code_error", "error_code"],
25069
- type: "object"
25070
- },
25071
25014
  {
25072
25015
  description: "August lock is missing a keypad.",
25073
25016
  properties: {
@@ -29000,6 +28943,7 @@ var openapi_default = {
29000
28943
  },
29001
28944
  security: [
29002
28945
  { client_session: [] },
28946
+ { client_session_with_customer: [] },
29003
28947
  { pat_with_workspace: [] },
29004
28948
  { console_session_with_workspace: [] },
29005
28949
  { api_key: [] }
@@ -29125,6 +29069,7 @@ var openapi_default = {
29125
29069
  },
29126
29070
  security: [
29127
29071
  { client_session: [] },
29072
+ { client_session_with_customer: [] },
29128
29073
  { pat_with_workspace: [] },
29129
29074
  { console_session_with_workspace: [] },
29130
29075
  { api_key: [] }
@@ -31029,6 +30974,7 @@ var openapi_default = {
31029
30974
  },
31030
30975
  security: [
31031
30976
  { client_session: [] },
30977
+ { client_session_with_customer: [] },
31032
30978
  { pat_with_workspace: [] },
31033
30979
  { console_session_with_workspace: [] },
31034
30980
  { api_key: [] }
@@ -31089,6 +31035,7 @@ var openapi_default = {
31089
31035
  },
31090
31036
  security: [
31091
31037
  { client_session: [] },
31038
+ { client_session_with_customer: [] },
31092
31039
  { pat_with_workspace: [] },
31093
31040
  { console_session_with_workspace: [] },
31094
31041
  { api_key: [] }