@vendasta/social-posts 5.46.0 → 5.48.0
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.
- package/esm2020/lib/_internal/blog-website.api.service.mjs +40 -0
- package/esm2020/lib/_internal/drafts.api.service.mjs +82 -0
- package/esm2020/lib/_internal/enums/drafts-api.enum.mjs +14 -0
- package/esm2020/lib/_internal/enums/drafts.enum.mjs +27 -0
- package/esm2020/lib/_internal/enums/engagement.enum.mjs +13 -0
- package/esm2020/lib/_internal/enums/index.mjs +7 -1
- package/esm2020/lib/_internal/enums/provisioning.enum.mjs +14 -0
- package/esm2020/lib/_internal/enums/social-content.enum.mjs +51 -0
- package/esm2020/lib/_internal/enums/stock-image.enum.mjs +19 -0
- package/esm2020/lib/_internal/image-library.api.service.mjs +40 -0
- package/esm2020/lib/_internal/index.mjs +7 -1
- package/esm2020/lib/_internal/interfaces/blog-website-info.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/drafts-api.interface.mjs +2 -0
- package/esm2020/lib/_internal/interfaces/drafts.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/engagement.interface.mjs +2 -0
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/provisioning.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/social-content.interface.mjs +2 -0
- package/esm2020/lib/_internal/interfaces/social-post-stats.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/stock-image.interface.mjs +8 -0
- package/esm2020/lib/_internal/multilocation-post.api.service.mjs +2 -3
- package/esm2020/lib/_internal/objects/blog-website-info.mjs +149 -0
- package/esm2020/lib/_internal/objects/drafts-api.mjs +622 -0
- package/esm2020/lib/_internal/objects/drafts.mjs +446 -0
- package/esm2020/lib/_internal/objects/engagement.mjs +221 -0
- package/esm2020/lib/_internal/objects/index.mjs +9 -2
- package/esm2020/lib/_internal/objects/provisioning.mjs +43 -0
- package/esm2020/lib/_internal/objects/social-content.mjs +384 -0
- package/esm2020/lib/_internal/objects/social-post-stats.mjs +7 -1
- package/esm2020/lib/_internal/objects/stock-image.mjs +168 -0
- package/esm2020/lib/_internal/provisioning.api.service.mjs +38 -0
- package/esm2020/lib/_internal/social-content.api.service.mjs +40 -0
- package/esm2020/lib/_internal/social-post-engagements.api.service.mjs +40 -0
- package/esm2020/lib/drafts.service.mjs +46 -0
- package/esm2020/lib/index.mjs +2 -1
- package/esm2020/lib/multilocation-posts.service.mjs +1 -1
- package/fesm2015/vendasta-social-posts.mjs +4202 -1755
- package/fesm2015/vendasta-social-posts.mjs.map +1 -1
- package/fesm2020/vendasta-social-posts.mjs +4202 -1755
- package/fesm2020/vendasta-social-posts.mjs.map +1 -1
- package/lib/_internal/blog-website.api.service.d.ts +13 -0
- package/lib/_internal/drafts.api.service.d.ts +23 -0
- package/lib/_internal/enums/drafts-api.enum.d.ts +6 -0
- package/lib/_internal/enums/drafts.enum.d.ts +18 -0
- package/lib/_internal/enums/engagement.enum.d.ts +5 -0
- package/lib/_internal/enums/index.d.ts +6 -0
- package/lib/_internal/enums/provisioning.enum.d.ts +6 -0
- package/lib/_internal/enums/social-content.enum.d.ts +39 -0
- package/lib/_internal/enums/stock-image.enum.d.ts +10 -0
- package/lib/_internal/image-library.api.service.d.ts +13 -0
- package/lib/_internal/index.d.ts +6 -0
- package/lib/_internal/interfaces/blog-website-info.interface.d.ts +24 -0
- package/lib/_internal/interfaces/drafts-api.interface.d.ts +109 -0
- package/lib/_internal/interfaces/drafts.interface.d.ts +82 -0
- package/lib/_internal/interfaces/engagement.interface.d.ts +37 -0
- package/lib/_internal/interfaces/index.d.ts +8 -1
- package/lib/_internal/interfaces/provisioning.interface.d.ts +8 -0
- package/lib/_internal/interfaces/social-content.interface.d.ts +71 -0
- package/lib/_internal/interfaces/social-post-stats.interface.d.ts +1 -0
- package/lib/_internal/interfaces/stock-image.interface.d.ts +30 -0
- package/lib/_internal/multilocation-post.api.service.d.ts +1 -1
- package/lib/_internal/objects/blog-website-info.d.ts +41 -0
- package/lib/_internal/objects/drafts-api.d.ts +162 -0
- package/lib/_internal/objects/drafts.d.ts +120 -0
- package/lib/_internal/objects/engagement.d.ts +60 -0
- package/lib/_internal/objects/index.d.ts +8 -1
- package/lib/_internal/objects/provisioning.d.ts +13 -0
- package/lib/_internal/objects/social-content.d.ts +103 -0
- package/lib/_internal/objects/social-post-stats.d.ts +1 -0
- package/lib/_internal/objects/stock-image.d.ts +47 -0
- package/lib/_internal/provisioning.api.service.d.ts +14 -0
- package/lib/_internal/social-content.api.service.d.ts +13 -0
- package/lib/_internal/social-post-engagements.api.service.d.ts +13 -0
- package/lib/drafts.service.d.ts +20 -0
- package/lib/index.d.ts +1 -0
- package/lib/multilocation-posts.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GetBlogWebsiteDetailsRequest, GetBlogWebsiteDetailsResponse } from './objects/';
|
|
2
|
+
import { GetBlogWebsiteDetailsRequestInterface } from './interfaces/';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BlogWebsiteApiService {
|
|
6
|
+
private readonly hostService;
|
|
7
|
+
private readonly http;
|
|
8
|
+
private _host;
|
|
9
|
+
private apiOptions;
|
|
10
|
+
getDetails(r: GetBlogWebsiteDetailsRequest | GetBlogWebsiteDetailsRequestInterface): Observable<GetBlogWebsiteDetailsResponse>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BlogWebsiteApiService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BlogWebsiteApiService>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CreateDraftRequest, CreateDraftResponse, CreateMultiDraftsRequest, CreateMultiDraftsResponse, DeleteDraftRequest, GetDraftRequest, GetDraftResponse, ListDraftsByNetworkIdentifierRequest, ListDraftsByNetworkIdentifierResponse, ListDraftsRequest, ListDraftsResponse, ListMultilocationDraftsRequest, ListMultilocationDraftsResponse, MultiDeleteMLDraftPostsRequest, UpdateDraftRequest, UpdateDraftResponse, UpdateMultiMLDraftsRequest } from './objects/';
|
|
2
|
+
import { CreateDraftRequestInterface, CreateMultiDraftsRequestInterface, DeleteDraftRequestInterface, GetDraftRequestInterface, ListDraftsByNetworkIdentifierRequestInterface, ListDraftsRequestInterface, ListMultilocationDraftsRequestInterface, MultiDeleteMLDraftPostsRequestInterface, UpdateDraftRequestInterface, UpdateMultiMLDraftsRequestInterface } from './interfaces/';
|
|
3
|
+
import { HttpResponse } from '@angular/common/http';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class DraftsApiService {
|
|
7
|
+
private readonly hostService;
|
|
8
|
+
private readonly http;
|
|
9
|
+
private _host;
|
|
10
|
+
private apiOptions;
|
|
11
|
+
updateDraft(r: UpdateDraftRequest | UpdateDraftRequestInterface): Observable<UpdateDraftResponse>;
|
|
12
|
+
createDraft(r: CreateDraftRequest | CreateDraftRequestInterface): Observable<CreateDraftResponse>;
|
|
13
|
+
createMultiDrafts(r: CreateMultiDraftsRequest | CreateMultiDraftsRequestInterface): Observable<CreateMultiDraftsResponse>;
|
|
14
|
+
getDraft(r: GetDraftRequest | GetDraftRequestInterface): Observable<GetDraftResponse>;
|
|
15
|
+
listMultilocationDrafts(r: ListMultilocationDraftsRequest | ListMultilocationDraftsRequestInterface): Observable<ListMultilocationDraftsResponse>;
|
|
16
|
+
listDrafts(r: ListDraftsRequest | ListDraftsRequestInterface): Observable<ListDraftsResponse>;
|
|
17
|
+
listDraftsByNetworkIdentifier(r: ListDraftsByNetworkIdentifierRequest | ListDraftsByNetworkIdentifierRequestInterface): Observable<ListDraftsByNetworkIdentifierResponse>;
|
|
18
|
+
deleteDraft(r: DeleteDraftRequest | DeleteDraftRequestInterface): Observable<HttpResponse<null>>;
|
|
19
|
+
updateMultiMlDrafts(r: UpdateMultiMLDraftsRequest | UpdateMultiMLDraftsRequestInterface): Observable<HttpResponse<null>>;
|
|
20
|
+
deleteMultiMlDrafts(r: MultiDeleteMLDraftPostsRequest | MultiDeleteMLDraftPostsRequestInterface): Observable<HttpResponse<null>>;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DraftsApiService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DraftsApiService>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare enum DraftType {
|
|
2
|
+
DRAFT_TYPE_INVALID = 0,
|
|
3
|
+
DRAFT_TYPE_IMAGE = 1,
|
|
4
|
+
DRAFT_TYPE_VIDEO = 2,
|
|
5
|
+
DRAFT_TYPE_GIF = 3,
|
|
6
|
+
DRAFT_TYPE_REEL = 4,
|
|
7
|
+
DRAFT_TYPE_CAROUSEL = 5,
|
|
8
|
+
DRAFT_TYPE_TEXT = 6,
|
|
9
|
+
DRAFT_TYPE_STORIES = 7,
|
|
10
|
+
DRAFT_TYPE_IMAGE_STORY = 8,
|
|
11
|
+
DRAFT_TYPE_VIDEO_STORY = 9
|
|
12
|
+
}
|
|
13
|
+
export declare enum DraftYoutubeCustomizationPrivacyStatus {
|
|
14
|
+
YOUTUBE_PRIVACY_STATUS_INVALID = 0,
|
|
15
|
+
YOUTUBE_PRIVACY_STATUS_PUBLIC = 1,
|
|
16
|
+
YOUTUBE_PRIVACY_STATUS_PRIVATE = 2,
|
|
17
|
+
YOUTUBE_PRIVACY_STATUS_UNLISTED = 3
|
|
18
|
+
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
export { CallToActionCallToActionType, SocialPostDeletionStatus, MLPostState, MessageLength, PostType, PostingStatus, YoutubeCustomizationPrivacyStatus, SocialPostService, TemplateType, } from './social-posts.enum';
|
|
2
2
|
export { CustomizationStatus, RemoveReason, } from './multilocation-post.enum';
|
|
3
|
+
export { SortBySortDirection, } from './engagement.enum';
|
|
4
|
+
export { ImageSource, NamespaceType, } from './stock-image.enum';
|
|
3
5
|
export { BulkPostStatus, } from './api.enum';
|
|
4
6
|
export { PostStatusV2, PostTypeV2, YoutubeCustomizationV2PrivacyStatusV2, } from './social-post-v2.enum';
|
|
5
7
|
export { MediaType, } from './linkedin-v2.enum';
|
|
8
|
+
export { ProvisionAction, } from './provisioning.enum';
|
|
6
9
|
export { ContentLength, GenerateType, Network, PostCategory, Tone, } from './api-v2.enum';
|
|
7
10
|
export { ActionType, } from './chat-bot.enum';
|
|
8
11
|
export { Role, } from './chat-bot-v2.enum';
|
|
12
|
+
export { DraftType, DraftYoutubeCustomizationPrivacyStatus, } from './drafts.enum';
|
|
13
|
+
export { VisibilityType, } from './drafts-api.enum';
|
|
14
|
+
export { CallToActionType, MediaContentType, PublishMode, SocialContentType, } from './social-content.enum';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare enum CallToActionType {
|
|
2
|
+
CALL_TO_ACTION_TYPE_INVALID = 0,
|
|
3
|
+
CALL_TO_ACTION_TYPE_LEARN_MORE = 1,
|
|
4
|
+
CALL_TO_ACTION_TYPE_BOOK = 2,
|
|
5
|
+
CALL_TO_ACTION_TYPE_ORDER = 3,
|
|
6
|
+
CALL_TO_ACTION_TYPE_SHOP = 4,
|
|
7
|
+
CALL_TO_ACTION_TYPE_SIGN_UP = 5,
|
|
8
|
+
CALL_TO_ACTION_TYPE_GET_OFFER = 6,
|
|
9
|
+
CALL_TO_ACTION_TYPE_CALL = 7
|
|
10
|
+
}
|
|
11
|
+
export declare enum MediaContentType {
|
|
12
|
+
MEDIA_CONTENT_TYPE_INVALID = 0,
|
|
13
|
+
MEDIA_CONTENT_TYPE_IMAGE = 1,
|
|
14
|
+
MEDIA_CONTENT_TYPE_VIDEO = 2,
|
|
15
|
+
MEDIA_CONTENT_TYPE_GIF = 3,
|
|
16
|
+
MEDIA_CONTENT_TYPE_MULTI_MEDIA = 4,
|
|
17
|
+
MEDIA_CONTENT_TYPE_TEXT = 5,
|
|
18
|
+
MEDIA_CONTENT_TYPE_STORIES = 6,
|
|
19
|
+
MEDIA_CONTENT_TYPE_IMAGE_STORY = 7,
|
|
20
|
+
MEDIA_CONTENT_TYPE_VIDEO_STORY = 8,
|
|
21
|
+
MEDIA_CONTENT_TYPE_REEL = 9
|
|
22
|
+
}
|
|
23
|
+
export declare enum MediaType {
|
|
24
|
+
MEDIA_TYPE_INVALID = 0,
|
|
25
|
+
MEDIA_TYPE_IMAGE = 1,
|
|
26
|
+
MEDIA_TYPE_VIDEO = 2,
|
|
27
|
+
MEDIA_TYPE_GIF = 3
|
|
28
|
+
}
|
|
29
|
+
export declare enum PublishMode {
|
|
30
|
+
PUBLISH_MODE_INVALID = 0,
|
|
31
|
+
PUBLISH_MODE_SAVE_DRAFT = 1,
|
|
32
|
+
PUBLISH_MODE_SCHEDULE = 2,
|
|
33
|
+
PUBLISH_MODE_PUBLISH_NOW = 3
|
|
34
|
+
}
|
|
35
|
+
export declare enum SocialContentType {
|
|
36
|
+
SOCIAL_CONTENT_TYPE_INVALID = 0,
|
|
37
|
+
SOCIAL_CONTENT_TYPE_SOCIAL_POST = 1,
|
|
38
|
+
SOCIAL_CONTENT_TYPE_BLOG_ARTICLE = 2
|
|
39
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ListStockImagesRequest, ListStockImagesResponse } from './objects/';
|
|
2
|
+
import { ListStockImagesRequestInterface } from './interfaces/';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ImageLibraryApiService {
|
|
6
|
+
private readonly hostService;
|
|
7
|
+
private readonly http;
|
|
8
|
+
private _host;
|
|
9
|
+
private apiOptions;
|
|
10
|
+
listStockImages(r: ListStockImagesRequest | ListStockImagesRequestInterface): Observable<ListStockImagesResponse>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageLibraryApiService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ImageLibraryApiService>;
|
|
13
|
+
}
|
package/lib/_internal/index.d.ts
CHANGED
|
@@ -3,13 +3,16 @@ export * from './objects';
|
|
|
3
3
|
export * from './interfaces';
|
|
4
4
|
export { BlogConnectionApiService } from './blog-connection.api.service';
|
|
5
5
|
export { BlogPostsApiService } from './blog-posts.api.service';
|
|
6
|
+
export { BlogWebsiteApiService } from './blog-website.api.service';
|
|
6
7
|
export { CampaignApiService } from './campaign.api.service';
|
|
7
8
|
export { ChatBotApiService } from './chat-bot.api.service';
|
|
8
9
|
export { ChatBotV2ApiService } from './chat-bot-v2.api.service';
|
|
9
10
|
export { CommonAiInstructionsApiService } from './common-ai-instructions.api.service';
|
|
10
11
|
export { ContentGenerationApiService } from './content-generation.api.service';
|
|
11
12
|
export { CuratedContentApiService } from './curated-content.api.service';
|
|
13
|
+
export { DraftsApiService } from './drafts.api.service';
|
|
12
14
|
export { HashTagsApiService } from './hash-tags.api.service';
|
|
15
|
+
export { ImageLibraryApiService } from './image-library.api.service';
|
|
13
16
|
export { LinkedinApiService } from './linkedin.api.service';
|
|
14
17
|
export { MultilocationPostApiService } from './multilocation-post.api.service';
|
|
15
18
|
export { PartnerSocialPostsApiService } from './partner-social-posts.api.service';
|
|
@@ -17,7 +20,10 @@ export { PexelsImagesApiService } from './pexels-images.api.service';
|
|
|
17
20
|
export { PixabayImagesApiService } from './pixabay-images.api.service';
|
|
18
21
|
export { PostPerformanceApiService } from './post-performance.api.service';
|
|
19
22
|
export { PostTemplatesApiService } from './post-templates.api.service';
|
|
23
|
+
export { ProvisioningApiService } from './provisioning.api.service';
|
|
24
|
+
export { SocialContentApiService } from './social-content.api.service';
|
|
20
25
|
export { SocialMentionsApiService } from './social-mentions.api.service';
|
|
26
|
+
export { SocialPostEngagementsApiService } from './social-post-engagements.api.service';
|
|
21
27
|
export { SocialPostsApiService } from './social-posts.api.service';
|
|
22
28
|
export { SocialPostsV2ApiService } from './social-posts-v2.api.service';
|
|
23
29
|
export { TenorGifsApiService } from './tenor-gifs.api.service';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface BlogAuthorInterface {
|
|
2
|
+
id?: number;
|
|
3
|
+
name?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface BlogCategoryInterface {
|
|
6
|
+
id?: number;
|
|
7
|
+
name?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface BlogWebsiteDetailsInterface {
|
|
10
|
+
socialServiceId?: string;
|
|
11
|
+
siteUrl?: string;
|
|
12
|
+
isSiteActive?: boolean;
|
|
13
|
+
categories?: BlogCategoryInterface[];
|
|
14
|
+
authors?: BlogAuthorInterface[];
|
|
15
|
+
version?: string;
|
|
16
|
+
tags?: string[];
|
|
17
|
+
error?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface GetBlogWebsiteDetailsRequestInterface {
|
|
20
|
+
socialServiceIds?: string[];
|
|
21
|
+
}
|
|
22
|
+
export interface GetBlogWebsiteDetailsResponseInterface {
|
|
23
|
+
blogWebsiteDetails?: BlogWebsiteDetailsInterface[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { GMBPostCustomizationInterface, DraftMediaInterface, DraftMetaDataInterface, DraftYoutubeCustomizationInterface, SSIDDraftTypeInterface, DraftTikTokCustomizationInterface, DraftBlogPostCustomizationInterface, CampaignCustomizationInterface, DraftInterface, MlDraftPostInterface } from './drafts.interface';
|
|
2
|
+
import * as e from '../enums';
|
|
3
|
+
export interface CreateDraftRequestInterface {
|
|
4
|
+
accountGroupId?: string;
|
|
5
|
+
draftText?: string;
|
|
6
|
+
postDateTime?: Date;
|
|
7
|
+
gmbPostCustomization?: GMBPostCustomizationInterface;
|
|
8
|
+
previews?: string;
|
|
9
|
+
options?: string[];
|
|
10
|
+
media?: DraftMediaInterface[];
|
|
11
|
+
ssids?: string[];
|
|
12
|
+
draftType?: e.DraftType;
|
|
13
|
+
metadata?: DraftMetaDataInterface[];
|
|
14
|
+
youtubeCustomization?: DraftYoutubeCustomizationInterface;
|
|
15
|
+
ssidDraftTypes?: SSIDDraftTypeInterface[];
|
|
16
|
+
isHidden?: boolean;
|
|
17
|
+
tiktokCustomization?: DraftTikTokCustomizationInterface;
|
|
18
|
+
blogPostCustomization?: DraftBlogPostCustomizationInterface;
|
|
19
|
+
campaignCustomization?: CampaignCustomizationInterface;
|
|
20
|
+
brandId?: string;
|
|
21
|
+
multilocationPostId?: string;
|
|
22
|
+
socialNetworkIdentifier?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface CreateDraftResponseInterface {
|
|
25
|
+
draft?: DraftInterface;
|
|
26
|
+
}
|
|
27
|
+
export interface CreateMultiDraftsRequestInterface {
|
|
28
|
+
drafts?: CreateDraftRequestInterface[];
|
|
29
|
+
}
|
|
30
|
+
export interface CreateMultiDraftsResponseInterface {
|
|
31
|
+
drafts?: DraftInterface[];
|
|
32
|
+
}
|
|
33
|
+
export interface DeleteDraftRequestInterface {
|
|
34
|
+
accountGroupId?: string;
|
|
35
|
+
draftId?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface GetDraftRequestInterface {
|
|
38
|
+
accountGroupId?: string;
|
|
39
|
+
draftId?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface GetDraftResponseInterface {
|
|
42
|
+
draft?: DraftInterface;
|
|
43
|
+
}
|
|
44
|
+
export interface ListDraftsByNetworkIdentifierRequestInterface {
|
|
45
|
+
accountGroupId?: string;
|
|
46
|
+
socialNetworkIdentifier?: string;
|
|
47
|
+
cursor?: string;
|
|
48
|
+
pageSize?: number;
|
|
49
|
+
}
|
|
50
|
+
export interface ListDraftsByNetworkIdentifierResponseInterface {
|
|
51
|
+
drafts?: DraftInterface[];
|
|
52
|
+
nextCursor?: string;
|
|
53
|
+
hasMore?: boolean;
|
|
54
|
+
}
|
|
55
|
+
export interface ListDraftsRequestInterface {
|
|
56
|
+
accountGroupId?: string;
|
|
57
|
+
cursor?: string;
|
|
58
|
+
pageSize?: number;
|
|
59
|
+
start?: Date;
|
|
60
|
+
end?: Date;
|
|
61
|
+
searchTerm?: string;
|
|
62
|
+
networks?: string[];
|
|
63
|
+
visibilityType?: e.VisibilityType;
|
|
64
|
+
}
|
|
65
|
+
export interface ListDraftsResponseInterface {
|
|
66
|
+
drafts?: DraftInterface[];
|
|
67
|
+
nextCursor?: string;
|
|
68
|
+
hasMore?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export interface ListMultilocationDraftsRequestInterface {
|
|
71
|
+
brandId?: string;
|
|
72
|
+
multilocationPostId?: string;
|
|
73
|
+
accountGroupIds?: string[];
|
|
74
|
+
}
|
|
75
|
+
export interface ListMultilocationDraftsResponseInterface {
|
|
76
|
+
drafts?: DraftInterface[];
|
|
77
|
+
}
|
|
78
|
+
export interface MultiDeleteMLDraftPostsRequestInterface {
|
|
79
|
+
mlDraftPosts?: MlDraftPostInterface[];
|
|
80
|
+
brandId?: string;
|
|
81
|
+
}
|
|
82
|
+
export interface UpdateDraftRequestInterface {
|
|
83
|
+
accountGroupId?: string;
|
|
84
|
+
draftId?: string;
|
|
85
|
+
draftText?: string;
|
|
86
|
+
postDateTime?: Date;
|
|
87
|
+
gmbPostCustomization?: GMBPostCustomizationInterface;
|
|
88
|
+
previews?: string;
|
|
89
|
+
options?: string[];
|
|
90
|
+
media?: DraftMediaInterface[];
|
|
91
|
+
ssids?: string[];
|
|
92
|
+
draftType?: e.DraftType;
|
|
93
|
+
metadata?: DraftMetaDataInterface[];
|
|
94
|
+
youtubeCustomization?: DraftYoutubeCustomizationInterface;
|
|
95
|
+
ssidDraftTypes?: SSIDDraftTypeInterface[];
|
|
96
|
+
isHidden?: boolean;
|
|
97
|
+
tiktokCustomization?: DraftTikTokCustomizationInterface;
|
|
98
|
+
blogPostCustomization?: DraftBlogPostCustomizationInterface;
|
|
99
|
+
campaignCustomization?: CampaignCustomizationInterface;
|
|
100
|
+
brandId?: string;
|
|
101
|
+
multilocationPostId?: string;
|
|
102
|
+
socialNetworkIdentifier?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface UpdateDraftResponseInterface {
|
|
105
|
+
draft?: DraftInterface;
|
|
106
|
+
}
|
|
107
|
+
export interface UpdateMultiMLDraftsRequestInterface {
|
|
108
|
+
drafts?: UpdateDraftRequestInterface[];
|
|
109
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as e from '../enums';
|
|
2
|
+
export interface CampaignCustomizationInterface {
|
|
3
|
+
id?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
shortCode?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CategoriesInterface {
|
|
8
|
+
id?: number;
|
|
9
|
+
name?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface DraftInterface {
|
|
12
|
+
accountGroupId?: string;
|
|
13
|
+
draftId?: string;
|
|
14
|
+
created?: Date;
|
|
15
|
+
updated?: Date;
|
|
16
|
+
draftText?: string;
|
|
17
|
+
postDateTime?: Date;
|
|
18
|
+
gmbPostCustomization?: GMBPostCustomizationInterface;
|
|
19
|
+
previews?: string;
|
|
20
|
+
options?: string[];
|
|
21
|
+
media?: DraftMediaInterface[];
|
|
22
|
+
ssids?: string[];
|
|
23
|
+
draftType?: e.DraftType;
|
|
24
|
+
metadata?: DraftMetaDataInterface[];
|
|
25
|
+
youtubeCustomization?: DraftYoutubeCustomizationInterface;
|
|
26
|
+
ssidDraftTypes?: SSIDDraftTypeInterface[];
|
|
27
|
+
isHidden?: boolean;
|
|
28
|
+
tiktokCustomization?: DraftTikTokCustomizationInterface;
|
|
29
|
+
blogPostCustomization?: DraftBlogPostCustomizationInterface;
|
|
30
|
+
campaignCustomization?: CampaignCustomizationInterface;
|
|
31
|
+
brandId?: string;
|
|
32
|
+
multilocationPostId?: string;
|
|
33
|
+
socialNetworkIdentifier?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface DraftAuthorInterface {
|
|
36
|
+
id?: number;
|
|
37
|
+
name?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface DraftBlogPostCustomizationInterface {
|
|
40
|
+
title?: string;
|
|
41
|
+
author?: DraftAuthorInterface;
|
|
42
|
+
categories?: CategoriesInterface[];
|
|
43
|
+
tags?: string[];
|
|
44
|
+
siteType?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface DraftMediaInterface {
|
|
47
|
+
imageUrl?: string;
|
|
48
|
+
videoUrl?: string;
|
|
49
|
+
gifUrl?: string;
|
|
50
|
+
mediaId?: string;
|
|
51
|
+
metaData?: DraftMetaDataInterface[];
|
|
52
|
+
}
|
|
53
|
+
export interface DraftMetaDataInterface {
|
|
54
|
+
propertyName?: string;
|
|
55
|
+
propertyValue?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface DraftTikTokCustomizationInterface {
|
|
58
|
+
allowComment?: boolean;
|
|
59
|
+
allowDuet?: boolean;
|
|
60
|
+
allowStitch?: boolean;
|
|
61
|
+
isBrandOrganic?: boolean;
|
|
62
|
+
isBrandedContent?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export interface DraftYoutubeCustomizationInterface {
|
|
65
|
+
title?: string;
|
|
66
|
+
privacyStatus?: e.DraftYoutubeCustomizationPrivacyStatus;
|
|
67
|
+
}
|
|
68
|
+
export interface GMBPostCustomizationInterface {
|
|
69
|
+
title?: string;
|
|
70
|
+
eventStart?: Date;
|
|
71
|
+
eventEnd?: Date;
|
|
72
|
+
ctaType?: string;
|
|
73
|
+
linkUrl?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface MlDraftPostInterface {
|
|
76
|
+
multilocationPostId?: string;
|
|
77
|
+
accountGroupIds?: string[];
|
|
78
|
+
}
|
|
79
|
+
export interface SSIDDraftTypeInterface {
|
|
80
|
+
ssid?: string;
|
|
81
|
+
draftType?: e.DraftType;
|
|
82
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SocialPostInterface } from './social-posts.interface';
|
|
2
|
+
import * as e from '../enums';
|
|
3
|
+
export interface DateRangeInterface {
|
|
4
|
+
start?: Date;
|
|
5
|
+
end?: Date;
|
|
6
|
+
}
|
|
7
|
+
export interface EngagementParameterInterface {
|
|
8
|
+
engagementParameter?: string;
|
|
9
|
+
value?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ListSocialPostEngagementsRequestInterface {
|
|
12
|
+
accountGroupId?: string;
|
|
13
|
+
networks?: string[];
|
|
14
|
+
dateRange?: DateRangeInterface;
|
|
15
|
+
sortBy?: SortByInterface[];
|
|
16
|
+
limit?: number;
|
|
17
|
+
isPostDataNeeded?: boolean;
|
|
18
|
+
cursor?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface ListSocialPostEngagementsResponseInterface {
|
|
21
|
+
socialPostEngagements?: SocialPostEngagementInterface[];
|
|
22
|
+
cursor?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface SocialEngagementInterface {
|
|
25
|
+
calculatedEngagementRate?: string;
|
|
26
|
+
engagementParameters?: EngagementParameterInterface[];
|
|
27
|
+
}
|
|
28
|
+
export interface SocialPostEngagementInterface {
|
|
29
|
+
socialPost?: SocialPostInterface;
|
|
30
|
+
socialEngagement?: SocialEngagementInterface;
|
|
31
|
+
network?: string;
|
|
32
|
+
errorMessage?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface SortByInterface {
|
|
35
|
+
field?: string;
|
|
36
|
+
sortDirection?: e.SortBySortDirection;
|
|
37
|
+
}
|
|
@@ -6,14 +6,21 @@ export { PixabayImageInterface, } from './pixabay-image.interface';
|
|
|
6
6
|
export { FacebookPostStatsInterface, InstagramPostStatsInterface, LinkedInPostStatsInterface, SocialPostStatsInterface, TikTokPostStatsInterface, TwitterPostStatsInterface, YoutubePostStatsInterface, } from './social-post-stats.interface';
|
|
7
7
|
export { TenorGifMediaMapEntryInterface, TenorGifInterface, TenorMediaObjectInterface, } from './tenor-gif.interface';
|
|
8
8
|
export { PexelsImageInterface, } from './pexels-image.interface';
|
|
9
|
+
export { DateRangeInterface, EngagementParameterInterface, ListSocialPostEngagementsRequestInterface, ListSocialPostEngagementsResponseInterface, SocialEngagementInterface, SocialPostEngagementInterface, SortByInterface, } from './engagement.interface';
|
|
10
|
+
export { ListStockImagesRequestInterface, ListStockImagesResponseInterface, NamespaceInterface, StockImageInterface, StockImageErrorInterface, } from './stock-image.interface';
|
|
11
|
+
export { BlogAuthorInterface, BlogCategoryInterface, BlogWebsiteDetailsInterface, GetBlogWebsiteDetailsRequestInterface, GetBlogWebsiteDetailsResponseInterface, } from './blog-website-info.interface';
|
|
9
12
|
export { AccessInterface, MCPOptionsInterface, } from './annotations.interface';
|
|
10
13
|
export { BulkCreateMultilocationPostRequestInterface, BulkCreateMultilocationPostResponseInterface, CreateMultilocationPostRequestInterface, CreateMultilocationPostResponseInterface, CreatePostTemplateRequestInterface, CreatePostTemplateResponseInterface, DateRangeFilterInterface, DeleteHashtagsRequestInterface, DeleteMultilocationPostRequestInterface, DeletePostTemplateRequestInterface, DeleteSocialPostRequestInterface, EditMultilocationPostRequestInterface, EditMultilocationPostResponseInterface, FetchFacebookMentionInfoRequestInterface, FetchFacebookMentionInfoResponseInterface, PartnerListScheduledSocialPostsRequestFiltersInterface, GenerateCSVForPerformanceStatsRequestInterface, GenerateCSVForPerformanceStatsResponseInterface, GetGeneratedCSVForPerformanceStatsRequestInterface, GetGeneratedCSVForPerformanceStatsResponseInterface, GetMultiSocialPostStatsRequestInterface, GetMultiSocialPostStatsResponseInterface, GetMultiSocialPostsRequestInterface, GetMultiSocialPostsResponseInterface, GetMultilocationPostRequestInterface, GetMultilocationPostResponseInterface, GetPostTemplateRequestInterface, GetPostTemplateResponseInterface, GetScheduledPostCountRequestInterface, GetScheduledPostCountResponseInterface, GetTenorAnonymousIdRequestInterface, GetTenorAnonymousIdResponseInterface, ListMultilocationPostsForBrandRequestInterface, ListMultilocationPostsForBrandResponseInterface, ListPexelsImagesRequestInterface, ListPexelsImagesResponseInterface, ListPixabayImagesRequestInterface, ListPixabayImagesResponseInterface, ListPostTemplatesRequestInterface, ListPostTemplatesResponseInterface, ListSocialPostsRequestInterface, ListSocialPostsResponseInterface, ListTenorGifsRequestInterface, ListTenorGifsResponseInterface, FetchFacebookMentionInfoResponsePageInfoEntryInterface, PartnerListScheduledPostsResponseInterface, PartnerListScheduledSocialPostsRequestInterface, PostDataInterface, RemoveFromMultilocationPostRequestInterface, ReplaceHashtagsRequestInterface, SchedulePostRequestInterface, SchedulePostResponseInterface, ScheduleToAllPagesRequestInterface, ScheduleToAllPagesResponseInterface, SearchHashtagRequestInterface, SearchHashtagResponseInterface, SuggestMessageRequestInterface, SuggestMessageResponseInterface, UpdatePostTemplateRequestInterface, } from './api.interface';
|
|
11
14
|
export { LinkV2Interface, MetadataV2Interface, PostActionV2Interface, PostContentV2Interface, PostCustomizationV2Interface, PostEventV2Interface, PostMediaV2Interface, SocialPostV2Interface, TikTokCustomizationV2Interface, YoutubeCustomizationV2Interface, } from './social-post-v2.interface';
|
|
12
15
|
export { MediaInterface, } from './linkedin-v2.interface';
|
|
13
16
|
export { AncestryInterface, CollectionInterface, ImageInterface, LinksInterface, PhotoInterface, SocialInterface, SourceInterface, SubAncestryInterface, TagsInterface, UrlsInterface, UserInterface, UserLinkInterface, } from './unsplash-image.interface';
|
|
17
|
+
export { ProvisionRequestInterface, } from './provisioning.interface';
|
|
14
18
|
export { AiInstructionsInterface, BlogPostCampaignInterface, CreateCommonAiInstructionsRequestInterface, CreateCommonAiInstructionsResponseInterface, CreateImageRequestInterface, CreateImageResponseInterface, CuratedContentPostInterface, DeletePostRequestInterface, FetchLibraryImagesRequestInterface, FetchLibraryImagesResponseInterface, GenerateAiRequestInterface, GenerateAiResponseInterface, GenerateBlogPostCampaignRequestInterface, GenerateContentMetaDataRequestInterface, GenerateContentMetaDataResponseInterface, GeneratePostCampaignRequestInterface, GeneratePostCampaignResponseInterface, GeneratePostsRequestInterface, GeneratePostsResponseInterface, GetCommonAiInstructionsRequestInterface, GetCommonAiInstructionsResponseInterface, GetMediaMetadataFromURLRequestInterface, GetMediaMetadataFromURLResponseInterface, ImageBlobInterface, ImageCreatedInterface, GeneratePostsResponseImageResponseInterface, ImageResponseInterface, ImageUrlInterface, KeywordGenerationInterface, KeywordListInterface, ListCuratedContentRequestInterface, ListCuratedContentResponseInterface, ListPostableSocialServiceRequestInterface, ListPostableSocialServiceResponseInterface, ListUnsplashImagesRequestInterface, ListUnsplashImagesResponseInterface, MediaUploadRequestInterface, MediaUploadResponseInterface, MultiResponseInterface, PostInterface, GeneratePostsResponsePostInterface, PostContentInterface, PostsGenerationInterface, RepostSocialPostRequestInterface, ResponseInterface, SocialPostOutputInterface, SocialPostRequestInterface, SocialPostResponseInterface, SocialServiceInterface, TitleGenerationInterface, UpdateCommonAiInstructionsRequestInterface, UpdateCommonAiInstructionsResponseInterface, UpdateSocialPostRequestInterface, UpdateSocialPostResponseInterface, UploadToStorageRequestInterface, UploadToStorageResponseInterface, UploadedMediaInterface, } from './api-v2.interface';
|
|
15
19
|
export { ActionInterface, EndChatRequestInterface, SendMessageRequestInterface, SendMessageResponseInterface, StartChatRequestInterface, StartChatResponseInterface, } from './chat-bot.interface';
|
|
16
20
|
export { ChatMessageInterface, SendMessageV2RequestInterface, SendMessageV2ResponseInterface, } from './chat-bot-v2.interface';
|
|
17
21
|
export { BlogConnectionInterface, CreateBlogConnectionRequestInterface, CreateBlogConnectionResponseInterface, DeleteBlogConnectionRequestInterface, GetBlogConnectionRequestInterface, GetBlogConnectionResponseInterface, ListBlogConnectionRequestInterface, ListBlogConnectionResponseInterface, UpdateBlogConnectionRequestInterface, } from './blog-connection.interface';
|
|
18
|
-
export {
|
|
22
|
+
export { AuthorsRequestInterface, AuthorsResponseInterface, BlogImageInterface, BlogPostInterface, BlogVideoInterface, CategoryRequestInterface, CategoryResponseInterface, DeleteBlogPostRequestInterface, GetMultiBlogPostsRequestInterface, GetMultiBlogPostsResponseInterface, MediaPropertyInterface, PublishPostRequestInterface, PublishPostResponseInterface, RepostBlogPostRequestInterface, StatusRequestInterface, StatusResponseInterface, UpdateBlogPostRequestInterface, } from './wordpress-plugin.interface';
|
|
19
23
|
export { CampaignInterface, CreateCampaignRequestInterface, CreateCampaignResponseInterface, DeleteCampaignRequestInterface, GetCampaignRequestInterface, GetCampaignResponseInterface, GetMultiCampaignsRequestInterface, GetMultiCampaignsResponseInterface, UpdateCampaignIdRequestInterface, UpdateCampaignRequestInterface, } from './campaign.interface';
|
|
24
|
+
export { CampaignCustomizationInterface, CategoriesInterface, DraftInterface, DraftAuthorInterface, DraftBlogPostCustomizationInterface, DraftMediaInterface, DraftMetaDataInterface, DraftTikTokCustomizationInterface, DraftYoutubeCustomizationInterface, GMBPostCustomizationInterface, MlDraftPostInterface, SSIDDraftTypeInterface, } from './drafts.interface';
|
|
25
|
+
export { CreateDraftRequestInterface, CreateDraftResponseInterface, CreateMultiDraftsRequestInterface, CreateMultiDraftsResponseInterface, DeleteDraftRequestInterface, GetDraftRequestInterface, GetDraftResponseInterface, ListDraftsByNetworkIdentifierRequestInterface, ListDraftsByNetworkIdentifierResponseInterface, ListDraftsRequestInterface, ListDraftsResponseInterface, ListMultilocationDraftsRequestInterface, ListMultilocationDraftsResponseInterface, MultiDeleteMLDraftPostsRequestInterface, UpdateDraftRequestInterface, UpdateDraftResponseInterface, UpdateMultiMLDraftsRequestInterface, } from './drafts-api.interface';
|
|
26
|
+
export { BlogPostOptionsInterface, ContentMetadataInterface, CreateContentRequestInterface, CreateContentResponseInterface, GMBCustomizationInterface, LinkInterface, MediaItemInterface, SocialContentItemInterface, SocialContentResultInterface, SsidPostTypeInterface, } from './social-content.interface';
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { BlogAuthorInterface, BlogCategoryInterface } from './blog-website-info.interface';
|
|
2
|
+
import { YoutubeCustomizationInterface, TikTokCustomizationInterface } from './social-posts.interface';
|
|
3
|
+
import * as e from '../enums';
|
|
4
|
+
export interface BlogPostOptionsInterface {
|
|
5
|
+
title?: string;
|
|
6
|
+
author?: BlogAuthorInterface;
|
|
7
|
+
categories?: BlogCategoryInterface[];
|
|
8
|
+
tags?: string[];
|
|
9
|
+
siteType?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface ContentMetadataInterface {
|
|
12
|
+
name?: string;
|
|
13
|
+
value?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface CreateContentRequestInterface {
|
|
16
|
+
accountGroupId?: string;
|
|
17
|
+
username?: string;
|
|
18
|
+
userId?: string;
|
|
19
|
+
items?: SocialContentItemInterface[];
|
|
20
|
+
}
|
|
21
|
+
export interface CreateContentResponseInterface {
|
|
22
|
+
results?: SocialContentResultInterface[];
|
|
23
|
+
}
|
|
24
|
+
export interface GMBCustomizationInterface {
|
|
25
|
+
title?: string;
|
|
26
|
+
eventStart?: Date;
|
|
27
|
+
eventEnd?: Date;
|
|
28
|
+
ctaType?: e.CallToActionType;
|
|
29
|
+
linkUrl?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface LinkInterface {
|
|
32
|
+
name?: string;
|
|
33
|
+
picture?: string;
|
|
34
|
+
description?: string;
|
|
35
|
+
title?: string;
|
|
36
|
+
url?: string;
|
|
37
|
+
shortcode?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface MediaItemInterface {
|
|
40
|
+
mediaId?: string;
|
|
41
|
+
mediaType?: e.MediaType;
|
|
42
|
+
path?: string;
|
|
43
|
+
url?: string;
|
|
44
|
+
}
|
|
45
|
+
export interface SocialContentItemInterface {
|
|
46
|
+
type?: e.SocialContentType;
|
|
47
|
+
mode?: e.PublishMode;
|
|
48
|
+
ssidTypes?: SsidPostTypeInterface[];
|
|
49
|
+
text?: string;
|
|
50
|
+
description?: string;
|
|
51
|
+
media?: MediaItemInterface[];
|
|
52
|
+
links?: LinkInterface[];
|
|
53
|
+
scheduleAt?: Date;
|
|
54
|
+
gmbCustomization?: GMBCustomizationInterface;
|
|
55
|
+
youtubeCustomization?: YoutubeCustomizationInterface;
|
|
56
|
+
tiktokCustomization?: TikTokCustomizationInterface;
|
|
57
|
+
blogPostOptions?: BlogPostOptionsInterface;
|
|
58
|
+
campaignId?: string;
|
|
59
|
+
contentMetadata?: ContentMetadataInterface[];
|
|
60
|
+
}
|
|
61
|
+
export interface SocialContentResultInterface {
|
|
62
|
+
postId?: string;
|
|
63
|
+
ssid?: string;
|
|
64
|
+
network?: string;
|
|
65
|
+
status?: string;
|
|
66
|
+
errorMessage?: string;
|
|
67
|
+
}
|
|
68
|
+
export interface SsidPostTypeInterface {
|
|
69
|
+
ssid?: string;
|
|
70
|
+
mediaContentType?: e.MediaContentType;
|
|
71
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as e from '../enums';
|
|
2
|
+
export interface ListStockImagesRequestInterface {
|
|
3
|
+
namespace?: NamespaceInterface;
|
|
4
|
+
keywords?: string[];
|
|
5
|
+
imageCount?: number;
|
|
6
|
+
imageSource?: e.ImageSource;
|
|
7
|
+
orientation?: string;
|
|
8
|
+
size?: string;
|
|
9
|
+
page?: number;
|
|
10
|
+
perPage?: number;
|
|
11
|
+
}
|
|
12
|
+
export interface ListStockImagesResponseInterface {
|
|
13
|
+
images?: StockImageInterface[];
|
|
14
|
+
error?: StockImageErrorInterface;
|
|
15
|
+
}
|
|
16
|
+
export interface NamespaceInterface {
|
|
17
|
+
namespaceId?: string;
|
|
18
|
+
namespaceType?: e.NamespaceType;
|
|
19
|
+
}
|
|
20
|
+
export interface StockImageInterface {
|
|
21
|
+
publicUrl?: string;
|
|
22
|
+
imageId?: string;
|
|
23
|
+
source?: e.ImageSource;
|
|
24
|
+
photographerName?: string;
|
|
25
|
+
photographerUrl?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface StockImageErrorInterface {
|
|
28
|
+
code?: string;
|
|
29
|
+
message?: string;
|
|
30
|
+
}
|
|
@@ -10,7 +10,7 @@ export declare class MultilocationPostApiService {
|
|
|
10
10
|
private apiOptions;
|
|
11
11
|
createMultilocationPost(r: CreateMultilocationPostRequest | CreateMultilocationPostRequestInterface): Observable<CreateMultilocationPostResponse>;
|
|
12
12
|
editMultilocationPost(r: EditMultilocationPostRequest | EditMultilocationPostRequestInterface): Observable<EditMultilocationPostResponse>;
|
|
13
|
-
editMultilocationPostV2(r: EditMultilocationPostRequest | EditMultilocationPostRequestInterface): Observable<
|
|
13
|
+
editMultilocationPostV2(r: EditMultilocationPostRequest | EditMultilocationPostRequestInterface): Observable<HttpResponse<null>>;
|
|
14
14
|
removeFromMultilocationPost(r: RemoveFromMultilocationPostRequest | RemoveFromMultilocationPostRequestInterface): Observable<HttpResponse<null>>;
|
|
15
15
|
listMultilocationPostsForBrand(r: ListMultilocationPostsForBrandRequest | ListMultilocationPostsForBrandRequestInterface): Observable<ListMultilocationPostsForBrandResponse>;
|
|
16
16
|
deleteMultilocationPost(r: DeleteMultilocationPostRequest | DeleteMultilocationPostRequestInterface): Observable<HttpResponse<null>>;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as i from '../interfaces';
|
|
2
|
+
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
|
3
|
+
export declare class BlogAuthor implements i.BlogAuthorInterface {
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
static fromProto(proto: any): BlogAuthor;
|
|
7
|
+
constructor(kwargs?: i.BlogAuthorInterface);
|
|
8
|
+
toApiJson(): object;
|
|
9
|
+
}
|
|
10
|
+
export declare class BlogCategory implements i.BlogCategoryInterface {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
static fromProto(proto: any): BlogCategory;
|
|
14
|
+
constructor(kwargs?: i.BlogCategoryInterface);
|
|
15
|
+
toApiJson(): object;
|
|
16
|
+
}
|
|
17
|
+
export declare class BlogWebsiteDetails implements i.BlogWebsiteDetailsInterface {
|
|
18
|
+
socialServiceId: string;
|
|
19
|
+
siteUrl: string;
|
|
20
|
+
isSiteActive: boolean;
|
|
21
|
+
categories: BlogCategory[];
|
|
22
|
+
authors: BlogAuthor[];
|
|
23
|
+
version: string;
|
|
24
|
+
tags: string[];
|
|
25
|
+
error: string;
|
|
26
|
+
static fromProto(proto: any): BlogWebsiteDetails;
|
|
27
|
+
constructor(kwargs?: i.BlogWebsiteDetailsInterface);
|
|
28
|
+
toApiJson(): object;
|
|
29
|
+
}
|
|
30
|
+
export declare class GetBlogWebsiteDetailsRequest implements i.GetBlogWebsiteDetailsRequestInterface {
|
|
31
|
+
socialServiceIds: string[];
|
|
32
|
+
static fromProto(proto: any): GetBlogWebsiteDetailsRequest;
|
|
33
|
+
constructor(kwargs?: i.GetBlogWebsiteDetailsRequestInterface);
|
|
34
|
+
toApiJson(): object;
|
|
35
|
+
}
|
|
36
|
+
export declare class GetBlogWebsiteDetailsResponse implements i.GetBlogWebsiteDetailsResponseInterface {
|
|
37
|
+
blogWebsiteDetails: BlogWebsiteDetails[];
|
|
38
|
+
static fromProto(proto: any): GetBlogWebsiteDetailsResponse;
|
|
39
|
+
constructor(kwargs?: i.GetBlogWebsiteDetailsResponseInterface);
|
|
40
|
+
toApiJson(): object;
|
|
41
|
+
}
|