@seamapi/types 1.354.0 → 1.355.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.
@@ -30424,6 +30424,10 @@ declare const _default: {
30424
30424
  nullable: boolean;
30425
30425
  type: string;
30426
30426
  };
30427
+ search: {
30428
+ description: string;
30429
+ type: string;
30430
+ };
30427
30431
  user_identity_email_address: {
30428
30432
  description: string;
30429
30433
  type: string;
@@ -51625,6 +51629,8 @@ interface Routes {
51625
51629
  acs_system_id?: string | undefined;
51626
51630
  /** Maximum number of records to return per page. */
51627
51631
  limit?: number;
51632
+ /** String to partial match between full_name, phone_number and email_address. */
51633
+ search?: string | undefined;
51628
51634
  created_before?: Date | undefined;
51629
51635
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
51630
51636
  page_cursor?: (string | undefined) | null;
@@ -13778,6 +13778,10 @@ declare const _default: {
13778
13778
  nullable: boolean;
13779
13779
  type: string;
13780
13780
  };
13781
+ search: {
13782
+ description: string;
13783
+ type: string;
13784
+ };
13781
13785
  user_identity_email_address: {
13782
13786
  description: string;
13783
13787
  type: string;
@@ -17582,6 +17582,10 @@ export default {
17582
17582
  nullable: true,
17583
17583
  type: 'string',
17584
17584
  },
17585
+ search: {
17586
+ description: 'String to partial match between full_name, phone_number and email_address.',
17587
+ type: 'string',
17588
+ },
17585
17589
  user_identity_email_address: {
17586
17590
  description: 'Email address of the user identity for which you want to retrieve all `acs_user`s.',
17587
17591
  type: 'string',