@novu/api 0.0.1-alpha.144 → 0.0.1-alpha.146

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.
Files changed (90) hide show
  1. package/lib/config.d.ts +2 -2
  2. package/lib/config.js +2 -2
  3. package/models/components/buttontypeenum.d.ts +34 -0
  4. package/models/components/buttontypeenum.d.ts.map +1 -0
  5. package/models/components/buttontypeenum.js +53 -0
  6. package/models/components/buttontypeenum.js.map +1 -0
  7. package/models/components/channelctatypeenum.d.ts +31 -0
  8. package/models/components/channelctatypeenum.d.ts.map +1 -0
  9. package/models/components/channelctatypeenum.js +52 -0
  10. package/models/components/channelctatypeenum.js.map +1 -0
  11. package/models/components/channelpreference.d.ts +3 -43
  12. package/models/components/channelpreference.d.ts.map +1 -1
  13. package/models/components/channelpreference.js +4 -28
  14. package/models/components/channelpreference.js.map +1 -1
  15. package/models/components/channeltypeenum.d.ts +2 -2
  16. package/models/components/channeltypeenum.js +1 -1
  17. package/models/components/emailblock.d.ts +14 -27
  18. package/models/components/emailblock.d.ts.map +1 -1
  19. package/models/components/emailblock.js +4 -22
  20. package/models/components/emailblock.js.map +1 -1
  21. package/models/components/emailblockstyles.d.ts +5 -30
  22. package/models/components/emailblockstyles.d.ts.map +1 -1
  23. package/models/components/emailblockstyles.js +4 -24
  24. package/models/components/emailblockstyles.js.map +1 -1
  25. package/models/components/emailblocktypeenum.d.ts +34 -0
  26. package/models/components/emailblocktypeenum.d.ts.map +1 -0
  27. package/models/components/emailblocktypeenum.js +53 -0
  28. package/models/components/emailblocktypeenum.js.map +1 -0
  29. package/models/components/index.d.ts +6 -0
  30. package/models/components/index.d.ts.map +1 -1
  31. package/models/components/index.js +6 -0
  32. package/models/components/index.js.map +1 -1
  33. package/models/components/messageaction.d.ts +11 -27
  34. package/models/components/messageaction.d.ts.map +1 -1
  35. package/models/components/messageaction.js +4 -22
  36. package/models/components/messageaction.js.map +1 -1
  37. package/models/components/messageactionresult.d.ts +11 -27
  38. package/models/components/messageactionresult.d.ts.map +1 -1
  39. package/models/components/messageactionresult.js +4 -22
  40. package/models/components/messageactionresult.js.map +1 -1
  41. package/models/components/messageactionstatusenum.d.ts +34 -0
  42. package/models/components/messageactionstatusenum.d.ts.map +1 -0
  43. package/models/components/messageactionstatusenum.js +53 -0
  44. package/models/components/messageactionstatusenum.js.map +1 -0
  45. package/models/components/messagebutton.d.ts +11 -27
  46. package/models/components/messagebutton.d.ts.map +1 -1
  47. package/models/components/messagebutton.js +4 -22
  48. package/models/components/messagebutton.js.map +1 -1
  49. package/models/components/messagecta.d.ts +11 -24
  50. package/models/components/messagecta.d.ts.map +1 -1
  51. package/models/components/messagecta.js +4 -21
  52. package/models/components/messagecta.js.map +1 -1
  53. package/models/components/messagectadata.d.ts +3 -0
  54. package/models/components/messagectadata.d.ts.map +1 -1
  55. package/models/components/messagectadata.js.map +1 -1
  56. package/models/components/messageresponsedto.d.ts +107 -96
  57. package/models/components/messageresponsedto.d.ts.map +1 -1
  58. package/models/components/messageresponsedto.js +18 -81
  59. package/models/components/messageresponsedto.js.map +1 -1
  60. package/models/components/messagestatusenum.d.ts +37 -0
  61. package/models/components/messagestatusenum.d.ts.map +1 -0
  62. package/models/components/messagestatusenum.js +54 -0
  63. package/models/components/messagestatusenum.js.map +1 -0
  64. package/models/components/notificationfeeditemdto.d.ts +1 -1
  65. package/models/components/textalignenum.d.ts +37 -0
  66. package/models/components/textalignenum.d.ts.map +1 -0
  67. package/models/components/textalignenum.js +54 -0
  68. package/models/components/textalignenum.js.map +1 -0
  69. package/models/operations/messagescontrollergetmessages.d.ts +1 -1
  70. package/package.json +1 -1
  71. package/src/lib/config.ts +2 -2
  72. package/src/models/components/buttontypeenum.ts +39 -0
  73. package/src/models/components/channelctatypeenum.ts +38 -0
  74. package/src/models/components/channelpreference.ts +9 -41
  75. package/src/models/components/channeltypeenum.ts +2 -2
  76. package/src/models/components/emailblock.ts +20 -31
  77. package/src/models/components/emailblockstyles.ts +11 -30
  78. package/src/models/components/emailblocktypeenum.ts +39 -0
  79. package/src/models/components/index.ts +6 -0
  80. package/src/models/components/messageaction.ts +17 -31
  81. package/src/models/components/messageactionresult.ts +17 -33
  82. package/src/models/components/messageactionstatusenum.ts +41 -0
  83. package/src/models/components/messagebutton.ts +17 -31
  84. package/src/models/components/messagecta.ts +17 -30
  85. package/src/models/components/messagectadata.ts +3 -0
  86. package/src/models/components/messageresponsedto.ts +130 -132
  87. package/src/models/components/messagestatusenum.ts +40 -0
  88. package/src/models/components/notificationfeeditemdto.ts +1 -1
  89. package/src/models/components/textalignenum.ts +40 -0
  90. package/src/models/operations/messagescontrollergetmessages.ts +1 -1
