@seamapi/types 1.421.1 → 1.422.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 (55) hide show
  1. package/dist/connect.cjs +1630 -583
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +2627 -1024
  4. package/lib/seam/connect/internal/schemas.d.ts +1 -1
  5. package/lib/seam/connect/internal/schemas.js +1 -1
  6. package/lib/seam/connect/internal/schemas.js.map +1 -1
  7. package/lib/seam/connect/models/customer/access-grant-resources.d.ts +420 -0
  8. package/lib/seam/connect/models/customer/access-grant-resources.js +111 -0
  9. package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -0
  10. package/lib/seam/connect/models/customer/business-vertical.d.ts +3 -0
  11. package/lib/seam/connect/models/customer/business-vertical.js +11 -0
  12. package/lib/seam/connect/models/customer/business-vertical.js.map +1 -0
  13. package/lib/seam/connect/models/customer/customer-data.d.ts +597 -0
  14. package/lib/seam/connect/models/customer/customer-data.js +67 -0
  15. package/lib/seam/connect/models/customer/customer-data.js.map +1 -0
  16. package/lib/seam/connect/models/customer/customer-portal.d.ts +71 -0
  17. package/lib/seam/connect/models/customer/customer-portal.js +34 -0
  18. package/lib/seam/connect/models/customer/customer-portal.js.map +1 -0
  19. package/lib/seam/connect/models/customer/index.d.ts +3 -0
  20. package/lib/seam/connect/models/customer/index.js +4 -0
  21. package/lib/seam/connect/models/customer/index.js.map +1 -0
  22. package/lib/seam/connect/models/customer/location-resources.d.ts +229 -0
  23. package/lib/seam/connect/models/customer/location-resources.js +55 -0
  24. package/lib/seam/connect/models/customer/location-resources.js.map +1 -0
  25. package/lib/seam/connect/models/customer/user-identity-resources.d.ts +205 -0
  26. package/lib/seam/connect/models/customer/user-identity-resources.js +50 -0
  27. package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -0
  28. package/lib/seam/connect/models/index.d.ts +4 -0
  29. package/lib/seam/connect/models/index.js +4 -0
  30. package/lib/seam/connect/models/index.js.map +1 -1
  31. package/lib/seam/connect/models/partner/index.d.ts +0 -1
  32. package/lib/seam/connect/models/partner/index.js +0 -1
  33. package/lib/seam/connect/models/partner/index.js.map +1 -1
  34. package/lib/seam/connect/models/partner/magic-link.d.ts +2 -2
  35. package/lib/seam/connect/openapi.d.ts +1821 -658
  36. package/lib/seam/connect/openapi.js +1639 -592
  37. package/lib/seam/connect/openapi.js.map +1 -1
  38. package/lib/seam/connect/route-types.d.ts +552 -112
  39. package/package.json +1 -1
  40. package/src/lib/seam/connect/internal/schemas.ts +21 -3
  41. package/src/lib/seam/connect/models/customer/access-grant-resources.ts +129 -0
  42. package/src/lib/seam/connect/models/customer/business-vertical.ts +13 -0
  43. package/src/lib/seam/connect/models/customer/customer-data.ts +93 -0
  44. package/src/lib/seam/connect/models/customer/customer-portal.ts +39 -0
  45. package/src/lib/seam/connect/models/customer/index.ts +3 -0
  46. package/src/lib/seam/connect/models/customer/location-resources.ts +77 -0
  47. package/src/lib/seam/connect/models/customer/user-identity-resources.ts +68 -0
  48. package/src/lib/seam/connect/models/index.ts +4 -0
  49. package/src/lib/seam/connect/models/partner/index.ts +0 -1
  50. package/src/lib/seam/connect/openapi.ts +1794 -601
  51. package/src/lib/seam/connect/route-types.ts +642 -114
  52. package/lib/seam/connect/models/partner/resources.d.ts +0 -76
  53. package/lib/seam/connect/models/partner/resources.js +0 -87
  54. package/lib/seam/connect/models/partner/resources.js.map +0 -1
  55. package/src/lib/seam/connect/models/partner/resources.ts +0 -112
@@ -9944,69 +9944,6 @@ declare const _default: {
9944
9944
  required: string[];
9945
9945
  type: string;
9946
9946
  };
