arky-sdk 0.5.2 → 0.5.3

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/dist/index.cjs CHANGED
@@ -1356,8 +1356,8 @@ var createPlatformApi = (apiConfig) => {
1356
1356
  async getCurrencies(options) {
1357
1357
  return apiConfig.httpClient.get("/v1/platform/currencies", options);
1358
1358
  },
1359
- async getIntegrationCatalogue(options) {
1360
- return apiConfig.httpClient.get("/v1/platform/integration-catalogue", options);
1359
+ async getIntegrationServices(options) {
1360
+ return apiConfig.httpClient.get("/v1/platform/integration-services", options);
1361
1361
  }
1362
1362
  };
1363
1363
  };