Skip to content

Instantly share code, notes, and snippets.

@hieuphq
Created September 26, 2022 16:34
Show Gist options
  • Save hieuphq/1ae428ae4833ceca3de09ff5d8e9d724 to your computer and use it in GitHub Desktop.
Save hieuphq/1ae428ae4833ceca3de09ff5d8e9d724 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/widget/service.ts","entries":[{"id":"MYpb.ts","timestamp":1651212462126},{"id":"FsGA.ts","timestamp":1651212490696},{"id":"HYAo.ts","timestamp":1651212502901},{"id":"2Hwn.ts","timestamp":1651212602683},{"id":"nCMb.ts","timestamp":1651212627603},{"id":"m5D0.ts","timestamp":1651215000947},{"id":"chsR.ts","timestamp":1651215406143},{"id":"C8Sa.ts","timestamp":1651215424855},{"id":"dFRx.ts","timestamp":1651215451052},{"id":"hXGX.ts","timestamp":1651215569289},{"id":"g8fN.ts","timestamp":1651215585440},{"id":"vyNp.ts","timestamp":1651215654505},{"id":"dOSp.ts","timestamp":1651215985111},{"id":"Qu8b.ts","timestamp":1651216036581},{"id":"eMHY.ts","source":"moved.source","timestamp":1651216105799},{"id":"NkSa.ts","timestamp":1651216267392},{"id":"puHu.ts","timestamp":1651223580452},{"id":"8CbQ.ts","timestamp":1651230120738},{"id":"ulKG.ts","timestamp":1651231549212},{"id":"95Gm.ts","timestamp":1651231600190},{"id":"LkZZ.ts","timestamp":1651721031129},{"id":"VlDQ.ts","timestamp":1651721400945},{"id":"kQfc.ts","timestamp":1651721659014},{"id":"RWcy.ts","timestamp":1651721704199},{"id":"F5Fg.ts","timestamp":1651724228335},{"id":"5jF4.ts","timestamp":1651724444536},{"id":"tDIw.ts","timestamp":1651725195203},{"id":"XyzK.ts","timestamp":1651725208655},{"id":"3t4I.ts","timestamp":1651725238885},{"id":"vOO7.ts","timestamp":1651725301951},{"id":"Q2zq.ts","timestamp":1651725418498},{"id":"X2xv.ts","timestamp":1651747713960},{"id":"1O3Y.ts","timestamp":1651803032115},{"id":"vD1c.ts","timestamp":1651803344485},{"id":"huCJ.ts","timestamp":1651804024432},{"id":"JVlL.ts","timestamp":1651810612237},{"id":"rTAY.ts","timestamp":1651810645198},{"id":"nLtY.ts","timestamp":1651811749034},{"id":"qIJt.ts","timestamp":1651812409079},{"id":"WErI.ts","timestamp":1651812434663},{"id":"Z6Mf.ts","timestamp":1651812470140},{"id":"pfWP.ts","timestamp":1651812488354},{"id":"O8Wm.ts","timestamp":1652262396405},{"id":"Ww8t.ts","timestamp":1652262414084},{"id":"CieQ.ts","timestamp":1652262424847},{"id":"mdnI.ts","timestamp":1652270723564},{"id":"wvYm.ts","timestamp":1652270834667},{"id":"pqol.ts","timestamp":1652271448836},{"id":"BNst.ts","timestamp":1652271508529},{"id":"gMk7.ts","source":"Renaming getMerchantWhitelabelWireframe","timestamp":1652281674378}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/db/query/wallets.sql","entries":[{"id":"y6BO.sql","timestamp":1655463787612},{"id":"lmfr.sql","timestamp":1655464561312},{"id":"fJon.sql","timestamp":1655464656421},{"id":"u7qI.sql","timestamp":1655464728266},{"id":"3XnT.sql","timestamp":1655464772088}]}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"format": "yarn prettier --write src/**/*.js",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"prettier": "2.3.0"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint -c ./.eslintrc.json \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/package.json","entries":[{"id":"lA4Z.json","timestamp":1662515944550},{"id":"JkbT.json","timestamp":1662515974634},{"id":"WpId.json","timestamp":1662516132590},{"id":"pF7k.json","timestamp":1662516620920},{"id":"Z5B9.json","timestamp":1662604554992},{"id":"cQ0R.json","timestamp":1662604577788},{"id":"knWa.json","timestamp":1662604593171},{"id":"oMdl.json","timestamp":1662604961364},{"id":"PaRw.json","timestamp":1662605157611},{"id":"XUg7.json","source":"undoRedo.source","timestamp":1662607463571},{"id":"jiEY.json","timestamp":1662687381767},{"id":"gvOl.json","timestamp":1662687424736},{"id":"Ivta.json","timestamp":1662687833634},{"id":"NRfr.json","timestamp":1663320321619},{"id":"BRo7.json","timestamp":1663320334856},{"id":"s4kR.json","timestamp":1663321509495},{"id":"fEQU.json","timestamp":1663321783221}]}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"prettier": "2.3.0"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"build": "node scripts/build.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | grep -v \"#\" | xargs) yarn build'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | grep -v \"#\" | xargs) yarn build'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"prettier": "yarn prettier --write src/**/*.js",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"prettier": "2.3.0"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open",
"fix": "eslint --fix src"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"format": "yarn prettier --write src/**/*.js",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"prettier": "2.3.0"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open",
"fix": "eslint --fix src"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
{
"name": "mera",
"version": "1.0.0",
"description": "Meter reading web app",
"main": "index.js",
"scripts": {
"start": "webpack serve --config webpack.config.js",
"jslint": "./node_modules/.bin/eslint -c .eslintrc.json \"src/**/*.{js, jsx}\" --fix",
"build:qa": "sh -c 'env $(cat .env.qa | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"build:production": "sh -c 'env $(cat .env.production | egrep -v ^# | xargs) NODE_ENV=production webpack --config webpack.config.js'",
"test": "jest --config jest.config.js --watchAll --runInBand --detectOpenHandles",
"test:watch": "DEBUG_PRINT_LIMIT=1000000 jest --config jest.config.js --watch --runInBand --detectOpenHandles",
"test:cov": "jest --config jest.config.js --coverage --runInBand",
"clear": "jest --config jest.config.js --clearCache",
"cy:open": "cypress open"
},
"repository": "https://code.in.spdigital.sg/sp-digital/mera-app.git",
"author": "Vina Rianti <vinarianti@spgroup.com.sg>",
"license": "ISC",
"dependencies": {
"@auth0/auth0-react": "^1.3.0",
"@hookform/resolvers": "2.5.1",
"@lumi/assets": "^2.2.5",
"@lumi/atlas": "^6.0.1",
"@lumi/packs": "^3.8.2",
"@reduxjs/toolkit": "^1.5.0",
"@urql/exchange-auth": "^0.1.2",
"animejs": "^3.2.1",
"core-js": "^3.9.0",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-alert": "^7.0.3",
"react-dom": "^17.0.1",
"react-hook-form": "^7.6.7",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"styled-components": "^5.2.1",
"urql": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs3": "^7.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"cypress": "^7.7.0",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^6.0.2",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-testing-library": "^3.10.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"redux-logger": "^3.0.6",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.2.1",
"webpack": "^5.24.2",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/transactionDetailsResponse.ts","entries":[{"id":"aDrV.ts","timestamp":1651234275179},{"id":"dFZn.ts","timestamp":1653407698823},{"id":"qMfY.ts","timestamp":1653407717829}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/authenticated/user_profile.go","entries":[{"id":"5u2M.go","source":"Organize Imports","timestamp":1663663425773},{"id":"Cf9G.go","source":"Organize Imports","timestamp":1663663439655}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/.eslintrc.js","entries":[{"id":"mYpq.js","timestamp":1663319590939},{"id":"vYwR.js","timestamp":1663319772715},{"id":"P8qf.js","timestamp":1663320578421},{"id":"w3SQ.js","source":"Fix all fixable ESLint issues","timestamp":1663321542503},{"id":"lDNQ.js","timestamp":1663321553180}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/Makefile","entries":[{"id":"VTyy","timestamp":1662523152247},{"id":"Sm2F","timestamp":1662536916268},{"id":"xpLt","timestamp":1662539060779},{"id":"pBV8","timestamp":1662685709403}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/hp/config/releases.exs","entries":[{"id":"QVBw.exs","timestamp":1658286991594}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/model/meter_reader.go","entries":[{"id":"VA30.go","timestamp":1663655193562},{"id":"u1AS.go","timestamp":1663655247013},{"id":"0EdK.go","timestamp":1663655277410},{"id":"yygn.go","timestamp":1663668837909}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/processStatus.ts","entries":[{"id":"r48L.ts","timestamp":1651234379312}]}
{"version":1,"resource":"file:///Users/hieuphan/.zshrc","entries":[{"id":"meSE","timestamp":1655877499205},{"id":"A2Qn","timestamp":1655877559260},{"id":"A9ke","timestamp":1655877590892},{"id":"uYZl","timestamp":1655877634514},{"id":"77Wn","timestamp":1658202066821},{"id":"FKdg","timestamp":1658805465242},{"id":"TVEr","timestamp":1663122688997}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/print-triangle/main.go","entries":[{"id":"BHuZ.go","timestamp":1656138248556},{"id":"zSLL.go","timestamp":1656138265990},{"id":"AiUc.go","timestamp":1656138633362},{"id":"pZQ9.go","timestamp":1656138736065},{"id":"sk04.go","timestamp":1656139348292},{"id":"0KZ4.go","timestamp":1656139387352},{"id":"2SsO.go","timestamp":1656139509247},{"id":"Cb8W.go","timestamp":1656139560398},{"id":"WwOR.go","timestamp":1656139591046},{"id":"IPy4.go","timestamp":1656139639899},{"id":"QJWR.go","timestamp":1656139658411},{"id":"H9rY.go","timestamp":1656139668665},{"id":"5DD0.go","timestamp":1656139709782},{"id":"qNET.go","timestamp":1656139742783},{"id":"FOJo.go","timestamp":1656139754417},{"id":"iYdw.go","timestamp":1656139812948},{"id":"amiy.go","timestamp":1656139859838},{"id":"LJ3F.go","timestamp":1656139891655},{"id":"xdfr.go","timestamp":1656139916347},{"id":"ooxI.go","timestamp":1656139942707},{"id":"m9Nl.go","timestamp":1656140038795},{"id":"tbYb.go","timestamp":1656140056245},{"id":"BFp0.go","timestamp":1656140100321},{"id":"FNkd.go","timestamp":1656140131737},{"id":"vuj9.go","timestamp":1656140171573},{"id":"lfKT.go","timestamp":1656140395312},{"id":"q0g2.go","timestamp":1656140791804},{"id":"J3Ob.go","timestamp":1656140812372},{"id":"seEZ.go","timestamp":1656140842919},{"id":"Dcr7.go","timestamp":1656140959057},{"id":"DdeL.go","timestamp":1656140999839},{"id":"Toof.go","timestamp":1656141012190},{"id":"17bV.go","timestamp":1656141067313},{"id":"fqch.go","timestamp":1656141098101},{"id":"yOka.go","timestamp":1656141132159},{"id":"CWOH.go","timestamp":1656141170773},{"id":"75mj.go","timestamp":1656141181849},{"id":"up7b.go","timestamp":1656141192434},{"id":"QjgT.go","timestamp":1656141206927},{"id":"P8G2.go","timestamp":1656141222390},{"id":"ztSs.go","timestamp":1656141235065},{"id":"O4C0.go","timestamp":1656141290652},{"id":"UXHZ.go","timestamp":1656141320638},{"id":"i0f0.go","timestamp":1656141333566},{"id":"Sb7u.go","timestamp":1656141441348},{"id":"NgzP.go","timestamp":1656141457977},{"id":"98b0.go","timestamp":1656141490453},{"id":"Diaa.go","timestamp":1656141618189},{"id":"r9FY.go","timestamp":1656141644815},{"id":"OC7J.go","timestamp":1656299987442}]}
{"version":1,"resource":"file:///Users/hieuphan/.npmrc","entries":[{"id":"COAK","timestamp":1662607352226},{"id":"DQx3","timestamp":1662607378524},{"id":"tuBh","timestamp":1662607688430}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/test/main_test.go","entries":[{"id":"vTJH.go","timestamp":1660017424587},{"id":"h33h.go","timestamp":1660017508141}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/schema.sql","entries":[{"id":"Xcvp.sql","timestamp":1655455970402},{"id":"7aq9.sql","timestamp":1655456052142},{"id":"zSyQ.sql","timestamp":1655457077264},{"id":"Bty4.sql","timestamp":1655460552047}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/serviceContext.ts","entries":[{"id":"dYUt.ts","timestamp":1649128901667},{"id":"SCbA.ts","timestamp":1649131227938}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/metabase/service.ts","entries":[{"id":"N3i2.ts","timestamp":1651810822818},{"id":"hBWz.ts","timestamp":1651810855795},{"id":"h5Qa.ts","timestamp":1651811034514},{"id":"8O7l.ts","timestamp":1651811270334},{"id":"rTMJ.ts","timestamp":1651811296811},{"id":"VXsP.ts","source":"Renaming generateMetabaseUrl","timestamp":1651811404280},{"id":"2mKu.ts","timestamp":1651812687934},{"id":"XTTD.ts","timestamp":1652869419773},{"id":"8uar.ts","timestamp":1652869456324},{"id":"3e7C.ts","timestamp":1652927328359},{"id":"tueX.ts","timestamp":1652927350342},{"id":"nh96.ts","source":"undoRedo.source","timestamp":1652931035879},{"id":"fJe7.ts","timestamp":1653015609243},{"id":"DIAt.ts","timestamp":1653015763010},{"id":"ksUf.ts","source":"undoRedo.source","timestamp":1653016234870},{"id":"zJgI.ts","timestamp":1653024035616},{"id":"DqNz.ts","timestamp":1653024700853},{"id":"VrLP.ts","timestamp":1653028514216},{"id":"ELUg.ts","timestamp":1653028533921},{"id":"eo6e.ts","timestamp":1653028589693},{"id":"B7vr.ts","timestamp":1653028600456},{"id":"c432.ts","timestamp":1653378928087},{"id":"zM5Z.ts","timestamp":1653397259853},{"id":"4iDv.ts","timestamp":1653398909885},{"id":"AlzL.ts","source":"Renaming QueryParameter to QueryParameterValue","timestamp":1653399034411},{"id":"obrv.ts","timestamp":1653879314405},{"id":"ZOw6.ts","timestamp":1653879811846},{"id":"IHRB.ts","timestamp":1653882788406}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-frontend/packages/tsp/src/app/pages/IntegrationWidgets/index.tsx","entries":[{"id":"MXgw.tsx","timestamp":1652949920965},{"id":"JxbD.tsx","timestamp":1652949940352}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/utils/logger.ts","entries":[{"id":"k8M5.ts","timestamp":1653987263650}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/pkg/repo/db.go","entries":[{"id":"kz8s.go","timestamp":1658818764038},{"id":"Xuuv.go","timestamp":1658818782959},{"id":"ETjr.go","timestamp":1658818853424},{"id":"JO8z.go","timestamp":1658819032385},{"id":"yCNM.go","timestamp":1658819085427},{"id":"gsjq.go","timestamp":1658819478489},{"id":"Ay0Q.go","source":"Organize Imports","timestamp":1658819564020},{"id":"ecLZ.go","timestamp":1658819573584},{"id":"EDc7.go","timestamp":1658819654024}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/test/main.go","entries":[{"id":"82Bi.go","timestamp":1657794279269},{"id":"32DC.go","timestamp":1657794342705},{"id":"3lmv.go","timestamp":1657794473772},{"id":"4cg9.go","timestamp":1657794491780},{"id":"3vaa.go","timestamp":1660015279527},{"id":"9a7J.go","timestamp":1660016046568},{"id":"dmT9.go","timestamp":1660016114145},{"id":"fX1E.go","timestamp":1660016186297},{"id":"4KOt.go","timestamp":1660016624489},{"id":"OTEO.go","timestamp":1660016645537},{"id":"IMEG.go","timestamp":1660016785338},{"id":"iT2v.go","timestamp":1660016897714},{"id":"4PZI.go","timestamp":1660016967397},{"id":"SGjc.go","timestamp":1660017014188},{"id":"MvNA.go","timestamp":1660017048578},{"id":"3Rxs.go","timestamp":1660017078938},{"id":"9b7t.go","timestamp":1660017093282},{"id":"udEk.go","timestamp":1660017188369},{"id":"NyGr.go","timestamp":1660023568463},{"id":"uqS3.go","timestamp":1660023628422},{"id":"uidB.go","timestamp":1660023640249},{"id":"t6yh.go","timestamp":1660023709449},{"id":"uzDx.go","timestamp":1660023739027},{"id":"qxk2.go","timestamp":1660023914205},{"id":"n8lB.go","timestamp":1660023940250},{"id":"fA2B.go","timestamp":1660023998697},{"id":"rHuU.go","timestamp":1660024188468},{"id":"WHsv.go","timestamp":1660024203965},{"id":"cdpF.go","timestamp":1660024232840},{"id":"hWLe.go","timestamp":1660024252568},{"id":"f6IE.go","timestamp":1660024263610},{"id":"Cloc.go","timestamp":1660024277925},{"id":"xlEI.go","timestamp":1660024357734},{"id":"AoBH.go","timestamp":1660024443288},{"id":"eV1T.go","timestamp":1660037160155},{"id":"6WPb.go","timestamp":1660037483626},{"id":"oNg3.go","timestamp":1660037508993},{"id":"fvqY.go","timestamp":1662782342538}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/c2p/src/braintree/index.ts","entries":[{"id":"Nb5O.ts","timestamp":1650354998267},{"id":"K2fw.ts","timestamp":1650355009492},{"id":"ykrq.ts","timestamp":1650355213314},{"id":"dnMH.ts","timestamp":1650355702212},{"id":"p1Wt.ts","timestamp":1650356779766},{"id":"Vw0k.ts","timestamp":1650356795444},{"id":"Dqmj.ts","timestamp":1650356827140},{"id":"gf8h.ts","timestamp":1650357056612},{"id":"umHJ.ts","timestamp":1650358511348},{"id":"E1PX.ts","timestamp":1650358537484},{"id":"Ysqg.ts","timestamp":1650358586525},{"id":"4HAT.ts","timestamp":1650358676938},{"id":"oqxa.ts","timestamp":1650358707945},{"id":"tPmc.ts","timestamp":1650358736833},{"id":"5aFC.ts","timestamp":1650358771782},{"id":"r7qV.ts","timestamp":1650358802211},{"id":"1AhF.ts","timestamp":1650358842152},{"id":"Ak7W.ts","timestamp":1650358874004},{"id":"2q04.ts","timestamp":1650359062142},{"id":"VVBx.ts","timestamp":1650359159271},{"id":"STNv.ts","timestamp":1650359668551},{"id":"IjG2.ts","timestamp":1650359694015},{"id":"ZZjF.ts","timestamp":1650359846546},{"id":"5joB.ts","timestamp":1650359865981},{"id":"gcFu.ts","timestamp":1650359913135},{"id":"32wC.ts","timestamp":1650360901464},{"id":"yg2Y.ts","timestamp":1650360932717},{"id":"4TpQ.ts","timestamp":1650360951486},{"id":"S9U6.ts","timestamp":1650362323684},{"id":"oXIu.ts","timestamp":1650443282200},{"id":"WirL.ts","timestamp":1650443300166},{"id":"0eFP.ts","timestamp":1650444161543},{"id":"nVah.ts","timestamp":1650444225521},{"id":"u3N1.ts","timestamp":1650444308184},{"id":"zsqg.ts","timestamp":1650444374303},{"id":"NWMv.ts","timestamp":1650444451608},{"id":"trl9.ts","timestamp":1650444528123},{"id":"fad3.ts","timestamp":1650507554169},{"id":"BFvk.ts","timestamp":1650507572546},{"id":"QcQ4.ts","timestamp":1650507590342},{"id":"5yqp.ts","timestamp":1650507646460},{"id":"ZTpw.ts","timestamp":1650507703824},{"id":"iPUZ.ts","timestamp":1650507731162},{"id":"e4oA.ts","timestamp":1650508246379},{"id":"azQh.ts","timestamp":1650508809737},{"id":"WaFC.ts","timestamp":1650508837006},{"id":"r7mV.ts","timestamp":1650509042204},{"id":"T9OB.ts","timestamp":1650509053406},{"id":"3dIk.ts","source":"undoRedo.source","timestamp":1650509152450},{"id":"BW1k.ts","timestamp":1650509162381}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-frontend/packages/tsp/src/app/pages/IntegrationWidgets/queries.tsx","entries":[{"id":"1NSL.tsx","timestamp":1652949891440},{"id":"w5q3.tsx","timestamp":1652949906243}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/cat-fire/.eslintrc.json","entries":[{"id":"z0qW.json","timestamp":1664120777233},{"id":"Xro8.json","timestamp":1664121614680}]}
{
"parser": "@typescript-eslint/parser", // Specifies the ESLint parser
"parserOptions": {
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features
"sourceType": "module" // Allows for the use of imports
},
"extends": [
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin`
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.`
],
"rules": {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
}
}
{
"parser": "@typescript-eslint/parser", // Specifies the ESLint parser
"parserOptions": {
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features
"sourceType": "module" // Allows for the use of imports
},
"extends": [
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin`
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.`
],
"rules": {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/.env.deploy","entries":[{"id":"52YZ.deploy","timestamp":1654078954429}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Auth/auth.service.ts","entries":[{"id":"gFBW.ts","timestamp":1653985095785},{"id":"IxqY.ts","timestamp":1653985113383},{"id":"Misn.ts","timestamp":1653985132081},{"id":"DdVS.ts","source":"Workspace Edit","timestamp":1653985139699},{"id":"mnVg.ts","timestamp":1653985145430},{"id":"IrbY.ts","timestamp":1654086091431},{"id":"npgO.ts","timestamp":1654086107841},{"id":"2s0y.ts","timestamp":1654086128136},{"id":"yGcc.ts","timestamp":1654135728810},{"id":"j1MU.ts","timestamp":1655353134365},{"id":"5xcc.ts","timestamp":1655353174530},{"id":"bmDf.ts","timestamp":1655353191849},{"id":"mueh.ts","timestamp":1655353202819},{"id":"rphk.ts","timestamp":1655353215435},{"id":"mOiF.ts","timestamp":1655353233556},{"id":"kK8r.ts","timestamp":1655354614654},{"id":"YQYL.ts","timestamp":1655354970757}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/updateMerchantConfig/updateMerchantConfig.ts","entries":[{"id":"pSnY.ts","timestamp":1654651399027},{"id":"7pY4.ts","timestamp":1654652102966},{"id":"6A72.ts","timestamp":1654652166799},{"id":"VLQv.ts","timestamp":1654652435024},{"id":"Sa0c.ts","timestamp":1654652497979},{"id":"EmhK.ts","timestamp":1654652513394},{"id":"SeYw.ts","timestamp":1654652542191},{"id":"a8vn.ts","timestamp":1654652650432},{"id":"r8JN.ts","timestamp":1654652679302},{"id":"dQmJ.ts","timestamp":1654703888125},{"id":"Prgy.ts","timestamp":1654759430966},{"id":"oTm3.ts","source":"Workspace Edit","timestamp":1654759434535},{"id":"rfDB.ts","timestamp":1654759480874},{"id":"brqD.ts","timestamp":1655730989454}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/createMerchantConfig/createMerchantConfig.ts","entries":[{"id":"TUOw.ts","timestamp":1654614810817},{"id":"j33w.ts","timestamp":1654614834282},{"id":"2vYm.ts","source":"Workspace Edit","timestamp":1654615110815},{"id":"cdbo.ts","timestamp":1654649539992},{"id":"dEIj.ts","timestamp":1654651835117},{"id":"WEfH.ts","timestamp":1654671166477},{"id":"Kcd8.ts","timestamp":1654754811821},{"id":"kW8a.ts","timestamp":1654759403801},{"id":"3BpJ.ts","source":"Workspace Edit","timestamp":1654759407735},{"id":"uZIU.ts","timestamp":1655729649193},{"id":"tzZ9.ts","timestamp":1655730610749},{"id":"kFoN.ts","timestamp":1655730885657},{"id":"2P0e.ts","timestamp":1655730928641}]}
[
{
id: "80460e4a-3a06-483e-8d12-848767bf5530",
name: "Zalora",
url: "https://www.zalora.com.my/",
iframe_regex: "",
checkout_regex: "https://checkout.zalora.com.my/checkout/multistep/payment/",
name_selector: "#PaymentMethodForm_parameter_cc_holder",
number_selector: "#PaymentMethodForm_parameter_cc_number",
exp_date_seletor: "",
exp_month_selector: "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
exp_year_selector: "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
cvv_selector: "#PaymentMethodForm_parameter_cc_security_code",
},
{
id: "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
name: "Singapore Airlines",
url: "https://www.singaporeair.com/",
iframe_regex: "",
checkout_regex: "https://www.singaporeair.com/payment/bookingPayment.form",
name_selector: "#ccname",
number_selector: "#new-credit-card",
exp_date_seletor: "",
exp_month_selector: "#expiryMonth%select[MM]",
exp_year_selector: "#expiryYear%select[YYYY]",
cvv_selector: "input[name=''cvvNumber'']",
},
]
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Unilateral/test/success.json","entries":[{"id":"Zmwp.json","timestamp":1654145214867},{"id":"3wre.json","timestamp":1654152946313},{"id":"nYqf.json","timestamp":1654152983502},{"id":"OT1i.json","timestamp":1654758762545},{"id":"Oh2L.json","timestamp":1654758794265},{"id":"OakF.json","source":"searchReplace.source","timestamp":1655140483266},{"id":"xchE.json","timestamp":1655141578605}]}
[
{
"id": "80460e4a-3a06-483e-8d12-848767bf5530",
"name": "Zalora",
"url": "https://www.zalora.com.my/",
"iframe_regex": "",
"checkout_regex": "https://checkout.zalora.com.my/checkout/multistep/payment/",
"name_selector": "#PaymentMethodForm_parameter_cc_holder",
"number_selector": "#PaymentMethodForm_parameter_cc_number",
"exp_date_seletor": "",
"exp_month_selector": "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
"exp_year_selector": "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
"cvv_selector": "#PaymentMethodForm_parameter_cc_security_code"
},
{
"id": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"name": "Singapore Airlines",
"url": "https://www.singaporeair.com/",
"iframe_regex": "",
"checkout_regex": "https://www.singaporeair.com/payment/bookingPayment.form",
"name_selector": "#ccname",
"number_selector": "#new-credit-card",
"exp_date_seletor": "",
"exp_month_selector": "#expiryMonth%select[MM]",
"exp_year_selector": "#expiryYear%select[YYYY]",
"cvv_selector": "input[name=''cvvNumber'']"
}
]
{
"data": [
{
"id": "80460e4a-3a06-483e-8d12-848767bf5530",
"name": "Zalora",
"url": "https://www.zalora.com.my/",
"iframe_regex": "",
"checkout_regex": "https://checkout.zalora.com.my/checkout/multistep/payment/",
"name_selector": "#PaymentMethodForm_parameter_cc_holder",
"number_selector": "#PaymentMethodForm_parameter_cc_number",
"exp_date_selector": "",
"exp_month_selector": "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
"exp_year_selector": "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
"cvv_selector": "#PaymentMethodForm_parameter_cc_security_code"
},
{
"id": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"name": "Singapore Airlines",
"url": "https://www.singaporeair.com/",
"iframe_regex": "",
"checkout_regex": "https://www.singaporeair.com/payment/bookingPayment.form",
"name_selector": "#ccname",
"number_selector": "#new-credit-card",
"exp_date_selector": "",
"exp_month_selector": "#expiryMonth%select[MM]",
"exp_year_selector": "#expiryYear%select[YYYY]",
"cvv_selector": "input[name=''cvvNumber'']"
}
],
"pagination": {
"page_size": 100,
"last_key": ""
}
}
{
"data": [
{
"id": "80460e4a-3a06-483e-8d12-848767bf5530",
"name": "Zalora",
"url": "https://www.zalora.com.my/",
"iframe_regex": "",
"checkout_regex": "https://checkout.zalora.com.my/checkout/multistep/payment/",
"name_selector": "#PaymentMethodForm_parameter_cc_holder",
"number_selector": "#PaymentMethodForm_parameter_cc_number",
"exp_date_seletor": "",
"exp_month_selector": "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
"exp_year_selector": "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
"cvv_selector": "#PaymentMethodForm_parameter_cc_security_code"
},
{
"id": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"name": "Singapore Airlines",
"url": "https://www.singaporeair.com/",
"iframe_regex": "",
"checkout_regex": "https://www.singaporeair.com/payment/bookingPayment.form",
"name_selector": "#ccname",
"number_selector": "#new-credit-card",
"exp_date_seletor": "",
"exp_month_selector": "#expiryMonth%select[MM]",
"exp_year_selector": "#expiryYear%select[YYYY]",
"cvv_selector": "input[name=''cvvNumber'']"
}
],
"pagination": {
"page_size": 100,
"last_key": ""
}
}
{
"data": [
{
"id": "80460e4a-3a06-483e-8d12-848767bf5530",
"name": "Zalora",
"url": "https://www.zalora.com.my/",
"iframe_regex": "",
"checkout_regex": "https://checkout.zalora.com.my/checkout/multistep/payment/",
"name_selector": "#PaymentMethodForm_parameter_cc_holder",
"number_selector": "#PaymentMethodForm_parameter_cc_number",
"exp_date_seletor": "",
"exp_month_selector": "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
"exp_year_selector": "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
"cvv_selector": "#PaymentMethodForm_parameter_cc_security_code"
},
{
"id": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"name": "Singapore Airlines",
"url": "https://www.singaporeair.com/",
"iframe_regex": "",
"checkout_regex": "https://www.singaporeair.com/payment/bookingPayment.form",
"name_selector": "#ccname",
"number_selector": "#new-credit-card",
"exp_date_seletor": "",
"exp_month_selector": "#expiryMonth%select[MM]",
"exp_year_selector": "#expiryYear%select[YYYY]",
"cvv_selector": "input[name=''cvvNumber'']"
}
]
}
{
"data": [
{
"id": "80460e4a-3a06-483e-8d12-848767bf5530",
"sk": "80460e4a-3a06-483e-8d12-848767bf5530",
"name": "Zalora",
"url": "https://www.zalora.com.my/",
"iframe_regex": "",
"checkout_regex": "https://checkout.zalora.com.my/checkout/multistep/payment/",
"name_selector": "#PaymentMethodForm_parameter_cc_holder",
"number_selector": "#PaymentMethodForm_parameter_cc_number",
"exp_date_selector": "",
"exp_month_selector": "#PaymentMethodForm_parameter_cc_exp_month%select[M]",
"exp_year_selector": "#PaymentMethodForm_parameter_cc_exp_year%select[YYYY]",
"cvv_selector": "#PaymentMethodForm_parameter_cc_security_code"
},
{
"id": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"sk": "de6737c1-78ac-4b1a-aad3-6022a1fc54ce",
"name": "Singapore Airlines",
"url": "https://www.singaporeair.com/",
"iframe_regex": "",
"checkout_regex": "https://www.singaporeair.com/payment/bookingPayment.form",
"name_selector": "#ccname",
"number_selector": "#new-credit-card",
"exp_date_selector": "",
"exp_month_selector": "#expiryMonth%select[MM]",
"exp_year_selector": "#expiryYear%select[YYYY]",
"cvv_selector": "input[name=''cvvNumber'']"
}
],
"pagination": {
"page_size": 100,
"last_key": ""
}
}
{
"$metadata": {
"httpStatusCode": 200,
"requestId": "5ORV9MM2OVEDCSBDRHF78SJS0FVV4KQNSO5AEMVJF66Q9ASUAAJG",
"attempts": 1,
"totalRetryDelay": 0
},
"Count": 1,
"Items": [
{
"id": "0e764bf8-680c-4d01-ab3b-1009d243704a",
"name": "merchant 1"
}
],
"ScannedCount": 1
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/exp/golang.md","entries":[{"id":"5eyO.md","timestamp":1658721650456},{"id":"FOG8.md","timestamp":1658721725416},{"id":"8Nwf.md","timestamp":1658732199422}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/metabase/model/updateDashboardRequest.ts","entries":[{"id":"7yJM.ts","timestamp":1653023882505},{"id":"K13L.ts","timestamp":1653397154189},{"id":"FWwJ.ts","timestamp":1653398898257}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/mod/meter_reading.go","entries":[{"id":"eOhM.go","timestamp":1663665306946},{"id":"hutt.go","source":"renamed.source","timestamp":1663665337257},{"id":"Jhy9.go","timestamp":1663665812231},{"id":"xtEK.go","source":"Organize Imports","timestamp":1663665874120},{"id":"56OK.go","timestamp":1663665896248},{"id":"sAiz.go","source":"Organize Imports","timestamp":1663665900912},{"id":"ZBK6.go","source":"Organize Imports","timestamp":1663665988895},{"id":"i4kz.go","source":"Organize Imports","timestamp":1663666117130},{"id":"BJ3f.go","timestamp":1663666120866},{"id":"zpIH.go","source":"Renaming model to Model","timestamp":1663667344329}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/prisma/seed.ts","entries":[{"id":"b7P7.ts","timestamp":1651238887153},{"id":"p6Wm.ts","timestamp":1652275313117},{"id":"ziTG.ts","timestamp":1652960218807},{"id":"BSAw.ts","source":"undoRedo.source","timestamp":1652960275629},{"id":"80gv.ts","timestamp":1652962934557},{"id":"qU38.ts","timestamp":1652963579335},{"id":"on6K.ts","timestamp":1652963648841},{"id":"XfjS.ts","timestamp":1652963714861},{"id":"TSGr.ts","timestamp":1652963840006}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/cognito/account-helper.ts","entries":[{"id":"ov7W.ts","timestamp":1651235290712},{"id":"R5iM.ts","timestamp":1651235528855},{"id":"tXh3.ts","timestamp":1651235546507},{"id":"HyMR.ts","timestamp":1651235562283},{"id":"i03e.ts","timestamp":1651236268878},{"id":"OFaw.ts","timestamp":1651236318998},{"id":"I6cB.ts","source":"undoRedo.source","timestamp":1651236323575},{"id":"tVFr.ts","timestamp":1651816305171},{"id":"z3Xl.ts","timestamp":1652262162287},{"id":"AAbn.ts","timestamp":1652262190083},{"id":"doMK.ts","timestamp":1652262203862},{"id":"vm8e.ts","timestamp":1652262217976},{"id":"JhkT.ts","timestamp":1652943409672},{"id":"tVby.ts","timestamp":1652943447277}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/delete-scripts/delete-accounts/delete-accounts.sh","entries":[{"id":"MFtr.sh","timestamp":1649830934559},{"id":"WXyh.sh","timestamp":1649831279322},{"id":"ny6F.sh","timestamp":1649831529087},{"id":"mRQ1.sh","timestamp":1649831753928},{"id":"wqzK.sh","timestamp":1649831775614},{"id":"t3q2.sh","timestamp":1649831792172},{"id":"6zEx.sh","timestamp":1649831806660},{"id":"GLJf.sh","timestamp":1649831828855},{"id":"dKqO.sh","timestamp":1649832067655},{"id":"lhCG.sh","timestamp":1649832091404},{"id":"VZ5R.sh","timestamp":1649832247539},{"id":"WSDH.sh","timestamp":1649832293776},{"id":"3jWP.sh","timestamp":1649832391630},{"id":"2LTg.sh","timestamp":1649832590516},{"id":"22Yn.sh","timestamp":1649832667035}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/cypress/support/commands.js","entries":[{"id":"x3Rl.js","timestamp":1663320033831}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/elixir/sender/mix.exs","entries":[{"id":"fMgl.exs","timestamp":1662441290348}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/erlang/fibo/frequency.erl","entries":[{"id":"8MKH.erl","timestamp":1659584959981},{"id":"KwkA.erl","timestamp":1659585003951}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/connectMerchantConfig/test/connectMerchantConfig.spec.ts","entries":[{"id":"RtWa.ts","timestamp":1654703870389},{"id":"9TAx.ts","timestamp":1654708179980},{"id":"n4hK.ts","timestamp":1654708199070},{"id":"isHV.ts","timestamp":1654708236885},{"id":"69iA.ts","timestamp":1654708251084},{"id":"LWud.ts","timestamp":1654759484681},{"id":"hp6Z.ts","timestamp":1655141398561},{"id":"OxqP.ts","source":"undoRedo.source","timestamp":1655141410980},{"id":"ph8F.ts","timestamp":1655141644241},{"id":"Otga.ts","timestamp":1655141655367},{"id":"wSll.ts","timestamp":1655141789667},{"id":"ucTD.ts","timestamp":1655355225335}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/web.Dockerfile","entries":[{"id":"R704.Dockerfile","timestamp":1662518304132}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/1-deploy-app/service.yaml","entries":[{"id":"BpZR.yaml","timestamp":1663298691513},{"id":"1Chz.yaml","source":"renamed.source","timestamp":1663299339137}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex9/limited-busybox.yaml","entries":[{"id":"zjXL.yaml","timestamp":1663295962707}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/k8s/dev/kustomization.yaml","entries":[{"id":"mDg6.yaml","timestamp":1662532422994}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/.gitignore","entries":[{"id":"ycfj","timestamp":1655453240446},{"id":"F2b4","timestamp":1655453614829}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/lib/services/Error/types/ClientCredentialFlowError.ts","entries":[{"id":"zfmS.ts","timestamp":1651735020201},{"id":"yc7k.ts","source":"renamed.source","timestamp":1651735341844},{"id":"8UKl.ts","timestamp":1651735347511},{"id":"WMLk.ts","timestamp":1651735358044}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/lib/models/accounts/model/accountMetadata.ts","entries":[{"id":"Pcuj.ts","timestamp":1652281998488},{"id":"s4tB.ts","timestamp":1656441031185}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/lib/utils/logger.ts","entries":[{"id":"2Yx9.ts","timestamp":1655272813465},{"id":"ZRAj.ts","timestamp":1655273437969}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/cognito/user-pool-helper.ts","entries":[{"id":"B7HB.ts","timestamp":1651230411741},{"id":"6inm.ts","timestamp":1651235350147}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/apps/cex/mix.exs","entries":[{"id":"qg6E.exs","timestamp":1658292034368},{"id":"9wiH.exs","timestamp":1658292048805},{"id":"IP1r.exs","timestamp":1658298262380}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/authenticated/retrieve_test.go","entries":[{"id":"QRiA.go","timestamp":1663586351699},{"id":"nQrK.go","timestamp":1663586741479},{"id":"kxSb.go","source":"renamed.source","timestamp":1663587440584}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/elixir/jobber/.iex.exs","entries":[{"id":"afdX.exs","timestamp":1662456106748}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex7/echo-fail.yaml","entries":[{"id":"ztNy.yaml","timestamp":1663259286111}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/.eslintrc.js","entries":[{"id":"enjm.js","timestamp":1662530366583},{"id":"vLiu.js","timestamp":1662535879334},{"id":"hmFs.js","timestamp":1662606291738},{"id":"w0yM.js","source":"undoRedo.source","timestamp":1662606310389},{"id":"kEUO.js","timestamp":1662606397729},{"id":"WsOq.js","source":"undoRedo.source","timestamp":1662606418489},{"id":"mWTR.js","timestamp":1662687966625},{"id":"jD46.js","timestamp":1663319579319},{"id":"ntp7.js","timestamp":1663321570666}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/leetcode/repeated-sub-str_test.go","entries":[{"id":"7XLZ.go","timestamp":1658151490400},{"id":"Vg1M.go","timestamp":1658152373386},{"id":"4eIt.go","timestamp":1658152611264},{"id":"OcP8.go","timestamp":1658152956380}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/backoffice/backoffice.yaml","entries":[{"id":"vMkm.yaml","timestamp":1649989562263},{"id":"Hy8k.yaml","timestamp":1649989602889},{"id":"2dzW.yaml","timestamp":1649989646655},{"id":"sBtH.yaml","timestamp":1649989661440},{"id":"SUly.yaml","timestamp":1649989677078},{"id":"PV3S.yaml","timestamp":1649989697510},{"id":"ie28.yaml","timestamp":1649989736585},{"id":"n2j7.yaml","timestamp":1649989760786},{"id":"uLPM.yaml","timestamp":1649989777902},{"id":"qlUs.yaml","timestamp":1649990488295},{"id":"oFHk.yaml","timestamp":1652691677058},{"id":"MNHR.yaml","timestamp":1652693365551},{"id":"Rzgw.yaml","timestamp":1652693447417}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/leetcode/add-two-number_test.go","entries":[{"id":"436d.go","timestamp":1658133846302},{"id":"Ovn4.go","timestamp":1658133861051},{"id":"nEq1.go","timestamp":1658133939217},{"id":"bYfj.go","timestamp":1658133953412},{"id":"lFct.go","timestamp":1658134009669},{"id":"vmTr.go","timestamp":1658134028459}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/.vscode/settings.json","entries":[{"id":"Ar58.json","timestamp":1658201305884},{"id":"wH8Z.json","timestamp":1658221503431}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/print-triangle/.vscode/settings.json","entries":[{"id":"ktRD.json","timestamp":1656299972994}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/backoffice/backoffice.json","entries":[{"id":"uBHG.json","timestamp":1649990542234}]}
{
"openapi": "3.0.1",
"info": {
"title": "Back Office APIs",
"description": "Internal APIs for backoffice servicing portal",
"version": "0.1",
"contact": {
"name": "Open Fabric API",
"url": "https://openfabric.co",
"email": "api@openfabric.co"
}
},
"tags": [
{
"name": "Accounts",
"description": "Operations about Accounts"
},
{
"name": "Merchants",
"description": "Operations about Merchants"
},
{
"name": "Internal",
"description": "Internal APIs"
},
{
"name": "Metabase",
"description": "Operations about Metabase"
}
],
"servers": [
{
"url": "https://api.dev.openfabric.co",
"description": "Development"
},
{
"url": "https://api.sandbox.openfabric.co",
"description": "Sandbox"
},
{
"url": "https://api.openfabric.co",
"description": "Production"
}
],
"paths": {
"/b/accounts": {
"get": {
"summary": "List all accounts",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AccountsResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountListExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getAccounts",
"security": [
{
"AuthToken": []
}
],
"parameters": [
{
"schema": {
"type": "string",
"example": "-created_at,+id"
},
"in": "query",
"name": "sort",
"description": "Multiple sorting conditions"
},
{
"schema": {
"type": "string"
},
"in": "query",
"name": "name",
"description": "Filter by name"
},
{
"schema": {
"type": "string"
},
"in": "query",
"name": "slug",
"description": "Filter by slug"
},
{
"schema": {
"type": "string"
},
"in": "query",
"name": "website_url",
"description": "Filter by website"
},
{
"schema": {
"type": "string"
},
"in": "query",
"name": "page",
"description": "Current page"
},
{
"schema": {
"type": "integer"
},
"in": "query",
"name": "limit",
"description": "Number of records",
"deprecated": true
},
{
"schema": {
"type": "integer",
"minimum": 10,
"maximum": 100
},
"in": "query",
"name": "page_size",
"description": "Number of records"
},
{
"schema": {
"type": "string",
"example": "active",
"enum": [
"active",
"inactive"
]
},
"in": "query",
"name": "status",
"description": "Filter by status"
}
],
"description": "List all partners registered on the Slice platform",
"x-internal": true
},
"post": {
"summary": "Create an account",
"tags": [
"Accounts"
],
"responses": {
"201": {
"description": "Created",
"headers": {},
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Account"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "createAccount",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateAccountRequest"
},
"examples": {
"success": {
"$ref": "#/components/examples/CreateAccountExample"
}
}
}
}
},
"description": "Create a partner on the Slice platform",
"x-internal": true
}
},
"/b/accounts/{account_id}": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "account_id",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get detailed view of a account",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Account"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getAccount",
"description": "Find partner by ID on the Slice platform",
"security": [
{
"AuthToken": []
}
],
"x-internal": true
},
"put": {
"summary": "Update a account",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Account"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "updateAccount",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateAccountRequest"
}
}
}
},
"description": "Update the partner information with given id",
"x-internal": true
},
"delete": {
"summary": "",
"operationId": "deleteAccount",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SimpleResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/SuccessMessage"
}
}
}
}
},
"401": {
"description": "Unauthorized"
},
"404": {
"description": "Not Found"
},
"500": {
"description": "Internal Server Error"
}
},
"security": [
{
"AuthToken": []
}
],
"description": "Deactivate the partner information",
"x-internal": true,
"tags": [
"Accounts"
]
}
},
"/b/accounts/{account_id}/settings": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "account_id",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get account settings",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Setting"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountSettingExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getBackofficeAccountSettings",
"description": "Get account setting with given account id",
"security": [
{
"AuthToken": []
}
],
"x-internal": true
},
"put": {
"summary": "Update account settings",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Setting"
},
"examples": {
"success": {
"$ref": "#/components/examples/AccountSettingExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "updateBackofficeAccountSettings",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateSettingRequest"
}
}
}
},
"description": "Update account setting with given account id",
"x-internal": true
}
},
"/b/accounts/{account_id}/activate": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "account_id",
"in": "path",
"required": true
}
],
"put": {
"summary": "Activate a partner",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SimpleResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/SuccessMessage"
}
}
}
}
},
"401": {
"description": "Unauthorized"
},
"404": {
"description": "Not Found"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "activateAccount",
"x-internal": true,
"description": "Activate a partner in system",
"security": [
{
"AuthToken": []
}
]
}
},
"/b/accounts/{account_id}/merchants": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "account_id",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get merchants with given account id",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MerchantsResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantsExample"
}
}
}
}
},
"400": {
"description": "Bad Request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getBackofficeAccountMerchants",
"security": [
{
"AuthToken": []
}
],
"parameters": [
{
"schema": {
"type": "string"
},
"in": "query",
"name": "page",
"description": "Current Page"
},
{
"schema": {
"type": "integer"
},
"in": "query",
"name": "limit",
"description": "Number of records",
"deprecated": true
},
{
"schema": {
"type": "integer",
"minimum": 10,
"maximum": 100
},
"in": "query",
"name": "page_size",
"description": "Number of records"
}
],
"description": "Get merchants belong to account",
"x-internal": true
},
"post": {
"summary": "Link Account with merchants",
"tags": [
"Accounts"
],
"operationId": "createBackofficeAccountMerchant",
"responses": {
"201": {
"description": "Created",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Merchant"
}
},
"examples": {
"success": {
"$ref": "#/components/examples/CreatedMerchantsExample"
}
}
}
}
},
"400": {
"description": "Bad Request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"description": "Create and associate a merchant with given account",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"x-internal": true
}
},
"/b/accounts/{account_id}/merchants/{merchant_id}": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "account_id",
"in": "path",
"required": true
},
{
"schema": {
"type": "string"
},
"name": "merchant_id",
"in": "path",
"required": true
}
],
"delete": {
"summary": "Unlink account and merchant",
"tags": [
"Accounts"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SimpleResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/SuccessMessage"
}
}
}
}
},
"400": {
"description": "Bad Request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "deleteMerchant",
"security": [
{
"AuthToken": []
}
],
"description": "Unlink account and merchant",
"x-internal": true
}
},
"/b/merchants": {
"get": {
"summary": "Get merchants",
"tags": [
"Merchants"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MerchantsResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/AllMerchantExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getMerchants",
"parameters": [
{
"schema": {
"type": "string"
},
"in": "query",
"name": "page",
"description": "Current page"
},
{
"schema": {
"type": "integer"
},
"in": "query",
"name": "limit",
"description": "Number of records",
"deprecated": true
},
{
"schema": {
"type": "integer",
"minimum": 10,
"maximum": 100
},
"in": "query",
"name": "page_size",
"description": "Number of records"
}
],
"description": "Get all merchants",
"security": [
{
"AuthToken": []
}
],
"x-internal": true
},
"post": {
"summary": "Create a merchant",
"tags": [
"Merchants"
],
"responses": {
"201": {
"description": "Created",
"headers": {},
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Merchant"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "createMerchant",
"description": "Create a merchant",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CreateMerchantRequest"
},
"examples": {
"lazada": {
"$ref": "#/components/examples/CreateMerchantExample"
}
}
}
}
},
"x-internal": true
}
},
"/b/merchants/{merchant_id}": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "merchant_id",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get details of merchant by ID",
"tags": [
"Merchants"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Merchant"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getMerchant",
"security": [
{
"AuthToken": []
}
],
"description": "Get merchant details",
"x-internal": true
},
"put": {
"summary": "Update details of merchant by ID",
"tags": [
"Merchants"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Merchant"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "updateMerchant",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateMerchantRequest"
}
}
}
},
"description": "Update detail of merchant with given id",
"x-internal": true
}
},
"/b/merchants/suppliers/refresh": {
"post": {
"summary": "Refresh suppliers",
"operationId": "refreshSuppliers",
"responses": {
"204": {
"description": "Suppliers have been updated successfully."
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object"
}
},
"example": {}
}
},
"tags": [
"Accounts"
],
"description": "Refresh suppliers",
"x-internal": true
}
},
"/b/merchants/{merchant_id}/settings": {
"parameters": [
{
"schema": {
"type": "string"
},
"name": "merchant_id",
"in": "path",
"required": true
}
],
"get": {
"summary": "Get merchant's settings",
"tags": [
"Merchants"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MerchantSetting"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantSettingExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "getBackofficeMerchantSettings",
"security": [
{
"AuthToken": []
}
],
"description": "Get merchant settings",
"x-internal": true
},
"put": {
"summary": "Update merchant's settings",
"tags": [
"Merchants"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MerchantSetting"
},
"examples": {
"success": {
"$ref": "#/components/examples/MerchantSettingExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal Server Error"
}
},
"operationId": "updateMerchantSettings",
"security": [
{
"AuthToken": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/UpdateMerchantSettingRequest"
}
}
},
"description": ""
},
"description": "Update merchant settings",
"x-internal": true
}
},
"/internal/b/pools": {
"get": {
"summary": "Get all backoffice's metadata",
"tags": [
"Internal"
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/BackofficeMetadatasResponse"
},
"examples": {
"success": {
"$ref": "#/components/examples/BackofficeMetadatasExample"
}
}
}
}
},
"400": {
"description": "Bad Request"
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"operationId": "getBackofficePools",
"description": "Get merchant metadata. This will be called by Authorizer.",
"security": [
{
"InternalAuth": []
}
],
"x-internal": true
}
},
"/b/metabase-token": {
"post": {
"tags": [
"Metabase"
],
"summary": "Get Metabase Token",
"description": "Get Metabase Token",
"operationId": "getMetabaseToken",
"x-internal": true,
"security": [
{
"AuthToken": []
}
],
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetabaseRequest"
},
"examples": {
"MetabaseRequest": {
"$ref": "#/components/examples/MetabaseRequestExample"
}
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MetabaseToken"
},
"examples": {
"success": {
"$ref": "#/components/examples/MetabaseTokenExample"
}
}
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
}
},
"401": {
"description": "Unauthorized"
},
"404": {
"description": "Not Found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
},
"500": {
"description": "Internal Server Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorResponse"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"ErrorResponse": {
"type": "object",
"properties": {
"error_code": {
"type": "string"
},
"message": {
"type": "string"
}
},
"x-internal": true
},
"Account": {
"title": "Account",
"type": "object",
"x-internal": true,
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"website_url": {
"type": "string",
"format": "uri"
},
"address": {
"type": "string"
},
"country": {
"type": "string",
"minLength": 2
},
"country_code": {
"type": "string",
"minLength": 2,
"maxLength": 2,
"description": "Country Code - ISO 3166 Alpha-2"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"contacts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Contact"
}
},
"is_active": {
"type": "boolean",
"description": "status of account"
}
},
"required": [
"id"
]
},
"CreateAccountRequest": {
"title": "Create Account Request",
"type": "object",
"description": "Create account request body",
"x-internal": true,
"properties": {
"slug": {
"type": "string",
"maxLength": 30,
"minLength": 4,
"pattern": "^[a-z0-9][a-z0-9\\-]*[a-z0-9]$"
},
"admin_email": {
"type": "string",
"format": "email"
},
"admin_first_name": {
"type": "string"
},
"admin_last_name": {
"type": "string"
},
"admin_designation": {
"type": "string"
},
"admin_phone": {
"type": "string"
},
"name": {
"type": "string",
"maxLength": 200,
"minLength": 4
},
"website_url": {
"type": "string",
"format": "uri"
},
"address": {
"type": "string"
},
"country": {
"type": "string",
"minLength": 2
},
"country_code": {
"type": "string",
"minLength": 2,
"maxLength": 2,
"description": "Country Code - ISO 3166 Alpha-2"
},
"contacts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Contact"
}
}
},
"required": [
"slug",
"admin_email",
"admin_first_name",
"admin_last_name",
"name",
"website_url"
]
},
"UpdateAccountRequest": {
"title": "Update Account Request",
"type": "object",
"description": "Update account request body",
"x-internal": true,
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 4
},
"website_url": {
"type": "string",
"format": "uri"
},
"address": {
"type": "string"
},
"country": {
"type": "string",
"minLength": 2
},
"country_code": {
"type": "string",
"minLength": 2,
"maxLength": 2,
"description": "Country Code - ISO 3166 Alpha-2"
},
"contacts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Contact"
}
}
}
},
"Metadata": {
"title": "Metadata",
"type": "object",
"properties": {
"limit": {
"type": "integer",
"deprecated": true
},
"page_size": {
"type": "integer",
"maximum": 100,
"minimum": 10
},
"page": {
"type": "number"
},
"total_pages": {
"type": "number"
},
"total": {
"type": "number"
}
},
"x-internal": true
},
"AccountsResponse": {
"title": "AccountsResponse",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Account"
}
},
"metadata": {
"$ref": "#/components/schemas/Metadata"
}
},
"x-internal": true
},
"Setting": {
"title": "Setting",
"type": "object",
"properties": {
"cognito_region": {
"type": "string"
},
"cognito_account_pool_id": {
"type": "string"
},
"cognito_customer_pool_id": {
"type": "string"
},
"cognito_app_client_id": {
"type": "string"
},
"cognito_backend_client_id": {
"type": "string"
},
"config": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"x-internal": true
},
"UpdateSettingRequest": {
"title": "UpdateSettingRequest",
"type": "object",
"properties": {
"cognito_region": {
"type": "string"
},
"cognito_account_pool_id": {
"type": "string"
},
"cognito_customer_pool_id": {
"type": "string"
},
"cognito_app_client_id": {
"type": "string"
},
"cognito_backend_client_id": {
"type": "string"
},
"config": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"x-internal": true
},
"Merchant": {
"title": "Merchant",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"website_url": {
"type": "string",
"format": "uri"
}
},
"required": [
"id",
"name"
],
"x-internal": true
},
"CreateMerchantRequest": {
"title": "CreateMerchantRequest",
"type": "object",
"description": "Create merchant request",
"properties": {
"slug": {
"type": "string"
},
"admin_email": {
"type": "string"
},
"name": {
"type": "string"
},
"website_url": {
"type": "string",
"format": "uri"
},
"merchant_result_url": {
"type": "string",
"format": "uri"
},
"merchant_cancel_url": {
"type": "string",
"format": "uri"
}
},
"required": [
"slug",
"admin_email",
"name"
],
"x-internal": true
},
"UpdateMerchantRequest": {
"title": "UpdateMerchantRequest",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"website_url": {
"type": "string",
"format": "uri"
}
},
"x-internal": true
},
"MerchantsResponse": {
"title": "MerchantsResponse",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Merchant"
}
},
"metadata": {
"$ref": "#/components/schemas/Metadata"
}
},
"x-internal": true
},
"MerchantSetting": {
"title": "MerchantSetting",
"type": "object",
"properties": {
"cognito_region": {
"type": "string"
},
"cognito_account_pool_id": {
"type": "string"
},
"cognito_customer_pool_id": {
"type": "string"
},
"cognito_app_client_id": {
"type": "string"
},
"cognito_backend_client_id": {
"type": "string"
},
"merchant_result_url": {
"type": "string",
"format": "uri"
},
"merchant_cancel_url": {
"type": "string",
"format": "uri"
},
"config": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"x-internal": true
},
"UpdateMerchantSettingRequest": {
"title": "UpdateMerchantSettingRequest",
"type": "object",
"properties": {
"cognito_region": {
"type": "string"
},
"cognito_account_pool_id": {
"type": "string"
},
"cognito_customer_pool_id": {
"type": "string"
},
"cognito_app_client_id": {
"type": "string"
},
"cognito_backend_client_id": {
"type": "string"
},
"merchant_result_url": {
"type": "string",
"format": "uri"
},
"merchant_cancel_url": {
"type": "string",
"format": "uri"
},
"config": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"x-internal": true
},
"SimpleResponse": {
"title": "SimpleResponse",
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"x-internal": true
},
"BackofficeMetadata": {
"title": "BackofficeMetadata",
"type": "object",
"properties": {
"cognito_region": {
"type": "string"
},
"cognito_account_pool_id": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-_@\\.]*$",
"minLength": 4
},
"cognito_app_client_id": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-_@\\.]*$",
"minLength": 4
}
},
"required": [
"cognito_region",
"cognito_account_pool_id",
"cognito_app_client_id"
],
"x-internal": true
},
"BackofficeMetadatasResponse": {
"title": "BackofficeMetadatasResponse",
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BackofficeMetadata"
}
},
"timestamp": {
"type": "number"
}
},
"x-internal": true
},
"Contact": {
"title": "Contact",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"email": {
"type": "string",
"format": "email"
},
"phone": {
"type": "string"
},
"designation": {
"type": "string"
}
},
"x-internal": true
},
"MetabaseToken": {
"title": "MetabaseToken",
"type": "object",
"properties": {
"token": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
"MetabaseRequest": {
"title": "MetabaseRequest",
"type": "object",
"required": [
"dashboard_id"
],
"properties": {
"dashboard_id": {
"type": "number"
},
"account_id": {
"type": "string"
},
"type": {
"type": "string"
},
"reconciliation_status": {
"type": "string"
},
"transaction_status": {
"type": "string"
},
"select_period": {
"type": "string"
}
}
}
},
"securitySchemes": {
"AuthToken": {
"type": "http",
"scheme": "bearer"
},
"InternalAuth": {
"type": "http",
"scheme": "bearer"
}
},
"responses": {},
"examples": {
"AccountListExample": {
"value": {
"data": [
{
"id": "870a13cf-2144-437c-b43e-1c1863426017",
"name": "Buy Now",
"slug": "buy-now",
"website_url": "https://www.buynow.com",
"address": "10830 SW Tualatin Sherwood Rd.Suite 100,Tualatin",
"country": "USA",
"country_code": "US",
"is_active": true
},
{
"id": "c0f2f85c-23c1-481b-a379-07a737725b34",
"name": "Airpay",
"slug": "airpay",
"website_url": "https://www.airpay.co",
"address": "5 Science Park Drive, Shopee Building, Singapore 118265",
"country": "Singapore",
"country_code": "SG",
"is_active": true
}
],
"metadata": {
"page_size": 10,
"page": 1,
"total_pages": 1,
"total": 2
}
}
},
"AccountExample": {
"value": {
"id": "870a13cf-2144-437c-b43e-1c1863426017",
"name": "Buy Now",
"slug": "buy-now",
"website_url": "https://www.buynow.com",
"address": "10830 SW Tualatin Sherwood Rd.Suite 100,Tualatin",
"country": "Singapore",
"country_code": "SG",
"is_active": true
}
},
"AccountSettingExample": {
"value": {
"cognito_region": "ap-southeast-1",
"cognito_account_pool_id": "ap-southeast-1_ZaJxz8ih8",
"cognito_customer_pool_id": "ap-southeast-1_zDlpkabHu",
"cognito_app_client_id": "7rct8vpqmrt5ddq3fpaj8bj4eo",
"cognito_backend_client_id": "6uirhsboelvu1baurpenoulrme",
"config": [
{
"key": "key",
"value": "val1"
}
]
}
},
"MerchantsExample": {
"value": {
"data": [
{
"id": "4fde45e1-6e4f-4039-a8de-bb316a4adeb8",
"name": "Lazada",
"slug": "lazada",
"website_url": "https://www.lazada.co.th/"
}
],
"metadata": {
"page_size": 10,
"page": 1,
"total_pages": 1,
"total": 1
}
}
},
"CreatedMerchantsExample": {
"value": [
{
"id": "4fde45e1-6e4f-4039-a8de-bb316a4adeb8",
"name": "Lazada",
"slug": "lazada",
"website_url": "https://www.lazada.co.th/"
},
{
"id": "8b539f43-a6d6-493e-82f3-2abc4d7676d7",
"name": "Shopee",
"slug": "shopee",
"website_url": "https://www.shopee.com/"
}
]
},
"SuccessMessage": {
"value": {
"message": "ok"
}
},
"AllMerchantExample": {
"value": {
"data": [
{
"id": "4fde45e1-6e4f-4039-a8de-bb316a4adeb8",
"name": "Lazada",
"slug": "lazada",
"website_url": "https://www.lazada.co.th/"
},
{
"id": "8b539f43-a6d6-493e-82f3-2abc4d7676d7",
"name": "Shopee",
"slug": "shopee",
"website_url": "https://www.shopee.com/"
}
],
"metadata": {
"page_size": 10,
"page": 1,
"total_pages": 1,
"total": 2
}
}
},
"MerchantExample": {
"value": {
"id": "4fde45e1-6e4f-4039-a8de-bb316a4adeb8",
"name": "Lazada",
"slug": "lazada",
"website_url": "https://www.lazada.co.th/"
}
},
"MerchantSettingExample": {
"value": {
"cognito_region": "ap-southeast-1",
"cognito_account_pool_id": "ap-southeast-1_qyfEGrJsh",
"cognito_customer_pool_id": "",
"cognito_app_client_id": "3a0m36hddmso0ith32a3firjv3",
"cognito_backend_client_id": "3a0m36hddmso0ith32a3firjv3",
"merchant_result_url": "http://localhost:3000?reference_id=P1293201980299030&state=PAID",
"merchant_cancel_url": "http://localhost:3000?reference_id=P1293201980299030&state=CANCELLED",
"config": [
{
"key": "key",
"value": "val1"
}
]
}
},
"CreateAccountExample": {
"value": {
"slug": "buy-now",
"admin_email": "admin@buynow.com",
"admin_first_name": "Admin",
"admin_last_name": "Super",
"name": "Buy Now",
"website_url": "https://www.buynow.com",
"address": "Robinson Rd, #09-01 80, Singapore 068898",
"country": "Singapore",
"country_code": "SG"
}
},
"CreateMerchantExample": {
"value": {
"name": "Lazada",
"slug": "lazada",
"admin_email": "admin@lazada.com"
}
},
"BackofficeMetadatasExample": {
"value": {
"data": [
{
"cognito_region": "ap-southeast-1",
"cognito_account_pool_id": "ap-southeast-1_ZaJxz8ih8",
"cognito_app_client_id": "6uirhsboelvu1baurpenoulrme"
}
],
"timestamp": 1648031574177
}
},
"MetabaseTokenExample": {
"value": {
"token": "cadferasd",
"url": "http://reporting.dev.openfabric.co/abc"
}
},
"MetabaseRequestExample": {
"value": {
"dashboard_id": 85,
"type": "Settlement",
"reconciliation_status": "Full",
"transaction_status": "Charged"
}
}
}
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/util/string.ts","entries":[{"id":"TlB3.ts","timestamp":1651213368503},{"id":"LTXc.ts","timestamp":1651213458533},{"id":"UZBB.ts","timestamp":1652262082878}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-validator/utilities/getMetadata.ts","entries":[{"id":"q21m.ts","timestamp":1656919575740},{"id":"VJem.ts","timestamp":1656919601163},{"id":"gToB.ts","timestamp":1656919617465}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/test/.vscode/settings.json","entries":[{"id":"aSlc.json","timestamp":1657794223108}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/constant.ts","entries":[{"id":"x2l1.ts","timestamp":1651235485046},{"id":"b71k.ts","timestamp":1652757147676},{"id":"jyve.ts","timestamp":1652942738535},{"id":"WTHf.ts","timestamp":1652942750046},{"id":"MBkD.ts","timestamp":1652942761196},{"id":"sfIB.ts","timestamp":1652942943994},{"id":"OIfw.ts","timestamp":1652943160127},{"id":"7zed.ts","timestamp":1652943175766},{"id":"Fbgz.ts","timestamp":1652943189062},{"id":"nHG3.ts","timestamp":1652943231871},{"id":"2LMA.ts","timestamp":1652943266668},{"id":"16br.ts","timestamp":1652943452905},{"id":"KUfG.ts","timestamp":1652943913196},{"id":"uXpX.ts","timestamp":1653880166809},{"id":"ISq2.ts","timestamp":1653881066209},{"id":"6ImO.ts","timestamp":1653881080587},{"id":"6Yuk.ts","timestamp":1653881120504},{"id":"S0AK.ts","timestamp":1653881163228},{"id":"W2oA.ts","timestamp":1653881217220},{"id":"mLgN.ts","timestamp":1653881264197},{"id":"dhoB.ts","timestamp":1653881410405},{"id":"EsQd.ts","timestamp":1653882758852},{"id":"JhAu.ts","timestamp":1653882775579},{"id":"95mT.ts","timestamp":1655287394003},{"id":"jgZK.ts","timestamp":1655287411460},{"id":"yqfg.ts","timestamp":1655350569032},{"id":"uuza.ts","timestamp":1655350635076},{"id":"raNt.ts","timestamp":1655351334066}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/account/helper.ts","entries":[{"id":"YIvq.ts","timestamp":1652262233615},{"id":"46GZ.ts","timestamp":1656435125976},{"id":"qrVd.ts","timestamp":1656435255406},{"id":"DeJc.ts","timestamp":1656435435175}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/metabase/model/dashboard.ts","entries":[{"id":"MYIE.ts","timestamp":1652928087736},{"id":"QXSK.ts","timestamp":1652928118032},{"id":"muep.ts","timestamp":1652928181058},{"id":"ATng.ts","timestamp":1652928194316},{"id":"yIPT.ts","timestamp":1652928370747},{"id":"MskX.ts","timestamp":1652928383486},{"id":"s6R4.ts","timestamp":1652928399062},{"id":"TxU2.ts","timestamp":1652928433162},{"id":"twtU.ts","timestamp":1652928463271},{"id":"95RQ.ts","timestamp":1652928600501},{"id":"DrUc.ts","timestamp":1652928618262},{"id":"SKhs.ts","timestamp":1652928676641},{"id":"KS4y.ts","timestamp":1652928690765},{"id":"0DzM.ts","timestamp":1652928734040},{"id":"xJVP.ts","timestamp":1652928761345},{"id":"qTAc.ts","timestamp":1652929786982},{"id":"8TIi.ts","timestamp":1652929797346},{"id":"y0sq.ts","timestamp":1652929845137},{"id":"eCo0.ts","timestamp":1652929872377},{"id":"Giv9.ts","timestamp":1652929883416},{"id":"DFa9.ts","timestamp":1652929942559},{"id":"qEge.ts","timestamp":1652929967114},{"id":"TBzW.ts","timestamp":1652929980623},{"id":"MYmS.ts","timestamp":1652930040046},{"id":"o51V.ts","timestamp":1652930056378},{"id":"sHPx.ts","timestamp":1652930071450},{"id":"cYPd.ts","timestamp":1652930089002},{"id":"mFTk.ts","timestamp":1652930113802},{"id":"5ubT.ts","timestamp":1652930186693},{"id":"lBPX.ts","timestamp":1652930228419},{"id":"q5Dk.ts","timestamp":1652930522240},{"id":"jLbP.ts","timestamp":1652930554524},{"id":"8Bv5.ts","timestamp":1652930944607},{"id":"M3U4.ts","timestamp":1652933747354},{"id":"ryGz.ts","timestamp":1652934665391},{"id":"8L7Z.ts","timestamp":1653013122100},{"id":"Ls1F.ts","timestamp":1653013423403},{"id":"Iv3Z.ts","timestamp":1653013606967},{"id":"P9oE.ts","timestamp":1653013642171},{"id":"CcAE.ts","source":"undoRedo.source","timestamp":1653013655525},{"id":"cdT3.ts","timestamp":1653014069347},{"id":"d85a.ts","timestamp":1653019934239},{"id":"qN88.ts","source":"Renaming DataColumn to DatabaseColumn","timestamp":1653019944001},{"id":"tBnC.ts","timestamp":1653398893870},{"id":"CFXL.ts","source":"Renaming QueryParameter to QueryParameterValue","timestamp":1653399034485},{"id":"mJgB.ts","timestamp":1653399068879},{"id":"pdoY.ts","timestamp":1653401766857},{"id":"8TGH.ts","timestamp":1653535393024},{"id":"VTN3.ts","timestamp":1653535672100},{"id":"eFoT.ts","timestamp":1653535709462}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/authenticated/meter_reading.go","entries":[{"id":"DZAe.go","timestamp":1663665321866},{"id":"wn5F.go","timestamp":1663665403763},{"id":"I5yP.go","timestamp":1663666201649},{"id":"RZ0E.go","timestamp":1663666762356},{"id":"Ix6J.go","source":"Organize Imports","timestamp":1663666797602},{"id":"P6aK.go","source":"undoRedo.source","timestamp":1663666812530},{"id":"MVkM.go","timestamp":1663667358864}]}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv-formats": "^2.1.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/package.json","entries":[{"id":"iokG.json","timestamp":1653897200844},{"id":"3ypJ.json","timestamp":1653897297414},{"id":"IqBD.json","timestamp":1653984648670},{"id":"cI9E.json","timestamp":1653984681481},{"id":"unFL.json","timestamp":1653984754979},{"id":"OwOw.json","timestamp":1653984840022},{"id":"r5fH.json","timestamp":1653985189121},{"id":"Ru0P.json","timestamp":1653985476491},{"id":"GGEz.json","timestamp":1653985500853},{"id":"rLm2.json","timestamp":1653985610859},{"id":"ri25.json","timestamp":1653985637791},{"id":"ndMV.json","timestamp":1653985667232},{"id":"qsNe.json","timestamp":1653985862674}]}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"@types/ajv": "^1.0.0",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"generate": "yarn && yarn run generate:json && yarn run generate:model",
"generate:model": "openapi-generator-cli generate -i src/lib/models/unilateral/unilateral.yaml -g typescript-nestjs -o src/lib/models/unilateral --additional-properties=modelPropertyNaming=snake_case --global-property models",
"generate:json": "swagger-cli bundle -o src/lib/models/unilateral/unilateral.json src/lib/models/unilateral/unilateral.yaml",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"@types/ajv": "^1.0.0",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv-formats": "^2.1.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"generate": "yarn && yarn run generate:json && yarn run generate:model",
"generate:model": "openapi-generator-cli generate -i src/lib/models/unilateral/unilateral.yaml -g typescript-nestjs -o src/lib/models/unilateral --additional-properties=modelPropertyNaming=snake_case --global-property models",
"generate:json": "swagger-cli bundle -o src/lib/models/unilateral/unilateral.json src/lib/models/unilateral/unilateral.yaml",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"json-schema-deref-sync": "^0.14.0",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"@types/ajv": "^1.0.0",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"generate": "yarn && yarn run generate:json && yarn run generate:model",
"generate:model": "openapi-generator-cli generate -i src/lib/models/audit/audit.yaml -g typescript-nestjs -o src/lib/models/audit --additional-properties=modelPropertyNaming=snake_case --global-property models",
"generate:json": "swagger-cli bundle -o src/lib/models/audit/audit.json src/lib/models/audit/audit.yaml",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"@types/ajv": "^1.0.0",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"generate:model": "openapi-generator-cli generate -i src/lib/models/audit/audit.yaml -g typescript-nestjs -o src/lib/models/audit --additional-properties=modelPropertyNaming=snake_case --global-property models",
"generate:json": "swagger-cli bundle -o src/lib/models/audit/audit.json src/lib/models/audit/audit.yaml",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"@types/ajv": "^1.0.0",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv": "^8.8.0",
"ajv-formats": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/jsonwebtoken": "^8.5.5",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{
"name": "slice-unilateral-service",
"version": "0.0.1",
"description": "Unilateral service",
"main": "index.js",
"repository": "git@github.com:open-fabric/slice-unilateral-service.git",
"author": "andy@dwarvesv.com",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"build:local": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli",
"test": "jest --silent=false",
"serve": "sam local start-api -p 3008",
"serve:log": "sam local start-api -p 3008 --log-file logfile.txt",
"serve:debug": "sam local start-api -p 3008 --debug-port 5858",
"clean": "rimraf .aws-sam .vscode",
"watch": "NODE_OPTIONS=--enable-source-maps NODE_ENV=development webpack-cli -w"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"aws-lambda": "^1.0.6",
"aws-sdk": "^2.1006.0",
"axios": "^0.22.0",
"jest-html-reporter": "^3.4.1",
"path": "^0.12.7",
"pino": "^7.6.2",
"pino-lambda": "^3.0.0",
"lodash": "^4.17.21",
"openapi-types": "^9.3.0",
"ajv-formats": "^2.1.1",
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/aws-lambda": "^8.10.83",
"@types/jest": "^27.0.3",
"aws-sam-webpack-plugin": "^0.11.0",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/getMerchantConfigMetadata/getMerchantConfigMetadata.ts","entries":[{"id":"WWDP.ts","timestamp":1654672695329},{"id":"Tie6.ts","timestamp":1654676286621},{"id":"lsYT.ts","timestamp":1654676323009},{"id":"878U.ts","timestamp":1654759421730},{"id":"FCg1.ts","source":"Workspace Edit","timestamp":1654759425200},{"id":"WTpf.ts","timestamp":1655353041002},{"id":"Lf2D.ts","timestamp":1655353456123},{"id":"pZ8S.ts","timestamp":1655353540458},{"id":"u7HC.ts","timestamp":1655353700638},{"id":"Vv9M.ts","timestamp":1655353712785},{"id":"GuQE.ts","timestamp":1655354205695},{"id":"KpSQ.ts","timestamp":1655354229892},{"id":"9Ydr.ts","timestamp":1655354251673},{"id":"VaU0.ts","timestamp":1655354378388},{"id":"kOI1.ts","timestamp":1655354390158},{"id":"Y4jI.ts","source":"undoRedo.source","timestamp":1655354396113},{"id":"plQM.ts","timestamp":1655354700781},{"id":"PWgs.ts","timestamp":1655354746027},{"id":"cW0L.ts","timestamp":1655732630774},{"id":"X7y7.ts","source":"Renaming getMetadaList to getMetadataList","timestamp":1655732639224}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/reversedStatus.ts","entries":[{"id":"JZp4.ts","timestamp":1651234372148}]}
{"version":1,"resource":"file:///Users/hieuphan/.kube/config","entries":[{"id":"8bV4","timestamp":1663062357874},{"id":"tsjJ","timestamp":1663311170313},{"id":"YmiH","timestamp":1663311224575},{"id":"mD2Z","timestamp":1663311299206},{"id":"W9mc","timestamp":1663311393743},{"id":"9Dse","timestamp":1663311445793}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/README.md","entries":[{"id":"YduO.md","timestamp":1655793158446},{"id":"pgBi.md","timestamp":1655793356578},{"id":"TzMf.md","timestamp":1655794473135},{"id":"ANnw.md","timestamp":1655794528880},{"id":"goP5.md","timestamp":1655795083126},{"id":"ej7R.md","timestamp":1655795109595},{"id":"jQqe.md","timestamp":1655795359588},{"id":"m6HA.md","timestamp":1655795519887},{"id":"incS.md","timestamp":1655795582757},{"id":"ET3J.md","timestamp":1655795609500},{"id":"IpED.md","timestamp":1655795663333},{"id":"1uhF.md","timestamp":1655796072266},{"id":"LhiF.md","timestamp":1655796117442},{"id":"vNyh.md","timestamp":1655796145241}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/tini/cmd/server/main.go","entries":[{"id":"yWoC.go","timestamp":1658802521661},{"id":"9TuK.go","timestamp":1658803572536},{"id":"yiAH.go","timestamp":1658803775922},{"id":"y7Ty.go","timestamp":1658803977232},{"id":"0tVz.go","timestamp":1658804030051},{"id":"bGR9.go","timestamp":1658804132942},{"id":"SOJH.go","timestamp":1658804198010},{"id":"0u4l.go","timestamp":1658804209998},{"id":"hmC6.go","timestamp":1658804284845},{"id":"ZRq5.go","timestamp":1658804311185},{"id":"cero.go","timestamp":1658804550463},{"id":"fI9p.go","timestamp":1658804571698},{"id":"Ff2B.go","timestamp":1658804618923},{"id":"QIf9.go","timestamp":1658804702720},{"id":"jD79.go","timestamp":1658804737839},{"id":"mGzv.go","timestamp":1658804800111},{"id":"i0Ae.go","timestamp":1658804874716},{"id":"mVrn.go","timestamp":1658804890331}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/widgetQueryRequest.ts","entries":[{"id":"f4P6.ts","timestamp":1652260895709}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/cognito/cognito-service.ts","entries":[{"id":"0Xqg.ts","timestamp":1651236407568},{"id":"pVD3.ts","timestamp":1652943417007}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/experience.md","entries":[{"id":"TAAk.md","timestamp":1658107892858},{"id":"uZJs.md","timestamp":1658108476562},{"id":"uIdw.md","timestamp":1658108678082}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/env.json","entries":[{"id":"odjR.json","timestamp":1650965402991}]}
{
"Parameters": {
"INTERNAL_ROOT_DOMAIN": "internal.dev.openfabric.co",
"CACHING_PRIVATE_GATEWAY_ENDPOINT": "master.dev.openfabric.co",
"INTERNAL_JWT_SECRET": "MyCsvJ8U7upfRdovzaLsHEmNsX"
}
}
{"version":1,"resource":"file:///Users/hieuphan/.ssh/known_hosts","entries":[{"id":"Y9P5","timestamp":1653906950660},{"id":"TskD","timestamp":1653907198363},{"id":"I1jm","timestamp":1654961762932},{"id":"opO8","source":"undoRedo.source","timestamp":1654961780176},{"id":"KG25","timestamp":1663305635981},{"id":"EcC4","timestamp":1663305825965},{"id":"ebO0","source":"undoRedo.source","timestamp":1663307979771},{"id":"AzNo","timestamp":1663307987024}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/__tests__/controllers/dashboards.test.ts","entries":[{"id":"cufr.ts","timestamp":1653026642241},{"id":"ujh6.ts","timestamp":1653026695727},{"id":"novW.ts","timestamp":1653026736647},{"id":"rQRS.ts","timestamp":1653026905236},{"id":"hL3A.ts","timestamp":1653026915877},{"id":"fCJZ.ts","timestamp":1653026943448},{"id":"rdpq.ts","timestamp":1653027024285},{"id":"g3Fy.ts","timestamp":1653027083385},{"id":"xNta.ts","timestamp":1653027255513},{"id":"tixE.ts","timestamp":1653027499414},{"id":"KCw1.ts","timestamp":1653027622973},{"id":"JnFy.ts","timestamp":1653027720956},{"id":"ytbQ.ts","timestamp":1653027731167},{"id":"2QOr.ts","source":"Renaming res2 to res","timestamp":1653027753387},{"id":"msZu.ts","timestamp":1653027776392},{"id":"UnxA.ts","timestamp":1653027798252},{"id":"2aim.ts","timestamp":1653027933813},{"id":"vs0j.ts","timestamp":1653550603621},{"id":"C4Nw.ts","timestamp":1653550852952},{"id":"5YEQ.ts","timestamp":1653551167910},{"id":"KHwV.ts","timestamp":1653551235958},{"id":"DZqr.ts","timestamp":1653551287974},{"id":"82D2.ts","timestamp":1653551394900},{"id":"pgqc.ts","timestamp":1653551405670},{"id":"BIaA.ts","timestamp":1653883877013}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/3-ingress/ingress.yaml","entries":[{"id":"ZcSr.yaml","timestamp":1663300051047},{"id":"t61v.yaml","timestamp":1663300150455}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/dashboard/helper.ts","entries":[{"id":"Obvs.ts","timestamp":1653014589891},{"id":"1k7K.ts","timestamp":1653014643393},{"id":"Heza.ts","timestamp":1653014676356},{"id":"R4jD.ts","timestamp":1653014704976},{"id":"VjPi.ts","timestamp":1653014822211},{"id":"8V8j.ts","timestamp":1653014838220},{"id":"zeBt.ts","timestamp":1653017536211},{"id":"Zsle.ts","timestamp":1653017566824},{"id":"XkHO.ts","timestamp":1653400604918},{"id":"WzIZ.ts","timestamp":1653401337326},{"id":"UGtJ.ts","timestamp":1653402363631},{"id":"LrBH.ts","timestamp":1653402373676},{"id":"EEef.ts","timestamp":1653536440258},{"id":"nEJ5.ts","timestamp":1653536544436},{"id":"cPY7.ts","timestamp":1653539349887},{"id":"1BWV.ts","timestamp":1653539374265},{"id":"xieX.ts","timestamp":1653540439835},{"id":"o2Sf.ts","timestamp":1653540494233},{"id":"yOid.ts","timestamp":1653555577331},{"id":"7iOm.ts","timestamp":1653555841189},{"id":"U7sa.ts","timestamp":1653555948273},{"id":"tGQY.ts","timestamp":1653555994450},{"id":"eqAF.ts","timestamp":1653556069223},{"id":"1NPi.ts","timestamp":1653556101414},{"id":"jj04.ts","timestamp":1653877995710},{"id":"qNxn.ts","timestamp":1653878028659},{"id":"sBIl.ts","timestamp":1653878041692},{"id":"gOch.ts","timestamp":1653878084039},{"id":"mu7b.ts","timestamp":1653880173357}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/cat-fire/src/app.ts","entries":[{"id":"V6pV.ts","timestamp":1664117505536},{"id":"vkTs.ts","timestamp":1664117582469}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/scripts/build.js","entries":[{"id":"aFGI.js","timestamp":1662516042254}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/exp/experience.md","entries":[{"id":"5N0w.md","timestamp":1658721542171},{"id":"N5y0.md","timestamp":1658806490714}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/sqlboiler.yaml","entries":[{"id":"S7ry.yaml","source":"renamed.source","timestamp":1663581824613},{"id":"lgJm.yaml","timestamp":1663582404355},{"id":"QhhR.yaml","timestamp":1663582734311},{"id":"obuu.yaml","timestamp":1663582791366},{"id":"tL89.yaml","timestamp":1663582889146},{"id":"9V9e.yaml","timestamp":1663582909021},{"id":"GnkG.yaml","source":"undoRedo.source","timestamp":1663582915923},{"id":"R9YI.yaml","timestamp":1663583005905},{"id":"inos.yaml","timestamp":1663583199638},{"id":"dDFW.yaml","timestamp":1663583365521},{"id":"nkN6.yaml","timestamp":1663583531015},{"id":"AIPX.yaml","source":"undoRedo.source","timestamp":1663583542097},{"id":"jOIQ.yaml","timestamp":1663584872229}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/.env.cex","entries":[{"id":"8o4f.cex","timestamp":1658291868905},{"id":"11T0.cex","timestamp":1658373563026},{"id":"EhH1.cex","timestamp":1658373934466},{"id":"qpuw.cex","timestamp":1658373980656},{"id":"QSDt.cex","timestamp":1658374643661},{"id":"Q39M.cex","timestamp":1658375137042},{"id":"eAmh.cex","timestamp":1658375147176},{"id":"MGcx.cex","timestamp":1658377402868},{"id":"6mb6.cex","timestamp":1658389953936},{"id":"x1dy.cex","timestamp":1658390320620},{"id":"mPY2.cex","timestamp":1658395174888}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/.env.api","entries":[{"id":"K4bB.api","source":"Rename .env copy.cex to .env.api","timestamp":1658373557210},{"id":"vD5g.api","timestamp":1658374268740},{"id":"57tK.api","timestamp":1658374657186},{"id":"Kh3V.api","timestamp":1658375161096},{"id":"cgKU.api","source":"undoRedo.source","timestamp":1658377107456},{"id":"wC9D.api","timestamp":1658377114637},{"id":"RN5O.api","timestamp":1658390167186},{"id":"InF0.api","timestamp":1658390314381},{"id":"DDFr.api","source":"undoRedo.source","timestamp":1658390588284}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex7/echo-job.yaml","entries":[{"id":"FuB1.yaml","timestamp":1663257362306},{"id":"E0EL.yaml","source":"renamed.source","timestamp":1663257371477},{"id":"od4S.yaml","timestamp":1663257374639},{"id":"vaTE.yaml","timestamp":1663258807748},{"id":"jJ1w.yaml","timestamp":1663258853330},{"id":"MuHF.yaml","timestamp":1663258871534},{"id":"sk36.yaml","timestamp":1663259207785}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/.env","entries":[{"id":"84eT","timestamp":1654076125975},{"id":"flV8","timestamp":1654078499091},{"id":"YZlD","timestamp":1654079000346}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/pkg/logger/logger.go","entries":[{"id":"9KQx.go","timestamp":1658733255214},{"id":"l6dB.go","timestamp":1658733358940}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex5/hellok8s.yaml","entries":[{"id":"IYFt.yaml","timestamp":1663205705957},{"id":"Cxdq.yaml","timestamp":1663208308424},{"id":"hgX1.yaml","timestamp":1663208513973}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/totp/totp/index.js","entries":[{"id":"tasE.js","timestamp":1653304058876},{"id":"bSdE.js","timestamp":1653304205531},{"id":"sqEG.js","timestamp":1653306943793},{"id":"EeH6.js","timestamp":1653307329318},{"id":"775l.js","timestamp":1653307355465},{"id":"oeOT.js","source":"undoRedo.source","timestamp":1653307363415},{"id":"8ipt.js","timestamp":1653307532579},{"id":"2d83.js","timestamp":1653307559375},{"id":"fZel.js","timestamp":1653307574761},{"id":"TFNw.js","timestamp":1653307667979},{"id":"3Wep.js","timestamp":1653307825416}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/prisma/migrations/20220519104823_seeding_master_rule/migration.sql","entries":[{"id":"wfzd.sql","timestamp":1652963184998},{"id":"88yS.sql","timestamp":1652963291101},{"id":"zce5.sql","timestamp":1652963351670},{"id":"ZsLI.sql","timestamp":1652963371769},{"id":"zvKm.sql","timestamp":1652963424154},{"id":"HHOG.sql","source":"undoRedo.source","timestamp":1652963440984},{"id":"v50A.sql","timestamp":1652963829118}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Unilateral/UnilateralService.ts","entries":[{"id":"dWqh.ts","timestamp":1654614415511},{"id":"ELuH.ts","timestamp":1654614642976},{"id":"nVc4.ts","timestamp":1654614697809},{"id":"ZMfN.ts","timestamp":1654650500428},{"id":"yFEk.ts","timestamp":1654650525155},{"id":"1jLo.ts","timestamp":1654650541985},{"id":"dNqA.ts","timestamp":1654650568811},{"id":"l8pQ.ts","timestamp":1654650718745},{"id":"rZOt.ts","timestamp":1654650733000},{"id":"fcw8.ts","timestamp":1654651125357},{"id":"3Ypz.ts","timestamp":1654651218928},{"id":"dK8c.ts","timestamp":1654651304810},{"id":"PjYS.ts","source":"undoRedo.source","timestamp":1654696421959},{"id":"I4ks.ts","timestamp":1654698134564},{"id":"TZOa.ts","timestamp":1654699059255},{"id":"dNdy.ts","timestamp":1654699225707},{"id":"GdT3.ts","timestamp":1654704026617},{"id":"L12E.ts","timestamp":1654704048300},{"id":"jlNa.ts","timestamp":1654704082855},{"id":"v83w.ts","timestamp":1654704113046},{"id":"dqFu.ts","timestamp":1654704324194},{"id":"JS36.ts","timestamp":1654704388664},{"id":"YGoq.ts","timestamp":1654706764936},{"id":"MAsU.ts","timestamp":1654754807018},{"id":"AS5p.ts","timestamp":1654754830341},{"id":"Rx2Q.ts","timestamp":1654754898194},{"id":"Hp8r.ts","timestamp":1654756133063},{"id":"9Vcy.ts","timestamp":1654756242360},{"id":"AgFb.ts","timestamp":1654756260403},{"id":"VfXG.ts","timestamp":1654756276274},{"id":"xyY2.ts","timestamp":1654757295034},{"id":"WJnt.ts","timestamp":1654757432618},{"id":"Ibb1.ts","timestamp":1654757452578},{"id":"WiPP.ts","timestamp":1654758424221},{"id":"4FNY.ts","timestamp":1654758645837},{"id":"RRxG.ts","timestamp":1654759347769},{"id":"XhOK.ts","timestamp":1655141352754},{"id":"xg4C.ts","timestamp":1655141366003},{"id":"CdJe.ts","timestamp":1655355230690},{"id":"rLUy.ts","timestamp":1655729669434},{"id":"I7b9.ts","source":"undoRedo.source","timestamp":1655730757062},{"id":"oVDe.ts","timestamp":1655731073585},{"id":"tI0I.ts","timestamp":1655731405993},{"id":"lEUM.ts","timestamp":1655731881337},{"id":"eC8X.ts","timestamp":1655732387924},{"id":"zPPf.ts","timestamp":1655732561569},{"id":"02tj.ts","timestamp":1655732599682},{"id":"ysAy.ts","timestamp":1655732639245},{"id":"c0In.ts","timestamp":1655734372489},{"id":"5XMO.ts","timestamp":1655734413012}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/README.md","entries":[{"id":"SzHz.md","timestamp":1653896541869},{"id":"3WFd.md","timestamp":1653987782175},{"id":"JoI6.md","timestamp":1653987802633},{"id":"dON3.md","timestamp":1653988212320},{"id":"CzBI.md","timestamp":1653988267769},{"id":"4o3X.md","timestamp":1653988318929},{"id":"sKko.md","timestamp":1653988345387},{"id":"s32Z.md","timestamp":1653988357622},{"id":"rK9M.md","timestamp":1654072601806},{"id":"kZYs.md","timestamp":1654072896398},{"id":"Ffij.md","timestamp":1654652892033},{"id":"g5xy.md","timestamp":1654705188527},{"id":"KCwP.md","timestamp":1654705205189}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/merchant/helper.ts","entries":[{"id":"rOJ0.ts","timestamp":1651229521969},{"id":"AWbd.ts","timestamp":1652262300973},{"id":"m27b.ts","timestamp":1652861911505}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/Jenkinsfile.ci.groovy","entries":[{"id":"gnfm.groovy","timestamp":1662520915728},{"id":"IVy5.groovy","timestamp":1662520933401},{"id":"JJsB.groovy","timestamp":1662520955959},{"id":"2KiJ.groovy","timestamp":1662521001045},{"id":"FK3L.groovy","timestamp":1662521024650},{"id":"hR2u.groovy","timestamp":1662521054387},{"id":"GhTR.groovy","timestamp":1662521161768},{"id":"IImw.groovy","timestamp":1662521231867},{"id":"bbc6.groovy","timestamp":1662521279898},{"id":"U44G.groovy","source":"undoRedo.source","timestamp":1662521297694},{"id":"TzVv.groovy","timestamp":1662521328135},{"id":"QMBO.groovy","timestamp":1662521398210},{"id":"XAnj.groovy","timestamp":1662521426632},{"id":"N2qP.groovy","timestamp":1662521450767},{"id":"oOMs.groovy","timestamp":1662523650956},{"id":"pP8I.groovy","timestamp":1662536596123},{"id":"RxQ8.groovy","timestamp":1662536886709},{"id":"788e.groovy","timestamp":1662537805897},{"id":"Y8K2.groovy","timestamp":1662538317519},{"id":"1ZGe.groovy","timestamp":1662538518757}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/Dockerfile","entries":[{"id":"PBkQ","timestamp":1658822000537},{"id":"XV5X","timestamp":1658822262725}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/pkg/service/auth_service.go","entries":[{"id":"bW6d.go","timestamp":1658738845602},{"id":"llzD.go","timestamp":1658738910954},{"id":"vJjv.go","timestamp":1658739007995},{"id":"vsCQ.go","timestamp":1658739151937},{"id":"iUde.go","timestamp":1658739208397},{"id":"Vhss.go","timestamp":1658739245889},{"id":"NpnX.go","timestamp":1658739432938},{"id":"BJ3z.go","timestamp":1658739444306},{"id":"dUFV.go","timestamp":1658739455462},{"id":"MKuJ.go","timestamp":1658739632921},{"id":"vmHv.go","timestamp":1658739668931},{"id":"BGwT.go","timestamp":1658739807148},{"id":"EXFJ.go","timestamp":1658739854572},{"id":"W7qZ.go","source":"Organize Imports","timestamp":1658739950139},{"id":"oGHd.go","timestamp":1658740001732},{"id":"s1ON.go","timestamp":1658740052765},{"id":"FGFB.go","timestamp":1658740100992},{"id":"MhGk.go","timestamp":1658741370519},{"id":"rToE.go","timestamp":1658741460988},{"id":"Ah4A.go","timestamp":1658741517441},{"id":"fKpK.go","source":"renamed.source","timestamp":1658741529023},{"id":"RsNc.go","timestamp":1658741561915},{"id":"LW92.go","timestamp":1658741596871},{"id":"HPyI.go","timestamp":1658741677762},{"id":"LQzK.go","timestamp":1658742335116},{"id":"dwzo.go","timestamp":1658742352974},{"id":"43wy.go","timestamp":1658742445880},{"id":"qBZ3.go","timestamp":1658742583307},{"id":"MGg9.go","timestamp":1658742941590},{"id":"Jq4i.go","timestamp":1658742985607},{"id":"Pbnl.go","timestamp":1658743008350},{"id":"k0aN.go","source":"Organize Imports","timestamp":1658743090672},{"id":"5xB2.go","timestamp":1658743104284},{"id":"Xc6u.go","timestamp":1658743138517},{"id":"k3mL.go","timestamp":1658743231797},{"id":"KA1a.go","timestamp":1658743283963},{"id":"XyKZ.go","timestamp":1658743954894},{"id":"HWOj.go","timestamp":1658744286836},{"id":"qAqD.go","timestamp":1658744375512},{"id":"BQvo.go","timestamp":1658744740077},{"id":"cSrU.go","source":"Organize Imports","timestamp":1658744756304},{"id":"EAxa.go","timestamp":1658744811649},{"id":"Ai9W.go","timestamp":1658744822560},{"id":"m5uJ.go","timestamp":1658744840809},{"id":"gIvt.go","timestamp":1658745053696},{"id":"yPl6.go","timestamp":1658745072819}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/getMerchantConfigMetadata/test/getMerchantConfigMetadata.spec.ts","entries":[{"id":"GzXr.ts","timestamp":1654672663949},{"id":"yZDU.ts","timestamp":1654672683193},{"id":"9aUk.ts","source":"searchReplace.source","timestamp":1655140484150},{"id":"gDcD.ts","timestamp":1655353762596},{"id":"W7Mh.ts","timestamp":1655353953844},{"id":"fKLH.ts","timestamp":1655353976769},{"id":"NjGY.ts","timestamp":1655353991587},{"id":"KQLg.ts","timestamp":1655354052634},{"id":"b0N8.ts","timestamp":1655354110535},{"id":"06E9.ts","timestamp":1655354661507},{"id":"KTnY.ts","timestamp":1655354796340},{"id":"Zizk.ts","timestamp":1655354824232},{"id":"Rdb4.ts","timestamp":1655453385188},{"id":"GvUW.ts","timestamp":1655732690869}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/pkg/model/user.go","entries":[{"id":"pk45.go","timestamp":1658738768508},{"id":"53wf.go","timestamp":1658738779775},{"id":"vKLt.go","timestamp":1658741402939},{"id":"WoAm.go","timestamp":1658741414914},{"id":"qD2j.go","source":"undoRedo.source","timestamp":1658741435407}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/customerInfo.ts","entries":[{"id":"nUZR.ts","timestamp":1651234210052}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/pkg/middleware/auth_user.go","entries":[{"id":"112F.go","timestamp":1658820577082},{"id":"cLcV.go","timestamp":1658820615483},{"id":"OSEI.go","timestamp":1658820659406},{"id":"qPzK.go","timestamp":1658820689929}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/_.eslint.json","entries":[{"id":"yPBh.json","timestamp":1662687759049}]}
{
"parser": "babel-eslint",
"extends": [
"standard",
"standard-react",
"plugin:jest/recommended",
"plugin:react/recommended"
],
"plugins": [
"import",
"standard",
"jest",
"react-hooks",
"testing-library"
],
"env": {
"browser": true,
"node": true,
"es6": true,
"jest/globals": true
},
"settings": {
"jest": {
"version": 24
}
},
"rules": {
"react/jsx-uses-react": 1,
"react/prop-types": "off",
"react/no-unused-prop-types": "off",
"react/jsx-fragments": [
"warn",
"element"
],
"react/jsx-first-prop-new-line": "off",
"react/jsx-closing-tag-location": "off",
"react/jsx-indent": [
2,
2,
{
"checkAttributes": false
}
],
"react/jsx-handler-names": "off",
"template-curly-spacing": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"testing-library/await-async-query": "error",
"testing-library/no-await-sync-query": "error",
"testing-library/no-debug": "warn",
"indent": [
"error",
2
],
"arrow-parens": "error",
"no-case-declarations": "off",
"semi": [
"error",
"always"
],
"quotes": [
"error",
"double"
],
"react/react-in-jsx-scope": "off",
"react/jsx-filename-extension": [
1,
{
"extensions": [
".js",
".jsx"
]
}
] //should add ".ts" if typescript project
},
"overrides": [
{
"files": [
"src/__mocks__/*.js"
],
"rules": {
"no-unused-vars": "off",
"no-global-assign": "off"
}
}
]
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/cmd/server/main.go","entries":[{"id":"LNr3.go","timestamp":1655453535063},{"id":"qU72.go","source":"moved.source","timestamp":1655454217302},{"id":"z0au.go","source":"moved.source","timestamp":1655454229275},{"id":"sZnz.go","source":"Organize Imports","timestamp":1655697895859},{"id":"axAD.go","source":"Organize Imports","timestamp":1655697966334},{"id":"whvp.go","source":"Organize Imports","timestamp":1655698124079},{"id":"ZBu4.go","source":"Organize Imports","timestamp":1655698160126},{"id":"j8rl.go","timestamp":1655698177086},{"id":"YTpS.go","timestamp":1655698212289},{"id":"QBse.go","timestamp":1655698242390},{"id":"2Nv1.go","timestamp":1655698333928},{"id":"KHZD.go","timestamp":1655698540726},{"id":"DZd5.go","timestamp":1655699060445},{"id":"6BUk.go","timestamp":1655699073504},{"id":"hjjg.go","timestamp":1655699134352},{"id":"wnxG.go","source":"Organize Imports","timestamp":1655699149664},{"id":"qqq0.go","timestamp":1655699178547},{"id":"JVjl.go","source":"Organize Imports","timestamp":1655699186778},{"id":"4BwS.go","timestamp":1655699283652},{"id":"AJXI.go","timestamp":1655699419538},{"id":"9YJH.go","timestamp":1655699444183},{"id":"VTfo.go","timestamp":1655702347623},{"id":"uVoX.go","timestamp":1655702358457},{"id":"dHJX.go","timestamp":1655702379700},{"id":"n3z4.go","timestamp":1655702407252},{"id":"3Nrp.go","timestamp":1655702436138},{"id":"6JYU.go","timestamp":1655702520680},{"id":"D690.go","timestamp":1655703010066},{"id":"j6Fl.go","source":"Organize Imports","timestamp":1655703038157},{"id":"n9V8.go","timestamp":1655703296653},{"id":"kjVv.go","timestamp":1655703389905},{"id":"5f7t.go","timestamp":1655703405934},{"id":"KTiY.go","timestamp":1655703477985},{"id":"9zIx.go","timestamp":1655703499273},{"id":"svWW.go","timestamp":1655703523209},{"id":"YXwR.go","timestamp":1655703581354},{"id":"hTbH.go","timestamp":1655703595825},{"id":"wPAh.go","source":"Organize Imports","timestamp":1655703751015},{"id":"wgjx.go","timestamp":1655703828550},{"id":"TOGK.go","timestamp":1655703849729},{"id":"03Z6.go","timestamp":1655703923478},{"id":"5xr8.go","timestamp":1655705334370},{"id":"Clui.go","timestamp":1655705382883},{"id":"psVH.go","timestamp":1655706509098}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/consolelabs/indexer/.vscode/settings.json","entries":[{"id":"YyPF.json","timestamp":1659336529720}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/erlang/fibo/fibo.erl","entries":[{"id":"nNpU.erl","timestamp":1659327545440},{"id":"hWrr.erl","timestamp":1659327596266},{"id":"XjNb.erl","timestamp":1659327626173},{"id":"9fgj.erl","timestamp":1659327768996},{"id":"Snhf.erl","timestamp":1659327890096},{"id":"oYhp.erl","timestamp":1659328653612}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/authenticated/gqlgen.yaml","entries":[{"id":"pOhZ.yaml","timestamp":1663663596574},{"id":"hJgM.yaml","timestamp":1663663649661},{"id":"jW4h.yaml","timestamp":1663666408819}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Error/RequestErrorHandler.ts","entries":[{"id":"8yHO.ts","timestamp":1653897883120}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/accountTransactionRequest.ts","entries":[{"id":"Lr9j.ts","timestamp":1651233991779}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-pg-integration/src/omise.spec.ts","entries":[{"id":"ICd8.ts","timestamp":1649155146545},{"id":"R50X.ts","timestamp":1649155161026},{"id":"R9Sx.ts","timestamp":1649155206504},{"id":"NoFH.ts","timestamp":1649155229288},{"id":"9iJ2.ts","timestamp":1649156530599},{"id":"f3HA.ts","timestamp":1649156819461},{"id":"VvDA.ts","timestamp":1649157003910},{"id":"Q6Nd.ts","timestamp":1649157022229},{"id":"pgv3.ts","source":"Renaming mockAxios","timestamp":1649157247034},{"id":"VDey.ts","timestamp":1649233256889},{"id":"pD0S.ts","source":"Renaming holderName","timestamp":1649233292822},{"id":"a4UQ.ts","timestamp":1649233312781},{"id":"dwfW.ts","timestamp":1649237699679},{"id":"aPGi.ts","timestamp":1649237743989},{"id":"YKOH.ts","source":"moved.source","timestamp":1649303862124}]}
{
"resource": "/u/config/merchants/{id}/connect",
"path": "/u/config/merchants/6e0b992d-acbe-4273-b560-28f804f65e16/connect",
"pathParameters": {
"id": "6e0b992d-acbe-4273-b560-28f804f65e16"
},
"httpMethod": "PUT",
"body": "{\"ids\": [\"abc\"]}",
"isBase64Encoded": true,
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"Content-Type": "application/json"
},
"requestContext": {
"authorizer": {
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY29wZXMiOiJ1c2Vycy5jcmVhdGUsdHJhbnNhY3Rpb25zLnJlYWQsdHJhbnNhY3Rpb25zLmNyZWF0ZSx0cmFuc2FjdGlvbnMudXBkYXRlLHRyYW5zYWN0aW9ucy5kZWxldGUsY2FyZC5yZWFkLGNhcmQuY3JlYXRlIiwiYWNjb3VudF9pZCI6ImZmYjQzMTNkLWMwM2QtNGFhZS04MjhhLWFiYzUxYTllMzAxNSIsImlhdCI6MTY0MDE0OTcwMCwiZXhwIjoxNjgwMTUwMzAwLCJqdGkiOiJqd3Rfbm9uY2UifQ.b2nx9g5IjPYjifobOB-n0-hEiTavLuKP_ogsFJMgr4s"
},
"accountId": "ffb4313d-c03d-4aae-828a-abc51a9e3015",
"stage": "prod",
"requestId": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef"
}
}
{
"resource": "/u/config/merchants/{id}/connect",
"path": "/u/config/merchants/5fd930f0-e711-49d9-bf67-6ea84fe5ccb2/connect",
"pathParameters": {
"id": "5fd930f0-e711-49d9-bf67-6ea84fe5ccb2"
},
"httpMethod": "PUT",
"body": "{\"ids\": [\"abc\", \"ffb4313d-c03d-4aae-828a-abc51a9e3015\"], \"connect\": false}",
"isBase64Encoded": true,
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"Content-Type": "application/json"
},
"requestContext": {
"authorizer": {
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY29wZXMiOiJ1c2Vycy5jcmVhdGUsdHJhbnNhY3Rpb25zLnJlYWQsdHJhbnNhY3Rpb25zLmNyZWF0ZSx0cmFuc2FjdGlvbnMudXBkYXRlLHRyYW5zYWN0aW9ucy5kZWxldGUsY2FyZC5yZWFkLGNhcmQuY3JlYXRlIiwiYWNjb3VudF9pZCI6ImZmYjQzMTNkLWMwM2QtNGFhZS04MjhhLWFiYzUxYTllMzAxNSIsImlhdCI6MTY0MDE0OTcwMCwiZXhwIjoxNjgwMTUwMzAwLCJqdGkiOiJqd3Rfbm9uY2UifQ.b2nx9g5IjPYjifobOB-n0-hEiTavLuKP_ogsFJMgr4s"
},
"accountId": "ffb4313d-c03d-4aae-828a-abc51a9e3015",
"stage": "prod",
"requestId": "c6af9ac6-7b61-11e6-9a41-93e8deadbeef"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/events/disconnect.json","entries":[{"id":"6Ssz.json","timestamp":1654707748221},{"id":"egK0.json","timestamp":1655734235037}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/Jenkinsfile.cd.groovy","entries":[{"id":"ZBaO.groovy","timestamp":1662521502664},{"id":"4yKT.groovy","timestamp":1662521527666},{"id":"fjSi.groovy","timestamp":1662521601495},{"id":"QVn5.groovy","timestamp":1662521674672},{"id":"iOut.groovy","timestamp":1662521989626},{"id":"fhvP.groovy","timestamp":1662522084523},{"id":"zC9Q.groovy","timestamp":1662522102368},{"id":"hgyA.groovy","timestamp":1662522154467},{"id":"jsHh.groovy","timestamp":1662522615392},{"id":"qLIb.groovy","timestamp":1662522747291},{"id":"S3Sg.groovy","timestamp":1662522779272},{"id":"4Wre.groovy","timestamp":1662522824154},{"id":"MkEF.groovy","timestamp":1662523020303},{"id":"B1TC.groovy","timestamp":1662523052837},{"id":"1tda.groovy","timestamp":1662523082504},{"id":"p0CE.groovy","timestamp":1662526229561},{"id":"AirL.groovy","timestamp":1662630790468},{"id":"oeBi.groovy","timestamp":1662630918987},{"id":"WUTF.groovy","timestamp":1662685273057}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/src/utils/auth.js","entries":[{"id":"Fd0X.js","timestamp":1662603847660},{"id":"tu9B.js","timestamp":1662604170628}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/bobcat/build/k8s/qa/configmap.yaml","entries":[{"id":"aZmE.yaml","source":"undoRedo.source","timestamp":1662530757578}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/Dockerfile","entries":[{"id":"Zylu","timestamp":1658299557048},{"id":"3Ubh","timestamp":1658380528111}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/chargeTransactionResponse.ts","entries":[{"id":"AqRC.ts","timestamp":1651234194063}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/pkg/service/emailer/emailer.go","entries":[{"id":"uS7l.go","timestamp":1655704178923},{"id":"GJVS.go","timestamp":1655704204641},{"id":"ajx2.go","timestamp":1655704278489},{"id":"Ij1O.go","timestamp":1655704321094},{"id":"ZCEu.go","timestamp":1655704482752},{"id":"FUgm.go","timestamp":1655704501296},{"id":"X7Kt.go","timestamp":1655704582767},{"id":"kYKg.go","timestamp":1655704674068},{"id":"Qshe.go","timestamp":1655704918477},{"id":"VQpp.go","timestamp":1655704993677},{"id":"hI28.go","timestamp":1655705064738},{"id":"8gdS.go","timestamp":1655705110274},{"id":"EW5B.go","timestamp":1655705134841},{"id":"B0zD.go","timestamp":1655705162801},{"id":"ptEr.go","timestamp":1655705712510},{"id":"od7C.go","timestamp":1655705869160}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/bobcat/Makefile","entries":[{"id":"Tmgo","timestamp":1662524438596}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/env.ts","entries":[{"id":"hjFl.ts","timestamp":1650272632861},{"id":"0vsx.ts","source":"Renaming awsPrivateApiGatewayEndpoint","timestamp":1650272906422},{"id":"G95n.ts","timestamp":1651210286966},{"id":"Jo3A.ts","timestamp":1651211521630},{"id":"S3UD.ts","timestamp":1651631667493},{"id":"ylvf.ts","timestamp":1651810305365},{"id":"hruF.ts","timestamp":1651810350766},{"id":"b9IY.ts","timestamp":1651810454801},{"id":"Z7ug.ts","timestamp":1651810495496},{"id":"11A5.ts","timestamp":1651811026790},{"id":"9zob.ts","timestamp":1651816244696},{"id":"FoRO.ts","timestamp":1652427754732},{"id":"22BK.ts","timestamp":1652427779510},{"id":"DWmw.ts","timestamp":1652427838956},{"id":"LMqv.ts","timestamp":1652427856562},{"id":"sGPG.ts","timestamp":1652428311365},{"id":"K1hL.ts","timestamp":1652927077641},{"id":"3MBF.ts","timestamp":1653015979277},{"id":"Fs4F.ts","timestamp":1653016015339},{"id":"Zz1s.ts","timestamp":1653016037712},{"id":"kv2L.ts","timestamp":1653016054667}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex6/hellok8s-config.yaml","entries":[{"id":"dX8H.yaml","timestamp":1663251083976}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/bobcat/.vscode/settings.json","entries":[{"id":"eZFf.json","timestamp":1662346459468}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/db/migration/20220617112356_add_dob_in_users.up.sql","entries":[{"id":"A743.sql","timestamp":1655465094311},{"id":"E2Eg.sql","timestamp":1655465438410}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/delete-scripts/delete-merchants/delete-merchants.sh","entries":[{"id":"yMxi.sh","timestamp":1649835247473}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/go.mod","entries":[{"id":"NFhU.mod","timestamp":1655460724521}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/docker-compose.ci.yaml","entries":[{"id":"5a9m.yaml","timestamp":1662518489036},{"id":"Xet1.yaml","timestamp":1662518506787},{"id":"sVNR.yaml","timestamp":1662518517395},{"id":"YQRB.yaml","timestamp":1662524382417}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/hp/config/dev.exs","entries":[{"id":"WQO5.exs","timestamp":1658286990129}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Validation-1/validateRequestService.ts","entries":[{"id":"djAr.ts","timestamp":1653984939541},{"id":"oaK8.ts","timestamp":1653985817434},{"id":"8Nny.ts","source":"moved.source","timestamp":1654068003479}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/controller/meterreading/retrieve_test.go","entries":[{"id":"sy1o.go","source":"searchReplace.source","timestamp":1663585982220},{"id":"TMek.go","source":"Organize Imports","timestamp":1663587252993},{"id":"WVBq.go","timestamp":1663587257054},{"id":"QH6F.go","source":"Workspace Edit","timestamp":1663663007201},{"id":"JxIZ.go","timestamp":1663663023362},{"id":"wzzb.go","timestamp":1663663056488},{"id":"hnO8.go","timestamp":1663663067779},{"id":"NyZA.go","timestamp":1663663085804},{"id":"0Nuj.go","timestamp":1663666034943}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-frontend/packages/tsp/src/app/pages/Users/user.create.tsx","entries":[{"id":"xb81.tsx","timestamp":1655290977918},{"id":"WLqV.tsx","timestamp":1655344821341},{"id":"4RQc.tsx","timestamp":1655344927459},{"id":"DV1W.tsx","timestamp":1655345028369}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/.circleci/config.yml","entries":[{"id":"oZhJ.yml","timestamp":1649131907188},{"id":"siP3.yml","timestamp":1650272640340},{"id":"8hty.yml","timestamp":1651236776653},{"id":"i7ZQ.yml","timestamp":1651236809907},{"id":"FKOz.yml","timestamp":1651648203840},{"id":"URNV.yml","timestamp":1651730979444},{"id":"Jqmf.yml","timestamp":1651744069253},{"id":"3n7Y.yml","timestamp":1651747251717},{"id":"VCsR.yml","timestamp":1651748856508},{"id":"nseM.yml","timestamp":1651804199124},{"id":"3JCg.yml","timestamp":1651804238299},{"id":"PJ9A.yml","timestamp":1651804412548},{"id":"1D4n.yml","timestamp":1651804428583},{"id":"021z.yml","timestamp":1651810508846},{"id":"p6m0.yml","timestamp":1651812591645},{"id":"FzqP.yml","timestamp":1651812912446},{"id":"J30T.yml","timestamp":1652428759220},{"id":"2L42.yml","timestamp":1653024553186},{"id":"riBu.yml","timestamp":1653026541612},{"id":"GYSd.yml","timestamp":1654055742699}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/git-demo/hello-world/src/add.js","entries":[{"id":"BIi1.js","timestamp":1654241225524},{"id":"iQNA.js","timestamp":1654241244730}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/dynamoDB/dynamoServiceV2.ts","entries":[{"id":"lTep.ts","timestamp":1654137583351},{"id":"9z99.ts","source":"renamed.source","timestamp":1654137603996},{"id":"4zxL.ts","timestamp":1654137649158},{"id":"sS5q.ts","timestamp":1654137674788},{"id":"WGGd.ts","timestamp":1654137704828},{"id":"m5Ao.ts","source":"undoRedo.source","timestamp":1654137715613},{"id":"38yV.ts","timestamp":1654137726370},{"id":"lT8P.ts","timestamp":1654137830791},{"id":"v0Lq.ts","timestamp":1654137859823},{"id":"JjxD.ts","timestamp":1654137885606},{"id":"IozX.ts","timestamp":1654137904035},{"id":"qDVd.ts","timestamp":1654137931328},{"id":"S5we.ts","timestamp":1654138183843},{"id":"ItYH.ts","timestamp":1654138551183}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/models/unilateral/model/updateMerchantConfigRequest.ts","entries":[{"id":"ngrk.ts","timestamp":1654073281273},{"id":"GdCG.ts","source":"searchReplace.source","timestamp":1655140483931}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/elixir/sender/lib/sender.ex","entries":[{"id":"MFdx.ex","timestamp":1662441368937},{"id":"EHLi.ex","timestamp":1662443509601},{"id":"n833.ex","timestamp":1662443963731},{"id":"VrT3.ex","timestamp":1662444757862}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/pkg/service/auth_service.go","entries":[{"id":"IlqO.go","timestamp":1658818087008},{"id":"Wg4v.go","timestamp":1658818218857},{"id":"aO4V.go","timestamp":1658818246848},{"id":"aMte.go","timestamp":1658818422637},{"id":"j3ig.go","timestamp":1658818515494},{"id":"VQGY.go","timestamp":1658818556620},{"id":"L7tw.go","timestamp":1658819105307},{"id":"DL4J.go","timestamp":1658819160774},{"id":"v1nw.go","timestamp":1658819240215},{"id":"ldIc.go","timestamp":1658819257015},{"id":"5NMF.go","timestamp":1658819406766},{"id":"jUHI.go","timestamp":1658819775334},{"id":"FknA.go","source":"Renaming userRepo to UserRepo","timestamp":1658819798412},{"id":"mrCT.go","timestamp":1658820331645}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/app.ts","entries":[{"id":"5qtf.ts","timestamp":1651149216227}]}
{
"endOfLine": "auto",
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/cat-fire/.prettierrc.json","entries":[{"id":"8iLG.json","timestamp":1664120803025}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/elixir/jobber/mix.exs","entries":[{"id":"ov0A.exs","timestamp":1662445786784}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/pkg/logger/simple.go","entries":[{"id":"Chfk.go","timestamp":1658734091640},{"id":"8jiz.go","timestamp":1658734242549},{"id":"XeIy.go","timestamp":1658734284350},{"id":"wAef.go","timestamp":1658734634041},{"id":"eQEl.go","timestamp":1658734714461},{"id":"T24h.go","timestamp":1658734743354},{"id":"6ga2.go","timestamp":1658734774851},{"id":"8COm.go","timestamp":1658734802777},{"id":"ttuo.go","source":"Organize Imports","timestamp":1658734820337},{"id":"Mq6v.go","timestamp":1658735645215},{"id":"nss2.go","timestamp":1658735684516},{"id":"28k0.go","timestamp":1658735726485},{"id":"hCWK.go","timestamp":1658735756855},{"id":"mRNo.go","timestamp":1658735793074},{"id":"oFZX.go","timestamp":1658735826130},{"id":"ZsoQ.go","timestamp":1658735860244},{"id":"df69.go","timestamp":1658735960639},{"id":"vVf5.go","timestamp":1658735987305},{"id":"i584.go","timestamp":1658736000933},{"id":"Y8rv.go","source":"Organize Imports","timestamp":1658736055984},{"id":"p7ha.go","timestamp":1658736056875},{"id":"e7mD.go","source":"undoRedo.source","timestamp":1658736069760},{"id":"JBUW.go","source":"Organize Imports","timestamp":1658736084877},{"id":"j7qi.go","timestamp":1658736105215},{"id":"ZHao.go","source":"Organize Imports","timestamp":1658736227420},{"id":"Zxbm.go","timestamp":1658736229724},{"id":"9jAw.go","source":"undoRedo.source","timestamp":1658736247796},{"id":"3Gws.go","timestamp":1658736280023}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/updateTransactionRequest.ts","entries":[{"id":"r24C.ts","timestamp":1651234314370}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/cat-fire/game/package.json","entries":[{"id":"XLPL.json","timestamp":1664122584565},{"id":"FK0w.json","timestamp":1664122736782}]}
{
"name": "cat-fire",
"version": "1.0.0",
"description": "Cross-Platform game base on phaser.js",
"main": "src/main.ts",
"author": "HP",
"license": "MIT",
"private": false,
"scripts": {
"build": "yarn build:dev",
"build:dev": "NODE_ENV=development webpack",
"build:prod": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack-dev-server",
"prod": "NODE_ENV=production webpack-dev-server",
"lint": "eslint src"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"copy-webpack-plugin": "^6.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"ts-loader": "^7.0.5",
"typescript": "^4.1.3",
"typescript-tslint-plugin": "^0.5.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"phaser": "^3.50.0"
}
}
{
"name": "cat-fire",
"version": "1.0.0",
"description": "Cross-Platform game base on phaser.js",
"main": "src/main.ts",
"author": "HP",
"license": "MIT",
"private": false,
"scripts": {
"build": "yarn build:dev",
"build:dev": "NODE_ENV=development webpack",
"build:prod": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development webpack-dev-server",
"prod": "NODE_ENV=production webpack-dev-server",
"lint": "eslint src"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"copy-webpack-plugin": "^6.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"ts-loader": "^7.0.5",
"typescript": "^4.1.3",
"typescript-tslint-plugin": "^0.5.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"phaser": "^3.55.2"
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/db/migration/20220617100758_init_schema.down.sql","entries":[{"id":"pXlQ.sql","timestamp":1655460544984},{"id":"ZWIE.sql","source":"moved.source","timestamp":1655460600048},{"id":"3XTc.sql","timestamp":1655694404573}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/__tests__/controllers/widget.test.ts","entries":[{"id":"8Cmh.ts","timestamp":1652275443765},{"id":"9VUx.ts","timestamp":1652275476791},{"id":"oSxx.ts","timestamp":1652275488962},{"id":"jTKg.ts","source":"renamed.source","timestamp":1652275493000},{"id":"gpAa.ts","timestamp":1652275513404},{"id":"C2ZI.ts","source":"renamed.source","timestamp":1652275537121},{"id":"62eQ.ts","timestamp":1652275572560},{"id":"OnBv.ts","timestamp":1652275598877},{"id":"TvwU.ts","timestamp":1652275662159},{"id":"CPgK.ts","timestamp":1652275688559},{"id":"gSHW.ts","timestamp":1652275710237},{"id":"5V0y.ts","timestamp":1652276093021},{"id":"Of5g.ts","timestamp":1652276119585},{"id":"uphP.ts","timestamp":1652276147371},{"id":"25Tr.ts","timestamp":1652281008632},{"id":"FSPw.ts","timestamp":1652281027194},{"id":"pajj.ts","timestamp":1652281743188}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/apps/api/lib/api/release_tasks.ex","entries":[{"id":"vnEv.ex","timestamp":1658297381739}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/repository/meterreader/meter_reader_test.go","entries":[{"id":"vfuB.go","source":"searchReplace.source","timestamp":1663585980762},{"id":"xuim.go","timestamp":1663587281255}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/controllers/tenant/users/getActivities.ts","entries":[{"id":"KRyP.ts","timestamp":1653556563375},{"id":"L8mT.ts","timestamp":1653556770749}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/makefile","entries":[{"id":"7Cf2","timestamp":1658817535985},{"id":"ufvB","timestamp":1658817546510}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/webpack.config.js","entries":[{"id":"kEwS.js","source":"Fix all fixable ESLint issues","timestamp":1663916482882},{"id":"hnlW.js","timestamp":1663916510591},{"id":"KkJU.js","source":"Fix all fixable ESLint issues","timestamp":1663919465882}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/server/server/futsal4all/docker-compose.yml","entries":[{"id":"iMRo.yml","timestamp":1653908857340}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Error/types/AuthenticationError.ts","entries":[{"id":"2lgu.ts","timestamp":1655354877817}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/.husky/pre-commit","entries":[{"id":"Vliv","timestamp":1655190511017},{"id":"0Ps3","source":"moved.source","timestamp":1655190554033},{"id":"atZq","timestamp":1655190638993},{"id":"bd5M","timestamp":1655190681279}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/controller/meterreader/update_test.go","entries":[{"id":"aIHu.go","source":"searchReplace.source","timestamp":1663585980763},{"id":"f5Ga.go","timestamp":1663587323060},{"id":"og53.go","timestamp":1663661095377},{"id":"vJTR.go","source":"Organize Imports","timestamp":1663661103550}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-pg-integration/src/paymaya.ts","entries":[{"id":"2NXu.ts","timestamp":1649139749815},{"id":"HDPi.ts","timestamp":1649139782203},{"id":"39AS.ts","source":"undoRedo.source","timestamp":1649140730873},{"id":"RZX6.ts","timestamp":1649140868189},{"id":"N2uG.ts","timestamp":1649140882500},{"id":"qMrU.ts","timestamp":1649140929309},{"id":"aiDa.ts","timestamp":1649141259494},{"id":"Zw4f.ts","timestamp":1649142738958},{"id":"ITHr.ts","timestamp":1649142859694},{"id":"HgKp.ts","timestamp":1649145740215},{"id":"FTck.ts","source":"undoRedo.source","timestamp":1649145759894},{"id":"WnI4.ts","timestamp":1649146240677},{"id":"Lzlk.ts","timestamp":1649154548225},{"id":"t3ap.ts","timestamp":1649157218479},{"id":"uLOU.ts","timestamp":1649232740310},{"id":"a7lu.ts","timestamp":1649232755223},{"id":"V8n6.ts","timestamp":1649232804820},{"id":"eeau.ts","timestamp":1649232864106},{"id":"y6pD.ts","timestamp":1649232893740},{"id":"P6lx.ts","timestamp":1649232922251},{"id":"lAXK.ts","timestamp":1649237448407},{"id":"6aBs.ts","timestamp":1649237472033},{"id":"chnE.ts","timestamp":1649237495940},{"id":"8Dhu.ts","timestamp":1649237512264},{"id":"KDWr.ts","timestamp":1649239637911},{"id":"ygZ6.ts","timestamp":1649259747269},{"id":"dncc.ts","timestamp":1649265068755},{"id":"Gtmw.ts","source":"Workspace Edit","timestamp":1649302350959},{"id":"mJB4.ts","timestamp":1649302744674},{"id":"7LaE.ts","timestamp":1649302790167},{"id":"cX3w.ts","source":"Workspace Edit","timestamp":1649302801513},{"id":"UNw4.ts","source":"moved.source","timestamp":1649303862464}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/test/go.mod","entries":[{"id":"s27X.mod","timestamp":1660023746361}]}
{"version":1,"resource":"file:///Users/hieuphan/.aws/config","entries":[{"id":"gIRh","timestamp":1649824142703},{"id":"Kb7i","timestamp":1649824229597},{"id":"CfqA","timestamp":1649824249343},{"id":"RGxA","timestamp":1649824355273},{"id":"jkNM","timestamp":1649824366082},{"id":"4B72","timestamp":1649830408223}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/2-nginx/service.yaml","entries":[{"id":"4g0s.yaml","timestamp":1663299416785},{"id":"OkUm.yaml","timestamp":1663299492325},{"id":"RzGo.yaml","timestamp":1663299537664},{"id":"DmvL.yaml","timestamp":1663299847075}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/functions/tenantAuthorizerHttp/tenantAuthorizerHttp.ts","entries":[{"id":"Xhrh.ts","timestamp":1655274170812}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/cmd/serverd/router/new.go","entries":[{"id":"U6aj.go","source":"undoRedo.source","timestamp":1660704253813}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/db/migration/20220617112356_add_dob_in_users.down.sql","entries":[{"id":"anhZ.sql","timestamp":1655465123376}]}
{
"extends": [
"stylelint-config-sass-guidelines"
],
"rules": {
"max-nesting-depth": 10,
"no-descending-specificity": null,
"selector-class-pattern": null,
"selector-max-id": null,
"selector-max-compound-selectors": null,
"scss/at-import-partial-extension-blacklist": null,
"declaration-property-value-blacklist": null,
"scss/dollar-variable-pattern": null,
"declaration-property-value-disallowed-list": null,
"selector-no-qualifying-type": [
true,
{
"ignore": [
"attribute",
"class",
"id"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"return",
"if",
"@mixin",
"@include"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
":export"
]
}
],
"order/properties-alphabetical-order": null
}
}
{
"extends": [
"stylelint-config-sass-guidelines"
],
"rules": {
"max-nesting-depth": 10,
"no-descending-specificity": null,
"selector-class-pattern": null,
"selector-max-id": null,
"selector-max-compound-selectors": null,
"scss/at-import-partial-extension-blacklist": null,
"declaration-property-value-blacklist": null,
"scss/dollar-variable-pattern": null,
"declaration-property-value-disallowed-list": null,
"selector-no-qualifying-type": [
true,
{
"ignore": [
"attribute",
"class",
"id"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"return",
"if",
"@mixin",
"@include"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
":export"
]
}
],
"order/properties-alphabetical-order": null
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/web/.stylelintrc.json","entries":[{"id":"U8k3.json","timestamp":1662516541513},{"id":"eLYh.json","timestamp":1662516612247},{"id":"Cqkh.json","timestamp":1662516797792},{"id":"wzhK.json","timestamp":1662604749228},{"id":"rJmy.json","timestamp":1663319805218}]}
{
"extends": [
"stylelint-config-sass-guidelines"
],
"rules": {
"max-nesting-depth": 10,
"no-descending-specificity": null,
"selector-class-pattern": null,
"selector-max-id": null,
"selector-max-compound-selectors": null,
"scss/at-import-partial-extension-blacklist": null,
"declaration-property-value-blacklist": null,
"scss/dollar-variable-pattern": null,
"declaration-property-value-disallowed-list": null,
"selector-no-qualifying-type": [
true,
{
"ignore": [
"attribute",
"class",
"id"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"return",
"if",
"@mixin",
"@include"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
":export"
]
}
],
"order/properties-alphabetical-order": null
}
}
{
"extends": [
"stylelint-config-sass-guidelines"
],
"rules": {
"max-nesting-depth": 10,
"no-descending-specificity": null,
"selector-class-pattern": null,
"selector-max-id": null,
"selector-max-compound-selectors": null,
"scss/at-import-partial-extension-blacklist": null,
"declaration-property-value-blacklist": null,
"scss/dollar-variable-pattern": null,
"declaration-property-value-disallowed-list": null,
"selector-no-qualifying-type": [
true,
{
"ignore": [
"attribute",
"class",
"id"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"return",
"if",
"@mixin",
"@include"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
":export"
]
}
],
"order/properties-alphabetical-order": null
}
}
{
"extends": [
"stylelint-config-sass-guidelines"
],
"rules": {
"max-nesting-depth": 10,
"no-descending-specificity": null,
"selector-class-pattern": null,
"selector-max-id": null,
"selector-max-compound-selectors": null,
"scss/at-import-partial-extension-blacklist": null,
"declaration-property-value-blacklist": null,
"scss/dollar-variable-pattern": null,
"declaration-property-value-disallowed-list": null,
"selector-no-qualifying-type": [
true,
{
"ignore": [
"attribute",
"class",
"id"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"return",
"if",
"@mixin",
"@include"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
":export"
]
}
],
"order/properties-alphabetical-order": null
}
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/3-ingress/nginx.yaml","entries":[{"id":"bpfX.yaml","timestamp":1663299900352}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hello/front/login.html","entries":[{"id":"0rpW.html","timestamp":1658819961557},{"id":"Jib0.html","timestamp":1658820047759}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/lib/services/master/Api.ts","entries":[{"id":"ix09.ts","timestamp":1649922992195},{"id":"rPG5.ts","timestamp":1649923216654},{"id":"3agr.ts","timestamp":1649923259278},{"id":"xC6I.ts","timestamp":1649923275807},{"id":"5L8D.ts","timestamp":1649923305598},{"id":"Wo0O.ts","timestamp":1649923344076},{"id":"3oFD.ts","timestamp":1649928157308},{"id":"38q5.ts","timestamp":1649928182076},{"id":"s865.ts","source":"Renaming masterServiceRootDomain","timestamp":1650965395372}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/controller/meterreading/delete_test.go","entries":[{"id":"PZNa.go","source":"searchReplace.source","timestamp":1663585980862},{"id":"wJ9I.go","source":"Organize Imports","timestamp":1663586823021},{"id":"c6er.go","source":"Organize Imports","timestamp":1663586841947},{"id":"CdmF.go","timestamp":1663662867702},{"id":"ZxdI.go","timestamp":1663667846500},{"id":"Pdu6.go","timestamp":1663667912879}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/controllers/tenant/widget/query.ts","entries":[{"id":"ZUzg.ts","timestamp":1652271575374},{"id":"WUjX.ts","timestamp":1652271657207},{"id":"jxGF.ts","timestamp":1652271668338},{"id":"Whf9.ts","source":"moved.source","timestamp":1652271695972},{"id":"Lnwt.ts","timestamp":1652275070965},{"id":"5VvC.ts","timestamp":1652275121343},{"id":"aewn.ts","source":"Workspace Edit","timestamp":1652275128108},{"id":"Gd6M.ts","timestamp":1652275212039},{"id":"6iou.ts","source":"Renaming getMerchantWhitelabelWireframe","timestamp":1652281709567}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-api-definitions-internal/apis/backoffice.yaml","entries":[{"id":"LRp2.yaml","timestamp":1651831743903},{"id":"P52H.yaml","timestamp":1652251321421}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/metabase/model/queryParam.ts","entries":[{"id":"ly5j.ts","timestamp":1653398873382},{"id":"2SnA.ts","timestamp":1653399017847},{"id":"70xk.ts","source":"Renaming QueryParameter to QueryParameterValue","timestamp":1653399034507},{"id":"gtB8.ts","timestamp":1653399047238},{"id":"mbFC.ts","timestamp":1653401729360},{"id":"GR9A.ts","timestamp":1653401739725},{"id":"CRhJ.ts","timestamp":1653535255504},{"id":"y6Pq.ts","timestamp":1653535269551},{"id":"quVM.ts","timestamp":1653535354214},{"id":"qHSu.ts","timestamp":1653535367766},{"id":"Ztp2.ts","timestamp":1653535702650}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/src/lib/models/accounts/model/merchantMetadata.ts","entries":[{"id":"WDOW.ts","timestamp":1651248039040},{"id":"tfQq.ts","timestamp":1652282002432}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/.circleci/config.yml","entries":[{"id":"01c1.yml","timestamp":1654079664921},{"id":"dnwG.yml","timestamp":1654079715133},{"id":"8nS6.yml","timestamp":1654079752516},{"id":"nuQ1.yml","timestamp":1654079814016},{"id":"yEtn.yml","timestamp":1654079932339},{"id":"rJkQ.yml","timestamp":1654080694662},{"id":"Ebz7.yml","timestamp":1654080837179},{"id":"kVnt.yml","timestamp":1654080866821},{"id":"ygY0.yml","timestamp":1654080984095},{"id":"jcV5.yml","timestamp":1654081041027}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex8/nginx-pod.yaml","entries":[{"id":"mhNE.yaml","timestamp":1663262221004}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/rel/env.sh.eex","entries":[{"id":"Aol1.eex","timestamp":1658379838970},{"id":"u4TY.eex","timestamp":1658380395185}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-frontend/packages/tsp/.env","entries":[{"id":"8dKM","timestamp":1652944837458},{"id":"ZVsi","timestamp":1652945069384},{"id":"JrgA","timestamp":1652945405942},{"id":"EpG6","timestamp":1655289871343}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/delete-scripts/delete-merchants/delete.sql","entries":[{"id":"tKMy.sql","timestamp":1649836507171},{"id":"vAaH.sql","timestamp":1649836612113},{"id":"mohW.sql","source":"undoRedo.source","timestamp":1649837294697},{"id":"auEb.sql","timestamp":1649837299624}]}
{"version":1,"resource":"file:///etc/hosts","entries":[{"id":"Rs31","timestamp":1663148497856}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/apps/cex/lib/application.ex","entries":[{"id":"NdjB.ex","timestamp":1658301196004},{"id":"de18.ex","timestamp":1658371818790},{"id":"2nkb.ex","timestamp":1658380447532}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-auth-service/.circleci/config.yml","entries":[{"id":"utBs.yml","timestamp":1649928245907},{"id":"FuzV.yml","timestamp":1649928496537},{"id":"HPBZ.yml","timestamp":1651637832691},{"id":"RdYi.yml","timestamp":1651730888662},{"id":"q75P.yml","timestamp":1655272667025}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/model/meter_reading.go","entries":[{"id":"QLZX.go","timestamp":1663661621526},{"id":"FlGk.go","timestamp":1663661648168},{"id":"QHyk.go","source":"Organize Imports","timestamp":1663666001156},{"id":"7Orx.go","timestamp":1663668737084},{"id":"CZHS.go","timestamp":1663668819757}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/utils/pagination.utils.ts","entries":[{"id":"tSog.ts","timestamp":1653984796181}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/model/profile.go","entries":[{"id":"l3Vf.go","timestamp":1663663416657}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/build/.netrc","entries":[{"id":"sgIu","timestamp":1660620044831},{"id":"lsdm","timestamp":1660620218254},{"id":"OfvT","timestamp":1662517955175},{"id":"0dEo","timestamp":1662517965554}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/tsconfig.json","entries":[{"id":"VawJ.json","source":"Workspace Edit","timestamp":1651243795451},{"id":"mQcY.json","timestamp":1651243806742},{"id":"oWwd.json","timestamp":1651243824135},{"id":"QUMD.json","timestamp":1651244744124}]}
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"strictNullChecks": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"paths": {
"@app/*": [
"src/*"
],
},
},
"include": [
"./src/**/*",
"./prisma/**/*.ts",
"scripts/initAccount.ts",
"__tests__/__mocks__"
],
"exclude": [
"./node_modules/",
"dist",
"tests",
"./scripts/"
],
"typeRoots": [
"node_modules/@types"
],
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"strictNullChecks": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"paths": {
"@app/*": [
"src/*"
],
},
},
"include": [
"./src/**/*",
"./prisma/**/*.ts",
"scripts/initAccount.ts"
],
"exclude": [
"./node_modules/",
"dist",
"tests",
"./scripts/"
],
"typeRoots": [
"node_modules/@types"
],
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"strictNullChecks": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"paths": {
"@app/*": [
"src/*"
],
},
},
"include": [
"./src/**/*",
"./prisma/**/*.ts",
"scripts/initAccount.ts"
],
"exclude": [
"./node_modules/",
"dist",
"tests",
"./scripts/"
],
"typeRoots": [
"node_modules/@types"
],
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "./dist",
"rootDir": ".",
"baseUrl": ".",
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"strictNullChecks": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"paths": {
"@app/*": [
"src/*"
],
},
},
"include": [
"./src/**/*",
"./prisma/**/*.ts",
"scripts/initAccount.ts"
, "__tests__/__mocks__" ],
"exclude": [
"./node_modules/",
"dist",
"tests",
"./scripts/"
],
"typeRoots": [
"node_modules/@types"
],
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/cat-fire/index.html","entries":[{"id":"iOcv.html","timestamp":1664117481871},{"id":"VHDg.html","timestamp":1664120822960}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex3/deploy.yml","entries":[{"id":"w1Vo.yml","timestamp":1663130784914},{"id":"G4U2.yml","timestamp":1663133087626},{"id":"JldB.yml","timestamp":1663133101385},{"id":"AXCb.yml","timestamp":1663133158133},{"id":"D4wI.yml","timestamp":1663133195236},{"id":"WthI.yml","timestamp":1663133448062},{"id":"MMg7.yml","timestamp":1663134067301},{"id":"O3JV.yml","timestamp":1663134196254},{"id":"TWl9.yml","timestamp":1663134379682},{"id":"PB4Z.yml","timestamp":1663134396017},{"id":"wWes.yml","timestamp":1663137125697},{"id":"fN1j.yml","timestamp":1663137171760},{"id":"momK.yml","timestamp":1663137249745},{"id":"MHf9.yml","timestamp":1663137288953},{"id":"KOLD.yml","timestamp":1663137680961},{"id":"UXxN.yml","timestamp":1663137737746},{"id":"pugC.yml","timestamp":1663137939591},{"id":"j0mJ.yml","timestamp":1663138148926},{"id":"6bJv.yml","timestamp":1663138219583},{"id":"EUpd.yml","source":"undoRedo.source","timestamp":1663138314758},{"id":"VnTf.yml","timestamp":1663138643910},{"id":"MX15.yml","timestamp":1663138665383},{"id":"241t.yml","timestamp":1663139626677},{"id":"p7A1.yml","timestamp":1663140077192}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-pg-integration/src/stripe.ts","entries":[{"id":"lmzO.ts","timestamp":1649147225797},{"id":"CWE2.ts","timestamp":1649147360481},{"id":"bqBa.ts","timestamp":1649147504731},{"id":"fest.ts","timestamp":1649232172275},{"id":"J6Y0.ts","timestamp":1649232237912},{"id":"qPLX.ts","timestamp":1649232252696},{"id":"posR.ts","timestamp":1649232340656},{"id":"GNPZ.ts","timestamp":1649232486876},{"id":"cq2D.ts","timestamp":1649232527036},{"id":"levp.ts","timestamp":1649232557758},{"id":"dl5C.ts","timestamp":1649232589330},{"id":"0Z3b.ts","timestamp":1649232661568},{"id":"nMVU.ts","timestamp":1649237278292},{"id":"cAoK.ts","timestamp":1649237309220},{"id":"c3gH.ts","timestamp":1649237381626},{"id":"8T3c.ts","source":"Workspace Edit","timestamp":1649237424098},{"id":"TwjE.ts","timestamp":1649239617091},{"id":"MuQs.ts","timestamp":1649240040967},{"id":"bPSH.ts","timestamp":1649240136128},{"id":"C8aI.ts","timestamp":1649240252515},{"id":"h6Ux.ts","timestamp":1649240276067},{"id":"wZYb.ts","timestamp":1649259714223},{"id":"e5xw.ts","timestamp":1649299838728},{"id":"mKsZ.ts","source":"Workspace Edit","timestamp":1649302339982},{"id":"XjBY.ts","source":"moved.source","timestamp":1649303862625}]}
{"version":1,"resource":"file:///Users/hieuphan/Downloads/phaser3-typescript-starter-kit-master/webpack.config.js","entries":[{"id":"hfGA.js","timestamp":1664122532113}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/metabase/apiClient.ts","entries":[{"id":"ul5V.ts","timestamp":1653386275043},{"id":"78zA.ts","timestamp":1653386316946},{"id":"zzV7.ts","timestamp":1653386344244},{"id":"BEhn.ts","timestamp":1653386369960},{"id":"JUXg.ts","timestamp":1653386391433},{"id":"J3pc.ts","timestamp":1653386414435},{"id":"CybP.ts","timestamp":1653386435041},{"id":"Vv9M.ts","timestamp":1653386511112},{"id":"EufR.ts","timestamp":1653386534904},{"id":"WLjd.ts","timestamp":1653386573442},{"id":"CGQH.ts","timestamp":1653386609052},{"id":"Zn6m.ts","timestamp":1653386626283},{"id":"uf2G.ts","timestamp":1653395388893},{"id":"TPAz.ts","timestamp":1653395418461},{"id":"DwlX.ts","timestamp":1653395436133},{"id":"ehgf.ts","timestamp":1653395462822},{"id":"FOTd.ts","timestamp":1653395529983},{"id":"CtZx.ts","timestamp":1653395733267},{"id":"MYej.ts","timestamp":1653395777441},{"id":"kn4n.ts","timestamp":1653396981154},{"id":"0l2f.ts","timestamp":1653397040330},{"id":"KDKH.ts","timestamp":1653397050788},{"id":"TwtJ.ts","timestamp":1653397183665},{"id":"K4mM.ts","timestamp":1653397195533},{"id":"VrHi.ts","timestamp":1653397215626},{"id":"MJYe.ts","timestamp":1653398881893},{"id":"AjWr.ts","source":"Workspace Edit","timestamp":1653398887123},{"id":"nIox.ts","source":"Renaming QueryParameter to QueryParameterValue","timestamp":1653399034411},{"id":"xmDT.ts","timestamp":1653539747755},{"id":"kKkb.ts","timestamp":1653540318122},{"id":"pH2K.ts","timestamp":1653545935063},{"id":"DlMA.ts","timestamp":1653545967620},{"id":"mNii.ts","timestamp":1653547857365},{"id":"VknB.ts","timestamp":1653547999721},{"id":"aMOS.ts","timestamp":1653548401896},{"id":"ueGD.ts","timestamp":1653548462449},{"id":"8XT2.ts","timestamp":1653550261539},{"id":"GAZy.ts","timestamp":1653879333882},{"id":"Ii4B.ts","timestamp":1653879343954},{"id":"kY2q.ts","timestamp":1653879633776},{"id":"S3SA.ts","timestamp":1653879662806},{"id":"fFM5.ts","timestamp":1653879690124},{"id":"zMgk.ts","timestamp":1653879723548},{"id":"O4Lg.ts","timestamp":1653879745456},{"id":"O9iE.ts","timestamp":1653880611519},{"id":"6xt9.ts","timestamp":1653881307185},{"id":"qPUj.ts","timestamp":1653882798051},{"id":"yYRF.ts","source":"Workspace Edit","timestamp":1653882799729},{"id":"uT40.ts","timestamp":1653882872648},{"id":"5g0U.ts","timestamp":1654745383763}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/controller/meterreading/filename_test.go","entries":[{"id":"pRQN.go","source":"searchReplace.source","timestamp":1663585982222},{"id":"5RuI.go","timestamp":1663586801719},{"id":"kH1E.go","source":"Organize Imports","timestamp":1663586808427},{"id":"yfWF.go","source":"Organize Imports","timestamp":1663662767098},{"id":"d7HC.go","timestamp":1663664140322},{"id":"oykZ.go","timestamp":1663664169596}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-api/api/internal/handler/gql/authenticated/meter_reader_test.go","entries":[{"id":"k3FP.go","source":"searchReplace.source","timestamp":1663585983137},{"id":"3pdT.go","source":"Organize Imports","timestamp":1663586499253},{"id":"CAy7.go","source":"Organize Imports","timestamp":1663657870163},{"id":"KnCi.go","source":"Organize Imports","timestamp":1663663473159},{"id":"KEya.go","source":"Organize Imports","timestamp":1663665651334},{"id":"nAlq.go","timestamp":1663665655509}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/dainty/tests/khonuochoa.spec.ts","entries":[{"id":"a4nC.ts","timestamp":1664082887633},{"id":"HKDf.ts","timestamp":1664083151170},{"id":"TUot.ts","timestamp":1664083161635},{"id":"jgmr.ts","timestamp":1664083195373},{"id":"PLLj.ts","timestamp":1664083219599},{"id":"hvG6.ts","timestamp":1664083250942},{"id":"GXsa.ts","timestamp":1664083266437},{"id":"bpr8.ts","timestamp":1664083524681},{"id":"glo3.ts","timestamp":1664083841808},{"id":"xb6e.ts","timestamp":1664083876122},{"id":"2uW1.ts","timestamp":1664084041407},{"id":"CMrT.ts","timestamp":1664084062294},{"id":"xYg9.ts","timestamp":1664084174759},{"id":"jshF.ts","timestamp":1664084186082},{"id":"P9EN.ts","timestamp":1664084199513},{"id":"23RT.ts","timestamp":1664084235363},{"id":"v8j6.ts","timestamp":1664084255102},{"id":"a6CR.ts","timestamp":1664084300272},{"id":"pbA1.ts","timestamp":1664084332235},{"id":"5wZZ.ts","timestamp":1664084450130},{"id":"Ngty.ts","timestamp":1664084518381},{"id":"RTDY.ts","timestamp":1664084561284},{"id":"pp7c.ts","timestamp":1664084648065},{"id":"uIZE.ts","timestamp":1664084685310},{"id":"RfwQ.ts","timestamp":1664084741902},{"id":"nf8H.ts","timestamp":1664084752482},{"id":"Ne9s.ts","timestamp":1664084936143},{"id":"Ol7M.ts","timestamp":1664084972083},{"id":"GAAc.ts","timestamp":1664085058002},{"id":"ktHM.ts","timestamp":1664085734801},{"id":"rzpl.ts","timestamp":1664085840349},{"id":"tROv.ts","timestamp":1664085933494},{"id":"E1zN.ts","timestamp":1664086069720},{"id":"KeX0.ts","timestamp":1664086108159},{"id":"S0zU.ts","timestamp":1664086167821},{"id":"Hob0.ts","timestamp":1664086188563},{"id":"V1Q4.ts","timestamp":1664086242607},{"id":"PeCa.ts","timestamp":1664086294068},{"id":"x6Jk.ts","timestamp":1664086478517},{"id":"dF06.ts","timestamp":1664086505031},{"id":"ZF3z.ts","timestamp":1664086866320},{"id":"56vl.ts","timestamp":1664086932071},{"id":"LImV.ts","timestamp":1664086961002},{"id":"zyTA.ts","timestamp":1664087017253},{"id":"Oegn.ts","timestamp":1664095730631},{"id":"Ntif.ts","timestamp":1664095831406},{"id":"g3sm.ts","timestamp":1664096096469},{"id":"EUIq.ts","timestamp":1664096115508},{"id":"ztb1.ts","timestamp":1664096148438},{"id":"7MJ8.ts","timestamp":1664114511897}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/pkg/repo/user_repo.go","entries":[{"id":"uBLR.go","source":"Organize Imports","timestamp":1658739514433},{"id":"Negc.go","timestamp":1658739522948},{"id":"ah7c.go","source":"Renaming NewUserService to NewUserRepo","timestamp":1658739778390}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/leetcode/longest-substring-without-repeating_test.go","entries":[{"id":"0YRc.go","timestamp":1658137490920}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/icp/ex1/src/index.js","entries":[{"id":"vXMe.js","timestamp":1660880832681},{"id":"RPuy.js","timestamp":1660881364526},{"id":"TfPv.js","timestamp":1660881460274},{"id":"VNKK.js","timestamp":1660881779133},{"id":"Ebjr.js","timestamp":1660881843066},{"id":"uPjA.js","timestamp":1660881860470},{"id":"VLt5.js","timestamp":1660881875217},{"id":"ZAVT.js","timestamp":1660881949645},{"id":"61Jz.js","source":"undoRedo.source","timestamp":1660881984198},{"id":"3lPA.js","timestamp":1660882066567},{"id":"ckgi.js","timestamp":1660882137794},{"id":"CWA2.js","timestamp":1660882152650},{"id":"o9rw.js","timestamp":1660882178048},{"id":"jTjB.js","timestamp":1660882191102},{"id":"Fsgc.js","timestamp":1660882202592},{"id":"hOJu.js","timestamp":1660882732125},{"id":"5rWu.js","timestamp":1660883211392},{"id":"ESM2.js","timestamp":1660883268360},{"id":"PYLz.js","timestamp":1660883309557},{"id":"e9lq.js","timestamp":1660883357925},{"id":"NNA7.js","timestamp":1660883410315},{"id":"RNcu.js","timestamp":1660883435159},{"id":"E0lX.js","timestamp":1660891169382},{"id":"v1Ba.js","timestamp":1660891268568},{"id":"ZERw.js","timestamp":1660891351674},{"id":"r8kV.js","timestamp":1660892438451},{"id":"2BIs.js","timestamp":1660892525658},{"id":"lrVL.js","timestamp":1660892548862},{"id":"1qY3.js","timestamp":1660892566386}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/services/dashboard/prepareUpdateDashboard.ts","entries":[{"id":"TQEH.ts","timestamp":1653019204244},{"id":"hcSu.ts","timestamp":1653019231262},{"id":"pGod.ts","timestamp":1653019412482},{"id":"fQNc.ts","timestamp":1653019514315},{"id":"0F8E.ts","timestamp":1653019553125},{"id":"yZxo.ts","timestamp":1653019613330},{"id":"bnoT.ts","timestamp":1653019659155},{"id":"lEii.ts","timestamp":1653019704064},{"id":"PA3L.ts","timestamp":1653019759298},{"id":"UDEF.ts","timestamp":1653019856502},{"id":"jIDw.ts","timestamp":1653019962275},{"id":"sB7q.ts","timestamp":1653020027047},{"id":"iazb.ts","timestamp":1653020062998},{"id":"ITbF.ts","timestamp":1653020141620},{"id":"IDxP.ts","timestamp":1653020194751},{"id":"0eKn.ts","timestamp":1653020285674},{"id":"nXsP.ts","timestamp":1653020309089},{"id":"Q6e7.ts","timestamp":1653020381916},{"id":"nYAv.ts","timestamp":1653020466619},{"id":"HNbJ.ts","timestamp":1653020510910},{"id":"td3t.ts","timestamp":1653020566985},{"id":"DCtO.ts","timestamp":1653020988283},{"id":"WHjY.ts","timestamp":1653021006099},{"id":"7oyr.ts","timestamp":1653021016300},{"id":"dgap.ts","timestamp":1653021076321},{"id":"luNU.ts","timestamp":1653021115152},{"id":"FJu2.ts","timestamp":1653021153187},{"id":"6OhQ.ts","timestamp":1653021296787},{"id":"dE4k.ts","timestamp":1653021584891},{"id":"ix43.ts","timestamp":1653022259460},{"id":"uQtC.ts","timestamp":1653022289476},{"id":"olrF.ts","timestamp":1653022825641},{"id":"eVfc.ts","timestamp":1653022843996},{"id":"xZvf.ts","timestamp":1653022941547},{"id":"UXpS.ts","timestamp":1653022987422},{"id":"XLMr.ts","timestamp":1653023044380},{"id":"k4Am.ts","timestamp":1653023070950},{"id":"85AW.ts","timestamp":1653023224871},{"id":"vn76.ts","timestamp":1653023256061},{"id":"bAcJ.ts","timestamp":1653023316292},{"id":"ih3X.ts","timestamp":1653023345973},{"id":"NViX.ts","timestamp":1653023422792},{"id":"pxBq.ts","timestamp":1653023484278},{"id":"BYHF.ts","timestamp":1653023505904},{"id":"2stT.ts","timestamp":1653023527942},{"id":"vkuH.ts","timestamp":1653023625357},{"id":"BYPN.ts","timestamp":1653023638174},{"id":"caOg.ts","timestamp":1653023696835},{"id":"q0MR.ts","timestamp":1653023898103},{"id":"IAoy.ts","source":"renamed.source","timestamp":1653024483223}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/functions/updateMerchantConfig/test/updateMerchantConfig.spec.ts","entries":[{"id":"kkiF.ts","timestamp":1654651367594},{"id":"iKgy.ts","timestamp":1654651407928},{"id":"gqjn.ts","timestamp":1654651717687},{"id":"u9au.ts","timestamp":1654651912472},{"id":"0rPI.ts","timestamp":1654651955050},{"id":"BamR.ts","timestamp":1654651975870},{"id":"fQGX.ts","timestamp":1654652736057},{"id":"ZR0D.ts","timestamp":1654759477591},{"id":"LLqQ.ts","source":"searchReplace.source","timestamp":1655140484109}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/services/Unilateral/test/util.spec.ts","entries":[{"id":"0aSj.ts","timestamp":1654581314032},{"id":"3UVt.ts","timestamp":1654581340871},{"id":"bi2u.ts","timestamp":1654581371225},{"id":"CzXl.ts","timestamp":1654581394622},{"id":"7yzn.ts","timestamp":1654581425091},{"id":"qo69.ts","timestamp":1654581467404},{"id":"1nUi.ts","timestamp":1654581518551},{"id":"PBYi.ts","timestamp":1654708283302}]}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "e8edd836e460c263c10161aeb5652963",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "2b9e97d100004e6c2258d10f26b8f52d",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Light",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "a9a4768e12ffd9d60d8ab373d9248a17",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{"version":1,"resource":"vscode-userdata:/Users/hieuphan/Library/Application%20Support/Code/User/settings.json","entries":[{"id":"K5cP.json","timestamp":1650964158447},{"id":"UMmY.json","timestamp":1651244739807},{"id":"DBZZ.json","timestamp":1654068313995},{"id":"TWAs.json","timestamp":1654223573500},{"id":"0yOT.json","timestamp":1655345025025},{"id":"VkVh.json","timestamp":1655712399120},{"id":"Jhzk.json","timestamp":1655717451157},{"id":"0Cjs.json","timestamp":1659603880164},{"id":"XOZ5.json","timestamp":1660037472555},{"id":"eOSA.json","source":"undoRedo.source","timestamp":1660037512575},{"id":"yJfF.json","timestamp":1660704235274},{"id":"hANH.json","timestamp":1662516759080},{"id":"k4Jn.json","timestamp":1662685524871},{"id":"DtUo.json","timestamp":1663211134564},{"id":"56q1.json","source":"undoRedo.source","timestamp":1663211150238},{"id":"92Eb.json","timestamp":1663319287798},{"id":"WCrw.json","timestamp":1663319357049},{"id":"KyoO.json","timestamp":1663319624813},{"id":"XFpB.json","timestamp":1663321411962},{"id":"PnPo.json","timestamp":1663321440711},{"id":"6Zc1.json","timestamp":1663667188098},{"id":"XtxB.json","timestamp":1663667216673},{"id":"BjKL.json","timestamp":1663667696810},{"id":"eHgI.json","timestamp":1664208746523},{"id":"aKTN.json","timestamp":1664209458916}]}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "2b9e97d100004e6c2258d10f26b8f52d",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Light",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"window.zoomLevel": 1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Light",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "2b9e97d100004e6c2258d10f26b8f52d",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Light",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"window.zoomLevel": 1,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"window.zoomLevel": 2
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": -1
}
{
"go.useLanguageServer": true,
// "go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript"
],
"prettier.requireConfig": true,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Visual Studio Dark",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true,
"window.zoomLevel": 1
}
{
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"go.addTags": {
"tags": "json",
"options": "json=omitempty",
"promptForTags": false,
"transform": "camelcase"
},
"extensions.ignoreRecommendations": false,
"emmet.includeLanguages": {
"HTML (Eex)": "html",
"javascript": "javascriptreact"
},
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"prettier.requireConfig": false,
"sync.gist": "",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": true,
"workbench.sideBar.location": "right",
"explorer.openEditors.visible": 0,
"workbench.settings.editor": "json",
"breadcrumbs.enabled": true,
"workbench.activityBar.visible": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"dart.openDevTools": "flutter",
"todo-tree.tree.showScanModeButton": false,
"[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"jupyter.askForKernelRestart": false,
"jupyter.textOutputLimit": 200000,
"git.autofetch": true,
"workbench.colorTheme": "Default Light+",
"security.workspace.trust.untrustedFiles": "open",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"solidity.compileUsingRemoteVersion": "v0.6.3+commit.8dda9521",
"redhat.telemetry.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"diffEditor.ignoreTrimWhitespace": false,
"go.toolsManagement.autoUpdate": true
}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/hp/.vscode/settings.json","entries":[{"id":"cs4a.json","timestamp":1658299583181}]}
{
"makefile.extensionOutputFolder": "./.vscode"
}
{"version":1,"resource":"file:///Users/hieuphan/workspace/sp/mera-app/.vscode/settings.json","entries":[{"id":"7gNl.json","timestamp":1660286601396}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/interview/hut/README.md","entries":[{"id":"ldCa.md","timestamp":1658743674671}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/dwarvesf/brain/Engineering/Atomic%20package%20in%20Golang.md","entries":[{"id":"hvUo.md","timestamp":1660025841080},{"id":"uUhP.md","timestamp":1660025996634},{"id":"kYID.md","timestamp":1660026042885},{"id":"sZEL.md","timestamp":1660026077630},{"id":"y0mT.md","timestamp":1660026089230},{"id":"53uJ.md","timestamp":1660026132068},{"id":"u09k.md","timestamp":1660026242291},{"id":"aB9Z.md","timestamp":1660026380653},{"id":"lx0L.md","timestamp":1660026401101},{"id":"yiVf.md","timestamp":1660026425773},{"id":"IJPY.md","timestamp":1660032129196},{"id":"AGjr.md","timestamp":1660032147419},{"id":"RzCt.md","timestamp":1660032197923},{"id":"hQTq.md","timestamp":1660037092010},{"id":"br9p.md","timestamp":1660037178618},{"id":"ey98.md","timestamp":1660037221596},{"id":"1KYu.md","timestamp":1660037673809},{"id":"MQCx.md","timestamp":1660037693070},{"id":"ex1Q.md","timestamp":1660037727271}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/4-vps/ingress.yaml","entries":[{"id":"cJVn.yaml","timestamp":1663312424766},{"id":"BMLn.yaml","timestamp":1663312438053},{"id":"fyMm.yaml","timestamp":1663312517842},{"id":"zKIa.yaml","timestamp":1663313260616}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/podtown/pod/.env","entries":[{"id":"odGg","timestamp":1658201418581},{"id":"dkej","timestamp":1658373510176},{"id":"vNuE","timestamp":1658373526913}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/dwarvesf/brain/Engineering/Backend/Atomic%20package%20in%20Golang.md","entries":[{"id":"GzXh.md","timestamp":1660038665467},{"id":"BQ2T.md","timestamp":1660038817334},{"id":"ki3T.md","timestamp":1660038846000},{"id":"7bdH.md","timestamp":1660038871961},{"id":"Cpyl.md","timestamp":1660038884913},{"id":"a4XL.md","timestamp":1660038951958},{"id":"3AG5.md","timestamp":1660038971232},{"id":"jqax.md","timestamp":1660039020151},{"id":"PZwP.md","timestamp":1660039048802},{"id":"aaIG.md","source":"undoRedo.source","timestamp":1660039061352},{"id":"Pfxm.md","timestamp":1660039123944}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex8/service.yaml","entries":[{"id":"P2lg.yaml","timestamp":1663262465093}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/go/unit-test/pkg/util/random/string.go","entries":[{"id":"1Ju2.go","timestamp":1655695017515},{"id":"Ehc4.go","source":"moved.source","timestamp":1655695633592},{"id":"2bo6.go","source":"moved.source","timestamp":1655695876528},{"id":"BYHq.go","source":"moved.source","timestamp":1655695883592}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/4-vps/svc.yaml","entries":[{"id":"8tnF.yaml","timestamp":1663312286463},{"id":"YOVu.yaml","timestamp":1663312313063},{"id":"UZFf.yaml","timestamp":1663312334084}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/controllers/tenant/widget/index.ts","entries":[{"id":"KSQo.ts","timestamp":1652271605832},{"id":"DXEu.ts","source":"moved.source","timestamp":1652271695973},{"id":"1P82.ts","source":"Renaming ApiWhiteLabelController","timestamp":1652271715283},{"id":"hEAm.ts","timestamp":1652271736671},{"id":"L55t.ts","source":"Renaming detail","timestamp":1652271747698},{"id":"pV25.ts","timestamp":1652275173587},{"id":"gWLa.ts","timestamp":1652280592141},{"id":"a98R.ts","timestamp":1652281338801}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-unilateral-service/src/lib/models/errorResponse.ts","entries":[{"id":"0KcL.ts","timestamp":1653897875453}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/open-fabric/slice-master-service/src/models/accounts/model/chargeTransactionResultItem.ts","entries":[{"id":"Z0wO.ts","timestamp":1651234201464}]}
{"version":1,"resource":"file:///Users/hieuphan/workspace/k8s/ex10/5-vps-wp/mysql-deploy.yaml","entries":[{"id":"rBXZ.yaml","timestamp":1663315473380},{"id":"avk4.yaml","timestamp":1663315593796},{"id":"uw8k.yaml","timestamp":1663315606434},{"id":"OE17.yaml","timestamp":1663315616853},{"id":"5vTJ.yaml","timestamp":1663316057829},{"id":"EOTl.yaml","timestamp":1663316081650}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment