@orbe-agro/client-core 5.3.131 → 5.3.133
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/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.js +10 -11
- package/dist/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.js.map +1 -1
- package/dist/@types/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.d.ts.map +1 -1
- package/dist/@types/base/configs/api.config.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts +26 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoIva.d.ts +28 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/vinculoIva.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/config/ordemCompra.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/config/ordemCompra.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/condicaoPagamento.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/condicaoPagamento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/grupoComprador.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/grupoComprador.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/iva.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/iva.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts +24 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +54 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.d.ts +7 -0
- package/dist/@types/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/compras/ordemCompra/OrdemCompraService.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/ordemCompra/OrdemCompraService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts +2 -0
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts +1 -0
- package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/grupoComprador/GrupoCompradorService.d.ts +3 -0
- package/dist/@types/base/services/modules/dm/grupoComprador/GrupoCompradorService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/dm/index.d.ts +3 -1
- package/dist/@types/base/services/modules/dm/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/iva/IvaService.d.ts +3 -0
- package/dist/@types/base/services/modules/dm/iva/IvaService.d.ts.map +1 -0
- package/dist/base/configs/api.config.js +5 -5
- package/dist/base/configs/api.config.js.map +1 -1
- package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js +10 -8
- package/dist/base/configs/endpoints.config/centralNfe/centralNfe.js.map +1 -1
- package/dist/base/configs/endpoints.config/centralNfe/config/vinculoIva.js +12 -0
- package/dist/base/configs/endpoints.config/centralNfe/config/vinculoIva.js.map +1 -0
- package/dist/base/configs/endpoints.config/compras/config/ordemCompra.js +7 -6
- package/dist/base/configs/endpoints.config/compras/config/ordemCompra.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js +2 -0
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/condicaoPagamento.js +2 -1
- package/dist/base/configs/endpoints.config/dm/config/condicaoPagamento.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/grupoComprador.js +7 -0
- package/dist/base/configs/endpoints.config/dm/config/grupoComprador.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/config/iva.js +7 -0
- package/dist/base/configs/endpoints.config/dm/config/iva.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/dm.js +16 -12
- package/dist/base/configs/endpoints.config/dm/dm.js.map +1 -1
- package/dist/base/index.js +395 -387
- package/dist/base/index.js.map +1 -1
- package/dist/base/services/index.js +377 -369
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.js +52 -0
- package/dist/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.js.map +1 -0
- package/dist/base/services/modules/compras/index.js +18 -17
- package/dist/base/services/modules/compras/ordemCompra/OrdemCompraService.js +24 -16
- package/dist/base/services/modules/compras/ordemCompra/OrdemCompraService.js.map +1 -1
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js +25 -11
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js.map +1 -1
- package/dist/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.js +15 -8
- package/dist/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.js.map +1 -1
- package/dist/base/services/modules/dm/grupoComprador/GrupoCompradorService.js +15 -0
- package/dist/base/services/modules/dm/grupoComprador/GrupoCompradorService.js.map +1 -0
- package/dist/base/services/modules/dm/index.js +77 -70
- package/dist/base/services/modules/dm/index.js.map +1 -1
- package/dist/base/services/modules/dm/iva/IvaService.js +15 -0
- package/dist/base/services/modules/dm/iva/IvaService.js.map +1 -0
- package/dist/base/services/modules/index.js +380 -372
- package/dist/base/services/modules/index.js.map +1 -1
- package/dist/base/utils/logo.js +5 -5
- package/dist/base/utils/logo.js.map +1 -1
- package/lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx +15 -19
- package/lib/base/configs/api.config.ts +1 -1
- package/lib/base/configs/endpoints.config/centralNfe/centralNfe.ts +3 -1
- package/lib/base/configs/endpoints.config/centralNfe/config/vinculoIva.ts +12 -0
- package/lib/base/configs/endpoints.config/compras/config/ordemCompra.ts +2 -1
- package/lib/base/configs/endpoints.config/dm/config/businessPartner.ts +3 -1
- package/lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts +2 -1
- package/lib/base/configs/endpoints.config/dm/config/grupoComprador.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/config/iva.ts +7 -0
- package/lib/base/configs/endpoints.config/dm/dm.ts +4 -0
- package/lib/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.ts +53 -0
- package/lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts +8 -0
- package/lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts +14 -0
- package/lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts +7 -0
- package/lib/base/services/modules/dm/grupoComprador/GrupoCompradorService.ts +13 -0
- package/lib/base/services/modules/dm/index.ts +4 -2
- package/lib/base/services/modules/dm/iva/IvaService.ts +13 -0
- package/lib/base/utils/logo.ts +1 -1
- package/package.json +1 -1
|
@@ -14,24 +14,23 @@ import x from "../../../../components/ui/Button/Button.js";
|
|
|
14
14
|
const z = a.object({
|
|
15
15
|
email: a.string().email().min(5)
|
|
16
16
|
}), L = (s) => {
|
|
17
|
-
const [
|
|
17
|
+
const [e, r] = F(!1), { className: n, setMessage: l, setEmailSent: c, emailSent: p, children: d } = s, {
|
|
18
18
|
handleSubmit: f,
|
|
19
19
|
formState: { errors: m },
|
|
20
20
|
control: u
|
|
21
21
|
} = b({
|
|
22
22
|
resolver: w(z)
|
|
23
23
|
});
|
|
24
|
-
return /* @__PURE__ */ o("div", { className: n, children: p ? /* @__PURE__ */ o(v, { children: d }) : /* @__PURE__ */ h(y, { onSubmit: f(async (
|
|
25
|
-
const { email: g } =
|
|
24
|
+
return /* @__PURE__ */ o("div", { className: n, children: p ? /* @__PURE__ */ o(v, { children: d }) : /* @__PURE__ */ h(y, { onSubmit: f(async (t) => {
|
|
25
|
+
const { email: g } = t;
|
|
26
26
|
r(!0);
|
|
27
27
|
try {
|
|
28
|
-
await S({ email: g })
|
|
29
|
-
} catch (
|
|
28
|
+
await S({ email: g }), r(!1), c?.(!0);
|
|
29
|
+
} catch (i) {
|
|
30
30
|
l?.(
|
|
31
|
-
typeof
|
|
31
|
+
typeof i == "string" ? i : "Erro ao enviar email."
|
|
32
32
|
), r(!1);
|
|
33
33
|
}
|
|
34
|
-
r(!1);
|
|
35
34
|
}), children: [
|
|
36
35
|
/* @__PURE__ */ o(
|
|
37
36
|
P,
|
|
@@ -44,13 +43,13 @@ const z = a.object({
|
|
|
44
43
|
{
|
|
45
44
|
name: "email",
|
|
46
45
|
control: u,
|
|
47
|
-
render: ({ field:
|
|
46
|
+
render: ({ field: t }) => /* @__PURE__ */ o(
|
|
48
47
|
j,
|
|
49
48
|
{
|
|
50
49
|
type: "email",
|
|
51
50
|
placeholder: "Email",
|
|
52
51
|
autoComplete: "off",
|
|
53
|
-
...
|
|
52
|
+
...t
|
|
54
53
|
}
|
|
55
54
|
)
|
|
56
55
|
}
|
|
@@ -61,11 +60,11 @@ const z = a.object({
|
|
|
61
60
|
x,
|
|
62
61
|
{
|
|
63
62
|
block: !0,
|
|
64
|
-
loading:
|
|
63
|
+
loading: e,
|
|
65
64
|
variant: "solid",
|
|
66
65
|
type: "submit",
|
|
67
66
|
className: "mt-5",
|
|
68
|
-
children:
|
|
67
|
+
children: e ? "Enviando..." : "Enviar"
|
|
69
68
|
}
|
|
70
69
|
)
|
|
71
70
|
] }) });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ForgotPasswordForm.js","sources":["../../../../../../lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx"],"sourcesContent":["import { useState } from 'react'\nimport Input from '@/components/ui/Input'\nimport Button from '@/components/ui/Button'\nimport { FormItem, Form } from '@/components/ui/Form'\nimport { apiForgotPassword } from '@/services/AuthService'\nimport { useForm, Controller } from 'react-hook-form'\nimport { zodResolver } from '@hookform/resolvers/zod'\nimport { z } from 'zod'\nimport type { ZodType } from 'zod'\nimport type { CommonProps } from '@/@types/common'\n\ninterface ForgotPasswordFormProps extends CommonProps {\n emailSent: boolean\n setEmailSent?: (compplete: boolean) => void\n setMessage?: (message: string) => void\n}\n\ntype ForgotPasswordFormSchema = {\n email: string\n}\n\nconst validationSchema: ZodType<ForgotPasswordFormSchema> = z.object({\n email: z.string().email().min(5),\n})\n\nconst ForgotPasswordForm = (props: ForgotPasswordFormProps) => {\n const [isSubmitting, setSubmitting] = useState<boolean>(false)\n\n const { className, setMessage, setEmailSent, emailSent, children } = props\n\n const {\n handleSubmit,\n formState: { errors },\n control,\n } = useForm<ForgotPasswordFormSchema>({\n resolver: zodResolver(validationSchema),\n })\n\n const onForgotPassword = async (values: ForgotPasswordFormSchema) => {\n
|
|
1
|
+
{"version":3,"file":"ForgotPasswordForm.js","sources":["../../../../../../lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx"],"sourcesContent":["import { useState } from 'react'\nimport Input from '@/components/ui/Input'\nimport Button from '@/components/ui/Button'\nimport { FormItem, Form } from '@/components/ui/Form'\nimport { apiForgotPassword } from '@/services/AuthService'\nimport { useForm, Controller } from 'react-hook-form'\nimport { zodResolver } from '@hookform/resolvers/zod'\nimport { z } from 'zod'\nimport type { ZodType } from 'zod'\nimport type { CommonProps } from '@/@types/common'\n\ninterface ForgotPasswordFormProps extends CommonProps {\n emailSent: boolean\n setEmailSent?: (compplete: boolean) => void\n setMessage?: (message: string) => void\n}\n\ntype ForgotPasswordFormSchema = {\n email: string\n}\n\nconst validationSchema: ZodType<ForgotPasswordFormSchema> = z.object({\n email: z.string().email().min(5),\n})\n\nconst ForgotPasswordForm = (props: ForgotPasswordFormProps) => {\n const [isSubmitting, setSubmitting] = useState<boolean>(false)\n\n const { className, setMessage, setEmailSent, emailSent, children } = props\n\n const {\n handleSubmit,\n formState: { errors },\n control,\n } = useForm<ForgotPasswordFormSchema>({\n resolver: zodResolver(validationSchema),\n })\n\n const onForgotPassword = async (values: ForgotPasswordFormSchema) => {\n const { email } = values\n \n setSubmitting(true)\n \n try {\n await apiForgotPassword({ email })\n setSubmitting(false)\n setEmailSent?.(true)\n } catch (errors) {\n setMessage?.(\n typeof errors === 'string' ? errors : 'Erro ao enviar email.',\n )\n setSubmitting(false)\n }\n }\n\n return (\n <div className={className}>\n {!emailSent ? (\n <Form onSubmit={handleSubmit(onForgotPassword)}>\n <FormItem\n label=\"Email\"\n invalid={Boolean(errors.email)}\n errorMessage={errors.email?.message}\n >\n <Controller\n name=\"email\"\n control={control}\n render={({ field }) => (\n <Input\n type=\"email\"\n placeholder=\"Email\"\n autoComplete=\"off\"\n {...field}\n />\n )}\n />\n </FormItem>\n <Button\n block\n loading={isSubmitting}\n variant=\"solid\"\n type=\"submit\"\n className=\"mt-5\"\n >\n {isSubmitting ? 'Enviando...' : 'Enviar'}\n </Button>\n </Form>\n ) : (\n <>{children}</>\n )}\n </div>\n )\n}\n\nexport default ForgotPasswordForm\n"],"names":["validationSchema","z","ForgotPasswordForm","props","isSubmitting","setSubmitting","useState","className","setMessage","setEmailSent","emailSent","children","handleSubmit","errors","control","useForm","zodResolver","jsx","Fragment","Form","values","email","apiForgotPassword","FormItem","Controller","field","Input","Button"],"mappings":";;;;;;;;;;;;;AAqBA,MAAMA,IAAsDC,EAAE,OAAO;AAAA,EACjE,OAAOA,EAAE,OAAA,EAAS,MAAA,EAAQ,IAAI,CAAC;AACnC,CAAC,GAEKC,IAAqB,CAACC,MAAmC;AAC3D,QAAM,CAACC,GAAcC,CAAa,IAAIC,EAAkB,EAAK,GAEvD,EAAE,WAAAC,GAAW,YAAAC,GAAY,cAAAC,GAAc,WAAAC,GAAW,UAAAC,MAAaR,GAE/D;AAAA,IACF,cAAAS;AAAA,IACA,WAAW,EAAE,QAAAC,EAAA;AAAA,IACb,SAAAC;AAAA,EAAA,IACAC,EAAkC;AAAA,IAClC,UAAUC,EAAYhB,CAAgB;AAAA,EAAA,CACzC;AAmBD,SACI,gBAAAiB,EAAC,OAAA,EAAI,WAAAV,GACA,UAACG,IA+BE,gBAAAO,EAAAC,GAAA,EAAG,UAAAP,EAAA,CAAS,sBA9BXQ,GAAA,EAAK,UAAUP,EApBH,OAAOQ,MAAqC;AAC9D,UAAM,EAAE,OAAAC,MAAUD;AAElB,IAAAf,EAAc,EAAI;AAElB,QAAI;AACA,YAAMiB,EAAkB,EAAE,OAAAD,GAAO,GACjChB,EAAc,EAAK,GACnBI,IAAe,EAAI;AAAA,IACvB,SAASI,GAAQ;AACb,MAAAL;AAAA,QACI,OAAOK,KAAW,WAAWA,IAAS;AAAA,MAAA,GAE1CR,EAAc,EAAK;AAAA,IACvB;AAAA,EACJ,CAKsD,GACzC,UAAA;AAAA,IAAA,gBAAAY;AAAA,MAACM;AAAA,MAAA;AAAA,QACG,OAAM;AAAA,QACN,SAAS,EAAQV,EAAO;AAAA,QACxB,cAAcA,EAAO,OAAO;AAAA,QAE5B,UAAA,gBAAAI;AAAA,UAACO;AAAA,UAAA;AAAA,YACG,MAAK;AAAA,YACL,SAAAV;AAAA,YACA,QAAQ,CAAC,EAAE,OAAAW,EAAA,MACP,gBAAAR;AAAA,cAACS;AAAA,cAAA;AAAA,gBACG,MAAK;AAAA,gBACL,aAAY;AAAA,gBACZ,cAAa;AAAA,gBACZ,GAAGD;AAAA,cAAA;AAAA,YAAA;AAAA,UACR;AAAA,QAAA;AAAA,MAER;AAAA,IAAA;AAAA,IAEJ,gBAAAR;AAAA,MAACU;AAAA,MAAA;AAAA,QACG,OAAK;AAAA,QACL,SAASvB;AAAA,QACT,SAAQ;AAAA,QACR,MAAK;AAAA,QACL,WAAU;AAAA,QAET,cAAe,gBAAgB;AAAA,MAAA;AAAA,IAAA;AAAA,EACpC,EAAA,CACJ,EAEY,CAEpB;AAER;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ForgotPasswordForm.d.ts","sourceRoot":"","sources":["../../../../../../../lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAElD,UAAU,uBAAwB,SAAQ,WAAW;IACjD,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAC3C,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CACzC;AAUD,QAAA,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,
|
|
1
|
+
{"version":3,"file":"ForgotPasswordForm.d.ts","sourceRoot":"","sources":["../../../../../../../lib/@ecme/views/auth/ForgotPassword/components/ForgotPasswordForm.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAElD,UAAU,uBAAwB,SAAQ,WAAW;IACjD,SAAS,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAA;IAC3C,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CACzC;AAUD,QAAA,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAmEzD,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.config.d.ts","sourceRoot":"","sources":["../../../../lib/base/configs/api.config.ts"],"names":[],"mappings":"AAiCA;;IAEI;AAEJ,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"api.config.d.ts","sourceRoot":"","sources":["../../../../lib/base/configs/api.config.ts"],"names":[],"mappings":"AAiCA;;IAEI;AAEJ,eAAO,MAAM,OAAO,QAAgK,CAAA;AAEpL,eAAO,MAAM,kBAAkB,KAA8C,CAAA;AAC7E,eAAO,MAAM,iBAAiB,KAA6C,CAAA;AAE3E,QAAA,MAAM,SAAS;;;;;;;CAOd,CAAA;AAED,eAAe,SAAS,CAAA"}
|
|
@@ -97,6 +97,32 @@ declare const centralNfe: {
|
|
|
97
97
|
httpMethod: string;
|
|
98
98
|
};
|
|
99
99
|
};
|
|
100
|
+
vinculoIva: {
|
|
101
|
+
findMonitor: {
|
|
102
|
+
endpoint: string;
|
|
103
|
+
httpMethod: string;
|
|
104
|
+
};
|
|
105
|
+
findOne: {
|
|
106
|
+
endpoint: string;
|
|
107
|
+
httpMethod: string;
|
|
108
|
+
};
|
|
109
|
+
update: {
|
|
110
|
+
endpoint: string;
|
|
111
|
+
httpMethod: string;
|
|
112
|
+
};
|
|
113
|
+
create: {
|
|
114
|
+
endpoint: string;
|
|
115
|
+
httpMethod: string;
|
|
116
|
+
};
|
|
117
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
118
|
+
endpoint: string;
|
|
119
|
+
httpMethod: string;
|
|
120
|
+
};
|
|
121
|
+
save: {
|
|
122
|
+
endpoint: string;
|
|
123
|
+
httpMethod: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
100
126
|
};
|
|
101
127
|
export default centralNfe;
|
|
102
128
|
//# sourceMappingURL=centralNfe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"centralNfe.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOf,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const vinculoIva: {
|
|
2
|
+
findMonitor: {
|
|
3
|
+
endpoint: string;
|
|
4
|
+
httpMethod: string;
|
|
5
|
+
};
|
|
6
|
+
findOne: {
|
|
7
|
+
endpoint: string;
|
|
8
|
+
httpMethod: string;
|
|
9
|
+
};
|
|
10
|
+
update: {
|
|
11
|
+
endpoint: string;
|
|
12
|
+
httpMethod: string;
|
|
13
|
+
};
|
|
14
|
+
create: {
|
|
15
|
+
endpoint: string;
|
|
16
|
+
httpMethod: string;
|
|
17
|
+
};
|
|
18
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
19
|
+
endpoint: string;
|
|
20
|
+
httpMethod: string;
|
|
21
|
+
};
|
|
22
|
+
save: {
|
|
23
|
+
endpoint: string;
|
|
24
|
+
httpMethod: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default vinculoIva;
|
|
28
|
+
//# sourceMappingURL=vinculoIva.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vinculoIva.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/centralNfe/config/vinculoIva.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;CAOf,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compras.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/compras/compras.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"compras.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/compras/compras.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQZ,CAAA;AAED,eAAe,OAAO,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ordemCompra.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"ordemCompra.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/compras/config/ordemCompra.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;CAMhB,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -23,6 +23,10 @@ declare const businessPartner: {
|
|
|
23
23
|
endpoint: string;
|
|
24
24
|
httpMethod: string;
|
|
25
25
|
};
|
|
26
|
+
findEmpresasIdsByCnpj: {
|
|
27
|
+
endpoint: string;
|
|
28
|
+
httpMethod: string;
|
|
29
|
+
};
|
|
26
30
|
findBusinessPartnerFiliais: {
|
|
27
31
|
endpoint: string;
|
|
28
32
|
method: string;
|
|
@@ -31,6 +35,10 @@ declare const businessPartner: {
|
|
|
31
35
|
endpoint: string;
|
|
32
36
|
method: string;
|
|
33
37
|
};
|
|
38
|
+
findFornecedorNfeByCnpj: {
|
|
39
|
+
endpoint: string;
|
|
40
|
+
httpMethod: string;
|
|
41
|
+
};
|
|
34
42
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
35
43
|
endpoint: string;
|
|
36
44
|
method: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessPartner.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"businessPartner.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAepB,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -7,6 +7,10 @@ declare const condicaoPagamento: {
|
|
|
7
7
|
endpoint: string;
|
|
8
8
|
httpMethod: string;
|
|
9
9
|
};
|
|
10
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
11
|
+
endpoint: string;
|
|
12
|
+
httpMethod: string;
|
|
13
|
+
};
|
|
10
14
|
};
|
|
11
15
|
export default condicaoPagamento;
|
|
12
16
|
//# sourceMappingURL=condicaoPagamento.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"condicaoPagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/condicaoPagamento.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;CAItB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grupoComprador.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/grupoComprador.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc;;;;;CAEnB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iva.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/iva.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG;;;;;CAER,CAAA;AAED,eAAe,GAAG,CAAA"}
|
|
@@ -24,6 +24,10 @@ declare const dm: {
|
|
|
24
24
|
endpoint: string;
|
|
25
25
|
httpMethod: string;
|
|
26
26
|
};
|
|
27
|
+
findEmpresasIdsByCnpj: {
|
|
28
|
+
endpoint: string;
|
|
29
|
+
httpMethod: string;
|
|
30
|
+
};
|
|
27
31
|
findBusinessPartnerFiliais: {
|
|
28
32
|
endpoint: string;
|
|
29
33
|
method: string;
|
|
@@ -32,6 +36,10 @@ declare const dm: {
|
|
|
32
36
|
endpoint: string;
|
|
33
37
|
method: string;
|
|
34
38
|
};
|
|
39
|
+
findFornecedorNfeByCnpj: {
|
|
40
|
+
endpoint: string;
|
|
41
|
+
httpMethod: string;
|
|
42
|
+
};
|
|
35
43
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
36
44
|
endpoint: string;
|
|
37
45
|
method: string;
|
|
@@ -82,6 +90,10 @@ declare const dm: {
|
|
|
82
90
|
endpoint: string;
|
|
83
91
|
httpMethod: string;
|
|
84
92
|
};
|
|
93
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
94
|
+
endpoint: string;
|
|
95
|
+
httpMethod: string;
|
|
96
|
+
};
|
|
85
97
|
};
|
|
86
98
|
equipeVenda: {
|
|
87
99
|
find: {
|
|
@@ -245,6 +257,18 @@ declare const dm: {
|
|
|
245
257
|
httpMethod: string;
|
|
246
258
|
};
|
|
247
259
|
};
|
|
260
|
+
iva: {
|
|
261
|
+
findMonitor: {
|
|
262
|
+
endpoint: string;
|
|
263
|
+
httpMethod: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
grupoComprador: {
|
|
267
|
+
findMonitor: {
|
|
268
|
+
endpoint: string;
|
|
269
|
+
httpMethod: string;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
248
272
|
tipoVeiculo: {
|
|
249
273
|
find: {
|
|
250
274
|
endpoint: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"AAwBA,QAAA,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBP,CAAA;AAED,eAAe,EAAE,CAAC"}
|
|
@@ -300,6 +300,10 @@ declare const endpointNavigationConfig: {
|
|
|
300
300
|
endpoint: string;
|
|
301
301
|
httpMethod: string;
|
|
302
302
|
};
|
|
303
|
+
findEmpresasIdsByCnpj: {
|
|
304
|
+
endpoint: string;
|
|
305
|
+
httpMethod: string;
|
|
306
|
+
};
|
|
303
307
|
findBusinessPartnerFiliais: {
|
|
304
308
|
endpoint: string;
|
|
305
309
|
method: string;
|
|
@@ -308,6 +312,10 @@ declare const endpointNavigationConfig: {
|
|
|
308
312
|
endpoint: string;
|
|
309
313
|
method: string;
|
|
310
314
|
};
|
|
315
|
+
findFornecedorNfeByCnpj: {
|
|
316
|
+
endpoint: string;
|
|
317
|
+
httpMethod: string;
|
|
318
|
+
};
|
|
311
319
|
findBusinessPartnerFuncoesParceirosClientes: {
|
|
312
320
|
endpoint: string;
|
|
313
321
|
method: string;
|
|
@@ -358,6 +366,10 @@ declare const endpointNavigationConfig: {
|
|
|
358
366
|
endpoint: string;
|
|
359
367
|
httpMethod: string;
|
|
360
368
|
};
|
|
369
|
+
verificaCadastroCompletoByCondicaoPagamento: {
|
|
370
|
+
endpoint: string;
|
|
371
|
+
httpMethod: string;
|
|
372
|
+
};
|
|
361
373
|
};
|
|
362
374
|
equipeVenda: {
|
|
363
375
|
find: {
|
|
@@ -521,6 +533,18 @@ declare const endpointNavigationConfig: {
|
|
|
521
533
|
httpMethod: string;
|
|
522
534
|
};
|
|
523
535
|
};
|
|
536
|
+
iva: {
|
|
537
|
+
findMonitor: {
|
|
538
|
+
endpoint: string;
|
|
539
|
+
httpMethod: string;
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
grupoComprador: {
|
|
543
|
+
findMonitor: {
|
|
544
|
+
endpoint: string;
|
|
545
|
+
httpMethod: string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
524
548
|
tipoVeiculo: {
|
|
525
549
|
find: {
|
|
526
550
|
endpoint: string;
|
|
@@ -938,6 +962,10 @@ declare const endpointNavigationConfig: {
|
|
|
938
962
|
endpoint: string;
|
|
939
963
|
httpMethod: string;
|
|
940
964
|
};
|
|
965
|
+
findOrdensComprasNfeByIdsFornecedores: {
|
|
966
|
+
endpoint: string;
|
|
967
|
+
httpMethod: string;
|
|
968
|
+
};
|
|
941
969
|
};
|
|
942
970
|
historicoAcao: {
|
|
943
971
|
findHistoricoAcaoByIdEntidade: {
|
|
@@ -1338,6 +1366,32 @@ declare const endpointNavigationConfig: {
|
|
|
1338
1366
|
httpMethod: string;
|
|
1339
1367
|
};
|
|
1340
1368
|
};
|
|
1369
|
+
vinculoIva: {
|
|
1370
|
+
findMonitor: {
|
|
1371
|
+
endpoint: string;
|
|
1372
|
+
httpMethod: string;
|
|
1373
|
+
};
|
|
1374
|
+
findOne: {
|
|
1375
|
+
endpoint: string;
|
|
1376
|
+
httpMethod: string;
|
|
1377
|
+
};
|
|
1378
|
+
update: {
|
|
1379
|
+
endpoint: string;
|
|
1380
|
+
httpMethod: string;
|
|
1381
|
+
};
|
|
1382
|
+
create: {
|
|
1383
|
+
endpoint: string;
|
|
1384
|
+
httpMethod: string;
|
|
1385
|
+
};
|
|
1386
|
+
findIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil: {
|
|
1387
|
+
endpoint: string;
|
|
1388
|
+
httpMethod: string;
|
|
1389
|
+
};
|
|
1390
|
+
save: {
|
|
1391
|
+
endpoint: string;
|
|
1392
|
+
httpMethod: string;
|
|
1393
|
+
};
|
|
1394
|
+
};
|
|
1341
1395
|
};
|
|
1342
1396
|
qualidade: {
|
|
1343
1397
|
inspecaoVeiculo: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA4CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA4CA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4C7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function apiFindMonitorVinculoIva(body: any): Promise<any>;
|
|
2
|
+
export declare function apiFindOneVinculoIva(id: number): Promise<any>;
|
|
3
|
+
export declare function apiUpdateVinculoIva(body: any): Promise<any>;
|
|
4
|
+
export declare function apiCreateVinculoIva(values: any): Promise<any>;
|
|
5
|
+
export declare function apiFindIdIvaByMaterialAndIdFornecedorAndClassificacaoContabil(material: string, idFornecedor: number, classificacaoContabil: string): Promise<number>;
|
|
6
|
+
export declare function apiSaveVinculoIva(data: any): Promise<number>;
|
|
7
|
+
//# sourceMappingURL=VinculoIvaService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VinculoIvaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/centralNfe/vinculoIva/VinculoIvaService.ts"],"names":[],"mappings":"AAKA,wBAAsB,wBAAwB,CAAC,IAAI,KAAA,gBAMlD;AAED,wBAAsB,oBAAoB,CAAC,EAAE,EAAE,MAAM,gBAKpD;AAED,wBAAsB,mBAAmB,CAAC,IAAI,KAAA,gBAM7C;AAED,wBAAsB,mBAAmB,CAAC,MAAM,EAAE,GAAG,gBAMpD;AAED,wBAAsB,6DAA6D,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,qBAAqB,EAAE,MAAM,mBAQxJ;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,GAAG,mBAMhD"}
|
|
@@ -2,4 +2,5 @@ export declare function apiFindMonitorOrdemCompra(body: any): Promise<any>;
|
|
|
2
2
|
export declare function apiFindOneOrdemCompra(id: number): Promise<any>;
|
|
3
3
|
export declare function apiUpdateOrdemCompra(body: any): Promise<any>;
|
|
4
4
|
export declare function apiCancelarOrdemCompra(id: number): Promise<any>;
|
|
5
|
+
export declare function apiFindOrdensComprasNfeByIdsFornecedores(data: any): Promise<any>;
|
|
5
6
|
//# sourceMappingURL=OrdemCompraService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrdemCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts"],"names":[],"mappings":"AAKA,wBAAsB,yBAAyB,CAAC,IAAI,KAAA,gBAMnD;AAED,wBAAsB,qBAAqB,CAAC,EAAE,EAAE,MAAM,gBAKrD;AAED,wBAAsB,oBAAoB,CAAC,IAAI,KAAA,gBAM9C;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,gBAKtD"}
|
|
1
|
+
{"version":3,"file":"OrdemCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/ordemCompra/OrdemCompraService.ts"],"names":[],"mappings":"AAKA,wBAAsB,yBAAyB,CAAC,IAAI,KAAA,gBAMnD;AAED,wBAAsB,qBAAqB,CAAC,EAAE,EAAE,MAAM,gBAKrD;AAED,wBAAsB,oBAAoB,CAAC,IAAI,KAAA,gBAM9C;AAED,wBAAsB,sBAAsB,CAAC,EAAE,EAAE,MAAM,gBAKtD;AAED,wBAAsB,wCAAwC,CAAC,IAAI,KAAA,gBAMlE"}
|
|
@@ -5,9 +5,11 @@ export declare function apiFindDmBusinessPartner(body?: IFilterParams): Promise<
|
|
|
5
5
|
export declare function apiFindDmBusinessPartnerCliente(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
6
6
|
export declare function apiFindDmBusinessPartnerFornecedor(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
7
7
|
export declare function apiFindMonitorFornecedor(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
8
|
+
export declare function apiFindEmpresasIdsByCnpj(cnpj: string): Promise<any>;
|
|
8
9
|
export declare function apiFindMonitorTransportadora(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
9
10
|
export declare function apiFindDmBusinessPartnerFiliais(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
10
11
|
export declare function apiFindDmBusinessPartnerMatrizes(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
12
|
+
export declare function apiFindFornecedorNfeByCnpj(cnpj: string): Promise<any>;
|
|
11
13
|
export declare function apiFindDmBusinessPartnerFuncoesParceirosClientes(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
12
14
|
export declare function apiFindDmBusinessPartnerFuncoesParceirosFornecedores(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
13
15
|
export declare function apiFindDmVendedoresAKARepresentantesVendas(data?: {}): Promise<TBusinessPartner[]>;
|
package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAK7F,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,6BAKvD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,+CAMlE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,kCAAkC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS5E;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMlE;AAED,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1E;AAED,wBAAsB,gDAAgD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1F;AAED,wBAAsB,oDAAoD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS9F;AAED,wBAAsB,0CAA0C,CAAC,IAAI,KAAK,+BAMzE;AAED,wBAAsB,yDAAyD,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,gCAK9H"}
|
|
1
|
+
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAK7F,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,6BAKvD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,+CAMlE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,kCAAkC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS5E;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMlE;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,MAAM,gBAK1D;AAED,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1E;AAED,wBAAsB,0BAA0B,CAAC,IAAI,EAAE,MAAM,gBAK5D;AAED,wBAAsB,gDAAgD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1F;AAED,wBAAsB,oDAAoD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS9F;AAED,wBAAsB,0CAA0C,CAAC,IAAI,KAAK,+BAMzE;AAED,wBAAsB,yDAAyD,CAAC,eAAe,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,gCAK9H"}
|
package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts
CHANGED
|
@@ -2,4 +2,5 @@ import { IFilterParams, TQueryResponse } from "@base/@types";
|
|
|
2
2
|
import { TCondicaoPagamento } from "@base/@types/models/dm/condicaoPagamento";
|
|
3
3
|
export declare function apiFindDmCondicaoPagamento(data?: {}): Promise<TCondicaoPagamento[]>;
|
|
4
4
|
export declare function apiFindMonitorCondicaoPagamento(body?: IFilterParams): Promise<TQueryResponse<any>>;
|
|
5
|
+
export declare function apiFindVerificaCadastroCompletoByCondicaoPagamento(condicaoPagamento: string): Promise<TQueryResponse<any>>;
|
|
5
6
|
//# sourceMappingURL=CondicaoPagamentoService.d.ts.map
|
package/dist/@types/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CondicaoPagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAK9E,wBAAsB,0BAA0B,CAAC,IAAI,KAAK,iCAMzD;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMzE"}
|
|
1
|
+
{"version":3,"file":"CondicaoPagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/condicaoPagamento/CondicaoPagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAK9E,wBAAsB,0BAA0B,CAAC,IAAI,KAAK,iCAMzD;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMzE;AAED,wBAAsB,kDAAkD,CAAC,iBAAiB,EAAE,MAAM,gCAKjG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GrupoCompradorService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/grupoComprador/GrupoCompradorService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKjE,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE"}
|
|
@@ -14,8 +14,10 @@ export * from './incoterms/IncotermsService';
|
|
|
14
14
|
export * from './produto/ProdutoService';
|
|
15
15
|
export * from './setorAtividade/SetorAtividadeService';
|
|
16
16
|
export * from './tipoDocumentoVenda/TipoDocumentoVendaService';
|
|
17
|
+
export * from './user/UserService';
|
|
18
|
+
export * from './iva/IvaService';
|
|
19
|
+
export * from './grupoComprador/GrupoCompradorService';
|
|
17
20
|
export * from './tipoOrdemVenda/TipoOrdemVendaService';
|
|
18
21
|
export * from './tipoVeiculo/TipoVeiculoService';
|
|
19
22
|
export * from './municipio/MunicipioService';
|
|
20
|
-
export * from './user/UserService';
|
|
21
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wCAAwC,CAAC;AACvD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IvaService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/iva/IvaService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKjE,wBAAsB,iBAAiB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAM3D"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const n = "production", t = "http://localhost:8081", o = "http://172.16.14.27:30001",
|
|
2
|
-
API_URL:
|
|
1
|
+
const n = "production", t = "http://localhost:8081", o = "http://172.16.14.27:30001", e = n === "development" || !o ? t : window?.location?.origin?.replace(":5173", ":8081").replace(":31000", ":30001") ?? o, c = void 0, _ = void 0, i = {
|
|
2
|
+
API_URL: e,
|
|
3
3
|
GOOGLE_MAP_API_KEY: c,
|
|
4
|
-
GOOGLE_MAP_MAP_ID:
|
|
4
|
+
GOOGLE_MAP_MAP_ID: _,
|
|
5
5
|
NODE_ENV: n,
|
|
6
6
|
DEV_API_URL: t,
|
|
7
7
|
BUILD_API_URL: o
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
e as API_URL,
|
|
11
11
|
c as GOOGLE_MAP_API_KEY,
|
|
12
|
-
|
|
12
|
+
_ as GOOGLE_MAP_MAP_ID,
|
|
13
13
|
i as default
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=api.config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.config.js","sources":["../../../lib/base/configs/api.config.ts"],"sourcesContent":["/**\n * @desc Ambiente atual.\n *\n * \"development\" -> iniciado com \"yarn start\".\n *\n * \"production\" -> versão gerado com \"yarn build\".\n **/\nconst NODE_ENV = import.meta.env.MODE\n\n/**\n * @desc Endereço da API usado em modo de desenvolvimento, quando rodando a aplicação com \"yarn start\".\n *\n * @see http://localhost:8080/api (LOCAL)\n *\n * @see http://172.16.14.27:30001/api (QAS)\n *\n * */\n\nconst DEV_API_URL = 'http://localhost:8081'\n\n/**\n * @desc Endereço da API usado em versão de produção.\n *\n * VITE_APP_API_URL é definido no arquivo \".env.development\" e \".env.production\".\n *\n * Ambiente \".env.development\" é usado com o comando \"yarn build:dev\".\n *\n * Ambiente \".env.production\" é usado com o comando \"yarn build:prod\".\n *\n * Os ambientes sobrescrevem qualquer outro ambiente e as variáveis carregadas neles.\n **/\nconst BUILD_API_URL = import.meta.env.VITE_APP_API_URL\n\n/**\n * @desc Endereço atual da API.\n **/\n\nexport const API_URL = NODE_ENV === 'development' || !BUILD_API_URL ? DEV_API_URL : window?.location?.origin?.replace(':31000', ':30001') ?? BUILD_API_URL\n\nexport const GOOGLE_MAP_API_KEY = import.meta.env.VITE_APP_GOOGLE_MAP_API_KEY\nexport const GOOGLE_MAP_MAP_ID = import.meta.env.VITE_APP_GOOGLE_MAP_MAP_ID\n\nconst apiConfig = {\n API_URL,\n GOOGLE_MAP_API_KEY,\n GOOGLE_MAP_MAP_ID,\n NODE_ENV,\n DEV_API_URL,\n BUILD_API_URL,\n}\n\nexport default apiConfig\n"],"names":["NODE_ENV","DEV_API_URL","BUILD_API_URL","API_URL","GOOGLE_MAP_API_KEY","GOOGLE_MAP_MAP_ID","apiConfig"],"mappings":"AAOA,MAAMA,IAAW,cAWXC,IAAc,yBAadC,IAAgB,6BAMTC,IAAUH,MAAa,iBAAiB,CAACE,IAAgBD,IAAc,QAAQ,UAAU,QAAQ,QAAQ,UAAU,QAAQ,KAAKC,
|
|
1
|
+
{"version":3,"file":"api.config.js","sources":["../../../lib/base/configs/api.config.ts"],"sourcesContent":["/**\n * @desc Ambiente atual.\n *\n * \"development\" -> iniciado com \"yarn start\".\n *\n * \"production\" -> versão gerado com \"yarn build\".\n **/\nconst NODE_ENV = import.meta.env.MODE\n\n/**\n * @desc Endereço da API usado em modo de desenvolvimento, quando rodando a aplicação com \"yarn start\".\n *\n * @see http://localhost:8080/api (LOCAL)\n *\n * @see http://172.16.14.27:30001/api (QAS)\n *\n * */\n\nconst DEV_API_URL = 'http://localhost:8081'\n\n/**\n * @desc Endereço da API usado em versão de produção.\n *\n * VITE_APP_API_URL é definido no arquivo \".env.development\" e \".env.production\".\n *\n * Ambiente \".env.development\" é usado com o comando \"yarn build:dev\".\n *\n * Ambiente \".env.production\" é usado com o comando \"yarn build:prod\".\n *\n * Os ambientes sobrescrevem qualquer outro ambiente e as variáveis carregadas neles.\n **/\nconst BUILD_API_URL = import.meta.env.VITE_APP_API_URL\n\n/**\n * @desc Endereço atual da API.\n **/\n\nexport const API_URL = NODE_ENV === 'development' || !BUILD_API_URL ? DEV_API_URL : window?.location?.origin?.replace(':5173', ':8081').replace(':31000', ':30001') ?? BUILD_API_URL\n\nexport const GOOGLE_MAP_API_KEY = import.meta.env.VITE_APP_GOOGLE_MAP_API_KEY\nexport const GOOGLE_MAP_MAP_ID = import.meta.env.VITE_APP_GOOGLE_MAP_MAP_ID\n\nconst apiConfig = {\n API_URL,\n GOOGLE_MAP_API_KEY,\n GOOGLE_MAP_MAP_ID,\n NODE_ENV,\n DEV_API_URL,\n BUILD_API_URL,\n}\n\nexport default apiConfig\n"],"names":["NODE_ENV","DEV_API_URL","BUILD_API_URL","API_URL","GOOGLE_MAP_API_KEY","GOOGLE_MAP_MAP_ID","apiConfig"],"mappings":"AAOA,MAAMA,IAAW,cAWXC,IAAc,yBAadC,IAAgB,6BAMTC,IAAUH,MAAa,iBAAiB,CAACE,IAAgBD,IAAc,QAAQ,UAAU,QAAQ,QAAQ,SAAS,OAAO,EAAE,QAAQ,UAAU,QAAQ,KAAKC,GAE1JE,IAAqB,QACrBC,IAAoB,QAE3BC,IAAY;AAAA,EACd,SAAAH;AAAA,EACA,oBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,UAAAL;AAAA,EACA,aAAAC;AAAA,EACA,eAAAC;AACJ;"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import o from "./config/intervaloPrecoXml.js";
|
|
2
2
|
import r from "./config/notificacaoCentralNfe.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
3
|
+
import i from "./config/vinculoUnidadeMedida.js";
|
|
4
|
+
import t from "./config/cnpjLiberadoNota.js";
|
|
5
|
+
import m from "./config/nfe.js";
|
|
6
|
+
import a from "./config/vinculoIva.js";
|
|
7
|
+
const d = {
|
|
7
8
|
notificacaoCentralNfe: r,
|
|
8
9
|
intervaloPrecoXml: o,
|
|
9
|
-
vinculoUnidadeMedida:
|
|
10
|
-
cnpjLiberadoNota:
|
|
11
|
-
nfe:
|
|
10
|
+
vinculoUnidadeMedida: i,
|
|
11
|
+
cnpjLiberadoNota: t,
|
|
12
|
+
nfe: m,
|
|
13
|
+
vinculoIva: a
|
|
12
14
|
};
|
|
13
15
|
export {
|
|
14
|
-
|
|
16
|
+
d as default
|
|
15
17
|
};
|
|
16
18
|
//# sourceMappingURL=centralNfe.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"centralNfe.js","sources":["../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"sourcesContent":["import intervaloPrecoXml from \"./config/intervaloPrecoXml\"\nimport notificacaoCentralNfe from \"./config/notificacaoCentralNfe\"\nimport vinculoUnidadeMedida from \"./config/vinculoUnidadeMedida\"\nimport cnpjLiberadoNota from \"./config/cnpjLiberadoNota\"\nimport nfe from \"./config/nfe\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe"],"mappings":"
|
|
1
|
+
{"version":3,"file":"centralNfe.js","sources":["../../../../../lib/base/configs/endpoints.config/centralNfe/centralNfe.ts"],"sourcesContent":["import intervaloPrecoXml from \"./config/intervaloPrecoXml\"\nimport notificacaoCentralNfe from \"./config/notificacaoCentralNfe\"\nimport vinculoUnidadeMedida from \"./config/vinculoUnidadeMedida\"\nimport cnpjLiberadoNota from \"./config/cnpjLiberadoNota\"\nimport nfe from \"./config/nfe\"\nimport vinculoIva from \"./config/vinculoIva\"\n\nconst centralNfe = {\n notificacaoCentralNfe,\n intervaloPrecoXml,\n vinculoUnidadeMedida,\n cnpjLiberadoNota,\n nfe,\n vinculoIva\n}\n\nexport default centralNfe"],"names":["centralNfe","notificacaoCentralNfe","intervaloPrecoXml","vinculoUnidadeMedida","cnpjLiberadoNota","nfe","vinculoIva"],"mappings":";;;;;;AAOA,MAAMA,IAAa;AAAA,EACf,uBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC;AACJ;"}
|