@servicelabsco/slabs-access-manager 0.1.131 → 0.1.133
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/access/controllers/business.app.integration.controller.d.ts +23 -0
- package/dist/access/controllers/business.app.integration.controller.js +146 -0
- package/dist/access/controllers/business.app.integration.controller.js.map +1 -0
- package/dist/access/controllers/common.webhook.controller.d.ts +12 -0
- package/dist/access/controllers/common.webhook.controller.js +62 -0
- package/dist/access/controllers/common.webhook.controller.js.map +1 -0
- package/dist/access/controllers/index.d.ts +2 -0
- package/dist/access/controllers/index.js +2 -0
- package/dist/access/controllers/index.js.map +1 -1
- package/dist/access/dtos/add.business.app.integration.dto.d.ts +4 -0
- package/dist/access/dtos/add.business.app.integration.dto.js +30 -0
- package/dist/access/dtos/add.business.app.integration.dto.js.map +1 -0
- package/dist/access/dtos/app.integration.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/app.integration.attributes.dto.js +8 -0
- package/dist/access/dtos/app.integration.attributes.dto.js.map +1 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.js +8 -0
- package/dist/access/dtos/business.app.integration.attributes.dto.js.map +1 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.js +8 -0
- package/dist/access/dtos/business.app.integration.credential.attributes.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +5 -0
- package/dist/access/dtos/index.js +5 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/slack.message.data.dto.d.ts +10 -0
- package/dist/access/dtos/slack.message.data.dto.js +7 -0
- package/dist/access/dtos/slack.message.data.dto.js.map +1 -0
- package/dist/access/entities/app.integration.entity.d.ts +11 -0
- package/dist/access/entities/app.integration.entity.js +50 -0
- package/dist/access/entities/app.integration.entity.js.map +1 -0
- package/dist/access/entities/business.app.integration.credential.entity.d.ts +11 -0
- package/dist/access/entities/business.app.integration.credential.entity.js +48 -0
- package/dist/access/entities/business.app.integration.credential.entity.js.map +1 -0
- package/dist/access/entities/business.app.integration.entity.d.ts +14 -0
- package/dist/access/entities/business.app.integration.entity.js +58 -0
- package/dist/access/entities/business.app.integration.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +3 -0
- package/dist/access/entities/index.js +3 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/es6.classes.d.ts +21 -8
- package/dist/access/es6.classes.js +38 -6
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/app.integration.job.d.ts +7 -0
- package/dist/access/jobs/app.integration.job.js +29 -0
- package/dist/access/jobs/app.integration.job.js.map +1 -0
- package/dist/access/jobs/business.app.integration.credential.job.d.ts +7 -0
- package/dist/access/jobs/business.app.integration.credential.job.js +29 -0
- package/dist/access/jobs/business.app.integration.credential.job.js.map +1 -0
- package/dist/access/jobs/business.app.integration.job.d.ts +10 -0
- package/dist/access/jobs/business.app.integration.job.js +58 -0
- package/dist/access/jobs/business.app.integration.job.js.map +1 -0
- package/dist/access/jobs/index.d.ts +3 -0
- package/dist/access/jobs/index.js +3 -0
- package/dist/access/jobs/index.js.map +1 -1
- package/dist/access/libraries/index.d.ts +3 -0
- package/dist/access/libraries/index.js +3 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/process.slack.integration.d.ts +18 -0
- package/dist/access/libraries/process.slack.integration.js +107 -0
- package/dist/access/libraries/process.slack.integration.js.map +1 -0
- package/dist/access/libraries/process.slack.message.d.ts +16 -0
- package/dist/access/libraries/process.slack.message.js +81 -0
- package/dist/access/libraries/process.slack.message.js.map +1 -0
- package/dist/access/libraries/process.whatsapp.integration.d.ts +8 -0
- package/dist/access/libraries/process.whatsapp.integration.js +34 -0
- package/dist/access/libraries/process.whatsapp.integration.js.map +1 -0
- package/dist/access/services/es6.jobs.service.d.ts +7 -1
- package/dist/access/services/es6.jobs.service.js +13 -1
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/subscribers/app.integration.subscriber.d.ts +10 -0
- package/dist/access/subscribers/app.integration.subscriber.js +34 -0
- package/dist/access/subscribers/app.integration.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.d.ts +10 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.js +34 -0
- package/dist/access/subscribers/business.app.integration.credential.subscriber.js.map +1 -0
- package/dist/access/subscribers/business.app.integration.subscriber.d.ts +10 -0
- package/dist/access/subscribers/business.app.integration.subscriber.js +34 -0
- package/dist/access/subscribers/business.app.integration.subscriber.js.map +1 -0
- package/dist/access/subscribers/index.d.ts +3 -0
- package/dist/access/subscribers/index.js +3 -0
- package/dist/access/subscribers/index.js.map +1 -1
- package/dist/accessUtility/dtos/index.d.ts +2 -0
- package/dist/accessUtility/dtos/index.js +2 -0
- package/dist/accessUtility/dtos/index.js.map +1 -1
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.d.ts +5 -0
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.js +8 -0
- package/dist/accessUtility/dtos/pdf.document.attributes.dto.js.map +1 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.d.ts +7 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.js +7 -0
- package/dist/accessUtility/dtos/pdf.document.data.dto.js.map +1 -0
- package/dist/accessUtility/entities/index.d.ts +2 -0
- package/dist/accessUtility/entities/index.js +2 -0
- package/dist/accessUtility/entities/index.js.map +1 -1
- package/dist/accessUtility/entities/pdf.documents.entity.d.ts +14 -0
- package/dist/accessUtility/entities/pdf.documents.entity.js +58 -0
- package/dist/accessUtility/entities/pdf.documents.entity.js.map +1 -0
- package/dist/accessUtility/entities/pdf.templates.entity.d.ts +9 -0
- package/dist/accessUtility/entities/pdf.templates.entity.js +46 -0
- package/dist/accessUtility/entities/pdf.templates.entity.js.map +1 -0
- package/dist/accessUtility/es6.classes.d.ts +18 -8
- package/dist/accessUtility/es6.classes.js +33 -3
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/accessUtility/jobs/index.d.ts +1 -0
- package/dist/accessUtility/jobs/index.js +1 -0
- package/dist/accessUtility/jobs/index.js.map +1 -1
- package/dist/accessUtility/jobs/pdfDocument.job.d.ts +7 -0
- package/dist/accessUtility/jobs/pdfDocument.job.js +29 -0
- package/dist/accessUtility/jobs/pdfDocument.job.js.map +1 -0
- package/dist/accessUtility/libraries/index.d.ts +1 -0
- package/dist/accessUtility/libraries/index.js +1 -0
- package/dist/accessUtility/libraries/index.js.map +1 -1
- package/dist/accessUtility/libraries/process.pdf.document.d.ts +18 -0
- package/dist/accessUtility/libraries/process.pdf.document.js +67 -0
- package/dist/accessUtility/libraries/process.pdf.document.js.map +1 -0
- package/dist/accessUtility/services/es6.jobs.service.d.ts +3 -1
- package/dist/accessUtility/services/es6.jobs.service.js +5 -1
- package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
- package/dist/accessUtility/services/file.upload.service.d.ts +9 -0
- package/dist/accessUtility/services/file.upload.service.js +49 -0
- package/dist/accessUtility/services/file.upload.service.js.map +1 -0
- package/dist/accessUtility/services/index.d.ts +3 -1
- package/dist/accessUtility/services/index.js +3 -1
- package/dist/accessUtility/services/index.js.map +1 -1
- package/dist/accessUtility/services/lambda.service.d.ts +10 -0
- package/dist/accessUtility/services/lambda.service.js +55 -0
- package/dist/accessUtility/services/lambda.service.js.map +1 -0
- package/dist/accessUtility/services/pdf.document.service.d.ts +6 -0
- package/dist/accessUtility/services/pdf.document.service.js +33 -0
- package/dist/accessUtility/services/pdf.document.service.js.map +1 -0
- package/dist/accessUtility/subscribers/index.d.ts +1 -0
- package/dist/accessUtility/subscribers/index.js +1 -0
- package/dist/accessUtility/subscribers/index.js.map +1 -1
- package/dist/accessUtility/subscribers/pdf.document.subscriber.d.ts +10 -0
- package/dist/accessUtility/subscribers/pdf.document.subscriber.js +18 -0
- package/dist/accessUtility/subscribers/pdf.document.subscriber.js.map +1 -0
- package/dist/config/entity.constants.d.ts +13 -3
- package/dist/config/entity.constants.js +13 -3
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/integration.type.constant.d.ts +6 -0
- package/dist/config/integration.type.constant.js +10 -0
- package/dist/config/integration.type.constant.js.map +1 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.d.ts +5 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.js +21 -0
- package/dist/migrations/1707715461866-CreateUtlPdfTemplateTable.js.map +1 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.d.ts +5 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.js +21 -0
- package/dist/migrations/1707715461876-CreateUtlPdfDocumentsTable.js.map +1 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.js +23 -0
- package/dist/migrations/1711015530235-CreateAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.d.ts +5 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.js +22 -0
- package/dist/migrations/1711016228760-CreateBusinessAppIntegrationTable.js.map +1 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.d.ts +5 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.js +21 -0
- package/dist/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.js.map +1 -0
- package/package.json +2 -1
- package/dist/accessUtility/services/test.access.service.d.ts +0 -2
- package/dist/accessUtility/services/test.access.service.js +0 -17
- package/dist/accessUtility/services/test.access.service.js.map +0 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const access_business_entity_1 = require("../access/entities/access.business.entity");
|
|
3
3
|
const api_account_entity_1 = require("../access/entities/api.account.entity");
|
|
4
|
+
const app_integration_entity_1 = require("../access/entities/app.integration.entity");
|
|
5
|
+
const business_app_integration_credential_entity_1 = require("../access/entities/business.app.integration.credential.entity");
|
|
6
|
+
const business_app_integration_entity_1 = require("../access/entities/business.app.integration.entity");
|
|
4
7
|
const business_email_entity_1 = require("../access/entities/business.email.entity");
|
|
5
8
|
const business_group_role_entity_1 = require("../access/entities/business.group.role.entity");
|
|
6
9
|
const business_preference_entity_1 = require("../access/entities/business.preference.entity");
|
|
@@ -20,7 +23,6 @@ const email_attachment_entity_1 = require("../access/entities/email.attachment.e
|
|
|
20
23
|
const email_message_entity_1 = require("../access/entities/email.message.entity");
|
|
21
24
|
const email_recipient_entity_1 = require("../access/entities/email.recipient.entity");
|
|
22
25
|
const fcm_message_entity_1 = require("../access/entities/fcm.message.entity");
|
|
23
|
-
const fcm_template_entity_1 = require("../accessUtility/entities/fcm.template.entity");
|
|
24
26
|
const fcm_token_entity_1 = require("../access/entities/fcm.token.entity");
|
|
25
27
|
const gchat_message_entity_1 = require("../access/entities/gchat.message.entity");
|
|
26
28
|
const gchat_template_entity_1 = require("../access/entities/gchat.template.entity");
|
|
@@ -72,11 +74,14 @@ const bulk_upload_type_entity_1 = require("../accessUtility/entities/bulk.upload
|
|
|
72
74
|
const data_mapping_entity_1 = require("../accessUtility/entities/data.mapping.entity");
|
|
73
75
|
const email_notification_entity_1 = require("../accessUtility/entities/email.notification.entity");
|
|
74
76
|
const fcm_notification_entity_1 = require("../accessUtility/entities/fcm.notification.entity");
|
|
77
|
+
const fcm_template_entity_1 = require("../accessUtility/entities/fcm.template.entity");
|
|
75
78
|
const gchat_notification_entity_1 = require("../accessUtility/entities/gchat.notification.entity");
|
|
76
79
|
const inapp_notification_entity_1 = require("../accessUtility/entities/inapp.notification.entity");
|
|
77
80
|
const listing_model_entity_1 = require("../accessUtility/entities/listing.model.entity");
|
|
78
81
|
const notification_entity_1 = require("../accessUtility/entities/notification.entity");
|
|
79
82
|
const notification_recipient_entity_1 = require("../accessUtility/entities/notification.recipient.entity");
|
|
83
|
+
const pdf_documents_entity_1 = require("../accessUtility/entities/pdf.documents.entity");
|
|
84
|
+
const pdf_templates_entity_1 = require("../accessUtility/entities/pdf.templates.entity");
|
|
80
85
|
const slack_notification_entity_1 = require("../accessUtility/entities/slack.notification.entity");
|
|
81
86
|
const sms_notification_entity_1 = require("../accessUtility/entities/sms.notification.entity");
|
|
82
87
|
const tag_assignment_entity_1 = require("../accessUtility/entities/tag.assignment.entity");
|
|
@@ -86,6 +91,9 @@ const whatsapp_notification_entity_1 = require("../accessUtility/entities/whatsa
|
|
|
86
91
|
const entityConstants = {
|
|
87
92
|
'65e0e6d5c92cbba596ecaf851b586389': access_business_entity_1.AccessBusinessEntity,
|
|
88
93
|
'8729a095a0116f22251847c6c7192b75': api_account_entity_1.ApiAccountEntity,
|
|
94
|
+
'312fc487290f5f7ab298862200a5bb90': app_integration_entity_1.AppIntegrationEntity,
|
|
95
|
+
c723b271745f20389e1cc0c44f7cf816: business_app_integration_credential_entity_1.BusinessAppIntegrationCredentialEntity,
|
|
96
|
+
d174c628bc2487e41ba56bbf22356795: business_app_integration_entity_1.BusinessAppIntegrationEntity,
|
|
89
97
|
abf530a86c0c2198071cfd5aa92f9c8c: business_email_entity_1.BusinessEmailEntity,
|
|
90
98
|
'21e0c3b1d90ae9faa0dc0857a0cbf351': business_group_role_entity_1.BusinessGroupRoleEntity,
|
|
91
99
|
'5d4d889f8f5bd4a2dfca3cb6e0ee2360': business_preference_entity_1.BusinessPreferenceEntity,
|
|
@@ -105,8 +113,6 @@ const entityConstants = {
|
|
|
105
113
|
'87d330e6c629608a9baeecf85d7195c2': email_message_entity_1.EmailMessageEntity,
|
|
106
114
|
'024c090175bf88edd4547a51567d8ff7': email_recipient_entity_1.EmailRecipientEntity,
|
|
107
115
|
c701b88a16524f9ba49813f0978d7961: fcm_message_entity_1.FcmMessageEntity,
|
|
108
|
-
abdab8027ca384e76262fe3cc9e7cfcb: fcm_notification_entity_1.FcmNotificationEntity,
|
|
109
|
-
bd3a3d6d462adcd147223a34f479acaa: fcm_template_entity_1.FcmTemplateEntity,
|
|
110
116
|
'2670c67132e0639b450a872033c92f5b': fcm_token_entity_1.FcmTokenEntity,
|
|
111
117
|
'12a86e31d552b130989598c7ec185a07': gchat_message_entity_1.GchatMessageEntity,
|
|
112
118
|
d4a9edeb202b327f20586c32fb34fb7a: gchat_template_entity_1.GchatTemplateEntity,
|
|
@@ -157,11 +163,15 @@ const entityConstants = {
|
|
|
157
163
|
f980022f844962d06e05e868efdf2e28: bulk_upload_type_entity_1.BulkUploadTypeEntity,
|
|
158
164
|
'47254c0bb02039dd781f40cd09bf1486': data_mapping_entity_1.DataMappingEntity,
|
|
159
165
|
'6fbb4c29016341186b6b9b78806eb53e': email_notification_entity_1.EmailNotificationEntity,
|
|
166
|
+
abdab8027ca384e76262fe3cc9e7cfcb: fcm_notification_entity_1.FcmNotificationEntity,
|
|
167
|
+
bd3a3d6d462adcd147223a34f479acaa: fcm_template_entity_1.FcmTemplateEntity,
|
|
160
168
|
a3a4f725cf04a37cd784099144960c35: gchat_notification_entity_1.GchatNotificationEntity,
|
|
161
169
|
b8c4cdb48cc9bf985c8243cb4646c256: inapp_notification_entity_1.InappNotificationEntity,
|
|
162
170
|
f398df3b81975969eb65eaabc46fb719: listing_model_entity_1.ListingModelEntity,
|
|
163
171
|
a9a2272132a99e826d8809d3a2a2c6f0: notification_entity_1.NotificationEntity,
|
|
164
172
|
eae5d746c7c25d049a6fdc9a12f5395c: notification_recipient_entity_1.NotificationRecipientEntity,
|
|
173
|
+
'58212d33f6268cfeca20cbafda3cd4ba': pdf_documents_entity_1.PdfDocumentsEntity,
|
|
174
|
+
dde415321a2afb3b70b76c7949a8777c: pdf_templates_entity_1.PdfTemplatesEntity,
|
|
165
175
|
bec0e5d485f80f8c7f41f3fd7d568a85: slack_notification_entity_1.SlackNotificationEntity,
|
|
166
176
|
'93909a90d6bde2e9bb4984f9c54fbb48': sms_notification_entity_1.SmsNotificationEntity,
|
|
167
177
|
'1b155ffbd5998294415345bd380131d6': tag_assignment_entity_1.TagAssignmentEntity,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":";AAAA,sFAAiF;AACjF,8EAAyE;AACzE,oFAA+E;AAC/E,8FAAwF;AACxF,8FAAyF;AACzF,kFAA6E;AAC7E,8FAAwF;AACxF,4FAAsF;AACtF,4EAAuE;AACvE,8EAAyE;AACzE,8EAAyE;AACzE,gFAA4E;AAC5E,gFAA2E;AAC3E,kFAA6E;AAC7E,8FAAyF;AACzF,0EAAsE;AACtE,gFAA2E;AAC3E,wFAAmF;AACnF,kFAA6E;AAC7E,sFAAiF;AACjF,8EAAyE;AACzE,
|
|
1
|
+
{"version":3,"file":"entity.constants.js","sourceRoot":"","sources":["../../src/config/entity.constants.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntegrationIdentifierConstants = void 0;
|
|
4
|
+
exports.IntegrationIdentifierConstants = {
|
|
5
|
+
slack: 'integration_slack',
|
|
6
|
+
shopify: 'integration_shopify',
|
|
7
|
+
zoho: 'integration_zoho',
|
|
8
|
+
whatsapp: 'integration_whatsapp',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=integration.type.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration.type.constant.js","sourceRoot":"","sources":["../../src/config/integration.type.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,8BAA8B,GAAG;IAC1C,KAAK,EAAE,mBAAmB;IAC1B,OAAO,EAAE,qBAAqB;IAC9B,IAAI,EAAE,kBAAkB;IACxB,QAAQ,EAAE,sBAAsB;CACnC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUtlPdfTemplatesTable1707715461866 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateUtlPdfTemplatesTable1707715461866 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_pdf_templates');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'script_id', foreignTable: 'sys_system_scripts' });
|
|
13
|
+
this.string('name');
|
|
14
|
+
this.string('identifier');
|
|
15
|
+
this.boolean('active', true);
|
|
16
|
+
this.json('attributes');
|
|
17
|
+
this.whoColumns();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateUtlPdfTemplatesTable1707715461866 = CreateUtlPdfTemplatesTable1707715461866;
|
|
21
|
+
//# sourceMappingURL=1707715461866-CreateUtlPdfTemplateTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1707715461866-CreateUtlPdfTemplateTable.js","sourceRoot":"","sources":["../../src/migrations/1707715461866-CreateUtlPdfTemplateTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,uCAAwC,SAAQ,0CAAgB;IACzE;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC,CAAC;QAExE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;QAC1B,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QAE7B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAExB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAnBD,0FAmBC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUtlPdfDocumentsTable1707715461876 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateUtlPdfDocumentsTable1707715461876 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_pdf_documents');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.source();
|
|
13
|
+
this.foreign({ name: 'business_id', foreignTable: 'bz_business_details' });
|
|
14
|
+
this.foreign({ name: 'template_id', foreignTable: 'utl_pdf_templates' });
|
|
15
|
+
this.string('pdf_url');
|
|
16
|
+
this.json('attributes');
|
|
17
|
+
this.whoColumns();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateUtlPdfDocumentsTable1707715461876 = CreateUtlPdfDocumentsTable1707715461876;
|
|
21
|
+
//# sourceMappingURL=1707715461876-CreateUtlPdfDocumentsTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1707715461876-CreateUtlPdfDocumentsTable.js","sourceRoot":"","sources":["../../src/migrations/1707715461876-CreateUtlPdfDocumentsTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,uCAAwC,SAAQ,0CAAgB;IACzE;QACI,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,EAAE,CAAC;QAEd,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC3E,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,mBAAmB,EAAE,CAAC,CAAC;QAEzE,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QAEvB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAlBD,0FAkBC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAppIntegrationTable1723015380987 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateAppIntegrationTable1723015380987 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('utl_app_integrations');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.string('integration_identifier');
|
|
13
|
+
this.string('name');
|
|
14
|
+
this.string('description');
|
|
15
|
+
this.string('image');
|
|
16
|
+
this.string('url');
|
|
17
|
+
this.boolean('active');
|
|
18
|
+
this.json('attributes');
|
|
19
|
+
this.whoColumns();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.CreateAppIntegrationTable1723015380987 = CreateAppIntegrationTable1723015380987;
|
|
23
|
+
//# sourceMappingURL=1711015530235-CreateAppIntegrationTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1711015530235-CreateAppIntegrationTable.js","sourceRoot":"","sources":["../../src/migrations/1711015530235-CreateAppIntegrationTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,sCAAuC,SAAQ,0CAAgB;IACxE;QACI,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAC9B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QACf,IAAI,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;QAEtC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QAC3B,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAEnB,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;QAEvB,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AApBD,wFAoBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBusinessAppIntegrationTable1723018503948 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateBusinessAppIntegrationTable1723018503948 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_app_integrations');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'business_id', foreignTable: 'bz_business_details' });
|
|
13
|
+
this.foreign({ name: 'integration_id', foreignTable: 'utl_app_integrations' });
|
|
14
|
+
this.string('name');
|
|
15
|
+
this.string('description');
|
|
16
|
+
this.boolean('active', false);
|
|
17
|
+
this.json('attributes');
|
|
18
|
+
this.whoColumns();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.CreateBusinessAppIntegrationTable1723018503948 = CreateBusinessAppIntegrationTable1723018503948;
|
|
22
|
+
//# sourceMappingURL=1711016228760-CreateBusinessAppIntegrationTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1711016228760-CreateBusinessAppIntegrationTable.js","sourceRoot":"","sources":["../../src/migrations/1711016228760-CreateBusinessAppIntegrationTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,8CAA+C,SAAQ,0CAAgB;IAChF;QACI,KAAK,CAAC,qBAAqB,CAAC,CAAC;QAC7B,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IAED,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAC3E,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,sBAAsB,EAAE,CAAC,CAAC;QAE/E,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpB,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;QAC3B,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;QAE9B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAnBD,wGAmBC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateBusinessAppIntegrationCredentialTable1723020352925 = void 0;
|
|
4
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
5
|
+
class CreateBusinessAppIntegrationCredentialTable1723020352925 extends nestjs_utility_services_1.MigrationUtility {
|
|
6
|
+
constructor() {
|
|
7
|
+
super('bz_app_integration_credentials');
|
|
8
|
+
this.process();
|
|
9
|
+
}
|
|
10
|
+
process() {
|
|
11
|
+
this.primary();
|
|
12
|
+
this.foreign({ name: 'business_integration_id', foreignTable: 'bz_app_integrations' });
|
|
13
|
+
this.string('access_token');
|
|
14
|
+
this.string('refresh_token');
|
|
15
|
+
this.dateTime('expiry_at');
|
|
16
|
+
this.json('attributes');
|
|
17
|
+
this.whoColumns();
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CreateBusinessAppIntegrationCredentialTable1723020352925 = CreateBusinessAppIntegrationCredentialTable1723020352925;
|
|
21
|
+
//# sourceMappingURL=1711083268259-CreateBusinessAppIntegrationCredentialTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1711083268259-CreateBusinessAppIntegrationCredentialTable.js","sourceRoot":"","sources":["../../src/migrations/1711083268259-CreateBusinessAppIntegrationCredentialTable.ts"],"names":[],"mappings":";;;AAAA,oFAA0E;AAE1E,MAAa,wDAAyD,SAAQ,0CAAgB;IAC1F;QACI,KAAK,CAAC,gCAAgC,CAAC,CAAC;QACxC,IAAI,CAAC,OAAO,EAAE,CAAC;IACnB,CAAC;IACD,OAAO;QACH,IAAI,CAAC,OAAO,EAAE,CAAC;QAEf,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,YAAY,EAAE,qBAAqB,EAAE,CAAC,CAAC;QAEvF,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;QAC5B,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC;QAE7B,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAE3B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACxB,IAAI,CAAC,UAAU,EAAE,CAAC;IACtB,CAAC;CACJ;AAlBD,4HAkBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicelabsco/slabs-access-manager",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.133",
|
|
4
4
|
"description": "Support for application level menus and dashboards",
|
|
5
5
|
"author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"console": "node dist/console.js"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
+
"@aws-sdk/client-lambda": "^3.624.0",
|
|
40
41
|
"@googleapis/chat": "^25.0.0",
|
|
41
42
|
"@servicelabsco/nestjs-utility-services": "^1.2.2",
|
|
42
43
|
"csv-parser": "^3.0.0",
|
|
@@ -1,17 +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
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.TestAccessService = void 0;
|
|
10
|
-
const common_1 = require("@nestjs/common");
|
|
11
|
-
let TestAccessService = class TestAccessService {
|
|
12
|
-
};
|
|
13
|
-
exports.TestAccessService = TestAccessService;
|
|
14
|
-
exports.TestAccessService = TestAccessService = __decorate([
|
|
15
|
-
(0, common_1.Injectable)()
|
|
16
|
-
], TestAccessService);
|
|
17
|
-
//# sourceMappingURL=test.access.service.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.access.service.js","sourceRoot":"","sources":["../../../src/accessUtility/services/test.access.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAGrC,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAAG,CAAA;AAApB,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;GACA,iBAAiB,CAAG"}
|