@awell-health/awell-extensions 0.1.0 → 0.2.0-beta2
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.
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './Action';
|
|
2
|
+
export * from './ActivityEvent';
|
|
2
3
|
export * from './DataPointDefinition';
|
|
3
4
|
export * from './Extension';
|
|
4
5
|
export * from './Field';
|
|
@@ -6,6 +7,9 @@ export * from './Fields';
|
|
|
6
7
|
export * from './NewActivityPayload';
|
|
7
8
|
export * from './OnCompleteCallback';
|
|
8
9
|
export * from './OnErrorCallback';
|
|
10
|
+
export * from './Pathway';
|
|
11
|
+
export * from './Patient';
|
|
9
12
|
export * from './Setting';
|
|
10
13
|
export * from './Settings';
|
|
11
14
|
export * from './Webhook';
|
|
15
|
+
export * from './WebhookPayload';
|
package/dist/lib/types/index.js
CHANGED
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./Action"), exports);
|
|
18
|
+
__exportStar(require("./ActivityEvent"), exports);
|
|
18
19
|
__exportStar(require("./DataPointDefinition"), exports);
|
|
19
20
|
__exportStar(require("./Extension"), exports);
|
|
20
21
|
__exportStar(require("./Field"), exports);
|
|
@@ -22,7 +23,10 @@ __exportStar(require("./Fields"), exports);
|
|
|
22
23
|
__exportStar(require("./NewActivityPayload"), exports);
|
|
23
24
|
__exportStar(require("./OnCompleteCallback"), exports);
|
|
24
25
|
__exportStar(require("./OnErrorCallback"), exports);
|
|
26
|
+
__exportStar(require("./Pathway"), exports);
|
|
27
|
+
__exportStar(require("./Patient"), exports);
|
|
25
28
|
__exportStar(require("./Setting"), exports);
|
|
26
29
|
__exportStar(require("./Settings"), exports);
|
|
27
30
|
__exportStar(require("./Webhook"), exports);
|
|
31
|
+
__exportStar(require("./WebhookPayload"), exports);
|
|
28
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAwB;AACxB,wDAAqC;AACrC,8CAA2B;AAC3B,0CAAuB;AACvB,2CAAwB;AACxB,uDAAoC;AACpC,uDAAoC;AACpC,oDAAiC;AACjC,4CAAyB;AACzB,6CAA0B;AAC1B,4CAAyB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAwB;AACxB,kDAA+B;AAC/B,wDAAqC;AACrC,8CAA2B;AAC3B,0CAAuB;AACvB,2CAAwB;AACxB,uDAAoC;AACpC,uDAAoC;AACpC,oDAAiC;AACjC,4CAAyB;AACzB,4CAAyB;AACzB,4CAAyB;AACzB,6CAA0B;AAC1B,4CAAyB;AACzB,mDAAgC"}
|
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.js
CHANGED
|
@@ -10,9 +10,23 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
11
11
|
o[k2] = m[k];
|
|
12
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
|
+
});
|
|
13
18
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
20
|
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
16
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.Types = void 0;
|
|
17
30
|
__exportStar(require("../extensions"), exports);
|
|
31
|
+
exports.Types = __importStar(require("../lib/types/index"));
|
|
18
32
|
//# sourceMappingURL=index.js.map
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,4DAA2C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awell-health/awell-extensions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-beta2",
|
|
4
4
|
"packageManager": "yarn@3.4.1",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -78,5 +78,6 @@
|
|
|
78
78
|
"twilio": "^4.8.0",
|
|
79
79
|
"zod": "^3.21.4",
|
|
80
80
|
"zod-validation-error": "^1.0.1"
|
|
81
|
-
}
|
|
81
|
+
},
|
|
82
|
+
"stableVersion": "0.2.0"
|
|
82
83
|
}
|