@seamapi/types 1.479.0 → 1.481.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 +48 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +160 -16
- package/dist/index.cjs +48 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +160 -16
- package/lib/seam/connect/openapi.js +48 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +48 -8
package/dist/connect.d.cts
CHANGED
|
@@ -88546,9 +88546,27 @@ declare const _default: {
|
|
|
88546
88546
|
description: string;
|
|
88547
88547
|
};
|
|
88548
88548
|
};
|
|
88549
|
-
security: {
|
|
88549
|
+
security: ({
|
|
88550
88550
|
client_session_with_customer: never[];
|
|
88551
|
-
|
|
88551
|
+
pat_with_workspace?: never;
|
|
88552
|
+
console_session_with_workspace?: never;
|
|
88553
|
+
api_key?: never;
|
|
88554
|
+
} | {
|
|
88555
|
+
pat_with_workspace: never[];
|
|
88556
|
+
client_session_with_customer?: never;
|
|
88557
|
+
console_session_with_workspace?: never;
|
|
88558
|
+
api_key?: never;
|
|
88559
|
+
} | {
|
|
88560
|
+
console_session_with_workspace: never[];
|
|
88561
|
+
client_session_with_customer?: never;
|
|
88562
|
+
pat_with_workspace?: never;
|
|
88563
|
+
api_key?: never;
|
|
88564
|
+
} | {
|
|
88565
|
+
api_key: never[];
|
|
88566
|
+
client_session_with_customer?: never;
|
|
88567
|
+
pat_with_workspace?: never;
|
|
88568
|
+
console_session_with_workspace?: never;
|
|
88569
|
+
})[];
|
|
88552
88570
|
summary: string;
|
|
88553
88571
|
tags: string[];
|
|
88554
88572
|
'x-fern-sdk-group-name': string[];
|
|
@@ -88632,9 +88650,27 @@ declare const _default: {
|
|
|
88632
88650
|
description: string;
|
|
88633
88651
|
};
|
|
88634
88652
|
};
|
|
88635
|
-
security: {
|
|
88653
|
+
security: ({
|
|
88636
88654
|
client_session_with_customer: never[];
|
|
88637
|
-
|
|
88655
|
+
pat_with_workspace?: never;
|
|
88656
|
+
console_session_with_workspace?: never;
|
|
88657
|
+
api_key?: never;
|
|
88658
|
+
} | {
|
|
88659
|
+
pat_with_workspace: never[];
|
|
88660
|
+
client_session_with_customer?: never;
|
|
88661
|
+
console_session_with_workspace?: never;
|
|
88662
|
+
api_key?: never;
|
|
88663
|
+
} | {
|
|
88664
|
+
console_session_with_workspace: never[];
|
|
88665
|
+
client_session_with_customer?: never;
|
|
88666
|
+
pat_with_workspace?: never;
|
|
88667
|
+
api_key?: never;
|
|
88668
|
+
} | {
|
|
88669
|
+
api_key: never[];
|
|
88670
|
+
client_session_with_customer?: never;
|
|
88671
|
+
pat_with_workspace?: never;
|
|
88672
|
+
console_session_with_workspace?: never;
|
|
88673
|
+
})[];
|
|
88638
88674
|
summary: string;
|
|
88639
88675
|
tags: string[];
|
|
88640
88676
|
'x-fern-sdk-group-name': string[];
|
|
@@ -88723,9 +88759,27 @@ declare const _default: {
|
|
|
88723
88759
|
description: string;
|
|
88724
88760
|
};
|
|
88725
88761
|
};
|
|
88726
|
-
security: {
|
|
88762
|
+
security: ({
|
|
88727
88763
|
client_session_with_customer: never[];
|
|
88728
|
-
|
|
88764
|
+
pat_with_workspace?: never;
|
|
88765
|
+
console_session_with_workspace?: never;
|
|
88766
|
+
api_key?: never;
|
|
88767
|
+
} | {
|
|
88768
|
+
pat_with_workspace: never[];
|
|
88769
|
+
client_session_with_customer?: never;
|
|
88770
|
+
console_session_with_workspace?: never;
|
|
88771
|
+
api_key?: never;
|
|
88772
|
+
} | {
|
|
88773
|
+
console_session_with_workspace: never[];
|
|
88774
|
+
client_session_with_customer?: never;
|
|
88775
|
+
pat_with_workspace?: never;
|
|
88776
|
+
api_key?: never;
|
|
88777
|
+
} | {
|
|
88778
|
+
api_key: never[];
|
|
88779
|
+
client_session_with_customer?: never;
|
|
88780
|
+
pat_with_workspace?: never;
|
|
88781
|
+
console_session_with_workspace?: never;
|
|
88782
|
+
})[];
|
|
88729
88783
|
summary: string;
|
|
88730
88784
|
tags: string[];
|
|
88731
88785
|
'x-fern-sdk-group-name': string[];
|
|
@@ -88803,9 +88857,27 @@ declare const _default: {
|
|
|
88803
88857
|
description: string;
|
|
88804
88858
|
};
|
|
88805
88859
|
};
|
|
88806
|
-
security: {
|
|
88860
|
+
security: ({
|
|
88807
88861
|
client_session_with_customer: never[];
|
|
88808
|
-
|
|
88862
|
+
pat_with_workspace?: never;
|
|
88863
|
+
console_session_with_workspace?: never;
|
|
88864
|
+
api_key?: never;
|
|
88865
|
+
} | {
|
|
88866
|
+
pat_with_workspace: never[];
|
|
88867
|
+
client_session_with_customer?: never;
|
|
88868
|
+
console_session_with_workspace?: never;
|
|
88869
|
+
api_key?: never;
|
|
88870
|
+
} | {
|
|
88871
|
+
console_session_with_workspace: never[];
|
|
88872
|
+
client_session_with_customer?: never;
|
|
88873
|
+
pat_with_workspace?: never;
|
|
88874
|
+
api_key?: never;
|
|
88875
|
+
} | {
|
|
88876
|
+
api_key: never[];
|
|
88877
|
+
client_session_with_customer?: never;
|
|
88878
|
+
pat_with_workspace?: never;
|
|
88879
|
+
console_session_with_workspace?: never;
|
|
88880
|
+
})[];
|
|
88809
88881
|
summary: string;
|
|
88810
88882
|
tags: string[];
|
|
88811
88883
|
'x-fern-sdk-group-name': string[];
|
|
@@ -88881,9 +88953,27 @@ declare const _default: {
|
|
|
88881
88953
|
description: string;
|
|
88882
88954
|
};
|
|
88883
88955
|
};
|
|
88884
|
-
security: {
|
|
88956
|
+
security: ({
|
|
88885
88957
|
client_session_with_customer: never[];
|
|
88886
|
-
|
|
88958
|
+
pat_with_workspace?: never;
|
|
88959
|
+
console_session_with_workspace?: never;
|
|
88960
|
+
api_key?: never;
|
|
88961
|
+
} | {
|
|
88962
|
+
pat_with_workspace: never[];
|
|
88963
|
+
client_session_with_customer?: never;
|
|
88964
|
+
console_session_with_workspace?: never;
|
|
88965
|
+
api_key?: never;
|
|
88966
|
+
} | {
|
|
88967
|
+
console_session_with_workspace: never[];
|
|
88968
|
+
client_session_with_customer?: never;
|
|
88969
|
+
pat_with_workspace?: never;
|
|
88970
|
+
api_key?: never;
|
|
88971
|
+
} | {
|
|
88972
|
+
api_key: never[];
|
|
88973
|
+
client_session_with_customer?: never;
|
|
88974
|
+
pat_with_workspace?: never;
|
|
88975
|
+
console_session_with_workspace?: never;
|
|
88976
|
+
})[];
|
|
88887
88977
|
summary: string;
|
|
88888
88978
|
tags: string[];
|
|
88889
88979
|
'x-fern-sdk-group-name': string[];
|
|
@@ -88948,9 +89038,27 @@ declare const _default: {
|
|
|
88948
89038
|
description: string;
|
|
88949
89039
|
};
|
|
88950
89040
|
};
|
|
88951
|
-
security: {
|
|
89041
|
+
security: ({
|
|
88952
89042
|
client_session_with_customer: never[];
|
|
88953
|
-
|
|
89043
|
+
pat_with_workspace?: never;
|
|
89044
|
+
console_session_with_workspace?: never;
|
|
89045
|
+
api_key?: never;
|
|
89046
|
+
} | {
|
|
89047
|
+
pat_with_workspace: never[];
|
|
89048
|
+
client_session_with_customer?: never;
|
|
89049
|
+
console_session_with_workspace?: never;
|
|
89050
|
+
api_key?: never;
|
|
89051
|
+
} | {
|
|
89052
|
+
console_session_with_workspace: never[];
|
|
89053
|
+
client_session_with_customer?: never;
|
|
89054
|
+
pat_with_workspace?: never;
|
|
89055
|
+
api_key?: never;
|
|
89056
|
+
} | {
|
|
89057
|
+
api_key: never[];
|
|
89058
|
+
client_session_with_customer?: never;
|
|
89059
|
+
pat_with_workspace?: never;
|
|
89060
|
+
console_session_with_workspace?: never;
|
|
89061
|
+
})[];
|
|
88954
89062
|
summary: string;
|
|
88955
89063
|
tags: string[];
|
|
88956
89064
|
'x-fern-sdk-group-name': string[];
|
|
@@ -89012,9 +89120,27 @@ declare const _default: {
|
|
|
89012
89120
|
description: string;
|
|
89013
89121
|
};
|
|
89014
89122
|
};
|
|
89015
|
-
security: {
|
|
89123
|
+
security: ({
|
|
89016
89124
|
client_session_with_customer: never[];
|
|
89017
|
-
|
|
89125
|
+
pat_with_workspace?: never;
|
|
89126
|
+
console_session_with_workspace?: never;
|
|
89127
|
+
api_key?: never;
|
|
89128
|
+
} | {
|
|
89129
|
+
pat_with_workspace: never[];
|
|
89130
|
+
client_session_with_customer?: never;
|
|
89131
|
+
console_session_with_workspace?: never;
|
|
89132
|
+
api_key?: never;
|
|
89133
|
+
} | {
|
|
89134
|
+
console_session_with_workspace: never[];
|
|
89135
|
+
client_session_with_customer?: never;
|
|
89136
|
+
pat_with_workspace?: never;
|
|
89137
|
+
api_key?: never;
|
|
89138
|
+
} | {
|
|
89139
|
+
api_key: never[];
|
|
89140
|
+
client_session_with_customer?: never;
|
|
89141
|
+
pat_with_workspace?: never;
|
|
89142
|
+
console_session_with_workspace?: never;
|
|
89143
|
+
})[];
|
|
89018
89144
|
summary: string;
|
|
89019
89145
|
tags: string[];
|
|
89020
89146
|
'x-fern-sdk-group-name': string[];
|
|
@@ -89052,9 +89178,27 @@ declare const _default: {
|
|
|
89052
89178
|
description: string;
|
|
89053
89179
|
};
|
|
89054
89180
|
};
|
|
89055
|
-
security: {
|
|
89181
|
+
security: ({
|
|
89056
89182
|
client_session_with_customer: never[];
|
|
89057
|
-
|
|
89183
|
+
pat_with_workspace?: never;
|
|
89184
|
+
console_session_with_workspace?: never;
|
|
89185
|
+
api_key?: never;
|
|
89186
|
+
} | {
|
|
89187
|
+
pat_with_workspace: never[];
|
|
89188
|
+
client_session_with_customer?: never;
|
|
89189
|
+
console_session_with_workspace?: never;
|
|
89190
|
+
api_key?: never;
|
|
89191
|
+
} | {
|
|
89192
|
+
console_session_with_workspace: never[];
|
|
89193
|
+
client_session_with_customer?: never;
|
|
89194
|
+
pat_with_workspace?: never;
|
|
89195
|
+
api_key?: never;
|
|
89196
|
+
} | {
|
|
89197
|
+
api_key: never[];
|
|
89198
|
+
client_session_with_customer?: never;
|
|
89199
|
+
pat_with_workspace?: never;
|
|
89200
|
+
console_session_with_workspace?: never;
|
|
89201
|
+
})[];
|
|
89058
89202
|
summary: string;
|
|
89059
89203
|
tags: string[];
|
|
89060
89204
|
'x-fern-sdk-group-name': string[];
|
package/dist/index.cjs
CHANGED
|
@@ -57367,7 +57367,12 @@ var openapi_default = {
|
|
|
57367
57367
|
400: { description: "Bad Request" },
|
|
57368
57368
|
401: { description: "Unauthorized" }
|
|
57369
57369
|
},
|
|
57370
|
-
security: [
|
|
57370
|
+
security: [
|
|
57371
|
+
{ client_session_with_customer: [] },
|
|
57372
|
+
{ pat_with_workspace: [] },
|
|
57373
|
+
{ console_session_with_workspace: [] },
|
|
57374
|
+
{ api_key: [] }
|
|
57375
|
+
],
|
|
57371
57376
|
summary: "/workspaces/customization_profiles/create",
|
|
57372
57377
|
tags: ["/workspaces"],
|
|
57373
57378
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57433,7 +57438,12 @@ var openapi_default = {
|
|
|
57433
57438
|
400: { description: "Bad Request" },
|
|
57434
57439
|
401: { description: "Unauthorized" }
|
|
57435
57440
|
},
|
|
57436
|
-
security: [
|
|
57441
|
+
security: [
|
|
57442
|
+
{ client_session_with_customer: [] },
|
|
57443
|
+
{ pat_with_workspace: [] },
|
|
57444
|
+
{ console_session_with_workspace: [] },
|
|
57445
|
+
{ api_key: [] }
|
|
57446
|
+
],
|
|
57437
57447
|
summary: "/workspaces/customization_profiles/get",
|
|
57438
57448
|
tags: ["/workspaces"],
|
|
57439
57449
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57502,7 +57512,12 @@ var openapi_default = {
|
|
|
57502
57512
|
400: { description: "Bad Request" },
|
|
57503
57513
|
401: { description: "Unauthorized" }
|
|
57504
57514
|
},
|
|
57505
|
-
security: [
|
|
57515
|
+
security: [
|
|
57516
|
+
{ client_session_with_customer: [] },
|
|
57517
|
+
{ pat_with_workspace: [] },
|
|
57518
|
+
{ console_session_with_workspace: [] },
|
|
57519
|
+
{ api_key: [] }
|
|
57520
|
+
],
|
|
57506
57521
|
summary: "/workspaces/customization_profiles/get",
|
|
57507
57522
|
tags: ["/workspaces"],
|
|
57508
57523
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57563,7 +57578,12 @@ var openapi_default = {
|
|
|
57563
57578
|
400: { description: "Bad Request" },
|
|
57564
57579
|
401: { description: "Unauthorized" }
|
|
57565
57580
|
},
|
|
57566
|
-
security: [
|
|
57581
|
+
security: [
|
|
57582
|
+
{ client_session_with_customer: [] },
|
|
57583
|
+
{ pat_with_workspace: [] },
|
|
57584
|
+
{ console_session_with_workspace: [] },
|
|
57585
|
+
{ api_key: [] }
|
|
57586
|
+
],
|
|
57567
57587
|
summary: "/workspaces/customization_profiles/list",
|
|
57568
57588
|
tags: ["/workspaces"],
|
|
57569
57589
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57622,7 +57642,12 @@ var openapi_default = {
|
|
|
57622
57642
|
400: { description: "Bad Request" },
|
|
57623
57643
|
401: { description: "Unauthorized" }
|
|
57624
57644
|
},
|
|
57625
|
-
security: [
|
|
57645
|
+
security: [
|
|
57646
|
+
{ client_session_with_customer: [] },
|
|
57647
|
+
{ pat_with_workspace: [] },
|
|
57648
|
+
{ console_session_with_workspace: [] },
|
|
57649
|
+
{ api_key: [] }
|
|
57650
|
+
],
|
|
57626
57651
|
summary: "/workspaces/customization_profiles/list",
|
|
57627
57652
|
tags: ["/workspaces"],
|
|
57628
57653
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57669,7 +57694,12 @@ var openapi_default = {
|
|
|
57669
57694
|
400: { description: "Bad Request" },
|
|
57670
57695
|
401: { description: "Unauthorized" }
|
|
57671
57696
|
},
|
|
57672
|
-
security: [
|
|
57697
|
+
security: [
|
|
57698
|
+
{ client_session_with_customer: [] },
|
|
57699
|
+
{ pat_with_workspace: [] },
|
|
57700
|
+
{ console_session_with_workspace: [] },
|
|
57701
|
+
{ api_key: [] }
|
|
57702
|
+
],
|
|
57673
57703
|
summary: "/workspaces/customization_profiles/update",
|
|
57674
57704
|
tags: ["/workspaces"],
|
|
57675
57705
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57713,7 +57743,12 @@ var openapi_default = {
|
|
|
57713
57743
|
400: { description: "Bad Request" },
|
|
57714
57744
|
401: { description: "Unauthorized" }
|
|
57715
57745
|
},
|
|
57716
|
-
security: [
|
|
57746
|
+
security: [
|
|
57747
|
+
{ client_session_with_customer: [] },
|
|
57748
|
+
{ pat_with_workspace: [] },
|
|
57749
|
+
{ console_session_with_workspace: [] },
|
|
57750
|
+
{ api_key: [] }
|
|
57751
|
+
],
|
|
57717
57752
|
summary: "/workspaces/customization_profiles/update",
|
|
57718
57753
|
tags: ["/workspaces"],
|
|
57719
57754
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
@@ -57743,7 +57778,12 @@ var openapi_default = {
|
|
|
57743
57778
|
400: { description: "Bad Request" },
|
|
57744
57779
|
401: { description: "Unauthorized" }
|
|
57745
57780
|
},
|
|
57746
|
-
security: [
|
|
57781
|
+
security: [
|
|
57782
|
+
{ client_session_with_customer: [] },
|
|
57783
|
+
{ pat_with_workspace: [] },
|
|
57784
|
+
{ console_session_with_workspace: [] },
|
|
57785
|
+
{ api_key: [] }
|
|
57786
|
+
],
|
|
57747
57787
|
summary: "/workspaces/customization_profiles/upload_images",
|
|
57748
57788
|
tags: ["/workspaces"],
|
|
57749
57789
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|