@mittwald/api-client 4.102.0 → 4.104.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.101.0';
1
+ export const MittwaldAPIClientVersion = '4.103.0';
@@ -649,6 +649,11 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
649
649
  headers?: {
650
650
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
651
651
  } | undefined;
652
+ queryParameters?: {
653
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
654
+ sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
655
+ order?: ("asc" | "desc")[] | undefined;
656
+ } | undefined;
652
657
  } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[]>;
653
658
  /** Get all message of the conversation. */
654
659
  listMessagesByConversation: (conf: {
@@ -1473,6 +1478,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1473
1478
  published: boolean;
1474
1479
  scopes: string[];
1475
1480
  state: "enabled" | "blocked" | "disabled";
1481
+ subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
1476
1482
  support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
1477
1483
  tags: string[];
1478
1484
  }>;
@@ -5092,6 +5092,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5092
5092
  published: boolean;
5093
5093
  scopes: string[];
5094
5094
  state: "enabled" | "blocked" | "disabled";
5095
+ subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5095
5096
  support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5096
5097
  tags: string[];
5097
5098
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5124,6 +5125,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5124
5125
  published: boolean;
5125
5126
  scopes: string[];
5126
5127
  state: "enabled" | "blocked" | "disabled";
5128
+ subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5127
5129
  support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5128
5130
  tags: string[];
5129
5131
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5310,16 +5312,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5310
5312
  headers?: {
5311
5313
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5312
5314
  } | undefined;
5315
+ queryParameters?: {
5316
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5317
+ sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
5318
+ order?: ("asc" | "desc")[] | undefined;
5319
+ } | undefined;
5313
5320
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5314
5321
  headers?: Partial<{
5315
5322
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5316
5323
  }>;
5324
+ } & {
5325
+ queryParameters: {
5326
+ sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
5327
+ order?: ("asc" | "desc")[] | undefined;
5328
+ } & Partial<{
5329
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5330
+ }>;
5317
5331
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5318
5332
  [x: string]: unknown;
5319
5333
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5320
5334
  headers?: Partial<{
5321
5335
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5322
5336
  }>;
5337
+ } & {
5338
+ queryParameters: {
5339
+ sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
5340
+ order?: ("asc" | "desc")[] | undefined;
5341
+ } & Partial<{
5342
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5343
+ }>;
5323
5344
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5324
5345
  [x: string]: unknown;
5325
5346
  }, 429, "application/json">>>;
@@ -2409,6 +2409,9 @@ export declare namespace MittwaldAPIV2 {
2409
2409
  context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
2410
2410
  contributorId: string;
2411
2411
  deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
2412
+ /**
2413
+ * A short description of the capabilites of the Extension.
2414
+ */
2412
2415
  description: string;
2413
2416
  detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
2414
2417
  disabled: boolean;
@@ -2432,6 +2435,7 @@ export declare namespace MittwaldAPIV2 {
2432
2435
  * deprecated
2433
2436
  */
2434
2437
  state: "enabled" | "blocked" | "disabled";
2438
+ subTitle: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
2435
2439
  support: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2436
2440
  /**
2437
2441
  * @minItems 0
@@ -2467,7 +2471,7 @@ export declare namespace MittwaldAPIV2 {
2467
2471
  plain?: string;
2468
2472
  }
2469
2473
  /**
2470
- * Supported languages. Format ISO-639-1.
2474
+ * A detailed description of the capabilities of the extension.
2471
2475
  */
2472
2476
  interface MarketplaceDetailedDescriptions {
2473
2477
  de: MittwaldAPIV2.Components.Schemas.MarketplaceDescriptionFormats;
@@ -2539,6 +2543,7 @@ export declare namespace MittwaldAPIV2 {
2539
2543
  * deprecated
2540
2544
  */
2541
2545
  state?: "enabled" | "blocked" | "disabled";
2546
+ subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
2542
2547
  support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2543
2548
  /**
2544
2549
  * @minItems 0
@@ -4060,6 +4065,38 @@ export declare namespace MittwaldAPIV2 {
4060
4065
  name: string;
4061
4066
  value: string;
4062
4067
  }
4068
+ /**
4069
+ * A brief subtitle for the extension.
4070
+ */
4071
+ interface MarketplaceSubTitle {
4072
+ de: string;
4073
+ en?: string;
4074
+ }
4075
+ interface ProjectScaling {
4076
+ maximum: number;
4077
+ minimum: number;
4078
+ }
4079
+ interface ProjectServerInternal {
4080
+ clusterName: string;
4081
+ createdAt: string;
4082
+ customerId: string;
4083
+ description: string;
4084
+ disabledReason?: MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason;
4085
+ id: string;
4086
+ imageRefId?: string;
4087
+ /**
4088
+ * @deprecated
4089
+ * deprecated by property status
4090
+ */
4091
+ isReady: boolean;
4092
+ machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
4093
+ readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
4094
+ scaling?: MittwaldAPIV2.Components.Schemas.ProjectScaling;
4095
+ shortId: string;
4096
+ statisticsBaseDomain?: string;
4097
+ status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
4098
+ storage: string;
4099
+ }
4063
4100
  interface CommonsAddress {
4064
4101
  street: string;
4065
4102
  houseNumber: string;
@@ -6670,7 +6707,10 @@ export declare namespace MittwaldAPIV2 {
6670
6707
  namespace Parameters {
6671
6708
  type Path = {};
6672
6709
  type Header = {};
6673
- type Query = {};
6710
+ type Query = {
6711
+ sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[];
6712
+ order?: ("asc" | "desc")[];
6713
+ };
6674
6714
  }
6675
6715
  namespace Responses {
6676
6716
  namespace $200 {
@@ -10179,6 +10219,13 @@ export declare namespace MittwaldAPIV2 {
10179
10219
  namespace V2AppinstallationsAppInstallationIdDatabases { }
10180
10220
  namespace V2CustomerCustomerIdActionsLeave { }
10181
10221
  namespace V2CustomersCustomerIdActionsLeave { }
10222
+ namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
10223
+ namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
10224
+ namespace V2DnsZonesZoneIdRecordsetCname { }
10225
+ namespace V2DnsZonesZoneIdRecordsetMxCustom { }
10226
+ namespace V2DnsZonesZoneIdRecordsetMxManaged { }
10227
+ namespace V2DnsZonesZoneIdRecordsetSrv { }
10228
+ namespace V2DnsZonesZoneIdRecordsetTxt { }
10182
10229
  namespace V2DomainsDomainIdHandlesOwnerc { }
10183
10230
  namespace V2DomainsDomainIdProjectId { }
10184
10231
  namespace V2Domains {
@@ -20578,12 +20625,5 @@ export declare namespace MittwaldAPIV2 {
20578
20625
  }
20579
20626
  }
20580
20627
  }
20581
- namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
20582
- namespace V2DnsZonesZoneIdRecordsetMxManaged { }
20583
- namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
20584
- namespace V2DnsZonesZoneIdRecordsetCname { }
20585
- namespace V2DnsZonesZoneIdRecordsetMxCustom { }
20586
- namespace V2DnsZonesZoneIdRecordsetSrv { }
20587
- namespace V2DnsZonesZoneIdRecordsetTxt { }
20588
20628
  }
20589
20629
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.101.0';
1
+ export declare const MittwaldAPIClientVersion = '4.103.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.102.0",
3
+ "version": "4.104.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": "069cce77a075ebb25452a3bafaa620148ecc630f"
83
+ "gitHead": "7aead1ca800fc80106e27b386fd558079f8bc7a1"
84
84
  }