@novu/api 3.14.3 → 3.14.4

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 (99) hide show
  1. package/README.md +32 -32
  2. package/funcs/environmentVariablesCreate.d.ts +1 -1
  3. package/funcs/environmentVariablesCreate.js +1 -1
  4. package/funcs/environmentVariablesDelete.d.ts +1 -1
  5. package/funcs/environmentVariablesDelete.js +1 -1
  6. package/funcs/environmentVariablesList.d.ts +1 -1
  7. package/funcs/environmentVariablesList.js +1 -1
  8. package/funcs/environmentVariablesRetrieve.d.ts +1 -1
  9. package/funcs/environmentVariablesRetrieve.js +1 -1
  10. package/funcs/environmentVariablesUpdate.d.ts +1 -1
  11. package/funcs/environmentVariablesUpdate.js +1 -1
  12. package/funcs/environmentVariablesUsage.d.ts +2 -2
  13. package/funcs/environmentVariablesUsage.js +2 -2
  14. package/funcs/subscribersNotificationsArchive.d.ts +2 -2
  15. package/funcs/subscribersNotificationsArchive.js +2 -2
  16. package/funcs/subscribersNotificationsArchiveAll.d.ts +1 -1
  17. package/funcs/subscribersNotificationsArchiveAll.js +1 -1
  18. package/funcs/subscribersNotificationsArchiveAllRead.d.ts +1 -1
  19. package/funcs/subscribersNotificationsArchiveAllRead.js +1 -1
  20. package/funcs/subscribersNotificationsCompleteAction.d.ts +2 -2
  21. package/funcs/subscribersNotificationsCompleteAction.js +2 -2
  22. package/funcs/subscribersNotificationsCount.d.ts +2 -2
  23. package/funcs/subscribersNotificationsCount.js +2 -2
  24. package/funcs/subscribersNotificationsDelete.d.ts +2 -2
  25. package/funcs/subscribersNotificationsDelete.js +2 -2
  26. package/funcs/subscribersNotificationsDeleteAll.d.ts +1 -1
  27. package/funcs/subscribersNotificationsDeleteAll.js +1 -1
  28. package/funcs/subscribersNotificationsList.d.ts +1 -1
  29. package/funcs/subscribersNotificationsList.js +1 -1
  30. package/funcs/subscribersNotificationsMarkAllAsRead.d.ts +1 -1
  31. package/funcs/subscribersNotificationsMarkAllAsRead.js +1 -1
  32. package/funcs/subscribersNotificationsMarkAsRead.d.ts +2 -2
  33. package/funcs/subscribersNotificationsMarkAsRead.js +2 -2
  34. package/funcs/subscribersNotificationsMarkAsSeen.d.ts +1 -1
  35. package/funcs/subscribersNotificationsMarkAsSeen.js +1 -1
  36. package/funcs/subscribersNotificationsMarkAsUnread.d.ts +2 -2
  37. package/funcs/subscribersNotificationsMarkAsUnread.js +2 -2
  38. package/funcs/subscribersNotificationsRevertAction.d.ts +2 -2
  39. package/funcs/subscribersNotificationsRevertAction.js +2 -2
  40. package/funcs/subscribersNotificationsSnooze.d.ts +2 -2
  41. package/funcs/subscribersNotificationsSnooze.js +2 -2
  42. package/funcs/subscribersNotificationsUnarchive.d.ts +2 -2
  43. package/funcs/subscribersNotificationsUnarchive.js +2 -2
  44. package/funcs/subscribersNotificationsUnsnooze.d.ts +2 -2
  45. package/funcs/subscribersNotificationsUnsnooze.js +2 -2
  46. package/funcs/workflowsStepsGeneratePreview.d.ts +1 -1
  47. package/funcs/workflowsStepsGeneratePreview.js +1 -1
  48. package/jsr.json +1 -1
  49. package/lib/config.d.ts +3 -3
  50. package/lib/config.js +3 -3
  51. package/models/components/getchannelconnectionresponsedto.d.ts +1 -0
  52. package/models/components/getchannelconnectionresponsedto.d.ts.map +1 -1
  53. package/models/components/getchannelconnectionresponsedto.js +1 -0
  54. package/models/components/getchannelconnectionresponsedto.js.map +1 -1
  55. package/models/components/getchannelendpointresponsedto.d.ts +1 -0
  56. package/models/components/getchannelendpointresponsedto.d.ts.map +1 -1
  57. package/models/components/getchannelendpointresponsedto.js +1 -0
  58. package/models/components/getchannelendpointresponsedto.js.map +1 -1
  59. package/models/components/providersidenum.d.ts +1 -0
  60. package/models/components/providersidenum.d.ts.map +1 -1
  61. package/models/components/providersidenum.js +1 -0
  62. package/models/components/providersidenum.js.map +1 -1
  63. package/package.json +1 -1
  64. package/sdk/environmentvariables.d.ts +7 -7
  65. package/sdk/environmentvariables.js +7 -7
  66. package/sdk/novunotifications.d.ts +26 -26
  67. package/sdk/novunotifications.js +26 -26
  68. package/sdk/steps.d.ts +1 -1
  69. package/sdk/steps.js +1 -1
  70. package/src/funcs/environmentVariablesCreate.ts +1 -1
  71. package/src/funcs/environmentVariablesDelete.ts +1 -1
  72. package/src/funcs/environmentVariablesList.ts +1 -1
  73. package/src/funcs/environmentVariablesRetrieve.ts +1 -1
  74. package/src/funcs/environmentVariablesUpdate.ts +1 -1
  75. package/src/funcs/environmentVariablesUsage.ts +2 -2
  76. package/src/funcs/subscribersNotificationsArchive.ts +2 -2
  77. package/src/funcs/subscribersNotificationsArchiveAll.ts +1 -1
  78. package/src/funcs/subscribersNotificationsArchiveAllRead.ts +1 -1
  79. package/src/funcs/subscribersNotificationsCompleteAction.ts +2 -2
  80. package/src/funcs/subscribersNotificationsCount.ts +2 -2
  81. package/src/funcs/subscribersNotificationsDelete.ts +2 -2
  82. package/src/funcs/subscribersNotificationsDeleteAll.ts +1 -1
  83. package/src/funcs/subscribersNotificationsList.ts +1 -1
  84. package/src/funcs/subscribersNotificationsMarkAllAsRead.ts +1 -1
  85. package/src/funcs/subscribersNotificationsMarkAsRead.ts +2 -2
  86. package/src/funcs/subscribersNotificationsMarkAsSeen.ts +1 -1
  87. package/src/funcs/subscribersNotificationsMarkAsUnread.ts +2 -2
  88. package/src/funcs/subscribersNotificationsRevertAction.ts +2 -2
  89. package/src/funcs/subscribersNotificationsSnooze.ts +2 -2
  90. package/src/funcs/subscribersNotificationsUnarchive.ts +2 -2
  91. package/src/funcs/subscribersNotificationsUnsnooze.ts +2 -2
  92. package/src/funcs/workflowsStepsGeneratePreview.ts +1 -1
  93. package/src/lib/config.ts +3 -3
  94. package/src/models/components/getchannelconnectionresponsedto.ts +1 -0
  95. package/src/models/components/getchannelendpointresponsedto.ts +1 -0
  96. package/src/models/components/providersidenum.ts +1 -0
  97. package/src/sdk/environmentvariables.ts +7 -7
  98. package/src/sdk/novunotifications.ts +26 -26
  99. package/src/sdk/steps.ts +1 -1