package/lib/config.d.ts CHANGED
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
27
27
  export declare const SDK_METADATA: {
28
28
  readonly language: "typescript";
29
29
  readonly openapiDocVersion: "1.0";
30
- readonly sdkVersion: "0.0.1-alpha.144";
30
+ readonly sdkVersion: "0.0.1-alpha.146";
31
31
  readonly genVersion: "2.481.0";
32
- readonly userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.144 2.481.0 1.0 @novu/api";
32
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.146 2.481.0 1.0 @novu/api";
33
33
  };
34
34
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -30,8 +30,8 @@ exports.serverURLFromOptions = serverURLFromOptions;
30
30
  exports.SDK_METADATA = {
31
31
  language: "typescript",
32
32
  openapiDocVersion: "1.0",
33
- sdkVersion: "0.0.1-alpha.144",
33
+ sdkVersion: "0.0.1-alpha.146",
34
34
  genVersion: "2.481.0",
35
- userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.144 2.481.0 1.0 @novu/api",
35
+ userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.146 2.481.0 1.0 @novu/api",
36
36
  };
37
37
  //# sourceMappingURL=config.js.map
@@ -0,0 +1,34 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Type of button for the action result
5
+ */
6
+ export declare const ButtonTypeEnum: {
7
+ readonly Primary: "primary";
8
+ readonly Secondary: "secondary";
9
+ };
10
+ /**
11
+ * Type of button for the action result
12
+ */
13
+ export type ButtonTypeEnum = ClosedEnum<typeof ButtonTypeEnum>;
14
+ /** @internal */
15
+ export declare const ButtonTypeEnum$inboundSchema: z.ZodNativeEnum<typeof ButtonTypeEnum>;
16
+ /** @internal */
17
+ export declare const ButtonTypeEnum$outboundSchema: z.ZodNativeEnum<typeof ButtonTypeEnum>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace ButtonTypeEnum$ {
23
+ /** @deprecated use `ButtonTypeEnum$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodNativeEnum<{
25
+ readonly Primary: "primary";
26
+ readonly Secondary: "secondary";
27
+ }>;
28
+ /** @deprecated use `ButtonTypeEnum$outboundSchema` instead. */
29
+ const outboundSchema: z.ZodNativeEnum<{
30
+ readonly Primary: "primary";
31
+ readonly Secondary: "secondary";
32
+ }>;
33
+ }
34
+ //# sourceMappingURL=buttontypeenum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buttontypeenum.d.ts","sourceRoot":"","sources":["../../src/models/components/buttontypeenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;MAAgC,CAAC;CAC7D"}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ButtonTypeEnum$ = exports.ButtonTypeEnum$outboundSchema = exports.ButtonTypeEnum$inboundSchema = exports.ButtonTypeEnum = void 0;
30
+ const z = __importStar(require("zod"));
31
+ /**
32
+ * Type of button for the action result
33
+ */
34
+ exports.ButtonTypeEnum = {
35
+ Primary: "primary",
36
+ Secondary: "secondary",
37
+ };
38
+ /** @internal */
39
+ exports.ButtonTypeEnum$inboundSchema = z.nativeEnum(exports.ButtonTypeEnum);
40
+ /** @internal */
41
+ exports.ButtonTypeEnum$outboundSchema = exports.ButtonTypeEnum$inboundSchema;
42
+ /**
43
+ * @internal
44
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
45
+ */
46
+ var ButtonTypeEnum$;
47
+ (function (ButtonTypeEnum$) {
48
+ /** @deprecated use `ButtonTypeEnum$inboundSchema` instead. */
49
+ ButtonTypeEnum$.inboundSchema = exports.ButtonTypeEnum$inboundSchema;
50
+ /** @deprecated use `ButtonTypeEnum$outboundSchema` instead. */
51
+ ButtonTypeEnum$.outboundSchema = exports.ButtonTypeEnum$outboundSchema;
52
+ })(ButtonTypeEnum$ || (exports.ButtonTypeEnum$ = ButtonTypeEnum$ = {}));
53
+ //# sourceMappingURL=buttontypeenum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buttontypeenum.js","sourceRoot":"","sources":["../../src/models/components/buttontypeenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CACd,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAErC,CAAC,CAAC,UAAU,CAAC,sBAAc,CAAC,CAAC;AAEjC,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,oCAA4B,CAAC;AAEjC;;;GAGG;AACH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAC9D,CAAC,EALgB,eAAe,+BAAf,eAAe,QAK/B"}
@@ -0,0 +1,31 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Type of call to action
5
+ */
6
+ export declare const ChannelCTATypeEnum: {
7
+ readonly Redirect: "redirect";
8
+ };
9
+ /**
10
+ * Type of call to action
11
+ */
12
+ export type ChannelCTATypeEnum = ClosedEnum<typeof ChannelCTATypeEnum>;
13
+ /** @internal */
14
+ export declare const ChannelCTATypeEnum$inboundSchema: z.ZodNativeEnum<typeof ChannelCTATypeEnum>;
15
+ /** @internal */
16
+ export declare const ChannelCTATypeEnum$outboundSchema: z.ZodNativeEnum<typeof ChannelCTATypeEnum>;
17
+ /**
18
+ * @internal
19
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
20
+ */
21
+ export declare namespace ChannelCTATypeEnum$ {
22
+ /** @deprecated use `ChannelCTATypeEnum$inboundSchema` instead. */
23
+ const inboundSchema: z.ZodNativeEnum<{
24
+ readonly Redirect: "redirect";
25
+ }>;
26
+ /** @deprecated use `ChannelCTATypeEnum$outboundSchema` instead. */
27
+ const outboundSchema: z.ZodNativeEnum<{
28
+ readonly Redirect: "redirect";
29
+ }>;
30
+ }
31
+ //# sourceMappingURL=channelctatypeenum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channelctatypeenum.d.ts","sourceRoot":"","sources":["../../src/models/components/channelctatypeenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;CAErB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;MAAoC,CAAC;CACjE"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.ChannelCTATypeEnum$ = exports.ChannelCTATypeEnum$outboundSchema = exports.ChannelCTATypeEnum$inboundSchema = exports.ChannelCTATypeEnum = void 0;
30
+ const z = __importStar(require("zod"));
31
+ /**
32
+ * Type of call to action
33
+ */
34
+ exports.ChannelCTATypeEnum = {
35
+ Redirect: "redirect",
36
+ };
37
+ /** @internal */
38
+ exports.ChannelCTATypeEnum$inboundSchema = z.nativeEnum(exports.ChannelCTATypeEnum);
39
+ /** @internal */
40
+ exports.ChannelCTATypeEnum$outboundSchema = exports.ChannelCTATypeEnum$inboundSchema;
41
+ /**
42
+ * @internal
43
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
+ */
45
+ var ChannelCTATypeEnum$;
46
+ (function (ChannelCTATypeEnum$) {
47
+ /** @deprecated use `ChannelCTATypeEnum$inboundSchema` instead. */
48
+ ChannelCTATypeEnum$.inboundSchema = exports.ChannelCTATypeEnum$inboundSchema;
49
+ /** @deprecated use `ChannelCTATypeEnum$outboundSchema` instead. */
50
+ ChannelCTATypeEnum$.outboundSchema = exports.ChannelCTATypeEnum$outboundSchema;
51
+ })(ChannelCTATypeEnum$ || (exports.ChannelCTATypeEnum$ = ChannelCTATypeEnum$ = {}));
52
+ //# sourceMappingURL=channelctatypeenum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"channelctatypeenum.js","sourceRoot":"","sources":["../../src/models/components/channelctatypeenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,kBAAkB,GAAG;IAChC,QAAQ,EAAE,UAAU;CACZ,CAAC;AAMX,gBAAgB;AACH,QAAA,gCAAgC,GAEzC,CAAC,CAAC,UAAU,CAAC,0BAAkB,CAAC,CAAC;AAErC,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,wCAAgC,CAAC;AAErC;;;GAGG;AACH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,kEAAkE;IACrD,iCAAa,GAAG,wCAAgC,CAAC;IAC9D,mEAAmE;IACtD,kCAAc,GAAG,yCAAiC,CAAC;AAClE,CAAC,EALgB,mBAAmB,mCAAnB,mBAAmB,QAKnC"}
@@ -1,58 +1,18 @@
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
- /**
6
- * The type of channel that is enabled or not
7
- */
8
- export declare const ChannelPreferenceType: {
9
- readonly InApp: "in_app";
10
- readonly Email: "email";
11
- readonly Sms: "sms";
12
- readonly Chat: "chat";
13
- readonly Push: "push";
14
- };
15
- /**
16
- * The type of channel that is enabled or not
17
- */
18
- export type ChannelPreferenceType = ClosedEnum<typeof ChannelPreferenceType>;
4
+ import { ChannelTypeEnum } from "./channeltypeenum.js";
19
5
  export type ChannelPreference = {
20
6
  /**
21
- * The type of channel that is enabled or not
7
+ * Channel type through which the message is sent
22
8
  */
23
- type: ChannelPreferenceType;
9
+ type: ChannelTypeEnum;
24
10
  /**
25
11
  * If channel is enabled or not
26
12
  */
27
13
  enabled: boolean;
28
14
  };
