@natrave/notification-service-types 1.1.67 → 1.1.69
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/dtos/send-push-notification.dto.d.ts +6 -0
- package/dist/dtos/send-push-notification.dto.d.ts.map +1 -0
- package/dist/dtos/send-push-notification.dto.js +0 -0
- package/dist/dtos/send-push-notification.dto.js.map +1 -0
- package/dist/dtos/send-raw-email-request.dto.d.ts +1 -1
- package/dist/dtos/send-raw-email-request.dto.d.ts.map +1 -1
- package/dist/dtos/send-templated-email-request.dto.d.ts +1 -1
- package/dist/dtos/send-templated-email-request.dto.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-push-notification.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/send-push-notification.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-push-notification.dto.js","sourceRoot":"","sources":["../../src/dtos/send-push-notification.dto.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-raw-email-request.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/send-raw-email-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,qBAAa,uBAAuB;IAClC,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"send-raw-email-request.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/send-raw-email-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,qBAAa,uBAAuB;IAClC,EAAE,EAAE,MAAM,EAAE,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,iBAAiB,CAAC;CAC7B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { EmailProviderName } from '../enums/email-provider.enum';
|
|
2
2
|
import type { EmailTemplateName } from '../enums/email-template.enum';
|
|
3
3
|
export declare class ISendTemplatedEmailRequestDto {
|
|
4
|
-
to: [
|
|
4
|
+
to: string[];
|
|
5
5
|
from?: string;
|
|
6
6
|
provider: EmailProviderName;
|
|
7
7
|
templateName: EmailTemplateName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-templated-email-request.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/send-templated-email-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,qBAAa,6BAA6B;IACxC,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"send-templated-email-request.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/send-templated-email-request.dto.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEtE,qBAAa,6BAA6B;IACxC,EAAE,EAAE,MAAM,EAAE,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,YAAY,EAAE,iBAAiB,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './email-templates';
|
|
|
2
2
|
export { EmailProviderName } from './enums/email-provider.enum';
|
|
3
3
|
export { EmailTemplateName } from './enums/email-template.enum';
|
|
4
4
|
export type { ICreateEmailTemplateDto } from './dtos/create-email-template.dto';
|
|
5
|
+
export type { ISendPushNotificationDto } from './dtos/send-push-notification.dto';
|
|
5
6
|
export type { ISendRawEmailRequestDto } from './dtos/send-raw-email-request.dto';
|
|
6
7
|
export type { ISendTemplatedEmailRequestDto } from './dtos/send-templated-email-request.dto';
|
|
7
8
|
export type { ISendRawEmailErrorResponse } from './responses/send-raw-email-error.response';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGhE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,YAAY,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AAG7F,YAAY,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,YAAY,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAGlC,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGhE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,YAAY,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AAG7F,YAAY,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,YAAY,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC"}
|