@merkaly/api 0.2.4-7 → 0.2.4-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.
Files changed (252) hide show
  1. package/.output/abstract/abstract.entity.d.ts +1 -1
  2. package/package.json +2 -3
  3. package/.DS_Store +0 -0
  4. package/.bin/deploy.sh +0 -9
  5. package/.bin/package.sh +0 -7
  6. package/.docker/Dockerfile +0 -21
  7. package/.dockerignore +0 -12
  8. package/.env +0 -21
  9. package/.eslintignore +0 -8
  10. package/.eslintrc.js +0 -35
  11. package/.github/dependabot.yml +0 -17
  12. package/.github/semantic.yml +0 -5
  13. package/.github/workflows/pull_request.yml +0 -35
  14. package/.gitignore +0 -42
  15. package/.husky/.gitignore +0 -1
  16. package/.husky/commit-msg +0 -5
  17. package/.husky/common.sh +0 -8
  18. package/.husky/pre-commit +0 -5
  19. package/.husky/pre-push +0 -4
  20. package/.idea/.gitignore +0 -5
  21. package/.idea/api.iml +0 -13
  22. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  23. package/.idea/inspectionProfiles/Project_Default.xml +0 -11
  24. package/.idea/modules.xml +0 -8
  25. package/.idea/vcs.xml +0 -12
  26. package/.idea/workspace.xml +0 -2320
  27. package/.output/abstract/abstract.entity.js +0 -53
  28. package/.output/modules/assets/asset.entity.js +0 -69
  29. package/.output/modules/content/banners/banner.entity.js +0 -54
  30. package/.output/modules/content/pages/page.entity.js +0 -69
  31. package/.output/modules/inventory/brands/brand.entity.js +0 -50
  32. package/.output/modules/inventory/categories/category.entity.js +0 -61
  33. package/.output/modules/inventory/products/entities/code.entity.js +0 -53
  34. package/.output/modules/inventory/products/entities/dimension.entity.js +0 -57
  35. package/.output/modules/inventory/products/entities/price.entity.js +0 -49
  36. package/.output/modules/inventory/products/entities/seo.entity.js +0 -53
  37. package/.output/modules/inventory/products/product.entity.js +0 -101
  38. package/.output/modules/inventory/properties/property.entity.js +0 -55
  39. package/.output/modules/sales/clients/client.entity.js +0 -64
  40. package/.output/modules/sales/orders/billing/billing.entity.js +0 -64
  41. package/.output/modules/sales/orders/billing/entities/address.entity.js +0 -68
  42. package/.output/modules/sales/orders/billing/entities/customer.entity.js +0 -52
  43. package/.output/modules/sales/orders/billing/entities/status.entity.js +0 -37
  44. package/.output/modules/sales/orders/customer/customer.entity.js +0 -52
  45. package/.output/modules/sales/orders/item/item.entity.js +0 -58
  46. package/.output/modules/sales/orders/order.entity.js +0 -89
  47. package/.output/modules/sales/orders/shipping/entities/address.entity.js +0 -68
  48. package/.output/modules/sales/orders/shipping/entities/customer.entity.js +0 -52
  49. package/.output/modules/sales/orders/shipping/entities/status.entity.js +0 -37
  50. package/.output/modules/sales/orders/shipping/shipping.entity.js +0 -68
  51. package/.output/modules/sales/orders/status/status.entity.js +0 -37
  52. package/.output/modules/setting/layout/layout.entity.js +0 -46
  53. package/.output/modules/setting/organization/organization.entity.js +0 -28
  54. package/.output/modules/setting/theme/theme.entity.js +0 -46
  55. package/authCertificate.pem +0 -19
  56. package/cloudbuild.yaml +0 -20
  57. package/commitlint.config.js +0 -3
  58. package/jest.config.js +0 -14
  59. package/merkaly-api-0.2.4-6.tgz +0 -0
  60. package/nest-cli.json +0 -9
  61. package/serviceAccount.json +0 -7
  62. package/src/abstract/absctract.listener.ts +0 -2
  63. package/src/abstract/abstract.controller.ts +0 -27
  64. package/src/abstract/abstract.entity.ts +0 -19
  65. package/src/abstract/abstract.exception.ts +0 -56
  66. package/src/abstract/abstract.fixture.ts +0 -7
  67. package/src/abstract/abstract.migration.ts +0 -13
  68. package/src/abstract/abstract.repository.ts +0 -79
  69. package/src/abstract/abstract.router.ts +0 -7
  70. package/src/abstract/abstract.validator.ts +0 -62
  71. package/src/app.config.ts +0 -57
  72. package/src/app.console.ts +0 -30
  73. package/src/app.controller.ts +0 -48
  74. package/src/app.migration.ts +0 -7
  75. package/src/app.module.ts +0 -92
  76. package/src/app.strategy.ts +0 -25
  77. package/src/commands/assets.command.ts +0 -38
  78. package/src/commands/deploy.command.ts +0 -6
  79. package/src/commands/fixture.command.ts +0 -11
  80. package/src/commands/generate.command.ts +0 -286
  81. package/src/decorators/public.decorator.ts +0 -5
  82. package/src/decorators/user.decorator.ts +0 -21
  83. package/src/exceptions/missing-identity.exception.ts +0 -11
  84. package/src/exceptions/store-not-implemented.exception.ts +0 -13
  85. package/src/exceptions/store-not-recognized.exception.ts +0 -11
  86. package/src/guards/auth.guard.ts +0 -43
  87. package/src/guards/organization.guard.ts +0 -39
  88. package/src/interceptors/mongo.interceptor.ts +0 -16
  89. package/src/main.ts +0 -37
  90. package/src/middlewares/logger.middleware.ts +0 -15
  91. package/src/middlewares/organization.middleware.ts +0 -76
  92. package/src/migrations/1667226478717-product_price_enhance.ts +0 -29
  93. package/src/migrations/1667329249561-product_add_seo_code_dimension.ts +0 -37
  94. package/src/migrations/1667601099139-product_activve_and_hashtag.ts +0 -35
  95. package/src/migrations/1668136428972-content_banners-use-as-image.ts +0 -56
  96. package/src/migrations/1680483744321-order-billing-shipping-status.ts +0 -32
  97. package/src/modules/assets/asset.controller.ts +0 -33
  98. package/src/modules/assets/asset.entity.ts +0 -26
  99. package/src/modules/assets/asset.module.ts +0 -21
  100. package/src/modules/assets/asset.repository.ts +0 -51
  101. package/src/modules/assets/asset.schema.ts +0 -4
  102. package/src/modules/assets/asset.service.ts +0 -41
  103. package/src/modules/auth/auth.controller.ts +0 -42
  104. package/src/modules/auth/auth.module.ts +0 -18
  105. package/src/modules/auth/logout.ts +0 -0
  106. package/src/modules/command.module.ts +0 -19
  107. package/src/modules/content/banners/banner.controller.ts +0 -56
  108. package/src/modules/content/banners/banner.entity.ts +0 -17
  109. package/src/modules/content/banners/banner.fixture.ts +0 -19
  110. package/src/modules/content/banners/banner.listener.ts +0 -6
  111. package/src/modules/content/banners/banner.module.ts +0 -21
  112. package/src/modules/content/banners/banner.repository.ts +0 -38
  113. package/src/modules/content/banners/banner.schema.ts +0 -4
  114. package/src/modules/content/banners/banner.types.ts +0 -7
  115. package/src/modules/content/banners/banner.validator.ts +0 -19
  116. package/src/modules/content/content.module.ts +0 -20
  117. package/src/modules/content/pages/page.controller.ts +0 -53
  118. package/src/modules/content/pages/page.entity.ts +0 -27
  119. package/src/modules/content/pages/page.fixture.ts +0 -19
  120. package/src/modules/content/pages/page.listener.ts +0 -6
  121. package/src/modules/content/pages/page.module.ts +0 -21
  122. package/src/modules/content/pages/page.repository.ts +0 -44
  123. package/src/modules/content/pages/page.schema.ts +0 -4
  124. package/src/modules/content/pages/page.types.ts +0 -9
  125. package/src/modules/content/pages/page.validator.ts +0 -29
  126. package/src/modules/global.module.ts +0 -70
  127. package/src/modules/insight/controllers/address.controller.ts +0 -29
  128. package/src/modules/insight/controllers/order.controller.ts +0 -70
  129. package/src/modules/insight/controllers/products.controller.ts +0 -18
  130. package/src/modules/insight/insight.module.ts +0 -24
  131. package/src/modules/insight/validators/order.validator.ts +0 -10
  132. package/src/modules/inventory/brands/brand.controller.ts +0 -59
  133. package/src/modules/inventory/brands/brand.entity.ts +0 -14
  134. package/src/modules/inventory/brands/brand.exception.ts +0 -9
  135. package/src/modules/inventory/brands/brand.listener.ts +0 -18
  136. package/src/modules/inventory/brands/brand.module.ts +0 -19
  137. package/src/modules/inventory/brands/brand.repository.ts +0 -39
  138. package/src/modules/inventory/brands/brand.schema.ts +0 -4
  139. package/src/modules/inventory/brands/brand.validator.ts +0 -23
  140. package/src/modules/inventory/categories/category.controller.ts +0 -59
  141. package/src/modules/inventory/categories/category.entity.ts +0 -21
  142. package/src/modules/inventory/categories/category.exception.ts +0 -9
  143. package/src/modules/inventory/categories/category.fixture.ts +0 -18
  144. package/src/modules/inventory/categories/category.listener.ts +0 -17
  145. package/src/modules/inventory/categories/category.module.ts +0 -19
  146. package/src/modules/inventory/categories/category.repository.ts +0 -40
  147. package/src/modules/inventory/categories/category.schema.ts +0 -4
  148. package/src/modules/inventory/categories/category.validator.ts +0 -30
  149. package/src/modules/inventory/inventory.module.ts +0 -22
  150. package/src/modules/inventory/products/entities/code.entity.ts +0 -15
  151. package/src/modules/inventory/products/entities/dimension.entity.ts +0 -18
  152. package/src/modules/inventory/products/entities/price.entity.ts +0 -12
  153. package/src/modules/inventory/products/entities/seo.entity.ts +0 -15
  154. package/src/modules/inventory/products/product.controller.ts +0 -59
  155. package/src/modules/inventory/products/product.entity.ts +0 -53
  156. package/src/modules/inventory/products/product.exception.ts +0 -9
  157. package/src/modules/inventory/products/product.fixture.ts +0 -19
  158. package/src/modules/inventory/products/product.listener.ts +0 -27
  159. package/src/modules/inventory/products/product.module.ts +0 -20
  160. package/src/modules/inventory/products/product.repository.ts +0 -108
  161. package/src/modules/inventory/products/product.schema.ts +0 -15
  162. package/src/modules/inventory/products/product.validator.ts +0 -71
  163. package/src/modules/inventory/products/validators/code.validator.ts +0 -15
  164. package/src/modules/inventory/products/validators/dimension.validator.ts +0 -19
  165. package/src/modules/inventory/products/validators/price.validator.ts +0 -10
  166. package/src/modules/inventory/products/validators/seo.validator.ts +0 -15
  167. package/src/modules/inventory/properties/property.controller.ts +0 -56
  168. package/src/modules/inventory/properties/property.entity.ts +0 -18
  169. package/src/modules/inventory/properties/property.exception.ts +0 -9
  170. package/src/modules/inventory/properties/property.listener.ts +0 -20
  171. package/src/modules/inventory/properties/property.module.ts +0 -21
  172. package/src/modules/inventory/properties/property.repository.ts +0 -23
  173. package/src/modules/inventory/properties/property.schema.ts +0 -4
  174. package/src/modules/inventory/properties/property.validator.ts +0 -27
  175. package/src/modules/sales/clients/client.controller.ts +0 -60
  176. package/src/modules/sales/clients/client.entity.ts +0 -25
  177. package/src/modules/sales/clients/client.exception.ts +0 -9
  178. package/src/modules/sales/clients/client.listener.ts +0 -20
  179. package/src/modules/sales/clients/client.module.ts +0 -19
  180. package/src/modules/sales/clients/client.repository.ts +0 -37
  181. package/src/modules/sales/clients/client.schema.ts +0 -4
  182. package/src/modules/sales/clients/client.validator.ts +0 -43
  183. package/src/modules/sales/orders/billing/billing.entity.ts +0 -22
  184. package/src/modules/sales/orders/billing/billing.types.ts +0 -10
  185. package/src/modules/sales/orders/billing/billing.validator.ts +0 -21
  186. package/src/modules/sales/orders/billing/entities/address.entity.ts +0 -27
  187. package/src/modules/sales/orders/billing/entities/customer.entity.ts +0 -14
  188. package/src/modules/sales/orders/billing/entities/status.entity.ts +0 -16
  189. package/src/modules/sales/orders/billing/validators/address.validator.ts +0 -28
  190. package/src/modules/sales/orders/billing/validators/customer.validator.ts +0 -14
  191. package/src/modules/sales/orders/customer/customer.entity.ts +0 -14
  192. package/src/modules/sales/orders/customer/customer.validator.ts +0 -14
  193. package/src/modules/sales/orders/item/item.entity.ts +0 -21
  194. package/src/modules/sales/orders/item/item.schema.ts +0 -8
  195. package/src/modules/sales/orders/item/item.validator.ts +0 -10
  196. package/src/modules/sales/orders/order.controller.ts +0 -93
  197. package/src/modules/sales/orders/order.entity.ts +0 -47
  198. package/src/modules/sales/orders/order.listener.ts +0 -20
  199. package/src/modules/sales/orders/order.module.ts +0 -19
  200. package/src/modules/sales/orders/order.repository.ts +0 -189
  201. package/src/modules/sales/orders/order.schema.ts +0 -35
  202. package/src/modules/sales/orders/order.validator.ts +0 -72
  203. package/src/modules/sales/orders/shipping/entities/address.entity.ts +0 -27
  204. package/src/modules/sales/orders/shipping/entities/customer.entity.ts +0 -14
  205. package/src/modules/sales/orders/shipping/entities/status.entity.ts +0 -16
  206. package/src/modules/sales/orders/shipping/shipping.entity.ts +0 -25
  207. package/src/modules/sales/orders/shipping/shipping.types.ts +0 -12
  208. package/src/modules/sales/orders/shipping/shipping.validator.ts +0 -25
  209. package/src/modules/sales/orders/shipping/validators/address.validator.ts +0 -28
  210. package/src/modules/sales/orders/shipping/validators/customer.validator.ts +0 -14
  211. package/src/modules/sales/orders/status/status.entity.ts +0 -16
  212. package/src/modules/sales/orders/status/status.validator.ts +0 -8
  213. package/src/modules/sales/sales.module.ts +0 -20
  214. package/src/modules/setting/connections/connection.controller.ts +0 -27
  215. package/src/modules/setting/connections/connection.module.ts +0 -17
  216. package/src/modules/setting/connections/connection.validator.ts +0 -15
  217. package/src/modules/setting/layout/layout.controller.ts +0 -34
  218. package/src/modules/setting/layout/layout.entity.ts +0 -13
  219. package/src/modules/setting/layout/layout.listener.ts +0 -7
  220. package/src/modules/setting/layout/layout.module.ts +0 -21
  221. package/src/modules/setting/layout/layout.repository.ts +0 -29
  222. package/src/modules/setting/layout/layout.schema.ts +0 -4
  223. package/src/modules/setting/members/member.controller.ts +0 -22
  224. package/src/modules/setting/members/member.module.ts +0 -17
  225. package/src/modules/setting/members/member.validator.ts +0 -3
  226. package/src/modules/setting/organization/organization.controller.ts +0 -33
  227. package/src/modules/setting/organization/organization.entity.ts +0 -27
  228. package/src/modules/setting/organization/organization.listener.ts +0 -46
  229. package/src/modules/setting/organization/organization.module.ts +0 -21
  230. package/src/modules/setting/organization/organization.repository.ts +0 -55
  231. package/src/modules/setting/organization/organization.types.ts +0 -65
  232. package/src/modules/setting/organization/organization.validator.ts +0 -56
  233. package/src/modules/setting/setting.module.ts +0 -23
  234. package/src/modules/setting/theme/theme.controller.ts +0 -34
  235. package/src/modules/setting/theme/theme.entity.ts +0 -13
  236. package/src/modules/setting/theme/theme.listener.ts +0 -6
  237. package/src/modules/setting/theme/theme.module.ts +0 -21
  238. package/src/modules/setting/theme/theme.repository.ts +0 -23
  239. package/src/modules/setting/theme/theme.schema.ts +0 -4
  240. package/src/modules/users/user.controller.ts +0 -75
  241. package/src/modules/users/user.module.ts +0 -20
  242. package/src/modules/users/user.validator.ts +0 -28
  243. package/src/providers/auth0.provider.ts +0 -36
  244. package/src/providers/storage.provider.ts +0 -22
  245. package/src/services/auth0.service.ts +0 -7
  246. package/src/services/logger.service.ts +0 -33
  247. package/src/services/mongo.service.ts +0 -44
  248. package/src/services/storage.service.ts +0 -39
  249. package/src/types.ts +0 -19
  250. package/tsconfig.json +0 -40
  251. package/tsconfig.package.json +0 -20
  252. package/yarn.lock +0 -8782
