@23blocks/block-crm 3.1.2 → 3.1.4

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 (106) hide show
  1. package/dist/index.esm.js +24 -24
  2. package/dist/src/index.d.ts +5 -5
  3. package/dist/src/index.d.ts.map +1 -1
  4. package/dist/src/lib/crm.block.d.ts +1 -1
  5. package/dist/src/lib/crm.block.d.ts.map +1 -1
  6. package/dist/src/lib/mappers/account-document.mapper.d.ts +1 -1
  7. package/dist/src/lib/mappers/account-document.mapper.d.ts.map +1 -1
  8. package/dist/src/lib/mappers/account.mapper.d.ts +1 -1
  9. package/dist/src/lib/mappers/account.mapper.d.ts.map +1 -1
  10. package/dist/src/lib/mappers/busy-block.mapper.d.ts +1 -1
  11. package/dist/src/lib/mappers/busy-block.mapper.d.ts.map +1 -1
  12. package/dist/src/lib/mappers/calendar-account.mapper.d.ts +1 -1
  13. package/dist/src/lib/mappers/calendar-account.mapper.d.ts.map +1 -1
  14. package/dist/src/lib/mappers/category.mapper.d.ts +1 -1
  15. package/dist/src/lib/mappers/category.mapper.d.ts.map +1 -1
  16. package/dist/src/lib/mappers/contact-document.mapper.d.ts +1 -1
  17. package/dist/src/lib/mappers/contact-document.mapper.d.ts.map +1 -1
  18. package/dist/src/lib/mappers/contact-event.mapper.d.ts +1 -1
  19. package/dist/src/lib/mappers/contact-event.mapper.d.ts.map +1 -1
  20. package/dist/src/lib/mappers/contact.mapper.d.ts +1 -1
  21. package/dist/src/lib/mappers/contact.mapper.d.ts.map +1 -1
  22. package/dist/src/lib/mappers/ics-token.mapper.d.ts +1 -1
  23. package/dist/src/lib/mappers/ics-token.mapper.d.ts.map +1 -1
  24. package/dist/src/lib/mappers/index.d.ts +24 -24
  25. package/dist/src/lib/mappers/index.d.ts.map +1 -1
  26. package/dist/src/lib/mappers/lead-follow.mapper.d.ts +1 -1
  27. package/dist/src/lib/mappers/lead-follow.mapper.d.ts.map +1 -1
  28. package/dist/src/lib/mappers/lead.mapper.d.ts +1 -1
  29. package/dist/src/lib/mappers/lead.mapper.d.ts.map +1 -1
  30. package/dist/src/lib/mappers/mail-template.mapper.d.ts +1 -1
  31. package/dist/src/lib/mappers/mail-template.mapper.d.ts.map +1 -1
  32. package/dist/src/lib/mappers/meeting-billing.mapper.d.ts +1 -1
  33. package/dist/src/lib/mappers/meeting-billing.mapper.d.ts.map +1 -1
  34. package/dist/src/lib/mappers/meeting-participant.mapper.d.ts +1 -1
  35. package/dist/src/lib/mappers/meeting-participant.mapper.d.ts.map +1 -1
  36. package/dist/src/lib/mappers/meeting.mapper.d.ts +1 -1
  37. package/dist/src/lib/mappers/meeting.mapper.d.ts.map +1 -1
  38. package/dist/src/lib/mappers/opportunity.mapper.d.ts +1 -1
  39. package/dist/src/lib/mappers/opportunity.mapper.d.ts.map +1 -1
  40. package/dist/src/lib/mappers/quote.mapper.d.ts +1 -1
  41. package/dist/src/lib/mappers/quote.mapper.d.ts.map +1 -1
  42. package/dist/src/lib/mappers/referral.mapper.d.ts +1 -1
  43. package/dist/src/lib/mappers/referral.mapper.d.ts.map +1 -1
  44. package/dist/src/lib/mappers/subscriber.mapper.d.ts +1 -1
  45. package/dist/src/lib/mappers/subscriber.mapper.d.ts.map +1 -1
  46. package/dist/src/lib/mappers/touch.mapper.d.ts +1 -1
  47. package/dist/src/lib/mappers/touch.mapper.d.ts.map +1 -1
  48. package/dist/src/lib/mappers/user.mapper.d.ts +1 -1
  49. package/dist/src/lib/mappers/user.mapper.d.ts.map +1 -1
  50. package/dist/src/lib/mappers/zoom-host.mapper.d.ts +1 -1
  51. package/dist/src/lib/mappers/zoom-host.mapper.d.ts.map +1 -1
  52. package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts +1 -1
  53. package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts.map +1 -1
  54. package/dist/src/lib/services/accounts.service.d.ts +1 -1
  55. package/dist/src/lib/services/accounts.service.d.ts.map +1 -1
  56. package/dist/src/lib/services/billing-reports.service.d.ts +1 -1
  57. package/dist/src/lib/services/billing-reports.service.d.ts.map +1 -1
  58. package/dist/src/lib/services/busy-blocks.service.d.ts +1 -1
  59. package/dist/src/lib/services/busy-blocks.service.d.ts.map +1 -1
  60. package/dist/src/lib/services/calendar-accounts.service.d.ts +1 -1
  61. package/dist/src/lib/services/calendar-accounts.service.d.ts.map +1 -1
  62. package/dist/src/lib/services/categories.service.d.ts +1 -1
  63. package/dist/src/lib/services/categories.service.d.ts.map +1 -1
  64. package/dist/src/lib/services/communications.service.d.ts +1 -1
  65. package/dist/src/lib/services/communications.service.d.ts.map +1 -1
  66. package/dist/src/lib/services/contact-events.service.d.ts +1 -1
  67. package/dist/src/lib/services/contact-events.service.d.ts.map +1 -1
  68. package/dist/src/lib/services/contacts.service.d.ts +1 -1
  69. package/dist/src/lib/services/contacts.service.d.ts.map +1 -1
  70. package/dist/src/lib/services/ics-tokens.service.d.ts +1 -1
  71. package/dist/src/lib/services/ics-tokens.service.d.ts.map +1 -1
  72. package/dist/src/lib/services/index.d.ts +24 -24
  73. package/dist/src/lib/services/index.d.ts.map +1 -1
  74. package/dist/src/lib/services/lead-follows.service.d.ts +1 -1
  75. package/dist/src/lib/services/lead-follows.service.d.ts.map +1 -1
  76. package/dist/src/lib/services/leads.service.d.ts +1 -1
  77. package/dist/src/lib/services/leads.service.d.ts.map +1 -1
  78. package/dist/src/lib/services/mail-templates.service.d.ts +1 -1
  79. package/dist/src/lib/services/mail-templates.service.d.ts.map +1 -1
  80. package/dist/src/lib/services/meeting-billings.service.d.ts +1 -1
  81. package/dist/src/lib/services/meeting-billings.service.d.ts.map +1 -1
  82. package/dist/src/lib/services/meeting-participants.service.d.ts +1 -1
  83. package/dist/src/lib/services/meeting-participants.service.d.ts.map +1 -1
  84. package/dist/src/lib/services/meetings.service.d.ts +1 -1
  85. package/dist/src/lib/services/meetings.service.d.ts.map +1 -1
  86. package/dist/src/lib/services/opportunities.service.d.ts +1 -1
  87. package/dist/src/lib/services/opportunities.service.d.ts.map +1 -1
  88. package/dist/src/lib/services/quotes.service.d.ts +1 -1
  89. package/dist/src/lib/services/quotes.service.d.ts.map +1 -1
  90. package/dist/src/lib/services/referrals.service.d.ts +1 -1
  91. package/dist/src/lib/services/referrals.service.d.ts.map +1 -1
  92. package/dist/src/lib/services/subscribers.service.d.ts +1 -1
  93. package/dist/src/lib/services/subscribers.service.d.ts.map +1 -1
  94. package/dist/src/lib/services/touches.service.d.ts +1 -1
  95. package/dist/src/lib/services/touches.service.d.ts.map +1 -1
  96. package/dist/src/lib/services/users.service.d.ts +3 -3
  97. package/dist/src/lib/services/users.service.d.ts.map +1 -1
  98. package/dist/src/lib/services/zoom-hosts.service.d.ts +1 -1
  99. package/dist/src/lib/services/zoom-hosts.service.d.ts.map +1 -1
  100. package/dist/src/lib/services/zoom-meetings.service.d.ts +1 -1
  101. package/dist/src/lib/services/zoom-meetings.service.d.ts.map +1 -1
  102. package/dist/src/lib/types/contact-document.d.ts +1 -1
  103. package/dist/src/lib/types/contact-document.d.ts.map +1 -1
  104. package/dist/src/lib/types/index.d.ts +25 -25
  105. package/dist/src/lib/types/index.d.ts.map +1 -1
  106. package/package.json +1 -1
