@chift/chift-nodejs 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/.github/workflows/ci.yml +2 -1
  2. package/CHANGELOG.md +3 -2
  3. package/README.md +1 -2
  4. package/dist/src/modules/sync.js +0 -2
  5. package/dist/test/modules/pos.test.js +4 -4
  6. package/package.json +2 -1
  7. package/.eslintcache +0 -1
  8. package/coverage/clover.xml +0 -1645
  9. package/coverage/coverage-final.json +0 -19
  10. package/coverage/lcov-report/base.css +0 -224
  11. package/coverage/lcov-report/block-navigation.js +0 -87
  12. package/coverage/lcov-report/favicon.png +0 -0
  13. package/coverage/lcov-report/index.html +0 -146
  14. package/coverage/lcov-report/prettify.css +0 -1
  15. package/coverage/lcov-report/prettify.js +0 -2
  16. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  17. package/coverage/lcov-report/sorter.js +0 -196
  18. package/coverage/lcov-report/src/helpers/index.html +0 -131
  19. package/coverage/lcov-report/src/helpers/openapi.ts.html +0 -151
  20. package/coverage/lcov-report/src/helpers/settings.ts.html +0 -94
  21. package/coverage/lcov-report/src/index.html +0 -116
  22. package/coverage/lcov-report/src/index.ts.html +0 -88
  23. package/coverage/lcov-report/src/modules/accounting.ts.html +0 -1156
  24. package/coverage/lcov-report/src/modules/api.ts.html +0 -190
  25. package/coverage/lcov-report/src/modules/consumer.ts.html +0 -616
  26. package/coverage/lcov-report/src/modules/consumers.ts.html +0 -331
  27. package/coverage/lcov-report/src/modules/custom.ts.html +0 -193
  28. package/coverage/lcov-report/src/modules/datastores.ts.html +0 -142
  29. package/coverage/lcov-report/src/modules/ecommerce.ts.html +0 -331
  30. package/coverage/lcov-report/src/modules/flow.ts.html +0 -589
  31. package/coverage/lcov-report/src/modules/index.html +0 -326
  32. package/coverage/lcov-report/src/modules/integrations.ts.html +0 -151
  33. package/coverage/lcov-report/src/modules/internalApi.ts.html +0 -586
  34. package/coverage/lcov-report/src/modules/invoicing.ts.html +0 -391
  35. package/coverage/lcov-report/src/modules/pos.ts.html +0 -421
  36. package/coverage/lcov-report/src/modules/sync.ts.html +0 -316
  37. package/coverage/lcov-report/src/modules/syncs.ts.html +0 -169
  38. package/coverage/lcov-report/src/modules/webhooks.ts.html +0 -343
  39. package/coverage/lcov.info +0 -1976
  40. package/dist/test/modules/flow.test.d.ts +0 -1
  41. package/dist/test/modules/flow.test.js +0 -69
@@ -30,7 +30,7 @@ jobs:
30
30
  run: npm install
31
31
 
32
32
  - name: Test
33
- run: npm test --coverage && coveralls < coverage/lcov.info
33
+ run: npm test --coverage && ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
34
34
  env:
35
35
  CHIFT_BASE_URL: ${{ secrets.CHIFT_BASE_URL }}
36
36
  CHIFT_CLIENT_ID: ${{ secrets.CHIFT_CLIENT_ID }}
@@ -43,6 +43,7 @@ jobs:
43
43
  CHIFT_LIGHTSPEED_CONSUMER_ID: ${{ secrets.CHIFT_LIGHTSPEED_CONSUMER_ID }}
44
44
  CHIFT_TEST_SYNC_ID: ${{ secrets.CHIFT_TEST_SYNC_ID }}
45
45
  CHIFT_SYNC_CONSUMER_ID: ${{ secrets.CHIFT_SYNC_CONSUMER_ID }}
46
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
46
47
 
47
48
  - name: Report Coveralls
48
49
  uses: coverallsapp/github-action@v2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
