Skip to content

Commit

Permalink
We added a new type, but this wasn't built throughout the examples. T…
Browse files Browse the repository at this point in the history
…his brings the generated types back in sync.
  • Loading branch information
thekevinbrown committed Jan 23, 2025
1 parent 6236ebc commit 2d8b969
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/examples/s3-storage/src/frontend/types.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export type AdminUiFilterMetadata = {
export enum AdminUiFilterType {
Boolean = 'BOOLEAN',
DateRange = 'DATE_RANGE',
DropDownText = 'DROP_DOWN_TEXT',
Enum = 'ENUM',
Numeric = 'NUMERIC',
Relationship = 'RELATIONSHIP',
Expand Down
1 change: 1 addition & 0 deletions src/examples/s3-storage/src/types.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export type AdminUiFilterMetadata = {
export enum AdminUiFilterType {
Boolean = 'BOOLEAN',
DateRange = 'DATE_RANGE',
DropDownText = 'DROP_DOWN_TEXT',
Enum = 'ENUM',
Numeric = 'NUMERIC',
Relationship = 'RELATIONSHIP',
Expand Down
1 change: 1 addition & 0 deletions src/examples/xero/src/frontend/types.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export type AdminUiFilterMetadata = {
export enum AdminUiFilterType {
Boolean = 'BOOLEAN',
DateRange = 'DATE_RANGE',
DropDownText = 'DROP_DOWN_TEXT',
Enum = 'ENUM',
Numeric = 'NUMERIC',
Relationship = 'RELATIONSHIP',
Expand Down
1 change: 1 addition & 0 deletions src/examples/xero/src/types.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export type AdminUiFilterMetadata = {
export enum AdminUiFilterType {
Boolean = 'BOOLEAN',
DateRange = 'DATE_RANGE',
DropDownText = 'DROP_DOWN_TEXT',
Enum = 'ENUM',
Numeric = 'NUMERIC',
Relationship = 'RELATIONSHIP',
Expand Down

0 comments on commit 2d8b969

Please sign in to comment.