@erp-galoper/types 1.0.1347 → 1.0.1348
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/openapi.ts +10 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -6302,6 +6302,11 @@ export interface paths {
|
|
|
6302
6302
|
/**
|
|
6303
6303
|
* Create Currency
|
|
6304
6304
|
* @description Endpoint for create currency
|
|
6305
|
+
*
|
|
6306
|
+
* Note:
|
|
6307
|
+
* - Primary currency rate should be 1
|
|
6308
|
+
* - USD (secondary currency) usd_rate should be 1
|
|
6309
|
+
*
|
|
6305
6310
|
* Possible Responses:
|
|
6306
6311
|
* - 201:
|
|
6307
6312
|
* - currencyCreated
|
|
@@ -6363,6 +6368,11 @@ export interface paths {
|
|
|
6363
6368
|
/**
|
|
6364
6369
|
* Update Currency
|
|
6365
6370
|
* @description Endpoint for update currency
|
|
6371
|
+
*
|
|
6372
|
+
* Note:
|
|
6373
|
+
* - Primary currency rate is automatically set to 1
|
|
6374
|
+
* - USD (secondary currency) usd_rate is automatically set to 1
|
|
6375
|
+
*
|
|
6366
6376
|
* Possible Responses:
|
|
6367
6377
|
* - 200:
|
|
6368
6378
|
* - currencyUpdated
|