@orbe-agro/client-core-prod 5.5.85 → 5.5.86

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.
@@ -15,6 +15,8 @@ export type TOrdemConsumo = {
15
15
  clienteId: number;
16
16
  nomeCliente: string;
17
17
  codigoCliente: string;
18
+ cidadeCliente?: string;
19
+ regiaoCliente?: string;
18
20
  contratos: TOrdemConsumoContrato[];
19
21
  };
20
22
  //# sourceMappingURL=ordemConsumoContratoCliente.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ordemConsumoContratoCliente.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/agendamento/ordemConsumoContratoCliente.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAChC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;CAC9B;AAED,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,wBAAwB,CAAA;CAC1C,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,qBAAqB,EAAE,CAAA;CACrC,CAAA"}
1
+ {"version":3,"file":"ordemConsumoContratoCliente.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/agendamento/ordemConsumoContratoCliente.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAChC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;CAC9B;AAED,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,wBAAwB,CAAA;CAC1C,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,EAAE,qBAAqB,EAAE,CAAA;CACrC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ordemConsumoContratoCliente.js","sources":["../../../../../lib/base/@types/models/agendamento/ordemConsumoContratoCliente.ts"],"sourcesContent":["export enum TipoContratoOrdemConsumo {\n ORDEM_VENDA = 'ORDEM_VENDA',\n COMMODITIES = 'COMMODITIES',\n}\n\nexport type TOrdemConsumoContrato = {\n id: number\n ordem: number\n contratoId: number\n numeroContrato?: string\n saldo?: number\n tipoContrato?: TipoContratoOrdemConsumo\n}\n\nexport type TOrdemConsumo = {\n id?: number\n clienteId: number\n nomeCliente: string\n codigoCliente: string\n contratos: TOrdemConsumoContrato[]\n}\n"],"names":["TipoContratoOrdemConsumo"],"mappings":"AAAO,IAAK,6CAAAA,8BAAL;AACHA,4BAAA,aAAA,IAAc;AACdA,4BAAA,aAAA,IAAc;AAFN,SAAAA;AAAA,GAAA,4BAAA,CAAA,CAAA;"}
1
+ {"version":3,"file":"ordemConsumoContratoCliente.js","sources":["../../../../../lib/base/@types/models/agendamento/ordemConsumoContratoCliente.ts"],"sourcesContent":["export enum TipoContratoOrdemConsumo {\n ORDEM_VENDA = 'ORDEM_VENDA',\n COMMODITIES = 'COMMODITIES',\n}\n\nexport type TOrdemConsumoContrato = {\n id: number\n ordem: number\n contratoId: number\n numeroContrato?: string\n saldo?: number\n tipoContrato?: TipoContratoOrdemConsumo\n}\n\nexport type TOrdemConsumo = {\n id?: number\n clienteId: number\n nomeCliente: string\n codigoCliente: string\n cidadeCliente?: string\n regiaoCliente?: string\n contratos: TOrdemConsumoContrato[]\n}\n"],"names":["TipoContratoOrdemConsumo"],"mappings":"AAAO,IAAK,6CAAAA,8BAAL;AACHA,4BAAA,aAAA,IAAc;AACdA,4BAAA,aAAA,IAAc;AAFN,SAAAA;AAAA,GAAA,4BAAA,CAAA,CAAA;"}
@@ -17,5 +17,7 @@ export type TOrdemConsumo = {
17
17
  clienteId: number
18
18
  nomeCliente: string
19
19
  codigoCliente: string
20
+ cidadeCliente?: string
21
+ regiaoCliente?: string
20
22
  contratos: TOrdemConsumoContrato[]
21
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbe-agro/client-core-prod",
3
- "version": "5.5.85",
3
+ "version": "5.5.86",
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",