@seamapi/types 1.211.0 → 1.212.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 +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -0
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -16908,6 +16908,7 @@ declare const _default: {
|
|
|
16908
16908
|
'x-fern-sdk-group-name': string[];
|
|
16909
16909
|
'x-fern-sdk-method-name': string;
|
|
16910
16910
|
'x-fern-sdk-return-value': string;
|
|
16911
|
+
'x-response-key': string;
|
|
16911
16912
|
'x-title': string;
|
|
16912
16913
|
};
|
|
16913
16914
|
};
|
|
@@ -22156,6 +22157,10 @@ declare const _default: {
|
|
|
22156
22157
|
'application/json': {
|
|
22157
22158
|
schema: {
|
|
22158
22159
|
properties: {
|
|
22160
|
+
acs_credential_id: {
|
|
22161
|
+
format: string;
|
|
22162
|
+
type: string;
|
|
22163
|
+
};
|
|
22159
22164
|
owner_user_identity_id: {
|
|
22160
22165
|
format: string;
|
|
22161
22166
|
type: string;
|
|
@@ -37183,6 +37188,7 @@ interface Routes {
|
|
|
37183
37188
|
jsonBody: {};
|
|
37184
37189
|
commonParams: {
|
|
37185
37190
|
owner_user_identity_id?: string | undefined;
|
|
37191
|
+
acs_credential_id?: string | undefined;
|
|
37186
37192
|
};
|
|
37187
37193
|
formData: {};
|
|
37188
37194
|
jsonResponse: {
|
|
@@ -7544,6 +7544,7 @@ declare const _default: {
|
|
|
7544
7544
|
'x-fern-sdk-group-name': string[];
|
|
7545
7545
|
'x-fern-sdk-method-name': string;
|
|
7546
7546
|
'x-fern-sdk-return-value': string;
|
|
7547
|
+
'x-response-key': string;
|
|
7547
7548
|
'x-title': string;
|
|
7548
7549
|
};
|
|
7549
7550
|
};
|
|
@@ -12792,6 +12793,10 @@ declare const _default: {
|
|
|
12792
12793
|
'application/json': {
|
|
12793
12794
|
schema: {
|
|
12794
12795
|
properties: {
|
|
12796
|
+
acs_credential_id: {
|
|
12797
|
+
format: string;
|
|
12798
|
+
type: string;
|
|
12799
|
+
};
|
|
12795
12800
|
owner_user_identity_id: {
|
|
12796
12801
|
format: string;
|
|
12797
12802
|
type: string;
|
|
@@ -6694,6 +6694,7 @@ export default {
|
|
|
6694
6694
|
'x-fern-sdk-group-name': ['acs', 'systems'],
|
|
6695
6695
|
'x-fern-sdk-method-name': 'list',
|
|
6696
6696
|
'x-fern-sdk-return-value': 'acs_systems',
|
|
6697
|
+
'x-response-key': 'acs_systems',
|
|
6697
6698
|
'x-title': 'List ACS Systems',
|
|
6698
6699
|
},
|
|
6699
6700
|
},
|
|
@@ -10956,6 +10957,7 @@ export default {
|
|
|
10956
10957
|
'application/json': {
|
|
10957
10958
|
schema: {
|
|
10958
10959
|
properties: {
|
|
10960
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
10959
10961
|
owner_user_identity_id: { format: 'uuid', type: 'string' },
|
|
10960
10962
|
},
|
|
10961
10963
|
type: 'object',
|