@otr-app/shared-backend-generated-client 2.3.87-manual → 2.3.88

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.
@@ -0,0 +1,51 @@
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
+ import { FreshDeskTicket } from './freshDeskTicket';
13
+ import { Timestamp } from './timestamp';
14
+
15
+
16
+ export interface LawfirmCaseDomain {
17
+ caseDecisionStatus?: LawfirmCaseDomain.CaseDecisionStatusEnum;
18
+ clientDeclineTicket?: FreshDeskTicket;
19
+ declineReason?: string;
20
+ lawfirmCaseId?: number;
21
+ lawfirmDecisionDateUtc?: Timestamp;
22
+ lawfirmDeclineTicket?: FreshDeskTicket;
23
+ lawfirmId?: number;
24
+ lawfirmName?: string;
25
+ lawfirmPrimaryEmail?: string;
26
+ lawfirmReceiptDateUtc?: Timestamp;
27
+ matchExpirationDateUtc?: string;
28
+ obfuscatedPictureUrl?: string;
29
+ profilePictureUrl?: string;
30
+ refundOwner?: LawfirmCaseDomain.RefundOwnerEnum;
31
+ }
32
+ export namespace LawfirmCaseDomain {
33
+ export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'EXPIRED' | 'PENDING' | 'REMATCHED' | 'REMATCHED_REFERRAL';
34
+ export const CaseDecisionStatusEnum = {
35
+ Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
36
+ Created: 'CREATED' as CaseDecisionStatusEnum,
37
+ Declined: 'DECLINED' as CaseDecisionStatusEnum,
38
+ Expired: 'EXPIRED' as CaseDecisionStatusEnum,
39
+ Pending: 'PENDING' as CaseDecisionStatusEnum,
40
+ Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
41
+ RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
42
+ };
43
+ export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
44
+ export const RefundOwnerEnum = {
45
+ Lawfirm: 'LAWFIRM' as RefundOwnerEnum,
46
+ None: 'NONE' as RefundOwnerEnum,
47
+ Otr: 'OTR' as RefundOwnerEnum
48
+ };
49
+ }
50
+
51
+
@@ -0,0 +1,51 @@
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
+ import { TimestampReq } from './timestampReq';
13
+ import { FreshDeskTicketReq } from './freshDeskTicketReq';
14
+
15
+
16
+ export interface LawfirmCaseDomainReq {
17
+ caseDecisionStatus?: LawfirmCaseDomainReq.CaseDecisionStatusEnum;
18
+ clientDeclineTicket?: FreshDeskTicketReq;
19
+ declineReason?: string;
20
+ lawfirmCaseId?: number;
21
+ lawfirmDecisionDateUtc?: TimestampReq;
22
+ lawfirmDeclineTicket?: FreshDeskTicketReq;
23
+ lawfirmId?: number;
24
+ lawfirmName?: string;
25
+ lawfirmPrimaryEmail?: string;
26
+ lawfirmReceiptDateUtc?: TimestampReq;
27
+ matchExpirationDateUtc?: string;
28
+ obfuscatedPictureUrl?: string;
29
+ profilePictureUrl?: string;
30
+ refundOwner?: LawfirmCaseDomainReq.RefundOwnerEnum;
31
+ }
32
+ export namespace LawfirmCaseDomainReq {
33
+ export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'EXPIRED' | 'PENDING' | 'REMATCHED' | 'REMATCHED_REFERRAL';
34
+ export const CaseDecisionStatusEnum = {
35
+ Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
36
+ Created: 'CREATED' as CaseDecisionStatusEnum,
37
+ Declined: 'DECLINED' as CaseDecisionStatusEnum,
38
+ Expired: 'EXPIRED' as CaseDecisionStatusEnum,
39
+ Pending: 'PENDING' as CaseDecisionStatusEnum,
40
+ Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
41
+ RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
42
+ };
43
+ export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
44
+ export const RefundOwnerEnum = {
45
+ Lawfirm: 'LAWFIRM' as RefundOwnerEnum,
46
+ None: 'NONE' as RefundOwnerEnum,
47
+ Otr: 'OTR' as RefundOwnerEnum
48
+ };
49
+ }
50
+
51
+
@@ -0,0 +1,51 @@
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
+ import { TimestampRes } from './timestampRes';
13
+ import { FreshDeskTicketRes } from './freshDeskTicketRes';
14
+
15
+
16
+ export interface LawfirmCaseDomainRes {
17
+ caseDecisionStatus?: LawfirmCaseDomainRes.CaseDecisionStatusEnum;
18
+ clientDeclineTicket?: FreshDeskTicketRes;
19
+ declineReason?: string;
20
+ lawfirmCaseId?: number;
21
+ lawfirmDecisionDateUtc?: TimestampRes;
22
+ lawfirmDeclineTicket?: FreshDeskTicketRes;
23
+ lawfirmId?: number;
24
+ lawfirmName?: string;
25
+ lawfirmPrimaryEmail?: string;
26
+ lawfirmReceiptDateUtc?: TimestampRes;
27
+ matchExpirationDateUtc?: string;
28
+ obfuscatedPictureUrl?: string;
29
+ profilePictureUrl?: string;
30
+ refundOwner?: LawfirmCaseDomainRes.RefundOwnerEnum;
31
+ }
32
+ export namespace LawfirmCaseDomainRes {
33
+ export type CaseDecisionStatusEnum = 'ACCEPTED' | 'CREATED' | 'DECLINED' | 'EXPIRED' | 'PENDING' | 'REMATCHED' | 'REMATCHED_REFERRAL';
34
+ export const CaseDecisionStatusEnum = {
35
+ Accepted: 'ACCEPTED' as CaseDecisionStatusEnum,
36
+ Created: 'CREATED' as CaseDecisionStatusEnum,
37
+ Declined: 'DECLINED' as CaseDecisionStatusEnum,
38
+ Expired: 'EXPIRED' as CaseDecisionStatusEnum,
39
+ Pending: 'PENDING' as CaseDecisionStatusEnum,
40
+ Rematched: 'REMATCHED' as CaseDecisionStatusEnum,
41
+ RematchedReferral: 'REMATCHED_REFERRAL' as CaseDecisionStatusEnum
42
+ };
43
+ export type RefundOwnerEnum = 'LAWFIRM' | 'NONE' | 'OTR';
44
+ export const RefundOwnerEnum = {
45
+ Lawfirm: 'LAWFIRM' as RefundOwnerEnum,
46
+ None: 'NONE' as RefundOwnerEnum,
47
+ Otr: 'OTR' as RefundOwnerEnum
48
+ };
49
+ }
50
+
51
+
@@ -0,0 +1,89 @@
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
+ import { PenaltyModel } from './penaltyModel';
13
+
14
+
15
+ export interface TrafficViolationTypeDomain {
16
+ insuranceIncreasePercent?: number;
17
+ isMovingViolation?: boolean;
18
+ penalties?: Array<PenaltyModel>;
19
+ trafficViolationDesc?: string;
20
+ trafficViolationTypeId?: number;
21
+ userFriendlyName?: string;
22
+ userFriendlyShortForm?: string;
23
+ violationClassification?: TrafficViolationTypeDomain.ViolationClassificationEnum;
24
+ violationCode?: string;
25
+ }
26
+ export namespace TrafficViolationTypeDomain {
27
+ export type ViolationClassificationEnum = 'CLASS_1_FELONY' | 'CLASS_1_MISDEMEANOR' | 'CLASS_2_FELONY' | 'CLASS_2_MISDEMEANOR' | 'CLASS_3_FELONY' | 'CLASS_3_MISDEMEANOR' | 'CLASS_4_FELONY' | 'CLASS_4_MISDEMEANOR' | 'CLASS_5_FELONY' | 'CLASS_6_FELONY' | 'CLASS_A1_MISDEMEANOR' | 'CLASS_A_FELONY' | 'CLASS_A_INFRACTION' | 'CLASS_A_MISDEMEANOR' | 'CLASS_A_VIOLATION' | 'CLASS_B_FELONY' | 'CLASS_B_INFRACTION' | 'CLASS_B_MISDEMEANOR' | 'CLASS_B_VIOLATION' | 'CLASS_C_FELONY' | 'CLASS_C_INFRACTION' | 'CLASS_C_MISDEMEANOR' | 'CLASS_C_VIOLATION' | 'CLASS_D_FELONY' | 'CLASS_D_MISDEMEANOR' | 'CLASS_D_VIOLATION' | 'CLASS_E_FELONY' | 'CLASS_F_FELONY' | 'CLASS_H_FELONY' | 'DISORDERLY_PERSONS_OFFENSE' | 'FELONY' | 'FELONY_1ST_DEGREE' | 'FELONY_2ND_DEGREE' | 'FELONY_3RD_DEGREE' | 'FELONY_4TH_DEGREE' | 'FELONY_5TH_DEGREE' | 'GROSS_MISDEMEANOR' | 'HIGH_AND_AGGRAVATED_MISDEMEANOR' | 'INFRACTION' | 'LEVEL_4_FELONY' | 'LEVEL_5_FELONY' | 'LEVEL_6_FELONY' | 'MINOR_MISDEMEANOR' | 'MISDEMEANOR' | 'MISDEMEANOR_1ST_DEGREE' | 'MISDEMEANOR_2ND_DEGREE' | 'MISDEMEANOR_3RD_DEGREE' | 'MISDEMEANOR_4TH_DEGREE' | 'MISDEMEANOR_WITH_REFUND' | 'NON_MOVING' | 'NON_REPORTABLE' | 'PETTY_MISDEMEANOR' | 'QUASI_CRIMINAL' | 'SUMMARY_OFFENSE' | 'SUMMARY_OFFENSE_NO_REFUND' | 'WOBBLER_TO_FELONY' | 'WOBBLER_TO_MISDEMEANOR';
28
+ export const ViolationClassificationEnum = {
29
+ Class1Felony: 'CLASS_1_FELONY' as ViolationClassificationEnum,
30
+ Class1Misdemeanor: 'CLASS_1_MISDEMEANOR' as ViolationClassificationEnum,
31
+ Class2Felony: 'CLASS_2_FELONY' as ViolationClassificationEnum,
32
+ Class2Misdemeanor: 'CLASS_2_MISDEMEANOR' as ViolationClassificationEnum,
33
+ Class3Felony: 'CLASS_3_FELONY' as ViolationClassificationEnum,
34
+ Class3Misdemeanor: 'CLASS_3_MISDEMEANOR' as ViolationClassificationEnum,
35
+ Class4Felony: 'CLASS_4_FELONY' as ViolationClassificationEnum,
36
+ Class4Misdemeanor: 'CLASS_4_MISDEMEANOR' as ViolationClassificationEnum,
37
+ Class5Felony: 'CLASS_5_FELONY' as ViolationClassificationEnum,
38
+ Class6Felony: 'CLASS_6_FELONY' as ViolationClassificationEnum,
39
+ ClassA1Misdemeanor: 'CLASS_A1_MISDEMEANOR' as ViolationClassificationEnum,
40
+ ClassAFelony: 'CLASS_A_FELONY' as ViolationClassificationEnum,
41
+ ClassAInfraction: 'CLASS_A_INFRACTION' as ViolationClassificationEnum,
42
+ ClassAMisdemeanor: 'CLASS_A_MISDEMEANOR' as ViolationClassificationEnum,
43
+ ClassAViolation: 'CLASS_A_VIOLATION' as ViolationClassificationEnum,
44
+ ClassBFelony: 'CLASS_B_FELONY' as ViolationClassificationEnum,
45
+ ClassBInfraction: 'CLASS_B_INFRACTION' as ViolationClassificationEnum,
46
+ ClassBMisdemeanor: 'CLASS_B_MISDEMEANOR' as ViolationClassificationEnum,
47
+ ClassBViolation: 'CLASS_B_VIOLATION' as ViolationClassificationEnum,
48
+ ClassCFelony: 'CLASS_C_FELONY' as ViolationClassificationEnum,
49
+ ClassCInfraction: 'CLASS_C_INFRACTION' as ViolationClassificationEnum,
50
+ ClassCMisdemeanor: 'CLASS_C_MISDEMEANOR' as ViolationClassificationEnum,
51
+ ClassCViolation: 'CLASS_C_VIOLATION' as ViolationClassificationEnum,
52
+ ClassDFelony: 'CLASS_D_FELONY' as ViolationClassificationEnum,
53
+ ClassDMisdemeanor: 'CLASS_D_MISDEMEANOR' as ViolationClassificationEnum,
54
+ ClassDViolation: 'CLASS_D_VIOLATION' as ViolationClassificationEnum,
55
+ ClassEFelony: 'CLASS_E_FELONY' as ViolationClassificationEnum,
56
+ ClassFFelony: 'CLASS_F_FELONY' as ViolationClassificationEnum,
57
+ ClassHFelony: 'CLASS_H_FELONY' as ViolationClassificationEnum,
58
+ DisorderlyPersonsOffense: 'DISORDERLY_PERSONS_OFFENSE' as ViolationClassificationEnum,
59
+ Felony: 'FELONY' as ViolationClassificationEnum,
60
+ Felony1StDegree: 'FELONY_1ST_DEGREE' as ViolationClassificationEnum,
61
+ Felony2NdDegree: 'FELONY_2ND_DEGREE' as ViolationClassificationEnum,
62
+ Felony3RdDegree: 'FELONY_3RD_DEGREE' as ViolationClassificationEnum,
63
+ Felony4ThDegree: 'FELONY_4TH_DEGREE' as ViolationClassificationEnum,
64
+ Felony5ThDegree: 'FELONY_5TH_DEGREE' as ViolationClassificationEnum,
65
+ GrossMisdemeanor: 'GROSS_MISDEMEANOR' as ViolationClassificationEnum,
66
+ HighAndAggravatedMisdemeanor: 'HIGH_AND_AGGRAVATED_MISDEMEANOR' as ViolationClassificationEnum,
67
+ Infraction: 'INFRACTION' as ViolationClassificationEnum,
68
+ Level4Felony: 'LEVEL_4_FELONY' as ViolationClassificationEnum,
69
+ Level5Felony: 'LEVEL_5_FELONY' as ViolationClassificationEnum,
70
+ Level6Felony: 'LEVEL_6_FELONY' as ViolationClassificationEnum,
71
+ MinorMisdemeanor: 'MINOR_MISDEMEANOR' as ViolationClassificationEnum,
72
+ Misdemeanor: 'MISDEMEANOR' as ViolationClassificationEnum,
73
+ Misdemeanor1StDegree: 'MISDEMEANOR_1ST_DEGREE' as ViolationClassificationEnum,
74
+ Misdemeanor2NdDegree: 'MISDEMEANOR_2ND_DEGREE' as ViolationClassificationEnum,
75
+ Misdemeanor3RdDegree: 'MISDEMEANOR_3RD_DEGREE' as ViolationClassificationEnum,
76
+ Misdemeanor4ThDegree: 'MISDEMEANOR_4TH_DEGREE' as ViolationClassificationEnum,
77
+ MisdemeanorWithRefund: 'MISDEMEANOR_WITH_REFUND' as ViolationClassificationEnum,
78
+ NonMoving: 'NON_MOVING' as ViolationClassificationEnum,
79
+ NonReportable: 'NON_REPORTABLE' as ViolationClassificationEnum,
80
+ PettyMisdemeanor: 'PETTY_MISDEMEANOR' as ViolationClassificationEnum,
81
+ QuasiCriminal: 'QUASI_CRIMINAL' as ViolationClassificationEnum,
82
+ SummaryOffense: 'SUMMARY_OFFENSE' as ViolationClassificationEnum,
83
+ SummaryOffenseNoRefund: 'SUMMARY_OFFENSE_NO_REFUND' as ViolationClassificationEnum,
84
+ WobblerToFelony: 'WOBBLER_TO_FELONY' as ViolationClassificationEnum,
85
+ WobblerToMisdemeanor: 'WOBBLER_TO_MISDEMEANOR' as ViolationClassificationEnum
86
+ };
87
+ }
88
+
89
+
@@ -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
+ import { WorkflowCaseModel } from './workflowCaseModel';
13
+
14
+
15
+ export interface WorkflowStateResponse {
16
+ projectedInsuranceCostInCents?: number;
17
+ theCase?: WorkflowCaseModel;
18
+ }
19
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.3.87-manual",
3
+ "version": "2.3.88",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"
@@ -14,7 +14,7 @@
14
14
  "author": "Off the Record, Inc.",
