@mittwald/api-models 4.64.0 → 4.64.2

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.
@@ -53,7 +53,9 @@ export class AppInstallationListItem extends classes(AppInstallationCommon, (Dat
53
53
  export class AppInstallationListQuery extends ListQueryModel {
54
54
  project;
55
55
  constructor(project, query = {}) {
56
- super(query);
56
+ super(query, {
57
+ dependencies: [project.id],
58
+ });
57
59
  this.project = project;
58
60
  }
59
61
  refine(query) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.64.0",
3
+ "version": "4.64.2",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Collection of domain models for coherent interaction with the API",
@@ -39,7 +39,7 @@
39
39
  "test:unit": "node --experimental-vm-modules $(yarn bin jest)"
40
40
  },
41
41
  "dependencies": {
42
- "@mittwald/api-client": "^4.61.1",
42
+ "@mittwald/api-client": "^4.64.2",
43
43
  "another-deep-freeze": "^1.0.0",
44
44
  "context": "^3.0.31",
45
45
  "dinero.js": "^1.9.1",
@@ -84,5 +84,5 @@
84
84
  "optional": true
85
85
  }
86
86
  },
87
- "gitHead": "d8f0554d50dff2de81524e1c3749fa3499b4f888"
87
+ "gitHead": "83b524bbb8fa2ec3e03f0d4fb1c6378d92d0d430"
88
88
  }