@fctc/interface-logic 5.2.10 → 5.3.1
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/dist/{chunk-WBGK2SHU.js → chunk-COC7NGXP.js} +1 -0
- package/dist/{chunk-ORSPKM6M.js → chunk-D6CWU55W.js} +47 -180
- package/dist/{chunk-S3FKPJO7.mjs → chunk-GYJZAKYF.mjs} +43 -172
- package/dist/{chunk-VBYRP2P7.mjs → chunk-Q3Y6RCJ4.mjs} +1 -0
- package/dist/{chunk-QOXPJWSN.mjs → chunk-VBVNP77T.mjs} +1 -1
- package/dist/{chunk-RPWKWEMA.js → chunk-WTPKTZQC.js} +2 -2
- package/dist/configs.js +1 -1
- package/dist/configs.mjs +1 -1
- package/dist/constants.d.mts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/constants.js +17 -17
- package/dist/constants.mjs +1 -1
- package/dist/environment.js +1 -1
- package/dist/environment.mjs +1 -1
- package/dist/hooks.d.mts +9 -23
- package/dist/hooks.d.ts +9 -23
- package/dist/hooks.js +159 -175
- package/dist/hooks.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +197 -213
- package/dist/index.mjs +3 -3
- package/dist/models.js +3 -3
- package/dist/models.mjs +2 -2
- package/dist/provider.d.mts +2 -6
- package/dist/provider.d.ts +2 -6
- package/dist/provider.js +13 -13
- package/dist/provider.mjs +3 -3
- package/dist/services.d.mts +10 -17
- package/dist/services.d.ts +10 -17
- package/dist/services.js +14 -14
- package/dist/services.mjs +3 -3
- package/dist/utils.js +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +93 -93
|
@@ -91,6 +91,7 @@ var UriConstants = /* @__PURE__ */ ((UriConstants2) => {
|
|
|
91
91
|
UriConstants2["FUNCTIONAL_MODULES"] = "/functional-modules";
|
|
92
92
|
UriConstants2["ACTION_SERVER_HOME"] = "/action_server_home";
|
|
93
93
|
UriConstants2["APP_AUTHENTICATE"] = "/app/authenticate";
|
|
94
|
+
UriConstants2["LOYALTY_POINT"] = "/loyalty/point";
|
|
94
95
|
return UriConstants2;
|
|
95
96
|
})(UriConstants || {});
|
|
96
97
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var chunk6LSKTACC_js = require('./chunk-6LSKTACC.js');
|
|
4
4
|
var chunkQ5YXX4OR_js = require('./chunk-Q5YXX4OR.js');
|
|
5
5
|
var chunkJDXUTKMX_js = require('./chunk-JDXUTKMX.js');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var chunkWTPKTZQC_js = require('./chunk-WTPKTZQC.js');
|
|
7
|
+
var chunkCOC7NGXP_js = require('./chunk-COC7NGXP.js');
|
|
8
8
|
var react = require('react');
|
|
9
9
|
var reactQuery = require('@tanstack/react-query');
|
|
10
10
|
var jsxRuntime = require('react/jsx-runtime');
|
|
@@ -239,20 +239,6 @@ function useActionService() {
|
|
|
239
239
|
}
|
|
240
240
|
});
|
|
241
241
|
}, [env]);
|
|
242
|
-
const actionOpenHome = react.useCallback(
|
|
243
|
-
async ({ model, method }) => {
|
|
244
|
-
const jsonData = {
|
|
245
|
-
model,
|
|
246
|
-
method
|
|
247
|
-
};
|
|
248
|
-
return await env.requests.post("/call" /* CALL_PATH */, jsonData, {
|
|
249
|
-
headers: {
|
|
250
|
-
"Content-Type": "application/json"
|
|
251
|
-
}
|
|
252
|
-
});
|
|
253
|
-
},
|
|
254
|
-
[env]
|
|
255
|
-
);
|
|
256
242
|
return {
|
|
257
243
|
loadAction,
|
|
258
244
|
callButton,
|
|
@@ -262,8 +248,7 @@ function useActionService() {
|
|
|
262
248
|
print,
|
|
263
249
|
runAction,
|
|
264
250
|
generateSerialNumber,
|
|
265
|
-
actionServerHome
|
|
266
|
-
actionOpenHome
|
|
251
|
+
actionServerHome
|
|
267
252
|
};
|
|
268
253
|
}
|
|
269
254
|
var SupabaseContext = react.createContext(null);
|
|
@@ -319,9 +304,7 @@ function useAuthService() {
|
|
|
319
304
|
encodedData,
|
|
320
305
|
{
|
|
321
306
|
headers: {
|
|
322
|
-
"Content-Type": "application/x-www-form-urlencoded"
|
|
323
|
-
service: "emenu",
|
|
324
|
-
"x-node": "2032919254WSCunipay_89234578"
|
|
307
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
325
308
|
}
|
|
326
309
|
},
|
|
327
310
|
body.service
|
|
@@ -1617,7 +1600,7 @@ function useUserService() {
|
|
|
1617
1600
|
values
|
|
1618
1601
|
};
|
|
1619
1602
|
return env?.requests.post(
|
|
1620
|
-
|
|
1603
|
+
chunkCOC7NGXP_js.UriConstants?.CREATE_UPDATE_PATH,
|
|
1621
1604
|
jsonData,
|
|
1622
1605
|
{
|
|
1623
1606
|
headers: {
|
|
@@ -1700,8 +1683,6 @@ function useViewService() {
|
|
|
1700
1683
|
jsonData,
|
|
1701
1684
|
{
|
|
1702
1685
|
headers: {
|
|
1703
|
-
service: "emenu",
|
|
1704
|
-
"x-node": "2032919254WSCunipay_89234578",
|
|
1705
1686
|
"Content-Type": "application/json"
|
|
1706
1687
|
}
|
|
1707
1688
|
},
|
|
@@ -2155,94 +2136,6 @@ function useViewService() {
|
|
|
2155
2136
|
},
|
|
2156
2137
|
[env]
|
|
2157
2138
|
);
|
|
2158
|
-
const getPoints = react.useCallback(
|
|
2159
|
-
async (path) => {
|
|
2160
|
-
return env?.requests?.get(path, {
|
|
2161
|
-
headers: {
|
|
2162
|
-
"Content-Type": "application/x-www-form-urlencoded",
|
|
2163
|
-
"x-node": "2032919254WSCunipay_89234578",
|
|
2164
|
-
service: "emenu"
|
|
2165
|
-
}
|
|
2166
|
-
});
|
|
2167
|
-
},
|
|
2168
|
-
[env]
|
|
2169
|
-
);
|
|
2170
|
-
const getOrders = react.useCallback(
|
|
2171
|
-
async ({ kwargs, withContext }) => {
|
|
2172
|
-
const body = {
|
|
2173
|
-
model: "pos.order",
|
|
2174
|
-
method: "web_search_read" /* WEB_SEARCH_READ */,
|
|
2175
|
-
kwargs,
|
|
2176
|
-
with_context: withContext
|
|
2177
|
-
};
|
|
2178
|
-
return env?.requests?.post("/call" /* CALL_PATH */, body, {
|
|
2179
|
-
headers: {
|
|
2180
|
-
"Content-Type": "application/json",
|
|
2181
|
-
service: "emenu",
|
|
2182
|
-
"x-node": "2032919254WSCunipay_89234578"
|
|
2183
|
-
}
|
|
2184
|
-
});
|
|
2185
|
-
},
|
|
2186
|
-
[env]
|
|
2187
|
-
);
|
|
2188
|
-
const getVouchers = react.useCallback(async () => {
|
|
2189
|
-
const body = {
|
|
2190
|
-
model: "loyalty.program",
|
|
2191
|
-
method: "web_search_read" /* WEB_SEARCH_READ */,
|
|
2192
|
-
kwargs: {
|
|
2193
|
-
domain: [["program_type", "=", "promo_code"]],
|
|
2194
|
-
limit: 10,
|
|
2195
|
-
offset: 0,
|
|
2196
|
-
count_limit: 10001,
|
|
2197
|
-
order: "",
|
|
2198
|
-
specification: {
|
|
2199
|
-
voucher_code: {},
|
|
2200
|
-
name: {},
|
|
2201
|
-
voucher_type: {},
|
|
2202
|
-
voucher_value: {},
|
|
2203
|
-
voucher_state: {},
|
|
2204
|
-
date_from: {},
|
|
2205
|
-
date_to: {},
|
|
2206
|
-
image_1920: {}
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
with_context: {
|
|
2210
|
-
uid: 104,
|
|
2211
|
-
lang: "vi_VN",
|
|
2212
|
-
tz: "Asia/Saigon",
|
|
2213
|
-
default_is_voucher: true,
|
|
2214
|
-
default_program_type: "promo_code",
|
|
2215
|
-
default_trigger: "with_code",
|
|
2216
|
-
default_applies_on: "current",
|
|
2217
|
-
default_pos_ok: true,
|
|
2218
|
-
force_vnd_currency: true
|
|
2219
|
-
}
|
|
2220
|
-
};
|
|
2221
|
-
return env?.requests?.post("/call" /* CALL_PATH */, body, {
|
|
2222
|
-
headers: {
|
|
2223
|
-
"Content-Type": "application/json",
|
|
2224
|
-
service: "emenu",
|
|
2225
|
-
"x-node": "2032919254WSCunipay_89234578"
|
|
2226
|
-
}
|
|
2227
|
-
});
|
|
2228
|
-
}, [env]);
|
|
2229
|
-
const getStores = react.useCallback(
|
|
2230
|
-
async ({ kwargs }) => {
|
|
2231
|
-
const body = {
|
|
2232
|
-
model: "res.company",
|
|
2233
|
-
method: "web_search_read" /* WEB_SEARCH_READ */,
|
|
2234
|
-
kwargs
|
|
2235
|
-
};
|
|
2236
|
-
return env?.requests?.post("/call" /* CALL_PATH */, body, {
|
|
2237
|
-
headers: {
|
|
2238
|
-
"Content-Type": "application/json",
|
|
2239
|
-
service: "emenu",
|
|
2240
|
-
"x-node": "2032919254WSCunipay_89234578"
|
|
2241
|
-
}
|
|
2242
|
-
});
|
|
2243
|
-
},
|
|
2244
|
-
[env]
|
|
2245
|
-
);
|
|
2246
2139
|
return {
|
|
2247
2140
|
getView,
|
|
2248
2141
|
getMenu,
|
|
@@ -2263,11 +2156,7 @@ function useViewService() {
|
|
|
2263
2156
|
getCountry,
|
|
2264
2157
|
getCity,
|
|
2265
2158
|
getWard,
|
|
2266
|
-
getPartnerTitle
|
|
2267
|
-
getPoints,
|
|
2268
|
-
getOrders,
|
|
2269
|
-
getVouchers,
|
|
2270
|
-
getStores
|
|
2159
|
+
getPartnerTitle
|
|
2271
2160
|
};
|
|
2272
2161
|
}
|
|
2273
2162
|
function useDashboardService() {
|
|
@@ -3088,10 +2977,10 @@ var loadDataPosSessionService = (env) => {
|
|
|
3088
2977
|
const loadDataPosSessionSupabase = react.useCallback(async () => {
|
|
3089
2978
|
if (!supabase) return {};
|
|
3090
2979
|
try {
|
|
3091
|
-
const allModels = Object.values(
|
|
2980
|
+
const allModels = Object.values(chunkCOC7NGXP_js.LoadDataModel);
|
|
3092
2981
|
const results = await Promise.all(
|
|
3093
2982
|
allModels.map(async (modelName) => {
|
|
3094
|
-
const tableName =
|
|
2983
|
+
const tableName = chunkCOC7NGXP_js.MODEL_TO_TABLE[modelName];
|
|
3095
2984
|
if (!tableName) return createModelResult(modelName);
|
|
3096
2985
|
const { data, error } = await supabase.from(tableName).select("*");
|
|
3097
2986
|
if (error) {
|
|
@@ -3552,13 +3441,13 @@ var appAuthenticateService = (env) => {
|
|
|
3552
3441
|
};
|
|
3553
3442
|
var applyVoucherService = (env) => {
|
|
3554
3443
|
const applyVoucher = react.useCallback(
|
|
3555
|
-
({ xNode, service, ids,
|
|
3444
|
+
({ xNode, service, ids, voucherCodes }) => {
|
|
3556
3445
|
const jsonData = {
|
|
3557
3446
|
model: "pos.order" /* POS_ORDER */,
|
|
3558
3447
|
method: "action_apply_voucher" /* ACTION_APPLY_VOUCHER */,
|
|
3559
3448
|
ids,
|
|
3560
3449
|
kwargs: {
|
|
3561
|
-
|
|
3450
|
+
voucher_codes: voucherCodes
|
|
3562
3451
|
}
|
|
3563
3452
|
};
|
|
3564
3453
|
return env?.requests.post(
|
|
@@ -3581,13 +3470,13 @@ var applyVoucherService = (env) => {
|
|
|
3581
3470
|
};
|
|
3582
3471
|
var removeVoucherService = (env) => {
|
|
3583
3472
|
const removeVoucher = react.useCallback(
|
|
3584
|
-
({ xNode, service, ids,
|
|
3473
|
+
({ xNode, service, ids, programIds }) => {
|
|
3585
3474
|
const jsonData = {
|
|
3586
3475
|
model: "pos.order" /* POS_ORDER */,
|
|
3587
3476
|
method: "action_remove_voucher" /* ACTION_REMOVE_VOUCHER */,
|
|
3588
3477
|
ids,
|
|
3589
3478
|
kwargs: {
|
|
3590
|
-
|
|
3479
|
+
program_ids: programIds
|
|
3591
3480
|
}
|
|
3592
3481
|
};
|
|
3593
3482
|
return env?.requests.post(
|
|
@@ -3636,6 +3525,30 @@ var syncFromUiService = (env) => {
|
|
|
3636
3525
|
syncFromUi
|
|
3637
3526
|
};
|
|
3638
3527
|
};
|
|
3528
|
+
var getCustomerLoyaltyPointService = (env) => {
|
|
3529
|
+
const getCustomerLoyaltyPoint = react.useCallback(
|
|
3530
|
+
async ({
|
|
3531
|
+
xNode,
|
|
3532
|
+
service,
|
|
3533
|
+
partnerId
|
|
3534
|
+
}) => {
|
|
3535
|
+
return env?.requests.get(
|
|
3536
|
+
`${"/loyalty/point" /* LOYALTY_POINT */}/${partnerId}`,
|
|
3537
|
+
{
|
|
3538
|
+
headers: {
|
|
3539
|
+
"Content-Type": "application/json",
|
|
3540
|
+
...xNode ? { "X-Node": xNode } : {}
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
service
|
|
3544
|
+
);
|
|
3545
|
+
},
|
|
3546
|
+
[env]
|
|
3547
|
+
);
|
|
3548
|
+
return {
|
|
3549
|
+
getCustomerLoyaltyPoint
|
|
3550
|
+
};
|
|
3551
|
+
};
|
|
3639
3552
|
var addFloorSupabaseService = () => {
|
|
3640
3553
|
const supabase = useSupabaseOptional();
|
|
3641
3554
|
const addFloorSupabase = react.useCallback(
|
|
@@ -4627,6 +4540,7 @@ var serviceFactories = [
|
|
|
4627
4540
|
applyVoucherService,
|
|
4628
4541
|
removeVoucherService,
|
|
4629
4542
|
syncFromUiService,
|
|
4543
|
+
getCustomerLoyaltyPointService,
|
|
4630
4544
|
addFloorSupabaseService,
|
|
4631
4545
|
addTableSupabaseService,
|
|
4632
4546
|
updateFloorSupabaseService,
|
|
@@ -5479,7 +5393,7 @@ var useModel = () => {
|
|
|
5479
5393
|
const initModel = react.useCallback((modelData) => {
|
|
5480
5394
|
switch (modelData?.name) {
|
|
5481
5395
|
default:
|
|
5482
|
-
return new
|
|
5396
|
+
return new chunkWTPKTZQC_js.BaseModel(modelData);
|
|
5483
5397
|
}
|
|
5484
5398
|
}, []);
|
|
5485
5399
|
return {
|
|
@@ -6149,52 +6063,6 @@ var useActionServerHome = () => {
|
|
|
6149
6063
|
});
|
|
6150
6064
|
};
|
|
6151
6065
|
var use_action_server_home_default = useActionServerHome;
|
|
6152
|
-
var useActionOpenHome = () => {
|
|
6153
|
-
const { actionOpenHome } = useActionService();
|
|
6154
|
-
return reactQuery.useMutation({
|
|
6155
|
-
mutationFn: ({ model, method }) => actionOpenHome({
|
|
6156
|
-
model,
|
|
6157
|
-
method
|
|
6158
|
-
})
|
|
6159
|
-
});
|
|
6160
|
-
};
|
|
6161
|
-
var use_action_open_home_default = useActionOpenHome;
|
|
6162
|
-
var useGetPoints = ({ path }) => {
|
|
6163
|
-
const { getPoints } = useViewService();
|
|
6164
|
-
return reactQuery.useMutation({
|
|
6165
|
-
mutationFn: () => getPoints(path)
|
|
6166
|
-
});
|
|
6167
|
-
};
|
|
6168
|
-
var use_get_point_default = useGetPoints;
|
|
6169
|
-
var useGetOrders = ({
|
|
6170
|
-
kwargs,
|
|
6171
|
-
withContext
|
|
6172
|
-
}) => {
|
|
6173
|
-
const { getOrders } = useViewService();
|
|
6174
|
-
return reactQuery.useMutation({
|
|
6175
|
-
mutationFn: () => getOrders({
|
|
6176
|
-
kwargs,
|
|
6177
|
-
withContext
|
|
6178
|
-
})
|
|
6179
|
-
});
|
|
6180
|
-
};
|
|
6181
|
-
var use_get_order_default = useGetOrders;
|
|
6182
|
-
var useGetVouchers = () => {
|
|
6183
|
-
const { getVouchers } = useViewService();
|
|
6184
|
-
return reactQuery.useMutation({
|
|
6185
|
-
mutationFn: () => getVouchers()
|
|
6186
|
-
});
|
|
6187
|
-
};
|
|
6188
|
-
var use_get_voucher_default = useGetVouchers;
|
|
6189
|
-
var useGetStores = ({ kwargs }) => {
|
|
6190
|
-
const { getStores } = useViewService();
|
|
6191
|
-
return reactQuery.useMutation({
|
|
6192
|
-
mutationFn: () => getStores({
|
|
6193
|
-
kwargs
|
|
6194
|
-
})
|
|
6195
|
-
});
|
|
6196
|
-
};
|
|
6197
|
-
var use_get_store_default = useGetStores;
|
|
6198
6066
|
var useReadGroup = (services, xNode, body, enabled) => {
|
|
6199
6067
|
const { readGroup } = useDashboardService();
|
|
6200
6068
|
return reactQuery.useQuery({
|
|
@@ -6471,6 +6339,13 @@ var useSyncFromUi = () => {
|
|
|
6471
6339
|
});
|
|
6472
6340
|
};
|
|
6473
6341
|
var use_sync_from_ui_default = useSyncFromUi;
|
|
6342
|
+
var useGetCustomerLoyaltyPoint = () => {
|
|
6343
|
+
const pos = usePosService();
|
|
6344
|
+
return reactQuery.useMutation({
|
|
6345
|
+
mutationFn: pos.getCustomerLoyaltyPoint
|
|
6346
|
+
});
|
|
6347
|
+
};
|
|
6348
|
+
var use_get_customer_loyalty_point_default = useGetCustomerLoyaltyPoint;
|
|
6474
6349
|
var useAddFloor = () => {
|
|
6475
6350
|
const { addFloorSupabase } = addFloorSupabaseService();
|
|
6476
6351
|
return reactQuery.useMutation({
|
|
@@ -6852,11 +6727,7 @@ var ServiceProvider = ({
|
|
|
6852
6727
|
useDeleteProduct: use_delete_product_default,
|
|
6853
6728
|
useTogglePosRestaurant: use_toggle_pos_restaurant_default,
|
|
6854
6729
|
useActionServerHome: use_action_server_home_default,
|
|
6855
|
-
|
|
6856
|
-
useGetPoints: use_get_point_default,
|
|
6857
|
-
useGetOrders: use_get_order_default,
|
|
6858
|
-
useGetVouchers: use_get_voucher_default,
|
|
6859
|
-
useGetStores: use_get_store_default
|
|
6730
|
+
useGetCustomerLoyaltyPoint: use_get_customer_loyalty_point_default
|
|
6860
6731
|
};
|
|
6861
6732
|
return /* @__PURE__ */ jsxRuntime.jsx(ServiceContext.Provider, { value: services, children });
|
|
6862
6733
|
};
|
|
@@ -6941,7 +6812,6 @@ exports.useService = useService;
|
|
|
6941
6812
|
exports.useSupabase = useSupabase;
|
|
6942
6813
|
exports.useUserService = useUserService;
|
|
6943
6814
|
exports.useViewService = useViewService;
|
|
6944
|
-
exports.use_action_open_home_default = use_action_open_home_default;
|
|
6945
6815
|
exports.use_action_server_home_default = use_action_server_home_default;
|
|
6946
6816
|
exports.use_add_category_default = use_add_category_default;
|
|
6947
6817
|
exports.use_add_entity_default = use_add_entity_default;
|
|
@@ -6994,6 +6864,7 @@ exports.use_get_country_default = use_get_country_default;
|
|
|
6994
6864
|
exports.use_get_currency_default = use_get_currency_default;
|
|
6995
6865
|
exports.use_get_current_company_default = use_get_current_company_default;
|
|
6996
6866
|
exports.use_get_current_user_default = use_get_current_user_default;
|
|
6867
|
+
exports.use_get_customer_loyalty_point_default = use_get_customer_loyalty_point_default;
|
|
6997
6868
|
exports.use_get_data_chart_default = use_get_data_chart_default;
|
|
6998
6869
|
exports.use_get_detail_default = use_get_detail_default;
|
|
6999
6870
|
exports.use_get_e_invoice_info_default = use_get_e_invoice_info_default;
|
|
@@ -7013,11 +6884,9 @@ exports.use_get_list_roles_default = use_get_list_roles_default;
|
|
|
7013
6884
|
exports.use_get_list_users_default = use_get_list_users_default;
|
|
7014
6885
|
exports.use_get_menu_default = use_get_menu_default;
|
|
7015
6886
|
exports.use_get_notifications_default = use_get_notifications_default;
|
|
7016
|
-
exports.use_get_order_default = use_get_order_default;
|
|
7017
6887
|
exports.use_get_order_line_default = use_get_order_line_default;
|
|
7018
6888
|
exports.use_get_partner_title_default = use_get_partner_title_default;
|
|
7019
6889
|
exports.use_get_pin_code_default = use_get_pin_code_default;
|
|
7020
|
-
exports.use_get_point_default = use_get_point_default;
|
|
7021
6890
|
exports.use_get_pos_default = use_get_pos_default;
|
|
7022
6891
|
exports.use_get_preparation_display_data_default = use_get_preparation_display_data_default;
|
|
7023
6892
|
exports.use_get_print_report_default = use_get_print_report_default;
|
|
@@ -7026,7 +6895,6 @@ exports.use_get_profile_default = use_get_profile_default;
|
|
|
7026
6895
|
exports.use_get_progress_bar_default = use_get_progress_bar_default;
|
|
7027
6896
|
exports.use_get_provider_default = use_get_provider_default;
|
|
7028
6897
|
exports.use_get_selection_default = use_get_selection_default;
|
|
7029
|
-
exports.use_get_store_default = use_get_store_default;
|
|
7030
6898
|
exports.use_get_supa_current_user_default = use_get_supa_current_user_default;
|
|
7031
6899
|
exports.use_get_tenant_mapping_default = use_get_tenant_mapping_default;
|
|
7032
6900
|
exports.use_get_thread_data_default = use_get_thread_data_default;
|
|
@@ -7035,7 +6903,6 @@ exports.use_get_token_default = use_get_token_default;
|
|
|
7035
6903
|
exports.use_get_user_default = use_get_user_default;
|
|
7036
6904
|
exports.use_get_version_default = use_get_version_default;
|
|
7037
6905
|
exports.use_get_view_default = use_get_view_default;
|
|
7038
|
-
exports.use_get_voucher_default = use_get_voucher_default;
|
|
7039
6906
|
exports.use_get_ward_default = use_get_ward_default;
|
|
7040
6907
|
exports.use_grant_access_default = use_grant_access_default;
|
|
7041
6908
|
exports.use_handle_close_session_default = use_handle_close_session_default;
|