sigo-entities 0.0.242 → 0.0.243
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/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3240,6 +3240,10 @@ declare class IDataSheetLineasTdC {
|
|
|
3240
3240
|
'Fecha de fin': string;
|
|
3241
3241
|
Observaciones: string;
|
|
3242
3242
|
'Placa vehículo': string;
|
|
3243
|
+
'Latitud Medidor': number | undefined;
|
|
3244
|
+
'Longitud Medidor': number | undefined;
|
|
3245
|
+
'Latitud Empalme': number | undefined;
|
|
3246
|
+
'Longitud Empalme': number | undefined;
|
|
3243
3247
|
}
|
|
3244
3248
|
|
|
3245
3249
|
declare class IDataSheetMateriales {
|
package/dist/index.d.ts
CHANGED
|
@@ -3240,6 +3240,10 @@ declare class IDataSheetLineasTdC {
|
|
|
3240
3240
|
'Fecha de fin': string;
|
|
3241
3241
|
Observaciones: string;
|
|
3242
3242
|
'Placa vehículo': string;
|
|
3243
|
+
'Latitud Medidor': number | undefined;
|
|
3244
|
+
'Longitud Medidor': number | undefined;
|
|
3245
|
+
'Latitud Empalme': number | undefined;
|
|
3246
|
+
'Longitud Empalme': number | undefined;
|
|
3243
3247
|
}
|
|
3244
3248
|
|
|
3245
3249
|
declare class IDataSheetMateriales {
|
package/dist/index.js
CHANGED
|
@@ -17481,6 +17481,10 @@ var IDataSheetLineasTdC = class {
|
|
|
17481
17481
|
"Fecha de fin" = "";
|
|
17482
17482
|
Observaciones = "";
|
|
17483
17483
|
"Placa veh\xEDculo" = "";
|
|
17484
|
+
"Latitud Medidor";
|
|
17485
|
+
"Longitud Medidor";
|
|
17486
|
+
"Latitud Empalme";
|
|
17487
|
+
"Longitud Empalme";
|
|
17484
17488
|
};
|
|
17485
17489
|
|
|
17486
17490
|
// src/operativa/procesos/tdc/shared/interfaces/IDataSheetMateriales.ts
|
package/dist/index.mjs
CHANGED
|
@@ -17230,6 +17230,10 @@ var IDataSheetLineasTdC = class {
|
|
|
17230
17230
|
"Fecha de fin" = "";
|
|
17231
17231
|
Observaciones = "";
|
|
17232
17232
|
"Placa veh\xEDculo" = "";
|
|
17233
|
+
"Latitud Medidor";
|
|
17234
|
+
"Longitud Medidor";
|
|
17235
|
+
"Latitud Empalme";
|
|
17236
|
+
"Longitud Empalme";
|
|
17233
17237
|
};
|
|
17234
17238
|
|
|
17235
17239
|
// src/operativa/procesos/tdc/shared/interfaces/IDataSheetMateriales.ts
|