@seamapi/types 1.53.1 → 1.55.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.
@@ -303,6 +303,10 @@ declare const _default: {
303
303
  full_name: {
304
304
  type: string;
305
305
  };
306
+ hid_acs_system_id: {
307
+ format: string;
308
+ type: string;
309
+ };
306
310
  is_suspended: {
307
311
  type: string;
308
312
  };
@@ -2388,6 +2392,11 @@ declare const _default: {
2388
2392
  scheme: string;
2389
2393
  type: string;
2390
2394
  };
2395
+ pat_without_workspace: {
2396
+ bearerFormat: string;
2397
+ scheme: string;
2398
+ type: string;
2399
+ };
2391
2400
  seam_client_session_token: {
2392
2401
  in: string;
2393
2402
  name: string;
@@ -6692,6 +6701,10 @@ declare const _default: {
6692
6701
  full_name: {
6693
6702
  type: string;
6694
6703
  };
6704
+ hid_acs_system_id: {
6705
+ format: string;
6706
+ type: string;
6707
+ };
6695
6708
  phone_number: {
6696
6709
  nullable: boolean;
6697
6710
  type: string;
@@ -6770,6 +6783,10 @@ declare const _default: {
6770
6783
  full_name: {
6771
6784
  type: string;
6772
6785
  };
6786
+ hid_acs_system_id: {
6787
+ format: string;
6788
+ type: string;
6789
+ };
6773
6790
  phone_number: {
6774
6791
  nullable: boolean;
6775
6792
  type: string;
@@ -10152,6 +10169,9 @@ declare const _default: {
10152
10169
  format: string;
10153
10170
  type: string;
10154
10171
  };
10172
+ is_programmed: {
10173
+ type: string;
10174
+ };
10155
10175
  };
10156
10176
  required: string[];
10157
10177
  type: string;
@@ -13271,6 +13291,75 @@ declare const _default: {
13271
13291
  'x-fern-sdk-return-value': string;
13272
13292
  };
13273
13293
  };
13294
+ '/workspaces/create': {
13295
+ post: {
13296
+ operationId: string;
13297
+ requestBody: {
13298
+ content: {
13299
+ 'application/json': {
13300
+ schema: {
13301
+ properties: {
13302
+ connect_partner_name: {
13303
+ description: string;
13304
+ type: string;
13305
+ };
13306
+ is_sandbox: {
13307
+ default: boolean;
13308
+ type: string;
13309
+ };
13310
+ webview_logo_shape: {
13311
+ enum: string[];
13312
+ type: string;
13313
+ };
13314
+ webview_primary_button_color: {
13315
+ type: string;
13316
+ };
13317
+ workspace_name: {
13318
+ type: string;
13319
+ };
13320
+ };
13321
+ required: string[];
13322
+ type: string;
13323
+ };
13324
+ };
13325
+ };
13326
+ };
13327
+ responses: {
13328
+ 200: {
13329
+ content: {
13330
+ 'application/json': {
13331
+ schema: {
13332
+ properties: {
13333
+ ok: {
13334
+ type: string;
13335
+ };
13336
+ workspace: {
13337
+ $ref: string;
13338
+ };
13339
+ };
13340
+ required: string[];
13341
+ type: string;
13342
+ };
13343
+ };
13344
+ };
13345
+ description: string;
13346
+ };
13347
+ 400: {
13348
+ description: string;
13349
+ };
13350
+ 401: {
13351
+ description: string;
13352
+ };
13353
+ };
13354
+ security: {
13355
+ pat_without_workspace: never[];
13356
+ }[];
13357
+ summary: string;
13358
+ tags: string[];
13359
+ 'x-fern-sdk-group-name': string[];
13360
+ 'x-fern-sdk-method-name': string;
13361
+ };
13362
+ };
13274
13363
  '/workspaces/get': {
13275
13364
  get: {
13276
13365
  operationId: string;
@@ -14247,6 +14336,7 @@ interface Routes {
14247
14336
  acs_users: Array<{
14248
14337
  acs_user_id: string;
14249
14338
  acs_system_id: string;
14339
+ hid_acs_system_id?: string | undefined;
14250
14340
  workspace_id: string;
14251
14341
  created_at: string;
14252
14342
  display_name: string;
@@ -14598,6 +14688,7 @@ interface Routes {
14598
14688
  acs_user: {
14599
14689
  acs_user_id: string;
14600
14690
  acs_system_id: string;
14691
+ hid_acs_system_id?: string | undefined;
14601
14692
  workspace_id: string;
14602
14693
  created_at: string;
14603
14694
  display_name: string;
@@ -14636,6 +14727,7 @@ interface Routes {
14636
14727
  acs_user: {
14637
14728
  acs_user_id: string;
14638
14729
  acs_system_id: string;
14730
+ hid_acs_system_id?: string | undefined;
14639
14731
  workspace_id: string;
14640
14732
  created_at: string;
14641
14733
  display_name: string;
@@ -14663,6 +14755,7 @@ interface Routes {
14663
14755
  acs_users: Array<{
14664
14756
  acs_user_id: string;
14665
14757
  acs_system_id: string;
14758
+ hid_acs_system_id?: string | undefined;
14666
14759
  workspace_id: string;
14667
14760
  created_at: string;
14668
14761
  display_name: string;
@@ -14722,6 +14815,7 @@ interface Routes {
14722
14815
  email?: string | undefined;
14723
14816
  phone_number?: string | undefined;
14724
14817
  email_address?: string | undefined;
14818
+ hid_acs_system_id?: string | undefined;
14725
14819
  };
14726
14820
  commonParams: {};
14727
14821
  formData: {};
@@ -15204,9 +15298,9 @@ interface Routes {
15204
15298
  online_access_codes_enabled?: boolean | undefined;
15205
15299
  /** Indicates whether it is currently possible to use offline access codes for the device. */
15206
15300
  offline_access_codes_enabled?: boolean | undefined;
15207
- /** Deprecated: Use model.offline_access_codes_enabled. */
15301
+ /** Deprecated. Use model.accessory_keypad_supported. */
15208
15302
  supports_accessory_keypad?: boolean | undefined;
15209
- /** Deprecated: Use model.accessory_keypad_supported. */
15303
+ /** Deprecated. Use offline_access_codes_enabled. */
15210
15304
  supports_offline_access_codes?: boolean | undefined;
15211
15305
  } & {
15212
15306
  august_metadata?: {
@@ -15650,9 +15744,9 @@ interface Routes {
15650
15744
  online_access_codes_enabled?: boolean | undefined;
15651
15745
  /** Indicates whether it is currently possible to use offline access codes for the device. */
15652
15746
  offline_access_codes_enabled?: boolean | undefined;
15653
- /** Deprecated: Use model.offline_access_codes_enabled. */
15747
+ /** Deprecated. Use model.accessory_keypad_supported. */
15654
15748
  supports_accessory_keypad?: boolean | undefined;
15655
- /** Deprecated: Use model.accessory_keypad_supported. */
15749
+ /** Deprecated. Use offline_access_codes_enabled. */
15656
15750
  supports_offline_access_codes?: boolean | undefined;
15657
15751
  } & {
15658
15752
  august_metadata?: {
@@ -16367,9 +16461,9 @@ interface Routes {
16367
16461
  online_access_codes_enabled?: boolean | undefined;
16368
16462
  /** Indicates whether it is currently possible to use offline access codes for the device. */
16369
16463
  offline_access_codes_enabled?: boolean | undefined;
16370
- /** Deprecated: Use model.offline_access_codes_enabled. */
16464
+ /** Deprecated. Use model.accessory_keypad_supported. */
16371
16465
  supports_accessory_keypad?: boolean | undefined;
16372
- /** Deprecated: Use model.accessory_keypad_supported. */
16466
+ /** Deprecated. Use offline_access_codes_enabled. */
16373
16467
  supports_offline_access_codes?: boolean | undefined;
16374
16468
  } & {
16375
16469
  august_metadata?: {
@@ -16791,9 +16885,9 @@ interface Routes {
16791
16885
  online_access_codes_enabled?: boolean | undefined;
16792
16886
  /** Indicates whether it is currently possible to use offline access codes for the device. */
16793
16887
  offline_access_codes_enabled?: boolean | undefined;
16794
- /** Deprecated: Use model.offline_access_codes_enabled. */
16888
+ /** Deprecated. Use model.accessory_keypad_supported. */
16795
16889
  supports_accessory_keypad?: boolean | undefined;
16796
- /** Deprecated: Use model.accessory_keypad_supported. */
16890
+ /** Deprecated. Use offline_access_codes_enabled. */
16797
16891
  supports_offline_access_codes?: boolean | undefined;
16798
16892
  } & {
16799
16893
  august_metadata?: {
@@ -17237,9 +17331,9 @@ interface Routes {
17237
17331
  online_access_codes_enabled?: boolean | undefined;
17238
17332
  /** Indicates whether it is currently possible to use offline access codes for the device. */
17239
17333
  offline_access_codes_enabled?: boolean | undefined;
17240
- /** Deprecated: Use model.offline_access_codes_enabled. */
17334
+ /** Deprecated. Use model.accessory_keypad_supported. */
17241
17335
  supports_accessory_keypad?: boolean | undefined;
17242
- /** Deprecated: Use model.accessory_keypad_supported. */
17336
+ /** Deprecated. Use offline_access_codes_enabled. */
17243
17337
  supports_offline_access_codes?: boolean | undefined;
17244
17338
  } & {
17245
17339
  august_metadata?: {
@@ -17661,9 +17755,9 @@ interface Routes {
17661
17755
  online_access_codes_enabled?: boolean | undefined;
17662
17756
  /** Indicates whether it is currently possible to use offline access codes for the device. */
17663
17757
  offline_access_codes_enabled?: boolean | undefined;
17664
- /** Deprecated: Use model.offline_access_codes_enabled. */
17758
+ /** Deprecated. Use model.accessory_keypad_supported. */
17665
17759
  supports_accessory_keypad?: boolean | undefined;
17666
- /** Deprecated: Use model.accessory_keypad_supported. */
17760
+ /** Deprecated. Use offline_access_codes_enabled. */
17667
17761
  supports_offline_access_codes?: boolean | undefined;
17668
17762
  } & {
17669
17763
  august_metadata?: {
@@ -18215,6 +18309,7 @@ interface Routes {
18215
18309
  jsonBody: {};
18216
18310
  commonParams: {
18217
18311
  device_id: string;
18312
+ is_programmed?: boolean | undefined;
18218
18313
  };
18219
18314
  formData: {};
18220
18315
  jsonResponse: {
@@ -18505,9 +18600,9 @@ interface Routes {
18505
18600
  online_access_codes_enabled?: boolean | undefined;
18506
18601
  /** Indicates whether it is currently possible to use offline access codes for the device. */
18507
18602
  offline_access_codes_enabled?: boolean | undefined;
18508
- /** Deprecated: Use model.offline_access_codes_enabled. */
18603
+ /** Deprecated. Use model.accessory_keypad_supported. */
18509
18604
  supports_accessory_keypad?: boolean | undefined;
18510
- /** Deprecated: Use model.accessory_keypad_supported. */
18605
+ /** Deprecated. Use offline_access_codes_enabled. */
18511
18606
  supports_offline_access_codes?: boolean | undefined;
18512
18607
  } & {
18513
18608
  august_metadata?: {
@@ -18981,9 +19076,9 @@ interface Routes {
18981
19076
  online_access_codes_enabled?: boolean | undefined;
18982
19077
  /** Indicates whether it is currently possible to use offline access codes for the device. */
18983
19078
  offline_access_codes_enabled?: boolean | undefined;
18984
- /** Deprecated: Use model.offline_access_codes_enabled. */
19079
+ /** Deprecated. Use model.accessory_keypad_supported. */
18985
19080
  supports_accessory_keypad?: boolean | undefined;
18986
- /** Deprecated: Use model.accessory_keypad_supported. */
19081
+ /** Deprecated. Use offline_access_codes_enabled. */
18987
19082
  supports_offline_access_codes?: boolean | undefined;
18988
19083
  } & {
18989
19084
  august_metadata?: {
@@ -19554,9 +19649,9 @@ interface Routes {
19554
19649
  online_access_codes_enabled?: boolean | undefined;
19555
19650
  /** Indicates whether it is currently possible to use offline access codes for the device. */
19556
19651
  offline_access_codes_enabled?: boolean | undefined;
19557
- /** Deprecated: Use model.offline_access_codes_enabled. */
19652
+ /** Deprecated. Use model.accessory_keypad_supported. */
19558
19653
  supports_accessory_keypad?: boolean | undefined;
19559
- /** Deprecated: Use model.accessory_keypad_supported. */
19654
+ /** Deprecated. Use offline_access_codes_enabled. */
19560
19655
  supports_offline_access_codes?: boolean | undefined;
19561
19656
  } & {
19562
19657
  august_metadata?: {
@@ -19947,6 +20042,7 @@ interface Routes {
19947
20042
  acs_users: Array<{
19948
20043
  acs_user_id: string;
19949
20044
  acs_system_id: string;
20045
+ hid_acs_system_id?: string | undefined;
19950
20046
  workspace_id: string;
19951
20047
  created_at: string;
19952
20048
  display_name: string;
@@ -20049,6 +20145,29 @@ interface Routes {
20049
20145
  }>;
20050
20146
  };
20051
20147
  };
20148
+ '/workspaces/create': {
20149
+ route: '/workspaces/create';
20150
+ method: 'POST';
20151
+ queryParams: {};
20152
+ jsonBody: {
20153
+ workspace_name: string;
20154
+ /** The name shown inside the connect webview */
20155
+ connect_partner_name: string;
20156
+ is_sandbox?: boolean;
20157
+ webview_primary_button_color?: string | undefined;
20158
+ webview_logo_shape?: ('circle' | 'square') | undefined;
20159
+ };
20160
+ commonParams: {};
20161
+ formData: {};
20162
+ jsonResponse: {
20163
+ workspace: {
20164
+ workspace_id: string;
20165
+ name: string;
20166
+ connect_partner_name: string | null;
20167
+ is_sandbox: boolean;
20168
+ };
20169
+ };
20170
+ };
20052
20171
  '/workspaces/get': {
20053
20172
  route: '/workspaces/get';
20054
20173
  method: 'GET' | 'POST';
@@ -226,6 +226,10 @@ declare const _default: {
226
226
  full_name: {
227
227
  type: string;
228
228
  };
229
+ hid_acs_system_id: {
230
+ format: string;
231
+ type: string;
232
+ };
229
233
  is_suspended: {
230
234
  type: string;
231
235
  };
@@ -2311,6 +2315,11 @@ declare const _default: {
2311
2315
  scheme: string;
2312
2316
  type: string;
2313
2317
  };
2318
+ pat_without_workspace: {
2319
+ bearerFormat: string;
2320
+ scheme: string;
2321
+ type: string;
2322
+ };
2314
2323
  seam_client_session_token: {
2315
2324
  in: string;
2316
2325
  name: string;
@@ -6615,6 +6624,10 @@ declare const _default: {
6615
6624
  full_name: {
6616
6625
  type: string;
6617
6626
  };
6627
+ hid_acs_system_id: {
6628
+ format: string;
6629
+ type: string;
6630
+ };
6618
6631
  phone_number: {
6619
6632
  nullable: boolean;
6620
6633
  type: string;
@@ -6693,6 +6706,10 @@ declare const _default: {
6693
6706
  full_name: {
6694
6707
  type: string;
6695
6708
  };
6709
+ hid_acs_system_id: {
6710
+ format: string;
6711
+ type: string;
6712
+ };
6696
6713
  phone_number: {
6697
6714
  nullable: boolean;
6698
6715
  type: string;
@@ -10075,6 +10092,9 @@ declare const _default: {
10075
10092
  format: string;
10076
10093
  type: string;
10077
10094
  };
10095
+ is_programmed: {
10096
+ type: string;
10097
+ };
10078
10098
  };
10079
10099
  required: string[];
10080
10100
  type: string;
@@ -13194,6 +13214,75 @@ declare const _default: {
13194
13214
  'x-fern-sdk-return-value': string;
13195
13215
  };
13196
13216
  };
13217
+ '/workspaces/create': {
13218
+ post: {
13219
+ operationId: string;
13220
+ requestBody: {
13221
+ content: {
13222
+ 'application/json': {
13223
+ schema: {
13224
+ properties: {
13225
+ connect_partner_name: {
13226
+ description: string;
13227
+ type: string;
13228
+ };
13229
+ is_sandbox: {
13230
+ default: boolean;
13231
+ type: string;
13232
+ };
13233
+ webview_logo_shape: {
13234
+ enum: string[];
13235
+ type: string;
13236
+ };
13237
+ webview_primary_button_color: {
13238
+ type: string;
13239
+ };
13240
+ workspace_name: {
13241
+ type: string;
13242
+ };
13243
+ };
13244
+ required: string[];
13245
+ type: string;
13246
+ };
13247
+ };
13248
+ };
13249
+ };
13250
+ responses: {
13251
+ 200: {
13252
+ content: {
13253
+ 'application/json': {
13254
+ schema: {
13255
+ properties: {
13256
+ ok: {
13257
+ type: string;
13258
+ };
13259
+ workspace: {
13260
+ $ref: string;
13261
+ };
13262
+ };
13263
+ required: string[];
13264
+ type: string;
13265
+ };
13266
+ };
13267
+ };
13268
+ description: string;
13269
+ };
13270
+ 400: {
13271
+ description: string;
13272
+ };
13273
+ 401: {
13274
+ description: string;
13275
+ };
13276
+ };
13277
+ security: {
13278
+ pat_without_workspace: never[];
13279
+ }[];
13280
+ summary: string;
13281
+ tags: string[];
13282
+ 'x-fern-sdk-group-name': string[];
13283
+ 'x-fern-sdk-method-name': string;
13284
+ };
13285
+ };
13197
13286
  '/workspaces/get': {
13198
13287
  get: {
13199
13288
  operationId: string;
@@ -230,6 +230,7 @@ export default {
230
230
  },
231
231
  external_type_display_name: { type: 'string' },
232
232
  full_name: { type: 'string' },
233
+ hid_acs_system_id: { format: 'uuid', type: 'string' },
233
234
  is_suspended: { type: 'boolean' },
234
235
  phone_number: { nullable: true, type: 'string' },
235
236
  workspace_id: { format: 'uuid', type: 'string' },
@@ -666,11 +667,11 @@ export default {
666
667
  type: 'string',
667
668
  },
668
669
  supports_accessory_keypad: {
669
- description: 'Deprecated: Use model.offline_access_codes_enabled.',
670
+ description: 'Deprecated. Use model.accessory_keypad_supported.',
670
671
  type: 'boolean',
671
672
  },
672
673
  supports_offline_access_codes: {
673
- description: 'Deprecated: Use model.accessory_keypad_supported.',
674
+ description: 'Deprecated. Use offline_access_codes_enabled.',
674
675
  type: 'boolean',
675
676
  },
676
677
  },
@@ -1841,6 +1842,11 @@ export default {
1841
1842
  scheme: 'bearer',
1842
1843
  type: 'http',
1843
1844
  },
1845
+ pat_without_workspace: {
1846
+ bearerFormat: 'API Token',
1847
+ scheme: 'bearer',
1848
+ type: 'http',
1849
+ },
1844
1850
  seam_client_session_token: {
1845
1851
  in: 'header',
1846
1852
  name: 'seam-client-session-token',
@@ -4698,6 +4704,7 @@ export default {
4698
4704
  },
4699
4705
  email_address: { format: 'email', type: 'string' },
4700
4706
  full_name: { type: 'string' },
4707
+ hid_acs_system_id: { format: 'uuid', type: 'string' },
4701
4708
  phone_number: { nullable: true, type: 'string' },
4702
4709
  },
4703
4710
  required: ['acs_user_id'],
@@ -4746,6 +4753,7 @@ export default {
4746
4753
  },
4747
4754
  email_address: { format: 'email', type: 'string' },
4748
4755
  full_name: { type: 'string' },
4756
+ hid_acs_system_id: { format: 'uuid', type: 'string' },
4749
4757
  phone_number: { nullable: true, type: 'string' },
4750
4758
  },
4751
4759
  required: ['acs_user_id'],
@@ -7519,7 +7527,10 @@ export default {
7519
7527
  content: {
7520
7528
  'application/json': {
7521
7529
  schema: {
7522
- properties: { device_id: { format: 'uuid', type: 'string' } },
7530
+ properties: {
7531
+ device_id: { format: 'uuid', type: 'string' },
7532
+ is_programmed: { type: 'boolean' },
7533
+ },
7523
7534
  required: ['device_id'],
7524
7535
  type: 'object',
7525
7536
  },
@@ -9640,6 +9651,58 @@ export default {
9640
9651
  'x-fern-sdk-return-value': 'webhooks',
9641
9652
  },
9642
9653
  },
9654
+ '/workspaces/create': {
9655
+ post: {
9656
+ operationId: 'workspacesCreatePost',
9657
+ requestBody: {
9658
+ content: {
9659
+ 'application/json': {
9660
+ schema: {
9661
+ properties: {
9662
+ connect_partner_name: {
9663
+ description: 'The name shown inside the connect webview',
9664
+ type: 'string',
9665
+ },
9666
+ is_sandbox: { default: false, type: 'boolean' },
9667
+ webview_logo_shape: {
9668
+ enum: ['circle', 'square'],
9669
+ type: 'string',
9670
+ },
9671
+ webview_primary_button_color: { type: 'string' },
9672
+ workspace_name: { type: 'string' },
9673
+ },
9674
+ required: ['workspace_name', 'connect_partner_name'],
9675
+ type: 'object',
9676
+ },
9677
+ },
9678
+ },
9679
+ },
9680
+ responses: {
9681
+ 200: {
9682
+ content: {
9683
+ 'application/json': {
9684
+ schema: {
9685
+ properties: {
9686
+ ok: { type: 'boolean' },
9687
+ workspace: { $ref: '#/components/schemas/workspace' },
9688
+ },
9689
+ required: ['workspace', 'ok'],
9690
+ type: 'object',
9691
+ },
9692
+ },
9693
+ },
9694
+ description: 'OK',
9695
+ },
9696
+ 400: { description: 'Bad Request' },
9697
+ 401: { description: 'Unauthorized' },
9698
+ },
9699
+ security: [{ pat_without_workspace: [] }],
9700
+ summary: '/workspaces/create',
9701
+ tags: ['/workspaces'],
9702
+ 'x-fern-sdk-group-name': ['workspaces'],
9703
+ 'x-fern-sdk-method-name': 'create',
9704
+ },
9705
+ },
9643
9706
  '/workspaces/get': {
9644
9707
  get: {
9645
9708
  operationId: 'workspacesGetGet',