@mittwald/api-client 4.102.0 → 4.103.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.102.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: {
|
|
@@ -5310,16 +5310,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5310
5310
|
headers?: {
|
|
5311
5311
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5312
5312
|
} | undefined;
|
|
5313
|
+
queryParameters?: {
|
|
5314
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5315
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
5316
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5317
|
+
} | undefined;
|
|
5313
5318
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5314
5319
|
headers?: Partial<{
|
|
5315
5320
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5316
5321
|
}>;
|
|
5322
|
+
} & {
|
|
5323
|
+
queryParameters: {
|
|
5324
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
5325
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5326
|
+
} & Partial<{
|
|
5327
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5328
|
+
}>;
|
|
5317
5329
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5318
5330
|
[x: string]: unknown;
|
|
5319
5331
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5320
5332
|
headers?: Partial<{
|
|
5321
5333
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5322
5334
|
}>;
|
|
5335
|
+
} & {
|
|
5336
|
+
queryParameters: {
|
|
5337
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
5338
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
5339
|
+
} & Partial<{
|
|
5340
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5341
|
+
}>;
|
|
5323
5342
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5324
5343
|
[x: string]: unknown;
|
|
5325
5344
|
}, 429, "application/json">>>;
|
|
@@ -6670,7 +6670,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6670
6670
|
namespace Parameters {
|
|
6671
6671
|
type Path = {};
|
|
6672
6672
|
type Header = {};
|
|
6673
|
-
type Query = {
|
|
6673
|
+
type Query = {
|
|
6674
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[];
|
|
6675
|
+
order?: ("asc" | "desc")[];
|
|
6676
|
+
};
|
|
6674
6677
|
}
|
|
6675
6678
|
namespace Responses {
|
|
6676
6679
|
namespace $200 {
|
|
@@ -10179,6 +10182,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10179
10182
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
10180
10183
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
10181
10184
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
10185
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
10186
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
10187
|
+
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
10188
|
+
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
10189
|
+
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
10190
|
+
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
10191
|
+
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
10182
10192
|
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
10183
10193
|
namespace V2DomainsDomainIdProjectId { }
|
|
10184
10194
|
namespace V2Domains {
|
|
@@ -20578,12 +20588,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20578
20588
|
}
|
|
20579
20589
|
}
|
|
20580
20590
|
}
|
|
20581
|
-
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
20582
|
-
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
20583
|
-
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
20584
|
-
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
20585
|
-
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
20586
|
-
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
20587
|
-
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
20588
20591
|
}
|
|
20589
20592
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.102.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.103.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": "
|
|
83
|
+
"gitHead": "12549fb3eba71809daffea8313292f9c58384b2a"
|
|
84
84
|
}
|