@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.
Files changed (55) hide show
  1. package/dist/models/accounselling/ModelView/CareSessionModelView.d.ts +13 -0
  2. package/dist/models/accounselling/ModelView/CareSessionModelView.d.ts.map +1 -1
  3. package/dist/models/accourses/ModelView/RegistrationChildRequests.d.ts +95 -0
  4. package/dist/models/accourses/ModelView/RegistrationChildRequests.d.ts.map +1 -0
  5. package/dist/models/accourses/ModelView/RegistrationChildRequests.js +7 -0
  6. package/dist/models/accourses/ModelView/RegistrationChildRequests.js.map +1 -0
  7. package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.d.ts +33 -0
  8. package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.d.ts.map +1 -0
  9. package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.js +7 -0
  10. package/dist/models/accourses/ModelView/RegistrationNoteFileRequests.js.map +1 -0
  11. package/dist/models/accourses/ModelView/index.d.ts +2 -0
  12. package/dist/models/accourses/ModelView/index.d.ts.map +1 -1
  13. package/dist/models/accourses/ModelView/index.js +2 -0
  14. package/dist/models/accourses/ModelView/index.js.map +1 -1
  15. package/dist/models/accourses/RegistrationFile.d.ts +31 -0
  16. package/dist/models/accourses/RegistrationFile.d.ts.map +1 -0
  17. package/dist/models/accourses/RegistrationFile.js +2 -0
  18. package/dist/models/accourses/RegistrationFile.js.map +1 -0
  19. package/dist/models/accourses/RegistrationNote.d.ts +31 -0
  20. package/dist/models/accourses/RegistrationNote.d.ts.map +1 -0
  21. package/dist/models/accourses/RegistrationNote.js +2 -0
  22. package/dist/models/accourses/RegistrationNote.js.map +1 -0
  23. package/dist/models/accourses/index.d.ts +2 -0
  24. package/dist/models/accourses/index.d.ts.map +1 -1
  25. package/dist/models/accourses/index.js +2 -0
  26. package/dist/models/accourses/index.js.map +1 -1
  27. package/dist/models/communication/NotificationInbox.d.ts +53 -0
  28. package/dist/models/communication/NotificationInbox.d.ts.map +1 -0
  29. package/dist/models/communication/NotificationInbox.js +8 -0
  30. package/dist/models/communication/NotificationInbox.js.map +1 -0
  31. package/dist/models/communication/index.d.ts +1 -0
  32. package/dist/models/communication/index.d.ts.map +1 -1
  33. package/dist/models/communication/index.js +1 -0
  34. package/dist/models/communication/index.js.map +1 -1
  35. package/dist/react/hooks/services/useCommunicationServices.d.ts +5 -1
  36. package/dist/react/hooks/services/useCommunicationServices.d.ts.map +1 -1
  37. package/dist/react/hooks/services/useCommunicationServices.js +7 -0
  38. package/dist/react/hooks/services/useCommunicationServices.js.map +1 -1
  39. package/dist/services/accounselling/CareSessionService.d.ts +31 -1
  40. package/dist/services/accounselling/CareSessionService.d.ts.map +1 -1
  41. package/dist/services/accounselling/CareSessionService.js +45 -0
  42. package/dist/services/accounselling/CareSessionService.js.map +1 -1
  43. package/dist/services/accourses/RegistrationService.d.ts +94 -1
  44. package/dist/services/accourses/RegistrationService.d.ts.map +1 -1
  45. package/dist/services/accourses/RegistrationService.js +295 -0
  46. package/dist/services/accourses/RegistrationService.js.map +1 -1
  47. package/dist/services/communication/NotificationInboxService.d.ts +32 -0
  48. package/dist/services/communication/NotificationInboxService.d.ts.map +1 -0
  49. package/dist/services/communication/NotificationInboxService.js +50 -0
  50. package/dist/services/communication/NotificationInboxService.js.map +1 -0
  51. package/dist/services/communication/index.d.ts +4 -0
  52. package/dist/services/communication/index.d.ts.map +1 -1
  53. package/dist/services/communication/index.js +3 -0
  54. package/dist/services/communication/index.js.map +1 -1
  55. 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;AAGhD,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;AAEhD;;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;CACvB;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,EAAE,aAAa,GAAG,qBAAqB,CAU3G"}
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;AAEhD,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;AAehD;;;;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;KACxC,CAAC;AACJ,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actschurch/ccms-sdk",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "CCMS TypeScript SDK for Web APIs and WebSockets (Express, Web, React Native)",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",