@otr-app/shared-backend-generated-client 2.3.245 → 2.3.246

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.
@@ -13,6 +13,7 @@ import { Timestamp } from './timestamp';
13
13
 
14
14
 
15
15
  export interface PhoneNumberDomain {
16
+ countryCode?: string;
16
17
  creationDateUtc?: Timestamp;
17
18
  entityType?: PhoneNumberDomain.EntityTypeEnum;
18
19
  extension?: string;
@@ -13,6 +13,7 @@ import { TimestampReq } from './timestampReq';
13
13
 
14
14
 
15
15
  export interface PhoneNumberDomainReq {
16
+ countryCode?: string;
16
17
  creationDateUtc?: TimestampReq;
17
18
  entityType?: PhoneNumberDomainReq.EntityTypeEnum;
18
19
  extension?: string;
@@ -13,6 +13,7 @@ import { TimestampRes } from './timestampRes';
13
13
 
14
14
 
15
15
  export interface PhoneNumberDomainRes {
16
+ countryCode?: string;
16
17
  creationDateUtc?: TimestampRes;
17
18
  entityType?: PhoneNumberDomainRes.EntityTypeEnum;
18
19
  extension?: string;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface PhoneNumberDomain {
14
+ "countryCode"?: string;
14
15
  "creationDateUtc"?: models.Timestamp;
15
16
  "entityType"?: PhoneNumberDomain.EntityTypeEnum;
16
17
  "extension"?: string;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface PhoneNumberDomainReq {
14
+ "countryCode"?: string;
14
15
  "creationDateUtc"?: models.TimestampReq;
15
16
  "entityType"?: PhoneNumberDomainReq.EntityTypeEnum;
16
17
  "extension"?: string;
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import * as models from './models';
13
13
  export interface PhoneNumberDomainRes {
14
+ "countryCode"?: string;
14
15
  "creationDateUtc"?: models.TimestampRes;
15
16
  "entityType"?: PhoneNumberDomainRes.EntityTypeEnum;
16
17
  "extension"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.245",
3
+ "version": "2.3.246",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"