@orbe-agro/client-core 5.3.205 → 5.3.211
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/@types/base/configs/endpoints.config/Docusign/config/contratoDocusign.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/Docusign/config/docusign.d.ts +9 -0
- package/dist/@types/base/configs/endpoints.config/Docusign/config/docusign.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/Docusign/index.d.ts +6 -0
- package/dist/@types/base/configs/endpoints.config/Docusign/index.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +26 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.d.ts +16 -0
- package/dist/@types/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/originacao/originacao.d.ts +16 -0
- package/dist/@types/base/configs/endpoints.config/originacao/originacao.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/transportadora/ordemCarregamento.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/transportadora/ordemCarregamento.d.ts.map +1 -1
- package/dist/@types/base/services/modules/Docusign/DocusignService.d.ts +1 -0
- package/dist/@types/base/services/modules/Docusign/DocusignService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.d.ts +4 -0
- package/dist/@types/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.d.ts +1 -0
- package/dist/@types/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.d.ts.map +1 -1
- package/dist/base/configs/endpoints.config/Docusign/config/contratoDocusign.js +1 -4
- package/dist/base/configs/endpoints.config/Docusign/config/contratoDocusign.js.map +1 -1
- package/dist/base/configs/endpoints.config/Docusign/config/docusign.js +8 -0
- package/dist/base/configs/endpoints.config/Docusign/config/docusign.js.map +1 -0
- package/dist/base/configs/endpoints.config/Docusign/index.js +7 -5
- package/dist/base/configs/endpoints.config/Docusign/index.js.map +1 -1
- package/dist/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.js +10 -6
- package/dist/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.js.map +1 -1
- package/dist/base/configs/endpoints.config/transportadora/ordemCarregamento.js +8 -7
- package/dist/base/configs/endpoints.config/transportadora/ordemCarregamento.js.map +1 -1
- package/dist/base/index.js +245 -240
- package/dist/base/services/index.js +225 -220
- package/dist/base/services/modules/Docusign/DocusignService.js +26 -19
- package/dist/base/services/modules/Docusign/DocusignService.js.map +1 -1
- package/dist/base/services/modules/index.js +209 -204
- package/dist/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.js +42 -9
- package/dist/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.js.map +1 -1
- package/dist/base/services/modules/originacao/index.js +92 -88
- package/dist/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.js +13 -6
- package/dist/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.js.map +1 -1
- package/dist/base/services/modules/transportadora/index.js +39 -38
- package/lib/base/configs/endpoints.config/Docusign/config/contratoDocusign.ts +1 -4
- package/lib/base/configs/endpoints.config/Docusign/config/docusign.ts +7 -0
- package/lib/base/configs/endpoints.config/Docusign/index.ts +3 -1
- package/lib/base/configs/endpoints.config/originacao/config/assistenciaTecnicaSeloSocial.ts +5 -1
- package/lib/base/configs/endpoints.config/transportadora/ordemCarregamento.ts +1 -0
- package/lib/base/services/modules/Docusign/DocusignService.ts +7 -0
- package/lib/base/services/modules/originacao/assistenciaTecnicaSeloSocial/AssistenciaTecnicaSeloSocialService.ts +34 -0
- package/lib/base/services/modules/transportadora/OrdemCarregamento/OrdemCarregamentoService.ts +7 -0
- package/package.json +1 -1
|
@@ -1,44 +1,51 @@
|
|
|
1
|
-
import
|
|
1
|
+
import a from "../../../../@ecme/services/ApiService.js";
|
|
2
2
|
import "../../../configs/index.js";
|
|
3
3
|
import t from "../../../configs/endpoints.config/endpoints.navigation.js";
|
|
4
|
-
async function s(
|
|
5
|
-
return
|
|
4
|
+
async function s(o) {
|
|
5
|
+
return a.fetchDataWithAxios({
|
|
6
6
|
url: t.docusign.variavelGestaoContrato.getAll.url,
|
|
7
7
|
method: t.docusign.variavelGestaoContrato.getAll.method,
|
|
8
|
-
data:
|
|
8
|
+
data: o
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
-
async function u(
|
|
12
|
-
return
|
|
13
|
-
url: `${t.docusign.variavelGestaoContrato.getById.url}${
|
|
11
|
+
async function u(o) {
|
|
12
|
+
return a.fetchDataWithAxios({
|
|
13
|
+
url: `${t.docusign.variavelGestaoContrato.getById.url}${o}`,
|
|
14
14
|
method: t.docusign.variavelGestaoContrato.getById.method
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
|
-
async function
|
|
18
|
-
return
|
|
17
|
+
async function d(o) {
|
|
18
|
+
return a.fetchDataWithAxios({
|
|
19
19
|
url: t.docusign.variavelGestaoContrato.create.url,
|
|
20
20
|
method: t.docusign.variavelGestaoContrato.create.method,
|
|
21
|
-
data:
|
|
21
|
+
data: o
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
|
-
async function
|
|
25
|
-
return
|
|
26
|
-
url: `${t.docusign.variavelGestaoContrato.update.url}${
|
|
24
|
+
async function c(o, e) {
|
|
25
|
+
return a.fetchDataWithAxios({
|
|
26
|
+
url: `${t.docusign.variavelGestaoContrato.update.url}${o}`,
|
|
27
27
|
method: t.docusign.variavelGestaoContrato.update.method,
|
|
28
28
|
data: e
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
async function
|
|
32
|
-
return
|
|
33
|
-
url: `${t.docusign.variavelGestaoContrato.delete.url}${
|
|
31
|
+
async function l(o) {
|
|
32
|
+
return a.fetchDataWithAxios({
|
|
33
|
+
url: `${t.docusign.variavelGestaoContrato.delete.url}${o}`,
|
|
34
34
|
method: t.docusign.variavelGestaoContrato.delete.method
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
+
async function v(o, e) {
|
|
38
|
+
return a.fetchDataWithAxios({
|
|
39
|
+
url: t.docusign.docusign.apiDownloadContratoDocusign.url(o, e),
|
|
40
|
+
method: t.docusign.docusign.apiDownloadContratoDocusign.method
|
|
41
|
+
});
|
|
42
|
+
}
|
|
37
43
|
export {
|
|
38
|
-
|
|
39
|
-
|
|
44
|
+
d as apiCreateVariavelGestaoContrato,
|
|
45
|
+
l as apiDeleteVariavelGestaoContrato,
|
|
46
|
+
v as apiDownloadContratoDocusign,
|
|
40
47
|
s as apiGetVariaveisGestaoContrato,
|
|
41
48
|
u as apiGetVariavelGestaoContratoById,
|
|
42
|
-
|
|
49
|
+
c as apiUpdateVariavelGestaoContrato
|
|
43
50
|
};
|
|
44
51
|
//# sourceMappingURL=DocusignService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocusignService.js","sources":["../../../../../lib/base/services/modules/Docusign/DocusignService.ts"],"sourcesContent":["import ApiService from '@/services/ApiService'\nimport { endpointsConfig } from '@base/configs'\nimport { IFilterParams, TQueryResponse } from '@base/@types/api'\n\nexport async function apiGetVariaveisGestaoContrato(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: endpointsConfig.docusign.variavelGestaoContrato.getAll.url,\n method: endpointsConfig.docusign.variavelGestaoContrato.getAll.method,\n data: body,\n })\n}\n\nexport async function apiGetVariavelGestaoContratoById(id: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.getById.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.getById.method,\n })\n}\n\nexport async function apiCreateVariavelGestaoContrato(data: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: endpointsConfig.docusign.variavelGestaoContrato.create.url,\n method: endpointsConfig.docusign.variavelGestaoContrato.create.method,\n data,\n })\n}\n\nexport async function apiUpdateVariavelGestaoContrato(id: string, data: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.update.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.update.method,\n data,\n })\n}\n\nexport async function apiDeleteVariavelGestaoContrato(id: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.delete.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.delete.method,\n })\n}\n"],"names":["apiGetVariaveisGestaoContrato","body","ApiService","endpointsConfig","apiGetVariavelGestaoContratoById","id","apiCreateVariavelGestaoContrato","data","apiUpdateVariavelGestaoContrato","apiDeleteVariavelGestaoContrato"],"mappings":";;;AAIA,eAAsBA,EAA8BC,GAAsB;AACtE,SAAOC,EAAW,mBAAwC;AAAA,IACtD,KAAKC,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC5D,QAAQA,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAMF;AAAA,EAAA,CACT;AACL;AAEA,eAAsBG,EAAiCC,GAAY;AAC/D,SAAOH,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,QAAQ,GAAG,GAAGE,CAAE;AAAA,IACxE,QAAQF,EAAgB,SAAS,uBAAuB,QAAQ;AAAA,EAAA,CACnE;AACL;AAEA,eAAsBG,EAAgCC,GAAW;AAC7D,SAAOL,EAAW,mBAAwB;AAAA,IACtC,KAAKC,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC5D,QAAQA,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAAI;AAAA,EAAA,CACH;AACL;AAEsB,eAAAC,EAAgCH,GAAYE,GAAW;AACzE,SAAOL,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,OAAO,GAAG,GAAGE,CAAE;AAAA,IACvE,QAAQF,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAAI;AAAA,EAAA,CACH;AACL;AAEA,eAAsBE,EAAgCJ,GAAY;AAC9D,SAAOH,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,OAAO,GAAG,GAAGE,CAAE;AAAA,IACvE,QAAQF,EAAgB,SAAS,uBAAuB,OAAO;AAAA,EAAA,CAClE;AACL;"}
|
|
1
|
+
{"version":3,"file":"DocusignService.js","sources":["../../../../../lib/base/services/modules/Docusign/DocusignService.ts"],"sourcesContent":["import ApiService from '@/services/ApiService'\nimport { endpointsConfig } from '@base/configs'\nimport { IFilterParams, TQueryResponse } from '@base/@types/api'\n\nexport async function apiGetVariaveisGestaoContrato(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: endpointsConfig.docusign.variavelGestaoContrato.getAll.url,\n method: endpointsConfig.docusign.variavelGestaoContrato.getAll.method,\n data: body,\n })\n}\n\nexport async function apiGetVariavelGestaoContratoById(id: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.getById.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.getById.method,\n })\n}\n\nexport async function apiCreateVariavelGestaoContrato(data: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: endpointsConfig.docusign.variavelGestaoContrato.create.url,\n method: endpointsConfig.docusign.variavelGestaoContrato.create.method,\n data,\n })\n}\n\nexport async function apiUpdateVariavelGestaoContrato(id: string, data: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.update.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.update.method,\n data,\n })\n}\n\nexport async function apiDeleteVariavelGestaoContrato(id: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${endpointsConfig.docusign.variavelGestaoContrato.delete.url}${id}`,\n method: endpointsConfig.docusign.variavelGestaoContrato.delete.method,\n })\n}\n\nexport async function apiDownloadContratoDocusign(envelopId: number, documentId:number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: endpointsConfig.docusign.docusign.apiDownloadContratoDocusign.url(envelopId, documentId),\n method: endpointsConfig.docusign.docusign.apiDownloadContratoDocusign.method\n })\n}"],"names":["apiGetVariaveisGestaoContrato","body","ApiService","endpointsConfig","apiGetVariavelGestaoContratoById","id","apiCreateVariavelGestaoContrato","data","apiUpdateVariavelGestaoContrato","apiDeleteVariavelGestaoContrato","apiDownloadContratoDocusign","envelopId","documentId"],"mappings":";;;AAIA,eAAsBA,EAA8BC,GAAsB;AACtE,SAAOC,EAAW,mBAAwC;AAAA,IACtD,KAAKC,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC5D,QAAQA,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAMF;AAAA,EAAA,CACT;AACL;AAEA,eAAsBG,EAAiCC,GAAY;AAC/D,SAAOH,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,QAAQ,GAAG,GAAGE,CAAE;AAAA,IACxE,QAAQF,EAAgB,SAAS,uBAAuB,QAAQ;AAAA,EAAA,CACnE;AACL;AAEA,eAAsBG,EAAgCC,GAAW;AAC7D,SAAOL,EAAW,mBAAwB;AAAA,IACtC,KAAKC,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC5D,QAAQA,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAAI;AAAA,EAAA,CACH;AACL;AAEsB,eAAAC,EAAgCH,GAAYE,GAAW;AACzE,SAAOL,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,OAAO,GAAG,GAAGE,CAAE;AAAA,IACvE,QAAQF,EAAgB,SAAS,uBAAuB,OAAO;AAAA,IAC/D,MAAAI;AAAA,EAAA,CACH;AACL;AAEA,eAAsBE,EAAgCJ,GAAY;AAC9D,SAAOH,EAAW,mBAAwB;AAAA,IACtC,KAAK,GAAGC,EAAgB,SAAS,uBAAuB,OAAO,GAAG,GAAGE,CAAE;AAAA,IACvE,QAAQF,EAAgB,SAAS,uBAAuB,OAAO;AAAA,EAAA,CAClE;AACL;AAEsB,eAAAO,EAA4BC,GAAmBC,GAAmB;AACpF,SAAOV,EAAW,mBAAwC;AAAA,IACtD,KAAKC,EAAgB,SAAS,SAAS,4BAA4B,IAAIQ,GAAWC,CAAU;AAAA,IAC5F,QAAQT,EAAgB,SAAS,SAAS,4BAA4B;AAAA,EAAA,CAC5E;AACF;"}
|