2
 
3
- ## 1.0.0 - 2023-09-12
4
- * First release with scopes of the 5 unified APIs (Accounting, POS, eCommerce, Invoicing & Payment) of Chift and the management of consumers, connections & webhooks.
3
+ ## 1.0.0 - 2023-09-14
4
+ * First release with scopes of the 5 unified APIs (Accounting, POS, eCommerce, Invoicing & Payment) of Chift and the management of consumers, connections & webhooks.
5
+ * Review of tests and CI-pipeline
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Chift Node.js Library
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@chift/chift-nodejs)](https://www.npmjs.com/package/@chift/chift-nodejs)
4
- [![npm downloads](https://img.shields.io/npm/dw/@chift/chift-nodejs)](https://www.npmjs.com/package/@chift/chift-nodejs)
5
- [![Build](https://github.com/chift-oneapi/chift-nodejs-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/chift-oneapi/chift-nodejs-sdk/actions/workflows/tests.yml)
4
+ [![Build](https://github.com/chift-oneapi/chift-nodejs-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/chift-oneapi/chift-nodejs-sdk/actions/workflows/ci.yml)
6
5
  [![Coverage Status](https://coveralls.io/repos/github/chift-oneapi/chift-nodejs-sdk/badge.svg?branch=main)](https://coveralls.io/github/chift-oneapi/chift-nodejs-sdk?branch=main)
7
6
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
8
7
 
@@ -22,9 +22,7 @@ const Sync = (internalApi, body) => {
22
22
  };
23
23
  const getFlowByName = (name) => {
24
24
  const flow = data.flows.find((flow) => flow.name.toLowerCase() === name.toLowerCase());
25
- console.log('undefined ?');
26
25
  if (flow) {
27
- console.log('on a le flux');
28
26
  return (0, flow_1.Flow)(_internalApi, flow, data.syncid, data.consumers);
29
27
  }
30
28
  return undefined;
@@ -61,8 +61,8 @@ let lightspeedConsumer;
61
61
  let orders;
62
62
  (0, globals_1.test)('getOrders', () => __awaiter(void 0, void 0, void 0, function* () {
63
63
  orders = yield lightspeedConsumer.pos.getOrders({
64
- date_from: '2022-08-11',
65
- date_to: '2022-08-12',
64
+ date_from: '2023-01-11',
65
+ date_to: '2023-02-28',
66
66
  });
67
67
  (0, globals_1.expect)(orders).toBeInstanceOf(Array);
68
68
  (0, globals_1.expect)(orders.length).toBeGreaterThan(0);
@@ -142,8 +142,8 @@ globals_1.test.skip('getCustomer', () => __awaiter(void 0, void 0, void 0, funct
142
142
  }));
143
143
  (0, globals_1.test)('getPayments', () => __awaiter(void 0, void 0, void 0, function* () {
144
144
  const payments = yield lightspeedConsumer.pos.getPayments({
145
- date_from: '2022-08-11',
146
- date_to: '2022-08-12',
145
+ date_from: '2023-01-11',
146
+ date_to: '2023-02-28',
147
147
  });
148
148
  (0, globals_1.expect)(payments).toBeInstanceOf(Array);
149
149
  (0, globals_1.expect)(payments.length).toBeGreaterThan(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chift/chift-nodejs",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "The Chift NodeJS library provides convenient access to the Chift API from applications written in the NodeJS language (Javascript/Typescript).",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -18,6 +18,7 @@
18
18
  "@types/node": "^18.15.11",
19
19
  "@typescript-eslint/eslint-plugin": "^5.53.0",
20
20
  "chokidar-cli": "^3.0.0",
21
+ "coveralls": "^3.1.1",
21
22
  "eslint": "^8.34.0",
22
23
  "eslint-config-prettier": "^8.6.0",
23
24
  "eslint-config-standard-with-typescript": "^34.0.0",
package/.eslintcache DELETED
@@ -1 +0,0 @@
1
- [{"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/package.json":"1","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/accounting.ts":"2","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/consumer.ts":"3","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/ecommerce.ts":"4","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/flow.ts":"5","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/public-api/schema.d.ts":"6","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/sync.ts":"7","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/invoicing.ts":"8","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/sync.ts":"9","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/internalApi.ts":"10","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/consumers.ts":"11","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/testing/package-lock.json":"12","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/testing/package.json":"13","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/helpers/openapi.ts":"14","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/api.ts":"15","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/consumers.ts":"16","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/integrations.ts":"17","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/syncs.ts":"18","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/webhooks.ts":"19","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/datastores.ts":"20","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/package-lock.json":"21","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/consumer.test.ts":"22","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/invoicing.test.ts":"23","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/accounting.test.ts":"24","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/ecommerce.test.ts":"25","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/sync.test.ts":"26","/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/pos.test.ts":"27"},{"size":1556,"mtime":1694617123902,"results":"28","hashOfConfig":"29"},{"size":13212,"mtime":1694531695109,"results":"30","hashOfConfig":"29"},{"size":6381,"mtime":1694531695111,"results":"31","hashOfConfig":"29"},{"size":3389,"mtime":1681414203195,"results":"32","hashOfConfig":"29"},{"size":7292,"mtime":1694531695114,"results":"33","hashOfConfig":"29"},{"size":301742,"mtime":1694531695119,"results":"34","hashOfConfig":"29"},{"size":410,"mtime":1694527496802,"results":"35","hashOfConfig":"29"},{"size":3628,"mtime":1694607757583,"results":"36","hashOfConfig":"29"},{"size":2521,"mtime":1694617205773,"results":"37","hashOfConfig":"29"},{"size":5833,"mtime":1694603747885,"results":"38","hashOfConfig":"29"},{"size":140,"mtime":1682346605856,"results":"39","hashOfConfig":"29"},{"size":16335,"mtime":1694617151996,"results":"40","hashOfConfig":"29"},{"size":394,"mtime":1694615991301,"results":"41","hashOfConfig":"29"},{"size":827,"mtime":1688504577670,"results":"42","hashOfConfig":"29"},{"size":1066,"mtime":1694531695110,"results":"43","hashOfConfig":"29"},{"size":2891,"mtime":1694531695113,"results":"44","hashOfConfig":"29"},{"size":632,"mtime":1694531695117,"results":"45","hashOfConfig":"29"},{"size":782,"mtime":1694531695118,"results":"46","hashOfConfig":"29"},{"size":2829,"mtime":1694531695119,"results":"47","hashOfConfig":"29"},{"size":483,"mtime":1694531695113,"results":"48","hashOfConfig":"29"},{"size":551306,"mtime":1694603713102,"results":"49","hashOfConfig":"29"},{"size":2152,"mtime":1694611494912,"results":"50","hashOfConfig":"29"},{"size":3282,"mtime":1694608127373,"results":"51","hashOfConfig":"29"},{"size":18665,"mtime":1694606262173,"results":"52","hashOfConfig":"29"},{"size":6535,"mtime":1694608857026,"results":"53","hashOfConfig":"29"},{"size":1713,"mtime":1694610668711,"results":"54","hashOfConfig":"29"},{"size":5817,"mtime":1694690935813,"results":"55","hashOfConfig":"29"},{"filePath":"56","messages":"57","suppressedMessages":"58","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"q07fwj",{"filePath":"59","messages":"60","suppressedMessages":"61","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"62","messages":"63","suppressedMessages":"64","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"65","messages":"66","suppressedMessages":"67","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"68","messages":"69","suppressedMessages":"70","errorCount":0,"fatalErrorCount":0,"warningCount":12,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"71","messages":"72","suppressedMessages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","suppressedMessages":"76","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"77","messages":"78","suppressedMessages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","suppressedMessages":"82","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"83","messages":"84","suppressedMessages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"86","messages":"87","suppressedMessages":"88","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"89","messages":"90","suppressedMessages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","suppressedMessages":"94","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"95","messages":"96","suppressedMessages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"98","messages":"99","suppressedMessages":"100","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"101","messages":"102","suppressedMessages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","suppressedMessages":"106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"107","messages":"108","suppressedMessages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/package.json",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/accounting.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/consumer.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/ecommerce.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/flow.ts",["137","138","139","140","141","142","143","144","145","146","147","148"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/public-api/schema.d.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/sync.ts",["149","150","151","152"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/invoicing.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/sync.ts",["153","154"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/internalApi.ts",["155","156","157"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/types/consumers.ts",["158"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/testing/package-lock.json",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/testing/package.json",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/helpers/openapi.ts",["159","160"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/api.ts",["161"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/consumers.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/integrations.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/syncs.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/webhooks.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/src/modules/datastores.ts",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/package-lock.json",[],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/consumer.test.ts",["162","163","164"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/invoicing.test.ts",["165"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/accounting.test.ts",["166"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/ecommerce.test.ts",["167"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/sync.test.ts",["168","169","170","171"],[],"/Users/henry/Documents/Development/chift/sdk/chift-nodejs-sdk/test/modules/pos.test.ts",["172","173","174"],[],{"ruleId":"175","severity":1,"message":"176","line":8,"column":18,"nodeType":"177","messageId":"178","endLine":8,"endColumn":21,"suggestions":"179"},{"ruleId":"175","severity":1,"message":"176","line":12,"column":26,"nodeType":"177","messageId":"178","endLine":12,"endColumn":29,"suggestions":"180"},{"ruleId":"175","severity":1,"message":"176","line":12,"column":40,"nodeType":"177","messageId":"178","endLine":12,"endColumn":43,"suggestions":"181"},{"ruleId":"175","severity":1,"message":"176","line":12,"column":48,"nodeType":"177","messageId":"178","endLine":12,"endColumn":51,"suggestions":"182"},{"ruleId":"175","severity":1,"message":"176","line":35,"column":61,"nodeType":"177","messageId":"178","endLine":35,"endColumn":64,"suggestions":"183"},{"ruleId":"175","severity":1,"message":"176","line":58,"column":55,"nodeType":"177","messageId":"178","endLine":58,"endColumn":58,"suggestions":"184"},{"ruleId":"175","severity":1,"message":"176","line":58,"column":69,"nodeType":"177","messageId":"178","endLine":58,"endColumn":72,"suggestions":"185"},{"ruleId":"175","severity":1,"message":"176","line":58,"column":77,"nodeType":"177","messageId":"178","endLine":58,"endColumn":80,"suggestions":"186"},{"ruleId":"175","severity":1,"message":"176","line":98,"column":55,"nodeType":"177","messageId":"178","endLine":98,"endColumn":58,"suggestions":"187"},{"ruleId":"175","severity":1,"message":"176","line":98,"column":63,"nodeType":"177","messageId":"178","endLine":98,"endColumn":66,"suggestions":"188"},{"ruleId":"175","severity":1,"message":"176","line":117,"column":31,"nodeType":"177","messageId":"178","endLine":117,"endColumn":34,"suggestions":"189"},{"ruleId":"175","severity":1,"message":"176","line":148,"column":27,"nodeType":"177","messageId":"178","endLine":148,"endColumn":30,"suggestions":"190"},{"ruleId":"175","severity":1,"message":"176","line":3,"column":12,"nodeType":"177","messageId":"178","endLine":3,"endColumn":15,"suggestions":"191"},{"ruleId":"175","severity":1,"message":"176","line":8,"column":12,"nodeType":"177","messageId":"178","endLine":8,"endColumn":15,"suggestions":"192"},{"ruleId":"175","severity":1,"message":"176","line":16,"column":14,"nodeType":"177","messageId":"178","endLine":16,"endColumn":17,"suggestions":"193"},{"ruleId":"175","severity":1,"message":"176","line":22,"column":12,"nodeType":"177","messageId":"178","endLine":22,"endColumn":15,"suggestions":"194"},{"ruleId":"175","severity":1,"message":"176","line":42,"column":56,"nodeType":"177","messageId":"178","endLine":42,"endColumn":59,"suggestions":"195"},{"ruleId":"175","severity":1,"message":"176","line":42,"column":64,"nodeType":"177","messageId":"178","endLine":42,"endColumn":67,"suggestions":"196"},{"ruleId":"175","severity":1,"message":"176","line":75,"column":23,"nodeType":"177","messageId":"178","endLine":75,"endColumn":26,"suggestions":"197"},{"ruleId":"175","severity":1,"message":"176","line":105,"column":24,"nodeType":"177","messageId":"178","endLine":105,"endColumn":27,"suggestions":"198"},{"ruleId":"175","severity":1,"message":"176","line":143,"column":21,"nodeType":"177","messageId":"178","endLine":143,"endColumn":24,"suggestions":"199"},{"ruleId":"175","severity":1,"message":"176","line":8,"column":14,"nodeType":"177","messageId":"178","endLine":8,"endColumn":17,"suggestions":"200"},{"ruleId":"175","severity":1,"message":"176","line":11,"column":21,"nodeType":"177","messageId":"178","endLine":11,"endColumn":24,"suggestions":"201"},{"ruleId":"175","severity":1,"message":"176","line":12,"column":30,"nodeType":"177","messageId":"178","endLine":12,"endColumn":33,"suggestions":"202"},{"ruleId":"175","severity":1,"message":"176","line":12,"column":19,"nodeType":"177","messageId":"178","endLine":12,"endColumn":22,"suggestions":"203"},{"ruleId":"175","severity":1,"message":"176","line":18,"column":19,"nodeType":"177","messageId":"178","endLine":18,"endColumn":22,"suggestions":"204"},{"ruleId":"175","severity":1,"message":"176","line":19,"column":15,"nodeType":"177","messageId":"178","endLine":19,"endColumn":18,"suggestions":"205"},{"ruleId":"175","severity":1,"message":"176","line":20,"column":17,"nodeType":"177","messageId":"178","endLine":20,"endColumn":20,"suggestions":"206"},{"ruleId":"175","severity":1,"message":"176","line":16,"column":15,"nodeType":"177","messageId":"178","endLine":16,"endColumn":18,"suggestions":"207"},{"ruleId":"175","severity":1,"message":"176","line":18,"column":15,"nodeType":"177","messageId":"178","endLine":18,"endColumn":18,"suggestions":"208"},{"ruleId":"175","severity":1,"message":"176","line":16,"column":15,"nodeType":"177","messageId":"178","endLine":16,"endColumn":18,"suggestions":"209"},{"ruleId":"175","severity":1,"message":"176","line":16,"column":11,"nodeType":"177","messageId":"178","endLine":16,"endColumn":14,"suggestions":"210"},{"ruleId":"175","severity":1,"message":"176","line":17,"column":11,"nodeType":"177","messageId":"178","endLine":17,"endColumn":14,"suggestions":"211"},{"ruleId":"175","severity":1,"message":"176","line":37,"column":26,"nodeType":"177","messageId":"178","endLine":37,"endColumn":29,"suggestions":"212"},{"ruleId":"175","severity":1,"message":"176","line":37,"column":44,"nodeType":"177","messageId":"178","endLine":37,"endColumn":47,"suggestions":"213"},{"ruleId":"175","severity":1,"message":"176","line":18,"column":22,"nodeType":"177","messageId":"178","endLine":18,"endColumn":25,"suggestions":"214"},{"ruleId":"175","severity":1,"message":"176","line":19,"column":25,"nodeType":"177","messageId":"178","endLine":19,"endColumn":28,"suggestions":"215"},{"ruleId":"175","severity":1,"message":"176","line":58,"column":16,"nodeType":"177","messageId":"178","endLine":58,"endColumn":19,"suggestions":"216"},"@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny",["217","218"],["219","220"],["221","222"],["223","224"],["225","226"],["227","228"],["229","230"],["231","232"],["233","234"],["235","236"],["237","238"],["239","240"],["241","242"],["243","244"],["245","246"],["247","248"],["249","250"],["251","252"],["253","254"],["255","256"],["257","258"],["259","260"],["261","262"],["263","264"],["265","266"],["267","268"],["269","270"],["271","272"],["273","274"],["275","276"],["277","278"],["279","280"],["281","282"],["283","284"],["285","286"],["287","288"],["289","290"],["291","292"],{"messageId":"293","fix":"294","desc":"295"},{"messageId":"296","fix":"297","desc":"298"},{"messageId":"293","fix":"299","desc":"295"},{"messageId":"296","fix":"300","desc":"298"},{"messageId":"293","fix":"301","desc":"295"},{"messageId":"296","fix":"302","desc":"298"},{"messageId":"293","fix":"303","desc":"295"},{"messageId":"296","fix":"304","desc":"298"},{"messageId":"293","fix":"305","desc":"295"},{"messageId":"296","fix":"306","desc":"298"},{"messageId":"293","fix":"307","desc":"295"},{"messageId":"296","fix":"308","desc":"298"},{"messageId":"293","fix":"309","desc":"295"},{"messageId":"296","fix":"310","desc":"298"},{"messageId":"293","fix":"311","desc":"295"},{"messageId":"296","fix":"312","desc":"298"},{"messageId":"293","fix":"313","desc":"295"},{"messageId":"296","fix":"314","desc":"298"},{"messageId":"293","fix":"315","desc":"295"},{"messageId":"296","fix":"316","desc":"298"},{"messageId":"293","fix":"317","desc":"295"},{"messageId":"296","fix":"318","desc":"298"},{"messageId":"293","fix":"319","desc":"295"},{"messageId":"296","fix":"320","desc":"298"},{"messageId":"293","fix":"321","desc":"295"},{"messageId":"296","fix":"322","desc":"298"},{"messageId":"293","fix":"323","desc":"295"},{"messageId":"296","fix":"324","desc":"298"},{"messageId":"293","fix":"325","desc":"295"},{"messageId":"296","fix":"326","desc":"298"},{"messageId":"293","fix":"327","desc":"295"},{"messageId":"296","fix":"328","desc":"298"},{"messageId":"293","fix":"329","desc":"295"},{"messageId":"296","fix":"330","desc":"298"},{"messageId":"293","fix":"331","desc":"295"},{"messageId":"296","fix":"332","desc":"298"},{"messageId":"293","fix":"333","desc":"295"},{"messageId":"296","fix":"334","desc":"298"},{"messageId":"293","fix":"335","desc":"295"},{"messageId":"296","fix":"336","desc":"298"},{"messageId":"293","fix":"337","desc":"295"},{"messageId":"296","fix":"338","desc":"298"},{"messageId":"293","fix":"339","desc":"295"},{"messageId":"296","fix":"340","desc":"298"},{"messageId":"293","fix":"341","desc":"295"},{"messageId":"296","fix":"342","desc":"298"},{"messageId":"293","fix":"343","desc":"295"},{"messageId":"296","fix":"344","desc":"298"},{"messageId":"293","fix":"345","desc":"295"},{"messageId":"296","fix":"346","desc":"298"},{"messageId":"293","fix":"347","desc":"295"},{"messageId":"296","fix":"348","desc":"298"},{"messageId":"293","fix":"349","desc":"295"},{"messageId":"296","fix":"350","desc":"298"},{"messageId":"293","fix":"351","desc":"295"},{"messageId":"296","fix":"352","desc":"298"},{"messageId":"293","fix":"353","desc":"295"},{"messageId":"296","fix":"354","desc":"298"},{"messageId":"293","fix":"355","desc":"295"},{"messageId":"296","fix":"356","desc":"298"},{"messageId":"293","fix":"357","desc":"295"},{"messageId":"296","fix":"358","desc":"298"},{"messageId":"293","fix":"359","desc":"295"},{"messageId":"296","fix":"360","desc":"298"},{"messageId":"293","fix":"361","desc":"295"},{"messageId":"296","fix":"362","desc":"298"},{"messageId":"293","fix":"363","desc":"295"},{"messageId":"296","fix":"364","desc":"298"},{"messageId":"293","fix":"365","desc":"295"},{"messageId":"296","fix":"366","desc":"298"},{"messageId":"293","fix":"367","desc":"295"},{"messageId":"296","fix":"368","desc":"298"},{"messageId":"293","fix":"369","desc":"295"},{"messageId":"296","fix":"370","desc":"298"},{"messageId":"293","fix":"371","desc":"295"},{"messageId":"296","fix":"372","desc":"298"},"suggestUnknown",{"range":"373","text":"374"},"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.","suggestNever",{"range":"373","text":"375"},"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.",{"range":"376","text":"374"},{"range":"376","text":"375"},{"range":"377","text":"374"},{"range":"377","text":"375"},{"range":"378","text":"374"},{"range":"378","text":"375"},{"range":"379","text":"374"},{"range":"379","text":"375"},{"range":"380","text":"374"},{"range":"380","text":"375"},{"range":"381","text":"374"},{"range":"381","text":"375"},{"range":"382","text":"374"},{"range":"382","text":"375"},{"range":"383","text":"374"},{"range":"383","text":"375"},{"range":"384","text":"374"},{"range":"384","text":"375"},{"range":"385","text":"374"},{"range":"385","text":"375"},{"range":"386","text":"374"},{"range":"386","text":"375"},{"range":"387","text":"374"},{"range":"387","text":"375"},{"range":"388","text":"374"},{"range":"388","text":"375"},{"range":"389","text":"374"},{"range":"389","text":"375"},{"range":"390","text":"374"},{"range":"390","text":"375"},{"range":"391","text":"374"},{"range":"391","text":"375"},{"range":"392","text":"374"},{"range":"392","text":"375"},{"range":"393","text":"374"},{"range":"393","text":"375"},{"range":"394","text":"374"},{"range":"394","text":"375"},{"range":"395","text":"374"},{"range":"395","text":"375"},{"range":"396","text":"374"},{"range":"396","text":"375"},{"range":"397","text":"374"},{"range":"397","text":"375"},{"range":"398","text":"374"},{"range":"398","text":"375"},{"range":"399","text":"374"},{"range":"399","text":"375"},{"range":"400","text":"374"},{"range":"400","text":"375"},{"range":"401","text":"374"},{"range":"401","text":"375"},{"range":"402","text":"374"},{"range":"402","text":"375"},{"range":"403","text":"374"},{"range":"403","text":"375"},{"range":"404","text":"374"},{"range":"404","text":"375"},{"range":"405","text":"374"},{"range":"405","text":"375"},{"range":"406","text":"374"},{"range":"406","text":"375"},{"range":"407","text":"374"},{"range":"407","text":"375"},{"range":"408","text":"374"},{"range":"408","text":"375"},{"range":"409","text":"374"},{"range":"409","text":"375"},{"range":"410","text":"374"},{"range":"410","text":"375"},{"range":"411","text":"374"},{"range":"411","text":"375"},{"range":"412","text":"374"},{"range":"412","text":"375"},[268,271],"unknown","never",[392,395],[406,409],[414,417],[1397,1400],[2371,2374],[2385,2388],[2393,2396],[4229,4232],[4237,4240],[5120,5123],[6724,6727],[71,74],[152,155],[304,307],[403,406],[1400,1403],[1408,1411],[2710,2713],[3672,3675],[5221,5224],[133,136],[331,334],[377,380],[367,370],[595,598],[614,617],[635,638],[544,547],[563,566],[548,551],[453,456],[468,471],[960,963],[978,981],[698,701],[727,730],[2082,2085]]