@otr-app/shared-backend-generated-client 2.5.126 → 2.5.127

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.
Files changed (36) hide show
  1. package/dist/angular/.openapi-generator/FILES +0 -9
  2. package/dist/angular/api/api.ts +1 -7
  3. package/dist/angular/api.module.ts +0 -3
  4. package/dist/angular/model/models.ts +0 -6
  5. package/dist/otrBackendService.js +0 -110
  6. package/dist/otrBackendService.min.js +6 -6
  7. package/dist/typescript/api/api.d.ts +1 -7
  8. package/dist/typescript/api/api.js +1 -7
  9. package/dist/typescript/api.module.js +0 -3
  10. package/dist/typescript/model/models.d.ts +0 -6
  11. package/dist/typescript/model/models.js +0 -6
  12. package/dist/typescript-fetch/apis/index.d.ts +0 -3
  13. package/dist/typescript-fetch/apis/index.js +0 -3
  14. package/dist/typescript-fetch/models/index.d.ts +0 -6
  15. package/dist/typescript-fetch/models/index.js +0 -6
  16. package/dist/typescript-open-api/otr-backend.d.ts +0 -241
  17. package/dist/typescript-open-api/otr-backend.js +0 -9
  18. package/package.json +1 -1
  19. package/dist/typescript-fetch/apis/BlogWebhookControllerApi.d.ts +0 -29
  20. package/dist/typescript-fetch/apis/BlogWebhookControllerApi.js +0 -58
  21. package/dist/typescript-fetch/apis/CertificateControllerApi.d.ts +0 -37
  22. package/dist/typescript-fetch/apis/CertificateControllerApi.js +0 -69
  23. package/dist/typescript-fetch/apis/EmailSubscriptionControllerApi.d.ts +0 -29
  24. package/dist/typescript-fetch/apis/EmailSubscriptionControllerApi.js +0 -59
  25. package/dist/typescript-fetch/models/BlogDocument.d.ts +0 -40
  26. package/dist/typescript-fetch/models/BlogDocument.js +0 -41
  27. package/dist/typescript-fetch/models/BlogEvent.d.ts +0 -46
  28. package/dist/typescript-fetch/models/BlogEvent.js +0 -43
  29. package/dist/typescript-fetch/models/BlogMetadata.d.ts +0 -39
  30. package/dist/typescript-fetch/models/BlogMetadata.js +0 -40
  31. package/dist/typescript-fetch/models/SSLCertificateResponse.d.ts +0 -27
  32. package/dist/typescript-fetch/models/SSLCertificateResponse.js +0 -36
  33. package/dist/typescript-fetch/models/SubscribeRequest.d.ts +0 -28
  34. package/dist/typescript-fetch/models/SubscribeRequest.js +0 -37
  35. package/dist/typescript-fetch/models/SubscriberDomain.d.ts +0 -58
  36. package/dist/typescript-fetch/models/SubscriberDomain.js +0 -52
@@ -11,7 +11,6 @@ api/auditLawfirmEventsController.service.ts
11
11
  api/auditLogController.service.ts
12
12
  api/authenticationController.service.ts
13
13
  api/awsCredentialsController.service.ts
14
- api/blogWebhookController.service.ts
15
14
  api/branchLinkController.service.ts
16
15
  api/captchaController.service.ts
17
16
  api/caseActionsController.service.ts
@@ -27,7 +26,6 @@ api/caseResolutionController.service.ts
27
26
  api/caseStatusController.service.ts
28
27
  api/caseTransferController.service.ts
29
28
  api/caseUserController.service.ts
30
- api/certificateController.service.ts
31
29
  api/citationAuditController.service.ts
32
30
  api/citationController.service.ts
33
31
  api/coachingCardsController.service.ts
@@ -48,7 +46,6 @@ api/directMailController.service.ts
48
46
  api/dripController.service.ts
49
47
  api/dripWebhooksController.service.ts
50
48
  api/driverLicenseController.service.ts
51
- api/emailSubscriptionController.service.ts
52
49
  api/employeeController.service.ts
53
50
  api/eventBridgeEmailNotificationController.service.ts
54
51
  api/externalContentVoteController.service.ts
@@ -197,9 +194,6 @@ model/billingSubscriptionItemModel.ts
197
194
  model/billingSubscriptionModel.ts
198
195
  model/billingSubscriptionPrimaryHolderModel.ts
199
196
  model/billingUpcomingInvoiceModel.ts
200
- model/blogDocument.ts
201
- model/blogEvent.ts
202
- model/blogMetadata.ts
203
197
  model/booking.ts
