Skip to content

Commit

Permalink
updated platforms notification types (#795)
Browse files Browse the repository at this point in the history
* updated platforms notification types

* fixed bug in generated types

* fixed bug in businessDetails listedUltimateParentCompany array
  • Loading branch information
wboereboom committed Nov 8, 2021
1 parent 1b0a89c commit f7d158b
Show file tree
Hide file tree
Showing 87 changed files with 5,183 additions and 1,806 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The Library supports all APIs under the following services:
* [Local/Cloud-based Terminal API](https://docs.adyen.com/point-of-sale/terminal-api-reference): Our point-of-sale integration.
* [BIN lookup API](https://docs.adyen.com/api-explorer/#/BinLookup/v50/overview): The BIN Lookup API provides endpoints for retrieving information based on a given BIN. Current supported version: **v50**

In addition it supports the following type collections:

* [Platforms Notifications Webhooks](https://docs.adyen.com/api-explorer/#/NotificationService/v6/overview) Current supported version: **v6**

For more information, refer to our [documentation](https://docs.adyen.com/) or the [API Explorer](https://docs.adyen.com/api-explorer/).

## Prerequisites
Expand Down
6 changes: 3 additions & 3 deletions src/typings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2020 Adyen B.V.
* Copyright (c) 2021 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*/
Expand All @@ -30,10 +30,10 @@
/// <reference path="platformsFund.ts" />
/// <reference path="platformsHostedOnboardingPage.ts" />
/// <reference path="platformsNotificationConfiguration.ts" />
/// <reference path="platformsNotifications.ts" />

export * as checkout from './checkout/models';
export * as recurring from './recurring/models'
export * as notification from './notification/models';
export * as platformsNotifications from './platformsNotifications/models';
export * as platformsAccount from './platformsAccount/models';
export * as recurring from './recurring/models'
export * as terminal from './terminal/models';

0 comments on commit f7d158b

Please sign in to comment.