@etsoo/appscript 1.3.61 → 1.3.62
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.
|
@@ -24,7 +24,7 @@ export declare class PublicApi extends BaseApi {
|
|
|
24
24
|
* Base units
|
|
25
25
|
* @returns Result
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
baseUnits(): ListType1[];
|
|
28
28
|
/**
|
|
29
29
|
* Get currencies
|
|
30
30
|
* @param names Limited currency names for local data, undefined will try to retrive remoately
|
package/lib/cjs/erp/PublicApi.js
CHANGED
|
@@ -24,7 +24,7 @@ export declare class PublicApi extends BaseApi {
|
|
|
24
24
|
* Base units
|
|
25
25
|
* @returns Result
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
baseUnits(): ListType1[];
|
|
28
28
|
/**
|
|
29
29
|
* Get currencies
|
|
30
30
|
* @param names Limited currency names for local data, undefined will try to retrive remoately
|
package/lib/mjs/erp/PublicApi.js
CHANGED
package/package.json
CHANGED