@awell-health/awell-extensions 2.0.211 → 2.0.212
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/extensions/awell/v1/actions/updatePatient/config/getTimezones.js +37 -4
- package/dist/extensions/awell/v1/actions/updatePatient/config/getTimezones.js.map +1 -1
- package/dist/extensions/mailgun/settings.d.ts +2 -2
- package/dist/extensions/math/v1/actions/generateRandomNumber/config/fields.d.ts +2 -2
- package/dist/extensions/talkDesk/settings.d.ts +2 -2
- package/package.json +2 -1
@@ -1,11 +1,44 @@
|
|
1
1
|
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
19
|
+
var ownKeys = function(o) {
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
21
|
+
var ar = [];
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
23
|
+
return ar;
|
24
|
+
};
|
25
|
+
return ownKeys(o);
|
26
|
+
};
|
27
|
+
return function (mod) {
|
28
|
+
if (mod && mod.__esModule) return mod;
|
29
|
+
var result = {};
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
31
|
+
__setModuleDefault(result, mod);
|
32
|
+
return result;
|
33
|
+
};
|
34
|
+
})();
|
2
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
36
|
exports.getTimezoneOptions = void 0;
|
37
|
+
const tzdata = __importStar(require("tzdata"));
|
4
38
|
const getTimezoneOptions = () => {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
value: timezone,
|
39
|
+
return Object.keys(tzdata.zones).map((tz) => ({
|
40
|
+
label: tz,
|
41
|
+
value: tz,
|
9
42
|
}));
|
10
43
|
};
|
11
44
|
exports.getTimezoneOptions = getTimezoneOptions;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"getTimezones.js","sourceRoot":"","sources":["../../../../../../../extensions/awell/v1/actions/updatePatient/config/getTimezones.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"getTimezones.js","sourceRoot":"","sources":["../../../../../../../extensions/awell/v1/actions/updatePatient/config/getTimezones.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAgC;AAMzB,MAAM,kBAAkB,GAAG,GAAkB,EAAE;IACpD,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;QAC5C,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,EAAE;KACV,CAAC,CAAC,CAAA;AACL,CAAC,CAAA;AALY,QAAA,kBAAkB,sBAK9B"}
|
@@ -57,13 +57,13 @@ export declare const SettingsValidationSchema: z.ZodObject<{
|
|
57
57
|
testMode: boolean;
|
58
58
|
domain: string;
|
59
59
|
fromEmail?: any;
|
60
|
-
region?: "
|
60
|
+
region?: "EU" | "US" | "eu" | "us" | undefined;
|
61
61
|
}, {
|
62
62
|
apiKey: string;
|
63
63
|
fromName: string;
|
64
64
|
domain: string;
|
65
65
|
testMode?: "Yes" | "No" | "yes" | "no" | undefined;
|
66
66
|
fromEmail?: any;
|
67
|
-
region?: "
|
67
|
+
region?: "EU" | "US" | "eu" | "us" | undefined;
|
68
68
|
}>;
|
69
69
|
export declare const validateSettings: (settings: unknown) => z.infer<typeof SettingsValidationSchema>;
|
@@ -37,11 +37,11 @@ export declare const SettingsValidationSchema: z.ZodObject<{
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
38
38
|
clientId: string;
|
39
39
|
clientSecret: string;
|
40
|
-
region: "
|
40
|
+
region: "EU" | "US" | "Canada";
|
41
41
|
talkDeskAccountName: string;
|
42
42
|
}, {
|
43
43
|
clientId: string;
|
44
44
|
clientSecret: string;
|
45
45
|
talkDeskAccountName: string;
|
46
|
-
region?: "
|
46
|
+
region?: "EU" | "US" | "Canada" | undefined;
|
47
47
|
}>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awell-health/awell-extensions",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.212",
|
4
4
|
"packageManager": "yarn@4.5.3",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"repository": {
|
@@ -126,6 +126,7 @@
|
|
126
126
|
"showdown": "^2.1.0",
|
127
127
|
"stripe": "^15.5.0",
|
128
128
|
"twilio": "^4.8.0",
|
129
|
+
"tzdata": "^1.0.43",
|
129
130
|
"uuid": "^10.0.0",
|
130
131
|
"xml2js": "^0.6.2",
|
131
132
|
"zod": "^3.24.1",
|