corebasic 1.0.195 → 1.0.196
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/libs/dip.js +3 -0
- package/package.json +1 -1
package/libs/dip.js
CHANGED
|
@@ -13,6 +13,9 @@ export const batchAbort = Elabase.batchAbort
|
|
|
13
13
|
export const batchSubmit = Elabase.batchSubmit
|
|
14
14
|
export const batch = Elabase.batch
|
|
15
15
|
export const globalMeta = Elabase.globalMeta
|
|
16
|
+
export const companyMeta = Elabase.companyMeta
|
|
17
|
+
export const outletMeta = Elabase.outletMeta
|
|
18
|
+
export const customMeta = Elabase.customMeta
|
|
16
19
|
|
|
17
20
|
export const shard_stats = Elabase.shard_stats
|
|
18
21
|
export let config = Elabase.config
|