@cranberry-money/shared-services 10.1.493 → 10.1.494

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.
@@ -16,7 +16,7 @@ import { ARCA_ENDPOINTS } from '@cranberry-money/shared-constants';
16
16
  * @returns Paginated list of transactions
17
17
  */
18
18
  export function getArcaTransactions(arcaApiClient, params) {
19
- return arcaApiClient.get(`/api${ARCA_ENDPOINTS.TRANSACTIONS.LIST}`, { params });
19
+ return arcaApiClient.get(ARCA_ENDPOINTS.TRANSACTIONS.LIST, { params });
20
20
  }
21
21
  /**
22
22
  * Get the next page number from an Arca transactions response.
@@ -1 +1 @@
1
- {"version":3,"file":"arca-transactions.js","sourceRoot":"","sources":["../src/arca-transactions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAUnE;;;;;;;;;GASG;AACH,MAAM,UAAU,mBAAmB,CACjC,aAA4B,EAC5B,MAAkC;IAElC,OAAO,aAAa,CAAC,GAAG,CAAiC,OAAO,cAAc,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;AAClH,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,2BAA2B,CACzC,QAAuD;IAEvD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI;QAAE,OAAO,SAAS,CAAC;IAE1C,IAAI,CAAC;QACH,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxC,MAAM,SAAS,GAAG,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IACzD,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"arca-transactions.js","sourceRoot":"","sources":["../src/arca-transactions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAUnE;;;;;;;;;GASG;AACH,MAAM,UAAU,mBAAmB,CACjC,aAA4B,EAC5B,MAAkC;IAElC,OAAO,aAAa,CAAC,GAAG,CAAiC,cAAc,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;AACzG,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,2BAA2B,CACzC,QAAuD;IAEvD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI;QAAE,OAAO,SAAS,CAAC;IAE1C,IAAI,CAAC;QACH,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxC,MAAM,SAAS,GAAG,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IACzD,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cranberry-money/shared-services",
3
- "version": "10.1.493",
3
+ "version": "10.1.494",
4
4
  "description": "Platform-agnostic API services with pure functions and dependency injection. Includes auth, portfolios, assets, countries, sectors, and more.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "prepublishOnly": "npm run clean && npm run typecheck && npm run build"
30
30
  },
31
31
  "dependencies": {
32
- "@cranberry-money/shared-constants": "^8.15.518",
33
- "@cranberry-money/shared-types": "^8.22.493",
32
+ "@cranberry-money/shared-constants": "^8.15.519",
33
+ "@cranberry-money/shared-types": "^8.22.494",
34
34
  "axios": "^1.9.0"
35
35
  },
36
36
  "peerDependencies": {