erp-pos-ecommerce-shared 0.2.22 → 0.2.23
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/hooks.d.ts +4 -4
- package/dist/hooks.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +16 -9
- package/dist/index.js.map +1 -1
- package/dist/interfaces.d.ts +1 -1
- package/dist/interfaces.js.map +1 -1
- package/dist/queries.d.ts +6 -7
- package/dist/queries.js.map +1 -1
- package/dist/services.d.ts +9 -3
- package/dist/services.js +16 -1
- package/dist/services.js.map +1 -1
- package/dist/{shift.queries-MPSeGMrR.d.ts → shift.queries-BluElDWe.d.ts} +3 -17
- package/dist/{warehouse.interface-S5seQY-_.d.ts → warehouse.interface-CCyPQruB.d.ts} +72 -1
- package/dist/{warehouse.service-D5fHR5E3.d.ts → warehouse.service-hWeYeuP7.d.ts} +1 -1
- package/package.json +1 -1
package/dist/hooks.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseMutationOptions, UseQueryOptions } from '@tanstack/react-query';
|
|
3
|
-
import { e as LoginResponse, U as UpdateBatchData, I as IExchange, b as IExchangeResponse, P as PaymentType, L as LocationResponse, M as MaterialResponse, a as ChangeProductResponse, C as ChangeProductRequest, c as IUpdatePermission, f as PrintQRResponse, G as GetReturnsByOrderIdResponse, R as Response, S as StateResponse, d as IUserSettings, W as WarehouseResponse } from './warehouse.service-
|
|
3
|
+
import { e as LoginResponse, U as UpdateBatchData, I as IExchange, b as IExchangeResponse, P as PaymentType, L as LocationResponse, M as MaterialResponse, a as ChangeProductResponse, C as ChangeProductRequest, c as IUpdatePermission, f as PrintQRResponse, G as GetReturnsByOrderIdResponse, R as Response, S as StateResponse, d as IUserSettings, W as WarehouseResponse } from './warehouse.service-hWeYeuP7.js';
|
|
4
4
|
import { b as IAttributeQueryParams, I as IAttribute, d as IAttributeValue, c as IAttributeResponse, e as IBatch, f as IBatchResponse, g as ICategory, i as ICategoryResponse, k as IFilterType, l as IProduct, m as IProductDetails, n as IProductDetailsResponse, o as IProductResponse } from './filters.interface-BwMi9FRP.js';
|
|
5
5
|
import { T as TableQueryParams } from './types-CiX8AkJA.js';
|
|
6
6
|
import { ColumnDef, useReactTable, ColumnFiltersState } from '@tanstack/react-table';
|
|
7
7
|
import { D as DataTableConfig, S as ServerTableState } from './datatable.interface-DbB5oxj-.js';
|
|
8
|
-
import { a as BankTerminalResponse,
|
|
9
|
-
import {
|
|
8
|
+
import { a as BankTerminalResponse, e as IBankTerminal, h as IBankTerminalResponse, f as IBankTerminalForm, m as IClientResponseById, l as IClientResponse, i as IClient, k as IClientRequest, s as IFolio, v as ILocation, w as ILocationResponse, x as IMaterial, z as IModule, H as IOrder, J as IOrderResponse, av as TblOrderStatus, L as IPaymentMethod, M as IPaymentMethodAmountExpected, K as IPayment, ah as PermissionRole, N as IPermissionRole, ai as PriceCalculationResponse, C as CalculatePriceRequest, ak as PricePerGramResponse, O as IPricePerGramHistory, ap as SchedulePriceRequest, aI as UpdatePriceRequest, P as IPriceType, Q as IPriceTypeResponse, a5 as ITag, R as IPromotion, S as IPromotionResponse, T as IPromotionType, X as IProviderResponse, W as IProviderRequest, U as IProvider, V as IProviderForSelect, c as ComparisonBy, Z as IReportInventory, Y as IReportComparisonByTimeFrame, _ as IReportX, $ as IReportZ, a2 as IStockByWarehouseReport, at as TblOrderDetail, a1 as IRole, a3 as IStockMovement, a4 as IStockMovementResponse, a6 as ITax, A as AgentResponse, a9 as IUserForm, a8 as IUser, aJ as UserResponse, aa as IWareHouse, ab as IWareHouseResponse } from './warehouse.interface-CCyPQruB.js';
|
|
9
|
+
import { G as GenderResponse, H as HealthCheckResponse, U as UseOrdersParams$1, P as ProductQueryParams$1, C as CloseShiftData } from './shift.queries-BluElDWe.js';
|
|
10
10
|
import '@tanstack/query-core';
|
|
11
11
|
|
|
12
12
|
declare const useLogin: (options?: UseMutationOptions<LoginResponse, Error, {
|
|
@@ -408,7 +408,7 @@ declare const folioKeys: {
|
|
|
408
408
|
all: readonly ["folio"];
|
|
409
409
|
nextForBatches: () => readonly ["folio", "nextForBatches"];
|
|
410
410
|
};
|
|
411
|
-
declare const useNextFolioToUseInBatches: (options?: Omit<UseQueryOptions<
|
|
411
|
+
declare const useNextFolioToUseInBatches: (options?: Omit<UseQueryOptions<IFolio>, "queryKey" | "queryFn">) => _tanstack_react_query.UseQueryResult<IFolio, Error>;
|
|
412
412
|
|
|
413
413
|
declare const genderKeys: {
|
|
414
414
|
all: readonly ["genders"];
|