@mittwald/api-client 4.461.0 → 4.463.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 +1 -1
- package/dist/types/generated/v2/client-react.d.ts +2 -1
- package/dist/types/generated/v2/client.d.ts +6 -3
- package/dist/types/generated/v2/types.d.ts +2 -1
- package/dist/types/generated/v3-next/client-react.d.ts +2 -1
- package/dist/types/generated/v3-next/client.d.ts +6 -3
- package/dist/types/generated/v3-next/types.d.ts +2 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.462.0';
|
|
@@ -1500,11 +1500,12 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1500
1500
|
searchTerm?: string | undefined;
|
|
1501
1501
|
anchor?: string | undefined;
|
|
1502
1502
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
1503
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
1503
1504
|
parentCustomerId?: string | undefined;
|
|
1504
1505
|
limit?: number | undefined;
|
|
1505
1506
|
skip?: number | undefined;
|
|
1506
1507
|
page?: number | undefined;
|
|
1507
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
1508
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
1508
1509
|
order?: ("asc" | "desc")[] | undefined;
|
|
1509
1510
|
} | undefined;
|
|
1510
1511
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[]>;
|
|
@@ -10748,11 +10748,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10748
10748
|
searchTerm?: string | undefined;
|
|
10749
10749
|
anchor?: string | undefined;
|
|
10750
10750
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10751
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10751
10752
|
parentCustomerId?: string | undefined;
|
|
10752
10753
|
limit?: number | undefined;
|
|
10753
10754
|
skip?: number | undefined;
|
|
10754
10755
|
page?: number | undefined;
|
|
10755
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10756
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10756
10757
|
order?: ("asc" | "desc")[] | undefined;
|
|
10757
10758
|
} | undefined;
|
|
10758
10759
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -10767,11 +10768,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10767
10768
|
searchTerm?: string | undefined;
|
|
10768
10769
|
anchor?: string | undefined;
|
|
10769
10770
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10771
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10770
10772
|
parentCustomerId?: string | undefined;
|
|
10771
10773
|
limit?: number | undefined;
|
|
10772
10774
|
skip?: number | undefined;
|
|
10773
10775
|
page?: number | undefined;
|
|
10774
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10776
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10775
10777
|
order?: ("asc" | "desc")[] | undefined;
|
|
10776
10778
|
} & Partial<{
|
|
10777
10779
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -10798,11 +10800,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10798
10800
|
searchTerm?: string | undefined;
|
|
10799
10801
|
anchor?: string | undefined;
|
|
10800
10802
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10803
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10801
10804
|
parentCustomerId?: string | undefined;
|
|
10802
10805
|
limit?: number | undefined;
|
|
10803
10806
|
skip?: number | undefined;
|
|
10804
10807
|
page?: number | undefined;
|
|
10805
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10808
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10806
10809
|
order?: ("asc" | "desc")[] | undefined;
|
|
10807
10810
|
} & Partial<{
|
|
10808
10811
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -20595,11 +20595,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20595
20595
|
searchTerm?: string;
|
|
20596
20596
|
anchor?: string;
|
|
20597
20597
|
hasAcceptedAllScopes?: boolean;
|
|
20598
|
+
"contract.interactionRequired"?: boolean;
|
|
20598
20599
|
parentCustomerId?: string;
|
|
20599
20600
|
limit?: number;
|
|
20600
20601
|
skip?: number;
|
|
20601
20602
|
page?: number;
|
|
20602
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[];
|
|
20603
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[];
|
|
20603
20604
|
order?: ("asc" | "desc")[];
|
|
20604
20605
|
};
|
|
20605
20606
|
}
|
|
@@ -1500,11 +1500,12 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1500
1500
|
searchTerm?: string | undefined;
|
|
1501
1501
|
anchor?: string | undefined;
|
|
1502
1502
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
1503
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
1503
1504
|
parentCustomerId?: string | undefined;
|
|
1504
1505
|
limit?: number | undefined;
|
|
1505
1506
|
skip?: number | undefined;
|
|
1506
1507
|
page?: number | undefined;
|
|
1507
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
1508
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
1508
1509
|
order?: ("asc" | "desc")[] | undefined;
|
|
1509
1510
|
} | undefined;
|
|
1510
1511
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstance[]>;
|
|
@@ -10748,11 +10748,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10748
10748
|
searchTerm?: string | undefined;
|
|
10749
10749
|
anchor?: string | undefined;
|
|
10750
10750
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10751
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10751
10752
|
parentCustomerId?: string | undefined;
|
|
10752
10753
|
limit?: number | undefined;
|
|
10753
10754
|
skip?: number | undefined;
|
|
10754
10755
|
page?: number | undefined;
|
|
10755
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10756
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10756
10757
|
order?: ("asc" | "desc")[] | undefined;
|
|
10757
10758
|
} | undefined;
|
|
10758
10759
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -10767,11 +10768,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10767
10768
|
searchTerm?: string | undefined;
|
|
10768
10769
|
anchor?: string | undefined;
|
|
10769
10770
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10771
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10770
10772
|
parentCustomerId?: string | undefined;
|
|
10771
10773
|
limit?: number | undefined;
|
|
10772
10774
|
skip?: number | undefined;
|
|
10773
10775
|
page?: number | undefined;
|
|
10774
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10776
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10775
10777
|
order?: ("asc" | "desc")[] | undefined;
|
|
10776
10778
|
} & Partial<{
|
|
10777
10779
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -10798,11 +10800,12 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10798
10800
|
searchTerm?: string | undefined;
|
|
10799
10801
|
anchor?: string | undefined;
|
|
10800
10802
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10803
|
+
"contract.interactionRequired"?: boolean | undefined;
|
|
10801
10804
|
parentCustomerId?: string | undefined;
|
|
10802
10805
|
limit?: number | undefined;
|
|
10803
10806
|
skip?: number | undefined;
|
|
10804
10807
|
page?: number | undefined;
|
|
10805
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
|
|
10808
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[] | undefined;
|
|
10806
10809
|
order?: ("asc" | "desc")[] | undefined;
|
|
10807
10810
|
} & Partial<{
|
|
10808
10811
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -20569,11 +20569,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
20569
20569
|
searchTerm?: string;
|
|
20570
20570
|
anchor?: string;
|
|
20571
20571
|
hasAcceptedAllScopes?: boolean;
|
|
20572
|
+
"contract.interactionRequired"?: boolean;
|
|
20572
20573
|
parentCustomerId?: string;
|
|
20573
20574
|
limit?: number;
|
|
20574
20575
|
skip?: number;
|
|
20575
20576
|
page?: number;
|
|
20576
|
-
sort?: ("createdAt" | "extensionId" | "extensionName")[];
|
|
20577
|
+
sort?: ("createdAt" | "extensionId" | "extensionName" | "unacceptedScopeChanges" | "contract.interactionRequired")[];
|
|
20577
20578
|
order?: ("asc" | "desc")[];
|
|
20578
20579
|
};
|
|
20579
20580
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.462.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.463.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",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.463.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.463.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^4.2.3",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "3d57bde80603103f60fb3f2e4a41488e81b6d550"
|
|
110
110
|
}
|