@mittwald/api-client 3.1.4 → 3.1.6

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.
@@ -1232,6 +1232,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1232
1232
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1233
1233
  Accept?: "binary" | "base64" | "ocr" | undefined;
1234
1234
  Download?: boolean | undefined;
1235
+ Token?: string | undefined;
1235
1236
  } | undefined;
1236
1237
  }) => import("@mittwald/react-use-promise/types").AsyncResource<string>;
1237
1238
  };
@@ -5994,6 +5994,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5994
5994
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5995
5995
  Accept?: "binary" | "base64" | "ocr" | undefined;
5996
5996
  Download?: boolean | undefined;
5997
+ Token?: string | undefined;
5997
5998
  } | undefined;
5998
5999
  }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5999
6000
  headers?: Partial<{
@@ -6007,6 +6008,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6007
6008
  headers: {
6008
6009
  Accept?: "binary" | "base64" | "ocr" | undefined;
6009
6010
  Download?: boolean | undefined;
6011
+ Token?: string | undefined;
6010
6012
  } & Partial<{
6011
6013
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6012
6014
  }>;
@@ -8901,6 +8901,7 @@ export declare module MittwaldAPIV2 {
8901
8901
  type Header = {
8902
8902
  Accept?: "binary" | "base64" | "ocr";
8903
8903
  Download?: boolean;
8904
+ Token?: string;
8904
8905
  };
8905
8906
  type Query = {};
8906
8907
  }
@@ -1232,6 +1232,7 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1232
1232
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1233
1233
  Accept?: "binary" | "base64" | "ocr" | undefined;
1234
1234
  Download?: boolean | undefined;
1235
+ Token?: string | undefined;
1235
1236
  } | undefined;
1236
1237
  }) => import("@mittwald/react-use-promise/types").AsyncResource<string>;
1237
1238
  };
@@ -5994,6 +5994,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5994
5994
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5995
5995
  Accept?: "binary" | "base64" | "ocr" | undefined;
5996
5996
  Download?: boolean | undefined;
5997
+ Token?: string | undefined;
5997
5998
  } | undefined;
5998
5999
  }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5999
6000
  headers?: Partial<{
@@ -6007,6 +6008,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6007
6008
  headers: {
6008
6009
  Accept?: "binary" | "base64" | "ocr" | undefined;
6009
6010
  Download?: boolean | undefined;
6011
+ Token?: string | undefined;
6010
6012
  } & Partial<{
6011
6013
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6012
6014
  }>;
@@ -8901,6 +8901,7 @@ export declare module MittwaldAPIV2 {
8901
8901
  type Header = {
8902
8902
  Accept?: "binary" | "base64" | "ocr";
8903
8903
  Download?: boolean;
8904
+ Token?: string;
8904
8905
  };
8905
8906
  type Query = {};
8906
8907
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.1.4';
1
+ export declare const MittwaldAPIClientVersion = '3.1.6';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.1.4';
1
+ export const MittwaldAPIClientVersion = '3.1.6';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@mittwald/api-client-commons": "^4.0.0",
67
+ "@mittwald/api-client-commons": "^4.1.0",
68
68
  "browser-or-node": "^2.1.1"
69
69
  },
70
70
  "devDependencies": {