@aldb2b/common 1.0.7 → 1.0.8
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/build/index.d.ts +5 -0
- package/build/index.js +5 -0
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +15 -5
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -27,3 +27,8 @@ export * from './types/header-user.interface';
|
|
|
27
27
|
export * from './types/upload-presigned-url.interface';
|
|
28
28
|
export * from './types/download-presigned-url.interface';
|
|
29
29
|
export * from './middlewares/app.middleware';
|
|
30
|
+
export * from './utils/create-default-directories';
|
|
31
|
+
export * from './utils/equal-array-object';
|
|
32
|
+
export * from './utils/equal-object';
|
|
33
|
+
export * from './utils/parse-query';
|
|
34
|
+
export * from './utils/projection';
|
package/build/index.js
CHANGED
|
@@ -39,4 +39,9 @@ __exportStar(require("./types/header-user.interface"), exports);
|
|
|
39
39
|
__exportStar(require("./types/upload-presigned-url.interface"), exports);
|
|
40
40
|
__exportStar(require("./types/download-presigned-url.interface"), exports);
|
|
41
41
|
__exportStar(require("./middlewares/app.middleware"), exports);
|
|
42
|
+
__exportStar(require("./utils/create-default-directories"), exports);
|
|
43
|
+
__exportStar(require("./utils/equal-array-object"), exports);
|
|
44
|
+
__exportStar(require("./utils/equal-object"), exports);
|
|
45
|
+
__exportStar(require("./utils/parse-query"), exports);
|
|
46
|
+
__exportStar(require("./utils/projection"), exports);
|
|
42
47
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC;AAClC,iEAA+C;AAC/C,qEAAmD;AAEnD,oEAAkD;AAClD,8DAA4C;AAC5C,+DAA6C;AAC7C,kEAAgD;AAChD,wEAAsD;AACtD,kEAAgD;AAChD,gFAA8D;AAC9D,+DAA6C;AAC7C,yEAAuD;AACvD,mFAAiE;AACjE,iFAA+D;AAC/D,iEAA+C;AAC/C,2EAAyD;AAEzD,kEAAgD;AAEhD,sEAAoD;AACpD,uEAAqD;AAErD,mDAAiC;AACjC,oDAAkC;AAClC,6DAA2C;AAE3C,gEAA8C;AAC9C,sEAAoD;AACpD,yDAAuC;AACvC,gEAA8C;AAC9C,yEAAuD;AACvD,2EAAyD;AAEzD,+DAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC;AAClC,iEAA+C;AAC/C,qEAAmD;AAEnD,oEAAkD;AAClD,8DAA4C;AAC5C,+DAA6C;AAC7C,kEAAgD;AAChD,wEAAsD;AACtD,kEAAgD;AAChD,gFAA8D;AAC9D,+DAA6C;AAC7C,yEAAuD;AACvD,mFAAiE;AACjE,iFAA+D;AAC/D,iEAA+C;AAC/C,2EAAyD;AAEzD,kEAAgD;AAEhD,sEAAoD;AACpD,uEAAqD;AAErD,mDAAiC;AACjC,oDAAkC;AAClC,6DAA2C;AAE3C,gEAA8C;AAC9C,sEAAoD;AACpD,yDAAuC;AACvC,gEAA8C;AAC9C,yEAAuD;AACvD,2EAAyD;AAEzD,+DAA6C;AAE7C,qEAAmD;AACnD,6DAA2C;AAC3C,uDAAqC;AACrC,sDAAoC;AACpC,qDAAmC"}
|
|
@@ -3266,11 +3266,6 @@
|
|
|
3266
3266
|
"signature": "1be689a049058d5a313abe7fe9458265b685c70820d5024618bcb5b36380f31f",
|
|
3267
3267
|
"affectsGlobalScope": false
|
|
3268
3268
|
},
|
|
3269
|
-
"../src/index.ts": {
|
|
3270
|
-
"version": "6ba4bf72ae614559aab8459477f908b2e1adeacffb12db9e6360fde5f9ab86ef",
|
|
3271
|
-
"signature": "97fbd55de8cb95b2f16ede73d4e998a7c0a12dccadca9dcf657eb0b202c0a407",
|
|
3272
|
-
"affectsGlobalScope": false
|
|
3273
|
-
},
|
|
3274
3269
|
"../src/utils/create-default-directories.ts": {
|
|
3275
3270
|
"version": "7d1a651a9236eaeab047279fd180358440ff0d28ef338fb289bff0ccc3edbb85",
|
|
3276
3271
|
"signature": "5ed0a70747aafee6c622077e7755d30cdf0b7e6da2089afcbeead36be12f3330",
|
|
@@ -3291,6 +3286,11 @@
|
|
|
3291
3286
|
"signature": "c6771ad2f66de3dd265f78b1c598104d729347d19c2643dd3d72ef995c77f2f5",
|
|
3292
3287
|
"affectsGlobalScope": false
|
|
3293
3288
|
},
|
|
3289
|
+
"../src/index.ts": {
|
|
3290
|
+
"version": "74d855843acc11b55de5c1432edaf292e4a2ebd1be6adad6e260559b30898a9d",
|
|
3291
|
+
"signature": "444a50663f64725c1b7fb534b07fc3083951b453b5e706d0ef7967b3020aa6ee",
|
|
3292
|
+
"affectsGlobalScope": false
|
|
3293
|
+
},
|
|
3294
3294
|
"../node_modules/@types/minimatch/index.d.ts": {
|
|
3295
3295
|
"version": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
3296
3296
|
"signature": "95c22bc19835e28e2e524a4bb8898eb5f2107b640d7279a6d3aade261916bbf2",
|
|
@@ -5775,6 +5775,11 @@
|
|
|
5775
5775
|
"../src/types/update-input-data.interface.ts",
|
|
5776
5776
|
"../src/types/upload-presigned-url.interface.ts",
|
|
5777
5777
|
"../src/types/user-role.enum.ts",
|
|
5778
|
+
"../src/utils/create-default-directories.ts",
|
|
5779
|
+
"../src/utils/equal-array-object.ts",
|
|
5780
|
+
"../src/utils/equal-object.ts",
|
|
5781
|
+
"../src/utils/parse-query.ts",
|
|
5782
|
+
"../src/utils/projection.ts",
|
|
5778
5783
|
"../src/validators/conditional-required.ts",
|
|
5779
5784
|
"../src/validators/date-validator.ts",
|
|
5780
5785
|
"../src/validators/responses/customizeArrayResponse.ts",
|
|
@@ -8254,6 +8259,11 @@
|
|
|
8254
8259
|
"../src/types/update-input-data.interface.ts",
|
|
8255
8260
|
"../src/types/upload-presigned-url.interface.ts",
|
|
8256
8261
|
"../src/types/user-role.enum.ts",
|
|
8262
|
+
"../src/utils/create-default-directories.ts",
|
|
8263
|
+
"../src/utils/equal-array-object.ts",
|
|
8264
|
+
"../src/utils/equal-object.ts",
|
|
8265
|
+
"../src/utils/parse-query.ts",
|
|
8266
|
+
"../src/utils/projection.ts",
|
|
8257
8267
|
"../src/validators/conditional-required.ts",
|
|
8258
8268
|
"../src/validators/date-validator.ts",
|
|
8259
8269
|
"../src/validators/responses/customizeArrayResponse.ts",
|