@dative-gpi/foundation-core-services 0.0.219 → 0.0.221

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.
@@ -1,4 +1,4 @@
1
1
  import { CORE_URL } from "./base";
2
2
 
3
- export const SERVICE_ACCOUNT_ORGANISATIONS_URL = () => `${CORE_URL()}/service-accounts`;
3
+ export const SERVICE_ACCOUNT_ORGANISATIONS_URL = () => `${CORE_URL()}/service-account-organisations`;
4
4
  export const SERVICE_ACCOUNT_ORGANISATION_URL = (serviceAccountOrganisationId: string) => `${SERVICE_ACCOUNT_ORGANISATIONS_URL()}/${encodeURIComponent(serviceAccountOrganisationId)}`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-services",
3
3
  "sideEffects": false,
4
- "version": "0.0.219",
4
+ "version": "0.0.221",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-core-domain": "0.0.219"
13
+ "@dative-gpi/foundation-core-domain": "0.0.221"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@dative-gpi/bones-ui": "^0.0.75",
@@ -18,5 +18,5 @@
18
18
  "vue": "^3.4.29",
19
19
  "vue-router": "^4.3.0"
20
20
  },
21
- "gitHead": "10f8f97a3cdc08a16a3c28630e22b6419d5e23bb"
21
+ "gitHead": "6fbd963beb2ddf8fdeab7d8fcca490be6757b36f"
22
22
  }