@@ -1,4 +1,4 @@
1
- import { Document } from 'mongoose';
1
+
2
2
  export declare abstract class AbstractEntity {
3
3
  static $index: string;
4
4
  readonly _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkaly/api",
3
- "version": "0.2.4-7",
3
+ "version": "0.2.4-8",
4
4
  "description": "NestJS Backend ApiRest Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,8 +11,7 @@
11
11
  "main": "./src/main",
12
12
  "types": "./.output/types.d.ts",
13
13
  "files": [
14
- ".output",
15
- "!.output/**/*.entity.js"
14
+ ".output"
16
15
  ],
17
16
  "scripts": {
18
17
  "prebuild": "yarn run clean",
package/.DS_Store DELETED
Binary file
package/.bin/deploy.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
- rm -frd ./.output
3
-
4
- yarn clean
5
-
6
- #yarn console deploy mongo
7
- #yarn console deploy auth0
8
-
9
- yarn build
package/.bin/package.sh DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- rm -frd ./.output
3
-
4
- yarn build -p tsconfig.package.json
5
-
6
- sed 's/extends Document //' .output/abstract/abstract.entity.d.ts > .output/abstract/abstract.entity.ts.d
7
- mv .output/abstract/abstract.entity.ts.d .output/abstract/abstract.entity.d.ts
@@ -1,21 +0,0 @@
1
- FROM node:16
2
-
3
- WORKDIR /usr/src
4
-
5
- ENV HOST 0.0.0.0
6
- ENV PORT 6500
7
-
8
- ARG SENTRY_DSN
9
- ENV SENTRY_DSN $SENTRY_DSN
10
-
11
- COPY package.json ./
12
-
13
- RUN yarn
14
-
15
- COPY . .
16
-
17
- RUN yarn build
18
-
19
- EXPOSE ${PORT}
20
-
21
- CMD yarn start:prod
package/.dockerignore DELETED
@@ -1,12 +0,0 @@
1
- /.git
2
- /.github
3
- /.husky
4
- /node_modules
5
-
6
- # environment vars
7
- .env
8
-
9
- # nestjs compiled files
10
- /**/*.js
11
- /**/*.map
12
- /**/*.d.ts
package/.env DELETED
@@ -1,21 +0,0 @@
1
- PORT=6500
2
-
3
- AUTH0_DOMAIN=merkaly.us.auth0.com
4
- AUTH0_CLIENT_ID=eApUjfHoWlMPcTUuU1lqvE517q0KzTh9
5
- AUTH0_CLIENT_SECRET=be3kiIWcwPONZ1eBO-4V3HVXhrmCqw3vEuA46pCgtAdMMv1p1UrxG77wdCfKX5_j
6
-
7
- MONGO_HOST=cluster0.1rd8rxv.mongodb.net
8
- MONGO_USER=kronhyx
9
- MONGO_PASSWORD=Ujc8WvwRBWvRlfOb
10
-
11
- ORG_ID=org_h2W8fiEBXpnyvZzY
12
- USER_ID=google-oauth2|109875342335910059387
13
-
14
- GCP_BUCKET_NAME=dev.api.merkaly.io
15
- GOOGLE_ANALYTICS_ID=G-K1HJY7TPPJ
16
-
17
- ELASTICSEARCH_DSN=production:dXMtY2VudHJhbDEuZ2NwLmNsb3VkLmVzLmlvOjQ0MyQxMTI0N2Y0Mjc3Nzg0ZmU1YTFlYWRhMzY3YWY4OWE0OCQwYTUzMGJkZjUxMDY0NGE5OTVmMDJlNTNlMmIyYmY1Zg==
18
- ELASTICSEARCH_USERNAME=elastic
19
- ELASTICSEARCH_PASSWORD=mWzNV5sGvigFUxTT1usaJlan
20
-
21
- ZIPCODEBASE_APIKEY=52deee90-b0c7-11ed-bcd1-53076faa3d01
package/.eslintignore DELETED
@@ -1,8 +0,0 @@
1
- jest.config.js
2
- .eslintrc.js
3
-
4
- test/**/*.ts
5
- src/**/*.d.ts
6
- src/**/*.js
7
- src/**/*.js.map
8
- commitlint.config.js
package/.eslintrc.js DELETED
@@ -1,35 +0,0 @@
1
- module.exports = {
2
- parser: '@typescript-eslint/parser',
3
- parserOptions: {
4
- project: 'tsconfig.json',
5
- sourceType: 'module'
6
- },
7
- plugins: [
8
- '@typescript-eslint/eslint-plugin'
9
- ],
10
- extends: [
11
- 'plugin:@typescript-eslint/eslint-recommended',
12
- 'plugin:@typescript-eslint/recommended'
13
- ],
14
- root: true,
15
- env: {
16
- node: true,
17
- jest: true
18
- },
19
- rules: {
20
- 'no-multiple-empty-lines': [2, { 'max': 1 }],
21
- '@typescript-eslint/interface-name-prefix': 'off',
22
- '@typescript-eslint/explicit-module-boundary-types': 'off',
23
- '@typescript-eslint/explicit-function-return-type': 'off',
24
- '@typescript-eslint/no-namespace': 'off',
25
- '@typescript-eslint/no-explicit-any': 'off'
26
- },
27
- 'overrides': [
28
- {
29
- 'files': ['./src/**/*.ts'],
30
- 'rules': {
31
- '@typescript-eslint/explicit-member-accessibility': ['error']
32
- }
33
- }
34
- ]
35
- }
@@ -1,17 +0,0 @@
1
- version: 2
2
- updates:
3
- # Fetch and update latest `npm` packages
4
- - package-ecosystem: npm
5
- directory: '/'
6
- schedule:
7
- interval: daily
8
- time: '00:00'
9
- open-pull-requests-limit: 3
10
- reviewers:
11
- - kronhyx
12
- assignees:
13
- - kronhyx
14
- commit-message:
15
- prefix: chore
16
- prefix-development: chore
17
- include: scope
@@ -1,5 +0,0 @@
1
- # Always validate the PR title AND all the commits
2
- titleAndCommits: true
3
- # Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
4
- # this is only relevant when using commitsOnly: true (or titleAndCommits: true)
5
- allowMergeCommits: true
@@ -1,35 +0,0 @@
1
- name: PullRequest & Push master
2
-
3
- env:
4
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5
-
6
- on:
7
- push:
8
- branches: [ master, release ]
9
- pull_request:
10
- branches: [ master, release ]
11
-
12
- jobs:
13
- build:
14
- runs-on: ubuntu-latest
15
-
16
- steps:
17
- - name: Checkout 🛎
18
- uses: actions/checkout@master
19
-
20
- - name: Setup node env 🏗
21
- uses: actions/setup-node@v2
22
- with:
23
- node-version: 16
24
-
25
- - name: Install dependencies 🛠️
26
- run: yarn
27
-
28
- - name: Lint code 👀️
29
- run: yarn lint
30
-
31
- # - name: Run tests 🧪
32
- # run: yarn test
33
-
34
- - name: Build code 🛠️
35
- run: yarn build
package/.gitignore DELETED
@@ -1,42 +0,0 @@
1
- # compiled output
2
- /dist
3
- /node_modules
4
- /*.tgz
5
- *.tsbuildinfo
6
-
7
- # Logs
8
- *.log
9
- npm-debug.log*
10
- yarn-debug.log*
11
- yarn-error.log*
12
- lerna-debug.log*
13
-
14
- # OS
15
- .DS_Store
16
-
17
- # Tests
18
- /coverage
19
- /.nyc_output
20
-
21
- # IDEs and editors
22
- /.idea
23
- .project
24
- .classpath
25
- .c9/
26
- *.launch
27
- .settings/
28
- *.sublime-workspace
29
-
30
- # IDE - VSCode
31
- .idea/*
32
-
33
- # dotenv environment variables file
34
- .env
35
- .eslintcache
36
-
37
- # nestjs compiled files
38
- /**/*.js
39
- /**/*.map
40
- /**/*.d.ts
41
-
42
- serviceAccount.json
package/.husky/.gitignore DELETED
@@ -1 +0,0 @@
1
- _
package/.husky/commit-msg DELETED
@@ -1,5 +0,0 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
- . "$(dirname "$0")/common.sh"
4
-
5
- yarn commitlint --edit $1
package/.husky/common.sh DELETED
@@ -1,8 +0,0 @@
1
- command_exists () {
2
- command -v "$1" >/dev/null 2>&1
3
- }
4
-
5
- # Workaround for Windows 10, Git Bash and Yarn
6
- if command_exists winpty && test -t 1; then
7
- exec < /dev/tty
8
- fi
package/.husky/pre-commit DELETED
@@ -1,5 +0,0 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
- . "$(dirname "$0")/common.sh"
4
-
5
- yarn lint-staged
package/.husky/pre-push DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
- yarn build
package/.idea/.gitignore DELETED
@@ -1,5 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
package/.idea/api.iml DELETED
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/temp" />
6
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- <excludeFolder url="file://$MODULE_DIR$/.output" />
9
- </content>
10
- <orderEntry type="inheritedJdk" />
11
- <orderEntry type="sourceFolder" forTests="false" />
12
- </component>
13
- </module>
@@ -1,5 +0,0 @@
1
- <component name="ProjectCodeStyleConfiguration">
2
- <state>
3
- <option name="PREFERRED_PROJECT_CODE_STYLE" value="Merkaly" />
4
- </state>
5
- </component>
@@ -1,11 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
6
- <option name="processCode" value="true" />
7
- <option name="processLiterals" value="true" />
8
- <option name="processComments" value="true" />
9
- </inspection_tool>
10
- </profile>
11
- </component>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/api.iml" filepath="$PROJECT_DIR$/.idea/api.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="CommitMessageInspectionProfile">
4
- <profile version="1.0">
5
- <inspection_tool class="CommitFormat" enabled="true" level="WARNING" enabled_by_default="true" />
6
- <inspection_tool class="CommitNamingConvention" enabled="true" level="WARNING" enabled_by_default="true" />
7
- </profile>
8
- </component>
9
- <component name="VcsDirectoryMappings">
10
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
11
- </component>
12
- </project>