204
198
  model/bookingCancelation.ts
205
199
  model/calculateTransferFeeDifferenceCaseLineItemModel.ts
@@ -760,7 +754,6 @@ model/reviewCommentModel.ts
760
754
  model/reviewRatingModel.ts
761
755
  model/reviewVoteAggregateModel.ts
762
756
  model/richCitationInferenceResponse.ts
763
- model/sSLCertificateResponse.ts
764
757
  model/saveAgentBookingRequest.ts
765
758
  model/saveAgentBookingResponse.ts
766
759
  model/saveBillingProductOptionRequest.ts
@@ -858,9 +851,7 @@ model/stripeReversalSyncResults.ts
858
851
  model/stripeTransferDomain.ts
859
852
  model/stripeTransferReversalDomain.ts
860
853
  model/stripeTransferSyncResults.ts
861
- model/subscribeRequest.ts
862
854
  model/subscriber.ts
863
- model/subscriberDomain.ts
864
855
  model/subscriptionGuardianModel.ts
865
856
  model/subscriptionPlanEligibility.ts
866
857
  model/subscriptionPlanEligibilityReq.ts
@@ -16,8 +16,6 @@ export * from './authenticationController.service';
16
16
  import { AuthenticationControllerService } from './authenticationController.service';
17
17
  export * from './awsCredentialsController.service';
18
18
  import { AwsCredentialsControllerService } from './awsCredentialsController.service';
19
- export * from './blogWebhookController.service';
20
- import { BlogWebhookControllerService } from './blogWebhookController.service';
21
19
  export * from './branchLinkController.service';
22
20
  import { BranchLinkControllerService } from './branchLinkController.service';
23
21
  export * from './captchaController.service';
@@ -48,8 +46,6 @@ export * from './caseTransferController.service';
48
46
  import { CaseTransferControllerService } from './caseTransferController.service';
49
47
  export * from './caseUserController.service';
50
48
  import { CaseUserControllerService } from './caseUserController.service';
51
- export * from './certificateController.service';
52
- import { CertificateControllerService } from './certificateController.service';
53
49
  export * from './citationAuditController.service';
54
50
  import { CitationAuditControllerService } from './citationAuditController.service';
55
51
  export * from './citationController.service';
@@ -90,8 +86,6 @@ export * from './dripWebhooksController.service';
90
86
  import { DripWebhooksControllerService } from './dripWebhooksController.service';
91
87
  export * from './driverLicenseController.service';
92
88
  import { DriverLicenseControllerService } from './driverLicenseController.service';
93
- export * from './emailSubscriptionController.service';
94
- import { EmailSubscriptionControllerService } from './emailSubscriptionController.service';
95
89
  export * from './employeeController.service';
96
90
  import { EmployeeControllerService } from './employeeController.service';
97
91
  export * from './eventBridgeEmailNotificationController.service';
@@ -234,4 +228,4 @@ export * from './websocketMessageController.service';
234
228
  import { WebsocketMessageControllerService } from './websocketMessageController.service';
235
229
  export * from './workflowStateController.service';
236
230
  import { WorkflowStateControllerService } from './workflowStateController.service';
