@procxo/shared 1.0.3 → 1.0.5

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.
Files changed (70) hide show
  1. package/dist/config/ormconfig.factory.d.ts.map +1 -1
  2. package/dist/config/ormconfig.factory.js +2 -2
  3. package/dist/config/ormconfig.factory.js.map +1 -1
  4. package/dist/core/json/core-data/permission.json +16 -32
  5. package/dist/database/entities/client.entity.d.ts +10 -6
  6. package/dist/database/entities/client.entity.d.ts.map +1 -1
  7. package/dist/database/entities/client.entity.js +67 -22
  8. package/dist/database/entities/client.entity.js.map +1 -1
  9. package/dist/database/entities/credit-note.entity.d.ts +3 -0
  10. package/dist/database/entities/credit-note.entity.d.ts.map +1 -1
  11. package/dist/database/entities/credit-note.entity.js +15 -0
  12. package/dist/database/entities/credit-note.entity.js.map +1 -1
  13. package/dist/database/entities/file.entity.d.ts +3 -1
  14. package/dist/database/entities/file.entity.d.ts.map +1 -1
  15. package/dist/database/entities/file.entity.js +11 -1
  16. package/dist/database/entities/file.entity.js.map +1 -1
  17. package/dist/database/entities/index.d.ts +3 -0
  18. package/dist/database/entities/index.d.ts.map +1 -1
  19. package/dist/database/entities/index.js +3 -0
  20. package/dist/database/entities/index.js.map +1 -1
  21. package/dist/database/entities/invoice.entity.d.ts +11 -8
  22. package/dist/database/entities/invoice.entity.d.ts.map +1 -1
  23. package/dist/database/entities/invoice.entity.js +131 -41
  24. package/dist/database/entities/invoice.entity.js.map +1 -1
  25. package/dist/database/entities/otp.entity.d.ts +24 -0
  26. package/dist/database/entities/otp.entity.d.ts.map +1 -0
  27. package/dist/database/entities/otp.entity.js +97 -0
  28. package/dist/database/entities/otp.entity.js.map +1 -0
  29. package/dist/database/entities/payment.entity.d.ts +8 -5
  30. package/dist/database/entities/payment.entity.d.ts.map +1 -1
  31. package/dist/database/entities/payment.entity.js +103 -23
  32. package/dist/database/entities/payment.entity.js.map +1 -1
  33. package/dist/database/entities/upload-log.entity.d.ts +1 -0
  34. package/dist/database/entities/upload-log.entity.d.ts.map +1 -1
  35. package/dist/database/entities/upload-log.entity.js +5 -0
  36. package/dist/database/entities/upload-log.entity.js.map +1 -1
  37. package/dist/database/entities/user-session-history.entity.d.ts +9 -1
  38. package/dist/database/entities/user-session-history.entity.d.ts.map +1 -1
  39. package/dist/database/entities/user-session-history.entity.js +29 -12
  40. package/dist/database/entities/user-session-history.entity.js.map +1 -1
  41. package/dist/database/entities/user.entity.d.ts +3 -0
  42. package/dist/database/entities/user.entity.d.ts.map +1 -1
  43. package/dist/database/entities/user.entity.js +15 -0
  44. package/dist/database/entities/user.entity.js.map +1 -1
  45. package/dist/database/entities/zohobooks-connection.entity.d.ts +16 -0
  46. package/dist/database/entities/zohobooks-connection.entity.d.ts.map +1 -0
  47. package/dist/database/entities/zohobooks-connection.entity.js +81 -0
  48. package/dist/database/entities/zohobooks-connection.entity.js.map +1 -0
  49. package/dist/database/entities/zohobooks-sync-log.entity.d.ts +35 -0
  50. package/dist/database/entities/zohobooks-sync-log.entity.d.ts.map +1 -0
  51. package/dist/database/entities/zohobooks-sync-log.entity.js +117 -0
  52. package/dist/database/entities/zohobooks-sync-log.entity.js.map +1 -0
  53. package/dist/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.d.ts +7 -0
  54. package/dist/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.d.ts.map +1 -0
  55. package/dist/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.js +16 -0
  56. package/dist/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.js.map +1 -0
  57. package/dist/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.d.ts +7 -0
  58. package/dist/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.d.ts.map +1 -0
  59. package/dist/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.js +34 -0
  60. package/dist/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.js.map +1 -0
  61. package/dist/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.d.ts +7 -0
  62. package/dist/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.d.ts.map +1 -0
  63. package/dist/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.js +14 -0
  64. package/dist/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.js.map +1 -0
  65. package/dist/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.d.ts +7 -0
  66. package/dist/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.d.ts.map +1 -0
  67. package/dist/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.js +34 -0
  68. package/dist/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.js.map +1 -0
  69. package/dist/tsconfig.build.tsbuildinfo +1 -1
  70. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zohobooks-connection.entity.js","sourceRoot":"","sources":["../../../src/database/entities/zohobooks-connection.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAyC;AACzC,+CAA2C;AAGpC,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,wBAAU;IAEjD,cAAc,CAAS;IAGvB,kBAAkB,CAAS;IAG3B,WAAW,CAAS;IAGpB,YAAY,CAAS;IAGrB,cAAc,CAAO;IAGrB,KAAK,CAAW;IAGhB,QAAQ,CAAU;IAGlB,UAAU,CAAO;IAGjB,WAAW,CAAS;IAGpB,WAAW,CAA2B;IAGtC,UAAU,CAAS;IAGnB,SAAS,CAAS;CACnB,CAAA;AApCY,kDAAmB;AAE9B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,iBAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DAC1C;AAGvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,sBAAsB,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;+DAC1D;AAG3B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;;wDAC3B;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;;yDAC3B;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BACxC,IAAI;2DAAC;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACzC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;qDAC5C;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACxD,IAAI;uDAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDAC3D;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,YAAY,EAAE,CAAC;;wDAC9C;AAGtC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;uDAC1D;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAC3D;8BAnCP,mBAAmB;IAD/B,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;GAC7C,mBAAmB,CAoC/B"}