29
15
  /** @internal */
30
- export declare const ChannelPreferenceType$inboundSchema: z.ZodNativeEnum<typeof ChannelPreferenceType>;
31
- /** @internal */
32
- export declare const ChannelPreferenceType$outboundSchema: z.ZodNativeEnum<typeof ChannelPreferenceType>;
33
- /**
34
- * @internal
35
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
36
- */
37
- export declare namespace ChannelPreferenceType$ {
38
- /** @deprecated use `ChannelPreferenceType$inboundSchema` instead. */
39
- const inboundSchema: z.ZodNativeEnum<{
40
- readonly InApp: "in_app";
41
- readonly Email: "email";
42
- readonly Sms: "sms";
43
- readonly Chat: "chat";
44
- readonly Push: "push";
45
- }>;
46
- /** @deprecated use `ChannelPreferenceType$outboundSchema` instead. */
47
- const outboundSchema: z.ZodNativeEnum<{
48
- readonly InApp: "in_app";
49
- readonly Email: "email";
50
- readonly Sms: "sms";
51
- readonly Chat: "chat";
52
- readonly Push: "push";
53
- }>;
54
- }
55
- /** @internal */
56
16
  export declare const ChannelPreference$inboundSchema: z.ZodType<ChannelPreference, z.ZodTypeDef, unknown>;
