@otr-app/shared-backend-generated-client 2.4.17 → 2.4.19
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.
- package/dist/angular/.openapi-generator/FILES +13 -0
- package/dist/angular/api/intercomTicketController.service.ts +72 -0
- package/dist/angular/api/lawfirmController.service.ts +12 -4
- package/dist/angular/model/admin.ts +19 -0
- package/dist/angular/model/attachment.ts +18 -0
- package/dist/angular/model/author.ts +20 -0
- package/dist/angular/model/firstContactReply.ts +19 -0
- package/dist/angular/model/intercomConversationResponse.ts +50 -0
- package/dist/angular/model/intercomSearchConversationsResponse.ts +19 -0
- package/dist/angular/model/models.ts +13 -0
- package/dist/angular/model/source.ts +36 -0
- package/dist/angular/model/statistics.ts +35 -0
- package/dist/angular/model/tag.ts +19 -0
- package/dist/angular/model/tags.ts +19 -0
- package/dist/angular/model/teammates.ts +19 -0
- package/dist/angular/model/topic.ts +19 -0
- package/dist/angular/model/topics.ts +20 -0
- package/dist/otrBackendService.js +49 -0
- package/dist/otrBackendService.min.js +5 -5
- package/dist/typescript/api/IntercomTicketControllerApi.d.ts +7 -0
- package/dist/typescript/api/IntercomTicketControllerApi.js +31 -0
- package/dist/typescript/api/LawfirmControllerApi.d.ts +2 -1
- package/dist/typescript/api/LawfirmControllerApi.js +5 -1
- package/dist/typescript/model/Admin.d.ts +16 -0
- package/dist/typescript/model/Admin.js +13 -0
- package/dist/typescript/model/Attachment.d.ts +15 -0
- package/dist/typescript/model/Attachment.js +13 -0
- package/dist/typescript/model/Author.d.ts +17 -0
- package/dist/typescript/model/Author.js +13 -0
- package/dist/typescript/model/FirstContactReply.d.ts +16 -0
- package/dist/typescript/model/FirstContactReply.js +13 -0
- package/dist/typescript/model/IntercomConversationResponse.d.ts +40 -0
- package/dist/typescript/model/IntercomConversationResponse.js +13 -0
- package/dist/typescript/model/IntercomSearchConversationsResponse.d.ts +16 -0
- package/dist/typescript/model/IntercomSearchConversationsResponse.js +13 -0
- package/dist/typescript/model/Source.d.ts +30 -0
- package/dist/typescript/model/Source.js +23 -0
- package/dist/typescript/model/Statistics.d.ts +32 -0
- package/dist/typescript/model/Statistics.js +13 -0
- package/dist/typescript/model/Tag.d.ts +16 -0
- package/dist/typescript/model/Tag.js +13 -0
- package/dist/typescript/model/Tags.d.ts +16 -0
- package/dist/typescript/model/Tags.js +13 -0
- package/dist/typescript/model/Teammates.d.ts +16 -0
- package/dist/typescript/model/Teammates.js +13 -0
- package/dist/typescript/model/Topic.d.ts +16 -0
- package/dist/typescript/model/Topic.js +13 -0
- package/dist/typescript/model/Topics.d.ts +17 -0
- package/dist/typescript/model/Topics.js +13 -0
- package/dist/typescript/model/models.d.ts +13 -0
- package/dist/typescript/model/models.js +13 -0
- package/package.json +1 -1
|
@@ -42,6 +42,7 @@ __exportStar(require("./AddressDomain"), exports);
|
|
|
42
42
|
__exportStar(require("./AddressDomainReq"), exports);
|
|
43
43
|
__exportStar(require("./AddressDomainRes"), exports);
|
|
44
44
|
__exportStar(require("./AddressEntity"), exports);
|
|
45
|
+
__exportStar(require("./Admin"), exports);
|
|
45
46
|
__exportStar(require("./AgentBookingStats"), exports);
|
|
46
47
|
__exportStar(require("./AgentBookingsSummary"), exports);
|
|
47
48
|
__exportStar(require("./AggregateBySource"), exports);
|
|
@@ -56,7 +57,9 @@ __exportStar(require("./AppEventCreateRequest"), exports);
|
|
|
56
57
|
__exportStar(require("./AppearanceAttorneyDomain"), exports);
|
|
57
58
|
__exportStar(require("./AppleLoginRequest"), exports);
|
|
58
59
|
__exportStar(require("./AssignCitationOwnerRequest"), exports);
|
|
60
|
+
__exportStar(require("./Attachment"), exports);
|
|
59
61
|
__exportStar(require("./AuditLog"), exports);
|
|
62
|
+
__exportStar(require("./Author"), exports);
|
|
60
63
|
__exportStar(require("./AuthorModel"), exports);
|
|
61
64
|
__exportStar(require("./AuthorizeChargeForCasePaymentRequest"), exports);
|
|
62
65
|
__exportStar(require("./AuthorizeChargeForCasePaymentResponse"), exports);
|
|
@@ -244,6 +247,7 @@ __exportStar(require("./FindMatchingUsersRequest"), exports);
|
|
|
244
247
|
__exportStar(require("./FindMatchingUsersResponse"), exports);
|
|
245
248
|
__exportStar(require("./FindsCourtsResponse"), exports);
|
|
246
249
|
__exportStar(require("./FineInformation"), exports);
|
|
250
|
+
__exportStar(require("./FirstContactReply"), exports);
|
|
247
251
|
__exportStar(require("./ForwardMessageRequest"), exports);
|
|
248
252
|
__exportStar(require("./FreshDeskConversation"), exports);
|
|
249
253
|
__exportStar(require("./FreshDeskRequester"), exports);
|
|
@@ -409,7 +413,9 @@ __exportStar(require("./InitiateCaseCounterRequest"), exports);
|
|
|
409
413
|
__exportStar(require("./InitiateCaseCounterResponse"), exports);
|
|
410
414
|
__exportStar(require("./InsertCaseLineItemResponse"), exports);
|
|
411
415
|
__exportStar(require("./InsertInvoiceLineItemRequest"), exports);
|
|
416
|
+
__exportStar(require("./IntercomConversationResponse"), exports);
|
|
412
417
|
__exportStar(require("./IntercomCreateTicketResponse"), exports);
|
|
418
|
+
__exportStar(require("./IntercomSearchConversationsResponse"), exports);
|
|
413
419
|
__exportStar(require("./IntercomSearchTicketsResponse"), exports);
|
|
414
420
|
__exportStar(require("./IntercomTicketAttributes"), exports);
|
|
415
421
|
__exportStar(require("./InviteHouseholdMateRequest"), exports);
|
|
@@ -650,7 +656,9 @@ __exportStar(require("./SocialLoginRequest"), exports);
|
|
|
650
656
|
__exportStar(require("./SocialLoginResponse"), exports);
|
|
651
657
|
__exportStar(require("./SocialLoginUser"), exports);
|
|
652
658
|
__exportStar(require("./SocialPhoneNumber"), exports);
|
|
659
|
+
__exportStar(require("./Source"), exports);
|
|
653
660
|
__exportStar(require("./SqlResponse"), exports);
|
|
661
|
+
__exportStar(require("./Statistics"), exports);
|
|
654
662
|
__exportStar(require("./StripeAccountLinkDomain"), exports);
|
|
655
663
|
__exportStar(require("./StripeApplicationFeeDomain"), exports);
|
|
656
664
|
__exportStar(require("./StripeApplicationFeeRefundDomain"), exports);
|
|
@@ -689,6 +697,9 @@ __exportStar(require("./SyncStripePaymentsResponse"), exports);
|
|
|
689
697
|
__exportStar(require("./SyncStripeRefundsRequest"), exports);
|
|
690
698
|
__exportStar(require("./SyncStripeTransfersRequest"), exports);
|
|
691
699
|
__exportStar(require("./SyncStripeTransfersResponse"), exports);
|
|
700
|
+
__exportStar(require("./Tag"), exports);
|
|
701
|
+
__exportStar(require("./Tags"), exports);
|
|
702
|
+
__exportStar(require("./Teammates"), exports);
|
|
692
703
|
__exportStar(require("./TemporalUnit"), exports);
|
|
693
704
|
__exportStar(require("./TicketLeadDomain"), exports);
|
|
694
705
|
__exportStar(require("./TicketPart"), exports);
|
|
@@ -705,6 +716,8 @@ __exportStar(require("./TimeZoneRes"), exports);
|
|
|
705
716
|
__exportStar(require("./Timestamp"), exports);
|
|
706
717
|
__exportStar(require("./TimestampReq"), exports);
|
|
707
718
|
__exportStar(require("./TimestampRes"), exports);
|
|
719
|
+
__exportStar(require("./Topic"), exports);
|
|
720
|
+
__exportStar(require("./Topics"), exports);
|
|
708
721
|
__exportStar(require("./TrafficViolationInputRequest"), exports);
|
|
709
722
|
__exportStar(require("./TransferCaseRequest"), exports);
|
|
710
723
|
__exportStar(require("./USStateDomain"), exports);
|