@mittwald/api-client 4.330.0 → 4.331.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.329.0';
1
+ export const MittwaldAPIClientVersion = '4.330.0';
@@ -5819,19 +5819,6 @@ export declare namespace MittwaldAPIV2 {
5819
5819
  }
5820
5820
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5821
5821
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5822
- type MembershipProjectRoles = "notset" | "owner" | "emailadmin" | "external";
5823
- interface MembershipInviteInformation {
5824
- /**
5825
- * Token for authentication purposes.
5826
- */
5827
- invitationToken?: string;
5828
- /**
5829
- * ID of the user that created the invite.
5830
- */
5831
- invitedBy: string;
5832
- }
5833
- type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
5834
- type MembershipCustomerRoles = "notset" | "owner" | "member" | "accountant";
5835
5822
  interface MembershipProjectMembership {
5836
5823
  /**
5837
5824
  * Avatar file reference id of the user.
@@ -5883,38 +5870,17 @@ export declare namespace MittwaldAPIV2 {
5883
5870
  */
5884
5871
  userId: string;
5885
5872
  }
5886
- interface MembershipProjectInvite {
5887
- /**
5888
- * Reference to the Project's avatar.
5889
- */
5890
- avatarRefId?: string;
5891
- /**
5892
- * ID of the ProjectInvite.
5893
- */
5894
- id: string;
5895
- information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
5896
- /**
5897
- * Mail-address of the user the ProjectInvite is for.
5898
- */
5899
- mailAddress: string;
5900
- /**
5901
- * Time the ProjectMembership should expire at.
5902
- */
5903
- membershipExpiresAt?: string;
5904
- /**
5905
- * Message contained in the ProjectInvite.
5906
- */
5907
- message?: string;
5873
+ interface MembershipInviteInformation {
5908
5874
  /**
5909
- * Description of the Project the invite is created for.
5875
+ * Token for authentication purposes.
5910
5876
  */
5911
- projectDescription: string;
5877
+ invitationToken?: string;
5912
5878
  /**
5913
- * ID of the Project the invitation is for.
5879
+ * ID of the user that created the invite.
5914
5880
  */
5915
- projectId: string;
5916
- role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
5881
+ invitedBy: string;
5917
5882
  }
5883
+ type MembershipProjectRoles = "notset" | "owner" | "emailadmin" | "external";
5918
5884
  interface MembershipCustomerInvite {
5919
5885
  /**
5920
5886
  * Reference to the Customer's avatar.
@@ -5994,6 +5960,40 @@ export declare namespace MittwaldAPIV2 {
5994
5960
  */
5995
5961
  userId: string;
5996
5962
  }
5963
+ interface MembershipProjectInvite {
5964
+ /**
5965
+ * Reference to the Project's avatar.
5966
+ */
5967
+ avatarRefId?: string;
5968
+ /**
5969
+ * ID of the ProjectInvite.
5970
+ */
5971
+ id: string;
5972
+ information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
5973
+ /**
5974
+ * Mail-address of the user the ProjectInvite is for.
5975
+ */
5976
+ mailAddress: string;
5977
+ /**
5978
+ * Time the ProjectMembership should expire at.
5979
+ */
5980
+ membershipExpiresAt?: string;
5981
+ /**
5982
+ * Message contained in the ProjectInvite.
5983
+ */
5984
+ message?: string;
5985
+ /**
5986
+ * Description of the Project the invite is created for.
5987
+ */
5988
+ projectDescription: string;
5989
+ /**
5990
+ * ID of the Project the invitation is for.
5991
+ */
5992
+ projectId: string;
5993
+ role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
5994
+ }
5995
+ type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
5996
+ type MembershipCustomerRoles = "notset" | "owner" | "member" | "accountant";
5997
5997
  interface ConversationGenericStatusUpdate {
5998
5998
  conversationId: string;
5999
5999
  createdAt: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.329.0';
1
+ export declare const MittwaldAPIClientVersion = '4.330.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.330.0",
3
+ "version": "4.331.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.330.0",
49
+ "@mittwald/api-client-commons": "^4.331.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.330.0",
53
+ "@mittwald/api-code-generator": "^4.331.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": "a8497301b71e0b2f48d84cd2b18ab94361274af0"
83
+ "gitHead": "8926e51494b516ed0e84340cae183ec2898672e2"
84
84
  }