@mittwald/api-client 4.356.1 → 4.357.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.356.0';
1
+ export const MittwaldAPIClientVersion = '4.356.1';
@@ -427,6 +427,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
427
427
  withExportsOnly?: boolean | undefined;
428
428
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
429
429
  runningRestoresOnly?: boolean | undefined;
430
+ runningBackupsOnly?: boolean | undefined;
430
431
  limit?: number | undefined;
431
432
  skip?: number | undefined;
432
433
  page?: number | undefined;
@@ -2742,6 +2742,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2742
2742
  withExportsOnly?: boolean | undefined;
2743
2743
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2744
2744
  runningRestoresOnly?: boolean | undefined;
2745
+ runningBackupsOnly?: boolean | undefined;
2745
2746
  limit?: number | undefined;
2746
2747
  skip?: number | undefined;
2747
2748
  page?: number | undefined;
@@ -2760,6 +2761,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2760
2761
  withExportsOnly?: boolean | undefined;
2761
2762
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2762
2763
  runningRestoresOnly?: boolean | undefined;
2764
+ runningBackupsOnly?: boolean | undefined;
2763
2765
  limit?: number | undefined;
2764
2766
  skip?: number | undefined;
2765
2767
  page?: number | undefined;
@@ -2788,6 +2790,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2788
2790
  withExportsOnly?: boolean | undefined;
2789
2791
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
2790
2792
  runningRestoresOnly?: boolean | undefined;
2793
+ runningBackupsOnly?: boolean | undefined;
2791
2794
  limit?: number | undefined;
2792
2795
  skip?: number | undefined;
2793
2796
  page?: number | undefined;
@@ -12318,6 +12321,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12318
12321
  data?: {
12319
12322
  categoryId?: string | undefined;
12320
12323
  mainUserId?: string | undefined;
12324
+ messageContent?: string | undefined;
12321
12325
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12322
12326
  relatedTo?: {
12323
12327
  aggregate: "user";
@@ -12374,6 +12378,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12374
12378
  data: {
12375
12379
  categoryId?: string | undefined;
12376
12380
  mainUserId?: string | undefined;
12381
+ messageContent?: string | undefined;
12377
12382
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12378
12383
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
12379
12384
  sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
@@ -12393,6 +12398,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12393
12398
  data: {
12394
12399
  categoryId?: string | undefined;
12395
12400
  mainUserId?: string | undefined;
12401
+ messageContent?: string | undefined;
12396
12402
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
12397
12403
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
12398
12404
  sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
@@ -8538,6 +8538,7 @@ export declare namespace MittwaldAPIV2 {
8538
8538
  withExportsOnly?: boolean;
8539
8539
  sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
8540
8540
  runningRestoresOnly?: boolean;
8541
+ runningBackupsOnly?: boolean;
8541
8542
  limit?: number;
8542
8543
  skip?: number;
8543
8544
  page?: number;
@@ -12593,6 +12594,7 @@ export declare namespace MittwaldAPIV2 {
12593
12594
  interface RequestBody {
12594
12595
  categoryId?: string;
12595
12596
  mainUserId?: string;
12597
+ messageContent?: string;
12596
12598
  notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
12597
12599
  relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
12598
12600
  sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.356.0';
1
+ export declare const MittwaldAPIClientVersion = '4.356.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.356.1",
3
+ "version": "4.357.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.356.1",
49
+ "@mittwald/api-client-commons": "^4.357.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.356.1",
53
+ "@mittwald/api-code-generator": "^4.357.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "133e6cd513dcb3e20d6351bdc481677d29fd6aed"
83
+ "gitHead": "e1a298fa95f2e6eb7faafb07fc4c7e01ce5c82a3"
84
84
  }