From 5e6af935d0ec765602fe8e42487399a42802ecd5 Mon Sep 17 00:00:00 2001 From: Diego Aquino Date: Mon, 21 Oct 2024 17:24:50 -0300 Subject: [PATCH] chore(examples-openapi-typegen): sync github typegen file --- .../with-openapi-typegen/src/types/github/typegen/generated.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/with-openapi-typegen/src/types/github/typegen/generated.ts b/examples/with-openapi-typegen/src/types/github/typegen/generated.ts index c7bf83f2a..e1502ecdd 100644 --- a/examples/with-openapi-typegen/src/types/github/typegen/generated.ts +++ b/examples/with-openapi-typegen/src/types/github/typegen/generated.ts @@ -33,6 +33,7 @@ export interface GitHubComponents { type: string; site_admin: boolean; starred_at?: string; + user_view_type?: string; }; 'basic-error': { message?: string; @@ -62,6 +63,7 @@ export interface GitHubComponents { type: string; site_admin: boolean; starred_at?: string; + user_view_type?: string; } | null; 'nullable-license-simple': { key: string;