@novu/api 0.0.1-alpha.70 → 0.0.1-alpha.76
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 +2 -2
- package/docs/sdks/novunotifications/README.md +5 -5
- package/funcs/{subscribersNotificationsRetrieve.d.ts → subscribersNotificationsFeed.d.ts} +2 -2
- package/funcs/subscribersNotificationsFeed.d.ts.map +1 -0
- package/funcs/{subscribersNotificationsRetrieve.js → subscribersNotificationsFeed.js} +4 -4
- package/funcs/subscribersNotificationsFeed.js.map +1 -0
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/actor.d.ts +62 -0
- package/models/components/actor.d.ts.map +1 -0
- package/models/components/actor.js +86 -0
- package/models/components/actor.js.map +1 -0
- package/models/components/actortypeenum.d.ts +40 -0
- package/models/components/actortypeenum.d.ts.map +1 -0
- package/models/components/actortypeenum.js +55 -0
- package/models/components/actortypeenum.js.map +1 -0
- package/models/components/feedresponsedto.d.ts +20 -4
- package/models/components/feedresponsedto.d.ts.map +1 -1
- package/models/components/feedresponsedto.js +5 -4
- package/models/components/feedresponsedto.js.map +1 -1
- package/models/components/index.d.ts +3 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -0
- package/models/components/index.js.map +1 -1
- package/models/components/markmessageactionasseendto.d.ts +15 -15
- package/models/components/markmessageactionasseendto.d.ts.map +1 -1
- package/models/components/markmessageactionasseendto.js +20 -18
- package/models/components/markmessageactionasseendto.js.map +1 -1
- package/models/components/messageactionresult.d.ts +15 -15
- package/models/components/messageactionresult.d.ts.map +1 -1
- package/models/components/messageactionresult.js +18 -18
- package/models/components/messageactionresult.js.map +1 -1
- package/models/components/notificationdto.d.ts +248 -0
- package/models/components/notificationdto.d.ts.map +1 -0
- package/models/components/notificationdto.js +187 -0
- package/models/components/notificationdto.js.map +1 -0
- package/models/components/triggereventrequestdto.d.ts +13 -13
- package/models/components/triggereventrequestdto.d.ts.map +1 -1
- package/models/components/triggereventrequestdto.js +16 -17
- package/models/components/triggereventrequestdto.js.map +1 -1
- package/package.json +1 -1
- package/sdk/novunotifications.d.ts +1 -1
- package/sdk/novunotifications.d.ts.map +1 -1
- package/sdk/novunotifications.js +3 -3
- package/sdk/novunotifications.js.map +1 -1
- package/src/funcs/{subscribersNotificationsRetrieve.ts → subscribersNotificationsFeed.ts} +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/actor.ts +123 -0
- package/src/models/components/actortypeenum.ts +41 -0
- package/src/models/components/feedresponsedto.ts +29 -8
- package/src/models/components/index.ts +3 -0
- package/src/models/components/markmessageactionasseendto.ts +36 -24
- package/src/models/components/messageactionresult.ts +24 -31
- package/src/models/components/notificationdto.ts +367 -0
- package/src/models/components/triggereventrequestdto.ts +31 -20
- package/src/sdk/novunotifications.ts +3 -3
- package/funcs/subscribersNotificationsRetrieve.d.ts.map +0 -1
- package/funcs/subscribersNotificationsRetrieve.js.map +0 -1
|
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.markMessageActionAsSeenDtoFromJSON = exports.markMessageActionAsSeenDtoToJSON = exports.MarkMessageActionAsSeenDto$ = exports.MarkMessageActionAsSeenDto$outboundSchema = exports.MarkMessageActionAsSeenDto$inboundSchema = exports.
|
|
29
|
+
exports.markMessageActionAsSeenDtoFromJSON = exports.markMessageActionAsSeenDtoToJSON = exports.MarkMessageActionAsSeenDto$ = exports.MarkMessageActionAsSeenDto$outboundSchema = exports.MarkMessageActionAsSeenDto$inboundSchema = exports.markMessageActionAsSeenDtoPayloadFromJSON = exports.markMessageActionAsSeenDtoPayloadToJSON = exports.MarkMessageActionAsSeenDtoPayload$ = exports.MarkMessageActionAsSeenDtoPayload$outboundSchema = exports.MarkMessageActionAsSeenDtoPayload$inboundSchema = exports.MarkMessageActionAsSeenDtoStatus$ = exports.MarkMessageActionAsSeenDtoStatus$outboundSchema = exports.MarkMessageActionAsSeenDtoStatus$inboundSchema = exports.MarkMessageActionAsSeenDtoStatus = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
32
32
|
/**
|
|
@@ -52,37 +52,39 @@ var MarkMessageActionAsSeenDtoStatus$;
|
|
|
52
52
|
MarkMessageActionAsSeenDtoStatus$.outboundSchema = exports.MarkMessageActionAsSeenDtoStatus$outboundSchema;
|
|
53
53
|
})(MarkMessageActionAsSeenDtoStatus$ || (exports.MarkMessageActionAsSeenDtoStatus$ = MarkMessageActionAsSeenDtoStatus$ = {}));
|
|
54
54
|
/** @internal */
|
|
55
|
-
exports.
|
|
55
|
+
exports.MarkMessageActionAsSeenDtoPayload$inboundSchema = z.object({});
|
|
56
56
|
/** @internal */
|
|
57
|
-
exports.
|
|
57
|
+
exports.MarkMessageActionAsSeenDtoPayload$outboundSchema = z.object({});
|
|
58
58
|
/**
|
|
59
59
|
* @internal
|
|
60
60
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
61
61
|
*/
|
|
62
|
-
var
|
|
63
|
-
(function (
|
|
64
|
-
/** @deprecated use `
|
|
65
|
-
|
|
66
|
-
/** @deprecated use `
|
|
67
|
-
|
|
68
|
-
})(
|
|
69
|
-
function
|
|
70
|
-
return JSON.stringify(exports.
|
|
62
|
+
var MarkMessageActionAsSeenDtoPayload$;
|
|
63
|
+
(function (MarkMessageActionAsSeenDtoPayload$) {
|
|
64
|
+
/** @deprecated use `MarkMessageActionAsSeenDtoPayload$inboundSchema` instead. */
|
|
65
|
+
MarkMessageActionAsSeenDtoPayload$.inboundSchema = exports.MarkMessageActionAsSeenDtoPayload$inboundSchema;
|
|
66
|
+
/** @deprecated use `MarkMessageActionAsSeenDtoPayload$outboundSchema` instead. */
|
|
67
|
+
MarkMessageActionAsSeenDtoPayload$.outboundSchema = exports.MarkMessageActionAsSeenDtoPayload$outboundSchema;
|
|
68
|
+
})(MarkMessageActionAsSeenDtoPayload$ || (exports.MarkMessageActionAsSeenDtoPayload$ = MarkMessageActionAsSeenDtoPayload$ = {}));
|
|
69
|
+
function markMessageActionAsSeenDtoPayloadToJSON(markMessageActionAsSeenDtoPayload) {
|
|
70
|
+
return JSON.stringify(exports.MarkMessageActionAsSeenDtoPayload$outboundSchema.parse(markMessageActionAsSeenDtoPayload));
|
|
71
71
|
}
|
|
72
|
-
exports.
|
|
73
|
-
function
|
|
74
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
72
|
+
exports.markMessageActionAsSeenDtoPayloadToJSON = markMessageActionAsSeenDtoPayloadToJSON;
|
|
73
|
+
function markMessageActionAsSeenDtoPayloadFromJSON(jsonString) {
|
|
74
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.MarkMessageActionAsSeenDtoPayload$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MarkMessageActionAsSeenDtoPayload' from JSON`);
|
|
75
75
|
}
|
|
76
|
-
exports.
|
|
76
|
+
exports.markMessageActionAsSeenDtoPayloadFromJSON = markMessageActionAsSeenDtoPayloadFromJSON;
|
|
77
77
|
/** @internal */
|
|
78
78
|
exports.MarkMessageActionAsSeenDto$inboundSchema = z.object({
|
|
79
79
|
status: exports.MarkMessageActionAsSeenDtoStatus$inboundSchema,
|
|
80
|
-
payload: z.lazy(() => exports.
|
|
80
|
+
payload: z.lazy(() => exports.MarkMessageActionAsSeenDtoPayload$inboundSchema)
|
|
81
|
+
.optional(),
|
|
81
82
|
});
|
|
82
83
|
/** @internal */
|
|
83
84
|
exports.MarkMessageActionAsSeenDto$outboundSchema = z.object({
|
|
84
85
|
status: exports.MarkMessageActionAsSeenDtoStatus$outboundSchema,
|
|
85
|
-
payload: z.lazy(() => exports.
|
|
86
|
+
payload: z.lazy(() => exports.MarkMessageActionAsSeenDtoPayload$outboundSchema)
|
|
87
|
+
.optional(),
|
|
86
88
|
});
|
|
87
89
|
/**
|
|
88
90
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"markmessageactionasseendto.js","sourceRoot":"","sources":["../../src/models/components/markmessageactionasseendto.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC9C,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACJ,CAAC;AAwBX,gBAAgB;AACH,QAAA,8CAA8C,GAEvD,CAAC,CAAC,UAAU,CAAC,wCAAgC,CAAC,CAAC;AAEnD,gBAAgB;AACH,QAAA,+CAA+C,GAExD,sDAA8C,CAAC;AAEnD;;;GAGG;AACH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,gFAAgF;IACnE,+CAAa,GAAG,sDAA8C,CAAC;IAC5E,iFAAiF;IACpE,gDAAc,GAAG,uDAA+C,CAAC;AAChF,CAAC,EALgB,iCAAiC,iDAAjC,iCAAiC,QAKjD;AAED,gBAAgB;AACH,QAAA,
|
|
1
|
+
{"version":3,"file":"markmessageactionasseendto.js","sourceRoot":"","sources":["../../src/models/components/markmessageactionasseendto.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC9C,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACJ,CAAC;AAwBX,gBAAgB;AACH,QAAA,8CAA8C,GAEvD,CAAC,CAAC,UAAU,CAAC,wCAAgC,CAAC,CAAC;AAEnD,gBAAgB;AACH,QAAA,+CAA+C,GAExD,sDAA8C,CAAC;AAEnD;;;GAGG;AACH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,gFAAgF;IACnE,+CAAa,GAAG,sDAA8C,CAAC;IAC5E,iFAAiF;IACpE,gDAAc,GAAG,uDAA+C,CAAC;AAChF,CAAC,EALgB,iCAAiC,iDAAjC,iCAAiC,QAKjD;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAIxD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAKjB,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB;;;GAGG;AACH,IAAiB,kCAAkC,CAQlD;AARD,WAAiB,kCAAkC;IACjD,iFAAiF;IACpE,gDAAa,GAAG,uDAA+C,CAAC;IAC7E,kFAAkF;IACrE,iDAAc,GACzB,wDAAgD,CAAC;AAGrD,CAAC,EARgB,kCAAkC,kDAAlC,kCAAkC,QAQlD;AAED,SAAgB,uCAAuC,CACrD,iCAAoE;IAEpE,OAAO,IAAI,CAAC,SAAS,CACnB,wDAAgD,CAAC,KAAK,CACpD,iCAAiC,CAClC,CACF,CAAC;AACJ,CAAC;AARD,0FAQC;AAED,SAAgB,yCAAyC,CACvD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uDAA+C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,+DAA+D,CAChE,CAAC;AACJ,CAAC;AARD,8FAQC;AAED,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,sDAA8C;IACtD,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,uDAA+C,CAAC;SACnE,QAAQ,EAAE;CACd,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,uDAA+C;IACvD,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,wDAAgD,CAAC;SACpE,QAAQ,EAAE;CACd,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IAC1C,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG1E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAND,4EAMC;AAED,SAAgB,kCAAkC,CAChD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gDAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AACJ,CAAC;AARD,gFAQC"}
|
|
@@ -2,36 +2,36 @@ import * as z from "zod";
|
|
|
2
2
|
import { ClosedEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export type
|
|
5
|
+
export type Payload = {};
|
|
6
6
|
export declare const MessageActionResultType: {
|
|
7
7
|
readonly Primary: "primary";
|
|
8
8
|
readonly Secondary: "secondary";
|
|
9
9
|
};
|
|
10
10
|
export type MessageActionResultType = ClosedEnum<typeof MessageActionResultType>;
|
|
11
11
|
export type MessageActionResult = {
|
|
12
|
-
payload?:
|
|
12
|
+
payload?: Payload | undefined;
|
|
13
13
|
type?: MessageActionResultType | undefined;
|
|
14
14
|
};
|
|
15
15
|
/** @internal */
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
17
17
|
/** @internal */
|
|
18
|
-
export type
|
|
18
|
+
export type Payload$Outbound = {};
|
|
19
19
|
/** @internal */
|
|
20
|
-
export declare const
|
|
20
|
+
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
21
21
|
/**
|
|
22
22
|
* @internal
|
|
23
23
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
24
|
*/
|
|
25
|
-
export declare namespace
|
|
26
|
-
/** @deprecated use `
|
|
27
|
-
const inboundSchema: z.ZodType<
|
|
28
|
-
/** @deprecated use `
|
|
29
|
-
const outboundSchema: z.ZodType<
|
|
30
|
-
/** @deprecated use `
|
|
31
|
-
type Outbound =
|
|
25
|
+
export declare namespace Payload$ {
|
|
26
|
+
/** @deprecated use `Payload$inboundSchema` instead. */
|
|
27
|
+
const inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
28
|
+
/** @deprecated use `Payload$outboundSchema` instead. */
|
|
29
|
+
const outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
30
|
+
/** @deprecated use `Payload$Outbound` instead. */
|
|
31
|
+
type Outbound = Payload$Outbound;
|
|
32
32
|
}
|
|
33
|
-
export declare function
|
|
34
|
-
export declare function
|
|
33
|
+
export declare function payloadToJSON(payload: Payload): string;
|
|
34
|
+
export declare function payloadFromJSON(jsonString: string): SafeParseResult<Payload, SDKValidationError>;
|
|
35
35
|
/** @internal */
|
|
36
36
|
export declare const MessageActionResultType$inboundSchema: z.ZodNativeEnum<typeof MessageActionResultType>;
|
|
37
37
|
/** @internal */
|
|
@@ -56,7 +56,7 @@ export declare namespace MessageActionResultType$ {
|
|
|
56
56
|
export declare const MessageActionResult$inboundSchema: z.ZodType<MessageActionResult, z.ZodTypeDef, unknown>;
|
|
57
57
|
/** @internal */
|
|
58
58
|
export type MessageActionResult$Outbound = {
|
|
59
|
-
payload?:
|
|
59
|
+
payload?: Payload$Outbound | undefined;
|
|
60
60
|
type?: string | undefined;
|
|
61
61
|
};
|
|
62
62
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messageactionresult.d.ts","sourceRoot":"","sources":["../../src/models/components/messageactionresult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,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;AAErE,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"messageactionresult.d.ts","sourceRoot":"","sources":["../../src/models/components/messageactionresult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,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;AAErE,MAAM,MAAM,OAAO,GAAG,EAAE,CAAC;AAEzB,eAAO,MAAM,uBAAuB;;;CAG1B,CAAC;AACX,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAC9C,OAAO,uBAAuB,CAC/B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAC9D,CAAC;AAEf,gBAAgB;AAChB,MAAM,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAElC,gBAAgB;AAChB,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAC5C,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AAEjB;;;GAGG;AACH,yBAAiB,QAAQ,CAAC;IACxB,uDAAuD;IAChD,MAAM,aAAa,2CAAwB,CAAC;IACnD,wDAAwD;IACjD,MAAM,cAAc,oDAAyB,CAAC;IACrD,kDAAkD;IAClD,KAAY,QAAQ,GAAG,gBAAgB,CAAC;CACzC;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAEtD;AAED,wBAAgB,eAAe,CAC7B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAM9C;AAED,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,aAAa,CACjE,OAAO,uBAAuB,CACS,CAAC;AAE1C,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,aAAa,CAClE,OAAO,uBAAuB,CACS,CAAC;AAE1C;;;GAGG;AACH,yBAAiB,wBAAwB,CAAC;IACxC,uEAAuE;IAChE,MAAM,aAAa;;;MAAwC,CAAC;IACnE,wEAAwE;IACjE,MAAM,cAAc;;;MAAyC,CAAC;CACtE;AAED,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,OAAO,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACvC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAInB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa,uDAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc,4EAAqC,CAAC;IACjE,8DAA8D;IAC9D,KAAY,QAAQ,GAAG,4BAA4B,CAAC;CACrD;AAED,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AAED,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D"}
|
|
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.messageActionResultFromJSON = exports.messageActionResultToJSON = exports.MessageActionResult$ = exports.MessageActionResult$outboundSchema = exports.MessageActionResult$inboundSchema = exports.MessageActionResultType$ = exports.MessageActionResultType$outboundSchema = exports.MessageActionResultType$inboundSchema = exports.
|
|
29
|
+
exports.messageActionResultFromJSON = exports.messageActionResultToJSON = exports.MessageActionResult$ = exports.MessageActionResult$outboundSchema = exports.MessageActionResult$inboundSchema = exports.MessageActionResultType$ = exports.MessageActionResultType$outboundSchema = exports.MessageActionResultType$inboundSchema = exports.payloadFromJSON = exports.payloadToJSON = exports.Payload$ = exports.Payload$outboundSchema = exports.Payload$inboundSchema = exports.MessageActionResultType = void 0;
|
|
30
30
|
const z = __importStar(require("zod"));
|
|
31
31
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
32
32
|
exports.MessageActionResultType = {
|
|
@@ -34,28 +34,28 @@ exports.MessageActionResultType = {
|
|
|
34
34
|
Secondary: "secondary",
|
|
35
35
|
};
|
|
36
36
|
/** @internal */
|
|
37
|
-
exports.
|
|
37
|
+
exports.Payload$inboundSchema = z.object({});
|
|
38
38
|
/** @internal */
|
|
39
|
-
exports.
|
|
39
|
+
exports.Payload$outboundSchema = z.object({});
|
|
40
40
|
/**
|
|
41
41
|
* @internal
|
|
42
42
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
45
|
-
(function (
|
|
46
|
-
/** @deprecated use `
|
|
47
|
-
|
|
48
|
-
/** @deprecated use `
|
|
49
|
-
|
|
50
|
-
})(
|
|
51
|
-
function
|
|
52
|
-
return JSON.stringify(exports.
|
|
44
|
+
var Payload$;
|
|
45
|
+
(function (Payload$) {
|
|
46
|
+
/** @deprecated use `Payload$inboundSchema` instead. */
|
|
47
|
+
Payload$.inboundSchema = exports.Payload$inboundSchema;
|
|
48
|
+
/** @deprecated use `Payload$outboundSchema` instead. */
|
|
49
|
+
Payload$.outboundSchema = exports.Payload$outboundSchema;
|
|
50
|
+
})(Payload$ || (exports.Payload$ = Payload$ = {}));
|
|
51
|
+
function payloadToJSON(payload) {
|
|
52
|
+
return JSON.stringify(exports.Payload$outboundSchema.parse(payload));
|
|
53
53
|
}
|
|
54
|
-
exports.
|
|
55
|
-
function
|
|
56
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
54
|
+
exports.payloadToJSON = payloadToJSON;
|
|
55
|
+
function payloadFromJSON(jsonString) {
|
|
56
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Payload$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Payload' from JSON`);
|
|
57
57
|
}
|
|
58
|
-
exports.
|
|
58
|
+
exports.payloadFromJSON = payloadFromJSON;
|
|
59
59
|
/** @internal */
|
|
60
60
|
exports.MessageActionResultType$inboundSchema = z.nativeEnum(exports.MessageActionResultType);
|
|
61
61
|
/** @internal */
|
|
@@ -73,12 +73,12 @@ var MessageActionResultType$;
|
|
|
73
73
|
})(MessageActionResultType$ || (exports.MessageActionResultType$ = MessageActionResultType$ = {}));
|
|
74
74
|
/** @internal */
|
|
75
75
|
exports.MessageActionResult$inboundSchema = z.object({
|
|
76
|
-
payload: z.lazy(() => exports.
|
|
76
|
+
payload: z.lazy(() => exports.Payload$inboundSchema).optional(),
|
|
77
77
|
type: exports.MessageActionResultType$inboundSchema.optional(),
|
|
78
78
|
});
|
|
79
79
|
/** @internal */
|
|
80
80
|
exports.MessageActionResult$outboundSchema = z.object({
|
|
81
|
-
payload: z.lazy(() => exports.
|
|
81
|
+
payload: z.lazy(() => exports.Payload$outboundSchema).optional(),
|
|
82
82
|
type: exports.MessageActionResultType$outboundSchema.optional(),
|
|
83
83
|
});
|
|
84
84
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messageactionresult.js","sourceRoot":"","sources":["../../src/models/components/messageactionresult.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAOpC,QAAA,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAUX,gBAAgB;AACH,QAAA,
|
|
1
|
+
{"version":3,"file":"messageactionresult.js","sourceRoot":"","sources":["../../src/models/components/messageactionresult.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAOpC,QAAA,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAUX,gBAAgB;AACH,QAAA,qBAAqB,GAChC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAKf,gBAAgB;AACH,QAAA,sBAAsB,GAI/B,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB;;;GAGG;AACH,IAAiB,QAAQ,CAOxB;AAPD,WAAiB,QAAQ;IACvB,uDAAuD;IAC1C,sBAAa,GAAG,6BAAqB,CAAC;IACnD,wDAAwD;IAC3C,uBAAc,GAAG,8BAAsB,CAAC;AAGvD,CAAC,EAPgB,QAAQ,wBAAR,QAAQ,QAOxB;AAED,SAAgB,aAAa,CAAC,OAAgB;IAC5C,OAAO,IAAI,CAAC,SAAS,CAAC,8BAAsB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;AAC/D,CAAC;AAFD,sCAEC;AAED,SAAgB,eAAe,CAC7B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6BAAqB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjD,qCAAqC,CACtC,CAAC;AACJ,CAAC;AARD,0CAQC;AAED,gBAAgB;AACH,QAAA,qCAAqC,GAE9C,CAAC,CAAC,UAAU,CAAC,+BAAuB,CAAC,CAAC;AAE1C,gBAAgB;AACH,QAAA,sCAAsC,GAE/C,6CAAqC,CAAC;AAE1C;;;GAGG;AACH,IAAiB,wBAAwB,CAKxC;AALD,WAAiB,wBAAwB;IACvC,uEAAuE;IAC1D,sCAAa,GAAG,6CAAqC,CAAC;IACnE,wEAAwE;IAC3D,uCAAc,GAAG,8CAAsC,CAAC;AACvE,CAAC,EALgB,wBAAwB,wCAAxB,wBAAwB,QAKxC;AAED,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,6BAAqB,CAAC,CAAC,QAAQ,EAAE;IACvD,IAAI,EAAE,6CAAqC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,8BAAsB,CAAC,CAAC,QAAQ,EAAE;IACxD,IAAI,EAAE,8CAAsC,CAAC,QAAQ,EAAE;CACxD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,oBAAoB,CAOpC;AAPD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AAGnE,CAAC,EAPgB,oBAAoB,oCAApB,oBAAoB,QAOpC;AAED,SAAgB,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,0CAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AAND,8DAMC;AAED,SAAgB,2BAA2B,CACzC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,CAAC;AACJ,CAAC;AARD,kEAQC"}
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
import { Actor, Actor$Outbound } from "./actor.js";
|
|
6
|
+
import { MessageCTA, MessageCTA$Outbound } from "./messagecta.js";
|
|
7
|
+
import { SubscriberResponseDto, SubscriberResponseDto$Outbound } from "./subscriberresponsedto.js";
|
|
8
|
+
/**
|
|
9
|
+
* The channel through which the notification is sent.
|
|
10
|
+
*/
|
|
11
|
+
export declare const NotificationDtoChannel: {
|
|
12
|
+
readonly InApp: "in_app";
|
|
13
|
+
readonly Email: "email";
|
|
14
|
+
readonly Sms: "sms";
|
|
15
|
+
readonly Chat: "chat";
|
|
16
|
+
readonly Push: "push";
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* The channel through which the notification is sent.
|
|
20
|
+
*/
|
|
21
|
+
export type NotificationDtoChannel = ClosedEnum<typeof NotificationDtoChannel>;
|
|
22
|
+
/**
|
|
23
|
+
* Current status of the notification.
|
|
24
|
+
*/
|
|
25
|
+
export declare const NotificationDtoStatus: {
|
|
26
|
+
readonly Sent: "sent";
|
|
27
|
+
readonly Error: "error";
|
|
28
|
+
readonly Warning: "warning";
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Current status of the notification.
|
|
32
|
+
*/
|
|
33
|
+
export type NotificationDtoStatus = ClosedEnum<typeof NotificationDtoStatus>;
|
|
34
|
+
export type NotificationDto = {
|
|
35
|
+
/**
|
|
36
|
+
* Unique identifier for the notification.
|
|
37
|
+
*/
|
|
38
|
+
id: string;
|
|
39
|
+
/**
|
|
40
|
+
* Identifier for the template used to generate the notification.
|
|
41
|
+
*/
|
|
42
|
+
templateId: string;
|
|
43
|
+
/**
|
|
44
|
+
* Identifier for the environment where the notification is sent.
|
|
45
|
+
*/
|
|
46
|
+
environmentId: string;
|
|
47
|
+
/**
|
|
48
|
+
* Identifier for the message template used.
|
|
49
|
+
*/
|
|
50
|
+
messageTemplateId: string;
|
|
51
|
+
/**
|
|
52
|
+
* Identifier for the organization sending the notification.
|
|
53
|
+
*/
|
|
54
|
+
organizationId: string;
|
|
55
|
+
/**
|
|
56
|
+
* Unique identifier for the notification instance.
|
|
57
|
+
*/
|
|
58
|
+
notificationId: string;
|
|
59
|
+
/**
|
|
60
|
+
* Unique identifier for the subscriber receiving the notification.
|
|
61
|
+
*/
|
|
62
|
+
subscriberId: string;
|
|
63
|
+
/**
|
|
64
|
+
* Identifier for the feed associated with the notification.
|
|
65
|
+
*/
|
|
66
|
+
feedId: string;
|
|
67
|
+
/**
|
|
68
|
+
* Identifier for the job that triggered the notification.
|
|
69
|
+
*/
|
|
70
|
+
jobId: string;
|
|
71
|
+
/**
|
|
72
|
+
* Timestamp indicating when the notification was created.
|
|
73
|
+
*/
|
|
74
|
+
createdAt?: Date | null | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* Timestamp indicating when the notification was last updated.
|
|
77
|
+
*/
|
|
78
|
+
updatedAt?: Date | null | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Actor details related to the notification, if applicable.
|
|
81
|
+
*/
|
|
82
|
+
actor?: Actor | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Subscriber details associated with this notification.
|
|
85
|
+
*/
|
|
86
|
+
subscriber?: SubscriberResponseDto | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* Unique identifier for the transaction associated with the notification.
|
|
89
|
+
*/
|
|
90
|
+
transactionId: string;
|
|
91
|
+
/**
|
|
92
|
+
* Identifier for the template used, if applicable.
|
|
93
|
+
*/
|
|
94
|
+
templateIdentifier?: string | null | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* Identifier for the provider that sends the notification.
|
|
97
|
+
*/
|
|
98
|
+
providerId?: string | null | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* The main content of the notification.
|
|
101
|
+
*/
|
|
102
|
+
content: string;
|
|
103
|
+
/**
|
|
104
|
+
* The subject line for email notifications, if applicable.
|
|
105
|
+
*/
|
|
106
|
+
subject?: string | null | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* The channel through which the notification is sent.
|
|
109
|
+
*/
|
|
110
|
+
channel: NotificationDtoChannel;
|
|
111
|
+
/**
|
|
112
|
+
* Indicates whether the notification has been read by the subscriber.
|
|
113
|
+
*/
|
|
114
|
+
read: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Indicates whether the notification has been seen by the subscriber.
|
|
117
|
+
*/
|
|
118
|
+
seen: boolean;
|
|
119
|
+
/**
|
|
120
|
+
* Indicates whether the notification has been deleted.
|
|
121
|
+
*/
|
|
122
|
+
deleted: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* Device tokens for push notifications, if applicable.
|
|
125
|
+
*/
|
|
126
|
+
deviceTokens?: Array<string> | null | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* Call-to-action information associated with the notification.
|
|
129
|
+
*/
|
|
130
|
+
cta: MessageCTA;
|
|
131
|
+
/**
|
|
132
|
+
* Current status of the notification.
|
|
133
|
+
*/
|
|
134
|
+
status: NotificationDtoStatus;
|
|
135
|
+
/**
|
|
136
|
+
* The payload that was used to send the notification trigger.
|
|
137
|
+
*/
|
|
138
|
+
payload?: {
|
|
139
|
+
[k: string]: any;
|
|
140
|
+
} | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* Provider-specific overrides used when triggering the notification.
|
|
143
|
+
*/
|
|
144
|
+
overrides?: {
|
|
145
|
+
[k: string]: any;
|
|
146
|
+
} | undefined;
|
|
147
|
+
};
|
|
148
|
+
/** @internal */
|
|
149
|
+
export declare const NotificationDtoChannel$inboundSchema: z.ZodNativeEnum<typeof NotificationDtoChannel>;
|
|
150
|
+
/** @internal */
|
|
151
|
+
export declare const NotificationDtoChannel$outboundSchema: z.ZodNativeEnum<typeof NotificationDtoChannel>;
|
|
152
|
+
/**
|
|
153
|
+
* @internal
|
|
154
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
155
|
+
*/
|
|
156
|
+
export declare namespace NotificationDtoChannel$ {
|
|
157
|
+
/** @deprecated use `NotificationDtoChannel$inboundSchema` instead. */
|
|
158
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
159
|
+
readonly InApp: "in_app";
|
|
160
|
+
readonly Email: "email";
|
|
161
|
+
readonly Sms: "sms";
|
|
162
|
+
readonly Chat: "chat";
|
|
163
|
+
readonly Push: "push";
|
|
164
|
+
}>;
|
|
165
|
+
/** @deprecated use `NotificationDtoChannel$outboundSchema` instead. */
|
|
166
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
167
|
+
readonly InApp: "in_app";
|
|
168
|
+
readonly Email: "email";
|
|
169
|
+
readonly Sms: "sms";
|
|
170
|
+
readonly Chat: "chat";
|
|
171
|
+
readonly Push: "push";
|
|
172
|
+
}>;
|
|
173
|
+
}
|
|
174
|
+
/** @internal */
|
|
175
|
+
export declare const NotificationDtoStatus$inboundSchema: z.ZodNativeEnum<typeof NotificationDtoStatus>;
|
|
176
|
+
/** @internal */
|
|
177
|
+
export declare const NotificationDtoStatus$outboundSchema: z.ZodNativeEnum<typeof NotificationDtoStatus>;
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
181
|
+
*/
|
|
182
|
+
export declare namespace NotificationDtoStatus$ {
|
|
183
|
+
/** @deprecated use `NotificationDtoStatus$inboundSchema` instead. */
|
|
184
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
185
|
+
readonly Sent: "sent";
|
|
186
|
+
readonly Error: "error";
|
|
187
|
+
readonly Warning: "warning";
|
|
188
|
+
}>;
|
|
189
|
+
/** @deprecated use `NotificationDtoStatus$outboundSchema` instead. */
|
|
190
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
191
|
+
readonly Sent: "sent";
|
|
192
|
+
readonly Error: "error";
|
|
193
|
+
readonly Warning: "warning";
|
|
194
|
+
}>;
|
|
195
|
+
}
|
|
196
|
+
/** @internal */
|
|
197
|
+
export declare const NotificationDto$inboundSchema: z.ZodType<NotificationDto, z.ZodTypeDef, unknown>;
|
|
198
|
+
/** @internal */
|
|
199
|
+
export type NotificationDto$Outbound = {
|
|
200
|
+
_id: string;
|
|
201
|
+
_templateId: string;
|
|
202
|
+
_environmentId: string;
|
|
203
|
+
_messageTemplateId: string;
|
|
204
|
+
_organizationId: string;
|
|
205
|
+
_notificationId: string;
|
|
206
|
+
_subscriberId: string;
|
|
207
|
+
_feedId: string;
|
|
208
|
+
_jobId: string;
|
|
209
|
+
createdAt?: string | null | undefined;
|
|
210
|
+
updatedAt?: string | null | undefined;
|
|
211
|
+
actor?: Actor$Outbound | undefined;
|
|
212
|
+
subscriber?: SubscriberResponseDto$Outbound | undefined;
|
|
213
|
+
transactionId: string;
|
|
214
|
+
templateIdentifier?: string | null | undefined;
|
|
215
|
+
providerId?: string | null | undefined;
|
|
216
|
+
content: string;
|
|
217
|
+
subject?: string | null | undefined;
|
|
218
|
+
channel: string;
|
|
219
|
+
read: boolean;
|
|
220
|
+
seen: boolean;
|
|
221
|
+
deleted: boolean;
|
|
222
|
+
deviceTokens?: Array<string> | null | undefined;
|
|
223
|
+
cta: MessageCTA$Outbound;
|
|
224
|
+
status: string;
|
|
225
|
+
payload?: {
|
|
226
|
+
[k: string]: any;
|
|
227
|
+
} | undefined;
|
|
228
|
+
overrides?: {
|
|
229
|
+
[k: string]: any;
|
|
230
|
+
} | undefined;
|
|
231
|
+
};
|
|
232
|
+
/** @internal */
|
|
233
|
+
export declare const NotificationDto$outboundSchema: z.ZodType<NotificationDto$Outbound, z.ZodTypeDef, NotificationDto>;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
237
|
+
*/
|
|
238
|
+
export declare namespace NotificationDto$ {
|
|
239
|
+
/** @deprecated use `NotificationDto$inboundSchema` instead. */
|
|
240
|
+
const inboundSchema: z.ZodType<NotificationDto, z.ZodTypeDef, unknown>;
|
|
241
|
+
/** @deprecated use `NotificationDto$outboundSchema` instead. */
|
|
242
|
+
const outboundSchema: z.ZodType<NotificationDto$Outbound, z.ZodTypeDef, NotificationDto>;
|
|
243
|
+
/** @deprecated use `NotificationDto$Outbound` instead. */
|
|
244
|
+
type Outbound = NotificationDto$Outbound;
|
|
245
|
+
}
|
|
246
|
+
export declare function notificationDtoToJSON(notificationDto: NotificationDto): string;
|
|
247
|
+
export declare function notificationDtoFromJSON(jsonString: string): SafeParseResult<NotificationDto, SDKValidationError>;
|
|
248
|
+
//# sourceMappingURL=notificationdto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notificationdto.d.ts","sourceRoot":"","sources":["../../src/models/components/notificationdto.ts"],"names":[],"mappings":"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"}
|