@seamapi/types 1.305.0 → 1.306.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.
@@ -8181,6 +8181,7 @@ declare const DEVICE_PROVIDERS: {
8181
8181
  readonly AKILES: "akiles";
8182
8182
  readonly VOSTIO: "assa_abloy_vostio";
8183
8183
  readonly ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: "assa_abloy_vostio_credential_service";
8184
+ readonly TADO: "tado";
8184
8185
  };
8185
8186
  type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
8186
8187
  declare const device_provider: z.ZodObject<z.objectUtil.extendShape<{
@@ -32990,9 +32991,19 @@ declare const _default: {
32990
32991
  description: string;
32991
32992
  };
32992
32993
  };
32993
- security: {
32994
+ security: ({
32994
32995
  pat_without_workspace: never[];
32995
- }[];
32996
+ console_session?: never;
32997
+ user_session_without_workspace?: never;
32998
+ } | {
32999
+ console_session: never[];
33000
+ pat_without_workspace?: never;
33001
+ user_session_without_workspace?: never;
33002
+ } | {
33003
+ user_session_without_workspace: never[];
33004
+ pat_without_workspace?: never;
33005
+ console_session?: never;
33006
+ })[];
32996
33007
  summary: string;
32997
33008
  tags: string[];
32998
33009
  'x-fern-sdk-group-name': string[];