@@ -9,10 +9,10 @@ import * as operations from "../models/operations/index.js";
9
9
  import { APIPromise } from "../types/async.js";
10
10
  import { Result } from "../types/fp.js";
11
11
  /**
12
- * Unarchive notification
12
+ * Unarchive a notification
13
13
  *
14
14
  * @remarks
15
- * Unarchive a specific notification by its unique identifier **notificationId**.
15
+ * Unarchive a specific in-app (inbox) notification by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsUnarchive(client: NovuCore, request: operations.SubscribersControllerUnarchiveNotificationRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerUnarchiveNotificationResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsUnarchive.d.ts.map
@@ -47,10 +47,10 @@ const errors = __importStar(require("../models/errors/index.js"));
47
47
  const operations = __importStar(require("../models/operations/index.js"));
48
48
  const async_js_1 = require("../types/async.js");
49
49
  /**
50
- * Unarchive notification
50
+ * Unarchive a notification
51
51
  *
52
52
  * @remarks
53
- * Unarchive a specific notification by its unique identifier **notificationId**.
53
+ * Unarchive a specific in-app (inbox) notification by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsUnarchive(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -9,10 +9,10 @@ import * as operations from "../models/operations/index.js";
9
9
  import { APIPromise } from "../types/async.js";
10
10
  import { Result } from "../types/fp.js";
11
11
  /**
12
- * Unsnooze notification
12
+ * Unsnooze a notification
13
13
  *
14
14
  * @remarks
15
- * Unsnooze a specific notification by its unique identifier **notificationId**.
15
+ * Unsnooze a specific in-app (inbox) notification by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsUnsnooze(client: NovuCore, request: operations.SubscribersControllerUnsnoozeNotificationRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerUnsnoozeNotificationResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsUnsnooze.d.ts.map
@@ -47,10 +47,10 @@ const errors = __importStar(require("../models/errors/index.js"));
47
47
  const operations = __importStar(require("../models/operations/index.js"));
48
48
  const async_js_1 = require("../types/async.js");
49
49
  /**
50
- * Unsnooze notification
50
+ * Unsnooze a notification
51
51
  *
52
52
  * @remarks
53
- * Unsnooze a specific notification by its unique identifier **notificationId**.
53
+ * Unsnooze a specific in-app (inbox) notification by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsUnsnooze(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -9,7 +9,7 @@ import * as operations from "../models/operations/index.js";
9
9
  import { APIPromise } from "../types/async.js";
10
10
  import { Result } from "../types/fp.js";
11
11
  /**
12
- * Generate step preview
12
+ * Generate a step preview
13
13
  *
14
14
  * @remarks
15
15
  * Generates a preview for a specific workflow step by its unique identifier **stepId**
@@ -47,7 +47,7 @@ const errors = __importStar(require("../models/errors/index.js"));
47
47
  const operations = __importStar(require("../models/operations/index.js"));
48
48
  const async_js_1 = require("../types/async.js");
49
49
  /**
50
- * Generate step preview
50
+ * Generate a step preview
51
51
  *
52
52
  * @remarks
53
53
  * Generates a preview for a specific workflow step by its unique identifier **stepId**
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@novu/api",
5
- "version": "3.14.3",
5
+ "version": "3.14.4",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "3.14.0";
34
- readonly sdkVersion: "3.14.3";
35
- readonly genVersion: "2.879.1";
36
- readonly userAgent: "speakeasy-sdk/typescript 3.14.3 2.879.1 3.14.0 @novu/api";
34
+ readonly sdkVersion: "3.14.4";
35
+ readonly genVersion: "2.879.6";
36
+ readonly userAgent: "speakeasy-sdk/typescript 3.14.4 2.879.6 3.14.0 @novu/api";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -29,8 +29,8 @@ function serverURLFromOptions(options) {
29
29
  exports.SDK_METADATA = {
30
30
  language: "typescript",
31
31
  openapiDocVersion: "3.14.0",
32
- sdkVersion: "3.14.3",
33
- genVersion: "2.879.1",
34
- userAgent: "speakeasy-sdk/typescript 3.14.3 2.879.1 3.14.0 @novu/api",
32
+ sdkVersion: "3.14.4",
33
+ genVersion: "2.879.6",
34
+ userAgent: "speakeasy-sdk/typescript 3.14.4 2.879.6 3.14.0 @novu/api",
35
35
  };
36
36
  //# sourceMappingURL=config.js.map
@@ -79,6 +79,7 @@ export declare const ProviderId: {
79
79
  readonly Imedia: "imedia";
80
80
  readonly Sinch: "sinch";
81
81
  readonly IsendproSms: "isendpro-sms";
82
+ readonly CmTelecom: "cm-telecom";
82
83
  readonly Fcm: "fcm";
83
84
  readonly Apns: "apns";
84
85
  readonly Expo: "expo";
@@ -1 +1 @@
1
- {"version":3,"file":"getchannelconnectionresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/getchannelconnectionresponsedto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,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,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAE7E;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Eb,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B,SAAS,EAAE,YAAY,CAAC;IACxB,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,OAAO,CAC5C,CAAC;AAEvB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE1B,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
1
+ {"version":3,"file":"getchannelconnectionresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/getchannelconnectionresponsedto.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,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,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,YAAY,EAA8B,MAAM,mBAAmB,CAAC;AAE7E;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFb,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAEvD,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B,SAAS,EAAE,YAAY,CAAC;IACxB,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,OAAO,CAC5C,CAAC;AAEvB,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,UAAU,CAC/C,CAAC;AAE1B,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
@@ -113,6 +113,7 @@ exports.ProviderId = {
113
113
  Imedia: "imedia",
114
114
  Sinch: "sinch",
115
115
  IsendproSms: "isendpro-sms",
116
+ CmTelecom: "cm-telecom",
116
117
  Fcm: "fcm",
117
118
  Apns: "apns",
118
119
  Expo: "expo",
@@ -1 +1 @@
1
- {"version":3,"file":"getchannelconnectionresponsedto.js","sourceRoot":"","sources":["../../src/models/components/getchannelconnectionresponsedto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getchannelconnectionresponsedto.js","sourceRoot":"","sources":["../../src/models/components/getchannelconnectionresponsedto.ts"],"names":[],"mappings":"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"}
@@ -81,6 +81,7 @@ export declare const GetChannelEndpointResponseDtoProviderId: {
81
81
  readonly Imedia: "imedia";
82
82
  readonly Sinch: "sinch";
83
83
  readonly IsendproSms: "isendpro-sms";
84
+ readonly CmTelecom: "cm-telecom";
84
85
  readonly Fcm: "fcm";
85
86
  readonly Apns: "apns";
86
87
  readonly Expo: "expo";
@@ -1 +1 @@
1
- {"version":3,"file":"getchannelendpointresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/getchannelendpointresponsedto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getchannelendpointresponsedto.d.ts","sourceRoot":"","sources":["../../src/models/components/getchannelendpointresponsedto.ts"],"names":[],"mappings":"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"}
@@ -116,6 +116,7 @@ exports.GetChannelEndpointResponseDtoProviderId = {
116
116
  Imedia: "imedia",
117
117
  Sinch: "sinch",
118
118
  IsendproSms: "isendpro-sms",
119
+ CmTelecom: "cm-telecom",
119
120
  Fcm: "fcm",
120
121
  Apns: "apns",
121
122
  Expo: "expo",
@@ -1 +1 @@
1
- {"version":3,"file":"getchannelendpointresponsedto.js","sourceRoot":"","sources":["../../src/models/components/getchannelendpointresponsedto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getchannelendpointresponsedto.js","sourceRoot":"","sources":["../../src/models/components/getchannelendpointresponsedto.ts"],"names":[],"mappings":"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"}
@@ -61,6 +61,7 @@ export declare const ProvidersIdEnum: {
61
61
  readonly Imedia: "imedia";
62
62
  readonly Sinch: "sinch";
63
63
  readonly IsendproSms: "isendpro-sms";
64
+ readonly CmTelecom: "cm-telecom";
64
65
  readonly Fcm: "fcm";
65
66
  readonly Apns: "apns";
66
67
  readonly Expo: "expo";
@@ -1 +1 @@
1
- {"version":3,"file":"providersidenum.d.ts","sourceRoot":"","sources":["../../src/models/components/providersidenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+ElB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC"}
1
+ {"version":3,"file":"providersidenum.d.ts","sourceRoot":"","sources":["../../src/models/components/providersidenum.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFlB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAEjE,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,eAAe,CACS,CAAC;AAClC,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,eAAe,CACS,CAAC"}
@@ -99,6 +99,7 @@ exports.ProvidersIdEnum = {
99
99
  Imedia: "imedia",
100
100
  Sinch: "sinch",
101
101
  IsendproSms: "isendpro-sms",
102
+ CmTelecom: "cm-telecom",
102
103
  Fcm: "fcm",
103
104
  Apns: "apns",
104
105
  Expo: "expo",
@@ -1 +1 @@
1
- {"version":3,"file":"providersidenum.js","sourceRoot":"","sources":["../../src/models/components/providersidenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,WAAW;IACtB,YAAY,EAAE,eAAe;IAC7B,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,aAAa;IACzB,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,aAAa;IACzB,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,cAAc,EAAE,iBAAiB;IACjC,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,QAAQ,EAAE,WAAW;IACrB,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,cAAc;IAC3B,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,iBAAiB;IAChC,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,gBAAgB,EAAE,mBAAmB;IACrC,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;CACf,CAAC;AAMX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
1
+ {"version":3,"file":"providersidenum.js","sourceRoot":"","sources":["../../src/models/components/providersidenum.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,eAAe,GAAG;IAC7B,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,GAAG,EAAE,KAAK;IACV,OAAO,EAAE,SAAS;IAClB,YAAY,EAAE,eAAe;IAC7B,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,WAAW;IACtB,YAAY,EAAE,eAAe;IAC7B,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,aAAa;IACzB,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,aAAa;IACzB,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,cAAc,EAAE,iBAAiB;IACjC,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,QAAQ,EAAE,WAAW;IACrB,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,UAAU;IACnB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,aAAa,EAAE,iBAAiB;IAChC,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,gBAAgB,EAAE,mBAAmB;IACrC,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;CACf,CAAC;AAMX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/api",
3
- "version": "3.14.3",
3
+ "version": "3.14.4",
4
4
  "author": "Novu",
5
5
  "description": "The <Inbox /> infrastructure for modern products",
6
6
  "main": "./index.js",
@@ -3,45 +3,45 @@ import * as components from "../models/components/index.js";
3
3
  import * as operations from "../models/operations/index.js";
4
4
  export declare class EnvironmentVariables extends ClientSDK {
5
5
  /**
6
- * List environment variables
6
+ * List all variables
7
7
  *
8
8
  * @remarks
9
9
  * Returns all environment variables for the current organization. Secret values are masked.
10
10
  */
