@orbe-agro/client-core 5.6.100 → 5.6.101

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.
@@ -0,0 +1,6 @@
1
+ export type TCargaFracionada = {
2
+ id: number;
3
+ tipo: string;
4
+ numero: string;
5
+ };
6
+ //# sourceMappingURL=cargaFracionada.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cargaFracionada.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/cargaFracionada.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB,CAAA"}
@@ -12,5 +12,6 @@ export type TVeiculo = {
12
12
  proprietario?: TVeiculoProprietario;
13
13
  placa1?: string | undefined;
14
14
  placa2?: string | undefined;
15
+ eixosNumero?: number;
15
16
  };
16
17
  //# sourceMappingURL=veiculo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"veiculo.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/veiculo.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B,CAAA"}
1
+ {"version":3,"file":"veiculo.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/veiculo.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA"}
@@ -0,0 +1,13 @@
1
+ export type TViagemColetaEntrega = {
2
+ id: number;
3
+ origemIbge: string;
4
+ origemCep: string;
5
+ origemLatitude: number;
6
+ origemLongitude: number;
7
+ destinoIbge: string;
8
+ destinoCep: string;
9
+ destinoLatitude: number;
10
+ destinoLongitude: number;
11
+ distancia: number;
12
+ };
13
+ //# sourceMappingURL=viagemColetaEntrega.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viagemColetaEntrega.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/transportadora/viagemColetaEntrega.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA"}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=cargaFracionada.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cargaFracionada.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=viagemColetaEntrega.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"viagemColetaEntrega.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export type TCargaFracionada = {
2
+ id: number,
3
+ tipo: string,
4
+ numero: string,
5
+ }
6
+
@@ -13,5 +13,6 @@ export type TVeiculo = {
13
13
  proprietario?: TVeiculoProprietario,
14
14
  placa1?: string | undefined,
15
15
  placa2?: string | undefined,
16
+ eixosNumero?: number,
16
17
  }
17
18
 
@@ -0,0 +1,13 @@
1
+ export type TViagemColetaEntrega = {
2
+ id: number,
3
+ origemIbge: string,
4
+ origemCep: string,
5
+ origemLatitude: number,
6
+ origemLongitude: number,
7
+ destinoIbge: string,
8
+ destinoCep: string,
9
+ destinoLatitude: number,
10
+ destinoLongitude: number,
11
+ distancia: number
12
+ }
13
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core",
3
- "version": "5.6.100",
3
+ "version": "5.6.101",
4
4
  "description": "Biblioteca principal de componentes e utilidades para os microfrontends do Orbe Agro.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",