@nomalism-com/types 1.3.37 → 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 +856 -1019
- 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 +6 -19
- package/dist/modules/supply/documentHeader/route.schema.d.ts +0 -1
- package/dist/modules/supply/documentHeaderHistory/interfaces.d.ts +1 -3
- package/dist/modules/supply/documentHeaderSubscriber/interface.d.ts +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 +16 -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(),
|
|
@@ -1631,7 +1606,8 @@ var updateBodyKeys8 = {
|
|
|
1631
1606
|
confirmed_date: joi10.date().optional(),
|
|
1632
1607
|
who_handles: joi10.string().allow(null).optional(),
|
|
1633
1608
|
warning: joi10.string().optional().valid(...Object.values(IWarningType)),
|
|
1634
|
-
created_by: joi10.string().uuid().allow(null).optional()
|
|
1609
|
+
created_by: joi10.string().uuid().allow(null).optional(),
|
|
1610
|
+
seller: joi10.string().uuid().allow(null).optional()
|
|
1635
1611
|
};
|
|
1636
1612
|
var updateBody8 = joi10.object().keys(updateBodyKeys8).and("reason_for_exemption_id", "reason_for_exemption").and("persona_id", "contact_name", "email", "phone_number").and(
|
|
1637
1613
|
"delivery_country_name",
|
|
@@ -1651,20 +1627,6 @@ var transferClientOwnershipBodyKeys = {
|
|
|
1651
1627
|
client_id: joi10.string().uuid().required()
|
|
1652
1628
|
};
|
|
1653
1629
|
var transferClientOwnershipBody = joi10.object().keys(transferClientOwnershipBodyKeys).messages(messages);
|
|
1654
|
-
var updateManyWithPersonaBodyKeys = {
|
|
1655
|
-
id: joi10.string().uuid().required(),
|
|
1656
|
-
owner_id: joi10.string().uuid().optional(),
|
|
1657
|
-
owner_name: joi10.string().allow(null).optional(),
|
|
1658
|
-
name: joi10.string().allow(null).optional(),
|
|
1659
|
-
telephone: joi10.string().allow(null).optional(),
|
|
1660
|
-
email: joi10.string().email({ tlds: { allow: false } }).allow(null).optional(),
|
|
1661
|
-
street: joi10.string().allow(null).optional(),
|
|
1662
|
-
locality: joi10.string().allow(null).optional(),
|
|
1663
|
-
postal_code: joi10.string().trim(true).lowercase().allow(null).optional(),
|
|
1664
|
-
country_id: joi10.string().uuid().allow(null).optional(),
|
|
1665
|
-
country_name: joi10.string().allow(null).optional()
|
|
1666
|
-
};
|
|
1667
|
-
var updateManyWithPersonaBody = joi10.object().keys(updateManyWithPersonaBodyKeys).messages(messages);
|
|
1668
1630
|
var sendClientNotificationBodyKeys = {
|
|
1669
1631
|
name: joi10.string().allow("", null).required(),
|
|
1670
1632
|
email: joi10.string().email({ tlds: { allow: false } }).allow("", null).required(),
|
|
@@ -1720,16 +1682,16 @@ var findCountByOwnersIds = joi10.object().keys(findCountByOwnersIdsKeys).message
|
|
|
1720
1682
|
// src/modules/supply/documentHeaderHistory/interfaces.ts
|
|
1721
1683
|
var interfaces_exports7 = {};
|
|
1722
1684
|
__export(interfaces_exports7, {
|
|
1723
|
-
|
|
1724
|
-
Route: () => Route12,
|
|
1725
|
-
UpperName: () => UpperName12
|
|
1685
|
+
Route: () => Route12
|
|
1726
1686
|
});
|
|
1727
|
-
var Route12 = "
|
|
1728
|
-
var UpperName12 = "DocumentHeaderHistory";
|
|
1729
|
-
var LowerName12 = UpperName12[0].toLowerCase() + UpperName12.substring(1);
|
|
1687
|
+
var Route12 = "document_header_history";
|
|
1730
1688
|
|
|
1731
1689
|
// src/modules/document/billOfLading/interfaces.ts
|
|
1732
1690
|
var interfaces_exports8 = {};
|
|
1691
|
+
__export(interfaces_exports8, {
|
|
1692
|
+
Route: () => Route13
|
|
1693
|
+
});
|
|
1694
|
+
var Route13 = "bill_of_lading";
|
|
1733
1695
|
|
|
1734
1696
|
// src/modules/document/billOfLading/route.schema.ts
|
|
1735
1697
|
var route_schema_exports10 = {};
|
|
@@ -1759,6 +1721,10 @@ var createBillOfLadingBody = joi10.object().keys(createBillOfLadingBodyKeys).mes
|
|
|
1759
1721
|
|
|
1760
1722
|
// src/modules/document/productionOrder/interfaces.ts
|
|
1761
1723
|
var interfaces_exports9 = {};
|
|
1724
|
+
__export(interfaces_exports9, {
|
|
1725
|
+
Route: () => Route14
|
|
1726
|
+
});
|
|
1727
|
+
var Route14 = "production_order";
|
|
1762
1728
|
|
|
1763
1729
|
// src/modules/document/productionOrder/route.schema.ts
|
|
1764
1730
|
var route_schema_exports11 = {};
|
|
@@ -1773,6 +1739,10 @@ var createProductionOrderBody = joi10.object().keys(createProductionOrderBodyKey
|
|
|
1773
1739
|
|
|
1774
1740
|
// src/modules/document/proforma/interfaces.ts
|
|
1775
1741
|
var interfaces_exports10 = {};
|
|
1742
|
+
__export(interfaces_exports10, {
|
|
1743
|
+
Route: () => Route15
|
|
1744
|
+
});
|
|
1745
|
+
var Route15 = "proforma";
|
|
1776
1746
|
|
|
1777
1747
|
// src/modules/document/proforma/route.schema.ts
|
|
1778
1748
|
var route_schema_exports12 = {};
|
|
@@ -1796,6 +1766,10 @@ var createFromLinesBody = joi10.object().keys({
|
|
|
1796
1766
|
|
|
1797
1767
|
// src/modules/document/propostaFornecedor/interfaces.ts
|
|
1798
1768
|
var interfaces_exports11 = {};
|
|
1769
|
+
__export(interfaces_exports11, {
|
|
1770
|
+
Route: () => Route16
|
|
1771
|
+
});
|
|
1772
|
+
var Route16 = "proposta_fornecedor";
|
|
1799
1773
|
|
|
1800
1774
|
// src/modules/document/propostaFornecedor/route.schema.ts
|
|
1801
1775
|
var route_schema_exports13 = {};
|
|
@@ -1816,6 +1790,10 @@ var providerProposalBody = joi10.object().keys(providerPRoposalBodyKeys).message
|
|
|
1816
1790
|
|
|
1817
1791
|
// src/modules/document/providerCreditNoteFromReturn/interfaces.ts
|
|
1818
1792
|
var interfaces_exports12 = {};
|
|
1793
|
+
__export(interfaces_exports12, {
|
|
1794
|
+
Route: () => Route17
|
|
1795
|
+
});
|
|
1796
|
+
var Route17 = "provider_credit_note_from_return";
|
|
1819
1797
|
|
|
1820
1798
|
// src/modules/document/providerCreditNoteFromReturn/route.schema.ts
|
|
1821
1799
|
var route_schema_exports14 = {};
|
|
@@ -1846,6 +1824,10 @@ var createProviderCreditNoteFromReturnBody = joi10.object().keys(createProviderC
|
|
|
1846
1824
|
|
|
1847
1825
|
// src/modules/document/providerFinancialCreditNote/interfaces.ts
|
|
1848
1826
|
var interfaces_exports13 = {};
|
|
1827
|
+
__export(interfaces_exports13, {
|
|
1828
|
+
Route: () => Route18
|
|
1829
|
+
});
|
|
1830
|
+
var Route18 = "provider_financial_credit_note";
|
|
1849
1831
|
|
|
1850
1832
|
// src/modules/document/providerFinancialCreditNote/route.schema.ts
|
|
1851
1833
|
var route_schema_exports15 = {};
|
|
@@ -1877,6 +1859,10 @@ var createProviderFinancialCreditNoteBody = joi10.object().keys(createProviderFi
|
|
|
1877
1859
|
|
|
1878
1860
|
// src/modules/document/providerServiceInvoice/interfaces.ts
|
|
1879
1861
|
var interfaces_exports14 = {};
|
|
1862
|
+
__export(interfaces_exports14, {
|
|
1863
|
+
Route: () => Route19
|
|
1864
|
+
});
|
|
1865
|
+
var Route19 = "provider_service_invoice";
|
|
1880
1866
|
|
|
1881
1867
|
// src/modules/document/providerServiceInvoice/route.schema.ts
|
|
1882
1868
|
var route_schema_exports16 = {};
|
|
@@ -1902,13 +1888,9 @@ var createProviderServiceInvoiceBody = joi10.object().keys(createProviderService
|
|
|
1902
1888
|
// src/modules/supply/documentLine/interfaces.ts
|
|
1903
1889
|
var interfaces_exports15 = {};
|
|
1904
1890
|
__export(interfaces_exports15, {
|
|
1905
|
-
|
|
1906
|
-
Route: () => Route13,
|
|
1907
|
-
UpperName: () => UpperName13
|
|
1891
|
+
Route: () => Route20
|
|
1908
1892
|
});
|
|
1909
|
-
var
|
|
1910
|
-
var UpperName13 = "DocumentLine";
|
|
1911
|
-
var LowerName13 = UpperName13[0].toLowerCase() + UpperName13.substring(1);
|
|
1893
|
+
var Route20 = "document_line";
|
|
1912
1894
|
|
|
1913
1895
|
// src/modules/supply/documentLine/route.schema.ts
|
|
1914
1896
|
var route_schema_exports17 = {};
|
|
@@ -1918,8 +1900,8 @@ __export(route_schema_exports17, {
|
|
|
1918
1900
|
printLabelParams: () => printLabelParams,
|
|
1919
1901
|
printLabelQuery: () => printLabelQuery,
|
|
1920
1902
|
updateBody: () => updateBody9,
|
|
1921
|
-
|
|
1922
|
-
|
|
1903
|
+
updateManyBody: () => updateManyBody,
|
|
1904
|
+
updateManyByDocumentHeaderBody: () => updateManyByDocumentHeaderBody
|
|
1923
1905
|
});
|
|
1924
1906
|
var createBodyKeys10 = {
|
|
1925
1907
|
product_id: joi10.string().uuid().allow(null).optional(),
|
|
@@ -1973,7 +1955,6 @@ var updateManyKeys = {
|
|
|
1973
1955
|
force_closed: joi10.boolean().optional()
|
|
1974
1956
|
};
|
|
1975
1957
|
var updateManyBody = joi10.object().keys(updateManyKeys).messages(messages);
|
|
1976
|
-
var updateIndexesBody = joi10.array().items(joi10.string().uuid().required()).required().messages(messages);
|
|
1977
1958
|
var deleteBody = joi10.array().items(joi10.string().uuid().required()).messages(messages);
|
|
1978
1959
|
var printLabelParamsKeys = {
|
|
1979
1960
|
document_line_ids: joi10.string().required()
|
|
@@ -1983,28 +1964,24 @@ var printLabelQueryKeys = {
|
|
|
1983
1964
|
token: joi10.string().required()
|
|
1984
1965
|
};
|
|
1985
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
|
+
});
|
|
1986
1971
|
|
|
1987
1972
|
// src/modules/supply/documentLineAssoc/interfaces.ts
|
|
1988
1973
|
var interfaces_exports16 = {};
|
|
1989
1974
|
__export(interfaces_exports16, {
|
|
1990
|
-
|
|
1991
|
-
Route: () => Route14,
|
|
1992
|
-
UpperName: () => UpperName14
|
|
1975
|
+
Route: () => Route21
|
|
1993
1976
|
});
|
|
1994
|
-
var
|
|
1995
|
-
var UpperName14 = "DocumentLineAssoc";
|
|
1996
|
-
var LowerName14 = UpperName14[0].toLowerCase() + UpperName14.substring(1);
|
|
1977
|
+
var Route21 = "document_line_assoc";
|
|
1997
1978
|
|
|
1998
1979
|
// src/modules/supply/documentSet/interface.ts
|
|
1999
1980
|
var interface_exports7 = {};
|
|
2000
1981
|
__export(interface_exports7, {
|
|
2001
|
-
|
|
2002
|
-
Route: () => Route15,
|
|
2003
|
-
UpperName: () => UpperName15
|
|
1982
|
+
Route: () => Route22
|
|
2004
1983
|
});
|
|
2005
|
-
var
|
|
2006
|
-
var UpperName15 = "DocumentSet";
|
|
2007
|
-
var LowerName15 = UpperName15[0].toLowerCase() + UpperName15.substring(1);
|
|
1984
|
+
var Route22 = "document_set";
|
|
2008
1985
|
|
|
2009
1986
|
// src/modules/supply/documentSet/route.schema.ts
|
|
2010
1987
|
var route_schema_exports18 = {};
|
|
@@ -2085,16 +2062,16 @@ var updateBody11 = joi10.object().keys(updateBodyKeys11).messages(messages);
|
|
|
2085
2062
|
// src/modules/supply/externalDocumentType/interface.ts
|
|
2086
2063
|
var interface_exports8 = {};
|
|
2087
2064
|
__export(interface_exports8, {
|
|
2088
|
-
|
|
2089
|
-
Route: () => Route16,
|
|
2090
|
-
UpperName: () => UpperName16
|
|
2065
|
+
Route: () => Route23
|
|
2091
2066
|
});
|
|
2092
|
-
var
|
|
2093
|
-
var UpperName16 = "ExternalDocumentType";
|
|
2094
|
-
var LowerName16 = UpperName16[0].toLowerCase() + UpperName16.substring(1);
|
|
2067
|
+
var Route23 = "external_document_type";
|
|
2095
2068
|
|
|
2096
2069
|
// src/modules/supply/externalDocumentHeader/interface.ts
|
|
2097
2070
|
var interface_exports9 = {};
|
|
2071
|
+
__export(interface_exports9, {
|
|
2072
|
+
Route: () => Route24
|
|
2073
|
+
});
|
|
2074
|
+
var Route24 = "external_document_header";
|
|
2098
2075
|
|
|
2099
2076
|
// src/modules/supply/externalDocumentHeader/route.schema.ts
|
|
2100
2077
|
var route_schema_exports20 = {};
|
|
@@ -2125,13 +2102,9 @@ var sendEmailDocumentBody = joi10.object().keys(sendEmailDocumentBodyKeys).messa
|
|
|
2125
2102
|
// src/modules/user/favorites/interfaces.ts
|
|
2126
2103
|
var interfaces_exports17 = {};
|
|
2127
2104
|
__export(interfaces_exports17, {
|
|
2128
|
-
|
|
2129
|
-
Route: () => Route17,
|
|
2130
|
-
UpperName: () => UpperName17
|
|
2105
|
+
Route: () => Route25
|
|
2131
2106
|
});
|
|
2132
|
-
var
|
|
2133
|
-
var UpperName17 = "Favorites";
|
|
2134
|
-
var LowerName17 = UpperName17[0].toLowerCase() + UpperName17.substring(1);
|
|
2107
|
+
var Route25 = "favorites";
|
|
2135
2108
|
|
|
2136
2109
|
// src/modules/user/favorites/route.schema.ts
|
|
2137
2110
|
var route_schema_exports21 = {};
|
|
@@ -2158,13 +2131,9 @@ var deleteByUrlQuery = joi10.object().keys(deleteByUrlQueryKeys).messages(messag
|
|
|
2158
2131
|
// src/modules/stock/file/interface.ts
|
|
2159
2132
|
var interface_exports10 = {};
|
|
2160
2133
|
__export(interface_exports10, {
|
|
2161
|
-
|
|
2162
|
-
Route: () => Route18,
|
|
2163
|
-
UpperName: () => UpperName18
|
|
2134
|
+
Route: () => Route26
|
|
2164
2135
|
});
|
|
2165
|
-
var
|
|
2166
|
-
var UpperName18 = "File";
|
|
2167
|
-
var LowerName18 = UpperName18[0].toLowerCase() + UpperName18.substring(1);
|
|
2136
|
+
var Route26 = "file";
|
|
2168
2137
|
|
|
2169
2138
|
// src/modules/stock/file/route.schema.ts
|
|
2170
2139
|
var route_schema_exports22 = {};
|
|
@@ -2199,13 +2168,9 @@ var findByOwnerIdQuery2 = joi10.object().keys({
|
|
|
2199
2168
|
// src/modules/integration/googleSheets/interfaces.ts
|
|
2200
2169
|
var interfaces_exports18 = {};
|
|
2201
2170
|
__export(interfaces_exports18, {
|
|
2202
|
-
|
|
2203
|
-
Route: () => Route19,
|
|
2204
|
-
UpperName: () => UpperName19
|
|
2171
|
+
Route: () => Route27
|
|
2205
2172
|
});
|
|
2206
|
-
var
|
|
2207
|
-
var UpperName19 = "Google";
|
|
2208
|
-
var LowerName19 = UpperName19[0].toLowerCase() + UpperName19.substring(1);
|
|
2173
|
+
var Route27 = "google";
|
|
2209
2174
|
|
|
2210
2175
|
// src/modules/integration/googleSheets/route.schema.ts
|
|
2211
2176
|
var route_schema_exports23 = {};
|
|
@@ -2259,13 +2224,9 @@ var updateQuery = joi10.object().keys(updateQueryKeys).messages(messages);
|
|
|
2259
2224
|
// src/modules/user/language/interface.ts
|
|
2260
2225
|
var interface_exports11 = {};
|
|
2261
2226
|
__export(interface_exports11, {
|
|
2262
|
-
|
|
2263
|
-
Route: () => Route20,
|
|
2264
|
-
UpperName: () => UpperName20
|
|
2227
|
+
Route: () => Route28
|
|
2265
2228
|
});
|
|
2266
|
-
var
|
|
2267
|
-
var UpperName20 = "Language";
|
|
2268
|
-
var LowerName20 = UpperName20[0].toLowerCase() + UpperName20.substring(1);
|
|
2229
|
+
var Route28 = "language";
|
|
2269
2230
|
|
|
2270
2231
|
// src/modules/user/language/route.schema.ts
|
|
2271
2232
|
var route_schema_exports24 = {};
|
|
@@ -2297,13 +2258,9 @@ var findWithPaginationQuery6 = joi10.object().keys(findWithPaginationQueryKeys6)
|
|
|
2297
2258
|
// src/modules/stock/location/interface.ts
|
|
2298
2259
|
var interface_exports12 = {};
|
|
2299
2260
|
__export(interface_exports12, {
|
|
2300
|
-
|
|
2301
|
-
Route: () => Route21,
|
|
2302
|
-
UpperName: () => UpperName21
|
|
2261
|
+
Route: () => Route29
|
|
2303
2262
|
});
|
|
2304
|
-
var
|
|
2305
|
-
var UpperName21 = "Location";
|
|
2306
|
-
var LowerName21 = UpperName21[0].toLowerCase() + UpperName21.substring(1);
|
|
2263
|
+
var Route29 = "location";
|
|
2307
2264
|
|
|
2308
2265
|
// src/modules/stock/location/route.schema.ts
|
|
2309
2266
|
var route_schema_exports25 = {};
|
|
@@ -2356,13 +2313,9 @@ var findWithPaginationQuery7 = joi10.object().keys(findWithPaginationQueryKeys7)
|
|
|
2356
2313
|
// src/modules/user/maturityDates/interfaces.ts
|
|
2357
2314
|
var interfaces_exports19 = {};
|
|
2358
2315
|
__export(interfaces_exports19, {
|
|
2359
|
-
|
|
2360
|
-
Route: () => Route22,
|
|
2361
|
-
UpperName: () => UpperName22
|
|
2316
|
+
Route: () => Route30
|
|
2362
2317
|
});
|
|
2363
|
-
var
|
|
2364
|
-
var UpperName22 = "MaturityDates";
|
|
2365
|
-
var LowerName22 = UpperName22[0].toLowerCase() + UpperName22.substring(1);
|
|
2318
|
+
var Route30 = "maturity_dates";
|
|
2366
2319
|
|
|
2367
2320
|
// src/modules/user/maturityDates/route.schema.ts
|
|
2368
2321
|
var route_schema_exports26 = {};
|
|
@@ -2386,13 +2339,9 @@ var updateBody15 = joi10.object().keys(updateBodyKeys15).messages(messages);
|
|
|
2386
2339
|
// src/modules/documentManagement/multimedia/interfaces.ts
|
|
2387
2340
|
var interfaces_exports20 = {};
|
|
2388
2341
|
__export(interfaces_exports20, {
|
|
2389
|
-
|
|
2390
|
-
Route: () => Route23,
|
|
2391
|
-
UpperName: () => UpperName23
|
|
2342
|
+
Route: () => Route31
|
|
2392
2343
|
});
|
|
2393
|
-
var
|
|
2394
|
-
var UpperName23 = "Multimedia";
|
|
2395
|
-
var LowerName23 = UpperName23[0].toLowerCase() + UpperName23.substring(1);
|
|
2344
|
+
var Route31 = "multimedia";
|
|
2396
2345
|
|
|
2397
2346
|
// src/modules/documentManagement/multimedia/route.schema.ts
|
|
2398
2347
|
var route_schema_exports27 = {};
|
|
@@ -2407,24 +2356,16 @@ var findByIdQuery = joi10.object().keys(findByIdQueryKeys).messages(messages);
|
|
|
2407
2356
|
// src/modules/supply/orderManagement/interface.ts
|
|
2408
2357
|
var interface_exports13 = {};
|
|
2409
2358
|
__export(interface_exports13, {
|
|
2410
|
-
|
|
2411
|
-
Route: () => Route24,
|
|
2412
|
-
UpperName: () => UpperName24
|
|
2359
|
+
Route: () => Route32
|
|
2413
2360
|
});
|
|
2414
|
-
var
|
|
2415
|
-
var UpperName24 = "OrderManagement";
|
|
2416
|
-
var LowerName24 = UpperName24[0].toLowerCase() + UpperName24.substring(1);
|
|
2361
|
+
var Route32 = "order_management";
|
|
2417
2362
|
|
|
2418
2363
|
// src/modules/integration/observation/interfaces.ts
|
|
2419
2364
|
var interfaces_exports21 = {};
|
|
2420
2365
|
__export(interfaces_exports21, {
|
|
2421
|
-
|
|
2422
|
-
Route: () => Route25,
|
|
2423
|
-
UpperName: () => UpperName25
|
|
2366
|
+
Route: () => Route33
|
|
2424
2367
|
});
|
|
2425
|
-
var
|
|
2426
|
-
var UpperName25 = "Observation";
|
|
2427
|
-
var LowerName25 = UpperName25[0].toLowerCase() + UpperName25.substring(1);
|
|
2368
|
+
var Route33 = "observation";
|
|
2428
2369
|
|
|
2429
2370
|
// src/modules/integration/observation/route.schema.ts
|
|
2430
2371
|
var route_schema_exports28 = {};
|
|
@@ -2461,13 +2402,9 @@ var findByOwnerQuery = joi10.object().keys(findByOwnerQueryKeys).messages(messag
|
|
|
2461
2402
|
// src/modules/integration/observationType/interfaces.ts
|
|
2462
2403
|
var interfaces_exports22 = {};
|
|
2463
2404
|
__export(interfaces_exports22, {
|
|
2464
|
-
|
|
2465
|
-
Route: () => Route26,
|
|
2466
|
-
UpperName: () => UpperName26
|
|
2405
|
+
Route: () => Route34
|
|
2467
2406
|
});
|
|
2468
|
-
var
|
|
2469
|
-
var UpperName26 = "ObservationType";
|
|
2470
|
-
var LowerName26 = UpperName26[0].toLowerCase() + UpperName26.substring(1);
|
|
2407
|
+
var Route34 = "observation_type";
|
|
2471
2408
|
|
|
2472
2409
|
// src/modules/integration/observationType/route.schema.ts
|
|
2473
2410
|
var route_schema_exports29 = {};
|
|
@@ -2489,9 +2426,9 @@ var updateBody17 = joi10.object().keys(updateBodyKeys17).messages(messages);
|
|
|
2489
2426
|
// src/modules/user/password/interfaces.ts
|
|
2490
2427
|
var interfaces_exports23 = {};
|
|
2491
2428
|
__export(interfaces_exports23, {
|
|
2492
|
-
Route: () =>
|
|
2429
|
+
Route: () => Route35
|
|
2493
2430
|
});
|
|
2494
|
-
var
|
|
2431
|
+
var Route35 = "password";
|
|
2495
2432
|
|
|
2496
2433
|
// src/modules/user/password/route.schema.ts
|
|
2497
2434
|
var route_schema_exports30 = {};
|
|
@@ -2518,13 +2455,9 @@ var forgotWithoutMailBody = joi10.object().keys(forgotWithoutMailBodyKeys).messa
|
|
|
2518
2455
|
// src/modules/supply/payment/interface.ts
|
|
2519
2456
|
var interface_exports14 = {};
|
|
2520
2457
|
__export(interface_exports14, {
|
|
2521
|
-
|
|
2522
|
-
Route: () => Route28,
|
|
2523
|
-
UpperName: () => UpperName27
|
|
2458
|
+
Route: () => Route36
|
|
2524
2459
|
});
|
|
2525
|
-
var
|
|
2526
|
-
var UpperName27 = "Payment";
|
|
2527
|
-
var LowerName27 = UpperName27[0].toLowerCase() + UpperName27.substring(1);
|
|
2460
|
+
var Route36 = "payment";
|
|
2528
2461
|
|
|
2529
2462
|
// src/modules/supply/payment/route.schema.ts
|
|
2530
2463
|
var route_schema_exports31 = {};
|
|
@@ -2554,14 +2487,10 @@ var findSettledMaterialEntranceBuDateParams = joi10.object().keys(findSettledMat
|
|
|
2554
2487
|
// src/modules/user/paymentMethods/interfaces.ts
|
|
2555
2488
|
var interfaces_exports24 = {};
|
|
2556
2489
|
__export(interfaces_exports24, {
|
|
2557
|
-
LowerName: () => LowerName28,
|
|
2558
2490
|
PaymentMethodsSaftCodeEnum: () => PaymentMethodsSaftCodeEnum,
|
|
2559
|
-
Route: () =>
|
|
2560
|
-
UpperName: () => UpperName28
|
|
2491
|
+
Route: () => Route37
|
|
2561
2492
|
});
|
|
2562
|
-
var
|
|
2563
|
-
var UpperName28 = "PaymentMethods";
|
|
2564
|
-
var LowerName28 = UpperName28[0].toLowerCase() + UpperName28.substring(1);
|
|
2493
|
+
var Route37 = "payment_methods";
|
|
2565
2494
|
var PaymentMethodsSaftCodeEnum = {
|
|
2566
2495
|
CC: "CC",
|
|
2567
2496
|
CD: "CD",
|
|
@@ -2609,14 +2538,10 @@ var updateBody18 = joi10.object().keys(updateBodyKeys18).messages(messages);
|
|
|
2609
2538
|
var interface_exports15 = {};
|
|
2610
2539
|
__export(interface_exports15, {
|
|
2611
2540
|
ImageTypeEnum: () => ImageTypeEnum,
|
|
2612
|
-
|
|
2613
|
-
Route: () => Route30,
|
|
2614
|
-
UpperName: () => UpperName29,
|
|
2541
|
+
Route: () => Route38,
|
|
2615
2542
|
imageTypes: () => imageTypes
|
|
2616
2543
|
});
|
|
2617
|
-
var
|
|
2618
|
-
var UpperName29 = "ProductImage";
|
|
2619
|
-
var LowerName29 = UpperName29[0].toLowerCase() + UpperName29.substring(1);
|
|
2544
|
+
var Route38 = "product_image";
|
|
2620
2545
|
var ImageTypeEnum = {
|
|
2621
2546
|
thumbnail: "thumbnail",
|
|
2622
2547
|
site: "site"
|
|
@@ -2657,13 +2582,9 @@ var findWithPaginationQuery9 = joi10.object().keys(findWithPaginationQueryKeys9)
|
|
|
2657
2582
|
// src/modules/stock/promotion/interface.ts
|
|
2658
2583
|
var interface_exports16 = {};
|
|
2659
2584
|
__export(interface_exports16, {
|
|
2660
|
-
|
|
2661
|
-
Route: () => Route31,
|
|
2662
|
-
UpperName: () => UpperName30
|
|
2585
|
+
Route: () => Route39
|
|
2663
2586
|
});
|
|
2664
|
-
var
|
|
2665
|
-
var UpperName30 = "Promotion";
|
|
2666
|
-
var LowerName30 = UpperName30[0].toLowerCase() + UpperName30.substring(1);
|
|
2587
|
+
var Route39 = "promotion";
|
|
2667
2588
|
|
|
2668
2589
|
// src/modules/stock/promotion/route.schema.ts
|
|
2669
2590
|
var route_schema_exports34 = {};
|
|
@@ -2702,13 +2623,9 @@ var findWithPaginationQuery10 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2702
2623
|
// src/modules/stock/promotionAssoc/interface.ts
|
|
2703
2624
|
var interface_exports17 = {};
|
|
2704
2625
|
__export(interface_exports17, {
|
|
2705
|
-
|
|
2706
|
-
Route: () => Route32,
|
|
2707
|
-
UpperName: () => UpperName31
|
|
2626
|
+
Route: () => Route40
|
|
2708
2627
|
});
|
|
2709
|
-
var
|
|
2710
|
-
var UpperName31 = "PromotionAssoc";
|
|
2711
|
-
var LowerName31 = UpperName31[0].toLowerCase() + UpperName31.substring(1);
|
|
2628
|
+
var Route40 = "promotion_assoc";
|
|
2712
2629
|
|
|
2713
2630
|
// src/modules/stock/promotionAssoc/route.schema.ts
|
|
2714
2631
|
var route_schema_exports35 = {};
|
|
@@ -2743,13 +2660,9 @@ var findWithPaginationQuery11 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2743
2660
|
// src/modules/user/providers/interface.ts
|
|
2744
2661
|
var interface_exports18 = {};
|
|
2745
2662
|
__export(interface_exports18, {
|
|
2746
|
-
|
|
2747
|
-
Route: () => Route33,
|
|
2748
|
-
UpperName: () => UpperName32
|
|
2663
|
+
Route: () => Route41
|
|
2749
2664
|
});
|
|
2750
|
-
var
|
|
2751
|
-
var UpperName32 = "Providers";
|
|
2752
|
-
var LowerName32 = UpperName32[0].toLowerCase() + UpperName32.substring(1);
|
|
2665
|
+
var Route41 = "provider";
|
|
2753
2666
|
|
|
2754
2667
|
// src/modules/user/providers/route.schema.ts
|
|
2755
2668
|
var route_schema_exports36 = {};
|
|
@@ -2821,13 +2734,9 @@ var findByNumberParams = joi10.object().keys(findByNumberParamsKeys).messages(me
|
|
|
2821
2734
|
// src/modules/user/providerType/interface.ts
|
|
2822
2735
|
var interface_exports19 = {};
|
|
2823
2736
|
__export(interface_exports19, {
|
|
2824
|
-
|
|
2825
|
-
Route: () => Route34,
|
|
2826
|
-
UpperName: () => UpperName33
|
|
2737
|
+
Route: () => Route42
|
|
2827
2738
|
});
|
|
2828
|
-
var
|
|
2829
|
-
var UpperName33 = "ProviderType";
|
|
2830
|
-
var LowerName33 = UpperName33[0].toLowerCase() + UpperName33.substring(1);
|
|
2739
|
+
var Route42 = "provider_type";
|
|
2831
2740
|
|
|
2832
2741
|
// src/modules/user/providerType/route.schema.ts
|
|
2833
2742
|
var route_schema_exports37 = {};
|
|
@@ -2856,13 +2765,9 @@ var findWithPaginationQuery13 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2856
2765
|
// src/modules/user/purchaseConditions/interface.ts
|
|
2857
2766
|
var interface_exports20 = {};
|
|
2858
2767
|
__export(interface_exports20, {
|
|
2859
|
-
|
|
2860
|
-
Route: () => Route35,
|
|
2861
|
-
UpperName: () => UpperName34
|
|
2768
|
+
Route: () => Route43
|
|
2862
2769
|
});
|
|
2863
|
-
var
|
|
2864
|
-
var UpperName34 = "PurchaseConditions";
|
|
2865
|
-
var LowerName34 = UpperName34[0].toLowerCase() + UpperName34.substring(1);
|
|
2770
|
+
var Route43 = "purchase_conditions";
|
|
2866
2771
|
|
|
2867
2772
|
// src/modules/user/purchaseConditions/route.schema.ts
|
|
2868
2773
|
var route_schema_exports38 = {};
|
|
@@ -2896,15 +2801,11 @@ var findWithPaginationQuery14 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2896
2801
|
// src/modules/user/reasonForExemption/interface.ts
|
|
2897
2802
|
var interface_exports21 = {};
|
|
2898
2803
|
__export(interface_exports21, {
|
|
2899
|
-
LowerName: () => LowerName35,
|
|
2900
2804
|
ReasonForExemptionTypeEnum: () => ReasonForExemptionTypeEnum,
|
|
2901
|
-
Route: () =>
|
|
2902
|
-
UpperName: () => UpperName35,
|
|
2805
|
+
Route: () => Route44,
|
|
2903
2806
|
reasonForExemptionTypes: () => reasonForExemptionTypes
|
|
2904
2807
|
});
|
|
2905
|
-
var
|
|
2906
|
-
var UpperName35 = "ReasonForExemption";
|
|
2907
|
-
var LowerName35 = UpperName35[0].toLowerCase() + UpperName35.substring(1);
|
|
2808
|
+
var Route44 = "reason_for_exemption";
|
|
2908
2809
|
var ReasonForExemptionTypeEnum = {
|
|
2909
2810
|
product: "product",
|
|
2910
2811
|
client: "client",
|
|
@@ -2944,6 +2845,10 @@ var findWithPaginationQuery15 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2944
2845
|
|
|
2945
2846
|
// src/modules/user/refreshToken/interface.ts
|
|
2946
2847
|
var interface_exports22 = {};
|
|
2848
|
+
__export(interface_exports22, {
|
|
2849
|
+
Route: () => Route45
|
|
2850
|
+
});
|
|
2851
|
+
var Route45 = "refresh_token";
|
|
2947
2852
|
|
|
2948
2853
|
// src/modules/user/refreshToken/route.schema.ts
|
|
2949
2854
|
var route_schema_exports40 = {};
|
|
@@ -2951,21 +2856,16 @@ __export(route_schema_exports40, {
|
|
|
2951
2856
|
refreshTokenBody: () => refreshTokenBody
|
|
2952
2857
|
});
|
|
2953
2858
|
var refreshTokenBodyKeys = {
|
|
2954
|
-
token: joi10.string()
|
|
2955
|
-
ip: joi10.string()
|
|
2859
|
+
token: joi10.string()
|
|
2956
2860
|
};
|
|
2957
2861
|
var refreshTokenBody = joi10.object().keys(refreshTokenBodyKeys).messages(messages);
|
|
2958
2862
|
|
|
2959
2863
|
// src/modules/user/segmentsArea/interface.ts
|
|
2960
2864
|
var interface_exports23 = {};
|
|
2961
2865
|
__export(interface_exports23, {
|
|
2962
|
-
|
|
2963
|
-
Route: () => Route37,
|
|
2964
|
-
UpperName: () => UpperName36
|
|
2866
|
+
Route: () => Route46
|
|
2965
2867
|
});
|
|
2966
|
-
var
|
|
2967
|
-
var UpperName36 = "SegmentsArea";
|
|
2968
|
-
var LowerName36 = UpperName36[0].toLowerCase() + UpperName36.substring(1);
|
|
2868
|
+
var Route46 = "segments_area";
|
|
2969
2869
|
|
|
2970
2870
|
// src/modules/user/segmentsArea/route.schema.ts
|
|
2971
2871
|
var route_schema_exports41 = {};
|
|
@@ -2995,6 +2895,10 @@ var findWithPaginationQuery16 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
2995
2895
|
|
|
2996
2896
|
// src/modules/user/sessions/interface.ts
|
|
2997
2897
|
var interface_exports24 = {};
|
|
2898
|
+
__export(interface_exports24, {
|
|
2899
|
+
Route: () => Route47
|
|
2900
|
+
});
|
|
2901
|
+
var Route47 = "session";
|
|
2998
2902
|
|
|
2999
2903
|
// src/modules/user/sessions/route.schema.ts
|
|
3000
2904
|
var route_schema_exports42 = {};
|
|
@@ -3009,13 +2913,9 @@ var sessionBody = joi10.object().keys(sessionBodyKeys).messages(messages);
|
|
|
3009
2913
|
// src/modules/user/shippings/interface.ts
|
|
3010
2914
|
var interface_exports25 = {};
|
|
3011
2915
|
__export(interface_exports25, {
|
|
3012
|
-
|
|
3013
|
-
Route: () => Route38,
|
|
3014
|
-
UpperName: () => UpperName37
|
|
2916
|
+
Route: () => Route48
|
|
3015
2917
|
});
|
|
3016
|
-
var
|
|
3017
|
-
var UpperName37 = "Shippings";
|
|
3018
|
-
var LowerName37 = UpperName37[0].toLowerCase() + UpperName37.substring(1);
|
|
2918
|
+
var Route48 = "shippings";
|
|
3019
2919
|
|
|
3020
2920
|
// src/modules/user/shippings/route.schema.ts
|
|
3021
2921
|
var route_schema_exports43 = {};
|
|
@@ -3051,13 +2951,9 @@ var findWithPaginationQuery17 = joi10.object().keys(findWithPaginationQueryKeys1
|
|
|
3051
2951
|
// src/modules/user/storeOperator/interface.ts
|
|
3052
2952
|
var interface_exports26 = {};
|
|
3053
2953
|
__export(interface_exports26, {
|
|
3054
|
-
|
|
3055
|
-
Route: () => Route39,
|
|
3056
|
-
UpperName: () => UpperName38
|
|
2954
|
+
Route: () => Route49
|
|
3057
2955
|
});
|
|
3058
|
-
var
|
|
3059
|
-
var UpperName38 = "StoreOperator";
|
|
3060
|
-
var LowerName38 = UpperName38[0].toLowerCase() + UpperName38.substring(1);
|
|
2956
|
+
var Route49 = "store_operator";
|
|
3061
2957
|
|
|
3062
2958
|
// src/modules/user/storeOperator/route.schema.ts
|
|
3063
2959
|
var route_schema_exports44 = {};
|
|
@@ -3097,20 +2993,59 @@ var updatePasswordBodyKeys = {
|
|
|
3097
2993
|
};
|
|
3098
2994
|
var updatePasswordBody = joi10.object().keys(updatePasswordBodyKeys).messages(messages);
|
|
3099
2995
|
|
|
3100
|
-
// src/modules/user/
|
|
2996
|
+
// src/modules/user/systemModule/interface.ts
|
|
3101
2997
|
var interface_exports27 = {};
|
|
3102
2998
|
__export(interface_exports27, {
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
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
|
|
3106
3043
|
});
|
|
3107
|
-
var
|
|
3108
|
-
var UpperName39 = "Swift";
|
|
3109
|
-
var LowerName39 = UpperName39[0].toLowerCase() + UpperName39.substring(1);
|
|
3044
|
+
var Route51 = "swift";
|
|
3110
3045
|
|
|
3111
3046
|
// src/modules/user/swift/route.schema.ts
|
|
3112
|
-
var
|
|
3113
|
-
__export(
|
|
3047
|
+
var route_schema_exports46 = {};
|
|
3048
|
+
__export(route_schema_exports46, {
|
|
3114
3049
|
createBody: () => createBody33,
|
|
3115
3050
|
findQuery: () => findQuery19,
|
|
3116
3051
|
findWithPaginationQuery: () => findWithPaginationQuery19,
|
|
@@ -3141,19 +3076,15 @@ var findWithPaginationQueryKeys19 = {
|
|
|
3141
3076
|
var findWithPaginationQuery19 = joi10.object().keys(findWithPaginationQueryKeys19).messages(messages);
|
|
3142
3077
|
|
|
3143
3078
|
// src/modules/stock/typeOfLocation/interface.ts
|
|
3144
|
-
var
|
|
3145
|
-
__export(
|
|
3146
|
-
|
|
3147
|
-
Route: () => Route41,
|
|
3148
|
-
UpperName: () => UpperName40
|
|
3079
|
+
var interface_exports29 = {};
|
|
3080
|
+
__export(interface_exports29, {
|
|
3081
|
+
Route: () => Route52
|
|
3149
3082
|
});
|
|
3150
|
-
var
|
|
3151
|
-
var UpperName40 = "TypeOfLocation";
|
|
3152
|
-
var LowerName40 = UpperName40[0].toLowerCase() + UpperName40.substring(1);
|
|
3083
|
+
var Route52 = "type_of_location";
|
|
3153
3084
|
|
|
3154
3085
|
// src/modules/stock/typeOfLocation/route.schema.ts
|
|
3155
|
-
var
|
|
3156
|
-
__export(
|
|
3086
|
+
var route_schema_exports47 = {};
|
|
3087
|
+
__export(route_schema_exports47, {
|
|
3157
3088
|
createBody: () => createBody34,
|
|
3158
3089
|
findQuery: () => findQuery20,
|
|
3159
3090
|
findWithPaginationQuery: () => findWithPaginationQuery20,
|
|
@@ -3176,19 +3107,15 @@ var findWithPaginationQueryKeys20 = {
|
|
|
3176
3107
|
var findWithPaginationQuery20 = joi10.object().keys(findWithPaginationQueryKeys20).messages(messages);
|
|
3177
3108
|
|
|
3178
3109
|
// src/modules/stock/unitOfMeasure/interface.ts
|
|
3179
|
-
var
|
|
3180
|
-
__export(
|
|
3181
|
-
|
|
3182
|
-
Route: () => Route42,
|
|
3183
|
-
UpperName: () => UpperName41
|
|
3110
|
+
var interface_exports30 = {};
|
|
3111
|
+
__export(interface_exports30, {
|
|
3112
|
+
Route: () => Route53
|
|
3184
3113
|
});
|
|
3185
|
-
var
|
|
3186
|
-
var LowerName41 = UpperName41[0].toLowerCase() + UpperName41.substring(1);
|
|
3187
|
-
var Route42 = "unit_of_measure";
|
|
3114
|
+
var Route53 = "unit_of_measure";
|
|
3188
3115
|
|
|
3189
3116
|
// src/modules/stock/unitOfMeasure/route.schema.ts
|
|
3190
|
-
var
|
|
3191
|
-
__export(
|
|
3117
|
+
var route_schema_exports48 = {};
|
|
3118
|
+
__export(route_schema_exports48, {
|
|
3192
3119
|
createBody: () => createBody35,
|
|
3193
3120
|
findQuery: () => findQuery21,
|
|
3194
3121
|
findWithPaginationQuery: () => findWithPaginationQuery21,
|
|
@@ -3221,19 +3148,15 @@ var findWithPaginationQueryKeys21 = {
|
|
|
3221
3148
|
var findWithPaginationQuery21 = joi10.object().keys(findWithPaginationQueryKeys21).messages(messages);
|
|
3222
3149
|
|
|
3223
3150
|
// src/modules/user/userPositions/interface.ts
|
|
3224
|
-
var
|
|
3225
|
-
__export(
|
|
3226
|
-
|
|
3227
|
-
Route: () => Route43,
|
|
3228
|
-
UpperName: () => UpperName42
|
|
3151
|
+
var interface_exports31 = {};
|
|
3152
|
+
__export(interface_exports31, {
|
|
3153
|
+
Route: () => Route54
|
|
3229
3154
|
});
|
|
3230
|
-
var
|
|
3231
|
-
var UpperName42 = "UserPositions";
|
|
3232
|
-
var LowerName42 = UpperName42[0].toLowerCase() + UpperName42.substring(1);
|
|
3155
|
+
var Route54 = "user_positions";
|
|
3233
3156
|
|
|
3234
3157
|
// src/modules/user/userPositions/route.schema.ts
|
|
3235
|
-
var
|
|
3236
|
-
__export(
|
|
3158
|
+
var route_schema_exports49 = {};
|
|
3159
|
+
__export(route_schema_exports49, {
|
|
3237
3160
|
createBody: () => createBody36,
|
|
3238
3161
|
findQuery: () => findQuery22,
|
|
3239
3162
|
findWithPaginationQuery: () => findWithPaginationQuery22,
|
|
@@ -3256,19 +3179,15 @@ var findWithPaginationQueryKeys22 = {
|
|
|
3256
3179
|
var findWithPaginationQuery22 = joi10.object().keys(findWithPaginationQueryKeys22).messages(messages);
|
|
3257
3180
|
|
|
3258
3181
|
// src/modules/user/users/interface.ts
|
|
3259
|
-
var
|
|
3260
|
-
__export(
|
|
3261
|
-
|
|
3262
|
-
Route: () => Route44,
|
|
3263
|
-
UpperName: () => UpperName43
|
|
3182
|
+
var interface_exports32 = {};
|
|
3183
|
+
__export(interface_exports32, {
|
|
3184
|
+
Route: () => Route55
|
|
3264
3185
|
});
|
|
3265
|
-
var
|
|
3266
|
-
var UpperName43 = "Users";
|
|
3267
|
-
var LowerName43 = UpperName43[0].toLowerCase() + UpperName43.substring(1);
|
|
3186
|
+
var Route55 = "users";
|
|
3268
3187
|
|
|
3269
3188
|
// src/modules/user/users/route.schema.ts
|
|
3270
|
-
var
|
|
3271
|
-
__export(
|
|
3189
|
+
var route_schema_exports50 = {};
|
|
3190
|
+
__export(route_schema_exports50, {
|
|
3272
3191
|
createBody: () => createBody37,
|
|
3273
3192
|
findFromClientOrProviderIdBody: () => findFromClientOrProviderIdBody,
|
|
3274
3193
|
findProvidersWithClientIdQuery: () => findProvidersWithClientIdQuery,
|
|
@@ -3302,19 +3221,15 @@ var findWithPaginationQueryKeys23 = {
|
|
|
3302
3221
|
var findWithPaginationQuery23 = joi10.object().keys(findWithPaginationQueryKeys23).messages(messages);
|
|
3303
3222
|
|
|
3304
3223
|
// src/modules/user/userTokens/interface.ts
|
|
3305
|
-
var
|
|
3306
|
-
__export(
|
|
3307
|
-
|
|
3308
|
-
Route: () => Route45,
|
|
3309
|
-
UpperName: () => UpperName44
|
|
3224
|
+
var interface_exports33 = {};
|
|
3225
|
+
__export(interface_exports33, {
|
|
3226
|
+
Route: () => Route56
|
|
3310
3227
|
});
|
|
3311
|
-
var
|
|
3312
|
-
var UpperName44 = "UserTokens";
|
|
3313
|
-
var LowerName44 = UpperName44[0].toLowerCase() + UpperName44.substring(1);
|
|
3228
|
+
var Route56 = "user_token";
|
|
3314
3229
|
|
|
3315
3230
|
// src/modules/user/userTokens/route.schema.ts
|
|
3316
|
-
var
|
|
3317
|
-
__export(
|
|
3231
|
+
var route_schema_exports51 = {};
|
|
3232
|
+
__export(route_schema_exports51, {
|
|
3318
3233
|
findQuery: () => findQuery24,
|
|
3319
3234
|
findWithPaginationQuery: () => findWithPaginationQuery24
|
|
3320
3235
|
});
|
|
@@ -3327,19 +3242,15 @@ var findWithPaginationQueryKeys24 = {
|
|
|
3327
3242
|
var findWithPaginationQuery24 = joi10.object().keys(findWithPaginationQueryKeys24).messages(messages);
|
|
3328
3243
|
|
|
3329
3244
|
// src/modules/stock/vatTax/interface.ts
|
|
3330
|
-
var
|
|
3331
|
-
__export(
|
|
3332
|
-
|
|
3333
|
-
Route: () => Route46,
|
|
3334
|
-
UpperName: () => UpperName45
|
|
3245
|
+
var interface_exports34 = {};
|
|
3246
|
+
__export(interface_exports34, {
|
|
3247
|
+
Route: () => Route57
|
|
3335
3248
|
});
|
|
3336
|
-
var
|
|
3337
|
-
var UpperName45 = "VatTax";
|
|
3338
|
-
var LowerName45 = UpperName45[0].toLowerCase() + UpperName45.substring(1);
|
|
3249
|
+
var Route57 = "vat_tax";
|
|
3339
3250
|
|
|
3340
3251
|
// src/modules/stock/vatTax/route.schema.ts
|
|
3341
|
-
var
|
|
3342
|
-
__export(
|
|
3252
|
+
var route_schema_exports52 = {};
|
|
3253
|
+
__export(route_schema_exports52, {
|
|
3343
3254
|
createBody: () => createBody38,
|
|
3344
3255
|
findQuery: () => findQuery25,
|
|
3345
3256
|
findWithPaginationQuery: () => findWithPaginationQuery25,
|
|
@@ -3366,17 +3277,13 @@ var findWithPaginationQuery25 = joi10.object().keys(findWithPaginationQueryKeys2
|
|
|
3366
3277
|
// src/modules/stock/vatValidation/interfaces.ts
|
|
3367
3278
|
var interfaces_exports25 = {};
|
|
3368
3279
|
__export(interfaces_exports25, {
|
|
3369
|
-
|
|
3370
|
-
Route: () => Route47,
|
|
3371
|
-
UpperName: () => UpperName46
|
|
3280
|
+
Route: () => Route58
|
|
3372
3281
|
});
|
|
3373
|
-
var
|
|
3374
|
-
var UpperName46 = "VatValidation";
|
|
3375
|
-
var LowerName46 = UpperName46[0].toLowerCase() + UpperName46.substring(1);
|
|
3282
|
+
var Route58 = "vat_validation";
|
|
3376
3283
|
|
|
3377
3284
|
// src/modules/stock/vatValidation/route.schema.ts
|
|
3378
|
-
var
|
|
3379
|
-
__export(
|
|
3285
|
+
var route_schema_exports53 = {};
|
|
3286
|
+
__export(route_schema_exports53, {
|
|
3380
3287
|
findByLatestBody: () => findByLatestBody
|
|
3381
3288
|
});
|
|
3382
3289
|
var findByLatestBodyKeys = {
|
|
@@ -3385,19 +3292,15 @@ var findByLatestBodyKeys = {
|
|
|
3385
3292
|
var findByLatestBody = joi10.object().keys(findByLatestBodyKeys).messages(messages);
|
|
3386
3293
|
|
|
3387
3294
|
// src/modules/stock/vatTaxZone/interface.ts
|
|
3388
|
-
var
|
|
3389
|
-
__export(
|
|
3390
|
-
|
|
3391
|
-
Route: () => Route48,
|
|
3392
|
-
UpperName: () => UpperName47
|
|
3295
|
+
var interface_exports35 = {};
|
|
3296
|
+
__export(interface_exports35, {
|
|
3297
|
+
Route: () => Route59
|
|
3393
3298
|
});
|
|
3394
|
-
var
|
|
3395
|
-
var UpperName47 = "VatTaxZone";
|
|
3396
|
-
var LowerName47 = UpperName47[0].toLowerCase() + UpperName47.substring(1);
|
|
3299
|
+
var Route59 = "vat_tax_zone";
|
|
3397
3300
|
|
|
3398
3301
|
// src/modules/stock/vatTaxZone/route.schema.ts
|
|
3399
|
-
var
|
|
3400
|
-
__export(
|
|
3302
|
+
var route_schema_exports54 = {};
|
|
3303
|
+
__export(route_schema_exports54, {
|
|
3401
3304
|
createBody: () => createBody39,
|
|
3402
3305
|
findQuery: () => findQuery26,
|
|
3403
3306
|
findWithPaginationQuery: () => findWithPaginationQuery26,
|
|
@@ -3433,17 +3336,13 @@ var findWithPaginationQuery26 = joi10.object().keys(findWithPaginationQueryKeys2
|
|
|
3433
3336
|
// src/modules/user/vehicles/interfaces.ts
|
|
3434
3337
|
var interfaces_exports26 = {};
|
|
3435
3338
|
__export(interfaces_exports26, {
|
|
3436
|
-
|
|
3437
|
-
Route: () => Route49,
|
|
3438
|
-
UpperName: () => UpperName48
|
|
3339
|
+
Route: () => Route60
|
|
3439
3340
|
});
|
|
3440
|
-
var
|
|
3441
|
-
var UpperName48 = "Vehicles";
|
|
3442
|
-
var LowerName48 = UpperName48[0].toLowerCase() + UpperName48.substring(1);
|
|
3341
|
+
var Route60 = "vehicles";
|
|
3443
3342
|
|
|
3444
3343
|
// src/modules/user/vehicles/route.schema.ts
|
|
3445
|
-
var
|
|
3446
|
-
__export(
|
|
3344
|
+
var route_schema_exports55 = {};
|
|
3345
|
+
__export(route_schema_exports55, {
|
|
3447
3346
|
createBody: () => createBody40,
|
|
3448
3347
|
updateBody: () => updateBody35
|
|
3449
3348
|
});
|
|
@@ -3463,17 +3362,13 @@ var updateBody35 = joi10.object().keys(updateBodyKeys35).messages(messages);
|
|
|
3463
3362
|
// src/modules/stock/workflow/interfaces.ts
|
|
3464
3363
|
var interfaces_exports27 = {};
|
|
3465
3364
|
__export(interfaces_exports27, {
|
|
3466
|
-
|
|
3467
|
-
Route: () => Route50,
|
|
3468
|
-
UpperName: () => UpperName49
|
|
3365
|
+
Route: () => Route61
|
|
3469
3366
|
});
|
|
3470
|
-
var
|
|
3471
|
-
var UpperName49 = "Workflow";
|
|
3472
|
-
var LowerName49 = UpperName49[0].toLowerCase() + UpperName49.substring(1);
|
|
3367
|
+
var Route61 = "workflow";
|
|
3473
3368
|
|
|
3474
3369
|
// src/modules/stock/workflow/route.schema.ts
|
|
3475
|
-
var
|
|
3476
|
-
__export(
|
|
3370
|
+
var route_schema_exports56 = {};
|
|
3371
|
+
__export(route_schema_exports56, {
|
|
3477
3372
|
getByOwnerQuery: () => getByOwnerQuery,
|
|
3478
3373
|
postBodyValidator: () => postBodyValidator,
|
|
3479
3374
|
putBodyValidator: () => putBodyValidator
|
|
@@ -3500,19 +3395,15 @@ var getByOwnerQueryKeys = {
|
|
|
3500
3395
|
var getByOwnerQuery = joi10.object().keys(getByOwnerQueryKeys).messages(messages);
|
|
3501
3396
|
|
|
3502
3397
|
// src/modules/stock/stockMovement/interface.ts
|
|
3503
|
-
var
|
|
3504
|
-
__export(
|
|
3398
|
+
var interface_exports36 = {};
|
|
3399
|
+
__export(interface_exports36, {
|
|
3505
3400
|
ExportFormatEnum: () => ExportFormatEnum,
|
|
3506
3401
|
ExportVersionEnum: () => ExportVersionEnum,
|
|
3507
|
-
|
|
3508
|
-
Route: () => Route51,
|
|
3509
|
-
UpperName: () => UpperName50,
|
|
3402
|
+
Route: () => Route62,
|
|
3510
3403
|
exportFormats: () => exportFormats,
|
|
3511
3404
|
exportVersions: () => exportVersions
|
|
3512
3405
|
});
|
|
3513
|
-
var
|
|
3514
|
-
var UpperName50 = "StockMovement";
|
|
3515
|
-
var LowerName50 = UpperName50[0].toLowerCase() + UpperName50.substring(1);
|
|
3406
|
+
var Route62 = "stock_movement";
|
|
3516
3407
|
var ExportFormatEnum = {
|
|
3517
3408
|
csv: "csv",
|
|
3518
3409
|
xml: "xml"
|
|
@@ -3525,8 +3416,8 @@ var ExportVersionEnum = {
|
|
|
3525
3416
|
var exportVersions = Object.keys(ExportVersionEnum);
|
|
3526
3417
|
|
|
3527
3418
|
// src/modules/stock/stockMovement/route.schema.ts
|
|
3528
|
-
var
|
|
3529
|
-
__export(
|
|
3419
|
+
var route_schema_exports57 = {};
|
|
3420
|
+
__export(route_schema_exports57, {
|
|
3530
3421
|
exportCsvQuery: () => exportCsvQuery,
|
|
3531
3422
|
findStockMovementWithPaginationQuery: () => findStockMovementWithPaginationQuery
|
|
3532
3423
|
});
|
|
@@ -3545,19 +3436,15 @@ var findWithPaginationQueryKeys27 = {
|
|
|
3545
3436
|
var findStockMovementWithPaginationQuery = joi10.object().keys(findWithPaginationQueryKeys27).messages(messages);
|
|
3546
3437
|
|
|
3547
3438
|
// src/modules/user/tenant/interface.ts
|
|
3548
|
-
var
|
|
3549
|
-
__export(
|
|
3550
|
-
|
|
3551
|
-
Route: () => Route52,
|
|
3552
|
-
UpperName: () => UpperName51
|
|
3439
|
+
var interface_exports37 = {};
|
|
3440
|
+
__export(interface_exports37, {
|
|
3441
|
+
Route: () => Route63
|
|
3553
3442
|
});
|
|
3554
|
-
var
|
|
3555
|
-
var UpperName51 = "Tenant";
|
|
3556
|
-
var LowerName51 = UpperName51[0].toLowerCase() + UpperName51.substring(1);
|
|
3443
|
+
var Route63 = "tenant";
|
|
3557
3444
|
|
|
3558
3445
|
// src/modules/user/tenant/route.schema.ts
|
|
3559
|
-
var
|
|
3560
|
-
__export(
|
|
3446
|
+
var route_schema_exports58 = {};
|
|
3447
|
+
__export(route_schema_exports58, {
|
|
3561
3448
|
createBody: () => createBody41,
|
|
3562
3449
|
updateBody: () => updateBody36
|
|
3563
3450
|
});
|
|
@@ -3603,19 +3490,15 @@ var updateBodyKeys36 = {
|
|
|
3603
3490
|
var updateBody36 = joi10.object().keys(updateBodyKeys36).messages(messages);
|
|
3604
3491
|
|
|
3605
3492
|
// src/modules/supply/preSale/interface.ts
|
|
3606
|
-
var
|
|
3607
|
-
__export(
|
|
3608
|
-
|
|
3609
|
-
Route: () => Route53,
|
|
3610
|
-
UpperName: () => UpperName52
|
|
3493
|
+
var interface_exports38 = {};
|
|
3494
|
+
__export(interface_exports38, {
|
|
3495
|
+
Route: () => Route64
|
|
3611
3496
|
});
|
|
3612
|
-
var
|
|
3613
|
-
var UpperName52 = "PreSale";
|
|
3614
|
-
var LowerName52 = UpperName52[0].toLowerCase() + UpperName52.substring(1);
|
|
3497
|
+
var Route64 = "pre_sale";
|
|
3615
3498
|
|
|
3616
3499
|
// src/modules/supply/preSale/route.schema.ts
|
|
3617
|
-
var
|
|
3618
|
-
__export(
|
|
3500
|
+
var route_schema_exports59 = {};
|
|
3501
|
+
__export(route_schema_exports59, {
|
|
3619
3502
|
createBody: () => createBody42,
|
|
3620
3503
|
findByUserParams: () => findByUserParams,
|
|
3621
3504
|
findQuery: () => findQuery27,
|
|
@@ -3664,19 +3547,15 @@ var findByUserParamsKeys = {
|
|
|
3664
3547
|
var findByUserParams = joi10.object().keys(findByUserParamsKeys).messages(messages);
|
|
3665
3548
|
|
|
3666
3549
|
// src/modules/supply/preSaleProduct/interface.ts
|
|
3667
|
-
var
|
|
3668
|
-
__export(
|
|
3669
|
-
|
|
3670
|
-
Route: () => Route54,
|
|
3671
|
-
UpperName: () => UpperName53
|
|
3550
|
+
var interface_exports39 = {};
|
|
3551
|
+
__export(interface_exports39, {
|
|
3552
|
+
Route: () => Route65
|
|
3672
3553
|
});
|
|
3673
|
-
var
|
|
3674
|
-
var UpperName53 = "PreSaleProduct";
|
|
3675
|
-
var LowerName53 = UpperName53[0].toLowerCase() + UpperName53.substring(1);
|
|
3554
|
+
var Route65 = "pre_sale_product";
|
|
3676
3555
|
|
|
3677
3556
|
// src/modules/supply/preSaleProduct/route.schema.ts
|
|
3678
|
-
var
|
|
3679
|
-
__export(
|
|
3557
|
+
var route_schema_exports60 = {};
|
|
3558
|
+
__export(route_schema_exports60, {
|
|
3680
3559
|
findQuery: () => findQuery28
|
|
3681
3560
|
});
|
|
3682
3561
|
var findQueryKeys28 = {};
|
|
@@ -3685,17 +3564,13 @@ var findQuery28 = joi10.object().keys(findQueryKeys28).messages(messages);
|
|
|
3685
3564
|
// src/modules/print/npc/interfaces.ts
|
|
3686
3565
|
var interfaces_exports28 = {};
|
|
3687
3566
|
__export(interfaces_exports28, {
|
|
3688
|
-
|
|
3689
|
-
Route: () => Route55,
|
|
3690
|
-
UpperName: () => UpperName54
|
|
3567
|
+
Route: () => Route66
|
|
3691
3568
|
});
|
|
3692
|
-
var
|
|
3693
|
-
var UpperName54 = "Npc";
|
|
3694
|
-
var LowerName54 = UpperName54[0].toLowerCase() + UpperName54.substring(1);
|
|
3569
|
+
var Route66 = "npc";
|
|
3695
3570
|
|
|
3696
3571
|
// src/modules/print/npc/route.schema.ts
|
|
3697
|
-
var
|
|
3698
|
-
__export(
|
|
3572
|
+
var route_schema_exports61 = {};
|
|
3573
|
+
__export(route_schema_exports61, {
|
|
3699
3574
|
findPrintJobsForComputerIdRequestParams: () => findPrintJobsForComputerIdRequestParams,
|
|
3700
3575
|
updateBody: () => updateBody38
|
|
3701
3576
|
});
|
|
@@ -3712,17 +3587,13 @@ var findPrintJobsForComputerIdRequestParams = joi10.object().keys(findPrintJobsF
|
|
|
3712
3587
|
// src/modules/print/printer/interfaces.ts
|
|
3713
3588
|
var interfaces_exports29 = {};
|
|
3714
3589
|
__export(interfaces_exports29, {
|
|
3715
|
-
|
|
3716
|
-
Route: () => Route56,
|
|
3717
|
-
UpperName: () => UpperName55
|
|
3590
|
+
Route: () => Route67
|
|
3718
3591
|
});
|
|
3719
|
-
var
|
|
3720
|
-
var UpperName55 = "Printer";
|
|
3721
|
-
var LowerName55 = UpperName55[0].toLowerCase() + UpperName55.substring(1);
|
|
3592
|
+
var Route67 = "printer";
|
|
3722
3593
|
|
|
3723
3594
|
// src/modules/print/printer/route.schema.ts
|
|
3724
|
-
var
|
|
3725
|
-
__export(
|
|
3595
|
+
var route_schema_exports62 = {};
|
|
3596
|
+
__export(route_schema_exports62, {
|
|
3726
3597
|
getOrSetPrintersBody: () => getOrSetPrintersBody,
|
|
3727
3598
|
updateBody: () => updateBody39,
|
|
3728
3599
|
updateManyBody: () => updateManyBody2
|
|
@@ -3770,17 +3641,13 @@ var updateManyBody2 = joi10.array().items(joi10.object().keys(updateManyBodyKeys
|
|
|
3770
3641
|
// src/modules/print/schedulePrintJob/interfaces.ts
|
|
3771
3642
|
var interfaces_exports30 = {};
|
|
3772
3643
|
__export(interfaces_exports30, {
|
|
3773
|
-
|
|
3774
|
-
Route: () => Route57,
|
|
3775
|
-
UpperName: () => UpperName56
|
|
3644
|
+
Route: () => Route68
|
|
3776
3645
|
});
|
|
3777
|
-
var
|
|
3778
|
-
var UpperName56 = "SchedulePrintJob";
|
|
3779
|
-
var LowerName56 = UpperName56[0].toLowerCase() + UpperName56.substring(1);
|
|
3646
|
+
var Route68 = "schedule_print_job";
|
|
3780
3647
|
|
|
3781
3648
|
// src/modules/print/schedulePrintJob/route.schema.ts
|
|
3782
|
-
var
|
|
3783
|
-
__export(
|
|
3649
|
+
var route_schema_exports63 = {};
|
|
3650
|
+
__export(route_schema_exports63, {
|
|
3784
3651
|
createManySchedulePrintJobBody: () => createManySchedulePrintJobBody,
|
|
3785
3652
|
createSchedulePrintJobBody: () => createSchedulePrintJobBody,
|
|
3786
3653
|
dispatchSchedulePrintJobBody: () => dispatchSchedulePrintJobBody
|
|
@@ -3805,19 +3672,15 @@ var createManySchedulePrintJobBody = joi10.object().keys({
|
|
|
3805
3672
|
// src/modules/stock/queryList/interfaces.ts
|
|
3806
3673
|
var interfaces_exports31 = {};
|
|
3807
3674
|
__export(interfaces_exports31, {
|
|
3808
|
-
|
|
3809
|
-
Route: () => Route58,
|
|
3810
|
-
UpperName: () => UpperName57,
|
|
3675
|
+
Route: () => Route69,
|
|
3811
3676
|
executeOutput: () => executeOutput
|
|
3812
3677
|
});
|
|
3813
|
-
var
|
|
3814
|
-
var UpperName57 = "QueryList";
|
|
3815
|
-
var LowerName57 = UpperName57[0].toLowerCase() + UpperName57.substring(1);
|
|
3678
|
+
var Route69 = "query";
|
|
3816
3679
|
var executeOutput = ["csv", "pdf", "xlsx", "json"];
|
|
3817
3680
|
|
|
3818
3681
|
// src/modules/stock/queryList/route.schema.ts
|
|
3819
|
-
var
|
|
3820
|
-
__export(
|
|
3682
|
+
var route_schema_exports64 = {};
|
|
3683
|
+
__export(route_schema_exports64, {
|
|
3821
3684
|
createBody: () => createBody43,
|
|
3822
3685
|
executeBody: () => executeBody,
|
|
3823
3686
|
executeBodyKeys: () => executeBodyKeys,
|
|
@@ -3845,15 +3708,11 @@ var executeBody = joi10.object().keys(executeBodyKeys).pattern(joi10.string(), j
|
|
|
3845
3708
|
// src/modules/stock/queryParameter/interfaces.ts
|
|
3846
3709
|
var interfaces_exports32 = {};
|
|
3847
3710
|
__export(interfaces_exports32, {
|
|
3848
|
-
LowerName: () => LowerName58,
|
|
3849
3711
|
QueryParameterDatatypeEnum: () => QueryParameterDatatypeEnum,
|
|
3850
|
-
Route: () =>
|
|
3851
|
-
UpperName: () => UpperName58,
|
|
3712
|
+
Route: () => Route70,
|
|
3852
3713
|
queryParametersDatatypes: () => queryParametersDatatypes
|
|
3853
3714
|
});
|
|
3854
|
-
var
|
|
3855
|
-
var UpperName58 = "QueryParameter";
|
|
3856
|
-
var LowerName58 = UpperName58[0].toLowerCase() + UpperName58.substring(1);
|
|
3715
|
+
var Route70 = "query_parameter";
|
|
3857
3716
|
var QueryParameterDatatypeEnum = {
|
|
3858
3717
|
boolean: "boolean",
|
|
3859
3718
|
decimal: "decimal",
|
|
@@ -3869,8 +3728,8 @@ var QueryParameterDatatypeEnum = {
|
|
|
3869
3728
|
var queryParametersDatatypes = Object.keys(QueryParameterDatatypeEnum);
|
|
3870
3729
|
|
|
3871
3730
|
// src/modules/stock/queryParameter/route.schema.ts
|
|
3872
|
-
var
|
|
3873
|
-
__export(
|
|
3731
|
+
var route_schema_exports65 = {};
|
|
3732
|
+
__export(route_schema_exports65, {
|
|
3874
3733
|
createBody: () => createBody44,
|
|
3875
3734
|
updateBody: () => updateBody41
|
|
3876
3735
|
});
|
|
@@ -3901,17 +3760,13 @@ var updateBody41 = joi10.object().keys(updateBodyKeys41).messages(messages);
|
|
|
3901
3760
|
// src/modules/stock/returnReason/interfaces.ts
|
|
3902
3761
|
var interfaces_exports33 = {};
|
|
3903
3762
|
__export(interfaces_exports33, {
|
|
3904
|
-
|
|
3905
|
-
Route: () => Route60,
|
|
3906
|
-
UpperName: () => UpperName59
|
|
3763
|
+
Route: () => Route71
|
|
3907
3764
|
});
|
|
3908
|
-
var
|
|
3909
|
-
var UpperName59 = "ReturnReason";
|
|
3910
|
-
var LowerName59 = UpperName59[0].toLowerCase() + UpperName59.substring(1);
|
|
3765
|
+
var Route71 = "return_reason";
|
|
3911
3766
|
|
|
3912
3767
|
// src/modules/stock/returnReason/route.schema.ts
|
|
3913
|
-
var
|
|
3914
|
-
__export(
|
|
3768
|
+
var route_schema_exports66 = {};
|
|
3769
|
+
__export(route_schema_exports66, {
|
|
3915
3770
|
createBody: () => createBody45,
|
|
3916
3771
|
updateBody: () => updateBody42
|
|
3917
3772
|
});
|
|
@@ -3925,16 +3780,12 @@ var updateBodyKeys42 = {
|
|
|
3925
3780
|
var updateBody42 = joi10.object().keys(updateBodyKeys42).messages(messages);
|
|
3926
3781
|
|
|
3927
3782
|
// src/modules/document/propostaSheets/interface.ts
|
|
3928
|
-
var
|
|
3929
|
-
__export(
|
|
3783
|
+
var interface_exports40 = {};
|
|
3784
|
+
__export(interface_exports40, {
|
|
3930
3785
|
IConflictEnum: () => IConflictEnum,
|
|
3931
|
-
|
|
3932
|
-
Route: () => Route61,
|
|
3933
|
-
UpperName: () => UpperName60
|
|
3786
|
+
Route: () => Route72
|
|
3934
3787
|
});
|
|
3935
|
-
var
|
|
3936
|
-
var UpperName60 = "DocumentLinePendingConflict";
|
|
3937
|
-
var LowerName60 = UpperName60[0].toLowerCase() + UpperName60.substring(1);
|
|
3788
|
+
var Route72 = "proposta_sheets";
|
|
3938
3789
|
var IConflictEnum = {
|
|
3939
3790
|
update: "update",
|
|
3940
3791
|
delete: "delete",
|
|
@@ -3942,8 +3793,8 @@ var IConflictEnum = {
|
|
|
3942
3793
|
};
|
|
3943
3794
|
|
|
3944
3795
|
// src/modules/document/propostaSheets/route.schema.ts
|
|
3945
|
-
var
|
|
3946
|
-
__export(
|
|
3796
|
+
var route_schema_exports67 = {};
|
|
3797
|
+
__export(route_schema_exports67, {
|
|
3947
3798
|
cloneSheetToNewDocumentQuery: () => cloneSheetToNewDocumentQuery,
|
|
3948
3799
|
findByGoogleSheetId: () => findByGoogleSheetId,
|
|
3949
3800
|
importFromSheetKeys: () => importFromSheetKeys,
|
|
@@ -3970,18 +3821,14 @@ var rmUpdateDataByDocumentLineIdValidation = joi10.object().keys({
|
|
|
3970
3821
|
}).messages(messages);
|
|
3971
3822
|
|
|
3972
3823
|
// src/modules/supply/schedule/interface.ts
|
|
3973
|
-
var
|
|
3974
|
-
__export(
|
|
3975
|
-
|
|
3976
|
-
Route: () => Route62,
|
|
3824
|
+
var interface_exports41 = {};
|
|
3825
|
+
__export(interface_exports41, {
|
|
3826
|
+
Route: () => Route73,
|
|
3977
3827
|
ScheduleTypeEnum: () => ScheduleTypeEnum,
|
|
3978
3828
|
ScheduleTypeLabel: () => ScheduleTypeLabel,
|
|
3979
|
-
UpperName: () => UpperName61,
|
|
3980
3829
|
scheduleTypes: () => scheduleTypes
|
|
3981
3830
|
});
|
|
3982
|
-
var
|
|
3983
|
-
var UpperName61 = "Schedule";
|
|
3984
|
-
var LowerName61 = UpperName61[0].toLowerCase() + UpperName61.substring(1);
|
|
3831
|
+
var Route73 = "schedule";
|
|
3985
3832
|
var ScheduleTypeEnum = {
|
|
3986
3833
|
executeEncomendasStock: "executeEncomendasStock",
|
|
3987
3834
|
executeEncomendasVA: "executeEncomendasVA",
|
|
@@ -4003,8 +3850,8 @@ var ScheduleTypeLabel = {
|
|
|
4003
3850
|
};
|
|
4004
3851
|
|
|
4005
3852
|
// src/modules/supply/schedule/route.schema.ts
|
|
4006
|
-
var
|
|
4007
|
-
__export(
|
|
3853
|
+
var route_schema_exports68 = {};
|
|
3854
|
+
__export(route_schema_exports68, {
|
|
4008
3855
|
runImmediately: () => runImmediately
|
|
4009
3856
|
});
|
|
4010
3857
|
var runImmediatelyKeys = {
|
|
@@ -4015,17 +3862,13 @@ var runImmediately = joi10.object().keys(runImmediatelyKeys).messages(messages);
|
|
|
4015
3862
|
// src/modules/integration/googleFilePermission/interfaces.ts
|
|
4016
3863
|
var interfaces_exports34 = {};
|
|
4017
3864
|
__export(interfaces_exports34, {
|
|
4018
|
-
|
|
4019
|
-
Route: () => Route63,
|
|
4020
|
-
UpperName: () => UpperName62
|
|
3865
|
+
Route: () => Route74
|
|
4021
3866
|
});
|
|
4022
|
-
var
|
|
4023
|
-
var UpperName62 = "GoogleFilePermission";
|
|
4024
|
-
var LowerName62 = UpperName62[0].toLowerCase() + UpperName62.substring(1);
|
|
3867
|
+
var Route74 = "google_file_permission";
|
|
4025
3868
|
|
|
4026
3869
|
// src/modules/integration/googleFilePermission/route.schema.ts
|
|
4027
|
-
var
|
|
4028
|
-
__export(
|
|
3870
|
+
var route_schema_exports69 = {};
|
|
3871
|
+
__export(route_schema_exports69, {
|
|
4029
3872
|
createBody: () => createBody46,
|
|
4030
3873
|
createBodyKeys: () => createBodyKeys45
|
|
4031
3874
|
});
|
|
@@ -4038,17 +3881,13 @@ var createBody46 = joi10.object().keys(createBodyKeys45).messages(messages);
|
|
|
4038
3881
|
// src/modules/integration/settings/interfaces.ts
|
|
4039
3882
|
var interfaces_exports35 = {};
|
|
4040
3883
|
__export(interfaces_exports35, {
|
|
4041
|
-
|
|
4042
|
-
Route: () => Route64,
|
|
4043
|
-
UpperName: () => UpperName63
|
|
3884
|
+
Route: () => Route75
|
|
4044
3885
|
});
|
|
4045
|
-
var
|
|
4046
|
-
var UpperName63 = "Settings";
|
|
4047
|
-
var LowerName63 = UpperName63[0].toLowerCase() + UpperName63.substring(1);
|
|
3886
|
+
var Route75 = "settings";
|
|
4048
3887
|
|
|
4049
3888
|
// src/modules/integration/settings/route.schema.ts
|
|
4050
|
-
var
|
|
4051
|
-
__export(
|
|
3889
|
+
var route_schema_exports70 = {};
|
|
3890
|
+
__export(route_schema_exports70, {
|
|
4052
3891
|
createBody: () => createBody47,
|
|
4053
3892
|
findQuery: () => findQuery29,
|
|
4054
3893
|
updateBody: () => updateBody43
|
|
@@ -4071,17 +3910,13 @@ var findQuery29 = joi10.object().keys(findQueryKeys29).messages(messages);
|
|
|
4071
3910
|
// src/modules/tickets/tickets/interfaces.ts
|
|
4072
3911
|
var interfaces_exports36 = {};
|
|
4073
3912
|
__export(interfaces_exports36, {
|
|
4074
|
-
|
|
4075
|
-
Route: () => Route65,
|
|
4076
|
-
UpperName: () => UpperName64
|
|
3913
|
+
Route: () => Route76
|
|
4077
3914
|
});
|
|
4078
|
-
var
|
|
4079
|
-
var UpperName64 = "Tickets";
|
|
4080
|
-
var LowerName64 = UpperName64[0].toLowerCase() + UpperName64.substring(1);
|
|
3915
|
+
var Route76 = "tickets";
|
|
4081
3916
|
|
|
4082
3917
|
// src/modules/tickets/tickets/route.schema.ts
|
|
4083
|
-
var
|
|
4084
|
-
__export(
|
|
3918
|
+
var route_schema_exports71 = {};
|
|
3919
|
+
__export(route_schema_exports71, {
|
|
4085
3920
|
createBody: () => createBody48,
|
|
4086
3921
|
updateBody: () => updateBody44
|
|
4087
3922
|
});
|
|
@@ -4100,17 +3935,13 @@ var updateBody44 = joi10.object().keys(updateBodyKeys44).messages(messages);
|
|
|
4100
3935
|
// src/modules/tickets/channel/interfaces.ts
|
|
4101
3936
|
var interfaces_exports37 = {};
|
|
4102
3937
|
__export(interfaces_exports37, {
|
|
4103
|
-
|
|
4104
|
-
Route: () => Route66,
|
|
4105
|
-
UpperName: () => UpperName65
|
|
3938
|
+
Route: () => Route77
|
|
4106
3939
|
});
|
|
4107
|
-
var
|
|
4108
|
-
var UpperName65 = "Channel";
|
|
4109
|
-
var LowerName65 = UpperName65[0].toLowerCase() + UpperName65.substring(1);
|
|
3940
|
+
var Route77 = "channel";
|
|
4110
3941
|
|
|
4111
3942
|
// src/modules/tickets/channel/route.schema.ts
|
|
4112
|
-
var
|
|
4113
|
-
__export(
|
|
3943
|
+
var route_schema_exports72 = {};
|
|
3944
|
+
__export(route_schema_exports72, {
|
|
4114
3945
|
createBody: () => createBody49,
|
|
4115
3946
|
updateBody: () => updateBody45
|
|
4116
3947
|
});
|
|
@@ -4134,17 +3965,13 @@ var updateBody45 = joi10.object().keys(updateBodyKeys45).messages(messages);
|
|
|
4134
3965
|
// src/modules/tickets/language/interfaces.ts
|
|
4135
3966
|
var interfaces_exports38 = {};
|
|
4136
3967
|
__export(interfaces_exports38, {
|
|
4137
|
-
|
|
4138
|
-
Route: () => Route67,
|
|
4139
|
-
UpperName: () => UpperName66
|
|
3968
|
+
Route: () => Route78
|
|
4140
3969
|
});
|
|
4141
|
-
var
|
|
4142
|
-
var UpperName66 = "TicketsLanguage";
|
|
4143
|
-
var LowerName66 = UpperName66[0].toLowerCase() + UpperName66.substring(1);
|
|
3970
|
+
var Route78 = "tickets_language";
|
|
4144
3971
|
|
|
4145
3972
|
// src/modules/tickets/language/route.schema.ts
|
|
4146
|
-
var
|
|
4147
|
-
__export(
|
|
3973
|
+
var route_schema_exports73 = {};
|
|
3974
|
+
__export(route_schema_exports73, {
|
|
4148
3975
|
createBody: () => createBody50,
|
|
4149
3976
|
updateBody: () => updateBody46
|
|
4150
3977
|
});
|
|
@@ -4172,17 +3999,13 @@ var updateBody46 = joi10.object().keys(updateBodyKeys46).messages(messages);
|
|
|
4172
3999
|
// src/modules/tickets/clt/interfaces.ts
|
|
4173
4000
|
var interfaces_exports39 = {};
|
|
4174
4001
|
__export(interfaces_exports39, {
|
|
4175
|
-
|
|
4176
|
-
Route: () => Route68,
|
|
4177
|
-
UpperName: () => UpperName67
|
|
4002
|
+
Route: () => Route79
|
|
4178
4003
|
});
|
|
4179
|
-
var
|
|
4180
|
-
var UpperName67 = "CLT";
|
|
4181
|
-
var LowerName67 = UpperName67[0].toLowerCase() + UpperName67.substring(1);
|
|
4004
|
+
var Route79 = "clt";
|
|
4182
4005
|
|
|
4183
4006
|
// src/modules/tickets/clt/route.schema.ts
|
|
4184
|
-
var
|
|
4185
|
-
__export(
|
|
4007
|
+
var route_schema_exports74 = {};
|
|
4008
|
+
__export(route_schema_exports74, {
|
|
4186
4009
|
createBody: () => createBody51,
|
|
4187
4010
|
updateBody: () => updateBody47
|
|
4188
4011
|
});
|
|
@@ -4204,30 +4027,22 @@ var updateBodyKeys47 = {
|
|
|
4204
4027
|
var updateBody47 = joi10.object().keys(updateBodyKeys47).messages(messages);
|
|
4205
4028
|
|
|
4206
4029
|
// src/modules/supply/startDocumentHeaderLastUpdate/interface.ts
|
|
4207
|
-
var
|
|
4208
|
-
__export(
|
|
4209
|
-
|
|
4210
|
-
Route: () => Route69,
|
|
4211
|
-
UpperName: () => UpperName68
|
|
4030
|
+
var interface_exports42 = {};
|
|
4031
|
+
__export(interface_exports42, {
|
|
4032
|
+
Route: () => Route80
|
|
4212
4033
|
});
|
|
4213
|
-
var
|
|
4214
|
-
var UpperName68 = "StartDocumentHeaderLastUpdate";
|
|
4215
|
-
var LowerName68 = UpperName68[0].toLowerCase() + UpperName68.substring(1);
|
|
4034
|
+
var Route80 = "start_document_header_last_update";
|
|
4216
4035
|
|
|
4217
4036
|
// src/modules/user/persona/interface.ts
|
|
4218
|
-
var
|
|
4219
|
-
__export(
|
|
4220
|
-
|
|
4221
|
-
Route: () => Route70,
|
|
4222
|
-
UpperName: () => UpperName69
|
|
4037
|
+
var interface_exports43 = {};
|
|
4038
|
+
__export(interface_exports43, {
|
|
4039
|
+
Route: () => Route81
|
|
4223
4040
|
});
|
|
4224
|
-
var
|
|
4225
|
-
var UpperName69 = "Persona";
|
|
4226
|
-
var LowerName69 = UpperName69[0].toLowerCase() + UpperName69.substring(1);
|
|
4041
|
+
var Route81 = "persona";
|
|
4227
4042
|
|
|
4228
4043
|
// src/modules/user/persona/route.schema.ts
|
|
4229
|
-
var
|
|
4230
|
-
__export(
|
|
4044
|
+
var route_schema_exports75 = {};
|
|
4045
|
+
__export(route_schema_exports75, {
|
|
4231
4046
|
FindByEmailQueryValidate: () => FindByEmailQueryValidate,
|
|
4232
4047
|
FindClientOrProviderQueryValidate: () => FindClientOrProviderQueryValidate,
|
|
4233
4048
|
createBody: () => createBody52,
|
|
@@ -4316,8 +4131,8 @@ var publicUpdateBodyKeys = {
|
|
|
4316
4131
|
var publicUpdateBody = joi10.object().keys(publicUpdateBodyKeys).messages(messages);
|
|
4317
4132
|
|
|
4318
4133
|
// src/modules/integration/projectInfo/route.schema.ts
|
|
4319
|
-
var
|
|
4320
|
-
__export(
|
|
4134
|
+
var route_schema_exports76 = {};
|
|
4135
|
+
__export(route_schema_exports76, {
|
|
4321
4136
|
sendEmailBody: () => sendEmailBody
|
|
4322
4137
|
});
|
|
4323
4138
|
var sendEmailBodyKeys = {
|
|
@@ -4348,17 +4163,13 @@ var sendEmailBody = joi10.object().keys(sendEmailBodyKeys).messages(messages);
|
|
|
4348
4163
|
// src/modules/integration/emailVerification/interfaces.ts
|
|
4349
4164
|
var interfaces_exports40 = {};
|
|
4350
4165
|
__export(interfaces_exports40, {
|
|
4351
|
-
|
|
4352
|
-
Route: () => Route71,
|
|
4353
|
-
UpperName: () => UpperName70
|
|
4166
|
+
Route: () => Route82
|
|
4354
4167
|
});
|
|
4355
|
-
var
|
|
4356
|
-
var UpperName70 = "EmailVerification";
|
|
4357
|
-
var LowerName70 = UpperName70[0].toLowerCase() + UpperName70.substring(1);
|
|
4168
|
+
var Route82 = "email_verification";
|
|
4358
4169
|
|
|
4359
4170
|
// src/modules/integration/emailVerification/route.schema.ts
|
|
4360
|
-
var
|
|
4361
|
-
__export(
|
|
4171
|
+
var route_schema_exports77 = {};
|
|
4172
|
+
__export(route_schema_exports77, {
|
|
4362
4173
|
isVerifiedQuery: () => isVerifiedQuery,
|
|
4363
4174
|
markAsVerifiedBody: () => markAsVerifiedBody,
|
|
4364
4175
|
sendVerificationBody: () => sendVerificationBody
|
|
@@ -4377,15 +4188,11 @@ var markAsVerifiedBody = joi10.object().keys({
|
|
|
4377
4188
|
// src/modules/integration/emailLog/interfaces.ts
|
|
4378
4189
|
var interfaces_exports41 = {};
|
|
4379
4190
|
__export(interfaces_exports41, {
|
|
4380
|
-
|
|
4381
|
-
Route: () => Route72,
|
|
4191
|
+
Route: () => Route83,
|
|
4382
4192
|
SendGridCallbackEventEnum: () => SendGridCallbackEventEnum,
|
|
4383
|
-
UpperName: () => UpperName71,
|
|
4384
4193
|
sendGridCallbackEvents: () => sendGridCallbackEvents
|
|
4385
4194
|
});
|
|
4386
|
-
var
|
|
4387
|
-
var UpperName71 = "EmailLog";
|
|
4388
|
-
var LowerName71 = UpperName71[0].toLowerCase() + UpperName71.substring(1);
|
|
4195
|
+
var Route83 = "email_log";
|
|
4389
4196
|
var SendGridCallbackEventEnum = {
|
|
4390
4197
|
open: "open",
|
|
4391
4198
|
delivered: "delivered",
|
|
@@ -4398,8 +4205,8 @@ var SendGridCallbackEventEnum = {
|
|
|
4398
4205
|
var sendGridCallbackEvents = Object.keys(SendGridCallbackEventEnum);
|
|
4399
4206
|
|
|
4400
4207
|
// src/modules/integration/emailLog/route.schema.ts
|
|
4401
|
-
var
|
|
4402
|
-
__export(
|
|
4208
|
+
var route_schema_exports78 = {};
|
|
4209
|
+
__export(route_schema_exports78, {
|
|
4403
4210
|
checkSentBody: () => checkSentBody,
|
|
4404
4211
|
findQuery: () => findQuery31
|
|
4405
4212
|
});
|
|
@@ -4414,17 +4221,13 @@ var checkSentBody = joi10.object().keys({
|
|
|
4414
4221
|
// src/modules/document/purchase/interfaces.ts
|
|
4415
4222
|
var interfaces_exports42 = {};
|
|
4416
4223
|
__export(interfaces_exports42, {
|
|
4417
|
-
|
|
4418
|
-
Route: () => Route73,
|
|
4419
|
-
UpperName: () => UpperName72
|
|
4224
|
+
Route: () => Route84
|
|
4420
4225
|
});
|
|
4421
|
-
var
|
|
4422
|
-
var UpperName72 = "Purchase";
|
|
4423
|
-
var LowerName72 = UpperName72[0].toLowerCase() + UpperName72.substring(1);
|
|
4226
|
+
var Route84 = "purchase";
|
|
4424
4227
|
|
|
4425
4228
|
// src/modules/document/purchase/route.schema.ts
|
|
4426
|
-
var
|
|
4427
|
-
__export(
|
|
4229
|
+
var route_schema_exports79 = {};
|
|
4230
|
+
__export(route_schema_exports79, {
|
|
4428
4231
|
purchaseFromProviderBody: () => purchaseFromProviderBody,
|
|
4429
4232
|
syncBody: () => syncBody
|
|
4430
4233
|
});
|
|
@@ -4458,17 +4261,13 @@ var syncBody = joi10.object().keys({
|
|
|
4458
4261
|
// src/modules/document/order/interfaces.ts
|
|
4459
4262
|
var interfaces_exports43 = {};
|
|
4460
4263
|
__export(interfaces_exports43, {
|
|
4461
|
-
|
|
4462
|
-
Route: () => Route74,
|
|
4463
|
-
UpperName: () => UpperName73
|
|
4264
|
+
Route: () => Route85
|
|
4464
4265
|
});
|
|
4465
|
-
var
|
|
4466
|
-
var UpperName73 = "Order";
|
|
4467
|
-
var LowerName73 = UpperName73[0].toLowerCase() + UpperName73.substring(1);
|
|
4266
|
+
var Route85 = "order";
|
|
4468
4267
|
|
|
4469
4268
|
// src/modules/document/order/route.schema.ts
|
|
4470
|
-
var
|
|
4471
|
-
__export(
|
|
4269
|
+
var route_schema_exports80 = {};
|
|
4270
|
+
__export(route_schema_exports80, {
|
|
4472
4271
|
conferirEncomendaClienteBody: () => conferirEncomendaClienteBody,
|
|
4473
4272
|
findByIdsQuery: () => findByIdsQuery,
|
|
4474
4273
|
findQuery: () => findQuery32,
|
|
@@ -4478,17 +4277,13 @@ __export(route_schema_exports79, {
|
|
|
4478
4277
|
});
|
|
4479
4278
|
|
|
4480
4279
|
// src/modules/stock/conferirEncomenda/interface.ts
|
|
4481
|
-
var
|
|
4482
|
-
__export(
|
|
4280
|
+
var interface_exports44 = {};
|
|
4281
|
+
__export(interface_exports44, {
|
|
4483
4282
|
EstadoEncomendaEnum: () => EstadoEncomendaEnum,
|
|
4484
|
-
|
|
4485
|
-
Route: () => Route75,
|
|
4486
|
-
UpperName: () => UpperName74,
|
|
4283
|
+
Route: () => Route86,
|
|
4487
4284
|
estadoEncomendaValues: () => estadoEncomendaValues
|
|
4488
4285
|
});
|
|
4489
|
-
var
|
|
4490
|
-
var UpperName74 = "ConferirEncomenda";
|
|
4491
|
-
var LowerName74 = UpperName74[0].toLowerCase() + UpperName74.substring(1);
|
|
4286
|
+
var Route86 = "conferir_encomenda";
|
|
4492
4287
|
var EstadoEncomendaEnum = {
|
|
4493
4288
|
// --- Valores Originais ---
|
|
4494
4289
|
PorConfirmar: "PorConfirmar",
|
|
@@ -4512,6 +4307,7 @@ var EstadoEncomendaEnum = {
|
|
|
4512
4307
|
EsperaProdMont: "EsperaProdMont",
|
|
4513
4308
|
EsperaMontagem: "EsperaMontagem",
|
|
4514
4309
|
EsperaCorteTecidos: "EsperaCorteTecidos",
|
|
4310
|
+
EsperaFolhaProducao: "EsperaFolhaProducao",
|
|
4515
4311
|
EsperaConfeccaoTecidosCortados: "EsperaConfeccaoTecidosCortados",
|
|
4516
4312
|
EncomendarServico: "EncomendarServico",
|
|
4517
4313
|
EncomendarServicoCAnexos: "EncomendarServicoCAnexos",
|
|
@@ -4584,16 +4380,12 @@ __export(interfaces_exports44, {
|
|
|
4584
4380
|
ICreateMaterialEntranceClientOrderOptionEnum: () => ICreateMaterialEntranceClientOrderOptionEnum,
|
|
4585
4381
|
ICreateMaterialEntranceStockOptionEnum: () => ICreateMaterialEntranceStockOptionEnum,
|
|
4586
4382
|
ICreateMaterialEntranceStockWithoutOrderOptionEnum: () => ICreateMaterialEntranceStockWithoutOrderOptionEnum,
|
|
4587
|
-
|
|
4588
|
-
Route: () => Route76,
|
|
4589
|
-
UpperName: () => UpperName75,
|
|
4383
|
+
Route: () => Route87,
|
|
4590
4384
|
createMaterialEntranceClientOrderOptions: () => createMaterialEntranceClientOrderOptions,
|
|
4591
4385
|
createMaterialEntranceStockOptions: () => createMaterialEntranceStockOptions,
|
|
4592
4386
|
createMaterialEntranceStockWithoutOrderOptions: () => createMaterialEntranceStockWithoutOrderOptions
|
|
4593
4387
|
});
|
|
4594
|
-
var
|
|
4595
|
-
var UpperName75 = "MaterialEntrance";
|
|
4596
|
-
var LowerName75 = UpperName75[0].toLowerCase() + UpperName75.substring(1);
|
|
4388
|
+
var Route87 = "material_entrance";
|
|
4597
4389
|
var ICreateMaterialEntranceClientOrderOptionEnum = {
|
|
4598
4390
|
"Vai desdobrar linha na PC (estado Espera Chegada)": "Vai desdobrar linha na PC (estado Espera Chegada)",
|
|
4599
4391
|
"Vai desdobrar linha na PC (estado Espera Envio Encomenda)": "Vai desdobrar linha na PC (estado Espera Envio Encomenda)",
|
|
@@ -4619,8 +4411,8 @@ var createMaterialEntranceStockOptions = Object.keys(
|
|
|
4619
4411
|
);
|
|
4620
4412
|
|
|
4621
4413
|
// src/modules/document/materialEntrance/route.schema.ts
|
|
4622
|
-
var
|
|
4623
|
-
__export(
|
|
4414
|
+
var route_schema_exports81 = {};
|
|
4415
|
+
__export(route_schema_exports81, {
|
|
4624
4416
|
finalizarEntradaDeMaterialBody: () => finalizarEntradaDeMaterialBody,
|
|
4625
4417
|
printBulkLabelQuery: () => printBulkLabelQuery,
|
|
4626
4418
|
printLabelParams: () => printLabelParams2,
|
|
@@ -4652,6 +4444,9 @@ var printLabelQueryKeys2 = {
|
|
|
4652
4444
|
var printLabelQuery2 = joi10.object().keys(printLabelQueryKeys2).messages(messages);
|
|
4653
4445
|
var printBulkLabelQuery = joi10.object().keys({
|
|
4654
4446
|
groupLabel: joi10.boolean().required(),
|
|
4447
|
+
stockOrders: joi10.string().required(),
|
|
4448
|
+
notOk: joi10.string().required(),
|
|
4449
|
+
clientOrders: joi10.string().required(),
|
|
4655
4450
|
saved_em_picking_ids: joi10.string().required(),
|
|
4656
4451
|
token: joi10.string().required()
|
|
4657
4452
|
});
|
|
@@ -4659,17 +4454,13 @@ var printBulkLabelQuery = joi10.object().keys({
|
|
|
4659
4454
|
// src/modules/document/transformado/interfaces.ts
|
|
4660
4455
|
var interfaces_exports45 = {};
|
|
4661
4456
|
__export(interfaces_exports45, {
|
|
4662
|
-
|
|
4663
|
-
Route: () => Route77,
|
|
4664
|
-
UpperName: () => UpperName76
|
|
4457
|
+
Route: () => Route88
|
|
4665
4458
|
});
|
|
4666
|
-
var
|
|
4667
|
-
var UpperName76 = "Transformado";
|
|
4668
|
-
var LowerName76 = UpperName76[0].toLowerCase() + UpperName76.substring(1);
|
|
4459
|
+
var Route88 = "transformado";
|
|
4669
4460
|
|
|
4670
4461
|
// src/modules/document/transformado/route.schema.ts
|
|
4671
|
-
var
|
|
4672
|
-
__export(
|
|
4462
|
+
var route_schema_exports82 = {};
|
|
4463
|
+
__export(route_schema_exports82, {
|
|
4673
4464
|
destransformarBody: () => destransformarBody,
|
|
4674
4465
|
transformarBody: () => transformarBody
|
|
4675
4466
|
});
|
|
@@ -4695,17 +4486,13 @@ var destransformarBody = joi10.object().keys(destransformarKeys).messages(messag
|
|
|
4695
4486
|
// src/modules/document/quebra/interfaces.ts
|
|
4696
4487
|
var interfaces_exports46 = {};
|
|
4697
4488
|
__export(interfaces_exports46, {
|
|
4698
|
-
|
|
4699
|
-
Route: () => Route78,
|
|
4700
|
-
UpperName: () => UpperName77
|
|
4489
|
+
Route: () => Route89
|
|
4701
4490
|
});
|
|
4702
|
-
var
|
|
4703
|
-
var UpperName77 = "Quebra";
|
|
4704
|
-
var LowerName77 = UpperName77[0].toLowerCase() + UpperName77.substring(1);
|
|
4491
|
+
var Route89 = "quebra";
|
|
4705
4492
|
|
|
4706
4493
|
// src/modules/document/quebra/route.schema.ts
|
|
4707
|
-
var
|
|
4708
|
-
__export(
|
|
4494
|
+
var route_schema_exports83 = {};
|
|
4495
|
+
__export(route_schema_exports83, {
|
|
4709
4496
|
createQuebraBody: () => createQuebraBody,
|
|
4710
4497
|
deleteInventoryLossBody: () => deleteInventoryLossBody
|
|
4711
4498
|
});
|
|
@@ -4726,17 +4513,13 @@ var deleteInventoryLossBody = joi10.object().keys(deleteInventoryLossBodyKeys).m
|
|
|
4726
4513
|
// src/modules/document/upfrontReturn/interfaces.ts
|
|
4727
4514
|
var interfaces_exports47 = {};
|
|
4728
4515
|
__export(interfaces_exports47, {
|
|
4729
|
-
|
|
4730
|
-
Route: () => Route79,
|
|
4731
|
-
UpperName: () => UpperName78
|
|
4516
|
+
Route: () => Route90
|
|
4732
4517
|
});
|
|
4733
|
-
var
|
|
4734
|
-
var UpperName78 = "UpfrontReturn";
|
|
4735
|
-
var LowerName78 = UpperName78[0].toLowerCase() + UpperName78.substring(1);
|
|
4518
|
+
var Route90 = "upfrontReturn";
|
|
4736
4519
|
|
|
4737
4520
|
// src/modules/document/upfrontReturn/route.schema.ts
|
|
4738
|
-
var
|
|
4739
|
-
__export(
|
|
4521
|
+
var route_schema_exports84 = {};
|
|
4522
|
+
__export(route_schema_exports84, {
|
|
4740
4523
|
createBody: () => createBody53
|
|
4741
4524
|
});
|
|
4742
4525
|
var createBodyKeys52 = {
|
|
@@ -4747,17 +4530,13 @@ var createBody53 = joi10.object().keys(createBodyKeys52).messages(messages);
|
|
|
4747
4530
|
// src/modules/stock/savedEmPicking/interfaces.ts
|
|
4748
4531
|
var interfaces_exports48 = {};
|
|
4749
4532
|
__export(interfaces_exports48, {
|
|
4750
|
-
|
|
4751
|
-
Route: () => Route80,
|
|
4752
|
-
UpperName: () => UpperName79
|
|
4533
|
+
Route: () => Route91
|
|
4753
4534
|
});
|
|
4754
|
-
var
|
|
4755
|
-
var UpperName79 = "SavedEmPicking";
|
|
4756
|
-
var LowerName79 = UpperName79[0].toLowerCase() + UpperName79.substring(1);
|
|
4535
|
+
var Route91 = "saved_em_picking";
|
|
4757
4536
|
|
|
4758
4537
|
// src/modules/stock/savedEmPicking/route.schema.ts
|
|
4759
|
-
var
|
|
4760
|
-
__export(
|
|
4538
|
+
var route_schema_exports85 = {};
|
|
4539
|
+
__export(route_schema_exports85, {
|
|
4761
4540
|
createBody: () => createBody54,
|
|
4762
4541
|
createManyBody: () => createManyBody,
|
|
4763
4542
|
deleteManyBody: () => deleteManyBody
|
|
@@ -4822,17 +4601,13 @@ var deleteManyBody = joi10.object().keys({
|
|
|
4822
4601
|
// src/modules/integration/emailTemplate/interfaces.ts
|
|
4823
4602
|
var interfaces_exports49 = {};
|
|
4824
4603
|
__export(interfaces_exports49, {
|
|
4825
|
-
|
|
4826
|
-
Route: () => Route81,
|
|
4827
|
-
UpperName: () => UpperName80
|
|
4604
|
+
Route: () => Route92
|
|
4828
4605
|
});
|
|
4829
|
-
var
|
|
4830
|
-
var UpperName80 = "EmailTemplate";
|
|
4831
|
-
var LowerName80 = UpperName80[0].toLowerCase() + UpperName80.substring(1);
|
|
4606
|
+
var Route92 = "email_template";
|
|
4832
4607
|
|
|
4833
4608
|
// src/modules/integration/emailTemplate/route.schema.ts
|
|
4834
|
-
var
|
|
4835
|
-
__export(
|
|
4609
|
+
var route_schema_exports86 = {};
|
|
4610
|
+
__export(route_schema_exports86, {
|
|
4836
4611
|
createBody: () => createBody55,
|
|
4837
4612
|
previewBody: () => previewBody,
|
|
4838
4613
|
sendBody: () => sendBody,
|
|
@@ -4896,17 +4671,13 @@ var previewBody = joi10.object().keys({
|
|
|
4896
4671
|
// src/modules/integration/emailTemplateAttachment/interfaces.ts
|
|
4897
4672
|
var interfaces_exports50 = {};
|
|
4898
4673
|
__export(interfaces_exports50, {
|
|
4899
|
-
|
|
4900
|
-
Route: () => Route82,
|
|
4901
|
-
UpperName: () => UpperName81
|
|
4674
|
+
Route: () => Route93
|
|
4902
4675
|
});
|
|
4903
|
-
var
|
|
4904
|
-
var UpperName81 = "EmailTemplateAttachment";
|
|
4905
|
-
var LowerName81 = UpperName81[0].toLowerCase() + UpperName81.substring(1);
|
|
4676
|
+
var Route93 = "email_template_attachment";
|
|
4906
4677
|
|
|
4907
4678
|
// src/modules/integration/emailTemplateAttachment/route.schema.ts
|
|
4908
|
-
var
|
|
4909
|
-
__export(
|
|
4679
|
+
var route_schema_exports87 = {};
|
|
4680
|
+
__export(route_schema_exports87, {
|
|
4910
4681
|
createBody: () => createBody56
|
|
4911
4682
|
});
|
|
4912
4683
|
var createBodyKeys55 = {
|
|
@@ -4917,19 +4688,15 @@ var createBodyKeys55 = {
|
|
|
4917
4688
|
var createBody56 = joi10.object().keys(createBodyKeys55).messages(messages);
|
|
4918
4689
|
|
|
4919
4690
|
// src/modules/document/inventario/interface.ts
|
|
4920
|
-
var
|
|
4921
|
-
__export(
|
|
4922
|
-
|
|
4923
|
-
Route: () => Route83,
|
|
4924
|
-
UpperName: () => UpperName82
|
|
4691
|
+
var interface_exports45 = {};
|
|
4692
|
+
__export(interface_exports45, {
|
|
4693
|
+
Route: () => Route94
|
|
4925
4694
|
});
|
|
4926
|
-
var
|
|
4927
|
-
var UpperName82 = "Inventario";
|
|
4928
|
-
var LowerName82 = UpperName82[0].toLowerCase() + UpperName82.substring(1);
|
|
4695
|
+
var Route94 = "inventario";
|
|
4929
4696
|
|
|
4930
4697
|
// src/modules/document/inventario/route.schema.ts
|
|
4931
|
-
var
|
|
4932
|
-
__export(
|
|
4698
|
+
var route_schema_exports88 = {};
|
|
4699
|
+
__export(route_schema_exports88, {
|
|
4933
4700
|
createInventoryRequest: () => createInventoryRequest,
|
|
4934
4701
|
createManyInventoryRequest: () => createManyInventoryRequest
|
|
4935
4702
|
});
|
|
@@ -4945,16 +4712,12 @@ var createInventoryRequest = joi10.object().keys(createInventoryRequestKeys).mes
|
|
|
4945
4712
|
var createManyInventoryRequest = joi10.array().items(joi10.object().keys(createInventoryRequestKeys)).messages(messages).min(1);
|
|
4946
4713
|
|
|
4947
4714
|
// src/modules/document/returnToProvider/interface.ts
|
|
4948
|
-
var
|
|
4949
|
-
__export(
|
|
4950
|
-
|
|
4951
|
-
Route: () => Route84,
|
|
4952
|
-
UpperName: () => UpperName83,
|
|
4715
|
+
var interface_exports46 = {};
|
|
4716
|
+
__export(interface_exports46, {
|
|
4717
|
+
Route: () => Route95,
|
|
4953
4718
|
checkLinesToReturnOptions: () => checkLinesToReturnOptions
|
|
4954
4719
|
});
|
|
4955
|
-
var
|
|
4956
|
-
var UpperName83 = "ReturnToProvider";
|
|
4957
|
-
var LowerName83 = UpperName83[0].toLowerCase() + UpperName83.substring(1);
|
|
4720
|
+
var Route95 = "return_to_provider";
|
|
4958
4721
|
var checkLinesToReturnOptions = [
|
|
4959
4722
|
"Levantar",
|
|
4960
4723
|
"Cancelar Levantamento",
|
|
@@ -4965,8 +4728,8 @@ var checkLinesToReturnOptions = [
|
|
|
4965
4728
|
];
|
|
4966
4729
|
|
|
4967
4730
|
// src/modules/document/returnToProvider/route.schema.ts
|
|
4968
|
-
var
|
|
4969
|
-
__export(
|
|
4731
|
+
var route_schema_exports89 = {};
|
|
4732
|
+
__export(route_schema_exports89, {
|
|
4970
4733
|
checkLinesToReturnBody: () => checkLinesToReturnBody
|
|
4971
4734
|
});
|
|
4972
4735
|
var checkLinesToReturnLinesKeys = {
|
|
@@ -4980,21 +4743,17 @@ var checkLinesToReturnBodyKeys = {
|
|
|
4980
4743
|
var checkLinesToReturnBody = joi10.object().keys(checkLinesToReturnBodyKeys).messages(messages);
|
|
4981
4744
|
|
|
4982
4745
|
// src/modules/stock/prison/interface.ts
|
|
4983
|
-
var
|
|
4984
|
-
__export(
|
|
4985
|
-
|
|
4986
|
-
Route: () => Route85,
|
|
4987
|
-
UpperName: () => UpperName84,
|
|
4746
|
+
var interface_exports47 = {};
|
|
4747
|
+
__export(interface_exports47, {
|
|
4748
|
+
Route: () => Route96,
|
|
4988
4749
|
checkLineInPrisonOptions: () => checkLineInPrisonOptions
|
|
4989
4750
|
});
|
|
4990
|
-
var
|
|
4991
|
-
var UpperName84 = "Prison";
|
|
4992
|
-
var LowerName84 = UpperName84[0].toLowerCase() + UpperName84.substring(1);
|
|
4751
|
+
var Route96 = "prison";
|
|
4993
4752
|
var checkLineInPrisonOptions = ["Desprender", "Quebrar", "Devolver a fornecedor"];
|
|
4994
4753
|
|
|
4995
4754
|
// src/modules/stock/prison/route.schema.ts
|
|
4996
|
-
var
|
|
4997
|
-
__export(
|
|
4755
|
+
var route_schema_exports90 = {};
|
|
4756
|
+
__export(route_schema_exports90, {
|
|
4998
4757
|
checkLinesInPrisonBody: () => checkLinesInPrisonBody,
|
|
4999
4758
|
createLinesInPrisonBody: () => createLinesInPrisonBody
|
|
5000
4759
|
});
|
|
@@ -5021,9 +4780,7 @@ var createLinesInPrisonBody = joi10.object().keys({
|
|
|
5021
4780
|
var interfaces_exports51 = {};
|
|
5022
4781
|
__export(interfaces_exports51, {
|
|
5023
4782
|
IDocumentLineNoteTypeEnum: () => IDocumentLineNoteTypeEnum,
|
|
5024
|
-
|
|
5025
|
-
Route: () => Route86,
|
|
5026
|
-
UpperName: () => UpperName85,
|
|
4783
|
+
Route: () => Route97,
|
|
5027
4784
|
documentLineNoteTypes: () => documentLineNoteTypes
|
|
5028
4785
|
});
|
|
5029
4786
|
var IDocumentLineNoteTypeEnum = {
|
|
@@ -5037,13 +4794,11 @@ var IDocumentLineNoteTypeEnum = {
|
|
|
5037
4794
|
PF: "PF"
|
|
5038
4795
|
};
|
|
5039
4796
|
var documentLineNoteTypes = Object.keys(IDocumentLineNoteTypeEnum);
|
|
5040
|
-
var
|
|
5041
|
-
var UpperName85 = "DocumentLineNote";
|
|
5042
|
-
var LowerName85 = UpperName85[0].toLowerCase() + UpperName85.substring(1);
|
|
4797
|
+
var Route97 = "document_line_note";
|
|
5043
4798
|
|
|
5044
4799
|
// src/modules/supply/documentLineNote/route.schema.ts
|
|
5045
|
-
var
|
|
5046
|
-
__export(
|
|
4800
|
+
var route_schema_exports91 = {};
|
|
4801
|
+
__export(route_schema_exports91, {
|
|
5047
4802
|
upsertOrDeleteBody: () => upsertOrDeleteBody
|
|
5048
4803
|
});
|
|
5049
4804
|
var upsertOrDeleteBodyKeys = {
|
|
@@ -5056,17 +4811,13 @@ var upsertOrDeleteBody = joi10.object().keys(upsertOrDeleteBodyKeys).messages(me
|
|
|
5056
4811
|
// src/modules/stock/savedProviderProposal/interfaces.ts
|
|
5057
4812
|
var interfaces_exports52 = {};
|
|
5058
4813
|
__export(interfaces_exports52, {
|
|
5059
|
-
|
|
5060
|
-
Route: () => Route87,
|
|
5061
|
-
UpperName: () => UpperName86
|
|
4814
|
+
Route: () => Route98
|
|
5062
4815
|
});
|
|
5063
|
-
var
|
|
5064
|
-
var UpperName86 = "SavedProviderProposal";
|
|
5065
|
-
var LowerName86 = UpperName86[0].toLowerCase() + UpperName86.substring(1);
|
|
4816
|
+
var Route98 = "saved_provider_proposal";
|
|
5066
4817
|
|
|
5067
4818
|
// src/modules/stock/savedProviderProposal/route.schema.ts
|
|
5068
|
-
var
|
|
5069
|
-
__export(
|
|
4819
|
+
var route_schema_exports92 = {};
|
|
4820
|
+
__export(route_schema_exports92, {
|
|
5070
4821
|
setBody: () => setBody
|
|
5071
4822
|
});
|
|
5072
4823
|
var setBodyKeys = {
|
|
@@ -5077,20 +4828,16 @@ var setBodyKeys = {
|
|
|
5077
4828
|
var setBody = joi10.object().keys(setBodyKeys).messages(messages);
|
|
5078
4829
|
|
|
5079
4830
|
// src/modules/stock/productGoogleSheets/interface.ts
|
|
5080
|
-
var
|
|
5081
|
-
__export(
|
|
5082
|
-
LowerName: () => LowerName87,
|
|
4831
|
+
var interface_exports48 = {};
|
|
4832
|
+
__export(interface_exports48, {
|
|
5083
4833
|
ProductStateEnum: () => ProductStateEnum,
|
|
5084
4834
|
ProductStateLabels: () => ProductStateLabels,
|
|
5085
4835
|
ProductTypeEnum: () => ProductTypeEnum,
|
|
5086
|
-
Route: () =>
|
|
5087
|
-
UpperName: () => UpperName87,
|
|
4836
|
+
Route: () => Route99,
|
|
5088
4837
|
productState: () => productState,
|
|
5089
4838
|
productTypes: () => productTypes
|
|
5090
4839
|
});
|
|
5091
|
-
var
|
|
5092
|
-
var UpperName87 = "ProductsSheets";
|
|
5093
|
-
var LowerName87 = UpperName87[0].toLowerCase() + UpperName87.substring(1);
|
|
4840
|
+
var Route99 = "product_sheets";
|
|
5094
4841
|
var ProductStateEnum = {
|
|
5095
4842
|
Ativa: "Ativa",
|
|
5096
4843
|
NaoVemMais: "NaoVemMais",
|
|
@@ -5116,8 +4863,8 @@ var ProductTypeEnum = {
|
|
|
5116
4863
|
var productTypes = Object.keys(ProductTypeEnum);
|
|
5117
4864
|
|
|
5118
4865
|
// src/modules/stock/productGoogleSheets/route.schema.ts
|
|
5119
|
-
var
|
|
5120
|
-
__export(
|
|
4866
|
+
var route_schema_exports93 = {};
|
|
4867
|
+
__export(route_schema_exports93, {
|
|
5121
4868
|
basicSearchQuery: () => basicSearchQuery2,
|
|
5122
4869
|
checkStockByIdsBody: () => checkStockByIdsBody,
|
|
5123
4870
|
createBody: () => createBody57,
|
|
@@ -5125,6 +4872,7 @@ __export(route_schema_exports92, {
|
|
|
5125
4872
|
findByRef: () => findByRef,
|
|
5126
4873
|
findForMobileQuery: () => findForMobileQuery,
|
|
5127
4874
|
findProductSheetByReferenceQuery: () => findProductSheetByReferenceQuery,
|
|
4875
|
+
printLabelBulkQuery: () => printLabelBulkQuery,
|
|
5128
4876
|
printLabelQuery: () => printLabelQuery3,
|
|
5129
4877
|
productLocationBody: () => productLocationBody,
|
|
5130
4878
|
updateBody: () => updateBody50,
|
|
@@ -5134,6 +4882,10 @@ var printLabelQueryKeys3 = {
|
|
|
5134
4882
|
token: joi10.string().required()
|
|
5135
4883
|
};
|
|
5136
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();
|
|
5137
4889
|
var checkStockByIdsBody = joi10.object().keys({ ids: joi10.array().items(joi10.string().uuid().required()).required() }).messages(messages);
|
|
5138
4890
|
var basicSearchQueryKeys2 = {
|
|
5139
4891
|
per_page: joi10.number().integer().positive().default(10).optional(),
|
|
@@ -5213,24 +4965,21 @@ var findProductSheetByReferenceQuery = joi10.object().keys({
|
|
|
5213
4965
|
selector: joi10.string().required()
|
|
5214
4966
|
}).messages(messages);
|
|
5215
4967
|
var productLocationBody = joi10.object().keys({
|
|
5216
|
-
|
|
5217
|
-
|
|
4968
|
+
location_id: joi10.string().required(),
|
|
4969
|
+
product_ids: joi10.array().items(joi10.string().uuid()).required(),
|
|
4970
|
+
created_by: joi10.string().required()
|
|
5218
4971
|
}).messages(messages);
|
|
5219
4972
|
|
|
5220
4973
|
// src/modules/stock/task/interface.ts
|
|
5221
|
-
var
|
|
5222
|
-
__export(
|
|
4974
|
+
var interface_exports49 = {};
|
|
4975
|
+
__export(interface_exports49, {
|
|
5223
4976
|
IHistoryStatusDataTypeEnum: () => IHistoryStatusDataTypeEnum,
|
|
5224
4977
|
ITaskStatusDataTypeEnum: () => ITaskStatusDataTypeEnum,
|
|
5225
|
-
|
|
5226
|
-
Route: () => Route89,
|
|
5227
|
-
UpperName: () => UpperName88,
|
|
4978
|
+
Route: () => Route100,
|
|
5228
4979
|
historyStatusDataType: () => historyStatusDataType,
|
|
5229
4980
|
taskStatusDataType: () => taskStatusDataType
|
|
5230
4981
|
});
|
|
5231
|
-
var
|
|
5232
|
-
var UpperName88 = "Task";
|
|
5233
|
-
var LowerName88 = UpperName88[0].toLowerCase() + UpperName88.substring(1);
|
|
4982
|
+
var Route100 = "task";
|
|
5234
4983
|
var ITaskStatusDataTypeEnum = {
|
|
5235
4984
|
Normal: "Normal",
|
|
5236
4985
|
Urgent: "Urgent",
|
|
@@ -5247,8 +4996,8 @@ var IHistoryStatusDataTypeEnum = {
|
|
|
5247
4996
|
var historyStatusDataType = Object.keys(IHistoryStatusDataTypeEnum);
|
|
5248
4997
|
|
|
5249
4998
|
// src/modules/stock/task/route.schema.ts
|
|
5250
|
-
var
|
|
5251
|
-
__export(
|
|
4999
|
+
var route_schema_exports94 = {};
|
|
5000
|
+
__export(route_schema_exports94, {
|
|
5252
5001
|
createBody: () => createBody58,
|
|
5253
5002
|
createFromDossierBody: () => createFromDossierBody,
|
|
5254
5003
|
findTaskParams: () => findTaskParams,
|
|
@@ -5281,19 +5030,15 @@ var findTaskParamsKeys = {
|
|
|
5281
5030
|
var findTaskParams = joi10.object().keys(findTaskParamsKeys).messages(messages);
|
|
5282
5031
|
|
|
5283
5032
|
// src/modules/stock/taskMessage/interface.ts
|
|
5284
|
-
var
|
|
5285
|
-
__export(
|
|
5286
|
-
|
|
5287
|
-
Route: () => Route90,
|
|
5288
|
-
UpperName: () => UpperName89
|
|
5033
|
+
var interface_exports50 = {};
|
|
5034
|
+
__export(interface_exports50, {
|
|
5035
|
+
Route: () => Route101
|
|
5289
5036
|
});
|
|
5290
|
-
var
|
|
5291
|
-
var UpperName89 = "TaskMessage";
|
|
5292
|
-
var LowerName89 = UpperName89[0].toLowerCase() + UpperName89.substring(1);
|
|
5037
|
+
var Route101 = "task_message";
|
|
5293
5038
|
|
|
5294
5039
|
// src/modules/stock/taskMessage/route.schema.ts
|
|
5295
|
-
var
|
|
5296
|
-
__export(
|
|
5040
|
+
var route_schema_exports95 = {};
|
|
5041
|
+
__export(route_schema_exports95, {
|
|
5297
5042
|
createBody: () => createBody59,
|
|
5298
5043
|
updateBody: () => updateBody52
|
|
5299
5044
|
});
|
|
@@ -5309,30 +5054,22 @@ var updateBodyKeys52 = {
|
|
|
5309
5054
|
var updateBody52 = joi10.object().keys(updateBodyKeys52).messages(messages);
|
|
5310
5055
|
|
|
5311
5056
|
// src/modules/stock/recurrentTasks/interface.ts
|
|
5312
|
-
var
|
|
5313
|
-
__export(
|
|
5314
|
-
|
|
5315
|
-
Route: () => Route91,
|
|
5316
|
-
UpperName: () => UpperName90
|
|
5057
|
+
var interface_exports51 = {};
|
|
5058
|
+
__export(interface_exports51, {
|
|
5059
|
+
Route: () => Route102
|
|
5317
5060
|
});
|
|
5318
|
-
var
|
|
5319
|
-
var UpperName90 = "RecurrentTasks";
|
|
5320
|
-
var LowerName90 = UpperName90[0].toLowerCase() + UpperName90.substring(1);
|
|
5061
|
+
var Route102 = "recurrent_tasks";
|
|
5321
5062
|
|
|
5322
5063
|
// src/modules/stock/taskRead/interface.ts
|
|
5323
|
-
var
|
|
5324
|
-
__export(
|
|
5325
|
-
|
|
5326
|
-
Route: () => Route92,
|
|
5327
|
-
UpperName: () => UpperName91
|
|
5064
|
+
var interface_exports52 = {};
|
|
5065
|
+
__export(interface_exports52, {
|
|
5066
|
+
Route: () => Route103
|
|
5328
5067
|
});
|
|
5329
|
-
var
|
|
5330
|
-
var UpperName91 = "TaskRead";
|
|
5331
|
-
var LowerName91 = UpperName91[0].toLowerCase() + UpperName91.substring(1);
|
|
5068
|
+
var Route103 = "task_read";
|
|
5332
5069
|
|
|
5333
5070
|
// src/modules/stock/taskRead/route.schema.ts
|
|
5334
|
-
var
|
|
5335
|
-
__export(
|
|
5071
|
+
var route_schema_exports96 = {};
|
|
5072
|
+
__export(route_schema_exports96, {
|
|
5336
5073
|
createBody: () => createBody60,
|
|
5337
5074
|
deleteBody: () => deleteBody2
|
|
5338
5075
|
});
|
|
@@ -5350,17 +5087,13 @@ var deleteBody2 = joi10.object().keys(deleteParamsKeys).messages(messages);
|
|
|
5350
5087
|
// src/modules/user/theme/interfaces.ts
|
|
5351
5088
|
var interfaces_exports53 = {};
|
|
5352
5089
|
__export(interfaces_exports53, {
|
|
5353
|
-
|
|
5354
|
-
Route: () => Route93,
|
|
5355
|
-
UpperName: () => UpperName92
|
|
5090
|
+
Route: () => Route104
|
|
5356
5091
|
});
|
|
5357
|
-
var
|
|
5358
|
-
var UpperName92 = "Theme";
|
|
5359
|
-
var LowerName92 = UpperName92[0].toLowerCase() + UpperName92.substring(1);
|
|
5092
|
+
var Route104 = "theme";
|
|
5360
5093
|
|
|
5361
5094
|
// src/modules/user/theme/route.schema.ts
|
|
5362
|
-
var
|
|
5363
|
-
__export(
|
|
5095
|
+
var route_schema_exports97 = {};
|
|
5096
|
+
__export(route_schema_exports97, {
|
|
5364
5097
|
createOrUpdateBody: () => createOrUpdateBody
|
|
5365
5098
|
});
|
|
5366
5099
|
var createOrUpdateBodyKeys = {
|
|
@@ -5375,19 +5108,15 @@ var createOrUpdateBodyKeys = {
|
|
|
5375
5108
|
var createOrUpdateBody = joi10.object().keys(createOrUpdateBodyKeys).messages(messages);
|
|
5376
5109
|
|
|
5377
5110
|
// src/modules/stock/dashboard/interface.ts
|
|
5378
|
-
var
|
|
5379
|
-
__export(
|
|
5380
|
-
|
|
5381
|
-
Route: () => Route94,
|
|
5382
|
-
UpperName: () => UpperName93
|
|
5111
|
+
var interface_exports53 = {};
|
|
5112
|
+
__export(interface_exports53, {
|
|
5113
|
+
Route: () => Route105
|
|
5383
5114
|
});
|
|
5384
|
-
var
|
|
5385
|
-
var UpperName93 = "Dashboard";
|
|
5386
|
-
var LowerName93 = UpperName93[0].toLowerCase() + UpperName93.substring(1);
|
|
5115
|
+
var Route105 = "dashboard";
|
|
5387
5116
|
|
|
5388
5117
|
// src/modules/stock/dashboard/route.schema.ts
|
|
5389
|
-
var
|
|
5390
|
-
__export(
|
|
5118
|
+
var route_schema_exports98 = {};
|
|
5119
|
+
__export(route_schema_exports98, {
|
|
5391
5120
|
findByDateParams: () => findByDateParams
|
|
5392
5121
|
});
|
|
5393
5122
|
var findByDateKeys = {
|
|
@@ -5397,19 +5126,15 @@ var findByDateKeys = {
|
|
|
5397
5126
|
var findByDateParams = joi10.object().keys(findByDateKeys).messages(messages);
|
|
5398
5127
|
|
|
5399
5128
|
// src/modules/stock/chatRapidMessage/interface.ts
|
|
5400
|
-
var
|
|
5401
|
-
__export(
|
|
5402
|
-
|
|
5403
|
-
Route: () => Route95,
|
|
5404
|
-
UpperName: () => UpperName94
|
|
5129
|
+
var interface_exports54 = {};
|
|
5130
|
+
__export(interface_exports54, {
|
|
5131
|
+
Route: () => Route106
|
|
5405
5132
|
});
|
|
5406
|
-
var
|
|
5407
|
-
var UpperName94 = "ChatRapidMessage";
|
|
5408
|
-
var LowerName94 = UpperName94[0].toLowerCase() + UpperName94.substring(1);
|
|
5133
|
+
var Route106 = "chat_rapid_message";
|
|
5409
5134
|
|
|
5410
5135
|
// src/modules/stock/chatRapidMessage/route.schema.ts
|
|
5411
|
-
var
|
|
5412
|
-
__export(
|
|
5136
|
+
var route_schema_exports99 = {};
|
|
5137
|
+
__export(route_schema_exports99, {
|
|
5413
5138
|
createBody: () => createBody61,
|
|
5414
5139
|
updateBody: () => updateBody53
|
|
5415
5140
|
});
|
|
@@ -5425,11 +5150,15 @@ var updateBodyKeys53 = {
|
|
|
5425
5150
|
var updateBody53 = joi10.object().keys(updateBodyKeys53).messages(messages);
|
|
5426
5151
|
|
|
5427
5152
|
// src/modules/ui/sideMenu/interface.ts
|
|
5428
|
-
var
|
|
5153
|
+
var interface_exports55 = {};
|
|
5154
|
+
__export(interface_exports55, {
|
|
5155
|
+
Route: () => Route107
|
|
5156
|
+
});
|
|
5157
|
+
var Route107 = "sidemenu";
|
|
5429
5158
|
|
|
5430
5159
|
// src/modules/ui/sideMenu/route.schema.ts
|
|
5431
|
-
var
|
|
5432
|
-
__export(
|
|
5160
|
+
var route_schema_exports100 = {};
|
|
5161
|
+
__export(route_schema_exports100, {
|
|
5433
5162
|
findByDocumentLineStateQuery: () => findByDocumentLineStateQuery,
|
|
5434
5163
|
findByStateQuery: () => findByStateQuery
|
|
5435
5164
|
});
|
|
@@ -5444,29 +5173,57 @@ var findByStateQueryKeys = {
|
|
|
5444
5173
|
};
|
|
5445
5174
|
var findByStateQuery = joi10.object().keys(findByStateQueryKeys).messages(messages);
|
|
5446
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
|
+
|
|
5447
5212
|
// src/modules/view/adminPanel/interfaces.ts
|
|
5448
5213
|
var interfaces_exports54 = {};
|
|
5449
5214
|
__export(interfaces_exports54, {
|
|
5450
|
-
|
|
5451
|
-
Route: () => Route96,
|
|
5452
|
-
UpperName: () => UpperName95
|
|
5215
|
+
Route: () => Route109
|
|
5453
5216
|
});
|
|
5454
|
-
var
|
|
5455
|
-
var UpperName95 = "AdminPanel";
|
|
5456
|
-
var LowerName95 = UpperName95[0].toLowerCase() + UpperName95.substring(1);
|
|
5217
|
+
var Route109 = "admin_panel";
|
|
5457
5218
|
|
|
5458
5219
|
// src/modules/view/errorLog/interfaces.ts
|
|
5459
5220
|
var interfaces_exports55 = {};
|
|
5460
5221
|
__export(interfaces_exports55, {
|
|
5461
5222
|
IErrorTypeEnum: () => IErrorTypeEnum,
|
|
5462
|
-
|
|
5463
|
-
Route: () => Route97,
|
|
5464
|
-
UpperName: () => UpperName96,
|
|
5223
|
+
Route: () => Route110,
|
|
5465
5224
|
errorTypes: () => errorTypes
|
|
5466
5225
|
});
|
|
5467
|
-
var
|
|
5468
|
-
var UpperName96 = "ErrorHandler";
|
|
5469
|
-
var LowerName96 = UpperName96[0].toLowerCase() + UpperName96.substring(1);
|
|
5226
|
+
var Route110 = "error_log";
|
|
5470
5227
|
var IErrorTypeEnum = {
|
|
5471
5228
|
prisma: "prisma",
|
|
5472
5229
|
unhandled: "unhandled",
|
|
@@ -5478,8 +5235,8 @@ var IErrorTypeEnum = {
|
|
|
5478
5235
|
var errorTypes = Object.keys(IErrorTypeEnum);
|
|
5479
5236
|
|
|
5480
5237
|
// src/modules/view/errorLog/route.schema.ts
|
|
5481
|
-
var
|
|
5482
|
-
__export(
|
|
5238
|
+
var route_schema_exports102 = {};
|
|
5239
|
+
__export(route_schema_exports102, {
|
|
5483
5240
|
createBody: () => createBody62
|
|
5484
5241
|
});
|
|
5485
5242
|
var createBodyKeys61 = {
|
|
@@ -5500,19 +5257,15 @@ var createBodyKeys61 = {
|
|
|
5500
5257
|
var createBody62 = joi10.object().keys(createBodyKeys61).messages(messages);
|
|
5501
5258
|
|
|
5502
5259
|
// src/modules/supply/documentLineRM/interface.ts
|
|
5503
|
-
var
|
|
5504
|
-
__export(
|
|
5505
|
-
|
|
5506
|
-
Route: () => Route98,
|
|
5507
|
-
UpperName: () => UpperName97
|
|
5260
|
+
var interface_exports57 = {};
|
|
5261
|
+
__export(interface_exports57, {
|
|
5262
|
+
Route: () => Route111
|
|
5508
5263
|
});
|
|
5509
|
-
var
|
|
5510
|
-
var UpperName97 = "DocumentLineRM";
|
|
5511
|
-
var LowerName97 = UpperName97[0].toLowerCase() + UpperName97.substring(1);
|
|
5264
|
+
var Route111 = "document_line_rm";
|
|
5512
5265
|
|
|
5513
5266
|
// src/modules/supply/documentLineRM/route.schema.ts
|
|
5514
|
-
var
|
|
5515
|
-
__export(
|
|
5267
|
+
var route_schema_exports103 = {};
|
|
5268
|
+
__export(route_schema_exports103, {
|
|
5516
5269
|
updateBody: () => updateBody54
|
|
5517
5270
|
});
|
|
5518
5271
|
var updateKeys = {
|
|
@@ -5532,19 +5285,15 @@ var updateKeys = {
|
|
|
5532
5285
|
var updateBody54 = joi10.object().keys(updateKeys).messages(messages);
|
|
5533
5286
|
|
|
5534
5287
|
// src/modules/supply/documentLineMT/interface.ts
|
|
5535
|
-
var
|
|
5536
|
-
__export(
|
|
5537
|
-
|
|
5538
|
-
Route: () => Route99,
|
|
5539
|
-
UpperName: () => UpperName98
|
|
5288
|
+
var interface_exports58 = {};
|
|
5289
|
+
__export(interface_exports58, {
|
|
5290
|
+
Route: () => Route112
|
|
5540
5291
|
});
|
|
5541
|
-
var
|
|
5542
|
-
var UpperName98 = "DocumentLineMT";
|
|
5543
|
-
var LowerName98 = UpperName98[0].toLowerCase() + UpperName98.substring(1);
|
|
5292
|
+
var Route112 = "document_line_mt";
|
|
5544
5293
|
|
|
5545
5294
|
// src/modules/supply/documentLineMT/route.schema.ts
|
|
5546
|
-
var
|
|
5547
|
-
__export(
|
|
5295
|
+
var route_schema_exports104 = {};
|
|
5296
|
+
__export(route_schema_exports104, {
|
|
5548
5297
|
updateBody: () => updateBody55
|
|
5549
5298
|
});
|
|
5550
5299
|
var updateKeys2 = {
|
|
@@ -5561,18 +5310,15 @@ var updateBody55 = joi10.object().keys(updateKeys2).messages(messages);
|
|
|
5561
5310
|
// src/modules/user/chatSubscribers/interfaces.ts
|
|
5562
5311
|
var interfaces_exports56 = {};
|
|
5563
5312
|
__export(interfaces_exports56, {
|
|
5564
|
-
|
|
5565
|
-
Route: () => Route100,
|
|
5566
|
-
UpperName: () => UpperName99
|
|
5313
|
+
Route: () => Route113
|
|
5567
5314
|
});
|
|
5568
|
-
var
|
|
5569
|
-
var UpperName99 = "ChatSubscriber";
|
|
5570
|
-
var LowerName99 = UpperName99[0].toLowerCase() + UpperName99.substring(1);
|
|
5315
|
+
var Route113 = "chat_subscriber";
|
|
5571
5316
|
|
|
5572
5317
|
// src/modules/user/chatSubscribers/route.schema.ts
|
|
5573
|
-
var
|
|
5574
|
-
__export(
|
|
5318
|
+
var route_schema_exports105 = {};
|
|
5319
|
+
__export(route_schema_exports105, {
|
|
5575
5320
|
createOrUpdateBody: () => createOrUpdateBody2,
|
|
5321
|
+
findDocumentHeaderSubscribersByLanguageQuery: () => findDocumentHeaderSubscribersByLanguageQuery,
|
|
5576
5322
|
findDocumentHeaderSubscribersQuery: () => findDocumentHeaderSubscribersQuery,
|
|
5577
5323
|
findSubscribedDocumentHeadersQuery: () => findSubscribedDocumentHeadersQuery
|
|
5578
5324
|
});
|
|
@@ -5586,23 +5332,23 @@ var findDocumentHeaderSubscribersQueryKeys = {
|
|
|
5586
5332
|
chat_document_header_id: joi10.string().uuid().required()
|
|
5587
5333
|
};
|
|
5588
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);
|
|
5589
5339
|
var findSubscribedDocumentHeadersQueryKeys = {
|
|
5590
5340
|
owner_id: joi10.string().uuid().required()
|
|
5591
5341
|
};
|
|
5592
5342
|
var findSubscribedDocumentHeadersQuery = joi10.object().keys(findSubscribedDocumentHeadersQueryKeys).messages(messages);
|
|
5593
5343
|
|
|
5594
5344
|
// src/modules/stock/tag/interface.ts
|
|
5595
|
-
var
|
|
5596
|
-
__export(
|
|
5345
|
+
var interface_exports59 = {};
|
|
5346
|
+
__export(interface_exports59, {
|
|
5597
5347
|
ITagType: () => ITagType,
|
|
5598
5348
|
ITagTypeEnum: () => ITagTypeEnum,
|
|
5599
|
-
|
|
5600
|
-
Route: () => Route101,
|
|
5601
|
-
UpperName: () => UpperName100
|
|
5349
|
+
Route: () => Route114
|
|
5602
5350
|
});
|
|
5603
|
-
var
|
|
5604
|
-
var UpperName100 = "Tag";
|
|
5605
|
-
var LowerName100 = UpperName100[0].toLowerCase() + UpperName100.substring(1);
|
|
5351
|
+
var Route114 = "tag";
|
|
5606
5352
|
var ITagTypeEnum = {
|
|
5607
5353
|
private: "private",
|
|
5608
5354
|
public: "public"
|
|
@@ -5610,8 +5356,8 @@ var ITagTypeEnum = {
|
|
|
5610
5356
|
var ITagType = Object.keys(ITagTypeEnum);
|
|
5611
5357
|
|
|
5612
5358
|
// src/modules/stock/tag/route.schema.ts
|
|
5613
|
-
var
|
|
5614
|
-
__export(
|
|
5359
|
+
var route_schema_exports106 = {};
|
|
5360
|
+
__export(route_schema_exports106, {
|
|
5615
5361
|
createBody: () => createBody63,
|
|
5616
5362
|
updateManyBody: () => updateManyBody3
|
|
5617
5363
|
});
|
|
@@ -5630,26 +5376,22 @@ var updateManyBodyKeys2 = {
|
|
|
5630
5376
|
var updateManyBody3 = joi10.array().items(joi10.object().keys(updateManyBodyKeys2)).messages(messages);
|
|
5631
5377
|
|
|
5632
5378
|
// src/modules/stock/gmails/interface.ts
|
|
5633
|
-
var
|
|
5634
|
-
__export(
|
|
5635
|
-
|
|
5636
|
-
Route: () => Route102,
|
|
5637
|
-
UpperName: () => UpperName101
|
|
5379
|
+
var interface_exports60 = {};
|
|
5380
|
+
__export(interface_exports60, {
|
|
5381
|
+
Route: () => Route115
|
|
5638
5382
|
});
|
|
5639
|
-
var
|
|
5640
|
-
var UpperName101 = "Gmail";
|
|
5641
|
-
var LowerName101 = UpperName101[0].toLowerCase() + UpperName101.substring(1);
|
|
5383
|
+
var Route115 = "gmail";
|
|
5642
5384
|
|
|
5643
5385
|
// src/modules/document/NPF/interface.ts
|
|
5644
|
-
var
|
|
5645
|
-
__export(
|
|
5646
|
-
Route: () =>
|
|
5386
|
+
var interface_exports61 = {};
|
|
5387
|
+
__export(interface_exports61, {
|
|
5388
|
+
Route: () => Route116
|
|
5647
5389
|
});
|
|
5648
|
-
var
|
|
5390
|
+
var Route116 = "npf";
|
|
5649
5391
|
|
|
5650
5392
|
// src/modules/document/NPF/route.schema.ts
|
|
5651
|
-
var
|
|
5652
|
-
__export(
|
|
5393
|
+
var route_schema_exports107 = {};
|
|
5394
|
+
__export(route_schema_exports107, {
|
|
5653
5395
|
providerPaymentBody: () => providerPaymentBody
|
|
5654
5396
|
});
|
|
5655
5397
|
var providerPaymentDocumentKeys = {
|
|
@@ -5671,19 +5413,15 @@ var providerPaymentBodyKeys = {
|
|
|
5671
5413
|
var providerPaymentBody = joi10.array().items(joi10.object().keys(providerPaymentBodyKeys)).messages(messages);
|
|
5672
5414
|
|
|
5673
5415
|
// src/modules/document/NRCL/interface.ts
|
|
5674
|
-
var
|
|
5675
|
-
__export(
|
|
5676
|
-
|
|
5677
|
-
Route: () => Route104,
|
|
5678
|
-
UpperName: () => UpperName102
|
|
5416
|
+
var interface_exports62 = {};
|
|
5417
|
+
__export(interface_exports62, {
|
|
5418
|
+
Route: () => Route117
|
|
5679
5419
|
});
|
|
5680
|
-
var
|
|
5681
|
-
var UpperName102 = "DocumentHeader";
|
|
5682
|
-
var LowerName102 = UpperName102[0].toLowerCase() + UpperName102.substring(1);
|
|
5420
|
+
var Route117 = "document_header";
|
|
5683
5421
|
|
|
5684
5422
|
// src/modules/document/NRCL/route.schema.ts
|
|
5685
|
-
var
|
|
5686
|
-
__export(
|
|
5423
|
+
var route_schema_exports108 = {};
|
|
5424
|
+
__export(route_schema_exports108, {
|
|
5687
5425
|
regularizarMultiplosBody: () => regularizarMultiplosBody
|
|
5688
5426
|
});
|
|
5689
5427
|
var multipleDocumentsBodyKeys = {
|
|
@@ -5704,17 +5442,13 @@ var regularizarMultiplosBodyKeys = {
|
|
|
5704
5442
|
var regularizarMultiplosBody = joi10.object().keys(regularizarMultiplosBodyKeys).messages(messages);
|
|
5705
5443
|
|
|
5706
5444
|
// src/modules/supply/currentAccount/interface.ts
|
|
5707
|
-
var
|
|
5708
|
-
__export(
|
|
5445
|
+
var interface_exports63 = {};
|
|
5446
|
+
__export(interface_exports63, {
|
|
5709
5447
|
IExportCurrentAccountOutputEnum: () => IExportCurrentAccountOutputEnum,
|
|
5710
5448
|
IExportCurrentAccountOutputOptions: () => IExportCurrentAccountOutputOptions,
|
|
5711
|
-
|
|
5712
|
-
Route: () => Route105,
|
|
5713
|
-
UpperName: () => UpperName103
|
|
5449
|
+
Route: () => Route118
|
|
5714
5450
|
});
|
|
5715
|
-
var
|
|
5716
|
-
var UpperName103 = "Payment";
|
|
5717
|
-
var LowerName103 = UpperName103[0].toLowerCase() + UpperName103.substring(1);
|
|
5451
|
+
var Route118 = "current_account";
|
|
5718
5452
|
var IExportCurrentAccountOutputEnum = {
|
|
5719
5453
|
csv: "csv",
|
|
5720
5454
|
pdf: "pdf"
|
|
@@ -5722,8 +5456,8 @@ var IExportCurrentAccountOutputEnum = {
|
|
|
5722
5456
|
var IExportCurrentAccountOutputOptions = Object.keys(IExportCurrentAccountOutputEnum);
|
|
5723
5457
|
|
|
5724
5458
|
// src/modules/supply/currentAccount/route.schema.ts
|
|
5725
|
-
var
|
|
5726
|
-
__export(
|
|
5459
|
+
var route_schema_exports109 = {};
|
|
5460
|
+
__export(route_schema_exports109, {
|
|
5727
5461
|
exportCurrentAccountBetweenDatesQuery: () => exportCurrentAccountBetweenDatesQuery,
|
|
5728
5462
|
exportPaymentsBody: () => exportPaymentsBody,
|
|
5729
5463
|
findPaymentsNotExportedQuery: () => findPaymentsNotExportedQuery,
|
|
@@ -5767,19 +5501,15 @@ var findPaymentsNotExportedQuery = joi10.object().keys({
|
|
|
5767
5501
|
}).messages(messages);
|
|
5768
5502
|
|
|
5769
5503
|
// src/modules/supply/paymentBatch/interface.ts
|
|
5770
|
-
var
|
|
5771
|
-
__export(
|
|
5772
|
-
|
|
5773
|
-
Route: () => Route106,
|
|
5774
|
-
UpperName: () => UpperName104
|
|
5504
|
+
var interface_exports64 = {};
|
|
5505
|
+
__export(interface_exports64, {
|
|
5506
|
+
Route: () => Route119
|
|
5775
5507
|
});
|
|
5776
|
-
var
|
|
5777
|
-
var UpperName104 = "Payment";
|
|
5778
|
-
var LowerName104 = UpperName104[0].toLowerCase() + UpperName104.substring(1);
|
|
5508
|
+
var Route119 = "payment_batch";
|
|
5779
5509
|
|
|
5780
5510
|
// src/modules/supply/paymentBatch/route.schema.ts
|
|
5781
|
-
var
|
|
5782
|
-
__export(
|
|
5511
|
+
var route_schema_exports110 = {};
|
|
5512
|
+
__export(route_schema_exports110, {
|
|
5783
5513
|
exportPaymentsBody: () => exportPaymentsBody2,
|
|
5784
5514
|
findPaymentsNotExportedQuery: () => findPaymentsNotExportedQuery2
|
|
5785
5515
|
});
|
|
@@ -5794,12 +5524,12 @@ var findPaymentsNotExportedQuery2 = joi10.object().keys({
|
|
|
5794
5524
|
}).messages(messages);
|
|
5795
5525
|
|
|
5796
5526
|
// src/modules/ui/portal/interface.ts
|
|
5797
|
-
var
|
|
5798
|
-
__export(
|
|
5527
|
+
var interface_exports65 = {};
|
|
5528
|
+
__export(interface_exports65, {
|
|
5799
5529
|
IPublicDocumentHeaderNoteType: () => IPublicDocumentHeaderNoteType,
|
|
5800
|
-
Route: () =>
|
|
5530
|
+
Route: () => Route120
|
|
5801
5531
|
});
|
|
5802
|
-
var
|
|
5532
|
+
var Route120 = "portal";
|
|
5803
5533
|
var IPublicDocumentHeaderNoteType = /* @__PURE__ */ ((IPublicDocumentHeaderNoteType2) => {
|
|
5804
5534
|
IPublicDocumentHeaderNoteType2["Provider"] = "Provider";
|
|
5805
5535
|
IPublicDocumentHeaderNoteType2["Client"] = "Client";
|
|
@@ -5807,8 +5537,8 @@ var IPublicDocumentHeaderNoteType = /* @__PURE__ */ ((IPublicDocumentHeaderNoteT
|
|
|
5807
5537
|
})(IPublicDocumentHeaderNoteType || {});
|
|
5808
5538
|
|
|
5809
5539
|
// src/modules/ui/portal/route.schema.ts
|
|
5810
|
-
var
|
|
5811
|
-
__export(
|
|
5540
|
+
var route_schema_exports111 = {};
|
|
5541
|
+
__export(route_schema_exports111, {
|
|
5812
5542
|
createNoteBody: () => createNoteBody,
|
|
5813
5543
|
updateNoteBody: () => updateNoteBody
|
|
5814
5544
|
});
|
|
@@ -5824,30 +5554,22 @@ var updateNoteBodyKeys = {
|
|
|
5824
5554
|
var updateNoteBody = joi10.object().keys(updateNoteBodyKeys).messages(messages);
|
|
5825
5555
|
|
|
5826
5556
|
// src/modules/stock/googleSheetPool/interface.ts
|
|
5827
|
-
var
|
|
5828
|
-
__export(
|
|
5829
|
-
|
|
5830
|
-
Route: () => Route108,
|
|
5831
|
-
UpperName: () => UpperName105
|
|
5557
|
+
var interface_exports66 = {};
|
|
5558
|
+
__export(interface_exports66, {
|
|
5559
|
+
Route: () => Route121
|
|
5832
5560
|
});
|
|
5833
|
-
var
|
|
5834
|
-
var UpperName105 = "GoogleSheetPool";
|
|
5835
|
-
var LowerName105 = UpperName105[0].toLowerCase() + UpperName105.substring(1);
|
|
5561
|
+
var Route121 = "google_sheet_pool";
|
|
5836
5562
|
|
|
5837
5563
|
// src/modules/stock/accountCode/interface.ts
|
|
5838
|
-
var
|
|
5839
|
-
__export(
|
|
5840
|
-
|
|
5841
|
-
Route: () => Route109,
|
|
5842
|
-
UpperName: () => UpperName106
|
|
5564
|
+
var interface_exports67 = {};
|
|
5565
|
+
__export(interface_exports67, {
|
|
5566
|
+
Route: () => Route122
|
|
5843
5567
|
});
|
|
5844
|
-
var
|
|
5845
|
-
var UpperName106 = "AccountCode";
|
|
5846
|
-
var LowerName106 = UpperName106[0].toLowerCase() + UpperName106.substring(1);
|
|
5568
|
+
var Route122 = "account_code";
|
|
5847
5569
|
|
|
5848
5570
|
// src/modules/stock/accountCode/route.schema.ts
|
|
5849
|
-
var
|
|
5850
|
-
__export(
|
|
5571
|
+
var route_schema_exports112 = {};
|
|
5572
|
+
__export(route_schema_exports112, {
|
|
5851
5573
|
findByCode: () => findByCode
|
|
5852
5574
|
});
|
|
5853
5575
|
var findByCodeParams = {
|
|
@@ -5858,13 +5580,13 @@ var findByCode = joi10.object().keys(findByCodeParams).messages(messages);
|
|
|
5858
5580
|
// src/modules/llm/llm/interfaces.ts
|
|
5859
5581
|
var interfaces_exports57 = {};
|
|
5860
5582
|
__export(interfaces_exports57, {
|
|
5861
|
-
Route: () =>
|
|
5583
|
+
Route: () => Route123
|
|
5862
5584
|
});
|
|
5863
|
-
var
|
|
5585
|
+
var Route123 = "llm";
|
|
5864
5586
|
|
|
5865
5587
|
// src/modules/llm/llm/route.schema.ts
|
|
5866
|
-
var
|
|
5867
|
-
__export(
|
|
5588
|
+
var route_schema_exports113 = {};
|
|
5589
|
+
__export(route_schema_exports113, {
|
|
5868
5590
|
identifyLanguageSchema: () => identifyLanguageSchema,
|
|
5869
5591
|
promptBody: () => promptBody,
|
|
5870
5592
|
translateSchema: () => translateSchema
|
|
@@ -5886,28 +5608,20 @@ var identifyLanguageSchema = joi10.object({
|
|
|
5886
5608
|
// src/modules/integration/patchNotes/interfaces.ts
|
|
5887
5609
|
var interfaces_exports58 = {};
|
|
5888
5610
|
__export(interfaces_exports58, {
|
|
5889
|
-
|
|
5890
|
-
Route: () => Route111,
|
|
5891
|
-
UpperName: () => UpperName107
|
|
5611
|
+
Route: () => Route124
|
|
5892
5612
|
});
|
|
5893
|
-
var
|
|
5894
|
-
var UpperName107 = "PatchNotes";
|
|
5895
|
-
var LowerName107 = UpperName107[0].toLowerCase() + UpperName107.substring(1);
|
|
5613
|
+
var Route124 = "patch_notes";
|
|
5896
5614
|
|
|
5897
5615
|
// src/modules/supply/documentHeaderSurvey/interfaces.ts
|
|
5898
5616
|
var interfaces_exports59 = {};
|
|
5899
5617
|
__export(interfaces_exports59, {
|
|
5900
|
-
|
|
5901
|
-
Route: () => Route112,
|
|
5902
|
-
UpperName: () => UpperName108
|
|
5618
|
+
Route: () => Route125
|
|
5903
5619
|
});
|
|
5904
|
-
var
|
|
5905
|
-
var UpperName108 = "DocumentHeaderSurvey";
|
|
5906
|
-
var LowerName108 = UpperName108[0].toLowerCase() + UpperName108.substring(1);
|
|
5620
|
+
var Route125 = "document_header_survey";
|
|
5907
5621
|
|
|
5908
5622
|
// src/modules/supply/documentHeaderSurvey/route.schema.ts
|
|
5909
|
-
var
|
|
5910
|
-
__export(
|
|
5623
|
+
var route_schema_exports114 = {};
|
|
5624
|
+
__export(route_schema_exports114, {
|
|
5911
5625
|
updateSentBody: () => updateSentBody,
|
|
5912
5626
|
updateSurveyBody: () => updateSurveyBody
|
|
5913
5627
|
});
|
|
@@ -5924,19 +5638,15 @@ var updateSurveyBodyKeys = {
|
|
|
5924
5638
|
var updateSurveyBody = joi10.object().keys(updateSurveyBodyKeys).messages(messages);
|
|
5925
5639
|
|
|
5926
5640
|
// src/modules/supply/documentHeaderSubscriber/interface.ts
|
|
5927
|
-
var
|
|
5928
|
-
__export(
|
|
5929
|
-
|
|
5930
|
-
Route: () => Route113,
|
|
5931
|
-
UpperName: () => UpperName109
|
|
5641
|
+
var interface_exports68 = {};
|
|
5642
|
+
__export(interface_exports68, {
|
|
5643
|
+
Route: () => Route126
|
|
5932
5644
|
});
|
|
5933
|
-
var
|
|
5934
|
-
var UpperName109 = "DocumentHeaderSubscriber";
|
|
5935
|
-
var LowerName109 = UpperName109[0].toLowerCase() + UpperName109.substring(1);
|
|
5645
|
+
var Route126 = "document_header_subscriber";
|
|
5936
5646
|
|
|
5937
5647
|
// src/modules/supply/documentHeaderSubscriber/route.schema.ts
|
|
5938
|
-
var
|
|
5939
|
-
__export(
|
|
5648
|
+
var route_schema_exports115 = {};
|
|
5649
|
+
__export(route_schema_exports115, {
|
|
5940
5650
|
createBody: () => createBody64
|
|
5941
5651
|
});
|
|
5942
5652
|
var createBodyKeys63 = {
|
|
@@ -5946,19 +5656,15 @@ var createBodyKeys63 = {
|
|
|
5946
5656
|
var createBody64 = joi10.object().keys(createBodyKeys63).messages(messages);
|
|
5947
5657
|
|
|
5948
5658
|
// src/modules/stock/googleCalendar/interface.ts
|
|
5949
|
-
var
|
|
5950
|
-
__export(
|
|
5951
|
-
|
|
5952
|
-
Route: () => Route114,
|
|
5953
|
-
UpperName: () => UpperName110
|
|
5659
|
+
var interface_exports69 = {};
|
|
5660
|
+
__export(interface_exports69, {
|
|
5661
|
+
Route: () => Route127
|
|
5954
5662
|
});
|
|
5955
|
-
var
|
|
5956
|
-
var UpperName110 = "GoogleCalendar";
|
|
5957
|
-
var LowerName110 = UpperName110[0].toLowerCase() + UpperName110.substring(1);
|
|
5663
|
+
var Route127 = "google_calendar";
|
|
5958
5664
|
|
|
5959
5665
|
// src/modules/stock/googleCalendar/route.schema.ts
|
|
5960
|
-
var
|
|
5961
|
-
__export(
|
|
5666
|
+
var route_schema_exports116 = {};
|
|
5667
|
+
__export(route_schema_exports116, {
|
|
5962
5668
|
listEventsInRangeQuery: () => listEventsInRangeQuery
|
|
5963
5669
|
});
|
|
5964
5670
|
var listEventsInRangeQuery = joi10.object().keys({
|
|
@@ -5967,6 +5673,137 @@ var listEventsInRangeQuery = joi10.object().keys({
|
|
|
5967
5673
|
to: joi10.string().required()
|
|
5968
5674
|
}).messages(messages);
|
|
5969
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
|
+
|
|
5970
5807
|
// src/index.ts
|
|
5971
5808
|
var index_default = main_exports;
|
|
5972
5809
|
|