@mittwald/api-client 4.81.0 → 4.82.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.81.1';
|
|
@@ -920,7 +920,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
920
920
|
owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
|
|
921
921
|
projectCount: number;
|
|
922
922
|
vatId?: string | undefined;
|
|
923
|
-
vatIdValidationState?:
|
|
923
|
+
vatIdValidationState?: "valid" | "invalid" | "pending" | "unspecified" | undefined;
|
|
924
924
|
}>;
|
|
925
925
|
/** Get a CustomerInvite by token. */
|
|
926
926
|
getCustomerTokenInvite: (conf: {
|
|
@@ -1547,14 +1547,14 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1547
1547
|
fileId: string;
|
|
1548
1548
|
headers?: {
|
|
1549
1549
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1550
|
-
Accept?:
|
|
1551
|
-
"Content-Disposition"?:
|
|
1550
|
+
Accept?: "application/octet-stream" | "text/plain;base64" | undefined;
|
|
1551
|
+
"Content-Disposition"?: "inline" | "attachment" | undefined;
|
|
1552
1552
|
Token?: string | undefined;
|
|
1553
1553
|
} | undefined;
|
|
1554
1554
|
queryParameters?: {
|
|
1555
1555
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1556
|
-
accept?:
|
|
1557
|
-
"content-disposition"?:
|
|
1556
|
+
accept?: "application/octet-stream" | "text/plain;base64" | undefined;
|
|
1557
|
+
"content-disposition"?: "inline" | "attachment" | undefined;
|
|
1558
1558
|
token?: string | undefined;
|
|
1559
1559
|
} | undefined;
|
|
1560
1560
|
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
@@ -1564,14 +1564,14 @@ declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1564
1564
|
fileName: string;
|
|
1565
1565
|
headers?: {
|
|
1566
1566
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1567
|
-
Accept?:
|
|
1568
|
-
"Content-Disposition"?:
|
|
1567
|
+
Accept?: "application/octet-stream" | "text/plain;base64" | undefined;
|
|
1568
|
+
"Content-Disposition"?: "inline" | "attachment" | undefined;
|
|
1569
1569
|
Token?: string | undefined;
|
|
1570
1570
|
} | undefined;
|
|
1571
1571
|
queryParameters?: {
|
|
1572
1572
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1573
|
-
accept?:
|
|
1574
|
-
"content-disposition"?:
|
|
1573
|
+
accept?: "application/octet-stream" | "text/plain;base64" | undefined;
|
|
1574
|
+
"content-disposition"?: "inline" | "attachment" | undefined;
|
|
1575
1575
|
token?: string | undefined;
|
|
1576
1576
|
} | undefined;
|
|
1577
1577
|
}) => import("@mittwald/react-use-promise").AsyncResource<string>;
|
|
@@ -1711,7 +1711,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1711
1711
|
} | undefined;
|
|
1712
1712
|
queryParameters?: {
|
|
1713
1713
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1714
|
-
status?:
|
|
1714
|
+
status?: "unread" | "read" | undefined;
|
|
1715
1715
|
limit?: number | undefined;
|
|
1716
1716
|
skip?: number | undefined;
|
|
1717
1717
|
page?: number | undefined;
|