@nomalism-com/types 1.3.38 → 1.3.39
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 +854 -1018
- package/dist/main.d.ts +13 -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 +1 -0
- package/dist/modules/document/inventario/interface.d.ts +0 -2
- package/dist/modules/document/materialEntrance/interfaces.d.ts +10 -6
- package/dist/modules/document/order/interfaces.d.ts +0 -2
- 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/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 +0 -2
- 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 +5 -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 +1 -3
- package/dist/modules/supply/documentHeaderSurvey/interfaces.d.ts +1 -3
- package/dist/modules/supply/documentLine/interfaces.d.ts +3 -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 +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 +6 -2
- package/dist/modules/user/chatSubscribers/route.schema.d.ts +2 -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 +1 -2
- 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 +73 -0
- package/dist/modules/user/timeSheet/route.schema.d.ts +3 -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 +94 -0
- package/dist/shared/entities/stock.d.ts +15 -0
- package/dist/shared/entities/user.d.ts +43 -42
- package/dist/shared/interface.d.ts +33 -14
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -9,68 +9,70 @@ var __export = (target, all) => {
|
|
|
9
9
|
// src/main.ts
|
|
10
10
|
var main_exports = {};
|
|
11
11
|
__export(main_exports, {
|
|
12
|
-
AccountCode: () =>
|
|
13
|
-
AccountCodeRoutes: () =>
|
|
12
|
+
AccountCode: () => interface_exports67,
|
|
13
|
+
AccountCodeRoutes: () => route_schema_exports112,
|
|
14
14
|
AdminPanel: () => interfaces_exports54,
|
|
15
15
|
BankData: () => interface_exports2,
|
|
16
16
|
BankDataRoutes: () => route_schema_exports,
|
|
17
17
|
BillOfLading: () => interfaces_exports8,
|
|
18
18
|
BillOfLadingRoutes: () => route_schema_exports10,
|
|
19
19
|
CLT: () => interfaces_exports39,
|
|
20
|
-
CLTRoutes: () =>
|
|
20
|
+
CLTRoutes: () => route_schema_exports74,
|
|
21
|
+
Catalogo: () => interfaces_exports62,
|
|
22
|
+
CatalogoRoutes: () => route_schema_exports119,
|
|
21
23
|
Channel: () => interfaces_exports37,
|
|
22
|
-
ChannelRoutes: () =>
|
|
24
|
+
ChannelRoutes: () => route_schema_exports72,
|
|
23
25
|
Chat: () => interfaces_exports2,
|
|
24
|
-
ChatRapidMessage: () =>
|
|
25
|
-
ChatRapidMessageRoutes: () =>
|
|
26
|
+
ChatRapidMessage: () => interface_exports54,
|
|
27
|
+
ChatRapidMessageRoutes: () => route_schema_exports99,
|
|
26
28
|
ChatRoutes: () => route_schema_exports5,
|
|
27
29
|
ChatSubscriber: () => interfaces_exports56,
|
|
28
|
-
ChatSubscriberRoutes: () =>
|
|
30
|
+
ChatSubscriberRoutes: () => route_schema_exports105,
|
|
29
31
|
Client: () => interface_exports3,
|
|
30
32
|
ClientRoutes: () => route_schema_exports2,
|
|
31
33
|
ClientType: () => interface_exports4,
|
|
32
34
|
ClientTypeRoutes: () => route_schema_exports3,
|
|
33
35
|
Commissioner: () => interface_exports5,
|
|
34
36
|
CommissionerRoutes: () => route_schema_exports6,
|
|
35
|
-
ConferirEncomenda: () =>
|
|
37
|
+
ConferirEncomenda: () => interface_exports44,
|
|
36
38
|
Country: () => interface_exports6,
|
|
37
39
|
CountryRoutes: () => route_schema_exports7,
|
|
38
|
-
CurrentAccount: () =>
|
|
39
|
-
CurrentAccountRoutes: () =>
|
|
40
|
-
Dashboard: () =>
|
|
41
|
-
DashboardRoutes: () =>
|
|
40
|
+
CurrentAccount: () => interface_exports63,
|
|
41
|
+
CurrentAccountRoutes: () => route_schema_exports109,
|
|
42
|
+
Dashboard: () => interface_exports53,
|
|
43
|
+
DashboardRoutes: () => route_schema_exports98,
|
|
42
44
|
DeliveryMethods: () => interfaces_exports3,
|
|
43
45
|
DeliveryMethodsRoutes: () => route_schema_exports8,
|
|
44
46
|
DocumentHeader: () => interfaces_exports4,
|
|
45
47
|
DocumentHeaderHistory: () => interfaces_exports7,
|
|
46
48
|
DocumentHeaderRoutes: () => route_schema_exports9,
|
|
47
|
-
DocumentHeaderSubscriber: () =>
|
|
48
|
-
DocumentHeaderSubscriberRoutes: () =>
|
|
49
|
+
DocumentHeaderSubscriber: () => interface_exports68,
|
|
50
|
+
DocumentHeaderSubscriberRoutes: () => route_schema_exports115,
|
|
49
51
|
DocumentHeaderSurvey: () => interfaces_exports59,
|
|
50
|
-
DocumentHeaderSurveyRoutes: () =>
|
|
52
|
+
DocumentHeaderSurveyRoutes: () => route_schema_exports114,
|
|
51
53
|
DocumentLine: () => interfaces_exports15,
|
|
52
54
|
DocumentLineAssoc: () => interfaces_exports16,
|
|
53
|
-
DocumentLineMt: () =>
|
|
54
|
-
DocumentLineMtRoutes: () =>
|
|
55
|
+
DocumentLineMt: () => interface_exports58,
|
|
56
|
+
DocumentLineMtRoutes: () => route_schema_exports104,
|
|
55
57
|
DocumentLineNote: () => interfaces_exports51,
|
|
56
|
-
DocumentLineNoteRoutes: () =>
|
|
57
|
-
DocumentLineRm: () =>
|
|
58
|
-
DocumentLineRmRoutes: () =>
|
|
58
|
+
DocumentLineNoteRoutes: () => route_schema_exports91,
|
|
59
|
+
DocumentLineRm: () => interface_exports57,
|
|
60
|
+
DocumentLineRmRoutes: () => route_schema_exports103,
|
|
59
61
|
DocumentLineRoutes: () => route_schema_exports17,
|
|
60
62
|
DocumentSet: () => interface_exports7,
|
|
61
63
|
DocumentSetRoutes: () => route_schema_exports18,
|
|
62
64
|
DocumentType: () => interfaces_exports5,
|
|
63
65
|
DocumentTypeRoutes: () => route_schema_exports19,
|
|
64
66
|
EmailLog: () => interfaces_exports41,
|
|
65
|
-
EmailLogRoutes: () =>
|
|
67
|
+
EmailLogRoutes: () => route_schema_exports78,
|
|
66
68
|
EmailTemplate: () => interfaces_exports49,
|
|
67
69
|
EmailTemplateAttachment: () => interfaces_exports50,
|
|
68
|
-
EmailTemplateAttachmentRoutes: () =>
|
|
69
|
-
EmailTemplateRoutes: () =>
|
|
70
|
+
EmailTemplateAttachmentRoutes: () => route_schema_exports87,
|
|
71
|
+
EmailTemplateRoutes: () => route_schema_exports86,
|
|
70
72
|
EmailVerification: () => interfaces_exports40,
|
|
71
|
-
EmailVerificationRoutes: () =>
|
|
73
|
+
EmailVerificationRoutes: () => route_schema_exports77,
|
|
72
74
|
ErrorLog: () => interfaces_exports55,
|
|
73
|
-
ErrorLogRoutes: () =>
|
|
75
|
+
ErrorLogRoutes: () => route_schema_exports102,
|
|
74
76
|
ExternalDocumentHeader: () => interface_exports9,
|
|
75
77
|
ExternalDocumentHeaderRoutes: () => route_schema_exports20,
|
|
76
78
|
ExternalDocumentType: () => interface_exports8,
|
|
@@ -78,80 +80,83 @@ __export(main_exports, {
|
|
|
78
80
|
FavoritesRoutes: () => route_schema_exports21,
|
|
79
81
|
File: () => interface_exports10,
|
|
80
82
|
FileRoutes: () => route_schema_exports22,
|
|
81
|
-
Gmails: () =>
|
|
82
|
-
GoogleCalendar: () =>
|
|
83
|
-
GoogleCalendarRoutes: () =>
|
|
83
|
+
Gmails: () => interface_exports60,
|
|
84
|
+
GoogleCalendar: () => interface_exports69,
|
|
85
|
+
GoogleCalendarRoutes: () => route_schema_exports116,
|
|
84
86
|
GoogleFilePermission: () => interfaces_exports34,
|
|
85
|
-
GoogleFilePermissionRoutes: () =>
|
|
86
|
-
GoogleSheetPool: () =>
|
|
87
|
+
GoogleFilePermissionRoutes: () => route_schema_exports69,
|
|
88
|
+
GoogleSheetPool: () => interface_exports66,
|
|
87
89
|
GoogleSheets: () => interfaces_exports18,
|
|
88
90
|
GoogleSheetsRoutes: () => route_schema_exports23,
|
|
89
|
-
Inventario: () =>
|
|
90
|
-
InventarioRoutes: () =>
|
|
91
|
+
Inventario: () => interface_exports45,
|
|
92
|
+
InventarioRoutes: () => route_schema_exports88,
|
|
91
93
|
LLM: () => interfaces_exports57,
|
|
92
|
-
LLMRoutes: () =>
|
|
94
|
+
LLMRoutes: () => route_schema_exports113,
|
|
93
95
|
Language: () => interface_exports11,
|
|
94
96
|
LanguageRoutes: () => route_schema_exports24,
|
|
95
97
|
Location: () => interface_exports12,
|
|
96
98
|
LocationRoutes: () => route_schema_exports25,
|
|
97
99
|
MaterialEntrance: () => interfaces_exports44,
|
|
98
|
-
MaterialEntranceRoutes: () =>
|
|
100
|
+
MaterialEntranceRoutes: () => route_schema_exports81,
|
|
99
101
|
MaturityDates: () => interfaces_exports19,
|
|
100
102
|
MaturityDatesRoutes: () => route_schema_exports26,
|
|
103
|
+
MobilePrint: () => interface_exports71,
|
|
104
|
+
MobilePrintRoutes: () => route_schema_exports117,
|
|
101
105
|
Multimedia: () => interfaces_exports20,
|
|
102
106
|
MultimediaRoutes: () => route_schema_exports27,
|
|
103
|
-
NPF: () =>
|
|
104
|
-
NPFRoutes: () =>
|
|
105
|
-
NRCL: () =>
|
|
106
|
-
NRCLRoutes: () =>
|
|
107
|
+
NPF: () => interface_exports61,
|
|
108
|
+
NPFRoutes: () => route_schema_exports107,
|
|
109
|
+
NRCL: () => interface_exports62,
|
|
110
|
+
NRCLRoutes: () => route_schema_exports108,
|
|
107
111
|
Npc: () => interfaces_exports28,
|
|
108
|
-
NpcRoutes: () =>
|
|
112
|
+
NpcRoutes: () => route_schema_exports61,
|
|
109
113
|
Observation: () => interfaces_exports21,
|
|
110
114
|
ObservationRoutes: () => route_schema_exports28,
|
|
111
115
|
ObservationType: () => interfaces_exports22,
|
|
112
116
|
ObservationTypeRoutes: () => route_schema_exports29,
|
|
113
117
|
Order: () => interfaces_exports43,
|
|
114
118
|
OrderManagement: () => interface_exports13,
|
|
115
|
-
OrderRoutes: () =>
|
|
119
|
+
OrderRoutes: () => route_schema_exports80,
|
|
116
120
|
Password: () => interfaces_exports23,
|
|
117
121
|
PasswordRoutes: () => route_schema_exports30,
|
|
118
122
|
PatchNotes: () => interfaces_exports58,
|
|
119
123
|
Payment: () => interface_exports14,
|
|
120
|
-
PaymentBatch: () =>
|
|
121
|
-
PaymentBatchRoutes: () =>
|
|
124
|
+
PaymentBatch: () => interface_exports64,
|
|
125
|
+
PaymentBatchRoutes: () => route_schema_exports110,
|
|
122
126
|
PaymentMethods: () => interfaces_exports24,
|
|
123
127
|
PaymentMethodsRoutes: () => route_schema_exports32,
|
|
124
128
|
PaymentRoutes: () => route_schema_exports31,
|
|
125
|
-
Persona: () =>
|
|
126
|
-
PersonaRoutes: () =>
|
|
127
|
-
Portal: () =>
|
|
128
|
-
PortalRoutes: () =>
|
|
129
|
-
PreSale: () =>
|
|
130
|
-
PreSaleProduct: () =>
|
|
131
|
-
PreSaleProductRoutes: () =>
|
|
132
|
-
PreSaleRoutes: () =>
|
|
129
|
+
Persona: () => interface_exports43,
|
|
130
|
+
PersonaRoutes: () => route_schema_exports75,
|
|
131
|
+
Portal: () => interface_exports65,
|
|
132
|
+
PortalRoutes: () => route_schema_exports111,
|
|
133
|
+
PreSale: () => interface_exports38,
|
|
134
|
+
PreSaleProduct: () => interface_exports39,
|
|
135
|
+
PreSaleProductRoutes: () => route_schema_exports60,
|
|
136
|
+
PreSaleRoutes: () => route_schema_exports59,
|
|
133
137
|
Printer: () => interfaces_exports29,
|
|
134
|
-
PrinterRoutes: () =>
|
|
135
|
-
Prison: () =>
|
|
136
|
-
PrisonRoutes: () =>
|
|
137
|
-
ProductGoogleSheets: () =>
|
|
138
|
-
ProductGoogleSheetsRoutes: () =>
|
|
138
|
+
PrinterRoutes: () => route_schema_exports62,
|
|
139
|
+
Prison: () => interface_exports47,
|
|
140
|
+
PrisonRoutes: () => route_schema_exports90,
|
|
141
|
+
ProductGoogleSheets: () => interface_exports48,
|
|
142
|
+
ProductGoogleSheetsRoutes: () => route_schema_exports93,
|
|
139
143
|
ProductImage: () => interface_exports15,
|
|
140
144
|
ProductImageRoutes: () => route_schema_exports33,
|
|
145
|
+
ProductLocation: () => interface_exports70,
|
|
141
146
|
ProductionOrder: () => interfaces_exports9,
|
|
142
147
|
ProductionOrderRoutes: () => route_schema_exports11,
|
|
143
148
|
Proforma: () => interfaces_exports10,
|
|
144
149
|
ProformaRoutes: () => route_schema_exports12,
|
|
145
150
|
ProjectInfo: () => interfaces_exports6,
|
|
146
|
-
ProjectInfoRoutes: () =>
|
|
151
|
+
ProjectInfoRoutes: () => route_schema_exports76,
|
|
147
152
|
Promotion: () => interface_exports16,
|
|
148
153
|
PromotionAssoc: () => interface_exports17,
|
|
149
154
|
PromotionAssocRoutes: () => route_schema_exports35,
|
|
150
155
|
PromotionRoutes: () => route_schema_exports34,
|
|
151
156
|
PropostaFornecedor: () => interfaces_exports11,
|
|
152
157
|
PropostaFornecedorRoutes: () => route_schema_exports13,
|
|
153
|
-
PropostaSheets: () =>
|
|
154
|
-
PropostaSheetsRoutes: () =>
|
|
158
|
+
PropostaSheets: () => interface_exports40,
|
|
159
|
+
PropostaSheetsRoutes: () => route_schema_exports67,
|
|
155
160
|
ProviderCreditNoteFromReturn: () => interfaces_exports12,
|
|
156
161
|
ProviderCreditNoteFromReturnRoutes: () => route_schema_exports14,
|
|
157
162
|
ProviderFinancialCreditNote: () => interfaces_exports13,
|
|
@@ -165,87 +170,94 @@ __export(main_exports, {
|
|
|
165
170
|
Purchase: () => interfaces_exports42,
|
|
166
171
|
PurchaseConditions: () => interface_exports20,
|
|
167
172
|
PurchaseConditionsRoutes: () => route_schema_exports38,
|
|
168
|
-
PurchaseRoutes: () =>
|
|
173
|
+
PurchaseRoutes: () => route_schema_exports79,
|
|
169
174
|
Quebra: () => interfaces_exports46,
|
|
170
|
-
QuebraRoutes: () =>
|
|
175
|
+
QuebraRoutes: () => route_schema_exports83,
|
|
171
176
|
QueryList: () => interfaces_exports31,
|
|
172
|
-
QueryListRoutes: () =>
|
|
177
|
+
QueryListRoutes: () => route_schema_exports64,
|
|
173
178
|
QueryParameter: () => interfaces_exports32,
|
|
174
|
-
QueryParameterRoutes: () =>
|
|
179
|
+
QueryParameterRoutes: () => route_schema_exports65,
|
|
175
180
|
ReasonForExemption: () => interface_exports21,
|
|
176
181
|
ReasonForExemptionRoutes: () => route_schema_exports39,
|
|
177
|
-
RecurrentTasks: () =>
|
|
182
|
+
RecurrentTasks: () => interface_exports51,
|
|
178
183
|
RefreshToken: () => interface_exports22,
|
|
179
184
|
RefreshTokenRoutes: () => route_schema_exports40,
|
|
180
185
|
ReturnReason: () => interfaces_exports33,
|
|
181
|
-
ReturnReasonRoutes: () =>
|
|
182
|
-
ReturnToProvider: () =>
|
|
183
|
-
ReturnToProviderRoutes: () =>
|
|
186
|
+
ReturnReasonRoutes: () => route_schema_exports66,
|
|
187
|
+
ReturnToProvider: () => interface_exports46,
|
|
188
|
+
ReturnToProviderRoutes: () => route_schema_exports89,
|
|
184
189
|
SavedEmPicking: () => interfaces_exports48,
|
|
185
|
-
SavedEmPickingRoutes: () =>
|
|
190
|
+
SavedEmPickingRoutes: () => route_schema_exports85,
|
|
186
191
|
SavedProviderProposal: () => interfaces_exports52,
|
|
187
|
-
SavedProviderProposalRoutes: () =>
|
|
188
|
-
Schedule: () =>
|
|
192
|
+
SavedProviderProposalRoutes: () => route_schema_exports92,
|
|
193
|
+
Schedule: () => interface_exports41,
|
|
189
194
|
SchedulePrintJob: () => interfaces_exports30,
|
|
190
|
-
SchedulePrintJobRoutes: () =>
|
|
191
|
-
ScheduleRoutes: () =>
|
|
195
|
+
SchedulePrintJobRoutes: () => route_schema_exports63,
|
|
196
|
+
ScheduleRoutes: () => route_schema_exports68,
|
|
192
197
|
SegmentsArea: () => interface_exports23,
|
|
193
198
|
SegmentsAreaRoutes: () => route_schema_exports41,
|
|
194
199
|
Sessions: () => interface_exports24,
|
|
195
200
|
SessionsRoutes: () => route_schema_exports42,
|
|
196
201
|
Settings: () => interfaces_exports35,
|
|
197
|
-
SettingsRoutes: () =>
|
|
202
|
+
SettingsRoutes: () => route_schema_exports70,
|
|
198
203
|
Shippings: () => interface_exports25,
|
|
199
204
|
ShippingsRoutes: () => route_schema_exports43,
|
|
200
|
-
SideMenu: () =>
|
|
201
|
-
SideMenuRoutes: () =>
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
+
SideMenu: () => interface_exports55,
|
|
206
|
+
SideMenuRoutes: () => route_schema_exports100,
|
|
207
|
+
SidemenuHighlight: () => interface_exports56,
|
|
208
|
+
SidemenuHighlightRoutes: () => route_schema_exports101,
|
|
209
|
+
StartDocumentHeaderLastUpdate: () => interface_exports42,
|
|
210
|
+
StockMovement: () => interface_exports36,
|
|
211
|
+
StockMovementRoutes: () => route_schema_exports57,
|
|
205
212
|
StoreOperator: () => interface_exports26,
|
|
206
213
|
StoreOperatorRoutes: () => route_schema_exports44,
|
|
207
|
-
Swift: () =>
|
|
208
|
-
SwiftRoutes: () =>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
214
|
+
Swift: () => interface_exports28,
|
|
215
|
+
SwiftRoutes: () => route_schema_exports46,
|
|
216
|
+
SystemModule: () => interface_exports27,
|
|
217
|
+
SystemModuleRoutes: () => route_schema_exports45,
|
|
218
|
+
Tag: () => interface_exports59,
|
|
219
|
+
TagRoutes: () => route_schema_exports106,
|
|
220
|
+
Task: () => interface_exports49,
|
|
221
|
+
TaskMessage: () => interface_exports50,
|
|
222
|
+
TaskMessageRoutes: () => route_schema_exports95,
|
|
223
|
+
TaskRead: () => interface_exports52,
|
|
224
|
+
TaskReadRoutes: () => route_schema_exports96,
|
|
225
|
+
TaskRoutes: () => route_schema_exports94,
|
|
226
|
+
Tenant: () => interface_exports37,
|
|
227
|
+
TenantRoutes: () => route_schema_exports58,
|
|
219
228
|
Theme: () => interfaces_exports53,
|
|
220
|
-
ThemeRoutes: () =>
|
|
229
|
+
ThemeRoutes: () => route_schema_exports97,
|
|
221
230
|
Tickets: () => interfaces_exports36,
|
|
222
231
|
TicketsLanguage: () => interfaces_exports38,
|
|
223
|
-
TicketsLanguageRoutes: () =>
|
|
224
|
-
TicketsRoutes: () =>
|
|
232
|
+
TicketsLanguageRoutes: () => route_schema_exports73,
|
|
233
|
+
TicketsRoutes: () => route_schema_exports71,
|
|
234
|
+
TimeSheet: () => interfaces_exports61,
|
|
235
|
+
TimeSheetRoutes: () => route_schema_exports118,
|
|
225
236
|
Transformado: () => interfaces_exports45,
|
|
226
|
-
TransformadoRoutes: () =>
|
|
227
|
-
TypeOfLocation: () =>
|
|
228
|
-
TypeOfLocationRoutes: () =>
|
|
229
|
-
UnitOfMeasure: () =>
|
|
230
|
-
UnitOfMeasureRoutes: () =>
|
|
237
|
+
TransformadoRoutes: () => route_schema_exports82,
|
|
238
|
+
TypeOfLocation: () => interface_exports29,
|
|
239
|
+
TypeOfLocationRoutes: () => route_schema_exports47,
|
|
240
|
+
UnitOfMeasure: () => interface_exports30,
|
|
241
|
+
UnitOfMeasureRoutes: () => route_schema_exports48,
|
|
231
242
|
UpfrontReturn: () => interfaces_exports47,
|
|
232
|
-
UpfrontReturnRoutes: () =>
|
|
233
|
-
UserPositions: () =>
|
|
234
|
-
UserPositionsRoutes: () =>
|
|
235
|
-
UserTokens: () =>
|
|
236
|
-
UserTokensRoutes: () =>
|
|
237
|
-
Users: () =>
|
|
238
|
-
UsersRoutes: () =>
|
|
239
|
-
VatTax: () =>
|
|
240
|
-
VatTaxRoutes: () =>
|
|
241
|
-
VatTaxZone: () =>
|
|
242
|
-
VatTaxZoneRoutes: () =>
|
|
243
|
+
UpfrontReturnRoutes: () => route_schema_exports84,
|
|
244
|
+
UserPositions: () => interface_exports31,
|
|
245
|
+
UserPositionsRoutes: () => route_schema_exports49,
|
|
246
|
+
UserTokens: () => interface_exports33,
|
|
247
|
+
UserTokensRoutes: () => route_schema_exports51,
|
|
248
|
+
Users: () => interface_exports32,
|
|
249
|
+
UsersRoutes: () => route_schema_exports50,
|
|
250
|
+
VatTax: () => interface_exports34,
|
|
251
|
+
VatTaxRoutes: () => route_schema_exports52,
|
|
252
|
+
VatTaxZone: () => interface_exports35,
|
|
253
|
+
VatTaxZoneRoutes: () => route_schema_exports54,
|
|
243
254
|
VatValidation: () => interfaces_exports25,
|
|
244
|
-
VatValidationRoutes: () =>
|
|
255
|
+
VatValidationRoutes: () => route_schema_exports53,
|
|
245
256
|
Vehicles: () => interfaces_exports26,
|
|
246
|
-
VehiclesRoutes: () =>
|
|
257
|
+
VehiclesRoutes: () => route_schema_exports55,
|
|
258
|
+
WebSocket: () => interfaces_exports60,
|
|
247
259
|
Workflow: () => interfaces_exports27,
|
|
248
|
-
WorkflowRoutes: () =>
|
|
260
|
+
WorkflowRoutes: () => route_schema_exports56,
|
|
249
261
|
ZipCode: () => interfaces_exports,
|
|
250
262
|
ZipCodeRoutes: () => route_schema_exports4,
|
|
251
263
|
documentManagementErrors: () => documentManagementErrors_exports,
|
|
@@ -456,6 +468,9 @@ var IUserSendEmailDocumentTemplateEnum = {
|
|
|
456
468
|
var IUserSendEmailDocumentTemplateTypes = Object.keys(IUserSendEmailDocumentTemplateEnum);
|
|
457
469
|
var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
|
|
458
470
|
IBrokerTopic2["tickets_change"] = "tickets_change";
|
|
471
|
+
IBrokerTopic2["push_notification"] = "push_notification";
|
|
472
|
+
IBrokerTopic2["portal_subscriber_events"] = "portal_subscriber_events";
|
|
473
|
+
IBrokerTopic2["sidemenu_highlight_changed"] = "sidemenu_highlight_changed";
|
|
459
474
|
IBrokerTopic2["user_send_email_password"] = "user_send_email_password";
|
|
460
475
|
IBrokerTopic2["grant_access"] = "grant_access";
|
|
461
476
|
IBrokerTopic2["remove_access"] = "remove_access";
|
|
@@ -473,11 +488,13 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
|
|
|
473
488
|
IBrokerTopic2["espera_devolver_catalogo_email"] = "espera_devolver_catalogo_email";
|
|
474
489
|
IBrokerTopic2["verification_email"] = "verification_email";
|
|
475
490
|
IBrokerTopic2["dispatch_chat_message"] = "dispatch_chat_message";
|
|
476
|
-
IBrokerTopic2["
|
|
477
|
-
IBrokerTopic2["
|
|
491
|
+
IBrokerTopic2["send_espera_info_cliente_messages"] = "send_espera_info_cliente_messages";
|
|
492
|
+
IBrokerTopic2["send_email_client_survey"] = "send_email_client_survey";
|
|
478
493
|
IBrokerTopic2["perform_task"] = "perform_task";
|
|
479
494
|
IBrokerTopic2["create_site_proposal"] = "create_site_proposal";
|
|
480
|
-
IBrokerTopic2["
|
|
495
|
+
IBrokerTopic2["translate_chat_message"] = "translate_chat_message";
|
|
496
|
+
IBrokerTopic2["persona_updated"] = "persona_updated";
|
|
497
|
+
IBrokerTopic2["persona_lang_change"] = "persona_lang_change";
|
|
481
498
|
IBrokerTopic2["error_log"] = "error_log";
|
|
482
499
|
IBrokerTopic2["kafka_log"] = "kafka_log";
|
|
483
500
|
IBrokerTopic2["express_log"] = "express_log";
|
|
@@ -498,8 +515,6 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
|
|
|
498
515
|
IBrokerTopic2["googlesheet_stock_log"] = "googlesheet_stock_log";
|
|
499
516
|
IBrokerTopic2["googlesheet_encomenda_log"] = "googlesheet_encomenda_log";
|
|
500
517
|
IBrokerTopic2["log_google_api_request"] = "log_google_api_request";
|
|
501
|
-
IBrokerTopic2["send_espera_info_cliente_messages"] = "send_espera_info_cliente_messages";
|
|
502
|
-
IBrokerTopic2["send_email_client_survey"] = "send_email_client_survey";
|
|
503
518
|
return IBrokerTopic2;
|
|
504
519
|
})(IBrokerTopic || {});
|
|
505
520
|
|
|
@@ -968,13 +983,9 @@ var integrationErrors_default = {
|
|
|
968
983
|
// src/modules/user/bankData/interface.ts
|
|
969
984
|
var interface_exports2 = {};
|
|
970
985
|
__export(interface_exports2, {
|
|
971
|
-
|
|
972
|
-
Route: () => Route,
|
|
973
|
-
UpperName: () => UpperName
|
|
986
|
+
Route: () => Route
|
|
974
987
|
});
|
|
975
988
|
var Route = "bank_data";
|
|
976
|
-
var UpperName = "BankData";
|
|
977
|
-
var LowerName = UpperName[0].toLowerCase() + UpperName.substring(1);
|
|
978
989
|
|
|
979
990
|
// src/modules/user/bankData/route.schema.ts
|
|
980
991
|
var route_schema_exports = {};
|
|
@@ -1011,13 +1022,9 @@ var findWithPaginationQuery = joi10.object().keys(findWithPaginationQueryKeys).m
|
|
|
1011
1022
|
// src/modules/user/clients/interface.ts
|
|
1012
1023
|
var interface_exports3 = {};
|
|
1013
1024
|
__export(interface_exports3, {
|
|
1014
|
-
|
|
1015
|
-
Route: () => Route2,
|
|
1016
|
-
UpperName: () => UpperName2
|
|
1025
|
+
Route: () => Route2
|
|
1017
1026
|
});
|
|
1018
1027
|
var Route2 = "client";
|
|
1019
|
-
var UpperName2 = "Clients";
|
|
1020
|
-
var LowerName2 = UpperName2[0].toLowerCase() + UpperName2.substring(1);
|
|
1021
1028
|
|
|
1022
1029
|
// src/modules/user/clients/route.schema.ts
|
|
1023
1030
|
var route_schema_exports2 = {};
|
|
@@ -1086,13 +1093,9 @@ var findWithPaginationQuery2 = joi10.object().keys(findWithPaginationQueryKeys2)
|
|
|
1086
1093
|
// src/modules/user/clientType/interface.ts
|
|
1087
1094
|
var interface_exports4 = {};
|
|
1088
1095
|
__export(interface_exports4, {
|
|
1089
|
-
|
|
1090
|
-
Route: () => Route3,
|
|
1091
|
-
UpperName: () => UpperName3
|
|
1096
|
+
Route: () => Route3
|
|
1092
1097
|
});
|
|
1093
1098
|
var Route3 = "client_type";
|
|
1094
|
-
var UpperName3 = "ClientType";
|
|
1095
|
-
var LowerName3 = UpperName3[0].toLowerCase() + UpperName3.substring(1);
|
|
1096
1099
|
|
|
1097
1100
|
// src/modules/user/clientType/route.schema.ts
|
|
1098
1101
|
var route_schema_exports3 = {};
|
|
@@ -1125,13 +1128,9 @@ var clientTypePostSchema = joi10.object().keys({
|
|
|
1125
1128
|
// src/modules/user/zipCode/interfaces.ts
|
|
1126
1129
|
var interfaces_exports = {};
|
|
1127
1130
|
__export(interfaces_exports, {
|
|
1128
|
-
|
|
1129
|
-
Route: () => Route4,
|
|
1130
|
-
UpperName: () => UpperName4
|
|
1131
|
+
Route: () => Route4
|
|
1131
1132
|
});
|
|
1132
1133
|
var Route4 = "zip_code";
|
|
1133
|
-
var UpperName4 = "ZipCode";
|
|
1134
|
-
var LowerName4 = UpperName4[0].toLowerCase() + UpperName4.substring(1);
|
|
1135
1134
|
|
|
1136
1135
|
// src/modules/user/zipCode/route.schema.ts
|
|
1137
1136
|
var route_schema_exports4 = {};
|
|
@@ -1159,13 +1158,9 @@ var findByPostalCodeBody = joi10.object().keys(findByPostalCodeBodyKeys).message
|
|
|
1159
1158
|
// src/modules/stock/chat/interfaces.ts
|
|
1160
1159
|
var interfaces_exports2 = {};
|
|
1161
1160
|
__export(interfaces_exports2, {
|
|
1162
|
-
|
|
1163
|
-
Route: () => Route5,
|
|
1164
|
-
UpperName: () => UpperName5
|
|
1161
|
+
Route: () => Route5
|
|
1165
1162
|
});
|
|
1166
1163
|
var Route5 = "chat";
|
|
1167
|
-
var UpperName5 = "Chat";
|
|
1168
|
-
var LowerName5 = UpperName5[0].toLowerCase() + UpperName5.substring(1);
|
|
1169
1164
|
|
|
1170
1165
|
// src/modules/stock/chat/route.schema.ts
|
|
1171
1166
|
var route_schema_exports5 = {};
|
|
@@ -1208,13 +1203,9 @@ var translateBody = joi10.object().keys({
|
|
|
1208
1203
|
// src/modules/user/commissioner/interface.ts
|
|
1209
1204
|
var interface_exports5 = {};
|
|
1210
1205
|
__export(interface_exports5, {
|
|
1211
|
-
|
|
1212
|
-
Route: () => Route6,
|
|
1213
|
-
UpperName: () => UpperName6
|
|
1206
|
+
Route: () => Route6
|
|
1214
1207
|
});
|
|
1215
1208
|
var Route6 = "commissioner";
|
|
1216
|
-
var UpperName6 = "Commissioner";
|
|
1217
|
-
var LowerName6 = UpperName6[0].toLowerCase() + UpperName6.substring(1);
|
|
1218
1209
|
|
|
1219
1210
|
// src/modules/user/commissioner/route.schema.ts
|
|
1220
1211
|
var route_schema_exports6 = {};
|
|
@@ -1265,13 +1256,9 @@ var findWithPaginationQuery4 = joi10.object().keys(findWithPaginationQueryKeys4)
|
|
|
1265
1256
|
// src/modules/user/country/interface.ts
|
|
1266
1257
|
var interface_exports6 = {};
|
|
1267
1258
|
__export(interface_exports6, {
|
|
1268
|
-
|
|
1269
|
-
Route: () => Route7,
|
|
1270
|
-
UpperName: () => UpperName7
|
|
1259
|
+
Route: () => Route7
|
|
1271
1260
|
});
|
|
1272
1261
|
var Route7 = "country";
|
|
1273
|
-
var UpperName7 = "Country";
|
|
1274
|
-
var LowerName7 = UpperName7[0].toLowerCase() + UpperName7.substring(1);
|
|
1275
1262
|
|
|
1276
1263
|
// src/modules/user/country/route.schema.ts
|
|
1277
1264
|
var route_schema_exports7 = {};
|
|
@@ -1305,13 +1292,9 @@ var findWithPaginationQuery5 = joi10.object().keys(findWithPaginationQueryKeys5)
|
|
|
1305
1292
|
// src/modules/user/deliveryMethods/interfaces.ts
|
|
1306
1293
|
var interfaces_exports3 = {};
|
|
1307
1294
|
__export(interfaces_exports3, {
|
|
1308
|
-
|
|
1309
|
-
Route: () => Route8,
|
|
1310
|
-
UpperName: () => UpperName8
|
|
1295
|
+
Route: () => Route8
|
|
1311
1296
|
});
|
|
1312
1297
|
var Route8 = "delivery_methods";
|
|
1313
|
-
var UpperName8 = "DeliveryMethods";
|
|
1314
|
-
var LowerName8 = UpperName8[0].toLowerCase() + UpperName8.substring(1);
|
|
1315
1298
|
|
|
1316
1299
|
// src/modules/user/deliveryMethods/route.schema.ts
|
|
1317
1300
|
var route_schema_exports8 = {};
|
|
@@ -1335,13 +1318,9 @@ var interfaces_exports4 = {};
|
|
|
1335
1318
|
__export(interfaces_exports4, {
|
|
1336
1319
|
IWarningEnum: () => IWarningEnum,
|
|
1337
1320
|
IWarningType: () => IWarningType,
|
|
1338
|
-
|
|
1339
|
-
Route: () => Route9,
|
|
1340
|
-
UpperName: () => UpperName9
|
|
1321
|
+
Route: () => Route9
|
|
1341
1322
|
});
|
|
1342
|
-
var Route9 = "
|
|
1343
|
-
var UpperName9 = "DocumentHeader";
|
|
1344
|
-
var LowerName9 = UpperName9[0].toLowerCase() + UpperName9.substring(1);
|
|
1323
|
+
var Route9 = "document_header";
|
|
1345
1324
|
var IWarningEnum = {
|
|
1346
1325
|
AvisoTotal: "AvisoTotal",
|
|
1347
1326
|
AvisoParcial: "AvisoParcial",
|
|
@@ -1363,8 +1342,7 @@ __export(route_schema_exports9, {
|
|
|
1363
1342
|
findQuery: () => findQuery6,
|
|
1364
1343
|
sendClientNotificationBody: () => sendClientNotificationBody,
|
|
1365
1344
|
transferClientOwnershipBody: () => transferClientOwnershipBody,
|
|
1366
|
-
updateBody: () => updateBody8
|
|
1367
|
-
updateManyWithPersonaBody: () => updateManyWithPersonaBody
|
|
1345
|
+
updateBody: () => updateBody8
|
|
1368
1346
|
});
|
|
1369
1347
|
|
|
1370
1348
|
// src/modules/supply/documentType/interfaces.ts
|
|
@@ -1372,15 +1350,11 @@ var interfaces_exports5 = {};
|
|
|
1372
1350
|
__export(interfaces_exports5, {
|
|
1373
1351
|
DocumentTypeCodeTypeEnum: () => DocumentTypeCodeTypeEnum,
|
|
1374
1352
|
DocumentTypeUserTypeEnum: () => DocumentTypeUserTypeEnum,
|
|
1375
|
-
LowerName: () => LowerName10,
|
|
1376
1353
|
Route: () => Route10,
|
|
1377
|
-
UpperName: () => UpperName10,
|
|
1378
1354
|
documentTypeCodeTypes: () => documentTypeCodeTypes,
|
|
1379
1355
|
documentTypeUserTypes: () => documentTypeUserTypes
|
|
1380
1356
|
});
|
|
1381
|
-
var Route10 = "
|
|
1382
|
-
var UpperName10 = "DocumentType";
|
|
1383
|
-
var LowerName10 = UpperName10[0].toLowerCase() + UpperName10.substring(1);
|
|
1357
|
+
var Route10 = "document_type";
|
|
1384
1358
|
var DocumentTypeUserTypeEnum = {
|
|
1385
1359
|
client: "client",
|
|
1386
1360
|
provider: "provider",
|
|
@@ -1402,6 +1376,7 @@ var DocumentTypeCodeTypeEnum = {
|
|
|
1402
1376
|
GT: "GT",
|
|
1403
1377
|
RE: "RE",
|
|
1404
1378
|
LNC: "LNC",
|
|
1379
|
+
EST: "EST",
|
|
1405
1380
|
NPC: "NPC",
|
|
1406
1381
|
QECI: "QECI",
|
|
1407
1382
|
OPI: "OPI",
|
|
@@ -1445,7 +1420,8 @@ var DocumentTypeCodeTypeEnum = {
|
|
|
1445
1420
|
NCADD: "NCADD",
|
|
1446
1421
|
FTO: "FTO",
|
|
1447
1422
|
FRO: "FRO",
|
|
1448
|
-
REO: "REO"
|
|
1423
|
+
REO: "REO",
|
|
1424
|
+
CAT: "CAT"
|
|
1449
1425
|
};
|
|
1450
1426
|
var documentTypeCodeTypes = Object.keys(DocumentTypeCodeTypeEnum);
|
|
1451
1427
|
|
|
@@ -1454,15 +1430,11 @@ var interfaces_exports6 = {};
|
|
|
1454
1430
|
__export(interfaces_exports6, {
|
|
1455
1431
|
IProjectInfoOriginTypeEnum: () => IProjectInfoOriginTypeEnum,
|
|
1456
1432
|
IProjectInfoTypeEnum: () => IProjectInfoTypeEnum,
|
|
1457
|
-
LowerName: () => LowerName11,
|
|
1458
1433
|
ProjectInfoOriginTypes: () => ProjectInfoOriginTypes,
|
|
1459
1434
|
Route: () => Route11,
|
|
1460
|
-
UpperName: () => UpperName11,
|
|
1461
1435
|
projectInfoTypes: () => projectInfoTypes
|
|
1462
1436
|
});
|
|
1463
1437
|
var Route11 = "project_info";
|
|
1464
|
-
var UpperName11 = "ProjectInfo";
|
|
1465
|
-
var LowerName11 = UpperName11[0].toLowerCase() + UpperName11.substring(1);
|
|
1466
1438
|
var IProjectInfoTypeEnum = {
|
|
1467
1439
|
particular: "particular",
|
|
1468
1440
|
professional: "professional",
|
|
@@ -1525,7 +1497,8 @@ var createBodyKeys9 = {
|
|
|
1525
1497
|
commission_percentage: joi10.number().positive().allow(0).default(0).optional(),
|
|
1526
1498
|
return_reason: joi10.string().allow(null).optional(),
|
|
1527
1499
|
updated_by: joi10.string().uuid().allow(null).optional(),
|
|
1528
|
-
created_by: joi10.string().uuid().allow(null).optional()
|
|
1500
|
+
created_by: joi10.string().uuid().allow(null).optional(),
|
|
1501
|
+
seller: joi10.string().uuid().allow(null).optional()
|
|
1529
1502
|
};
|
|
1530
1503
|
var createBody9 = joi10.object().keys(createBodyKeys9).and("reason_for_exemption_id", "reason_for_exemption").and("payment_method_id", "payment_method").and("delivery_method_id", "delivery_method").and("delivery_departure_street", "delivery_departure_postal_code", "delivery_departure_locality").and("vehicle_id", "vehicle").messages(messages);
|
|
1531
1504
|
var createFromHeaderBodyKeys = {
|
|
@@ -1623,6 +1596,8 @@ var updateBodyKeys8 = {
|
|
|
1623
1596
|
commissioner_id: joi10.string().uuid().allow(null).optional(),
|
|
1624
1597
|
commission_percentage: joi10.number().positive().allow(0).optional(),
|
|
1625
1598
|
commission_paid: joi10.boolean().optional(),
|
|
1599
|
+
is_prepared: joi10.boolean().optional(),
|
|
1600
|
+
is_rejected: joi10.boolean().optional(),
|
|
1626
1601
|
is_archived: joi10.boolean().optional(),
|
|
1627
1602
|
is_void: joi10.boolean().optional(),
|
|
1628
1603
|
is_void_reason: joi10.string().optional(),
|
|
@@ -1652,20 +1627,6 @@ var transferClientOwnershipBodyKeys = {
|
|
|
1652
1627
|
client_id: joi10.string().uuid().required()
|
|
1653
1628
|
};
|
|
1654
1629
|
var transferClientOwnershipBody = joi10.object().keys(transferClientOwnershipBodyKeys).messages(messages);
|
|
1655
|
-
var updateManyWithPersonaBodyKeys = {
|
|
1656
|
-
id: joi10.string().uuid().required(),
|
|
1657
|
-
owner_id: joi10.string().uuid().optional(),
|
|
1658
|
-
owner_name: joi10.string().allow(null).optional(),
|
|
1659
|
-
name: joi10.string().allow(null).optional(),
|
|
1660
|
-
telephone: joi10.string().allow(null).optional(),
|
|
1661
|
-
email: joi10.string().email({ tlds: { allow: false } }).allow(null).optional(),
|
|
1662
|
-
street: joi10.string().allow(null).optional(),
|
|
1663
|
-
locality: joi10.string().allow(null).optional(),
|
|
1664
|
-
postal_code: joi10.string().trim(true).lowercase().allow(null).optional(),
|
|
1665
|
-
country_id: joi10.string().uuid().allow(null).optional(),
|
|
1666
|
-
country_name: joi10.string().allow(null).optional()
|
|
1667
|
-
};
|
|
1668
|
-
var updateManyWithPersonaBody = joi10.object().keys(updateManyWithPersonaBodyKeys).messages(messages);
|
|
1669
1630
|
var sendClientNotificationBodyKeys = {
|
|
1670
1631
|
name: joi10.string().allow("", null).required(),
|
|
1671
1632
|
email: joi10.string().email({ tlds: { allow: false } }).allow("", null).required(),
|
|
@@ -1721,16 +1682,16 @@ var findCountByOwnersIds = joi10.object().keys(findCountByOwnersIdsKeys).message
|
|
|
1721
1682
|
// src/modules/supply/documentHeaderHistory/interfaces.ts
|
|
1722
1683
|
var interfaces_exports7 = {};
|
|
1723
1684
|
__export(interfaces_exports7, {
|
|
1724
|
-
|
|
1725
|
-
Route: () => Route12,
|
|
1726
|
-
UpperName: () => UpperName12
|
|
1685
|
+
Route: () => Route12
|
|
1727
1686
|
});
|
|
1728
|
-
var Route12 = "
|
|
1729
|
-
var UpperName12 = "DocumentHeaderHistory";
|
|
1730
|
-
var LowerName12 = UpperName12[0].toLowerCase() + UpperName12.substring(1);
|
|
1687
|
+
var Route12 = "document_header_history";
|
|
1731
1688
|
|
|
1732
1689
|
// src/modules/document/billOfLading/interfaces.ts
|
|
1733
1690
|
var interfaces_exports8 = {};
|
|
1691
|
+
__export(interfaces_exports8, {
|
|
1692
|
+
Route: () => Route13
|
|
1693
|
+
});
|
|
1694
|
+
var Route13 = "bill_of_lading";
|
|
1734
1695
|
|
|
1735
1696
|
// src/modules/document/billOfLading/route.schema.ts
|
|
1736
1697
|
var route_schema_exports10 = {};
|
|
@@ -1760,6 +1721,10 @@ var createBillOfLadingBody = joi10.object().keys(createBillOfLadingBodyKeys).mes
|
|
|
1760
1721
|
|
|
1761
1722
|
// src/modules/document/productionOrder/interfaces.ts
|
|
1762
1723
|
var interfaces_exports9 = {};
|
|
1724
|
+
__export(interfaces_exports9, {
|
|
1725
|
+
Route: () => Route14
|
|
1726
|
+
});
|
|
1727
|
+
var Route14 = "production_order";
|
|
1763
1728
|
|
|
1764
1729
|
// src/modules/document/productionOrder/route.schema.ts
|
|
1765
1730
|
var route_schema_exports11 = {};
|
|
@@ -1774,6 +1739,10 @@ var createProductionOrderBody = joi10.object().keys(createProductionOrderBodyKey
|
|
|
1774
1739
|
|
|
1775
1740
|
// src/modules/document/proforma/interfaces.ts
|
|
1776
1741
|
var interfaces_exports10 = {};
|
|
1742
|
+
__export(interfaces_exports10, {
|
|
1743
|
+
Route: () => Route15
|
|
1744
|
+
});
|
|
1745
|
+
var Route15 = "proforma";
|
|
1777
1746
|
|
|
1778
1747
|
// src/modules/document/proforma/route.schema.ts
|
|
1779
1748
|
var route_schema_exports12 = {};
|
|
@@ -1797,6 +1766,10 @@ var createFromLinesBody = joi10.object().keys({
|
|
|
1797
1766
|
|
|
1798
1767
|
// src/modules/document/propostaFornecedor/interfaces.ts
|
|
1799
1768
|
var interfaces_exports11 = {};
|
|
1769
|
+
__export(interfaces_exports11, {
|
|
1770
|
+
Route: () => Route16
|
|
1771
|
+
});
|
|
1772
|
+
var Route16 = "proposta_fornecedor";
|
|
1800
1773
|
|
|
1801
1774
|
// src/modules/document/propostaFornecedor/route.schema.ts
|
|
1802
1775
|
var route_schema_exports13 = {};
|
|
@@ -1817,6 +1790,10 @@ var providerProposalBody = joi10.object().keys(providerPRoposalBodyKeys).message
|
|
|
1817
1790
|
|
|
1818
1791
|
// src/modules/document/providerCreditNoteFromReturn/interfaces.ts
|
|
1819
1792
|
var interfaces_exports12 = {};
|
|
1793
|
+
__export(interfaces_exports12, {
|
|
1794
|
+
Route: () => Route17
|
|
1795
|
+
});
|
|
1796
|
+
var Route17 = "provider_credit_note_from_return";
|
|
1820
1797
|
|
|
1821
1798
|
// src/modules/document/providerCreditNoteFromReturn/route.schema.ts
|
|
1822
1799
|
var route_schema_exports14 = {};
|
|
@@ -1847,6 +1824,10 @@ var createProviderCreditNoteFromReturnBody = joi10.object().keys(createProviderC
|
|
|
1847
1824
|
|
|
1848
1825
|
// src/modules/document/providerFinancialCreditNote/interfaces.ts
|
|
1849
1826
|
var interfaces_exports13 = {};
|
|
1827
|
+
__export(interfaces_exports13, {
|
|
1828
|
+
Route: () => Route18
|
|
1829
|
+
});
|
|
1830
|
+
var Route18 = "provider_financial_credit_note";
|
|
1850
1831
|
|
|
1851
1832
|
// src/modules/document/providerFinancialCreditNote/route.schema.ts
|
|
1852
1833
|
var route_schema_exports15 = {};
|
|
@@ -1878,6 +1859,10 @@ var createProviderFinancialCreditNoteBody = joi10.object().keys(createProviderFi
|
|
|
1878
1859
|
|
|
1879
1860
|
// src/modules/document/providerServiceInvoice/interfaces.ts
|
|
1880
1861
|
var interfaces_exports14 = {};
|
|
1862
|
+
__export(interfaces_exports14, {
|
|
1863
|
+
Route: () => Route19
|
|
1864
|
+
});
|
|
1865
|
+
var Route19 = "provider_service_invoice";
|
|
1881
1866
|
|
|
1882
1867
|
// src/modules/document/providerServiceInvoice/route.schema.ts
|
|
1883
1868
|
var route_schema_exports16 = {};
|
|
@@ -1903,13 +1888,9 @@ var createProviderServiceInvoiceBody = joi10.object().keys(createProviderService
|
|
|
1903
1888
|
// src/modules/supply/documentLine/interfaces.ts
|
|
1904
1889
|
var interfaces_exports15 = {};
|
|
1905
1890
|
__export(interfaces_exports15, {
|
|
1906
|
-
|
|
1907
|
-
Route: () => Route13,
|
|
1908
|
-
UpperName: () => UpperName13
|
|
1891
|
+
Route: () => Route20
|
|
1909
1892
|
});
|
|
1910
|
-
var
|
|
1911
|
-
var UpperName13 = "DocumentLine";
|
|
1912
|
-
var LowerName13 = UpperName13[0].toLowerCase() + UpperName13.substring(1);
|
|
1893
|
+
var Route20 = "document_line";
|
|
1913
1894
|
|
|
1914
1895
|
// src/modules/supply/documentLine/route.schema.ts
|
|
1915
1896
|
var route_schema_exports17 = {};
|
|
@@ -1919,8 +1900,8 @@ __export(route_schema_exports17, {
|
|
|
1919
1900
|
printLabelParams: () => printLabelParams,
|
|
1920
1901
|
printLabelQuery: () => printLabelQuery,
|
|
1921
1902
|
updateBody: () => updateBody9,
|
|
1922
|
-
|
|
1923
|
-
|
|
1903
|
+
updateManyBody: () => updateManyBody,
|
|
1904
|
+
updateManyByDocumentHeaderBody: () => updateManyByDocumentHeaderBody
|
|
1924
1905
|
});
|
|
1925
1906
|
var createBodyKeys10 = {
|
|
1926
1907
|
product_id: joi10.string().uuid().allow(null).optional(),
|
|
@@ -1974,7 +1955,6 @@ var updateManyKeys = {
|
|
|
1974
1955
|
force_closed: joi10.boolean().optional()
|
|
1975
1956
|
};
|
|
1976
1957
|
var updateManyBody = joi10.object().keys(updateManyKeys).messages(messages);
|
|
1977
|
-
var updateIndexesBody = joi10.array().items(joi10.string().uuid().required()).required().messages(messages);
|
|
1978
1958
|
var deleteBody = joi10.array().items(joi10.string().uuid().required()).messages(messages);
|
|
1979
1959
|
var printLabelParamsKeys = {
|
|
1980
1960
|
document_line_ids: joi10.string().required()
|
|
@@ -1984,28 +1964,24 @@ var printLabelQueryKeys = {
|
|
|
1984
1964
|
token: joi10.string().required()
|
|
1985
1965
|
};
|
|
1986
1966
|
var printLabelQuery = joi10.object().keys(printLabelQueryKeys).messages(messages);
|
|
1967
|
+
var updateManyByDocumentHeaderBody = joi10.object().keys({
|
|
1968
|
+
sent_to_provider: joi10.boolean().optional(),
|
|
1969
|
+
sent_to_client: joi10.string().valid(...IWarningType).optional()
|
|
1970
|
+
});
|
|
1987
1971
|
|
|
1988
1972
|
// src/modules/supply/documentLineAssoc/interfaces.ts
|
|
1989
1973
|
var interfaces_exports16 = {};
|
|
1990
1974
|
__export(interfaces_exports16, {
|
|
1991
|
-
|
|
1992
|
-
Route: () => Route14,
|
|
1993
|
-
UpperName: () => UpperName14
|
|
1975
|
+
Route: () => Route21
|
|
1994
1976
|
});
|
|
1995
|
-
var
|
|
1996
|
-
var UpperName14 = "DocumentLineAssoc";
|
|
1997
|
-
var LowerName14 = UpperName14[0].toLowerCase() + UpperName14.substring(1);
|
|
1977
|
+
var Route21 = "document_line_assoc";
|
|
1998
1978
|
|
|
1999
1979
|
// src/modules/supply/documentSet/interface.ts
|
|
2000
1980
|
var interface_exports7 = {};
|
|
2001
1981
|
__export(interface_exports7, {
|
|
2002
|
-
|
|
2003
|
-
Route: () => Route15,
|
|
2004
|
-
UpperName: () => UpperName15
|
|
1982
|
+
Route: () => Route22
|
|
2005
1983
|
});
|
|
2006
|
-
var
|
|
2007
|
-
var UpperName15 = "DocumentSet";
|
|
2008
|
-
var LowerName15 = UpperName15[0].toLowerCase() + UpperName15.substring(1);
|
|
1984
|
+
var Route22 = "document_set";
|
|
2009
1985
|
|
|
2010
1986
|
// src/modules/supply/documentSet/route.schema.ts
|
|
2011
1987
|
var route_schema_exports18 = {};
|
|
@@ -2086,16 +2062,16 @@ var updateBody11 = joi10.object().keys(updateBodyKeys11).messages(messages);
|
|
|
2086
2062
|
// src/modules/supply/externalDocumentType/interface.ts
|
|
2087
2063
|
var interface_exports8 = {};
|
|
2088
2064
|
__export(interface_exports8, {
|
|
2089
|
-
|
|
2090
|
-
Route: () => Route16,
|
|
2091
|
-
UpperName: () => UpperName16
|
|
2065
|
+
Route: () => Route23
|
|
2092
2066
|
});
|
|
2093
|
-
var
|
|
2094
|
-
var UpperName16 = "ExternalDocumentType";
|
|
2095
|
-
var LowerName16 = UpperName16[0].toLowerCase() + UpperName16.substring(1);
|
|
2067
|
+
var Route23 = "external_document_type";
|
|
2096
2068
|
|
|
2097
2069
|
// src/modules/supply/externalDocumentHeader/interface.ts
|
|
2098
2070
|
var interface_exports9 = {};
|
|
2071
|
+
__export(interface_exports9, {
|
|
2072
|
+
Route: () => Route24
|
|
2073
|
+
});
|
|
2074
|
+
var Route24 = "external_document_header";
|
|
2099
2075
|
|
|
2100
2076
|
// src/modules/supply/externalDocumentHeader/route.schema.ts
|
|
2101
2077
|
var route_schema_exports20 = {};
|
|
@@ -2126,13 +2102,9 @@ var sendEmailDocumentBody = joi10.object().keys(sendEmailDocumentBodyKeys).messa
|
|
|
2126
2102
|
// src/modules/user/favorites/interfaces.ts
|
|
2127
2103
|
var interfaces_exports17 = {};
|
|
2128
2104
|
__export(interfaces_exports17, {
|
|
2129
|
-
|
|
2130
|
-
Route: () => Route17,
|
|
2131
|
-
UpperName: () => UpperName17
|
|
2105
|
+
Route: () => Route25
|
|
2132
2106
|
});
|
|
2133
|
-
var
|
|
2134
|
-
var UpperName17 = "Favorites";
|
|
2135
|
-
var LowerName17 = UpperName17[0].toLowerCase() + UpperName17.substring(1);
|
|
2107
|
+
var Route25 = "favorites";
|
|
2136
2108
|
|
|
2137
2109
|
// src/modules/user/favorites/route.schema.ts
|
|
2138
2110
|
var route_schema_exports21 = {};
|
|
@@ -2159,13 +2131,9 @@ var deleteByUrlQuery = joi10.object().keys(deleteByUrlQueryKeys).messages(messag
|
|
|
2159
2131
|
// src/modules/stock/file/interface.ts
|
|
2160
2132
|
var interface_exports10 = {};
|
|
2161
2133
|
__export(interface_exports10, {
|
|
2162
|
-
|
|
2163
|
-
Route: () => Route18,
|
|
2164
|
-
UpperName: () => UpperName18
|
|
2134
|
+
Route: () => Route26
|
|
2165
2135
|
});
|
|
2166
|
-
var
|
|
2167
|
-
var UpperName18 = "File";
|
|
2168
|
-
var LowerName18 = UpperName18[0].toLowerCase() + UpperName18.substring(1);
|
|
2136
|
+
var Route26 = "file";
|
|
2169
2137
|
|
|
2170
2138
|
// src/modules/stock/file/route.schema.ts
|
|
2171
2139
|
var route_schema_exports22 = {};
|
|
@@ -2200,13 +2168,9 @@ var findByOwnerIdQuery2 = joi10.object().keys({
|
|
|
2200
2168
|
// src/modules/integration/googleSheets/interfaces.ts
|
|
2201
2169
|
var interfaces_exports18 = {};
|
|
2202
2170
|
__export(interfaces_exports18, {
|
|
2203
|
-
|
|
2204
|
-
Route: () => Route19,
|
|
2205
|
-
UpperName: () => UpperName19
|
|
2171
|
+
Route: () => Route27
|
|
2206
2172
|
});
|
|
2207
|
-
var
|
|
2208
|
-
var UpperName19 = "Google";
|
|
2209
|
-
var LowerName19 = UpperName19[0].toLowerCase() + UpperName19.substring(1);
|
|
2173
|
+
var Route27 = "google";
|
|
2210
2174
|
|
|
2211
2175
|
// src/modules/integration/googleSheets/route.schema.ts
|
|
2212
2176
|
var route_schema_exports23 = {};
|
|
@@ -2260,13 +2224,9 @@ var updateQuery = joi10.object().keys(updateQueryKeys).messages(messages);
|
|
|
2260
2224
|
// src/modules/user/language/interface.ts
|
|
2261
2225
|
var interface_exports11 = {};
|
|
2262
2226
|
__export(interface_exports11, {
|
|
2263
|
-
|
|
2264
|
-
Route: () => Route20,
|
|
2265
|
-
UpperName: () => UpperName20
|
|
2227
|
+
Route: () => Route28
|
|
2266
2228
|
});
|
|
2267
|
-
var
|
|
2268
|
-
var UpperName20 = "Language";
|
|
2269
|
-
var LowerName20 = UpperName20[0].toLowerCase() + UpperName20.substring(1);
|
|
2229
|
+
var Route28 = "language";
|
|
2270
2230
|
|
|
2271
2231
|
// src/modules/user/language/route.schema.ts
|
|
2272
2232
|
var route_schema_exports24 = {};
|
|
@@ -2298,13 +2258,9 @@ var findWithPaginationQuery6 = joi10.object().keys(findWithPaginationQueryKeys6)
|
|
|
2298
2258
|
// src/modules/stock/location/interface.ts
|
|
2299
2259
|
var interface_exports12 = {};
|
|
2300
2260
|
__export(interface_exports12, {
|
|
2301
|
-
|
|
2302
|
-
Route: () => Route21,
|
|
2303
|
-
UpperName: () => UpperName21
|
|
2261
|
+
Route: () => Route29
|
|
2304
2262
|
});
|
|
2305
|
-
var
|
|
2306
|
-
var UpperName21 = "Location";
|
|
2307
|
-
var LowerName21 = UpperName21[0].toLowerCase() + UpperName21.substring(1);
|
|
2263
|
+
var Route29 = "location";
|
|
2308
2264
|
|
|
2309
2265
|
// src/modules/stock/location/route.schema.ts
|
|
2310
2266
|
var route_schema_exports25 = {};
|
|
@@ -2357,13 +2313,9 @@ var findWithPaginationQuery7 = joi10.object().keys(findWithPaginationQueryKeys7)
|
|
|
2357
2313
|
// src/modules/user/maturityDates/interfaces.ts
|
|
2358
2314
|
var interfaces_exports19 = {};
|
|
2359
2315
|
__export(interfaces_exports19, {
|
|
2360
|
-
|
|
2361
|
-
Route: () => Route22,
|
|
2362
|
-
UpperName: () => UpperName22
|
|
2316
|
+
Route: () => Route30
|
|
2363
2317
|
});
|
|
2364
|
-
var
|
|
2365
|
-
var UpperName22 = "MaturityDates";
|
|
2366
|
-
var LowerName22 = UpperName22[0].toLowerCase() + UpperName22.substring(1);
|
|
2318
|
+
var Route30 = "maturity_dates";
|
|
2367
2319
|
|
|
2368
2320
|
// src/modules/user/maturityDates/route.schema.ts
|
|
2369
2321
|
var route_schema_exports26 = {};
|
|
@@ -2387,13 +2339,9 @@ var updateBody15 = joi10.object().keys(updateBodyKeys15).messages(messages);
|
|
|
2387
2339
|
// src/modules/documentManagement/multimedia/interfaces.ts
|
|
2388
2340
|
var interfaces_exports20 = {};
|
|
2389
2341
|
__export(interfaces_exports20, {
|
|
2390
|
-
|
|
2391
|
-
Route: () => Route23,
|
|
2392
|
-
UpperName: () => UpperName23
|
|
2342
|
+
Route: () => Route31
|
|
2393
2343
|
});
|
|
2394
|
-
var
|
|
2395
|
-
var UpperName23 = "Multimedia";
|
|
2396
|
-
var LowerName23 = UpperName23[0].toLowerCase() + UpperName23.substring(1);
|
|
2344
|
+
var Route31 = "multimedia";
|
|
2397
2345
|
|
|
2398
2346
|
// src/modules/documentManagement/multimedia/route.schema.ts
|
|
2399
2347
|
var route_schema_exports27 = {};
|
|
@@ -2408,24 +2356,16 @@ var findByIdQuery = joi10.object().keys(findByIdQueryKeys).messages(messages);
|
|
|
2408
2356
|
// src/modules/supply/orderManagement/interface.ts
|
|
2409
2357
|
var interface_exports13 = {};
|
|
2410
2358
|
__export(interface_exports13, {
|
|
2411
|
-
|
|
2412
|
-
Route: () => Route24,
|
|
2413
|
-
UpperName: () => UpperName24
|
|
2359
|
+
Route: () => Route32
|
|
2414
2360
|
});
|
|
2415
|
-
var
|
|
2416
|
-
var UpperName24 = "OrderManagement";
|
|
2417
|
-
var LowerName24 = UpperName24[0].toLowerCase() + UpperName24.substring(1);
|
|
2361
|
+
var Route32 = "order_management";
|
|
2418
2362
|
|
|
2419
2363
|
// src/modules/integration/observation/interfaces.ts
|
|
2420
2364
|
var interfaces_exports21 = {};
|
|
2421
2365
|
__export(interfaces_exports21, {
|
|
2422
|
-
|
|
2423
|
-
Route: () => Route25,
|
|
2424
|
-
UpperName: () => UpperName25
|
|
2366
|
+
Route: () => Route33
|
|
2425
2367
|
});
|
|
2426
|
-
var
|
|
2427
|
-
var UpperName25 = "Observation";
|
|
2428
|
-
var LowerName25 = UpperName25[0].toLowerCase() + UpperName25.substring(1);
|
|
2368
|
+
var Route33 = "observation";
|
|
2429
2369
|
|
|
2430
2370
|
// src/modules/integration/observation/route.schema.ts
|
|
2431
2371
|
var route_schema_exports28 = {};
|
|
@@ -2462,13 +2402,9 @@ var findByOwnerQuery = joi10.object().keys(findByOwnerQueryKeys).messages(messag
|
|
|
2462
2402
|
// src/modules/integration/observationType/interfaces.ts
|
|
2463
2403
|
var interfaces_exports22 = {};
|
|
2464
2404
|
__export(interfaces_exports22, {
|
|
2465
|
-
|
|
2466
|
-
Route: () => Route26,
|
|
2467
|
-
UpperName: () => UpperName26
|
|
2405
|
+
Route: () => Route34
|
|
2468
2406
|
});
|
|
2469
|
-
var
|
|
2470
|
-
var UpperName26 = "ObservationType";
|
|
2471
|
-
var LowerName26 = UpperName26[0].toLowerCase() + UpperName26.substring(1);
|
|
2407
|
+
var Route34 = "observation_type";
|
|
2472
2408
|
|
|
2473
2409
|
// src/modules/integration/observationType/route.schema.ts
|
|
2474
2410
|
var route_schema_exports29 = {};
|
|
@@ -2490,9 +2426,9 @@ var updateBody17 = joi10.object().keys(updateBodyKeys17).messages(messages);
|
|
|
2490
2426
|
// src/modules/user/password/interfaces.ts
|
|
2491
2427
|
var interfaces_exports23 = {};
|
|
2492
2428
|
__export(interfaces_exports23, {
|
|
2493
|
-
Route: () =>
|
|
2429
|
+
Route: () => Route35
|
|
2494
2430
|
});
|
|
2495
|
-
var
|
|
2431
|
+
var Route35 = "password";
|
|
2496
2432
|
|
|
2497
2433
|
// src/modules/user/password/route.schema.ts
|
|
2498
2434
|
var route_schema_exports30 = {};
|
|
@@ -2519,13 +2455,9 @@ var forgotWithoutMailBody = joi10.object().keys(forgotWithoutMailBodyKeys).messa
|
|
|
2519
2455
|
// src/modules/supply/payment/interface.ts
|
|
2520
2456
|
var interface_exports14 = {};
|
|
2521
2457
|
__export(interface_exports14, {
|
|
2522
|
-
|
|
2523
|
-
Route: () => Route28,
|
|
2524
|
-
UpperName: () => UpperName27
|
|
2458
|
+
Route: () => Route36
|
|
2525
2459
|
});
|
|
2526
|
-
var
|
|
2527
|
-
var UpperName27 = "Payment";
|
|
2528
|
-
var LowerName27 = UpperName27[0].toLowerCase() + UpperName27.substring(1);
|
|
2460
|
+
var Route36 = "payment";
|
|
2529
2461
|
|
|
2530
2462
|
// src/modules/supply/payment/route.schema.ts
|
|
2531
2463
|
var route_schema_exports31 = {};
|
|
@@ -2555,14 +2487,10 @@ var findSettledMaterialEntranceBuDateParams = joi10.object().keys(findSettledMat
|
|
|
2555
2487
|
// src/modules/user/paymentMethods/interfaces.ts
|
|
2556
2488
|
var interfaces_exports24 = {};
|
|
2557
2489
|
__export(interfaces_exports24, {
|
|
2558
|
-
LowerName: () => LowerName28,
|
|
2559
2490
|
PaymentMethodsSaftCodeEnum: () => PaymentMethodsSaftCodeEnum,
|
|
2560
|
-
Route: () =>
|
|
2561
|
-
UpperName: () => UpperName28
|
|
2491
|
+
Route: () => Route37
|
|
2562
2492
|
});
|
|
2563
|
-
var
|
|
2564
|
-
var UpperName28 = "PaymentMethods";
|
|
2565
|
-
var LowerName28 = UpperName28[0].toLowerCase() + UpperName28.substring(1);
|
|
2493
|
+
var Route37 = "payment_methods";
|
|
2566
2494
|
var PaymentMethodsSaftCodeEnum = {
|
|
2567
2495
|
CC: "CC",
|
|
2568
2496
|
CD: "CD",
|
|
@@ -2610,14 +2538,10 @@ var updateBody18 = joi10.object().keys(updateBodyKeys18).messages(messages);
|
|
|
2610
2538
|
var interface_exports15 = {};
|
|
2611
2539
|
__export(interface_exports15, {
|
|
2612
2540
|
ImageTypeEnum: () => ImageTypeEnum,
|
|
2613
|
-
|
|
2614
|
-
Route: () => Route30,
|
|
2615
|
-
UpperName: () => UpperName29,
|
|
2541
|
+
Route: () => Route38,
|
|
2616
2542
|
imageTypes: () => imageTypes
|
|
2617
2543
|
});
|
|
2618
|
-
var
|
|
2619
|
-
var UpperName29 = "ProductImage";
|
|
2620
|
-
var LowerName29 = UpperName29[0].toLowerCase() + UpperName29.substring(1);
|
|
2544
|
+
var Route38 = "product_image";
|
|
2621
2545
|
var ImageTypeEnum = {
|
|
2622
2546
|
thumbnail: "thumbnail",
|
|
2623
2547
|
site: "site"
|
|
@@ -2658,13 +2582,9 @@ var findWithPaginationQuery9 = joi10.object().keys(findWithPaginationQueryKeys9)
|
|
|
2658
2582
|
// src/modules/stock/promotion/interface.ts
|
|
2659
2583
|
var interface_exports16 = {};
|
|
2660
2584
|
__export(interface_exports16, {
|
|
2661
|
-
|
|
2662
|
-
Route: () => Route31,
|
|
2663
|
-
UpperName: () => UpperName30
|
|
2585
|
+
Route: () => Route39
|
|
2664
2586
|
});
|
|
2665
|
-
var
|
|
2666
|
-
var UpperName30 = "Promotion";
|
|
2667
|
-
var LowerName30 = UpperName30[0].toLowerCase() + UpperName30.substring(1);
|
|
2587
|
+
var Route39 = "promotion";
|
|
2668
2588
|
|
|
2669
2589
|
// src/modules/stock/promotion/route.schema.ts
|
|
2670
2590
|
var route_schema_exports34 = {};
|
|
@@ -2703,13 +2623,9 @@ var findWithPaginationQuery10 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2703
2623
|
// src/modules/stock/promotionAssoc/interface.ts
|
|
2704
2624
|
var interface_exports17 = {};
|
|
2705
2625
|
__export(interface_exports17, {
|
|
2706
|
-
|
|
2707
|
-
Route: () => Route32,
|
|
2708
|
-
UpperName: () => UpperName31
|
|
2626
|
+
Route: () => Route40
|
|
2709
2627
|
});
|
|
2710
|
-
var
|
|
2711
|
-
var UpperName31 = "PromotionAssoc";
|
|
2712
|
-
var LowerName31 = UpperName31[0].toLowerCase() + UpperName31.substring(1);
|
|
2628
|
+
var Route40 = "promotion_assoc";
|
|
2713
2629
|
|
|
2714
2630
|
// src/modules/stock/promotionAssoc/route.schema.ts
|
|
2715
2631
|
var route_schema_exports35 = {};
|
|
@@ -2744,13 +2660,9 @@ var findWithPaginationQuery11 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2744
2660
|
// src/modules/user/providers/interface.ts
|
|
2745
2661
|
var interface_exports18 = {};
|
|
2746
2662
|
__export(interface_exports18, {
|
|
2747
|
-
|
|
2748
|
-
Route: () => Route33,
|
|
2749
|
-
UpperName: () => UpperName32
|
|
2663
|
+
Route: () => Route41
|
|
2750
2664
|
});
|
|
2751
|
-
var
|
|
2752
|
-
var UpperName32 = "Providers";
|
|
2753
|
-
var LowerName32 = UpperName32[0].toLowerCase() + UpperName32.substring(1);
|
|
2665
|
+
var Route41 = "provider";
|
|
2754
2666
|
|
|
2755
2667
|
// src/modules/user/providers/route.schema.ts
|
|
2756
2668
|
var route_schema_exports36 = {};
|
|
@@ -2822,13 +2734,9 @@ var findByNumberParams = joi10.object().keys(findByNumberParamsKeys).messages(me
|
|
|
2822
2734
|
// src/modules/user/providerType/interface.ts
|
|
2823
2735
|
var interface_exports19 = {};
|
|
2824
2736
|
__export(interface_exports19, {
|
|
2825
|
-
|
|
2826
|
-
Route: () => Route34,
|
|
2827
|
-
UpperName: () => UpperName33
|
|
2737
|
+
Route: () => Route42
|
|
2828
2738
|
});
|
|
2829
|
-
var
|
|
2830
|
-
var UpperName33 = "ProviderType";
|
|
2831
|
-
var LowerName33 = UpperName33[0].toLowerCase() + UpperName33.substring(1);
|
|
2739
|
+
var Route42 = "provider_type";
|
|
2832
2740
|
|
|
2833
2741
|
// src/modules/user/providerType/route.schema.ts
|
|
2834
2742
|
var route_schema_exports37 = {};
|
|
@@ -2857,13 +2765,9 @@ var findWithPaginationQuery13 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2857
2765
|
// src/modules/user/purchaseConditions/interface.ts
|
|
2858
2766
|
var interface_exports20 = {};
|
|
2859
2767
|
__export(interface_exports20, {
|
|
2860
|
-
|
|
2861
|
-
Route: () => Route35,
|
|
2862
|
-
UpperName: () => UpperName34
|
|
2768
|
+
Route: () => Route43
|
|
2863
2769
|
});
|
|
2864
|
-
var
|
|
2865
|
-
var UpperName34 = "PurchaseConditions";
|
|
2866
|
-
var LowerName34 = UpperName34[0].toLowerCase() + UpperName34.substring(1);
|
|
2770
|
+
var Route43 = "purchase_conditions";
|
|
2867
2771
|
|
|
2868
2772
|
// src/modules/user/purchaseConditions/route.schema.ts
|
|
2869
2773
|
var route_schema_exports38 = {};
|
|
@@ -2897,15 +2801,11 @@ var findWithPaginationQuery14 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2897
2801
|
// src/modules/user/reasonForExemption/interface.ts
|
|
2898
2802
|
var interface_exports21 = {};
|
|
2899
2803
|
__export(interface_exports21, {
|
|
2900
|
-
LowerName: () => LowerName35,
|
|
2901
2804
|
ReasonForExemptionTypeEnum: () => ReasonForExemptionTypeEnum,
|
|
2902
|
-
Route: () =>
|
|
2903
|
-
UpperName: () => UpperName35,
|
|
2805
|
+
Route: () => Route44,
|
|
2904
2806
|
reasonForExemptionTypes: () => reasonForExemptionTypes
|
|
2905
2807
|
});
|
|
2906
|
-
var
|
|
2907
|
-
var UpperName35 = "ReasonForExemption";
|
|
2908
|
-
var LowerName35 = UpperName35[0].toLowerCase() + UpperName35.substring(1);
|
|
2808
|
+
var Route44 = "reason_for_exemption";
|
|
2909
2809
|
var ReasonForExemptionTypeEnum = {
|
|
2910
2810
|
product: "product",
|
|
2911
2811
|
client: "client",
|
|
@@ -2945,6 +2845,10 @@ var findWithPaginationQuery15 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2945
2845
|
|
|
2946
2846
|
// src/modules/user/refreshToken/interface.ts
|
|
2947
2847
|
var interface_exports22 = {};
|
|
2848
|
+
__export(interface_exports22, {
|
|
2849
|
+
Route: () => Route45
|
|
2850
|
+
});
|
|
2851
|
+
var Route45 = "refresh_token";
|
|
2948
2852
|
|
|
2949
2853
|
// src/modules/user/refreshToken/route.schema.ts
|
|
2950
2854
|
var route_schema_exports40 = {};
|
|
@@ -2952,21 +2856,16 @@ __export(route_schema_exports40, {
|
|
|
2952
2856
|
refreshTokenBody: () => refreshTokenBody
|
|
2953
2857
|
});
|
|
2954
2858
|
var refreshTokenBodyKeys = {
|
|
2955
|
-
token: joi10.string()
|
|
2956
|
-
ip: joi10.string()
|
|
2859
|
+
token: joi10.string()
|
|
2957
2860
|
};
|
|
2958
2861
|
var refreshTokenBody = joi10.object().keys(refreshTokenBodyKeys).messages(messages);
|
|
2959
2862
|
|
|
2960
2863
|
// src/modules/user/segmentsArea/interface.ts
|
|
2961
2864
|
var interface_exports23 = {};
|
|
2962
2865
|
__export(interface_exports23, {
|
|
2963
|
-
|
|
2964
|
-
Route: () => Route37,
|
|
2965
|
-
UpperName: () => UpperName36
|
|
2866
|
+
Route: () => Route46
|
|
2966
2867
|
});
|
|
2967
|
-
var
|
|
2968
|
-
var UpperName36 = "SegmentsArea";
|
|
2969
|
-
var LowerName36 = UpperName36[0].toLowerCase() + UpperName36.substring(1);
|
|
2868
|
+
var Route46 = "segments_area";
|
|
2970
2869
|
|
|
2971
2870
|
// src/modules/user/segmentsArea/route.schema.ts
|
|
2972
2871
|
var route_schema_exports41 = {};
|
|
@@ -2996,6 +2895,10 @@ var findWithPaginationQuery16 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2996
2895
|
|
|
2997
2896
|
// src/modules/user/sessions/interface.ts
|
|
2998
2897
|
var interface_exports24 = {};
|
|
2898
|
+
__export(interface_exports24, {
|
|
2899
|
+
Route: () => Route47
|
|
2900
|
+
});
|
|
2901
|
+
var Route47 = "session";
|
|
2999
2902
|
|
|
3000
2903
|
// src/modules/user/sessions/route.schema.ts
|
|
3001
2904
|
var route_schema_exports42 = {};
|
|
@@ -3010,13 +2913,9 @@ var sessionBody = joi10.object().keys(sessionBodyKeys).messages(messages);
|
|
|
3010
2913
|
// src/modules/user/shippings/interface.ts
|
|
3011
2914
|
var interface_exports25 = {};
|
|
3012
2915
|
__export(interface_exports25, {
|
|
3013
|
-
|
|
3014
|
-
Route: () => Route38,
|
|
3015
|
-
UpperName: () => UpperName37
|
|
2916
|
+
Route: () => Route48
|
|
3016
2917
|
});
|
|
3017
|
-
var
|
|
3018
|
-
var UpperName37 = "Shippings";
|
|
3019
|
-
var LowerName37 = UpperName37[0].toLowerCase() + UpperName37.substring(1);
|
|
2918
|
+
var Route48 = "shippings";
|
|
3020
2919
|
|
|
3021
2920
|
// src/modules/user/shippings/route.schema.ts
|
|
3022
2921
|
var route_schema_exports43 = {};
|
|
@@ -3052,13 +2951,9 @@ var findWithPaginationQuery17 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
3052
2951
|
// src/modules/user/storeOperator/interface.ts
|
|
3053
2952
|
var interface_exports26 = {};
|
|
3054
2953
|
__export(interface_exports26, {
|
|
3055
|
-
|
|
3056
|
-
Route: () => Route39,
|
|
3057
|
-
UpperName: () => UpperName38
|
|
2954
|
+
Route: () => Route49
|
|
3058
2955
|
});
|
|
3059
|
-
var
|
|
3060
|
-
var UpperName38 = "StoreOperator";
|
|
3061
|
-
var LowerName38 = UpperName38[0].toLowerCase() + UpperName38.substring(1);
|
|
2956
|
+
var Route49 = "store_operator";
|
|
3062
2957
|
|
|
3063
2958
|
// src/modules/user/storeOperator/route.schema.ts
|
|
3064
2959
|
var route_schema_exports44 = {};
|
|
@@ -3098,20 +2993,59 @@ var updatePasswordBodyKeys = {
|
|
|
3098
2993
|
};
|
|
3099
2994
|
var updatePasswordBody = joi10.object().keys(updatePasswordBodyKeys).messages(messages);
|
|
3100
2995
|
|
|
3101
|
-
// src/modules/user/
|
|
2996
|
+
// src/modules/user/systemModule/interface.ts
|
|
3102
2997
|
var interface_exports27 = {};
|
|
3103
2998
|
__export(interface_exports27, {
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
2999
|
+
Route: () => Route50,
|
|
3000
|
+
SystemModuleEnum: () => SystemModuleEnum
|
|
3001
|
+
});
|
|
3002
|
+
var Route50 = "system_module";
|
|
3003
|
+
var SystemModuleEnum = /* @__PURE__ */ ((SystemModuleEnum2) => {
|
|
3004
|
+
SystemModuleEnum2["encomendas_stock"] = "encomendas_stock";
|
|
3005
|
+
SystemModuleEnum2["entradas"] = "entradas";
|
|
3006
|
+
SystemModuleEnum2["compras"] = "compras";
|
|
3007
|
+
SystemModuleEnum2["pagamentos"] = "pagamentos";
|
|
3008
|
+
SystemModuleEnum2["lotes"] = "lotes";
|
|
3009
|
+
SystemModuleEnum2["parcelas"] = "parcelas";
|
|
3010
|
+
SystemModuleEnum2["obrigacoes_legais"] = "obrigacoes_legais";
|
|
3011
|
+
SystemModuleEnum2["dashboard"] = "dashboard";
|
|
3012
|
+
SystemModuleEnum2["listagens"] = "listagens";
|
|
3013
|
+
SystemModuleEnum2["tasks"] = "tasks";
|
|
3014
|
+
SystemModuleEnum2["contas_corrente"] = "contas_corrente";
|
|
3015
|
+
SystemModuleEnum2["rms"] = "rms";
|
|
3016
|
+
SystemModuleEnum2["calendario"] = "calendario";
|
|
3017
|
+
SystemModuleEnum2["gestao_utilizadores"] = "gestao_utilizadores";
|
|
3018
|
+
SystemModuleEnum2["templates_email"] = "templates_email";
|
|
3019
|
+
SystemModuleEnum2["audit"] = "audit";
|
|
3020
|
+
return SystemModuleEnum2;
|
|
3021
|
+
})(SystemModuleEnum || {});
|
|
3022
|
+
|
|
3023
|
+
// src/modules/user/systemModule/route.schema.ts
|
|
3024
|
+
var route_schema_exports45 = {};
|
|
3025
|
+
__export(route_schema_exports45, {
|
|
3026
|
+
findByStoreOperatorIdParam: () => findByStoreOperatorIdParam,
|
|
3027
|
+
setStoreOperatorModulesBody: () => setStoreOperatorModulesBody
|
|
3028
|
+
});
|
|
3029
|
+
var findByStoreOperatorIdParamKeys = {
|
|
3030
|
+
store_operator_id: joi10.string().uuid().required()
|
|
3031
|
+
};
|
|
3032
|
+
var findByStoreOperatorIdParam = joi10.object().keys(findByStoreOperatorIdParamKeys).messages(messages);
|
|
3033
|
+
var setStoreOperatorModulesBodyKeys = {
|
|
3034
|
+
store_operator_id: joi10.string().uuid().required(),
|
|
3035
|
+
values: joi10.array().items(joi10.string().valid(...Object.values(SystemModuleEnum))).required()
|
|
3036
|
+
};
|
|
3037
|
+
var setStoreOperatorModulesBody = joi10.object().keys(setStoreOperatorModulesBodyKeys).messages(messages);
|
|
3038
|
+
|
|
3039
|
+
// src/modules/user/swift/interface.ts
|
|
3040
|
+
var interface_exports28 = {};
|
|
3041
|
+
__export(interface_exports28, {
|
|
3042
|
+
Route: () => Route51
|
|
3107
3043
|
});
|
|
3108
|
-
var
|
|
3109
|
-
var UpperName39 = "Swift";
|
|
3110
|
-
var LowerName39 = UpperName39[0].toLowerCase() + UpperName39.substring(1);
|
|
3044
|
+
var Route51 = "swift";
|
|
3111
3045
|
|
|
3112
3046
|
// src/modules/user/swift/route.schema.ts
|
|
3113
|
-
var
|
|
3114
|
-
__export(
|
|
3047
|
+
var route_schema_exports46 = {};
|
|
3048
|
+
__export(route_schema_exports46, {
|
|
3115
3049
|
createBody: () => createBody33,
|
|
3116
3050
|
findQuery: () => findQuery19,
|
|
3117
3051
|
findWithPaginationQuery: () => findWithPaginationQuery19,
|
|
@@ -3142,19 +3076,15 @@ var findWithPaginationQueryKeys19 = {
|
|
|
3142
3076
|
var findWithPaginationQuery19 = joi10.object().keys(findWithPaginationQueryKeys19).messages(messages);
|
|
3143
3077
|
|
|
3144
3078
|
// src/modules/stock/typeOfLocation/interface.ts
|
|
3145
|
-
var
|
|
3146
|
-
__export(
|
|
3147
|
-
|
|
3148
|
-
Route: () => Route41,
|
|
3149
|
-
UpperName: () => UpperName40
|
|
3079
|
+
var interface_exports29 = {};
|
|
3080
|
+
__export(interface_exports29, {
|
|
3081
|
+
Route: () => Route52
|
|
3150
3082
|
});
|
|
3151
|
-
var
|
|
3152
|
-
var UpperName40 = "TypeOfLocation";
|
|
3153
|
-
var LowerName40 = UpperName40[0].toLowerCase() + UpperName40.substring(1);
|
|
3083
|
+
var Route52 = "type_of_location";
|
|
3154
3084
|
|
|
3155
3085
|
// src/modules/stock/typeOfLocation/route.schema.ts
|
|
3156
|
-
var
|
|
3157
|
-
__export(
|
|
3086
|
+
var route_schema_exports47 = {};
|
|
3087
|
+
__export(route_schema_exports47, {
|
|
3158
3088
|
createBody: () => createBody34,
|
|
3159
3089
|
findQuery: () => findQuery20,
|
|
3160
3090
|
findWithPaginationQuery: () => findWithPaginationQuery20,
|
|
@@ -3177,19 +3107,15 @@ var findWithPaginationQueryKeys20 = {
|
|
|
3177
3107
|
var findWithPaginationQuery20 = joi10.object().keys(findWithPaginationQueryKeys20).messages(messages);
|
|
3178
3108
|
|
|
3179
3109
|
// src/modules/stock/unitOfMeasure/interface.ts
|
|
3180
|
-
var
|
|
3181
|
-
__export(
|
|
3182
|
-
|
|
3183
|
-
Route: () => Route42,
|
|
3184
|
-
UpperName: () => UpperName41
|
|
3110
|
+
var interface_exports30 = {};
|
|
3111
|
+
__export(interface_exports30, {
|
|
3112
|
+
Route: () => Route53
|
|
3185
3113
|
});
|
|
3186
|
-
var
|
|
3187
|
-
var LowerName41 = UpperName41[0].toLowerCase() + UpperName41.substring(1);
|
|
3188
|
-
var Route42 = "unit_of_measure";
|
|
3114
|
+
var Route53 = "unit_of_measure";
|
|
3189
3115
|
|
|
3190
3116
|
// src/modules/stock/unitOfMeasure/route.schema.ts
|
|
3191
|
-
var
|
|
3192
|
-
__export(
|
|
3117
|
+
var route_schema_exports48 = {};
|
|
3118
|
+
__export(route_schema_exports48, {
|
|
3193
3119
|
createBody: () => createBody35,
|
|
3194
3120
|
findQuery: () => findQuery21,
|
|
3195
3121
|
findWithPaginationQuery: () => findWithPaginationQuery21,
|
|
@@ -3222,19 +3148,15 @@ var findWithPaginationQueryKeys21 = {
|
|
|
3222
3148
|
var findWithPaginationQuery21 = joi10.object().keys(findWithPaginationQueryKeys21).messages(messages);
|
|
3223
3149
|
|
|
3224
3150
|
// src/modules/user/userPositions/interface.ts
|
|
3225
|
-
var
|
|
3226
|
-
__export(
|
|
3227
|
-
|
|
3228
|
-
Route: () => Route43,
|
|
3229
|
-
UpperName: () => UpperName42
|
|
3151
|
+
var interface_exports31 = {};
|
|
3152
|
+
__export(interface_exports31, {
|
|
3153
|
+
Route: () => Route54
|
|
3230
3154
|
});
|
|
3231
|
-
var
|
|
3232
|
-
var UpperName42 = "UserPositions";
|
|
3233
|
-
var LowerName42 = UpperName42[0].toLowerCase() + UpperName42.substring(1);
|
|
3155
|
+
var Route54 = "user_positions";
|
|
3234
3156
|
|
|
3235
3157
|
// src/modules/user/userPositions/route.schema.ts
|
|
3236
|
-
var
|
|
3237
|
-
__export(
|
|
3158
|
+
var route_schema_exports49 = {};
|
|
3159
|
+
__export(route_schema_exports49, {
|
|
3238
3160
|
createBody: () => createBody36,
|
|
3239
3161
|
findQuery: () => findQuery22,
|
|
3240
3162
|
findWithPaginationQuery: () => findWithPaginationQuery22,
|
|
@@ -3257,19 +3179,15 @@ var findWithPaginationQueryKeys22 = {
|
|
|
3257
3179
|
var findWithPaginationQuery22 = joi10.object().keys(findWithPaginationQueryKeys22).messages(messages);
|
|
3258
3180
|
|
|
3259
3181
|
// src/modules/user/users/interface.ts
|
|
3260
|
-
var
|
|
3261
|
-
__export(
|
|
3262
|
-
|
|
3263
|
-
Route: () => Route44,
|
|
3264
|
-
UpperName: () => UpperName43
|
|
3182
|
+
var interface_exports32 = {};
|
|
3183
|
+
__export(interface_exports32, {
|
|
3184
|
+
Route: () => Route55
|
|
3265
3185
|
});
|
|
3266
|
-
var
|
|
3267
|
-
var UpperName43 = "Users";
|
|
3268
|
-
var LowerName43 = UpperName43[0].toLowerCase() + UpperName43.substring(1);
|
|
3186
|
+
var Route55 = "users";
|
|
3269
3187
|
|
|
3270
3188
|
// src/modules/user/users/route.schema.ts
|
|
3271
|
-
var
|
|
3272
|
-
__export(
|
|
3189
|
+
var route_schema_exports50 = {};
|
|
3190
|
+
__export(route_schema_exports50, {
|
|
3273
3191
|
createBody: () => createBody37,
|
|
3274
3192
|
findFromClientOrProviderIdBody: () => findFromClientOrProviderIdBody,
|
|
3275
3193
|
findProvidersWithClientIdQuery: () => findProvidersWithClientIdQuery,
|
|
@@ -3303,19 +3221,15 @@ var findWithPaginationQueryKeys23 = {
|
|
|
3303
3221
|
var findWithPaginationQuery23 = joi10.object().keys(findWithPaginationQueryKeys23).messages(messages);
|
|
3304
3222
|
|
|
3305
3223
|
// src/modules/user/userTokens/interface.ts
|
|
3306
|
-
var
|
|
3307
|
-
__export(
|
|
3308
|
-
|
|
3309
|
-
Route: () => Route45,
|
|
3310
|
-
UpperName: () => UpperName44
|
|
3224
|
+
var interface_exports33 = {};
|
|
3225
|
+
__export(interface_exports33, {
|
|
3226
|
+
Route: () => Route56
|
|
3311
3227
|
});
|
|
3312
|
-
var
|
|
3313
|
-
var UpperName44 = "UserTokens";
|
|
3314
|
-
var LowerName44 = UpperName44[0].toLowerCase() + UpperName44.substring(1);
|
|
3228
|
+
var Route56 = "user_token";
|
|
3315
3229
|
|
|
3316
3230
|
// src/modules/user/userTokens/route.schema.ts
|
|
3317
|
-
var
|
|
3318
|
-
__export(
|
|
3231
|
+
var route_schema_exports51 = {};
|
|
3232
|
+
__export(route_schema_exports51, {
|
|
3319
3233
|
findQuery: () => findQuery24,
|
|
3320
3234
|
findWithPaginationQuery: () => findWithPaginationQuery24
|
|
3321
3235
|
});
|
|
@@ -3328,19 +3242,15 @@ var findWithPaginationQueryKeys24 = {
|
|
|
3328
3242
|
var findWithPaginationQuery24 = joi10.object().keys(findWithPaginationQueryKeys24).messages(messages);
|
|
3329
3243
|
|
|
3330
3244
|
// src/modules/stock/vatTax/interface.ts
|
|
3331
|
-
var
|
|
3332
|
-
__export(
|
|
3333
|
-
|
|
3334
|
-
Route: () => Route46,
|
|
3335
|
-
UpperName: () => UpperName45
|
|
3245
|
+
var interface_exports34 = {};
|
|
3246
|
+
__export(interface_exports34, {
|
|
3247
|
+
Route: () => Route57
|
|
3336
3248
|
});
|
|
3337
|
-
var
|
|
3338
|
-
var UpperName45 = "VatTax";
|
|
3339
|
-
var LowerName45 = UpperName45[0].toLowerCase() + UpperName45.substring(1);
|
|
3249
|
+
var Route57 = "vat_tax";
|
|
3340
3250
|
|
|
3341
3251
|
// src/modules/stock/vatTax/route.schema.ts
|
|
3342
|
-
var
|
|
3343
|
-
__export(
|
|
3252
|
+
var route_schema_exports52 = {};
|
|
3253
|
+
__export(route_schema_exports52, {
|
|
3344
3254
|
createBody: () => createBody38,
|
|
3345
3255
|
findQuery: () => findQuery25,
|
|
3346
3256
|
findWithPaginationQuery: () => findWithPaginationQuery25,
|
|
@@ -3367,17 +3277,13 @@ var findWithPaginationQuery25 = joi10.object().keys(findWithPaginationQueryKeys2
|
|
|
3367
3277
|
// src/modules/stock/vatValidation/interfaces.ts
|
|
3368
3278
|
var interfaces_exports25 = {};
|
|
3369
3279
|
__export(interfaces_exports25, {
|
|
3370
|
-
|
|
3371
|
-
Route: () => Route47,
|
|
3372
|
-
UpperName: () => UpperName46
|
|
3280
|
+
Route: () => Route58
|
|
3373
3281
|
});
|
|
3374
|
-
var
|
|
3375
|
-
var UpperName46 = "VatValidation";
|
|
3376
|
-
var LowerName46 = UpperName46[0].toLowerCase() + UpperName46.substring(1);
|
|
3282
|
+
var Route58 = "vat_validation";
|
|
3377
3283
|
|
|
3378
3284
|
// src/modules/stock/vatValidation/route.schema.ts
|
|
3379
|
-
var
|
|
3380
|
-
__export(
|
|
3285
|
+
var route_schema_exports53 = {};
|
|
3286
|
+
__export(route_schema_exports53, {
|
|
3381
3287
|
findByLatestBody: () => findByLatestBody
|
|
3382
3288
|
});
|
|
3383
3289
|
var findByLatestBodyKeys = {
|
|
@@ -3386,19 +3292,15 @@ var findByLatestBodyKeys = {
|
|
|
3386
3292
|
var findByLatestBody = joi10.object().keys(findByLatestBodyKeys).messages(messages);
|
|
3387
3293
|
|
|
3388
3294
|
// src/modules/stock/vatTaxZone/interface.ts
|
|
3389
|
-
var
|
|
3390
|
-
__export(
|
|
3391
|
-
|
|
3392
|
-
Route: () => Route48,
|
|
3393
|
-
UpperName: () => UpperName47
|
|
3295
|
+
var interface_exports35 = {};
|
|
3296
|
+
__export(interface_exports35, {
|
|
3297
|
+
Route: () => Route59
|
|
3394
3298
|
});
|
|
3395
|
-
var
|
|
3396
|
-
var UpperName47 = "VatTaxZone";
|
|
3397
|
-
var LowerName47 = UpperName47[0].toLowerCase() + UpperName47.substring(1);
|
|
3299
|
+
var Route59 = "vat_tax_zone";
|
|
3398
3300
|
|
|
3399
3301
|
// src/modules/stock/vatTaxZone/route.schema.ts
|
|
3400
|
-
var
|
|
3401
|
-
__export(
|
|
3302
|
+
var route_schema_exports54 = {};
|
|
3303
|
+
__export(route_schema_exports54, {
|
|
3402
3304
|
createBody: () => createBody39,
|
|
3403
3305
|
findQuery: () => findQuery26,
|
|
3404
3306
|
findWithPaginationQuery: () => findWithPaginationQuery26,
|
|
@@ -3434,17 +3336,13 @@ var findWithPaginationQuery26 = joi10.object().keys(findWithPaginationQueryKeys2
|
|
|
3434
3336
|
// src/modules/user/vehicles/interfaces.ts
|
|
3435
3337
|
var interfaces_exports26 = {};
|
|
3436
3338
|
__export(interfaces_exports26, {
|
|
3437
|
-
|
|
3438
|
-
Route: () => Route49,
|
|
3439
|
-
UpperName: () => UpperName48
|
|
3339
|
+
Route: () => Route60
|
|
3440
3340
|
});
|
|
3441
|
-
var
|
|
3442
|
-
var UpperName48 = "Vehicles";
|
|
3443
|
-
var LowerName48 = UpperName48[0].toLowerCase() + UpperName48.substring(1);
|
|
3341
|
+
var Route60 = "vehicles";
|
|
3444
3342
|
|
|
3445
3343
|
// src/modules/user/vehicles/route.schema.ts
|
|
3446
|
-
var
|
|
3447
|
-
__export(
|
|
3344
|
+
var route_schema_exports55 = {};
|
|
3345
|
+
__export(route_schema_exports55, {
|
|
3448
3346
|
createBody: () => createBody40,
|
|
3449
3347
|
updateBody: () => updateBody35
|
|
3450
3348
|
});
|
|
@@ -3464,17 +3362,13 @@ var updateBody35 = joi10.object().keys(updateBodyKeys35).messages(messages);
|
|
|
3464
3362
|
// src/modules/stock/workflow/interfaces.ts
|
|
3465
3363
|
var interfaces_exports27 = {};
|
|
3466
3364
|
__export(interfaces_exports27, {
|
|
3467
|
-
|
|
3468
|
-
Route: () => Route50,
|
|
3469
|
-
UpperName: () => UpperName49
|
|
3365
|
+
Route: () => Route61
|
|
3470
3366
|
});
|
|
3471
|
-
var
|
|
3472
|
-
var UpperName49 = "Workflow";
|
|
3473
|
-
var LowerName49 = UpperName49[0].toLowerCase() + UpperName49.substring(1);
|
|
3367
|
+
var Route61 = "workflow";
|
|
3474
3368
|
|
|
3475
3369
|
// src/modules/stock/workflow/route.schema.ts
|
|
3476
|
-
var
|
|
3477
|
-
__export(
|
|
3370
|
+
var route_schema_exports56 = {};
|
|
3371
|
+
__export(route_schema_exports56, {
|
|
3478
3372
|
getByOwnerQuery: () => getByOwnerQuery,
|
|
3479
3373
|
postBodyValidator: () => postBodyValidator,
|
|
3480
3374
|
putBodyValidator: () => putBodyValidator
|
|
@@ -3501,19 +3395,15 @@ var getByOwnerQueryKeys = {
|
|
|
3501
3395
|
var getByOwnerQuery = joi10.object().keys(getByOwnerQueryKeys).messages(messages);
|
|
3502
3396
|
|
|
3503
3397
|
// src/modules/stock/stockMovement/interface.ts
|
|
3504
|
-
var
|
|
3505
|
-
__export(
|
|
3398
|
+
var interface_exports36 = {};
|
|
3399
|
+
__export(interface_exports36, {
|
|
3506
3400
|
ExportFormatEnum: () => ExportFormatEnum,
|
|
3507
3401
|
ExportVersionEnum: () => ExportVersionEnum,
|
|
3508
|
-
|
|
3509
|
-
Route: () => Route51,
|
|
3510
|
-
UpperName: () => UpperName50,
|
|
3402
|
+
Route: () => Route62,
|
|
3511
3403
|
exportFormats: () => exportFormats,
|
|
3512
3404
|
exportVersions: () => exportVersions
|
|
3513
3405
|
});
|
|
3514
|
-
var
|
|
3515
|
-
var UpperName50 = "StockMovement";
|
|
3516
|
-
var LowerName50 = UpperName50[0].toLowerCase() + UpperName50.substring(1);
|
|
3406
|
+
var Route62 = "stock_movement";
|
|
3517
3407
|
var ExportFormatEnum = {
|
|
3518
3408
|
csv: "csv",
|
|
3519
3409
|
xml: "xml"
|
|
@@ -3526,8 +3416,8 @@ var ExportVersionEnum = {
|
|
|
3526
3416
|
var exportVersions = Object.keys(ExportVersionEnum);
|
|
3527
3417
|
|
|
3528
3418
|
// src/modules/stock/stockMovement/route.schema.ts
|
|
3529
|
-
var
|
|
3530
|
-
__export(
|
|
3419
|
+
var route_schema_exports57 = {};
|
|
3420
|
+
__export(route_schema_exports57, {
|
|
3531
3421
|
exportCsvQuery: () => exportCsvQuery,
|
|
3532
3422
|
findStockMovementWithPaginationQuery: () => findStockMovementWithPaginationQuery
|
|
3533
3423
|
});
|
|
@@ -3546,19 +3436,15 @@ var findWithPaginationQueryKeys27 = {
|
|
|
3546
3436
|
var findStockMovementWithPaginationQuery = joi10.object().keys(findWithPaginationQueryKeys27).messages(messages);
|
|
3547
3437
|
|
|
3548
3438
|
// src/modules/user/tenant/interface.ts
|
|
3549
|
-
var
|
|
3550
|
-
__export(
|
|
3551
|
-
|
|
3552
|
-
Route: () => Route52,
|
|
3553
|
-
UpperName: () => UpperName51
|
|
3439
|
+
var interface_exports37 = {};
|
|
3440
|
+
__export(interface_exports37, {
|
|
3441
|
+
Route: () => Route63
|
|
3554
3442
|
});
|
|
3555
|
-
var
|
|
3556
|
-
var UpperName51 = "Tenant";
|
|
3557
|
-
var LowerName51 = UpperName51[0].toLowerCase() + UpperName51.substring(1);
|
|
3443
|
+
var Route63 = "tenant";
|
|
3558
3444
|
|
|
3559
3445
|
// src/modules/user/tenant/route.schema.ts
|
|
3560
|
-
var
|
|
3561
|
-
__export(
|
|
3446
|
+
var route_schema_exports58 = {};
|
|
3447
|
+
__export(route_schema_exports58, {
|
|
3562
3448
|
createBody: () => createBody41,
|
|
3563
3449
|
updateBody: () => updateBody36
|
|
3564
3450
|
});
|
|
@@ -3604,19 +3490,15 @@ var updateBodyKeys36 = {
|
|
|
3604
3490
|
var updateBody36 = joi10.object().keys(updateBodyKeys36).messages(messages);
|
|
3605
3491
|
|
|
3606
3492
|
// src/modules/supply/preSale/interface.ts
|
|
3607
|
-
var
|
|
3608
|
-
__export(
|
|
3609
|
-
|
|
3610
|
-
Route: () => Route53,
|
|
3611
|
-
UpperName: () => UpperName52
|
|
3493
|
+
var interface_exports38 = {};
|
|
3494
|
+
__export(interface_exports38, {
|
|
3495
|
+
Route: () => Route64
|
|
3612
3496
|
});
|
|
3613
|
-
var
|
|
3614
|
-
var UpperName52 = "PreSale";
|
|
3615
|
-
var LowerName52 = UpperName52[0].toLowerCase() + UpperName52.substring(1);
|
|
3497
|
+
var Route64 = "pre_sale";
|
|
3616
3498
|
|
|
3617
3499
|
// src/modules/supply/preSale/route.schema.ts
|
|
3618
|
-
var
|
|
3619
|
-
__export(
|
|
3500
|
+
var route_schema_exports59 = {};
|
|
3501
|
+
__export(route_schema_exports59, {
|
|
3620
3502
|
createBody: () => createBody42,
|
|
3621
3503
|
findByUserParams: () => findByUserParams,
|
|
3622
3504
|
findQuery: () => findQuery27,
|
|
@@ -3665,19 +3547,15 @@ var findByUserParamsKeys = {
|
|
|
3665
3547
|
var findByUserParams = joi10.object().keys(findByUserParamsKeys).messages(messages);
|
|
3666
3548
|
|
|
3667
3549
|
// src/modules/supply/preSaleProduct/interface.ts
|
|
3668
|
-
var
|
|
3669
|
-
__export(
|
|
3670
|
-
|
|
3671
|
-
Route: () => Route54,
|
|
3672
|
-
UpperName: () => UpperName53
|
|
3550
|
+
var interface_exports39 = {};
|
|
3551
|
+
__export(interface_exports39, {
|
|
3552
|
+
Route: () => Route65
|
|
3673
3553
|
});
|
|
3674
|
-
var
|
|
3675
|
-
var UpperName53 = "PreSaleProduct";
|
|
3676
|
-
var LowerName53 = UpperName53[0].toLowerCase() + UpperName53.substring(1);
|
|
3554
|
+
var Route65 = "pre_sale_product";
|
|
3677
3555
|
|
|
3678
3556
|
// src/modules/supply/preSaleProduct/route.schema.ts
|
|
3679
|
-
var
|
|
3680
|
-
__export(
|
|
3557
|
+
var route_schema_exports60 = {};
|
|
3558
|
+
__export(route_schema_exports60, {
|
|
3681
3559
|
findQuery: () => findQuery28
|
|
3682
3560
|
});
|
|
3683
3561
|
var findQueryKeys28 = {};
|
|
@@ -3686,17 +3564,13 @@ var findQuery28 = joi10.object().keys(findQueryKeys28).messages(messages);
|
|
|
3686
3564
|
// src/modules/print/npc/interfaces.ts
|
|
3687
3565
|
var interfaces_exports28 = {};
|
|
3688
3566
|
__export(interfaces_exports28, {
|
|
3689
|
-
|
|
3690
|
-
Route: () => Route55,
|
|
3691
|
-
UpperName: () => UpperName54
|
|
3567
|
+
Route: () => Route66
|
|
3692
3568
|
});
|
|
3693
|
-
var
|
|
3694
|
-
var UpperName54 = "Npc";
|
|
3695
|
-
var LowerName54 = UpperName54[0].toLowerCase() + UpperName54.substring(1);
|
|
3569
|
+
var Route66 = "npc";
|
|
3696
3570
|
|
|
3697
3571
|
// src/modules/print/npc/route.schema.ts
|
|
3698
|
-
var
|
|
3699
|
-
__export(
|
|
3572
|
+
var route_schema_exports61 = {};
|
|
3573
|
+
__export(route_schema_exports61, {
|
|
3700
3574
|
findPrintJobsForComputerIdRequestParams: () => findPrintJobsForComputerIdRequestParams,
|
|
3701
3575
|
updateBody: () => updateBody38
|
|
3702
3576
|
});
|
|
@@ -3713,17 +3587,13 @@ var findPrintJobsForComputerIdRequestParams = joi10.object().keys(findPrintJobsF
|
|
|
3713
3587
|
// src/modules/print/printer/interfaces.ts
|
|
3714
3588
|
var interfaces_exports29 = {};
|
|
3715
3589
|
__export(interfaces_exports29, {
|
|
3716
|
-
|
|
3717
|
-
Route: () => Route56,
|
|
3718
|
-
UpperName: () => UpperName55
|
|
3590
|
+
Route: () => Route67
|
|
3719
3591
|
});
|
|
3720
|
-
var
|
|
3721
|
-
var UpperName55 = "Printer";
|
|
3722
|
-
var LowerName55 = UpperName55[0].toLowerCase() + UpperName55.substring(1);
|
|
3592
|
+
var Route67 = "printer";
|
|
3723
3593
|
|
|
3724
3594
|
// src/modules/print/printer/route.schema.ts
|
|
3725
|
-
var
|
|
3726
|
-
__export(
|
|
3595
|
+
var route_schema_exports62 = {};
|
|
3596
|
+
__export(route_schema_exports62, {
|
|
3727
3597
|
getOrSetPrintersBody: () => getOrSetPrintersBody,
|
|
3728
3598
|
updateBody: () => updateBody39,
|
|
3729
3599
|
updateManyBody: () => updateManyBody2
|
|
@@ -3771,17 +3641,13 @@ var updateManyBody2 = joi10.array().items(joi10.object().keys(updateManyBodyKeys
|
|
|
3771
3641
|
// src/modules/print/schedulePrintJob/interfaces.ts
|
|
3772
3642
|
var interfaces_exports30 = {};
|
|
3773
3643
|
__export(interfaces_exports30, {
|
|
3774
|
-
|
|
3775
|
-
Route: () => Route57,
|
|
3776
|
-
UpperName: () => UpperName56
|
|
3644
|
+
Route: () => Route68
|
|
3777
3645
|
});
|
|
3778
|
-
var
|
|
3779
|
-
var UpperName56 = "SchedulePrintJob";
|
|
3780
|
-
var LowerName56 = UpperName56[0].toLowerCase() + UpperName56.substring(1);
|
|
3646
|
+
var Route68 = "schedule_print_job";
|
|
3781
3647
|
|
|
3782
3648
|
// src/modules/print/schedulePrintJob/route.schema.ts
|
|
3783
|
-
var
|
|
3784
|
-
__export(
|
|
3649
|
+
var route_schema_exports63 = {};
|
|
3650
|
+
__export(route_schema_exports63, {
|
|
3785
3651
|
createManySchedulePrintJobBody: () => createManySchedulePrintJobBody,
|
|
3786
3652
|
createSchedulePrintJobBody: () => createSchedulePrintJobBody,
|
|
3787
3653
|
dispatchSchedulePrintJobBody: () => dispatchSchedulePrintJobBody
|
|
@@ -3806,19 +3672,15 @@ var createManySchedulePrintJobBody = joi10.object().keys({
|
|
|
3806
3672
|
// src/modules/stock/queryList/interfaces.ts
|
|
3807
3673
|
var interfaces_exports31 = {};
|
|
3808
3674
|
__export(interfaces_exports31, {
|
|
3809
|
-
|
|
3810
|
-
Route: () => Route58,
|
|
3811
|
-
UpperName: () => UpperName57,
|
|
3675
|
+
Route: () => Route69,
|
|
3812
3676
|
executeOutput: () => executeOutput
|
|
3813
3677
|
});
|
|
3814
|
-
var
|
|
3815
|
-
var UpperName57 = "QueryList";
|
|
3816
|
-
var LowerName57 = UpperName57[0].toLowerCase() + UpperName57.substring(1);
|
|
3678
|
+
var Route69 = "query";
|
|
3817
3679
|
var executeOutput = ["csv", "pdf", "xlsx", "json"];
|
|
3818
3680
|
|
|
3819
3681
|
// src/modules/stock/queryList/route.schema.ts
|
|
3820
|
-
var
|
|
3821
|
-
__export(
|
|
3682
|
+
var route_schema_exports64 = {};
|
|
3683
|
+
__export(route_schema_exports64, {
|
|
3822
3684
|
createBody: () => createBody43,
|
|
3823
3685
|
executeBody: () => executeBody,
|
|
3824
3686
|
executeBodyKeys: () => executeBodyKeys,
|
|
@@ -3846,15 +3708,11 @@ var executeBody = joi10.object().keys(executeBodyKeys).pattern(joi10.string(), j
|
|
|
3846
3708
|
// src/modules/stock/queryParameter/interfaces.ts
|
|
3847
3709
|
var interfaces_exports32 = {};
|
|
3848
3710
|
__export(interfaces_exports32, {
|
|
3849
|
-
LowerName: () => LowerName58,
|
|
3850
3711
|
QueryParameterDatatypeEnum: () => QueryParameterDatatypeEnum,
|
|
3851
|
-
Route: () =>
|
|
3852
|
-
UpperName: () => UpperName58,
|
|
3712
|
+
Route: () => Route70,
|
|
3853
3713
|
queryParametersDatatypes: () => queryParametersDatatypes
|
|
3854
3714
|
});
|
|
3855
|
-
var
|
|
3856
|
-
var UpperName58 = "QueryParameter";
|
|
3857
|
-
var LowerName58 = UpperName58[0].toLowerCase() + UpperName58.substring(1);
|
|
3715
|
+
var Route70 = "query_parameter";
|
|
3858
3716
|
var QueryParameterDatatypeEnum = {
|
|
3859
3717
|
boolean: "boolean",
|
|
3860
3718
|
decimal: "decimal",
|
|
@@ -3870,8 +3728,8 @@ var QueryParameterDatatypeEnum = {
|
|
|
3870
3728
|
var queryParametersDatatypes = Object.keys(QueryParameterDatatypeEnum);
|
|
3871
3729
|
|
|
3872
3730
|
// src/modules/stock/queryParameter/route.schema.ts
|
|
3873
|
-
var
|
|
3874
|
-
__export(
|
|
3731
|
+
var route_schema_exports65 = {};
|
|
3732
|
+
__export(route_schema_exports65, {
|
|
3875
3733
|
createBody: () => createBody44,
|
|
3876
3734
|
updateBody: () => updateBody41
|
|
3877
3735
|
});
|
|
@@ -3902,17 +3760,13 @@ var updateBody41 = joi10.object().keys(updateBodyKeys41).messages(messages);
|
|
|
3902
3760
|
// src/modules/stock/returnReason/interfaces.ts
|
|
3903
3761
|
var interfaces_exports33 = {};
|
|
3904
3762
|
__export(interfaces_exports33, {
|
|
3905
|
-
|
|
3906
|
-
Route: () => Route60,
|
|
3907
|
-
UpperName: () => UpperName59
|
|
3763
|
+
Route: () => Route71
|
|
3908
3764
|
});
|
|
3909
|
-
var
|
|
3910
|
-
var UpperName59 = "ReturnReason";
|
|
3911
|
-
var LowerName59 = UpperName59[0].toLowerCase() + UpperName59.substring(1);
|
|
3765
|
+
var Route71 = "return_reason";
|
|
3912
3766
|
|
|
3913
3767
|
// src/modules/stock/returnReason/route.schema.ts
|
|
3914
|
-
var
|
|
3915
|
-
__export(
|
|
3768
|
+
var route_schema_exports66 = {};
|
|
3769
|
+
__export(route_schema_exports66, {
|
|
3916
3770
|
createBody: () => createBody45,
|
|
3917
3771
|
updateBody: () => updateBody42
|
|
3918
3772
|
});
|
|
@@ -3926,16 +3780,12 @@ var updateBodyKeys42 = {
|
|
|
3926
3780
|
var updateBody42 = joi10.object().keys(updateBodyKeys42).messages(messages);
|
|
3927
3781
|
|
|
3928
3782
|
// src/modules/document/propostaSheets/interface.ts
|
|
3929
|
-
var
|
|
3930
|
-
__export(
|
|
3783
|
+
var interface_exports40 = {};
|
|
3784
|
+
__export(interface_exports40, {
|
|
3931
3785
|
IConflictEnum: () => IConflictEnum,
|
|
3932
|
-
|
|
3933
|
-
Route: () => Route61,
|
|
3934
|
-
UpperName: () => UpperName60
|
|
3786
|
+
Route: () => Route72
|
|
3935
3787
|
});
|
|
3936
|
-
var
|
|
3937
|
-
var UpperName60 = "DocumentLinePendingConflict";
|
|
3938
|
-
var LowerName60 = UpperName60[0].toLowerCase() + UpperName60.substring(1);
|
|
3788
|
+
var Route72 = "proposta_sheets";
|
|
3939
3789
|
var IConflictEnum = {
|
|
3940
3790
|
update: "update",
|
|
3941
3791
|
delete: "delete",
|
|
@@ -3943,8 +3793,8 @@ var IConflictEnum = {
|
|
|
3943
3793
|
};
|
|
3944
3794
|
|
|
3945
3795
|
// src/modules/document/propostaSheets/route.schema.ts
|
|
3946
|
-
var
|
|
3947
|
-
__export(
|
|
3796
|
+
var route_schema_exports67 = {};
|
|
3797
|
+
__export(route_schema_exports67, {
|
|
3948
3798
|
cloneSheetToNewDocumentQuery: () => cloneSheetToNewDocumentQuery,
|
|
3949
3799
|
findByGoogleSheetId: () => findByGoogleSheetId,
|
|
3950
3800
|
importFromSheetKeys: () => importFromSheetKeys,
|
|
@@ -3971,18 +3821,14 @@ var rmUpdateDataByDocumentLineIdValidation = joi10.object().keys({
|
|
|
3971
3821
|
}).messages(messages);
|
|
3972
3822
|
|
|
3973
3823
|
// src/modules/supply/schedule/interface.ts
|
|
3974
|
-
var
|
|
3975
|
-
__export(
|
|
3976
|
-
|
|
3977
|
-
Route: () => Route62,
|
|
3824
|
+
var interface_exports41 = {};
|
|
3825
|
+
__export(interface_exports41, {
|
|
3826
|
+
Route: () => Route73,
|
|
3978
3827
|
ScheduleTypeEnum: () => ScheduleTypeEnum,
|
|
3979
3828
|
ScheduleTypeLabel: () => ScheduleTypeLabel,
|
|
3980
|
-
UpperName: () => UpperName61,
|
|
3981
3829
|
scheduleTypes: () => scheduleTypes
|
|
3982
3830
|
});
|
|
3983
|
-
var
|
|
3984
|
-
var UpperName61 = "Schedule";
|
|
3985
|
-
var LowerName61 = UpperName61[0].toLowerCase() + UpperName61.substring(1);
|
|
3831
|
+
var Route73 = "schedule";
|
|
3986
3832
|
var ScheduleTypeEnum = {
|
|
3987
3833
|
executeEncomendasStock: "executeEncomendasStock",
|
|
3988
3834
|
executeEncomendasVA: "executeEncomendasVA",
|
|
@@ -4004,8 +3850,8 @@ var ScheduleTypeLabel = {
|
|
|
4004
3850
|
};
|
|
4005
3851
|
|
|
4006
3852
|
// src/modules/supply/schedule/route.schema.ts
|
|
4007
|
-
var
|
|
4008
|
-
__export(
|
|
3853
|
+
var route_schema_exports68 = {};
|
|
3854
|
+
__export(route_schema_exports68, {
|
|
4009
3855
|
runImmediately: () => runImmediately
|
|
4010
3856
|
});
|
|
4011
3857
|
var runImmediatelyKeys = {
|
|
@@ -4016,17 +3862,13 @@ var runImmediately = joi10.object().keys(runImmediatelyKeys).messages(messages);
|
|
|
4016
3862
|
// src/modules/integration/googleFilePermission/interfaces.ts
|
|
4017
3863
|
var interfaces_exports34 = {};
|
|
4018
3864
|
__export(interfaces_exports34, {
|
|
4019
|
-
|
|
4020
|
-
Route: () => Route63,
|
|
4021
|
-
UpperName: () => UpperName62
|
|
3865
|
+
Route: () => Route74
|
|
4022
3866
|
});
|
|
4023
|
-
var
|
|
4024
|
-
var UpperName62 = "GoogleFilePermission";
|
|
4025
|
-
var LowerName62 = UpperName62[0].toLowerCase() + UpperName62.substring(1);
|
|
3867
|
+
var Route74 = "google_file_permission";
|
|
4026
3868
|
|
|
4027
3869
|
// src/modules/integration/googleFilePermission/route.schema.ts
|
|
4028
|
-
var
|
|
4029
|
-
__export(
|
|
3870
|
+
var route_schema_exports69 = {};
|
|
3871
|
+
__export(route_schema_exports69, {
|
|
4030
3872
|
createBody: () => createBody46,
|
|
4031
3873
|
createBodyKeys: () => createBodyKeys45
|
|
4032
3874
|
});
|
|
@@ -4039,17 +3881,13 @@ var createBody46 = joi10.object().keys(createBodyKeys45).messages(messages);
|
|
|
4039
3881
|
// src/modules/integration/settings/interfaces.ts
|
|
4040
3882
|
var interfaces_exports35 = {};
|
|
4041
3883
|
__export(interfaces_exports35, {
|
|
4042
|
-
|
|
4043
|
-
Route: () => Route64,
|
|
4044
|
-
UpperName: () => UpperName63
|
|
3884
|
+
Route: () => Route75
|
|
4045
3885
|
});
|
|
4046
|
-
var
|
|
4047
|
-
var UpperName63 = "Settings";
|
|
4048
|
-
var LowerName63 = UpperName63[0].toLowerCase() + UpperName63.substring(1);
|
|
3886
|
+
var Route75 = "settings";
|
|
4049
3887
|
|
|
4050
3888
|
// src/modules/integration/settings/route.schema.ts
|
|
4051
|
-
var
|
|
4052
|
-
__export(
|
|
3889
|
+
var route_schema_exports70 = {};
|
|
3890
|
+
__export(route_schema_exports70, {
|
|
4053
3891
|
createBody: () => createBody47,
|
|
4054
3892
|
findQuery: () => findQuery29,
|
|
4055
3893
|
updateBody: () => updateBody43
|
|
@@ -4072,17 +3910,13 @@ var findQuery29 = joi10.object().keys(findQueryKeys29).messages(messages);
|
|
|
4072
3910
|
// src/modules/tickets/tickets/interfaces.ts
|
|
4073
3911
|
var interfaces_exports36 = {};
|
|
4074
3912
|
__export(interfaces_exports36, {
|
|
4075
|
-
|
|
4076
|
-
Route: () => Route65,
|
|
4077
|
-
UpperName: () => UpperName64
|
|
3913
|
+
Route: () => Route76
|
|
4078
3914
|
});
|
|
4079
|
-
var
|
|
4080
|
-
var UpperName64 = "Tickets";
|
|
4081
|
-
var LowerName64 = UpperName64[0].toLowerCase() + UpperName64.substring(1);
|
|
3915
|
+
var Route76 = "tickets";
|
|
4082
3916
|
|
|
4083
3917
|
// src/modules/tickets/tickets/route.schema.ts
|
|
4084
|
-
var
|
|
4085
|
-
__export(
|
|
3918
|
+
var route_schema_exports71 = {};
|
|
3919
|
+
__export(route_schema_exports71, {
|
|
4086
3920
|
createBody: () => createBody48,
|
|
4087
3921
|
updateBody: () => updateBody44
|
|
4088
3922
|
});
|
|
@@ -4101,17 +3935,13 @@ var updateBody44 = joi10.object().keys(updateBodyKeys44).messages(messages);
|
|
|
4101
3935
|
// src/modules/tickets/channel/interfaces.ts
|
|
4102
3936
|
var interfaces_exports37 = {};
|
|
4103
3937
|
__export(interfaces_exports37, {
|
|
4104
|
-
|
|
4105
|
-
Route: () => Route66,
|
|
4106
|
-
UpperName: () => UpperName65
|
|
3938
|
+
Route: () => Route77
|
|
4107
3939
|
});
|
|
4108
|
-
var
|
|
4109
|
-
var UpperName65 = "Channel";
|
|
4110
|
-
var LowerName65 = UpperName65[0].toLowerCase() + UpperName65.substring(1);
|
|
3940
|
+
var Route77 = "channel";
|
|
4111
3941
|
|
|
4112
3942
|
// src/modules/tickets/channel/route.schema.ts
|
|
4113
|
-
var
|
|
4114
|
-
__export(
|
|
3943
|
+
var route_schema_exports72 = {};
|
|
3944
|
+
__export(route_schema_exports72, {
|
|
4115
3945
|
createBody: () => createBody49,
|
|
4116
3946
|
updateBody: () => updateBody45
|
|
4117
3947
|
});
|
|
@@ -4135,17 +3965,13 @@ var updateBody45 = joi10.object().keys(updateBodyKeys45).messages(messages);
|
|
|
4135
3965
|
// src/modules/tickets/language/interfaces.ts
|
|
4136
3966
|
var interfaces_exports38 = {};
|
|
4137
3967
|
__export(interfaces_exports38, {
|
|
4138
|
-
|
|
4139
|
-
Route: () => Route67,
|
|
4140
|
-
UpperName: () => UpperName66
|
|
3968
|
+
Route: () => Route78
|
|
4141
3969
|
});
|
|
4142
|
-
var
|
|
4143
|
-
var UpperName66 = "TicketsLanguage";
|
|
4144
|
-
var LowerName66 = UpperName66[0].toLowerCase() + UpperName66.substring(1);
|
|
3970
|
+
var Route78 = "tickets_language";
|
|
4145
3971
|
|
|
4146
3972
|
// src/modules/tickets/language/route.schema.ts
|
|
4147
|
-
var
|
|
4148
|
-
__export(
|
|
3973
|
+
var route_schema_exports73 = {};
|
|
3974
|
+
__export(route_schema_exports73, {
|
|
4149
3975
|
createBody: () => createBody50,
|
|
4150
3976
|
updateBody: () => updateBody46
|
|
4151
3977
|
});
|
|
@@ -4173,17 +3999,13 @@ var updateBody46 = joi10.object().keys(updateBodyKeys46).messages(messages);
|
|
|
4173
3999
|
// src/modules/tickets/clt/interfaces.ts
|
|
4174
4000
|
var interfaces_exports39 = {};
|
|
4175
4001
|
__export(interfaces_exports39, {
|
|
4176
|
-
|
|
4177
|
-
Route: () => Route68,
|
|
4178
|
-
UpperName: () => UpperName67
|
|
4002
|
+
Route: () => Route79
|
|
4179
4003
|
});
|
|
4180
|
-
var
|
|
4181
|
-
var UpperName67 = "CLT";
|
|
4182
|
-
var LowerName67 = UpperName67[0].toLowerCase() + UpperName67.substring(1);
|
|
4004
|
+
var Route79 = "clt";
|
|
4183
4005
|
|
|
4184
4006
|
// src/modules/tickets/clt/route.schema.ts
|
|
4185
|
-
var
|
|
4186
|
-
__export(
|
|
4007
|
+
var route_schema_exports74 = {};
|
|
4008
|
+
__export(route_schema_exports74, {
|
|
4187
4009
|
createBody: () => createBody51,
|
|
4188
4010
|
updateBody: () => updateBody47
|
|
4189
4011
|
});
|
|
@@ -4205,30 +4027,22 @@ var updateBodyKeys47 = {
|
|
|
4205
4027
|
var updateBody47 = joi10.object().keys(updateBodyKeys47).messages(messages);
|
|
4206
4028
|
|
|
4207
4029
|
// src/modules/supply/startDocumentHeaderLastUpdate/interface.ts
|
|
4208
|
-
var
|
|
4209
|
-
__export(
|
|
4210
|
-
|
|
4211
|
-
Route: () => Route69,
|
|
4212
|
-
UpperName: () => UpperName68
|
|
4030
|
+
var interface_exports42 = {};
|
|
4031
|
+
__export(interface_exports42, {
|
|
4032
|
+
Route: () => Route80
|
|
4213
4033
|
});
|
|
4214
|
-
var
|
|
4215
|
-
var UpperName68 = "StartDocumentHeaderLastUpdate";
|
|
4216
|
-
var LowerName68 = UpperName68[0].toLowerCase() + UpperName68.substring(1);
|
|
4034
|
+
var Route80 = "start_document_header_last_update";
|
|
4217
4035
|
|
|
4218
4036
|
// src/modules/user/persona/interface.ts
|
|
4219
|
-
var
|
|
4220
|
-
__export(
|
|
4221
|
-
|
|
4222
|
-
Route: () => Route70,
|
|
4223
|
-
UpperName: () => UpperName69
|
|
4037
|
+
var interface_exports43 = {};
|
|
4038
|
+
__export(interface_exports43, {
|
|
4039
|
+
Route: () => Route81
|
|
4224
4040
|
});
|
|
4225
|
-
var
|
|
4226
|
-
var UpperName69 = "Persona";
|
|
4227
|
-
var LowerName69 = UpperName69[0].toLowerCase() + UpperName69.substring(1);
|
|
4041
|
+
var Route81 = "persona";
|
|
4228
4042
|
|
|
4229
4043
|
// src/modules/user/persona/route.schema.ts
|
|
4230
|
-
var
|
|
4231
|
-
__export(
|
|
4044
|
+
var route_schema_exports75 = {};
|
|
4045
|
+
__export(route_schema_exports75, {
|
|
4232
4046
|
FindByEmailQueryValidate: () => FindByEmailQueryValidate,
|
|
4233
4047
|
FindClientOrProviderQueryValidate: () => FindClientOrProviderQueryValidate,
|
|
4234
4048
|
createBody: () => createBody52,
|
|
@@ -4317,8 +4131,8 @@ var publicUpdateBodyKeys = {
|
|
|
4317
4131
|
var publicUpdateBody = joi10.object().keys(publicUpdateBodyKeys).messages(messages);
|
|
4318
4132
|
|
|
4319
4133
|
// src/modules/integration/projectInfo/route.schema.ts
|
|
4320
|
-
var
|
|
4321
|
-
__export(
|
|
4134
|
+
var route_schema_exports76 = {};
|
|
4135
|
+
__export(route_schema_exports76, {
|
|
4322
4136
|
sendEmailBody: () => sendEmailBody
|
|
4323
4137
|
});
|
|
4324
4138
|
var sendEmailBodyKeys = {
|
|
@@ -4349,17 +4163,13 @@ var sendEmailBody = joi10.object().keys(sendEmailBodyKeys).messages(messages);
|
|
|
4349
4163
|
// src/modules/integration/emailVerification/interfaces.ts
|
|
4350
4164
|
var interfaces_exports40 = {};
|
|
4351
4165
|
__export(interfaces_exports40, {
|
|
4352
|
-
|
|
4353
|
-
Route: () => Route71,
|
|
4354
|
-
UpperName: () => UpperName70
|
|
4166
|
+
Route: () => Route82
|
|
4355
4167
|
});
|
|
4356
|
-
var
|
|
4357
|
-
var UpperName70 = "EmailVerification";
|
|
4358
|
-
var LowerName70 = UpperName70[0].toLowerCase() + UpperName70.substring(1);
|
|
4168
|
+
var Route82 = "email_verification";
|
|
4359
4169
|
|
|
4360
4170
|
// src/modules/integration/emailVerification/route.schema.ts
|
|
4361
|
-
var
|
|
4362
|
-
__export(
|
|
4171
|
+
var route_schema_exports77 = {};
|
|
4172
|
+
__export(route_schema_exports77, {
|
|
4363
4173
|
isVerifiedQuery: () => isVerifiedQuery,
|
|
4364
4174
|
markAsVerifiedBody: () => markAsVerifiedBody,
|
|
4365
4175
|
sendVerificationBody: () => sendVerificationBody
|
|
@@ -4378,15 +4188,11 @@ var markAsVerifiedBody = joi10.object().keys({
|
|
|
4378
4188
|
// src/modules/integration/emailLog/interfaces.ts
|
|
4379
4189
|
var interfaces_exports41 = {};
|
|
4380
4190
|
__export(interfaces_exports41, {
|
|
4381
|
-
|
|
4382
|
-
Route: () => Route72,
|
|
4191
|
+
Route: () => Route83,
|
|
4383
4192
|
SendGridCallbackEventEnum: () => SendGridCallbackEventEnum,
|
|
4384
|
-
UpperName: () => UpperName71,
|
|
4385
4193
|
sendGridCallbackEvents: () => sendGridCallbackEvents
|
|
4386
4194
|
});
|
|
4387
|
-
var
|
|
4388
|
-
var UpperName71 = "EmailLog";
|
|
4389
|
-
var LowerName71 = UpperName71[0].toLowerCase() + UpperName71.substring(1);
|
|
4195
|
+
var Route83 = "email_log";
|
|
4390
4196
|
var SendGridCallbackEventEnum = {
|
|
4391
4197
|
open: "open",
|
|
4392
4198
|
delivered: "delivered",
|
|
@@ -4399,8 +4205,8 @@ var SendGridCallbackEventEnum = {
|
|
|
4399
4205
|
var sendGridCallbackEvents = Object.keys(SendGridCallbackEventEnum);
|
|
4400
4206
|
|
|
4401
4207
|
// src/modules/integration/emailLog/route.schema.ts
|
|
4402
|
-
var
|
|
4403
|
-
__export(
|
|
4208
|
+
var route_schema_exports78 = {};
|
|
4209
|
+
__export(route_schema_exports78, {
|
|
4404
4210
|
checkSentBody: () => checkSentBody,
|
|
4405
4211
|
findQuery: () => findQuery31
|
|
4406
4212
|
});
|
|
@@ -4415,17 +4221,13 @@ var checkSentBody = joi10.object().keys({
|
|
|
4415
4221
|
// src/modules/document/purchase/interfaces.ts
|
|
4416
4222
|
var interfaces_exports42 = {};
|
|
4417
4223
|
__export(interfaces_exports42, {
|
|
4418
|
-
|
|
4419
|
-
Route: () => Route73,
|
|
4420
|
-
UpperName: () => UpperName72
|
|
4224
|
+
Route: () => Route84
|
|
4421
4225
|
});
|
|
4422
|
-
var
|
|
4423
|
-
var UpperName72 = "Purchase";
|
|
4424
|
-
var LowerName72 = UpperName72[0].toLowerCase() + UpperName72.substring(1);
|
|
4226
|
+
var Route84 = "purchase";
|
|
4425
4227
|
|
|
4426
4228
|
// src/modules/document/purchase/route.schema.ts
|
|
4427
|
-
var
|
|
4428
|
-
__export(
|
|
4229
|
+
var route_schema_exports79 = {};
|
|
4230
|
+
__export(route_schema_exports79, {
|
|
4429
4231
|
purchaseFromProviderBody: () => purchaseFromProviderBody,
|
|
4430
4232
|
syncBody: () => syncBody
|
|
4431
4233
|
});
|
|
@@ -4459,17 +4261,13 @@ var syncBody = joi10.object().keys({
|
|
|
4459
4261
|
// src/modules/document/order/interfaces.ts
|
|
4460
4262
|
var interfaces_exports43 = {};
|
|
4461
4263
|
__export(interfaces_exports43, {
|
|
4462
|
-
|
|
4463
|
-
Route: () => Route74,
|
|
4464
|
-
UpperName: () => UpperName73
|
|
4264
|
+
Route: () => Route85
|
|
4465
4265
|
});
|
|
4466
|
-
var
|
|
4467
|
-
var UpperName73 = "Order";
|
|
4468
|
-
var LowerName73 = UpperName73[0].toLowerCase() + UpperName73.substring(1);
|
|
4266
|
+
var Route85 = "order";
|
|
4469
4267
|
|
|
4470
4268
|
// src/modules/document/order/route.schema.ts
|
|
4471
|
-
var
|
|
4472
|
-
__export(
|
|
4269
|
+
var route_schema_exports80 = {};
|
|
4270
|
+
__export(route_schema_exports80, {
|
|
4473
4271
|
conferirEncomendaClienteBody: () => conferirEncomendaClienteBody,
|
|
4474
4272
|
findByIdsQuery: () => findByIdsQuery,
|
|
4475
4273
|
findQuery: () => findQuery32,
|
|
@@ -4479,17 +4277,13 @@ __export(route_schema_exports79, {
|
|
|
4479
4277
|
});
|
|
4480
4278
|
|
|
4481
4279
|
// src/modules/stock/conferirEncomenda/interface.ts
|
|
4482
|
-
var
|
|
4483
|
-
__export(
|
|
4280
|
+
var interface_exports44 = {};
|
|
4281
|
+
__export(interface_exports44, {
|
|
4484
4282
|
EstadoEncomendaEnum: () => EstadoEncomendaEnum,
|
|
4485
|
-
|
|
4486
|
-
Route: () => Route75,
|
|
4487
|
-
UpperName: () => UpperName74,
|
|
4283
|
+
Route: () => Route86,
|
|
4488
4284
|
estadoEncomendaValues: () => estadoEncomendaValues
|
|
4489
4285
|
});
|
|
4490
|
-
var
|
|
4491
|
-
var UpperName74 = "ConferirEncomenda";
|
|
4492
|
-
var LowerName74 = UpperName74[0].toLowerCase() + UpperName74.substring(1);
|
|
4286
|
+
var Route86 = "conferir_encomenda";
|
|
4493
4287
|
var EstadoEncomendaEnum = {
|
|
4494
4288
|
// --- Valores Originais ---
|
|
4495
4289
|
PorConfirmar: "PorConfirmar",
|
|
@@ -4513,6 +4307,7 @@ var EstadoEncomendaEnum = {
|
|
|
4513
4307
|
EsperaProdMont: "EsperaProdMont",
|
|
4514
4308
|
EsperaMontagem: "EsperaMontagem",
|
|
4515
4309
|
EsperaCorteTecidos: "EsperaCorteTecidos",
|
|
4310
|
+
EsperaFolhaProducao: "EsperaFolhaProducao",
|
|
4516
4311
|
EsperaConfeccaoTecidosCortados: "EsperaConfeccaoTecidosCortados",
|
|
4517
4312
|
EncomendarServico: "EncomendarServico",
|
|
4518
4313
|
EncomendarServicoCAnexos: "EncomendarServicoCAnexos",
|
|
@@ -4585,16 +4380,12 @@ __export(interfaces_exports44, {
|
|
|
4585
4380
|
ICreateMaterialEntranceClientOrderOptionEnum: () => ICreateMaterialEntranceClientOrderOptionEnum,
|
|
4586
4381
|
ICreateMaterialEntranceStockOptionEnum: () => ICreateMaterialEntranceStockOptionEnum,
|
|
4587
4382
|
ICreateMaterialEntranceStockWithoutOrderOptionEnum: () => ICreateMaterialEntranceStockWithoutOrderOptionEnum,
|
|
4588
|
-
|
|
4589
|
-
Route: () => Route76,
|
|
4590
|
-
UpperName: () => UpperName75,
|
|
4383
|
+
Route: () => Route87,
|
|
4591
4384
|
createMaterialEntranceClientOrderOptions: () => createMaterialEntranceClientOrderOptions,
|
|
4592
4385
|
createMaterialEntranceStockOptions: () => createMaterialEntranceStockOptions,
|
|
4593
4386
|
createMaterialEntranceStockWithoutOrderOptions: () => createMaterialEntranceStockWithoutOrderOptions
|
|
4594
4387
|
});
|
|
4595
|
-
var
|
|
4596
|
-
var UpperName75 = "MaterialEntrance";
|
|
4597
|
-
var LowerName75 = UpperName75[0].toLowerCase() + UpperName75.substring(1);
|
|
4388
|
+
var Route87 = "material_entrance";
|
|
4598
4389
|
var ICreateMaterialEntranceClientOrderOptionEnum = {
|
|
4599
4390
|
"Vai desdobrar linha na PC (estado Espera Chegada)": "Vai desdobrar linha na PC (estado Espera Chegada)",
|
|
4600
4391
|
"Vai desdobrar linha na PC (estado Espera Envio Encomenda)": "Vai desdobrar linha na PC (estado Espera Envio Encomenda)",
|
|
@@ -4620,8 +4411,8 @@ var createMaterialEntranceStockOptions = Object.keys(
|
|
|
4620
4411
|
);
|
|
4621
4412
|
|
|
4622
4413
|
// src/modules/document/materialEntrance/route.schema.ts
|
|
4623
|
-
var
|
|
4624
|
-
__export(
|
|
4414
|
+
var route_schema_exports81 = {};
|
|
4415
|
+
__export(route_schema_exports81, {
|
|
4625
4416
|
finalizarEntradaDeMaterialBody: () => finalizarEntradaDeMaterialBody,
|
|
4626
4417
|
printBulkLabelQuery: () => printBulkLabelQuery,
|
|
4627
4418
|
printLabelParams: () => printLabelParams2,
|
|
@@ -4653,6 +4444,9 @@ var printLabelQueryKeys2 = {
|
|
|
4653
4444
|
var printLabelQuery2 = joi10.object().keys(printLabelQueryKeys2).messages(messages);
|
|
4654
4445
|
var printBulkLabelQuery = joi10.object().keys({
|
|
4655
4446
|
groupLabel: joi10.boolean().required(),
|
|
4447
|
+
stockOrders: joi10.string().required(),
|
|
4448
|
+
notOk: joi10.string().required(),
|
|
4449
|
+
clientOrders: joi10.string().required(),
|
|
4656
4450
|
saved_em_picking_ids: joi10.string().required(),
|
|
4657
4451
|
token: joi10.string().required()
|
|
4658
4452
|
});
|
|
@@ -4660,17 +4454,13 @@ var printBulkLabelQuery = joi10.object().keys({
|
|
|
4660
4454
|
// src/modules/document/transformado/interfaces.ts
|
|
4661
4455
|
var interfaces_exports45 = {};
|
|
4662
4456
|
__export(interfaces_exports45, {
|
|
4663
|
-
|
|
4664
|
-
Route: () => Route77,
|
|
4665
|
-
UpperName: () => UpperName76
|
|
4457
|
+
Route: () => Route88
|
|
4666
4458
|
});
|
|
4667
|
-
var
|
|
4668
|
-
var UpperName76 = "Transformado";
|
|
4669
|
-
var LowerName76 = UpperName76[0].toLowerCase() + UpperName76.substring(1);
|
|
4459
|
+
var Route88 = "transformado";
|
|
4670
4460
|
|
|
4671
4461
|
// src/modules/document/transformado/route.schema.ts
|
|
4672
|
-
var
|
|
4673
|
-
__export(
|
|
4462
|
+
var route_schema_exports82 = {};
|
|
4463
|
+
__export(route_schema_exports82, {
|
|
4674
4464
|
destransformarBody: () => destransformarBody,
|
|
4675
4465
|
transformarBody: () => transformarBody
|
|
4676
4466
|
});
|
|
@@ -4696,17 +4486,13 @@ var destransformarBody = joi10.object().keys(destransformarKeys).messages(messag
|
|
|
4696
4486
|
// src/modules/document/quebra/interfaces.ts
|
|
4697
4487
|
var interfaces_exports46 = {};
|
|
4698
4488
|
__export(interfaces_exports46, {
|
|
4699
|
-
|
|
4700
|
-
Route: () => Route78,
|
|
4701
|
-
UpperName: () => UpperName77
|
|
4489
|
+
Route: () => Route89
|
|
4702
4490
|
});
|
|
4703
|
-
var
|
|
4704
|
-
var UpperName77 = "Quebra";
|
|
4705
|
-
var LowerName77 = UpperName77[0].toLowerCase() + UpperName77.substring(1);
|
|
4491
|
+
var Route89 = "quebra";
|
|
4706
4492
|
|
|
4707
4493
|
// src/modules/document/quebra/route.schema.ts
|
|
4708
|
-
var
|
|
4709
|
-
__export(
|
|
4494
|
+
var route_schema_exports83 = {};
|
|
4495
|
+
__export(route_schema_exports83, {
|
|
4710
4496
|
createQuebraBody: () => createQuebraBody,
|
|
4711
4497
|
deleteInventoryLossBody: () => deleteInventoryLossBody
|
|
4712
4498
|
});
|
|
@@ -4727,17 +4513,13 @@ var deleteInventoryLossBody = joi10.object().keys(deleteInventoryLossBodyKeys).m
|
|
|
4727
4513
|
// src/modules/document/upfrontReturn/interfaces.ts
|
|
4728
4514
|
var interfaces_exports47 = {};
|
|
4729
4515
|
__export(interfaces_exports47, {
|
|
4730
|
-
|
|
4731
|
-
Route: () => Route79,
|
|
4732
|
-
UpperName: () => UpperName78
|
|
4516
|
+
Route: () => Route90
|
|
4733
4517
|
});
|
|
4734
|
-
var
|
|
4735
|
-
var UpperName78 = "UpfrontReturn";
|
|
4736
|
-
var LowerName78 = UpperName78[0].toLowerCase() + UpperName78.substring(1);
|
|
4518
|
+
var Route90 = "upfrontReturn";
|
|
4737
4519
|
|
|
4738
4520
|
// src/modules/document/upfrontReturn/route.schema.ts
|
|
4739
|
-
var
|
|
4740
|
-
__export(
|
|
4521
|
+
var route_schema_exports84 = {};
|
|
4522
|
+
__export(route_schema_exports84, {
|
|
4741
4523
|
createBody: () => createBody53
|
|
4742
4524
|
});
|
|
4743
4525
|
var createBodyKeys52 = {
|
|
@@ -4748,17 +4530,13 @@ var createBody53 = joi10.object().keys(createBodyKeys52).messages(messages);
|
|
|
4748
4530
|
// src/modules/stock/savedEmPicking/interfaces.ts
|
|
4749
4531
|
var interfaces_exports48 = {};
|
|
4750
4532
|
__export(interfaces_exports48, {
|
|
4751
|
-
|
|
4752
|
-
Route: () => Route80,
|
|
4753
|
-
UpperName: () => UpperName79
|
|
4533
|
+
Route: () => Route91
|
|
4754
4534
|
});
|
|
4755
|
-
var
|
|
4756
|
-
var UpperName79 = "SavedEmPicking";
|
|
4757
|
-
var LowerName79 = UpperName79[0].toLowerCase() + UpperName79.substring(1);
|
|
4535
|
+
var Route91 = "saved_em_picking";
|
|
4758
4536
|
|
|
4759
4537
|
// src/modules/stock/savedEmPicking/route.schema.ts
|
|
4760
|
-
var
|
|
4761
|
-
__export(
|
|
4538
|
+
var route_schema_exports85 = {};
|
|
4539
|
+
__export(route_schema_exports85, {
|
|
4762
4540
|
createBody: () => createBody54,
|
|
4763
4541
|
createManyBody: () => createManyBody,
|
|
4764
4542
|
deleteManyBody: () => deleteManyBody
|
|
@@ -4823,17 +4601,13 @@ var deleteManyBody = joi10.object().keys({
|
|
|
4823
4601
|
// src/modules/integration/emailTemplate/interfaces.ts
|
|
4824
4602
|
var interfaces_exports49 = {};
|
|
4825
4603
|
__export(interfaces_exports49, {
|
|
4826
|
-
|
|
4827
|
-
Route: () => Route81,
|
|
4828
|
-
UpperName: () => UpperName80
|
|
4604
|
+
Route: () => Route92
|
|
4829
4605
|
});
|
|
4830
|
-
var
|
|
4831
|
-
var UpperName80 = "EmailTemplate";
|
|
4832
|
-
var LowerName80 = UpperName80[0].toLowerCase() + UpperName80.substring(1);
|
|
4606
|
+
var Route92 = "email_template";
|
|
4833
4607
|
|
|
4834
4608
|
// src/modules/integration/emailTemplate/route.schema.ts
|
|
4835
|
-
var
|
|
4836
|
-
__export(
|
|
4609
|
+
var route_schema_exports86 = {};
|
|
4610
|
+
__export(route_schema_exports86, {
|
|
4837
4611
|
createBody: () => createBody55,
|
|
4838
4612
|
previewBody: () => previewBody,
|
|
4839
4613
|
sendBody: () => sendBody,
|
|
@@ -4897,17 +4671,13 @@ var previewBody = joi10.object().keys({
|
|
|
4897
4671
|
// src/modules/integration/emailTemplateAttachment/interfaces.ts
|
|
4898
4672
|
var interfaces_exports50 = {};
|
|
4899
4673
|
__export(interfaces_exports50, {
|
|
4900
|
-
|
|
4901
|
-
Route: () => Route82,
|
|
4902
|
-
UpperName: () => UpperName81
|
|
4674
|
+
Route: () => Route93
|
|
4903
4675
|
});
|
|
4904
|
-
var
|
|
4905
|
-
var UpperName81 = "EmailTemplateAttachment";
|
|
4906
|
-
var LowerName81 = UpperName81[0].toLowerCase() + UpperName81.substring(1);
|
|
4676
|
+
var Route93 = "email_template_attachment";
|
|
4907
4677
|
|
|
4908
4678
|
// src/modules/integration/emailTemplateAttachment/route.schema.ts
|
|
4909
|
-
var
|
|
4910
|
-
__export(
|
|
4679
|
+
var route_schema_exports87 = {};
|
|
4680
|
+
__export(route_schema_exports87, {
|
|
4911
4681
|
createBody: () => createBody56
|
|
4912
4682
|
});
|
|
4913
4683
|
var createBodyKeys55 = {
|
|
@@ -4918,19 +4688,15 @@ var createBodyKeys55 = {
|
|
|
4918
4688
|
var createBody56 = joi10.object().keys(createBodyKeys55).messages(messages);
|
|
4919
4689
|
|
|
4920
4690
|
// src/modules/document/inventario/interface.ts
|
|
4921
|
-
var
|
|
4922
|
-
__export(
|
|
4923
|
-
|
|
4924
|
-
Route: () => Route83,
|
|
4925
|
-
UpperName: () => UpperName82
|
|
4691
|
+
var interface_exports45 = {};
|
|
4692
|
+
__export(interface_exports45, {
|
|
4693
|
+
Route: () => Route94
|
|
4926
4694
|
});
|
|
4927
|
-
var
|
|
4928
|
-
var UpperName82 = "Inventario";
|
|
4929
|
-
var LowerName82 = UpperName82[0].toLowerCase() + UpperName82.substring(1);
|
|
4695
|
+
var Route94 = "inventario";
|
|
4930
4696
|
|
|
4931
4697
|
// src/modules/document/inventario/route.schema.ts
|
|
4932
|
-
var
|
|
4933
|
-
__export(
|
|
4698
|
+
var route_schema_exports88 = {};
|
|
4699
|
+
__export(route_schema_exports88, {
|
|
4934
4700
|
createInventoryRequest: () => createInventoryRequest,
|
|
4935
4701
|
createManyInventoryRequest: () => createManyInventoryRequest
|
|
4936
4702
|
});
|
|
@@ -4946,16 +4712,12 @@ var createInventoryRequest = joi10.object().keys(createInventoryRequestKeys).mes
|
|
|
4946
4712
|
var createManyInventoryRequest = joi10.array().items(joi10.object().keys(createInventoryRequestKeys)).messages(messages).min(1);
|
|
4947
4713
|
|
|
4948
4714
|
// src/modules/document/returnToProvider/interface.ts
|
|
4949
|
-
var
|
|
4950
|
-
__export(
|
|
4951
|
-
|
|
4952
|
-
Route: () => Route84,
|
|
4953
|
-
UpperName: () => UpperName83,
|
|
4715
|
+
var interface_exports46 = {};
|
|
4716
|
+
__export(interface_exports46, {
|
|
4717
|
+
Route: () => Route95,
|
|
4954
4718
|
checkLinesToReturnOptions: () => checkLinesToReturnOptions
|
|
4955
4719
|
});
|
|
4956
|
-
var
|
|
4957
|
-
var UpperName83 = "ReturnToProvider";
|
|
4958
|
-
var LowerName83 = UpperName83[0].toLowerCase() + UpperName83.substring(1);
|
|
4720
|
+
var Route95 = "return_to_provider";
|
|
4959
4721
|
var checkLinesToReturnOptions = [
|
|
4960
4722
|
"Levantar",
|
|
4961
4723
|
"Cancelar Levantamento",
|
|
@@ -4966,8 +4728,8 @@ var checkLinesToReturnOptions = [
|
|
|
4966
4728
|
];
|
|
4967
4729
|
|
|
4968
4730
|
// src/modules/document/returnToProvider/route.schema.ts
|
|
4969
|
-
var
|
|
4970
|
-
__export(
|
|
4731
|
+
var route_schema_exports89 = {};
|
|
4732
|
+
__export(route_schema_exports89, {
|
|
4971
4733
|
checkLinesToReturnBody: () => checkLinesToReturnBody
|
|
4972
4734
|
});
|
|
4973
4735
|
var checkLinesToReturnLinesKeys = {
|
|
@@ -4981,21 +4743,17 @@ var checkLinesToReturnBodyKeys = {
|
|
|
4981
4743
|
var checkLinesToReturnBody = joi10.object().keys(checkLinesToReturnBodyKeys).messages(messages);
|
|
4982
4744
|
|
|
4983
4745
|
// src/modules/stock/prison/interface.ts
|
|
4984
|
-
var
|
|
4985
|
-
__export(
|
|
4986
|
-
|
|
4987
|
-
Route: () => Route85,
|
|
4988
|
-
UpperName: () => UpperName84,
|
|
4746
|
+
var interface_exports47 = {};
|
|
4747
|
+
__export(interface_exports47, {
|
|
4748
|
+
Route: () => Route96,
|
|
4989
4749
|
checkLineInPrisonOptions: () => checkLineInPrisonOptions
|
|
4990
4750
|
});
|
|
4991
|
-
var
|
|
4992
|
-
var UpperName84 = "Prison";
|
|
4993
|
-
var LowerName84 = UpperName84[0].toLowerCase() + UpperName84.substring(1);
|
|
4751
|
+
var Route96 = "prison";
|
|
4994
4752
|
var checkLineInPrisonOptions = ["Desprender", "Quebrar", "Devolver a fornecedor"];
|
|
4995
4753
|
|
|
4996
4754
|
// src/modules/stock/prison/route.schema.ts
|
|
4997
|
-
var
|
|
4998
|
-
__export(
|
|
4755
|
+
var route_schema_exports90 = {};
|
|
4756
|
+
__export(route_schema_exports90, {
|
|
4999
4757
|
checkLinesInPrisonBody: () => checkLinesInPrisonBody,
|
|
5000
4758
|
createLinesInPrisonBody: () => createLinesInPrisonBody
|
|
5001
4759
|
});
|
|
@@ -5022,9 +4780,7 @@ var createLinesInPrisonBody = joi10.object().keys({
|
|
|
5022
4780
|
var interfaces_exports51 = {};
|
|
5023
4781
|
__export(interfaces_exports51, {
|
|
5024
4782
|
IDocumentLineNoteTypeEnum: () => IDocumentLineNoteTypeEnum,
|
|
5025
|
-
|
|
5026
|
-
Route: () => Route86,
|
|
5027
|
-
UpperName: () => UpperName85,
|
|
4783
|
+
Route: () => Route97,
|
|
5028
4784
|
documentLineNoteTypes: () => documentLineNoteTypes
|
|
5029
4785
|
});
|
|
5030
4786
|
var IDocumentLineNoteTypeEnum = {
|
|
@@ -5038,13 +4794,11 @@ var IDocumentLineNoteTypeEnum = {
|
|
|
5038
4794
|
PF: "PF"
|
|
5039
4795
|
};
|
|
5040
4796
|
var documentLineNoteTypes = Object.keys(IDocumentLineNoteTypeEnum);
|
|
5041
|
-
var
|
|
5042
|
-
var UpperName85 = "DocumentLineNote";
|
|
5043
|
-
var LowerName85 = UpperName85[0].toLowerCase() + UpperName85.substring(1);
|
|
4797
|
+
var Route97 = "document_line_note";
|
|
5044
4798
|
|
|
5045
4799
|
// src/modules/supply/documentLineNote/route.schema.ts
|
|
5046
|
-
var
|
|
5047
|
-
__export(
|
|
4800
|
+
var route_schema_exports91 = {};
|
|
4801
|
+
__export(route_schema_exports91, {
|
|
5048
4802
|
upsertOrDeleteBody: () => upsertOrDeleteBody
|
|
5049
4803
|
});
|
|
5050
4804
|
var upsertOrDeleteBodyKeys = {
|
|
@@ -5057,17 +4811,13 @@ var upsertOrDeleteBody = joi10.object().keys(upsertOrDeleteBodyKeys).messages(me
|
|
|
5057
4811
|
// src/modules/stock/savedProviderProposal/interfaces.ts
|
|
5058
4812
|
var interfaces_exports52 = {};
|
|
5059
4813
|
__export(interfaces_exports52, {
|
|
5060
|
-
|
|
5061
|
-
Route: () => Route87,
|
|
5062
|
-
UpperName: () => UpperName86
|
|
4814
|
+
Route: () => Route98
|
|
5063
4815
|
});
|
|
5064
|
-
var
|
|
5065
|
-
var UpperName86 = "SavedProviderProposal";
|
|
5066
|
-
var LowerName86 = UpperName86[0].toLowerCase() + UpperName86.substring(1);
|
|
4816
|
+
var Route98 = "saved_provider_proposal";
|
|
5067
4817
|
|
|
5068
4818
|
// src/modules/stock/savedProviderProposal/route.schema.ts
|
|
5069
|
-
var
|
|
5070
|
-
__export(
|
|
4819
|
+
var route_schema_exports92 = {};
|
|
4820
|
+
__export(route_schema_exports92, {
|
|
5071
4821
|
setBody: () => setBody
|
|
5072
4822
|
});
|
|
5073
4823
|
var setBodyKeys = {
|
|
@@ -5078,20 +4828,16 @@ var setBodyKeys = {
|
|
|
5078
4828
|
var setBody = joi10.object().keys(setBodyKeys).messages(messages);
|
|
5079
4829
|
|
|
5080
4830
|
// src/modules/stock/productGoogleSheets/interface.ts
|
|
5081
|
-
var
|
|
5082
|
-
__export(
|
|
5083
|
-
LowerName: () => LowerName87,
|
|
4831
|
+
var interface_exports48 = {};
|
|
4832
|
+
__export(interface_exports48, {
|
|
5084
4833
|
ProductStateEnum: () => ProductStateEnum,
|
|
5085
4834
|
ProductStateLabels: () => ProductStateLabels,
|
|
5086
4835
|
ProductTypeEnum: () => ProductTypeEnum,
|
|
5087
|
-
Route: () =>
|
|
5088
|
-
UpperName: () => UpperName87,
|
|
4836
|
+
Route: () => Route99,
|
|
5089
4837
|
productState: () => productState,
|
|
5090
4838
|
productTypes: () => productTypes
|
|
5091
4839
|
});
|
|
5092
|
-
var
|
|
5093
|
-
var UpperName87 = "ProductsSheets";
|
|
5094
|
-
var LowerName87 = UpperName87[0].toLowerCase() + UpperName87.substring(1);
|
|
4840
|
+
var Route99 = "product_sheets";
|
|
5095
4841
|
var ProductStateEnum = {
|
|
5096
4842
|
Ativa: "Ativa",
|
|
5097
4843
|
NaoVemMais: "NaoVemMais",
|
|
@@ -5117,8 +4863,8 @@ var ProductTypeEnum = {
|
|
|
5117
4863
|
var productTypes = Object.keys(ProductTypeEnum);
|
|
5118
4864
|
|
|
5119
4865
|
// src/modules/stock/productGoogleSheets/route.schema.ts
|
|
5120
|
-
var
|
|
5121
|
-
__export(
|
|
4866
|
+
var route_schema_exports93 = {};
|
|
4867
|
+
__export(route_schema_exports93, {
|
|
5122
4868
|
basicSearchQuery: () => basicSearchQuery2,
|
|
5123
4869
|
checkStockByIdsBody: () => checkStockByIdsBody,
|
|
5124
4870
|
createBody: () => createBody57,
|
|
@@ -5126,6 +4872,7 @@ __export(route_schema_exports92, {
|
|
|
5126
4872
|
findByRef: () => findByRef,
|
|
5127
4873
|
findForMobileQuery: () => findForMobileQuery,
|
|
5128
4874
|
findProductSheetByReferenceQuery: () => findProductSheetByReferenceQuery,
|
|
4875
|
+
printLabelBulkQuery: () => printLabelBulkQuery,
|
|
5129
4876
|
printLabelQuery: () => printLabelQuery3,
|
|
5130
4877
|
productLocationBody: () => productLocationBody,
|
|
5131
4878
|
updateBody: () => updateBody50,
|
|
@@ -5135,6 +4882,10 @@ var printLabelQueryKeys3 = {
|
|
|
5135
4882
|
token: joi10.string().required()
|
|
5136
4883
|
};
|
|
5137
4884
|
var printLabelQuery3 = joi10.object().keys(printLabelQueryKeys3).messages(messages);
|
|
4885
|
+
var printLabelBulkQuery = joi10.object().keys({
|
|
4886
|
+
ids: joi10.string().required(),
|
|
4887
|
+
token: joi10.string().required()
|
|
4888
|
+
}).required();
|
|
5138
4889
|
var checkStockByIdsBody = joi10.object().keys({ ids: joi10.array().items(joi10.string().uuid().required()).required() }).messages(messages);
|
|
5139
4890
|
var basicSearchQueryKeys2 = {
|
|
5140
4891
|
per_page: joi10.number().integer().positive().default(10).optional(),
|
|
@@ -5214,24 +4965,21 @@ var findProductSheetByReferenceQuery = joi10.object().keys({
|
|
|
5214
4965
|
selector: joi10.string().required()
|
|
5215
4966
|
}).messages(messages);
|
|
5216
4967
|
var productLocationBody = joi10.object().keys({
|
|
5217
|
-
|
|
5218
|
-
|
|
4968
|
+
location_id: joi10.string().required(),
|
|
4969
|
+
product_ids: joi10.array().items(joi10.string().uuid()).required(),
|
|
4970
|
+
created_by: joi10.string().required()
|
|
5219
4971
|
}).messages(messages);
|
|
5220
4972
|
|
|
5221
4973
|
// src/modules/stock/task/interface.ts
|
|
5222
|
-
var
|
|
5223
|
-
__export(
|
|
4974
|
+
var interface_exports49 = {};
|
|
4975
|
+
__export(interface_exports49, {
|
|
5224
4976
|
IHistoryStatusDataTypeEnum: () => IHistoryStatusDataTypeEnum,
|
|
5225
4977
|
ITaskStatusDataTypeEnum: () => ITaskStatusDataTypeEnum,
|
|
5226
|
-
|
|
5227
|
-
Route: () => Route89,
|
|
5228
|
-
UpperName: () => UpperName88,
|
|
4978
|
+
Route: () => Route100,
|
|
5229
4979
|
historyStatusDataType: () => historyStatusDataType,
|
|
5230
4980
|
taskStatusDataType: () => taskStatusDataType
|
|
5231
4981
|
});
|
|
5232
|
-
var
|
|
5233
|
-
var UpperName88 = "Task";
|
|
5234
|
-
var LowerName88 = UpperName88[0].toLowerCase() + UpperName88.substring(1);
|
|
4982
|
+
var Route100 = "task";
|
|
5235
4983
|
var ITaskStatusDataTypeEnum = {
|
|
5236
4984
|
Normal: "Normal",
|
|
5237
4985
|
Urgent: "Urgent",
|
|
@@ -5248,8 +4996,8 @@ var IHistoryStatusDataTypeEnum = {
|
|
|
5248
4996
|
var historyStatusDataType = Object.keys(IHistoryStatusDataTypeEnum);
|
|
5249
4997
|
|
|
5250
4998
|
// src/modules/stock/task/route.schema.ts
|
|
5251
|
-
var
|
|
5252
|
-
__export(
|
|
4999
|
+
var route_schema_exports94 = {};
|
|
5000
|
+
__export(route_schema_exports94, {
|
|
5253
5001
|
createBody: () => createBody58,
|
|
5254
5002
|
createFromDossierBody: () => createFromDossierBody,
|
|
5255
5003
|
findTaskParams: () => findTaskParams,
|
|
@@ -5282,19 +5030,15 @@ var findTaskParamsKeys = {
|
|
|
5282
5030
|
var findTaskParams = joi10.object().keys(findTaskParamsKeys).messages(messages);
|
|
5283
5031
|
|
|
5284
5032
|
// src/modules/stock/taskMessage/interface.ts
|
|
5285
|
-
var
|
|
5286
|
-
__export(
|
|
5287
|
-
|
|
5288
|
-
Route: () => Route90,
|
|
5289
|
-
UpperName: () => UpperName89
|
|
5033
|
+
var interface_exports50 = {};
|
|
5034
|
+
__export(interface_exports50, {
|
|
5035
|
+
Route: () => Route101
|
|
5290
5036
|
});
|
|
5291
|
-
var
|
|
5292
|
-
var UpperName89 = "TaskMessage";
|
|
5293
|
-
var LowerName89 = UpperName89[0].toLowerCase() + UpperName89.substring(1);
|
|
5037
|
+
var Route101 = "task_message";
|
|
5294
5038
|
|
|
5295
5039
|
// src/modules/stock/taskMessage/route.schema.ts
|
|
5296
|
-
var
|
|
5297
|
-
__export(
|
|
5040
|
+
var route_schema_exports95 = {};
|
|
5041
|
+
__export(route_schema_exports95, {
|
|
5298
5042
|
createBody: () => createBody59,
|
|
5299
5043
|
updateBody: () => updateBody52
|
|
5300
5044
|
});
|
|
@@ -5310,30 +5054,22 @@ var updateBodyKeys52 = {
|
|
|
5310
5054
|
var updateBody52 = joi10.object().keys(updateBodyKeys52).messages(messages);
|
|
5311
5055
|
|
|
5312
5056
|
// src/modules/stock/recurrentTasks/interface.ts
|
|
5313
|
-
var
|
|
5314
|
-
__export(
|
|
5315
|
-
|
|
5316
|
-
Route: () => Route91,
|
|
5317
|
-
UpperName: () => UpperName90
|
|
5057
|
+
var interface_exports51 = {};
|
|
5058
|
+
__export(interface_exports51, {
|
|
5059
|
+
Route: () => Route102
|
|
5318
5060
|
});
|
|
5319
|
-
var
|
|
5320
|
-
var UpperName90 = "RecurrentTasks";
|
|
5321
|
-
var LowerName90 = UpperName90[0].toLowerCase() + UpperName90.substring(1);
|
|
5061
|
+
var Route102 = "recurrent_tasks";
|
|
5322
5062
|
|
|
5323
5063
|
// src/modules/stock/taskRead/interface.ts
|
|
5324
|
-
var
|
|
5325
|
-
__export(
|
|
5326
|
-
|
|
5327
|
-
Route: () => Route92,
|
|
5328
|
-
UpperName: () => UpperName91
|
|
5064
|
+
var interface_exports52 = {};
|
|
5065
|
+
__export(interface_exports52, {
|
|
5066
|
+
Route: () => Route103
|
|
5329
5067
|
});
|
|
5330
|
-
var
|
|
5331
|
-
var UpperName91 = "TaskRead";
|
|
5332
|
-
var LowerName91 = UpperName91[0].toLowerCase() + UpperName91.substring(1);
|
|
5068
|
+
var Route103 = "task_read";
|
|
5333
5069
|
|
|
5334
5070
|
// src/modules/stock/taskRead/route.schema.ts
|
|
5335
|
-
var
|
|
5336
|
-
__export(
|
|
5071
|
+
var route_schema_exports96 = {};
|
|
5072
|
+
__export(route_schema_exports96, {
|
|
5337
5073
|
createBody: () => createBody60,
|
|
5338
5074
|
deleteBody: () => deleteBody2
|
|
5339
5075
|
});
|
|
@@ -5351,17 +5087,13 @@ var deleteBody2 = joi10.object().keys(deleteParamsKeys).messages(messages);
|
|
|
5351
5087
|
// src/modules/user/theme/interfaces.ts
|
|
5352
5088
|
var interfaces_exports53 = {};
|
|
5353
5089
|
__export(interfaces_exports53, {
|
|
5354
|
-
|
|
5355
|
-
Route: () => Route93,
|
|
5356
|
-
UpperName: () => UpperName92
|
|
5090
|
+
Route: () => Route104
|
|
5357
5091
|
});
|
|
5358
|
-
var
|
|
5359
|
-
var UpperName92 = "Theme";
|
|
5360
|
-
var LowerName92 = UpperName92[0].toLowerCase() + UpperName92.substring(1);
|
|
5092
|
+
var Route104 = "theme";
|
|
5361
5093
|
|
|
5362
5094
|
// src/modules/user/theme/route.schema.ts
|
|
5363
|
-
var
|
|
5364
|
-
__export(
|
|
5095
|
+
var route_schema_exports97 = {};
|
|
5096
|
+
__export(route_schema_exports97, {
|
|
5365
5097
|
createOrUpdateBody: () => createOrUpdateBody
|
|
5366
5098
|
});
|
|
5367
5099
|
var createOrUpdateBodyKeys = {
|
|
@@ -5376,19 +5108,15 @@ var createOrUpdateBodyKeys = {
|
|
|
5376
5108
|
var createOrUpdateBody = joi10.object().keys(createOrUpdateBodyKeys).messages(messages);
|
|
5377
5109
|
|
|
5378
5110
|
// src/modules/stock/dashboard/interface.ts
|
|
5379
|
-
var
|
|
5380
|
-
__export(
|
|
5381
|
-
|
|
5382
|
-
Route: () => Route94,
|
|
5383
|
-
UpperName: () => UpperName93
|
|
5111
|
+
var interface_exports53 = {};
|
|
5112
|
+
__export(interface_exports53, {
|
|
5113
|
+
Route: () => Route105
|
|
5384
5114
|
});
|
|
5385
|
-
var
|
|
5386
|
-
var UpperName93 = "Dashboard";
|
|
5387
|
-
var LowerName93 = UpperName93[0].toLowerCase() + UpperName93.substring(1);
|
|
5115
|
+
var Route105 = "dashboard";
|
|
5388
5116
|
|
|
5389
5117
|
// src/modules/stock/dashboard/route.schema.ts
|
|
5390
|
-
var
|
|
5391
|
-
__export(
|
|
5118
|
+
var route_schema_exports98 = {};
|
|
5119
|
+
__export(route_schema_exports98, {
|
|
5392
5120
|
findByDateParams: () => findByDateParams
|
|
5393
5121
|
});
|
|
5394
5122
|
var findByDateKeys = {
|
|
@@ -5398,19 +5126,15 @@ var findByDateKeys = {
|
|
|
5398
5126
|
var findByDateParams = joi10.object().keys(findByDateKeys).messages(messages);
|
|
5399
5127
|
|
|
5400
5128
|
// src/modules/stock/chatRapidMessage/interface.ts
|
|
5401
|
-
var
|
|
5402
|
-
__export(
|
|
5403
|
-
|
|
5404
|
-
Route: () => Route95,
|
|
5405
|
-
UpperName: () => UpperName94
|
|
5129
|
+
var interface_exports54 = {};
|
|
5130
|
+
__export(interface_exports54, {
|
|
5131
|
+
Route: () => Route106
|
|
5406
5132
|
});
|
|
5407
|
-
var
|
|
5408
|
-
var UpperName94 = "ChatRapidMessage";
|
|
5409
|
-
var LowerName94 = UpperName94[0].toLowerCase() + UpperName94.substring(1);
|
|
5133
|
+
var Route106 = "chat_rapid_message";
|
|
5410
5134
|
|
|
5411
5135
|
// src/modules/stock/chatRapidMessage/route.schema.ts
|
|
5412
|
-
var
|
|
5413
|
-
__export(
|
|
5136
|
+
var route_schema_exports99 = {};
|
|
5137
|
+
__export(route_schema_exports99, {
|
|
5414
5138
|
createBody: () => createBody61,
|
|
5415
5139
|
updateBody: () => updateBody53
|
|
5416
5140
|
});
|
|
@@ -5426,11 +5150,15 @@ var updateBodyKeys53 = {
|
|
|
5426
5150
|
var updateBody53 = joi10.object().keys(updateBodyKeys53).messages(messages);
|
|
5427
5151
|
|
|
5428
5152
|
// src/modules/ui/sideMenu/interface.ts
|
|
5429
|
-
var
|
|
5153
|
+
var interface_exports55 = {};
|
|
5154
|
+
__export(interface_exports55, {
|
|
5155
|
+
Route: () => Route107
|
|
5156
|
+
});
|
|
5157
|
+
var Route107 = "sidemenu";
|
|
5430
5158
|
|
|
5431
5159
|
// src/modules/ui/sideMenu/route.schema.ts
|
|
5432
|
-
var
|
|
5433
|
-
__export(
|
|
5160
|
+
var route_schema_exports100 = {};
|
|
5161
|
+
__export(route_schema_exports100, {
|
|
5434
5162
|
findByDocumentLineStateQuery: () => findByDocumentLineStateQuery,
|
|
5435
5163
|
findByStateQuery: () => findByStateQuery
|
|
5436
5164
|
});
|
|
@@ -5445,29 +5173,57 @@ var findByStateQueryKeys = {
|
|
|
5445
5173
|
};
|
|
5446
5174
|
var findByStateQuery = joi10.object().keys(findByStateQueryKeys).messages(messages);
|
|
5447
5175
|
|
|
5176
|
+
// src/modules/ui/sidemenuHighlight/interface.ts
|
|
5177
|
+
var interface_exports56 = {};
|
|
5178
|
+
__export(interface_exports56, {
|
|
5179
|
+
Route: () => Route108,
|
|
5180
|
+
buildHighlightValue: () => buildHighlightValue,
|
|
5181
|
+
highlightValueSeparator: () => highlightValueSeparator,
|
|
5182
|
+
parseHighlightValue: () => parseHighlightValue
|
|
5183
|
+
});
|
|
5184
|
+
var Route108 = "sidemenu_highlight";
|
|
5185
|
+
var highlightValueSeparator = "|:|";
|
|
5186
|
+
var buildHighlightValue = (item) => `${item.user_type}${highlightValueSeparator}${item.state}`;
|
|
5187
|
+
var parseHighlightValue = (value) => {
|
|
5188
|
+
const idx = value.indexOf(highlightValueSeparator);
|
|
5189
|
+
if (idx < 0) return null;
|
|
5190
|
+
return {
|
|
5191
|
+
user_type: value.slice(0, idx),
|
|
5192
|
+
state: value.slice(idx + highlightValueSeparator.length)
|
|
5193
|
+
};
|
|
5194
|
+
};
|
|
5195
|
+
|
|
5196
|
+
// src/modules/ui/sidemenuHighlight/route.schema.ts
|
|
5197
|
+
var route_schema_exports101 = {};
|
|
5198
|
+
__export(route_schema_exports101, {
|
|
5199
|
+
findByStoreOperatorIdParam: () => findByStoreOperatorIdParam2,
|
|
5200
|
+
setStoreOperatorHighlightsBody: () => setStoreOperatorHighlightsBody
|
|
5201
|
+
});
|
|
5202
|
+
var findByStoreOperatorIdParamKeys2 = {
|
|
5203
|
+
store_operator_id: joi10.string().uuid().required()
|
|
5204
|
+
};
|
|
5205
|
+
var findByStoreOperatorIdParam2 = joi10.object().keys(findByStoreOperatorIdParamKeys2).messages(messages);
|
|
5206
|
+
var setStoreOperatorHighlightsBodyKeys = {
|
|
5207
|
+
store_operator_id: joi10.string().uuid().required(),
|
|
5208
|
+
values: joi10.array().items(joi10.string().min(1)).required()
|
|
5209
|
+
};
|
|
5210
|
+
var setStoreOperatorHighlightsBody = joi10.object().keys(setStoreOperatorHighlightsBodyKeys).messages(messages);
|
|
5211
|
+
|
|
5448
5212
|
// src/modules/view/adminPanel/interfaces.ts
|
|
5449
5213
|
var interfaces_exports54 = {};
|
|
5450
5214
|
__export(interfaces_exports54, {
|
|
5451
|
-
|
|
5452
|
-
Route: () => Route96,
|
|
5453
|
-
UpperName: () => UpperName95
|
|
5215
|
+
Route: () => Route109
|
|
5454
5216
|
});
|
|
5455
|
-
var
|
|
5456
|
-
var UpperName95 = "AdminPanel";
|
|
5457
|
-
var LowerName95 = UpperName95[0].toLowerCase() + UpperName95.substring(1);
|
|
5217
|
+
var Route109 = "admin_panel";
|
|
5458
5218
|
|
|
5459
5219
|
// src/modules/view/errorLog/interfaces.ts
|
|
5460
5220
|
var interfaces_exports55 = {};
|
|
5461
5221
|
__export(interfaces_exports55, {
|
|
5462
5222
|
IErrorTypeEnum: () => IErrorTypeEnum,
|
|
5463
|
-
|
|
5464
|
-
Route: () => Route97,
|
|
5465
|
-
UpperName: () => UpperName96,
|
|
5223
|
+
Route: () => Route110,
|
|
5466
5224
|
errorTypes: () => errorTypes
|
|
5467
5225
|
});
|
|
5468
|
-
var
|
|
5469
|
-
var UpperName96 = "ErrorHandler";
|
|
5470
|
-
var LowerName96 = UpperName96[0].toLowerCase() + UpperName96.substring(1);
|
|
5226
|
+
var Route110 = "error_log";
|
|
5471
5227
|
var IErrorTypeEnum = {
|
|
5472
5228
|
prisma: "prisma",
|
|
5473
5229
|
unhandled: "unhandled",
|
|
@@ -5479,8 +5235,8 @@ var IErrorTypeEnum = {
|
|
|
5479
5235
|
var errorTypes = Object.keys(IErrorTypeEnum);
|
|
5480
5236
|
|
|
5481
5237
|
// src/modules/view/errorLog/route.schema.ts
|
|
5482
|
-
var
|
|
5483
|
-
__export(
|
|
5238
|
+
var route_schema_exports102 = {};
|
|
5239
|
+
__export(route_schema_exports102, {
|
|
5484
5240
|
createBody: () => createBody62
|
|
5485
5241
|
});
|
|
5486
5242
|
var createBodyKeys61 = {
|
|
@@ -5501,19 +5257,15 @@ var createBodyKeys61 = {
|
|
|
5501
5257
|
var createBody62 = joi10.object().keys(createBodyKeys61).messages(messages);
|
|
5502
5258
|
|
|
5503
5259
|
// src/modules/supply/documentLineRM/interface.ts
|
|
5504
|
-
var
|
|
5505
|
-
__export(
|
|
5506
|
-
|
|
5507
|
-
Route: () => Route98,
|
|
5508
|
-
UpperName: () => UpperName97
|
|
5260
|
+
var interface_exports57 = {};
|
|
5261
|
+
__export(interface_exports57, {
|
|
5262
|
+
Route: () => Route111
|
|
5509
5263
|
});
|
|
5510
|
-
var
|
|
5511
|
-
var UpperName97 = "DocumentLineRM";
|
|
5512
|
-
var LowerName97 = UpperName97[0].toLowerCase() + UpperName97.substring(1);
|
|
5264
|
+
var Route111 = "document_line_rm";
|
|
5513
5265
|
|
|
5514
5266
|
// src/modules/supply/documentLineRM/route.schema.ts
|
|
5515
|
-
var
|
|
5516
|
-
__export(
|
|
5267
|
+
var route_schema_exports103 = {};
|
|
5268
|
+
__export(route_schema_exports103, {
|
|
5517
5269
|
updateBody: () => updateBody54
|
|
5518
5270
|
});
|
|
5519
5271
|
var updateKeys = {
|
|
@@ -5533,19 +5285,15 @@ var updateKeys = {
|
|
|
5533
5285
|
var updateBody54 = joi10.object().keys(updateKeys).messages(messages);
|
|
5534
5286
|
|
|
5535
5287
|
// src/modules/supply/documentLineMT/interface.ts
|
|
5536
|
-
var
|
|
5537
|
-
__export(
|
|
5538
|
-
|
|
5539
|
-
Route: () => Route99,
|
|
5540
|
-
UpperName: () => UpperName98
|
|
5288
|
+
var interface_exports58 = {};
|
|
5289
|
+
__export(interface_exports58, {
|
|
5290
|
+
Route: () => Route112
|
|
5541
5291
|
});
|
|
5542
|
-
var
|
|
5543
|
-
var UpperName98 = "DocumentLineMT";
|
|
5544
|
-
var LowerName98 = UpperName98[0].toLowerCase() + UpperName98.substring(1);
|
|
5292
|
+
var Route112 = "document_line_mt";
|
|
5545
5293
|
|
|
5546
5294
|
// src/modules/supply/documentLineMT/route.schema.ts
|
|
5547
|
-
var
|
|
5548
|
-
__export(
|
|
5295
|
+
var route_schema_exports104 = {};
|
|
5296
|
+
__export(route_schema_exports104, {
|
|
5549
5297
|
updateBody: () => updateBody55
|
|
5550
5298
|
});
|
|
5551
5299
|
var updateKeys2 = {
|
|
@@ -5562,18 +5310,15 @@ var updateBody55 = joi10.object().keys(updateKeys2).messages(messages);
|
|
|
5562
5310
|
// src/modules/user/chatSubscribers/interfaces.ts
|
|
5563
5311
|
var interfaces_exports56 = {};
|
|
5564
5312
|
__export(interfaces_exports56, {
|
|
5565
|
-
|
|
5566
|
-
Route: () => Route100,
|
|
5567
|
-
UpperName: () => UpperName99
|
|
5313
|
+
Route: () => Route113
|
|
5568
5314
|
});
|
|
5569
|
-
var
|
|
5570
|
-
var UpperName99 = "ChatSubscriber";
|
|
5571
|
-
var LowerName99 = UpperName99[0].toLowerCase() + UpperName99.substring(1);
|
|
5315
|
+
var Route113 = "chat_subscriber";
|
|
5572
5316
|
|
|
5573
5317
|
// src/modules/user/chatSubscribers/route.schema.ts
|
|
5574
|
-
var
|
|
5575
|
-
__export(
|
|
5318
|
+
var route_schema_exports105 = {};
|
|
5319
|
+
__export(route_schema_exports105, {
|
|
5576
5320
|
createOrUpdateBody: () => createOrUpdateBody2,
|
|
5321
|
+
findDocumentHeaderSubscribersByLanguageQuery: () => findDocumentHeaderSubscribersByLanguageQuery,
|
|
5577
5322
|
findDocumentHeaderSubscribersQuery: () => findDocumentHeaderSubscribersQuery,
|
|
5578
5323
|
findSubscribedDocumentHeadersQuery: () => findSubscribedDocumentHeadersQuery
|
|
5579
5324
|
});
|
|
@@ -5587,23 +5332,23 @@ var findDocumentHeaderSubscribersQueryKeys = {
|
|
|
5587
5332
|
chat_document_header_id: joi10.string().uuid().required()
|
|
5588
5333
|
};
|
|
5589
5334
|
var findDocumentHeaderSubscribersQuery = joi10.object().keys(findDocumentHeaderSubscribersQueryKeys).messages(messages);
|
|
5335
|
+
var findDocumentHeaderSubscribersByLanguageQuery = joi10.object().keys({
|
|
5336
|
+
chat_document_header_id: joi10.string().uuid().required(),
|
|
5337
|
+
language_id: joi10.string().uuid().required()
|
|
5338
|
+
}).messages(messages);
|
|
5590
5339
|
var findSubscribedDocumentHeadersQueryKeys = {
|
|
5591
5340
|
owner_id: joi10.string().uuid().required()
|
|
5592
5341
|
};
|
|
5593
5342
|
var findSubscribedDocumentHeadersQuery = joi10.object().keys(findSubscribedDocumentHeadersQueryKeys).messages(messages);
|
|
5594
5343
|
|
|
5595
5344
|
// src/modules/stock/tag/interface.ts
|
|
5596
|
-
var
|
|
5597
|
-
__export(
|
|
5345
|
+
var interface_exports59 = {};
|
|
5346
|
+
__export(interface_exports59, {
|
|
5598
5347
|
ITagType: () => ITagType,
|
|
5599
5348
|
ITagTypeEnum: () => ITagTypeEnum,
|
|
5600
|
-
|
|
5601
|
-
Route: () => Route101,
|
|
5602
|
-
UpperName: () => UpperName100
|
|
5349
|
+
Route: () => Route114
|
|
5603
5350
|
});
|
|
5604
|
-
var
|
|
5605
|
-
var UpperName100 = "Tag";
|
|
5606
|
-
var LowerName100 = UpperName100[0].toLowerCase() + UpperName100.substring(1);
|
|
5351
|
+
var Route114 = "tag";
|
|
5607
5352
|
var ITagTypeEnum = {
|
|
5608
5353
|
private: "private",
|
|
5609
5354
|
public: "public"
|
|
@@ -5611,8 +5356,8 @@ var ITagTypeEnum = {
|
|
|
5611
5356
|
var ITagType = Object.keys(ITagTypeEnum);
|
|
5612
5357
|
|
|
5613
5358
|
// src/modules/stock/tag/route.schema.ts
|
|
5614
|
-
var
|
|
5615
|
-
__export(
|
|
5359
|
+
var route_schema_exports106 = {};
|
|
5360
|
+
__export(route_schema_exports106, {
|
|
5616
5361
|
createBody: () => createBody63,
|
|
5617
5362
|
updateManyBody: () => updateManyBody3
|
|
5618
5363
|
});
|
|
@@ -5631,26 +5376,22 @@ var updateManyBodyKeys2 = {
|
|
|
5631
5376
|
var updateManyBody3 = joi10.array().items(joi10.object().keys(updateManyBodyKeys2)).messages(messages);
|
|
5632
5377
|
|
|
5633
5378
|
// src/modules/stock/gmails/interface.ts
|
|
5634
|
-
var
|
|
5635
|
-
__export(
|
|
5636
|
-
|
|
5637
|
-
Route: () => Route102,
|
|
5638
|
-
UpperName: () => UpperName101
|
|
5379
|
+
var interface_exports60 = {};
|
|
5380
|
+
__export(interface_exports60, {
|
|
5381
|
+
Route: () => Route115
|
|
5639
5382
|
});
|
|
5640
|
-
var
|
|
5641
|
-
var UpperName101 = "Gmail";
|
|
5642
|
-
var LowerName101 = UpperName101[0].toLowerCase() + UpperName101.substring(1);
|
|
5383
|
+
var Route115 = "gmail";
|
|
5643
5384
|
|
|
5644
5385
|
// src/modules/document/NPF/interface.ts
|
|
5645
|
-
var
|
|
5646
|
-
__export(
|
|
5647
|
-
Route: () =>
|
|
5386
|
+
var interface_exports61 = {};
|
|
5387
|
+
__export(interface_exports61, {
|
|
5388
|
+
Route: () => Route116
|
|
5648
5389
|
});
|
|
5649
|
-
var
|
|
5390
|
+
var Route116 = "npf";
|
|
5650
5391
|
|
|
5651
5392
|
// src/modules/document/NPF/route.schema.ts
|
|
5652
|
-
var
|
|
5653
|
-
__export(
|
|
5393
|
+
var route_schema_exports107 = {};
|
|
5394
|
+
__export(route_schema_exports107, {
|
|
5654
5395
|
providerPaymentBody: () => providerPaymentBody
|
|
5655
5396
|
});
|
|
5656
5397
|
var providerPaymentDocumentKeys = {
|
|
@@ -5672,19 +5413,15 @@ var providerPaymentBodyKeys = {
|
|
|
5672
5413
|
var providerPaymentBody = joi10.array().items(joi10.object().keys(providerPaymentBodyKeys)).messages(messages);
|
|
5673
5414
|
|
|
5674
5415
|
// src/modules/document/NRCL/interface.ts
|
|
5675
|
-
var
|
|
5676
|
-
__export(
|
|
5677
|
-
|
|
5678
|
-
Route: () => Route104,
|
|
5679
|
-
UpperName: () => UpperName102
|
|
5416
|
+
var interface_exports62 = {};
|
|
5417
|
+
__export(interface_exports62, {
|
|
5418
|
+
Route: () => Route117
|
|
5680
5419
|
});
|
|
5681
|
-
var
|
|
5682
|
-
var UpperName102 = "DocumentHeader";
|
|
5683
|
-
var LowerName102 = UpperName102[0].toLowerCase() + UpperName102.substring(1);
|
|
5420
|
+
var Route117 = "document_header";
|
|
5684
5421
|
|
|
5685
5422
|
// src/modules/document/NRCL/route.schema.ts
|
|
5686
|
-
var
|
|
5687
|
-
__export(
|
|
5423
|
+
var route_schema_exports108 = {};
|
|
5424
|
+
__export(route_schema_exports108, {
|
|
5688
5425
|
regularizarMultiplosBody: () => regularizarMultiplosBody
|
|
5689
5426
|
});
|
|
5690
5427
|
var multipleDocumentsBodyKeys = {
|
|
@@ -5705,17 +5442,13 @@ var regularizarMultiplosBodyKeys = {
|
|
|
5705
5442
|
var regularizarMultiplosBody = joi10.object().keys(regularizarMultiplosBodyKeys).messages(messages);
|
|
5706
5443
|
|
|
5707
5444
|
// src/modules/supply/currentAccount/interface.ts
|
|
5708
|
-
var
|
|
5709
|
-
__export(
|
|
5445
|
+
var interface_exports63 = {};
|
|
5446
|
+
__export(interface_exports63, {
|
|
5710
5447
|
IExportCurrentAccountOutputEnum: () => IExportCurrentAccountOutputEnum,
|
|
5711
5448
|
IExportCurrentAccountOutputOptions: () => IExportCurrentAccountOutputOptions,
|
|
5712
|
-
|
|
5713
|
-
Route: () => Route105,
|
|
5714
|
-
UpperName: () => UpperName103
|
|
5449
|
+
Route: () => Route118
|
|
5715
5450
|
});
|
|
5716
|
-
var
|
|
5717
|
-
var UpperName103 = "Payment";
|
|
5718
|
-
var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
|
|
5451
|
+
var Route118 = "current_account";
|
|
5719
5452
|
var IExportCurrentAccountOutputEnum = {
|
|
5720
5453
|
csv: "csv",
|
|
5721
5454
|
pdf: "pdf"
|
|
@@ -5723,8 +5456,8 @@ var IExportCurrentAccountOutputEnum = {
|
|
|
5723
5456
|
var IExportCurrentAccountOutputOptions = Object.keys(IExportCurrentAccountOutputEnum);
|
|
5724
5457
|
|
|
5725
5458
|
// src/modules/supply/currentAccount/route.schema.ts
|
|
5726
|
-
var
|
|
5727
|
-
__export(
|
|
5459
|
+
var route_schema_exports109 = {};
|
|
5460
|
+
__export(route_schema_exports109, {
|
|
5728
5461
|
exportCurrentAccountBetweenDatesQuery: () => exportCurrentAccountBetweenDatesQuery,
|
|
5729
5462
|
exportPaymentsBody: () => exportPaymentsBody,
|
|
5730
5463
|
findPaymentsNotExportedQuery: () => findPaymentsNotExportedQuery,
|
|
@@ -5768,19 +5501,15 @@ var findPaymentsNotExportedQuery = joi10.object().keys({
|
|
|
5768
5501
|
}).messages(messages);
|
|
5769
5502
|
|
|
5770
5503
|
// src/modules/supply/paymentBatch/interface.ts
|
|
5771
|
-
var
|
|
5772
|
-
__export(
|
|
5773
|
-
|
|
5774
|
-
Route: () => Route106,
|
|
5775
|
-
UpperName: () => UpperName104
|
|
5504
|
+
var interface_exports64 = {};
|
|
5505
|
+
__export(interface_exports64, {
|
|
5506
|
+
Route: () => Route119
|
|
5776
5507
|
});
|
|
5777
|
-
var
|
|
5778
|
-
var UpperName104 = "Payment";
|
|
5779
|
-
var LowerName104 = UpperName104[0].toLowerCase() + UpperName104.substring(1);
|
|
5508
|
+
var Route119 = "payment_batch";
|
|
5780
5509
|
|
|
5781
5510
|
// src/modules/supply/paymentBatch/route.schema.ts
|
|
5782
|
-
var
|
|
5783
|
-
__export(
|
|
5511
|
+
var route_schema_exports110 = {};
|
|
5512
|
+
__export(route_schema_exports110, {
|
|
5784
5513
|
exportPaymentsBody: () => exportPaymentsBody2,
|
|
5785
5514
|
findPaymentsNotExportedQuery: () => findPaymentsNotExportedQuery2
|
|
5786
5515
|
});
|
|
@@ -5795,12 +5524,12 @@ var findPaymentsNotExportedQuery2 = joi10.object().keys({
|
|
|
5795
5524
|
}).messages(messages);
|
|
5796
5525
|
|
|
5797
5526
|
// src/modules/ui/portal/interface.ts
|
|
5798
|
-
var
|
|
5799
|
-
__export(
|
|
5527
|
+
var interface_exports65 = {};
|
|
5528
|
+
__export(interface_exports65, {
|
|
5800
5529
|
IPublicDocumentHeaderNoteType: () => IPublicDocumentHeaderNoteType,
|
|
5801
|
-
Route: () =>
|
|
5530
|
+
Route: () => Route120
|
|
5802
5531
|
});
|
|
5803
|
-
var
|
|
5532
|
+
var Route120 = "portal";
|
|
5804
5533
|
var IPublicDocumentHeaderNoteType = /* @__PURE__ */ ((IPublicDocumentHeaderNoteType2) => {
|
|
5805
5534
|
IPublicDocumentHeaderNoteType2["Provider"] = "Provider";
|
|
5806
5535
|
IPublicDocumentHeaderNoteType2["Client"] = "Client";
|
|
@@ -5808,8 +5537,8 @@ var IPublicDocumentHeaderNoteType = /* @__PURE__ */ ((IPublicDocumentHeaderNoteT
|
|
|
5808
5537
|
})(IPublicDocumentHeaderNoteType || {});
|
|
5809
5538
|
|
|
5810
5539
|
// src/modules/ui/portal/route.schema.ts
|
|
5811
|
-
var
|
|
5812
|
-
__export(
|
|
5540
|
+
var route_schema_exports111 = {};
|
|
5541
|
+
__export(route_schema_exports111, {
|
|
5813
5542
|
createNoteBody: () => createNoteBody,
|
|
5814
5543
|
updateNoteBody: () => updateNoteBody
|
|
5815
5544
|
});
|
|
@@ -5825,30 +5554,22 @@ var updateNoteBodyKeys = {
|
|
|
5825
5554
|
var updateNoteBody = joi10.object().keys(updateNoteBodyKeys).messages(messages);
|
|
5826
5555
|
|
|
5827
5556
|
// src/modules/stock/googleSheetPool/interface.ts
|
|
5828
|
-
var
|
|
5829
|
-
__export(
|
|
5830
|
-
|
|
5831
|
-
Route: () => Route108,
|
|
5832
|
-
UpperName: () => UpperName105
|
|
5557
|
+
var interface_exports66 = {};
|
|
5558
|
+
__export(interface_exports66, {
|
|
5559
|
+
Route: () => Route121
|
|
5833
5560
|
});
|
|
5834
|
-
var
|
|
5835
|
-
var UpperName105 = "GoogleSheetPool";
|
|
5836
|
-
var LowerName105 = UpperName105[0].toLowerCase() + UpperName105.substring(1);
|
|
5561
|
+
var Route121 = "google_sheet_pool";
|
|
5837
5562
|
|
|
5838
5563
|
// src/modules/stock/accountCode/interface.ts
|
|
5839
|
-
var
|
|
5840
|
-
__export(
|
|
5841
|
-
|
|
5842
|
-
Route: () => Route109,
|
|
5843
|
-
UpperName: () => UpperName106
|
|
5564
|
+
var interface_exports67 = {};
|
|
5565
|
+
__export(interface_exports67, {
|
|
5566
|
+
Route: () => Route122
|
|
5844
5567
|
});
|
|
5845
|
-
var
|
|
5846
|
-
var UpperName106 = "AccountCode";
|
|
5847
|
-
var LowerName106 = UpperName106[0].toLowerCase() + UpperName106.substring(1);
|
|
5568
|
+
var Route122 = "account_code";
|
|
5848
5569
|
|
|
5849
5570
|
// src/modules/stock/accountCode/route.schema.ts
|
|
5850
|
-
var
|
|
5851
|
-
__export(
|
|
5571
|
+
var route_schema_exports112 = {};
|
|
5572
|
+
__export(route_schema_exports112, {
|
|
5852
5573
|
findByCode: () => findByCode
|
|
5853
5574
|
});
|
|
5854
5575
|
var findByCodeParams = {
|
|
@@ -5859,13 +5580,13 @@ var findByCode = joi10.object().keys(findByCodeParams).messages(messages);
|
|
|
5859
5580
|
// src/modules/llm/llm/interfaces.ts
|
|
5860
5581
|
var interfaces_exports57 = {};
|
|
5861
5582
|
__export(interfaces_exports57, {
|
|
5862
|
-
Route: () =>
|
|
5583
|
+
Route: () => Route123
|
|
5863
5584
|
});
|
|
5864
|
-
var
|
|
5585
|
+
var Route123 = "llm";
|
|
5865
5586
|
|
|
5866
5587
|
// src/modules/llm/llm/route.schema.ts
|
|
5867
|
-
var
|
|
5868
|
-
__export(
|
|
5588
|
+
var route_schema_exports113 = {};
|
|
5589
|
+
__export(route_schema_exports113, {
|
|
5869
5590
|
identifyLanguageSchema: () => identifyLanguageSchema,
|
|
5870
5591
|
promptBody: () => promptBody,
|
|
5871
5592
|
translateSchema: () => translateSchema
|
|
@@ -5887,28 +5608,20 @@ var identifyLanguageSchema = joi10.object({
|
|
|
5887
5608
|
// src/modules/integration/patchNotes/interfaces.ts
|
|
5888
5609
|
var interfaces_exports58 = {};
|
|
5889
5610
|
__export(interfaces_exports58, {
|
|
5890
|
-
|
|
5891
|
-
Route: () => Route111,
|
|
5892
|
-
UpperName: () => UpperName107
|
|
5611
|
+
Route: () => Route124
|
|
5893
5612
|
});
|
|
5894
|
-
var
|
|
5895
|
-
var UpperName107 = "PatchNotes";
|
|
5896
|
-
var LowerName107 = UpperName107[0].toLowerCase() + UpperName107.substring(1);
|
|
5613
|
+
var Route124 = "patch_notes";
|
|
5897
5614
|
|
|
5898
5615
|
// src/modules/supply/documentHeaderSurvey/interfaces.ts
|
|
5899
5616
|
var interfaces_exports59 = {};
|
|
5900
5617
|
__export(interfaces_exports59, {
|
|
5901
|
-
|
|
5902
|
-
Route: () => Route112,
|
|
5903
|
-
UpperName: () => UpperName108
|
|
5618
|
+
Route: () => Route125
|
|
5904
5619
|
});
|
|
5905
|
-
var
|
|
5906
|
-
var UpperName108 = "DocumentHeaderSurvey";
|
|
5907
|
-
var LowerName108 = UpperName108[0].toLowerCase() + UpperName108.substring(1);
|
|
5620
|
+
var Route125 = "document_header_survey";
|
|
5908
5621
|
|
|
5909
5622
|
// src/modules/supply/documentHeaderSurvey/route.schema.ts
|
|
5910
|
-
var
|
|
5911
|
-
__export(
|
|
5623
|
+
var route_schema_exports114 = {};
|
|
5624
|
+
__export(route_schema_exports114, {
|
|
5912
5625
|
updateSentBody: () => updateSentBody,
|
|
5913
5626
|
updateSurveyBody: () => updateSurveyBody
|
|
5914
5627
|
});
|
|
@@ -5925,19 +5638,15 @@ var updateSurveyBodyKeys = {
|
|
|
5925
5638
|
var updateSurveyBody = joi10.object().keys(updateSurveyBodyKeys).messages(messages);
|
|
5926
5639
|
|
|
5927
5640
|
// src/modules/supply/documentHeaderSubscriber/interface.ts
|
|
5928
|
-
var
|
|
5929
|
-
__export(
|
|
5930
|
-
|
|
5931
|
-
Route: () => Route113,
|
|
5932
|
-
UpperName: () => UpperName109
|
|
5641
|
+
var interface_exports68 = {};
|
|
5642
|
+
__export(interface_exports68, {
|
|
5643
|
+
Route: () => Route126
|
|
5933
5644
|
});
|
|
5934
|
-
var
|
|
5935
|
-
var UpperName109 = "DocumentHeaderSubscriber";
|
|
5936
|
-
var LowerName109 = UpperName109[0].toLowerCase() + UpperName109.substring(1);
|
|
5645
|
+
var Route126 = "document_header_subscriber";
|
|
5937
5646
|
|
|
5938
5647
|
// src/modules/supply/documentHeaderSubscriber/route.schema.ts
|
|
5939
|
-
var
|
|
5940
|
-
__export(
|
|
5648
|
+
var route_schema_exports115 = {};
|
|
5649
|
+
__export(route_schema_exports115, {
|
|
5941
5650
|
createBody: () => createBody64
|
|
5942
5651
|
});
|
|
5943
5652
|
var createBodyKeys63 = {
|
|
@@ -5947,19 +5656,15 @@ var createBodyKeys63 = {
|
|
|
5947
5656
|
var createBody64 = joi10.object().keys(createBodyKeys63).messages(messages);
|
|
5948
5657
|
|
|
5949
5658
|
// src/modules/stock/googleCalendar/interface.ts
|
|
5950
|
-
var
|
|
5951
|
-
__export(
|
|
5952
|
-
|
|
5953
|
-
Route: () => Route114,
|
|
5954
|
-
UpperName: () => UpperName110
|
|
5659
|
+
var interface_exports69 = {};
|
|
5660
|
+
__export(interface_exports69, {
|
|
5661
|
+
Route: () => Route127
|
|
5955
5662
|
});
|
|
5956
|
-
var
|
|
5957
|
-
var UpperName110 = "GoogleCalendar";
|
|
5958
|
-
var LowerName110 = UpperName110[0].toLowerCase() + UpperName110.substring(1);
|
|
5663
|
+
var Route127 = "google_calendar";
|
|
5959
5664
|
|
|
5960
5665
|
// src/modules/stock/googleCalendar/route.schema.ts
|
|
5961
|
-
var
|
|
5962
|
-
__export(
|
|
5666
|
+
var route_schema_exports116 = {};
|
|
5667
|
+
__export(route_schema_exports116, {
|
|
5963
5668
|
listEventsInRangeQuery: () => listEventsInRangeQuery
|
|
5964
5669
|
});
|
|
5965
5670
|
var listEventsInRangeQuery = joi10.object().keys({
|
|
@@ -5968,6 +5673,137 @@ var listEventsInRangeQuery = joi10.object().keys({
|
|
|
5968
5673
|
to: joi10.string().required()
|
|
5969
5674
|
}).messages(messages);
|
|
5970
5675
|
|
|
5676
|
+
// src/modules/view/webSocket/interfaces.ts
|
|
5677
|
+
var interfaces_exports60 = {};
|
|
5678
|
+
__export(interfaces_exports60, {
|
|
5679
|
+
Route: () => Route128
|
|
5680
|
+
});
|
|
5681
|
+
var Route128 = "ws";
|
|
5682
|
+
|
|
5683
|
+
// src/modules/stock/productLocation/interface.ts
|
|
5684
|
+
var interface_exports70 = {};
|
|
5685
|
+
__export(interface_exports70, {
|
|
5686
|
+
Route: () => Route129
|
|
5687
|
+
});
|
|
5688
|
+
var Route129 = "product_location";
|
|
5689
|
+
|
|
5690
|
+
// src/modules/stock/mobilePrint/interface.ts
|
|
5691
|
+
var interface_exports71 = {};
|
|
5692
|
+
__export(interface_exports71, {
|
|
5693
|
+
Route: () => Route130
|
|
5694
|
+
});
|
|
5695
|
+
var Route130 = "mobile_print";
|
|
5696
|
+
|
|
5697
|
+
// src/modules/stock/mobilePrint/route.schema.ts
|
|
5698
|
+
var route_schema_exports117 = {};
|
|
5699
|
+
__export(route_schema_exports117, {
|
|
5700
|
+
printLocationsQuery: () => printLocationsQuery
|
|
5701
|
+
});
|
|
5702
|
+
var printLocationsQuery = joi10.object({
|
|
5703
|
+
locations_ids: joi10.string().required()
|
|
5704
|
+
}).messages(messages);
|
|
5705
|
+
|
|
5706
|
+
// src/modules/user/timeSheet/interfaces.ts
|
|
5707
|
+
var interfaces_exports61 = {};
|
|
5708
|
+
__export(interfaces_exports61, {
|
|
5709
|
+
IClockTypeEnum: () => IClockTypeEnum,
|
|
5710
|
+
IRegistryTypeEnum: () => IRegistryTypeEnum,
|
|
5711
|
+
ITimesheetStateEnum: () => ITimesheetStateEnum,
|
|
5712
|
+
Route: () => Route131,
|
|
5713
|
+
clockTypes: () => clockTypes,
|
|
5714
|
+
registryTypes: () => registryTypes,
|
|
5715
|
+
timesheetStates: () => timesheetStates
|
|
5716
|
+
});
|
|
5717
|
+
var Route131 = "time_sheet";
|
|
5718
|
+
var IClockTypeEnum = {
|
|
5719
|
+
ENTRY: "ENTRY",
|
|
5720
|
+
EXIT: "EXIT"
|
|
5721
|
+
};
|
|
5722
|
+
var clockTypes = Object.keys(IClockTypeEnum);
|
|
5723
|
+
var IRegistryTypeEnum = {
|
|
5724
|
+
AUTOMATIC: "AUTOMATIC",
|
|
5725
|
+
MANUAL: "MANUAL"
|
|
5726
|
+
};
|
|
5727
|
+
var registryTypes = Object.keys(IRegistryTypeEnum);
|
|
5728
|
+
var ITimesheetStateEnum = {
|
|
5729
|
+
CONFIRMED: "CONFIRMED",
|
|
5730
|
+
PENDING: "PENDING",
|
|
5731
|
+
ERROR: "ERROR"
|
|
5732
|
+
};
|
|
5733
|
+
var timesheetStates = Object.keys(ITimesheetStateEnum);
|
|
5734
|
+
|
|
5735
|
+
// src/modules/user/timeSheet/route.schema.ts
|
|
5736
|
+
var route_schema_exports118 = {};
|
|
5737
|
+
__export(route_schema_exports118, {
|
|
5738
|
+
createBody: () => createBody65,
|
|
5739
|
+
updateBody: () => updateBody56
|
|
5740
|
+
});
|
|
5741
|
+
var clockSchema = joi10.object({
|
|
5742
|
+
id: joi10.string().uuid(),
|
|
5743
|
+
time: joi10.date().required(),
|
|
5744
|
+
type: joi10.string().valid(...Object.values(IClockTypeEnum)).required(),
|
|
5745
|
+
registry_type: joi10.string().valid(...Object.values(IRegistryTypeEnum)).required(),
|
|
5746
|
+
note: joi10.string().allow("", null).optional(),
|
|
5747
|
+
created_by: joi10.string().uuid().required(),
|
|
5748
|
+
// 👈 Adicionado para auditoria nos updates
|
|
5749
|
+
updated_by: joi10.string().uuid().required()
|
|
5750
|
+
// 👈 Adicionado para auditoria nos updates
|
|
5751
|
+
});
|
|
5752
|
+
var createBodyKeys64 = {
|
|
5753
|
+
date: joi10.date().required(),
|
|
5754
|
+
user_id: joi10.string().uuid().required(),
|
|
5755
|
+
total_worked: joi10.number().integer().min(0),
|
|
5756
|
+
balance: joi10.number().integer(),
|
|
5757
|
+
state: joi10.string().valid(...Object.values(ITimesheetStateEnum)),
|
|
5758
|
+
created_by: joi10.string().uuid().required(),
|
|
5759
|
+
// 👈 Adicionado na raiz do dia
|
|
5760
|
+
updated_by: joi10.string().uuid().required(),
|
|
5761
|
+
// 👈 Adicionado na raiz do dia
|
|
5762
|
+
// Objeto opcional para quando se cria o dia já com a primeira picagem
|
|
5763
|
+
clock: joi10.object({
|
|
5764
|
+
time: joi10.date(),
|
|
5765
|
+
type: joi10.string().valid(...Object.values(IClockTypeEnum)).required(),
|
|
5766
|
+
registry_type: joi10.string().valid(...Object.values(IRegistryTypeEnum)).required(),
|
|
5767
|
+
note: joi10.string().allow("", null).optional(),
|
|
5768
|
+
created_by: joi10.string().uuid().required(),
|
|
5769
|
+
// 👈 Adicionado no clock interno
|
|
5770
|
+
updated_by: joi10.string().uuid().required()
|
|
5771
|
+
// 👈 Adicionado no clock interno
|
|
5772
|
+
})
|
|
5773
|
+
};
|
|
5774
|
+
var createBody65 = joi10.object().keys(createBodyKeys64).messages(messages);
|
|
5775
|
+
var updateBodyKeys54 = {
|
|
5776
|
+
total_worked: joi10.number().integer().min(0),
|
|
5777
|
+
balance: joi10.number().integer(),
|
|
5778
|
+
state: joi10.string().valid(...Object.values(ITimesheetStateEnum)),
|
|
5779
|
+
created_by: joi10.string().uuid().optional(),
|
|
5780
|
+
// 💡 Opcional no update para manter o original se quiseres
|
|
5781
|
+
updated_by: joi10.string().uuid().required(),
|
|
5782
|
+
// 👈 Obrigatório no update do dia
|
|
5783
|
+
// Array de picagens enviado pelo formulário de edição
|
|
5784
|
+
clocks: joi10.array().items(clockSchema)
|
|
5785
|
+
};
|
|
5786
|
+
var updateBody56 = joi10.object().keys(updateBodyKeys54).messages(messages);
|
|
5787
|
+
|
|
5788
|
+
// src/modules/document/CAT/interfaces.ts
|
|
5789
|
+
var interfaces_exports62 = {};
|
|
5790
|
+
__export(interfaces_exports62, {
|
|
5791
|
+
Route: () => Route132
|
|
5792
|
+
});
|
|
5793
|
+
var Route132 = "catalogo";
|
|
5794
|
+
|
|
5795
|
+
// src/modules/document/CAT/route.schema.ts
|
|
5796
|
+
var route_schema_exports119 = {};
|
|
5797
|
+
__export(route_schema_exports119, {
|
|
5798
|
+
createBody: () => createBody66
|
|
5799
|
+
});
|
|
5800
|
+
var createBody66 = joi10.object().keys({
|
|
5801
|
+
document_header_id: joi10.string().uuid().optional(),
|
|
5802
|
+
document_type_id: joi10.number().integer().positive().required(),
|
|
5803
|
+
from_document_header_id: joi10.string().uuid().required(),
|
|
5804
|
+
document_line_ids: joi10.array().items(joi10.string().uuid().required()).required()
|
|
5805
|
+
}).messages(messages);
|
|
5806
|
+
|
|
5971
5807
|
// src/index.ts
|
|
5972
5808
|
var index_default = main_exports;
|
|
5973
5809
|
|