@posx/core 5.5.92 → 5.5.93
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/build/index.d.ts +4 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1898,6 +1898,8 @@ declare module '@posx/core/types/config.type' {
|
|
|
1898
1898
|
cache: ICache;
|
|
1899
1899
|
storage: {
|
|
1900
1900
|
pricing_lookup_keys: string[];
|
|
1901
|
+
pay_in_reasons: string[];
|
|
1902
|
+
pay_out_reasons: string[];
|
|
1901
1903
|
};
|
|
1902
1904
|
}
|
|
1903
1905
|
export class AppConfig extends AppCoreModel implements IAppConfig {
|
|
@@ -1905,6 +1907,8 @@ declare module '@posx/core/types/config.type' {
|
|
|
1905
1907
|
cache: Cache;
|
|
1906
1908
|
storage: {
|
|
1907
1909
|
pricing_lookup_keys: any[];
|
|
1910
|
+
pay_in_reasons: any[];
|
|
1911
|
+
pay_out_reasons: any[];
|
|
1908
1912
|
};
|
|
1909
1913
|
constructor();
|
|
1910
1914
|
}
|