@23blocks/block-crm 2.0.0 → 2.2.0

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 (116) hide show
  1. package/dist/index.esm.js +1516 -23
  2. package/dist/src/index.d.ts +4 -4
  3. package/dist/src/index.d.ts.map +1 -1
  4. package/dist/src/lib/crm.block.d.ts +19 -1
  5. package/dist/src/lib/crm.block.d.ts.map +1 -1
  6. package/dist/src/lib/mappers/account-document.mapper.d.ts +4 -0
  7. package/dist/src/lib/mappers/account-document.mapper.d.ts.map +1 -0
  8. package/dist/src/lib/mappers/busy-block.mapper.d.ts +4 -0
  9. package/dist/src/lib/mappers/busy-block.mapper.d.ts.map +1 -0
  10. package/dist/src/lib/mappers/calendar-account.mapper.d.ts +4 -0
  11. package/dist/src/lib/mappers/calendar-account.mapper.d.ts.map +1 -0
  12. package/dist/src/lib/mappers/category.mapper.d.ts +5 -0
  13. package/dist/src/lib/mappers/category.mapper.d.ts.map +1 -0
  14. package/dist/src/lib/mappers/contact-event.mapper.d.ts +4 -0
  15. package/dist/src/lib/mappers/contact-event.mapper.d.ts.map +1 -0
  16. package/dist/src/lib/mappers/ics-token.mapper.d.ts +4 -0
  17. package/dist/src/lib/mappers/ics-token.mapper.d.ts.map +1 -0
  18. package/dist/src/lib/mappers/index.d.ts +16 -0
  19. package/dist/src/lib/mappers/index.d.ts.map +1 -1
  20. package/dist/src/lib/mappers/lead-follow.mapper.d.ts +4 -0
  21. package/dist/src/lib/mappers/lead-follow.mapper.d.ts.map +1 -0
  22. package/dist/src/lib/mappers/mail-template.mapper.d.ts +4 -0
  23. package/dist/src/lib/mappers/mail-template.mapper.d.ts.map +1 -0
  24. package/dist/src/lib/mappers/meeting-billing.mapper.d.ts +4 -0
  25. package/dist/src/lib/mappers/meeting-billing.mapper.d.ts.map +1 -0
  26. package/dist/src/lib/mappers/meeting-participant.mapper.d.ts +4 -0
  27. package/dist/src/lib/mappers/meeting-participant.mapper.d.ts.map +1 -0
  28. package/dist/src/lib/mappers/referral.mapper.d.ts +4 -0
  29. package/dist/src/lib/mappers/referral.mapper.d.ts.map +1 -0
  30. package/dist/src/lib/mappers/subscriber.mapper.d.ts +4 -0
  31. package/dist/src/lib/mappers/subscriber.mapper.d.ts.map +1 -0
  32. package/dist/src/lib/mappers/touch.mapper.d.ts +4 -0
  33. package/dist/src/lib/mappers/touch.mapper.d.ts.map +1 -0
  34. package/dist/src/lib/mappers/user.mapper.d.ts +4 -0
  35. package/dist/src/lib/mappers/user.mapper.d.ts.map +1 -0
  36. package/dist/src/lib/mappers/zoom-host.mapper.d.ts +4 -0
  37. package/dist/src/lib/mappers/zoom-host.mapper.d.ts.map +1 -0
  38. package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts +4 -0
  39. package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts.map +1 -0
  40. package/dist/src/lib/services/billing-reports.service.d.ts +11 -0
  41. package/dist/src/lib/services/billing-reports.service.d.ts.map +1 -0
  42. package/dist/src/lib/services/busy-blocks.service.d.ts +11 -0
  43. package/dist/src/lib/services/busy-blocks.service.d.ts.map +1 -0
  44. package/dist/src/lib/services/calendar-accounts.service.d.ts +15 -0
  45. package/dist/src/lib/services/calendar-accounts.service.d.ts.map +1 -0
  46. package/dist/src/lib/services/calendar-sync.service.d.ts +15 -0
  47. package/dist/src/lib/services/calendar-sync.service.d.ts.map +1 -0
  48. package/dist/src/lib/services/categories.service.d.ts +13 -0
  49. package/dist/src/lib/services/categories.service.d.ts.map +1 -0
  50. package/dist/src/lib/services/communications.service.d.ts +9 -0
  51. package/dist/src/lib/services/communications.service.d.ts.map +1 -0
  52. package/dist/src/lib/services/contact-events.service.d.ts +21 -0
  53. package/dist/src/lib/services/contact-events.service.d.ts.map +1 -0
  54. package/dist/src/lib/services/ics-tokens.service.d.ts +11 -0
  55. package/dist/src/lib/services/ics-tokens.service.d.ts.map +1 -0
  56. package/dist/src/lib/services/index.d.ts +18 -0
  57. package/dist/src/lib/services/index.d.ts.map +1 -1
  58. package/dist/src/lib/services/lead-follows.service.d.ts +13 -0
  59. package/dist/src/lib/services/lead-follows.service.d.ts.map +1 -0
  60. package/dist/src/lib/services/mail-templates.service.d.ts +16 -0
  61. package/dist/src/lib/services/mail-templates.service.d.ts.map +1 -0
  62. package/dist/src/lib/services/meeting-billings.service.d.ts +19 -0
  63. package/dist/src/lib/services/meeting-billings.service.d.ts.map +1 -0
  64. package/dist/src/lib/services/meeting-participants.service.d.ts +11 -0
  65. package/dist/src/lib/services/meeting-participants.service.d.ts.map +1 -0
  66. package/dist/src/lib/services/referrals.service.d.ts +13 -0
  67. package/dist/src/lib/services/referrals.service.d.ts.map +1 -0
  68. package/dist/src/lib/services/subscribers.service.d.ts +13 -0
  69. package/dist/src/lib/services/subscribers.service.d.ts.map +1 -0
  70. package/dist/src/lib/services/touches.service.d.ts +13 -0
  71. package/dist/src/lib/services/touches.service.d.ts.map +1 -0
  72. package/dist/src/lib/services/users.service.d.ts +16 -0
  73. package/dist/src/lib/services/users.service.d.ts.map +1 -0
  74. package/dist/src/lib/services/zoom-hosts.service.d.ts +16 -0
  75. package/dist/src/lib/services/zoom-hosts.service.d.ts.map +1 -0
  76. package/dist/src/lib/services/zoom-meetings.service.d.ts +13 -0
  77. package/dist/src/lib/services/zoom-meetings.service.d.ts.map +1 -0
  78. package/dist/src/lib/types/account-document.d.ts +54 -0
  79. package/dist/src/lib/types/account-document.d.ts.map +1 -0
  80. package/dist/src/lib/types/billing-report.d.ts +51 -0
  81. package/dist/src/lib/types/billing-report.d.ts.map +1 -0
  82. package/dist/src/lib/types/busy-block.d.ts +35 -0
  83. package/dist/src/lib/types/busy-block.d.ts.map +1 -0
  84. package/dist/src/lib/types/calendar-account.d.ts +58 -0
  85. package/dist/src/lib/types/calendar-account.d.ts.map +1 -0
  86. package/dist/src/lib/types/category.d.ts +61 -0
  87. package/dist/src/lib/types/category.d.ts.map +1 -0
  88. package/dist/src/lib/types/communication.d.ts +12 -0
  89. package/dist/src/lib/types/communication.d.ts.map +1 -0
  90. package/dist/src/lib/types/contact-event.d.ts +64 -0
  91. package/dist/src/lib/types/contact-event.d.ts.map +1 -0
  92. package/dist/src/lib/types/ics-token.d.ts +28 -0
  93. package/dist/src/lib/types/ics-token.d.ts.map +1 -0
  94. package/dist/src/lib/types/index.d.ts +18 -0
  95. package/dist/src/lib/types/index.d.ts.map +1 -1
  96. package/dist/src/lib/types/lead-follow.d.ts +38 -0
  97. package/dist/src/lib/types/lead-follow.d.ts.map +1 -0
  98. package/dist/src/lib/types/mail-template.d.ts +72 -0
  99. package/dist/src/lib/types/mail-template.d.ts.map +1 -0
  100. package/dist/src/lib/types/meeting-billing.d.ts +93 -0
  101. package/dist/src/lib/types/meeting-billing.d.ts.map +1 -0
  102. package/dist/src/lib/types/meeting-participant.d.ts +44 -0
  103. package/dist/src/lib/types/meeting-participant.d.ts.map +1 -0
  104. package/dist/src/lib/types/referral.d.ts +35 -0
  105. package/dist/src/lib/types/referral.d.ts.map +1 -0
  106. package/dist/src/lib/types/subscriber.d.ts +44 -0
  107. package/dist/src/lib/types/subscriber.d.ts.map +1 -0
  108. package/dist/src/lib/types/touch.d.ts +46 -0
  109. package/dist/src/lib/types/touch.d.ts.map +1 -0
  110. package/dist/src/lib/types/user.d.ts +22 -0
  111. package/dist/src/lib/types/user.d.ts.map +1 -0
  112. package/dist/src/lib/types/zoom-host.d.ts +76 -0
  113. package/dist/src/lib/types/zoom-host.d.ts.map +1 -0
  114. package/dist/src/lib/types/zoom-meeting.d.ts +50 -0
  115. package/dist/src/lib/types/zoom-meeting.d.ts.map +1 -0
  116. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  export { createCrmBlock, crmBlockMetadata } from './lib/crm.block';
