@seamapi/types 1.211.0 → 1.212.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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +1 -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 +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -22156,6 +22156,10 @@ declare const _default: {
|
|
|
22156
22156
|
'application/json': {
|
|
22157
22157
|
schema: {
|
|
22158
22158
|
properties: {
|
|
22159
|
+
acs_credential_id: {
|
|
22160
|
+
format: string;
|
|
22161
|
+
type: string;
|
|
22162
|
+
};
|
|
22159
22163
|
owner_user_identity_id: {
|
|
22160
22164
|
format: string;
|
|
22161
22165
|
type: string;
|
|
@@ -37183,6 +37187,7 @@ interface Routes {
|
|
|
37183
37187
|
jsonBody: {};
|
|
37184
37188
|
commonParams: {
|
|
37185
37189
|
owner_user_identity_id?: string | undefined;
|
|
37190
|
+
acs_credential_id?: string | undefined;
|
|
37186
37191
|
};
|
|
37187
37192
|
formData: {};
|
|
37188
37193
|
jsonResponse: {
|
|
@@ -12792,6 +12792,10 @@ declare const _default: {
|
|
|
12792
12792
|
'application/json': {
|
|
12793
12793
|
schema: {
|
|
12794
12794
|
properties: {
|
|
12795
|
+
acs_credential_id: {
|
|
12796
|
+
format: string;
|
|
12797
|
+
type: string;
|
|
12798
|
+
};
|
|
12795
12799
|
owner_user_identity_id: {
|
|
12796
12800
|
format: string;
|
|
12797
12801
|
type: string;
|
|
@@ -10956,6 +10956,7 @@ export default {
|
|
|
10956
10956
|
'application/json': {
|
|
10957
10957
|
schema: {
|
|
10958
10958
|
properties: {
|
|
10959
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
10959
10960
|
owner_user_identity_id: { format: 'uuid', type: 'string' },
|
|
10960
10961
|
},
|
|
10961
10962
|
type: 'object',
|