@mittwald/api-client 3.1.54 → 3.1.55
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/react.d.mts +2 -1
- package/dist/react.d.ts +2 -1
- package/dist/shared/{api-client.2c6e8740.d.mts → api-client.c88429e1.d.mts} +3 -0
- package/dist/shared/{api-client.2c6e8740.d.ts → api-client.c88429e1.d.ts} +3 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.c88429e1.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.c88429e1.mjs';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.c88429e1.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.c88429e1.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/react.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.c88429e1.mjs';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -182,6 +182,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
182
182
|
queryParameters?: {
|
|
183
183
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
184
184
|
versionRange?: string | undefined;
|
|
185
|
+
recommended?: boolean | undefined;
|
|
185
186
|
} | undefined;
|
|
186
187
|
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[]>;
|
|
187
188
|
/** List update candidates belonging to an AppVersion. */
|
package/dist/react.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.c88429e1.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -182,6 +182,7 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
182
182
|
queryParameters?: {
|
|
183
183
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
184
184
|
versionRange?: string | undefined;
|
|
185
|
+
recommended?: boolean | undefined;
|
|
185
186
|
} | undefined;
|
|
186
187
|
}) => _mittwald_react_use_promise.AsyncResource<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[]>;
|
|
187
188
|
/** List update candidates belonging to an AppVersion. */
|
|
@@ -4477,6 +4477,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
4477
4477
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4478
4478
|
type Query = {
|
|
4479
4479
|
versionRange?: string;
|
|
4480
|
+
recommended?: boolean;
|
|
4480
4481
|
};
|
|
4481
4482
|
}
|
|
4482
4483
|
namespace Responses {
|
|
@@ -16600,6 +16601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16600
16601
|
queryParameters?: {
|
|
16601
16602
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16602
16603
|
versionRange?: string | undefined;
|
|
16604
|
+
recommended?: boolean | undefined;
|
|
16603
16605
|
} | undefined;
|
|
16604
16606
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16605
16607
|
headers?: Partial<{
|
|
@@ -16612,6 +16614,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16612
16614
|
} & {
|
|
16613
16615
|
queryParameters: {
|
|
16614
16616
|
versionRange?: string | undefined;
|
|
16617
|
+
recommended?: boolean | undefined;
|
|
16615
16618
|
} & Partial<{
|
|
16616
16619
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16617
16620
|
}>;
|
|
@@ -4477,6 +4477,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
4477
4477
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4478
4478
|
type Query = {
|
|
4479
4479
|
versionRange?: string;
|
|
4480
|
+
recommended?: boolean;
|
|
4480
4481
|
};
|
|
4481
4482
|
}
|
|
4482
4483
|
namespace Responses {
|
|
@@ -16600,6 +16601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16600
16601
|
queryParameters?: {
|
|
16601
16602
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16602
16603
|
versionRange?: string | undefined;
|
|
16604
|
+
recommended?: boolean | undefined;
|
|
16603
16605
|
} | undefined;
|
|
16604
16606
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16605
16607
|
headers?: Partial<{
|
|
@@ -16612,6 +16614,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16612
16614
|
} & {
|
|
16613
16615
|
queryParameters: {
|
|
16614
16616
|
versionRange?: string | undefined;
|
|
16617
|
+
recommended?: boolean | undefined;
|
|
16615
16618
|
} & Partial<{
|
|
16616
16619
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16617
16620
|
}>;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.55';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.55';
|