2
2
  export type { CrmBlock, CrmBlockConfig } from './lib/crm.block';
3
- export type { Account, AccountDetail, CreateAccountRequest, UpdateAccountRequest, ListAccountsParams, Contact, ContactProfile, CreateContactRequest, UpdateContactRequest, ListContactsParams, Lead, CreateLeadRequest, UpdateLeadRequest, ListLeadsParams, Opportunity, CreateOpportunityRequest, UpdateOpportunityRequest, ListOpportunitiesParams, Meeting, CreateMeetingRequest, UpdateMeetingRequest, ListMeetingsParams, Quote, CreateQuoteRequest, UpdateQuoteRequest, ListQuotesParams, } from './lib/types';
4
- export type { AccountsService, ContactsService, LeadsService, OpportunitiesService, MeetingsService, QuotesService, } from './lib/services';
5
- export { createAccountsService, createContactsService, createLeadsService, createOpportunitiesService, createMeetingsService, createQuotesService, } from './lib/services';
6
- export { accountMapper, accountDetailMapper, contactMapper, contactProfileMapper, leadMapper, opportunityMapper, meetingMapper, quoteMapper, } from './lib/mappers';
3
+ export type { Account, AccountDetail, CreateAccountRequest, UpdateAccountRequest, ListAccountsParams, AccountDocument, AddAccountDocumentRequest, PresignDocumentRequest, PresignDocumentResponse, MultipartPresignRequest, MultipartPresignResponse, MultipartCompleteRequest, MultipartCompleteResponse, Contact, ContactProfile, CreateContactRequest, UpdateContactRequest, ListContactsParams, ContactEvent, CreateContactEventRequest, UpdateContactEventRequest, ListContactEventsParams, ConfirmationRequest, CheckinRequest, CheckoutRequest, EventNotesRequest, Lead, CreateLeadRequest, UpdateLeadRequest, ListLeadsParams, LeadFollow, CreateLeadFollowRequest, UpdateLeadFollowRequest, ListLeadFollowsParams, Opportunity, CreateOpportunityRequest, UpdateOpportunityRequest, ListOpportunitiesParams, Meeting, CreateMeetingRequest, UpdateMeetingRequest, ListMeetingsParams, MeetingParticipant, CreateMeetingParticipantRequest, UpdateMeetingParticipantRequest, ListMeetingParticipantsParams, MeetingBilling, CreateMeetingBillingRequest, UpdateMeetingBillingRequest, ListMeetingBillingsParams, PaymentSplit, EapSession, OutstandingByPayer, BillingRevenueReport, BillingAgingReport, BillingParticipantReport, Quote, CreateQuoteRequest, UpdateQuoteRequest, ListQuotesParams, Subscriber, CreateSubscriberRequest, UpdateSubscriberRequest, ListSubscribersParams, Referral, CreateReferralRequest, UpdateReferralRequest, ListReferralsParams, Touch, CreateTouchRequest, UpdateTouchRequest, ListTouchesParams, Category, AccountCategory, CreateCategoryRequest, UpdateCategoryRequest, ListCategoriesParams, AddAccountCategoryRequest, UpdateAccountCategoryRequest, CalendarAccount, CreateCalendarAccountRequest, UpdateCalendarAccountRequest, ListCalendarAccountsParams, SyncCalendarRequest, SyncCalendarResponse, BusyBlock, CreateBusyBlockRequest, ListBusyBlocksParams, IcsToken, CreateIcsTokenRequest, ListIcsTokensParams, ZoomMeeting, ZoomAvailability, ProvisionZoomMeetingRequest, UpdateZoomMeetingRequest, ZoomHost, ZoomHostAvailability, ZoomHostAllocation, AvailableUser, CreateZoomHostRequest, UpdateZoomHostRequest, ListZoomHostsParams, } from './lib/types';
4
+ export type { AccountsService, ContactsService, ContactEventsService, LeadsService, LeadFollowsService, OpportunitiesService, MeetingsService, MeetingParticipantsService, MeetingBillingsService, QuotesService, SubscribersService, ReferralsService, TouchesService, CategoriesService, CalendarAccountsService, BusyBlocksService, IcsTokensService, ZoomMeetingsService, ZoomHostsService, } from './lib/services';
5
+ export { createAccountsService, createContactsService, createContactEventsService, createLeadsService, createLeadFollowsService, createOpportunitiesService, createMeetingsService, createMeetingParticipantsService, createMeetingBillingsService, createQuotesService, createSubscribersService, createReferralsService, createTouchesService, createCategoriesService, createCalendarAccountsService, createBusyBlocksService, createIcsTokensService, createZoomMeetingsService, createZoomHostsService, } from './lib/services';
6
+ export { accountMapper, accountDetailMapper, accountDocumentMapper, contactMapper, contactProfileMapper, contactEventMapper, leadMapper, leadFollowMapper, opportunityMapper, meetingMapper, meetingParticipantMapper, meetingBillingMapper, quoteMapper, subscriberMapper, referralMapper, touchMapper, categoryMapper, accountCategoryMapper, calendarAccountMapper, busyBlockMapper, icsTokenMapper, zoomMeetingMapper, zoomHostMapper, } from './lib/mappers';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnE,YAAY,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGhE,YAAY,EAEV,OAAO,EACP,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,OAAO,EACP,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EAEf,WAAW,EACX,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EAEvB,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,GACjB,MAAM,aAAa,CAAC;AAGrB,YAAY,EACV,eAAe,EACf,eAAe,EACf,YAAY,EACZ,oBAAoB,EACpB,eAAe,EACf,aAAa,GACd,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACrB,kBAAkB,EAClB,0BAA0B,EAC1B,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,oBAAoB,EACpB,UAAU,EACV,iBAAiB,EACjB,aAAa,EACb,WAAW,GACZ,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnE,YAAY,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGhE,YAAY,EAEV,OAAO,EACP,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,eAAe,EACf,yBAAyB,EACzB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACxB,yBAAyB,EAEzB,OAAO,EACP,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,YAAY,EACZ,yBAAyB,EACzB,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,iBAAiB,EAEjB,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EAEf,UAAU,EACV,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EAErB,WAAW,EACX,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EAEvB,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAElB,kBAAkB,EAClB,+BAA+B,EAC/B,+BAA+B,EAC/B,6BAA6B,EAE7B,cAAc,EACd,2BAA2B,EAC3B,2BAA2B,EAC3B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,wBAAwB,EAExB,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAEhB,UAAU,EACV,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EAErB,QAAQ,EACR,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EAEnB,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EAEjB,QAAQ,EACR,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EACzB,4BAA4B,EAE5B,eAAe,EACf,4BAA4B,EAC5B,4BAA4B,EAC5B,0BAA0B,EAC1B,mBAAmB,EACnB,oBAAoB,EAEpB,SAAS,EACT,sBAAsB,EACtB,oBAAoB,EAEpB,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EAEnB,WAAW,EACX,gBAAgB,EAChB,2BAA2B,EAC3B,wBAAwB,EAExB,QAAQ,EACR,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,aAAa,CAAC;AAGrB,YAAY,EACV,eAAe,EACf,eAAe,EACf,oBAAoB,EACpB,YAAY,EACZ,kBAAkB,EAClB,oBAAoB,EACpB,eAAe,EACf,0BAA0B,EAC1B,sBAAsB,EACtB,aAAa,EACb,kBAAkB,EAClB,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACrB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,0BAA0B,EAC1B,qBAAqB,EACrB,gCAAgC,EAChC,4BAA4B,EAC5B,mBAAmB,EACnB,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,uBAAuB,EACvB,6BAA6B,EAC7B,uBAAuB,EACvB,sBAAsB,EACtB,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,aAAa,EACb,oBAAoB,EACpB,kBAAkB,EAClB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,wBAAwB,EACxB,oBAAoB,EACpB,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,cAAc,EACd,qBAAqB,EACrB,qBAAqB,EACrB,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,cAAc,GACf,MAAM,eAAe,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Transport, BlockConfig, BlockMetadata } from '@23blocks/contracts';
2
- import { type AccountsService, type ContactsService, type LeadsService, type OpportunitiesService, type MeetingsService, type QuotesService } from './services';
2
+ import { type AccountsService, type ContactsService, type ContactEventsService, type LeadsService, type LeadFollowsService, type OpportunitiesService, type MeetingsService, type MeetingParticipantsService, type MeetingBillingsService, type QuotesService, type SubscribersService, type ReferralsService, type TouchesService, type CategoriesService, type CalendarAccountsService, type BusyBlocksService, type IcsTokensService, type ZoomMeetingsService, type ZoomHostsService, type CrmMailTemplatesService, type CommunicationsService, type CrmUsersService, type BillingReportsService, type CalendarSyncService } from './services';
3
3
  export interface CrmBlockConfig extends BlockConfig {
4
4
  appId: string;
5
5
  tenantId?: string;
@@ -7,10 +7,28 @@ export interface CrmBlockConfig extends BlockConfig {
7
7
  export interface CrmBlock {
8
8
  accounts: AccountsService;
9
9
  contacts: ContactsService;
10
+ contactEvents: ContactEventsService;
10
11
  leads: LeadsService;
12
+ leadFollows: LeadFollowsService;
11
13
  opportunities: OpportunitiesService;
12
14
  meetings: MeetingsService;
15
+ meetingParticipants: MeetingParticipantsService;
16
+ meetingBillings: MeetingBillingsService;
13
17
  quotes: QuotesService;
18
+ subscribers: SubscribersService;
19
+ referrals: ReferralsService;
20
+ touches: TouchesService;
21
+ categories: CategoriesService;
22
+ calendarAccounts: CalendarAccountsService;
23
+ busyBlocks: BusyBlocksService;
24
+ icsTokens: IcsTokensService;
25
+ zoomMeetings: ZoomMeetingsService;
26
+ zoomHosts: ZoomHostsService;
27
+ mailTemplates: CrmMailTemplatesService;
28
+ communications: CommunicationsService;
29
+ users: CrmUsersService;
30
+ billingReports: BillingReportsService;
31
+ calendarSync: CalendarSyncService;
14
32
  }
15
33
  export declare function createCrmBlock(transport: Transport, config: CrmBlockConfig): CrmBlock;
16
34
  export declare const crmBlockMetadata: BlockMetadata;
@@ -1 +1 @@
1
- {"version":3,"file":"crm.block.d.ts","sourceRoot":"","sources":["../../../src/lib/crm.block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACjF,OAAO,EAOL,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,YAAY,EACjB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,aAAa,EACnB,MAAM,YAAY,CAAC;AAEpB,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,eAAe,CAAC;IAC1B,KAAK,EAAE,YAAY,CAAC;IACpB,aAAa,EAAE,oBAAoB,CAAC;IACpC,QAAQ,EAAE,eAAe,CAAC;IAC1B,MAAM,EAAE,aAAa,CAAC;CACvB;AAED,wBAAgB,cAAc,CAC5B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,cAAc,GACrB,QAAQ,CASV;AAED,eAAO,MAAM,gBAAgB,EAAE,aAc9B,CAAC"}
1
+ {"version":3,"file":"crm.block.d.ts","sourceRoot":"","sources":["../../../src/lib/crm.block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACjF,OAAO,EAyBL,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,0BAA0B,EAC/B,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACzB,MAAM,YAAY,CAAC;AAEpB,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,eAAe,CAAC;IAC1B,QAAQ,EAAE,eAAe,CAAC;IAC1B,aAAa,EAAE,oBAAoB,CAAC;IACpC,KAAK,EAAE,YAAY,CAAC;IACpB,WAAW,EAAE,kBAAkB,CAAC;IAChC,aAAa,EAAE,oBAAoB,CAAC;IACpC,QAAQ,EAAE,eAAe,CAAC;IAC1B,mBAAmB,EAAE,0BAA0B,CAAC;IAChD,eAAe,EAAE,sBAAsB,CAAC;IACxC,MAAM,EAAE,aAAa,CAAC;IACtB,WAAW,EAAE,kBAAkB,CAAC;IAChC,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,UAAU,EAAE,iBAAiB,CAAC;IAC9B,SAAS,EAAE,gBAAgB,CAAC;IAC5B,YAAY,EAAE,mBAAmB,CAAC;IAClC,SAAS,EAAE,gBAAgB,CAAC;IAC5B,aAAa,EAAE,uBAAuB,CAAC;IACvC,cAAc,EAAE,qBAAqB,CAAC;IACtC,KAAK,EAAE,eAAe,CAAC;IACvB,cAAc,EAAE,qBAAqB,CAAC;IACtC,YAAY,EAAE,mBAAmB,CAAC;CACnC;AAED,wBAAgB,cAAc,CAC5B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,cAAc,GACrB,QAAQ,CA2BV;AAED,eAAO,MAAM,gBAAgB,EAAE,aA8B9B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { AccountDocument } from '../types/account-document';
3
+ export declare const accountDocumentMapper: JsonApiMapper<AccountDocument>;
4
+ //# sourceMappingURL=account-document.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"account-document.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/account-document.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CAqBhE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { BusyBlock } from '../types/busy-block';
3
+ export declare const busyBlockMapper: JsonApiMapper<BusyBlock>;
4
+ //# sourceMappingURL=busy-block.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"busy-block.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/busy-block.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGrD,eAAO,MAAM,eAAe,EAAE,aAAa,CAAC,SAAS,CAsBpD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { CalendarAccount } from '../types/calendar-account';
3
+ export declare const calendarAccountMapper: JsonApiMapper<CalendarAccount>;
4
+ //# sourceMappingURL=calendar-account.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-account.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/calendar-account.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CAuBhE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { Category, AccountCategory } from '../types/category';
3
+ export declare const categoryMapper: JsonApiMapper<Category>;
4
+ export declare const accountCategoryMapper: JsonApiMapper<AccountCategory>;
5
+ //# sourceMappingURL=category.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/category.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGnE,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAqBlD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CAgBhE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { ContactEvent } from '../types/contact-event';
3
+ export declare const contactEventMapper: JsonApiMapper<ContactEvent>;
4
+ //# sourceMappingURL=contact-event.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact-event.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/contact-event.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,YAAY,CAsB1D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { IcsToken } from '../types/ics-token';
3
+ export declare const icsTokenMapper: JsonApiMapper<IcsToken>;
4
+ //# sourceMappingURL=ics-token.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ics-token.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/ics-token.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAGnD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAqBlD,CAAC"}
@@ -1,8 +1,24 @@
1
1
  export * from './account.mapper';
2
+ export * from './account-document.mapper';
2
3
  export * from './contact.mapper';
4
+ export * from './contact-event.mapper';
3
5
  export * from './lead.mapper';
6
+ export * from './lead-follow.mapper';
4
7
  export * from './opportunity.mapper';
5
8
  export * from './meeting.mapper';
9
+ export * from './meeting-participant.mapper';
10
+ export * from './meeting-billing.mapper';
6
11
  export * from './quote.mapper';
12
+ export * from './subscriber.mapper';
13
+ export * from './referral.mapper';
14
+ export * from './touch.mapper';
15
+ export * from './category.mapper';
16
+ export * from './calendar-account.mapper';
17
+ export * from './busy-block.mapper';
18
+ export * from './ics-token.mapper';
19
+ export * from './zoom-meeting.mapper';
20
+ export * from './zoom-host.mapper';
7
21
  export * from './utils';
22
+ export * from './mail-template.mapper';
23
+ export * from './user.mapper';
8
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { LeadFollow } from '../types/lead-follow';
3
+ export declare const leadFollowMapper: JsonApiMapper<LeadFollow>;
4
+ //# sourceMappingURL=lead-follow.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lead-follow.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/lead-follow.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGvD,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,UAAU,CAoBtD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
+ import type { CrmMailTemplate } from '../types/mail-template';
3
+ export declare const crmMailTemplateMapper: ResourceMapper<CrmMailTemplate>;
4
+ //# sourceMappingURL=mail-template.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mail-template.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/mail-template.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAG9D,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,eAAe,CAmBjE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { MeetingBilling } from '../types/meeting-billing';
3
+ export declare const meetingBillingMapper: JsonApiMapper<MeetingBilling>;
4
+ //# sourceMappingURL=meeting-billing.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meeting-billing.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/meeting-billing.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG/D,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,cAAc,CAwB9D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { MeetingParticipant } from '../types/meeting-participant';
3
+ export declare const meetingParticipantMapper: JsonApiMapper<MeetingParticipant>;
4
+ //# sourceMappingURL=meeting-participant.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meeting-participant.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/meeting-participant.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAGvE,eAAO,MAAM,wBAAwB,EAAE,aAAa,CAAC,kBAAkB,CAuBtE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { Referral } from '../types/referral';
3
+ export declare const referralMapper: JsonApiMapper<Referral>;
4
+ //# sourceMappingURL=referral.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referral.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/referral.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAGlD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAkBlD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { Subscriber } from '../types/subscriber';
3
+ export declare const subscriberMapper: JsonApiMapper<Subscriber>;
4
+ //# sourceMappingURL=subscriber.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscriber.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/subscriber.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGtD,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,UAAU,CAqBtD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { Touch } from '../types/touch';
3
+ export declare const touchMapper: JsonApiMapper<Touch>;
4
+ //# sourceMappingURL=touch.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"touch.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/touch.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAG5C,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,KAAK,CAqB5C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
+ import type { CrmUser } from '../types/user';
3
+ export declare const crmUserMapper: ResourceMapper<CrmUser>;
4
+ //# sourceMappingURL=user.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/user.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAcjD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { ZoomHost } from '../types/zoom-host';
3
+ export declare const zoomHostMapper: JsonApiMapper<ZoomHost>;
4
+ //# sourceMappingURL=zoom-host.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zoom-host.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/zoom-host.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAGnD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAwBlD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
+ import type { ZoomMeeting } from '../types/zoom-meeting';
3
+ export declare const zoomMeetingMapper: JsonApiMapper<ZoomMeeting>;
4
+ //# sourceMappingURL=zoom-meeting.mapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zoom-meeting.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/zoom-meeting.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAGzD,eAAO,MAAM,iBAAiB,EAAE,aAAa,CAAC,WAAW,CA2BxD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { Transport } from '@23blocks/contracts';
2
+ import type { BillingReportParams, RevenueReport, AgingReport, ParticipantBillingReport } from '../types/billing-report';
3
+ export interface BillingReportsService {
4
+ getRevenueReport(params?: BillingReportParams): Promise<RevenueReport>;
5
+ getAgingReport(): Promise<AgingReport>;
6
+ getParticipantReport(participantEmail: string): Promise<ParticipantBillingReport>;
7
+ }
8
+ export declare function createBillingReportsService(transport: Transport, _config: {
9
+ appId: string;
10
+ }): BillingReportsService;
11
+ //# sourceMappingURL=billing-reports.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-reports.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/billing-reports.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,WAAW,EACX,wBAAwB,EACzB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,WAAW,qBAAqB;IACpC,gBAAgB,CAAC,MAAM,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;IACvE,cAAc,IAAI,OAAO,CAAC,WAAW,CAAC,CAAC;IACvC,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACnF;AAED,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,qBAAqB,CA8DnH"}
@@ -0,0 +1,11 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { BusyBlock, CreateBusyBlockRequest, ListBusyBlocksParams } from '../types/busy-block';
3
+ export interface BusyBlocksService {
4
+ list(userUniqueId: string, params?: ListBusyBlocksParams): Promise<PageResult<BusyBlock>>;
5
+ create(userUniqueId: string, data: CreateBusyBlockRequest): Promise<BusyBlock>;
6
+ delete(userUniqueId: string, id: string): Promise<void>;
7
+ }
8
+ export declare function createBusyBlocksService(transport: Transport, _config: {
9
+ appId: string;
10
+ }): BusyBlocksService;
11
+ //# sourceMappingURL=busy-blocks.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"busy-blocks.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/busy-blocks.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,SAAS,EACT,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC;IAC1F,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;IAC/E,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzD;AAED,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,iBAAiB,CAoC3G"}
@@ -0,0 +1,15 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { CalendarAccount, CreateCalendarAccountRequest, UpdateCalendarAccountRequest, ListCalendarAccountsParams, SyncCalendarRequest, SyncCalendarResponse } from '../types/calendar-account';
3
+ export interface CalendarAccountsService {
4
+ list(userUniqueId: string, params?: ListCalendarAccountsParams): Promise<PageResult<CalendarAccount>>;
5
+ get(userUniqueId: string, id: string): Promise<CalendarAccount>;
6
+ create(userUniqueId: string, data: CreateCalendarAccountRequest): Promise<CalendarAccount>;
7
+ update(userUniqueId: string, id: string, data: UpdateCalendarAccountRequest): Promise<CalendarAccount>;
8
+ delete(userUniqueId: string, id: string): Promise<void>;
9
+ syncUser(userUniqueId: string, request?: SyncCalendarRequest): Promise<SyncCalendarResponse>;
10
+ syncTenant(request?: SyncCalendarRequest): Promise<SyncCalendarResponse>;
11
+ }
12
+ export declare function createCalendarAccountsService(transport: Transport, _config: {
13
+ appId: string;
14
+ }): CalendarAccountsService;
15
+ //# sourceMappingURL=calendar-accounts.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-accounts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/calendar-accounts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,eAAe,EACf,4BAA4B,EAC5B,4BAA4B,EAC5B,0BAA0B,EAC1B,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,2BAA2B,CAAC;AAGnC,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,0BAA0B,GAAG,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;IACtG,GAAG,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAChE,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,4BAA4B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3F,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,4BAA4B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACvG,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAC7F,UAAU,CAAC,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAC1E;AAED,wBAAgB,6BAA6B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,uBAAuB,CAgFvH"}
@@ -0,0 +1,15 @@
1
+ import type { Transport } from '@23blocks/contracts';
2
+ export interface CalendarSyncResult {
3
+ success: boolean;
4
+ syncedEvents: number;
5
+ errors?: string[];
6
+ syncedAt: Date;
7
+ }
8
+ export interface CalendarSyncService {
9
+ syncUser(userUniqueId: string): Promise<CalendarSyncResult>;
10
+ syncTenant(): Promise<CalendarSyncResult>;
11
+ }
12
+ export declare function createCalendarSyncService(transport: Transport, _config: {
13
+ appId: string;
14
+ }): CalendarSyncService;
15
+ //# sourceMappingURL=calendar-sync.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar-sync.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/calendar-sync.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,EAAE,IAAI,CAAC;CAChB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC5D,UAAU,IAAI,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAC3C;AAED,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,mBAAmB,CAsB/G"}
@@ -0,0 +1,13 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { Category, CreateCategoryRequest, UpdateCategoryRequest, ListCategoriesParams } from '../types/category';
3
+ export interface CategoriesService {
4
+ list(params?: ListCategoriesParams): Promise<PageResult<Category>>;
5
+ get(uniqueId: string): Promise<Category>;
6
+ create(data: CreateCategoryRequest): Promise<Category>;
7
+ update(uniqueId: string, data: UpdateCategoryRequest): Promise<Category>;
8
+ delete(uniqueId: string): Promise<void>;
9
+ }
10
+ export declare function createCategoriesService(transport: Transport, _config: {
11
+ appId: string;
12
+ }): CategoriesService;
13
+ //# sourceMappingURL=categories.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categories.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/categories.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,QAAQ,EACR,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAG3B,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,MAAM,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;IACnE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACzC,MAAM,CAAC,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACvD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACzE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzC;AAED,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,iBAAiB,CA0D3G"}
@@ -0,0 +1,9 @@
1
+ import type { Transport } from '@23blocks/contracts';
2
+ import type { UnsubscribeRequest, UnsubscribeResponse } from '../types/communication';
3
+ export interface CommunicationsService {
4
+ unsubscribe(data: UnsubscribeRequest): Promise<UnsubscribeResponse>;
5
+ }
6
+ export declare function createCommunicationsService(transport: Transport, _config: {
7
+ appId: string;
8
+ }): CommunicationsService;
9
+ //# sourceMappingURL=communications.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"communications.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/communications.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAEtF,MAAM,WAAW,qBAAqB;IACpC,WAAW,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACrE;AAED,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,qBAAqB,CAkBnH"}
@@ -0,0 +1,21 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { ContactEvent, CreateContactEventRequest, UpdateContactEventRequest, ListContactEventsParams, ConfirmationRequest, CheckinRequest, CheckoutRequest, EventNotesRequest } from '../types/contact-event';
3
+ export interface ContactEventsService {
4
+ list(params?: ListContactEventsParams): Promise<PageResult<ContactEvent>>;
5
+ get(uniqueId: string): Promise<ContactEvent>;
6
+ create(data: CreateContactEventRequest): Promise<ContactEvent>;
7
+ update(uniqueId: string, data: UpdateContactEventRequest): Promise<ContactEvent>;
8
+ delete(uniqueId: string): Promise<void>;
9
+ studentConfirmation(uniqueId: string, request?: ConfirmationRequest): Promise<ContactEvent>;
10
+ studentCheckin(uniqueId: string, request?: CheckinRequest): Promise<ContactEvent>;
11
+ teacherConfirmation(uniqueId: string, request?: ConfirmationRequest): Promise<ContactEvent>;
12
+ teacherCheckin(uniqueId: string, request?: CheckinRequest): Promise<ContactEvent>;
13
+ checkout(uniqueId: string, request?: CheckoutRequest): Promise<ContactEvent>;
14
+ checkoutStudent(uniqueId: string, request?: CheckoutRequest): Promise<ContactEvent>;
15
+ studentNotes(uniqueId: string, request: EventNotesRequest): Promise<ContactEvent>;
16
+ adminNotes(uniqueId: string, request: EventNotesRequest): Promise<ContactEvent>;
17
+ }
18
+ export declare function createContactEventsService(transport: Transport, _config: {
19
+ appId: string;
20
+ }): ContactEventsService;
21
+ //# sourceMappingURL=contact-events.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact-events.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/contact-events.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,YAAY,EACZ,yBAAyB,EACzB,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,iBAAiB,EAClB,MAAM,wBAAwB,CAAC;AAGhC,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,MAAM,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC;IAC1E,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC7C,MAAM,CAAC,IAAI,EAAE,yBAAyB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/D,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,yBAAyB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IACjF,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC5F,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAClF,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC5F,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAClF,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAC7E,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IACpF,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IAClF,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;CACjF;AAED,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,oBAAoB,CA4IjH"}
@@ -0,0 +1,11 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { IcsToken, CreateIcsTokenRequest, ListIcsTokensParams } from '../types/ics-token';
3
+ export interface IcsTokensService {
4
+ list(userUniqueId: string, params?: ListIcsTokensParams): Promise<PageResult<IcsToken>>;
5
+ create(userUniqueId: string, data: CreateIcsTokenRequest): Promise<IcsToken>;
6
+ delete(userUniqueId: string, id: string): Promise<void>;
7
+ }
8
+ export declare function createIcsTokensService(transport: Transport, _config: {
9
+ appId: string;
10
+ }): IcsTokensService;
11
+ //# sourceMappingURL=ics-tokens.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ics-tokens.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/ics-tokens.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,QAAQ,EACR,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;IACxF,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IAC7E,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzD;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,gBAAgB,CA8BzG"}
@@ -1,7 +1,25 @@
1
1
  export * from './accounts.service';
2
2
  export * from './contacts.service';
3
+ export * from './contact-events.service';
3
4
  export * from './leads.service';
5
+ export * from './lead-follows.service';
4
6
  export * from './opportunities.service';
5
7
  export * from './meetings.service';
8
+ export * from './meeting-participants.service';
9
+ export * from './meeting-billings.service';
6
10
  export * from './quotes.service';
11
+ export * from './subscribers.service';
12
+ export * from './referrals.service';
13
+ export * from './touches.service';
14
+ export * from './categories.service';
15
+ export * from './calendar-accounts.service';
16
+ export * from './busy-blocks.service';
17
+ export * from './ics-tokens.service';
18
+ export * from './zoom-meetings.service';
19
+ export * from './zoom-hosts.service';
20
+ export * from './mail-templates.service';
21
+ export * from './communications.service';
22
+ export * from './users.service';
23
+ export * from './billing-reports.service';
24
+ export * from './calendar-sync.service';
7
25
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { LeadFollow, CreateLeadFollowRequest, UpdateLeadFollowRequest, ListLeadFollowsParams } from '../types/lead-follow';
3
+ export interface LeadFollowsService {
4
+ list(leadUniqueId: string, params?: ListLeadFollowsParams): Promise<PageResult<LeadFollow>>;
5
+ get(leadUniqueId: string, followUniqueId: string): Promise<LeadFollow>;
6
+ create(leadUniqueId: string, data: CreateLeadFollowRequest): Promise<LeadFollow>;
7
+ update(leadUniqueId: string, followUniqueId: string, data: UpdateLeadFollowRequest): Promise<LeadFollow>;
8
+ delete(leadUniqueId: string, followUniqueId: string): Promise<void>;
9
+ }
10
+ export declare function createLeadFollowsService(transport: Transport, _config: {
11
+ appId: string;
12
+ }): LeadFollowsService;
13
+ //# sourceMappingURL=lead-follows.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lead-follows.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/lead-follows.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,UAAU,EACV,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,sBAAsB,CAAC;AAG9B,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;IAC5F,GAAG,CAAC,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IACvE,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IACjF,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IACzG,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACrE;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,kBAAkB,CAoD7G"}
@@ -0,0 +1,16 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { CrmMailTemplate, CreateCrmMailTemplateRequest, UpdateCrmMailTemplateRequest, ListCrmMailTemplatesParams, CreateMandrillTemplateRequest, UpdateMandrillTemplateRequest, MandrillTemplateStats } from '../types/mail-template';
3
+ export interface CrmMailTemplatesService {
4
+ list(params?: ListCrmMailTemplatesParams): Promise<PageResult<CrmMailTemplate>>;
5
+ get(uniqueId: string): Promise<CrmMailTemplate>;
6
+ create(data: CreateCrmMailTemplateRequest): Promise<CrmMailTemplate>;
7
+ update(uniqueId: string, data: UpdateCrmMailTemplateRequest): Promise<CrmMailTemplate>;
8
+ getMandrillStats(uniqueId: string): Promise<MandrillTemplateStats>;
9
+ createMandrillTemplate(uniqueId: string, data: CreateMandrillTemplateRequest): Promise<CrmMailTemplate>;
10
+ updateMandrillTemplate(uniqueId: string, data: UpdateMandrillTemplateRequest): Promise<CrmMailTemplate>;
11
+ publishMandrill(uniqueId: string): Promise<CrmMailTemplate>;
12
+ }
13
+ export declare function createCrmMailTemplatesService(transport: Transport, _config: {
14
+ appId: string;
15
+ }): CrmMailTemplatesService;
16
+ //# sourceMappingURL=mail-templates.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mail-templates.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/mail-templates.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,eAAe,EACf,4BAA4B,EAC5B,4BAA4B,EAC5B,0BAA0B,EAC1B,6BAA6B,EAC7B,6BAA6B,EAC7B,qBAAqB,EACtB,MAAM,wBAAwB,CAAC;AAGhC,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,MAAM,CAAC,EAAE,0BAA0B,GAAG,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC;IAChF,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAChD,MAAM,CAAC,IAAI,EAAE,4BAA4B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACrE,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,4BAA4B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACvF,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACnE,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACxG,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IACxG,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAC7D;AAED,wBAAgB,6BAA6B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,uBAAuB,CAsGvH"}
@@ -0,0 +1,19 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { MeetingBilling, CreateMeetingBillingRequest, UpdateMeetingBillingRequest, ListMeetingBillingsParams, PaymentSplit, EapSession, OutstandingByPayer, BillingRevenueReport, BillingAgingReport, BillingParticipantReport } from '../types/meeting-billing';
3
+ export interface MeetingBillingsService {
4
+ list(meetingUniqueId: string, params?: ListMeetingBillingsParams): Promise<PageResult<MeetingBilling>>;
5
+ get(uniqueId: string): Promise<MeetingBilling>;
6
+ create(meetingUniqueId: string, data: CreateMeetingBillingRequest): Promise<MeetingBilling>;
7
+ update(uniqueId: string, data: UpdateMeetingBillingRequest): Promise<MeetingBilling>;
8
+ delete(uniqueId: string): Promise<void>;
9
+ getPaymentSplit(uniqueId: string): Promise<PaymentSplit[]>;
10
+ getEapSessions(participantEmail: string, payerName: string): Promise<EapSession>;
11
+ getOutstandingByPayer(): Promise<OutstandingByPayer[]>;
12
+ getRevenueReport(): Promise<BillingRevenueReport>;
13
+ getAgingReport(): Promise<BillingAgingReport>;
14
+ getParticipantReport(participantEmail: string): Promise<BillingParticipantReport>;
15
+ }
16
+ export declare function createMeetingBillingsService(transport: Transport, _config: {
17
+ appId: string;
18
+ }): MeetingBillingsService;
19
+ //# sourceMappingURL=meeting-billings.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meeting-billings.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/meeting-billings.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,cAAc,EACd,2BAA2B,EAC3B,2BAA2B,EAC3B,yBAAyB,EACzB,YAAY,EACZ,UAAU,EACV,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,wBAAwB,EACzB,MAAM,0BAA0B,CAAC;AAGlC,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC,CAAC;IACvG,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAC/C,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAC5F,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IACrF,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC;IAC3D,cAAc,CAAC,gBAAgB,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IACjF,qBAAqB,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;IACvD,gBAAgB,IAAI,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAClD,cAAc,IAAI,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC9C,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACnF;AAED,wBAAgB,4BAA4B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,sBAAsB,CA4FrH"}
@@ -0,0 +1,11 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { MeetingParticipant, CreateMeetingParticipantRequest, ListMeetingParticipantsParams } from '../types/meeting-participant';
3
+ export interface MeetingParticipantsService {
4
+ list(meetingUniqueId: string, params?: ListMeetingParticipantsParams): Promise<PageResult<MeetingParticipant>>;
5
+ create(meetingUniqueId: string, data: CreateMeetingParticipantRequest): Promise<MeetingParticipant>;
6
+ delete(meetingUniqueId: string, participantUniqueId: string): Promise<void>;
7
+ }
8
+ export declare function createMeetingParticipantsService(transport: Transport, _config: {
9
+ appId: string;
10
+ }): MeetingParticipantsService;
11
+ //# sourceMappingURL=meeting-participants.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meeting-participants.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/meeting-participants.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,kBAAkB,EAClB,+BAA+B,EAE/B,6BAA6B,EAC9B,MAAM,8BAA8B,CAAC;AAGtC,MAAM,WAAW,0BAA0B;IACzC,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,6BAA6B,GAAG,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;IAC/G,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,IAAI,EAAE,+BAA+B,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IACpG,MAAM,CAAC,eAAe,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC7E;AAED,wBAAgB,gCAAgC,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,0BAA0B,CAmC7H"}
@@ -0,0 +1,13 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { Referral, CreateReferralRequest, UpdateReferralRequest, ListReferralsParams } from '../types/referral';
3
+ export interface ReferralsService {
4
+ list(params?: ListReferralsParams): Promise<PageResult<Referral>>;
5
+ get(uniqueId: string): Promise<Referral>;
6
+ create(data: CreateReferralRequest): Promise<Referral>;
7
+ update(uniqueId: string, data: UpdateReferralRequest): Promise<Referral>;
8
+ delete(uniqueId: string): Promise<void>;
9
+ }
10
+ export declare function createReferralsService(transport: Transport, _config: {
11
+ appId: string;
12
+ }): ReferralsService;
13
+ //# sourceMappingURL=referrals.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referrals.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/referrals.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,QAAQ,EACR,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,mBAAmB,CAAC;AAG3B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,MAAM,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC;IAClE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACzC,MAAM,CAAC,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACvD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;IACzE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzC;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,gBAAgB,CAmDzG"}
@@ -0,0 +1,13 @@
1
+ import type { Transport, PageResult } from '@23blocks/contracts';
2
+ import type { Subscriber, CreateSubscriberRequest, UpdateSubscriberRequest, ListSubscribersParams } from '../types/subscriber';
3
+ export interface SubscribersService {
4
+ list(params?: ListSubscribersParams): Promise<PageResult<Subscriber>>;
5
+ get(uniqueId: string): Promise<Subscriber>;
6
+ create(data: CreateSubscriberRequest): Promise<Subscriber>;
7
+ update(uniqueId: string, data: UpdateSubscriberRequest): Promise<Subscriber>;
8
+ delete(uniqueId: string): Promise<void>;
9
+ }
10
+ export declare function createSubscribersService(transport: Transport, _config: {
11
+ appId: string;
12
+ }): SubscribersService;
13
+ //# sourceMappingURL=subscribers.service.d.ts.map