@seamapi/types 1.513.0 → 1.514.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.
- package/dist/connect.cjs +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +20 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -74048,22 +74048,32 @@ declare const _default: {
|
|
|
74048
74048
|
client_session: never[];
|
|
74049
74049
|
pat_with_workspace?: never;
|
|
74050
74050
|
console_session_with_workspace?: never;
|
|
74051
|
+
client_session_with_customer?: never;
|
|
74051
74052
|
api_key?: never;
|
|
74052
74053
|
} | {
|
|
74053
74054
|
pat_with_workspace: never[];
|
|
74054
74055
|
client_session?: never;
|
|
74055
74056
|
console_session_with_workspace?: never;
|
|
74057
|
+
client_session_with_customer?: never;
|
|
74056
74058
|
api_key?: never;
|
|
74057
74059
|
} | {
|
|
74058
74060
|
console_session_with_workspace: never[];
|
|
74059
74061
|
client_session?: never;
|
|
74060
74062
|
pat_with_workspace?: never;
|
|
74063
|
+
client_session_with_customer?: never;
|
|
74064
|
+
api_key?: never;
|
|
74065
|
+
} | {
|
|
74066
|
+
client_session_with_customer: never[];
|
|
74067
|
+
client_session?: never;
|
|
74068
|
+
pat_with_workspace?: never;
|
|
74069
|
+
console_session_with_workspace?: never;
|
|
74061
74070
|
api_key?: never;
|
|
74062
74071
|
} | {
|
|
74063
74072
|
api_key: never[];
|
|
74064
74073
|
client_session?: never;
|
|
74065
74074
|
pat_with_workspace?: never;
|
|
74066
74075
|
console_session_with_workspace?: never;
|
|
74076
|
+
client_session_with_customer?: never;
|
|
74067
74077
|
})[];
|
|
74068
74078
|
summary: string;
|
|
74069
74079
|
tags: string[];
|
|
@@ -74130,22 +74140,32 @@ declare const _default: {
|
|
|
74130
74140
|
client_session: never[];
|
|
74131
74141
|
pat_with_workspace?: never;
|
|
74132
74142
|
console_session_with_workspace?: never;
|
|
74143
|
+
client_session_with_customer?: never;
|
|
74133
74144
|
api_key?: never;
|
|
74134
74145
|
} | {
|
|
74135
74146
|
pat_with_workspace: never[];
|
|
74136
74147
|
client_session?: never;
|
|
74137
74148
|
console_session_with_workspace?: never;
|
|
74149
|
+
client_session_with_customer?: never;
|
|
74138
74150
|
api_key?: never;
|
|
74139
74151
|
} | {
|
|
74140
74152
|
console_session_with_workspace: never[];
|
|
74141
74153
|
client_session?: never;
|
|
74142
74154
|
pat_with_workspace?: never;
|
|
74155
|
+
client_session_with_customer?: never;
|
|
74156
|
+
api_key?: never;
|
|
74157
|
+
} | {
|
|
74158
|
+
client_session_with_customer: never[];
|
|
74159
|
+
client_session?: never;
|
|
74160
|
+
pat_with_workspace?: never;
|
|
74161
|
+
console_session_with_workspace?: never;
|
|
74143
74162
|
api_key?: never;
|
|
74144
74163
|
} | {
|
|
74145
74164
|
api_key: never[];
|
|
74146
74165
|
client_session?: never;
|
|
74147
74166
|
pat_with_workspace?: never;
|
|
74148
74167
|
console_session_with_workspace?: never;
|
|
74168
|
+
client_session_with_customer?: never;
|
|
74149
74169
|
})[];
|
|
74150
74170
|
summary: string;
|
|
74151
74171
|
tags: string[];
|
package/dist/index.cjs
CHANGED
|
@@ -36226,6 +36226,7 @@ var openapi_default = {
|
|
|
36226
36226
|
{ client_session: [] },
|
|
36227
36227
|
{ pat_with_workspace: [] },
|
|
36228
36228
|
{ console_session_with_workspace: [] },
|
|
36229
|
+
{ client_session_with_customer: [] },
|
|
36229
36230
|
{ api_key: [] }
|
|
36230
36231
|
],
|
|
36231
36232
|
summary: "/acs/systems/list",
|
|
@@ -36285,6 +36286,7 @@ var openapi_default = {
|
|
|
36285
36286
|
{ client_session: [] },
|
|
36286
36287
|
{ pat_with_workspace: [] },
|
|
36287
36288
|
{ console_session_with_workspace: [] },
|
|
36289
|
+
{ client_session_with_customer: [] },
|
|
36288
36290
|
{ api_key: [] }
|
|
36289
36291
|
],
|
|
36290
36292
|
summary: "/acs/systems/list",
|