@aldb2b/common 1.0.136 → 1.0.137
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.
|
@@ -6156,6 +6156,11 @@
|
|
|
6156
6156
|
"signature": "46491225d7116faf685132b6f1d3e4e48d015862f2a6539d10022f85a2eeee7f",
|
|
6157
6157
|
"affectsGlobalScope": false
|
|
6158
6158
|
},
|
|
6159
|
+
"../src/types/calendar-source-type.enum.ts": {
|
|
6160
|
+
"version": "203b47309e5471443e8cf578b6f7ac4e8da400d21a84f490639ca4d9032329be",
|
|
6161
|
+
"signature": "734993bc270bebab85c84551c3f782db9357b6d1a9f347b48e88b0a9c716b46b",
|
|
6162
|
+
"affectsGlobalScope": false
|
|
6163
|
+
},
|
|
6159
6164
|
"../node_modules/@types/minimatch/index.d.ts": {
|
|
6160
6165
|
"version": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
6161
6166
|
"signature": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
@@ -17305,6 +17310,7 @@
|
|
|
17305
17310
|
"../src/middlewares/app.middleware.ts",
|
|
17306
17311
|
"../src/middlewares/authorizer.middleware.ts",
|
|
17307
17312
|
"../src/types/analytic-group.interface.ts",
|
|
17313
|
+
"../src/types/calendar-source-type.enum.ts",
|
|
17308
17314
|
"../src/types/chat-group.interface.ts",
|
|
17309
17315
|
"../src/types/default-visibility.interface.ts",
|
|
17310
17316
|
"../src/types/download-presigned-url.interface.ts",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CalendarSourceType = void 0;
|
|
4
|
+
var CalendarSourceType;
|
|
5
|
+
(function (CalendarSourceType) {
|
|
6
|
+
CalendarSourceType["GOOGLE"] = "Google";
|
|
7
|
+
CalendarSourceType["OUTLOOK"] = "Outlook";
|
|
8
|
+
CalendarSourceType["CALENDLY"] = "Calendly";
|
|
9
|
+
CalendarSourceType["ALADDIN"] = "Aladdin";
|
|
10
|
+
CalendarSourceType["MANUAL"] = "Manually sey";
|
|
11
|
+
})(CalendarSourceType = exports.CalendarSourceType || (exports.CalendarSourceType = {}));
|
|
12
|
+
//# sourceMappingURL=calendar-source-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-source-type.enum.js","sourceRoot":"","sources":["../../src/types/calendar-source-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,6CAAuB,CAAA;AACzB,CAAC,EANW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAM7B"}
|