@seamapi/types 1.718.0 → 1.719.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 +14 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +30 -0
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +28 -0
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -112672,6 +112672,10 @@ declare const _default: {
|
|
|
112672
112672
|
name: string;
|
|
112673
112673
|
schema: {
|
|
112674
112674
|
description: string;
|
|
112675
|
+
items: {
|
|
112676
|
+
format: string;
|
|
112677
|
+
type: string;
|
|
112678
|
+
};
|
|
112675
112679
|
type: string;
|
|
112676
112680
|
format?: never;
|
|
112677
112681
|
default?: never;
|
|
@@ -112679,6 +112683,19 @@ declare const _default: {
|
|
|
112679
112683
|
minimum?: never;
|
|
112680
112684
|
nullable?: never;
|
|
112681
112685
|
};
|
|
112686
|
+
} | {
|
|
112687
|
+
in: string;
|
|
112688
|
+
name: string;
|
|
112689
|
+
schema: {
|
|
112690
|
+
description: string;
|
|
112691
|
+
type: string;
|
|
112692
|
+
items?: never;
|
|
112693
|
+
format?: never;
|
|
112694
|
+
default?: never;
|
|
112695
|
+
exclusiveMinimum?: never;
|
|
112696
|
+
minimum?: never;
|
|
112697
|
+
nullable?: never;
|
|
112698
|
+
};
|
|
112682
112699
|
} | {
|
|
112683
112700
|
in: string;
|
|
112684
112701
|
name: string;
|
|
@@ -112686,6 +112703,7 @@ declare const _default: {
|
|
|
112686
112703
|
description: string;
|
|
112687
112704
|
format: string;
|
|
112688
112705
|
type: string;
|
|
112706
|
+
items?: never;
|
|
112689
112707
|
default?: never;
|
|
112690
112708
|
exclusiveMinimum?: never;
|
|
112691
112709
|
minimum?: never;
|
|
@@ -112700,6 +112718,7 @@ declare const _default: {
|
|
|
112700
112718
|
exclusiveMinimum: boolean;
|
|
112701
112719
|
minimum: number;
|
|
112702
112720
|
type: string;
|
|
112721
|
+
items?: never;
|
|
112703
112722
|
format?: never;
|
|
112704
112723
|
nullable?: never;
|
|
112705
112724
|
};
|
|
@@ -112710,6 +112729,7 @@ declare const _default: {
|
|
|
112710
112729
|
description: string;
|
|
112711
112730
|
nullable: boolean;
|
|
112712
112731
|
type: string;
|
|
112732
|
+
items?: never;
|
|
112713
112733
|
format?: never;
|
|
112714
112734
|
default?: never;
|
|
112715
112735
|
exclusiveMinimum?: never;
|
|
@@ -112812,6 +112832,14 @@ declare const _default: {
|
|
|
112812
112832
|
description: string;
|
|
112813
112833
|
type: string;
|
|
112814
112834
|
};
|
|
112835
|
+
user_identity_ids: {
|
|
112836
|
+
description: string;
|
|
112837
|
+
items: {
|
|
112838
|
+
format: string;
|
|
112839
|
+
type: string;
|
|
112840
|
+
};
|
|
112841
|
+
type: string;
|
|
112842
|
+
};
|
|
112815
112843
|
};
|
|
112816
112844
|
type: string;
|
|
112817
112845
|
};
|
|
@@ -192273,6 +192301,8 @@ type Routes = {
|
|
|
192273
192301
|
queryParams: {};
|
|
192274
192302
|
jsonBody: {};
|
|
192275
192303
|
commonParams: {
|
|
192304
|
+
/** Array of user identity IDs by which to filter the list of user identities. */
|
|
192305
|
+
user_identity_ids?: string[] | undefined;
|
|
192276
192306
|
/** String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`. */
|
|
192277
192307
|
search?: string | undefined;
|
|
192278
192308
|
/** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
|
package/dist/index.cjs
CHANGED
|
@@ -67419,6 +67419,15 @@ var openapi_default = {
|
|
|
67419
67419
|
description: "Returns a list of all [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
|
|
67420
67420
|
operationId: "userIdentitiesListGet",
|
|
67421
67421
|
parameters: [
|
|
67422
|
+
{
|
|
67423
|
+
in: "query",
|
|
67424
|
+
name: "user_identity_ids",
|
|
67425
|
+
schema: {
|
|
67426
|
+
description: "Array of user identity IDs by which to filter the list of user identities.",
|
|
67427
|
+
items: { format: "uuid", type: "string" },
|
|
67428
|
+
type: "array"
|
|
67429
|
+
}
|
|
67430
|
+
},
|
|
67422
67431
|
{
|
|
67423
67432
|
in: "query",
|
|
67424
67433
|
name: "search",
|
|
@@ -67536,6 +67545,11 @@ var openapi_default = {
|
|
|
67536
67545
|
search: {
|
|
67537
67546
|
description: "String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`.",
|
|
67538
67547
|
type: "string"
|
|
67548
|
+
},
|
|
67549
|
+
user_identity_ids: {
|
|
67550
|
+
description: "Array of user identity IDs by which to filter the list of user identities.",
|
|
67551
|
+
items: { format: "uuid", type: "string" },
|
|
67552
|
+
type: "array"
|
|
67539
67553
|
}
|
|
67540
67554
|
},
|
|
67541
67555
|
type: "object"
|