@mbanq/core-sdk-js 0.38.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -829,10 +829,11 @@ await client.request(UpdateCardID({
829
829
  | `GetLoanSearchTemplate` | Retrieve the ad-hoc search query template for loans |
830
830
  | `GetSearchData` | Generic search across various resources (loans, clients, etc.) with query support |
831
831
 
832
- #### Subscriber Operations
832
+ #### Notification Operations
833
833
 
834
834
  | Command | Description |
835
835
  |---|---|
836
+ | `GetSubscribers` | Use this API to retrieve all the configured subscribers |
836
837
  | `GetSubscriber` | Retrieve detailed information about a specific subscriber by ID |
837
838
 
838
839