@@ -0,0 +1,35 @@
1
+ import { BaseEntity } from './base.entity';
2
+ export declare enum ZBEntityType {
3
+ CLIENT = "client",
4
+ INVOICE = "invoice",
5
+ PAYMENT = "payment",
6
+ CREDIT_NOTE = "credit_note"
7
+ }
8
+ export declare enum ZBSyncAction {
9
+ CREATE = "create",
10
+ UPDATE = "update",
11
+ DELETE = "delete"
12
+ }
13
+ export declare enum ZBSyncDirection {
14
+ TO_ZB = "to_zb",
15
+ FROM_ZB = "from_zb"
16
+ }
17
+ export declare enum ZBSyncStatus {
18
+ PENDING = "pending",
19
+ SUCCESS = "success",
20
+ FAILED = "failed"
21
+ }
22
+ export declare class ZohoBooksSyncLog extends BaseEntity {
23
+ entityType: ZBEntityType;
24
+ entityId: number;
25
+ action: ZBSyncAction;
26
+ direction: ZBSyncDirection;
27
+ status: ZBSyncStatus;
28
+ errorMessage: string;
29
+ retryCount: number;
30
+ zohobooksId: string;
31
+ syncedAt: Date | null;
32
+ requestPayload: any;
33
+ responsePayload: any;
34
+ }
35
+ //# sourceMappingURL=zohobooks-sync-log.entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zohobooks-sync-log.entity.d.ts","sourceRoot":"","sources":["../../../src/database/entities/zohobooks-sync-log.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,OAAO,YAAY;CACpB;AAED,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,qBACa,gBAAiB,SAAQ,UAAU;IAM9C,UAAU,EAAE,YAAY,CAAC;IAGzB,QAAQ,EAAE,MAAM,CAAC;IAOjB,MAAM,EAAE,YAAY,CAAC;IAOrB,SAAS,EAAE,eAAe,CAAC;IAQ3B,MAAM,EAAE,YAAY,CAAC;IAGrB,YAAY,EAAE,MAAM,CAAC;IAGrB,UAAU,EAAE,MAAM,CAAC;IAGnB,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IAGtB,cAAc,EAAE,GAAG,CAAC;IAGpB,eAAe,EAAE,GAAG,CAAC;CACtB"}
@@ -0,0 +1,117 @@
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.ZohoBooksSyncLog = exports.ZBSyncStatus = exports.ZBSyncDirection = exports.ZBSyncAction = exports.ZBEntityType = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const base_entity_1 = require("./base.entity");
15
+ var ZBEntityType;
16
+ (function (ZBEntityType) {
17
+ ZBEntityType["CLIENT"] = "client";
18
+ ZBEntityType["INVOICE"] = "invoice";
19
+ ZBEntityType["PAYMENT"] = "payment";
20
+ ZBEntityType["CREDIT_NOTE"] = "credit_note";
21
+ })(ZBEntityType || (exports.ZBEntityType = ZBEntityType = {}));
22
+ var ZBSyncAction;
23
+ (function (ZBSyncAction) {
24
+ ZBSyncAction["CREATE"] = "create";
25
+ ZBSyncAction["UPDATE"] = "update";
26
+ ZBSyncAction["DELETE"] = "delete";
27
+ })(ZBSyncAction || (exports.ZBSyncAction = ZBSyncAction = {}));
28
+ var ZBSyncDirection;
29
+ (function (ZBSyncDirection) {
30
+ ZBSyncDirection["TO_ZB"] = "to_zb";
31
+ ZBSyncDirection["FROM_ZB"] = "from_zb";
32
+ })(ZBSyncDirection || (exports.ZBSyncDirection = ZBSyncDirection = {}));
33
+ var ZBSyncStatus;
34
+ (function (ZBSyncStatus) {
35
+ ZBSyncStatus["PENDING"] = "pending";
36
+ ZBSyncStatus["SUCCESS"] = "success";
37
+ ZBSyncStatus["FAILED"] = "failed";
38
+ })(ZBSyncStatus || (exports.ZBSyncStatus = ZBSyncStatus = {}));
39
+ let ZohoBooksSyncLog = class ZohoBooksSyncLog extends base_entity_1.BaseEntity {
40
+ entityType;
41
+ entityId;
42
+ action;
43
+ direction;
44
+ status;
45
+ errorMessage;
46
+ retryCount;
47
+ zohobooksId;
48
+ syncedAt;
49
+ requestPayload;
50
+ responsePayload;
51
+ };
52
+ exports.ZohoBooksSyncLog = ZohoBooksSyncLog;
53
+ __decorate([
54
+ (0, typeorm_1.Column)({
55
+ type: 'enum',
56
+ enum: ZBEntityType,
57
+ name: 'entity_type',
58
+ }),
59
+ __metadata("design:type", String)
60
+ ], ZohoBooksSyncLog.prototype, "entityType", void 0);
61
+ __decorate([
62
+ (0, typeorm_1.Column)({ type: 'int', name: 'entity_id' }),
63
+ __metadata("design:type", Number)
64
+ ], ZohoBooksSyncLog.prototype, "entityId", void 0);
65
+ __decorate([
66
+ (0, typeorm_1.Column)({
67
+ type: 'enum',
68
+ enum: ZBSyncAction,
69
+ name: 'action',
70
+ }),
71
+ __metadata("design:type", String)
72
+ ], ZohoBooksSyncLog.prototype, "action", void 0);
73
+ __decorate([
74
+ (0, typeorm_1.Column)({
75
+ type: 'enum',
76
+ enum: ZBSyncDirection,
77
+ name: 'direction',
78
+ }),
79
+ __metadata("design:type", String)
80
+ ], ZohoBooksSyncLog.prototype, "direction", void 0);
81
+ __decorate([
82
+ (0, typeorm_1.Column)({
83
+ type: 'enum',
84
+ enum: ZBSyncStatus,
85
+ name: 'status',
86
+ default: ZBSyncStatus.PENDING,
87
+ }),
88
+ __metadata("design:type", String)
89
+ ], ZohoBooksSyncLog.prototype, "status", void 0);
90
+ __decorate([
91
+ (0, typeorm_1.Column)({ type: 'text', name: 'error_message', nullable: true }),
92
+ __metadata("design:type", String)
93
+ ], ZohoBooksSyncLog.prototype, "errorMessage", void 0);
94
+ __decorate([
95
+ (0, typeorm_1.Column)({ type: 'int', name: 'retry_count', default: 0 }),
96
+ __metadata("design:type", Number)
97
+ ], ZohoBooksSyncLog.prototype, "retryCount", void 0);
98
+ __decorate([
99
+ (0, typeorm_1.Column)({ type: 'varchar', length: 255, name: 'zohobooks_id', nullable: true }),
100
+ __metadata("design:type", String)
101
+ ], ZohoBooksSyncLog.prototype, "zohobooksId", void 0);
102
+ __decorate([
103
+ (0, typeorm_1.Column)({ type: 'timestamp', name: 'synced_at', nullable: true }),
104
+ __metadata("design:type", Object)
105
+ ], ZohoBooksSyncLog.prototype, "syncedAt", void 0);
106
+ __decorate([
107
+ (0, typeorm_1.Column)({ type: 'jsonb', name: 'request_payload', nullable: true }),
108
+ __metadata("design:type", Object)
109
+ ], ZohoBooksSyncLog.prototype, "requestPayload", void 0);
110
+ __decorate([
111
+ (0, typeorm_1.Column)({ type: 'jsonb', name: 'response_payload', nullable: true }),
112
+ __metadata("design:type", Object)
113
+ ], ZohoBooksSyncLog.prototype, "responsePayload", void 0);
114
+ exports.ZohoBooksSyncLog = ZohoBooksSyncLog = __decorate([
115
+ (0, typeorm_1.Entity)({ name: 'zohobooks_sync_logs', schema: 'core' })
116
+ ], ZohoBooksSyncLog);
117
+ //# sourceMappingURL=zohobooks-sync-log.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zohobooks-sync-log.entity.js","sourceRoot":"","sources":["../../../src/database/entities/zohobooks-sync-log.entity.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ import { MigrationInterface, QueryRunner } from "typeorm";
2
+ export declare class AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542 implements MigrationInterface {
3
+ name: string;
4
+ up(queryRunner: QueryRunner): Promise<void>;
5
+ down(queryRunner: QueryRunner): Promise<void>;
6
+ }
7
+ //# sourceMappingURL=1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.d.ts","sourceRoot":"","sources":["../../../src/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1D,qBAAa,qEAAsE,YAAW,kBAAkB;IAC5G,IAAI,SAA0E;IAEjE,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAK3C,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;CAK7D"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542 = void 0;
4
+ class AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542 {
5
+ name = 'AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542';
6
+ async up(queryRunner) {
7
+ await queryRunner.query(`ALTER TABLE "user"."upload_logs" ADD "error_file_presigned_url" character varying`);
8
+ await queryRunner.query(`ALTER TABLE "user"."users" ADD "profile_picture" character varying`);
9
+ }
10
+ async down(queryRunner) {
11
+ await queryRunner.query(`ALTER TABLE "user"."users" DROP COLUMN "profile_picture"`);
12
+ await queryRunner.query(`ALTER TABLE "user"."upload_logs" DROP COLUMN "error_file_presigned_url"`);
13
+ }
14
+ }
15
+ exports.AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542 = AddedProfileUrlInUserAndErrorFilePresignedUrlInUploadLog1773212696542;
16
+ //# sourceMappingURL=1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.js","sourceRoot":"","sources":["../../../src/database/migrations/1773212696542-Added_profileUrl_in_user_And_error_file_presigned_url_in_uploadLog.ts"],"names":[],"mappings":";;;AAEA,MAAa,qEAAqE;IAC9E,IAAI,GAAG,uEAAuE,CAAA;IAEvE,KAAK,CAAC,EAAE,CAAC,WAAwB;QACpC,MAAM,WAAW,CAAC,KAAK,CAAC,mFAAmF,CAAC,CAAC;QAC7G,MAAM,WAAW,CAAC,KAAK,CAAC,oEAAoE,CAAC,CAAC;IAClG,CAAC;IAEM,KAAK,CAAC,IAAI,CAAC,WAAwB;QACtC,MAAM,WAAW,CAAC,KAAK,CAAC,0DAA0D,CAAC,CAAC;QACpF,MAAM,WAAW,CAAC,KAAK,CAAC,yEAAyE,CAAC,CAAC;IACvG,CAAC;CAEJ;AAbD,sJAaC"}
@@ -0,0 +1,7 @@
1
+ import { MigrationInterface, QueryRunner } from "typeorm";
2
+ export declare class AddedOtpEntityAndUpdateUserSessionEntity1773395645993 implements MigrationInterface {
3
+ name: string;
4
+ up(queryRunner: QueryRunner): Promise<void>;
5
+ down(queryRunner: QueryRunner): Promise<void>;
6
+ }
7
+ //# sourceMappingURL=1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.d.ts","sourceRoot":"","sources":["../../../src/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1D,qBAAa,qDAAsD,YAAW,kBAAkB;IAC5F,IAAI,SAA0D;IAEjD,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAc3C,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;CAc7D"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddedOtpEntityAndUpdateUserSessionEntity1773395645993 = void 0;
4
+ class AddedOtpEntityAndUpdateUserSessionEntity1773395645993 {
5
+ name = 'AddedOtpEntityAndUpdateUserSessionEntity1773395645993';
6
+ async up(queryRunner) {
7
+ await queryRunner.query(`CREATE TYPE "user"."otps_identifier_type_enum" AS ENUM('email', 'phone')`);
8
+ await queryRunner.query(`CREATE TYPE "user"."otps_purpose_enum" AS ENUM('2FA')`);
9
+ await queryRunner.query(`CREATE TABLE "user"."otps" ("id" SERIAL NOT NULL, "uuid" uuid NOT NULL DEFAULT uuid_generate_v4(), "created_at" TIMESTAMP NOT NULL DEFAULT now(), "created_by" integer, "updated_at" TIMESTAMP NOT NULL DEFAULT now(), "updated_by" integer, "is_deleted" boolean NOT NULL DEFAULT false, "deleted_by" integer, "deleted_at" TIMESTAMP, "identifier" character varying(255) NOT NULL, "identifier_type" "user"."otps_identifier_type_enum" NOT NULL DEFAULT 'email', "purpose" "user"."otps_purpose_enum" NOT NULL, "otp_hash" character varying(255) NOT NULL, "expires_at" TIMESTAMP NOT NULL, "is_used" boolean NOT NULL DEFAULT false, "used_at" TIMESTAMP, "user_id" integer, "attempts" integer NOT NULL DEFAULT '0', "max_attempts" integer NOT NULL DEFAULT '5', "resend_count" integer NOT NULL DEFAULT '0', "max_resends" integer NOT NULL DEFAULT '3', "cooldown_until" TIMESTAMP, CONSTRAINT "PK_91fef5ed60605b854a2115d2410" PRIMARY KEY ("id"))`);
10
+ await queryRunner.query(`CREATE INDEX "IDX_fb1eb7bf09fd077b526ff541a6" ON "user"."otps" ("expires_at") WHERE is_deleted = false`);
11
+ await queryRunner.query(`CREATE INDEX "IDX_2fc172a949c2ea371a3541fb9f" ON "user"."otps" ("identifier", "purpose", "is_used") WHERE is_deleted = false`);
12
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" ADD "expiresAt" TIMESTAMP NOT NULL`);
13
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" ADD "is_revoked" boolean NOT NULL DEFAULT false`);
14
+ await queryRunner.query(`ALTER TABLE "user"."users" ADD "is_two_factor_enabled" boolean NOT NULL DEFAULT false`);
15
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" DROP COLUMN "status"`);
16
+ await queryRunner.query(`CREATE TYPE "user"."user_session_history_status_enum" AS ENUM('active', 'logged_out', 'expired', 'revoked')`);
17
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" ADD "status" "user"."user_session_history_status_enum" NOT NULL DEFAULT 'active'`);
18
+ }
19
+ async down(queryRunner) {
20
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" DROP COLUMN "status"`);
21
+ await queryRunner.query(`DROP TYPE "user"."user_session_history_status_enum"`);
22
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" ADD "status" character varying`);
23
+ await queryRunner.query(`ALTER TABLE "user"."users" DROP COLUMN "is_two_factor_enabled"`);
24
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" DROP COLUMN "is_revoked"`);
25
+ await queryRunner.query(`ALTER TABLE "user"."user_session_history" DROP COLUMN "expiresAt"`);
26
+ await queryRunner.query(`DROP INDEX "user"."IDX_2fc172a949c2ea371a3541fb9f"`);
27
+ await queryRunner.query(`DROP INDEX "user"."IDX_fb1eb7bf09fd077b526ff541a6"`);
28
+ await queryRunner.query(`DROP TABLE "user"."otps"`);
29
+ await queryRunner.query(`DROP TYPE "user"."otps_purpose_enum"`);
30
+ await queryRunner.query(`DROP TYPE "user"."otps_identifier_type_enum"`);
31
+ }
32
+ }
33
+ exports.AddedOtpEntityAndUpdateUserSessionEntity1773395645993 = AddedOtpEntityAndUpdateUserSessionEntity1773395645993;
34
+ //# sourceMappingURL=1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.js","sourceRoot":"","sources":["../../../src/database/migrations/1773395645993-AddedOtpEntityAndUpdateUserSessionEntity.ts"],"names":[],"mappings":";;;AAEA,MAAa,qDAAqD;IAC9D,IAAI,GAAG,uDAAuD,CAAA;IAEvD,KAAK,CAAC,EAAE,CAAC,WAAwB;QACpC,MAAM,WAAW,CAAC,KAAK,CAAC,0EAA0E,CAAC,CAAC;QACpG,MAAM,WAAW,CAAC,KAAK,CAAC,uDAAuD,CAAC,CAAC;QACjF,MAAM,WAAW,CAAC,KAAK,CAAC,+5BAA+5B,CAAC,CAAC;QACz7B,MAAM,WAAW,CAAC,KAAK,CAAC,wGAAwG,CAAC,CAAC;QAClI,MAAM,WAAW,CAAC,KAAK,CAAC,8HAA8H,CAAC,CAAC;QACxJ,MAAM,WAAW,CAAC,KAAK,CAAC,8EAA8E,CAAC,CAAC;QACxG,MAAM,WAAW,CAAC,KAAK,CAAC,2FAA2F,CAAC,CAAC;QACrH,MAAM,WAAW,CAAC,KAAK,CAAC,uFAAuF,CAAC,CAAC;QACjH,MAAM,WAAW,CAAC,KAAK,CAAC,gEAAgE,CAAC,CAAC;QAC1F,MAAM,WAAW,CAAC,KAAK,CAAC,6GAA6G,CAAC,CAAC;QACvI,MAAM,WAAW,CAAC,KAAK,CAAC,4HAA4H,CAAC,CAAC;IAC1J,CAAC;IAEM,KAAK,CAAC,IAAI,CAAC,WAAwB;QACtC,MAAM,WAAW,CAAC,KAAK,CAAC,gEAAgE,CAAC,CAAC;QAC1F,MAAM,WAAW,CAAC,KAAK,CAAC,qDAAqD,CAAC,CAAC;QAC/E,MAAM,WAAW,CAAC,KAAK,CAAC,0EAA0E,CAAC,CAAC;QACpG,MAAM,WAAW,CAAC,KAAK,CAAC,gEAAgE,CAAC,CAAC;QAC1F,MAAM,WAAW,CAAC,KAAK,CAAC,oEAAoE,CAAC,CAAC;QAC9F,MAAM,WAAW,CAAC,KAAK,CAAC,mEAAmE,CAAC,CAAC;QAC7F,MAAM,WAAW,CAAC,KAAK,CAAC,oDAAoD,CAAC,CAAC;QAC9E,MAAM,WAAW,CAAC,KAAK,CAAC,oDAAoD,CAAC,CAAC;QAC9E,MAAM,WAAW,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAAC;QACpD,MAAM,WAAW,CAAC,KAAK,CAAC,sCAAsC,CAAC,CAAC;QAChE,MAAM,WAAW,CAAC,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAC5E,CAAC;CAEJ;AA/BD,sHA+BC"}
@@ -0,0 +1,7 @@
1
+ import { MigrationInterface, QueryRunner } from "typeorm";
2
+ export declare class AddedSystemUserNameInUserEntity1773397322355 implements MigrationInterface {
3
+ name: string;
4
+ up(queryRunner: QueryRunner): Promise<void>;
5
+ down(queryRunner: QueryRunner): Promise<void>;
6
+ }
7
+ //# sourceMappingURL=1773397322355-AddedSystemUserName_in_UserEntity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773397322355-AddedSystemUserName_in_UserEntity.d.ts","sourceRoot":"","sources":["../../../src/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1D,qBAAa,4CAA6C,YAAW,kBAAkB;IACnF,IAAI,SAAiD;IAExC,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3C,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;CAI7D"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AddedSystemUserNameInUserEntity1773397322355 = void 0;
4
+ class AddedSystemUserNameInUserEntity1773397322355 {
5
+ name = 'AddedSystemUserNameInUserEntity1773397322355';
6
+ async up(queryRunner) {
7
+ await queryRunner.query(`ALTER TABLE "user"."users" ADD "systemusername" character varying`);
8
+ }
9
+ async down(queryRunner) {
10
+ await queryRunner.query(`ALTER TABLE "user"."users" DROP COLUMN "systemusername"`);
11
+ }
12
+ }
13
+ exports.AddedSystemUserNameInUserEntity1773397322355 = AddedSystemUserNameInUserEntity1773397322355;
14
+ //# sourceMappingURL=1773397322355-AddedSystemUserName_in_UserEntity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1773397322355-AddedSystemUserName_in_UserEntity.js","sourceRoot":"","sources":["../../../src/database/migrations/1773397322355-AddedSystemUserName_in_UserEntity.ts"],"names":[],"mappings":";;;AAEA,MAAa,4CAA4C;IACrD,IAAI,GAAG,8CAA8C,CAAA;IAE9C,KAAK,CAAC,EAAE,CAAC,WAAwB;QACpC,MAAM,WAAW,CAAC,KAAK,CAAC,mEAAmE,CAAC,CAAC;IACjG,CAAC;IAEM,KAAK,CAAC,IAAI,CAAC,WAAwB;QACtC,MAAM,WAAW,CAAC,KAAK,CAAC,yDAAyD,CAAC,CAAC;IACvF,CAAC;CAEJ;AAXD,oGAWC"}
@@ -0,0 +1,7 @@
1
+ import { MigrationInterface, QueryRunner } from "typeorm";
2
+ export declare class UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725 implements MigrationInterface {
3
+ name: string;
4
+ up(queryRunner: QueryRunner): Promise<void>;
5
+ down(queryRunner: QueryRunner): Promise<void>;
6
+ }
7
+ //# sourceMappingURL=1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.d.ts","sourceRoot":"","sources":["../../../src/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE1D,qBAAa,+GAAgH,YAAW,kBAAkB;IACtJ,IAAI,SAAoH;IAE3G,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAc3C,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;CAc7D"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725 = void 0;
4
+ class UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725 {
5
+ name = 'UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725';
6
+ async up(queryRunner) {
7
+ await queryRunner.query(`CREATE TABLE "core"."zohobooks_connections" ("id" SERIAL NOT NULL, "uuid" uuid NOT NULL DEFAULT uuid_generate_v4(), "created_at" TIMESTAMP NOT NULL DEFAULT now(), "created_by" integer, "updated_at" TIMESTAMP NOT NULL DEFAULT now(), "updated_by" integer, "is_deleted" boolean NOT NULL DEFAULT false, "deleted_by" integer, "deleted_at" TIMESTAMP, "organization_id" integer, "organization_zoho_id" character varying(255) NOT NULL, "access_token" text NOT NULL, "refresh_token" text NOT NULL, "token_expires_at" TIMESTAMP NOT NULL, "scope" jsonb, "is_active" boolean NOT NULL DEFAULT true, "last_sync_at" TIMESTAMP, "company_name" character varying(255), "environment" character varying(50) NOT NULL DEFAULT 'production', "data_center" character varying(10) NOT NULL DEFAULT 'com', "api_domain" character varying(255), CONSTRAINT "UQ_76e502d9fa396ab0ca74340c115" UNIQUE ("organization_zoho_id"), CONSTRAINT "PK_c98195e698a8d942847814d37a0" PRIMARY KEY ("id"))`);
8
+ await queryRunner.query(`CREATE TYPE "core"."zohobooks_sync_logs_entity_type_enum" AS ENUM('client', 'invoice', 'payment', 'credit_note')`);
9
+ await queryRunner.query(`CREATE TYPE "core"."zohobooks_sync_logs_action_enum" AS ENUM('create', 'update', 'delete')`);
10
+ await queryRunner.query(`CREATE TYPE "core"."zohobooks_sync_logs_direction_enum" AS ENUM('to_zb', 'from_zb')`);
11
+ await queryRunner.query(`CREATE TYPE "core"."zohobooks_sync_logs_status_enum" AS ENUM('pending', 'success', 'failed')`);
12
+ await queryRunner.query(`CREATE TABLE "core"."zohobooks_sync_logs" ("id" SERIAL NOT NULL, "uuid" uuid NOT NULL DEFAULT uuid_generate_v4(), "created_at" TIMESTAMP NOT NULL DEFAULT now(), "created_by" integer, "updated_at" TIMESTAMP NOT NULL DEFAULT now(), "updated_by" integer, "is_deleted" boolean NOT NULL DEFAULT false, "deleted_by" integer, "deleted_at" TIMESTAMP, "entity_type" "core"."zohobooks_sync_logs_entity_type_enum" NOT NULL, "entity_id" integer NOT NULL, "action" "core"."zohobooks_sync_logs_action_enum" NOT NULL, "direction" "core"."zohobooks_sync_logs_direction_enum" NOT NULL, "status" "core"."zohobooks_sync_logs_status_enum" NOT NULL DEFAULT 'pending', "error_message" text, "retry_count" integer NOT NULL DEFAULT '0', "zohobooks_id" character varying(255), "synced_at" TIMESTAMP, "request_payload" jsonb, "response_payload" jsonb, CONSTRAINT "PK_b9d0f1c30399650a77fac9c0642" PRIMARY KEY ("id"))`);
13
+ await queryRunner.query(`ALTER TABLE "core"."credit_notes" ADD "zohobooks_id" character varying(255)`);
14
+ await queryRunner.query(`ALTER TABLE "core"."credit_notes" ADD "last_synced_at_zoho" TIMESTAMP`);
15
+ await queryRunner.query(`ALTER TABLE "core"."payments" ADD "zohobooks_id" character varying(255)`);
16
+ await queryRunner.query(`ALTER TABLE "core"."payments" ADD "zohobooks_sync_token" character varying(50)`);
17
+ await queryRunner.query(`ALTER TABLE "core"."payments" ADD "last_synced_at_zoho" TIMESTAMP`);
18
+ }
19
+ async down(queryRunner) {
20
+ await queryRunner.query(`ALTER TABLE "core"."payments" DROP COLUMN "last_synced_at_zoho"`);
21
+ await queryRunner.query(`ALTER TABLE "core"."payments" DROP COLUMN "zohobooks_sync_token"`);
22
+ await queryRunner.query(`ALTER TABLE "core"."payments" DROP COLUMN "zohobooks_id"`);
23
+ await queryRunner.query(`ALTER TABLE "core"."credit_notes" DROP COLUMN "last_synced_at_zoho"`);
24
+ await queryRunner.query(`ALTER TABLE "core"."credit_notes" DROP COLUMN "zohobooks_id"`);
25
+ await queryRunner.query(`DROP TABLE "core"."zohobooks_sync_logs"`);
26
+ await queryRunner.query(`DROP TYPE "core"."zohobooks_sync_logs_status_enum"`);
27
+ await queryRunner.query(`DROP TYPE "core"."zohobooks_sync_logs_direction_enum"`);
28
+ await queryRunner.query(`DROP TYPE "core"."zohobooks_sync_logs_action_enum"`);
29
+ await queryRunner.query(`DROP TYPE "core"."zohobooks_sync_logs_entity_type_enum"`);
30
+ await queryRunner.query(`DROP TABLE "core"."zohobooks_connections"`);
31
+ }
32
+ }
33
+ exports.UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725 = UpdateClientCreditNoteFileInvoicePaymentEntityAndAddedZohobookConnectionAndZohobookSyncLogEntities1775023603725;
34
+ //# sourceMappingURL=1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.js","sourceRoot":"","sources":["../../../src/database/migrations/1775023603725-updateClient_creditNote_file_invoice_payment_entity_and_Added_zohobookConnection_And_zohobookSync_log_entities.ts"],"names":[],"mappings":";;;AAEA,MAAa,+GAA+G;IACxH,IAAI,GAAG,iHAAiH,CAAA;IAEjH,KAAK,CAAC,EAAE,CAAC,WAAwB;QACpC,MAAM,WAAW,CAAC,KAAK,CAAC,67BAA67B,CAAC,CAAC;QACv9B,MAAM,WAAW,CAAC,KAAK,CAAC,kHAAkH,CAAC,CAAC;QAC5I,MAAM,WAAW,CAAC,KAAK,CAAC,4FAA4F,CAAC,CAAC;QACtH,MAAM,WAAW,CAAC,KAAK,CAAC,qFAAqF,CAAC,CAAC;QAC/G,MAAM,WAAW,CAAC,KAAK,CAAC,8FAA8F,CAAC,CAAC;QACxH,MAAM,WAAW,CAAC,KAAK,CAAC,23BAA23B,CAAC,CAAC;QACr5B,MAAM,WAAW,CAAC,KAAK,CAAC,6EAA6E,CAAC,CAAC;QACvG,MAAM,WAAW,CAAC,KAAK,CAAC,uEAAuE,CAAC,CAAC;QACjG,MAAM,WAAW,CAAC,KAAK,CAAC,yEAAyE,CAAC,CAAC;QACnG,MAAM,WAAW,CAAC,KAAK,CAAC,gFAAgF,CAAC,CAAC;QAC1G,MAAM,WAAW,CAAC,KAAK,CAAC,mEAAmE,CAAC,CAAC;IACjG,CAAC;IAEM,KAAK,CAAC,IAAI,CAAC,WAAwB;QACtC,MAAM,WAAW,CAAC,KAAK,CAAC,iEAAiE,CAAC,CAAC;QAC3F,MAAM,WAAW,CAAC,KAAK,CAAC,kEAAkE,CAAC,CAAC;QAC5F,MAAM,WAAW,CAAC,KAAK,CAAC,0DAA0D,CAAC,CAAC;QACpF,MAAM,WAAW,CAAC,KAAK,CAAC,qEAAqE,CAAC,CAAC;QAC/F,MAAM,WAAW,CAAC,KAAK,CAAC,8DAA8D,CAAC,CAAC;QACxF,MAAM,WAAW,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC;QACnE,MAAM,WAAW,CAAC,KAAK,CAAC,oDAAoD,CAAC,CAAC;QAC9E,MAAM,WAAW,CAAC,KAAK,CAAC,uDAAuD,CAAC,CAAC;QACjF,MAAM,WAAW,CAAC,KAAK,CAAC,oDAAoD,CAAC,CAAC;QAC9E,MAAM,WAAW,CAAC,KAAK,CAAC,yDAAyD,CAAC,CAAC;QACnF,MAAM,WAAW,CAAC,KAAK,CAAC,2CAA2C,CAAC,CAAC;IACzE,CAAC;CAEJ;AA/BD,0OA+BC"}