237
- export const APIS = [ActionRequiredControllerService, ActivityFeedControllerService, AddressControllerService, AlertNotificationControllerService, AppEventsControllerService, AuditLawfirmEventsControllerService, AuditLogControllerService, AuthenticationControllerService, AwsCredentialsControllerService, BlogWebhookControllerService, BranchLinkControllerService, CaptchaControllerService, CaseActionsControllerService, CaseControllerService, CaseCounterOfferControllerService, CaseCreationControllerService, CaseDeclineControllerService, CaseNotesControllerService, CasePaymentControllerService, CaseReferralCodeControllerService, CaseRefundControllerService, CaseResolutionControllerService, CaseStatusControllerService, CaseTransferControllerService, CaseUserControllerService, CertificateControllerService, CitationAuditControllerService, CitationControllerService, CoachingCardsControllerService, ConfigurationControllerService, ConsoleListControllerService, ContactLoopWebhookControllerService, ContactTimelineControllerService, ConversationControllerService, CountyControllerService, CourtControllerService, CrmControllerService, CustomerLeadControllerService, CustomerReviewControllerService, CustomerServiceAgentBookingsControllerService, CustomerServiceAgentControllerService, DashboardControllerService, DirectMailControllerService, DripControllerService, DripWebhooksControllerService, DriverLicenseControllerService, EmailSubscriptionControllerService, EmployeeControllerService, EventBridgeEmailNotificationControllerService, ExternalContentVoteControllerService, ExternalTicketLookupControllerService, FeedbackControllerService, FreshcallerControllerService, FreshdeskTicketControllerService, GetCaseControllerService, HouseholdMateControllerService, HubspotWebhookControllerService, InsuranceCalculatorControllerService, IntercomTicketControllerService, IntercomWebhookControllerService, LawfirmCaseDecisionControllerService, LawfirmCasesControllerService, LawfirmControllerService, LawfirmDocumentControllerService, LawfirmFeeCoverageControllerService, LawfirmPaymentModelControllerService, LawfirmRatesControllerService, LawfirmSettingsControllerService, LawfirmStorefrontControllerService, LawfirmSurchargeControllerService, LawfirmTransactionsControllerService, LawyerControllerService, LegalServicesControllerService, LineItemControllerService, ListCasesControllerService, MediaCreationControllerService, MessagesControllerService, NotesControllerService, OcrPipelineControllerService, OcrPredictionControllerService, OnDemandRequestControllerService, OneTimePasswordControllerService, PhoneLeadsControllerService, PushNotificationControllerService, RecurringBillingControllerService, RefLinkControllerService, ReferralCodeControllerService, ReferralControllerService, ReferralSourceControllerService, RefundEligibilityControllerService, RegistrationControllerService, ReportingControllerService, ScheduledTaskControllerService, SingleSignOnControllerService, SnsListenerControllerService, SocialLoginControllerService, StripeCardControllerService, StripeControllerService, StripeSyncControllerService, StripeWebhookControllerService, TicketReviewControllerService, UrlRedirectControllerService, UserAccountControllerService, UserAuditControllerService, UserControllerService, UserPasswordControllerService, UserProfileControllerService, UserSearchControllerService, UserSettingsControllerService, UserSocialProfileControllerService, UtilityControllerService, ValidationControllerService, VerificationControllerService, ViolationControllerService, ViolationPenaltyControllerService, WatchlistsControllerService, WebsocketMessageControllerService, WorkflowStateControllerService];
231
+ export const APIS = [ActionRequiredControllerService, ActivityFeedControllerService, AddressControllerService, AlertNotificationControllerService, AppEventsControllerService, AuditLawfirmEventsControllerService, AuditLogControllerService, AuthenticationControllerService, AwsCredentialsControllerService, BranchLinkControllerService, CaptchaControllerService, CaseActionsControllerService, CaseControllerService, CaseCounterOfferControllerService, CaseCreationControllerService, CaseDeclineControllerService, CaseNotesControllerService, CasePaymentControllerService, CaseReferralCodeControllerService, CaseRefundControllerService, CaseResolutionControllerService, CaseStatusControllerService, CaseTransferControllerService, CaseUserControllerService, CitationAuditControllerService, CitationControllerService, CoachingCardsControllerService, ConfigurationControllerService, ConsoleListControllerService, ContactLoopWebhookControllerService, ContactTimelineControllerService, ConversationControllerService, CountyControllerService, CourtControllerService, CrmControllerService, CustomerLeadControllerService, CustomerReviewControllerService, CustomerServiceAgentBookingsControllerService, CustomerServiceAgentControllerService, DashboardControllerService, DirectMailControllerService, DripControllerService, DripWebhooksControllerService, DriverLicenseControllerService, EmployeeControllerService, EventBridgeEmailNotificationControllerService, ExternalContentVoteControllerService, ExternalTicketLookupControllerService, FeedbackControllerService, FreshcallerControllerService, FreshdeskTicketControllerService, GetCaseControllerService, HouseholdMateControllerService, HubspotWebhookControllerService, InsuranceCalculatorControllerService, IntercomTicketControllerService, IntercomWebhookControllerService, LawfirmCaseDecisionControllerService, LawfirmCasesControllerService, LawfirmControllerService, LawfirmDocumentControllerService, LawfirmFeeCoverageControllerService, LawfirmPaymentModelControllerService, LawfirmRatesControllerService, LawfirmSettingsControllerService, LawfirmStorefrontControllerService, LawfirmSurchargeControllerService, LawfirmTransactionsControllerService, LawyerControllerService, LegalServicesControllerService, LineItemControllerService, ListCasesControllerService, MediaCreationControllerService, MessagesControllerService, NotesControllerService, OcrPipelineControllerService, OcrPredictionControllerService, OnDemandRequestControllerService, OneTimePasswordControllerService, PhoneLeadsControllerService, PushNotificationControllerService, RecurringBillingControllerService, RefLinkControllerService, ReferralCodeControllerService, ReferralControllerService, ReferralSourceControllerService, RefundEligibilityControllerService, RegistrationControllerService, ReportingControllerService, ScheduledTaskControllerService, SingleSignOnControllerService, SnsListenerControllerService, SocialLoginControllerService, StripeCardControllerService, StripeControllerService, StripeSyncControllerService, StripeWebhookControllerService, TicketReviewControllerService, UrlRedirectControllerService, UserAccountControllerService, UserAuditControllerService, UserControllerService, UserPasswordControllerService, UserProfileControllerService, UserSearchControllerService, UserSettingsControllerService, UserSocialProfileControllerService, UtilityControllerService, ValidationControllerService, VerificationControllerService, ViolationControllerService, ViolationPenaltyControllerService, WatchlistsControllerService, WebsocketMessageControllerService, WorkflowStateControllerService];
@@ -11,7 +11,6 @@ import { AuditLawfirmEventsControllerService } from './api/auditLawfirmEventsCon
11
11
  import { AuditLogControllerService } from './api/auditLogController.service';
