@natrave/notification-service-types 1.1.65 → 1.1.67
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-templated-email-request.dto.d.ts +1 -1
- package/dist/dtos/send-templated-email-request.dto.d.ts.map +1 -1
- package/dist/enums/email-template.enum.d.ts +2 -1
- package/dist/enums/email-template.enum.d.ts.map +1 -1
- package/dist/enums/email-template.enum.js +1 -0
- package/dist/enums/email-template.enum.js.map +1 -1
- package/package.json +14 -14
|
@@ -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: string;
|
|
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,MAAM,CAAC;
|
|
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,CAAC,MAAM,CAAC,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"}
|
|
@@ -6,6 +6,7 @@ export declare enum EmailTemplateName {
|
|
|
6
6
|
FACILITY_PASSWORD_RESET = "FacilityPasswordReset",
|
|
7
7
|
FACILITY_PASSWORD_CHANGE_NOTIFICATION = "FacilityPasswordChangeNotification",
|
|
8
8
|
TOURNAMENT_ORDER_CREATION = "TournamentOrderCreation",
|
|
9
|
-
TOURNAMENT_PAYMENT_CONFIRMATION = "TournamentPaymentConfirmation"
|
|
9
|
+
TOURNAMENT_PAYMENT_CONFIRMATION = "TournamentPaymentConfirmation",
|
|
10
|
+
TEAM_INVITED_TO_TOURNAMENT = "TeamInvitedToTournament"
|
|
10
11
|
}
|
|
11
12
|
//# sourceMappingURL=email-template.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-template.enum.d.ts","sourceRoot":"","sources":["../../src/enums/email-template.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,cAAc,kBAAkB;IAChC,kBAAkB,sBAAsB;IACxC,4BAA4B,+BAA+B;IAC3D,2BAA2B,8BAA8B;IACzD,uBAAuB,0BAA0B;IACjD,qCAAqC,uCAAuC;IAC5E,yBAAyB,4BAA4B;IACrD,+BAA+B,kCAAkC;
|
|
1
|
+
{"version":3,"file":"email-template.enum.d.ts","sourceRoot":"","sources":["../../src/enums/email-template.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,cAAc,kBAAkB;IAChC,kBAAkB,sBAAsB;IACxC,4BAA4B,+BAA+B;IAC3D,2BAA2B,8BAA8B;IACzD,uBAAuB,0BAA0B;IACjD,qCAAqC,uCAAuC;IAC5E,yBAAyB,4BAA4B;IACrD,+BAA+B,kCAAkC;IACjE,0BAA0B,4BAA4B;CACvD"}
|
|
@@ -7,6 +7,7 @@ var EmailTemplateName = /* @__PURE__ */ ((EmailTemplateName2) => {
|
|
|
7
7
|
EmailTemplateName2["FACILITY_PASSWORD_CHANGE_NOTIFICATION"] = "FacilityPasswordChangeNotification";
|
|
8
8
|
EmailTemplateName2["TOURNAMENT_ORDER_CREATION"] = "TournamentOrderCreation";
|
|
9
9
|
EmailTemplateName2["TOURNAMENT_PAYMENT_CONFIRMATION"] = "TournamentPaymentConfirmation";
|
|
10
|
+
EmailTemplateName2["TEAM_INVITED_TO_TOURNAMENT"] = "TeamInvitedToTournament";
|
|
10
11
|
return EmailTemplateName2;
|
|
11
12
|
})(EmailTemplateName || {});
|
|
12
13
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-template.enum.js","sourceRoot":"","sources":["../../src/enums/email-template.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"email-template.enum.js","sourceRoot":"","sources":["../../src/enums/email-template.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,qDAAgC,CAAA;IAChC,6DAAwC,CAAA;IACxC,gFAA2D,CAAA;IAC3D,8EAAyD,CAAA;IACzD,sEAAiD,CAAA;IACjD,iGAA4E,CAAA;IAC5E,0EAAqD,CAAA;IACrD,sFAAiE,CAAA;IACjE,2EAAsD,CAAA;AACxD,CAAC,EAVW,iBAAiB,KAAjB,iBAAiB,QAU5B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natrave/notification-service-types",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.67",
|
|
4
4
|
"description": "Tipos compartilhados do serviço de notificações da NaTrave",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"private": false,
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@changesets/cli": "^2.29.
|
|
33
|
-
"@eslint/js": "^9.
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
35
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
-
"esbuild": "^0.25.
|
|
37
|
-
"eslint": "^9.
|
|
38
|
-
"eslint-config-prettier": "^10.1.
|
|
39
|
-
"eslint-import-resolver-typescript": "^4.
|
|
40
|
-
"eslint-plugin-import": "^2.
|
|
41
|
-
"eslint-plugin-prettier": "^5.
|
|
32
|
+
"@changesets/cli": "^2.29.5",
|
|
33
|
+
"@eslint/js": "^9.30.1",
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
35
|
+
"@typescript-eslint/parser": "^8.36.0",
|
|
36
|
+
"esbuild": "^0.25.6",
|
|
37
|
+
"eslint": "^9.30.1",
|
|
38
|
+
"eslint-config-prettier": "^10.1.5",
|
|
39
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
40
|
+
"eslint-plugin-import": "^2.32.0",
|
|
41
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
42
42
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
43
|
-
"glob": "^11.0.
|
|
43
|
+
"glob": "^11.0.3",
|
|
44
44
|
"husky": "^9.1.7",
|
|
45
|
-
"lint-staged": "^
|
|
46
|
-
"prettier": "^3.
|
|
45
|
+
"lint-staged": "^16.1.2",
|
|
46
|
+
"prettier": "^3.6.2",
|
|
47
47
|
"ts-node": "^10.9.2"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|