@seamapi/types 1.392.0 → 1.392.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 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -1
- package/lib/seam/connect/openapi.d.ts +8 -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 -1
- 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
|
@@ -34786,6 +34786,14 @@ declare const _default: {
|
|
|
34786
34786
|
};
|
|
34787
34787
|
required: string[];
|
|
34788
34788
|
type: string;
|
|
34789
|
+
} | {
|
|
34790
|
+
properties: {
|
|
34791
|
+
acs_user_id?: never;
|
|
34792
|
+
acs_system_id?: never;
|
|
34793
|
+
user_identity_id?: never;
|
|
34794
|
+
};
|
|
34795
|
+
type: string;
|
|
34796
|
+
required?: never;
|
|
34789
34797
|
})[];
|
|
34790
34798
|
properties?: never;
|
|
34791
34799
|
type?: never;
|
|
@@ -61709,7 +61717,7 @@ interface Routes {
|
|
|
61709
61717
|
} | {
|
|
61710
61718
|
/** ID of the user identity for which you want to retrieve all credentials. */
|
|
61711
61719
|
user_identity_id: string;
|
|
61712
|
-
}) & {
|
|
61720
|
+
} | {}) & {
|
|
61713
61721
|
/** Number of credentials to return. */
|
|
61714
61722
|
limit?: number;
|
|
61715
61723
|
/** Date and time, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format, before which events to return were created. */
|
|
@@ -13770,6 +13770,14 @@ declare const _default: {
|
|
|
13770
13770
|
};
|
|
13771
13771
|
required: string[];
|
|
13772
13772
|
type: string;
|
|
13773
|
+
} | {
|
|
13774
|
+
properties: {
|
|
13775
|
+
acs_user_id?: never;
|
|
13776
|
+
acs_system_id?: never;
|
|
13777
|
+
user_identity_id?: never;
|
|
13778
|
+
};
|
|
13779
|
+
type: string;
|
|
13780
|
+
required?: never;
|
|
13773
13781
|
})[];
|
|
13774
13782
|
properties?: never;
|
|
13775
13783
|
type?: never;
|
|
@@ -20020,6 +20020,7 @@ export default {
|
|
|
20020
20020
|
required: ['user_identity_id'],
|
|
20021
20021
|
type: 'object',
|
|
20022
20022
|
},
|
|
20023
|
+
{ properties: {}, type: 'object' },
|
|
20023
20024
|
],
|
|
20024
20025
|
},
|
|
20025
20026
|
{
|