12
12
  import { AuthenticationControllerService } from './api/authenticationController.service';
13
13
  import { AwsCredentialsControllerService } from './api/awsCredentialsController.service';
14
- import { BlogWebhookControllerService } from './api/blogWebhookController.service';
15
14
  import { BranchLinkControllerService } from './api/branchLinkController.service';
16
15
  import { CaptchaControllerService } from './api/captchaController.service';
17
16
  import { CaseActionsControllerService } from './api/caseActionsController.service';
@@ -27,7 +26,6 @@ import { CaseResolutionControllerService } from './api/caseResolutionController.
27
26
  import { CaseStatusControllerService } from './api/caseStatusController.service';
28
27
  import { CaseTransferControllerService } from './api/caseTransferController.service';
29
28
  import { CaseUserControllerService } from './api/caseUserController.service';
30
- import { CertificateControllerService } from './api/certificateController.service';
31
29
  import { CitationAuditControllerService } from './api/citationAuditController.service';
32
30
  import { CitationControllerService } from './api/citationController.service';
33
31
  import { CoachingCardsControllerService } from './api/coachingCardsController.service';
@@ -48,7 +46,6 @@ import { DirectMailControllerService } from './api/directMailController.service'
48
46
  import { DripControllerService } from './api/dripController.service';
49
47
  import { DripWebhooksControllerService } from './api/dripWebhooksController.service';
50
48
  import { DriverLicenseControllerService } from './api/driverLicenseController.service';
51
- import { EmailSubscriptionControllerService } from './api/emailSubscriptionController.service';
52
49
  import { EmployeeControllerService } from './api/employeeController.service';
53
50
  import { EventBridgeEmailNotificationControllerService } from './api/eventBridgeEmailNotificationController.service';
54
51
  import { ExternalContentVoteControllerService } from './api/externalContentVoteController.service';
@@ -71,9 +71,6 @@ export * from './billingSubscriptionItemModel';
71
71
  export * from './billingSubscriptionModel';
72
72
  export * from './billingSubscriptionPrimaryHolderModel';
73
73
  export * from './billingUpcomingInvoiceModel';
74
- export * from './blogDocument';
75
- export * from './blogEvent';
76
- export * from './blogMetadata';
77
74
  export * from './booking';
78
75
  export * from './bookingCancelation';
79
76
  export * from './calculateTransferFeeDifferenceCaseLineItemModel';
@@ -633,7 +630,6 @@ export * from './reviewCommentModel';
633
630
  export * from './reviewRatingModel';
634
631
  export * from './reviewVoteAggregateModel';
635
632
  export * from './richCitationInferenceResponse';
636
- export * from './sSLCertificateResponse';
637
633
  export * from './saveAgentBookingRequest';
638
634
  export * from './saveAgentBookingResponse';
639
635
  export * from './saveBillingProductOptionRequest';
@@ -731,9 +727,7 @@ export * from './stripeReversalSyncResults';
731
727
  export * from './stripeTransferDomain';
732
728
  export * from './stripeTransferReversalDomain';
733
729
  export * from './stripeTransferSyncResults';
734
- export * from './subscribeRequest';
735
730
  export * from './subscriber';
736
- export * from './subscriberDomain';
737
731
  export * from './subscriptionGuardianModel';
738
732
  export * from './subscriptionPlanEligibility';
739
733
  export * from './subscriptionPlanEligibilityReq';
@@ -4449,42 +4449,6 @@ angular.module('otrBackendService', [])
4449
4449
 
4450
4450
  return deferred.promise;
4451
4451
  };
