@mittwald/api-client 4.415.0 → 4.417.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.
@@ -1405,6 +1405,8 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1405
1405
  published: boolean;
1406
1406
  requestedChanges?: {
1407
1407
  context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
1408
+ purgeScopes?: boolean;
1409
+ purgeWebhookUrls?: boolean;
1408
1410
  scopes?: string[];
1409
1411
  webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
1410
1412
  } | undefined;
@@ -10487,6 +10487,8 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10487
10487
  published: boolean;
10488
10488
  requestedChanges?: {
10489
10489
  context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
10490
+ purgeScopes?: boolean;
10491
+ purgeWebhookUrls?: boolean;
10490
10492
  scopes?: string[];
10491
10493
  webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
10492
10494
  } | undefined;
@@ -10547,6 +10549,8 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10547
10549
  published: boolean;
10548
10550
  requestedChanges?: {
10549
10551
  context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
10552
+ purgeScopes?: boolean;
10553
+ purgeWebhookUrls?: boolean;
10550
10554
  scopes?: string[];
10551
10555
  webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
10552
10556
  } | undefined;
@@ -10748,6 +10752,8 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10748
10752
  published: boolean;
10749
10753
  requestedChanges?: {
10750
10754
  context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
10755
+ purgeScopes?: boolean;
10756
+ purgeWebhookUrls?: boolean;
10751
10757
  scopes?: string[];
10752
10758
  webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
10753
10759
  } | undefined;
@@ -10829,6 +10835,8 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10829
10835
  published: boolean;
10830
10836
  requestedChanges?: {
10831
10837
  context?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
10838
+ purgeScopes?: boolean;
10839
+ purgeWebhookUrls?: boolean;
10832
10840
  scopes?: string[];
10833
10841
  webhookUrls?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
10834
10842
  } | undefined;
@@ -4435,6 +4435,8 @@ export declare namespace MittwaldAPIV3Next {
4435
4435
  published: boolean;
4436
4436
  requestedChanges?: {
4437
4437
  context?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceContext;
4438
+ purgeScopes?: boolean;
4439
+ purgeWebhookUrls?: boolean;
4438
4440
  scopes?: string[];
4439
4441
  webhookUrls?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceWebhookUrls | {};
4440
4442
  };
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.414.0';
1
+ export declare const MittwaldAPIClientVersion = '4.416.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.415.0",
3
+ "version": "4.417.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.415.0",
75
+ "@mittwald/api-client-commons": "^4.417.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.415.0",
79
+ "@mittwald/api-code-generator": "^4.417.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "0ede486ea82c679fac8d617dadf1ed70c2a19b49"
109
+ "gitHead": "73209b8288dfd29631f59672c19881f10f653cb5"
110
110
  }