File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -5060,6 +5060,7 @@ export declare module MittwaldAPIV2 {
50605060 current?: string;
50615061 desired: string;
50625062 lastChangeBy?: string;
5063+ lastChangedAt?: string;
50635064 previous?: string;
50645065 }
50655066
@@ -9770,7 +9771,7 @@ export declare module MittwaldAPIV2 {
97709771 | "storageAsc"
97719772 | "storageDesc";
97729773
9773- export interface OrderInternalServerOrder {
9774+ export interface OrderInternalProjectHostingOrder {
97749775 articleId: string;
97759776 customerId: string;
97769777 description: string;
@@ -9780,7 +9781,7 @@ export declare module MittwaldAPIV2 {
97809781 useFreeTrial?: boolean;
97819782 }
97829783
9783- export interface OrderInternalProjectHostingOrder {
9784+ export interface OrderInternalServerOrder {
97849785 articleId: string;
97859786 customerId: string;
97869787 description: string;
You can’t perform that action at this time.
0 commit comments