@solibo/solibo-sdk 1.1.36 → 1.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15291,6 +15291,12 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
15291
15291
  deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: bigint | null | undefined, publishChanges?: boolean | null | undefined): Promise<HttpResponse<void>>;
15292
15292
  deletePostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<HttpResponse<void>>;
15293
15293
  deletePracticalInfo(companyId: bigint, practicalInformationId: bigint, purchaseBundleId?: bigint | null | undefined, publishChanges?: boolean | null | undefined): Promise<HttpResponse<void>>;
15294
+ homepageRssByDomain(domainName: string): Promise<HttpResponse<string>>;
15295
+ homepageRssBySlug(companySlug: string, slug: string): Promise<HttpResponse<string>>;
15296
+ homepageRssOppslagByDomain(domainName: string): Promise<HttpResponse<string>>;
15297
+ homepageRssOppslagBySlug(companySlug: string): Promise<HttpResponse<string>>;
15298
+ homepageRssPraktiskInfoByDomain(domainName: string): Promise<HttpResponse<string>>;
15299
+ homepageRssPraktiskInfoBySlug(companySlug: string): Promise<HttpResponse<string>>;
15294
15300
  listHomepageNotificationGroups(companyId: bigint): Promise<HttpResponse<KtList<NotificationGroup>>>;
15295
15301
  showContent(contentTypeIdentifier: string, companyId: bigint, contentId: string, fileName: string, size?: string | null | undefined): Promise<HttpResponse<void>>;
15296
15302
  showHomepage(companyId: bigint): Promise<HttpResponse<Homepage>>;