@eleva-io/erp-sdk 0.1.7 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/erp.d.ts +8 -4
- package/dist/erp.d.ts.map +1 -1
- package/dist/erp.js +11 -3
- package/dist/erp.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/modules/contacts/api.d.ts +2 -2
- package/dist/modules/contacts/api.d.ts.map +1 -1
- package/dist/modules/contacts/api.js.map +1 -1
- package/dist/modules/contacts/index.d.ts +2 -2
- package/dist/modules/contacts/index.d.ts.map +1 -1
- package/dist/modules/contacts/index.js.map +1 -1
- package/dist/modules/contacts/persons/api/addresses.d.ts +2 -2
- package/dist/modules/contacts/persons/api/addresses.d.ts.map +1 -1
- package/dist/modules/contacts/persons/api/addresses.js.map +1 -1
- package/dist/modules/contacts/persons/api/index.d.ts +2 -2
- package/dist/modules/contacts/persons/api/index.d.ts.map +1 -1
- package/dist/modules/contacts/persons/api/index.js.map +1 -1
- package/dist/modules/contacts/persons/api/persons.d.ts +4 -4
- package/dist/modules/contacts/persons/api/persons.d.ts.map +1 -1
- package/dist/modules/contacts/persons/api/persons.js +1 -1
- package/dist/modules/contacts/persons/api/persons.js.map +1 -1
- package/dist/modules/contacts/persons/index.d.ts +2 -2
- package/dist/modules/contacts/persons/index.d.ts.map +1 -1
- package/dist/modules/contacts/persons/index.js.map +1 -1
- package/dist/modules/contacts/persons/types/address.d.ts +1 -1
- package/dist/modules/contacts/persons/types/address.d.ts.map +1 -1
- package/dist/modules/contacts/persons/types/index.d.ts +3 -3
- package/dist/modules/contacts/persons/types/index.d.ts.map +1 -1
- package/dist/modules/contacts/persons/types/index.js.map +1 -1
- package/dist/modules/contacts/persons/types/person.d.ts +13 -4
- package/dist/modules/contacts/persons/types/person.d.ts.map +1 -1
- package/dist/modules/contacts/persons/types/person_address.d.ts +3 -3
- package/dist/modules/contacts/persons/types/person_address.d.ts.map +1 -1
- package/dist/modules/domain/agents/api.d.ts +12 -0
- package/dist/modules/domain/agents/api.d.ts.map +1 -0
- package/dist/modules/domain/agents/api.js +31 -0
- package/dist/modules/domain/agents/api.js.map +1 -0
- package/dist/modules/domain/agents/index.d.ts +3 -0
- package/dist/modules/domain/agents/index.d.ts.map +1 -0
- package/dist/modules/domain/agents/index.js +19 -0
- package/dist/modules/domain/agents/index.js.map +1 -0
- package/dist/modules/domain/agents/types.d.ts +34 -0
- package/dist/modules/domain/agents/types.d.ts.map +1 -0
- package/dist/modules/domain/agents/types.js +10 -0
- package/dist/modules/domain/agents/types.js.map +1 -0
- package/dist/modules/domain/api.d.ts +11 -0
- package/dist/modules/domain/api.d.ts.map +1 -0
- package/dist/modules/domain/api.js +21 -0
- package/dist/modules/domain/api.js.map +1 -0
- package/dist/modules/domain/iam/api/agents.d.ts +15 -0
- package/dist/modules/domain/iam/api/agents.d.ts.map +1 -0
- package/dist/modules/domain/iam/api/agents.js +36 -0
- package/dist/modules/domain/iam/api/agents.js.map +1 -0
- package/dist/modules/domain/iam/api/iam.d.ts +11 -0
- package/dist/modules/domain/iam/api/iam.d.ts.map +1 -0
- package/dist/modules/domain/iam/api/iam.js +21 -0
- package/dist/modules/domain/iam/api/iam.js.map +1 -0
- package/dist/modules/domain/iam/api/index.d.ts +4 -0
- package/dist/modules/domain/iam/api/index.d.ts.map +1 -0
- package/dist/modules/domain/iam/api/index.js +20 -0
- package/dist/modules/domain/iam/api/index.js.map +1 -0
- package/dist/modules/domain/iam/api/roles.d.ts +7 -0
- package/dist/modules/domain/iam/api/roles.d.ts.map +1 -0
- package/dist/modules/domain/iam/api/roles.js +13 -0
- package/dist/modules/domain/iam/api/roles.js.map +1 -0
- package/dist/modules/domain/iam/index.d.ts +3 -0
- package/dist/modules/domain/iam/index.d.ts.map +1 -0
- package/dist/modules/domain/iam/index.js +19 -0
- package/dist/modules/domain/iam/index.js.map +1 -0
- package/dist/modules/domain/iam/types/index.d.ts +2 -0
- package/dist/modules/domain/iam/types/index.d.ts.map +1 -0
- package/dist/modules/domain/iam/types/index.js +18 -0
- package/dist/modules/domain/iam/types/index.js.map +1 -0
- package/dist/modules/domain/iam/types/roles.d.ts +11 -0
- package/dist/modules/domain/iam/types/roles.d.ts.map +1 -0
- package/dist/modules/domain/iam/types/roles.js +3 -0
- package/dist/modules/domain/iam/types/roles.js.map +1 -0
- package/dist/modules/domain/index.d.ts +4 -0
- package/dist/modules/domain/index.d.ts.map +1 -0
- package/dist/modules/domain/index.js +20 -0
- package/dist/modules/domain/index.js.map +1 -0
- package/dist/modules/global/agents/index.d.ts +2 -0
- package/dist/modules/global/agents/index.d.ts.map +1 -0
- package/dist/modules/global/agents/index.js +18 -0
- package/dist/modules/global/agents/index.js.map +1 -0
- package/dist/modules/global/agents/types.d.ts +16 -0
- package/dist/modules/global/agents/types.d.ts.map +1 -0
- package/dist/modules/global/agents/types.js +10 -0
- package/dist/modules/global/agents/types.js.map +1 -0
- package/dist/modules/global/api.d.ts +9 -0
- package/dist/modules/global/api.d.ts.map +1 -0
- package/dist/modules/global/api.js +17 -0
- package/dist/modules/global/api.js.map +1 -0
- package/dist/modules/global/index.d.ts +3 -0
- package/dist/modules/global/index.d.ts.map +1 -0
- package/dist/modules/global/index.js +19 -0
- package/dist/modules/global/index.js.map +1 -0
- package/dist/modules/global/search/api.d.ts +10 -0
- package/dist/modules/global/search/api.d.ts.map +1 -0
- package/dist/modules/global/search/api.js +19 -0
- package/dist/modules/global/search/api.js.map +1 -0
- package/dist/modules/global/search/index.d.ts +3 -0
- package/dist/modules/global/search/index.d.ts.map +1 -0
- package/dist/modules/global/search/index.js +19 -0
- package/dist/modules/global/search/index.js.map +1 -0
- package/dist/modules/global/search/types.d.ts +37 -0
- package/dist/modules/global/search/types.d.ts.map +1 -0
- package/dist/modules/global/search/types.js +10 -0
- package/dist/modules/global/search/types.js.map +1 -0
- package/dist/modules/horizontal/api.d.ts +2 -2
- package/dist/modules/horizontal/api.d.ts.map +1 -1
- package/dist/modules/horizontal/api.js.map +1 -1
- package/dist/modules/horizontal/communities/api/agents.d.ts +2 -2
- package/dist/modules/horizontal/communities/api/agents.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/agents.js.map +1 -1
- package/dist/modules/horizontal/communities/api/blocks.d.ts +4 -4
- package/dist/modules/horizontal/communities/api/blocks.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/blocks.js +1 -1
- package/dist/modules/horizontal/communities/api/blocks.js.map +1 -1
- package/dist/modules/horizontal/communities/api/communities.d.ts +13 -11
- package/dist/modules/horizontal/communities/api/communities.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/communities.js +14 -7
- package/dist/modules/horizontal/communities/api/communities.js.map +1 -1
- package/dist/modules/horizontal/communities/api/communities_config.d.ts +3 -3
- package/dist/modules/horizontal/communities/api/communities_config.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/communities_config.js.map +1 -1
- package/dist/modules/horizontal/communities/api/documents.d.ts +3 -3
- package/dist/modules/horizontal/communities/api/documents.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/documents.js +6 -1
- package/dist/modules/horizontal/communities/api/documents.js.map +1 -1
- package/dist/modules/horizontal/communities/api/employees.d.ts +2 -2
- package/dist/modules/horizontal/communities/api/employees.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/employees.js.map +1 -1
- package/dist/modules/horizontal/communities/api/index.d.ts +11 -10
- package/dist/modules/horizontal/communities/api/index.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/index.js +1 -0
- package/dist/modules/horizontal/communities/api/index.js.map +1 -1
- package/dist/modules/horizontal/communities/api/properties.d.ts +4 -4
- package/dist/modules/horizontal/communities/api/properties.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/properties.js +1 -1
- package/dist/modules/horizontal/communities/api/properties.js.map +1 -1
- package/dist/modules/horizontal/communities/api/providers.d.ts +2 -2
- package/dist/modules/horizontal/communities/api/providers.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/providers.js.map +1 -1
- package/dist/modules/horizontal/communities/api/receipts.d.ts +4 -4
- package/dist/modules/horizontal/communities/api/receipts.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/receipts.js +1 -1
- package/dist/modules/horizontal/communities/api/receipts.js.map +1 -1
- package/dist/modules/horizontal/communities/api/roles.d.ts +2 -2
- package/dist/modules/horizontal/communities/api/roles.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/api/roles.js.map +1 -1
- package/dist/modules/horizontal/communities/api/route_trackings/index.d.ts +4 -0
- package/dist/modules/horizontal/communities/api/route_trackings/index.d.ts.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/index.js +20 -0
- package/dist/modules/horizontal/communities/api/route_trackings/index.js.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/route_trackings.d.ts +11 -0
- package/dist/modules/horizontal/communities/api/route_trackings/route_trackings.d.ts.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/route_trackings.js +21 -0
- package/dist/modules/horizontal/communities/api/route_trackings/route_trackings.js.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/routes.d.ts +27 -0
- package/dist/modules/horizontal/communities/api/route_trackings/routes.d.ts.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/routes.js +69 -0
- package/dist/modules/horizontal/communities/api/route_trackings/routes.js.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/zones.d.ts +11 -0
- package/dist/modules/horizontal/communities/api/route_trackings/zones.d.ts.map +1 -0
- package/dist/modules/horizontal/communities/api/route_trackings/zones.js +26 -0
- package/dist/modules/horizontal/communities/api/route_trackings/zones.js.map +1 -0
- package/dist/modules/horizontal/communities/index.d.ts +2 -2
- package/dist/modules/horizontal/communities/index.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/index.js.map +1 -1
- package/dist/modules/horizontal/communities/types/address.d.ts +2 -2
- package/dist/modules/horizontal/communities/types/address.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/agent.d.ts +2 -2
- package/dist/modules/horizontal/communities/types/agent.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/block.d.ts +4 -5
- package/dist/modules/horizontal/communities/types/block.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/community.d.ts +12 -5
- package/dist/modules/horizontal/communities/types/community.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/community_config.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/document.d.ts +2 -2
- package/dist/modules/horizontal/communities/types/document.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/employee.d.ts +3 -3
- package/dist/modules/horizontal/communities/types/employee.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/index.d.ts +10 -9
- package/dist/modules/horizontal/communities/types/index.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/index.js +1 -0
- package/dist/modules/horizontal/communities/types/index.js.map +1 -1
- package/dist/modules/horizontal/communities/types/property.d.ts +6 -6
- package/dist/modules/horizontal/communities/types/property.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/property.js.map +1 -1
- package/dist/modules/horizontal/communities/types/provider.d.ts +3 -3
- package/dist/modules/horizontal/communities/types/provider.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/receipt.d.ts +7 -7
- package/dist/modules/horizontal/communities/types/receipt.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/roles.d.ts +2 -2
- package/dist/modules/horizontal/communities/types/roles.d.ts.map +1 -1
- package/dist/modules/horizontal/communities/types/route_tracking.d.ts +53 -0
- package/dist/modules/horizontal/communities/types/route_tracking.d.ts.map +1 -0
- package/dist/modules/horizontal/communities/types/route_tracking.js +19 -0
- package/dist/modules/horizontal/communities/types/route_tracking.js.map +1 -0
- package/dist/modules/horizontal/communities/types/tag.d.ts.map +1 -1
- package/dist/modules/horizontal/index.d.ts +2 -2
- package/dist/modules/horizontal/index.d.ts.map +1 -1
- package/dist/modules/horizontal/index.js.map +1 -1
- package/dist/modules/index.d.ts +5 -3
- package/dist/modules/index.d.ts.map +1 -1
- package/dist/modules/index.js +2 -0
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/ticketing/api.d.ts +6 -15
- package/dist/modules/ticketing/api.d.ts.map +1 -1
- package/dist/modules/ticketing/api.js +9 -38
- package/dist/modules/ticketing/api.js.map +1 -1
- package/dist/modules/ticketing/index.d.ts +2 -2
- package/dist/modules/ticketing/index.d.ts.map +1 -1
- package/dist/modules/ticketing/index.js +1 -1
- package/dist/modules/ticketing/index.js.map +1 -1
- package/dist/modules/ticketing/tasks/api/activity_logs.d.ts +10 -0
- package/dist/modules/ticketing/tasks/api/activity_logs.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/activity_logs.js +21 -0
- package/dist/modules/ticketing/tasks/api/activity_logs.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/attachments.d.ts +8 -0
- package/dist/modules/ticketing/tasks/api/attachments.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/attachments.js +16 -0
- package/dist/modules/ticketing/tasks/api/attachments.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/conversations.d.ts +11 -0
- package/dist/modules/ticketing/tasks/api/conversations.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/conversations.js +35 -0
- package/dist/modules/ticketing/tasks/api/conversations.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/followers.d.ts +11 -0
- package/dist/modules/ticketing/tasks/api/followers.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/followers.js +24 -0
- package/dist/modules/ticketing/tasks/api/followers.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/index.d.ts +7 -0
- package/dist/modules/ticketing/tasks/api/index.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/index.js +23 -0
- package/dist/modules/ticketing/tasks/api/index.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/resources.d.ts +11 -0
- package/dist/modules/ticketing/tasks/api/resources.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/resources.js +24 -0
- package/dist/modules/ticketing/tasks/api/resources.js.map +1 -0
- package/dist/modules/ticketing/tasks/api/tasks.d.ts +18 -0
- package/dist/modules/ticketing/tasks/api/tasks.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/api/tasks.js +51 -0
- package/dist/modules/ticketing/tasks/api/tasks.js.map +1 -0
- package/dist/modules/ticketing/tasks/index.d.ts +3 -0
- package/dist/modules/ticketing/tasks/index.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/index.js +19 -0
- package/dist/modules/ticketing/tasks/index.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/activity_log.d.ts +28 -0
- package/dist/modules/ticketing/tasks/types/activity_log.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/activity_log.js +24 -0
- package/dist/modules/ticketing/tasks/types/activity_log.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/converstation.d.ts +31 -0
- package/dist/modules/ticketing/tasks/types/converstation.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/converstation.js +11 -0
- package/dist/modules/ticketing/tasks/types/converstation.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/follower.d.ts +8 -0
- package/dist/modules/ticketing/tasks/types/follower.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/follower.js +3 -0
- package/dist/modules/ticketing/tasks/types/follower.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/index.d.ts +6 -0
- package/dist/modules/ticketing/tasks/types/index.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/index.js +22 -0
- package/dist/modules/ticketing/tasks/types/index.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/resource.d.ts +18 -0
- package/dist/modules/ticketing/tasks/types/resource.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/resource.js +15 -0
- package/dist/modules/ticketing/tasks/types/resource.js.map +1 -0
- package/dist/modules/ticketing/tasks/types/task.d.ts +64 -0
- package/dist/modules/ticketing/tasks/types/task.d.ts.map +1 -0
- package/dist/modules/ticketing/tasks/types/task.js +25 -0
- package/dist/modules/ticketing/tasks/types/task.js.map +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/crud.d.ts +2 -2
- package/dist/utils/crud.d.ts.map +1 -1
- package/dist/utils/crud.js +6 -6
- package/dist/utils/crud.js.map +1 -1
- package/dist/utils/http.d.ts +16 -8
- package/dist/utils/http.d.ts.map +1 -1
- package/dist/utils/http.js +69 -23
- package/dist/utils/http.js.map +1 -1
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/signature.d.ts.map +1 -1
- package/dist/utils/signature.js +2 -5
- package/dist/utils/signature.js.map +1 -1
- package/dist/utils/types.d.ts.map +1 -1
- package/package.json +17 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signature.js","sourceRoot":"","sources":["../../src/utils/signature.ts"],"names":[],"mappings":";;;;;AAOA,
|
|
1
|
+
{"version":3,"file":"signature.js","sourceRoot":"","sources":["../../src/utils/signature.ts"],"names":[],"mappings":";;;;;AAOA,8CAUC;AAjBD,oDAA2B;AAO3B,SAAgB,iBAAiB,CAAC,IAAa,EAAE,MAAc,EAAE,SAAiB;IAChF,MAAM,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAA;IACnD,MAAM,SAAS,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;IAE5B,MAAM,SAAS,GAAG,gBAAM,CAAC,UAAU,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,GAAG,OAAO,IAAI,SAAS,IAAI,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;IAElH,OAAO;QACL,SAAS;QACT,SAAS;KACV,CAAA;AACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC,KAAK,EAAE,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC,KAAK,EAAE,CAAC,EAAE,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eleva-io/erp-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "SDK oficial para el ERP de Eleva",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,14 +16,27 @@
|
|
|
16
16
|
"author": "Eleva",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"devDependencies": {
|
|
19
|
+
"@types/jest": "30.0.0",
|
|
19
20
|
"@types/mime-types": "3.0.1",
|
|
20
21
|
"@types/node": "^20.19.1",
|
|
22
|
+
"@typescript-eslint/eslint-plugin": "8.35.0",
|
|
23
|
+
"@typescript-eslint/parser": "8.35.0",
|
|
21
24
|
"dotenv": "^16.5.0",
|
|
25
|
+
"eslint": "9.29.0",
|
|
26
|
+
"eslint-config-prettier": "10.1.5",
|
|
27
|
+
"eslint-plugin-jest": "29.0.1",
|
|
28
|
+
"eslint-plugin-prettier": "5.5.1",
|
|
29
|
+
"jest": "30.0.3",
|
|
30
|
+
"prettier": "3.6.1",
|
|
31
|
+
"ts-jest": "29.4.0",
|
|
32
|
+
"ts-node": "10.9.2",
|
|
22
33
|
"tsc-alias": "1.8.16",
|
|
23
34
|
"tsx": "^4.20.3",
|
|
24
35
|
"typescript": "^5.8.3"
|
|
25
36
|
},
|
|
26
37
|
"dependencies": {
|
|
38
|
+
"@eslint/eslintrc": "3.3.1",
|
|
39
|
+
"@eslint/js": "9.29.0",
|
|
27
40
|
"axios": "^1.10.0",
|
|
28
41
|
"mime-types": "3.0.1",
|
|
29
42
|
"moment": "2.30.1"
|
|
@@ -37,8 +50,9 @@
|
|
|
37
50
|
},
|
|
38
51
|
"scripts": {
|
|
39
52
|
"build": "pnpm tsc && pnpm tsc-alias",
|
|
40
|
-
"test": "jest",
|
|
41
|
-
"
|
|
53
|
+
"test": "jest --config ./jest.config.ts",
|
|
54
|
+
"lint": "eslint 'src/**/*.{ts,tsx}' --fix",
|
|
55
|
+
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
42
56
|
"sandbox": "tsx sandbox/index.ts",
|
|
43
57
|
"sandbox:watch": "tsx watch sandbox/index.ts"
|
|
44
58
|
}
|