@23blocks/block-crm 3.1.3 → 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.
- package/dist/src/index.d.ts +5 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/lib/crm.block.d.ts +1 -1
- package/dist/src/lib/crm.block.d.ts.map +1 -1
- package/dist/src/lib/mappers/account-document.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/account-document.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/account.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/account.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/busy-block.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/busy-block.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/calendar-account.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/calendar-account.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/category.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/category.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/contact-document.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/contact-document.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/contact-event.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/contact-event.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/contact.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/contact.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/ics-token.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/ics-token.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/index.d.ts +24 -24
- package/dist/src/lib/mappers/index.d.ts.map +1 -1
- package/dist/src/lib/mappers/lead-follow.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/lead-follow.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/lead.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/lead.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/mail-template.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/mail-template.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/meeting-billing.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/meeting-billing.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/meeting-participant.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/meeting-participant.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/meeting.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/meeting.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/opportunity.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/opportunity.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/quote.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/quote.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/referral.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/referral.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/subscriber.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/subscriber.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/touch.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/touch.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/user.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/user.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/zoom-host.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/zoom-host.mapper.d.ts.map +1 -1
- package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts +1 -1
- package/dist/src/lib/mappers/zoom-meeting.mapper.d.ts.map +1 -1
- package/dist/src/lib/services/accounts.service.d.ts +1 -1
- package/dist/src/lib/services/accounts.service.d.ts.map +1 -1
- package/dist/src/lib/services/billing-reports.service.d.ts +1 -1
- package/dist/src/lib/services/billing-reports.service.d.ts.map +1 -1
- package/dist/src/lib/services/busy-blocks.service.d.ts +1 -1
- package/dist/src/lib/services/busy-blocks.service.d.ts.map +1 -1
- package/dist/src/lib/services/calendar-accounts.service.d.ts +1 -1
- package/dist/src/lib/services/calendar-accounts.service.d.ts.map +1 -1
- package/dist/src/lib/services/categories.service.d.ts +1 -1
- package/dist/src/lib/services/categories.service.d.ts.map +1 -1
- package/dist/src/lib/services/communications.service.d.ts +1 -1
- package/dist/src/lib/services/communications.service.d.ts.map +1 -1
- package/dist/src/lib/services/contact-events.service.d.ts +1 -1
- package/dist/src/lib/services/contact-events.service.d.ts.map +1 -1
- package/dist/src/lib/services/contacts.service.d.ts +1 -1
- package/dist/src/lib/services/contacts.service.d.ts.map +1 -1
- package/dist/src/lib/services/ics-tokens.service.d.ts +1 -1
- package/dist/src/lib/services/ics-tokens.service.d.ts.map +1 -1
- package/dist/src/lib/services/index.d.ts +24 -24
- package/dist/src/lib/services/index.d.ts.map +1 -1
- package/dist/src/lib/services/lead-follows.service.d.ts +1 -1
- package/dist/src/lib/services/lead-follows.service.d.ts.map +1 -1
- package/dist/src/lib/services/leads.service.d.ts +1 -1
- package/dist/src/lib/services/leads.service.d.ts.map +1 -1
- package/dist/src/lib/services/mail-templates.service.d.ts +1 -1
- package/dist/src/lib/services/mail-templates.service.d.ts.map +1 -1
- package/dist/src/lib/services/meeting-billings.service.d.ts +1 -1
- package/dist/src/lib/services/meeting-billings.service.d.ts.map +1 -1
- package/dist/src/lib/services/meeting-participants.service.d.ts +1 -1
- package/dist/src/lib/services/meeting-participants.service.d.ts.map +1 -1
- package/dist/src/lib/services/meetings.service.d.ts +1 -1
- package/dist/src/lib/services/meetings.service.d.ts.map +1 -1
- package/dist/src/lib/services/opportunities.service.d.ts +1 -1
- package/dist/src/lib/services/opportunities.service.d.ts.map +1 -1
- package/dist/src/lib/services/quotes.service.d.ts +1 -1
- package/dist/src/lib/services/quotes.service.d.ts.map +1 -1
- package/dist/src/lib/services/referrals.service.d.ts +1 -1
- package/dist/src/lib/services/referrals.service.d.ts.map +1 -1
- package/dist/src/lib/services/subscribers.service.d.ts +1 -1
- package/dist/src/lib/services/subscribers.service.d.ts.map +1 -1
- package/dist/src/lib/services/touches.service.d.ts +1 -1
- package/dist/src/lib/services/touches.service.d.ts.map +1 -1
- package/dist/src/lib/services/users.service.d.ts +3 -3
- package/dist/src/lib/services/users.service.d.ts.map +1 -1
- package/dist/src/lib/services/zoom-hosts.service.d.ts +1 -1
- package/dist/src/lib/services/zoom-hosts.service.d.ts.map +1 -1
- package/dist/src/lib/services/zoom-meetings.service.d.ts +1 -1
- package/dist/src/lib/services/zoom-meetings.service.d.ts.map +1 -1
- package/dist/src/lib/types/contact-document.d.ts +1 -1
- package/dist/src/lib/types/contact-document.d.ts.map +1 -1
- package/dist/src/lib/types/index.d.ts +25 -25
- package/dist/src/lib/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -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
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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 +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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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 +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,
|
|
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,
|
|
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,
|
|
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 +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,
|
|
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 +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,
|
|
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,
|
|
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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { JsonApiMapper } from '@23blocks/jsonapi-codec';
|
|
2
|
-
import type { ZoomMeeting } from '../types/zoom-meeting';
|
|
2
|
+
import type { ZoomMeeting } from '../types/zoom-meeting.js';
|
|
3
3
|
export declare const zoomMeetingMapper: JsonApiMapper<ZoomMeeting>;
|
|
4
4
|
//# sourceMappingURL=zoom-meeting.mapper.d.ts.map
|
|
@@ -1 +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,
|
|
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,0BAA0B,CAAC;AAG5D,eAAO,MAAM,iBAAiB,EAAE,aAAa,CAAC,WAAW,CA2BxD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Account, CreateAccountRequest, UpdateAccountRequest, ListAccountsParams } from '../types/account';
|
|
2
|
+
import type { Account, CreateAccountRequest, UpdateAccountRequest, ListAccountsParams } from '../types/account.js';
|
|
3
3
|
export interface AccountsService {
|
|
4
4
|
list(params?: ListAccountsParams): Promise<PageResult<Account>>;
|
|
5
5
|
get(uniqueId: string): Promise<Account>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/accounts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,
|
|
1
|
+
{"version":3,"file":"accounts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/accounts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IAChE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACxC,MAAM,CAAC,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACrD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACvE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IACjF,WAAW,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;CACxE;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,CA6EvG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport } from '@23blocks/contracts';
|
|
2
|
-
import type { BillingReportParams, RevenueReport, AgingReport, ParticipantBillingReport } from '../types/billing-report';
|
|
2
|
+
import type { BillingReportParams, RevenueReport, AgingReport, ParticipantBillingReport } from '../types/billing-report.js';
|
|
3
3
|
export interface BillingReportsService {
|
|
4
4
|
getRevenueReport(params?: BillingReportParams): Promise<RevenueReport>;
|
|
5
5
|
getAgingReport(): Promise<AgingReport>;
|
|
@@ -1 +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,
|
|
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,4BAA4B,CAAC;AAEpC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { BusyBlock, CreateBusyBlockRequest, ListBusyBlocksParams } from '../types/busy-block';
|
|
2
|
+
import type { BusyBlock, CreateBusyBlockRequest, ListBusyBlocksParams } from '../types/busy-block.js';
|
|
3
3
|
export interface BusyBlocksService {
|
|
4
4
|
list(userUniqueId: string, params?: ListBusyBlocksParams): Promise<PageResult<BusyBlock>>;
|
|
5
5
|
create(userUniqueId: string, data: CreateBusyBlockRequest): Promise<BusyBlock>;
|
|
@@ -1 +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,
|
|
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,wBAAwB,CAAC;AAGhC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { CalendarAccount, CreateCalendarAccountRequest, UpdateCalendarAccountRequest, ListCalendarAccountsParams, SyncCalendarRequest, SyncCalendarResponse } from '../types/calendar-account';
|
|
2
|
+
import type { CalendarAccount, CreateCalendarAccountRequest, UpdateCalendarAccountRequest, ListCalendarAccountsParams, SyncCalendarRequest, SyncCalendarResponse } from '../types/calendar-account.js';
|
|
3
3
|
export interface CalendarAccountsService {
|
|
4
4
|
list(userUniqueId: string, params?: ListCalendarAccountsParams): Promise<PageResult<CalendarAccount>>;
|
|
5
5
|
get(userUniqueId: string, id: string): Promise<CalendarAccount>;
|
|
@@ -1 +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,
|
|
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,8BAA8B,CAAC;AAGtC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Category, CreateCategoryRequest, UpdateCategoryRequest, ListCategoriesParams } from '../types/category';
|
|
2
|
+
import type { Category, CreateCategoryRequest, UpdateCategoryRequest, ListCategoriesParams } from '../types/category.js';
|
|
3
3
|
export interface CategoriesService {
|
|
4
4
|
list(params?: ListCategoriesParams): Promise<PageResult<Category>>;
|
|
5
5
|
get(uniqueId: string): Promise<Category>;
|
|
@@ -1 +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,
|
|
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,sBAAsB,CAAC;AAG9B,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport } from '@23blocks/contracts';
|
|
2
|
-
import type { UnsubscribeRequest, UnsubscribeResponse } from '../types/communication';
|
|
2
|
+
import type { UnsubscribeRequest, UnsubscribeResponse } from '../types/communication.js';
|
|
3
3
|
export interface CommunicationsService {
|
|
4
4
|
unsubscribe(data: UnsubscribeRequest): Promise<UnsubscribeResponse>;
|
|
5
5
|
}
|
|
@@ -1 +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,
|
|
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,2BAA2B,CAAC;AAEzF,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { ContactEvent, CreateContactEventRequest, UpdateContactEventRequest, ListContactEventsParams, ConfirmationRequest, CheckinRequest, CheckoutRequest, EventNotesRequest } from '../types/contact-event';
|
|
2
|
+
import type { ContactEvent, CreateContactEventRequest, UpdateContactEventRequest, ListContactEventsParams, ConfirmationRequest, CheckinRequest, CheckoutRequest, EventNotesRequest } from '../types/contact-event.js';
|
|
3
3
|
export interface ContactEventsService {
|
|
4
4
|
list(params?: ListContactEventsParams): Promise<PageResult<ContactEvent>>;
|
|
5
5
|
get(uniqueId: string): Promise<ContactEvent>;
|
|
@@ -1 +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,
|
|
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,2BAA2B,CAAC;AAGnC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Contact, CreateContactRequest, UpdateContactRequest, ListContactsParams } from '../types/contact';
|
|
2
|
+
import type { Contact, CreateContactRequest, UpdateContactRequest, ListContactsParams } from '../types/contact.js';
|
|
3
3
|
export interface ContactsService {
|
|
4
4
|
list(params?: ListContactsParams): Promise<PageResult<Contact>>;
|
|
5
5
|
get(uniqueId: string): Promise<Contact>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contacts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/contacts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,
|
|
1
|
+
{"version":3,"file":"contacts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/contacts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IAChE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACxC,MAAM,CAAC,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACrD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACvE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IACjF,WAAW,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;CACxE;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,CAoFvG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { IcsToken, CreateIcsTokenRequest, ListIcsTokensParams } from '../types/ics-token';
|
|
2
|
+
import type { IcsToken, CreateIcsTokenRequest, ListIcsTokensParams } from '../types/ics-token.js';
|
|
3
3
|
export interface IcsTokensService {
|
|
4
4
|
list(userUniqueId: string, params?: ListIcsTokensParams): Promise<PageResult<IcsToken>>;
|
|
5
5
|
create(userUniqueId: string, data: CreateIcsTokenRequest): Promise<IcsToken>;
|
|
@@ -1 +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,
|
|
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,uBAAuB,CAAC;AAG/B,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,25 +1,25 @@
|
|
|
1
|
-
export * from './accounts.service';
|
|
2
|
-
export * from './contacts.service';
|
|
3
|
-
export * from './contact-events.service';
|
|
4
|
-
export * from './leads.service';
|
|
5
|
-
export * from './lead-follows.service';
|
|
6
|
-
export * from './opportunities.service';
|
|
7
|
-
export * from './meetings.service';
|
|
8
|
-
export * from './meeting-participants.service';
|
|
9
|
-
export * from './meeting-billings.service';
|
|
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';
|
|
1
|
+
export * from './accounts.service.js';
|
|
2
|
+
export * from './contacts.service.js';
|
|
3
|
+
export * from './contact-events.service.js';
|
|
4
|
+
export * from './leads.service.js';
|
|
5
|
+
export * from './lead-follows.service.js';
|
|
6
|
+
export * from './opportunities.service.js';
|
|
7
|
+
export * from './meetings.service.js';
|
|
8
|
+
export * from './meeting-participants.service.js';
|
|
9
|
+
export * from './meeting-billings.service.js';
|
|
10
|
+
export * from './quotes.service.js';
|
|
11
|
+
export * from './subscribers.service.js';
|
|
12
|
+
export * from './referrals.service.js';
|
|
13
|
+
export * from './touches.service.js';
|
|
14
|
+
export * from './categories.service.js';
|
|
15
|
+
export * from './calendar-accounts.service.js';
|
|
16
|
+
export * from './busy-blocks.service.js';
|
|
17
|
+
export * from './ics-tokens.service.js';
|
|
18
|
+
export * from './zoom-meetings.service.js';
|
|
19
|
+
export * from './zoom-hosts.service.js';
|
|
20
|
+
export * from './mail-templates.service.js';
|
|
21
|
+
export * from './communications.service.js';
|
|
22
|
+
export * from './users.service.js';
|
|
23
|
+
export * from './billing-reports.service.js';
|
|
24
|
+
export * from './calendar-sync.service.js';
|
|
25
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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { LeadFollow, CreateLeadFollowRequest, UpdateLeadFollowRequest, ListLeadFollowsParams } from '../types/lead-follow';
|
|
2
|
+
import type { LeadFollow, CreateLeadFollowRequest, UpdateLeadFollowRequest, ListLeadFollowsParams } from '../types/lead-follow.js';
|
|
3
3
|
export interface LeadFollowsService {
|
|
4
4
|
list(leadUniqueId: string, params?: ListLeadFollowsParams): Promise<PageResult<LeadFollow>>;
|
|
5
5
|
get(leadUniqueId: string, followUniqueId: string): Promise<LeadFollow>;
|
|
@@ -1 +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,
|
|
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,yBAAyB,CAAC;AAGjC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Lead, CreateLeadRequest, UpdateLeadRequest, ListLeadsParams } from '../types/lead';
|
|
2
|
+
import type { Lead, CreateLeadRequest, UpdateLeadRequest, ListLeadsParams } from '../types/lead.js';
|
|
3
3
|
export interface LeadsService {
|
|
4
4
|
list(params?: ListLeadsParams): Promise<PageResult<Lead>>;
|
|
5
5
|
get(uniqueId: string): Promise<Lead>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leads.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/leads.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EAChB,MAAM,
|
|
1
|
+
{"version":3,"file":"leads.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/leads.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EAChB,MAAM,kBAAkB,CAAC;AAG1B,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,MAAM,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1D,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/C,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACjE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;IAC3E,WAAW,CAAC,MAAM,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC;CAClE;AAED,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,YAAY,CAkGjG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { CrmMailTemplate, CreateCrmMailTemplateRequest, UpdateCrmMailTemplateRequest, ListCrmMailTemplatesParams, CreateMandrillTemplateRequest, UpdateMandrillTemplateRequest, MandrillTemplateStats } from '../types/mail-template';
|
|
2
|
+
import type { CrmMailTemplate, CreateCrmMailTemplateRequest, UpdateCrmMailTemplateRequest, ListCrmMailTemplatesParams, CreateMandrillTemplateRequest, UpdateMandrillTemplateRequest, MandrillTemplateStats } from '../types/mail-template.js';
|
|
3
3
|
export interface CrmMailTemplatesService {
|
|
4
4
|
list(params?: ListCrmMailTemplatesParams): Promise<PageResult<CrmMailTemplate>>;
|
|
5
5
|
get(uniqueId: string): Promise<CrmMailTemplate>;
|
|
@@ -1 +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,
|
|
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,2BAA2B,CAAC;AAGnC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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';
|
|
2
|
+
import type { MeetingBilling, CreateMeetingBillingRequest, UpdateMeetingBillingRequest, ListMeetingBillingsParams, PaymentSplit, EapSession, OutstandingByPayer, BillingRevenueReport, BillingAgingReport, BillingParticipantReport } from '../types/meeting-billing.js';
|
|
3
3
|
export interface MeetingBillingsService {
|
|
4
4
|
list(meetingUniqueId: string, params?: ListMeetingBillingsParams): Promise<PageResult<MeetingBilling>>;
|
|
5
5
|
get(uniqueId: string): Promise<MeetingBilling>;
|
|
@@ -1 +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,
|
|
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,6BAA6B,CAAC;AAGrC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { MeetingParticipant, CreateMeetingParticipantRequest, ListMeetingParticipantsParams } from '../types/meeting-participant';
|
|
2
|
+
import type { MeetingParticipant, CreateMeetingParticipantRequest, ListMeetingParticipantsParams } from '../types/meeting-participant.js';
|
|
3
3
|
export interface MeetingParticipantsService {
|
|
4
4
|
list(meetingUniqueId: string, params?: ListMeetingParticipantsParams): Promise<PageResult<MeetingParticipant>>;
|
|
5
5
|
create(meetingUniqueId: string, data: CreateMeetingParticipantRequest): Promise<MeetingParticipant>;
|
|
@@ -1 +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,
|
|
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,iCAAiC,CAAC;AAGzC,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Meeting, CreateMeetingRequest, UpdateMeetingRequest, ListMeetingsParams } from '../types/meeting';
|
|
2
|
+
import type { Meeting, CreateMeetingRequest, UpdateMeetingRequest, ListMeetingsParams } from '../types/meeting.js';
|
|
3
3
|
export interface MeetingsService {
|
|
4
4
|
list(params?: ListMeetingsParams): Promise<PageResult<Meeting>>;
|
|
5
5
|
get(uniqueId: string): Promise<Meeting>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meetings.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/meetings.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,
|
|
1
|
+
{"version":3,"file":"meetings.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/meetings.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,OAAO,EACP,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EACnB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IAChE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACxC,MAAM,CAAC,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACrD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACvE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IACjF,WAAW,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;CACxE;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,CAiGvG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Opportunity, CreateOpportunityRequest, UpdateOpportunityRequest, ListOpportunitiesParams } from '../types/opportunity';
|
|
2
|
+
import type { Opportunity, CreateOpportunityRequest, UpdateOpportunityRequest, ListOpportunitiesParams } from '../types/opportunity.js';
|
|
3
3
|
export interface OpportunitiesService {
|
|
4
4
|
list(params?: ListOpportunitiesParams): Promise<PageResult<Opportunity>>;
|
|
5
5
|
get(uniqueId: string): Promise<Opportunity>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"opportunities.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/opportunities.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,
|
|
1
|
+
{"version":3,"file":"opportunities.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/opportunities.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,yBAAyB,CAAC;AAGjC,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,MAAM,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IACzE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5C,MAAM,CAAC,IAAI,EAAE,wBAAwB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC7D,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,wBAAwB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC/E,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAChD,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IAC1F,WAAW,CAAC,MAAM,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;CACjF;AAED,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,oBAAoB,CA8FjH"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Quote, CreateQuoteRequest, UpdateQuoteRequest, ListQuotesParams } from '../types/quote';
|
|
2
|
+
import type { Quote, CreateQuoteRequest, UpdateQuoteRequest, ListQuotesParams } from '../types/quote.js';
|
|
3
3
|
export interface QuotesService {
|
|
4
4
|
list(params?: ListQuotesParams): Promise<PageResult<Quote>>;
|
|
5
5
|
get(uniqueId: string): Promise<Quote>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quotes.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/quotes.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,
|
|
1
|
+
{"version":3,"file":"quotes.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/quotes.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAG3B,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,MAAM,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5D,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACtC,MAAM,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACjD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACnE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IAC1C,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;IAC7E,WAAW,CAAC,MAAM,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;CACpE;AAED,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,aAAa,CA8FnG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Referral, CreateReferralRequest, UpdateReferralRequest, ListReferralsParams } from '../types/referral';
|
|
2
|
+
import type { Referral, CreateReferralRequest, UpdateReferralRequest, ListReferralsParams } from '../types/referral.js';
|
|
3
3
|
export interface ReferralsService {
|
|
4
4
|
list(params?: ListReferralsParams): Promise<PageResult<Referral>>;
|
|
5
5
|
get(uniqueId: string): Promise<Referral>;
|
|
@@ -1 +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,
|
|
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,sBAAsB,CAAC;AAG9B,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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Subscriber, CreateSubscriberRequest, UpdateSubscriberRequest, ListSubscribersParams } from '../types/subscriber';
|
|
2
|
+
import type { Subscriber, CreateSubscriberRequest, UpdateSubscriberRequest, ListSubscribersParams } from '../types/subscriber.js';
|
|
3
3
|
export interface SubscribersService {
|
|
4
4
|
list(params?: ListSubscribersParams): Promise<PageResult<Subscriber>>;
|
|
5
5
|
get(uniqueId: string): Promise<Subscriber>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscribers.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/subscribers.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,
|
|
1
|
+
{"version":3,"file":"subscribers.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/subscribers.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,wBAAwB,CAAC;AAGhC,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;IACtE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAC3C,MAAM,CAAC,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAC3D,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAC7E,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzC;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,kBAAkB,CAyD7G"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { Touch, CreateTouchRequest, UpdateTouchRequest, ListTouchesParams } from '../types/touch';
|
|
2
|
+
import type { Touch, CreateTouchRequest, UpdateTouchRequest, ListTouchesParams } from '../types/touch.js';
|
|
3
3
|
export interface TouchesService {
|
|
4
4
|
list(params?: ListTouchesParams): Promise<PageResult<Touch>>;
|
|
5
5
|
get(uniqueId: string): Promise<Touch>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"touches.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/touches.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,
|
|
1
|
+
{"version":3,"file":"touches.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/touches.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,KAAK,EACL,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,mBAAmB,CAAC;AAG3B,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,MAAM,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;IAC7D,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACtC,MAAM,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACjD,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IACnE,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzC;AAED,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,cAAc,CA2DrG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { CrmUser, RegisterCrmUserRequest, ListCrmUsersParams } from '../types/user';
|
|
3
|
-
import type { Contact } from '../types/contact';
|
|
4
|
-
import type { Meeting } from '../types/meeting';
|
|
2
|
+
import type { CrmUser, RegisterCrmUserRequest, ListCrmUsersParams } from '../types/user.js';
|
|
3
|
+
import type { Contact } from '../types/contact.js';
|
|
4
|
+
import type { Meeting } from '../types/meeting.js';
|
|
5
5
|
export interface CrmUsersService {
|
|
6
6
|
list(params?: ListCrmUsersParams): Promise<PageResult<CrmUser>>;
|
|
7
7
|
get(uniqueId: string): Promise<CrmUser>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/users.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EAAE,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"users.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/users.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EAAE,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC5F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAKnD,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC;IAChE,GAAG,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACxC,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IAC3E,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAClD,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;CACnD;AAED,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,CA4CvG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport, PageResult } from '@23blocks/contracts';
|
|
2
|
-
import type { ZoomHost, ZoomHostAvailability, ZoomHostAllocation, AvailableUser, CreateZoomHostRequest, UpdateZoomHostRequest, ListZoomHostsParams } from '../types/zoom-host';
|
|
2
|
+
import type { ZoomHost, ZoomHostAvailability, ZoomHostAllocation, AvailableUser, CreateZoomHostRequest, UpdateZoomHostRequest, ListZoomHostsParams } from '../types/zoom-host.js';
|
|
3
3
|
export interface ZoomHostsService {
|
|
4
4
|
list(params?: ListZoomHostsParams): Promise<PageResult<ZoomHost>>;
|
|
5
5
|
get(uniqueId: string): Promise<ZoomHost>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zoom-hosts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/zoom-hosts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,QAAQ,EACR,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"zoom-hosts.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/zoom-hosts.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EACV,QAAQ,EACR,oBAAoB,EACpB,kBAAkB,EAClB,aAAa,EACb,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAG/B,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;IACxC,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjE,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAChE,iBAAiB,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC;CAC/C;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,gBAAgB,CA2EzG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Transport } from '@23blocks/contracts';
|
|
2
|
-
import type { ZoomMeeting, ZoomAvailability, ProvisionZoomMeetingRequest, UpdateZoomMeetingRequest } from '../types/zoom-meeting';
|
|
2
|
+
import type { ZoomMeeting, ZoomAvailability, ProvisionZoomMeetingRequest, UpdateZoomMeetingRequest } from '../types/zoom-meeting.js';
|
|
3
3
|
export interface ZoomMeetingsService {
|
|
4
4
|
get(userUniqueId: string, meetingUniqueId: string): Promise<ZoomMeeting>;
|
|
5
5
|
provision(userUniqueId: string, meetingUniqueId: string, request?: ProvisionZoomMeetingRequest): Promise<ZoomMeeting>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zoom-meetings.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/zoom-meetings.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAChB,2BAA2B,EAC3B,wBAAwB,EACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"zoom-meetings.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/zoom-meetings.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAChB,2BAA2B,EAC3B,wBAAwB,EACzB,MAAM,0BAA0B,CAAC;AAGlC,MAAM,WAAW,mBAAmB;IAClC,GAAG,CAAC,YAAY,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IACzE,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,2BAA2B,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IACtH,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;IAC/G,MAAM,CAAC,YAAY,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACrE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;CACpE;AAED,wBAAgB,yBAAyB,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,mBAAmB,CAqD/G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-document.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/contact-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"contact-document.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/contact-document.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,YAAY,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGlC,oFAAoF;IACpF,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,8BAA8B;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,mDAAmD;IACnD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,iBAAiB;IACjB,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC;AAGD,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGlC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,mDAAmD;IACnD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './account-document';
|
|
3
|
-
export * from './contact';
|
|
4
|
-
export * from './contact-document';
|
|
5
|
-
export * from './contact-event';
|
|
6
|
-
export * from './lead';
|
|
7
|
-
export * from './lead-follow';
|
|
8
|
-
export * from './opportunity';
|
|
9
|
-
export * from './meeting';
|
|
10
|
-
export * from './meeting-participant';
|
|
11
|
-
export * from './meeting-billing';
|
|
12
|
-
export * from './quote';
|
|
13
|
-
export * from './subscriber';
|
|
14
|
-
export * from './referral';
|
|
15
|
-
export * from './touch';
|
|
16
|
-
export * from './category';
|
|
17
|
-
export * from './calendar-account';
|
|
18
|
-
export * from './busy-block';
|
|
19
|
-
export * from './ics-token';
|
|
20
|
-
export * from './zoom-meeting';
|
|
21
|
-
export * from './zoom-host';
|
|
22
|
-
export * from './mail-template';
|
|
23
|
-
export * from './communication';
|
|
24
|
-
export * from './user';
|
|
25
|
-
export * from './billing-report';
|
|
1
|
+
export * from './account.js';
|
|
2
|
+
export * from './account-document.js';
|
|
3
|
+
export * from './contact.js';
|
|
4
|
+
export * from './contact-document.js';
|
|
5
|
+
export * from './contact-event.js';
|
|
6
|
+
export * from './lead.js';
|
|
7
|
+
export * from './lead-follow.js';
|
|
8
|
+
export * from './opportunity.js';
|
|
9
|
+
export * from './meeting.js';
|
|
10
|
+
export * from './meeting-participant.js';
|
|
11
|
+
export * from './meeting-billing.js';
|
|
12
|
+
export * from './quote.js';
|
|
13
|
+
export * from './subscriber.js';
|
|
14
|
+
export * from './referral.js';
|
|
15
|
+
export * from './touch.js';
|
|
16
|
+
export * from './category.js';
|
|
17
|
+
export * from './calendar-account.js';
|
|
18
|
+
export * from './busy-block.js';
|
|
19
|
+
export * from './ics-token.js';
|
|
20
|
+
export * from './zoom-meeting.js';
|
|
21
|
+
export * from './zoom-host.js';
|
|
22
|
+
export * from './mail-template.js';
|
|
23
|
+
export * from './communication.js';
|
|
24
|
+
export * from './user.js';
|
|
25
|
+
export * from './billing-report.js';
|
|
26
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC"}
|
package/package.json
CHANGED