@nomalism-com/types 1.3.38 → 1.3.40
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/index.js +958 -1023
- package/dist/main.d.ts +16 -1
- package/dist/modules/document/CAT/interfaces.d.ts +12 -0
- package/dist/modules/document/CAT/route.schema.d.ts +3 -0
- package/dist/modules/document/NRCL/interface.d.ts +1 -3
- package/dist/modules/document/billOfLading/interfaces.d.ts +3 -0
- package/dist/modules/document/inventario/interface.d.ts +0 -2
- package/dist/modules/document/materialEntrance/interfaces.d.ts +11 -6
- package/dist/modules/document/order/interfaces.d.ts +5 -2
- package/dist/modules/document/order/route.schema.d.ts +1 -0
- package/dist/modules/document/productionOrder/interfaces.d.ts +1 -0
- package/dist/modules/document/proforma/interfaces.d.ts +1 -0
- package/dist/modules/document/propostaFornecedor/interfaces.d.ts +1 -0
- package/dist/modules/document/propostaSheets/interface.d.ts +1 -3
- package/dist/modules/document/providerCreditNoteFromReturn/interfaces.d.ts +1 -0
- package/dist/modules/document/providerFinancialCreditNote/interfaces.d.ts +1 -0
- package/dist/modules/document/providerServiceInvoice/interfaces.d.ts +1 -0
- package/dist/modules/document/purchase/interfaces.d.ts +0 -2
- package/dist/modules/document/quebra/interfaces.d.ts +0 -2
- package/dist/modules/document/returnToProvider/interface.d.ts +0 -2
- package/dist/modules/document/transformado/interfaces.d.ts +0 -2
- package/dist/modules/document/upfrontReturn/interfaces.d.ts +0 -2
- package/dist/modules/documentManagement/multimedia/interfaces.d.ts +1 -2
- package/dist/modules/integration/emailLog/interfaces.d.ts +0 -2
- package/dist/modules/integration/emailTemplate/interfaces.d.ts +0 -2
- package/dist/modules/integration/emailTemplateAttachment/interfaces.d.ts +0 -2
- package/dist/modules/integration/emailVerification/interfaces.d.ts +0 -2
- package/dist/modules/integration/googleFilePermission/interfaces.d.ts +0 -2
- package/dist/modules/integration/googleSheets/interfaces.d.ts +0 -2
- package/dist/modules/integration/observation/interfaces.d.ts +0 -2
- package/dist/modules/integration/observationType/interfaces.d.ts +1 -3
- package/dist/modules/integration/patchNotes/interfaces.d.ts +0 -2
- package/dist/modules/integration/projectInfo/interfaces.d.ts +0 -2
- package/dist/modules/integration/settings/interfaces.d.ts +0 -2
- package/dist/modules/llm/llm/interfaces.d.ts +5 -0
- package/dist/modules/print/npc/interfaces.d.ts +0 -2
- package/dist/modules/print/printer/interfaces.d.ts +0 -2
- package/dist/modules/print/schedulePrintJob/interfaces.d.ts +0 -2
- package/dist/modules/sms/smsSender/interfaces.d.ts +42 -0
- package/dist/modules/sms/smsTemplate/interfaces.d.ts +29 -0
- package/dist/modules/sms/smsTemplate/route.schema.d.ts +5 -0
- package/dist/modules/stock/accountCode/interface.d.ts +0 -2
- package/dist/modules/stock/chat/interfaces.d.ts +0 -2
- package/dist/modules/stock/chatRapidMessage/interface.d.ts +1 -3
- package/dist/modules/stock/conferirEncomenda/interface.d.ts +2 -3
- package/dist/modules/stock/dashboard/interface.d.ts +20 -2
- package/dist/modules/stock/dashboard/route.schema.d.ts +1 -0
- package/dist/modules/stock/file/interface.d.ts +0 -2
- package/dist/modules/stock/gmails/interface.d.ts +0 -2
- package/dist/modules/stock/googleCalendar/interface.d.ts +0 -2
- package/dist/modules/stock/googleSheetPool/interface.d.ts +0 -2
- package/dist/modules/stock/location/interface.d.ts +0 -2
- package/dist/modules/stock/mobilePrint/interface.d.ts +13 -0
- package/dist/modules/stock/mobilePrint/route.schema.d.ts +2 -0
- package/dist/modules/stock/prison/interface.d.ts +0 -2
- package/dist/modules/stock/productGoogleSheets/interface.d.ts +7 -4
- package/dist/modules/stock/productGoogleSheets/route.schema.d.ts +2 -1
- package/dist/modules/stock/productImage/interface.d.ts +0 -2
- package/dist/modules/stock/productLocation/interface.d.ts +18 -0
- package/dist/modules/stock/promotion/interface.d.ts +0 -2
- package/dist/modules/stock/promotionAssoc/interface.d.ts +0 -2
- package/dist/modules/stock/queryList/interfaces.d.ts +0 -2
- package/dist/modules/stock/queryParameter/interfaces.d.ts +0 -2
- package/dist/modules/stock/recurrentTasks/interface.d.ts +0 -2
- package/dist/modules/stock/returnReason/interfaces.d.ts +0 -2
- package/dist/modules/stock/savedEmPicking/interfaces.d.ts +0 -2
- package/dist/modules/stock/savedProviderProposal/interfaces.d.ts +0 -2
- package/dist/modules/stock/stockMovement/interface.d.ts +0 -2
- package/dist/modules/stock/tag/interface.d.ts +0 -2
- package/dist/modules/stock/task/interface.d.ts +0 -2
- package/dist/modules/stock/taskMessage/interface.d.ts +0 -2
- package/dist/modules/stock/taskRead/interface.d.ts +0 -2
- package/dist/modules/stock/typeOfLocation/interface.d.ts +0 -2
- package/dist/modules/stock/unitOfMeasure/interface.d.ts +0 -2
- package/dist/modules/stock/vatTax/interface.d.ts +0 -2
- package/dist/modules/stock/vatTaxZone/interface.d.ts +0 -2
- package/dist/modules/stock/vatValidation/interfaces.d.ts +0 -2
- package/dist/modules/stock/workflow/interfaces.d.ts +0 -2
- package/dist/modules/supply/currentAccount/interface.d.ts +5 -6
- package/dist/modules/supply/documentHeader/interfaces.d.ts +6 -19
- package/dist/modules/supply/documentHeader/route.schema.d.ts +0 -1
- package/dist/modules/supply/documentHeaderHistory/interfaces.d.ts +1 -3
- package/dist/modules/supply/documentHeaderSubscriber/interface.d.ts +2 -4
- package/dist/modules/supply/documentHeaderSurvey/interfaces.d.ts +37 -4
- package/dist/modules/supply/documentHeaderSurvey/route.schema.d.ts +2 -0
- package/dist/modules/supply/documentLine/interfaces.d.ts +5 -4
- package/dist/modules/supply/documentLine/route.schema.d.ts +2 -1
- package/dist/modules/supply/documentLineAssoc/interfaces.d.ts +1 -3
- package/dist/modules/supply/documentLineMT/interface.d.ts +0 -2
- package/dist/modules/supply/documentLineNote/interfaces.d.ts +1 -3
- package/dist/modules/supply/documentLineRM/interface.d.ts +0 -2
- package/dist/modules/supply/documentSet/interface.d.ts +0 -2
- package/dist/modules/supply/documentType/interfaces.d.ts +3 -3
- package/dist/modules/supply/externalDocumentHeader/interface.d.ts +0 -2
- package/dist/modules/supply/externalDocumentType/interface.d.ts +0 -2
- package/dist/modules/supply/orderManagement/interface.d.ts +0 -2
- package/dist/modules/supply/payment/interface.d.ts +0 -2
- package/dist/modules/supply/paymentBatch/interface.d.ts +1 -3
- package/dist/modules/supply/preSale/interface.d.ts +0 -2
- package/dist/modules/supply/preSaleProduct/interface.d.ts +0 -2
- package/dist/modules/supply/schedule/interface.d.ts +0 -2
- package/dist/modules/supply/startDocumentHeaderLastUpdate/interface.d.ts +0 -2
- package/dist/modules/tickets/channel/interfaces.d.ts +0 -2
- package/dist/modules/tickets/clt/interfaces.d.ts +0 -2
- package/dist/modules/tickets/language/interfaces.d.ts +0 -2
- package/dist/modules/tickets/tickets/interfaces.d.ts +0 -2
- package/dist/modules/ui/portal/interface.d.ts +6 -1
- package/dist/modules/ui/portal/route.schema.d.ts +1 -0
- package/dist/modules/ui/sideMenu/interface.d.ts +2 -0
- package/dist/modules/ui/sidemenuHighlight/interface.d.ts +34 -0
- package/dist/modules/ui/sidemenuHighlight/route.schema.d.ts +3 -0
- package/dist/modules/user/bankData/interface.d.ts +0 -2
- package/dist/modules/user/chatSubscribers/interfaces.d.ts +16 -3
- package/dist/modules/user/chatSubscribers/route.schema.d.ts +3 -0
- package/dist/modules/user/clientType/interface.d.ts +0 -2
- package/dist/modules/user/clients/interface.d.ts +0 -2
- package/dist/modules/user/commissioner/interface.d.ts +0 -2
- package/dist/modules/user/country/interface.d.ts +0 -2
- package/dist/modules/user/deliveryMethods/interfaces.d.ts +0 -2
- package/dist/modules/user/favorites/interfaces.d.ts +0 -2
- package/dist/modules/user/language/interface.d.ts +0 -2
- package/dist/modules/user/maturityDates/interfaces.d.ts +0 -2
- package/dist/modules/user/paymentMethods/interfaces.d.ts +0 -2
- package/dist/modules/user/persona/interface.d.ts +0 -2
- package/dist/modules/user/providerType/interface.d.ts +0 -2
- package/dist/modules/user/providers/interface.d.ts +0 -2
- package/dist/modules/user/purchaseConditions/interface.d.ts +0 -2
- package/dist/modules/user/reasonForExemption/interface.d.ts +0 -2
- package/dist/modules/user/refreshToken/interface.d.ts +1 -1
- package/dist/modules/user/segmentsArea/interface.d.ts +0 -2
- package/dist/modules/user/sessions/interface.d.ts +5 -0
- package/dist/modules/user/shippings/interface.d.ts +0 -2
- package/dist/modules/user/storeOperator/interface.d.ts +5 -2
- package/dist/modules/user/storeOperator/route.schema.d.ts +1 -0
- package/dist/modules/user/swift/interface.d.ts +0 -2
- package/dist/modules/user/systemModule/interface.d.ts +43 -0
- package/dist/modules/user/systemModule/route.schema.d.ts +3 -0
- package/dist/modules/user/tenant/interface.d.ts +0 -2
- package/dist/modules/user/theme/interfaces.d.ts +0 -2
- package/dist/modules/user/timeSheet/interfaces.d.ts +52 -0
- package/dist/modules/user/timeSheet/route.schema.d.ts +6 -0
- package/dist/modules/user/userPositions/interface.d.ts +0 -2
- package/dist/modules/user/userTokens/interface.d.ts +0 -2
- package/dist/modules/user/users/interface.d.ts +3 -3
- package/dist/modules/user/vehicles/interfaces.d.ts +0 -2
- package/dist/modules/user/zipCode/interfaces.d.ts +0 -2
- package/dist/modules/view/adminPanel/interfaces.d.ts +0 -2
- package/dist/modules/view/errorLog/interfaces.d.ts +1 -3
- package/dist/modules/view/webSocket/interfaces.d.ts +117 -0
- package/dist/shared/entities/sms.d.ts +31 -0
- package/dist/shared/entities/stock.d.ts +21 -1
- package/dist/shared/entities/user.d.ts +32 -42
- package/dist/shared/interface.d.ts +55 -13
- package/package.json +9 -9
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
export declare const Route = "dashboard";
|
|
2
|
-
export declare const UpperName = "Dashboard";
|
|
3
|
-
export declare const LowerName: string;
|
|
4
2
|
export type IDashboardSalesNames = 'dia' | 'mes' | 'ano';
|
|
5
3
|
export interface IDashboardSalesRowValue {
|
|
6
4
|
sheets: number;
|
|
@@ -28,7 +26,27 @@ export interface IDashboardProjectInfoResponse {
|
|
|
28
26
|
d: number;
|
|
29
27
|
c: number;
|
|
30
28
|
}
|
|
29
|
+
export interface IFindDashboardTodoCounts {
|
|
30
|
+
from: Date;
|
|
31
|
+
to: Date;
|
|
32
|
+
}
|
|
33
|
+
export interface IDashboardTodoCountOperator {
|
|
34
|
+
store_operator_id: string;
|
|
35
|
+
name: string;
|
|
36
|
+
}
|
|
37
|
+
export interface IDashboardTodoCountPoint {
|
|
38
|
+
/** ISO timestamp of the snapshot (captured_at) */
|
|
39
|
+
t: string;
|
|
40
|
+
store_operator_id: string;
|
|
41
|
+
name: string;
|
|
42
|
+
count: number;
|
|
43
|
+
}
|
|
44
|
+
export interface IDashboardTodoCountsResponse {
|
|
45
|
+
operators: IDashboardTodoCountOperator[];
|
|
46
|
+
points: IDashboardTodoCountPoint[];
|
|
47
|
+
}
|
|
31
48
|
export interface IRepository {
|
|
32
49
|
salesByDate(selector: IFindDashboardSalesByDate): Promise<IDashboardSalesResponse>;
|
|
33
50
|
projectInfo(): Promise<IDashboardProjectInfoResponse[]>;
|
|
51
|
+
todoCounts(selector: IFindDashboardTodoCounts): Promise<IDashboardTodoCountsResponse>;
|
|
34
52
|
}
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { File } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = File;
|
|
4
4
|
export declare const Route = "file";
|
|
5
|
-
export declare const UpperName = "File";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface IFindByOwnerRequest {
|
|
8
6
|
owner_id: string;
|
|
9
7
|
tags?: string;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { Gmails } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Gmails;
|
|
4
4
|
export declare const Route = "gmail";
|
|
5
|
-
export declare const UpperName = "Gmail";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface IGmailsResponse {
|
|
8
6
|
id: string;
|
|
9
7
|
gmail_id: string;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { GoogleCalendar } from '../../../shared/entities/stock';
|
|
2
2
|
export type Entity = GoogleCalendar;
|
|
3
3
|
export declare const Route = "google_calendar";
|
|
4
|
-
export declare const UpperName = "GoogleCalendar";
|
|
5
|
-
export declare const LowerName: string;
|
|
6
4
|
export interface IListEventsInRangeRequest {
|
|
7
5
|
calendarId: string;
|
|
8
6
|
from: string;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { GoogleSheetPool } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = GoogleSheetPool;
|
|
4
4
|
export declare const Route = "google_sheet_pool";
|
|
5
|
-
export declare const UpperName = "GoogleSheetPool";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface IRepository {
|
|
8
6
|
clearAndFill(): Promise<void>;
|
|
9
7
|
}
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { Location, TypeOfLocation } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Location;
|
|
4
4
|
export declare const Route = "location";
|
|
5
|
-
export declare const UpperName = "Location";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
interface IFindDetailedResponse extends Entity {
|
|
8
6
|
type_of_location: TypeOfLocation;
|
|
9
7
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as IShared from '../../../shared/interface';
|
|
2
|
+
export declare const Route = "mobile_print";
|
|
3
|
+
export interface IPrintLocations {
|
|
4
|
+
locations_ids: string[];
|
|
5
|
+
printer: {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export interface IRepository {
|
|
11
|
+
printLocationsPdf(data: string[]): Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { DocumentLineNote } from '../../../shared/entities/stock';
|
|
2
2
|
import * as IShared from '../../../shared/interface';
|
|
3
3
|
export declare const Route = "prison";
|
|
4
|
-
export declare const UpperName = "Prison";
|
|
5
|
-
export declare const LowerName: string;
|
|
6
4
|
export interface IFindLinesInPrisonResponse {
|
|
7
5
|
id: string;
|
|
8
6
|
quantity: number;
|
|
@@ -2,8 +2,6 @@ import { type ProductImage, type ProductVirtuals, type UnitOfMeasure, type VatTa
|
|
|
2
2
|
import * as IShared from '../../../shared/interface';
|
|
3
3
|
import * as IDocumentLine from '../../supply/documentLine/interfaces';
|
|
4
4
|
export declare const Route = "product_sheets";
|
|
5
|
-
export declare const UpperName = "ProductsSheets";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export type IProductPromotionVirtuals = ProductPromotionVirtuals;
|
|
8
6
|
export type IProductVirtuals = ProductVirtuals;
|
|
9
7
|
export type IProductBaseVirtuals = ProductBaseVirtuals;
|
|
@@ -151,6 +149,10 @@ export interface IEntityMinified {
|
|
|
151
149
|
export interface IPrintLabelQueryRequest {
|
|
152
150
|
token: string;
|
|
153
151
|
}
|
|
152
|
+
export interface IPrintLabelBulkQueryRequest {
|
|
153
|
+
token: string;
|
|
154
|
+
ids: string;
|
|
155
|
+
}
|
|
154
156
|
export interface IFindByReferenceRequest {
|
|
155
157
|
reference: string;
|
|
156
158
|
allowProviderWildcard?: boolean;
|
|
@@ -213,8 +215,9 @@ export type IFindForMobileRequest = {
|
|
|
213
215
|
id: string;
|
|
214
216
|
};
|
|
215
217
|
export interface IProductLocation {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
+
location_id: string;
|
|
219
|
+
product_ids: string[];
|
|
220
|
+
created_by: string;
|
|
218
221
|
}
|
|
219
222
|
export interface IProductByOwner {
|
|
220
223
|
id: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import joi from 'joi';
|
|
2
|
-
import { IFindForMobileRequest, ICheckStockByIdsRequest, IFindProductSheetByReference, IProductLocation } from './interface';
|
|
2
|
+
import { IFindForMobileRequest, ICheckStockByIdsRequest, IFindProductSheetByReference, IProductLocation, type IPrintLabelBulkQueryRequest } from './interface';
|
|
3
3
|
export declare const printLabelQuery: joi.ObjectSchema<any>;
|
|
4
|
+
export declare const printLabelBulkQuery: joi.ObjectSchema<IPrintLabelBulkQueryRequest>;
|
|
4
5
|
export declare const checkStockByIdsBody: joi.ObjectSchema<ICheckStockByIdsRequest>;
|
|
5
6
|
export declare const basicSearchQuery: joi.ObjectSchema<any>;
|
|
6
7
|
export declare const findByRef: joi.ObjectSchema<any>;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { ProductImage } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = ProductImage;
|
|
4
4
|
export declare const Route = "product_image";
|
|
5
|
-
export declare const UpperName = "ProductImage";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
type IFindDetailedResponse = Entity;
|
|
8
6
|
export type IFindByIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
9
7
|
export type IFindByOwnerIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const Route = "product_location";
|
|
2
|
+
export interface IProductLocationItem {
|
|
3
|
+
id: string;
|
|
4
|
+
product_location_id: string;
|
|
5
|
+
product_id: string;
|
|
6
|
+
reference: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IProductLocation {
|
|
9
|
+
id: string;
|
|
10
|
+
location: string;
|
|
11
|
+
type: 'Inteiro' | 'Parcial';
|
|
12
|
+
items: IProductLocationItem[];
|
|
13
|
+
created_at: Date;
|
|
14
|
+
created_by: string;
|
|
15
|
+
}
|
|
16
|
+
export interface IRepository {
|
|
17
|
+
findMany(): Promise<IProductLocation[]>;
|
|
18
|
+
}
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { Promotion } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Promotion;
|
|
4
4
|
export declare const Route = "promotion";
|
|
5
|
-
export declare const UpperName = "Promotion";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
type IFindDetailedResponse = Entity;
|
|
8
6
|
export type IFindByIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
9
7
|
export type IFindByOwnerIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { PromotionAssoc, Promotion, Location } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = PromotionAssoc;
|
|
4
4
|
export declare const Route = "promotion_assoc";
|
|
5
|
-
export declare const UpperName = "PromotionAssoc";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
interface IFindDetailedResponse extends Entity {
|
|
8
6
|
location: Location | null;
|
|
9
7
|
promotion: Promotion;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { QueryList, QueryParameter } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = QueryList;
|
|
4
4
|
export declare const Route = "query";
|
|
5
|
-
export declare const UpperName = "QueryList";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface ICreateRequest {
|
|
8
6
|
label: string;
|
|
9
7
|
code: string;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { QueryParameter } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = QueryParameter;
|
|
4
4
|
export declare const Route = "query_parameter";
|
|
5
|
-
export declare const UpperName = "QueryParameter";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export declare const QueryParameterDatatypeEnum: {
|
|
8
6
|
boolean: 'boolean';
|
|
9
7
|
decimal: 'decimal';
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
export declare const Route = "recurrent_tasks";
|
|
3
|
-
export declare const UpperName = "RecurrentTasks";
|
|
4
|
-
export declare const LowerName: string;
|
|
5
3
|
export interface IRepository {
|
|
6
4
|
from_master(): Promise<string>;
|
|
7
5
|
from_master_checked(): Promise<string>;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { ReturnReason } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = ReturnReason;
|
|
4
4
|
export declare const Route = "return_reason";
|
|
5
|
-
export declare const UpperName = "ReturnReason";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface ICreateRequest {
|
|
8
6
|
reason: string;
|
|
9
7
|
}
|
|
@@ -3,8 +3,6 @@ import { SavedEmPicking } from '../../../shared/entities/stock';
|
|
|
3
3
|
import { IUnfinishedPickingLineGroupExtended } from '../../document/materialEntrance/interfaces';
|
|
4
4
|
export type Entity = SavedEmPicking;
|
|
5
5
|
export declare const Route = "saved_em_picking";
|
|
6
|
-
export declare const UpperName = "SavedEmPicking";
|
|
7
|
-
export declare const LowerName: string;
|
|
8
6
|
export type ISavedEmPickingData = Pick<IUnfinishedPickingLineGroupExtended, 'clientOrders' | 'stock' | 'not_ok'>;
|
|
9
7
|
export interface ICreateRequest {
|
|
10
8
|
provider_id: string;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { SavedProviderProposal } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = SavedProviderProposal;
|
|
4
4
|
export declare const Route = "saved_provider_proposal";
|
|
5
|
-
export declare const UpperName = "SavedProviderProposal";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface ISetRequest {
|
|
8
6
|
provider_id: string;
|
|
9
7
|
product_id: string;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { StockMovement } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = StockMovement;
|
|
4
4
|
export declare const Route = "stock_movement";
|
|
5
|
-
export declare const UpperName = "StockMovement";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export interface IFindByProviderResponse extends Omit<StockMovement, 'product_id' | 'stock_to_date'> {
|
|
8
6
|
reference: string;
|
|
9
7
|
}
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { Tag } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Tag;
|
|
4
4
|
export declare const Route = "tag";
|
|
5
|
-
export declare const UpperName = "Tag";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export declare const ITagTypeEnum: {
|
|
8
6
|
private: 'private';
|
|
9
7
|
public: 'public';
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { Task, TaskMessage, DocumentHeader, File } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = Task;
|
|
4
4
|
export declare const Route = "task";
|
|
5
|
-
export declare const UpperName = "Task";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export declare const ITaskStatusDataTypeEnum: {
|
|
8
6
|
Normal: 'Normal';
|
|
9
7
|
Urgent: 'Urgent';
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { TaskMessage } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = TaskMessage;
|
|
4
4
|
export declare const Route = "task_message";
|
|
5
|
-
export declare const UpperName = "TaskMessage";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export type ICreateRequest = Pick<Entity, 'message' | 'task_id'>;
|
|
8
6
|
export type IUpdateRequest = Pick<Entity, 'message' | 'task_id'>;
|
|
9
7
|
export interface IRepository {
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { TaskRead } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = TaskRead;
|
|
4
4
|
export declare const Route = "task_read";
|
|
5
|
-
export declare const UpperName = "TaskRead";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
export type ICreateRequest = Pick<Entity, 'user_id' | 'task_id'>;
|
|
8
6
|
export type IDeleteRequest = Pick<Entity, 'user_id' | 'task_id'>;
|
|
9
7
|
export interface IRepository {
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { TypeOfLocation } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = TypeOfLocation;
|
|
4
4
|
export declare const Route = "type_of_location";
|
|
5
|
-
export declare const UpperName = "TypeOfLocation";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
type IFindDetailedResponse = Entity;
|
|
8
6
|
export type IFindByIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
9
7
|
export type IFindByOwnerIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
import { UnitOfMeasure } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = UnitOfMeasure;
|
|
4
|
-
export declare const UpperName = "UnitOfMeasure";
|
|
5
|
-
export declare const LowerName: string;
|
|
6
4
|
export declare const Route = "unit_of_measure";
|
|
7
5
|
type IFindDetailedResponse = Entity;
|
|
8
6
|
export type IFindByIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { VatTax } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = VatTax;
|
|
4
4
|
export declare const Route = "vat_tax";
|
|
5
|
-
export declare const UpperName = "VatTax";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
type IFindDetailedResponse = Entity;
|
|
8
6
|
export type IFindByIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
9
7
|
export type IFindByOwnerIdResponse = Omit<IFindDetailedResponse, ''>;
|
|
@@ -2,8 +2,6 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import { VatTaxZone, VatTax } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = VatTaxZone;
|
|
4
4
|
export declare const Route = "vat_tax_zone";
|
|
5
|
-
export declare const UpperName = "VatTaxZone";
|
|
6
|
-
export declare const LowerName: string;
|
|
7
5
|
interface IFindDetailedResponse extends Entity {
|
|
8
6
|
vat_tax: VatTax;
|
|
9
7
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { VatValidation } from '../../../shared/entities/stock';
|
|
2
2
|
export type Entity = VatValidation;
|
|
3
3
|
export declare const Route = "vat_validation";
|
|
4
|
-
export declare const UpperName = "VatValidation";
|
|
5
|
-
export declare const LowerName: string;
|
|
6
4
|
export interface IRepository {
|
|
7
5
|
findByLatest(nif: string): Promise<Entity | null>;
|
|
8
6
|
}
|
|
@@ -4,8 +4,6 @@ import * as DocumentType from '../../supply/documentType/interfaces';
|
|
|
4
4
|
import { IDocumentTypeUserType } from '../../supply/documentType/interfaces';
|
|
5
5
|
export type Entity = Workflow;
|
|
6
6
|
export declare const Route = "workflow";
|
|
7
|
-
export declare const UpperName = "Workflow";
|
|
8
|
-
export declare const LowerName: string;
|
|
9
7
|
export type IFindRequest = Record<string, unknown>;
|
|
10
8
|
export interface ICreateRequest {
|
|
11
9
|
from_document_type_id: number;
|
|
@@ -3,9 +3,7 @@ import { Payment, DocumentHeader } from '../../../shared/entities/stock';
|
|
|
3
3
|
import * as IObservation from '../../integration/observation/interfaces';
|
|
4
4
|
import { type ICreateFromHeaderRequest } from '../documentHeader/interfaces';
|
|
5
5
|
export type Entity = Payment;
|
|
6
|
-
export declare const Route = "
|
|
7
|
-
export declare const UpperName = "Payment";
|
|
8
|
-
export declare const LowerName: string;
|
|
6
|
+
export declare const Route = "current_account";
|
|
9
7
|
type IEntityExtended = Entity;
|
|
10
8
|
export type IFindByIdResponse = Omit<IEntityExtended, ''>;
|
|
11
9
|
export type IFindByOwnerIdResponse = Omit<IEntityExtended, ''>;
|
|
@@ -128,7 +126,7 @@ export interface IExportCurrentAccountRequest {
|
|
|
128
126
|
start_date: Date | null;
|
|
129
127
|
end_date: Date | null;
|
|
130
128
|
}
|
|
131
|
-
export interface
|
|
129
|
+
export interface IDocumentResponse {
|
|
132
130
|
id: string;
|
|
133
131
|
name: string;
|
|
134
132
|
group: string;
|
|
@@ -139,8 +137,9 @@ export interface IRepository {
|
|
|
139
137
|
findCurrentAccountByOwnerId(params: IShared.IFindByOwnerIdRequest): Promise<IFindCurrentAccountByOwnerIdResponse[]>;
|
|
140
138
|
findBalanceByOwnerId(params: IShared.IFindByOwnerIdRequest): Promise<number>;
|
|
141
139
|
exportCurrentAccount(params: IExportCurrentAccountRequest): Promise<IFindCurrentAccountByOwnerIdResponse[]>;
|
|
142
|
-
findClientUnpaidCredit(params: IShared.IFindByOwnerIdRequest): Promise<
|
|
143
|
-
|
|
140
|
+
findClientUnpaidCredit(params: IShared.IFindByOwnerIdRequest): Promise<IDocumentResponse[]>;
|
|
141
|
+
findClientOverpaidCredit(params: IShared.IFindByOwnerIdRequest): Promise<IDocumentResponse[]>;
|
|
142
|
+
findClientUnpaidDebit(params: IShared.IFindByOwnerIdRequest): Promise<IDocumentResponse[]>;
|
|
144
143
|
}
|
|
145
144
|
export type IController = IShared.IEntityWithUserToken<IRepository>;
|
|
146
145
|
export {};
|
|
@@ -4,9 +4,7 @@ import * as IDocumentType from '../documentType/interfaces';
|
|
|
4
4
|
import * as IPayment from '../payment/interface';
|
|
5
5
|
import * as IProjectInfo from '../../integration/projectInfo/interfaces';
|
|
6
6
|
export type Entity = DocumentHeader;
|
|
7
|
-
export declare const Route = "
|
|
8
|
-
export declare const UpperName = "DocumentHeader";
|
|
9
|
-
export declare const LowerName: string;
|
|
7
|
+
export declare const Route = "document_header";
|
|
10
8
|
export type IDocumentHeaderVirtuals = DocumentHeaderVirtuals;
|
|
11
9
|
export type IStartDocumentHeaderVirtuals = StartDocumentHeaderVirtuals;
|
|
12
10
|
export interface ITaxEntry extends Pick<VatTax, 'name' | 'saft_code'> {
|
|
@@ -96,6 +94,7 @@ export interface ICreateRequest {
|
|
|
96
94
|
commissioner_id?: string | null;
|
|
97
95
|
commission_percentage?: number;
|
|
98
96
|
return_reason?: string | null;
|
|
97
|
+
seller?: string | null;
|
|
99
98
|
created_by?: string | null;
|
|
100
99
|
updated_by?: string | null;
|
|
101
100
|
}
|
|
@@ -141,6 +140,7 @@ export interface IUpdateRequest {
|
|
|
141
140
|
owner_id?: string;
|
|
142
141
|
owner_number?: number;
|
|
143
142
|
owner_name?: string;
|
|
143
|
+
owner_ref_document?: string | null;
|
|
144
144
|
reason_for_exemption_id?: string | null;
|
|
145
145
|
reason_for_exemption?: string | null;
|
|
146
146
|
billing_persona_id?: string | null;
|
|
@@ -177,6 +177,8 @@ export interface IUpdateRequest {
|
|
|
177
177
|
commissioner_id?: string | null;
|
|
178
178
|
commission_percentage?: number;
|
|
179
179
|
commission_paid?: boolean;
|
|
180
|
+
is_prepared?: boolean;
|
|
181
|
+
is_rejected?: boolean;
|
|
180
182
|
is_archived?: boolean;
|
|
181
183
|
is_void?: boolean;
|
|
182
184
|
is_void_reason?: string | null;
|
|
@@ -210,23 +212,9 @@ export interface IFindResponse {
|
|
|
210
212
|
emission_date: string;
|
|
211
213
|
line_count: number;
|
|
212
214
|
is_void: boolean;
|
|
213
|
-
|
|
214
|
-
adjudicado: boolean;
|
|
215
|
+
state: string;
|
|
215
216
|
tags: string | null;
|
|
216
217
|
}
|
|
217
|
-
export type IUpdateManyWithPersona = {
|
|
218
|
-
id: string;
|
|
219
|
-
owner_id?: string;
|
|
220
|
-
owner_name?: string | null;
|
|
221
|
-
name: string | null;
|
|
222
|
-
telephone: string | null;
|
|
223
|
-
email: string | null;
|
|
224
|
-
street: string | null;
|
|
225
|
-
postal_code: string | null;
|
|
226
|
-
locality: string | null;
|
|
227
|
-
country_id: string | null;
|
|
228
|
-
country_name: string | null;
|
|
229
|
-
};
|
|
230
218
|
export interface ISendClientNotificationRequest {
|
|
231
219
|
name: string;
|
|
232
220
|
email: string;
|
|
@@ -307,7 +295,6 @@ export interface IRepository {
|
|
|
307
295
|
create(data: ICreateRequest): Promise<ICreateResponse>;
|
|
308
296
|
createFromHeader(data: ICreateFromHeaderRequest): Promise<void>;
|
|
309
297
|
update(selector: IShared.IFindByIdRequest, data: IUpdateRequest): Promise<void>;
|
|
310
|
-
updateManyWithPersona(params: IUpdateManyWithPersona): Promise<void>;
|
|
311
298
|
transferClientOwnership(params: ITransferOwnershipRequest): Promise<void>;
|
|
312
299
|
deleteOne(selector: IShared.IFindByIdRequest): Promise<void>;
|
|
313
300
|
sendClientNotification(selector: IShared.IFindByIdRequest, data: ISendClientNotificationRequest): Promise<void>;
|
|
@@ -7,7 +7,6 @@ export declare const findQuery: joi.ObjectSchema<any>;
|
|
|
7
7
|
export declare const basicSearchQuery: joi.ObjectSchema<any>;
|
|
8
8
|
export declare const updateBody: joi.ObjectSchema<any>;
|
|
9
9
|
export declare const transferClientOwnershipBody: joi.ObjectSchema<any>;
|
|
10
|
-
export declare const updateManyWithPersonaBody: joi.ObjectSchema<any>;
|
|
11
10
|
export declare const sendClientNotificationBody: joi.ObjectSchema<any>;
|
|
12
11
|
export declare const findByTypeQuery: joi.ObjectSchema<any>;
|
|
13
12
|
export declare const documentPdfQuery: joi.ObjectSchema<any>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
import { DocumentHeaderHistory } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = DocumentHeaderHistory;
|
|
4
|
-
export declare const Route = "
|
|
5
|
-
export declare const UpperName = "DocumentHeaderHistory";
|
|
6
|
-
export declare const LowerName: string;
|
|
4
|
+
export declare const Route = "document_header_history";
|
|
7
5
|
export type IFindByOwnerIdResponse = Omit<DocumentHeaderHistory, 'id' | 'document_header_id'>;
|
|
8
6
|
export interface IRepository {
|
|
9
7
|
findByOwnerId(selector: IShared.IFindByOwnerIdRequest): Promise<IFindByOwnerIdResponse[]>;
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import * as IShared from '../../../shared/interface';
|
|
2
2
|
import { DocumentHeaderSubscriber } from '../../../shared/entities/stock';
|
|
3
3
|
export type Entity = DocumentHeaderSubscriber;
|
|
4
|
-
export declare const Route = "
|
|
5
|
-
export declare const UpperName = "DocumentHeaderSubscriber";
|
|
6
|
-
export declare const LowerName: string;
|
|
4
|
+
export declare const Route = "document_header_subscriber";
|
|
7
5
|
export interface IFindByOwnerRequest {
|
|
8
6
|
owner_id: string;
|
|
9
7
|
}
|
|
10
8
|
export interface ICreateRequest {
|
|
11
9
|
document_header_id: string;
|
|
12
|
-
|
|
10
|
+
user_id: string;
|
|
13
11
|
}
|
|
14
12
|
export interface IRepository {
|
|
15
13
|
findByOwnerId(params: IFindByOwnerRequest): Promise<Entity[]>;
|
|
@@ -1,15 +1,48 @@
|
|
|
1
1
|
import Nomalism from '../../..';
|
|
2
2
|
import { DocumentHeaderSurvey } from '../../../shared/entities/stock';
|
|
3
3
|
export type IEntity = DocumentHeaderSurvey;
|
|
4
|
-
export declare const Route = "
|
|
5
|
-
export declare const UpperName = "DocumentHeaderSurvey";
|
|
6
|
-
export declare const LowerName: string;
|
|
4
|
+
export declare const Route = "document_header_survey";
|
|
7
5
|
export type ICreateRequest = Pick<IEntity, 'owner_id' | 'document_header_id' | 'persona_id'>;
|
|
8
6
|
export type IResponse = IEntity;
|
|
7
|
+
export interface IFindRequest {
|
|
8
|
+
date_start: Date;
|
|
9
|
+
date_end: Date;
|
|
10
|
+
}
|
|
11
|
+
export interface IFindResponseItem {
|
|
12
|
+
document_header_id: string;
|
|
13
|
+
document_number: number;
|
|
14
|
+
rm_date: Date | null;
|
|
15
|
+
survey_id: string | null;
|
|
16
|
+
persona_name: string | null;
|
|
17
|
+
persona_email: string | null;
|
|
18
|
+
sent: Date | null;
|
|
19
|
+
responded_at: Date | null;
|
|
20
|
+
response_url: string | null;
|
|
21
|
+
}
|
|
22
|
+
export interface IMtWithoutDateCountResponse {
|
|
23
|
+
count: number;
|
|
24
|
+
}
|
|
9
25
|
export type IUpdateSentRequest = Pick<IEntity, 'document_header_id' | 'persona_id'>;
|
|
10
26
|
export type IUpdateSurveyRequest = Pick<IEntity, 'document_header_id' | 'persona_id' | 'data'>;
|
|
27
|
+
export interface ISurveyStatsSummary {
|
|
28
|
+
total: number;
|
|
29
|
+
sent: number;
|
|
30
|
+
pending: number;
|
|
31
|
+
responded: number;
|
|
32
|
+
response_rate: number;
|
|
33
|
+
}
|
|
34
|
+
export interface ISurveyStatsDailyPoint {
|
|
35
|
+
day: string;
|
|
36
|
+
created: number;
|
|
37
|
+
sent: number;
|
|
38
|
+
responded: number;
|
|
39
|
+
}
|
|
40
|
+
export interface ISurveyStatsResponse {
|
|
41
|
+
summary: ISurveyStatsSummary;
|
|
42
|
+
daily: ISurveyStatsDailyPoint[];
|
|
43
|
+
}
|
|
11
44
|
export interface IRepository {
|
|
12
|
-
find(): Promise<
|
|
45
|
+
find(params: IFindRequest): Promise<IFindResponseItem[]>;
|
|
13
46
|
updateSent(data: IUpdateSentRequest): Promise<void>;
|
|
14
47
|
updateSurvey(data: IUpdateSurveyRequest): Promise<void>;
|
|
15
48
|
}
|
|
@@ -5,10 +5,9 @@ import type { IDocumentTypeCodeType, IDocumentTypeUserType } from '../documentTy
|
|
|
5
5
|
import type { IProductType, IProductState } from '../../stock/productGoogleSheets/interface';
|
|
6
6
|
import type { IGetProductType, IGetProductGroup } from '../../integration/googleSheets/interfaces';
|
|
7
7
|
import type { IMotivosDeEsperaData } from '../../document/order/interfaces';
|
|
8
|
+
import type { IWarningType } from '../documentHeader/interfaces';
|
|
8
9
|
export type Entity = DocumentLine;
|
|
9
|
-
export declare const Route = "
|
|
10
|
-
export declare const UpperName = "DocumentLine";
|
|
11
|
-
export declare const LowerName: string;
|
|
10
|
+
export declare const Route = "document_line";
|
|
12
11
|
export type IDocumentLineVirtuals = DocumentLineVirtuals;
|
|
13
12
|
export type IDocumentLineBaseVirtuals = DocumentLineBaseVirtuals;
|
|
14
13
|
export type IPromotions = Pick<ProductPromotionVirtuals, 'exclusive_to_location_id' | 'exclusive_to_client_id' | 'discount'>;
|
|
@@ -17,7 +16,6 @@ export interface IDataPayload {
|
|
|
17
16
|
value: unknown;
|
|
18
17
|
updated_at: Date;
|
|
19
18
|
updated_by: string;
|
|
20
|
-
location_id: string;
|
|
21
19
|
history?: IDataPayload[];
|
|
22
20
|
}
|
|
23
21
|
export type IData = {
|
|
@@ -114,11 +112,13 @@ export interface IUpdateManyRequest {
|
|
|
114
112
|
provider_estimated_delivery_date?: Date | null;
|
|
115
113
|
provider_purchase_discount?: number;
|
|
116
114
|
consignacao?: boolean;
|
|
115
|
+
abater_na_fatura_final?: boolean;
|
|
117
116
|
cancelled?: boolean;
|
|
118
117
|
force_closed?: boolean;
|
|
119
118
|
}
|
|
120
119
|
export interface IUpdateManyByDocumentHeaderRequest {
|
|
121
120
|
sent_to_provider?: boolean;
|
|
121
|
+
sent_to_client?: IWarningType;
|
|
122
122
|
}
|
|
123
123
|
export interface IUpdateLineStatesTriggerResponse {
|
|
124
124
|
document_header_id: string;
|
|
@@ -132,6 +132,7 @@ export interface IPrintLabelQueryRequest {
|
|
|
132
132
|
token: string;
|
|
133
133
|
}
|
|
134
134
|
export interface IRepository {
|
|
135
|
+
getSmsData(): Promise<void>;
|
|
135
136
|
create(data: ICreateRequest[]): Promise<IDocumentLineAssoc.IEntityExtended[]>;
|
|
136
137
|
update(selector: IShared.IFindByIdRequest, data: IUpdateRequest): Promise<void>;
|
|
137
138
|
updateMany(data: IUpdateManyRequest): Promise<void>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import joi from 'joi';
|
|
2
|
+
import { IUpdateManyByDocumentHeaderRequest } from './interfaces';
|
|
2
3
|
export declare const createBody: joi.ArraySchema<any[]>;
|
|
3
4
|
export declare const updateBody: joi.ObjectSchema<any>;
|
|
4
5
|
export declare const updateManyBody: joi.ObjectSchema<any>;
|
|
5
|
-
export declare const updateIndexesBody: joi.ArraySchema<string[]>;
|
|
6
6
|
export declare const deleteBody: joi.ArraySchema<string[]>;
|
|
7
7
|
export declare const printLabelParams: joi.ObjectSchema<any>;
|
|
8
8
|
export declare const printLabelQuery: joi.ObjectSchema<any>;
|
|
9
|
+
export declare const updateManyByDocumentHeaderBody: joi.ObjectSchema<IUpdateManyByDocumentHeaderRequest>;
|