@seamapi/types 1.688.0 → 1.690.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.
@@ -11903,6 +11903,28 @@ export default {
11903
11903
  type: 'object',
11904
11904
  'x-variant-group-key': 'locks',
11905
11905
  },
11906
+ {
11907
+ description: 'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
11908
+ properties: {
11909
+ created_at: {
11910
+ description: 'Date and time at which Seam created the warning.',
11911
+ format: 'date-time',
11912
+ type: 'string',
11913
+ },
11914
+ message: {
11915
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
11916
+ type: 'string',
11917
+ },
11918
+ warning_code: {
11919
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
11920
+ enum: ['accessory_keypad_setup_required'],
11921
+ type: 'string',
11922
+ },
11923
+ },
11924
+ required: ['message', 'created_at', 'warning_code'],
11925
+ type: 'object',
11926
+ 'x-variant-group-key': 'locks',
11927
+ },
11906
11928
  ],
11907
11929
  },
11908
11930
  type: 'array',
@@ -23312,6 +23334,28 @@ export default {
23312
23334
  type: 'object',
23313
23335
  'x-variant-group-key': 'locks',
23314
23336
  },
23337
+ {
23338
+ description: 'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
23339
+ properties: {
23340
+ created_at: {
23341
+ description: 'Date and time at which Seam created the warning.',
23342
+ format: 'date-time',
23343
+ type: 'string',
23344
+ },
23345
+ message: {
23346
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
23347
+ type: 'string',
23348
+ },
23349
+ warning_code: {
23350
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
23351
+ enum: ['accessory_keypad_setup_required'],
23352
+ type: 'string',
23353
+ },
23354
+ },
23355
+ required: ['message', 'created_at', 'warning_code'],
23356
+ type: 'object',
23357
+ 'x-variant-group-key': 'locks',
23358
+ },
23315
23359
  ],
23316
23360
  },
23317
23361
  type: 'array',
@@ -49869,7 +49913,7 @@ export default {
49869
49913
  },
49870
49914
  '/seam/customer/v1/connectors/create': {
49871
49915
  post: {
49872
- description: 'Creates a new connector for a customer in a workspace. The connector will be activated and start syncing data from the external API.\nIf a connector already exists for the same customer, it will be updated instead of creating a new one.',
49916
+ description: 'Creates a new connector for a customer in a workspace. The connector will be activated and start syncing data from the external API.',
49873
49917
  operationId: 'seamCustomerV1ConnectorsCreatePost',
49874
49918
  requestBody: {
49875
49919
  content: {
@@ -49957,11 +50001,7 @@ export default {
49957
50001
  400: { description: 'Bad Request' },
49958
50002
  401: { description: 'Unauthorized' },
49959
50003
  },
49960
- security: [
49961
- { api_key: [] },
49962
- { client_session_with_customer: [] },
49963
- { console_session_with_workspace: [] },
49964
- ],
50004
+ security: [{ api_key: [] }, { console_session_with_workspace: [] }],
49965
50005
  summary: '/seam/customer/v1/connectors/create',
49966
50006
  tags: [],
49967
50007
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
@@ -49981,11 +50021,15 @@ export default {
49981
50021
  'application/json': {
49982
50022
  schema: {
49983
50023
  properties: {
50024
+ connector_customer_id: { type: 'string' },
49984
50025
  connector_id: {
49985
50026
  description: 'ID of the connector to delete',
49986
50027
  minLength: 1,
49987
50028
  type: 'string',
49988
50029
  },
50030
+ customer_id: { type: 'string' },
50031
+ customer_key: { type: 'string' },
50032
+ unique_provider_resource_key: { type: 'string' },
49989
50033
  },
49990
50034
  required: ['connector_id'],
49991
50035
  type: 'object',
@@ -50020,11 +50064,7 @@ export default {
50020
50064
  400: { description: 'Bad Request' },
50021
50065
  401: { description: 'Unauthorized' },
50022
50066
  },
50023
- security: [
50024
- { api_key: [] },
50025
- { client_session_with_customer: [] },
50026
- { console_session_with_workspace: [] },
50027
- ],
50067
+ security: [{ api_key: [] }, { console_session_with_workspace: [] }],
50028
50068
  summary: '/seam/customer/v1/connectors/delete',
50029
50069
  tags: [],
50030
50070
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
@@ -50176,13 +50216,43 @@ export default {
50176
50216
  'application/json': {
50177
50217
  schema: {
50178
50218
  properties: {
50219
+ connector_customer_id: {
50220
+ description: 'ID of the connector customer to sync',
50221
+ format: 'uuid',
50222
+ nullable: true,
50223
+ type: 'string',
50224
+ },
50179
50225
  connector_id: {
50180
50226
  description: 'ID of the connector to sync',
50181
50227
  format: 'uuid',
50182
50228
  type: 'string',
50183
50229
  },
50230
+ connector_type: {
50231
+ description: 'Type of the connector to sync',
50232
+ type: 'string',
50233
+ },
50234
+ customer_id: {
50235
+ description: 'ID of the customer to sync',
50236
+ type: 'string',
50237
+ },
50238
+ customer_key: {
50239
+ description: 'Key of the customer to sync',
50240
+ type: 'string',
50241
+ },
50242
+ unique_provider_resource_key: {
50243
+ description: 'Unique provider resource key of the connector to sync',
50244
+ nullable: true,
50245
+ type: 'string',
50246
+ },
50184
50247
  },
50185
- required: ['connector_id'],
50248
+ required: [
50249
+ 'connector_id',
50250
+ 'connector_type',
50251
+ 'customer_id',
50252
+ 'customer_key',
50253
+ 'connector_customer_id',
50254
+ 'unique_provider_resource_key',
50255
+ ],
50186
50256
  type: 'object',
50187
50257
  },
50188
50258
  },
@@ -50196,11 +50266,10 @@ export default {
50196
50266
  properties: {
50197
50267
  connector_sync: {
50198
50268
  properties: {
50199
- connector_id: { type: 'string' },
50200
50269
  message: { type: 'string' },
50201
50270
  status: { type: 'string' },
50202
50271
  },
50203
- required: ['connector_id', 'status', 'message'],
50272
+ required: ['status', 'message'],
50204
50273
  type: 'object',
50205
50274
  },
50206
50275
  ok: { type: 'boolean' },