@actschurch/ccms-sdk 0.0.29 → 0.0.31
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/models/accounselling/ModelView/CareSessionModelView.d.ts +13 -0
- package/dist/models/accounselling/ModelView/CareSessionModelView.d.ts.map +1 -1
- package/dist/models/accourses/ModelView/RegistrationChildRequests.d.ts +95 -0
- package/dist/models/accourses/ModelView/RegistrationChildRequests.d.ts.map +1 -0
- package/dist/models/accourses/ModelView/RegistrationChildRequests.js +7 -0
- package/dist/models/accourses/ModelView/RegistrationChildRequests.js.map +1 -0
- package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.d.ts +33 -0
- package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.d.ts.map +1 -0
- package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.js +7 -0
- package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.js.map +1 -0
- package/dist/models/accourses/ModelView/index.d.ts +2 -0
- package/dist/models/accourses/ModelView/index.d.ts.map +1 -1
- package/dist/models/accourses/ModelView/index.js +2 -0
- package/dist/models/accourses/ModelView/index.js.map +1 -1
- package/dist/models/accourses/RegistrationFile.d.ts +31 -0
- package/dist/models/accourses/RegistrationFile.d.ts.map +1 -0
- package/dist/models/accourses/RegistrationFile.js +2 -0
- package/dist/models/accourses/RegistrationFile.js.map +1 -0
- package/dist/models/accourses/RegistrationNote.d.ts +31 -0
- package/dist/models/accourses/RegistrationNote.d.ts.map +1 -0
- package/dist/models/accourses/RegistrationNote.js +2 -0
- package/dist/models/accourses/RegistrationNote.js.map +1 -0
- package/dist/models/accourses/index.d.ts +2 -0
- package/dist/models/accourses/index.d.ts.map +1 -1
- package/dist/models/accourses/index.js +2 -0
- package/dist/models/accourses/index.js.map +1 -1
- package/dist/models/communication/NotificationInbox.d.ts +53 -0
- package/dist/models/communication/NotificationInbox.d.ts.map +1 -0
- package/dist/models/communication/NotificationInbox.js +8 -0
- package/dist/models/communication/NotificationInbox.js.map +1 -0
- package/dist/models/communication/index.d.ts +1 -0
- package/dist/models/communication/index.d.ts.map +1 -1
- package/dist/models/communication/index.js +1 -0
- package/dist/models/communication/index.js.map +1 -1
- package/dist/react/hooks/services/useCommunicationServices.d.ts +5 -1
- package/dist/react/hooks/services/useCommunicationServices.d.ts.map +1 -1
- package/dist/react/hooks/services/useCommunicationServices.js +7 -0
- package/dist/react/hooks/services/useCommunicationServices.js.map +1 -1
- package/dist/services/accounselling/CareSessionService.d.ts +31 -1
- package/dist/services/accounselling/CareSessionService.d.ts.map +1 -1
- package/dist/services/accounselling/CareSessionService.js +45 -0
- package/dist/services/accounselling/CareSessionService.js.map +1 -1
- package/dist/services/accourses/RegistrationService.d.ts +94 -1
- package/dist/services/accourses/RegistrationService.d.ts.map +1 -1
- package/dist/services/accourses/RegistrationService.js +295 -0
- package/dist/services/accourses/RegistrationService.js.map +1 -1
- package/dist/services/communication/NotificationInboxService.d.ts +32 -0
- package/dist/services/communication/NotificationInboxService.d.ts.map +1 -0
- package/dist/services/communication/NotificationInboxService.js +50 -0
- package/dist/services/communication/NotificationInboxService.js.map +1 -0
- package/dist/services/communication/index.d.ts +4 -0
- package/dist/services/communication/index.d.ts.map +1 -1
- package/dist/services/communication/index.js +3 -0
- package/dist/services/communication/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export { WhatsAppService } from './WhatsAppService';
|
|
|
11
11
|
export { Dialog360Service } from './Dialog360Service';
|
|
12
12
|
export { TemplateService } from './TemplateService';
|
|
13
13
|
export { DeviceService } from './DeviceService';
|
|
14
|
+
export { NotificationInboxService } from './NotificationInboxService';
|
|
14
15
|
import { EmailService } from './EmailService';
|
|
15
16
|
import { SmsService } from './SmsService';
|
|
16
17
|
import { PushNotificationService } from './PushNotificationService';
|
|
@@ -18,6 +19,7 @@ import { WhatsAppService } from './WhatsAppService';
|
|
|
18
19
|
import { Dialog360Service } from './Dialog360Service';
|
|
19
20
|
import { TemplateService } from './TemplateService';
|
|
20
21
|
import { DeviceService } from './DeviceService';
|
|
22
|
+
import { NotificationInboxService } from './NotificationInboxService';
|
|
21
23
|
/**
|
|
22
24
|
* All communication services collection
|
|
23
25
|
*/
|
|
@@ -29,6 +31,8 @@ export interface CommunicationServices {
|
|
|
29
31
|
dialog360: Dialog360Service;
|
|
30
32
|
template: TemplateService;
|
|
31
33
|
device: DeviceService;
|
|
34
|
+
/** Notification inbox / history (GET /api/notifications/me). */
|
|
35
|
+
notificationInbox: NotificationInboxService;
|
|
32
36
|
}
|
|
33
37
|
/**
|
|
34
38
|
* Factory function to create all communication services
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/communication/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/communication/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAGtE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,YAAY,CAAC;IACpB,GAAG,EAAE,UAAU,CAAC;IAChB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,QAAQ,EAAE,eAAe,CAAC;IAC1B,SAAS,EAAE,gBAAgB,CAAC;IAC5B,QAAQ,EAAE,eAAe,CAAC;IAC1B,MAAM,EAAE,aAAa,CAAC;IACtB,gEAAgE;IAChE,iBAAiB,EAAE,wBAAwB,CAAC;CAC7C;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,aAAa,GAAG,qBAAqB,CAW3G"}
|
|
@@ -10,6 +10,7 @@ export { WhatsAppService } from './WhatsAppService';
|
|
|
10
10
|
export { Dialog360Service } from './Dialog360Service';
|
|
11
11
|
export { TemplateService } from './TemplateService';
|
|
12
12
|
export { DeviceService } from './DeviceService';
|
|
13
|
+
export { NotificationInboxService } from './NotificationInboxService';
|
|
13
14
|
// Import for factory
|
|
14
15
|
import { EmailService } from './EmailService';
|
|
15
16
|
import { SmsService } from './SmsService';
|
|
@@ -18,6 +19,7 @@ import { WhatsAppService } from './WhatsAppService';
|
|
|
18
19
|
import { Dialog360Service } from './Dialog360Service';
|
|
19
20
|
import { TemplateService } from './TemplateService';
|
|
20
21
|
import { DeviceService } from './DeviceService';
|
|
22
|
+
import { NotificationInboxService } from './NotificationInboxService';
|
|
21
23
|
/**
|
|
22
24
|
* Factory function to create all communication services
|
|
23
25
|
* @param http - HTTP client instance
|
|
@@ -32,6 +34,7 @@ export function createCommunicationServices(http, config) {
|
|
|
32
34
|
dialog360: new Dialog360Service(http, config),
|
|
33
35
|
template: new TemplateService(http, config),
|
|
34
36
|
device: new DeviceService(http, config),
|
|
37
|
+
notificationInbox: new NotificationInboxService(http, config),
|
|
35
38
|
};
|
|
36
39
|
}
|
|
37
40
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/communication/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,qDAAqD;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/communication/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAKH,qDAAqD;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAqB;AACrB,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAiBtE;;;;GAIG;AACH,MAAM,UAAU,2BAA2B,CAAC,IAAgB,EAAE,MAAsB;IAClF,OAAO;QACL,KAAK,EAAE,IAAI,YAAY,CAAC,IAAI,EAAE,MAAM,CAAC;QACrC,GAAG,EAAE,IAAI,UAAU,CAAC,IAAI,EAAE,MAAM,CAAC;QACjC,gBAAgB,EAAE,IAAI,uBAAuB,CAAC,IAAI,EAAE,MAAM,CAAC;QAC3D,QAAQ,EAAE,IAAI,eAAe,CAAC,IAAI,EAAE,MAAM,CAAC;QAC3C,SAAS,EAAE,IAAI,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC;QAC7C,QAAQ,EAAE,IAAI,eAAe,CAAC,IAAI,EAAE,MAAM,CAAC;QAC3C,MAAM,EAAE,IAAI,aAAa,CAAC,IAAI,EAAE,MAAM,CAAC;QACvC,iBAAiB,EAAE,IAAI,wBAAwB,CAAC,IAAI,EAAE,MAAM,CAAC;KAC9D,CAAC;AACJ,CAAC"}
|