4452
- /**
4453
- * getSSLPublicCertFile
4454
- * @method
4455
- * @name OtrService#getSSLPublicCertFileUsingGET
4456
- * @param {object} parameters - method options and parameters
4457
- * @param {string} parameters.encoding - encoding
4458
- */
4459
- OtrService.prototype.getSSLPublicCertFileUsingGET = function(parameters) {
4460
- if (parameters === undefined) {
4461
- parameters = {};
4462
- }
4463
- var deferred = $q.defer();
4464
- var domain = this.domain,
4465
- path = '/api/v1/certificates/ssl';
4466
- var body = {},
4467
- queryParameters = {},
4468
- headers = {},
4469
- form = {};
4470
-
4471
- headers['Accept'] = ['*/*'];
4472
-
4473
- if (parameters['encoding'] !== undefined) {
4474
- queryParameters['encoding'] = parameters['encoding'];
4475
- }
4476
-
4477
- if (parameters['encoding'] === undefined) {
4478
- deferred.reject(new Error('Missing required parameter: encoding'));
4479
- return deferred.promise;
4480
- }
4481
-
4482
- queryParameters = mergeQueryParams(parameters, queryParameters);
4483
-
4484
- this.request('GET', domain + path, parameters, body, headers, queryParameters, form, deferred);
4485
-
4486
- return deferred.promise;
4487
- };
4488
4452
  /**
4489
4453
  * createNewCitation
4490
4454
  * @method
@@ -15420,43 +15384,6 @@ angular.module('otrBackendService', [])
15420
15384
 
15421
15385
  return deferred.promise;
15422
15386
  };
15423
- /**
15424
- * subscribe
15425
- * @method
15426
- * @name OtrService#subscribeUsingPOST
15427
- * @param {object} parameters - method options and parameters
15428
- * @param {} parameters.request - request
15429
- */
15430
- OtrService.prototype.subscribeUsingPOST = function(parameters) {
15431
- if (parameters === undefined) {
15432
- parameters = {};
15433
- }
15434
- var deferred = $q.defer();
15435
- var domain = this.domain,
15436
- path = '/api/v1/subscribe';
15437
- var body = {},
15438
- queryParameters = {},
15439
- headers = {},
15440
- form = {};
15441
-
15442
- headers['Accept'] = ['*/*'];
15443
- headers['Content-Type'] = ['application/json'];
15444
-
15445
- if (parameters['request'] !== undefined) {
15446
- body = parameters['request'];
15447
- }
15448
-
15449
- if (parameters['request'] === undefined) {
15450
- deferred.reject(new Error('Missing required parameter: request'));
15451
- return deferred.promise;
15452
- }
15453
-
15454
- queryParameters = mergeQueryParams(parameters, queryParameters);
15455
-
15456
- this.request('POST', domain + path, parameters, body, headers, queryParameters, form, deferred);
15457
-
15458
- return deferred.promise;
15459
- };
15460
15387
  /**
15461
15388
  * persistTicketEvaluation
15462
15389
  * @method
@@ -18707,43 +18634,6 @@ angular.module('otrBackendService', [])
18707
18634
 
18708
18635
  return deferred.promise;
18709
18636
  };
18710
- /**
18711
- * handleEvent
18712
- * @method
18713
- * @name OtrService#handleEventUsingPOST
18714
- * @param {object} parameters - method options and parameters
18715
- * @param {} parameters.event - event
18716
- */
18717
- OtrService.prototype.handleEventUsingPOST = function(parameters) {
18718
- if (parameters === undefined) {
18719
- parameters = {};
18720
- }
18721
- var deferred = $q.defer();
18722
- var domain = this.domain,
18723
- path = '/api/v1/webhooks/prismic';
18724
- var body = {},
18725
- queryParameters = {},
18726
- headers = {},
18727
- form = {};
18728
-
18729
- headers['Accept'] = ['*/*'];
18730
- headers['Content-Type'] = ['application/json'];
18731
-
18732
- if (parameters['event'] !== undefined) {
18733
- body = parameters['event'];
18734
- }
18735
-
18736
- if (parameters['event'] === undefined) {
18737
- deferred.reject(new Error('Missing required parameter: event'));
18738
- return deferred.promise;
18739
- }
18740
-
18741
- queryParameters = mergeQueryParams(parameters, queryParameters);
18742
-
18743
- this.request('POST', domain + path, parameters, body, headers, queryParameters, form, deferred);
18744
-
18745
- return deferred.promise;
18746
- };
18747
18637
  /**
18748
18638
  * getWorkflowState
18749
18639
  * @method