@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.
- package/.output/abstract/abstract.entity.d.ts +1 -1
- package/package.json +2 -3
- package/.DS_Store +0 -0
- package/.bin/deploy.sh +0 -9
- package/.bin/package.sh +0 -7
- package/.docker/Dockerfile +0 -21
- package/.dockerignore +0 -12
- package/.env +0 -21
- package/.eslintignore +0 -8
- package/.eslintrc.js +0 -35
- package/.github/dependabot.yml +0 -17
- package/.github/semantic.yml +0 -5
- package/.github/workflows/pull_request.yml +0 -35
- package/.gitignore +0 -42
- package/.husky/.gitignore +0 -1
- package/.husky/commit-msg +0 -5
- package/.husky/common.sh +0 -8
- package/.husky/pre-commit +0 -5
- package/.husky/pre-push +0 -4
- package/.idea/.gitignore +0 -5
- package/.idea/api.iml +0 -13
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -11
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -12
- package/.idea/workspace.xml +0 -2320
- package/.output/abstract/abstract.entity.js +0 -53
- package/.output/modules/assets/asset.entity.js +0 -69
- package/.output/modules/content/banners/banner.entity.js +0 -54
- package/.output/modules/content/pages/page.entity.js +0 -69
- package/.output/modules/inventory/brands/brand.entity.js +0 -50
- package/.output/modules/inventory/categories/category.entity.js +0 -61
- package/.output/modules/inventory/products/entities/code.entity.js +0 -53
- package/.output/modules/inventory/products/entities/dimension.entity.js +0 -57
- package/.output/modules/inventory/products/entities/price.entity.js +0 -49
- package/.output/modules/inventory/products/entities/seo.entity.js +0 -53
- package/.output/modules/inventory/products/product.entity.js +0 -101
- package/.output/modules/inventory/properties/property.entity.js +0 -55
- package/.output/modules/sales/clients/client.entity.js +0 -64
- package/.output/modules/sales/orders/billing/billing.entity.js +0 -64
- package/.output/modules/sales/orders/billing/entities/address.entity.js +0 -68
- package/.output/modules/sales/orders/billing/entities/customer.entity.js +0 -52
- package/.output/modules/sales/orders/billing/entities/status.entity.js +0 -37
- package/.output/modules/sales/orders/customer/customer.entity.js +0 -52
- package/.output/modules/sales/orders/item/item.entity.js +0 -58
- package/.output/modules/sales/orders/order.entity.js +0 -89
- package/.output/modules/sales/orders/shipping/entities/address.entity.js +0 -68
- package/.output/modules/sales/orders/shipping/entities/customer.entity.js +0 -52
- package/.output/modules/sales/orders/shipping/entities/status.entity.js +0 -37
- package/.output/modules/sales/orders/shipping/shipping.entity.js +0 -68
- package/.output/modules/sales/orders/status/status.entity.js +0 -37
- package/.output/modules/setting/layout/layout.entity.js +0 -46
- package/.output/modules/setting/organization/organization.entity.js +0 -28
- package/.output/modules/setting/theme/theme.entity.js +0 -46
- package/authCertificate.pem +0 -19
- package/cloudbuild.yaml +0 -20
- package/commitlint.config.js +0 -3
- package/jest.config.js +0 -14
- package/merkaly-api-0.2.4-6.tgz +0 -0
- package/nest-cli.json +0 -9
- package/serviceAccount.json +0 -7
- package/src/abstract/absctract.listener.ts +0 -2
- package/src/abstract/abstract.controller.ts +0 -27
- package/src/abstract/abstract.entity.ts +0 -19
- package/src/abstract/abstract.exception.ts +0 -56
- package/src/abstract/abstract.fixture.ts +0 -7
- package/src/abstract/abstract.migration.ts +0 -13
- package/src/abstract/abstract.repository.ts +0 -79
- package/src/abstract/abstract.router.ts +0 -7
- package/src/abstract/abstract.validator.ts +0 -62
- package/src/app.config.ts +0 -57
- package/src/app.console.ts +0 -30
- package/src/app.controller.ts +0 -48
- package/src/app.migration.ts +0 -7
- package/src/app.module.ts +0 -92
- package/src/app.strategy.ts +0 -25
- package/src/commands/assets.command.ts +0 -38
- package/src/commands/deploy.command.ts +0 -6
- package/src/commands/fixture.command.ts +0 -11
- package/src/commands/generate.command.ts +0 -286
- package/src/decorators/public.decorator.ts +0 -5
- package/src/decorators/user.decorator.ts +0 -21
- package/src/exceptions/missing-identity.exception.ts +0 -11
- package/src/exceptions/store-not-implemented.exception.ts +0 -13
- package/src/exceptions/store-not-recognized.exception.ts +0 -11
- package/src/guards/auth.guard.ts +0 -43
- package/src/guards/organization.guard.ts +0 -39
- package/src/interceptors/mongo.interceptor.ts +0 -16
- package/src/main.ts +0 -37
- package/src/middlewares/logger.middleware.ts +0 -15
- package/src/middlewares/organization.middleware.ts +0 -76
- package/src/migrations/1667226478717-product_price_enhance.ts +0 -29
- package/src/migrations/1667329249561-product_add_seo_code_dimension.ts +0 -37
- package/src/migrations/1667601099139-product_activve_and_hashtag.ts +0 -35
- package/src/migrations/1668136428972-content_banners-use-as-image.ts +0 -56
- package/src/migrations/1680483744321-order-billing-shipping-status.ts +0 -32
- package/src/modules/assets/asset.controller.ts +0 -33
- package/src/modules/assets/asset.entity.ts +0 -26
- package/src/modules/assets/asset.module.ts +0 -21
- package/src/modules/assets/asset.repository.ts +0 -51
- package/src/modules/assets/asset.schema.ts +0 -4
- package/src/modules/assets/asset.service.ts +0 -41
- package/src/modules/auth/auth.controller.ts +0 -42
- package/src/modules/auth/auth.module.ts +0 -18
- package/src/modules/auth/logout.ts +0 -0
- package/src/modules/command.module.ts +0 -19
- package/src/modules/content/banners/banner.controller.ts +0 -56
- package/src/modules/content/banners/banner.entity.ts +0 -17
- package/src/modules/content/banners/banner.fixture.ts +0 -19
- package/src/modules/content/banners/banner.listener.ts +0 -6
- package/src/modules/content/banners/banner.module.ts +0 -21
- package/src/modules/content/banners/banner.repository.ts +0 -38
- package/src/modules/content/banners/banner.schema.ts +0 -4
- package/src/modules/content/banners/banner.types.ts +0 -7
- package/src/modules/content/banners/banner.validator.ts +0 -19
- package/src/modules/content/content.module.ts +0 -20
- package/src/modules/content/pages/page.controller.ts +0 -53
- package/src/modules/content/pages/page.entity.ts +0 -27
- package/src/modules/content/pages/page.fixture.ts +0 -19
- package/src/modules/content/pages/page.listener.ts +0 -6
- package/src/modules/content/pages/page.module.ts +0 -21
- package/src/modules/content/pages/page.repository.ts +0 -44
- package/src/modules/content/pages/page.schema.ts +0 -4
- package/src/modules/content/pages/page.types.ts +0 -9
- package/src/modules/content/pages/page.validator.ts +0 -29
- package/src/modules/global.module.ts +0 -70
- package/src/modules/insight/controllers/address.controller.ts +0 -29
- package/src/modules/insight/controllers/order.controller.ts +0 -70
- package/src/modules/insight/controllers/products.controller.ts +0 -18
- package/src/modules/insight/insight.module.ts +0 -24
- package/src/modules/insight/validators/order.validator.ts +0 -10
- package/src/modules/inventory/brands/brand.controller.ts +0 -59
- package/src/modules/inventory/brands/brand.entity.ts +0 -14
- package/src/modules/inventory/brands/brand.exception.ts +0 -9
- package/src/modules/inventory/brands/brand.listener.ts +0 -18
- package/src/modules/inventory/brands/brand.module.ts +0 -19
- package/src/modules/inventory/brands/brand.repository.ts +0 -39
- package/src/modules/inventory/brands/brand.schema.ts +0 -4
- package/src/modules/inventory/brands/brand.validator.ts +0 -23
- package/src/modules/inventory/categories/category.controller.ts +0 -59
- package/src/modules/inventory/categories/category.entity.ts +0 -21
- package/src/modules/inventory/categories/category.exception.ts +0 -9
- package/src/modules/inventory/categories/category.fixture.ts +0 -18
- package/src/modules/inventory/categories/category.listener.ts +0 -17
- package/src/modules/inventory/categories/category.module.ts +0 -19
- package/src/modules/inventory/categories/category.repository.ts +0 -40
- package/src/modules/inventory/categories/category.schema.ts +0 -4
- package/src/modules/inventory/categories/category.validator.ts +0 -30
- package/src/modules/inventory/inventory.module.ts +0 -22
- package/src/modules/inventory/products/entities/code.entity.ts +0 -15
- package/src/modules/inventory/products/entities/dimension.entity.ts +0 -18
- package/src/modules/inventory/products/entities/price.entity.ts +0 -12
- package/src/modules/inventory/products/entities/seo.entity.ts +0 -15
- package/src/modules/inventory/products/product.controller.ts +0 -59
- package/src/modules/inventory/products/product.entity.ts +0 -53
- package/src/modules/inventory/products/product.exception.ts +0 -9
- package/src/modules/inventory/products/product.fixture.ts +0 -19
- package/src/modules/inventory/products/product.listener.ts +0 -27
- package/src/modules/inventory/products/product.module.ts +0 -20
- package/src/modules/inventory/products/product.repository.ts +0 -108
- package/src/modules/inventory/products/product.schema.ts +0 -15
- package/src/modules/inventory/products/product.validator.ts +0 -71
- package/src/modules/inventory/products/validators/code.validator.ts +0 -15
- package/src/modules/inventory/products/validators/dimension.validator.ts +0 -19
- package/src/modules/inventory/products/validators/price.validator.ts +0 -10
- package/src/modules/inventory/products/validators/seo.validator.ts +0 -15
- package/src/modules/inventory/properties/property.controller.ts +0 -56
- package/src/modules/inventory/properties/property.entity.ts +0 -18
- package/src/modules/inventory/properties/property.exception.ts +0 -9
- package/src/modules/inventory/properties/property.listener.ts +0 -20
- package/src/modules/inventory/properties/property.module.ts +0 -21
- package/src/modules/inventory/properties/property.repository.ts +0 -23
- package/src/modules/inventory/properties/property.schema.ts +0 -4
- package/src/modules/inventory/properties/property.validator.ts +0 -27
- package/src/modules/sales/clients/client.controller.ts +0 -60
- package/src/modules/sales/clients/client.entity.ts +0 -25
- package/src/modules/sales/clients/client.exception.ts +0 -9
- package/src/modules/sales/clients/client.listener.ts +0 -20
- package/src/modules/sales/clients/client.module.ts +0 -19
- package/src/modules/sales/clients/client.repository.ts +0 -37
- package/src/modules/sales/clients/client.schema.ts +0 -4
- package/src/modules/sales/clients/client.validator.ts +0 -43
- package/src/modules/sales/orders/billing/billing.entity.ts +0 -22
- package/src/modules/sales/orders/billing/billing.types.ts +0 -10
- package/src/modules/sales/orders/billing/billing.validator.ts +0 -21
- package/src/modules/sales/orders/billing/entities/address.entity.ts +0 -27
- package/src/modules/sales/orders/billing/entities/customer.entity.ts +0 -14
- package/src/modules/sales/orders/billing/entities/status.entity.ts +0 -16
- package/src/modules/sales/orders/billing/validators/address.validator.ts +0 -28
- package/src/modules/sales/orders/billing/validators/customer.validator.ts +0 -14
- package/src/modules/sales/orders/customer/customer.entity.ts +0 -14
- package/src/modules/sales/orders/customer/customer.validator.ts +0 -14
- package/src/modules/sales/orders/item/item.entity.ts +0 -21
- package/src/modules/sales/orders/item/item.schema.ts +0 -8
- package/src/modules/sales/orders/item/item.validator.ts +0 -10
- package/src/modules/sales/orders/order.controller.ts +0 -93
- package/src/modules/sales/orders/order.entity.ts +0 -47
- package/src/modules/sales/orders/order.listener.ts +0 -20
- package/src/modules/sales/orders/order.module.ts +0 -19
- package/src/modules/sales/orders/order.repository.ts +0 -189
- package/src/modules/sales/orders/order.schema.ts +0 -35
- package/src/modules/sales/orders/order.validator.ts +0 -72
- package/src/modules/sales/orders/shipping/entities/address.entity.ts +0 -27
- package/src/modules/sales/orders/shipping/entities/customer.entity.ts +0 -14
- package/src/modules/sales/orders/shipping/entities/status.entity.ts +0 -16
- package/src/modules/sales/orders/shipping/shipping.entity.ts +0 -25
- package/src/modules/sales/orders/shipping/shipping.types.ts +0 -12
- package/src/modules/sales/orders/shipping/shipping.validator.ts +0 -25
- package/src/modules/sales/orders/shipping/validators/address.validator.ts +0 -28
- package/src/modules/sales/orders/shipping/validators/customer.validator.ts +0 -14
- package/src/modules/sales/orders/status/status.entity.ts +0 -16
- package/src/modules/sales/orders/status/status.validator.ts +0 -8
- package/src/modules/sales/sales.module.ts +0 -20
- package/src/modules/setting/connections/connection.controller.ts +0 -27
- package/src/modules/setting/connections/connection.module.ts +0 -17
- package/src/modules/setting/connections/connection.validator.ts +0 -15
- package/src/modules/setting/layout/layout.controller.ts +0 -34
- package/src/modules/setting/layout/layout.entity.ts +0 -13
- package/src/modules/setting/layout/layout.listener.ts +0 -7
- package/src/modules/setting/layout/layout.module.ts +0 -21
- package/src/modules/setting/layout/layout.repository.ts +0 -29
- package/src/modules/setting/layout/layout.schema.ts +0 -4
- package/src/modules/setting/members/member.controller.ts +0 -22
- package/src/modules/setting/members/member.module.ts +0 -17
- package/src/modules/setting/members/member.validator.ts +0 -3
- package/src/modules/setting/organization/organization.controller.ts +0 -33
- package/src/modules/setting/organization/organization.entity.ts +0 -27
- package/src/modules/setting/organization/organization.listener.ts +0 -46
- package/src/modules/setting/organization/organization.module.ts +0 -21
- package/src/modules/setting/organization/organization.repository.ts +0 -55
- package/src/modules/setting/organization/organization.types.ts +0 -65
- package/src/modules/setting/organization/organization.validator.ts +0 -56
- package/src/modules/setting/setting.module.ts +0 -23
- package/src/modules/setting/theme/theme.controller.ts +0 -34
- package/src/modules/setting/theme/theme.entity.ts +0 -13
- package/src/modules/setting/theme/theme.listener.ts +0 -6
- package/src/modules/setting/theme/theme.module.ts +0 -21
- package/src/modules/setting/theme/theme.repository.ts +0 -23
- package/src/modules/setting/theme/theme.schema.ts +0 -4
- package/src/modules/users/user.controller.ts +0 -75
- package/src/modules/users/user.module.ts +0 -20
- package/src/modules/users/user.validator.ts +0 -28
- package/src/providers/auth0.provider.ts +0 -36
- package/src/providers/storage.provider.ts +0 -22
- package/src/services/auth0.service.ts +0 -7
- package/src/services/logger.service.ts +0 -33
- package/src/services/mongo.service.ts +0 -44
- package/src/services/storage.service.ts +0 -39
- package/src/types.ts +0 -19
- package/tsconfig.json +0 -40
- package/tsconfig.package.json +0 -20
- package/yarn.lock +0 -8782
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merkaly/api",
|
|
3
|
-
"version": "0.2.4-
|
|
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
package/.bin/package.sh
DELETED
package/.docker/Dockerfile
DELETED
|
@@ -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
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
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
|
-
}
|
package/.github/dependabot.yml
DELETED
|
@@ -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
|
package/.github/semantic.yml
DELETED
|
@@ -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
package/.husky/common.sh
DELETED
package/.husky/pre-commit
DELETED
package/.husky/pre-push
DELETED
package/.idea/.gitignore
DELETED
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,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
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>
|