cecon-interfaces 1.6.65 → 1.6.67
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/payio/activation-key/entities/activation-key.entity.mjs +2 -2
- package/dist/esm2022/payio/activation-key/enums/activation-key-status.enum.mjs +5 -1
- package/dist/esm2022/payio/activation-key/interfaces/i-activation-key.mjs +1 -1
- package/dist/esm2022/payio/app/entities/app.entity.mjs +1 -2
- package/dist/esm2022/payio/app/enums/app-slug.enum.mjs +3 -1
- package/dist/esm2022/payio/app/interfaces/i-app.mjs +1 -1
- package/dist/esm2022/payio/distributors/entities/distributor-responsible.entity.mjs +22 -0
- package/dist/esm2022/payio/distributors/entities/distributor.entity.mjs +10 -8
- package/dist/esm2022/payio/distributors/entities/index.mjs +2 -1
- package/dist/esm2022/payio/distributors/enums/index.mjs +2 -0
- package/dist/esm2022/payio/distributors/enums/status.enum.mjs +17 -0
- package/dist/esm2022/payio/distributors/index.mjs +2 -1
- package/dist/esm2022/payio/distributors/interfaces/i-distributor-responsible.mjs +2 -0
- package/dist/esm2022/payio/distributors/interfaces/i-distributor.mjs +1 -1
- package/dist/esm2022/payio/distributors/interfaces/index.mjs +1 -1
- package/dist/esm2022/payio/index.mjs +2 -5
- package/dist/esm2022/payio/payio-members/entities/index.mjs +2 -0
- package/dist/esm2022/payio/payio-members/entities/member.entity.mjs +19 -0
- package/dist/esm2022/payio/payio-members/enums/index.mjs +2 -0
- package/dist/esm2022/payio/payio-members/enums/profile.enum.mjs +14 -0
- package/dist/esm2022/payio/payio-members/index.mjs +4 -0
- package/dist/esm2022/payio/payio-members/interfaces/i-member.mjs +2 -0
- package/dist/esm2022/payio/payio-members/interfaces/index.mjs +2 -0
- package/dist/esm2022/payio/resume-queues/enums/entities-type.enum.mjs +3 -2
- package/dist/fesm2022/cecon-interfaces.mjs +81 -179
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/payio/activation-key/entities/activation-key.entity.d.ts +1 -1
- package/dist/payio/activation-key/entities/activation-key.entity.js +1 -1
- package/dist/payio/activation-key/enums/activation-key-status.enum.d.ts +5 -1
- package/dist/payio/activation-key/enums/activation-key-status.enum.js +4 -0
- package/dist/payio/activation-key/interfaces/i-activation-key.d.ts +1 -1
- package/dist/payio/app/entities/app.entity.d.ts +0 -1
- package/dist/payio/app/entities/app.entity.js +0 -1
- package/dist/payio/app/enums/app-slug.enum.d.ts +2 -0
- package/dist/payio/app/enums/app-slug.enum.js +2 -0
- package/dist/payio/app/interfaces/i-app.d.ts +1 -2
- package/dist/payio/distributors/entities/distributor-responsible.entity.d.ts +11 -0
- package/dist/payio/distributors/entities/distributor-responsible.entity.js +26 -0
- package/dist/payio/distributors/entities/distributor.entity.d.ts +10 -7
- package/dist/payio/distributors/entities/distributor.entity.js +9 -7
- package/dist/payio/distributors/entities/index.d.ts +1 -0
- package/dist/payio/distributors/entities/index.js +3 -1
- package/dist/payio/distributors/enums/index.d.ts +1 -0
- package/dist/payio/distributors/enums/index.js +5 -0
- package/dist/payio/distributors/enums/status.enum.d.ts +15 -0
- package/dist/payio/distributors/enums/status.enum.js +19 -0
- package/dist/payio/distributors/index.d.ts +1 -0
- package/dist/payio/distributors/index.js +1 -0
- package/dist/payio/distributors/interfaces/i-distributor-responsible.d.ts +9 -0
- package/dist/payio/distributors/interfaces/i-distributor.d.ts +8 -6
- package/dist/payio/distributors/interfaces/index.d.ts +1 -0
- package/dist/payio/index.d.ts +1 -4
- package/dist/payio/index.js +1 -4
- package/dist/payio/payio-members/entities/index.d.ts +1 -0
- package/dist/payio/payio-members/entities/index.js +5 -0
- package/dist/payio/payio-members/entities/member.entity.d.ts +7 -0
- package/dist/payio/payio-members/entities/member.entity.js +40 -0
- package/dist/payio/payio-members/enums/index.d.ts +1 -0
- package/dist/payio/payio-members/enums/index.js +5 -0
- package/dist/payio/payio-members/enums/profile.enum.d.ts +9 -0
- package/dist/payio/payio-members/enums/profile.enum.js +16 -0
- package/dist/payio/{plan → payio-members}/index.d.ts +1 -0
- package/dist/payio/{plan → payio-members}/index.js +1 -0
- package/dist/payio/payio-members/interfaces/i-member.d.ts +5 -0
- package/dist/payio/payio-members/interfaces/index.d.ts +1 -0
- package/dist/payio/resume-queues/enums/entities-type.enum.d.ts +1 -1
- package/dist/payio/resume-queues/enums/entities-type.enum.js +2 -1
- package/package.json +1 -1
- package/dist/esm2022/payio/features/entities/feature.entity.mjs +0 -28
- package/dist/esm2022/payio/features/entities/index.mjs +0 -2
- package/dist/esm2022/payio/features/enum/feature-type.enum.mjs +0 -10
- package/dist/esm2022/payio/features/enum/index.mjs +0 -2
- package/dist/esm2022/payio/features/index.mjs +0 -4
- package/dist/esm2022/payio/features/interfaces/i-feature.mjs +0 -2
- package/dist/esm2022/payio/features/interfaces/index.mjs +0 -2
- package/dist/esm2022/payio/plan/entities/index.mjs +0 -2
- package/dist/esm2022/payio/plan/entities/plan.entity.mjs +0 -28
- package/dist/esm2022/payio/plan/index.mjs +0 -3
- package/dist/esm2022/payio/plan/interfaces/i-plan.mjs +0 -2
- package/dist/esm2022/payio/plan/interfaces/index.mjs +0 -2
- package/dist/esm2022/payio/subscriptions/entities/index.mjs +0 -5
- package/dist/esm2022/payio/subscriptions/entities/subscription-active-device.entity.mjs +0 -17
- package/dist/esm2022/payio/subscriptions/entities/subscription-log.entity.mjs +0 -19
- package/dist/esm2022/payio/subscriptions/entities/subscription-seat.entity.mjs +0 -9
- package/dist/esm2022/payio/subscriptions/entities/subscription.entity.mjs +0 -41
- package/dist/esm2022/payio/subscriptions/index.mjs +0 -3
- package/dist/esm2022/payio/subscriptions/interfaces/i-subscription-active-device.mjs +0 -2
- package/dist/esm2022/payio/subscriptions/interfaces/i-subscription-log.mjs +0 -2
- package/dist/esm2022/payio/subscriptions/interfaces/i-subscription-seat.mjs +0 -2
- package/dist/esm2022/payio/subscriptions/interfaces/i-subscription.mjs +0 -2
- package/dist/esm2022/payio/subscriptions/interfaces/index.mjs +0 -2
- package/dist/esm2022/payio/trials/entities/index.mjs +0 -2
- package/dist/esm2022/payio/trials/entities/trial.entity.mjs +0 -24
- package/dist/esm2022/payio/trials/index.mjs +0 -3
- package/dist/esm2022/payio/trials/interfaces/i-trial.mjs +0 -2
- package/dist/esm2022/payio/trials/interfaces/index.mjs +0 -2
- package/dist/payio/features/entities/feature.entity.d.ts +0 -17
- package/dist/payio/features/entities/feature.entity.js +0 -32
- package/dist/payio/features/entities/index.d.ts +0 -1
- package/dist/payio/features/entities/index.js +0 -5
- package/dist/payio/features/enum/feature-type.enum.d.ts +0 -8
- package/dist/payio/features/enum/feature-type.enum.js +0 -12
- package/dist/payio/features/enum/index.d.ts +0 -1
- package/dist/payio/features/enum/index.js +0 -5
- package/dist/payio/features/index.d.ts +0 -3
- package/dist/payio/features/index.js +0 -19
- package/dist/payio/features/interfaces/i-feature.d.ts +0 -15
- package/dist/payio/features/interfaces/index.d.ts +0 -1
- package/dist/payio/plan/entities/index.d.ts +0 -1
- package/dist/payio/plan/entities/index.js +0 -5
- package/dist/payio/plan/entities/plan.entity.d.ts +0 -18
- package/dist/payio/plan/entities/plan.entity.js +0 -32
- package/dist/payio/plan/interfaces/i-plan.d.ts +0 -16
- package/dist/payio/plan/interfaces/i-plan.js +0 -2
- package/dist/payio/plan/interfaces/index.d.ts +0 -1
- package/dist/payio/subscriptions/entities/index.d.ts +0 -4
- package/dist/payio/subscriptions/entities/index.js +0 -11
- package/dist/payio/subscriptions/entities/subscription-active-device.entity.d.ts +0 -6
- package/dist/payio/subscriptions/entities/subscription-active-device.entity.js +0 -21
- package/dist/payio/subscriptions/entities/subscription-log.entity.d.ts +0 -8
- package/dist/payio/subscriptions/entities/subscription-log.entity.js +0 -23
- package/dist/payio/subscriptions/entities/subscription-seat.entity.d.ts +0 -6
- package/dist/payio/subscriptions/entities/subscription-seat.entity.js +0 -14
- package/dist/payio/subscriptions/entities/subscription.entity.d.ts +0 -34
- package/dist/payio/subscriptions/entities/subscription.entity.js +0 -45
- package/dist/payio/subscriptions/index.d.ts +0 -2
- package/dist/payio/subscriptions/index.js +0 -18
- package/dist/payio/subscriptions/interfaces/i-subscription-active-device.d.ts +0 -4
- package/dist/payio/subscriptions/interfaces/i-subscription-active-device.js +0 -2
- package/dist/payio/subscriptions/interfaces/i-subscription-log.d.ts +0 -6
- package/dist/payio/subscriptions/interfaces/i-subscription-log.js +0 -2
- package/dist/payio/subscriptions/interfaces/i-subscription-seat.d.ts +0 -4
- package/dist/payio/subscriptions/interfaces/i-subscription-seat.js +0 -2
- package/dist/payio/subscriptions/interfaces/i-subscription.d.ts +0 -30
- package/dist/payio/subscriptions/interfaces/i-subscription.js +0 -2
- package/dist/payio/subscriptions/interfaces/index.d.ts +0 -4
- package/dist/payio/subscriptions/interfaces/index.js +0 -2
- package/dist/payio/trials/entities/index.d.ts +0 -1
- package/dist/payio/trials/entities/index.js +0 -5
- package/dist/payio/trials/entities/trial.entity.d.ts +0 -13
- package/dist/payio/trials/entities/trial.entity.js +0 -28
- package/dist/payio/trials/index.d.ts +0 -2
- package/dist/payio/trials/index.js +0 -18
- package/dist/payio/trials/interfaces/i-trial.d.ts +0 -11
- package/dist/payio/trials/interfaces/i-trial.js +0 -2
- package/dist/payio/trials/interfaces/index.d.ts +0 -1
- package/dist/payio/trials/interfaces/index.js +0 -2
- /package/dist/payio/{features/interfaces/i-feature.js → distributors/interfaces/i-distributor-responsible.js} +0 -0
- /package/dist/payio/{features/interfaces/index.js → payio-members/interfaces/i-member.js} +0 -0
- /package/dist/payio/{plan → payio-members}/interfaces/index.js +0 -0
package/dist/package.json
CHANGED
@@ -2,6 +2,7 @@ import { EPayuioActivationStatus } from '../enums/activation-key-status.enum';
|
|
2
2
|
import { IPayioActivationKey } from '../interfaces/i-activation-key';
|
3
3
|
export declare class PayioActivationKeyEntity implements IPayioActivationKey {
|
4
4
|
activationDate: Date | null;
|
5
|
+
activationReleasedId: string;
|
5
6
|
appId: string | null;
|
6
7
|
appSlug: string | null;
|
7
8
|
clientKey: string | null;
|
@@ -15,7 +16,6 @@ export declare class PayioActivationKeyEntity implements IPayioActivationKey {
|
|
15
16
|
distributorName: string | null;
|
16
17
|
expirationDate: Date | null;
|
17
18
|
id: string;
|
18
|
-
keyGeneratorId: string | null;
|
19
19
|
logs: string[];
|
20
20
|
status: EPayuioActivationStatus;
|
21
21
|
usageLimit: number;
|
@@ -8,6 +8,7 @@ var PayioActivationKeyEntity = /** @class */ (function () {
|
|
8
8
|
function PayioActivationKeyEntity(data) {
|
9
9
|
// #region Properties (19)
|
10
10
|
this.activationDate = null;
|
11
|
+
this.activationReleasedId = '';
|
11
12
|
this.appId = null;
|
12
13
|
this.appSlug = null;
|
13
14
|
this.clientKey = null;
|
@@ -21,7 +22,6 @@ var PayioActivationKeyEntity = /** @class */ (function () {
|
|
21
22
|
this.distributorName = null;
|
22
23
|
this.expirationDate = null;
|
23
24
|
this.id = '';
|
24
|
-
this.keyGeneratorId = null;
|
25
25
|
this.logs = [];
|
26
26
|
this.status = activation_key_status_enum_1.EPayuioActivationStatus.PENDING;
|
27
27
|
this.usageLimit = 0;
|
@@ -3,5 +3,9 @@ export declare enum EPayuioActivationStatus {
|
|
3
3
|
PENDING = "PENDING",
|
4
4
|
ACTIVE = "ACTIVE",
|
5
5
|
EXPIRED = "EXPIRED",
|
6
|
-
CANCELLED = "CANCELLED"
|
6
|
+
CANCELLED = "CANCELLED",
|
7
|
+
REVOKED = "REVOKED",
|
8
|
+
TRIAL_7 = "TRIAL_7",
|
9
|
+
TRIAL_15 = "TRIAL_15",
|
10
|
+
TRIAL_30 = "TRIAL_30"
|
7
11
|
}
|
@@ -8,4 +8,8 @@ var EPayuioActivationStatus;
|
|
8
8
|
EPayuioActivationStatus["ACTIVE"] = "ACTIVE";
|
9
9
|
EPayuioActivationStatus["EXPIRED"] = "EXPIRED";
|
10
10
|
EPayuioActivationStatus["CANCELLED"] = "CANCELLED";
|
11
|
+
EPayuioActivationStatus["REVOKED"] = "REVOKED";
|
12
|
+
EPayuioActivationStatus["TRIAL_7"] = "TRIAL_7";
|
13
|
+
EPayuioActivationStatus["TRIAL_15"] = "TRIAL_15";
|
14
|
+
EPayuioActivationStatus["TRIAL_30"] = "TRIAL_30";
|
11
15
|
})(EPayuioActivationStatus || (exports.EPayuioActivationStatus = EPayuioActivationStatus = {}));
|
@@ -1,13 +1,13 @@
|
|
1
1
|
import { EPayuioActivationStatus } from '../enums/activation-key-status.enum';
|
2
2
|
export interface IPayioActivationKey {
|
3
3
|
activationDate: Date | null;
|
4
|
+
activationReleasedId: string;
|
4
5
|
appId: string | null;
|
5
6
|
appSlug: string | null;
|
6
7
|
clientKey: string | null;
|
7
8
|
companyId: string | null;
|
8
9
|
companyName: string | null;
|
9
10
|
createdAt: Date;
|
10
|
-
keyGeneratorId: string | null;
|
11
11
|
createdBy: string | null;
|
12
12
|
deviceId: string | null;
|
13
13
|
distributorId: string | null;
|
@@ -5,5 +5,7 @@ var EPayuioAppSlug;
|
|
5
5
|
(function (EPayuioAppSlug) {
|
6
6
|
EPayuioAppSlug["payio_cash"] = "payio-cash";
|
7
7
|
EPayuioAppSlug["payio_chef"] = "payio-chef";
|
8
|
+
EPayuioAppSlug["payio_distributor"] = "payio-distributor";
|
9
|
+
EPayuioAppSlug["payio_main"] = "payio-main";
|
8
10
|
EPayuioAppSlug["none"] = "none";
|
9
11
|
})(EPayuioAppSlug || (exports.EPayuioAppSlug = EPayuioAppSlug = {}));
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { EDocType } from '../../../general';
|
2
|
+
import { IPayioDistributorResponsible } from '../interfaces/i-distributor-responsible';
|
3
|
+
export declare class PayioDistributorResponsibleEntity implements IPayioDistributorResponsible {
|
4
|
+
doc: string;
|
5
|
+
docType: EDocType;
|
6
|
+
email: string;
|
7
|
+
internationalCode: string;
|
8
|
+
name: string;
|
9
|
+
phoneNumber: string;
|
10
|
+
constructor(data?: Partial<PayioDistributorResponsibleEntity>);
|
11
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.PayioDistributorResponsibleEntity = void 0;
|
4
|
+
var general_1 = require("../../../general");
|
5
|
+
var PayioDistributorResponsibleEntity = /** @class */ (function () {
|
6
|
+
// #endregion Properties (6)
|
7
|
+
// #region Constructors (1)
|
8
|
+
function PayioDistributorResponsibleEntity(data) {
|
9
|
+
// #region Properties (6)
|
10
|
+
this.doc = '';
|
11
|
+
this.docType = general_1.EDocType.CPF;
|
12
|
+
this.email = '';
|
13
|
+
this.internationalCode = '55';
|
14
|
+
this.name = '';
|
15
|
+
this.phoneNumber = '';
|
16
|
+
if (data) {
|
17
|
+
for (var key in data) {
|
18
|
+
if (data.hasOwnProperty(key) && key in this) {
|
19
|
+
this[key] = data[key];
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
return PayioDistributorResponsibleEntity;
|
25
|
+
}());
|
26
|
+
exports.PayioDistributorResponsibleEntity = PayioDistributorResponsibleEntity;
|
@@ -1,25 +1,28 @@
|
|
1
|
-
import { EDocType
|
1
|
+
import { EDocType } from '../../../general';
|
2
|
+
import { IAction } from '../../../mobyo/mobyo-api/interfaces/action.interface';
|
2
3
|
import { PayioAddressEntity } from '../../company';
|
3
|
-
import {
|
4
|
+
import { EPayuioDistributorStatus } from '../enums';
|
5
|
+
import { IPayioDistributor } from '../interfaces';
|
6
|
+
import { PayioDistributorResponsibleEntity } from './distributor-responsible.entity';
|
4
7
|
export declare class PayioDistributorEntity implements IPayioDistributor {
|
5
|
-
|
8
|
+
actions: IAction[];
|
6
9
|
address: PayioAddressEntity;
|
7
|
-
containerId: string;
|
8
10
|
createdAt: Date;
|
9
11
|
doc: string;
|
10
12
|
docType: EDocType;
|
11
13
|
email: string;
|
12
|
-
fullName: string;
|
13
14
|
id: string;
|
14
15
|
imageUrl: string | null;
|
15
16
|
internationalCode: string;
|
16
17
|
logoUrl: string | null;
|
18
|
+
logs: string[];
|
17
19
|
name: string;
|
18
|
-
paymentProvider: IPaymentProvider | null;
|
19
20
|
phoneNumber: string;
|
21
|
+
responsible: PayioDistributorResponsibleEntity;
|
20
22
|
sandbox: boolean;
|
23
|
+
slug: string;
|
24
|
+
status: EPayuioDistributorStatus;
|
21
25
|
tags: string[];
|
22
26
|
updatedAt: Date;
|
23
|
-
version: string;
|
24
27
|
constructor(data?: Partial<PayioDistributorEntity>);
|
25
28
|
}
|
@@ -3,30 +3,32 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PayioDistributorEntity = void 0;
|
4
4
|
var general_1 = require("../../../general");
|
5
5
|
var company_1 = require("../../company");
|
6
|
+
var enums_1 = require("../enums");
|
7
|
+
var distributor_responsible_entity_1 = require("./distributor-responsible.entity");
|
6
8
|
var PayioDistributorEntity = /** @class */ (function () {
|
7
|
-
// #endregion Properties (
|
9
|
+
// #endregion Properties (20)
|
8
10
|
// #region Constructors (1)
|
9
11
|
function PayioDistributorEntity(data) {
|
10
|
-
// #region Properties (
|
11
|
-
this.
|
12
|
+
// #region Properties (20)
|
13
|
+
this.actions = [];
|
12
14
|
this.address = new company_1.PayioAddressEntity();
|
13
|
-
this.containerId = '';
|
14
15
|
this.createdAt = new Date();
|
15
16
|
this.doc = '';
|
16
17
|
this.docType = general_1.EDocType.CNPJ;
|
17
18
|
this.email = '';
|
18
|
-
this.fullName = '';
|
19
19
|
this.id = '';
|
20
20
|
this.imageUrl = null;
|
21
21
|
this.internationalCode = '55';
|
22
22
|
this.logoUrl = null;
|
23
|
+
this.logs = [];
|
23
24
|
this.name = '';
|
24
|
-
this.paymentProvider = null;
|
25
25
|
this.phoneNumber = '';
|
26
|
+
this.responsible = new distributor_responsible_entity_1.PayioDistributorResponsibleEntity();
|
26
27
|
this.sandbox = false;
|
28
|
+
this.slug = '';
|
29
|
+
this.status = enums_1.EPayuioDistributorStatus.PLACED;
|
27
30
|
this.tags = [];
|
28
31
|
this.updatedAt = new Date();
|
29
|
-
this.version = '';
|
30
32
|
if (data) {
|
31
33
|
for (var key in data) {
|
32
34
|
if (data.hasOwnProperty(key) && key in this) {
|
@@ -1,5 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.PayioDistributorEntity = void 0;
|
3
|
+
exports.PayioDistributorResponsibleEntity = exports.PayioDistributorEntity = void 0;
|
4
4
|
var distributor_entity_1 = require("./distributor.entity");
|
5
5
|
Object.defineProperty(exports, "PayioDistributorEntity", { enumerable: true, get: function () { return distributor_entity_1.PayioDistributorEntity; } });
|
6
|
+
var distributor_responsible_entity_1 = require("./distributor-responsible.entity");
|
7
|
+
Object.defineProperty(exports, "PayioDistributorResponsibleEntity", { enumerable: true, get: function () { return distributor_responsible_entity_1.PayioDistributorResponsibleEntity; } });
|
@@ -0,0 +1 @@
|
|
1
|
+
export { EPayuioDistributorStatus } from './status.enum';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EPayuioDistributorStatus = void 0;
|
4
|
+
var status_enum_1 = require("./status.enum");
|
5
|
+
Object.defineProperty(exports, "EPayuioDistributorStatus", { enumerable: true, get: function () { return status_enum_1.EPayuioDistributorStatus; } });
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare enum EPayuioDistributorStatus {
|
2
|
+
BLOCKED = "BLOCKED",
|
3
|
+
ACTIVE = "ACTIVE",
|
4
|
+
PLACED = "PLACED",
|
5
|
+
INACTIVE = "INACTIVE",
|
6
|
+
DELETED = "DELETED",
|
7
|
+
PENDING = "PENDING",
|
8
|
+
SUSPENDED = "SUSPENDED",
|
9
|
+
REJECTED = "REJECTED",
|
10
|
+
APPROVED = "APPROVED",
|
11
|
+
PARTIALLY_APPROVED = "PARTIALLY_APPROVED",
|
12
|
+
REJECTED_BY_ADMIN = "REJECTED_BY_ADMIN",
|
13
|
+
REJECTED_BY_SYSTEM = "REJECTED_BY_SYSTEM",
|
14
|
+
PAUSED = "PAUSED"
|
15
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EPayuioDistributorStatus = void 0;
|
4
|
+
var EPayuioDistributorStatus;
|
5
|
+
(function (EPayuioDistributorStatus) {
|
6
|
+
EPayuioDistributorStatus["BLOCKED"] = "BLOCKED";
|
7
|
+
EPayuioDistributorStatus["ACTIVE"] = "ACTIVE";
|
8
|
+
EPayuioDistributorStatus["PLACED"] = "PLACED";
|
9
|
+
EPayuioDistributorStatus["INACTIVE"] = "INACTIVE";
|
10
|
+
EPayuioDistributorStatus["DELETED"] = "DELETED";
|
11
|
+
EPayuioDistributorStatus["PENDING"] = "PENDING";
|
12
|
+
EPayuioDistributorStatus["SUSPENDED"] = "SUSPENDED";
|
13
|
+
EPayuioDistributorStatus["REJECTED"] = "REJECTED";
|
14
|
+
EPayuioDistributorStatus["APPROVED"] = "APPROVED";
|
15
|
+
EPayuioDistributorStatus["PARTIALLY_APPROVED"] = "PARTIALLY_APPROVED";
|
16
|
+
EPayuioDistributorStatus["REJECTED_BY_ADMIN"] = "REJECTED_BY_ADMIN";
|
17
|
+
EPayuioDistributorStatus["REJECTED_BY_SYSTEM"] = "REJECTED_BY_SYSTEM";
|
18
|
+
EPayuioDistributorStatus["PAUSED"] = "PAUSED";
|
19
|
+
})(EPayuioDistributorStatus || (exports.EPayuioDistributorStatus = EPayuioDistributorStatus = {}));
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./enums"), exports);
|
18
19
|
__exportStar(require("./interfaces"), exports);
|
@@ -1,24 +1,26 @@
|
|
1
1
|
import { EDocType } from '../../../general/enums/doc-type.enum';
|
2
|
-
import {
|
2
|
+
import { IAction } from '../../../mobyo/mobyo-api/interfaces/action.interface';
|
3
3
|
import { IPayioAddress } from '../../company';
|
4
|
+
import { EPayuioDistributorStatus } from '../enums';
|
5
|
+
import { IPayioDistributorResponsible } from './i-distributor-responsible';
|
4
6
|
export interface IPayioDistributor {
|
5
|
-
|
7
|
+
actions: IAction[];
|
6
8
|
address: IPayioAddress;
|
7
|
-
containerId: string;
|
8
9
|
createdAt: Date;
|
9
10
|
doc: string;
|
10
11
|
docType: EDocType;
|
11
12
|
email: string;
|
12
|
-
fullName: string;
|
13
13
|
id: string;
|
14
14
|
imageUrl: string | null;
|
15
15
|
internationalCode: string;
|
16
16
|
logoUrl: string | null;
|
17
|
+
logs: string[];
|
17
18
|
name: string;
|
18
|
-
paymentProvider: IPaymentProvider | null;
|
19
19
|
phoneNumber: string;
|
20
|
+
responsible: IPayioDistributorResponsible;
|
20
21
|
sandbox: boolean;
|
22
|
+
slug: string;
|
23
|
+
status: EPayuioDistributorStatus;
|
21
24
|
tags: string[];
|
22
25
|
updatedAt: Date;
|
23
|
-
version: string;
|
24
26
|
}
|
package/dist/payio/index.d.ts
CHANGED
@@ -4,16 +4,13 @@ export * from './chef-config';
|
|
4
4
|
export * from './company';
|
5
5
|
export * from './device';
|
6
6
|
export * from './distributors';
|
7
|
-
export * from './features';
|
8
7
|
export * from './global-products';
|
9
8
|
export * from './orders';
|
9
|
+
export * from './payio-members';
|
10
10
|
export * from './payload';
|
11
11
|
export * from './permissions';
|
12
|
-
export * from './plan';
|
13
12
|
export * from './products';
|
14
13
|
export * from './resume-companies';
|
15
14
|
export * from './resume-queues';
|
16
15
|
export * from './schedules';
|
17
|
-
export * from './subscriptions';
|
18
16
|
export * from './tokens';
|
19
|
-
export * from './trials';
|
package/dist/payio/index.js
CHANGED
@@ -20,16 +20,13 @@ __exportStar(require("./chef-config"), exports);
|
|
20
20
|
__exportStar(require("./company"), exports);
|
21
21
|
__exportStar(require("./device"), exports);
|
22
22
|
__exportStar(require("./distributors"), exports);
|
23
|
-
__exportStar(require("./features"), exports);
|
24
23
|
__exportStar(require("./global-products"), exports);
|
25
24
|
__exportStar(require("./orders"), exports);
|
25
|
+
__exportStar(require("./payio-members"), exports);
|
26
26
|
__exportStar(require("./payload"), exports);
|
27
27
|
__exportStar(require("./permissions"), exports);
|
28
|
-
__exportStar(require("./plan"), exports);
|
29
28
|
__exportStar(require("./products"), exports);
|
30
29
|
__exportStar(require("./resume-companies"), exports);
|
31
30
|
__exportStar(require("./resume-queues"), exports);
|
32
31
|
__exportStar(require("./schedules"), exports);
|
33
|
-
__exportStar(require("./subscriptions"), exports);
|
34
32
|
__exportStar(require("./tokens"), exports);
|
35
|
-
__exportStar(require("./trials"), exports);
|
@@ -0,0 +1 @@
|
|
1
|
+
export { PayioMemberEntity } from './member.entity';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.PayioMemberEntity = void 0;
|
4
|
+
var member_entity_1 = require("./member.entity");
|
5
|
+
Object.defineProperty(exports, "PayioMemberEntity", { enumerable: true, get: function () { return member_entity_1.PayioMemberEntity; } });
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { MemberEntity } from '../../../member';
|
2
|
+
import { EPayuioDistributorProfile } from '../enums/profile.enum';
|
3
|
+
import { IPayioMember } from '../interfaces/i-member';
|
4
|
+
export declare class PayioMemberEntity extends MemberEntity implements IPayioMember {
|
5
|
+
profile: EPayuioDistributorProfile;
|
6
|
+
constructor(data?: Partial<PayioMemberEntity>);
|
7
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
3
|
+
var extendStatics = function (d, b) {
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
7
|
+
return extendStatics(d, b);
|
8
|
+
};
|
9
|
+
return function (d, b) {
|
10
|
+
if (typeof b !== "function" && b !== null)
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
12
|
+
extendStatics(d, b);
|
13
|
+
function __() { this.constructor = d; }
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
15
|
+
};
|
16
|
+
})();
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
18
|
+
exports.PayioMemberEntity = void 0;
|
19
|
+
var member_1 = require("../../../member");
|
20
|
+
var profile_enum_1 = require("../enums/profile.enum");
|
21
|
+
var PayioMemberEntity = /** @class */ (function (_super) {
|
22
|
+
__extends(PayioMemberEntity, _super);
|
23
|
+
// #endregion Properties (1)
|
24
|
+
// #region Constructors (1)
|
25
|
+
function PayioMemberEntity(data) {
|
26
|
+
var _this = _super.call(this) || this;
|
27
|
+
// #region Properties (1)
|
28
|
+
_this.profile = profile_enum_1.EPayuioDistributorProfile.USER;
|
29
|
+
if (data) {
|
30
|
+
for (var key in data) {
|
31
|
+
if (data.hasOwnProperty(key) && key in _this) {
|
32
|
+
_this[key] = data[key];
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
return _this;
|
37
|
+
}
|
38
|
+
return PayioMemberEntity;
|
39
|
+
}(member_1.MemberEntity));
|
40
|
+
exports.PayioMemberEntity = PayioMemberEntity;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { EPayuioDistributorProfile } from './profile.enum';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EPayuioDistributorProfile = void 0;
|
4
|
+
var profile_enum_1 = require("./profile.enum");
|
5
|
+
Object.defineProperty(exports, "EPayuioDistributorProfile", { enumerable: true, get: function () { return profile_enum_1.EPayuioDistributorProfile; } });
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EPayuioDistributorProfile = void 0;
|
4
|
+
var EPayuioDistributorProfile;
|
5
|
+
(function (EPayuioDistributorProfile) {
|
6
|
+
// #region Properties (1)
|
7
|
+
// Usuário ou sistema que gerou a chave
|
8
|
+
EPayuioDistributorProfile["SYSTEM"] = "SYSTEM";
|
9
|
+
EPayuioDistributorProfile["SUPPORT"] = "SUPPORT";
|
10
|
+
EPayuioDistributorProfile["USER"] = "USER";
|
11
|
+
EPayuioDistributorProfile["OWNER"] = "OWNER";
|
12
|
+
EPayuioDistributorProfile["ADMIN"] = "ADMIN";
|
13
|
+
EPayuioDistributorProfile["MANAGER"] = "MANAGER";
|
14
|
+
EPayuioDistributorProfile["SALES"] = "SALES";
|
15
|
+
// #endregion Properties (1)
|
16
|
+
})(EPayuioDistributorProfile || (exports.EPayuioDistributorProfile = EPayuioDistributorProfile = {}));
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./enums"), exports);
|
18
19
|
__exportStar(require("./interfaces"), exports);
|
@@ -0,0 +1 @@
|
|
1
|
+
export { IPayioMember } from './i-member';
|
@@ -10,7 +10,8 @@ var PayioEntitiesEnum;
|
|
10
10
|
PayioEntitiesEnum["orders"] = "orders";
|
11
11
|
PayioEntitiesEnum["products"] = "products";
|
12
12
|
PayioEntitiesEnum["resumes"] = "resumes";
|
13
|
-
PayioEntitiesEnum["
|
13
|
+
PayioEntitiesEnum["activation_keys"] = "activation-keys";
|
14
14
|
PayioEntitiesEnum["tokens"] = "tokens";
|
15
15
|
PayioEntitiesEnum["users"] = "users";
|
16
16
|
})(PayioEntitiesEnum || (exports.PayioEntitiesEnum = PayioEntitiesEnum = {}));
|
17
|
+
// Adiquirida
|
package/package.json
CHANGED
@@ -1,28 +0,0 @@
|
|
1
|
-
import { EPayuioFeatureType } from '../enum';
|
2
|
-
export class PayioFeatureEntity {
|
3
|
-
// #region Properties (12)
|
4
|
-
appId = null;
|
5
|
-
createdAt = new Date();
|
6
|
-
description = '';
|
7
|
-
id = '';
|
8
|
-
index = 0;
|
9
|
-
quantity = 0;
|
10
|
-
recurrent = false;
|
11
|
-
totalPrice = 0;
|
12
|
-
type = EPayuioFeatureType.DESCRIPTION;
|
13
|
-
unitPrice = 0;
|
14
|
-
updatedAt = new Date();
|
15
|
-
voucherKey = null;
|
16
|
-
// #endregion Properties (12)
|
17
|
-
// #region Constructors (1)
|
18
|
-
constructor(data) {
|
19
|
-
if (data) {
|
20
|
-
for (let key in data) {
|
21
|
-
if (data.hasOwnProperty(key) && key in this) {
|
22
|
-
this[key] = data[key];
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS5lbnRpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vZmVhdHVyZXMvZW50aXRpZXMvZmVhdHVyZS5lbnRpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sU0FBUyxDQUFDO0FBRzdDLE1BQU0sT0FBTyxrQkFBa0I7SUFDN0IsMEJBQTBCO0lBRW5CLEtBQUssR0FBa0IsSUFBSSxDQUFDO0lBQzVCLFNBQVMsR0FBUyxJQUFJLElBQUksRUFBRSxDQUFDO0lBQzdCLFdBQVcsR0FBVyxFQUFFLENBQUM7SUFDekIsRUFBRSxHQUFXLEVBQUUsQ0FBQztJQUNoQixLQUFLLEdBQVcsQ0FBQyxDQUFDO0lBQ2xCLFFBQVEsR0FBVyxDQUFDLENBQUM7SUFDckIsU0FBUyxHQUFZLEtBQUssQ0FBQztJQUMzQixVQUFVLEdBQVcsQ0FBQyxDQUFDO0lBQ3ZCLElBQUksR0FBdUIsa0JBQWtCLENBQUMsV0FBVyxDQUFDO0lBQzFELFNBQVMsR0FBVyxDQUFDLENBQUM7SUFDdEIsU0FBUyxHQUFTLElBQUksSUFBSSxFQUFFLENBQUM7SUFDN0IsVUFBVSxHQUFrQixJQUFJLENBQUM7SUFFeEMsNkJBQTZCO0lBRTdCLDJCQUEyQjtJQUUzQixZQUFZLElBQWtDO1FBQzVDLElBQUksSUFBSSxFQUFFO1lBQ1IsS0FBSyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7Z0JBQ3BCLElBQUksSUFBSSxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO29CQUMxQyxJQUFZLENBQUMsR0FBRyxDQUFDLEdBQUksSUFBWSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2lCQUN6QzthQUNGO1NBQ0Y7SUFDSCxDQUFDO0NBR0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFUGF5dWlvRmVhdHVyZVR5cGUgfSBmcm9tICcuLi9lbnVtJztcclxuaW1wb3J0IHsgSVBheWlvRmVhdHVyZSB9IGZyb20gJy4uL2ludGVyZmFjZXMvaS1mZWF0dXJlJztcclxuXHJcbmV4cG9ydCBjbGFzcyBQYXlpb0ZlYXR1cmVFbnRpdHkgaW1wbGVtZW50cyBJUGF5aW9GZWF0dXJlIHtcclxuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDEyKVxyXG5cclxuICBwdWJsaWMgYXBwSWQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBjcmVhdGVkQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gIHB1YmxpYyBkZXNjcmlwdGlvbjogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIGlkOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgaW5kZXg6IG51bWJlciA9IDA7XHJcbiAgcHVibGljIHF1YW50aXR5OiBudW1iZXIgPSAwO1xyXG4gIHB1YmxpYyByZWN1cnJlbnQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBwdWJsaWMgdG90YWxQcmljZTogbnVtYmVyID0gMDtcclxuICBwdWJsaWMgdHlwZTogRVBheXVpb0ZlYXR1cmVUeXBlID0gRVBheXVpb0ZlYXR1cmVUeXBlLkRFU0NSSVBUSU9OO1xyXG4gIHB1YmxpYyB1bml0UHJpY2U6IG51bWJlciA9IDA7XHJcbiAgcHVibGljIHVwZGF0ZWRBdDogRGF0ZSA9IG5ldyBEYXRlKCk7XHJcbiAgcHVibGljIHZvdWNoZXJLZXk6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG5cclxuICAvLyAjZW5kcmVnaW9uIFByb3BlcnRpZXMgKDEyKVxyXG5cclxuICAvLyAjcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcclxuXHJcbiAgY29uc3RydWN0b3IoZGF0YT86IFBhcnRpYWw8UGF5aW9GZWF0dXJlRW50aXR5Pikge1xyXG4gICAgaWYgKGRhdGEpIHtcclxuICAgICAgZm9yIChsZXQga2V5IGluIGRhdGEpIHtcclxuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XHJcbiAgICAgICAgICAodGhpcyBhcyBhbnkpW2tleV0gPSAoZGF0YSBhcyBhbnkpW2tleV07XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICAvLyAjZW5kcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcclxufVxyXG4iXX0=
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export { PayioFeatureEntity } from './feature.entity';
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vZmVhdHVyZXMvZW50aXRpZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQYXlpb0ZlYXR1cmVFbnRpdHkgfSBmcm9tICcuL2ZlYXR1cmUuZW50aXR5JztcclxuIl19
|
@@ -1,10 +0,0 @@
|
|
1
|
-
export var EPayuioFeatureType;
|
2
|
-
(function (EPayuioFeatureType) {
|
3
|
-
EPayuioFeatureType["FEATURE"] = "FEATURE";
|
4
|
-
EPayuioFeatureType["DESCRIPTION"] = "DESCRIPTION";
|
5
|
-
EPayuioFeatureType["VOUCHER"] = "VOUCHER";
|
6
|
-
EPayuioFeatureType["DISCOUNT"] = "DISCOUNT";
|
7
|
-
EPayuioFeatureType["ITEM"] = "ITEM";
|
8
|
-
EPayuioFeatureType["SEAT"] = "SEAT";
|
9
|
-
})(EPayuioFeatureType || (EPayuioFeatureType = {}));
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS10eXBlLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vZmVhdHVyZXMvZW51bS9mZWF0dXJlLXR5cGUuZW51bS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQU4sSUFBWSxrQkFPWDtBQVBELFdBQVksa0JBQWtCO0lBQzVCLHlDQUFtQixDQUFBO0lBQ25CLGlEQUEyQixDQUFBO0lBQzNCLHlDQUFtQixDQUFBO0lBQ25CLDJDQUFxQixDQUFBO0lBQ3JCLG1DQUFhLENBQUE7SUFDYixtQ0FBYSxDQUFBO0FBQ2YsQ0FBQyxFQVBXLGtCQUFrQixLQUFsQixrQkFBa0IsUUFPN0IiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBFUGF5dWlvRmVhdHVyZVR5cGUge1xyXG4gIEZFQVRVUkUgPSAnRkVBVFVSRScsXHJcbiAgREVTQ1JJUFRJT04gPSAnREVTQ1JJUFRJT04nLFxyXG4gIFZPVUNIRVIgPSAnVk9VQ0hFUicsXHJcbiAgRElTQ09VTlQgPSAnRElTQ09VTlQnLFxyXG4gIElURU0gPSAnSVRFTScsXHJcbiAgU0VBVCA9ICdTRUFUJyxcclxufVxyXG4iXX0=
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export { EPayuioFeatureType } from './feature-type.enum';
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcGF5aW8vZmVhdHVyZXMvZW51bS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEVQYXl1aW9GZWF0dXJlVHlwZSB9IGZyb20gJy4vZmVhdHVyZS10eXBlLmVudW0nO1xyXG4iXX0=
|
@@ -1,4 +0,0 @@
|
|
1
|
-
export * from './entities';
|
2
|
-
export * from './enum';
|
3
|
-
export * from './interfaces';
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcGF5aW8vZmVhdHVyZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VudGl0aWVzJztcclxuZXhwb3J0ICogZnJvbSAnLi9lbnVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9pbnRlcmZhY2VzJztcclxuIl19
|
@@ -1,2 +0,0 @@
|
|
1
|
-
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1mZWF0dXJlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3BheWlvL2ZlYXR1cmVzL2ludGVyZmFjZXMvaS1mZWF0dXJlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBFUGF5dWlvRmVhdHVyZVR5cGUgfSBmcm9tICcuLi9lbnVtJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSVBheWlvRmVhdHVyZSB7XHJcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICgxMilcclxuXHJcbiAgYXBwSWQ6IHN0cmluZyB8IG51bGw7XHJcbiAgY3JlYXRlZEF0OiBEYXRlO1xyXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgaWQ6IHN0cmluZztcclxuICBpbmRleDogbnVtYmVyO1xyXG4gIHF1YW50aXR5OiBudW1iZXI7XHJcbiAgcmVjdXJyZW50OiBib29sZWFuO1xyXG4gIHRvdGFsUHJpY2U6IG51bWJlcjtcclxuICB0eXBlOiBFUGF5dWlvRmVhdHVyZVR5cGU7XHJcbiAgdW5pdFByaWNlOiBudW1iZXI7XHJcbiAgdXBkYXRlZEF0OiBEYXRlO1xyXG4gIHZvdWNoZXJLZXk6IHN0cmluZyB8IG51bGw7XHJcblxyXG4gIC8vICNlbmRyZWdpb24gUHJvcGVydGllcyAoMTIpXHJcbn1cclxuIl19
|