11
11
  list(search?: string | undefined, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerListEnvironmentVariablesResponse>;
12
12
  /**
13
- * Create environment variable
13
+ * Create a variable
14
14
  *
15
15
  * @remarks
16
16
  * Creates a new environment variable. Keys must be uppercase with underscores only (e.g. BASE_URL). Secret variables are encrypted at rest and masked in API responses.
17
17
  */
18
18
  create(createEnvironmentVariableRequestDto: components.CreateEnvironmentVariableRequestDto, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerCreateEnvironmentVariableResponse>;
19
19
  /**
20
- * Get environment variable
20
+ * Retrieve a variable
21
21
  *
22
22
  * @remarks
23
23
  * Returns a single environment variable by id. Secret values are masked.
24
24
  */
25
25
  retrieve(variableId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerGetEnvironmentVariableResponse>;
26
26
  /**
27
- * Update environment variable
27
+ * Update a variable
28
28
  *
29
29
  * @remarks
30
30
  * Updates an existing environment variable. Providing values replaces all existing per-environment values.
31
31
  */
32
32
  update(updateEnvironmentVariableRequestDto: components.UpdateEnvironmentVariableRequestDto, variableId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerUpdateEnvironmentVariableResponse>;
33
33
  /**
34
- * Delete environment variable
34
+ * Delete a variable
35
35
  *
36
36
  * @remarks
37
37
  * Deletes an environment variable by id.
38
38
  */
39
39
  delete(variableId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerDeleteEnvironmentVariableResponse | undefined>;
40
40
  /**
41
- * Get environment variable usage
41
+ * Retrieve a variable usage
42
42
  *
43
43
  * @remarks
44
- * Returns the workflows that reference this environment variable via {{env.KEY}} in their step controls.
44
+ * Returns the workflows that reference this environment variable via `{{env.KEY}}` in their step controls. **variableId** is required.
45
45
  */
46
46
  usage(variableId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.EnvironmentVariablesControllerGetEnvironmentVariableUsageResponse>;
47
47
  }
@@ -14,7 +14,7 @@ const sdks_js_1 = require("../lib/sdks.js");
14
14
  const fp_js_1 = require("../types/fp.js");
15
15
  class EnvironmentVariables extends sdks_js_1.ClientSDK {
16
16
  /**
17
- * List environment variables
17
+ * List all variables
18
18
  *
19
19
  * @remarks
20
20
  * Returns all environment variables for the current organization. Secret values are masked.
@@ -23,7 +23,7 @@ class EnvironmentVariables extends sdks_js_1.ClientSDK {
23
23
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesList_js_1.environmentVariablesList)(this, search, idempotencyKey, options));
24
24
  }
25
25
  /**
26
- * Create environment variable
26
+ * Create a variable
27
27
  *
28
28
  * @remarks
29
29
  * Creates a new environment variable. Keys must be uppercase with underscores only (e.g. BASE_URL). Secret variables are encrypted at rest and masked in API responses.
@@ -32,7 +32,7 @@ class EnvironmentVariables extends sdks_js_1.ClientSDK {
32
32
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesCreate_js_1.environmentVariablesCreate)(this, createEnvironmentVariableRequestDto, idempotencyKey, options));
33
33
  }
34
34
  /**
35
- * Get environment variable
35
+ * Retrieve a variable
36
36
  *
37
37
  * @remarks
38
38
  * Returns a single environment variable by id. Secret values are masked.
@@ -41,7 +41,7 @@ class EnvironmentVariables extends sdks_js_1.ClientSDK {
41
41
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesRetrieve_js_1.environmentVariablesRetrieve)(this, variableId, idempotencyKey, options));
42
42
  }
43
43
  /**
44
- * Update environment variable
44
+ * Update a variable
45
45
  *
46
46
  * @remarks
47
47
  * Updates an existing environment variable. Providing values replaces all existing per-environment values.
@@ -50,7 +50,7 @@ class EnvironmentVariables extends sdks_js_1.ClientSDK {
50
50
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesUpdate_js_1.environmentVariablesUpdate)(this, updateEnvironmentVariableRequestDto, variableId, idempotencyKey, options));
51
51
  }
52
52
  /**
53
- * Delete environment variable
53
+ * Delete a variable
54
54
  *
55
55
  * @remarks
56
56
  * Deletes an environment variable by id.
@@ -59,10 +59,10 @@ class EnvironmentVariables extends sdks_js_1.ClientSDK {
59
59
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesDelete_js_1.environmentVariablesDelete)(this, variableId, idempotencyKey, options));
60
60
  }
61
61
  /**
62
- * Get environment variable usage
62
+ * Retrieve a variable usage
63
63
  *
64
64
  * @remarks
65
- * Returns the workflows that reference this environment variable via {{env.KEY}} in their step controls.
65
+ * Returns the workflows that reference this environment variable via `{{env.KEY}}` in their step controls. **variableId** is required.
66
66
  */
67
67
  async usage(variableId, idempotencyKey, options) {
68
68
  return (0, fp_js_1.unwrapAsync)((0, environmentVariablesUsage_js_1.environmentVariablesUsage)(this, variableId, idempotencyKey, options));
@@ -6,114 +6,114 @@ export declare class NovuNotifications extends ClientSDK {
6
6
  * Retrieve subscriber notifications
7
7
  *
8
8
  * @remarks
9
- * Retrieve in-app notifications for a subscriber by its unique key identifier **subscriberId**.
9
+ * Retrieve in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
10
10
  * Supports filtering by tags, read/archived/snoozed/seen state, data attributes, severity, date range, and context keys.
11
11
  */
12
12
  list(request: operations.SubscribersControllerGetSubscriberNotificationsRequest, options?: RequestOptions): Promise<operations.SubscribersControllerGetSubscriberNotificationsResponse>;
13
13
  /**
14
- * Delete notification
14
+ * Delete a notification
15
15
  *
16
16
  * @remarks
17
- * Delete a specific notification by its unique identifier **notificationId**.
17
+ * Delete a specific in-app (inbox) notification permanently by its unique identifier **notificationId**.
18
18
  */
19
19
  delete(request: operations.SubscribersControllerDeleteNotificationRequest, options?: RequestOptions): Promise<operations.SubscribersControllerDeleteNotificationResponse | undefined>;
20
20
  /**
21
- * Complete notification action
21
+ * Complete a notification action
22
22
  *
23
23
  * @remarks
24
- * Mark a notification action (primary or secondary) as completed by its unique identifier **notificationId** and action type.
24
+ * Mark a single in-app (inbox) notification's action (primary or secondary) as completed by its unique identifier **notificationId** and action type **actionType**.
25
25
  */
26
26
  completeAction(request: operations.SubscribersControllerCompleteNotificationActionRequest, options?: RequestOptions): Promise<operations.SubscribersControllerCompleteNotificationActionResponse>;
27
27
  /**
28
- * Revert notification action
28
+ * Revert a notification action
29
29
  *
30
30
  * @remarks
31
- * Revert a notification action (primary or secondary) to pending state by its unique identifier **notificationId** and action type.
31
+ * Revert a single in-app (inbox) notification's action (primary or secondary) to pending state by its unique identifier **notificationId** and action type **actionType**.
32
32
  */
33
33
  revertAction(request: operations.SubscribersControllerRevertNotificationActionRequest, options?: RequestOptions): Promise<operations.SubscribersControllerRevertNotificationActionResponse>;
34
34
  /**
35
- * Archive notification
35
+ * Archive a notification
36
36
  *
37
37
  * @remarks
38
- * Archive a specific notification by its unique identifier **notificationId**.
38
+ * Archive a specific in-app (inbox) notification by its unique identifier **notificationId**.
39
39
  */
40
40
  archive(request: operations.SubscribersControllerArchiveNotificationRequest, options?: RequestOptions): Promise<operations.SubscribersControllerArchiveNotificationResponse>;
41
41
  /**
42
- * Mark notification as read
42
+ * Mark a notification as read
43
43
  *
44
44
  * @remarks
45
- * Mark a specific notification as read by its unique identifier **notificationId**.
45
+ * Mark a specific in-app (inbox) notification as read by its unique identifier **notificationId**.
46
46
  */
47
47
  markAsRead(request: operations.SubscribersControllerMarkNotificationAsReadRequest, options?: RequestOptions): Promise<operations.SubscribersControllerMarkNotificationAsReadResponse>;
48
48
  /**
49
- * Snooze notification
49
+ * Snooze a notification
50
50
  *
51
51
  * @remarks
52
- * Snooze a specific notification by its unique identifier **notificationId** until a specified time.
52
+ * Snooze a specific in-app (inbox) notification by its unique identifier **notificationId** until a specified time.
53
53
  */
54
54
  snooze(request: operations.SubscribersControllerSnoozeNotificationRequest, options?: RequestOptions): Promise<operations.SubscribersControllerSnoozeNotificationResponse>;
55
55
  /**
56
- * Unarchive notification
56
+ * Unarchive a notification
57
57
  *
58
58
  * @remarks
59
- * Unarchive a specific notification by its unique identifier **notificationId**.
59
+ * Unarchive a specific in-app (inbox) notification by its unique identifier **notificationId**.
60
60
  */
61
61
  unarchive(request: operations.SubscribersControllerUnarchiveNotificationRequest, options?: RequestOptions): Promise<operations.SubscribersControllerUnarchiveNotificationResponse>;
62
62
  /**
63
- * Mark notification as unread
63
+ * Mark a notification as unread
64
64
  *
65
65
  * @remarks
66
- * Mark a specific notification as unread by its unique identifier **notificationId**.
66
+ * Mark a specific in-app (inbox) notification as unread by its unique identifier **notificationId**.
67
67
  */
68
68
  markAsUnread(request: operations.SubscribersControllerMarkNotificationAsUnreadRequest, options?: RequestOptions): Promise<operations.SubscribersControllerMarkNotificationAsUnreadResponse>;
69
69
  /**
70
- * Unsnooze notification
70
+ * Unsnooze a notification
71
71
  *
72
72
  * @remarks
73
- * Unsnooze a specific notification by its unique identifier **notificationId**.
73
+ * Unsnooze a specific in-app (inbox) notification by its unique identifier **notificationId**.
74
74
  */
75
75
  unsnooze(request: operations.SubscribersControllerUnsnoozeNotificationRequest, options?: RequestOptions): Promise<operations.SubscribersControllerUnsnoozeNotificationResponse>;
76
76
  /**
77
77
  * Archive all notifications
78
78
  *
79
79
  * @remarks
80
- * Archive all notifications matching the specified filters. Supports context-based filtering.
80
+ * Archive all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
81
81
  */
82
82
  archiveAll(updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerArchiveAllNotificationsResponse | undefined>;
83
83
  /**
84
84
  * Retrieve subscriber notifications count
85
85
  *
86
86
  * @remarks
87
- * Retrieve count of notifications for a subscriber by its unique key identifier **subscriberId**.
88
- * Supports multiple filters to count notifications by different criteria, including context keys.
87
+ * Retrieve count of in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
88
+ * Supports multiple filters to count in-app (inbox) notifications by different criteria, including context keys.
89
89
  */
90
90
  count(subscriberId: string, filters: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerGetSubscriberNotificationsCountResponse>;
91
91
  /**
92
92
  * Delete all notifications
93
93
  *
94
94
  * @remarks
95
- * Delete all notifications matching the specified filters. Supports context-based filtering.
95
+ * Permanently delete all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
96
96
  */
97
97
  deleteAll(updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerDeleteAllNotificationsResponse | undefined>;
98
98
  /**
99
99
  * Mark all notifications as read
100
100
  *
101
101
  * @remarks
102
- * Mark all notifications matching the specified filters as read. Supports context-based filtering.
102
+ * Mark all in-app (inbox) notifications matching the specified filters as read. Supports context-based filtering.
103
103
  */
104
104
  markAllAsRead(updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerMarkAllNotificationsAsReadResponse | undefined>;
105
105
  /**
106
106
  * Archive all read notifications
107
107
  *
108
108
  * @remarks
109
- * Archive all read notifications matching the specified filters. Supports context-based filtering.
109
+ * Archive all read in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
110
110
  */
111
111
  archiveAllRead(updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerArchiveAllReadNotificationsResponse | undefined>;
112
112
  /**
113
113
  * Mark notifications as seen
114
114
  *
115
115
  * @remarks
116
- * Mark specific notifications or notifications matching filters as seen. Supports context-based filtering.
116
+ * Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
117
117
  */
118
118
  markAsSeen(markSubscriberNotificationsAsSeenDto: components.MarkSubscriberNotificationsAsSeenDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): Promise<operations.SubscribersControllerMarkNotificationsAsSeenResponse | undefined>;
119
119
  /**