@otr-app/shared-backend-generated-client 2.3.280 → 2.3.281

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.
@@ -12,8 +12,12 @@
12
12
 
13
13
 
14
14
  export interface ValidatePhoneNumberResponse {
15
+ carrier?: string;
16
+ city?: string;
17
+ country?: string;
15
18
  phoneType?: ValidatePhoneNumberResponse.PhoneTypeEnum;
16
19
  valid?: boolean;
20
+ zipCode?: string;
17
21
  }
18
22
  export namespace ValidatePhoneNumberResponse {
19
23
  export type PhoneTypeEnum = 'CELLULAR' | 'LANDLINE' | 'UNKNOWN' | 'VOIP';
@@ -10,8 +10,12 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface ValidatePhoneNumberResponse {
13
+ "carrier"?: string;
14
+ "city"?: string;
15
+ "country"?: string;
13
16
  "phoneType"?: ValidatePhoneNumberResponse.PhoneTypeEnum;
14
17
  "valid"?: boolean;
18
+ "zipCode"?: string;
15
19
  }
16
20
  export declare namespace ValidatePhoneNumberResponse {
17
21
  enum PhoneTypeEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.280",
3
+ "version": "2.3.281",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"