@otr-app/shared-backend-generated-client 2.3.233 → 2.3.235

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.
@@ -334,6 +334,7 @@ model/enableViolationsForLawfirmRequest.ts
334
334
  model/enableViolationsForLawfirmResponse.ts
335
335
  model/estimateInsuranceSavingsRequest.ts
336
336
  model/estimateInsuranceSavingsResponse.ts
337
+ model/existingAccountDetails.ts
337
338
  model/externalContentVote.ts
338
339
  model/externalTicketCourt.ts
339
340
  model/feedbackAttachmentModel.ts
@@ -0,0 +1,22 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+
14
+ export interface ExistingAccountDetails {
15
+ firstName?: string;
16
+ ghostAccount?: boolean;
17
+ lastName?: string;
18
+ obfuscatedEmailAddress?: string;
19
+ phoneVerified?: boolean;
20
+ userId?: number;
21
+ }
22
+
@@ -214,6 +214,7 @@ export * from './enableViolationsForLawfirmRequest';
214
214
  export * from './enableViolationsForLawfirmResponse';
215
215
  export * from './estimateInsuranceSavingsRequest';
216
216
  export * from './estimateInsuranceSavingsResponse';
217
+ export * from './existingAccountDetails';
217
218
  export * from './externalContentVote';
218
219
  export * from './externalTicketCourt';
219
220
  export * from './feedbackAttachmentModel';
@@ -20,6 +20,7 @@ export interface NewUser {
20
20
  loginProvider?: NewUser.LoginProviderEnum;
21
21
  password?: string;
22
22
  phoneNumbers?: Set<PhoneNumberDomain>;
23
+ shouldOptInForMarketingNotifications?: boolean;
23
24
  shouldOptInForSmsNotifications?: boolean;
24
25
  }
25
26
  export namespace NewUser {
@@ -9,11 +9,13 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { ExistingAccountDetails } from './existingAccountDetails';
12
13
 
13
14
 
14
15
  export interface VerifyUserAccountResponse {
15
16
  emailAlreadyConfirmed?: boolean;
16
17
  emailConfirmed?: boolean;
18
+ existingAccounts?: Array<ExistingAccountDetails>;
17
19
  mobilePhoneConfirmed?: boolean;
18
20
  }
19
21
 
@@ -0,0 +1,19 @@
1
+ /**
2
+ * OffTheRecord Rest Service API - Devo
3
+ * A service to handle your traffic tickets
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface ExistingAccountDetails {
13
+ "firstName"?: string;
14
+ "ghostAccount"?: boolean;
15
+ "lastName"?: string;
16
+ "obfuscatedEmailAddress"?: string;
17
+ "phoneVerified"?: boolean;
18
+ "userId"?: number;
19
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * OffTheRecord Rest Service API - Devo
4
+ * A service to handle your traffic tickets
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -18,6 +18,7 @@ export interface NewUser {
18
18
  "loginProvider"?: NewUser.LoginProviderEnum;
19
19
  "password"?: string;
20
20
  "phoneNumbers"?: Array<models.PhoneNumberDomain>;
21
+ "shouldOptInForMarketingNotifications"?: boolean;
21
22
  "shouldOptInForSmsNotifications"?: boolean;
22
23
  }
23
24
  export declare namespace NewUser {
@@ -9,8 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import * as models from './models';
12
13
  export interface VerifyUserAccountResponse {
13
14
  "emailAlreadyConfirmed"?: boolean;
14
15
  "emailConfirmed"?: boolean;
16
+ "existingAccounts"?: Array<models.ExistingAccountDetails>;
15
17
  "mobilePhoneConfirmed"?: boolean;
16
18
  }
@@ -214,6 +214,7 @@ export * from './EnableViolationsForLawfirmRequest';
214
214
  export * from './EnableViolationsForLawfirmResponse';
215
215
  export * from './EstimateInsuranceSavingsRequest';
216
216
  export * from './EstimateInsuranceSavingsResponse';
217
+ export * from './ExistingAccountDetails';
217
218
  export * from './ExternalContentVote';
218
219
  export * from './ExternalTicketCourt';
219
220
  export * from './FeedbackAttachmentModel';
@@ -226,6 +226,7 @@ __exportStar(require("./EnableViolationsForLawfirmRequest"), exports);
226
226
  __exportStar(require("./EnableViolationsForLawfirmResponse"), exports);
227
227
  __exportStar(require("./EstimateInsuranceSavingsRequest"), exports);
228
228
  __exportStar(require("./EstimateInsuranceSavingsResponse"), exports);
229
+ __exportStar(require("./ExistingAccountDetails"), exports);
229
230
  __exportStar(require("./ExternalContentVote"), exports);
230
231
  __exportStar(require("./ExternalTicketCourt"), exports);
231
232
  __exportStar(require("./FeedbackAttachmentModel"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.233",
3
+ "version": "2.3.235",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"