package/dist/index.esm.js CHANGED
@@ -78,7 +78,7 @@ const accountMapper = {
78
78
  type: 'Account',
79
79
  map: (resource)=>({
80
80
  id: resource.id,
81
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
81
+ uniqueId: parseString(resource.attributes['unique_id']),
82
82
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
83
83
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
84
84
  code: parseString(resource.attributes['code']) || '',
@@ -98,7 +98,7 @@ const accountDetailMapper = {
98
98
  type: 'AccountDetail',
99
99
  map: (resource)=>({
100
100
  id: resource.id,
101
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
101
+ uniqueId: parseString(resource.attributes['unique_id']),
102
102
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
103
103
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
104
104
  accountUniqueId: parseString(resource.attributes['account_unique_id']) || '',
@@ -199,7 +199,7 @@ const contactMapper = {
199
199
  type: 'Contact',
200
200
  map: (resource)=>({
201
201
  id: resource.id,
202
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
202
+ uniqueId: parseString(resource.attributes['unique_id']),
203
203
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
204
204
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
205
205
  firstName: parseString(resource.attributes['first_name']) || '',
@@ -224,7 +224,7 @@ const contactProfileMapper = {
224
224
  type: 'ContactProfile',
225
225
  map: (resource)=>({
226
226
  id: resource.id,
227
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
227
+ uniqueId: parseString(resource.attributes['unique_id']),
228
228
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
229
229
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
230
230
  contactUniqueId: parseString(resource.attributes['contact_unique_id']) || '',
@@ -339,7 +339,7 @@ const contactEventMapper = {
339
339
  const attrs = resource.attributes || {};
340
340
  return {
341
341
  id: resource.id,
342
- uniqueId: parseString(attrs['unique_id']) || resource.id,
342
+ uniqueId: parseString(attrs['unique_id']),
343
343
  contactUniqueId: parseString(attrs['contact_unique_id']),
344
344
  userUniqueId: parseString(attrs['user_unique_id']),
345
345
  eventType: parseString(attrs['event_type']),
@@ -494,7 +494,7 @@ const leadMapper = {
494
494
  type: 'Lead',
495
495
  map: (resource)=>({
496
496
  id: resource.id,
497
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
497
+ uniqueId: parseString(resource.attributes['unique_id']),
498
498
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
499
499
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
500
500
  firstName: parseString(resource.attributes['first_name']) || '',
@@ -625,7 +625,7 @@ const leadFollowMapper = {
625
625
  const attrs = resource.attributes || {};
626
626
  return {
627
627
  id: resource.id,
628
- uniqueId: parseString(attrs['unique_id']) || resource.id,
628
+ uniqueId: parseString(attrs['unique_id']),
629
629
  leadUniqueId: parseString(attrs['lead_unique_id']) || '',
630
630
  userUniqueId: parseString(attrs['user_unique_id']),
631
631
  followType: parseString(attrs['follow_type']),
@@ -698,7 +698,7 @@ const opportunityMapper = {
698
698
  type: 'Opportunity',
699
699
  map: (resource)=>({
700
700
  id: resource.id,
701
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
701
+ uniqueId: parseString(resource.attributes['unique_id']),
702
702
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
703
703
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
704
704
  accountUniqueId: parseString(resource.attributes['account_unique_id']),
@@ -822,7 +822,7 @@ const meetingMapper = {
822
822
  type: 'Meeting',
823
823
  map: (resource)=>({
824
824
  id: resource.id,
825
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
825
+ uniqueId: parseString(resource.attributes['unique_id']),
826
826
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
827
827
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
828
828
  code: parseString(resource.attributes['code']) || '',
@@ -955,7 +955,7 @@ const meetingParticipantMapper = {
955
955
  const attrs = resource.attributes || {};
956
956
  return {
957
957
  id: resource.id,
958
- uniqueId: parseString(attrs['unique_id']) || resource.id,
958
+ uniqueId: parseString(attrs['unique_id']),
959
959
  meetingUniqueId: parseString(attrs['meeting_unique_id']) || '',
960
960
  contactUniqueId: parseString(attrs['contact_unique_id']),
961
961
  userUniqueId: parseString(attrs['user_unique_id']),
@@ -1016,7 +1016,7 @@ const meetingBillingMapper = {
1016
1016
  const attrs = resource.attributes || {};
1017
1017
  return {
1018
1018
  id: resource.id,
1019
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1019
+ uniqueId: parseString(attrs['unique_id']),
1020
1020
  meetingUniqueId: parseString(attrs['meeting_unique_id']) || '',
1021
1021
  participantUniqueId: parseString(attrs['participant_unique_id']),
1022
1022
  participantEmail: parseString(attrs['participant_email']),
@@ -1127,7 +1127,7 @@ const quoteMapper = {
1127
1127
  type: 'Quote',
1128
1128
  map: (resource)=>({
1129
1129
  id: resource.id,
1130
- uniqueId: parseString(resource.attributes['unique_id']) || resource.id,
1130
+ uniqueId: parseString(resource.attributes['unique_id']),
1131
1131
  createdAt: parseDate(resource.attributes['created_at']) || new Date(),
1132
1132
  updatedAt: parseDate(resource.attributes['updated_at']) || new Date(),
1133
1133
  accountUniqueId: parseString(resource.attributes['account_unique_id']),
@@ -1253,7 +1253,7 @@ const subscriberMapper = {
1253
1253
  const attrs = resource.attributes || {};
1254
1254
  return {
1255
1255
  id: resource.id,
1256
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1256
+ uniqueId: parseString(attrs['unique_id']),
1257
1257
  email: parseString(attrs['email']) || '',
1258
1258
  firstName: parseString(attrs['first_name']),
1259
1259
  lastName: parseString(attrs['last_name']),
@@ -1332,7 +1332,7 @@ const referralMapper = {
1332
1332
  const attrs = resource.attributes || {};
1333
1333
  return {
1334
1334
  id: resource.id,
1335
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1335
+ uniqueId: parseString(attrs['unique_id']),
1336
1336
  referrerUniqueId: parseString(attrs['referrer_unique_id']),
1337
1337
  referredUniqueId: parseString(attrs['referred_unique_id']),
1338
1338
  referralCode: parseString(attrs['referral_code']),
@@ -1402,7 +1402,7 @@ const touchMapper = {
1402
1402
  const attrs = resource.attributes || {};
1403
1403
  return {
1404
1404
  id: resource.id,
1405
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1405
+ uniqueId: parseString(attrs['unique_id']),
1406
1406
  contactUniqueId: parseString(attrs['contact_unique_id']),
1407
1407
  userUniqueId: parseString(attrs['user_unique_id']),
1408
1408
  touchType: parseString(attrs['touch_type']),
@@ -1485,7 +1485,7 @@ const categoryMapper = {
1485
1485
  const attrs = resource.attributes || {};
1486
1486
  return {
1487
1487
  id: resource.id,
1488
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1488
+ uniqueId: parseString(attrs['unique_id']),
1489
1489
  name: parseString(attrs['name']) || '',
1490
1490
  code: parseString(attrs['code']),
1491
1491
  description: parseString(attrs['description']),
@@ -1507,7 +1507,7 @@ const accountCategoryMapper = {
1507
1507
  const attrs = resource.attributes || {};
1508
1508
  return {
1509
1509
  id: resource.id,
1510
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1510
+ uniqueId: parseString(attrs['unique_id']),
1511
1511
  accountUniqueId: parseString(attrs['account_unique_id']) || '',
1512
1512
  categoryUniqueId: parseString(attrs['category_unique_id']) || '',
1513
1513
  order: parseOptionalNumber(attrs['order']),
@@ -1582,7 +1582,7 @@ const calendarAccountMapper = {
1582
1582
  const attrs = resource.attributes || {};
1583
1583
  return {
1584
1584
  id: resource.id,
1585
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1585
+ uniqueId: parseString(attrs['unique_id']),
1586
1586
  userUniqueId: parseString(attrs['user_unique_id']) || '',
1587
1587
  provider: parseString(attrs['provider']) || '',
1588
1588
  email: parseString(attrs['email']),
@@ -1688,7 +1688,7 @@ const busyBlockMapper = {
1688
1688
  const attrs = resource.attributes || {};
1689
1689
  return {
1690
1690
  id: resource.id,
1691
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1691
+ uniqueId: parseString(attrs['unique_id']),
1692
1692
  userUniqueId: parseString(attrs['user_unique_id']) || '',
1693
1693
  title: parseString(attrs['title']),
1694
1694
  description: parseString(attrs['description']),
@@ -1749,7 +1749,7 @@ const icsTokenMapper = {
1749
1749
  const attrs = resource.attributes || {};
1750
1750
  return {
1751
1751
  id: resource.id,
1752
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1752
+ uniqueId: parseString(attrs['unique_id']),
1753
1753
  userUniqueId: parseString(attrs['user_unique_id']) || '',
1754
1754
  token: parseString(attrs['token']) || '',
1755
1755
  name: parseString(attrs['name']),
@@ -1804,7 +1804,7 @@ const zoomMeetingMapper = {
1804
1804
  const attrs = resource.attributes || {};
1805
1805
  return {
1806
1806
  id: resource.id,
1807
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1807
+ uniqueId: parseString(attrs['unique_id']),
1808
1808
  meetingUniqueId: parseString(attrs['meeting_unique_id']) || '',
1809
1809
  userUniqueId: parseString(attrs['user_unique_id']) || '',
1810
1810
  zoomMeetingId: parseString(attrs['zoom_meeting_id']),
@@ -1885,7 +1885,7 @@ const zoomHostMapper = {
1885
1885
  const attrs = resource.attributes || {};
1886
1886
  return {
1887
1887
  id: resource.id,
1888
- uniqueId: parseString(attrs['unique_id']) || resource.id,
1888
+ uniqueId: parseString(attrs['unique_id']),
1889
1889
  userUniqueId: parseString(attrs['user_unique_id']),
1890
1890
  zoomUserId: parseString(attrs['zoom_user_id']),
1891
1891
  email: parseString(attrs['email']),
@@ -2343,7 +2343,7 @@ const accountDocumentMapper = {
2343
2343
  const attrs = resource.attributes || {};
2344
2344
  return {
2345
2345
  id: resource.id,
2346
- uniqueId: parseString(attrs['unique_id']) || resource.id,
2346
+ uniqueId: parseString(attrs['unique_id']),
2347
2347
  accountUniqueId: parseString(attrs['account_unique_id']) || '',
2348
2348
  name: parseString(attrs['name']) || '',
2349
2349
  originalName: parseString(attrs['original_name']),
@@ -2384,7 +2384,7 @@ const contactDocumentMapper = {
2384
2384
  const attrs = resource.attributes || {};
2385
2385
  return {
2386
2386
  id: resource.id,
2387
- uniqueId: parseString(attrs['unique_id']) || resource.id,
2387
+ uniqueId: parseString(attrs['unique_id']),
2388
2388
  contactUniqueId: parseString(attrs['contact_unique_id']) || '',
2389
2389
  name: parseString(attrs['name']) || '',
2390
2390
  originalName: parseString(attrs['original_name']),
@@ -1,6 +1,6 @@
1
- export { createCrmBlock, crmBlockMetadata } from './lib/crm.block';
2
- export type { CrmBlock, CrmBlockConfig } from './lib/crm.block';
3
- export * from './lib/types';
4
- export * from './lib/services';
5
- export * from './lib/mappers';
1
+ export { createCrmBlock, crmBlockMetadata } from './lib/crm.block.js';
2
+ export type { CrmBlock, CrmBlockConfig } from './lib/crm.block.js';
3
+ export * from './lib/types/index.js';
4
+ export * from './lib/services/index.js';
5
+ export * from './lib/mappers/index.js';
6
6
  //# 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,cAAc,aAAa,CAAC;AAG5B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtE,YAAY,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGnE,cAAc,sBAAsB,CAAC;AAGrC,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wBAAwB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { Transport, BlockConfig, BlockMetadata } from '@23blocks/contracts';
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';
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/index.js';
3
3
  export interface CrmBlockConfig extends BlockConfig {
4
4
  appId: string;
5
5
  tenantId?: string;
@@ -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,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"}
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,qBAAqB,CAAC;AAE7B,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"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { AccountDocument } from '../types/account-document';
2
+ import type { AccountDocument } from '../types/account-document.js';
3
3
  export declare const accountDocumentMapper: JsonApiMapper<AccountDocument>;
4
4
  //# sourceMappingURL=account-document.mapper.d.ts.map
@@ -1 +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,EAAoB,MAAM,2BAA2B,CAAC;AAcnF,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CA8BhE,CAAC"}
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,EAAoB,MAAM,8BAA8B,CAAC;AActF,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CA8BhE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Account, AccountDetail } from '../types/account';
2
+ import type { Account, AccountDetail } from '../types/account.js';
3
3
  export declare const accountMapper: ResourceMapper<Account>;
4
4
  export declare const accountDetailMapper: ResourceMapper<AccountDetail>;
5
5
  //# sourceMappingURL=account.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/account.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAG/D,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAoBjD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,aAAa,CAqB7D,CAAC"}
1
+ {"version":3,"file":"account.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/account.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGlE,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAoBjD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,aAAa,CAqB7D,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { BusyBlock } from '../types/busy-block';
2
+ import type { BusyBlock } from '../types/busy-block.js';
3
3
  export declare const busyBlockMapper: JsonApiMapper<BusyBlock>;
4
4
  //# sourceMappingURL=busy-block.mapper.d.ts.map
@@ -1 +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"}
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,wBAAwB,CAAC;AAGxD,eAAO,MAAM,eAAe,EAAE,aAAa,CAAC,SAAS,CAsBpD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { CalendarAccount } from '../types/calendar-account';
2
+ import type { CalendarAccount } from '../types/calendar-account.js';
3
3
  export declare const calendarAccountMapper: JsonApiMapper<CalendarAccount>;
4
4
  //# sourceMappingURL=calendar-account.mapper.d.ts.map
@@ -1 +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"}
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,8BAA8B,CAAC;AAGpE,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CAuBhE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { Category, AccountCategory } from '../types/category';
2
+ import type { Category, AccountCategory } from '../types/category.js';
3
3
  export declare const categoryMapper: JsonApiMapper<Category>;
4
4
  export declare const accountCategoryMapper: JsonApiMapper<AccountCategory>;
5
5
  //# sourceMappingURL=category.mapper.d.ts.map
@@ -1 +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"}
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,sBAAsB,CAAC;AAGtE,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAqBlD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CAgBhE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { ContactDocument } from '../types/contact-document';
2
+ import type { ContactDocument } from '../types/contact-document.js';
3
3
  export declare const contactDocumentMapper: JsonApiMapper<ContactDocument>;
4
4
  //# sourceMappingURL=contact-document.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"contact-document.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/contact-document.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAejE,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CA8BhE,CAAC"}
1
+ {"version":3,"file":"contact-document.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/contact-document.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAmB,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAepE,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAAC,eAAe,CA8BhE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { ContactEvent } from '../types/contact-event';
2
+ import type { ContactEvent } from '../types/contact-event.js';
3
3
  export declare const contactEventMapper: JsonApiMapper<ContactEvent>;
4
4
  //# sourceMappingURL=contact-event.mapper.d.ts.map
@@ -1 +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"}
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,2BAA2B,CAAC;AAG9D,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,YAAY,CAsB1D,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Contact, ContactProfile } from '../types/contact';
2
+ import type { Contact, ContactProfile } from '../types/contact.js';
3
3
  export declare const contactMapper: ResourceMapper<Contact>;
4
4
  export declare const contactProfileMapper: ResourceMapper<ContactProfile>;
5
5
  //# sourceMappingURL=contact.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"contact.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/contact.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGhE,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAyBjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,cAAc,CAAC,cAAc,CA0B/D,CAAC"}
1
+ {"version":3,"file":"contact.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/contact.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAGnE,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAyBjD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,cAAc,CAAC,cAAc,CA0B/D,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { IcsToken } from '../types/ics-token';
2
+ import type { IcsToken } from '../types/ics-token.js';
3
3
  export declare const icsTokenMapper: JsonApiMapper<IcsToken>;
4
4
  //# sourceMappingURL=ics-token.mapper.d.ts.map
@@ -1 +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
+ {"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,uBAAuB,CAAC;AAGtD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAqBlD,CAAC"}
@@ -1,25 +1,25 @@
1
- export * from './account.mapper';
2
- export * from './account-document.mapper';
3
- export * from './contact.mapper';
4
- export * from './contact-document.mapper';
5
- export * from './contact-event.mapper';
6
- export * from './lead.mapper';
7
- export * from './lead-follow.mapper';
8
- export * from './opportunity.mapper';
9
- export * from './meeting.mapper';
10
- export * from './meeting-participant.mapper';
11
- export * from './meeting-billing.mapper';
12
- export * from './quote.mapper';
13
- export * from './subscriber.mapper';
14
- export * from './referral.mapper';
15
- export * from './touch.mapper';
16
- export * from './category.mapper';
17
- export * from './calendar-account.mapper';
18
- export * from './busy-block.mapper';
19
- export * from './ics-token.mapper';
20
- export * from './zoom-meeting.mapper';
21
- export * from './zoom-host.mapper';
22
- export * from './utils';
23
- export * from './mail-template.mapper';
24
- export * from './user.mapper';
1
+ export * from './account.mapper.js';
2
+ export * from './account-document.mapper.js';
3
+ export * from './contact.mapper.js';
4
+ export * from './contact-document.mapper.js';
5
+ export * from './contact-event.mapper.js';
6
+ export * from './lead.mapper.js';
7
+ export * from './lead-follow.mapper.js';
8
+ export * from './opportunity.mapper.js';
9
+ export * from './meeting.mapper.js';
10
+ export * from './meeting-participant.mapper.js';
11
+ export * from './meeting-billing.mapper.js';
12
+ export * from './quote.mapper.js';
13
+ export * from './subscriber.mapper.js';
14
+ export * from './referral.mapper.js';
15
+ export * from './touch.mapper.js';
16
+ export * from './category.mapper.js';
17
+ export * from './calendar-account.mapper.js';
18
+ export * from './busy-block.mapper.js';
19
+ export * from './ics-token.mapper.js';
20
+ export * from './zoom-meeting.mapper.js';
21
+ export * from './zoom-host.mapper.js';
22
+ export * from './utils.js';
23
+ export * from './mail-template.mapper.js';
24
+ export * from './user.mapper.js';
25
25
  //# 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,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC;AAC3B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { LeadFollow } from '../types/lead-follow';
2
+ import type { LeadFollow } from '../types/lead-follow.js';
3
3
  export declare const leadFollowMapper: JsonApiMapper<LeadFollow>;
4
4
  //# sourceMappingURL=lead-follow.mapper.d.ts.map
@@ -1 +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"}
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,yBAAyB,CAAC;AAG1D,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,UAAU,CAoBtD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Lead } from '../types/lead';
2
+ import type { Lead } from '../types/lead.js';
3
3
  export declare const leadMapper: ResourceMapper<Lead>;
4
4
  //# sourceMappingURL=lead.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lead.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/lead.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAG1C,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,IAAI,CA4B3C,CAAC"}
1
+ {"version":3,"file":"lead.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/lead.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,eAAO,MAAM,UAAU,EAAE,cAAc,CAAC,IAAI,CA4B3C,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { CrmMailTemplate } from '../types/mail-template';
2
+ import type { CrmMailTemplate } from '../types/mail-template.js';
3
3
  export declare const crmMailTemplateMapper: ResourceMapper<CrmMailTemplate>;
4
4
  //# sourceMappingURL=mail-template.mapper.d.ts.map
@@ -1 +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"}
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,2BAA2B,CAAC;AAGjE,eAAO,MAAM,qBAAqB,EAAE,cAAc,CAAC,eAAe,CAmBjE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { MeetingBilling } from '../types/meeting-billing';
2
+ import type { MeetingBilling } from '../types/meeting-billing.js';
3
3
  export declare const meetingBillingMapper: JsonApiMapper<MeetingBilling>;
4
4
  //# sourceMappingURL=meeting-billing.mapper.d.ts.map
@@ -1 +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"}
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,6BAA6B,CAAC;AAGlE,eAAO,MAAM,oBAAoB,EAAE,aAAa,CAAC,cAAc,CAwB9D,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { MeetingParticipant } from '../types/meeting-participant';
2
+ import type { MeetingParticipant } from '../types/meeting-participant.js';
3
3
  export declare const meetingParticipantMapper: JsonApiMapper<MeetingParticipant>;
4
4
  //# sourceMappingURL=meeting-participant.mapper.d.ts.map
@@ -1 +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"}
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,iCAAiC,CAAC;AAG1E,eAAO,MAAM,wBAAwB,EAAE,aAAa,CAAC,kBAAkB,CAuBtE,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Meeting } from '../types/meeting';
2
+ import type { Meeting } from '../types/meeting.js';
3
3
  export declare const meetingMapper: ResourceMapper<Meeting>;
4
4
  //# sourceMappingURL=meeting.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"meeting.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/meeting.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAGhD,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CA+BjD,CAAC"}
1
+ {"version":3,"file":"meeting.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/meeting.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAGnD,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CA+BjD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Opportunity } from '../types/opportunity';
2
+ import type { Opportunity } from '../types/opportunity.js';
3
3
  export declare const opportunityMapper: ResourceMapper<Opportunity>;
4
4
  //# sourceMappingURL=opportunity.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"opportunity.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/opportunity.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,WAAW,CA2BzD,CAAC"}
1
+ {"version":3,"file":"opportunity.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/opportunity.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG3D,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,WAAW,CA2BzD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { Quote } from '../types/quote';
2
+ import type { Quote } from '../types/quote.js';
3
3
  export declare const quoteMapper: ResourceMapper<Quote>;
4
4
  //# sourceMappingURL=quote.mapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"quote.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/quote.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAG5C,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,KAAK,CA2B7C,CAAC"}
1
+ {"version":3,"file":"quote.mapper.d.ts","sourceRoot":"","sources":["../../../../src/lib/mappers/quote.mapper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAG/C,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,KAAK,CA2B7C,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { Referral } from '../types/referral';
2
+ import type { Referral } from '../types/referral.js';
3
3
  export declare const referralMapper: JsonApiMapper<Referral>;
4
4
  //# sourceMappingURL=referral.mapper.d.ts.map
@@ -1 +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"}
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,sBAAsB,CAAC;AAGrD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAkBlD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { Subscriber } from '../types/subscriber';
2
+ import type { Subscriber } from '../types/subscriber.js';
3
3
  export declare const subscriberMapper: JsonApiMapper<Subscriber>;
4
4
  //# sourceMappingURL=subscriber.mapper.d.ts.map
@@ -1 +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"}
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,wBAAwB,CAAC;AAGzD,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,UAAU,CAqBtD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { Touch } from '../types/touch';
2
+ import type { Touch } from '../types/touch.js';
3
3
  export declare const touchMapper: JsonApiMapper<Touch>;
4
4
  //# sourceMappingURL=touch.mapper.d.ts.map
@@ -1 +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"}
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,mBAAmB,CAAC;AAG/C,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,KAAK,CAqB5C,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { ResourceMapper } from '@23blocks/jsonapi-codec';
2
- import type { CrmUser } from '../types/user';
2
+ import type { CrmUser } from '../types/user.js';
3
3
  export declare const crmUserMapper: ResourceMapper<CrmUser>;
4
4
  //# sourceMappingURL=user.mapper.d.ts.map
@@ -1 +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"}
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,kBAAkB,CAAC;AAGhD,eAAO,MAAM,aAAa,EAAE,cAAc,CAAC,OAAO,CAcjD,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
2
- import type { ZoomHost } from '../types/zoom-host';
2
+ import type { ZoomHost } from '../types/zoom-host.js';
3
3
  export declare const zoomHostMapper: JsonApiMapper<ZoomHost>;
4
4
  //# sourceMappingURL=zoom-host.mapper.d.ts.map
@@ -1 +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"}
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,uBAAuB,CAAC;AAGtD,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,QAAQ,CAwBlD,CAAC"}