@persei/perseed-api 5.0.18 → 5.0.20
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/client.cjs +780 -71
- package/dist/client.cjs.map +1 -1
- package/dist/client.mjs +781 -72
- package/dist/client.mjs.map +1 -1
- package/dist/ecosystem-action-system.cjs +506 -0
- package/dist/ecosystem-action-system.cjs.map +1 -0
- package/dist/ecosystem-action-system.d.ts +1 -0
- package/dist/ecosystem-action-system.mjs +506 -0
- package/dist/ecosystem-action-system.mjs.map +1 -0
- package/dist/ecosystem-container-widget.cjs +4 -3
- package/dist/ecosystem-container-widget.cjs.map +1 -1
- package/dist/ecosystem-container-widget.mjs +4 -3
- package/dist/ecosystem-container-widget.mjs.map +1 -1
- package/dist/lib/src/client/customFetch.d.ts +51 -0
- package/dist/lib/src/client/customFetch.d.ts.map +1 -0
- package/dist/lib/src/client/customFetch.test.d.ts +2 -0
- package/dist/lib/src/client/customFetch.test.d.ts.map +1 -0
- package/dist/lib/src/client/index.d.ts +1 -0
- package/dist/lib/src/client/index.d.ts.map +1 -1
- package/dist/lib/src/generated/client.d.ts +4742 -678
- package/dist/lib/src/generated/client.d.ts.map +1 -1
- package/dist/src/Services/AuthenticationSecurityService.d.ts +1 -1
- package/dist/src/Services/MobileService.d.ts +26 -1
- package/dist/src/Services/MobileService.d.ts.map +1 -1
- package/dist/src/Services/ProcessLogService.d.ts.map +1 -1
- package/dist/src/Services/ProjectService.d.ts.map +1 -1
- package/dist/src/Services/RedisQueueService.d.ts +16 -0
- package/dist/src/Services/RedisQueueService.d.ts.map +1 -1
- package/dist/src/Services/TriggerProcessLogService.d.ts +90 -0
- package/dist/src/Services/TriggerProcessLogService.d.ts.map +1 -0
- package/dist/src/Services/TriggerService.d.ts +16 -11
- package/dist/src/Services/TriggerService.d.ts.map +1 -1
- package/dist/src/Services/trigger-process-log-service.test.d.ts +2 -0
- package/dist/src/Services/trigger-process-log-service.test.d.ts.map +1 -0
- package/dist/src/controllers/AuthController.d.ts +37 -1
- package/dist/src/controllers/AuthController.d.ts.map +1 -1
- package/dist/src/controllers/FormController.d.ts.map +1 -1
- package/dist/src/controllers/thryve-credentials-crypto.d.ts +25 -0
- package/dist/src/controllers/thryve-credentials-crypto.d.ts.map +1 -0
- package/dist/src/controllers/thryve-credentials-crypto.test.d.ts +2 -0
- package/dist/src/controllers/thryve-credentials-crypto.test.d.ts.map +1 -0
- package/dist/src/helpers/error.d.ts +12 -0
- package/dist/src/helpers/error.d.ts.map +1 -1
- package/dist/src/lib.d.ts +1 -0
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/src/models/ecosystem/ProcessLog.d.ts +11 -0
- package/dist/src/models/ecosystem/ProcessLog.d.ts.map +1 -1
- package/dist/src/models/ecosystem/ProcessLog.test.d.ts +2 -0
- package/dist/src/models/ecosystem/ProcessLog.test.d.ts.map +1 -0
- package/dist/src/models/project/DesignerCrf.d.ts +3 -2
- package/dist/src/models/project/DesignerCrf.d.ts.map +1 -1
- package/dist/src/models/project/designer-crf-after-save.test.d.ts +2 -0
- package/dist/src/models/project/designer-crf-after-save.test.d.ts.map +1 -0
- package/dist/src/module.d.ts +5 -0
- package/dist/src/schemas/notification_configuration/types.d.ts +19 -8
- package/dist/src/schemas/notification_configuration/types.d.ts.map +1 -1
- package/dist/src/schemas/process_log/create_process_log_payload.schema.json +4 -0
- package/dist/src/schemas/process_log/types.d.ts +3 -0
- package/dist/src/schemas/process_log/types.d.ts.map +1 -1
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.e2e.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action-system.controller.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/action.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/automatic-trigger.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/automatic-trigger.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/index.d.ts +6 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/manual-trigger.controller.d.ts +3 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.controller/manual-trigger.controller.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.d.ts +127 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/action-system.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.d.ts +5 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/conditions-matcher.helper.test.d.ts.map +1 -0
- package/dist/src/{Services/ConditionsMatcher/CustomConditionsFormat.d.ts → v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.d.ts} +2 -2
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/custom-conditions-format.helper.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/index.d.ts +4 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.helper/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.model.d.ts +121 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.model.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.schema.d.ts +579 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.schema.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.d.ts +37 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.e2e.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.e2e.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action-system.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.d.ts +18 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/action.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.d.ts +137 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/automatic-trigger.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/index.d.ts +8 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.d.ts +28 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger-engine.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.d.ts +137 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/manual-trigger.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.d.ts +31 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-actions.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.d.ts +52 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.test.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/action-system.service/trigger-engine.service.test.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/index.d.ts +6 -0
- package/dist/src/v2/modules/ecosystem/action-system/index.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/action-system/lib.d.ts +2 -0
- package/dist/src/v2/modules/ecosystem/action-system/lib.d.ts.map +1 -0
- package/dist/src/v2/modules/ecosystem/container-widget/container-widget.helper.d.ts +17 -10
- package/dist/src/v2/modules/ecosystem/container-widget/container-widget.helper.d.ts.map +1 -1
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts +9 -0
- package/dist/src/v2/modules/global/api-error/api-error.schema.d.ts.map +1 -1
- package/dist/src/v2/modules/global/e2e-operation/e2e-operation.service.d.ts +2 -2
- package/dist/src/v2/modules/global/e2e-operation/e2e-operation.service.d.ts.map +1 -1
- package/dist/src/v2/modules/global/request-log/request-log.middleware.d.ts.map +1 -1
- package/dist/src/v2/modules/project/document/document.controller.d.ts.map +1 -1
- package/dist/src/v2/modules/project/thryve/thryve.controller.d.ts.map +1 -1
- package/dist/src/v2/modules/project/thryve/thryve.service.d.ts +27 -3
- package/dist/src/v2/modules/project/thryve/thryve.service.d.ts.map +1 -1
- package/dist/src/v2/routes/v2/e2e/index.d.ts.map +1 -1
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/automatic-trigger/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/automatic-trigger/index.d.ts.map +1 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/manual-trigger/index.d.ts +3 -0
- package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/manual-trigger/index.d.ts.map +1 -0
- package/dist/v1/perseed-api.cjs +8 -11
- package/dist/v1/perseed-api.cjs.map +1 -1
- package/dist/v1/perseed-api.mjs +7 -10
- package/dist/v1/perseed-api.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/src/Services/ConditionsMatcher/CustomConditionsFormat.d.ts.map +0 -1
- package/dist/src/Services/ConditionsMatcher/index.d.ts +0 -4
- package/dist/src/Services/ConditionsMatcher/index.d.ts.map +0 -1
- package/dist/src/Services/conditions-matcher.test.d.ts +0 -2
- package/dist/src/Services/conditions-matcher.test.d.ts.map +0 -1
- package/dist/src/Services/custom-conditions-format.test.d.ts +0 -2
- package/dist/src/Services/custom-conditions-format.test.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document.controller.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/document/document.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AA6O1E,eAAO,MAAM,kBAAkB;;CAE9B,CAAA;
|
|
1
|
+
{"version":3,"file":"document.controller.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/document/document.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AA6O1E,eAAO,MAAM,kBAAkB;;CAE9B,CAAA;AAoID,eAAO,MAAM,0BAA0B;;CAEtC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thryve.controller.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/thryve/thryve.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;
|
|
1
|
+
{"version":3,"file":"thryve.controller.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/thryve/thryve.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AA8D1E,eAAO,MAAM,gBAAgB;;CAE5B,CAAA"}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { default as RequestContext } from '../../../../models/request/RequestContext';
|
|
2
2
|
/**
|
|
3
|
-
* Checks
|
|
4
|
-
*
|
|
5
|
-
*
|
|
3
|
+
* Checks whether health data sync is enabled for the project. `SYNC_HEALTH_DATA` is the single
|
|
4
|
+
* flag governing it, both here and in the login: it covers cloud provider sync and on-device
|
|
5
|
+
* sync (Apple Health / Health Connect) alike. The value can be defined at project level (winning)
|
|
6
|
+
* or at ecosystem level as a fallback. When it is not truthy the Thryve feature is considered
|
|
7
|
+
* disabled for that project and every endpoint will return 404 to the client.
|
|
8
|
+
*
|
|
9
|
+
* The value is normalized with the same helper the login uses, so the endpoints and the login
|
|
10
|
+
* cannot disagree on whether a project has the feature enabled.
|
|
6
11
|
*
|
|
7
12
|
* Fails fast if the caller did not resolve a `projectId` — every Thryve endpoint is mounted
|
|
8
13
|
* under `/v2/ecosystem/:ecosystemName/project/:projectName/thryve/...` so the upstream middleware
|
|
@@ -10,9 +15,27 @@ import { default as RequestContext } from '../../../../models/request/RequestCon
|
|
|
10
15
|
* middleware regressions.
|
|
11
16
|
*/
|
|
12
17
|
declare function isEnabled(ctx: RequestContext): Promise<boolean>;
|
|
18
|
+
/**
|
|
19
|
+
* Resolves the opaque `partnerUserID` used by Thryve for the current user. The value lives in
|
|
20
|
+
* the `user_settings` table under the key `THRYVE_USER_ID` (not scoped to ecosystem, project or
|
|
21
|
+
* device), so the same human reuses the same Thryve end user across projects. On the first call
|
|
22
|
+
* for a user we generate a UUID v4, upsert the setting, and return it.
|
|
23
|
+
*
|
|
24
|
+
* The read-generate-insert section is guarded by a MySQL advisory lock keyed on the loginId to
|
|
25
|
+
* prevent two concurrent calls for a brand-new user from inserting two different UUIDs.
|
|
26
|
+
*/
|
|
27
|
+
declare function resolveOrCreatePartnerUserId(ctx: RequestContext): Promise<string>;
|
|
13
28
|
/**
|
|
14
29
|
* Requests a short-lived Thryve Connection Widget URL. The caller embeds this URL in an iframe
|
|
15
30
|
* (web) or a WebView (native) so the end user can authorize their wearable sources.
|
|
31
|
+
*
|
|
32
|
+
* @deprecated The native app builds the connection widget URL itself and no longer calls this
|
|
33
|
+
* endpoint from the current version onwards. Its last consumer was the app's
|
|
34
|
+
* `CaaringThryve.initialize()`, removed when the app moved to the SDK-owned widget URL — but the
|
|
35
|
+
* app version deployed in production *before* that change still calls it in its connection flow, so
|
|
36
|
+
* it is kept for those older installed clients. Remove it (and the `/iframe-url` route) once the
|
|
37
|
+
* backend access logs for `/thryve/iframe-url` drop to zero — i.e. once the app version that stops
|
|
38
|
+
* calling it has fully propagated and no client hits it anymore.
|
|
16
39
|
*/
|
|
17
40
|
declare function getIframeUrl(ctx: RequestContext): Promise<string>;
|
|
18
41
|
/**
|
|
@@ -25,6 +48,7 @@ export declare const ThryveService: {
|
|
|
25
48
|
isEnabled: typeof isEnabled;
|
|
26
49
|
getIframeUrl: typeof getIframeUrl;
|
|
27
50
|
isUserAuthorized: typeof isUserAuthorized;
|
|
51
|
+
resolveOrCreatePartnerUserId: typeof resolveOrCreatePartnerUserId;
|
|
28
52
|
};
|
|
29
53
|
export {};
|
|
30
54
|
//# sourceMappingURL=thryve.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thryve.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/thryve/thryve.service.ts"],"names":[],"mappings":"AAOA,OAAO,cAAc,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"thryve.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/modules/project/thryve/thryve.service.ts"],"names":[],"mappings":"AAOA,OAAO,cAAc,MAAM,mCAAmC,CAAA;AA0E9D;;;;;;;;;;;;;;GAcG;AACH,iBAAe,SAAS,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,CAM9D;AAoFD;;;;;;;;GAQG;AACH,iBAAe,4BAA4B,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAYhF;AAoCD;;;;;;;;;;;GAWG;AACH,iBAAe,YAAY,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,CAehE;AAED;;;;GAIG;AACH,iBAAe,gBAAgB,CAAC,GAAG,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC,CAIrE;AAED,eAAO,MAAM,aAAa;;;;;CAKzB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/routes/v2/e2e/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/routes/v2/e2e/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAM5C,QAAA,MAAM,MAAM,EAAE,kBAKb,CAAA;AAED,eAAe,MAAM,CAAA"}
|
package/dist/src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/action/index.ts"],"names":[],"mappings":";AAEA,wBAAkD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/automatic-trigger/index.ts"],"names":[],"mappings":";AAEA,wBAA4D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/v2/routes/v2/ecosystem/_ecosystemName/project/_projectName/manual-trigger/index.ts"],"names":[],"mappings":";AAEA,wBAAyD"}
|
package/dist/v1/perseed-api.cjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const ecosystemActionSystem = require("../ecosystem-action-system.cjs");
|
|
3
4
|
const DATE_FORMAT = "YYYY-MM-DD";
|
|
4
5
|
const TIME_FORMAT = "HH:mm:ss";
|
|
5
6
|
const SHORT_TIME_FORMAT = "HH:mm";
|
|
@@ -1325,16 +1326,12 @@ var ApiAction = /* @__PURE__ */ ((ApiAction2) => {
|
|
|
1325
1326
|
ApiAction2["INVOKE_LAMBDA"] = "invoke_lambda";
|
|
1326
1327
|
return ApiAction2;
|
|
1327
1328
|
})(ApiAction || {});
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
TriggerAction2["CREATION"] = "creation";
|
|
1335
|
-
TriggerAction2["UPDATE"] = "update";
|
|
1336
|
-
return TriggerAction2;
|
|
1337
|
-
})(TriggerAction || {});
|
|
1329
|
+
const TriggerAction = {
|
|
1330
|
+
CREATE: "create",
|
|
1331
|
+
UPDATE: "update",
|
|
1332
|
+
DELETE: "delete",
|
|
1333
|
+
CREATION: "creation"
|
|
1334
|
+
};
|
|
1338
1335
|
var IntrospectionSchemaFieldType = /* @__PURE__ */ ((IntrospectionSchemaFieldType2) => {
|
|
1339
1336
|
IntrospectionSchemaFieldType2["TEXT"] = "text";
|
|
1340
1337
|
IntrospectionSchemaFieldType2["DATE"] = "date";
|
|
@@ -1437,6 +1434,7 @@ var BulkUploadStatus = /* @__PURE__ */ ((BulkUploadStatus2) => {
|
|
|
1437
1434
|
BulkUploadStatus2[BulkUploadStatus2["success"] = 1] = "success";
|
|
1438
1435
|
return BulkUploadStatus2;
|
|
1439
1436
|
})(BulkUploadStatus || {});
|
|
1437
|
+
exports.ConditionsFormat = ecosystemActionSystem.ConditionsFormat;
|
|
1440
1438
|
exports.AI_PROCESSING_META_NAMES = AI_PROCESSING_META_NAMES;
|
|
1441
1439
|
exports.ALL_SELECT_FIELD_TYPES = ALL_SELECT_FIELD_TYPES;
|
|
1442
1440
|
exports.AUDIT_FLAGS = AUDIT_FLAGS;
|
|
@@ -1445,7 +1443,6 @@ exports.ApiAction = ApiAction;
|
|
|
1445
1443
|
exports.BulkUploadStatus = BulkUploadStatus;
|
|
1446
1444
|
exports.CORE = CORE;
|
|
1447
1445
|
exports.ColumnType = ColumnType;
|
|
1448
|
-
exports.ConditionsFormat = ConditionsFormat;
|
|
1449
1446
|
exports.ContainerType = ContainerType;
|
|
1450
1447
|
exports.ContainerWidgetType = ContainerWidgetType;
|
|
1451
1448
|
exports.CountryPhoneCodes = CountryPhoneCodes;
|