@devrev/typescript-sdk 1.1.66 → 1.1.67

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.
@@ -6836,6 +6836,8 @@ export interface DevUsersListRequest {
6836
6836
  mode?: ListMode;
6837
6837
  /** Provides ways to specify date ranges on objects. */
6838
6838
  modified_date?: DateFilter;
6839
+ /** List of phone numbers, in E.164 format, to filter Dev users on. */
6840
+ phone_numbers?: string[];
6839
6841
  /** Fields to sort the Dev users by and the direction to sort them. */
6840
6842
  sort_by?: string[];
6841
6843
  /** Filters Dev users based on state. */
@@ -19904,6 +19906,8 @@ export type UserSearchSummary = SearchSummaryBase & {
19904
19906
  * @maxItems 5
19905
19907
  */
19906
19908
  comments?: CommentSearchSummary[];
19909
+ /** Phone numbers of the user. */
19910
+ phone_numbers?: string[];
19907
19911
  user: UserSummary;
19908
19912
  };
19909
19913
  /**
@@ -24512,6 +24516,8 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
24512
24516
  * used.
24513
24517
  */
24514
24518
  mode?: ListMode;
24519
+ /** List of phone numbers, in E.164 format, to filter Dev users on. */
24520
+ phone_numbers?: string[];
24515
24521
  /** Fields to sort the Dev users by and the direction to sort them. */
24516
24522
  sort_by?: string[];
24517
24523
  /** Filters Dev users based on state. */
@@ -4768,6 +4768,8 @@ export interface DevUsersListRequest {
4768
4768
  mode?: ListMode;
4769
4769
  /** Provides ways to specify date ranges on objects. */
4770
4770
  modified_date?: DateFilter;
4771
+ /** List of phone numbers, in E.164 format, to filter Dev users on. */
4772
+ phone_numbers?: string[];
4771
4773
  /** Fields to sort the Dev users by and the direction to sort them. */
4772
4774
  sort_by?: string[];
4773
4775
  /** Filters Dev users based on state. */
@@ -15735,6 +15737,8 @@ export declare class Api<SecurityDataType extends unknown> extends HttpClient<Se
15735
15737
  * used.
15736
15738
  */
15737
15739
  mode?: ListMode;
15740
+ /** List of phone numbers, in E.164 format, to filter Dev users on. */
15741
+ phone_numbers?: string[];
15738
15742
  /** Fields to sort the Dev users by and the direction to sort them. */
15739
15743
  sort_by?: string[];
15740
15744
  /** Filters Dev users based on state. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrev/typescript-sdk",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "## SDK Generation",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {