sigo-package 1.2.55 → 1.2.57

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.js CHANGED
@@ -5190,6 +5190,82 @@ var mapaMOMaterialAL02 = new Map([
5190
5190
  Cantidad: 0,
5191
5191
  Factor: 1
5192
5192
  }
5193
+ ],
5194
+ [
5195
+ "073006000--Business",
5196
+ {
5197
+ Codigo: "073006000",
5198
+ ManoObra: [],
5199
+ Materiales: [
5200
+ {
5201
+ Cantidad: 1,
5202
+ Codigo: "03DUC-118-204",
5203
+ CantidadFija: true,
5204
+ CantidadPadre: false,
5205
+ Factor: 1,
5206
+ Materiales: [],
5207
+ ManoObra: []
5208
+ }
5209
+ ],
5210
+ CantidadFija: true,
5211
+ CantidadPadre: false,
5212
+ Cantidad: 1,
5213
+ Factor: 1
5214
+ }
5215
+ ],
5216
+ [
5217
+ "T22--Business",
5218
+ {
5219
+ Codigo: "T22",
5220
+ ManoObra: [],
5221
+ Materiales: [
5222
+ {
5223
+ Cantidad: 1,
5224
+ Codigo: "03DUC-118-204",
5225
+ CantidadFija: true,
5226
+ CantidadPadre: false,
5227
+ Factor: 1,
5228
+ Materiales: [],
5229
+ ManoObra: []
5230
+ }
5231
+ ],
5232
+ CantidadFija: true,
5233
+ CantidadPadre: false,
5234
+ Cantidad: 1,
5235
+ Factor: 1
5236
+ }
5237
+ ],
5238
+ [
5239
+ "073100900--Business",
5240
+ {
5241
+ Codigo: "073100900",
5242
+ ManoObra: [
5243
+ {
5244
+ Cantidad: 0,
5245
+ Codigo: "010206700",
5246
+ CantidadFija: false,
5247
+ CantidadPadre: true,
5248
+ Factor: 1,
5249
+ ManoObra: [],
5250
+ Materiales: []
5251
+ }
5252
+ ],
5253
+ Materiales: [
5254
+ {
5255
+ Cantidad: 0,
5256
+ Codigo: "03DUC-109-214",
5257
+ CantidadFija: false,
5258
+ CantidadPadre: true,
5259
+ Factor: 1,
5260
+ Materiales: [],
5261
+ ManoObra: []
5262
+ }
5263
+ ],
5264
+ CantidadFija: false,
5265
+ CantidadPadre: false,
5266
+ Cantidad: 0,
5267
+ Factor: 1
5268
+ }
5193
5269
  ]
5194
5270
  ]);
5195
5271
 
package/dist/index.mjs CHANGED
@@ -5056,6 +5056,82 @@ var mapaMOMaterialAL02 = new Map([
5056
5056
  Cantidad: 0,
5057
5057
  Factor: 1
5058
5058
  }
5059
+ ],
5060
+ [
5061
+ "073006000--Business",
5062
+ {
5063
+ Codigo: "073006000",
5064
+ ManoObra: [],
5065
+ Materiales: [
5066
+ {
5067
+ Cantidad: 1,
5068
+ Codigo: "03DUC-118-204",
5069
+ CantidadFija: true,
5070
+ CantidadPadre: false,
5071
+ Factor: 1,
5072
+ Materiales: [],
5073
+ ManoObra: []
5074
+ }
5075
+ ],
5076
+ CantidadFija: true,
5077
+ CantidadPadre: false,
5078
+ Cantidad: 1,
5079
+ Factor: 1
5080
+ }
5081
+ ],
5082
+ [
5083
+ "T22--Business",
5084
+ {
5085
+ Codigo: "T22",
5086
+ ManoObra: [],
5087
+ Materiales: [
5088
+ {
5089
+ Cantidad: 1,
5090
+ Codigo: "03DUC-118-204",
5091
+ CantidadFija: true,
5092
+ CantidadPadre: false,
5093
+ Factor: 1,
5094
+ Materiales: [],
5095
+ ManoObra: []
5096
+ }
5097
+ ],
5098
+ CantidadFija: true,
5099
+ CantidadPadre: false,
5100
+ Cantidad: 1,
5101
+ Factor: 1
5102
+ }
5103
+ ],
5104
+ [
5105
+ "073100900--Business",
5106
+ {
5107
+ Codigo: "073100900",
5108
+ ManoObra: [
5109
+ {
5110
+ Cantidad: 0,
5111
+ Codigo: "010206700",
5112
+ CantidadFija: false,
5113
+ CantidadPadre: true,
5114
+ Factor: 1,
5115
+ ManoObra: [],
5116
+ Materiales: []
5117
+ }
5118
+ ],
5119
+ Materiales: [
5120
+ {
5121
+ Cantidad: 0,
5122
+ Codigo: "03DUC-109-214",
5123
+ CantidadFija: false,
5124
+ CantidadPadre: true,
5125
+ Factor: 1,
5126
+ Materiales: [],
5127
+ ManoObra: []
5128
+ }
5129
+ ],
5130
+ CantidadFija: false,
5131
+ CantidadPadre: false,
5132
+ Cantidad: 0,
5133
+ Factor: 1
5134
+ }
5059
5135
  ]
5060
5136
  ]);
5061
5137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.55",
3
+ "version": "1.2.57",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",