@appsemble/utils 0.19.10 → 0.19.11
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.
|
@@ -19,6 +19,10 @@ If \`to\`, \`cc\`, and \`bcc\` all end up being empty, no emails will be sent bu
|
|
|
19
19
|
$ref: '#/components/schemas/RemapperDefinition',
|
|
20
20
|
description: 'The address the email should be sent to. Can be either in the format of `test@example.com`, or `John Doe <test@example.com>`',
|
|
21
21
|
},
|
|
22
|
+
from: {
|
|
23
|
+
$ref: '#/components/schemas/RemapperDefinition',
|
|
24
|
+
description: 'The name of the sender of the email.',
|
|
25
|
+
},
|
|
22
26
|
cc: {
|
|
23
27
|
$ref: '#/components/schemas/RemapperDefinition',
|
|
24
28
|
description: 'The list of additional email addresses email should be sent to. Uses the same format as `to`. Every email address in the CC is visible to all recipients.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailActionDefinition.js","sourceRoot":"","sources":["../../../../src/api/components/schemas/EmailActionDefinition.ts"],"names":[],"mappings":";;;AAAA,iEAA8D;AAC9D,mCAA2C;AAE9B,QAAA,qBAAqB,GAAG,wBAAgB,CAAC,2CAAoB,EAAE;IAC1E,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACrC,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,IAAI,EAAE,CAAC,OAAO,CAAC;YACf,WAAW,EAAE;;;CAGlB;SACI;QACD,EAAE,EAAE;YACF,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,8HAA8H;SACjI;QACD,EAAE,EAAE;YACF,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,2JAA2J;SAC9J;QACD,GAAG,EAAE;YACH,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,4JAA4J;SAC/J;QACD,OAAO,EAAE;YACP,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EAAE,2BAA2B;SACzC;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,gGAAgG;SACnG;QACD,WAAW,EAAE;YACX,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,+JAA+J;SAClK;KACF;CACF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"EmailActionDefinition.js","sourceRoot":"","sources":["../../../../src/api/components/schemas/EmailActionDefinition.ts"],"names":[],"mappings":";;;AAAA,iEAA8D;AAC9D,mCAA2C;AAE9B,QAAA,qBAAqB,GAAG,wBAAgB,CAAC,2CAAoB,EAAE;IAC1E,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,MAAM,CAAC;IACrC,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,IAAI,EAAE,CAAC,OAAO,CAAC;YACf,WAAW,EAAE;;;CAGlB;SACI;QACD,EAAE,EAAE;YACF,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,8HAA8H;SACjI;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EAAE,sCAAsC;SACpD;QACD,EAAE,EAAE;YACF,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,2JAA2J;SAC9J;QACD,GAAG,EAAE;YACH,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,4JAA4J;SAC/J;QACD,OAAO,EAAE;YACP,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EAAE,2BAA2B;SACzC;QACD,IAAI,EAAE;YACJ,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,gGAAgG;SACnG;QACD,WAAW,EAAE;YACX,IAAI,EAAE,yCAAyC;YAC/C,WAAW,EACT,+JAA+J;SAClK;KACF;CACF,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appsemble/utils",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.11",
|
|
4
4
|
"description": "Utility functions used in Appsemble internally",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test": "jest"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@appsemble/types": "0.19.
|
|
32
|
+
"@appsemble/types": "0.19.11",
|
|
33
33
|
"axios": "^0.23.0",
|
|
34
34
|
"cron-parser": "^4.0.0",
|
|
35
35
|
"date-fns": "^2.0.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"langmap": "^0.0.16",
|
|
40
40
|
"language-tags": "^1.0.0",
|
|
41
41
|
"lcm": "^0.0.3",
|
|
42
|
-
"openapi-types": "^
|
|
42
|
+
"openapi-types": "^10.0.0",
|
|
43
43
|
"parse-duration": "^1.0.0",
|
|
44
44
|
"postcss": "^8.0.0",
|
|
45
45
|
"type-fest": "^2.0.0"
|