cecon-interfaces 1.4.2 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/mobyo/mobyo-api/interfaces/i-device-app-configs.mjs +1 -1
- package/dist/esm2022/withdraw/entities/withdraw-request.entity.mjs +2 -1
- package/dist/esm2022/withdraw/interfaces/i-withdraw-request.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +1 -0
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/mobyo/mobyo-api/interfaces/i-device-app-configs.d.ts +1 -0
- package/dist/package.json +1 -1
- package/dist/withdraw/entities/withdraw-request.entity.d.ts +1 -0
- package/dist/withdraw/entities/withdraw-request.entity.js +1 -0
- package/dist/withdraw/interfaces/i-withdraw-request.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -22,6 +22,7 @@ var WithDrawRequestEntity = /** @class */ (function () {
|
|
22
22
|
this.natiInfo = new general_1.NatiInfoEntity();
|
23
23
|
this.mobyoInfo = new general_1.MobyoInfoEntity();
|
24
24
|
this.desenfilaInfo = new general_1.DesenfilaInfoEntity();
|
25
|
+
this.name = '';
|
25
26
|
if (data) {
|
26
27
|
for (var key in data) {
|
27
28
|
if (data.hasOwnProperty(key) && key in this) {
|