@seamapi/types 1.343.0 → 1.344.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.
@@ -33771,14 +33771,22 @@ declare const _default: {
33771
33771
  api_key: never[];
33772
33772
  pat_with_workspace?: never;
33773
33773
  console_session_with_workspace?: never;
33774
+ client_session?: never;
33774
33775
  } | {
33775
33776
  pat_with_workspace: never[];
33776
33777
  api_key?: never;
33777
33778
  console_session_with_workspace?: never;
33779
+ client_session?: never;
33778
33780
  } | {
33779
33781
  console_session_with_workspace: never[];
33780
33782
  api_key?: never;
33781
33783
  pat_with_workspace?: never;
33784
+ client_session?: never;
33785
+ } | {
33786
+ client_session: never[];
33787
+ api_key?: never;
33788
+ pat_with_workspace?: never;
33789
+ console_session_with_workspace?: never;
33782
33790
  })[];
33783
33791
  summary: string;
33784
33792
  tags: string[];
@@ -33861,14 +33869,22 @@ declare const _default: {
33861
33869
  api_key: never[];
33862
33870
  pat_with_workspace?: never;
33863
33871
  console_session_with_workspace?: never;
33872
+ client_session?: never;
33864
33873
  } | {
33865
33874
  pat_with_workspace: never[];
33866
33875
  api_key?: never;
33867
33876
  console_session_with_workspace?: never;
33877
+ client_session?: never;
33868
33878
  } | {
33869
33879
  console_session_with_workspace: never[];
33870
33880
  api_key?: never;
33871
33881
  pat_with_workspace?: never;
33882
+ client_session?: never;
33883
+ } | {
33884
+ client_session: never[];
33885
+ api_key?: never;
33886
+ pat_with_workspace?: never;
33887
+ console_session_with_workspace?: never;
33872
33888
  })[];
33873
33889
  summary: string;
33874
33890
  tags: string[];
@@ -17131,14 +17131,22 @@ declare const _default: {
17131
17131
  api_key: never[];
17132
17132
  pat_with_workspace?: never;
17133
17133
  console_session_with_workspace?: never;
17134
+ client_session?: never;
17134
17135
  } | {
17135
17136
  pat_with_workspace: never[];
17136
17137
  api_key?: never;
17137
17138
  console_session_with_workspace?: never;
17139
+ client_session?: never;
17138
17140
  } | {
17139
17141
  console_session_with_workspace: never[];
17140
17142
  api_key?: never;
17141
17143
  pat_with_workspace?: never;
17144
+ client_session?: never;
17145
+ } | {
17146
+ client_session: never[];
17147
+ api_key?: never;
17148
+ pat_with_workspace?: never;
17149
+ console_session_with_workspace?: never;
17142
17150
  })[];
17143
17151
  summary: string;
17144
17152
  tags: string[];
@@ -17221,14 +17229,22 @@ declare const _default: {
17221
17229
  api_key: never[];
17222
17230
  pat_with_workspace?: never;
17223
17231
  console_session_with_workspace?: never;
17232
+ client_session?: never;
17224
17233
  } | {
17225
17234
  pat_with_workspace: never[];
17226
17235
  api_key?: never;
17227
17236
  console_session_with_workspace?: never;
17237
+ client_session?: never;
17228
17238
  } | {
17229
17239
  console_session_with_workspace: never[];
17230
17240
  api_key?: never;
17231
17241
  pat_with_workspace?: never;
17242
+ client_session?: never;
17243
+ } | {
17244
+ client_session: never[];
17245
+ api_key?: never;
17246
+ pat_with_workspace?: never;
17247
+ console_session_with_workspace?: never;
17232
17248
  })[];
17233
17249
  summary: string;
17234
17250
  tags: string[];
@@ -20912,6 +20912,7 @@ export default {
20912
20912
  { api_key: [] },
20913
20913
  { pat_with_workspace: [] },
20914
20914
  { console_session_with_workspace: [] },
20915
+ { client_session: [] },
20915
20916
  ],
20916
20917
  summary: '/devices/update',
20917
20918
  tags: ['/devices'],
@@ -20969,6 +20970,7 @@ export default {
20969
20970
  { api_key: [] },
20970
20971
  { pat_with_workspace: [] },
20971
20972
  { console_session_with_workspace: [] },
20973
+ { client_session: [] },
20972
20974
  ],
20973
20975
  summary: '/devices/update',
20974
20976
  tags: ['/devices'],