lm_admin 1.0.1 → 1.0.2

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.
@@ -153,7 +153,7 @@ __decorate([
153
153
  __metadata("design:type", String)
154
154
  ], LmProductSelect.prototype, "OrderBy", void 0);
155
155
  __decorate([
156
- (0, ts_serializer_1.SerializeProperty)({ map: "externalcode", optional: true }),
156
+ (0, ts_serializer_1.SerializeProperty)({ map: "externalCode", optional: true }),
157
157
  __metadata("design:type", Number)
158
158
  ], LmProductSelect.prototype, "ExternalCode", void 0);
159
159
  exports.LmProductSelect = LmProductSelect = __decorate([
@@ -82,7 +82,7 @@ export class LmProductSelect extends Serializable
82
82
  @SerializeProperty({ map: "orderBy", optional: true })
83
83
  public OrderBy: string;
84
84
 
85
- @SerializeProperty({ map: "externalcode", optional: true })
85
+ @SerializeProperty({ map: "externalCode", optional: true })
86
86
  public ExternalCode: number;
87
87
 
88
88
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lm_admin",
3
- "version": "1.0.1",
4
- "description": "lm_admi",
3
+ "version": "1.0.2",
4
+ "description": "lm_admin",
5
5
  "main": "SqlApiLib/index.js",
6
6
  "types": "SqlApiLib/index.d.ts",
7
7
  "files": [