15
15
  "scripts": {
16
16
  "download:devo": "curl https://otr-backend-service-us-devo.offtherecord.com/v2/api-docs -o api/otr-service.json",
17
- "clean-source": "find dist/typescript/**/* -type f | grep -v \"\\.d\\.ts\\|\\.js\" | xargs rm",
17
+ "clean-source": "find dist/typescript/* -type f | grep -v \"\\.d\\.ts\\|\\.js\" | xargs rm",
18
18
  "generate:devo": "npm run generate:devo-angularjs",
19
19
  "generate:devo-angularjs-ci": "npm run download:devo && gulp codegen && java -jar /opt/openapi-generator/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -i api/otr-service.json -o dist/typescript -g typescript-angularjs && tsc --project tsconfig.json && npm run clean-source",
20
20
  "generate:devo-angular-ci": "npm run download:devo && gulp codegen && java -jar /opt/openapi-generator-630/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -i api/otr-service.json -o dist/angular -g typescript-angular",
@@ -1,106 +0,0 @@
1
- import * as api from './api/api';
2
- import * as angular from 'angular';
3
-
4
- const apiModule = angular.module('api', [])
5
- .service('ActionRequiredControllerApi', api.ActionRequiredControllerApi)
6
- .service('ActivityFeedControllerApi', api.ActivityFeedControllerApi)
7
- .service('AddressControllerApi', api.AddressControllerApi)
8
- .service('AlertNotificationControllerApi', api.AlertNotificationControllerApi)
9
- .service('AppEventsControllerApi', api.AppEventsControllerApi)
10
- .service('AuditLawfirmEventsControllerApi', api.AuditLawfirmEventsControllerApi)
11
- .service('AuthenticationControllerApi', api.AuthenticationControllerApi)
12
- .service('AwsCredentialsControllerApi', api.AwsCredentialsControllerApi)
13
- .service('BlogWebhookControllerApi', api.BlogWebhookControllerApi)
14
- .service('BranchLinkControllerApi', api.BranchLinkControllerApi)
15
- .service('CaseActionsControllerApi', api.CaseActionsControllerApi)
16
- .service('CaseControllerApi', api.CaseControllerApi)
17
- .service('CaseCreationControllerApi', api.CaseCreationControllerApi)
18
- .service('CaseNotesControllerApi', api.CaseNotesControllerApi)
19
- .service('CasePaymentControllerApi', api.CasePaymentControllerApi)
20
- .service('CaseReferralCodeControllerApi', api.CaseReferralCodeControllerApi)
21
- .service('CaseRefundControllerApi', api.CaseRefundControllerApi)
22
- .service('CaseResolutionControllerApi', api.CaseResolutionControllerApi)
23
- .service('CaseStatusControllerApi', api.CaseStatusControllerApi)
24
- .service('CaseTransferControllerApi', api.CaseTransferControllerApi)
25
- .service('CertificateControllerApi', api.CertificateControllerApi)
26
- .service('CitationAuditControllerApi', api.CitationAuditControllerApi)
27
- .service('CitationControllerApi', api.CitationControllerApi)
28
- .service('ConfigurationControllerApi', api.ConfigurationControllerApi)
29
- .service('ConsoleListControllerApi', api.ConsoleListControllerApi)
30
- .service('ContactTimelineControllerApi', api.ContactTimelineControllerApi)
31
- .service('ConversationControllerApi', api.ConversationControllerApi)
32
- .service('CountyControllerApi', api.CountyControllerApi)
33
- .service('CourtControllerApi', api.CourtControllerApi)
34
- .service('CrmControllerApi', api.CrmControllerApi)
35
- .service('CustomerLeadControllerApi', api.CustomerLeadControllerApi)
36
- .service('CustomerReviewControllerApi', api.CustomerReviewControllerApi)
37
- .service('CustomerServiceAgentBookingsControllerApi', api.CustomerServiceAgentBookingsControllerApi)
38
- .service('CustomerServiceAgentControllerApi', api.CustomerServiceAgentControllerApi)
39
- .service('DashboardControllerApi', api.DashboardControllerApi)
40
- .service('DirectMailControllerApi', api.DirectMailControllerApi)
41
- .service('DripControllerApi', api.DripControllerApi)
42
- .service('DripWebhooksControllerApi', api.DripWebhooksControllerApi)
43
- .service('EmailSubscriptionControllerApi', api.EmailSubscriptionControllerApi)
44
- .service('ExternalTicketLookupControllerApi', api.ExternalTicketLookupControllerApi)
45
- .service('FeedbackControllerApi', api.FeedbackControllerApi)
46
- .service('FreshcallerControllerApi', api.FreshcallerControllerApi)
47
- .service('FreshdeskTicketControllerApi', api.FreshdeskTicketControllerApi)
48
- .service('GetCaseControllerApi', api.GetCaseControllerApi)
49
- .service('HouseholdMateControllerApi', api.HouseholdMateControllerApi)
50
- .service('InsuranceCalculatorControllerApi', api.InsuranceCalculatorControllerApi)
51
- .service('LawfirmCaseDecisionControllerApi', api.LawfirmCaseDecisionControllerApi)
52
- .service('LawfirmCasesControllerApi', api.LawfirmCasesControllerApi)
53
- .service('LawfirmControllerApi', api.LawfirmControllerApi)
54
- .service('LawfirmDocumentControllerApi', api.LawfirmDocumentControllerApi)
55
- .service('LawfirmFeeCoverageControllerApi', api.LawfirmFeeCoverageControllerApi)
56
- .service('LawfirmPaymentModelControllerApi', api.LawfirmPaymentModelControllerApi)
57
- .service('LawfirmRatesControllerApi', api.LawfirmRatesControllerApi)
58
- .service('LawfirmSettingsControllerApi', api.LawfirmSettingsControllerApi)
59
- .service('LawfirmStorefrontControllerApi', api.LawfirmStorefrontControllerApi)
60
- .service('LawfirmSurchargeControllerApi', api.LawfirmSurchargeControllerApi)
61
- .service('LawfirmTransactionsControllerApi', api.LawfirmTransactionsControllerApi)
62
- .service('LawyerControllerApi', api.LawyerControllerApi)
63
- .service('LegalServicesControllerApi', api.LegalServicesControllerApi)
64
- .service('LineItemControllerApi', api.LineItemControllerApi)
65
- .service('ListCasesControllerApi', api.ListCasesControllerApi)
66
- .service('MediaCreationControllerApi', api.MediaCreationControllerApi)
67
- .service('MessagesControllerApi', api.MessagesControllerApi)
68
- .service('NotesControllerApi', api.NotesControllerApi)
69
- .service('OcrPredictionControllerApi', api.OcrPredictionControllerApi)
70
- .service('OnDemandRequestControllerApi', api.OnDemandRequestControllerApi)
71
- .service('OneTimePasswordControllerApi', api.OneTimePasswordControllerApi)
72
- .service('PhoneLeadsControllerApi', api.PhoneLeadsControllerApi)
73
- .service('PushNotificationControllerApi', api.PushNotificationControllerApi)
74
- .service('RecurringBillingControllerApi', api.RecurringBillingControllerApi)
75
- .service('RefLinkControllerApi', api.RefLinkControllerApi)
76
- .service('ReferralCodeControllerApi', api.ReferralCodeControllerApi)
77
- .service('ReferralControllerApi', api.ReferralControllerApi)
78
- .service('ReferralSourceControllerApi', api.ReferralSourceControllerApi)
79
- .service('RefundEligibilityControllerApi', api.RefundEligibilityControllerApi)
80
- .service('RegistrationControllerApi', api.RegistrationControllerApi)
81
- .service('ReportingControllerApi', api.ReportingControllerApi)
82
- .service('ScheduledTaskControllerApi', api.ScheduledTaskControllerApi)
83
- .service('SingleSignOnControllerApi', api.SingleSignOnControllerApi)
84
- .service('SnsListenerControllerApi', api.SnsListenerControllerApi)
85
- .service('SocialLoginControllerApi', api.SocialLoginControllerApi)
86
- .service('StripeCardControllerApi', api.StripeCardControllerApi)
87
- .service('StripeControllerApi', api.StripeControllerApi)
88
- .service('StripeSyncControllerApi', api.StripeSyncControllerApi)
89
- .service('StripeWebhookControllerApi', api.StripeWebhookControllerApi)
90
- .service('TicketReviewControllerApi', api.TicketReviewControllerApi)
91
- .service('UrlRedirectControllerApi', api.UrlRedirectControllerApi)
92
- .service('UserAccountControllerApi', api.UserAccountControllerApi)
93
- .service('UserAuditControllerApi', api.UserAuditControllerApi)
94
- .service('UserControllerApi', api.UserControllerApi)
95
- .service('UserPasswordControllerApi', api.UserPasswordControllerApi)
96
- .service('UserProfileControllerApi', api.UserProfileControllerApi)
97
- .service('UserSearchControllerApi', api.UserSearchControllerApi)
98
- .service('UserSettingsControllerApi', api.UserSettingsControllerApi)
99
- .service('UtilityControllerApi', api.UtilityControllerApi)
100
- .service('ValidationControllerApi', api.ValidationControllerApi)
101
- .service('VerificationControllerApi', api.VerificationControllerApi)
102
- .service('ViolationControllerApi', api.ViolationControllerApi)
103
- .service('ViolationPenaltyControllerApi', api.ViolationPenaltyControllerApi)
104
- .service('WorkflowStateControllerApi', api.WorkflowStateControllerApi)
105
-
106
- export default apiModule;
@@ -1,58 +0,0 @@
1
- #!/bin/sh
2
- # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
3
- #
4
- # Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update" "gitlab.com"
5
-
6
- git_user_id=$1
7
- git_repo_id=$2
8
- release_note=$3
9
- git_host=$4
10
-
11
- if [ "$git_host" = "" ]; then
12
- git_host="github.com"
13
- echo "[INFO] No command line input provided. Set \$git_host to $git_host"
14
- fi
15
-
16
- if [ "$git_user_id" = "" ]; then
17
- git_user_id="GIT_USER_ID"
18
- echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
- fi
20
-
21
- if [ "$git_repo_id" = "" ]; then
22
- git_repo_id="GIT_REPO_ID"
23
- echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
24
- fi
25
-
26
- if [ "$release_note" = "" ]; then
27
- release_note="Minor update"
28
- echo "[INFO] No command line input provided. Set \$release_note to $release_note"
29
- fi
30
-
31
- # Initialize the local directory as a Git repository
32
- git init
33
-
34
- # Adds the files in the local repository and stages them for commit.
35
- git add .
36
-
37
- # Commits the tracked changes and prepares them to be pushed to a remote repository.
38
- git commit -m "$release_note"
39
-
40
- # Sets the new remote
41
- git_remote=`git remote`
42
- if [ "$git_remote" = "" ]; then # git remote not defined
43
-
44
- if [ "$GIT_TOKEN" = "" ]; then
45
- echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
46
- git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
47
- else
48
- git remote add origin https://${git_user_id}:${GIT_TOKEN}@${git_host}/${git_user_id}/${git_repo_id}.git
49
- fi
50
-
51
- fi
52
-
53
- git pull origin master
54
-
55
- # Pushes (Forces) the changes in the local repository up to the remote repository
56
- echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
57
- git push origin master 2>&1 | grep -v 'To https'
58
-
@@ -1,2 +0,0 @@
1
- export * from './api/api';
2
- export * from './model/models';