@seamapi/types 1.423.0 → 1.423.1

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.
@@ -51110,78 +51110,6 @@ declare const _default: {
51110
51110
  };
51111
51111
  };
51112
51112
  '/devices/simulate/remove': {
51113
- delete: {
51114
- description: string;
51115
- operationId: string;
51116
- requestBody: {
51117
- content: {
51118
- 'application/json': {
51119
- schema: {
51120
- properties: {
51121
- device_id: {
51122
- description: string;
51123
- format: string;
51124
- type: string;
51125
- };
51126
- };
51127
- required: string[];
51128
- type: string;
51129
- };
51130
- };
51131
- };
51132
- };
51133
- responses: {
51134
- 200: {
51135
- content: {
51136
- 'application/json': {
51137
- schema: {
51138
- properties: {
51139
- ok: {
51140
- type: string;
51141
- };
51142
- };
51143
- required: string[];
51144
- type: string;
51145
- };
51146
- };
51147
- };
51148
- description: string;
51149
- };
51150
- 400: {
51151
- description: string;
51152
- };
51153
- 401: {
51154
- description: string;
51155
- };
51156
- };
51157
- security: ({
51158
- api_key: never[];
51159
- pat_with_workspace?: never;
51160
- console_session_with_workspace?: never;
51161
- client_session_with_customer?: never;
51162
- } | {
51163
- pat_with_workspace: never[];
51164
- api_key?: never;
51165
- console_session_with_workspace?: never;
51166
- client_session_with_customer?: never;
51167
- } | {
51168
- console_session_with_workspace: never[];
51169
- api_key?: never;
51170
- pat_with_workspace?: never;
51171
- client_session_with_customer?: never;
51172
- } | {
51173
- client_session_with_customer: never[];
51174
- api_key?: never;
51175
- pat_with_workspace?: never;
51176
- console_session_with_workspace?: never;
51177
- })[];
51178
- summary: string;
51179
- tags: string[];
51180
- 'x-fern-sdk-group-name': string[];
51181
- 'x-fern-sdk-method-name': string;
51182
- 'x-response-key': null;
51183
- 'x-title': string;
51184
- };
51185
51113
  post: {
51186
51114
  description: string;
51187
51115
  operationId: string;
@@ -55910,144 +55838,6 @@ declare const _default: {
55910
55838
  };
55911
55839
  };
55912
55840
  '/phones/simulate/create_sandbox_phone': {
55913
- get: {
55914
- description: string;
55915
- operationId: string;
55916
- requestBody: {
55917
- content: {
55918
- 'application/json': {
55919
- schema: {
55920
- properties: {
55921
- assa_abloy_metadata: {
55922
- default: {};
55923
- description: string;
55924
- properties: {
55925
- application_version: {
55926
- default: string;
55927
- description: string;
55928
- type: string;
55929
- };
55930
- ble_capability: {
55931
- default: boolean;
55932
- description: string;
55933
- type: string;
55934
- };
55935
- hce_capability: {
55936
- default: boolean;
55937
- description: string;
55938
- type: string;
55939
- };
55940
- nfc_capability: {
55941
- default: boolean;
55942
- description: string;
55943
- type: string;
55944
- };
55945
- seos_applet_version: {
55946
- default: string;
55947
- description: string;
55948
- type: string;
55949
- };
55950
- seos_tsm_endpoint_id: {
55951
- default: number;
55952
- description: string;
55953
- format: string;
55954
- type: string;
55955
- };
55956
- };
55957
- type: string;
55958
- };
55959
- custom_sdk_installation_id: {
55960
- description: string;
55961
- type: string;
55962
- };
55963
- phone_metadata: {
55964
- default: {};
55965
- description: string;
55966
- properties: {
55967
- device_manufacturer: {
55968
- default: string;
55969
- description: string;
55970
- type: string;
55971
- };
55972
- device_model: {
55973
- default: string;
55974
- description: string;
55975
- type: string;
55976
- };
55977
- operating_system: {
55978
- default: string;
55979
- description: string;
55980
- enum: string[];
55981
- type: string;
55982
- };
55983
- os_version: {
55984
- default: string;
55985
- description: string;
55986
- type: string;
55987
- };
55988
- };
55989
- type: string;
55990
- };
55991
- user_identity_id: {
55992
- description: string;
55993
- format: string;
55994
- type: string;
55995
- };
55996
- };
55997
- required: string[];
55998
- type: string;
55999
- };
56000
- };
56001
- };
56002
- };
56003
- responses: {
56004
- 200: {
56005
- content: {
56006
- 'application/json': {
56007
- schema: {
56008
- properties: {
56009
- ok: {
56010
- type: string;
56011
- };
56012
- phone: {
56013
- $ref: string;
56014
- };
56015
- };
56016
- required: string[];
56017
- type: string;
56018
- };
56019
- };
56020
- };
56021
- description: string;
56022
- };
56023
- 400: {
56024
- description: string;
56025
- };
56026
- 401: {
56027
- description: string;
56028
- };
56029
- };
56030
- security: ({
56031
- api_key: never[];
56032
- pat_with_workspace?: never;
56033
- console_session_with_workspace?: never;
56034
- } | {
56035
- pat_with_workspace: never[];
56036
- api_key?: never;
56037
- console_session_with_workspace?: never;
56038
- } | {
56039
- console_session_with_workspace: never[];
56040
- api_key?: never;
56041
- pat_with_workspace?: never;
56042
- })[];
56043
- summary: string;
56044
- tags: string[];
56045
- 'x-fern-sdk-group-name': string[];
56046
- 'x-fern-sdk-method-name': string;
56047
- 'x-fern-sdk-return-value': string;
56048
- 'x-response-key': string;
56049
- 'x-title': string;
56050
- };
56051
55841
  post: {
56052
55842
  description: string;
56053
55843
  operationId: string;
@@ -93772,7 +93562,7 @@ interface Routes {
93772
93562
  };
93773
93563
  '/devices/simulate/remove': {
93774
93564
  route: '/devices/simulate/remove';
93775
- method: 'DELETE' | 'POST';
93565
+ method: 'POST';
93776
93566
  queryParams: {};
93777
93567
  jsonBody: {
93778
93568
  /** ID of the device that you want to simulate removing from Seam. */
@@ -113769,7 +113559,7 @@ interface Routes {
113769
113559
  };
113770
113560
  '/phones/simulate/create_sandbox_phone': {
113771
113561
  route: '/phones/simulate/create_sandbox_phone';
113772
- method: 'GET' | 'POST';
113562
+ method: 'POST';
113773
113563
  queryParams: {};
113774
113564
  jsonBody: {
113775
113565
  /** ID of the custom SDK installation that you want to use for the simulated phone. */
@@ -29333,78 +29333,6 @@ declare const _default: {
29333
29333
  };
29334
29334
  };
29335
29335
  '/devices/simulate/remove': {
29336
- delete: {
29337
- description: string;
29338
- operationId: string;
29339
- requestBody: {
29340
- content: {
29341
- 'application/json': {
29342
- schema: {
29343
- properties: {
29344
- device_id: {
29345
- description: string;
29346
- format: string;
29347
- type: string;
29348
- };
29349
- };
29350
- required: string[];
29351
- type: string;
29352
- };
29353
- };
29354
- };
29355
- };
29356
- responses: {
29357
- 200: {
29358
- content: {
29359
- 'application/json': {
29360
- schema: {
29361
- properties: {
29362
- ok: {
29363
- type: string;
29364
- };
29365
- };
29366
- required: string[];
29367
- type: string;
29368
- };
29369
- };
29370
- };
29371
- description: string;
29372
- };
29373
- 400: {
29374
- description: string;
29375
- };
29376
- 401: {
29377
- description: string;
29378
- };
29379
- };
29380
- security: ({
29381
- api_key: never[];
29382
- pat_with_workspace?: never;
29383
- console_session_with_workspace?: never;
29384
- client_session_with_customer?: never;
29385
- } | {
29386
- pat_with_workspace: never[];
29387
- api_key?: never;
29388
- console_session_with_workspace?: never;
29389
- client_session_with_customer?: never;
29390
- } | {
29391
- console_session_with_workspace: never[];
29392
- api_key?: never;
29393
- pat_with_workspace?: never;
29394
- client_session_with_customer?: never;
29395
- } | {
29396
- client_session_with_customer: never[];
29397
- api_key?: never;
29398
- pat_with_workspace?: never;
29399
- console_session_with_workspace?: never;
29400
- })[];
29401
- summary: string;
29402
- tags: string[];
29403
- 'x-fern-sdk-group-name': string[];
29404
- 'x-fern-sdk-method-name': string;
29405
- 'x-response-key': null;
29406
- 'x-title': string;
29407
- };
29408
29336
  post: {
29409
29337
  description: string;
29410
29338
  operationId: string;
@@ -34133,144 +34061,6 @@ declare const _default: {
34133
34061
  };
34134
34062
  };
34135
34063
  '/phones/simulate/create_sandbox_phone': {
34136
- get: {
34137
- description: string;
34138
- operationId: string;
34139
- requestBody: {
34140
- content: {
34141
- 'application/json': {
34142
- schema: {
34143
- properties: {
34144
- assa_abloy_metadata: {
34145
- default: {};
34146
- description: string;
34147
- properties: {
34148
- application_version: {
34149
- default: string;
34150
- description: string;
34151
- type: string;
34152
- };
34153
- ble_capability: {
34154
- default: boolean;
34155
- description: string;
34156
- type: string;
34157
- };
34158
- hce_capability: {
34159
- default: boolean;
34160
- description: string;
34161
- type: string;
34162
- };
34163
- nfc_capability: {
34164
- default: boolean;
34165
- description: string;
34166
- type: string;
34167
- };
34168
- seos_applet_version: {
34169
- default: string;
34170
- description: string;
34171
- type: string;
34172
- };
34173
- seos_tsm_endpoint_id: {
34174
- default: number;
34175
- description: string;
34176
- format: string;
34177
- type: string;
34178
- };
34179
- };
34180
- type: string;
34181
- };
34182
- custom_sdk_installation_id: {
34183
- description: string;
34184
- type: string;
34185
- };
34186
- phone_metadata: {
34187
- default: {};
34188
- description: string;
34189
- properties: {
34190
- device_manufacturer: {
34191
- default: string;
34192
- description: string;
34193
- type: string;
34194
- };
34195
- device_model: {
34196
- default: string;
34197
- description: string;
34198
- type: string;
34199
- };
34200
- operating_system: {
34201
- default: string;
34202
- description: string;
34203
- enum: string[];
34204
- type: string;
34205
- };
34206
- os_version: {
34207
- default: string;
34208
- description: string;
34209
- type: string;
34210
- };
34211
- };
34212
- type: string;
34213
- };
34214
- user_identity_id: {
34215
- description: string;
34216
- format: string;
34217
- type: string;
34218
- };
34219
- };
34220
- required: string[];
34221
- type: string;
34222
- };
34223
- };
34224
- };
34225
- };
34226
- responses: {
34227
- 200: {
34228
- content: {
34229
- 'application/json': {
34230
- schema: {
34231
- properties: {
34232
- ok: {
34233
- type: string;
34234
- };
34235
- phone: {
34236
- $ref: string;
34237
- };
34238
- };
34239
- required: string[];
34240
- type: string;
34241
- };
34242
- };
34243
- };
34244
- description: string;
34245
- };
34246
- 400: {
34247
- description: string;
34248
- };
34249
- 401: {
34250
- description: string;
34251
- };
34252
- };
34253
- security: ({
34254
- api_key: never[];
34255
- pat_with_workspace?: never;
34256
- console_session_with_workspace?: never;
34257
- } | {
34258
- pat_with_workspace: never[];
34259
- api_key?: never;
34260
- console_session_with_workspace?: never;
34261
- } | {
34262
- console_session_with_workspace: never[];
34263
- api_key?: never;
34264
- pat_with_workspace?: never;
34265
- })[];
34266
- summary: string;
34267
- tags: string[];
34268
- 'x-fern-sdk-group-name': string[];
34269
- 'x-fern-sdk-method-name': string;
34270
- 'x-fern-sdk-return-value': string;
34271
- 'x-response-key': string;
34272
- 'x-title': string;
34273
- };
34274
34064
  post: {
34275
34065
  description: string;
34276
34066
  operationId: string;
@@ -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',