@novu/api 1.4.0 → 1.5.0
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/README.md +11 -7
- package/bin/mcp-server.js +1464 -1202
- package/bin/mcp-server.js.map +68 -62
- package/docs/sdks/credentials/README.md +6 -6
- package/docs/sdks/environments/README.md +74 -0
- package/docs/sdks/integrations/README.md +1 -1
- package/docs/sdks/novu/README.md +68 -1
- package/examples/README.md +31 -0
- package/examples/package-lock.json +626 -0
- package/examples/package.json +18 -0
- package/examples/trigger.example.ts +36 -0
- package/funcs/environmentsGetTags.d.ts +18 -0
- package/funcs/environmentsGetTags.d.ts.map +1 -0
- package/funcs/environmentsGetTags.js +146 -0
- package/funcs/environmentsGetTags.js.map +1 -0
- package/funcs/retrieve.d.ts +11 -0
- package/funcs/retrieve.d.ts.map +1 -0
- package/funcs/retrieve.js +119 -0
- package/funcs/retrieve.js.map +1 -0
- package/funcs/subscribersCredentialsAppend.d.ts +3 -3
- package/funcs/subscribersCredentialsAppend.js +3 -3
- package/funcs/subscribersCredentialsUpdate.d.ts +3 -3
- package/funcs/subscribersCredentialsUpdate.js +3 -3
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/mcp-server/cli/start/command.d.ts.map +1 -1
- package/mcp-server/cli/start/command.js +0 -12
- package/mcp-server/cli/start/command.js.map +1 -1
- package/mcp-server/cli/start/impl.d.ts +0 -2
- package/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/mcp-server/cli/start/impl.js +0 -2
- package/mcp-server/cli/start/impl.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +9 -5
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/environmentsGetTags.d.ts +9 -0
- package/mcp-server/tools/environmentsGetTags.d.ts.map +1 -0
- package/mcp-server/tools/environmentsGetTags.js +55 -0
- package/mcp-server/tools/environmentsGetTags.js.map +1 -0
- package/mcp-server/tools/retrieve.d.ts +8 -0
- package/mcp-server/tools/retrieve.d.ts.map +1 -0
- package/mcp-server/tools/retrieve.js +52 -0
- package/mcp-server/tools/retrieve.js.map +1 -0
- package/mcp-server/tools/subscribersCredentialsAppend.js +3 -3
- package/mcp-server/tools/subscribersCredentialsAppend.js.map +1 -1
- package/mcp-server/tools/subscribersCredentialsUpdate.js +3 -3
- package/mcp-server/tools/subscribersCredentialsUpdate.js.map +1 -1
- package/models/components/activitynotificationtemplateresponsedto.d.ts +2 -2
- package/models/components/activitynotificationtemplateresponsedto.js +3 -3
- package/models/components/chatorpushproviderenum.d.ts +3 -0
- package/models/components/chatorpushproviderenum.d.ts.map +1 -1
- package/models/components/chatorpushproviderenum.js +1 -0
- package/models/components/chatorpushproviderenum.js.map +1 -1
- package/models/components/chatstepresponsedto.d.ts +2 -2
- package/models/components/chatstepresponsedto.d.ts.map +1 -1
- package/models/components/chatstepresponsedto.js +3 -3
- package/models/components/chatstepresponsedto.js.map +1 -1
- package/models/components/chatstepupsertdto.d.ts +13 -20
- package/models/components/chatstepupsertdto.d.ts.map +1 -1
- package/models/components/chatstepupsertdto.js +7 -10
- package/models/components/chatstepupsertdto.js.map +1 -1
- package/models/components/{stepcontentissueenum.d.ts → contentissueenum.d.ts} +8 -8
- package/models/components/contentissueenum.d.ts.map +1 -0
- package/models/components/{stepcontentissueenum.js → contentissueenum.js} +12 -12
- package/models/components/contentissueenum.js.map +1 -0
- package/models/components/createworkflowdto.d.ts +19 -14
- package/models/components/createworkflowdto.d.ts.map +1 -1
- package/models/components/createworkflowdto.js +6 -4
- package/models/components/createworkflowdto.js.map +1 -1
- package/models/components/customstepresponsedto.d.ts +2 -2
- package/models/components/customstepresponsedto.d.ts.map +1 -1
- package/models/components/customstepresponsedto.js +3 -3
- package/models/components/customstepresponsedto.js.map +1 -1
- package/models/components/customstepupsertdto.d.ts +13 -15
- package/models/components/customstepupsertdto.d.ts.map +1 -1
- package/models/components/customstepupsertdto.js +7 -8
- package/models/components/customstepupsertdto.js.map +1 -1
- package/models/components/delaycontroldto.d.ts +8 -8
- package/models/components/delaycontroldto.d.ts.map +1 -1
- package/models/components/delaycontroldto.js +13 -13
- package/models/components/delaycontroldto.js.map +1 -1
- package/models/components/delaystepresponsedto.d.ts +2 -2
- package/models/components/delaystepresponsedto.d.ts.map +1 -1
- package/models/components/delaystepresponsedto.js +3 -3
- package/models/components/delaystepresponsedto.js.map +1 -1
- package/models/components/delaystepupsertdto.d.ts +13 -102
- package/models/components/delaystepupsertdto.d.ts.map +1 -1
- package/models/components/delaystepupsertdto.js +8 -62
- package/models/components/delaystepupsertdto.js.map +1 -1
- package/models/components/digeststepresponsedto.d.ts +2 -2
- package/models/components/digeststepresponsedto.d.ts.map +1 -1
- package/models/components/digeststepresponsedto.js +3 -3
- package/models/components/digeststepresponsedto.js.map +1 -1
- package/models/components/digeststepupsertdto.d.ts +13 -121
- package/models/components/digeststepupsertdto.d.ts.map +1 -1
- package/models/components/digeststepupsertdto.js +8 -70
- package/models/components/digeststepupsertdto.js.map +1 -1
- package/models/components/emailcontroldto.d.ts +5 -0
- package/models/components/emailcontroldto.d.ts.map +1 -1
- package/models/components/emailcontroldto.js +2 -0
- package/models/components/emailcontroldto.js.map +1 -1
- package/models/components/emailstepresponsedto.d.ts +7 -2
- package/models/components/emailstepresponsedto.d.ts.map +1 -1
- package/models/components/emailstepresponsedto.js +5 -3
- package/models/components/emailstepresponsedto.js.map +1 -1
- package/models/components/emailstepupsertdto.d.ts +13 -67
- package/models/components/emailstepupsertdto.d.ts.map +1 -1
- package/models/components/emailstepupsertdto.js +8 -39
- package/models/components/emailstepupsertdto.js.map +1 -1
- package/models/components/environmentresponsedto.d.ts +37 -0
- package/models/components/environmentresponsedto.d.ts.map +1 -1
- package/models/components/environmentresponsedto.js +25 -1
- package/models/components/environmentresponsedto.js.map +1 -1
- package/models/components/getenvironmenttagsdto.d.ts +29 -0
- package/models/components/getenvironmenttagsdto.d.ts.map +1 -0
- package/models/components/getenvironmenttagsdto.js +59 -0
- package/models/components/getenvironmenttagsdto.js.map +1 -0
- package/models/components/inappstepresponsedto.d.ts +2 -2
- package/models/components/inappstepresponsedto.d.ts.map +1 -1
- package/models/components/inappstepresponsedto.js +3 -3
- package/models/components/inappstepresponsedto.js.map +1 -1
- package/models/components/inappstepupsertdto.d.ts +13 -61
- package/models/components/inappstepupsertdto.d.ts.map +1 -1
- package/models/components/inappstepupsertdto.js +5 -26
- package/models/components/inappstepupsertdto.js.map +1 -1
- package/models/components/index.d.ts +4 -3
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +4 -3
- package/models/components/index.js.map +1 -1
- package/models/components/{stepintegrationissueenum.d.ts → integrationissueenum.d.ts} +8 -8
- package/models/components/integrationissueenum.d.ts.map +1 -0
- package/models/components/{stepintegrationissueenum.js → integrationissueenum.js} +12 -12
- package/models/components/integrationissueenum.js.map +1 -0
- package/models/components/lookbackwindowdto.d.ts +8 -8
- package/models/components/lookbackwindowdto.d.ts.map +1 -1
- package/models/components/lookbackwindowdto.js +13 -13
- package/models/components/lookbackwindowdto.js.map +1 -1
- package/models/components/messageresponsedto.d.ts +6 -6
- package/models/components/messageresponsedto.d.ts.map +1 -1
- package/models/components/messageresponsedto.js +8 -6
- package/models/components/messageresponsedto.js.map +1 -1
- package/models/components/notificationfeeditemdto.d.ts +14 -0
- package/models/components/notificationfeeditemdto.d.ts.map +1 -1
- package/models/components/notificationfeeditemdto.js +4 -0
- package/models/components/notificationfeeditemdto.js.map +1 -1
- package/models/components/patchworkflowdto.d.ts +7 -2
- package/models/components/patchworkflowdto.d.ts.map +1 -1
- package/models/components/patchworkflowdto.js +4 -2
- package/models/components/patchworkflowdto.js.map +1 -1
- package/models/components/providersidenum.d.ts +3 -0
- package/models/components/providersidenum.d.ts.map +1 -1
- package/models/components/providersidenum.js +1 -0
- package/models/components/providersidenum.js.map +1 -1
- package/models/components/pushstepresponsedto.d.ts +2 -2
- package/models/components/pushstepresponsedto.d.ts.map +1 -1
- package/models/components/pushstepresponsedto.js +3 -3
- package/models/components/pushstepresponsedto.js.map +1 -1
- package/models/components/pushstepupsertdto.d.ts +13 -25
- package/models/components/pushstepupsertdto.d.ts.map +1 -1
- package/models/components/pushstepupsertdto.js +7 -12
- package/models/components/pushstepupsertdto.js.map +1 -1
- package/models/components/{workfloworiginenum.d.ts → resourceoriginenum.d.ts} +8 -8
- package/models/components/{workfloworiginenum.d.ts.map → resourceoriginenum.d.ts.map} +1 -1
- package/models/components/{workfloworiginenum.js → resourceoriginenum.js} +12 -12
- package/models/components/{workfloworiginenum.js.map → resourceoriginenum.js.map} +1 -1
- package/models/components/smsstepresponsedto.d.ts +2 -2
- package/models/components/smsstepresponsedto.d.ts.map +1 -1
- package/models/components/smsstepresponsedto.js +3 -3
- package/models/components/smsstepresponsedto.js.map +1 -1
- package/models/components/smsstepupsertdto.d.ts +13 -20
- package/models/components/smsstepupsertdto.d.ts.map +1 -1
- package/models/components/smsstepupsertdto.js +7 -10
- package/models/components/smsstepupsertdto.js.map +1 -1
- package/models/components/stepcontentissuedto.d.ts +2 -2
- package/models/components/stepcontentissuedto.d.ts.map +1 -1
- package/models/components/stepcontentissuedto.js +3 -3
- package/models/components/stepcontentissuedto.js.map +1 -1
- package/models/components/stepintegrationissue.d.ts +2 -2
- package/models/components/stepintegrationissue.d.ts.map +1 -1
- package/models/components/stepintegrationissue.js +3 -3
- package/models/components/stepintegrationissue.js.map +1 -1
- package/models/components/stepresponsedto.d.ts +2 -2
- package/models/components/stepresponsedto.d.ts.map +1 -1
- package/models/components/stepresponsedto.js +3 -3
- package/models/components/stepresponsedto.js.map +1 -1
- package/models/components/subscriberchanneldto.d.ts +3 -0
- package/models/components/subscriberchanneldto.d.ts.map +1 -1
- package/models/components/subscriberchanneldto.js +1 -0
- package/models/components/subscriberchanneldto.js.map +1 -1
- package/models/components/uicomponentenum.d.ts +6 -0
- package/models/components/uicomponentenum.d.ts.map +1 -1
- package/models/components/uicomponentenum.js +2 -0
- package/models/components/uicomponentenum.js.map +1 -1
- package/models/components/uischemagroupenum.d.ts +3 -0
- package/models/components/uischemagroupenum.d.ts.map +1 -1
- package/models/components/uischemagroupenum.js +1 -0
- package/models/components/uischemagroupenum.js.map +1 -1
- package/models/components/uischemaproperty.d.ts +9 -0
- package/models/components/uischemaproperty.d.ts.map +1 -1
- package/models/components/uischemaproperty.js +3 -0
- package/models/components/uischemaproperty.js.map +1 -1
- package/models/components/updateworkflowdto.d.ts +21 -16
- package/models/components/updateworkflowdto.d.ts.map +1 -1
- package/models/components/updateworkflowdto.js +9 -7
- package/models/components/updateworkflowdto.js.map +1 -1
- package/models/components/workflowlistresponsedto.d.ts +82 -2
- package/models/components/workflowlistresponsedto.d.ts.map +1 -1
- package/models/components/workflowlistresponsedto.js +72 -4
- package/models/components/workflowlistresponsedto.js.map +1 -1
- package/models/components/workflowresponsedto.d.ts +96 -16
- package/models/components/workflowresponsedto.d.ts.map +1 -1
- package/models/components/workflowresponsedto.js +76 -8
- package/models/components/workflowresponsedto.js.map +1 -1
- package/models/errors/sdkerror.d.ts.map +1 -1
- package/models/errors/sdkerror.js +8 -2
- package/models/errors/sdkerror.js.map +1 -1
- package/models/operations/environmentscontrollergetenvironmenttags.d.ts +69 -0
- package/models/operations/environmentscontrollergetenvironmenttags.d.ts.map +1 -0
- package/models/operations/environmentscontrollergetenvironmenttags.js +110 -0
- package/models/operations/environmentscontrollergetenvironmenttags.js.map +1 -0
- package/models/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/logscontrollergetlogs.d.ts +67 -0
- package/models/operations/logscontrollergetlogs.d.ts.map +1 -0
- package/models/operations/logscontrollergetlogs.js +107 -0
- package/models/operations/logscontrollergetlogs.js.map +1 -0
- package/models/operations/notificationscontrollerlistnotifications.d.ts +1 -1
- package/package.json +4 -4
- package/sdk/credentials.d.ts +6 -6
- package/sdk/credentials.js +6 -6
- package/sdk/environments.d.ts +7 -0
- package/sdk/environments.d.ts.map +1 -1
- package/sdk/environments.js +10 -0
- package/sdk/environments.js.map +1 -1
- package/sdk/sdk.d.ts +3 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +7 -3
- package/sdk/sdk.js.map +1 -1
- package/sources/json-development.json +2980 -2226
- package/src/funcs/environmentsGetTags.ts +232 -0
- package/src/funcs/retrieve.ts +180 -0
- package/src/funcs/subscribersCredentialsAppend.ts +3 -3
- package/src/funcs/subscribersCredentialsUpdate.ts +3 -3
- package/src/lib/config.ts +4 -4
- package/src/mcp-server/cli/start/command.ts +0 -13
- package/src/mcp-server/cli/start/impl.ts +0 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -5
- package/src/mcp-server/tools/environmentsGetTags.ts +39 -0
- package/src/mcp-server/tools/retrieve.ts +35 -0
- package/src/mcp-server/tools/subscribersCredentialsAppend.ts +3 -3
- package/src/mcp-server/tools/subscribersCredentialsUpdate.ts +3 -3
- package/src/models/components/activitynotificationtemplateresponsedto.ts +7 -7
- package/src/models/components/chatorpushproviderenum.ts +1 -0
- package/src/models/components/chatstepresponsedto.ts +8 -8
- package/src/models/components/chatstepupsertdto.ts +21 -31
- package/src/models/components/contentissueenum.ts +41 -0
- package/src/models/components/createworkflowdto.ts +21 -14
- package/src/models/components/customstepresponsedto.ts +8 -8
- package/src/models/components/customstepupsertdto.ts +21 -24
- package/src/models/components/delaycontroldto.ts +15 -16
- package/src/models/components/delaystepresponsedto.ts +8 -8
- package/src/models/components/delaystepupsertdto.ts +21 -115
- package/src/models/components/digeststepresponsedto.ts +8 -8
- package/src/models/components/digeststepupsertdto.ts +20 -146
- package/src/models/components/emailcontroldto.ts +7 -0
- package/src/models/components/emailstepresponsedto.ts +15 -8
- package/src/models/components/emailstepupsertdto.ts +21 -88
- package/src/models/components/environmentresponsedto.ts +43 -0
- package/src/models/components/getenvironmenttagsdto.ts +66 -0
- package/src/models/components/inappstepresponsedto.ts +8 -8
- package/src/models/components/inappstepupsertdto.ts +16 -87
- package/src/models/components/index.ts +4 -3
- package/src/models/components/integrationissueenum.ts +38 -0
- package/src/models/components/lookbackwindowdto.ts +16 -15
- package/src/models/components/messageresponsedto.ts +14 -12
- package/src/models/components/notificationfeeditemdto.ts +14 -0
- package/src/models/components/patchworkflowdto.ts +11 -4
- package/src/models/components/providersidenum.ts +1 -0
- package/src/models/components/pushstepresponsedto.ts +8 -8
- package/src/models/components/pushstepupsertdto.ts +21 -38
- package/src/models/components/resourceoriginenum.ts +40 -0
- package/src/models/components/smsstepresponsedto.ts +8 -8
- package/src/models/components/smsstepupsertdto.ts +20 -30
- package/src/models/components/stepcontentissuedto.ts +7 -7
- package/src/models/components/stepintegrationissue.ts +7 -7
- package/src/models/components/stepresponsedto.ts +8 -8
- package/src/models/components/subscriberchanneldto.ts +1 -0
- package/src/models/components/uicomponentenum.ts +2 -0
- package/src/models/components/uischemagroupenum.ts +1 -0
- package/src/models/components/uischemaproperty.ts +8 -0
- package/src/models/components/updateworkflowdto.ts +29 -22
- package/src/models/components/workflowlistresponsedto.ts +180 -8
- package/src/models/components/workflowresponsedto.ts +174 -22
- package/src/models/errors/sdkerror.ts +8 -2
- package/src/models/operations/environmentscontrollergetenvironmenttags.ts +186 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/logscontrollergetlogs.ts +163 -0
- package/src/models/operations/notificationscontrollerlistnotifications.ts +1 -1
- package/src/sdk/credentials.ts +6 -6
- package/src/sdk/environments.ts +20 -0
- package/src/sdk/sdk.ts +17 -5
- package/src/types/constdatetime.ts +1 -1
- package/types/constdatetime.js +1 -1
- package/models/components/stepcontentissueenum.d.ts.map +0 -1
- package/models/components/stepcontentissueenum.js.map +0 -1
- package/models/components/stepintegrationissueenum.d.ts.map +0 -1
- package/models/components/stepintegrationissueenum.js.map +0 -1
- package/src/models/components/stepcontentissueenum.ts +0 -41
- package/src/models/components/stepintegrationissueenum.ts +0 -40
- package/src/models/components/workfloworiginenum.ts +0 -40
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delaystepresponsedto.js","sourceRoot":"","sources":["../../src/models/components/delaystepresponsedto.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,qDAG8B;AAI9B,+FAK+C;AAC/C,yDAK4B;AAC5B,uDAI2B;
|
|
1
|
+
{"version":3,"file":"delaystepresponsedto.js","sourceRoot":"","sources":["../../src/models/components/delaystepresponsedto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,55 +1,13 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { DelayControlDto, DelayControlDto$Outbound } from "./delaycontroldto.js";
|
|
5
5
|
import { StepTypeEnum } from "./steptypeenum.js";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Control values for the Delay step.
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Type of the delay. Currently only 'regular' is supported by the schema.
|
|
14
|
-
*/
|
|
15
|
-
export type DelayStepUpsertDtoType = ClosedEnum<typeof DelayStepUpsertDtoType>;
|
|
16
|
-
/**
|
|
17
|
-
* Unit of time for the delay amount.
|
|
18
|
-
*/
|
|
19
|
-
export declare const DelayStepUpsertDtoUnit: {
|
|
20
|
-
readonly Seconds: "seconds";
|
|
21
|
-
readonly Minutes: "minutes";
|
|
22
|
-
readonly Hours: "hours";
|
|
23
|
-
readonly Days: "days";
|
|
24
|
-
readonly Weeks: "weeks";
|
|
25
|
-
readonly Months: "months";
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Unit of time for the delay amount.
|
|
29
|
-
*/
|
|
30
|
-
export type DelayStepUpsertDtoUnit = ClosedEnum<typeof DelayStepUpsertDtoUnit>;
|
|
31
|
-
/**
|
|
32
|
-
* Control values for the Delay step
|
|
33
|
-
*/
|
|
34
|
-
export type DelayStepUpsertDtoControlValues = {
|
|
35
|
-
/**
|
|
36
|
-
* JSONLogic filter conditions for conditionally skipping the step execution. Supports complex logical operations with AND, OR, and comparison operators. See https://jsonlogic.com/ for full typing reference.
|
|
37
|
-
*/
|
|
38
|
-
skip?: {
|
|
39
|
-
[k: string]: any;
|
|
40
|
-
} | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* Type of the delay. Currently only 'regular' is supported by the schema.
|
|
43
|
-
*/
|
|
44
|
-
type?: DelayStepUpsertDtoType | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* Amount of time to delay.
|
|
47
|
-
*/
|
|
48
|
-
amount: number;
|
|
49
|
-
/**
|
|
50
|
-
* Unit of time for the delay amount.
|
|
51
|
-
*/
|
|
52
|
-
unit: DelayStepUpsertDtoUnit;
|
|
9
|
+
export type DelayStepUpsertDtoControlValues = DelayControlDto | {
|
|
10
|
+
[k: string]: any;
|
|
53
11
|
};
|
|
54
12
|
export type DelayStepUpsertDto = {
|
|
55
13
|
/**
|
|
@@ -65,66 +23,17 @@ export type DelayStepUpsertDto = {
|
|
|
65
23
|
*/
|
|
66
24
|
type: StepTypeEnum;
|
|
67
25
|
/**
|
|
68
|
-
* Control values for the Delay step
|
|
26
|
+
* Control values for the Delay step.
|
|
69
27
|
*/
|
|
70
|
-
controlValues?:
|
|
28
|
+
controlValues?: DelayControlDto | {
|
|
29
|
+
[k: string]: any;
|
|
30
|
+
} | undefined;
|
|
71
31
|
};
|
|
72
32
|
/** @internal */
|
|
73
|
-
export declare const DelayStepUpsertDtoType$inboundSchema: z.ZodNativeEnum<typeof DelayStepUpsertDtoType>;
|
|
74
|
-
/** @internal */
|
|
75
|
-
export declare const DelayStepUpsertDtoType$outboundSchema: z.ZodNativeEnum<typeof DelayStepUpsertDtoType>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
79
|
-
*/
|
|
80
|
-
export declare namespace DelayStepUpsertDtoType$ {
|
|
81
|
-
/** @deprecated use `DelayStepUpsertDtoType$inboundSchema` instead. */
|
|
82
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
83
|
-
readonly Regular: "regular";
|
|
84
|
-
}>;
|
|
85
|
-
/** @deprecated use `DelayStepUpsertDtoType$outboundSchema` instead. */
|
|
86
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
87
|
-
readonly Regular: "regular";
|
|
88
|
-
}>;
|
|
89
|
-
}
|
|
90
|
-
/** @internal */
|
|
91
|
-
export declare const DelayStepUpsertDtoUnit$inboundSchema: z.ZodNativeEnum<typeof DelayStepUpsertDtoUnit>;
|
|
92
|
-
/** @internal */
|
|
93
|
-
export declare const DelayStepUpsertDtoUnit$outboundSchema: z.ZodNativeEnum<typeof DelayStepUpsertDtoUnit>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
97
|
-
*/
|
|
98
|
-
export declare namespace DelayStepUpsertDtoUnit$ {
|
|
99
|
-
/** @deprecated use `DelayStepUpsertDtoUnit$inboundSchema` instead. */
|
|
100
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
101
|
-
readonly Seconds: "seconds";
|
|
102
|
-
readonly Minutes: "minutes";
|
|
103
|
-
readonly Hours: "hours";
|
|
104
|
-
readonly Days: "days";
|
|
105
|
-
readonly Weeks: "weeks";
|
|
106
|
-
readonly Months: "months";
|
|
107
|
-
}>;
|
|
108
|
-
/** @deprecated use `DelayStepUpsertDtoUnit$outboundSchema` instead. */
|
|
109
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
110
|
-
readonly Seconds: "seconds";
|
|
111
|
-
readonly Minutes: "minutes";
|
|
112
|
-
readonly Hours: "hours";
|
|
113
|
-
readonly Days: "days";
|
|
114
|
-
readonly Weeks: "weeks";
|
|
115
|
-
readonly Months: "months";
|
|
116
|
-
}>;
|
|
117
|
-
}
|
|
118
|
-
/** @internal */
|
|
119
33
|
export declare const DelayStepUpsertDtoControlValues$inboundSchema: z.ZodType<DelayStepUpsertDtoControlValues, z.ZodTypeDef, unknown>;
|
|
120
34
|
/** @internal */
|
|
121
|
-
export type DelayStepUpsertDtoControlValues$Outbound = {
|
|
122
|
-
|
|
123
|
-
[k: string]: any;
|
|
124
|
-
} | undefined;
|
|
125
|
-
type: string;
|
|
126
|
-
amount: number;
|
|
127
|
-
unit: string;
|
|
35
|
+
export type DelayStepUpsertDtoControlValues$Outbound = DelayControlDto$Outbound | {
|
|
36
|
+
[k: string]: any;
|
|
128
37
|
};
|
|
129
38
|
/** @internal */
|
|
130
39
|
export declare const DelayStepUpsertDtoControlValues$outboundSchema: z.ZodType<DelayStepUpsertDtoControlValues$Outbound, z.ZodTypeDef, DelayStepUpsertDtoControlValues>;
|
|
@@ -149,7 +58,9 @@ export type DelayStepUpsertDto$Outbound = {
|
|
|
149
58
|
_id?: string | undefined;
|
|
150
59
|
name: string;
|
|
151
60
|
type: string;
|
|
152
|
-
controlValues?:
|
|
61
|
+
controlValues?: DelayControlDto$Outbound | {
|
|
62
|
+
[k: string]: any;
|
|
63
|
+
} | undefined;
|
|
153
64
|
};
|
|
154
65
|
/** @internal */
|
|
155
66
|
export declare const DelayStepUpsertDto$outboundSchema: z.ZodType<DelayStepUpsertDto$Outbound, z.ZodTypeDef, DelayStepUpsertDto>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delaystepupsertdto.d.ts","sourceRoot":"","sources":["../../src/models/components/delaystepupsertdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"delaystepupsertdto.d.ts","sourceRoot":"","sources":["../../src/models/components/delaystepupsertdto.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,72 +26,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.delayStepUpsertDtoFromJSON = exports.delayStepUpsertDtoToJSON = exports.DelayStepUpsertDto$ = exports.DelayStepUpsertDto$outboundSchema = exports.DelayStepUpsertDto$inboundSchema = exports.delayStepUpsertDtoControlValuesFromJSON = exports.delayStepUpsertDtoControlValuesToJSON = exports.DelayStepUpsertDtoControlValues$ = exports.DelayStepUpsertDtoControlValues$outboundSchema = exports.DelayStepUpsertDtoControlValues$inboundSchema =
|
|
29
|
+
exports.delayStepUpsertDtoFromJSON = exports.delayStepUpsertDtoToJSON = exports.DelayStepUpsertDto$ = exports.DelayStepUpsertDto$outboundSchema = exports.DelayStepUpsertDto$inboundSchema = exports.delayStepUpsertDtoControlValuesFromJSON = exports.delayStepUpsertDtoControlValuesToJSON = exports.DelayStepUpsertDtoControlValues$ = exports.DelayStepUpsertDtoControlValues$outboundSchema = exports.DelayStepUpsertDtoControlValues$inboundSchema = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
32
32
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
33
|
+
const delaycontroldto_js_1 = require("./delaycontroldto.js");
|
|
33
34
|
const steptypeenum_js_1 = require("./steptypeenum.js");
|
|
34
|
-
/**
|
|
35
|
-
* Type of the delay. Currently only 'regular' is supported by the schema.
|
|
36
|
-
*/
|
|
37
|
-
exports.DelayStepUpsertDtoType = {
|
|
38
|
-
Regular: "regular",
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Unit of time for the delay amount.
|
|
42
|
-
*/
|
|
43
|
-
exports.DelayStepUpsertDtoUnit = {
|
|
44
|
-
Seconds: "seconds",
|
|
45
|
-
Minutes: "minutes",
|
|
46
|
-
Hours: "hours",
|
|
47
|
-
Days: "days",
|
|
48
|
-
Weeks: "weeks",
|
|
49
|
-
Months: "months",
|
|
50
|
-
};
|
|
51
|
-
/** @internal */
|
|
52
|
-
exports.DelayStepUpsertDtoType$inboundSchema = z.nativeEnum(exports.DelayStepUpsertDtoType);
|
|
53
|
-
/** @internal */
|
|
54
|
-
exports.DelayStepUpsertDtoType$outboundSchema = exports.DelayStepUpsertDtoType$inboundSchema;
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
58
|
-
*/
|
|
59
|
-
var DelayStepUpsertDtoType$;
|
|
60
|
-
(function (DelayStepUpsertDtoType$) {
|
|
61
|
-
/** @deprecated use `DelayStepUpsertDtoType$inboundSchema` instead. */
|
|
62
|
-
DelayStepUpsertDtoType$.inboundSchema = exports.DelayStepUpsertDtoType$inboundSchema;
|
|
63
|
-
/** @deprecated use `DelayStepUpsertDtoType$outboundSchema` instead. */
|
|
64
|
-
DelayStepUpsertDtoType$.outboundSchema = exports.DelayStepUpsertDtoType$outboundSchema;
|
|
65
|
-
})(DelayStepUpsertDtoType$ || (exports.DelayStepUpsertDtoType$ = DelayStepUpsertDtoType$ = {}));
|
|
66
|
-
/** @internal */
|
|
67
|
-
exports.DelayStepUpsertDtoUnit$inboundSchema = z.nativeEnum(exports.DelayStepUpsertDtoUnit);
|
|
68
|
-
/** @internal */
|
|
69
|
-
exports.DelayStepUpsertDtoUnit$outboundSchema = exports.DelayStepUpsertDtoUnit$inboundSchema;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
73
|
-
*/
|
|
74
|
-
var DelayStepUpsertDtoUnit$;
|
|
75
|
-
(function (DelayStepUpsertDtoUnit$) {
|
|
76
|
-
/** @deprecated use `DelayStepUpsertDtoUnit$inboundSchema` instead. */
|
|
77
|
-
DelayStepUpsertDtoUnit$.inboundSchema = exports.DelayStepUpsertDtoUnit$inboundSchema;
|
|
78
|
-
/** @deprecated use `DelayStepUpsertDtoUnit$outboundSchema` instead. */
|
|
79
|
-
DelayStepUpsertDtoUnit$.outboundSchema = exports.DelayStepUpsertDtoUnit$outboundSchema;
|
|
80
|
-
})(DelayStepUpsertDtoUnit$ || (exports.DelayStepUpsertDtoUnit$ = DelayStepUpsertDtoUnit$ = {}));
|
|
81
35
|
/** @internal */
|
|
82
|
-
exports.DelayStepUpsertDtoControlValues$inboundSchema = z.
|
|
83
|
-
skip: z.record(z.any()).optional(),
|
|
84
|
-
type: exports.DelayStepUpsertDtoType$inboundSchema.default("regular"),
|
|
85
|
-
amount: z.number(),
|
|
86
|
-
unit: exports.DelayStepUpsertDtoUnit$inboundSchema,
|
|
87
|
-
});
|
|
36
|
+
exports.DelayStepUpsertDtoControlValues$inboundSchema = z.union([delaycontroldto_js_1.DelayControlDto$inboundSchema, z.record(z.any())]);
|
|
88
37
|
/** @internal */
|
|
89
|
-
exports.DelayStepUpsertDtoControlValues$outboundSchema = z.
|
|
90
|
-
skip: z.record(z.any()).optional(),
|
|
91
|
-
type: exports.DelayStepUpsertDtoType$outboundSchema.default("regular"),
|
|
92
|
-
amount: z.number(),
|
|
93
|
-
unit: exports.DelayStepUpsertDtoUnit$outboundSchema,
|
|
94
|
-
});
|
|
38
|
+
exports.DelayStepUpsertDtoControlValues$outboundSchema = z.union([delaycontroldto_js_1.DelayControlDto$outboundSchema, z.record(z.any())]);
|
|
95
39
|
/**
|
|
96
40
|
* @internal
|
|
97
41
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -116,7 +60,8 @@ exports.DelayStepUpsertDto$inboundSchema = z.object({
|
|
|
116
60
|
_id: z.string().optional(),
|
|
117
61
|
name: z.string(),
|
|
118
62
|
type: steptypeenum_js_1.StepTypeEnum$inboundSchema,
|
|
119
|
-
controlValues: z.
|
|
63
|
+
controlValues: z.union([delaycontroldto_js_1.DelayControlDto$inboundSchema, z.record(z.any())])
|
|
64
|
+
.optional(),
|
|
120
65
|
}).transform((v) => {
|
|
121
66
|
return (0, primitives_js_1.remap)(v, {
|
|
122
67
|
"_id": "id",
|
|
@@ -127,7 +72,8 @@ exports.DelayStepUpsertDto$outboundSchema = z.object({
|
|
|
127
72
|
id: z.string().optional(),
|
|
128
73
|
name: z.string(),
|
|
129
74
|
type: steptypeenum_js_1.StepTypeEnum$outboundSchema,
|
|
130
|
-
controlValues: z.
|
|
75
|
+
controlValues: z.union([delaycontroldto_js_1.DelayControlDto$outboundSchema, z.record(z.any())])
|
|
76
|
+
.optional(),
|
|
131
77
|
}).transform((v) => {
|
|
132
78
|
return (0, primitives_js_1.remap)(v, {
|
|
133
79
|
id: "_id",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delaystepupsertdto.js","sourceRoot":"","sources":["../../src/models/components/delaystepupsertdto.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;
|
|
1
|
+
{"version":3,"file":"delaystepupsertdto.js","sourceRoot":"","sources":["../../src/models/components/delaystepupsertdto.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,9 +4,9 @@ import { Result as SafeParseResult } from "../../types/fp.js";
|
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
5
|
import { DigestControlsMetadataResponseDto, DigestControlsMetadataResponseDto$Outbound } from "./digestcontrolsmetadataresponsedto.js";
|
|
6
6
|
import { LookBackWindowDto, LookBackWindowDto$Outbound } from "./lookbackwindowdto.js";
|
|
7
|
+
import { ResourceOriginEnum } from "./resourceoriginenum.js";
|
|
7
8
|
import { StepIssuesDto, StepIssuesDto$Outbound } from "./stepissuesdto.js";
|
|
8
9
|
import { StepTypeEnum } from "./steptypeenum.js";
|
|
9
|
-
import { WorkflowOriginEnum } from "./workfloworiginenum.js";
|
|
10
10
|
/**
|
|
11
11
|
* The type of digest strategy. Determines which fields are applicable.
|
|
12
12
|
*/
|
|
@@ -113,7 +113,7 @@ export type DigestStepResponseDto = {
|
|
|
113
113
|
/**
|
|
114
114
|
* Origin of the workflow
|
|
115
115
|
*/
|
|
116
|
-
origin:
|
|
116
|
+
origin: ResourceOriginEnum;
|
|
117
117
|
/**
|
|
118
118
|
* Workflow identifier
|
|
119
119
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digeststepresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/digeststepresponsedto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAMzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"digeststepresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/digeststepresponsedto.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,9 +32,9 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
32
32
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
33
33
|
const digestcontrolsmetadataresponsedto_js_1 = require("./digestcontrolsmetadataresponsedto.js");
|
|
34
34
|
const lookbackwindowdto_js_1 = require("./lookbackwindowdto.js");
|
|
35
|
+
const resourceoriginenum_js_1 = require("./resourceoriginenum.js");
|
|
35
36
|
const stepissuesdto_js_1 = require("./stepissuesdto.js");
|
|
36
37
|
const steptypeenum_js_1 = require("./steptypeenum.js");
|
|
37
|
-
const workfloworiginenum_js_1 = require("./workfloworiginenum.js");
|
|
38
38
|
/**
|
|
39
39
|
* The type of digest strategy. Determines which fields are applicable.
|
|
40
40
|
*/
|
|
@@ -164,7 +164,7 @@ exports.DigestStepResponseDto$inboundSchema = z.object({
|
|
|
164
164
|
name: z.string(),
|
|
165
165
|
slug: z.lazy(() => exports.DigestStepResponseDtoSlug$inboundSchema),
|
|
166
166
|
type: steptypeenum_js_1.StepTypeEnum$inboundSchema,
|
|
167
|
-
origin:
|
|
167
|
+
origin: resourceoriginenum_js_1.ResourceOriginEnum$inboundSchema,
|
|
168
168
|
workflowId: z.string(),
|
|
169
169
|
workflowDatabaseId: z.string(),
|
|
170
170
|
issues: stepissuesdto_js_1.StepIssuesDto$inboundSchema.optional(),
|
|
@@ -184,7 +184,7 @@ exports.DigestStepResponseDto$outboundSchema = z.object({
|
|
|
184
184
|
name: z.string(),
|
|
185
185
|
slug: z.lazy(() => exports.DigestStepResponseDtoSlug$outboundSchema),
|
|
186
186
|
type: steptypeenum_js_1.StepTypeEnum$outboundSchema,
|
|
187
|
-
origin:
|
|
187
|
+
origin: resourceoriginenum_js_1.ResourceOriginEnum$outboundSchema,
|
|
188
188
|
workflowId: z.string(),
|
|
189
189
|
workflowDatabaseId: z.string(),
|
|
190
190
|
issues: stepissuesdto_js_1.StepIssuesDto$outboundSchema.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digeststepresponsedto.js","sourceRoot":"","sources":["../../src/models/components/digeststepresponsedto.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,2DAA0D;AAC1D,qDAG8B;AAI9B,iGAKgD;AAChD,iEAKgC;AAChC,yDAK4B;AAC5B,uDAI2B;
|
|
1
|
+
{"version":3,"file":"digeststepresponsedto.js","sourceRoot":"","sources":["../../src/models/components/digeststepresponsedto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,69 +1,13 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
import {
|
|
4
|
+
import { DigestControlDto, DigestControlDto$Outbound } from "./digestcontroldto.js";
|
|
6
5
|
import { StepTypeEnum } from "./steptypeenum.js";
|
|
7
6
|
/**
|
|
8
|
-
*
|
|
7
|
+
* Control values for the Digest step.
|
|
9
8
|
*/
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
readonly Timed: "timed";
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* The type of digest strategy. Determines which fields are applicable.
|
|
16
|
-
*/
|
|
17
|
-
export type DigestStepUpsertDtoType = ClosedEnum<typeof DigestStepUpsertDtoType>;
|
|
18
|
-
/**
|
|
19
|
-
* The unit of time for the digest interval (for REGULAR type).
|
|
20
|
-
*/
|
|
21
|
-
export declare const DigestStepUpsertDtoUnit: {
|
|
22
|
-
readonly Seconds: "seconds";
|
|
23
|
-
readonly Minutes: "minutes";
|
|
24
|
-
readonly Hours: "hours";
|
|
25
|
-
readonly Days: "days";
|
|
26
|
-
readonly Weeks: "weeks";
|
|
27
|
-
readonly Months: "months";
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* The unit of time for the digest interval (for REGULAR type).
|
|
31
|
-
*/
|
|
32
|
-
export type DigestStepUpsertDtoUnit = ClosedEnum<typeof DigestStepUpsertDtoUnit>;
|
|
33
|
-
/**
|
|
34
|
-
* Control values for the Digest step
|
|
35
|
-
*/
|
|
36
|
-
export type DigestStepUpsertDtoControlValues = {
|
|
37
|
-
/**
|
|
38
|
-
* JSONLogic filter conditions for conditionally skipping the step execution. Supports complex logical operations with AND, OR, and comparison operators. See https://jsonlogic.com/ for full typing reference.
|
|
39
|
-
*/
|
|
40
|
-
skip?: {
|
|
41
|
-
[k: string]: any;
|
|
42
|
-
} | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* The type of digest strategy. Determines which fields are applicable.
|
|
45
|
-
*/
|
|
46
|
-
type?: DigestStepUpsertDtoType | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* The amount of time for the digest interval (for REGULAR type). Min 1.
|
|
49
|
-
*/
|
|
50
|
-
amount?: number | undefined;
|
|
51
|
-
/**
|
|
52
|
-
* The unit of time for the digest interval (for REGULAR type).
|
|
53
|
-
*/
|
|
54
|
-
unit?: DigestStepUpsertDtoUnit | undefined;
|
|
55
|
-
/**
|
|
56
|
-
* Configuration for look-back window (for REGULAR type).
|
|
57
|
-
*/
|
|
58
|
-
lookBackWindow?: LookBackWindowDto | undefined;
|
|
59
|
-
/**
|
|
60
|
-
* Cron expression for TIMED digest. Min length 1.
|
|
61
|
-
*/
|
|
62
|
-
cron?: string | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* Specify a custom key for digesting events instead of the default event key.
|
|
65
|
-
*/
|
|
66
|
-
digestKey?: string | undefined;
|
|
9
|
+
export type DigestStepUpsertDtoControlValues = DigestControlDto | {
|
|
10
|
+
[k: string]: any;
|
|
67
11
|
};
|
|
68
12
|
export type DigestStepUpsertDto = {
|
|
69
13
|
/**
|
|
@@ -79,71 +23,17 @@ export type DigestStepUpsertDto = {
|
|
|
79
23
|
*/
|
|
80
24
|
type: StepTypeEnum;
|
|
81
25
|
/**
|
|
82
|
-
* Control values for the Digest step
|
|
26
|
+
* Control values for the Digest step.
|
|
83
27
|
*/
|
|
84
|
-
controlValues?:
|
|
28
|
+
controlValues?: DigestControlDto | {
|
|
29
|
+
[k: string]: any;
|
|
30
|
+
} | undefined;
|
|
85
31
|
};
|
|
86
32
|
/** @internal */
|
|
87
|
-
export declare const DigestStepUpsertDtoType$inboundSchema: z.ZodNativeEnum<typeof DigestStepUpsertDtoType>;
|
|
88
|
-
/** @internal */
|
|
89
|
-
export declare const DigestStepUpsertDtoType$outboundSchema: z.ZodNativeEnum<typeof DigestStepUpsertDtoType>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
93
|
-
*/
|
|
94
|
-
export declare namespace DigestStepUpsertDtoType$ {
|
|
95
|
-
/** @deprecated use `DigestStepUpsertDtoType$inboundSchema` instead. */
|
|
96
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
97
|
-
readonly Regular: "regular";
|
|
98
|
-
readonly Timed: "timed";
|
|
99
|
-
}>;
|
|
100
|
-
/** @deprecated use `DigestStepUpsertDtoType$outboundSchema` instead. */
|
|
101
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
102
|
-
readonly Regular: "regular";
|
|
103
|
-
readonly Timed: "timed";
|
|
104
|
-
}>;
|
|
105
|
-
}
|
|
106
|
-
/** @internal */
|
|
107
|
-
export declare const DigestStepUpsertDtoUnit$inboundSchema: z.ZodNativeEnum<typeof DigestStepUpsertDtoUnit>;
|
|
108
|
-
/** @internal */
|
|
109
|
-
export declare const DigestStepUpsertDtoUnit$outboundSchema: z.ZodNativeEnum<typeof DigestStepUpsertDtoUnit>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
113
|
-
*/
|
|
114
|
-
export declare namespace DigestStepUpsertDtoUnit$ {
|
|
115
|
-
/** @deprecated use `DigestStepUpsertDtoUnit$inboundSchema` instead. */
|
|
116
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
117
|
-
readonly Seconds: "seconds";
|
|
118
|
-
readonly Minutes: "minutes";
|
|
119
|
-
readonly Hours: "hours";
|
|
120
|
-
readonly Days: "days";
|
|
121
|
-
readonly Weeks: "weeks";
|
|
122
|
-
readonly Months: "months";
|
|
123
|
-
}>;
|
|
124
|
-
/** @deprecated use `DigestStepUpsertDtoUnit$outboundSchema` instead. */
|
|
125
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
126
|
-
readonly Seconds: "seconds";
|
|
127
|
-
readonly Minutes: "minutes";
|
|
128
|
-
readonly Hours: "hours";
|
|
129
|
-
readonly Days: "days";
|
|
130
|
-
readonly Weeks: "weeks";
|
|
131
|
-
readonly Months: "months";
|
|
132
|
-
}>;
|
|
133
|
-
}
|
|
134
|
-
/** @internal */
|
|
135
33
|
export declare const DigestStepUpsertDtoControlValues$inboundSchema: z.ZodType<DigestStepUpsertDtoControlValues, z.ZodTypeDef, unknown>;
|
|
136
34
|
/** @internal */
|
|
137
|
-
export type DigestStepUpsertDtoControlValues$Outbound = {
|
|
138
|
-
|
|
139
|
-
[k: string]: any;
|
|
140
|
-
} | undefined;
|
|
141
|
-
type?: string | undefined;
|
|
142
|
-
amount?: number | undefined;
|
|
143
|
-
unit?: string | undefined;
|
|
144
|
-
lookBackWindow?: LookBackWindowDto$Outbound | undefined;
|
|
145
|
-
cron?: string | undefined;
|
|
146
|
-
digestKey?: string | undefined;
|
|
35
|
+
export type DigestStepUpsertDtoControlValues$Outbound = DigestControlDto$Outbound | {
|
|
36
|
+
[k: string]: any;
|
|
147
37
|
};
|
|
148
38
|
/** @internal */
|
|
149
39
|
export declare const DigestStepUpsertDtoControlValues$outboundSchema: z.ZodType<DigestStepUpsertDtoControlValues$Outbound, z.ZodTypeDef, DigestStepUpsertDtoControlValues>;
|
|
@@ -168,7 +58,9 @@ export type DigestStepUpsertDto$Outbound = {
|
|
|
168
58
|
_id?: string | undefined;
|
|
169
59
|
name: string;
|
|
170
60
|
type: string;
|
|
171
|
-
controlValues?:
|
|
61
|
+
controlValues?: DigestControlDto$Outbound | {
|
|
62
|
+
[k: string]: any;
|
|
63
|
+
} | undefined;
|
|
172
64
|
};
|
|
173
65
|
/** @internal */
|
|
174
66
|
export declare const DigestStepUpsertDto$outboundSchema: z.ZodType<DigestStepUpsertDto$Outbound, z.ZodTypeDef, DigestStepUpsertDto>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"digeststepupsertdto.d.ts","sourceRoot":"","sources":["../../src/models/components/digeststepupsertdto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"digeststepupsertdto.d.ts","sourceRoot":"","sources":["../../src/models/components/digeststepupsertdto.ts"],"names":[],"mappings":"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"}
|