@seamapi/types 1.423.0 → 1.423.2

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.
@@ -35094,55 +35094,6 @@ export default {
35094
35094
  },
35095
35095
  },
35096
35096
  '/devices/simulate/remove': {
35097
- delete: {
35098
- description: 'Simulates removing a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/latest/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).',
35099
- operationId: 'devicesSimulateRemoveDelete',
35100
- requestBody: {
35101
- content: {
35102
- 'application/json': {
35103
- schema: {
35104
- properties: {
35105
- device_id: {
35106
- description: 'ID of the device that you want to simulate removing from Seam.',
35107
- format: 'uuid',
35108
- type: 'string',
35109
- },
35110
- },
35111
- required: ['device_id'],
35112
- type: 'object',
35113
- },
35114
- },
35115
- },
35116
- },
35117
- responses: {
35118
- 200: {
35119
- content: {
35120
- 'application/json': {
35121
- schema: {
35122
- properties: { ok: { type: 'boolean' } },
35123
- required: ['ok'],
35124
- type: 'object',
35125
- },
35126
- },
35127
- },
35128
- description: 'OK',
35129
- },
35130
- 400: { description: 'Bad Request' },
35131
- 401: { description: 'Unauthorized' },
35132
- },
35133
- security: [
35134
- { api_key: [] },
35135
- { pat_with_workspace: [] },
35136
- { console_session_with_workspace: [] },
35137
- { client_session_with_customer: [] },
35138
- ],
35139
- summary: '/devices/simulate/remove',
35140
- tags: ['/devices'],
35141
- 'x-fern-sdk-group-name': ['devices', 'simulate'],
35142
- 'x-fern-sdk-method-name': 'remove',
35143
- 'x-response-key': null,
35144
- 'x-title': 'Simulate Device Removal',
35145
- },
35146
35097
  post: {
35147
35098
  description: 'Simulates removing a device from Seam. Only applicable for [sandbox devices](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](https://docs.seam.co/latest/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).',
35148
35099
  operationId: 'devicesSimulateRemovePost',
@@ -39782,128 +39733,6 @@ export default {
39782
39733
  },
39783
39734
  },
39784
39735
  '/phones/simulate/create_sandbox_phone': {
39785
- get: {
39786
- description: 'Creates a new simulated phone in a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Creating a Simulated Phone for a User Identity](https://docs.seam.co/latest/capability-guides/mobile-access/developing-in-a-sandbox-workspace#creating-a-simulated-phone-for-a-user-identity).',
39787
- operationId: 'phonesSimulateCreateSandboxPhoneGet',
39788
- requestBody: {
39789
- content: {
39790
- 'application/json': {
39791
- schema: {
39792
- properties: {
39793
- assa_abloy_metadata: {
39794
- default: {},
39795
- description: 'ASSA ABLOY metadata that you want to associate with the simulated phone.',
39796
- properties: {
39797
- application_version: {
39798
- default: '1.0.0',
39799
- description: 'Application version that you want to use for the simulated phone.',
39800
- type: 'string',
39801
- },
39802
- ble_capability: {
39803
- default: true,
39804
- description: 'Indicates whether the simulated phone should have Bluetooth low energy (BLE) capability.',
39805
- type: 'boolean',
39806
- },
39807
- hce_capability: {
39808
- default: false,
39809
- description: 'Indicates whether the simulated phone should have host card emulation (HCE) capability.',
39810
- type: 'boolean',
39811
- },
39812
- nfc_capability: {
39813
- default: false,
39814
- description: 'Indicates whether the simulated phone should have near-field communication (NFC) capability.',
39815
- type: 'boolean',
39816
- },
39817
- seos_applet_version: {
39818
- default: '1.0.0',
39819
- description: 'SEOS applet version that you want to use for the simulated phone.',
39820
- type: 'string',
39821
- },
39822
- seos_tsm_endpoint_id: {
39823
- default: 1,
39824
- description: 'ID of the SEOS trusted service manager (TSM) endpoint that you want to use for the simulated phone.',
39825
- format: 'float',
39826
- type: 'number',
39827
- },
39828
- },
39829
- type: 'object',
39830
- },
39831
- custom_sdk_installation_id: {
39832
- description: 'ID of the custom SDK installation that you want to use for the simulated phone.',
39833
- type: 'string',
39834
- },
39835
- phone_metadata: {
39836
- default: {},
39837
- description: 'Metadata that you want to associate with the simulated phone.',
39838
- properties: {
39839
- device_manufacturer: {
39840
- default: 'Samsung',
39841
- description: 'Manufacturer that you want to use for the simulated phone.',
39842
- type: 'string',
39843
- },
39844
- device_model: {
39845
- default: 'Samsung Galaxy S10',
39846
- description: 'Device model that you want to use for the simulated phone.',
39847
- type: 'string',
39848
- },
39849
- operating_system: {
39850
- default: 'android',
39851
- description: 'Mobile operating system that you want to use for the simulated phone.',
39852
- enum: ['android', 'ios'],
39853
- type: 'string',
39854
- },
39855
- os_version: {
39856
- default: '10',
39857
- description: 'Mobile operating system version that you want to use for the simulated phone.',
39858
- type: 'string',
39859
- },
39860
- },
39861
- type: 'object',
39862
- },
39863
- user_identity_id: {
39864
- description: 'ID of the user identity that you want to associate with the simulated phone.',
39865
- format: 'uuid',
39866
- type: 'string',
39867
- },
39868
- },
39869
- required: ['user_identity_id'],
39870
- type: 'object',
39871
- },
39872
- },
39873
- },
39874
- },
39875
- responses: {
39876
- 200: {
39877
- content: {
39878
- 'application/json': {
39879
- schema: {
39880
- properties: {
39881
- ok: { type: 'boolean' },
39882
- phone: { $ref: '#/components/schemas/phone' },
39883
- },
39884
- required: ['phone', 'ok'],
39885
- type: 'object',
39886
- },
39887
- },
39888
- },
39889
- description: 'OK',
39890
- },
39891
- 400: { description: 'Bad Request' },
39892
- 401: { description: 'Unauthorized' },
39893
- },
39894
- security: [
39895
- { api_key: [] },
39896
- { pat_with_workspace: [] },
39897
- { console_session_with_workspace: [] },
39898
- ],
39899
- summary: '/phones/simulate/create_sandbox_phone',
39900
- tags: ['/phones'],
39901
- 'x-fern-sdk-group-name': ['phones', 'simulate'],
39902
- 'x-fern-sdk-method-name': 'create_sandbox_phone',
39903
- 'x-fern-sdk-return-value': 'phone',
39904
- 'x-response-key': 'phone',
39905
- 'x-title': 'Create a Sandbox Phone',
39906
- },
39907
39736
  post: {
39908
39737
  description: 'Creates a new simulated phone in a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). See also [Creating a Simulated Phone for a User Identity](https://docs.seam.co/latest/capability-guides/mobile-access/developing-in-a-sandbox-workspace#creating-a-simulated-phone-for-a-user-identity).',
39909
39738
  operationId: 'phonesSimulateCreateSandboxPhonePost',
@@ -40469,8 +40298,88 @@ export default {
40469
40298
  tags: [],
40470
40299
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
40471
40300
  'x-fern-sdk-method-name': 'get',
40472
- 'x-fern-sdk-return-value': 'portal_configuration',
40473
- 'x-response-key': 'portal_configuration',
40301
+ 'x-fern-sdk-return-value': 'customer_portal',
40302
+ 'x-response-key': 'customer_portal',
40303
+ 'x-title': 'Get Customer Portal Configuration',
40304
+ 'x-undocumented': 'Internal endpoint for customer portals.',
40305
+ },
40306
+ post: {
40307
+ description: 'Retrieves the configuration for a customer portal identified by customer_portal_id.',
40308
+ operationId: 'seamCustomerV1PortalsGetPost',
40309
+ requestBody: {
40310
+ content: {
40311
+ 'application/json': {
40312
+ schema: {
40313
+ properties: {
40314
+ customer_portal_id: {
40315
+ description: 'Customer portal ID.',
40316
+ type: 'string',
40317
+ },
40318
+ },
40319
+ required: ['customer_portal_id'],
40320
+ type: 'object',
40321
+ },
40322
+ },
40323
+ },
40324
+ },
40325
+ responses: {
40326
+ 200: {
40327
+ content: {
40328
+ 'application/json': {
40329
+ schema: {
40330
+ properties: {
40331
+ customer_portal: {
40332
+ properties: {
40333
+ business_vertical: {
40334
+ description: 'Business vertical of the customer portal.',
40335
+ enum: [
40336
+ 'short_term_rental',
40337
+ 'hospitality',
40338
+ 'multi_family',
40339
+ 'gym_management',
40340
+ 'property_tours',
40341
+ ],
40342
+ type: 'string',
40343
+ },
40344
+ features: {
40345
+ properties: {
40346
+ connect: {
40347
+ properties: { exclude: { type: 'boolean' } },
40348
+ type: 'object',
40349
+ },
40350
+ manage_devices: {
40351
+ properties: { exclude: { type: 'boolean' } },
40352
+ type: 'object',
40353
+ },
40354
+ organize: {
40355
+ properties: { exclude: { type: 'boolean' } },
40356
+ type: 'object',
40357
+ },
40358
+ },
40359
+ type: 'object',
40360
+ },
40361
+ },
40362
+ type: 'object',
40363
+ },
40364
+ ok: { type: 'boolean' },
40365
+ },
40366
+ required: ['customer_portal', 'ok'],
40367
+ type: 'object',
40368
+ },
40369
+ },
40370
+ },
40371
+ description: 'OK',
40372
+ },
40373
+ 400: { description: 'Bad Request' },
40374
+ 401: { description: 'Unauthorized' },
40375
+ },
40376
+ security: [{ client_session_with_customer: [] }],
40377
+ summary: '/seam/customer/v1/portals/get',
40378
+ tags: [],
40379
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'portals'],
40380
+ 'x-fern-sdk-method-name': 'get',
40381
+ 'x-fern-sdk-return-value': 'customer_portal',
40382
+ 'x-response-key': 'customer_portal',
40474
40383
  'x-title': 'Get Customer Portal Configuration',
40475
40384
  'x-undocumented': 'Internal endpoint for customer portals.',
40476
40385
  },