@seamapi/types 1.569.0 → 1.570.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 +0 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -16
- package/dist/index.cjs +0 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -16
- package/lib/seam/connect/openapi.js +0 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -2
package/dist/connect.d.cts
CHANGED
|
@@ -94588,23 +94588,15 @@ declare const _default: {
|
|
|
94588
94588
|
};
|
|
94589
94589
|
};
|
|
94590
94590
|
security: ({
|
|
94591
|
-
client_session_with_customer: never[];
|
|
94592
|
-
pat_with_workspace?: never;
|
|
94593
|
-
console_session_with_workspace?: never;
|
|
94594
|
-
api_key?: never;
|
|
94595
|
-
} | {
|
|
94596
94591
|
pat_with_workspace: never[];
|
|
94597
|
-
client_session_with_customer?: never;
|
|
94598
94592
|
console_session_with_workspace?: never;
|
|
94599
94593
|
api_key?: never;
|
|
94600
94594
|
} | {
|
|
94601
94595
|
console_session_with_workspace: never[];
|
|
94602
|
-
client_session_with_customer?: never;
|
|
94603
94596
|
pat_with_workspace?: never;
|
|
94604
94597
|
api_key?: never;
|
|
94605
94598
|
} | {
|
|
94606
94599
|
api_key: never[];
|
|
94607
|
-
client_session_with_customer?: never;
|
|
94608
94600
|
pat_with_workspace?: never;
|
|
94609
94601
|
console_session_with_workspace?: never;
|
|
94610
94602
|
})[];
|
|
@@ -94727,23 +94719,15 @@ declare const _default: {
|
|
|
94727
94719
|
};
|
|
94728
94720
|
};
|
|
94729
94721
|
security: ({
|
|
94730
|
-
client_session_with_customer: never[];
|
|
94731
|
-
pat_with_workspace?: never;
|
|
94732
|
-
console_session_with_workspace?: never;
|
|
94733
|
-
api_key?: never;
|
|
94734
|
-
} | {
|
|
94735
94722
|
pat_with_workspace: never[];
|
|
94736
|
-
client_session_with_customer?: never;
|
|
94737
94723
|
console_session_with_workspace?: never;
|
|
94738
94724
|
api_key?: never;
|
|
94739
94725
|
} | {
|
|
94740
94726
|
console_session_with_workspace: never[];
|
|
94741
|
-
client_session_with_customer?: never;
|
|
94742
94727
|
pat_with_workspace?: never;
|
|
94743
94728
|
api_key?: never;
|
|
94744
94729
|
} | {
|
|
94745
94730
|
api_key: never[];
|
|
94746
|
-
client_session_with_customer?: never;
|
|
94747
94731
|
pat_with_workspace?: never;
|
|
94748
94732
|
console_session_with_workspace?: never;
|
|
94749
94733
|
})[];
|
package/dist/index.cjs
CHANGED
|
@@ -53850,7 +53850,6 @@ var openapi_default = {
|
|
|
53850
53850
|
401: { description: "Unauthorized" }
|
|
53851
53851
|
},
|
|
53852
53852
|
security: [
|
|
53853
|
-
{ client_session_with_customer: [] },
|
|
53854
53853
|
{ pat_with_workspace: [] },
|
|
53855
53854
|
{ console_session_with_workspace: [] },
|
|
53856
53855
|
{ api_key: [] }
|
|
@@ -53964,7 +53963,6 @@ var openapi_default = {
|
|
|
53964
53963
|
401: { description: "Unauthorized" }
|
|
53965
53964
|
},
|
|
53966
53965
|
security: [
|
|
53967
|
-
{ client_session_with_customer: [] },
|
|
53968
53966
|
{ pat_with_workspace: [] },
|
|
53969
53967
|
{ console_session_with_workspace: [] },
|
|
53970
53968
|
{ api_key: [] }
|