From e5ec335c14212c2479c201487c358e56a3f14e12 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 19 May 2026 03:20:19 +1000 Subject: Added default table formatters for various API model classes --- HyperBooru.format.ps1xml | 187 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 HyperBooru.format.ps1xml (limited to 'HyperBooru.format.ps1xml') diff --git a/HyperBooru.format.ps1xml b/HyperBooru.format.ps1xml new file mode 100644 index 0000000..ab46bf5 --- /dev/null +++ b/HyperBooru.format.ps1xml @@ -0,0 +1,187 @@ + + + + + + HBSessionDefinitionDefaultView + + HyperBooru.ApiClient.HBSession + + + + + + + + + + + + BaseUri + + + + + + + + + TagDefinitionDefaultView + + HyperBooru.ApiModels.TagDefinition + + + + + + + + + + + + + + + + + + + + + TagDefinitionId + + + Alias + + + Namespace + + + Name + + + + + + + + + MediaDefaultView + + HyperBooru.ApiModels.Media + + + + + + + + + + + + + + + + + + MediaId + + + ShortDescription + + + LongDescription + + + + + + + + + UserDefaultView + + HyperBooru.ApiModels.User + + + + + + + + + + + + + + + UserId + + + Username + + + + + + + + + UploadedFileDefaultView + + HyperBooru.ApiModels.UploadedFile + + + + + + + + + + + + + + + + + + + + + + + + + + + UploadedFileId + + + MediaId + + + Checksum + + + Path + + + Filename + + + Length + + + + + + + + + -- cgit v1.3