@seamapi/types 1.294.0 → 1.294.1
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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/lib/seam/connect/openapi.d.ts +2 -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
|
@@ -18508,6 +18508,7 @@ declare const _default: {
|
|
|
18508
18508
|
summary: string;
|
|
18509
18509
|
tags: string[];
|
|
18510
18510
|
'x-fern-ignore': boolean;
|
|
18511
|
+
'x-response-key': null;
|
|
18511
18512
|
};
|
|
18512
18513
|
post: {
|
|
18513
18514
|
operationId: string;
|
|
@@ -18584,6 +18585,7 @@ declare const _default: {
|
|
|
18584
18585
|
tags: string[];
|
|
18585
18586
|
'x-fern-sdk-group-name': string[];
|
|
18586
18587
|
'x-fern-sdk-method-name': string;
|
|
18588
|
+
'x-response-key': null;
|
|
18587
18589
|
};
|
|
18588
18590
|
};
|
|
18589
18591
|
'/acs/access_groups/add_user': {
|
|
@@ -6644,6 +6644,7 @@ declare const _default: {
|
|
|
6644
6644
|
summary: string;
|
|
6645
6645
|
tags: string[];
|
|
6646
6646
|
'x-fern-ignore': boolean;
|
|
6647
|
+
'x-response-key': null;
|
|
6647
6648
|
};
|
|
6648
6649
|
post: {
|
|
6649
6650
|
operationId: string;
|
|
@@ -6720,6 +6721,7 @@ declare const _default: {
|
|
|
6720
6721
|
tags: string[];
|
|
6721
6722
|
'x-fern-sdk-group-name': string[];
|
|
6722
6723
|
'x-fern-sdk-method-name': string;
|
|
6724
|
+
'x-response-key': null;
|
|
6723
6725
|
};
|
|
6724
6726
|
};
|
|
6725
6727
|
'/acs/access_groups/add_user': {
|
|
@@ -6995,6 +6995,7 @@ export default {
|
|
|
6995
6995
|
summary: '/access_codes/update_multiple',
|
|
6996
6996
|
tags: ['/access_codes'],
|
|
6997
6997
|
'x-fern-ignore': true,
|
|
6998
|
+
'x-response-key': null,
|
|
6998
6999
|
},
|
|
6999
7000
|
post: {
|
|
7000
7001
|
operationId: 'accessCodesUpdateMultiplePost',
|
|
@@ -7040,6 +7041,7 @@ export default {
|
|
|
7040
7041
|
tags: ['/access_codes'],
|
|
7041
7042
|
'x-fern-sdk-group-name': ['access_codes'],
|
|
7042
7043
|
'x-fern-sdk-method-name': 'update_multiple',
|
|
7044
|
+
'x-response-key': null,
|
|
7043
7045
|
},
|
|
7044
7046
|
},
|
|
7045
7047
|
'/acs/access_groups/add_user': {
|