@seamapi/types 1.646.0 → 1.647.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.
@@ -102403,22 +102403,32 @@ declare const _default: {
102403
102403
  client_session: never[];
102404
102404
  pat_with_workspace?: never;
102405
102405
  console_session_with_workspace?: never;
102406
+ client_session_with_customer?: never;
102406
102407
  api_key?: never;
102407
102408
  } | {
102408
102409
  pat_with_workspace: never[];
102409
102410
  client_session?: never;
102410
102411
  console_session_with_workspace?: never;
102412
+ client_session_with_customer?: never;
102411
102413
  api_key?: never;
102412
102414
  } | {
102413
102415
  console_session_with_workspace: never[];
102414
102416
  client_session?: never;
102415
102417
  pat_with_workspace?: never;
102418
+ client_session_with_customer?: never;
102419
+ api_key?: never;
102420
+ } | {
102421
+ client_session_with_customer: never[];
102422
+ client_session?: never;
102423
+ pat_with_workspace?: never;
102424
+ console_session_with_workspace?: never;
102416
102425
  api_key?: never;
102417
102426
  } | {
102418
102427
  api_key: never[];
102419
102428
  client_session?: never;
102420
102429
  pat_with_workspace?: never;
102421
102430
  console_session_with_workspace?: never;
102431
+ client_session_with_customer?: never;
102422
102432
  })[];
102423
102433
  summary: string;
102424
102434
  tags: string[];
@@ -104015,22 +104025,32 @@ declare const _default: {
104015
104025
  client_session: never[];
104016
104026
  pat_with_workspace?: never;
104017
104027
  console_session_with_workspace?: never;
104028
+ client_session_with_customer?: never;
104018
104029
  api_key?: never;
104019
104030
  } | {
104020
104031
  pat_with_workspace: never[];
104021
104032
  client_session?: never;
104022
104033
  console_session_with_workspace?: never;
104034
+ client_session_with_customer?: never;
104023
104035
  api_key?: never;
104024
104036
  } | {
104025
104037
  console_session_with_workspace: never[];
104026
104038
  client_session?: never;
104027
104039
  pat_with_workspace?: never;
104040
+ client_session_with_customer?: never;
104041
+ api_key?: never;
104042
+ } | {
104043
+ client_session_with_customer: never[];
104044
+ client_session?: never;
104045
+ pat_with_workspace?: never;
104046
+ console_session_with_workspace?: never;
104028
104047
  api_key?: never;
104029
104048
  } | {
104030
104049
  api_key: never[];
104031
104050
  client_session?: never;
104032
104051
  pat_with_workspace?: never;
104033
104052
  console_session_with_workspace?: never;
104053
+ client_session_with_customer?: never;
104034
104054
  })[];
104035
104055
  summary: string;
104036
104056
  tags: string[];
@@ -104385,21 +104405,31 @@ declare const _default: {
104385
104405
  client_session?: never;
104386
104406
  pat_with_workspace?: never;
104387
104407
  console_session_with_workspace?: never;
104408
+ client_session_with_customer?: never;
104388
104409
  } | {
104389
104410
  client_session: never[];
104390
104411
  api_key?: never;
104391
104412
  pat_with_workspace?: never;
104392
104413
  console_session_with_workspace?: never;
104414
+ client_session_with_customer?: never;
104393
104415
  } | {
104394
104416
  pat_with_workspace: never[];
104395
104417
  api_key?: never;
104396
104418
  client_session?: never;
104397
104419
  console_session_with_workspace?: never;
104420
+ client_session_with_customer?: never;
104398
104421
  } | {
104399
104422
  console_session_with_workspace: never[];
104400
104423
  api_key?: never;
104401
104424
  client_session?: never;
104402
104425
  pat_with_workspace?: never;
104426
+ client_session_with_customer?: never;
104427
+ } | {
104428
+ client_session_with_customer: never[];
104429
+ api_key?: never;
104430
+ client_session?: never;
104431
+ pat_with_workspace?: never;
104432
+ console_session_with_workspace?: never;
104403
104433
  })[];
104404
104434
  summary: string;
104405
104435
  tags: string[];
@@ -104468,21 +104498,31 @@ declare const _default: {
104468
104498
  client_session?: never;
104469
104499
  pat_with_workspace?: never;
104470
104500
  console_session_with_workspace?: never;
104501
+ client_session_with_customer?: never;
104471
104502
  } | {
104472
104503
  client_session: never[];
104473
104504
  api_key?: never;
104474
104505
  pat_with_workspace?: never;
104475
104506
  console_session_with_workspace?: never;
104507
+ client_session_with_customer?: never;
104476
104508
  } | {
104477
104509
  pat_with_workspace: never[];
104478
104510
  api_key?: never;
104479
104511
  client_session?: never;
104480
104512
  console_session_with_workspace?: never;
104513
+ client_session_with_customer?: never;
104481
104514
  } | {
104482
104515
  console_session_with_workspace: never[];
104483
104516
  api_key?: never;
104484
104517
  client_session?: never;
104485
104518
  pat_with_workspace?: never;
104519
+ client_session_with_customer?: never;
104520
+ } | {
104521
+ client_session_with_customer: never[];
104522
+ api_key?: never;
104523
+ client_session?: never;
104524
+ pat_with_workspace?: never;
104525
+ console_session_with_workspace?: never;
104486
104526
  })[];
104487
104527
  summary: string;
104488
104528
  tags: string[];
package/dist/index.cjs CHANGED
@@ -59608,6 +59608,7 @@ var openapi_default = {
59608
59608
  { client_session: [] },
59609
59609
  { pat_with_workspace: [] },
59610
59610
  { console_session_with_workspace: [] },
59611
+ { client_session_with_customer: [] },
59611
59612
  { api_key: [] }
59612
59613
  ],
59613
59614
  summary: "/thermostats/create_climate_preset",
@@ -60978,6 +60979,7 @@ var openapi_default = {
60978
60979
  { client_session: [] },
60979
60980
  { pat_with_workspace: [] },
60980
60981
  { console_session_with_workspace: [] },
60982
+ { client_session_with_customer: [] },
60981
60983
  { api_key: [] }
60982
60984
  ],
60983
60985
  summary: "/thermostats/schedules/create",
@@ -61244,7 +61246,8 @@ var openapi_default = {
61244
61246
  { api_key: [] },
61245
61247
  { client_session: [] },
61246
61248
  { pat_with_workspace: [] },
61247
- { console_session_with_workspace: [] }
61249
+ { console_session_with_workspace: [] },
61250
+ { client_session_with_customer: [] }
61248
61251
  ],
61249
61252
  summary: "/thermostats/schedules/list",
61250
61253
  tags: ["/thermostats"],
@@ -61306,7 +61309,8 @@ var openapi_default = {
61306
61309
  { api_key: [] },
61307
61310
  { client_session: [] },
61308
61311
  { pat_with_workspace: [] },
61309
- { console_session_with_workspace: [] }
61312
+ { console_session_with_workspace: [] },
61313
+ { client_session_with_customer: [] }
61310
61314
  ],
61311
61315
  summary: "/thermostats/schedules/list",
61312
61316
  tags: ["/thermostats"],