@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.
@@ -49820,22 +49820,32 @@ declare const _default: {
49820
49820
  client_session: never[];
49821
49821
  pat_with_workspace?: never;
49822
49822
  console_session_with_workspace?: never;
49823
+ client_session_with_customer?: never;
49823
49824
  api_key?: never;
49824
49825
  } | {
49825
49826
  pat_with_workspace: never[];
49826
49827
  client_session?: never;
49827
49828
  console_session_with_workspace?: never;
49829
+ client_session_with_customer?: never;
49828
49830
  api_key?: never;
49829
49831
  } | {
49830
49832
  console_session_with_workspace: never[];
49831
49833
  client_session?: never;
49832
49834
  pat_with_workspace?: never;
49835
+ client_session_with_customer?: never;
49836
+ api_key?: never;
49837
+ } | {
49838
+ client_session_with_customer: never[];
49839
+ client_session?: never;
49840
+ pat_with_workspace?: never;
49841
+ console_session_with_workspace?: never;
49833
49842
  api_key?: never;
49834
49843
  } | {
49835
49844
  api_key: never[];
49836
49845
  client_session?: never;
49837
49846
  pat_with_workspace?: never;
49838
49847
  console_session_with_workspace?: never;
49848
+ client_session_with_customer?: never;
49839
49849
  })[];
49840
49850
  summary: string;
49841
49851
  tags: string[];
@@ -51432,22 +51442,32 @@ declare const _default: {
51432
51442
  client_session: never[];
51433
51443
  pat_with_workspace?: never;
51434
51444
  console_session_with_workspace?: never;
51445
+ client_session_with_customer?: never;
51435
51446
  api_key?: never;
51436
51447
  } | {
51437
51448
  pat_with_workspace: never[];
51438
51449
  client_session?: never;
51439
51450
  console_session_with_workspace?: never;
51451
+ client_session_with_customer?: never;
51440
51452
  api_key?: never;
51441
51453
  } | {
51442
51454
  console_session_with_workspace: never[];
51443
51455
  client_session?: never;
51444
51456
  pat_with_workspace?: never;
51457
+ client_session_with_customer?: never;
51458
+ api_key?: never;
51459
+ } | {
51460
+ client_session_with_customer: never[];
51461
+ client_session?: never;
51462
+ pat_with_workspace?: never;
51463
+ console_session_with_workspace?: never;
51445
51464
  api_key?: never;
51446
51465
  } | {
51447
51466
  api_key: never[];
51448
51467
  client_session?: never;
51449
51468
  pat_with_workspace?: never;
51450
51469
  console_session_with_workspace?: never;
51470
+ client_session_with_customer?: never;
51451
51471
  })[];
51452
51472
  summary: string;
51453
51473
  tags: string[];
@@ -51802,21 +51822,31 @@ declare const _default: {
51802
51822
  client_session?: never;
51803
51823
  pat_with_workspace?: never;
51804
51824
  console_session_with_workspace?: never;
51825
+ client_session_with_customer?: never;
51805
51826
  } | {
51806
51827
  client_session: never[];
51807
51828
  api_key?: never;
51808
51829
  pat_with_workspace?: never;
51809
51830
  console_session_with_workspace?: never;
51831
+ client_session_with_customer?: never;
51810
51832
  } | {
51811
51833
  pat_with_workspace: never[];
51812
51834
  api_key?: never;
51813
51835
  client_session?: never;
51814
51836
  console_session_with_workspace?: never;
51837
+ client_session_with_customer?: never;
51815
51838
  } | {
51816
51839
  console_session_with_workspace: never[];
51817
51840
  api_key?: never;
51818
51841
  client_session?: never;
51819
51842
  pat_with_workspace?: never;
51843
+ client_session_with_customer?: never;
51844
+ } | {
51845
+ client_session_with_customer: never[];
51846
+ api_key?: never;
51847
+ client_session?: never;
51848
+ pat_with_workspace?: never;
51849
+ console_session_with_workspace?: never;
51820
51850
  })[];
51821
51851
  summary: string;
51822
51852
  tags: string[];
@@ -51885,21 +51915,31 @@ declare const _default: {
51885
51915
  client_session?: never;
51886
51916
  pat_with_workspace?: never;
51887
51917
  console_session_with_workspace?: never;
51918
+ client_session_with_customer?: never;
51888
51919
  } | {
51889
51920
  client_session: never[];
51890
51921
  api_key?: never;
51891
51922
  pat_with_workspace?: never;
51892
51923
  console_session_with_workspace?: never;
51924
+ client_session_with_customer?: never;
51893
51925
  } | {
51894
51926
  pat_with_workspace: never[];
51895
51927
  api_key?: never;
51896
51928
  client_session?: never;
51897
51929
  console_session_with_workspace?: never;
51930
+ client_session_with_customer?: never;
51898
51931
  } | {
51899
51932
  console_session_with_workspace: never[];
51900
51933
  api_key?: never;
51901
51934
  client_session?: never;
51902
51935
  pat_with_workspace?: never;
51936
+ client_session_with_customer?: never;
51937
+ } | {
51938
+ client_session_with_customer: never[];
51939
+ api_key?: never;
51940
+ client_session?: never;
51941
+ pat_with_workspace?: never;
51942
+ console_session_with_workspace?: never;
51903
51943
  })[];
51904
51944
  summary: string;
51905
51945
  tags: string[];
@@ -53778,6 +53778,7 @@ export default {
53778
53778
  { client_session: [] },
53779
53779
  { pat_with_workspace: [] },
53780
53780
  { console_session_with_workspace: [] },
53781
+ { client_session_with_customer: [] },
53781
53782
  { api_key: [] },
53782
53783
  ],
53783
53784
  summary: '/thermostats/create_climate_preset',
@@ -55148,6 +55149,7 @@ export default {
55148
55149
  { client_session: [] },
55149
55150
  { pat_with_workspace: [] },
55150
55151
  { console_session_with_workspace: [] },
55152
+ { client_session_with_customer: [] },
55151
55153
  { api_key: [] },
55152
55154
  ],
55153
55155
  summary: '/thermostats/schedules/create',
@@ -55415,6 +55417,7 @@ export default {
55415
55417
  { client_session: [] },
55416
55418
  { pat_with_workspace: [] },
55417
55419
  { console_session_with_workspace: [] },
55420
+ { client_session_with_customer: [] },
55418
55421
  ],
55419
55422
  summary: '/thermostats/schedules/list',
55420
55423
  tags: ['/thermostats'],
@@ -55477,6 +55480,7 @@ export default {
55477
55480
  { client_session: [] },
55478
55481
  { pat_with_workspace: [] },
55479
55482
  { console_session_with_workspace: [] },
55483
+ { client_session_with_customer: [] },
55480
55484
  ],
55481
55485
  summary: '/thermostats/schedules/list',
55482
55486
  tags: ['/thermostats'],