@mittwald/api-client 3.1.52 → 3.1.54
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 -2
- package/dist/react.d.ts +8 -2
- package/dist/shared/{api-client.d7de87c4.d.mts → api-client.2c6e8740.d.mts} +24 -2
- package/dist/shared/{api-client.d7de87c4.d.ts → api-client.2c6e8740.d.ts} +24 -2
- 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.2c6e8740.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.2c6e8740.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.2c6e8740.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.2c6e8740.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.2c6e8740.mjs';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -814,10 +814,12 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
814
814
|
} | undefined;
|
|
815
815
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
816
816
|
customerId: string;
|
|
817
|
+
email: string;
|
|
817
818
|
expiresAt?: string | undefined;
|
|
818
819
|
id: string;
|
|
819
820
|
inviteId?: string | undefined;
|
|
820
821
|
memberSince?: string | undefined;
|
|
822
|
+
mfa: boolean;
|
|
821
823
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
822
824
|
userId: string;
|
|
823
825
|
}>;
|
|
@@ -1401,7 +1403,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1401
1403
|
metrics?: {
|
|
1402
1404
|
createdAt: string;
|
|
1403
1405
|
name: string;
|
|
1404
|
-
score
|
|
1406
|
+
score?: number | undefined;
|
|
1405
1407
|
value: number;
|
|
1406
1408
|
}[] | undefined;
|
|
1407
1409
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -1683,11 +1685,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1683
1685
|
"x-access-token"?: string | undefined;
|
|
1684
1686
|
} | undefined;
|
|
1685
1687
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1688
|
+
email: string;
|
|
1686
1689
|
expiresAt?: string | undefined;
|
|
1687
1690
|
id: string;
|
|
1688
1691
|
inherited: boolean;
|
|
1689
1692
|
inviteId?: string | undefined;
|
|
1690
1693
|
memberSince?: string | undefined;
|
|
1694
|
+
mfa: boolean;
|
|
1691
1695
|
projectId: string;
|
|
1692
1696
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1693
1697
|
userId: string;
|
|
@@ -1748,11 +1752,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1748
1752
|
"x-access-token"?: string | undefined;
|
|
1749
1753
|
} | undefined;
|
|
1750
1754
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1755
|
+
email: string;
|
|
1751
1756
|
expiresAt?: string | undefined;
|
|
1752
1757
|
id: string;
|
|
1753
1758
|
inherited: boolean;
|
|
1754
1759
|
inviteId?: string | undefined;
|
|
1755
1760
|
memberSince?: string | undefined;
|
|
1761
|
+
mfa: boolean;
|
|
1756
1762
|
projectId: string;
|
|
1757
1763
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1758
1764
|
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.2c6e8740.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -814,10 +814,12 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
814
814
|
} | undefined;
|
|
815
815
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
816
816
|
customerId: string;
|
|
817
|
+
email: string;
|
|
817
818
|
expiresAt?: string | undefined;
|
|
818
819
|
id: string;
|
|
819
820
|
inviteId?: string | undefined;
|
|
820
821
|
memberSince?: string | undefined;
|
|
822
|
+
mfa: boolean;
|
|
821
823
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
822
824
|
userId: string;
|
|
823
825
|
}>;
|
|
@@ -1401,7 +1403,7 @@ declare const buildPageInsightsApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1401
1403
|
metrics?: {
|
|
1402
1404
|
createdAt: string;
|
|
1403
1405
|
name: string;
|
|
1404
|
-
score
|
|
1406
|
+
score?: number | undefined;
|
|
1405
1407
|
value: number;
|
|
1406
1408
|
}[] | undefined;
|
|
1407
1409
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -1683,11 +1685,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1683
1685
|
"x-access-token"?: string | undefined;
|
|
1684
1686
|
} | undefined;
|
|
1685
1687
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1688
|
+
email: string;
|
|
1686
1689
|
expiresAt?: string | undefined;
|
|
1687
1690
|
id: string;
|
|
1688
1691
|
inherited: boolean;
|
|
1689
1692
|
inviteId?: string | undefined;
|
|
1690
1693
|
memberSince?: string | undefined;
|
|
1694
|
+
mfa: boolean;
|
|
1691
1695
|
projectId: string;
|
|
1692
1696
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1693
1697
|
userId: string;
|
|
@@ -1748,11 +1752,13 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1748
1752
|
"x-access-token"?: string | undefined;
|
|
1749
1753
|
} | undefined;
|
|
1750
1754
|
}) => _mittwald_react_use_promise.AsyncResource<{
|
|
1755
|
+
email: string;
|
|
1751
1756
|
expiresAt?: string | undefined;
|
|
1752
1757
|
id: string;
|
|
1753
1758
|
inherited: boolean;
|
|
1754
1759
|
inviteId?: string | undefined;
|
|
1755
1760
|
memberSince?: string | undefined;
|
|
1761
|
+
mfa: boolean;
|
|
1756
1762
|
projectId: string;
|
|
1757
1763
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
1758
1764
|
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
|
*/
|
|
@@ -11965,7 +11981,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11965
11981
|
metrics?: {
|
|
11966
11982
|
createdAt: string;
|
|
11967
11983
|
name: string;
|
|
11968
|
-
score
|
|
11984
|
+
score?: number;
|
|
11969
11985
|
value: number;
|
|
11970
11986
|
}[];
|
|
11971
11987
|
moreDataAvailable?: string[];
|
|
@@ -19451,10 +19467,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19451
19467
|
}>;
|
|
19452
19468
|
}, Response<{
|
|
19453
19469
|
customerId: string;
|
|
19470
|
+
email: string;
|
|
19454
19471
|
expiresAt?: string | undefined;
|
|
19455
19472
|
id: string;
|
|
19456
19473
|
inviteId?: string | undefined;
|
|
19457
19474
|
memberSince?: string | undefined;
|
|
19475
|
+
mfa: boolean;
|
|
19458
19476
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
19459
19477
|
userId: string;
|
|
19460
19478
|
}, 200, "application/json"> | Response<{
|
|
@@ -22956,7 +22974,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22956
22974
|
metrics?: {
|
|
22957
22975
|
createdAt: string;
|
|
22958
22976
|
name: string;
|
|
22959
|
-
score
|
|
22977
|
+
score?: number | undefined;
|
|
22960
22978
|
value: number;
|
|
22961
22979
|
}[] | undefined;
|
|
22962
22980
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -24934,11 +24952,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24934
24952
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24935
24953
|
}>;
|
|
24936
24954
|
}, Response<{
|
|
24955
|
+
email: string;
|
|
24937
24956
|
expiresAt?: string | undefined;
|
|
24938
24957
|
id: string;
|
|
24939
24958
|
inherited: boolean;
|
|
24940
24959
|
inviteId?: string | undefined;
|
|
24941
24960
|
memberSince?: string | undefined;
|
|
24961
|
+
mfa: boolean;
|
|
24942
24962
|
projectId: string;
|
|
24943
24963
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24944
24964
|
userId: string;
|
|
@@ -25182,11 +25202,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25182
25202
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25183
25203
|
}>;
|
|
25184
25204
|
}, Response<{
|
|
25205
|
+
email: string;
|
|
25185
25206
|
expiresAt?: string | undefined;
|
|
25186
25207
|
id: string;
|
|
25187
25208
|
inherited: boolean;
|
|
25188
25209
|
inviteId?: string | undefined;
|
|
25189
25210
|
memberSince?: string | undefined;
|
|
25211
|
+
mfa: boolean;
|
|
25190
25212
|
projectId: string;
|
|
25191
25213
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
25192
25214
|
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
|
*/
|
|
@@ -11965,7 +11981,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
11965
11981
|
metrics?: {
|
|
11966
11982
|
createdAt: string;
|
|
11967
11983
|
name: string;
|
|
11968
|
-
score
|
|
11984
|
+
score?: number;
|
|
11969
11985
|
value: number;
|
|
11970
11986
|
}[];
|
|
11971
11987
|
moreDataAvailable?: string[];
|
|
@@ -19451,10 +19467,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19451
19467
|
}>;
|
|
19452
19468
|
}, Response<{
|
|
19453
19469
|
customerId: string;
|
|
19470
|
+
email: string;
|
|
19454
19471
|
expiresAt?: string | undefined;
|
|
19455
19472
|
id: string;
|
|
19456
19473
|
inviteId?: string | undefined;
|
|
19457
19474
|
memberSince?: string | undefined;
|
|
19475
|
+
mfa: boolean;
|
|
19458
19476
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
19459
19477
|
userId: string;
|
|
19460
19478
|
}, 200, "application/json"> | Response<{
|
|
@@ -22956,7 +22974,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22956
22974
|
metrics?: {
|
|
22957
22975
|
createdAt: string;
|
|
22958
22976
|
name: string;
|
|
22959
|
-
score
|
|
22977
|
+
score?: number | undefined;
|
|
22960
22978
|
value: number;
|
|
22961
22979
|
}[] | undefined;
|
|
22962
22980
|
moreDataAvailable?: string[] | undefined;
|
|
@@ -24934,11 +24952,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24934
24952
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24935
24953
|
}>;
|
|
24936
24954
|
}, Response<{
|
|
24955
|
+
email: string;
|
|
24937
24956
|
expiresAt?: string | undefined;
|
|
24938
24957
|
id: string;
|
|
24939
24958
|
inherited: boolean;
|
|
24940
24959
|
inviteId?: string | undefined;
|
|
24941
24960
|
memberSince?: string | undefined;
|
|
24961
|
+
mfa: boolean;
|
|
24942
24962
|
projectId: string;
|
|
24943
24963
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24944
24964
|
userId: string;
|
|
@@ -25182,11 +25202,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25182
25202
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25183
25203
|
}>;
|
|
25184
25204
|
}, Response<{
|
|
25205
|
+
email: string;
|
|
25185
25206
|
expiresAt?: string | undefined;
|
|
25186
25207
|
id: string;
|
|
25187
25208
|
inherited: boolean;
|
|
25188
25209
|
inviteId?: string | undefined;
|
|
25189
25210
|
memberSince?: string | undefined;
|
|
25211
|
+
mfa: boolean;
|
|
25190
25212
|
projectId: string;
|
|
25191
25213
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
25192
25214
|
userId: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.54';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.54';
|