Skip to content

Commit

Permalink
chore: generate API types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 61c043b commit 9bf2ec8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/lib/api_schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export interface components {
/** Title */
title: string;
/** Text Content */
text_content: string;
text_content?: string;
/**
* Created At
* Format: date-time
Expand All @@ -176,8 +176,6 @@ export interface components {
* Format: date-time
*/
updated_at: string;
/** Deleted */
deleted: boolean;
/** Urls */
urls: string[];
};
Expand Down Expand Up @@ -455,13 +453,13 @@ export interface components {
UserProfile: {
/** Email */
email: string;
/** Username */
username: string;
/**
* Created At
* Format: date-time
*/
created_at: string;
/** Username */
username: string;
/** Id */
id: string;
};
Expand Down

0 comments on commit 9bf2ec8

Please sign in to comment.