@mittwald/api-client 4.130.0 → 4.132.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.129.2';
1
+ export const MittwaldAPIClientVersion = '4.131.0';
@@ -1611,18 +1611,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1611
1611
  headers?: {
1612
1612
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1613
1613
  } | undefined;
1614
- }) => import("@mittwald/react-use-promise").AsyncResource<{
1615
- customerId: string;
1616
- description?: string | undefined;
1617
- email?: string | undefined;
1618
- id: string;
1619
- logoRefId?: string | undefined;
1620
- name: string;
1621
- phone?: string | undefined;
1622
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
1623
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
1624
- url?: string | undefined;
1625
- }>;
1614
+ }) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>>;
1626
1615
  /** Get the ExtensionInstance of a specific customer and extension, if existing. */
1627
1616
  extensionGetExtensionInstanceForCustomer: (conf: {
1628
1617
  customerId: string;
@@ -3142,6 +3142,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3142
3142
  [x: string]: unknown;
3143
3143
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3144
3144
  [x: string]: unknown;
3145
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
3146
+ [x: string]: unknown;
3145
3147
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3146
3148
  [x: string]: unknown;
3147
3149
  }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -3181,6 +3183,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3181
3183
  [x: string]: unknown;
3182
3184
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3183
3185
  [x: string]: unknown;
3186
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
3187
+ [x: string]: unknown;
3184
3188
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3185
3189
  [x: string]: unknown;
3186
3190
  }, 500, "application/json">>>;
@@ -7162,18 +7166,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7162
7166
  pathParameters: {
7163
7167
  contributorId: string;
7164
7168
  };
7165
- }, import("@mittwald/api-client-commons").Response<{
7166
- customerId: string;
7167
- description?: string | undefined;
7168
- email?: string | undefined;
7169
- id: string;
7170
- logoRefId?: string | undefined;
7171
- name: string;
7172
- phone?: string | undefined;
7173
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
7174
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
7175
- url?: string | undefined;
7176
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7169
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7177
7170
  [x: string]: unknown;
7178
7171
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7179
7172
  [x: string]: unknown;
@@ -7185,18 +7178,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7185
7178
  pathParameters: {
7186
7179
  contributorId: string;
7187
7180
  };
7188
- }, import("@mittwald/api-client-commons").Response<{
7189
- customerId: string;
7190
- description?: string | undefined;
7191
- email?: string | undefined;
7192
- id: string;
7193
- logoRefId?: string | undefined;
7194
- name: string;
7195
- phone?: string | undefined;
7196
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
7197
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
7198
- url?: string | undefined;
7199
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7181
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7200
7182
  [x: string]: unknown;
7201
7183
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7202
7184
  [x: string]: unknown;
@@ -100,7 +100,7 @@ export declare const containerGetVolume: OpenAPIOperation<RequestType<Simplify<n
100
100
  /** Delete a Volume belonging to a Stack. */
101
101
  export declare const containerDeleteVolume: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumesVolumeId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
102
102
  /** Get a ContainerImageConfig. */
103
- export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
103
+ export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerImageConfig.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
104
104
  /** Get logs belonging to a Service. */
105
105
  export declare const containerGetServiceLogs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdLogs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
106
106
  /** Get a Service belonging to a Stack. */
@@ -2973,6 +2973,26 @@ export declare namespace MittwaldAPIV2 {
2973
2973
  [k: string]: string;
2974
2974
  };
2975
2975
  } & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
2976
+ interface MarketplaceOwnContributor {
2977
+ contactPersonUserId: string;
2978
+ contractOwner: MittwaldAPIV2.Components.Schemas.CustomerContact;
2979
+ customerId: string;
2980
+ description?: string;
2981
+ /**
2982
+ * @deprecated
2983
+ */
2984
+ email?: string;
2985
+ id: string;
2986
+ logoRefId?: string;
2987
+ name: string;
2988
+ /**
2989
+ * @deprecated
2990
+ */
2991
+ phone?: string;
2992
+ state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
2993
+ supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2994
+ url?: string;
2995
+ }
2976
2996
  interface MarketplaceOwnExtension {
2977
2997
  assets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
2978
2998
  backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
@@ -7082,6 +7102,13 @@ export declare namespace MittwaldAPIV2 {
7082
7102
  }
7083
7103
  }
7084
7104
  }
7105
+ namespace $412 {
7106
+ namespace Content {
7107
+ interface ApplicationJson {
7108
+ [k: string]: unknown;
7109
+ }
7110
+ }
7111
+ }
7085
7112
  namespace $429 {
7086
7113
  namespace Content {
7087
7114
  interface ApplicationJson {
@@ -14545,7 +14572,7 @@ export declare namespace MittwaldAPIV2 {
14545
14572
  namespace Responses {
14546
14573
  namespace $200 {
14547
14574
  namespace Content {
14548
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor;
14575
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor | MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
14549
14576
  }
14550
14577
  }
14551
14578
  namespace $404 {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.129.2';
1
+ export declare const MittwaldAPIClientVersion = '4.131.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.130.0",
3
+ "version": "4.132.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",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "37404ed27918c2b20bb488020c8cc14b293893dd"
83
+ "gitHead": "b88afeb78356ab891bf48a31c42abe8cc533c67b"
84
84
  }