9947
- partner_resource: {
9948
- description: string;
9949
- properties: {
9950
- custom_metadata: {
9951
- additionalProperties: {
9952
- type: string;
9953
- };
9954
- description: string;
9955
- type: string;
9956
- };
9957
- customer_key: {
9958
- description: string;
9959
- type: string;
9960
- };
9961
- description: {
9962
- description: string;
9963
- type: string;
9964
- };
9965
- email_address: {
9966
- description: string;
9967
- type: string;
9968
- };
9969
- ends_at: {
9970
- description: string;
9971
- type: string;
9972
- };
9973
- location_keys: {
9974
- description: string;
9975
- items: {
9976
- type: string;
9977
- };
9978
- type: string;
9979
- };
9980
- name: {
9981
- description: string;
9982
- type: string;
9983
- };
9984
- partner_resource_key: {
9985
- description: string;
9986
- type: string;
9987
- };
9988
- partner_resource_type: {
9989
- description: string;
9990
- type: string;
9991
- };
9992
- phone_number: {
9993
- description: string;
9994
- type: string;
9995
- };
9996
- starts_at: {
9997
- description: string;
9998
- type: string;
9999
- };
10000
- user_identity_key: {
10001
- description: string;
10002
- type: string;
10003
- };
10004
- };
10005
- required: string[];
10006
- type: string;
10007
- 'x-route-path': string;
10008
- 'x-undocumented': string;
10009
- };
10010
9947
  phone: {
10011
9948
  description: string;
10012
9949
  properties: {
@@ -26905,66 +26842,7 @@ declare const _default: {
26905
26842
  'x-title': string;
26906
26843
  };
26907
26844
  };
26908
- '/devices/delete': {
26909
- delete: {
26910
- description: string;
26911
- operationId: string;
26912
- parameters: {
26913
- in: string;
26914
- name: string;
26915
- required: boolean;
26916
- schema: {
26917
- description: string;
26918
- format: string;
26919
- type: string;
26920
- };
26921
- }[];
26922
- responses: {
26923
- 200: {
26924
- content: {
26925
- 'application/json': {
26926
- schema: {
26927
- properties: {
26928
- ok: {
26929
- type: string;
26930
- };
26931
- };
26932
- required: string[];
26933
- type: string;
26934
- };
26935
- };
26936
- };
26937
- description: string;
26938
- };
26939
- 400: {
26940
- description: string;
26941
- };
26942
- 401: {
26943
- description: string;
26944
- };
26945
- };
26946
- security: ({
26947
- api_key: never[];
26948
- pat_with_workspace?: never;
26949
- console_session_with_workspace?: never;
26950
- } | {
26951
- pat_with_workspace: never[];
26952
- api_key?: never;
26953
- console_session_with_workspace?: never;
26954
- } | {
26955
- console_session_with_workspace: never[];
26956
- api_key?: never;
26957
- pat_with_workspace?: never;
26958
- })[];
26959
- summary: string;
26960
- tags: string[];
26961
- 'x-deprecated': string;
26962
- 'x-fern-sdk-group-name': string[];
26963
- 'x-fern-sdk-method-name': string;
26964
- 'x-response-key': null;
26965
- 'x-title': string;
26966
- 'x-undocumented': string;
26967
- };
26845
+ '/customers/create_portal': {
26968
26846
  post: {
26969
26847
  description: string;
26970
26848
  operationId: string;
@@ -26972,120 +26850,1544 @@ declare const _default: {
26972
26850
  content: {
26973
26851
  'application/json': {
26974
26852
  schema: {
26975
- properties: {
26976
- device_id: {
26977
- description: string;
26978
- format: string;
26979
- type: string;
26980
- };
26981
- };
26982
- required: string[];
26983
- type: string;
26984
- };
26985
- };
26986
- };
26987
- };
26988
- responses: {
26989
- 200: {
26990
- content: {
26991
- 'application/json': {
26992
- schema: {
26993
- properties: {
26994
- ok: {
26995
- type: string;
26853
+ allOf: ({
26854
+ default: {
26855
+ features: {
26856
+ connect: {
26857
+ exclude: boolean;
26858
+ };
26859
+ manage_devices: {
26860
+ exclude: boolean;
26861
+ };
26862
+ organize: {
26863
+ exclude: boolean;
26864
+ };
26996
26865
  };
26997
26866
  };
26998
- required: string[];
26999
- type: string;
27000
- };
27001
- };
27002
- };
27003
- description: string;
27004
- };
27005
- 400: {
27006
- description: string;
27007
- };
27008
- 401: {
27009
- description: string;
27010
- };
27011
- };
27012
- security: ({
27013
- api_key: never[];
27014
- pat_with_workspace?: never;
27015
- console_session_with_workspace?: never;
27016
- } | {
27017
- pat_with_workspace: never[];
27018
- api_key?: never;
27019
- console_session_with_workspace?: never;
27020
- } | {
27021
- console_session_with_workspace: never[];
27022
- api_key?: never;
27023
- pat_with_workspace?: never;
27024
- })[];
27025
- summary: string;
27026
- tags: string[];
27027
- 'x-deprecated': string;
27028
- 'x-fern-sdk-group-name': string[];
27029
- 'x-fern-sdk-method-name': string;
27030
- 'x-response-key': null;
27031
- 'x-title': string;
27032
- 'x-undocumented': string;
27033
- };
27034
- };
27035
- '/devices/get': {
27036
- get: {
27037
- description: string;
27038
- operationId: string;
27039
- parameters: ({
27040
- in: string;
27041
- name: string;
27042
- schema: {
27043
- description: string;
27044
- format: string;
27045
- type: string;
27046
- };
27047
- } | {
27048
- in: string;
27049
- name: string;
27050
- schema: {
27051
- description: string;
27052
- type: string;
27053
- format?: never;
27054
- };
27055
- })[];
27056
- responses: {
27057
- 200: {
27058
- content: {
27059
- 'application/json': {
27060
- schema: {
26867
+ description: string;
27061
26868
  properties: {
27062
- device: {
27063
- $ref: string;
27064
- };
27065
- ok: {
26869
+ features: {
26870
+ default: {};
26871
+ properties: {
26872
+ connect: {
26873
+ default: {};
26874
+ description: string;
26875
+ properties: {
26876
+ exclude: {
26877
+ default: boolean;
26878
+ description: string;
26879
+ type: string;
26880
+ };
26881
+ };
26882
+ type: string;
26883
+ };
26884
+ manage_devices: {
26885
+ default: {};
26886
+ description: string;
26887
+ properties: {
26888
+ exclude: {
26889
+ default: boolean;
26890
+ description: string;
26891
+ type: string;
26892
+ };
26893
+ };
26894
+ type: string;
26895
+ };
26896
+ organize: {
26897
+ default: {};
26898
+ description: string;
26899
+ properties: {
26900
+ exclude: {
26901
+ default: boolean;
26902
+ description: string;
26903
+ type: string;
26904
+ };
26905
+ };
26906
+ type: string;
26907
+ };
26908
+ };
27066
26909
  type: string;
27067
26910
  };
26911
+ customer_data?: never;
27068
26912
  };
27069
- required: string[];
27070
26913
  type: string;
27071
- };
27072
- };
27073
- };
27074
- description: string;
27075
- };
27076
- 400: {
27077
- description: string;
27078
- };
27079
- 401: {
27080
- description: string;
27081
- };
27082
- };
27083
- security: ({
27084
- client_session: never[];
27085
- client_session_with_customer?: never;
27086
- pat_with_workspace?: never;
27087
- console_session_with_workspace?: never;
27088
- api_key?: never;
26914
+ } | {
26915
+ properties: {
26916
+ customer_data: {
26917
+ properties: {
26918
+ access_grants: {
26919
+ description: string;
26920
+ items: {
26921
+ properties: {
26922
+ access_grant_key: {
26923
+ description: string;
26924
+ type: string;
26925
+ };
26926
+ building_keys: {
26927
+ description: string;
26928
+ items: {
26929
+ type: string;
26930
+ };
26931
+ type: string;
26932
+ };
26933
+ common_area_keys: {
26934
+ description: string;
26935
+ items: {
26936
+ type: string;
26937
+ };
26938
+ type: string;
26939
+ };
26940
+ ends_at: {
26941
+ description: string;
26942
+ type: string;
26943
+ };
26944
+ facility_keys: {
26945
+ description: string;
26946
+ items: {
26947
+ type: string;
26948
+ };
26949
+ type: string;
26950
+ };
26951
+ guest_key: {
26952
+ description: string;
26953
+ type: string;
26954
+ };
26955
+ listing_keys: {
26956
+ description: string;
26957
+ items: {
26958
+ type: string;
26959
+ };
26960
+ type: string;
26961
+ };
26962
+ name: {
26963
+ description: string;
26964
+ type: string;
26965
+ };
26966
+ property_keys: {
26967
+ description: string;
26968
+ items: {
26969
+ type: string;
26970
+ };
26971
+ type: string;
26972
+ };
26973
+ resident_key: {
26974
+ description: string;
26975
+ type: string;
26976
+ };
26977
+ room_keys: {
26978
+ description: string;
26979
+ items: {
26980
+ type: string;
26981
+ };
26982
+ type: string;
26983
+ };
26984
+ space_keys: {
26985
+ description: string;
26986
+ items: {
26987
+ type: string;
26988
+ };
26989
+ type: string;
26990
+ };
26991
+ starts_at: {
26992
+ description: string;
26993
+ type: string;
26994
+ };
26995
+ tenant_key: {
26996
+ description: string;
26997
+ type: string;
26998
+ };
26999
+ unit_keys: {
27000
+ description: string;
27001
+ items: {
27002
+ type: string;
27003
+ };
27004
+ type: string;
27005
+ };
27006
+ user_identity_key: {
27007
+ description: string;
27008
+ type: string;
27009
+ };
27010
+ user_key: {
27011
+ description: string;
27012
+ type: string;
27013
+ };
27014
+ };
27015
+ required: string[];
27016
+ type: string;
27017
+ };
27018
+ type: string;
27019
+ };
27020
+ bookings: {
27021
+ description: string;
27022
+ items: {
27023
+ properties: {
27024
+ booking_key: {
27025
+ description: string;
27026
+ type: string;
27027
+ };
27028
+ building_keys: {
27029
+ description: string;
27030
+ items: {
27031
+ type: string;
27032
+ };
27033
+ type: string;
27034
+ };
27035
+ common_area_keys: {
27036
+ description: string;
27037
+ items: {
27038
+ type: string;
27039
+ };
27040
+ type: string;
27041
+ };
27042
+ ends_at: {
27043
+ description: string;
27044
+ type: string;
27045
+ };
27046
+ facility_keys: {
27047
+ description: string;
27048
+ items: {
27049
+ type: string;
27050
+ };
27051
+ type: string;
27052
+ };
27053
+ guest_key: {
27054
+ description: string;
27055
+ type: string;
27056
+ };
27057
+ listing_keys: {
27058
+ description: string;
27059
+ items: {
27060
+ type: string;
27061
+ };
27062
+ type: string;
27063
+ };
27064
+ name: {
27065
+ description: string;
27066
+ type: string;
27067
+ };
27068
+ property_keys: {
27069
+ description: string;
27070
+ items: {
27071
+ type: string;
27072
+ };
27073
+ type: string;
27074
+ };
27075
+ resident_key: {
27076
+ description: string;
27077
+ type: string;
27078
+ };
27079
+ room_keys: {
27080
+ description: string;
27081
+ items: {
27082
+ type: string;
27083
+ };
27084
+ type: string;
27085
+ };
27086
+ space_keys: {
27087
+ description: string;
27088
+ items: {
27089
+ type: string;
27090
+ };
27091
+ type: string;
27092
+ };
27093
+ starts_at: {
27094
+ description: string;
27095
+ type: string;
27096
+ };
27097
+ tenant_key: {
27098
+ description: string;
27099
+ type: string;
27100
+ };
27101
+ unit_keys: {
27102
+ description: string;
27103
+ items: {
27104
+ type: string;
27105
+ };
27106
+ type: string;
27107
+ };
27108
+ user_identity_key: {
27109
+ description: string;
27110
+ type: string;
27111
+ };
27112
+ user_key: {
27113
+ description: string;
27114
+ type: string;
27115
+ };
27116
+ };
27117
+ required: string[];
27118
+ type: string;
27119
+ };
27120
+ type: string;
27121
+ };
27122
+ buildings: {
27123
+ description: string;
27124
+ items: {
27125
+ properties: {
27126
+ building_key: {
27127
+ description: string;
27128
+ type: string;
27129
+ };
27130
+ name: {
27131
+ description: string;
27132
+ type: string;
27133
+ };
27134
+ };
27135
+ required: string[];
27136
+ type: string;
27137
+ };
27138
+ type: string;
27139
+ };
27140
+ common_areas: {
27141
+ description: string;
27142
+ items: {
27143
+ properties: {
27144
+ common_area_key: {
27145
+ description: string;
27146
+ type: string;
27147
+ };
27148
+ name: {
27149
+ description: string;
27150
+ type: string;
27151
+ };
27152
+ };
27153
+ required: string[];
27154
+ type: string;
27155
+ };
27156
+ type: string;
27157
+ };
27158
+ customer_key: {
27159
+ description: string;
27160
+ type: string;
27161
+ };
27162
+ facilities: {
27163
+ description: string;
27164
+ items: {
27165
+ properties: {
27166
+ facility_key: {
27167
+ description: string;
27168
+ type: string;
27169
+ };
27170
+ name: {
27171
+ description: string;
27172
+ type: string;
27173
+ };
27174
+ };
27175
+ required: string[];
27176
+ type: string;
27177
+ };
27178
+ type: string;
27179
+ };
27180
+ guests: {
27181
+ description: string;
27182
+ items: {
27183
+ properties: {
27184
+ email_address: {
27185
+ description: string;
27186
+ type: string;
27187
+ };
27188
+ guest_key: {
27189
+ description: string;
27190
+ type: string;
27191
+ };
27192
+ name: {
27193
+ description: string;
27194
+ type: string;
27195
+ };
27196
+ phone_number: {
27197
+ description: string;
27198
+ type: string;
27199
+ };
27200
+ };
27201
+ required: string[];
27202
+ type: string;
27203
+ };
27204
+ type: string;
27205
+ };
27206
+ listings: {
27207
+ description: string;
27208
+ items: {
27209
+ properties: {
27210
+ listing_key: {
27211
+ description: string;
27212
+ type: string;
27213
+ };
27214
+ name: {
27215
+ description: string;
27216
+ type: string;
27217
+ };
27218
+ };
27219
+ required: string[];
27220
+ type: string;
27221
+ };
27222
+ type: string;
27223
+ };
27224
+ properties: {
27225
+ description: string;
27226
+ items: {
27227
+ properties: {
27228
+ name: {
27229
+ description: string;
27230
+ type: string;
27231
+ };
27232
+ property_key: {
27233
+ description: string;
27234
+ type: string;
27235
+ };
27236
+ };
27237
+ required: string[];
27238
+ type: string;
27239
+ };
27240
+ type: string;
27241
+ };
27242
+ reservations: {
27243
+ description: string;
27244
+ items: {
27245
+ properties: {
27246
+ building_keys: {
27247
+ description: string;
27248
+ items: {
27249
+ type: string;
27250
+ };
27251
+ type: string;
27252
+ };
27253
+ common_area_keys: {
27254
+ description: string;
27255
+ items: {
27256
+ type: string;
27257
+ };
27258
+ type: string;
27259
+ };
27260
+ ends_at: {
27261
+ description: string;
27262
+ type: string;
27263
+ };
27264
+ facility_keys: {
27265
+ description: string;
27266
+ items: {
27267
+ type: string;
27268
+ };
27269
+ type: string;
27270
+ };
27271
+ guest_key: {
27272
+ description: string;
27273
+ type: string;
27274
+ };
27275
+ listing_keys: {
27276
+ description: string;
27277
+ items: {
27278
+ type: string;
27279
+ };
27280
+ type: string;
27281
+ };
27282
+ name: {
27283
+ description: string;
27284
+ type: string;
27285
+ };
27286
+ property_keys: {
27287
+ description: string;
27288
+ items: {
27289
+ type: string;
27290
+ };
27291
+ type: string;
27292
+ };
27293
+ reservation_key: {
27294
+ description: string;
27295
+ type: string;
27296
+ };
27297
+ resident_key: {
27298
+ description: string;
27299
+ type: string;
27300
+ };
27301
+ room_keys: {
27302
+ description: string;
27303
+ items: {
27304
+ type: string;
27305
+ };
27306
+ type: string;
27307
+ };
27308
+ space_keys: {
27309
+ description: string;
27310
+ items: {
27311
+ type: string;
27312
+ };
27313
+ type: string;
27314
+ };
27315
+ starts_at: {
27316
+ description: string;
27317
+ type: string;
27318
+ };
27319
+ tenant_key: {
27320
+ description: string;
27321
+ type: string;
27322
+ };
27323
+ unit_keys: {
27324
+ description: string;
27325
+ items: {
27326
+ type: string;
27327
+ };
27328
+ type: string;
27329
+ };
27330
+ user_identity_key: {
27331
+ description: string;
27332
+ type: string;
27333
+ };
27334
+ user_key: {
27335
+ description: string;
27336
+ type: string;
27337
+ };
27338
+ };
27339
+ required: string[];
27340
+ type: string;
27341
+ };
27342
+ type: string;
27343
+ };
27344
+ residents: {
27345
+ description: string;
27346
+ items: {
27347
+ properties: {
27348
+ email_address: {
27349
+ description: string;
27350
+ type: string;
27351
+ };
27352
+ name: {
27353
+ description: string;
27354
+ type: string;
27355
+ };
27356
+ phone_number: {
27357
+ description: string;
27358
+ type: string;
27359
+ };
27360
+ resident_key: {
27361
+ description: string;
27362
+ type: string;
27363
+ };
27364
+ };
27365
+ required: string[];
27366
+ type: string;
27367
+ };
27368
+ type: string;
27369
+ };
27370
+ rooms: {
27371
+ description: string;
27372
+ items: {
27373
+ properties: {
27374
+ name: {
27375
+ description: string;
27376
+ type: string;
27377
+ };
27378
+ room_key: {
27379
+ description: string;
27380
+ type: string;
27381
+ };
27382
+ };
27383
+ required: string[];
27384
+ type: string;
27385
+ };
27386
+ type: string;
27387
+ };
27388
+ spaces: {
27389
+ description: string;
27390
+ items: {
27391
+ properties: {
27392
+ name: {
27393
+ description: string;
27394
+ type: string;
27395
+ };
27396
+ space_key: {
27397
+ description: string;
27398
+ type: string;
27399
+ };
27400
+ };
27401
+ required: string[];
27402
+ type: string;
27403
+ };
27404
+ type: string;
27405
+ };
27406
+ tenants: {
27407
+ description: string;
27408
+ items: {
27409
+ properties: {
27410
+ email_address: {
27411
+ description: string;
27412
+ type: string;
27413
+ };
27414
+ name: {
27415
+ description: string;
27416
+ type: string;
27417
+ };
27418
+ phone_number: {
27419
+ description: string;
27420
+ type: string;
27421
+ };
27422
+ tenant_key: {
27423
+ description: string;
27424
+ type: string;
27425
+ };
27426
+ };
27427
+ required: string[];
27428
+ type: string;
27429
+ };
27430
+ type: string;
27431
+ };
27432
+ units: {
27433
+ description: string;
27434
+ items: {
27435
+ properties: {
27436
+ name: {
27437
+ description: string;
27438
+ type: string;
27439
+ };
27440
+ unit_key: {
27441
+ description: string;
27442
+ type: string;
27443
+ };
27444
+ };
27445
+ required: string[];
27446
+ type: string;
27447
+ };
27448
+ type: string;
27449
+ };
27450
+ user_identities: {
27451
+ description: string;
27452
+ items: {
27453
+ properties: {
27454
+ email_address: {
27455
+ description: string;
27456
+ type: string;
27457
+ };
27458
+ name: {
27459
+ description: string;
27460
+ type: string;
27461
+ };
27462
+ phone_number: {
27463
+ description: string;
27464
+ type: string;
27465
+ };
27466
+ user_identity_key: {
27467
+ description: string;
27468
+ type: string;
27469
+ };
27470
+ };
27471
+ required: string[];
27472
+ type: string;
27473
+ };
27474
+ type: string;
27475
+ };
27476
+ users: {
27477
+ description: string;
27478
+ items: {
27479
+ properties: {
27480
+ email_address: {
27481
+ description: string;
27482
+ type: string;
27483
+ };
27484
+ name: {
27485
+ description: string;
27486
+ type: string;
27487
+ };
27488
+ phone_number: {
27489
+ description: string;
27490
+ type: string;
27491
+ };
27492
+ user_key: {
27493
+ description: string;
27494
+ type: string;
27495
+ };
27496
+ };
27497
+ required: string[];
27498
+ type: string;
27499
+ };
27500
+ type: string;
27501
+ };
27502
+ };
27503
+ required: string[];
27504
+ type: string;
27505
+ };
27506
+ features?: never;
27507
+ };
27508
+ type: string;
27509
+ default?: never;
27510
+ description?: never;
27511
+ })[];
27512
+ };
27513
+ };
27514
+ };
27515
+ };
27516
+ responses: {
27517
+ 200: {
27518
+ content: {
27519
+ 'application/json': {
27520
+ schema: {
27521
+ properties: {
27522
+ magic_link: {
27523
+ $ref: string;
27524
+ };
27525
+ ok: {
27526
+ type: string;
27527
+ };
27528
+ };
27529
+ required: string[];
27530
+ type: string;
27531
+ };
27532
+ };
27533
+ };
27534
+ description: string;
27535
+ };
27536
+ 400: {
27537
+ description: string;
27538
+ };
27539
+ 401: {
27540
+ description: string;
27541
+ };
27542
+ };
27543
+ security: ({
27544
+ pat_with_workspace: never[];
27545
+ console_session_with_workspace?: never;
27546
+ api_key?: never;
27547
+ } | {
27548
+ console_session_with_workspace: never[];
27549
+ pat_with_workspace?: never;
27550
+ api_key?: never;
27551
+ } | {
27552
+ api_key: never[];
27553
+ pat_with_workspace?: never;
27554
+ console_session_with_workspace?: never;
27555
+ })[];
27556
+ summary: string;
27557
+ tags: never[];
27558
+ 'x-fern-sdk-group-name': string[];
27559
+ 'x-fern-sdk-method-name': string;
27560
+ 'x-fern-sdk-return-value': string;
27561
+ 'x-response-key': string;
27562
+ 'x-title': string;
27563
+ };
27564
+ };
27565
+ '/customers/push_data': {
27566
+ post: {
27567
+ description: string;
27568
+ operationId: string;
27569
+ requestBody: {
27570
+ content: {
27571
+ 'application/json': {
27572
+ schema: {
27573
+ properties: {
27574
+ access_grants: {
27575
+ description: string;
27576
+ items: {
27577
+ properties: {
27578
+ access_grant_key: {
27579
+ description: string;
27580
+ type: string;
27581
+ };
27582
+ building_keys: {
27583
+ description: string;
27584
+ items: {
27585
+ type: string;
27586
+ };
27587
+ type: string;
27588
+ };
27589
+ common_area_keys: {
27590
+ description: string;
27591
+ items: {
27592
+ type: string;
27593
+ };
27594
+ type: string;
27595
+ };
27596
+ ends_at: {
27597
+ description: string;
27598
+ type: string;
27599
+ };
27600
+ facility_keys: {
27601
+ description: string;
27602
+ items: {
27603
+ type: string;
27604
+ };
27605
+ type: string;
27606
+ };
27607
+ guest_key: {
27608
+ description: string;
27609
+ type: string;
27610
+ };
27611
+ listing_keys: {
27612
+ description: string;
27613
+ items: {
27614
+ type: string;
27615
+ };
27616
+ type: string;
27617
+ };
27618
+ name: {
27619
+ description: string;
27620
+ type: string;
27621
+ };
27622
+ property_keys: {
27623
+ description: string;
27624
+ items: {
27625
+ type: string;
27626
+ };
27627
+ type: string;
27628
+ };
27629
+ resident_key: {
27630
+ description: string;
27631
+ type: string;
27632
+ };
27633
+ room_keys: {
27634
+ description: string;
27635
+ items: {
27636
+ type: string;
27637
+ };
27638
+ type: string;
27639
+ };
27640
+ space_keys: {
27641
+ description: string;
27642
+ items: {
27643
+ type: string;
27644
+ };
27645
+ type: string;
27646
+ };
27647
+ starts_at: {
27648
+ description: string;
27649
+ type: string;
27650
+ };
27651
+ tenant_key: {
27652
+ description: string;
27653
+ type: string;
27654
+ };
27655
+ unit_keys: {
27656
+ description: string;
27657
+ items: {
27658
+ type: string;
27659
+ };
27660
+ type: string;
27661
+ };
27662
+ user_identity_key: {
27663
+ description: string;
27664
+ type: string;
27665
+ };
27666
+ user_key: {
27667
+ description: string;
27668
+ type: string;
27669
+ };
27670
+ };
27671
+ required: string[];
27672
+ type: string;
27673
+ };
27674
+ type: string;
27675
+ };
27676
+ bookings: {
27677
+ description: string;
27678
+ items: {
27679
+ properties: {
27680
+ booking_key: {
27681
+ description: string;
27682
+ type: string;
27683
+ };
27684
+ building_keys: {
27685
+ description: string;
27686
+ items: {
27687
+ type: string;
27688
+ };
27689
+ type: string;
27690
+ };
27691
+ common_area_keys: {
27692
+ description: string;
27693
+ items: {
27694
+ type: string;
27695
+ };
27696
+ type: string;
27697
+ };
27698
+ ends_at: {
27699
+ description: string;
27700
+ type: string;
27701
+ };
27702
+ facility_keys: {
27703
+ description: string;
27704
+ items: {
27705
+ type: string;
27706
+ };
27707
+ type: string;
27708
+ };
27709
+ guest_key: {
27710
+ description: string;
27711
+ type: string;
27712
+ };
27713
+ listing_keys: {
27714
+ description: string;
27715
+ items: {
27716
+ type: string;
27717
+ };
27718
+ type: string;
27719
+ };
27720
+ name: {
27721
+ description: string;
27722
+ type: string;
27723
+ };
27724
+ property_keys: {
27725
+ description: string;
27726
+ items: {
27727
+ type: string;
27728
+ };
27729
+ type: string;
27730
+ };
27731
+ resident_key: {
27732
+ description: string;
27733
+ type: string;
27734
+ };
27735
+ room_keys: {
27736
+ description: string;
27737
+ items: {
27738
+ type: string;
27739
+ };
27740
+ type: string;
27741
+ };
27742
+ space_keys: {
27743
+ description: string;
27744
+ items: {
27745
+ type: string;
27746
+ };
27747
+ type: string;
27748
+ };
27749
+ starts_at: {
27750
+ description: string;
27751
+ type: string;
27752
+ };
27753
+ tenant_key: {
27754
+ description: string;
27755
+ type: string;
27756
+ };
27757
+ unit_keys: {
27758
+ description: string;
27759
+ items: {
27760
+ type: string;
27761
+ };
27762
+ type: string;
27763
+ };
27764
+ user_identity_key: {
27765
+ description: string;
27766
+ type: string;
27767
+ };
27768
+ user_key: {
27769
+ description: string;
27770
+ type: string;
27771
+ };
27772
+ };
27773
+ required: string[];
27774
+ type: string;
27775
+ };
27776
+ type: string;
27777
+ };
27778
+ buildings: {
27779
+ description: string;
27780
+ items: {
27781
+ properties: {
27782
+ building_key: {
27783
+ description: string;
27784
+ type: string;
27785
+ };
27786
+ name: {
27787
+ description: string;
27788
+ type: string;
27789
+ };
27790
+ };
27791
+ required: string[];
27792
+ type: string;
27793
+ };
27794
+ type: string;
27795
+ };
27796
+ common_areas: {
27797
+ description: string;
27798
+ items: {
27799
+ properties: {
27800
+ common_area_key: {
27801
+ description: string;
27802
+ type: string;
27803
+ };
27804
+ name: {
27805
+ description: string;
27806
+ type: string;
27807
+ };
27808
+ };
27809
+ required: string[];
27810
+ type: string;
27811
+ };
27812
+ type: string;
27813
+ };
27814
+ customer_key: {
27815
+ description: string;
27816
+ type: string;
27817
+ };
27818
+ facilities: {
27819
+ description: string;
27820
+ items: {
27821
+ properties: {
27822
+ facility_key: {
27823
+ description: string;
27824
+ type: string;
27825
+ };
27826
+ name: {
27827
+ description: string;
27828
+ type: string;
27829
+ };
27830
+ };
27831
+ required: string[];
27832
+ type: string;
27833
+ };
27834
+ type: string;
27835
+ };
27836
+ guests: {
27837
+ description: string;
27838
+ items: {
27839
+ properties: {
27840
+ email_address: {
27841
+ description: string;
27842
+ type: string;
27843
+ };
27844
+ guest_key: {
27845
+ description: string;
27846
+ type: string;
27847
+ };
27848
+ name: {
27849
+ description: string;
27850
+ type: string;
27851
+ };
27852
+ phone_number: {
27853
+ description: string;
27854
+ type: string;
27855
+ };
27856
+ };
27857
+ required: string[];
27858
+ type: string;
27859
+ };
27860
+ type: string;
27861
+ };
27862
+ listings: {
27863
+ description: string;
27864
+ items: {
27865
+ properties: {
27866
+ listing_key: {
27867
+ description: string;
27868
+ type: string;
27869
+ };
27870
+ name: {
27871
+ description: string;
27872
+ type: string;
27873
+ };
27874
+ };
27875
+ required: string[];
27876
+ type: string;
27877
+ };
27878
+ type: string;
27879
+ };
27880
+ properties: {
27881
+ description: string;
27882
+ items: {
27883
+ properties: {
27884
+ name: {
27885
+ description: string;
27886
+ type: string;
27887
+ };
27888
+ property_key: {
27889
+ description: string;
27890
+ type: string;
27891
+ };
27892
+ };
27893
+ required: string[];
27894
+ type: string;
27895
+ };
27896
+ type: string;
27897
+ };
27898
+ reservations: {
27899
+ description: string;
27900
+ items: {
27901
+ properties: {
27902
+ building_keys: {
27903
+ description: string;
27904
+ items: {
27905
+ type: string;
27906
+ };
27907
+ type: string;
27908
+ };
27909
+ common_area_keys: {
27910
+ description: string;
27911
+ items: {
27912
+ type: string;
27913
+ };
27914
+ type: string;
27915
+ };
27916
+ ends_at: {
27917
+ description: string;
27918
+ type: string;
27919
+ };
27920
+ facility_keys: {
27921
+ description: string;
27922
+ items: {
27923
+ type: string;
27924
+ };
27925
+ type: string;
27926
+ };
27927
+ guest_key: {
27928
+ description: string;
27929
+ type: string;
27930
+ };
27931
+ listing_keys: {
27932
+ description: string;
27933
+ items: {
27934
+ type: string;
27935
+ };
27936
+ type: string;
27937
+ };
27938
+ name: {
27939
+ description: string;
27940
+ type: string;
27941
+ };
27942
+ property_keys: {
27943
+ description: string;
27944
+ items: {
27945
+ type: string;
27946
+ };
27947
+ type: string;
27948
+ };
27949
+ reservation_key: {
27950
+ description: string;
27951
+ type: string;
27952
+ };
27953
+ resident_key: {
27954
+ description: string;
27955
+ type: string;
27956
+ };
27957
+ room_keys: {
27958
+ description: string;
27959
+ items: {
27960
+ type: string;
27961
+ };
27962
+ type: string;
27963
+ };
27964
+ space_keys: {
27965
+ description: string;
27966
+ items: {
27967
+ type: string;
27968
+ };
27969
+ type: string;
27970
+ };
27971
+ starts_at: {
27972
+ description: string;
27973
+ type: string;
27974
+ };
27975
+ tenant_key: {
27976
+ description: string;
27977
+ type: string;
27978
+ };
27979
+ unit_keys: {
27980
+ description: string;
27981
+ items: {
27982
+ type: string;
27983
+ };
27984
+ type: string;
27985
+ };
27986
+ user_identity_key: {
27987
+ description: string;
27988
+ type: string;
27989
+ };
27990
+ user_key: {
27991
+ description: string;
27992
+ type: string;
27993
+ };
27994
+ };
27995
+ required: string[];
27996
+ type: string;
27997
+ };
27998
+ type: string;
27999
+ };
28000
+ residents: {
28001
+ description: string;
28002
+ items: {
28003
+ properties: {
28004
+ email_address: {
28005
+ description: string;
28006
+ type: string;
28007
+ };
28008
+ name: {
28009
+ description: string;
28010
+ type: string;
28011
+ };
28012
+ phone_number: {
28013
+ description: string;
28014
+ type: string;
28015
+ };
28016
+ resident_key: {
28017
+ description: string;
28018
+ type: string;
28019
+ };
28020
+ };
28021
+ required: string[];
28022
+ type: string;
28023
+ };
28024
+ type: string;
28025
+ };
28026
+ rooms: {
28027
+ description: string;
28028
+ items: {
28029
+ properties: {
28030
+ name: {
28031
+ description: string;
28032
+ type: string;
28033
+ };
28034
+ room_key: {
28035
+ description: string;
28036
+ type: string;
28037
+ };
28038
+ };
28039
+ required: string[];
28040
+ type: string;
28041
+ };
28042
+ type: string;
28043
+ };
28044
+ spaces: {
28045
+ description: string;
28046
+ items: {
28047
+ properties: {
28048
+ name: {
28049
+ description: string;
28050
+ type: string;
28051
+ };
28052
+ space_key: {
28053
+ description: string;
28054
+ type: string;
28055
+ };
28056
+ };
28057
+ required: string[];
28058
+ type: string;
28059
+ };
28060
+ type: string;
28061
+ };
28062
+ tenants: {
28063
+ description: string;
28064
+ items: {
28065
+ properties: {
28066
+ email_address: {
28067
+ description: string;
28068
+ type: string;
28069
+ };
28070
+ name: {
28071
+ description: string;
28072
+ type: string;
28073
+ };
28074
+ phone_number: {
28075
+ description: string;
28076
+ type: string;
28077
+ };
28078
+ tenant_key: {
28079
+ description: string;
28080
+ type: string;
28081
+ };
28082
+ };
28083
+ required: string[];
28084
+ type: string;
28085
+ };
28086
+ type: string;
28087
+ };
28088
+ units: {
28089
+ description: string;
28090
+ items: {
28091
+ properties: {
28092
+ name: {
28093
+ description: string;
28094
+ type: string;
28095
+ };
28096
+ unit_key: {
28097
+ description: string;
28098
+ type: string;
28099
+ };
28100
+ };
28101
+ required: string[];
28102
+ type: string;
28103
+ };
28104
+ type: string;
28105
+ };
28106
+ user_identities: {
28107
+ description: string;
28108
+ items: {
28109
+ properties: {
28110
+ email_address: {
28111
+ description: string;
28112
+ type: string;
28113
+ };
28114
+ name: {
28115
+ description: string;
28116
+ type: string;
28117
+ };
28118
+ phone_number: {
28119
+ description: string;
28120
+ type: string;
28121
+ };
28122
+ user_identity_key: {
28123
+ description: string;
28124
+ type: string;
28125
+ };
28126
+ };
28127
+ required: string[];
28128
+ type: string;
28129
+ };
28130
+ type: string;
28131
+ };
28132
+ users: {
28133
+ description: string;
28134
+ items: {
28135
+ properties: {
28136
+ email_address: {
28137
+ description: string;
28138
+ type: string;
28139
+ };
28140
+ name: {
28141
+ description: string;
28142
+ type: string;
28143
+ };
28144
+ phone_number: {
28145
+ description: string;
28146
+ type: string;
28147
+ };
28148
+ user_key: {
28149
+ description: string;
28150
+ type: string;
28151
+ };
28152
+ };
28153
+ required: string[];
28154
+ type: string;
28155
+ };
28156
+ type: string;
28157
+ };
28158
+ };
28159
+ required: string[];
28160
+ type: string;
28161
+ };
28162
+ };
28163
+ };
28164
+ };
28165
+ responses: {
28166
+ 200: {
28167
+ content: {
28168
+ 'application/json': {
28169
+ schema: {
28170
+ properties: {
28171
+ ok: {
28172
+ type: string;
28173
+ };
28174
+ };
28175
+ required: string[];
28176
+ type: string;
28177
+ };
28178
+ };
28179
+ };
28180
+ description: string;
28181
+ };
28182
+ 400: {
28183
+ description: string;
28184
+ };
28185
+ 401: {
28186
+ description: string;
28187
+ };
28188
+ };
28189
+ security: ({
28190
+ pat_with_workspace: never[];
28191
+ console_session_with_workspace?: never;
28192
+ api_key?: never;
28193
+ } | {
28194
+ console_session_with_workspace: never[];
28195
+ pat_with_workspace?: never;
28196
+ api_key?: never;
28197
+ } | {
28198
+ api_key: never[];
28199
+ pat_with_workspace?: never;
28200
+ console_session_with_workspace?: never;
28201
+ })[];
28202
+ summary: string;
28203
+ tags: never[];
28204
+ 'x-fern-sdk-group-name': string[];
28205
+ 'x-fern-sdk-method-name': string;
28206
+ 'x-response-key': null;
28207
+ 'x-title': string;
28208
+ };
28209
+ };
28210
+ '/devices/delete': {
28211
+ delete: {
28212
+ description: string;
28213
+ operationId: string;
28214
+ parameters: {
28215
+ in: string;
28216
+ name: string;
28217
+ required: boolean;
28218
+ schema: {
28219
+ description: string;
28220
+ format: string;
28221
+ type: string;
28222
+ };
28223
+ }[];
28224
+ responses: {
28225
+ 200: {
28226
+ content: {
28227
+ 'application/json': {
28228
+ schema: {
28229
+ properties: {
28230
+ ok: {
28231
+ type: string;
28232
+ };
28233
+ };
28234
+ required: string[];
28235
+ type: string;
28236
+ };
28237
+ };
28238
+ };
28239
+ description: string;
28240
+ };
28241
+ 400: {
28242
+ description: string;
28243
+ };
28244
+ 401: {
28245
+ description: string;
28246
+ };
28247
+ };
28248
+ security: ({
28249
+ api_key: never[];
28250
+ pat_with_workspace?: never;
28251
+ console_session_with_workspace?: never;
28252
+ } | {
28253
+ pat_with_workspace: never[];
28254
+ api_key?: never;
28255
+ console_session_with_workspace?: never;
28256
+ } | {
28257
+ console_session_with_workspace: never[];
28258
+ api_key?: never;
28259
+ pat_with_workspace?: never;
28260
+ })[];
28261
+ summary: string;
28262
+ tags: string[];
28263
+ 'x-deprecated': string;
28264
+ 'x-fern-sdk-group-name': string[];
28265
+ 'x-fern-sdk-method-name': string;
28266
+ 'x-response-key': null;
28267
+ 'x-title': string;
28268
+ 'x-undocumented': string;
28269
+ };
28270
+ post: {
28271
+ description: string;
28272
+ operationId: string;
28273
+ requestBody: {
28274
+ content: {
28275
+ 'application/json': {
28276
+ schema: {
28277
+ properties: {
28278
+ device_id: {
28279
+ description: string;
28280
+ format: string;
28281
+ type: string;
28282
+ };
28283
+ };
28284
+ required: string[];
28285
+ type: string;
28286
+ };
28287
+ };
28288
+ };
28289
+ };
28290
+ responses: {
28291
+ 200: {
28292
+ content: {
28293
+ 'application/json': {
28294
+ schema: {
28295
+ properties: {
28296
+ ok: {
28297
+ type: string;
28298
+ };
28299
+ };
28300
+ required: string[];
28301
+ type: string;
28302
+ };
28303
+ };
28304
+ };
28305
+ description: string;
28306
+ };
28307
+ 400: {
28308
+ description: string;
28309
+ };
28310
+ 401: {
28311
+ description: string;
28312
+ };
28313
+ };
28314
+ security: ({
28315
+ api_key: never[];
28316
+ pat_with_workspace?: never;
28317
+ console_session_with_workspace?: never;
28318
+ } | {
28319
+ pat_with_workspace: never[];
28320
+ api_key?: never;
28321
+ console_session_with_workspace?: never;
28322
+ } | {
28323
+ console_session_with_workspace: never[];
28324
+ api_key?: never;
28325
+ pat_with_workspace?: never;
28326
+ })[];
28327
+ summary: string;
28328
+ tags: string[];
28329
+ 'x-deprecated': string;
28330
+ 'x-fern-sdk-group-name': string[];
28331
+ 'x-fern-sdk-method-name': string;
28332
+ 'x-response-key': null;
28333
+ 'x-title': string;
28334
+ 'x-undocumented': string;
28335
+ };
28336
+ };
28337
+ '/devices/get': {
28338
+ get: {
28339
+ description: string;
28340
+ operationId: string;
28341
+ parameters: ({
28342
+ in: string;
28343
+ name: string;
28344
+ schema: {
28345
+ description: string;
28346
+ format: string;
28347
+ type: string;
28348
+ };
28349
+ } | {
28350
+ in: string;
28351
+ name: string;
28352
+ schema: {
28353
+ description: string;
28354
+ type: string;
28355
+ format?: never;
28356
+ };
28357
+ })[];
28358
+ responses: {
28359
+ 200: {
28360
+ content: {
28361
+ 'application/json': {
28362
+ schema: {
28363
+ properties: {
28364
+ device: {
28365
+ $ref: string;
28366
+ };
28367
+ ok: {
28368
+ type: string;
28369
+ };
28370
+ };
28371
+ required: string[];
28372
+ type: string;
28373
+ };
28374
+ };
28375
+ };
28376
+ description: string;
28377
+ };
28378
+ 400: {
28379
+ description: string;
28380
+ };
28381
+ 401: {
28382
+ description: string;
28383
+ };
28384
+ };
28385
+ security: ({
28386
+ client_session: never[];
28387
+ client_session_with_customer?: never;
28388
+ pat_with_workspace?: never;
28389
+ console_session_with_workspace?: never;
28390
+ api_key?: never;
27089
28391
  } | {
27090
28392
  client_session_with_customer: never[];
27091
28393
  client_session?: never;
@@ -33393,33 +34695,224 @@ declare const _default: {
33393
34695
  };
33394
34696
  };
33395
34697
  security: {
33396
- bridge_client_session: never[];
34698
+ bridge_client_session: never[];
34699
+ }[];
34700
+ summary: string;
34701
+ tags: never[];
34702
+ 'x-fern-sdk-group-name': string[];
34703
+ 'x-fern-sdk-method-name': string;
34704
+ 'x-response-key': null;
34705
+ 'x-title': string;
34706
+ 'x-undocumented': string;
34707
+ };
34708
+ };
34709
+ '/seam/bridge/v1/bridge_connected_systems/list': {
34710
+ get: {
34711
+ description: string;
34712
+ operationId: string;
34713
+ responses: {
34714
+ 200: {
34715
+ content: {
34716
+ 'application/json': {
34717
+ schema: {
34718
+ properties: {
34719
+ bridge_connected_systems: {
34720
+ items: {
34721
+ $ref: string;
34722
+ };
34723
+ type: string;
34724
+ };
34725
+ ok: {
34726
+ type: string;
34727
+ };
34728
+ };
34729
+ required: string[];
34730
+ type: string;
34731
+ };
34732
+ };
34733
+ };
34734
+ description: string;
34735
+ };
34736
+ 400: {
34737
+ description: string;
34738
+ };
34739
+ 401: {
34740
+ description: string;
34741
+ };
34742
+ };
34743
+ security: {
34744
+ bridge_client_session: never[];
34745
+ }[];
34746
+ summary: string;
34747
+ tags: never[];
34748
+ 'x-fern-sdk-group-name': string[];
34749
+ 'x-fern-sdk-method-name': string;
34750
+ 'x-fern-sdk-return-value': string;
34751
+ 'x-response-key': string;
34752
+ 'x-title': string;
34753
+ 'x-undocumented': string;
34754
+ };
34755
+ post: {
34756
+ description: string;
34757
+ operationId: string;
34758
+ responses: {
34759
+ 200: {
34760
+ content: {
34761
+ 'application/json': {
34762
+ schema: {
34763
+ properties: {
34764
+ bridge_connected_systems: {
34765
+ items: {
34766
+ $ref: string;
34767
+ };
34768
+ type: string;
34769
+ };
34770
+ ok: {
34771
+ type: string;
34772
+ };
34773
+ };
34774
+ required: string[];
34775
+ type: string;
34776
+ };
34777
+ };
34778
+ };
34779
+ description: string;
34780
+ };
34781
+ 400: {
34782
+ description: string;
34783
+ };
34784
+ 401: {
34785
+ description: string;
34786
+ };
34787
+ };
34788
+ security: {
34789
+ bridge_client_session: never[];
34790
+ }[];
34791
+ summary: string;
34792
+ tags: never[];
34793
+ 'x-fern-sdk-group-name': string[];
34794
+ 'x-fern-sdk-method-name': string;
34795
+ 'x-fern-sdk-return-value': string;
34796
+ 'x-response-key': string;
34797
+ 'x-title': string;
34798
+ 'x-undocumented': string;
34799
+ };
34800
+ };
34801
+ '/seam/customer/v1/portals/get': {
34802
+ get: {
34803
+ description: string;
34804
+ operationId: string;
34805
+ parameters: {
34806
+ in: string;
34807
+ name: string;
34808
+ required: boolean;
34809
+ schema: {
34810
+ description: string;
34811
+ type: string;
34812
+ };
34813
+ }[];
34814
+ responses: {
34815
+ 200: {
34816
+ content: {
34817
+ 'application/json': {
34818
+ schema: {
34819
+ properties: {
34820
+ customer_portal: {
34821
+ properties: {
34822
+ business_vertical: {
34823
+ description: string;
34824
+ enum: string[];
34825
+ type: string;
34826
+ };
34827
+ features: {
34828
+ properties: {
34829
+ connect: {
34830
+ properties: {
34831
+ exclude: {
34832
+ type: string;
34833
+ };
34834
+ };
34835
+ type: string;
34836
+ };
34837
+ manage_devices: {
34838
+ properties: {
34839
+ exclude: {
34840
+ type: string;
34841
+ };
34842
+ };
34843
+ type: string;
34844
+ };
34845
+ organize: {
34846
+ properties: {
34847
+ exclude: {
34848
+ type: string;
34849
+ };
34850
+ };
34851
+ type: string;
34852
+ };
34853
+ };
34854
+ type: string;
34855
+ };
34856
+ };
34857
+ type: string;
34858
+ };
34859
+ ok: {
34860
+ type: string;
34861
+ };
34862
+ };
34863
+ required: string[];
34864
+ type: string;
34865
+ };
34866
+ };
34867
+ };
34868
+ description: string;
34869
+ };
34870
+ 400: {
34871
+ description: string;
34872
+ };
34873
+ 401: {
34874
+ description: string;
34875
+ };
34876
+ };
34877
+ security: {
34878
+ client_session_with_customer: never[];
33397
34879
  }[];
33398
34880
  summary: string;
33399
34881
  tags: never[];
33400
34882
  'x-fern-sdk-group-name': string[];
33401
34883
  'x-fern-sdk-method-name': string;
33402
- 'x-response-key': null;
34884
+ 'x-fern-sdk-return-value': string;
34885
+ 'x-response-key': string;
33403
34886
  'x-title': string;
33404
34887
  'x-undocumented': string;
33405
34888
  };
33406
34889
  };
33407
- '/seam/bridge/v1/bridge_connected_systems/list': {
33408
- get: {
34890
+ '/seam/customer/v1/settings/update': {
34891
+ patch: {
33409
34892
  description: string;
33410
34893
  operationId: string;
34894
+ requestBody: {
34895
+ content: {
34896
+ 'application/json': {
34897
+ schema: {
34898
+ properties: {
34899
+ business_vertical: {
34900
+ description: string;
34901
+ enum: string[];
34902
+ type: string;
34903
+ };
34904
+ };
34905
+ type: string;
34906
+ };
34907
+ };
34908
+ };
34909
+ };
33411
34910
  responses: {
33412
34911
  200: {
33413
34912
  content: {
33414
34913
  'application/json': {
33415
34914
  schema: {
33416
34915
  properties: {
33417
- bridge_connected_systems: {
33418
- items: {
33419
- $ref: string;
33420
- };
33421
- type: string;
33422
- };
33423
34916
  ok: {
33424
34917
  type: string;
33425
34918
  };
@@ -33438,33 +34931,46 @@ declare const _default: {
33438
34931
  description: string;
33439
34932
  };
33440
34933
  };
33441
- security: {
33442
- bridge_client_session: never[];
33443
- }[];
34934
+ security: ({
34935
+ console_session_with_workspace: never[];
34936
+ api_key?: never;
34937
+ } | {
34938
+ api_key: never[];
34939
+ console_session_with_workspace?: never;
34940
+ })[];
33444
34941
  summary: string;
33445
34942
  tags: never[];
33446
34943
  'x-fern-sdk-group-name': string[];
33447
34944
  'x-fern-sdk-method-name': string;
33448
- 'x-fern-sdk-return-value': string;
33449
- 'x-response-key': string;
34945
+ 'x-response-key': null;
33450
34946
  'x-title': string;
33451
34947
  'x-undocumented': string;
33452
34948
  };
33453
34949
  post: {
33454
34950
  description: string;
33455
34951
  operationId: string;
34952
+ requestBody: {
34953
+ content: {
34954
+ 'application/json': {
34955
+ schema: {
34956
+ properties: {
34957
+ business_vertical: {
34958
+ description: string;
34959
+ enum: string[];
34960
+ type: string;
34961
+ };
34962
+ };
34963
+ type: string;
34964
+ };
34965
+ };
34966
+ };
34967
+ };
33456
34968
  responses: {
33457
34969
  200: {
33458
34970
  content: {
33459
34971
  'application/json': {
33460
34972
  schema: {
33461
34973
  properties: {
33462
- bridge_connected_systems: {
33463
- items: {
33464
- $ref: string;
33465
- };
33466
- type: string;
33467
- };
33468
34974
  ok: {
33469
34975
  type: string;
33470
34976
  };
@@ -33483,15 +34989,18 @@ declare const _default: {
33483
34989
  description: string;
33484
34990
  };
33485
34991
  };
33486
- security: {
33487
- bridge_client_session: never[];
33488
- }[];
34992
+ security: ({
34993
+ console_session_with_workspace: never[];
34994
+ api_key?: never;
34995
+ } | {
34996
+ api_key: never[];
34997
+ console_session_with_workspace?: never;
34998
+ })[];
33489
34999
  summary: string;
33490
35000
  tags: never[];
33491
35001
  'x-fern-sdk-group-name': string[];
33492
35002
  'x-fern-sdk-method-name': string;
33493
- 'x-fern-sdk-return-value': string;
33494
- 'x-response-key': string;
35003
+ 'x-response-key': null;
33495
35004
  'x-title': string;
33496
35005
  'x-undocumented': string;
33497
35006
  };
@@ -33802,174 +35311,13 @@ declare const _default: {
33802
35311
  };
33803
35312
  needs_review: {
33804
35313
  type: string;
33805
- };
33806
- partner_resource_key: {
33807
- type: string;
33808
- };
33809
- };
33810
- required: string[];
33811
- type: string;
33812
- };
33813
- type: string;
33814
- };
33815
- };
33816
- required: string[];
33817
- type: string;
33818
- };
33819
- };
33820
- };
33821
- description: string;
33822
- };
33823
- 400: {
33824
- description: string;
33825
- };
33826
- 401: {
33827
- description: string;
33828
- };
33829
- };
33830
- security: {
33831
- client_session_with_customer: never[];
33832
- }[];
33833
- summary: string;
33834
- tags: never[];
33835
- 'x-fern-sdk-group-name': string[];
33836
- 'x-fern-sdk-method-name': string;
33837
- 'x-fern-sdk-return-value': string;
33838
- 'x-response-key': string;
33839
- 'x-title': string;
33840
- 'x-undocumented': string;
33841
- };
33842
- post: {
33843
- description: string;
33844
- operationId: string;
33845
- requestBody: {
33846
- content: {
33847
- 'application/json': {
33848
- schema: {
33849
- properties: {
33850
- collection_key: {
33851
- description: string;
33852
- type: string;
33853
- };
33854
- };
33855
- type: string;
33856
- };
33857
- };
33858
- };
33859
- };
33860
- responses: {
33861
- 200: {
33862
- content: {
33863
- 'application/json': {
33864
- schema: {
33865
- properties: {
33866
- ok: {
33867
- type: string;
33868
- };
33869
- spaces: {
33870
- items: {
33871
- properties: {
33872
- acs_entrances: {
33873
- items: {
33874
- properties: {
33875
- acs_entrance_id: {
33876
- type: string;
33877
- };
33878
- name: {
33879
- type: string;
33880
- };
33881
- };
33882
- required: string[];
33883
- type: string;
33884
- };
33885
- type: string;
33886
- };
33887
- devices: {
33888
- items: {
33889
- properties: {
33890
- device_id: {
33891
- type: string;
33892
- };
33893
- device_type: {
33894
- enum: string[];
33895
- type: string;
33896
- };
33897
- name: {
33898
- type: string;
33899
- };
33900
- };
33901
- required: string[];
33902
- type: string;
33903
- };
33904
- type: string;
33905
- };
33906
- name: {
33907
- type: string;
33908
- };
33909
- needs_review: {
33910
- type: string;
33911
- };
33912
- partner_resource_key: {
33913
- type: string;
33914
- };
33915
- };
33916
- required: string[];
33917
- type: string;
33918
- };
33919
- type: string;
33920
- };
33921
- };
33922
- required: string[];
33923
- type: string;
33924
- };
33925
- };
33926
- };
33927
- description: string;
33928
- };
33929
- 400: {
33930
- description: string;
33931
- };
33932
- 401: {
33933
- description: string;
33934
- };
33935
- };
33936
- security: {
33937
- client_session_with_customer: never[];
33938
- }[];
33939
- summary: string;
33940
- tags: never[];
33941
- 'x-fern-sdk-group-name': string[];
33942
- 'x-fern-sdk-method-name': string;
33943
- 'x-fern-sdk-return-value': string;
33944
- 'x-response-key': string;
33945
- 'x-title': string;
33946
- 'x-undocumented': string;
33947
- };
33948
- };
33949
- '/seam/partner/v1/resources/list': {
33950
- get: {
33951
- description: string;
33952
- operationId: string;
33953
- parameters: {
33954
- in: string;
33955
- name: string;
33956
- schema: {
33957
- description: string;
33958
- type: string;
33959
- };
33960
- }[];
33961
- responses: {
33962
- 200: {
33963
- content: {
33964
- 'application/json': {
33965
- schema: {
33966
- properties: {
33967
- ok: {
33968
- type: string;
33969
- };
33970
- partner_resources: {
33971
- items: {
33972
- $ref: string;
35314
+ };
35315
+ partner_resource_key: {
35316
+ type: string;
35317
+ };
35318
+ };
35319
+ required: string[];
35320
+ type: string;
33973
35321
  };
33974
35322
  type: string;
33975
35323
  };
@@ -34008,7 +35356,7 @@ declare const _default: {
34008
35356
  'application/json': {
34009
35357
  schema: {
34010
35358
  properties: {
34011
- resource_type_alias: {
35359
+ collection_key: {
34012
35360
  description: string;
34013
35361
  type: string;
34014
35362
  };
@@ -34027,9 +35375,55 @@ declare const _default: {
34027
35375
  ok: {
34028
35376
  type: string;
34029
35377
  };
34030
- partner_resources: {
35378
+ spaces: {
34031
35379
  items: {
34032
- $ref: string;
35380
+ properties: {
35381
+ acs_entrances: {
35382
+ items: {
35383
+ properties: {
35384
+ acs_entrance_id: {
35385
+ type: string;
35386
+ };
35387
+ name: {
35388
+ type: string;
35389
+ };
35390
+ };
35391
+ required: string[];
35392
+ type: string;
35393
+ };
35394
+ type: string;
35395
+ };
35396
+ devices: {
35397
+ items: {
35398
+ properties: {
35399
+ device_id: {
35400
+ type: string;
35401
+ };
35402
+ device_type: {
35403
+ enum: string[];
35404
+ type: string;
35405
+ };
35406
+ name: {
35407
+ type: string;
35408
+ };
35409
+ };
35410
+ required: string[];
35411
+ type: string;
35412
+ };
35413
+ type: string;
35414
+ };
35415
+ name: {
35416
+ type: string;
35417
+ };
35418
+ needs_review: {
35419
+ type: string;
35420
+ };
35421
+ partner_resource_key: {
35422
+ type: string;
35423
+ };
35424
+ };
35425
+ required: string[];
35426
+ type: string;
34033
35427
  };
34034
35428
  type: string;
34035
35429
  };
@@ -41392,19 +42786,7 @@ declare const _default: {
41392
42786
  schema: {
41393
42787
  description: string;
41394
42788
  items: {
41395
- description: string;
41396
42789
  properties: {
41397
- custom_metadata: {
41398
- additionalProperties: {
41399
- type: string;
41400
- };
41401
- description: string;
41402
- type: string;
41403
- };
41404
- description: {
41405
- description: string;
41406
- type: string;
41407
- };
41408
42790
  name: {
41409
42791
  description: string;
41410
42792
  type: string;
@@ -41416,8 +42798,6 @@ declare const _default: {
41416
42798
  };
41417
42799
  required: string[];
41418
42800
  type: string;
41419
- 'x-route-path': string;
41420
- 'x-undocumented': string;
41421
42801
  };
41422
42802
  type: string;
41423
42803
  enum?: never;
@@ -41492,19 +42872,7 @@ declare const _default: {
41492
42872
  spaces: {
41493
42873
  description: string;
41494
42874
  items: {
41495
- description: string;
41496
42875
  properties: {
41497
- custom_metadata: {
41498
- additionalProperties: {
41499
- type: string;
41500
- };
41501
- description: string;
41502
- type: string;
41503
- };
41504
- description: {
41505
- description: string;
41506
- type: string;
41507
- };
41508
42876
  name: {
41509
42877
  description: string;
41510
42878
  type: string;
@@ -41516,8 +42884,6 @@ declare const _default: {
41516
42884
  };
41517
42885
  required: string[];
41518
42886
  type: string;
41519
- 'x-route-path': string;
41520
- 'x-undocumented': string;
41521
42887
  };
41522
42888
  type: string;
41523
42889
  };
@@ -41664,19 +43030,7 @@ declare const _default: {
41664
43030
  spaces: {
41665
43031
  description: string;
41666
43032
  items: {
41667
- description: string;
41668
43033
  properties: {
41669
- custom_metadata: {
41670
- additionalProperties: {
41671
- type: string;
41672
- };
41673
- description: string;
41674
- type: string;
41675
- };
41676
- description: {
41677
- description: string;
41678
- type: string;
41679
- };
41680
43034
  name: {
41681
43035
  description: string;
41682
43036
  type: string;
@@ -41688,8 +43042,6 @@ declare const _default: {
41688
43042
  };
41689
43043
  required: string[];
41690
43044
  type: string;
41691
- 'x-route-path': string;
41692
- 'x-undocumented': string;
41693
43045
  };
41694
43046
  type: string;
41695
43047
  };
@@ -41750,195 +43102,6 @@ declare const _default: {
41750
43102
  'x-undocumented': string;
41751
43103
  };
41752
43104
  };
41753
- '/unstable_partner/resources/push': {
41754
- post: {
41755
- description: string;
41756
- operationId: string;
41757
- requestBody: {
41758
- content: {
41759
- 'application/json': {
41760
- schema: {
41761
- oneOf: ({
41762
- items: {
41763
- description: string;
41764
- properties: {
41765
- custom_metadata: {
41766
- additionalProperties: {
41767
- type: string;
41768
- };
41769
- description: string;
41770
- type: string;
41771
- };
41772
- customer_key: {
41773
- description: string;
41774
- type: string;
41775
- };
41776
- description: {
41777
- description: string;
41778
- type: string;
41779
- };
41780
- email_address: {
41781
- description: string;
41782
- type: string;
41783
- };
41784
- ends_at: {
41785
- description: string;
41786
- type: string;
41787
- };
41788
- location_keys: {
41789
- description: string;
41790
- items: {
41791
- type: string;
41792
- };
41793
- type: string;
41794
- };
41795
- name: {
41796
- description: string;
41797
- type: string;
41798
- };
41799
- partner_resource_key: {
41800
- description: string;
41801
- type: string;
41802
- };
41803
- partner_resource_type: {
41804
- description: string;
41805
- type: string;
41806
- };
41807
- phone_number: {
41808
- description: string;
41809
- type: string;
41810
- };
41811
- starts_at: {
41812
- description: string;
41813
- type: string;
41814
- };
41815
- user_identity_key: {
41816
- description: string;
41817
- type: string;
41818
- };
41819
- };
41820
- type: string;
41821
- 'x-route-path': string;
41822
- 'x-undocumented': string;
41823
- };
41824
- type: string;
41825
- description?: never;
41826
- properties?: never;
41827
- 'x-route-path'?: never;
41828
- 'x-undocumented'?: never;
41829
- } | {
41830
- description: string;
41831
- properties: {
41832
- custom_metadata: {
41833
- additionalProperties: {
41834
- type: string;
41835
- };
41836
- description: string;
41837
- type: string;
41838
- };
41839
- customer_key: {
41840
- description: string;
41841
- type: string;
41842
- };
41843
- description: {
41844
- description: string;
41845
- type: string;
41846
- };
41847
- email_address: {
41848
- description: string;
41849
- type: string;
41850
- };
41851
- ends_at: {
41852
- description: string;
41853
- type: string;
41854
- };
41855
- location_keys: {
41856
- description: string;
41857
- items: {
41858
- type: string;
41859
- };
41860
- type: string;
41861
- };
41862
- name: {
41863
- description: string;
41864
- type: string;
41865
- };
41866
- partner_resource_key: {
41867
- description: string;
41868
- type: string;
41869
- };
41870
- partner_resource_type: {
41871
- description: string;
41872
- type: string;
41873
- };
41874
- phone_number: {
41875
- description: string;
41876
- type: string;
41877
- };
41878
- starts_at: {
41879
- description: string;
41880
- type: string;
41881
- };
41882
- user_identity_key: {
41883
- description: string;
41884
- type: string;
41885
- };
41886
- };
41887
- type: string;
41888
- 'x-route-path': string;
41889
- 'x-undocumented': string;
41890
- items?: never;
41891
- })[];
41892
- };
41893
- };
41894
- };
41895
- };
41896
- responses: {
41897
- 200: {
41898
- content: {
41899
- 'application/json': {
41900
- schema: {
41901
- properties: {
41902
- ok: {
41903
- type: string;
41904
- };
41905
- };
41906
- required: string[];
41907
- type: string;
41908
- };
41909
- };
41910
- };
41911
- description: string;
41912
- };
41913
- 400: {
41914
- description: string;
41915
- };
41916
- 401: {
41917
- description: string;
41918
- };
41919
- };
41920
- security: ({
41921
- pat_with_workspace: never[];
41922
- console_session_with_workspace?: never;
41923
- api_key?: never;
41924
- } | {
41925
- console_session_with_workspace: never[];
41926
- pat_with_workspace?: never;
41927
- api_key?: never;
41928
- } | {
41929
- api_key: never[];
41930
- pat_with_workspace?: never;
41931
- console_session_with_workspace?: never;
41932
- })[];
41933
- summary: string;
41934
- tags: never[];
41935
- 'x-fern-sdk-group-name': string[];
41936
- 'x-fern-sdk-method-name': string;
41937
- 'x-response-key': null;
41938
- 'x-title': string;
41939
- 'x-undocumented': string;
41940
- };
41941
- };
41942
43105
  '/user_identities/add_acs_user': {
41943
43106
  post: {
41944
43107
  description: string;