@mittwald/api-client 4.293.0 → 4.294.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.293.0';
|
|
@@ -4588,7 +4588,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4588
4588
|
type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
|
|
4589
4589
|
interface MembershipCustomerInvite {
|
|
4590
4590
|
/**
|
|
4591
|
-
* Reference to the
|
|
4591
|
+
* Reference to the Customer's avatar.
|
|
4592
4592
|
*/
|
|
4593
4593
|
avatarRefId?: string;
|
|
4594
4594
|
/**
|
|
@@ -4675,10 +4675,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4675
4675
|
* ID of the user that created the invite.
|
|
4676
4676
|
*/
|
|
4677
4677
|
invitedBy: string;
|
|
4678
|
-
/**
|
|
4679
|
-
* ID of the user this invite is for.
|
|
4680
|
-
*/
|
|
4681
|
-
userId?: string;
|
|
4682
4678
|
}
|
|
4683
4679
|
interface MembershipProjectInvite {
|
|
4684
4680
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.293.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.294.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",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.294.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.294.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "ae078ea501ecb4e76a73d2618ab9dbe5f2045bc4"
|
|
84
84
|
}
|