@mittwald/api-client 3.1.53 → 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 +8 -1
- package/dist/react.d.ts +8 -1
- package/dist/shared/{api-client.21a5eabe.d.mts → api-client.c88429e1.d.mts} +25 -0
- package/dist/shared/{api-client.21a5eabe.d.ts → api-client.c88429e1.d.ts} +25 -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. */
|
|
@@ -814,10 +815,12 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
814
815
|
} | undefined;
|
|
815
816
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
816
817
|
customerId: string;
|
|
818
|
+
email: string;
|
|
817
819
|
expiresAt?: string | undefined;
|
|
818
820
|
id: string;
|
|
819
821
|
inviteId?: string | undefined;
|
|
820
822
|
memberSince?: string | undefined;
|
|
823
|
+
mfa: boolean;
|
|
821
824
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
822
825
|
userId: string;
|
|
823
826
|
}>;
|
|
@@ -1683,11 +1686,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1683
1686
|
"x-access-token"?: string | undefined;
|
|
1684
1687
|
} | undefined;
|
|
1685
1688
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1689
|
+
email: string;
|
|
1686
1690
|
expiresAt?: string | undefined;
|
|
1687
1691
|
id: string;
|
|
1688
1692
|
inherited: boolean;
|
|
1689
1693
|
inviteId?: string | undefined;
|
|
1690
1694
|
memberSince?: string | undefined;
|
|
1695
|
+
mfa: boolean;
|
|
1691
1696
|
projectId: string;
|
|
1692
1697
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1693
1698
|
userId: string;
|
|
@@ -1748,11 +1753,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1748
1753
|
"x-access-token"?: string | undefined;
|
|
1749
1754
|
} | undefined;
|
|
1750
1755
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1756
|
+
email: string;
|
|
1751
1757
|
expiresAt?: string | undefined;
|
|
1752
1758
|
id: string;
|
|
1753
1759
|
inherited: boolean;
|
|
1754
1760
|
inviteId?: string | undefined;
|
|
1755
1761
|
memberSince?: string | undefined;
|
|
1762
|
+
mfa: boolean;
|
|
1756
1763
|
projectId: string;
|
|
1757
1764
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1758
1765
|
userId: string;
|
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. */
|
|
@@ -814,10 +815,12 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
814
815
|
} | undefined;
|
|
815
816
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
816
817
|
customerId: string;
|
|
818
|
+
email: string;
|
|
817
819
|
expiresAt?: string | undefined;
|
|
818
820
|
id: string;
|
|
819
821
|
inviteId?: string | undefined;
|
|
820
822
|
memberSince?: string | undefined;
|
|
823
|
+
mfa: boolean;
|
|
821
824
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
822
825
|
userId: string;
|
|
823
826
|
}>;
|
|
@@ -1683,11 +1686,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1683
1686
|
"x-access-token"?: string | undefined;
|
|
1684
1687
|
} | undefined;
|
|
1685
1688
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1689
|
+
email: string;
|
|
1686
1690
|
expiresAt?: string | undefined;
|
|
1687
1691
|
id: string;
|
|
1688
1692
|
inherited: boolean;
|
|
1689
1693
|
inviteId?: string | undefined;
|
|
1690
1694
|
memberSince?: string | undefined;
|
|
1695
|
+
mfa: boolean;
|
|
1691
1696
|
projectId: string;
|
|
1692
1697
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1693
1698
|
userId: string;
|
|
@@ -1748,11 +1753,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1748
1753
|
"x-access-token"?: string | undefined;
|
|
1749
1754
|
} | undefined;
|
|
1750
1755
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1756
|
+
email: string;
|
|
1751
1757
|
expiresAt?: string | undefined;
|
|
1752
1758
|
id: string;
|
|
1753
1759
|
inherited: boolean;
|
|
1754
1760
|
inviteId?: string | undefined;
|
|
1755
1761
|
memberSince?: string | undefined;
|
|
1762
|
+
mfa: boolean;
|
|
1756
1763
|
projectId: string;
|
|
1757
1764
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1758
1765
|
userId: string;
|
|
@@ -3188,6 +3188,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3188
3188
|
* ID of the Customer the CustomerMembership is for.
|
|
3189
3189
|
*/
|
|
3190
3190
|
customerId: string;
|
|
3191
|
+
/**
|
|
3192
|
+
* Email used by the invited user.
|
|
3193
|
+
*/
|
|
3194
|
+
email: string;
|
|
3191
3195
|
/**
|
|
3192
3196
|
* Time the CustomerMembership should expire at.
|
|
3193
3197
|
*/
|
|
@@ -3204,6 +3208,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3204
3208
|
* Date the CustomerMembership was created at.
|
|
3205
3209
|
*/
|
|
3206
3210
|
memberSince?: string;
|
|
3211
|
+
/**
|
|
3212
|
+
* MFA activated by the user.
|
|
3213
|
+
*/
|
|
3214
|
+
mfa: boolean;
|
|
3207
3215
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
3208
3216
|
/**
|
|
3209
3217
|
* ID of the user the CustomerMembership is for.
|
|
@@ -3254,6 +3262,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3254
3262
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
3255
3263
|
}
|
|
3256
3264
|
interface MembershipProjectMembership {
|
|
3265
|
+
/**
|
|
3266
|
+
* Email used by the invited user.
|
|
3267
|
+
*/
|
|
3268
|
+
email: string;
|
|
3257
3269
|
/**
|
|
3258
3270
|
* Time the ProjectMembership should expire at.
|
|
3259
3271
|
*/
|
|
@@ -3274,6 +3286,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3274
3286
|
* Date the projectMembership was created at.
|
|
3275
3287
|
*/
|
|
3276
3288
|
memberSince?: string;
|
|
3289
|
+
/**
|
|
3290
|
+
* MFA activated by the user.
|
|
3291
|
+
*/
|
|
3292
|
+
mfa: boolean;
|
|
3277
3293
|
/**
|
|
3278
3294
|
* ID of the Project the membership is for.
|
|
3279
3295
|
*/
|
|
@@ -4461,6 +4477,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
4461
4477
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4462
4478
|
type Query = {
|
|
4463
4479
|
versionRange?: string;
|
|
4480
|
+
recommended?: boolean;
|
|
4464
4481
|
};
|
|
4465
4482
|
}
|
|
4466
4483
|
namespace Responses {
|
|
@@ -16584,6 +16601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16584
16601
|
queryParameters?: {
|
|
16585
16602
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16586
16603
|
versionRange?: string | undefined;
|
|
16604
|
+
recommended?: boolean | undefined;
|
|
16587
16605
|
} | undefined;
|
|
16588
16606
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16589
16607
|
headers?: Partial<{
|
|
@@ -16596,6 +16614,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16596
16614
|
} & {
|
|
16597
16615
|
queryParameters: {
|
|
16598
16616
|
versionRange?: string | undefined;
|
|
16617
|
+
recommended?: boolean | undefined;
|
|
16599
16618
|
} & Partial<{
|
|
16600
16619
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16601
16620
|
}>;
|
|
@@ -19451,10 +19470,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19451
19470
|
}>;
|
|
19452
19471
|
}, Response<{
|
|
19453
19472
|
customerId: string;
|
|
19473
|
+
email: string;
|
|
19454
19474
|
expiresAt?: string | undefined;
|
|
19455
19475
|
id: string;
|
|
19456
19476
|
inviteId?: string | undefined;
|
|
19457
19477
|
memberSince?: string | undefined;
|
|
19478
|
+
mfa: boolean;
|
|
19458
19479
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
19459
19480
|
userId: string;
|
|
19460
19481
|
}, 200, "application/json"> | Response<{
|
|
@@ -24934,11 +24955,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24934
24955
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24935
24956
|
}>;
|
|
24936
24957
|
}, Response<{
|
|
24958
|
+
email: string;
|
|
24937
24959
|
expiresAt?: string | undefined;
|
|
24938
24960
|
id: string;
|
|
24939
24961
|
inherited: boolean;
|
|
24940
24962
|
inviteId?: string | undefined;
|
|
24941
24963
|
memberSince?: string | undefined;
|
|
24964
|
+
mfa: boolean;
|
|
24942
24965
|
projectId: string;
|
|
24943
24966
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24944
24967
|
userId: string;
|
|
@@ -25182,11 +25205,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25182
25205
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25183
25206
|
}>;
|
|
25184
25207
|
}, Response<{
|
|
25208
|
+
email: string;
|
|
25185
25209
|
expiresAt?: string | undefined;
|
|
25186
25210
|
id: string;
|
|
25187
25211
|
inherited: boolean;
|
|
25188
25212
|
inviteId?: string | undefined;
|
|
25189
25213
|
memberSince?: string | undefined;
|
|
25214
|
+
mfa: boolean;
|
|
25190
25215
|
projectId: string;
|
|
25191
25216
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
25192
25217
|
userId: string;
|
|
@@ -3188,6 +3188,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3188
3188
|
* ID of the Customer the CustomerMembership is for.
|
|
3189
3189
|
*/
|
|
3190
3190
|
customerId: string;
|
|
3191
|
+
/**
|
|
3192
|
+
* Email used by the invited user.
|
|
3193
|
+
*/
|
|
3194
|
+
email: string;
|
|
3191
3195
|
/**
|
|
3192
3196
|
* Time the CustomerMembership should expire at.
|
|
3193
3197
|
*/
|
|
@@ -3204,6 +3208,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3204
3208
|
* Date the CustomerMembership was created at.
|
|
3205
3209
|
*/
|
|
3206
3210
|
memberSince?: string;
|
|
3211
|
+
/**
|
|
3212
|
+
* MFA activated by the user.
|
|
3213
|
+
*/
|
|
3214
|
+
mfa: boolean;
|
|
3207
3215
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
3208
3216
|
/**
|
|
3209
3217
|
* ID of the user the CustomerMembership is for.
|
|
@@ -3254,6 +3262,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3254
3262
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
3255
3263
|
}
|
|
3256
3264
|
interface MembershipProjectMembership {
|
|
3265
|
+
/**
|
|
3266
|
+
* Email used by the invited user.
|
|
3267
|
+
*/
|
|
3268
|
+
email: string;
|
|
3257
3269
|
/**
|
|
3258
3270
|
* Time the ProjectMembership should expire at.
|
|
3259
3271
|
*/
|
|
@@ -3274,6 +3286,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
3274
3286
|
* Date the projectMembership was created at.
|
|
3275
3287
|
*/
|
|
3276
3288
|
memberSince?: string;
|
|
3289
|
+
/**
|
|
3290
|
+
* MFA activated by the user.
|
|
3291
|
+
*/
|
|
3292
|
+
mfa: boolean;
|
|
3277
3293
|
/**
|
|
3278
3294
|
* ID of the Project the membership is for.
|
|
3279
3295
|
*/
|
|
@@ -4461,6 +4477,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
4461
4477
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4462
4478
|
type Query = {
|
|
4463
4479
|
versionRange?: string;
|
|
4480
|
+
recommended?: boolean;
|
|
4464
4481
|
};
|
|
4465
4482
|
}
|
|
4466
4483
|
namespace Responses {
|
|
@@ -16584,6 +16601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16584
16601
|
queryParameters?: {
|
|
16585
16602
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16586
16603
|
versionRange?: string | undefined;
|
|
16604
|
+
recommended?: boolean | undefined;
|
|
16587
16605
|
} | undefined;
|
|
16588
16606
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16589
16607
|
headers?: Partial<{
|
|
@@ -16596,6 +16614,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16596
16614
|
} & {
|
|
16597
16615
|
queryParameters: {
|
|
16598
16616
|
versionRange?: string | undefined;
|
|
16617
|
+
recommended?: boolean | undefined;
|
|
16599
16618
|
} & Partial<{
|
|
16600
16619
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16601
16620
|
}>;
|
|
@@ -19451,10 +19470,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19451
19470
|
}>;
|
|
19452
19471
|
}, Response<{
|
|
19453
19472
|
customerId: string;
|
|
19473
|
+
email: string;
|
|
19454
19474
|
expiresAt?: string | undefined;
|
|
19455
19475
|
id: string;
|
|
19456
19476
|
inviteId?: string | undefined;
|
|
19457
19477
|
memberSince?: string | undefined;
|
|
19478
|
+
mfa: boolean;
|
|
19458
19479
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
19459
19480
|
userId: string;
|
|
19460
19481
|
}, 200, "application/json"> | Response<{
|
|
@@ -24934,11 +24955,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24934
24955
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24935
24956
|
}>;
|
|
24936
24957
|
}, Response<{
|
|
24958
|
+
email: string;
|
|
24937
24959
|
expiresAt?: string | undefined;
|
|
24938
24960
|
id: string;
|
|
24939
24961
|
inherited: boolean;
|
|
24940
24962
|
inviteId?: string | undefined;
|
|
24941
24963
|
memberSince?: string | undefined;
|
|
24964
|
+
mfa: boolean;
|
|
24942
24965
|
projectId: string;
|
|
24943
24966
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24944
24967
|
userId: string;
|
|
@@ -25182,11 +25205,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25182
25205
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25183
25206
|
}>;
|
|
25184
25207
|
}, Response<{
|
|
25208
|
+
email: string;
|
|
25185
25209
|
expiresAt?: string | undefined;
|
|
25186
25210
|
id: string;
|
|
25187
25211
|
inherited: boolean;
|
|
25188
25212
|
inviteId?: string | undefined;
|
|
25189
25213
|
memberSince?: string | undefined;
|
|
25214
|
+
mfa: boolean;
|
|
25190
25215
|
projectId: string;
|
|
25191
25216
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
25192
25217
|
userId: string;
|
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';
|