@mittwald/api-client 4.68.0 → 4.69.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.67.0';
1
+ export const MittwaldAPIClientVersion = '4.68.0';
@@ -1546,6 +1546,8 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1546
1546
  } | undefined;
1547
1547
  queryParameters?: {
1548
1548
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1549
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
1550
+ "content-disposition"?: ("inline" | "attachment") | undefined;
1549
1551
  token?: string | undefined;
1550
1552
  } | undefined;
1551
1553
  }) => import("@mittwald/react-use-promise").AsyncResource<string>;
@@ -1561,6 +1563,8 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1561
1563
  } | undefined;
1562
1564
  queryParameters?: {
1563
1565
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1566
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
1567
+ "content-disposition"?: ("inline" | "attachment") | undefined;
1564
1568
  token?: string | undefined;
1565
1569
  } | undefined;
1566
1570
  }) => import("@mittwald/react-use-promise").AsyncResource<string>;
@@ -12743,6 +12743,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12743
12743
  } | undefined;
12744
12744
  queryParameters?: {
12745
12745
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12746
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12747
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12746
12748
  token?: string | undefined;
12747
12749
  } | undefined;
12748
12750
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -12755,6 +12757,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12755
12757
  };
12756
12758
  } & {
12757
12759
  queryParameters: {
12760
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12761
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12758
12762
  token?: string | undefined;
12759
12763
  } & Partial<{
12760
12764
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12791,6 +12795,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12791
12795
  };
12792
12796
  } & {
12793
12797
  queryParameters: {
12798
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12799
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12794
12800
  token?: string | undefined;
12795
12801
  } & Partial<{
12796
12802
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12830,6 +12836,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12830
12836
  } | undefined;
12831
12837
  queryParameters?: {
12832
12838
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12839
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12840
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12833
12841
  token?: string | undefined;
12834
12842
  } | undefined;
12835
12843
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -12843,6 +12851,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12843
12851
  };
12844
12852
  } & {
12845
12853
  queryParameters: {
12854
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12855
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12846
12856
  token?: string | undefined;
12847
12857
  } & Partial<{
12848
12858
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12880,6 +12890,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12880
12890
  };
12881
12891
  } & {
12882
12892
  queryParameters: {
12893
+ accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
12894
+ "content-disposition"?: ("inline" | "attachment") | undefined;
12883
12895
  token?: string | undefined;
12884
12896
  } & Partial<{
12885
12897
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12018,6 +12018,8 @@ export declare namespace MittwaldAPIV2 {
12018
12018
  Token?: string;
12019
12019
  };
12020
12020
  type Query = {
12021
+ accept?: "application/octet-stream" | "text/plain;base64";
12022
+ "content-disposition"?: "inline" | "attachment";
12021
12023
  token?: string;
12022
12024
  };
12023
12025
  }
@@ -12100,6 +12102,8 @@ export declare namespace MittwaldAPIV2 {
12100
12102
  Token?: string;
12101
12103
  };
12102
12104
  type Query = {
12105
+ accept?: "application/octet-stream" | "text/plain;base64";
12106
+ "content-disposition"?: "inline" | "attachment";
12103
12107
  token?: string;
12104
12108
  };
12105
12109
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.67.0';
1
+ export declare const MittwaldAPIClientVersion = '4.68.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.68.0",
3
+ "version": "4.69.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "b46380b8e23d27cfe6a1bcc33415c6c615894f49"
83
+ "gitHead": "6538ee683d184e39c00614bace0f3ef882eb976d"
84
84
  }