Skip to content

Commit

Permalink
chore: update types API entrepôt
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Sep 17, 2024
1 parent 7813ca5 commit 9520e3c
Show file tree
Hide file tree
Showing 8 changed files with 1,134 additions and 660 deletions.
8 changes: 1 addition & 7 deletions assets/@types/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,7 @@ export type TmsMetadata = {
export type Configuration = ConfigurationDetailResponseDto & { styles?: CartesStyle[] };

export type Offering = OfferingDetailResponseDto;
export enum OfferingStatusEnum {
PUBLISHING = "PUBLISHING",
MODIFYING = "MODIFYING",
PUBLISHED = "PUBLISHED",
UNPUBLISHING = "UNPUBLISHING",
UNSTABLE = "UNSTABLE",
}
export { OfferingStatusEnum } from "./entrepot";

export type Service = Offering & {
configuration: Configuration;
Expand Down
Loading

0 comments on commit 9520e3c

Please sign in to comment.