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

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;
@@ -31,6 +31,7 @@ export interface UserDomain {
31
31
  genderType?: UserDomain.GenderTypeEnum;
32
32
  ghostAccountCreationDateUtc?: string;
33
33
  hasLeftReview?: boolean;
34
+ hubspotContactId?: string;
34
35
  isEmailConfirmed?: boolean;
35
36
  isEnabled?: boolean;
36
37
  isLawfirmAccessGranted?: boolean;
@@ -30,6 +30,7 @@ export interface UserDomainReq {
30
30
  genderType?: UserDomainReq.GenderTypeEnum;
31
31
  ghostAccountCreationDateUtc?: string;
32
32
  hasLeftReview?: boolean;
33
+ hubspotContactId?: string;
33
34
  isEmailConfirmed?: boolean;
34
35
  isEnabled?: boolean;
35
36
  isLawfirmAccessGranted?: boolean;
@@ -31,6 +31,7 @@ export interface UserDomainRes {
31
31
  genderType?: UserDomainRes.GenderTypeEnum;
32
32
  ghostAccountCreationDateUtc?: string;
33
33
  hasLeftReview?: boolean;
34
+ hubspotContactId?: string;
34
35
  isEmailConfirmed?: boolean;
35
36
  isEnabled?: boolean;
36
37
  isLawfirmAccessGranted?: boolean;
@@ -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;
@@ -24,6 +24,7 @@ export interface UserDomain {
24
24
  "genderType"?: UserDomain.GenderTypeEnum;
25
25
  "ghostAccountCreationDateUtc"?: string;
26
26
  "hasLeftReview"?: boolean;
27
+ "hubspotContactId"?: string;
27
28
  "isEmailConfirmed"?: boolean;
28
29
  "isEnabled"?: boolean;
29
30
  "isLawfirmAccessGranted"?: boolean;
@@ -23,6 +23,7 @@ export interface UserDomainReq {
23
23
  "genderType"?: UserDomainReq.GenderTypeEnum;
24
24
  "ghostAccountCreationDateUtc"?: string;
25
25
  "hasLeftReview"?: boolean;
26
+ "hubspotContactId"?: string;
26
27
  "isEmailConfirmed"?: boolean;
27
28
  "isEnabled"?: boolean;
28
29
  "isLawfirmAccessGranted"?: boolean;
@@ -24,6 +24,7 @@ export interface UserDomainRes {
24
24
  "genderType"?: UserDomainRes.GenderTypeEnum;
25
25
  "ghostAccountCreationDateUtc"?: string;
26
26
  "hasLeftReview"?: boolean;
27
+ "hubspotContactId"?: string;
27
28
  "isEmailConfirmed"?: boolean;
28
29
  "isEnabled"?: boolean;
29
30
  "isLawfirmAccessGranted"?: boolean;
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.247",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"