From 8337da183c981643dbf58fc7117a64130da833c0 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 2 Apr 2024 14:21:58 -0500 Subject: [PATCH] chore: update openapi (#8470) --- mobile/openapi/.openapi-generator/FILES | 3 +++ mobile/openapi/README.md | Bin 26129 -> 26169 bytes mobile/openapi/doc/MemoryCreateDto.md | Bin 682 -> 700 bytes mobile/openapi/doc/MemoryResponseDto.md | Bin 890 -> 908 bytes mobile/openapi/doc/OnThisDayDto.md | Bin 0 -> 403 bytes mobile/openapi/lib/api.dart | Bin 8945 -> 8980 bytes mobile/openapi/lib/api_client.dart | Bin 24849 -> 24925 bytes .../openapi/lib/model/memory_create_dto.dart | Bin 4909 -> 4914 bytes .../lib/model/memory_response_dto.dart | Bin 8649 -> 8654 bytes mobile/openapi/lib/model/on_this_day_dto.dart | Bin 0 -> 2681 bytes .../openapi/test/memory_create_dto_test.dart | Bin 1090 -> 1096 bytes .../test/memory_response_dto_test.dart | Bin 1601 -> 1607 bytes mobile/openapi/test/on_this_day_dto_test.dart | Bin 0 -> 549 bytes open-api/immich-openapi-specs.json | 15 +++++++++++++-- open-api/typescript-sdk/src/fetch-client.ts | 7 +++++-- 15 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 mobile/openapi/doc/OnThisDayDto.md create mode 100644 mobile/openapi/lib/model/on_this_day_dto.dart create mode 100644 mobile/openapi/test/on_this_day_dto_test.dart diff --git a/mobile/openapi/.openapi-generator/FILES b/mobile/openapi/.openapi-generator/FILES index 4e109c14d..263687549 100644 --- a/mobile/openapi/.openapi-generator/FILES +++ b/mobile/openapi/.openapi-generator/FILES @@ -103,6 +103,7 @@ doc/OAuthApi.md doc/OAuthAuthorizeResponseDto.md doc/OAuthCallbackDto.md doc/OAuthConfigDto.md +doc/OnThisDayDto.md doc/PartnerApi.md doc/PartnerResponseDto.md doc/PathEntityType.md @@ -318,6 +319,7 @@ lib/model/model_type.dart lib/model/o_auth_authorize_response_dto.dart lib/model/o_auth_callback_dto.dart lib/model/o_auth_config_dto.dart +lib/model/on_this_day_dto.dart lib/model/partner_response_dto.dart lib/model/path_entity_type.dart lib/model/path_type.dart @@ -504,6 +506,7 @@ test/o_auth_api_test.dart test/o_auth_authorize_response_dto_test.dart test/o_auth_callback_dto_test.dart test/o_auth_config_dto_test.dart +test/on_this_day_dto_test.dart test/partner_api_test.dart test/partner_response_dto_test.dart test/path_entity_type_test.dart diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index fede2901c7728ddf695fe8e526a739c2f97d28eb..a64183077cd5f2db435fc717d034c949726c1af9 100644 GIT binary patch delta 43 scmbPuhH>W^#tk2WWc>3&GBS%@5-VLw@?$kp@{{%T;X<3A1nCL`0FNpWLI3~& delta 14 WcmdmahH>H<#tk2WHcJF63IhN&`35Nf diff --git a/mobile/openapi/doc/MemoryCreateDto.md b/mobile/openapi/doc/MemoryCreateDto.md index 5bcbd54f43e9d39968f7c83094ee38cca061cd6e..e0b0ef5a5464fe9b3e83692b2a19a8f7e626c6bd 100644 GIT binary patch delta 40 mcmZ3*x`%axE~9i_NJeI{OJb!^MgUS(2C4u6 diff --git a/mobile/openapi/doc/MemoryResponseDto.md b/mobile/openapi/doc/MemoryResponseDto.md index ef379be044c8f788b4c0fc5efe25b55e60ebf32b..59a8363119821016738cfc7ba6496d580609fb62 100644 GIT binary patch delta 40 mcmeyx*2BJ`luL2OzqyX_4b=9ODk4m^905}i~w7z2ju_& diff --git a/mobile/openapi/doc/OnThisDayDto.md b/mobile/openapi/doc/OnThisDayDto.md new file mode 100644 index 0000000000000000000000000000000000000000..178b4482bcf092bb7be491763e247db3ba44a78a GIT binary patch literal 403 zcma)2v1$V`4Bhn=f*aBp?CkB7av2Iu8cMbhICEAS)7UaTWjN@^*S-dtc4@uHPkMUN zQ-ho++T=}OM`!aAcPBrzc5H zu@Ytvl{zVHb17!=G{D9N!VlbysfLz@KKmq|V?i61!q7LbByW(`e_>E+B%75gM5W>- zOuqsE_WQ?T0EKZ~?c&)FayZ->vv^%C+x5x>*EsGkfuh*DkUnzOll5Va-`&gY(?5I5 UAv8so*hl#x@ip+*@Hqf{0%HJs4gdfE literal 0 HcmV?d00001 diff --git a/mobile/openapi/lib/api.dart b/mobile/openapi/lib/api.dart index 7d8ab5288913c5e4c76764f7949ff46436d91489..ae458f5de1cef16c89993b8c1bf6b86f8f909948 100644 GIT binary patch delta 27 jcmez9I>l|nZy~Pyy!eug%;NZz#L0|OlAC`Eed7lJsR|2x delta 12 TcmbQ@_R)32Z=ua{!r%A-D9Hu4 diff --git a/mobile/openapi/lib/api_client.dart b/mobile/openapi/lib/api_client.dart index 8784ad641fc283e9970b4a0c5671c4dda1fc6c48..757f4756831a0cb16e1f5c97f6aafa450eaa69c1 100644 GIT binary patch delta 41 qcmbPui1F?r#tjt~oc?(s8JWc{iItNdnoDrNIgPT)n=344Y5)LYEf6>W delta 14 Wcmcb6h;iZ}#tjt~n~zw`)BpfBiw4C2 diff --git a/mobile/openapi/lib/model/memory_create_dto.dart b/mobile/openapi/lib/model/memory_create_dto.dart index 5d08a631ca134f084af705e67b53a0dd9f9b82a0..c48a07c5f0f8df9c4b265f92659b130c8691d79c 100644 GIT binary patch delta 75 zcmZ3hwn=S+9+N;`NJeI{OJb!z`8=jUl; S0g31$b&y*1*v+0iPuKtu78`j0 delta 60 zcmdm_wpML}9usR)R%&v|W=p0|oGQ7A1!0LfrK$dDA(aKGHvV8KJB_U3{5&0nBK4HS Ml0@~*emqau0GG%WhyVZp diff --git a/mobile/openapi/lib/model/memory_response_dto.dart b/mobile/openapi/lib/model/memory_response_dto.dart index 9180994582eef88acdea7e6400489fbedec6f9ec..8671e3c64598d73192b07d53894f39b1f4363d57 100644 GIT binary patch delta 65 zcmX@@>29^Ye5RiqumQ NOA^&LALHi`0s!qr7Rvwt diff --git a/mobile/openapi/lib/model/on_this_day_dto.dart b/mobile/openapi/lib/model/on_this_day_dto.dart new file mode 100644 index 0000000000000000000000000000000000000000..ef1471dfb79422d721c817b9f19920aa46679627 GIT binary patch literal 2681 zcmbVOU60y06n*Dc+)CAuk_ulIy zleBa?DiV-5_w$@{?Tki)(Fk6BoX?*9J-wa2e>I;@;O6z)X$+GY+|K6kZZ>&+^XUni zk>$&kus(gB{Qi7Ew`!w}mD$?ZY^_Rp1(mLxTxGJ9Td95A+^g-*Sbx?-lzVY-*{<@L zmH$=BqPrGb{M`wQ|6W>$!L2**o*V7F&^}WuOsLjMT6TA5la)$Kmz73u(99P?XMg;b z<%O_rFu-&k%o@y2YOzxZey<0EycEvCOwSADCgL#h295)O5jOu``pRkt0<_%2qHD7R z#bxC(LF4X|h`a%sR>5Q3yIV^|$fG%6osgg4G;^bbI88?NmC2#ZW*H%N~E0l-7Cjx>Hxm8 za*aaf8L(B3qHr0>CBu>MD$j6w3bP^t!a`4pFE~GgRf8AmYLLTHBCd)=gT*xK06k3E zB*}&I-=P}?nuFeHR(km(EGv8n^ea+*f~s*c8a_P|VJ#h};U!H6eJ~>Zo%pvVg&=B4 zsT+N(u%51Z#!%wY4Igh06` z>`BVH>4u{%hssaHY87bhcm_BdSbN~sUfxhkQ3KHxG*=vj$Du~PJCr?~U@LZK@o&lu zaG+IpQhOnqaqU8l`5r`?DM9Fw=9uc5LaQs&uXscrXpg~If0Ga684hpu6x3tqRLMEIfd*usU zqFJG{u#5h)V1gd?28LTLn$imaMZ$?ZqX1G(e_Y07Ov`7r@Yq?z7+sZ|N%JdOd87;; zBdL17>dg616@xwXiS44F5G5^S9pS|7DBcfc+^Q*vp*PW(rXzw8%nRA_-M*Hfv>cv+ z0;#P~3U?CltZ|r@Bro92huJN?+0=~l0o1uh delta 26 hcmX@Xafo9>I1^V=R%&vILP}yu;v^=;%^ge!7y*8q2_pai diff --git a/mobile/openapi/test/memory_response_dto_test.dart b/mobile/openapi/test/memory_response_dto_test.dart index da25bbb6e7f27d93bd3475f8265f946c320f5521..90b2e78347bbfdfca04e9e9f916a3948ff41e4ae 100644 GIT binary patch delta 24 fcmX@ebDU?x87A($kc`Y?m&8h!lKjmVnF^QzdD{tY delta 27 jcmX@kbC74l878iztkmQZg_OjS#K{iKN}K;Nc`^e4lR^pN diff --git a/mobile/openapi/test/on_this_day_dto_test.dart b/mobile/openapi/test/on_this_day_dto_test.dart new file mode 100644 index 0000000000000000000000000000000000000000..71379f8bb06f966ae920a2c26ae76bc948eeee78 GIT binary patch literal 549 zcmZvY!D_=W42JK13hk5@x@PNXv=mlIItp6@BRlNmnnX#=5<9bA7|YmcMu>V*e25yCx<@5?8Pl2j zt)taHi9_pRAI<{b)Ylg1OCVEuBW)ta#A)`WWeJ^-YBGf%20+S6D$#-r3ls?J3t%!` zF_P6r5B((arWeoA4E~IQl^Qx2Q5Yg1OhAYZ3AhHKH?)m$BOJWwaDs&$RS{