@seamapi/types 1.598.0 → 1.599.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.
@@ -37089,8 +37089,11 @@ export default {
37089
37089
  exclude: false,
37090
37090
  },
37091
37091
  connect: { exclude: false },
37092
+ manage: {
37093
+ exclude: false,
37094
+ exclude_reservation_management: false,
37095
+ },
37092
37096
  manage_devices: { exclude: false },
37093
- manage_reservations: { exclude: false },
37094
37097
  organize: { exclude: false },
37095
37098
  },
37096
37099
  is_embedded: false,
@@ -37144,49 +37147,32 @@ export default {
37144
37147
  },
37145
37148
  type: 'object',
37146
37149
  },
37147
- manage_devices: {
37150
+ manage: {
37148
37151
  default: {},
37149
- description: 'Configuration for the manage devices feature.',
37152
+ description: 'Configuration for the manage feature.',
37150
37153
  properties: {
37151
- accepted_providers: {
37152
- description: 'List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.',
37153
- items: { type: 'string' },
37154
- type: 'array',
37155
- },
37156
37154
  exclude: {
37157
37155
  default: false,
37158
37156
  description: 'Whether to exclude this feature from the portal.',
37159
37157
  type: 'boolean',
37160
37158
  },
37161
- excluded_providers: {
37162
- description: 'List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.',
37163
- items: { type: 'string' },
37164
- type: 'array',
37159
+ exclude_reservation_management: {
37160
+ default: false,
37161
+ description: 'Indicates whether the customer can manage reservations for their properties.',
37162
+ type: 'boolean',
37165
37163
  },
37166
37164
  },
37167
37165
  type: 'object',
37168
37166
  },
37169
- manage_reservations: {
37167
+ manage_devices: {
37170
37168
  default: {},
37171
- description: 'Configuration for the manage reservations feature.',
37169
+ description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
37172
37170
  properties: {
37173
37171
  exclude: {
37174
37172
  default: false,
37175
37173
  description: 'Whether to exclude this feature from the portal.',
37176
37174
  type: 'boolean',
37177
37175
  },
37178
- reservations: {
37179
- default: { exclude: false },
37180
- description: 'Configuration for the reservations feature.',
37181
- properties: {
37182
- exclude: {
37183
- default: false,
37184
- description: 'Indicates whether the customer can view reservations for their properties.',
37185
- type: 'boolean',
37186
- },
37187
- },
37188
- type: 'object',
37189
- },
37190
37176
  },
37191
37177
  type: 'object',
37192
37178
  },
@@ -47915,53 +47901,36 @@ export default {
47915
47901
  },
47916
47902
  type: 'object',
47917
47903
  },
47918
- manage_devices: {
47904
+ manage: {
47919
47905
  default: {
47920
47906
  $ref: '#/components/schemas/access_code',
47921
47907
  },
47922
- description: 'Configuration for the manage devices feature.',
47908
+ description: 'Configuration for the manage feature.',
47923
47909
  properties: {
47924
- accepted_providers: {
47925
- description: 'List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.',
47926
- items: { type: 'string' },
47927
- type: 'array',
47928
- },
47929
47910
  exclude: {
47930
47911
  default: false,
47931
47912
  description: 'Whether to exclude this feature from the portal.',
47932
47913
  type: 'boolean',
47933
47914
  },
47934
- excluded_providers: {
47935
- description: 'List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.',
47936
- items: { type: 'string' },
47937
- type: 'array',
47915
+ exclude_reservation_management: {
47916
+ default: false,
47917
+ description: 'Indicates whether the customer can manage reservations for their properties.',
47918
+ type: 'boolean',
47938
47919
  },
47939
47920
  },
47940
47921
  type: 'object',
47941
47922
  },
47942
- manage_reservations: {
47923
+ manage_devices: {
47943
47924
  default: {
47944
47925
  $ref: '#/components/schemas/access_code',
47945
47926
  },
47946
- description: 'Configuration for the manage reservations feature.',
47927
+ description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
47947
47928
  properties: {
47948
47929
  exclude: {
47949
47930
  default: false,
47950
47931
  description: 'Whether to exclude this feature from the portal.',
47951
47932
  type: 'boolean',
47952
47933
  },
47953
- reservations: {
47954
- default: { exclude: false },
47955
- description: 'Configuration for the reservations feature.',
47956
- properties: {
47957
- exclude: {
47958
- default: false,
47959
- description: 'Indicates whether the customer can view reservations for their properties.',
47960
- type: 'boolean',
47961
- },
47962
- },
47963
- type: 'object',
47964
- },
47965
47934
  },
47966
47935
  type: 'object',
47967
47936
  },
@@ -48213,53 +48182,36 @@ export default {
48213
48182
  },
48214
48183
  type: 'object',
48215
48184
  },
48216
- manage_devices: {
48185
+ manage: {
48217
48186
  default: {
48218
48187
  $ref: '#/components/schemas/access_code',
48219
48188
  },
48220
- description: 'Configuration for the manage devices feature.',
48189
+ description: 'Configuration for the manage feature.',
48221
48190
  properties: {
48222
- accepted_providers: {
48223
- description: 'List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.',
48224
- items: { type: 'string' },
48225
- type: 'array',
48226
- },
48227
48191
  exclude: {
48228
48192
  default: false,
48229
48193
  description: 'Whether to exclude this feature from the portal.',
48230
48194
  type: 'boolean',
48231
48195
  },
48232
- excluded_providers: {
48233
- description: 'List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.',
48234
- items: { type: 'string' },
48235
- type: 'array',
48196
+ exclude_reservation_management: {
48197
+ default: false,
48198
+ description: 'Indicates whether the customer can manage reservations for their properties.',
48199
+ type: 'boolean',
48236
48200
  },
48237
48201
  },
48238
48202
  type: 'object',
48239
48203
  },
48240
- manage_reservations: {
48204
+ manage_devices: {
48241
48205
  default: {
48242
48206
  $ref: '#/components/schemas/access_code',
48243
48207
  },
48244
- description: 'Configuration for the manage reservations feature.',
48208
+ description: 'Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---',
48245
48209
  properties: {
48246
48210
  exclude: {
48247
48211
  default: false,
48248
48212
  description: 'Whether to exclude this feature from the portal.',
48249
48213
  type: 'boolean',
48250
48214
  },
48251
- reservations: {
48252
- default: { exclude: false },
48253
- description: 'Configuration for the reservations feature.',
48254
- properties: {
48255
- exclude: {
48256
- default: false,
48257
- description: 'Indicates whether the customer can view reservations for their properties.',
48258
- type: 'boolean',
48259
- },
48260
- },
48261
- type: 'object',
48262
- },
48263
48215
  },
48264
48216
  type: 'object',
48265
48217
  },