@seamapi/types 1.794.0 → 1.795.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
|
@@ -132423,23 +132423,15 @@ declare const _default: {
|
|
|
132423
132423
|
};
|
|
132424
132424
|
};
|
|
132425
132425
|
security: ({
|
|
132426
|
-
client_session: never[];
|
|
132427
|
-
api_key?: never;
|
|
132428
|
-
pat_with_workspace?: never;
|
|
132429
|
-
console_session_with_workspace?: never;
|
|
132430
|
-
} | {
|
|
132431
132426
|
api_key: never[];
|
|
132432
|
-
client_session?: never;
|
|
132433
132427
|
pat_with_workspace?: never;
|
|
132434
132428
|
console_session_with_workspace?: never;
|
|
132435
132429
|
} | {
|
|
132436
132430
|
pat_with_workspace: never[];
|
|
132437
|
-
client_session?: never;
|
|
132438
132431
|
api_key?: never;
|
|
132439
132432
|
console_session_with_workspace?: never;
|
|
132440
132433
|
} | {
|
|
132441
132434
|
console_session_with_workspace: never[];
|
|
132442
|
-
client_session?: never;
|
|
132443
132435
|
api_key?: never;
|
|
132444
132436
|
pat_with_workspace?: never;
|
|
132445
132437
|
})[];
|
|
@@ -132510,23 +132502,15 @@ declare const _default: {
|
|
|
132510
132502
|
};
|
|
132511
132503
|
};
|
|
132512
132504
|
security: ({
|
|
132513
|
-
client_session: never[];
|
|
132514
|
-
api_key?: never;
|
|
132515
|
-
pat_with_workspace?: never;
|
|
132516
|
-
console_session_with_workspace?: never;
|
|
132517
|
-
} | {
|
|
132518
132505
|
api_key: never[];
|
|
132519
|
-
client_session?: never;
|
|
132520
132506
|
pat_with_workspace?: never;
|
|
132521
132507
|
console_session_with_workspace?: never;
|
|
132522
132508
|
} | {
|
|
132523
132509
|
pat_with_workspace: never[];
|
|
132524
|
-
client_session?: never;
|
|
132525
132510
|
api_key?: never;
|
|
132526
132511
|
console_session_with_workspace?: never;
|
|
132527
132512
|
} | {
|
|
132528
132513
|
console_session_with_workspace: never[];
|
|
132529
|
-
client_session?: never;
|
|
132530
132514
|
api_key?: never;
|
|
132531
132515
|
pat_with_workspace?: never;
|
|
132532
132516
|
})[];
|
package/dist/index.cjs
CHANGED
|
@@ -79678,7 +79678,6 @@ var openapi_default = {
|
|
|
79678
79678
|
401: { description: "Unauthorized" }
|
|
79679
79679
|
},
|
|
79680
79680
|
security: [
|
|
79681
|
-
{ client_session: [] },
|
|
79682
79681
|
{ api_key: [] },
|
|
79683
79682
|
{ pat_with_workspace: [] },
|
|
79684
79683
|
{ console_session_with_workspace: [] }
|
|
@@ -79740,7 +79739,6 @@ var openapi_default = {
|
|
|
79740
79739
|
401: { description: "Unauthorized" }
|
|
79741
79740
|
},
|
|
79742
79741
|
security: [
|
|
79743
|
-
{ client_session: [] },
|
|
79744
79742
|
{ api_key: [] },
|
|
79745
79743
|
{ pat_with_workspace: [] },
|
|
79746
79744
|
{ console_session_with_workspace: [] }
|