@seamapi/types 1.712.0 → 1.714.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.
@@ -46326,10 +46326,6 @@ declare const _default: {
46326
46326
  description: string;
46327
46327
  type: string;
46328
46328
  };
46329
- customer_id: {
46330
- description: string;
46331
- type: string;
46332
- };
46333
46329
  customer_key: {
46334
46330
  description: string;
46335
46331
  type: string;
@@ -46592,6 +46588,7 @@ declare const _default: {
46592
46588
  };
46593
46589
  hotel_id: {
46594
46590
  description: string;
46591
+ minLength: number;
46595
46592
  type: string;
46596
46593
  };
46597
46594
  id: {
@@ -51041,10 +51041,6 @@ export default {
51041
51041
  description: 'Type of the connector to sync',
51042
51042
  type: 'string',
51043
51043
  },
51044
- customer_id: {
51045
- description: 'ID of the customer to sync',
51046
- type: 'string',
51047
- },
51048
51044
  customer_key: {
51049
51045
  description: 'Key of the customer to sync',
51050
51046
  type: 'string',
@@ -51055,7 +51051,7 @@ export default {
51055
51051
  type: 'string',
51056
51052
  },
51057
51053
  },
51058
- required: ['connector_id'],
51054
+ required: ['connector_id', 'connector_type', 'customer_key'],
51059
51055
  type: 'object',
51060
51056
  },
51061
51057
  },
@@ -51196,7 +51192,8 @@ export default {
51196
51192
  },
51197
51193
  auth_token: { type: 'string' },
51198
51194
  hotel_id: {
51199
- description: 'Optional hotel ID for single-property mode',
51195
+ description: 'Hotel ID - required for identifying the customer',
51196
+ minLength: 1,
51200
51197
  type: 'string',
51201
51198
  },
51202
51199
  id: {
@@ -51215,7 +51212,7 @@ export default {
51215
51212
  type: 'string',
51216
51213
  },
51217
51214
  },
51218
- required: ['api_key', 'id', 'secret'],
51215
+ required: ['api_key', 'id', 'secret', 'hotel_id'],
51219
51216
  type: 'object',
51220
51217
  },
51221
51218
  ],