@tagsamurai/fats-api-services 1.0.0-alpha.220 → 1.0.0-alpha.221
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/api-services.es.js +1 -1
- package/api-services.system.js +1 -1
- package/package.json +1 -1
package/api-services.es.js
CHANGED
|
@@ -2653,7 +2653,7 @@ const ReportServices = {
|
|
|
2653
2653
|
}
|
|
2654
2654
|
};
|
|
2655
2655
|
const API = createAxiosInstance({
|
|
2656
|
-
prefix:
|
|
2656
|
+
prefix: `/${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
|
|
2657
2657
|
});
|
|
2658
2658
|
const AssetPolicyServices = {
|
|
2659
2659
|
getList: (params) => {
|
package/api-services.system.js
CHANGED
|
@@ -2660,7 +2660,7 @@ System.register(["axios"], function(exports, module) {
|
|
|
2660
2660
|
}
|
|
2661
2661
|
});
|
|
2662
2662
|
const API = createAxiosInstance({
|
|
2663
|
-
prefix:
|
|
2663
|
+
prefix: `/${SERVER_PREFIX.SETTINGS_ATTRIBUTES}/v2/asset-name-policy`
|
|
2664
2664
|
});
|
|
2665
2665
|
const AssetPolicyServices = exports("AssetPolicyServices", {
|
|
2666
2666
|
getList: (params) => {
|
package/package.json
CHANGED