You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`integrationsCreate`](docs/sdks/integrations/README.md#create) - Create an integration
494
513
-[`integrationsDelete`](docs/sdks/integrations/README.md#delete) - Delete an integration
495
514
-[`integrationsIntegrationsControllerAutoConfigureIntegration`](docs/sdks/integrations/README.md#integrationscontrollerautoconfigureintegration) - Auto-configure an integration for inbound webhooks
@@ -512,9 +531,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
512
531
-[`notificationsRetrieve`](docs/sdks/notifications/README.md#retrieve) - Retrieve an event
513
532
-[`subscribersCreate`](docs/sdks/subscribers/README.md#create) - Create a subscriber
-[`subscribersDelete`](docs/sdks/subscribers/README.md#delete) - Delete a subscriber
519
538
-[`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Update all notifications state
520
539
-[`subscribersMessagesMarkAllAs`](docs/sdks/novumessages/README.md#markallas) - Update notifications state
@@ -597,6 +616,9 @@ async function run() {
597
616
},
598
617
overrides: {},
599
618
to: "SUBSCRIBER_ID",
619
+
context: {
620
+
"key": "org-acme",
621
+
},
600
622
});
601
623
602
624
console.log(result);
@@ -643,9 +665,9 @@ run();
643
665
644
666
645
667
**Inherit from [`NovuError`](./src/models/errors/novuerror.ts)**:
646
-
*[`PayloadValidationExceptionDto`](./src/models/errors/payloadvalidationexceptiondto.ts): Status code `400`. Applicable to 3 of 75 methods.*
647
-
*[`SubscriberResponseDto`](./src/models/errors/subscriberresponsedto.ts): Created. Status code `409`. Applicable to 1 of 75 methods.*
648
-
*[`TopicResponseDto`](./src/models/errors/topicresponsedto.ts): OK. Status code `409`. Applicable to 1 of 75 methods.*
668
+
*[`PayloadValidationExceptionDto`](./src/models/errors/payloadvalidationexceptiondto.ts): Status code `400`. Applicable to 3 of 80 methods.*
669
+
*[`SubscriberResponseDto`](./src/models/errors/subscriberresponsedto.ts): Created. Status code `409`. Applicable to 1 of 80 methods.*
670
+
*[`TopicResponseDto`](./src/models/errors/topicresponsedto.ts): OK. Status code `409`. Applicable to 1 of 80 methods.*
649
671
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
0 commit comments