b2m-utils 0.0.261 → 0.0.262
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/build/consts/index.d.ts +2 -0
- package/build/index.d.ts +1 -0
- package/build/index.esm.js +33 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +33 -0
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -267,6 +267,38 @@ exports.TrackProcessProviderTypeEnum = void 0;
|
|
|
267
267
|
TrackProcessProviderTypeEnum[TrackProcessProviderTypeEnum["OTHERS"] = 5] = "OTHERS";
|
|
268
268
|
})(exports.TrackProcessProviderTypeEnum || (exports.TrackProcessProviderTypeEnum = {}));
|
|
269
269
|
|
|
270
|
+
var _a;
|
|
271
|
+
var EXPORT_CTE_COLUMN_LABELS = (_a = {},
|
|
272
|
+
_a[exports.ExportCteColumn.CARRIER] = 'Transportadora',
|
|
273
|
+
_a[exports.ExportCteColumn.NUMBER] = 'Número do CTE',
|
|
274
|
+
_a[exports.ExportCteColumn.EMISSION_DATE] = 'Data de Emissão',
|
|
275
|
+
_a[exports.ExportCteColumn.CTE_TYPE] = 'Tipo de CTE',
|
|
276
|
+
_a[exports.ExportCteColumn.ORIGIN_CITY] = 'Cidade de Origem',
|
|
277
|
+
_a[exports.ExportCteColumn.DESTINATION_CITY] = 'Cidade de Destino',
|
|
278
|
+
_a[exports.ExportCteColumn.ORIGIN_STATE] = 'Estado de Origem',
|
|
279
|
+
_a[exports.ExportCteColumn.DESTINATION_STATE] = 'Estado de Destino',
|
|
280
|
+
_a[exports.ExportCteColumn.FREIGHT_VALUE] = 'Valor do Frete',
|
|
281
|
+
_a[exports.ExportCteColumn.AUDITED_VALUE] = 'Valor Auditado',
|
|
282
|
+
_a[exports.ExportCteColumn.APPROVED_VALUE] = 'Valor Aprovado',
|
|
283
|
+
_a[exports.ExportCteColumn.STATUS] = 'Status',
|
|
284
|
+
_a[exports.ExportCteColumn.WEIGHT] = 'Peso',
|
|
285
|
+
_a[exports.ExportCteColumn.CUBED_WEIGHT] = 'Peso Cubado',
|
|
286
|
+
_a[exports.ExportCteColumn.TAXED_WEIGHT] = 'Peso Taxado',
|
|
287
|
+
_a[exports.ExportCteColumn.COMMODITY_VALUE] = 'Valor da Mercadoria',
|
|
288
|
+
_a[exports.ExportCteColumn.MODAL] = 'Modal',
|
|
289
|
+
_a[exports.ExportCteColumn.RATECARD_MODAL] = 'Modal do Tarifário',
|
|
290
|
+
_a[exports.ExportCteColumn.VEHICLE_TYPE] = 'Tipo de Veículo',
|
|
291
|
+
_a[exports.ExportCteColumn.SERVICE_TYPE] = 'Tipo de Serviço',
|
|
292
|
+
_a[exports.ExportCteColumn.SENDER_NAME] = 'Remetente',
|
|
293
|
+
_a[exports.ExportCteColumn.SENDER_CNPJ] = 'CNPJ Remetente',
|
|
294
|
+
_a[exports.ExportCteColumn.RECIPIENT_NAME] = 'Destinatário',
|
|
295
|
+
_a[exports.ExportCteColumn.RECIPIENT_CNPJ] = 'CNPJ Destinatário',
|
|
296
|
+
_a[exports.ExportCteColumn.ICMS_VALUE] = 'Valor ICMS',
|
|
297
|
+
_a[exports.ExportCteColumn.PIS_VALUE] = 'Valor PIS',
|
|
298
|
+
_a[exports.ExportCteColumn.COFINS_VALUE] = 'Valor COFINS',
|
|
299
|
+
_a[exports.ExportCteColumn.TAGS] = 'Etiquetas',
|
|
300
|
+
_a);
|
|
301
|
+
|
|
270
302
|
var getRatecardFromCte = function (cte) {
|
|
271
303
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
272
304
|
var ratecard = null;
|
|
@@ -7791,6 +7823,7 @@ var setFormattedDatesInObjects = function (objectFormat) { return __awaiter(void
|
|
|
7791
7823
|
});
|
|
7792
7824
|
}); };
|
|
7793
7825
|
|
|
7826
|
+
exports.EXPORT_CTE_COLUMN_LABELS = EXPORT_CTE_COLUMN_LABELS;
|
|
7794
7827
|
exports.applyRedeliveryMultiplier = applyRedeliveryMultiplier;
|
|
7795
7828
|
exports.calculateFee = calculateFee;
|
|
7796
7829
|
exports.calculateIcms = calculateIcms;
|
package/build/index.js.gz
CHANGED
|
Binary file
|