@seamapi/types 1.581.0 → 1.582.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.
@@ -66077,22 +66077,32 @@ declare const _default: {
66077
66077
  };
66078
66078
  security: ({
66079
66079
  client_session: never[];
66080
+ client_session_with_customer?: never;
66081
+ pat_with_workspace?: never;
66082
+ console_session_with_workspace?: never;
66083
+ api_key?: never;
66084
+ } | {
66085
+ client_session_with_customer: never[];
66086
+ client_session?: never;
66080
66087
  pat_with_workspace?: never;
66081
66088
  console_session_with_workspace?: never;
66082
66089
  api_key?: never;
66083
66090
  } | {
66084
66091
  pat_with_workspace: never[];
66085
66092
  client_session?: never;
66093
+ client_session_with_customer?: never;
66086
66094
  console_session_with_workspace?: never;
66087
66095
  api_key?: never;
66088
66096
  } | {
66089
66097
  console_session_with_workspace: never[];
66090
66098
  client_session?: never;
66099
+ client_session_with_customer?: never;
66091
66100
  pat_with_workspace?: never;
66092
66101
  api_key?: never;
66093
66102
  } | {
66094
66103
  api_key: never[];
66095
66104
  client_session?: never;
66105
+ client_session_with_customer?: never;
66096
66106
  pat_with_workspace?: never;
66097
66107
  console_session_with_workspace?: never;
66098
66108
  })[];
@@ -66228,22 +66238,32 @@ declare const _default: {
66228
66238
  };
66229
66239
  security: ({
66230
66240
  client_session: never[];
66241
+ client_session_with_customer?: never;
66242
+ pat_with_workspace?: never;
66243
+ console_session_with_workspace?: never;
66244
+ api_key?: never;
66245
+ } | {
66246
+ client_session_with_customer: never[];
66247
+ client_session?: never;
66231
66248
  pat_with_workspace?: never;
66232
66249
  console_session_with_workspace?: never;
66233
66250
  api_key?: never;
66234
66251
  } | {
66235
66252
  pat_with_workspace: never[];
66236
66253
  client_session?: never;
66254
+ client_session_with_customer?: never;
66237
66255
  console_session_with_workspace?: never;
66238
66256
  api_key?: never;
66239
66257
  } | {
66240
66258
  console_session_with_workspace: never[];
66241
66259
  client_session?: never;
66260
+ client_session_with_customer?: never;
66242
66261
  pat_with_workspace?: never;
66243
66262
  api_key?: never;
66244
66263
  } | {
66245
66264
  api_key: never[];
66246
66265
  client_session?: never;
66266
+ client_session_with_customer?: never;
66247
66267
  pat_with_workspace?: never;
66248
66268
  console_session_with_workspace?: never;
66249
66269
  })[];
@@ -68763,22 +68783,32 @@ declare const _default: {
68763
68783
  };
68764
68784
  security: ({
68765
68785
  client_session: never[];
68786
+ client_session_with_customer?: never;
68787
+ pat_with_workspace?: never;
68788
+ console_session_with_workspace?: never;
68789
+ api_key?: never;
68790
+ } | {
68791
+ client_session_with_customer: never[];
68792
+ client_session?: never;
68766
68793
  pat_with_workspace?: never;
68767
68794
  console_session_with_workspace?: never;
68768
68795
  api_key?: never;
68769
68796
  } | {
68770
68797
  pat_with_workspace: never[];
68771
68798
  client_session?: never;
68799
+ client_session_with_customer?: never;
68772
68800
  console_session_with_workspace?: never;
68773
68801
  api_key?: never;
68774
68802
  } | {
68775
68803
  console_session_with_workspace: never[];
68776
68804
  client_session?: never;
68805
+ client_session_with_customer?: never;
68777
68806
  pat_with_workspace?: never;
68778
68807
  api_key?: never;
68779
68808
  } | {
68780
68809
  api_key: never[];
68781
68810
  client_session?: never;
68811
+ client_session_with_customer?: never;
68782
68812
  pat_with_workspace?: never;
68783
68813
  console_session_with_workspace?: never;
68784
68814
  })[];
@@ -68846,22 +68876,32 @@ declare const _default: {
68846
68876
  };
68847
68877
  security: ({
68848
68878
  client_session: never[];
68879
+ client_session_with_customer?: never;
68880
+ pat_with_workspace?: never;
68881
+ console_session_with_workspace?: never;
68882
+ api_key?: never;
68883
+ } | {
68884
+ client_session_with_customer: never[];
68885
+ client_session?: never;
68849
68886
  pat_with_workspace?: never;
68850
68887
  console_session_with_workspace?: never;
68851
68888
  api_key?: never;
68852
68889
  } | {
68853
68890
  pat_with_workspace: never[];
68854
68891
  client_session?: never;
68892
+ client_session_with_customer?: never;
68855
68893
  console_session_with_workspace?: never;
68856
68894
  api_key?: never;
68857
68895
  } | {
68858
68896
  console_session_with_workspace: never[];
68859
68897
  client_session?: never;
68898
+ client_session_with_customer?: never;
68860
68899
  pat_with_workspace?: never;
68861
68900
  api_key?: never;
68862
68901
  } | {
68863
68902
  api_key: never[];
68864
68903
  client_session?: never;
68904
+ client_session_with_customer?: never;
68865
68905
  pat_with_workspace?: never;
68866
68906
  console_session_with_workspace?: never;
68867
68907
  })[];
package/dist/index.cjs CHANGED
@@ -29000,6 +29000,7 @@ var openapi_default = {
29000
29000
  },
29001
29001
  security: [
29002
29002
  { client_session: [] },
29003
+ { client_session_with_customer: [] },
29003
29004
  { pat_with_workspace: [] },
29004
29005
  { console_session_with_workspace: [] },
29005
29006
  { api_key: [] }
@@ -29125,6 +29126,7 @@ var openapi_default = {
29125
29126
  },
29126
29127
  security: [
29127
29128
  { client_session: [] },
29129
+ { client_session_with_customer: [] },
29128
29130
  { pat_with_workspace: [] },
29129
29131
  { console_session_with_workspace: [] },
29130
29132
  { api_key: [] }
@@ -31029,6 +31031,7 @@ var openapi_default = {
31029
31031
  },
31030
31032
  security: [
31031
31033
  { client_session: [] },
31034
+ { client_session_with_customer: [] },
31032
31035
  { pat_with_workspace: [] },
31033
31036
  { console_session_with_workspace: [] },
31034
31037
  { api_key: [] }
@@ -31089,6 +31092,7 @@ var openapi_default = {
31089
31092
  },
31090
31093
  security: [
31091
31094
  { client_session: [] },
31095
+ { client_session_with_customer: [] },
31092
31096
  { pat_with_workspace: [] },
31093
31097
  { console_session_with_workspace: [] },
31094
31098
  { api_key: [] }