@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
package/README.md CHANGED
@@ -297,12 +297,12 @@ run();
297
297
 
298
298
  ### [EnvironmentVariables](docs/sdks/environmentvariables/README.md)
299
299
 
300
- * [list](docs/sdks/environmentvariables/README.md#list) - List environment variables
301
- * [create](docs/sdks/environmentvariables/README.md#create) - Create environment variable
302
- * [retrieve](docs/sdks/environmentvariables/README.md#retrieve) - Get environment variable
303
- * [update](docs/sdks/environmentvariables/README.md#update) - Update environment variable
304
- * [delete](docs/sdks/environmentvariables/README.md#delete) - Delete environment variable
305
- * [usage](docs/sdks/environmentvariables/README.md#usage) - Get environment variable usage
300
+ * [list](docs/sdks/environmentvariables/README.md#list) - List all variables
301
+ * [create](docs/sdks/environmentvariables/README.md#create) - Create a variable
302
+ * [retrieve](docs/sdks/environmentvariables/README.md#retrieve) - Retrieve a variable
303
+ * [update](docs/sdks/environmentvariables/README.md#update) - Update a variable
304
+ * [delete](docs/sdks/environmentvariables/README.md#delete) - Delete a variable
305
+ * [usage](docs/sdks/environmentvariables/README.md#usage) - Retrieve a variable usage
306
306
 
307
307
  ### [Environments](docs/sdks/environments/README.md)
308
308
 
@@ -371,15 +371,15 @@ run();
371
371
  #### [Subscribers.Notifications](docs/sdks/novunotifications/README.md)
372
372
 
373
373
  * [list](docs/sdks/novunotifications/README.md#list) - Retrieve subscriber notifications
374
- * [delete](docs/sdks/novunotifications/README.md#delete) - Delete notification
375
- * [completeAction](docs/sdks/novunotifications/README.md#completeaction) - Complete notification action
376
- * [revertAction](docs/sdks/novunotifications/README.md#revertaction) - Revert notification action
377
- * [archive](docs/sdks/novunotifications/README.md#archive) - Archive notification
378
- * [markAsRead](docs/sdks/novunotifications/README.md#markasread) - Mark notification as read
379
- * [snooze](docs/sdks/novunotifications/README.md#snooze) - Snooze notification
380
- * [unarchive](docs/sdks/novunotifications/README.md#unarchive) - Unarchive notification
381
- * [markAsUnread](docs/sdks/novunotifications/README.md#markasunread) - Mark notification as unread
382
- * [unsnooze](docs/sdks/novunotifications/README.md#unsnooze) - Unsnooze notification
374
+ * [delete](docs/sdks/novunotifications/README.md#delete) - Delete a notification
375
+ * [completeAction](docs/sdks/novunotifications/README.md#completeaction) - Complete a notification action
376
+ * [revertAction](docs/sdks/novunotifications/README.md#revertaction) - Revert a notification action
377
+ * [archive](docs/sdks/novunotifications/README.md#archive) - Archive a notification
378
+ * [markAsRead](docs/sdks/novunotifications/README.md#markasread) - Mark a notification as read
379
+ * [snooze](docs/sdks/novunotifications/README.md#snooze) - Snooze a notification
380
+ * [unarchive](docs/sdks/novunotifications/README.md#unarchive) - Unarchive a notification
381
+ * [markAsUnread](docs/sdks/novunotifications/README.md#markasunread) - Mark a notification as unread
382
+ * [unsnooze](docs/sdks/novunotifications/README.md#unsnooze) - Unsnooze a notification
383
383
  * [archiveAll](docs/sdks/novunotifications/README.md#archiveall) - Archive all notifications
384
384
  * [count](docs/sdks/novunotifications/README.md#count) - Retrieve subscriber notifications count
385
385
  * [deleteAll](docs/sdks/novunotifications/README.md#deleteall) - Delete all notifications
@@ -453,7 +453,7 @@ run();
453
453
 
454
454
  #### [Workflows.Steps](docs/sdks/steps/README.md)
455
455
 
456
- * [generatePreview](docs/sdks/steps/README.md#generatepreview) - Generate step preview
456
+ * [generatePreview](docs/sdks/steps/README.md#generatepreview) - Generate a step preview
457
457
  * [retrieve](docs/sdks/steps/README.md#retrieve) - Retrieve workflow step
458
458
 
459
459
  </details>
@@ -498,12 +498,12 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
498
498
  - [`environmentsList`](docs/sdks/environments/README.md#list) - List all environments
499
499
  - [`environmentsPublish`](docs/sdks/environments/README.md#publish) - Publish resources to target environment
500
500
  - [`environmentsUpdate`](docs/sdks/environments/README.md#update) - Update an environment
501
- - [`environmentVariablesCreate`](docs/sdks/environmentvariables/README.md#create) - Create environment variable
502
- - [`environmentVariablesDelete`](docs/sdks/environmentvariables/README.md#delete) - Delete environment variable
503
- - [`environmentVariablesList`](docs/sdks/environmentvariables/README.md#list) - List environment variables
504
- - [`environmentVariablesRetrieve`](docs/sdks/environmentvariables/README.md#retrieve) - Get environment variable
505
- - [`environmentVariablesUpdate`](docs/sdks/environmentvariables/README.md#update) - Update environment variable
506
- - [`environmentVariablesUsage`](docs/sdks/environmentvariables/README.md#usage) - Get environment variable usage
501
+ - [`environmentVariablesCreate`](docs/sdks/environmentvariables/README.md#create) - Create a variable
502
+ - [`environmentVariablesDelete`](docs/sdks/environmentvariables/README.md#delete) - Delete a variable
503
+ - [`environmentVariablesList`](docs/sdks/environmentvariables/README.md#list) - List all variables
504
+ - [`environmentVariablesRetrieve`](docs/sdks/environmentvariables/README.md#retrieve) - Retrieve a variable
505
+ - [`environmentVariablesUpdate`](docs/sdks/environmentvariables/README.md#update) - Update a variable
506
+ - [`environmentVariablesUsage`](docs/sdks/environmentvariables/README.md#usage) - Retrieve a variable usage
507
507
  - [`integrationsCreate`](docs/sdks/integrations/README.md#create) - Create an integration
508
508
  - [`integrationsDelete`](docs/sdks/integrations/README.md#delete) - Delete an integration
509
509
  - [`integrationsGenerateChatOAuthUrl`](docs/sdks/integrations/README.md#generatechatoauthurl) - Generate chat OAuth URL
@@ -534,24 +534,24 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
534
534
  - [`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Update all notifications state
535
535
  - [`subscribersMessagesMarkAllAs`](docs/sdks/novumessages/README.md#markallas) - Update notifications state
536
536
  - [`subscribersMessagesUpdateAsSeen`](docs/sdks/novumessages/README.md#updateasseen) - Update notification action status
537
- - [`subscribersNotificationsArchive`](docs/sdks/novunotifications/README.md#archive) - Archive notification
537
+ - [`subscribersNotificationsArchive`](docs/sdks/novunotifications/README.md#archive) - Archive a notification
538
538
  - [`subscribersNotificationsArchiveAll`](docs/sdks/novunotifications/README.md#archiveall) - Archive all notifications
539
539
  - [`subscribersNotificationsArchiveAllRead`](docs/sdks/novunotifications/README.md#archiveallread) - Archive all read notifications
540
- - [`subscribersNotificationsCompleteAction`](docs/sdks/novunotifications/README.md#completeaction) - Complete notification action
540
+ - [`subscribersNotificationsCompleteAction`](docs/sdks/novunotifications/README.md#completeaction) - Complete a notification action
541
541
  - [`subscribersNotificationsCount`](docs/sdks/novunotifications/README.md#count) - Retrieve subscriber notifications count
542
- - [`subscribersNotificationsDelete`](docs/sdks/novunotifications/README.md#delete) - Delete notification
542
+ - [`subscribersNotificationsDelete`](docs/sdks/novunotifications/README.md#delete) - Delete a notification
543
543
  - [`subscribersNotificationsDeleteAll`](docs/sdks/novunotifications/README.md#deleteall) - Delete all notifications
544
544
  - [`subscribersNotificationsFeed`](docs/sdks/novunotifications/README.md#feed) - Retrieve subscriber notifications
545
545
  - [`subscribersNotificationsList`](docs/sdks/novunotifications/README.md#list) - Retrieve subscriber notifications
546
546
  - [`subscribersNotificationsMarkAllAsRead`](docs/sdks/novunotifications/README.md#markallasread) - Mark all notifications as read
547
- - [`subscribersNotificationsMarkAsRead`](docs/sdks/novunotifications/README.md#markasread) - Mark notification as read
547
+ - [`subscribersNotificationsMarkAsRead`](docs/sdks/novunotifications/README.md#markasread) - Mark a notification as read
548
548
  - [`subscribersNotificationsMarkAsSeen`](docs/sdks/novunotifications/README.md#markasseen) - Mark notifications as seen
549
- - [`subscribersNotificationsMarkAsUnread`](docs/sdks/novunotifications/README.md#markasunread) - Mark notification as unread
550
- - [`subscribersNotificationsRevertAction`](docs/sdks/novunotifications/README.md#revertaction) - Revert notification action
551
- - [`subscribersNotificationsSnooze`](docs/sdks/novunotifications/README.md#snooze) - Snooze notification
552
- - [`subscribersNotificationsUnarchive`](docs/sdks/novunotifications/README.md#unarchive) - Unarchive notification
549
+ - [`subscribersNotificationsMarkAsUnread`](docs/sdks/novunotifications/README.md#markasunread) - Mark a notification as unread
550
+ - [`subscribersNotificationsRevertAction`](docs/sdks/novunotifications/README.md#revertaction) - Revert a notification action
551
+ - [`subscribersNotificationsSnooze`](docs/sdks/novunotifications/README.md#snooze) - Snooze a notification
552
+ - [`subscribersNotificationsUnarchive`](docs/sdks/novunotifications/README.md#unarchive) - Unarchive a notification
553
553
  - [`subscribersNotificationsUnseenCount`](docs/sdks/novunotifications/README.md#unseencount) - Retrieve unseen notifications count
554
- - [`subscribersNotificationsUnsnooze`](docs/sdks/novunotifications/README.md#unsnooze) - Unsnooze notification
554
+ - [`subscribersNotificationsUnsnooze`](docs/sdks/novunotifications/README.md#unsnooze) - Unsnooze a notification
555
555
  - [`subscribersPatch`](docs/sdks/subscribers/README.md#patch) - Update a subscriber
556
556
  - [`subscribersPreferencesBulkUpdate`](docs/sdks/preferences/README.md#bulkupdate) - Bulk update subscriber preferences
557
557
  - [`subscribersPreferencesList`](docs/sdks/preferences/README.md#list) - Retrieve subscriber preferences
@@ -588,7 +588,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
588
588
  - [`workflowsGet`](docs/sdks/workflows/README.md#get) - Retrieve a workflow
589
589
  - [`workflowsList`](docs/sdks/workflows/README.md#list) - List all workflows
590
590
  - [`workflowsPatch`](docs/sdks/workflows/README.md#patch) - Update a workflow
591
- - [`workflowsStepsGeneratePreview`](docs/sdks/steps/README.md#generatepreview) - Generate step preview
591
+ - [`workflowsStepsGeneratePreview`](docs/sdks/steps/README.md#generatepreview) - Generate a step preview
592
592
  - [`workflowsStepsRetrieve`](docs/sdks/steps/README.md#retrieve) - Retrieve workflow step
593
593
  - [`workflowsSync`](docs/sdks/workflows/README.md#sync) - Sync a workflow
594
594
  - [`workflowsUpdate`](docs/sdks/workflows/README.md#update) - Update a workflow
@@ -10,7 +10,7 @@ import * as operations from "../models/operations/index.js";
10
10
  import { APIPromise } from "../types/async.js";
11
11
  import { Result } from "../types/fp.js";
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.
@@ -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
- * Create environment variable
50
+ * Create a variable
51
51
  *
52
52
  * @remarks
53
53
  * 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.
@@ -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
- * Delete environment variable
12
+ * Delete a variable
13
13
  *
14
14
  * @remarks
15
15
  * Deletes an environment variable by id.
@@ -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
- * Delete environment variable
50
+ * Delete a variable
51
51
  *
52
52
  * @remarks
53
53
  * Deletes an environment variable by id.
@@ -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
- * List environment variables
12
+ * List all variables
13
13
  *
14
14
  * @remarks
15
15
  * Returns all environment variables for the current organization. Secret values are masked.
@@ -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
- * List environment variables
50
+ * List all variables
51
51
  *
52
52
  * @remarks
53
53
  * Returns all environment variables for the current organization. Secret values are masked.
@@ -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
- * Get environment variable
12
+ * Retrieve a variable
13
13
  *
14
14
  * @remarks
15
15
  * Returns a single environment variable by id. Secret values are masked.
@@ -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
- * Get environment variable
50
+ * Retrieve a variable
51
51
  *
52
52
  * @remarks
53
53
  * Returns a single environment variable by id. Secret values are masked.
@@ -10,7 +10,7 @@ import * as operations from "../models/operations/index.js";
10
10
  import { APIPromise } from "../types/async.js";
11
11
  import { Result } from "../types/fp.js";
12
12
  /**
13
- * Update environment variable
13
+ * Update a variable
14
14
  *
15
15
  * @remarks
16
16
  * Updates an existing environment variable. Providing values replaces all existing per-environment values.
@@ -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
- * Update environment variable
50
+ * Update a variable
51
51
  *
52
52
  * @remarks
53
53
  * Updates an existing environment variable. Providing values replaces all existing per-environment values.
@@ -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
- * Get environment variable usage
12
+ * Retrieve a variable usage
13
13
  *
14
14
  * @remarks
15
- * Returns the workflows that reference this environment variable via {{env.KEY}} in their step controls.
15
+ * Returns the workflows that reference this environment variable via `{{env.KEY}}` in their step controls. **variableId** is required.
16
16
  */
17
17
  export declare function environmentVariablesUsage(client: NovuCore, variableId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.EnvironmentVariablesControllerGetEnvironmentVariableUsageResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=environmentVariablesUsage.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
- * Get environment variable usage
50
+ * Retrieve a variable usage
51
51
  *
52
52
  * @remarks
53
- * Returns the workflows that reference this environment variable via {{env.KEY}} in their step controls.
53
+ * Returns the workflows that reference this environment variable via `{{env.KEY}}` in their step controls. **variableId** is required.
54
54
  */
55
55
  function environmentVariablesUsage(client, variableId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, variableId, idempotencyKey, 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
- * Archive notification
12
+ * Archive a notification
13
13
  *
14
14
  * @remarks
15
- * Archive a specific notification by its unique identifier **notificationId**.
15
+ * Archive a specific in-app (inbox) notification by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsArchive(client: NovuCore, request: operations.SubscribersControllerArchiveNotificationRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerArchiveNotificationResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsArchive.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
- * Archive notification
50
+ * Archive a notification
51
51
  *
52
52
  * @remarks
53
- * Archive a specific notification by its unique identifier **notificationId**.
53
+ * Archive a specific in-app (inbox) notification by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsArchive(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
13
13
  * Archive all notifications
14
14
  *
15
15
  * @remarks
16
- * Archive all notifications matching the specified filters. Supports context-based filtering.
16
+ * Archive all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
17
17
  */
18
18
  export declare function subscribersNotificationsArchiveAll(client: NovuCore, updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerArchiveAllNotificationsResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsArchiveAll.d.ts.map
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Archive all notifications
51
51
  *
52
52
  * @remarks
53
- * Archive all notifications matching the specified filters. Supports context-based filtering.
53
+ * Archive all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
54
54
  */
55
55
  function subscribersNotificationsArchiveAll(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options));
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
13
13
  * Archive all read notifications
14
14
  *
15
15
  * @remarks
16
- * Archive all read notifications matching the specified filters. Supports context-based filtering.
16
+ * Archive all read in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
17
17
  */
18
18
  export declare function subscribersNotificationsArchiveAllRead(client: NovuCore, updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerArchiveAllReadNotificationsResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsArchiveAllRead.d.ts.map
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Archive all read notifications
51
51
  *
52
52
  * @remarks
53
- * Archive all read notifications matching the specified filters. Supports context-based filtering.
53
+ * Archive all read in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
54
54
  */
55
55
  function subscribersNotificationsArchiveAllRead(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, 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
- * Complete notification action
12
+ * Complete a notification action
13
13
  *
14
14
  * @remarks
15
- * Mark a notification action (primary or secondary) as completed by its unique identifier **notificationId** and action type.
15
+ * Mark a single in-app (inbox) notification's action (primary or secondary) as completed by its unique identifier **notificationId** and action type **actionType**.
16
16
  */
17
17
  export declare function subscribersNotificationsCompleteAction(client: NovuCore, request: operations.SubscribersControllerCompleteNotificationActionRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerCompleteNotificationActionResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsCompleteAction.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
- * Complete notification action
50
+ * Complete a notification action
51
51
  *
52
52
  * @remarks
53
- * Mark a notification action (primary or secondary) as completed by its unique identifier **notificationId** and action type.
53
+ * Mark a single in-app (inbox) notification's action (primary or secondary) as completed by its unique identifier **notificationId** and action type **actionType**.
54
54
  */
55
55
  function subscribersNotificationsCompleteAction(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -12,8 +12,8 @@ import { Result } from "../types/fp.js";
12
12
  * Retrieve subscriber notifications count
13
13
  *
14
14
  * @remarks
15
- * Retrieve count of notifications for a subscriber by its unique key identifier **subscriberId**.
16
- * Supports multiple filters to count notifications by different criteria, including context keys.
15
+ * Retrieve count of in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
16
+ * Supports multiple filters to count in-app (inbox) notifications by different criteria, including context keys.
17
17
  */
18
18
  export declare function subscribersNotificationsCount(client: NovuCore, subscriberId: string, filters: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerGetSubscriberNotificationsCountResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsCount.d.ts.map
@@ -50,8 +50,8 @@ const async_js_1 = require("../types/async.js");
50
50
  * Retrieve subscriber notifications count
51
51
  *
52
52
  * @remarks
53
- * Retrieve count of notifications for a subscriber by its unique key identifier **subscriberId**.
54
- * Supports multiple filters to count notifications by different criteria, including context keys.
53
+ * Retrieve count of in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
54
+ * Supports multiple filters to count in-app (inbox) notifications by different criteria, including context keys.
55
55
  */
56
56
  function subscribersNotificationsCount(client, subscriberId, filters, idempotencyKey, options) {
57
57
  return new async_js_1.APIPromise($do(client, subscriberId, filters, idempotencyKey, 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
- * Delete notification
12
+ * Delete a notification
13
13
  *
14
14
  * @remarks
15
- * Delete a specific notification by its unique identifier **notificationId**.
15
+ * Delete a specific in-app (inbox) notification permanently by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsDelete(client: NovuCore, request: operations.SubscribersControllerDeleteNotificationRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerDeleteNotificationResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsDelete.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
- * Delete notification
50
+ * Delete a notification
51
51
  *
52
52
  * @remarks
53
- * Delete a specific notification by its unique identifier **notificationId**.
53
+ * Delete a specific in-app (inbox) notification permanently by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsDelete(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
13
13
  * Delete all notifications
14
14
  *
15
15
  * @remarks
16
- * Delete all notifications matching the specified filters. Supports context-based filtering.
16
+ * Permanently delete all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
17
17
  */
18
18
  export declare function subscribersNotificationsDeleteAll(client: NovuCore, updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerDeleteAllNotificationsResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsDeleteAll.d.ts.map
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Delete all notifications
51
51
  *
52
52
  * @remarks
53
- * Delete all notifications matching the specified filters. Supports context-based filtering.
53
+ * Permanently delete all in-app (inbox) notifications matching the specified filters. Supports context-based filtering.
54
54
  */
55
55
  function subscribersNotificationsDeleteAll(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options));
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * Retrieve subscriber notifications
13
13
  *
14
14
  * @remarks
15
- * Retrieve in-app notifications for a subscriber by its unique key identifier **subscriberId**.
15
+ * Retrieve in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
16
16
  * Supports filtering by tags, read/archived/snoozed/seen state, data attributes, severity, date range, and context keys.
17
17
  */
18
18
  export declare function subscribersNotificationsList(client: NovuCore, request: operations.SubscribersControllerGetSubscriberNotificationsRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerGetSubscriberNotificationsResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Retrieve subscriber notifications
51
51
  *
52
52
  * @remarks
53
- * Retrieve in-app notifications for a subscriber by its unique key identifier **subscriberId**.
53
+ * Retrieve in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**.
54
54
  * Supports filtering by tags, read/archived/snoozed/seen state, data attributes, severity, date range, and context keys.
55
55
  */
56
56
  function subscribersNotificationsList(client, request, options) {
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
13
13
  * Mark all notifications as read
14
14
  *
15
15
  * @remarks
16
- * Mark all notifications matching the specified filters as read. Supports context-based filtering.
16
+ * Mark all in-app (inbox) notifications matching the specified filters as read. Supports context-based filtering.
17
17
  */
18
18
  export declare function subscribersNotificationsMarkAllAsRead(client: NovuCore, updateAllSubscriberNotificationsDto: components.UpdateAllSubscriberNotificationsDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerMarkAllNotificationsAsReadResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsMarkAllAsRead.d.ts.map
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Mark all notifications as read
51
51
  *
52
52
  * @remarks
53
- * Mark all notifications matching the specified filters as read. Supports context-based filtering.
53
+ * Mark all in-app (inbox) notifications matching the specified filters as read. Supports context-based filtering.
54
54
  */
55
55
  function subscribersNotificationsMarkAllAsRead(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, updateAllSubscriberNotificationsDto, subscriberId, idempotencyKey, 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
- * Mark notification as read
12
+ * Mark a notification as read
13
13
  *
14
14
  * @remarks
15
- * Mark a specific notification as read by its unique identifier **notificationId**.
15
+ * Mark a specific in-app (inbox) notification as read by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsMarkAsRead(client: NovuCore, request: operations.SubscribersControllerMarkNotificationAsReadRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerMarkNotificationAsReadResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsMarkAsRead.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
- * Mark notification as read
50
+ * Mark a notification as read
51
51
  *
52
52
  * @remarks
53
- * Mark a specific notification as read by its unique identifier **notificationId**.
53
+ * Mark a specific in-app (inbox) notification as read by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsMarkAsRead(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));
@@ -13,7 +13,7 @@ import { Result } from "../types/fp.js";
13
13
  * Mark notifications as seen
14
14
  *
15
15
  * @remarks
16
- * Mark specific notifications or notifications matching filters as seen. Supports context-based filtering.
16
+ * Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
17
17
  */
18
18
  export declare function subscribersNotificationsMarkAsSeen(client: NovuCore, markSubscriberNotificationsAsSeenDto: components.MarkSubscriberNotificationsAsSeenDto, subscriberId: string, idempotencyKey?: string | undefined, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerMarkNotificationsAsSeenResponse | undefined, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
19
19
  //# sourceMappingURL=subscribersNotificationsMarkAsSeen.d.ts.map
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Mark notifications as seen
51
51
  *
52
52
  * @remarks
53
- * Mark specific notifications or notifications matching filters as seen. Supports context-based filtering.
53
+ * Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
54
54
  */
55
55
  function subscribersNotificationsMarkAsSeen(client, markSubscriberNotificationsAsSeenDto, subscriberId, idempotencyKey, options) {
56
56
  return new async_js_1.APIPromise($do(client, markSubscriberNotificationsAsSeenDto, subscriberId, idempotencyKey, 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
- * Mark notification as unread
12
+ * Mark a notification as unread
13
13
  *
14
14
  * @remarks
15
- * Mark a specific notification as unread by its unique identifier **notificationId**.
15
+ * Mark a specific in-app (inbox) notification as unread by its unique identifier **notificationId**.
16
16
  */
17
17
  export declare function subscribersNotificationsMarkAsUnread(client: NovuCore, request: operations.SubscribersControllerMarkNotificationAsUnreadRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerMarkNotificationAsUnreadResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsMarkAsUnread.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
- * Mark notification as unread
50
+ * Mark a notification as unread
51
51
  *
52
52
  * @remarks
53
- * Mark a specific notification as unread by its unique identifier **notificationId**.
53
+ * Mark a specific in-app (inbox) notification as unread by its unique identifier **notificationId**.
54
54
  */
55
55
  function subscribersNotificationsMarkAsUnread(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
- * Revert notification action
12
+ * Revert a notification action
13
13
  *
14
14
  * @remarks
15
- * Revert a notification action (primary or secondary) to pending state by its unique identifier **notificationId** and action type.
15
+ * Revert a single in-app (inbox) notification's action (primary or secondary) to pending state by its unique identifier **notificationId** and action type **actionType**.
16
16
  */
17
17
  export declare function subscribersNotificationsRevertAction(client: NovuCore, request: operations.SubscribersControllerRevertNotificationActionRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerRevertNotificationActionResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsRevertAction.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
- * Revert notification action
50
+ * Revert a notification action
51
51
  *
52
52
  * @remarks
53
- * Revert a notification action (primary or secondary) to pending state by its unique identifier **notificationId** and action type.
53
+ * Revert a single in-app (inbox) notification's action (primary or secondary) to pending state by its unique identifier **notificationId** and action type **actionType**.
54
54
  */
55
55
  function subscribersNotificationsRevertAction(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
- * Snooze notification
12
+ * Snooze a notification
13
13
  *
14
14
  * @remarks
15
- * Snooze a specific notification by its unique identifier **notificationId** until a specified time.
15
+ * Snooze a specific in-app (inbox) notification by its unique identifier **notificationId** until a specified time.
16
16
  */
17
17
  export declare function subscribersNotificationsSnooze(client: NovuCore, request: operations.SubscribersControllerSnoozeNotificationRequest, options?: RequestOptions): APIPromise<Result<operations.SubscribersControllerSnoozeNotificationResponse, errors.ErrorDto | errors.ValidationErrorDto | NovuError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
18
18
  //# sourceMappingURL=subscribersNotificationsSnooze.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
- * Snooze notification
50
+ * Snooze a notification
51
51
  *
52
52
  * @remarks
53
- * Snooze a specific notification by its unique identifier **notificationId** until a specified time.
53
+ * Snooze a specific in-app (inbox) notification by its unique identifier **notificationId** until a specified time.
54
54
  */
55
55
  function subscribersNotificationsSnooze(client, request, options) {
56
56
  return new async_js_1.APIPromise($do(client, request, options));