easywork-common-lib 1.0.923 → 1.0.925
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/common/enums/tools.enum.d.ts +8 -4
- package/dist/common/enums/tools.enum.js +7 -3
- package/dist/common/enums/tools.enum.js.map +1 -1
- package/dist/entities/helpers/user/access_history.entity.d.ts +9 -0
- package/dist/entities/helpers/user/access_history.entity.js +58 -0
- package/dist/entities/helpers/user/access_history.entity.js.map +1 -0
- package/dist/entities/policy/policy-details.entity.d.ts +42 -0
- package/dist/entities/policy/policy-details.entity.js +380 -0
- package/dist/entities/policy/policy-details.entity.js.map +1 -0
- package/dist/entities/policy/policy-version.entity.d.ts +0 -2
- package/dist/entities/policy/policy-version.entity.js +0 -11
- package/dist/entities/policy/policy-version.entity.js.map +1 -1
- package/dist/entities/policy/policy.entity.d.ts +2 -1
- package/dist/entities/policy/policy.entity.js +10 -0
- package/dist/entities/policy/policy.entity.js.map +1 -1
- package/dist/entities/sales/receipt-sub-agente.entity.d.ts +5 -0
- package/dist/entities/sales/receipt-sub-agente.entity.js +35 -0
- package/dist/entities/sales/receipt-sub-agente.entity.js.map +1 -0
- package/dist/entities/thirdparty/email-config.entity.d.ts +14 -0
- package/dist/entities/thirdparty/email-config.entity.js +76 -0
- package/dist/entities/thirdparty/email-config.entity.js.map +1 -0
- package/dist/entities/thirdparty/email.entity.d.ts +17 -0
- package/dist/entities/thirdparty/email.entity.js +79 -0
- package/dist/entities/thirdparty/email.entity.js.map +1 -0
- package/dist/entities/thirdparty/service.entity.d.ts +8 -0
- package/dist/entities/thirdparty/service.entity.js +38 -0
- package/dist/entities/thirdparty/service.entity.js.map +1 -0
- package/dist/entities/thirdparty/user-email-relation.entity.d.ts +7 -0
- package/dist/entities/thirdparty/user-email-relation.entity.js +35 -0
- package/dist/entities/thirdparty/user-email-relation.entity.js.map +1 -0
- package/dist/entities/tools/calendar/calendar-list.entity.d.ts +36 -0
- package/dist/entities/tools/calendar/calendar-list.entity.js +109 -0
- package/dist/entities/tools/calendar/calendar-list.entity.js.map +1 -0
- package/dist/entities/tools/calendar/event-list-calendars.entity.d.ts +6 -0
- package/dist/entities/tools/calendar/event-list-calendars.entity.js +32 -0
- package/dist/entities/tools/calendar/event-list-calendars.entity.js.map +1 -0
- package/dist/entities/tools/mail/mailbox-signatures.entity.d.ts +6 -0
- package/dist/entities/tools/mail/mailbox-signatures.entity.js +34 -0
- package/dist/entities/tools/mail/mailbox-signatures.entity.js.map +1 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/entities/thirdparty/raw-diio-webhook.entity.d.ts +0 -8
- package/dist/entities/thirdparty/raw-diio-webhook.entity.js +0 -46
- package/dist/entities/thirdparty/raw-diio-webhook.entity.js.map +0 -1
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { BaseEntityOnlyEssential } from "../../common/database/base.entity";
|
|
2
|
-
export declare class RawDiioWebhook extends BaseEntityOnlyEssential {
|
|
3
|
-
action: string | null;
|
|
4
|
-
diioId: string | null;
|
|
5
|
-
name: string | null;
|
|
6
|
-
scheduled_at: string | null;
|
|
7
|
-
rawData: any;
|
|
8
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.RawDiioWebhook = void 0;
|
|
13
|
-
const typeorm_1 = require("typeorm");
|
|
14
|
-
const base_entity_1 = require("../../common/database/base.entity");
|
|
15
|
-
let RawDiioWebhook = class RawDiioWebhook extends base_entity_1.BaseEntityOnlyEssential {
|
|
16
|
-
action;
|
|
17
|
-
diioId;
|
|
18
|
-
name;
|
|
19
|
-
scheduled_at;
|
|
20
|
-
rawData;
|
|
21
|
-
};
|
|
22
|
-
exports.RawDiioWebhook = RawDiioWebhook;
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, typeorm_1.Column)({ type: "character varying", nullable: false }),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], RawDiioWebhook.prototype, "action", void 0);
|
|
27
|
-
__decorate([
|
|
28
|
-
(0, typeorm_1.Column)({ type: "character varying", nullable: true }),
|
|
29
|
-
__metadata("design:type", String)
|
|
30
|
-
], RawDiioWebhook.prototype, "diioId", void 0);
|
|
31
|
-
__decorate([
|
|
32
|
-
(0, typeorm_1.Column)({ type: "character varying", nullable: true }),
|
|
33
|
-
__metadata("design:type", String)
|
|
34
|
-
], RawDiioWebhook.prototype, "name", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, typeorm_1.Column)({ type: "character varying", nullable: true }),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], RawDiioWebhook.prototype, "scheduled_at", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, typeorm_1.Column)({ type: "jsonb", nullable: true }),
|
|
41
|
-
__metadata("design:type", Object)
|
|
42
|
-
], RawDiioWebhook.prototype, "rawData", void 0);
|
|
43
|
-
exports.RawDiioWebhook = RawDiioWebhook = __decorate([
|
|
44
|
-
(0, typeorm_1.Entity)("raw_diio_webhooks")
|
|
45
|
-
], RawDiioWebhook);
|
|
46
|
-
//# sourceMappingURL=raw-diio-webhook.entity.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raw-diio-webhook.entity.js","sourceRoot":"","sources":["../../../src/entities/thirdparty/raw-diio-webhook.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,mEAA4E;AAGrE,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,qCAAuB;IAEzD,MAAM,CAAgB;IAGtB,MAAM,CAAgB;IAGtB,IAAI,CAAgB;IAGpB,YAAY,CAAgB;IAG5B,OAAO,CAAM;CACd,CAAA;AAfY,wCAAc;AAEzB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;8CACjC;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAChC;AAGtB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAClC;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDAC1B;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC7B;yBAdF,cAAc;IAD1B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,cAAc,CAe1B"}
|