57
17
  /** @internal */
58
18
  export type ChannelPreference$Outbound = {
@@ -1 +1 @@
1
- {"version":3,"file":"channelpreference.d.ts","sourceRoot":"","sources":["../../src/models/components/channelpreference.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;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;CAMxB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,IAAI,EAAE,qBAAqB,CAAC;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;;;;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;;;;;MAAuC,CAAC;CACpE;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAIjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
1
+ {"version":3,"file":"channelpreference.d.ts","sourceRoot":"","sources":["../../src/models/components/channelpreference.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,eAAe,EAGhB,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAIjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
@@ -26,42 +26,18 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.channelPreferenceFromJSON = exports.channelPreferenceToJSON = exports.ChannelPreference$ = exports.ChannelPreference$outboundSchema = exports.ChannelPreference$inboundSchema = exports.ChannelPreferenceType$ = exports.ChannelPreferenceType$outboundSchema = exports.ChannelPreferenceType$inboundSchema = exports.ChannelPreferenceType = void 0;
29
+ exports.channelPreferenceFromJSON = exports.channelPreferenceToJSON = exports.ChannelPreference$ = exports.ChannelPreference$outboundSchema = exports.ChannelPreference$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  const schemas_js_1 = require("../../lib/schemas.js");
32
- /**
33
- * The type of channel that is enabled or not
34
- */
35
- exports.ChannelPreferenceType = {
36
- InApp: "in_app",
37
- Email: "email",
38
- Sms: "sms",
39
- Chat: "chat",
40
- Push: "push",
41
- };
42
- /** @internal */
43
- exports.ChannelPreferenceType$inboundSchema = z.nativeEnum(exports.ChannelPreferenceType);
44
- /** @internal */
45
- exports.ChannelPreferenceType$outboundSchema = exports.ChannelPreferenceType$inboundSchema;
46
- /**
47
- * @internal
48
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
49
- */
50
- var ChannelPreferenceType$;
51
- (function (ChannelPreferenceType$) {
52
- /** @deprecated use `ChannelPreferenceType$inboundSchema` instead. */
53
- ChannelPreferenceType$.inboundSchema = exports.ChannelPreferenceType$inboundSchema;
54
- /** @deprecated use `ChannelPreferenceType$outboundSchema` instead. */
55
- ChannelPreferenceType$.outboundSchema = exports.ChannelPreferenceType$outboundSchema;
56
- })(ChannelPreferenceType$ || (exports.ChannelPreferenceType$ = ChannelPreferenceType$ = {}));
32
+ const channeltypeenum_js_1 = require("./channeltypeenum.js");
57
33
  /** @internal */
58
34
  exports.ChannelPreference$inboundSchema = z.object({
59
- type: exports.ChannelPreferenceType$inboundSchema,
35
+ type: channeltypeenum_js_1.ChannelTypeEnum$inboundSchema,
60
36
  enabled: z.boolean(),
61
37
  });
62
38
  /** @internal */
63
39
  exports.ChannelPreference$outboundSchema = z.object({
64
- type: exports.ChannelPreferenceType$outboundSchema,
40
+ type: channeltypeenum_js_1.ChannelTypeEnum$outboundSchema,
65
41
  enabled: z.boolean(),
66
42
  });
67
43
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"channelpreference.js","sourceRoot":"","sources":["../../src/models/components/channelpreference.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACJ,CAAC;AAiBX,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAE7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACrE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC;AAED,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,2CAAmC;IACzC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,4CAAoC;IAC1C,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGjE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC;AAED,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AAND,0DAMC;AAED,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC;AARD,8DAQC"}
1
+ {"version":3,"file":"channelpreference.js","sourceRoot":"","sources":["../../src/models/components/channelpreference.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAGjD,6DAI8B;AAa9B,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,kDAA6B;IACnC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,mDAA8B;IACpC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGjE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC;AAED,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AAND,0DAMC;AAED,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC;AARD,8DAQC"}
@@ -1,7 +1,7 @@
1
1
  import * as z from "zod";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  /**
4
- * The channel through which the notification is sent.
4
+ * Channel type through which the message is sent
5
5
  */
6
6
  export declare const ChannelTypeEnum: {
7
7
  readonly InApp: "in_app";
@@ -11,7 +11,7 @@ export declare const ChannelTypeEnum: {
11
11
  readonly Push: "push";
12
12
  };
13
13
  /**
14
- * The channel through which the notification is sent.
14
+ * Channel type through which the message is sent
15
15
  */
16
16
  export type ChannelTypeEnum = ClosedEnum<typeof ChannelTypeEnum>;
17
17
  /** @internal */
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.ChannelTypeEnum$ = exports.ChannelTypeEnum$outboundSchema = exports.ChannelTypeEnum$inboundSchema = exports.ChannelTypeEnum = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  /**
32
- * The channel through which the notification is sent.
32
+ * Channel type through which the message is sent
33
33
  */
34
34
  exports.ChannelTypeEnum = {
35
35
  InApp: "in_app",
@@ -1,40 +1,27 @@
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
4
  import { EmailBlockStyles, EmailBlockStyles$Outbound } from "./emailblockstyles.js";
6
- export declare const EmailBlockType: {
7
- readonly Button: "button";
8
- readonly Text: "text";
9
- };
10
- export type EmailBlockType = ClosedEnum<typeof EmailBlockType>;
5
+ import { EmailBlockTypeEnum } from "./emailblocktypeenum.js";
11
6
  export type EmailBlock = {
12
- type: EmailBlockType;
7
+ /**
8
+ * Type of the email block
9
+ */
10
+ type: EmailBlockTypeEnum;
11
+ /**
12
+ * Content of the email block
13
+ */
13
14
  content: string;
15
+ /**
16
+ * URL associated with the email block, if any
17
+ */
14
18
  url?: string | undefined;
19
+ /**
20
+ * Styles applied to the email block
21
+ */
15
22
  styles?: EmailBlockStyles | undefined;
16
23
  };
17
24
  /** @internal */
18
- export declare const EmailBlockType$inboundSchema: z.ZodNativeEnum<typeof EmailBlockType>;
19
- /** @internal */
20
- export declare const EmailBlockType$outboundSchema: z.ZodNativeEnum<typeof EmailBlockType>;
21
- /**
22
- * @internal
23
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
24
- */
25
- export declare namespace EmailBlockType$ {
26
- /** @deprecated use `EmailBlockType$inboundSchema` instead. */
27
- const inboundSchema: z.ZodNativeEnum<{
28
- readonly Button: "button";
29
- readonly Text: "text";
30
- }>;
31
- /** @deprecated use `EmailBlockType$outboundSchema` instead. */
32
- const outboundSchema: z.ZodNativeEnum<{
33
- readonly Button: "button";
34
- readonly Text: "text";
35
- }>;
36
- }
37
- /** @internal */
38
25
  export declare const EmailBlock$inboundSchema: z.ZodType<EmailBlock, z.ZodTypeDef, unknown>;
39
26
  /** @internal */
40
27
  export type EmailBlock$Outbound = {
@@ -1 +1 @@
1
- {"version":3,"file":"emailblock.d.ts","sourceRoot":"","sources":["../../src/models/components/emailblock.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;AACrE,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAE/B,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;MAAgC,CAAC;CAC7D;AAED,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAMV,CAAC;AAEH;;;GAGG;AACH,yBAAiB,WAAW,CAAC;IAC3B,0DAA0D;IACnD,MAAM,aAAa,8CAA2B,CAAC;IACtD,2DAA2D;IACpD,MAAM,cAAc,0DAA4B,CAAC;IACxD,qDAAqD;IACrD,KAAY,QAAQ,GAAG,mBAAmB,CAAC;CAC5C;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AAED,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
1
+ {"version":3,"file":"emailblock.d.ts","sourceRoot":"","sources":["../../src/models/components/emailblock.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,gBAAgB,EAEhB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,kBAAkB,EAGnB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,UAAU,GAAG;IACvB;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAMV,CAAC;AAEH;;;GAGG;AACH,yBAAiB,WAAW,CAAC;IAC3B,0DAA0D;IACnD,MAAM,aAAa,8CAA2B,CAAC;IACtD,2DAA2D;IACpD,MAAM,cAAc,0DAA4B,CAAC;IACxD,qDAAqD;IACrD,KAAY,QAAQ,GAAG,mBAAmB,CAAC;CAC5C;AAED,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AAED,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
@@ -26,39 +26,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.emailBlockFromJSON = exports.emailBlockToJSON = exports.EmailBlock$ = exports.EmailBlock$outboundSchema = exports.EmailBlock$inboundSchema = exports.EmailBlockType$ = exports.EmailBlockType$outboundSchema = exports.EmailBlockType$inboundSchema = exports.EmailBlockType = void 0;
29
+ exports.emailBlockFromJSON = exports.emailBlockToJSON = exports.EmailBlock$ = exports.EmailBlock$outboundSchema = exports.EmailBlock$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  const schemas_js_1 = require("../../lib/schemas.js");
32
32
  const emailblockstyles_js_1 = require("./emailblockstyles.js");
33
- exports.EmailBlockType = {
34
- Button: "button",
35
- Text: "text",
36
- };
37
- /** @internal */
38
- exports.EmailBlockType$inboundSchema = z.nativeEnum(exports.EmailBlockType);
39
- /** @internal */
40
- exports.EmailBlockType$outboundSchema = exports.EmailBlockType$inboundSchema;
41
- /**
42
- * @internal
43
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
44
- */
45
- var EmailBlockType$;
46
- (function (EmailBlockType$) {
47
- /** @deprecated use `EmailBlockType$inboundSchema` instead. */
48
- EmailBlockType$.inboundSchema = exports.EmailBlockType$inboundSchema;
49
- /** @deprecated use `EmailBlockType$outboundSchema` instead. */
50
- EmailBlockType$.outboundSchema = exports.EmailBlockType$outboundSchema;
51
- })(EmailBlockType$ || (exports.EmailBlockType$ = EmailBlockType$ = {}));
33
+ const emailblocktypeenum_js_1 = require("./emailblocktypeenum.js");
52
34
  /** @internal */
53
35
  exports.EmailBlock$inboundSchema = z.object({
54
- type: exports.EmailBlockType$inboundSchema,
36
+ type: emailblocktypeenum_js_1.EmailBlockTypeEnum$inboundSchema,
55
37
  content: z.string(),
56
38
  url: z.string().optional(),
57
39
  styles: emailblockstyles_js_1.EmailBlockStyles$inboundSchema.optional(),
58
40
  });
59
41
  /** @internal */
60
42
  exports.EmailBlock$outboundSchema = z.object({
61
- type: exports.EmailBlockType$outboundSchema,
43
+ type: emailblocktypeenum_js_1.EmailBlockTypeEnum$outboundSchema,
62
44
  content: z.string(),
63
45
  url: z.string().optional(),
64
46
  styles: emailblockstyles_js_1.EmailBlockStyles$outboundSchema.optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"emailblock.js","sourceRoot":"","sources":["../../src/models/components/emailblock.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAIjD,+DAK+B;AAElB,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC;AAUX,gBAAgB;AACH,QAAA,4BAA4B,GAErC,CAAC,CAAC,UAAU,CAAC,sBAAc,CAAC,CAAC;AAEjC,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,oCAA4B,CAAC;AAEjC;;;GAGG;AACH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAC9D,CAAC,EALgB,eAAe,+BAAf,eAAe,QAK/B;AAED,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,oCAA4B;IAClC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,oDAA8B,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,qCAA6B;IACnC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,qDAA+B,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,0DAA0D;IAC7C,yBAAa,GAAG,gCAAwB,CAAC;IACtD,2DAA2D;IAC9C,0BAAc,GAAG,iCAAyB,CAAC;AAG1D,CAAC,EAPgB,WAAW,2BAAX,WAAW,QAO3B;AAED,SAAgB,gBAAgB,CAAC,UAAsB;IACrD,OAAO,IAAI,CAAC,SAAS,CAAC,iCAAyB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AACrE,CAAC;AAFD,4CAEC;AAED,SAAgB,kBAAkB,CAChC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpD,wCAAwC,CACzC,CAAC;AACJ,CAAC;AARD,gDAQC"}
1
+ {"version":3,"file":"emailblock.js","sourceRoot":"","sources":["../../src/models/components/emailblock.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAGjD,+DAK+B;AAC/B,mEAIiC;AAqBjC,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,wDAAgC;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,oDAA8B,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,yDAAiC;IACvC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,MAAM,EAAE,qDAA+B,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,WAAW,CAO3B;AAPD,WAAiB,WAAW;IAC1B,0DAA0D;IAC7C,yBAAa,GAAG,gCAAwB,CAAC;IACtD,2DAA2D;IAC9C,0BAAc,GAAG,iCAAyB,CAAC;AAG1D,CAAC,EAPgB,WAAW,2BAAX,WAAW,QAO3B;AAED,SAAgB,gBAAgB,CAAC,UAAsB;IACrD,OAAO,IAAI,CAAC,SAAS,CAAC,iCAAyB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AACrE,CAAC;AAFD,4CAEC;AAED,SAAgB,kBAAkB,CAChC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpD,wCAAwC,CACzC,CAAC;AACJ,CAAC;AARD,gDAQC"}
@@ -1,39 +1,14 @@
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
- export declare const TextAlign: {
6
- readonly Center: "center";
7
- readonly Left: "left";
8
- readonly Right: "right";
9
- };
10
- export type TextAlign = ClosedEnum<typeof TextAlign>;
4
+ import { TextAlignEnum } from "./textalignenum.js";
11
5
  export type EmailBlockStyles = {
12
- textAlign: TextAlign;
6
+ /**
7
+ * Text alignment for the email block
8
+ */
9
+ textAlign: TextAlignEnum;
13
10
  };
14
11
  /** @internal */
15
- export declare const TextAlign$inboundSchema: z.ZodNativeEnum<typeof TextAlign>;
16
- /** @internal */
17
- export declare const TextAlign$outboundSchema: z.ZodNativeEnum<typeof TextAlign>;
18
- /**
19
- * @internal
20
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
- */
22
- export declare namespace TextAlign$ {
23
- /** @deprecated use `TextAlign$inboundSchema` instead. */
24
- const inboundSchema: z.ZodNativeEnum<{
25
- readonly Center: "center";
26
- readonly Left: "left";
27
- readonly Right: "right";
28
- }>;
29
- /** @deprecated use `TextAlign$outboundSchema` instead. */
30
- const outboundSchema: z.ZodNativeEnum<{
31
- readonly Center: "center";
32
- readonly Left: "left";
33
- readonly Right: "right";
34
- }>;
35
- }
36
- /** @internal */
37
12
  export declare const EmailBlockStyles$inboundSchema: z.ZodType<EmailBlockStyles, z.ZodTypeDef, unknown>;
38
13
  /** @internal */
39
14
  export type EmailBlockStyles$Outbound = {
@@ -1 +1 @@
1
- {"version":3,"file":"emailblockstyles.d.ts","sourceRoot":"","sources":["../../src/models/components/emailblockstyles.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,eAAO,MAAM,SAAS;;;;CAIZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAErD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAEzB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,SAAS,CAC9C,CAAC;AAE1B;;;GAGG;AACH,yBAAiB,UAAU,CAAC;IAC1B,yDAAyD;IAClD,MAAM,aAAa;;;;MAA0B,CAAC;IACrD,0DAA0D;IACnD,MAAM,cAAc;;;;MAA2B,CAAC;CACxD;AAED,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CAGhB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa,oDAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc,sEAAkC,CAAC;IAC9D,2DAA2D;IAC3D,KAAY,QAAQ,GAAG,yBAAyB,CAAC;CAClD;AAED,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR;AAED,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
1
+ {"version":3,"file":"emailblockstyles.d.ts","sourceRoot":"","sources":["../../src/models/components/emailblockstyles.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,aAAa,EAGd,MAAM,oBAAoB,CAAC;AAE5B,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,SAAS,EAAE,aAAa,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,gBAAgB,EAChB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CAGhB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa,oDAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc,sEAAkC,CAAC;IAC9D,2DAA2D;IAC3D,KAAY,QAAQ,GAAG,yBAAyB,CAAC;CAClD;AAED,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR;AAED,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAMvD"}
@@ -26,37 +26,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.emailBlockStylesFromJSON = exports.emailBlockStylesToJSON = exports.EmailBlockStyles$ = exports.EmailBlockStyles$outboundSchema = exports.EmailBlockStyles$inboundSchema = exports.TextAlign$ = exports.TextAlign$outboundSchema = exports.TextAlign$inboundSchema = exports.TextAlign = void 0;
29
+ exports.emailBlockStylesFromJSON = exports.emailBlockStylesToJSON = exports.EmailBlockStyles$ = exports.EmailBlockStyles$outboundSchema = exports.EmailBlockStyles$inboundSchema = void 0;
30
30
  const z = __importStar(require("zod"));
31
31
  const schemas_js_1 = require("../../lib/schemas.js");
32
- exports.TextAlign = {
33
- Center: "center",
34
- Left: "left",
35
- Right: "right",
36
- };
37
- /** @internal */
38
- exports.TextAlign$inboundSchema = z
39
- .nativeEnum(exports.TextAlign);
40
- /** @internal */
41
- exports.TextAlign$outboundSchema = exports.TextAlign$inboundSchema;
42
- /**
43
- * @internal
44
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
45
- */
46
- var TextAlign$;
47
- (function (TextAlign$) {
48
- /** @deprecated use `TextAlign$inboundSchema` instead. */
49
- TextAlign$.inboundSchema = exports.TextAlign$inboundSchema;
50
- /** @deprecated use `TextAlign$outboundSchema` instead. */
51
- TextAlign$.outboundSchema = exports.TextAlign$outboundSchema;
52
- })(TextAlign$ || (exports.TextAlign$ = TextAlign$ = {}));
32
+ const textalignenum_js_1 = require("./textalignenum.js");
53
33
  /** @internal */
54
34
  exports.EmailBlockStyles$inboundSchema = z.object({
55
- textAlign: exports.TextAlign$inboundSchema,
35
+ textAlign: textalignenum_js_1.TextAlignEnum$inboundSchema,
56
36
  });
57
37
  /** @internal */
58
38
  exports.EmailBlockStyles$outboundSchema = z.object({
59
- textAlign: exports.TextAlign$outboundSchema,
39
+ textAlign: textalignenum_js_1.TextAlignEnum$outboundSchema,
60
40
  });
61
41
  /**
62
42
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"emailblockstyles.js","sourceRoot":"","sources":["../../src/models/components/emailblockstyles.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAKpC,QAAA,SAAS,GAAG;IACvB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACN,CAAC;AAOX,gBAAgB;AACH,QAAA,uBAAuB,GAAsC,CAAC;KACxE,UAAU,CAAC,iBAAS,CAAC,CAAC;AAEzB,gBAAgB;AACH,QAAA,wBAAwB,GACnC,+BAAuB,CAAC;AAE1B;;;GAGG;AACH,IAAiB,UAAU,CAK1B;AALD,WAAiB,UAAU;IACzB,yDAAyD;IAC5C,wBAAa,GAAG,+BAAuB,CAAC;IACrD,0DAA0D;IAC7C,yBAAc,GAAG,gCAAwB,CAAC;AACzD,CAAC,EALgB,UAAU,0BAAV,UAAU,QAK1B;AAED,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,+BAAuB;CACnC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,gCAAwB;CACpC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,iBAAiB,CAOjC;AAPD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAGhE,CAAC,EAPgB,iBAAiB,iCAAjB,iBAAiB,QAOjC;AAED,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC;AAND,wDAMC;AAED,SAAgB,wBAAwB,CACtC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AACJ,CAAC;AARD,4DAQC"}
1
+ {"version":3,"file":"emailblockstyles.js","sourceRoot":"","sources":["../../src/models/components/emailblockstyles.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,qDAAiD;AAGjD,yDAI4B;AAS5B,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,8CAA2B;CACvC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,+CAA4B;CACxC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,iBAAiB,CAOjC;AAPD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAGhE,CAAC,EAPgB,iBAAiB,iCAAjB,iBAAiB,QAOjC;AAED,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC;AAND,wDAMC;AAED,SAAgB,wBAAwB,CACtC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAA8B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1D,8CAA8C,CAC/C,CAAC;AACJ,CAAC;AARD,4DAQC"}
@@ -0,0 +1,34 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ /**
4
+ * Type of the email block
5
+ */
6
+ export declare const EmailBlockTypeEnum: {
7
+ readonly Button: "button";
8
+ readonly Text: "text";
9
+ };
10
+ /**
11
+ * Type of the email block
12
+ */
13
+ export type EmailBlockTypeEnum = ClosedEnum<typeof EmailBlockTypeEnum>;
14
+ /** @internal */
15
+ export declare const EmailBlockTypeEnum$inboundSchema: z.ZodNativeEnum<typeof EmailBlockTypeEnum>;
16
+ /** @internal */
17
+ export declare const EmailBlockTypeEnum$outboundSchema: z.ZodNativeEnum<typeof EmailBlockTypeEnum>;
18
+ /**
19
+ * @internal
20
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
21
+ */
22
+ export declare namespace EmailBlockTypeEnum$ {
23
+ /** @deprecated use `EmailBlockTypeEnum$inboundSchema` instead. */
24
+ const inboundSchema: z.ZodNativeEnum<{
25
+ readonly Button: "button";
26
+ readonly Text: "text";
27
+ }>;
28
+ /** @deprecated use `EmailBlockTypeEnum$outboundSchema` instead. */
29
+ const outboundSchema: z.ZodNativeEnum<{
30
+ readonly Button: "button";
31
+ readonly Text: "text";
32
+ }>;
33
+ }
34
+ //# sourceMappingURL=emailblocktypeenum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emailblocktypeenum.d.ts","sourceRoot":"","sources":["../../src/models/components/emailblocktypeenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEvE,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,aAAa,CAC5D,OAAO,kBAAkB,CACS,CAAC;AAErC,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,kBAAkB,CACS,CAAC;AAErC;;;GAGG;AACH,yBAAiB,mBAAmB,CAAC;IACnC,kEAAkE;IAC3D,MAAM,aAAa;;;MAAmC,CAAC;IAC9D,mEAAmE;IAC5D,MAAM,cAAc;;;MAAoC,CAAC;CACjE"}