arky-sdk 0.4.8 → 0.4.10
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -308,7 +308,7 @@ var createAuthApi = (apiConfig) => {
|
|
|
308
308
|
async refresh(params, options) {
|
|
309
309
|
return apiConfig.httpClient.post("/v1/auth/refresh", params, options);
|
|
310
310
|
},
|
|
311
|
-
// ==================== BUSINESS AUTH (arky.io, delfin,
|
|
311
|
+
// ==================== BUSINESS AUTH (arky.io, delfin, soulofstrings) ====================
|
|
312
312
|
/**
|
|
313
313
|
* Request business auth code
|
|
314
314
|
* POST /businesses/{businessId}/auth/code
|