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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
1360
|
-
return apiConfig.httpClient.get("/v1/platform/integration-
|
|
1359
|
+
async getIntegrationServices(options) {
|
|
1360
|
+
return apiConfig.httpClient.get("/v1/platform/integration-services", options);
|
|
1361
1361
|
}
|
|
1362
1362
|
};
|
|
1363
1363
|
};
|