@@ -33155,6 +33166,7 @@ declare const _default: {
33155
33166
  user_session_without_workspace?: never;
33156
33167
  api_key?: never;
33157
33168
  client_session?: never;
33169
+ console_session?: never;
33158
33170
  } | {
33159
33171
  pat_without_workspace: never[];
33160
33172
  pat_with_workspace?: never;
@@ -33162,6 +33174,7 @@ declare const _default: {
33162
33174
  user_session_without_workspace?: never;
33163
33175
  api_key?: never;
33164
33176
  client_session?: never;
33177
+ console_session?: never;
33165
33178
  } | {
33166
33179
  user_session: never[];
33167
33180
  pat_with_workspace?: never;
@@ -33169,6 +33182,7 @@ declare const _default: {
33169
33182
  user_session_without_workspace?: never;
33170
33183
  api_key?: never;
33171
33184
  client_session?: never;
33185
+ console_session?: never;
33172
33186
  } | {
33173
33187
  user_session_without_workspace: never[];
33174
33188
  pat_with_workspace?: never;
@@ -33176,6 +33190,7 @@ declare const _default: {
33176
33190
  user_session?: never;
33177
33191
  api_key?: never;
33178
33192
  client_session?: never;
33193
+ console_session?: never;
33179
33194
  } | {
33180
33195
  api_key: never[];
33181
33196
  pat_with_workspace?: never;
@@ -33183,6 +33198,7 @@ declare const _default: {
33183
33198
  user_session?: never;
33184
33199
  user_session_without_workspace?: never;
33185
33200
  client_session?: never;
33201
+ console_session?: never;
33186
33202
  } | {
33187
33203
  client_session: never[];
33188
33204
  pat_with_workspace?: never;
@@ -33190,6 +33206,15 @@ declare const _default: {
33190
33206
  user_session?: never;
33191
33207
  user_session_without_workspace?: never;
33192
33208
  api_key?: never;
33209
+ console_session?: never;
33210
+ } | {
33211
+ console_session: never[];
33212
+ pat_with_workspace?: never;
33213
+ pat_without_workspace?: never;
33214
+ user_session?: never;
33215
+ user_session_without_workspace?: never;
33216
+ api_key?: never;
33217
+ client_session?: never;
33193
33218
  })[];
33194
33219
  summary: string;
33195
33220
  tags: string[];
@@ -33235,6 +33260,7 @@ declare const _default: {
33235
33260
  user_session_without_workspace?: never;
33236
33261
  api_key?: never;
33237
33262
  client_session?: never;
33263
+ console_session?: never;
33238
33264
  } | {
33239
33265
  pat_without_workspace: never[];
33240
33266
  pat_with_workspace?: never;
@@ -33242,6 +33268,7 @@ declare const _default: {
33242
33268
  user_session_without_workspace?: never;
33243
33269
  api_key?: never;
33244
33270
  client_session?: never;
33271
+ console_session?: never;
33245
33272
  } | {
33246
33273
  user_session: never[];
33247
33274
  pat_with_workspace?: never;
@@ -33249,6 +33276,7 @@ declare const _default: {
33249
33276
  user_session_without_workspace?: never;
33250
33277
  api_key?: never;
33251
33278
  client_session?: never;
33279
+ console_session?: never;
33252
33280
  } | {
33253
33281
  user_session_without_workspace: never[];
33254
33282
  pat_with_workspace?: never;
@@ -33256,6 +33284,7 @@ declare const _default: {
33256
33284
  user_session?: never;
33257
33285
  api_key?: never;
33258
33286
  client_session?: never;
33287
+ console_session?: never;
33259
33288
  } | {
33260
33289
  api_key: never[];
33261
33290
  pat_with_workspace?: never;
@@ -33263,6 +33292,7 @@ declare const _default: {
33263
33292
  user_session?: never;
33264
33293
  user_session_without_workspace?: never;
33265
33294
  client_session?: never;
33295
+ console_session?: never;
33266
33296
  } | {
33267
33297
  client_session: never[];
33268
33298
  pat_with_workspace?: never;
@@ -33270,6 +33300,15 @@ declare const _default: {
33270
33300
  user_session?: never;
33271
33301
  user_session_without_workspace?: never;
33272
33302
  api_key?: never;
33303
+ console_session?: never;
33304
+ } | {
33305
+ console_session: never[];
33306
+ pat_with_workspace?: never;
33307
+ pat_without_workspace?: never;
33308
+ user_session?: never;
33309
+ user_session_without_workspace?: never;
33310
+ api_key?: never;
33311
+ client_session?: never;
33273
33312
  })[];
33274
33313
  summary: string;
33275
33314
  tags: string[];
@@ -43964,7 +44003,7 @@ interface Routes {
43964
44003
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
43965
44004
  custom_redirect_url?: string | undefined;
43966
44005
  custom_redirect_failure_url?: string | undefined;
43967
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
44006
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
43968
44007
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
43969
44008
  custom_metadata?: Record<string, string | boolean | null> | undefined;
43970
44009
  automatically_manage_new_devices?: boolean;
@@ -45314,7 +45353,7 @@ interface Routes {
45314
45353
  formData: {};
45315
45354
  jsonResponse: {
45316
45355
  device_providers: Array<{
45317
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
45356
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado';
45318
45357
  display_name: string;
45319
45358
  image_url: string;
45320
45359
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -43,6 +43,7 @@ export declare const DEVICE_PROVIDERS: {
43
43
  readonly AKILES: "akiles";
44
44
  readonly VOSTIO: "assa_abloy_vostio";
45
45
  readonly ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: "assa_abloy_vostio_credential_service";
46
+ readonly TADO: "tado";
46
47
  };
47
48
  export type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
48
49
  export declare const ALL_DEVICE_PROVIDERS: [
@@ -44,6 +44,7 @@ export const DEVICE_PROVIDERS = {
44
44
  AKILES: 'akiles',
45
45
  VOSTIO: 'assa_abloy_vostio',
46
46
  ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: 'assa_abloy_vostio_credential_service',
47
+ TADO: 'tado',
47
48
  };
48
49
  export const ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
49
50
  export const PROVIDER_CATEGORY_MAP = {
@@ -1 +1 @@
1
- {"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
@@ -20400,9 +20400,19 @@ declare const _default: {
20400
20400
  description: string;
20401
20401
  };
20402
20402
  };
20403
- security: {
20403
+ security: ({
20404
20404
  pat_without_workspace: never[];
20405
- }[];
20405
+ console_session?: never;
20406
+ user_session_without_workspace?: never;
20407
+ } | {
20408
+ console_session: never[];
20409
+ pat_without_workspace?: never;
20410
+ user_session_without_workspace?: never;
20411
+ } | {
20412
+ user_session_without_workspace: never[];
20413
+ pat_without_workspace?: never;
20414
+ console_session?: never;
20415
+ })[];
20406
20416
  summary: string;
20407
20417
  tags: string[];
20408
20418
  'x-fern-sdk-group-name': string[];
@@ -20565,6 +20575,7 @@ declare const _default: {
20565
20575
  user_session_without_workspace?: never;
20566
20576
  api_key?: never;
20567
20577
  client_session?: never;
20578
+ console_session?: never;
20568
20579
  } | {
20569
20580
  pat_without_workspace: never[];
20570
20581
  pat_with_workspace?: never;
@@ -20572,6 +20583,7 @@ declare const _default: {
20572
20583
  user_session_without_workspace?: never;
20573
20584
  api_key?: never;
20574
20585
  client_session?: never;
20586
+ console_session?: never;
20575
20587
  } | {
20576
20588
  user_session: never[];
20577
20589
  pat_with_workspace?: never;
@@ -20579,6 +20591,7 @@ declare const _default: {
20579
20591
  user_session_without_workspace?: never;
20580
20592
  api_key?: never;
20581
20593
  client_session?: never;
20594
+ console_session?: never;
20582
20595
  } | {
20583
20596
  user_session_without_workspace: never[];
20584
20597
  pat_with_workspace?: never;
@@ -20586,6 +20599,7 @@ declare const _default: {
20586
20599
  user_session?: never;
20587
20600
  api_key?: never;
20588
20601
  client_session?: never;
20602
+ console_session?: never;
20589
20603
  } | {
20590
20604
  api_key: never[];
20591
20605
  pat_with_workspace?: never;
@@ -20593,6 +20607,7 @@ declare const _default: {
20593
20607
  user_session?: never;
20594
20608
  user_session_without_workspace?: never;
20595
20609
  client_session?: never;
20610
+ console_session?: never;
20596
20611
  } | {
20597
20612
  client_session: never[];
20598
20613
  pat_with_workspace?: never;
@@ -20600,6 +20615,15 @@ declare const _default: {
20600
20615
  user_session?: never;
20601
20616
  user_session_without_workspace?: never;
20602
20617
  api_key?: never;
20618
+ console_session?: never;
20619
+ } | {
20620
+ console_session: never[];
20621
+ pat_with_workspace?: never;
20622
+ pat_without_workspace?: never;
20623
+ user_session?: never;
20624
+ user_session_without_workspace?: never;
20625
+ api_key?: never;
20626
+ client_session?: never;
20603
20627
  })[];
20604
20628
  summary: string;
20605
20629
  tags: string[];
@@ -20645,6 +20669,7 @@ declare const _default: {
20645
20669
  user_session_without_workspace?: never;
20646
20670
  api_key?: never;
20647
20671
  client_session?: never;
20672
+ console_session?: never;
20648
20673
  } | {
20649
20674
  pat_without_workspace: never[];
20650
20675
  pat_with_workspace?: never;
@@ -20652,6 +20677,7 @@ declare const _default: {
20652
20677
  user_session_without_workspace?: never;
20653
20678
  api_key?: never;
20654
20679
  client_session?: never;
20680
+ console_session?: never;
20655
20681
  } | {
20656
20682
  user_session: never[];
20657
20683
  pat_with_workspace?: never;
@@ -20659,6 +20685,7 @@ declare const _default: {
20659
20685
  user_session_without_workspace?: never;
20660
20686
  api_key?: never;
20661
20687
  client_session?: never;
20688
+ console_session?: never;
20662
20689
  } | {
20663
20690
  user_session_without_workspace: never[];
20664
20691
  pat_with_workspace?: never;
@@ -20666,6 +20693,7 @@ declare const _default: {
20666
20693
  user_session?: never;
20667
20694
  api_key?: never;
20668
20695
  client_session?: never;
20696
+ console_session?: never;
20669
20697
  } | {
20670
20698
  api_key: never[];
20671
20699
  pat_with_workspace?: never;
@@ -20673,6 +20701,7 @@ declare const _default: {
20673
20701
  user_session?: never;
20674
20702
  user_session_without_workspace?: never;
20675
20703
  client_session?: never;
20704
+ console_session?: never;
20676
20705
  } | {
20677
20706
  client_session: never[];
20678
20707
  pat_with_workspace?: never;
@@ -20680,6 +20709,15 @@ declare const _default: {
20680
20709
  user_session?: never;
20681
20710
  user_session_without_workspace?: never;
20682
20711
  api_key?: never;
20712
+ console_session?: never;
20713
+ } | {
20714
+ console_session: never[];
20715
+ pat_with_workspace?: never;
20716
+ pat_without_workspace?: never;
20717
+ user_session?: never;
20718
+ user_session_without_workspace?: never;
20719
+ api_key?: never;
20720
+ client_session?: never;
20683
20721
  })[];
20684
20722
  summary: string;
20685
20723
  tags: string[];
@@ -5481,6 +5481,7 @@ export default {
5481
5481
  'akiles',
5482
5482
  'assa_abloy_vostio',
5483
5483
  'assa_abloy_vostio_credential_service',
5484
+ 'tado',
5484
5485
  ],
5485
5486
  type: 'string',
5486
5487
  },
@@ -12804,6 +12805,7 @@ export default {
12804
12805
  'akiles',
12805
12806
  'assa_abloy_vostio',
12806
12807
  'assa_abloy_vostio_credential_service',
12808
+ 'tado',
12807
12809
  'yale_access',
12808
12810
  'hid_cm',
12809
12811
  'google_nest',
@@ -19397,7 +19399,11 @@ export default {
19397
19399
  400: { description: 'Bad Request' },
19398
19400
  401: { description: 'Unauthorized' },
19399
19401
  },
19400
- security: [{ pat_without_workspace: [] }],
19402
+ security: [
19403
+ { pat_without_workspace: [] },
19404
+ { console_session: [] },
19405
+ { user_session_without_workspace: [] },
19406
+ ],
19401
19407
  summary: '/workspaces/create',
19402
19408
  tags: ['/workspaces'],
19403
19409
  'x-fern-sdk-group-name': ['workspaces'],
@@ -19506,6 +19512,7 @@ export default {
19506
19512
  { user_session_without_workspace: [] },
19507
19513
  { api_key: [] },
19508
19514
  { client_session: [] },
19515
+ { console_session: [] },
19509
19516
  ],
19510
19517
  summary: '/workspaces/list',
19511
19518
  tags: ['/workspaces'],
@@ -19543,6 +19550,7 @@ export default {
19543
19550
  { user_session_without_workspace: [] },
19544
19551
  { api_key: [] },
19545
19552
  { client_session: [] },
19553
+ { console_session: [] },
19546
19554
  ],
19547
19555
  summary: '/workspaces/list',
19548
19556
  tags: ['/workspaces'],