@mittwald/api-models 4.196.0 → 4.198.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.
@@ -25,17 +25,17 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
25
25
  disabled: boolean;
26
26
  id: string;
27
27
  installationPath: string;
28
- linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
28
+ linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
29
29
  lockedBy?: {
30
30
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
31
31
  } | undefined;
32
- projectId?: string | undefined;
32
+ projectId: string;
33
33
  screenshotId?: string | undefined;
34
34
  screenshotRef?: string | undefined;
35
35
  shortId: string;
36
- systemSoftware?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
37
- updatePolicy?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
38
- userInputs?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
36
+ systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
37
+ updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
38
+ userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
39
39
  }): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppInstallation | {
40
40
  appId: string;
41
41
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
@@ -45,17 +45,17 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
45
45
  disabled: boolean;
46
46
  id: string;
47
47
  installationPath: string;
48
- linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
48
+ linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
49
49
  lockedBy?: {
50
50
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
51
51
  } | undefined;
52
- projectId?: string | undefined;
52
+ projectId: string;
53
53
  screenshotId?: string | undefined;
54
54
  screenshotRef?: string | undefined;
55
55
  shortId: string;
56
- systemSoftware?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
57
- updatePolicy?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
58
- userInputs?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
56
+ systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
57
+ updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
58
+ userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
59
59
  }>;
60
60
  }, typeof AppInstallation]>;
61
61
  declare class AppInstallationCommon extends AppInstallationCommon_base {
@@ -71,17 +71,17 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
71
71
  disabled: boolean;
72
72
  id: string;
73
73
  installationPath: string;
74
- linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
74
+ linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
75
75
  lockedBy?: {
76
76
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
77
77
  } | undefined;
78
- projectId?: string | undefined;
78
+ projectId: string;
79
79
  screenshotId?: string | undefined;
80
80
  screenshotRef?: string | undefined;
81
81
  shortId: string;
82
- systemSoftware?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
83
- updatePolicy?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
84
- userInputs?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
82
+ systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
83
+ updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
84
+ userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
85
85
  }): DataModel<{
86
86
  appId: string;
87
87
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
@@ -91,17 +91,17 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
91
91
  disabled: boolean;
92
92
  id: string;
93
93
  installationPath: string;
94
- linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
94
+ linkedDatabases: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
95
95
  lockedBy?: {
96
96
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
97
97
  } | undefined;
98
- projectId?: string | undefined;
98
+ projectId: string;
99
99
  screenshotId?: string | undefined;
100
100
  screenshotRef?: string | undefined;
101
101
  shortId: string;
102
- systemSoftware?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[] | undefined;
103
- updatePolicy?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy | undefined;
104
- userInputs?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[] | undefined;
102
+ systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
103
+ updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
104
+ userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
105
105
  }>;
106
106
  }]>;
107
107
  export declare class AppInstallationDetailed extends AppInstallationDetailed_base {
@@ -51,6 +51,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
51
51
  shortId: string;
52
52
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
53
53
  statusSetAt: string;
54
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
54
55
  webStorageUsageInBytes: number;
55
56
  webStorageUsageInBytesSetAt: string;
56
57
  } | {
@@ -81,6 +82,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
81
82
  statisticsBaseDomain?: string | undefined;
82
83
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
83
84
  statusSetAt: string;
85
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
84
86
  webStorageUsageInBytes: number;
85
87
  webStorageUsageInBytesSetAt: string;
86
88
  }): DataModel<{
@@ -105,6 +107,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
105
107
  shortId: string;
106
108
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
107
109
  statusSetAt: string;
110
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
108
111
  webStorageUsageInBytes: number;
109
112
  webStorageUsageInBytesSetAt: string;
110
113
  } | {
@@ -135,6 +138,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
135
138
  statisticsBaseDomain?: string | undefined;
136
139
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
137
140
  statusSetAt: string;
141
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
138
142
  webStorageUsageInBytes: number;
139
143
  webStorageUsageInBytesSetAt: string;
140
144
  }>;
@@ -173,6 +177,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
173
177
  statisticsBaseDomain?: string | undefined;
174
178
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
175
179
  statusSetAt: string;
180
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
176
181
  webStorageUsageInBytes: number;
177
182
  webStorageUsageInBytesSetAt: string;
178
183
  }): DataModel<{
@@ -203,6 +208,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
203
208
  statisticsBaseDomain?: string | undefined;
204
209
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
205
210
  statusSetAt: string;
211
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
206
212
  webStorageUsageInBytes: number;
207
213
  webStorageUsageInBytesSetAt: string;
208
214
  }>;
@@ -233,6 +239,7 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
233
239
  shortId: string;
234
240
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
235
241
  statusSetAt: string;
242
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
236
243
  webStorageUsageInBytes: number;
237
244
  webStorageUsageInBytesSetAt: string;
238
245
  }): DataModel<{
@@ -257,6 +264,7 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
257
264
  shortId: string;
258
265
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
259
266
  statusSetAt: string;
267
+ supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
260
268
  webStorageUsageInBytes: number;
261
269
  webStorageUsageInBytesSetAt: string;
262
270
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.196.0",
3
+ "version": "4.198.0",
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.196.0",
42
+ "@mittwald/api-client": "^4.198.0",
43
43
  "another-deep-freeze": "^1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -84,5 +84,5 @@
84
84
  "optional": true
85
85
  }
86
86
  },
87
- "gitHead": "6c162250f905f5412c88bc84bc1ee86fd5c36ea6"
87
+ "gitHead": "29ce25040d1efbe6dca6b54a9938acc5e3cc7742"
88
88
  }