@vendasta/social-posts 5.44.0 → 5.45.1
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/index.mjs +2 -1
- package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/pexels-image.interface.mjs +8 -0
- package/esm2020/lib/_internal/objects/api.mjs +63 -1
- package/esm2020/lib/_internal/objects/index.mjs +3 -2
- package/esm2020/lib/_internal/objects/pexels-image.mjs +54 -0
- package/esm2020/lib/_internal/pexels-images.api.service.mjs +40 -0
- package/esm2020/lib/multilocation-posts.service.mjs +5 -3
- package/fesm2015/vendasta-social-posts.mjs +166 -16
- package/fesm2015/vendasta-social-posts.mjs.map +1 -1
- package/fesm2020/vendasta-social-posts.mjs +166 -16
- package/fesm2020/vendasta-social-posts.mjs.map +1 -1
- package/lib/_internal/index.d.ts +1 -0
- package/lib/_internal/interfaces/api.interface.d.ts +10 -0
- package/lib/_internal/interfaces/index.d.ts +2 -1
- package/lib/_internal/interfaces/pexels-image.interface.d.ts +9 -0
- package/lib/_internal/objects/api.d.ts +16 -0
- package/lib/_internal/objects/index.d.ts +2 -1
- package/lib/_internal/objects/pexels-image.d.ts +14 -0
- package/lib/_internal/pexels-images.api.service.d.ts +13 -0
- package/lib/multilocation-posts.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { of } from 'rxjs';
|
|
|
4
4
|
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
5
5
|
import { map } from 'rxjs/operators';
|
|
6
6
|
|
|
7
|
-
function enumStringToValue$
|
|
7
|
+
function enumStringToValue$i(enumRef, value) {
|
|
8
8
|
if (typeof value === 'number') {
|
|
9
9
|
return value;
|
|
10
10
|
}
|
|
@@ -31,7 +31,7 @@ class FieldMask {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
function enumStringToValue$
|
|
34
|
+
function enumStringToValue$h(enumRef, value) {
|
|
35
35
|
if (typeof value === 'number') {
|
|
36
36
|
return value;
|
|
37
37
|
}
|
|
@@ -304,7 +304,7 @@ var Role;
|
|
|
304
304
|
// Enums Index.
|
|
305
305
|
// *********************************
|
|
306
306
|
|
|
307
|
-
function enumStringToValue$
|
|
307
|
+
function enumStringToValue$g(enumRef, value) {
|
|
308
308
|
if (typeof value === 'number') {
|
|
309
309
|
return value;
|
|
310
310
|
}
|
|
@@ -376,7 +376,7 @@ class CallToAction {
|
|
|
376
376
|
let m = new CallToAction();
|
|
377
377
|
m = Object.assign(m, proto);
|
|
378
378
|
if (proto.actionType) {
|
|
379
|
-
m.actionType = enumStringToValue$
|
|
379
|
+
m.actionType = enumStringToValue$g(CallToActionCallToActionType, proto.actionType);
|
|
380
380
|
}
|
|
381
381
|
return m;
|
|
382
382
|
}
|
|
@@ -582,7 +582,7 @@ class PostTemplate {
|
|
|
582
582
|
m.metaData = proto.metaData.map(MetaData.fromProto);
|
|
583
583
|
}
|
|
584
584
|
if (proto.postType) {
|
|
585
|
-
m.postType = enumStringToValue$
|
|
585
|
+
m.postType = enumStringToValue$g(PostType, proto.postType);
|
|
586
586
|
}
|
|
587
587
|
if (proto.youtubeCustomization) {
|
|
588
588
|
m.youtubeCustomization = YoutubeCustomization.fromProto(proto.youtubeCustomization);
|
|
@@ -665,7 +665,7 @@ class SSIDPostType {
|
|
|
665
665
|
let m = new SSIDPostType();
|
|
666
666
|
m = Object.assign(m, proto);
|
|
667
667
|
if (proto.postType) {
|
|
668
|
-
m.postType = enumStringToValue$
|
|
668
|
+
m.postType = enumStringToValue$g(PostType, proto.postType);
|
|
669
669
|
}
|
|
670
670
|
return m;
|
|
671
671
|
}
|
|
@@ -749,10 +749,10 @@ class SocialPost {
|
|
|
749
749
|
m.posted = new Date(proto.posted);
|
|
750
750
|
}
|
|
751
751
|
if (proto.deletionStatus) {
|
|
752
|
-
m.deletionStatus = enumStringToValue$
|
|
752
|
+
m.deletionStatus = enumStringToValue$g(SocialPostDeletionStatus, proto.deletionStatus);
|
|
753
753
|
}
|
|
754
754
|
if (proto.service) {
|
|
755
|
-
m.service = enumStringToValue$
|
|
755
|
+
m.service = enumStringToValue$g(SocialPostService, proto.service);
|
|
756
756
|
}
|
|
757
757
|
if (proto.created) {
|
|
758
758
|
m.created = new Date(proto.created);
|
|
@@ -761,7 +761,7 @@ class SocialPost {
|
|
|
761
761
|
m.scheduled = new Date(proto.scheduled);
|
|
762
762
|
}
|
|
763
763
|
if (proto.status) {
|
|
764
|
-
m.status = enumStringToValue$
|
|
764
|
+
m.status = enumStringToValue$g(PostingStatus, proto.status);
|
|
765
765
|
}
|
|
766
766
|
if (proto.event) {
|
|
767
767
|
m.event = Event.fromProto(proto.event);
|
|
@@ -773,7 +773,7 @@ class SocialPost {
|
|
|
773
773
|
m.error = Error.fromProto(proto.error);
|
|
774
774
|
}
|
|
775
775
|
if (proto.postType) {
|
|
776
|
-
m.postType = enumStringToValue$
|
|
776
|
+
m.postType = enumStringToValue$g(PostType, proto.postType);
|
|
777
777
|
}
|
|
778
778
|
if (proto.mediaEntries) {
|
|
779
779
|
m.mediaEntries = proto.mediaEntries.map(MediaEntry.fromProto);
|
|
@@ -968,7 +968,7 @@ class YoutubeCustomization {
|
|
|
968
968
|
let m = new YoutubeCustomization();
|
|
969
969
|
m = Object.assign(m, proto);
|
|
970
970
|
if (proto.privacyStatus) {
|
|
971
|
-
m.privacyStatus = enumStringToValue$
|
|
971
|
+
m.privacyStatus = enumStringToValue$g(YoutubeCustomizationPrivacyStatus, proto.privacyStatus);
|
|
972
972
|
}
|
|
973
973
|
return m;
|
|
974
974
|
}
|
|
@@ -990,7 +990,7 @@ class YoutubeCustomization {
|
|
|
990
990
|
}
|
|
991
991
|
}
|
|
992
992
|
|
|
993
|
-
function enumStringToValue$
|
|
993
|
+
function enumStringToValue$f(enumRef, value) {
|
|
994
994
|
if (typeof value === 'number') {
|
|
995
995
|
return value;
|
|
996
996
|
}
|
|
@@ -1131,7 +1131,7 @@ class MultilocationPost {
|
|
|
1131
1131
|
m.postCategory = MLPostCategory.fromProto(proto.postCategory);
|
|
1132
1132
|
}
|
|
1133
1133
|
if (proto.postState) {
|
|
1134
|
-
m.postState = enumStringToValue$
|
|
1134
|
+
m.postState = enumStringToValue$f(MLPostState, proto.postState);
|
|
1135
1135
|
}
|
|
1136
1136
|
return m;
|
|
1137
1137
|
}
|
|
@@ -1334,6 +1334,60 @@ class PostEvent {
|
|
|
1334
1334
|
}
|
|
1335
1335
|
}
|
|
1336
1336
|
|
|
1337
|
+
function enumStringToValue$e(enumRef, value) {
|
|
1338
|
+
if (typeof value === 'number') {
|
|
1339
|
+
return value;
|
|
1340
|
+
}
|
|
1341
|
+
return enumRef[value];
|
|
1342
|
+
}
|
|
1343
|
+
class PexelsImage {
|
|
1344
|
+
static fromProto(proto) {
|
|
1345
|
+
let m = new PexelsImage();
|
|
1346
|
+
m = Object.assign(m, proto);
|
|
1347
|
+
if (proto.imageId) {
|
|
1348
|
+
m.imageId = parseInt(proto.imageId, 10);
|
|
1349
|
+
}
|
|
1350
|
+
if (proto.width) {
|
|
1351
|
+
m.width = parseInt(proto.width, 10);
|
|
1352
|
+
}
|
|
1353
|
+
if (proto.height) {
|
|
1354
|
+
m.height = parseInt(proto.height, 10);
|
|
1355
|
+
}
|
|
1356
|
+
return m;
|
|
1357
|
+
}
|
|
1358
|
+
constructor(kwargs) {
|
|
1359
|
+
if (!kwargs) {
|
|
1360
|
+
return;
|
|
1361
|
+
}
|
|
1362
|
+
Object.assign(this, kwargs);
|
|
1363
|
+
}
|
|
1364
|
+
toApiJson() {
|
|
1365
|
+
const toReturn = {};
|
|
1366
|
+
if (typeof this.imageId !== 'undefined') {
|
|
1367
|
+
toReturn['imageId'] = this.imageId;
|
|
1368
|
+
}
|
|
1369
|
+
if (typeof this.imagePreviewUrl !== 'undefined') {
|
|
1370
|
+
toReturn['imagePreviewUrl'] = this.imagePreviewUrl;
|
|
1371
|
+
}
|
|
1372
|
+
if (typeof this.pexelsPageUrl !== 'undefined') {
|
|
1373
|
+
toReturn['pexelsPageUrl'] = this.pexelsPageUrl;
|
|
1374
|
+
}
|
|
1375
|
+
if (typeof this.photographerName !== 'undefined') {
|
|
1376
|
+
toReturn['photographerName'] = this.photographerName;
|
|
1377
|
+
}
|
|
1378
|
+
if (typeof this.photographerUrl !== 'undefined') {
|
|
1379
|
+
toReturn['photographerUrl'] = this.photographerUrl;
|
|
1380
|
+
}
|
|
1381
|
+
if (typeof this.width !== 'undefined') {
|
|
1382
|
+
toReturn['width'] = this.width;
|
|
1383
|
+
}
|
|
1384
|
+
if (typeof this.height !== 'undefined') {
|
|
1385
|
+
toReturn['height'] = this.height;
|
|
1386
|
+
}
|
|
1387
|
+
return toReturn;
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1337
1391
|
function enumStringToValue$d(enumRef, value) {
|
|
1338
1392
|
if (typeof value === 'number') {
|
|
1339
1393
|
return value;
|
|
@@ -2702,6 +2756,67 @@ class ListMultilocationPostsForBrandResponse {
|
|
|
2702
2756
|
return toReturn;
|
|
2703
2757
|
}
|
|
2704
2758
|
}
|
|
2759
|
+
class ListPexelsImagesRequest {
|
|
2760
|
+
static fromProto(proto) {
|
|
2761
|
+
let m = new ListPexelsImagesRequest();
|
|
2762
|
+
m = Object.assign(m, proto);
|
|
2763
|
+
if (proto.pageNumber) {
|
|
2764
|
+
m.pageNumber = parseInt(proto.pageNumber, 10);
|
|
2765
|
+
}
|
|
2766
|
+
if (proto.pageSize) {
|
|
2767
|
+
m.pageSize = parseInt(proto.pageSize, 10);
|
|
2768
|
+
}
|
|
2769
|
+
return m;
|
|
2770
|
+
}
|
|
2771
|
+
constructor(kwargs) {
|
|
2772
|
+
if (!kwargs) {
|
|
2773
|
+
return;
|
|
2774
|
+
}
|
|
2775
|
+
Object.assign(this, kwargs);
|
|
2776
|
+
}
|
|
2777
|
+
toApiJson() {
|
|
2778
|
+
const toReturn = {};
|
|
2779
|
+
if (typeof this.query !== 'undefined') {
|
|
2780
|
+
toReturn['query'] = this.query;
|
|
2781
|
+
}
|
|
2782
|
+
if (typeof this.pageNumber !== 'undefined') {
|
|
2783
|
+
toReturn['pageNumber'] = this.pageNumber;
|
|
2784
|
+
}
|
|
2785
|
+
if (typeof this.pageSize !== 'undefined') {
|
|
2786
|
+
toReturn['pageSize'] = this.pageSize;
|
|
2787
|
+
}
|
|
2788
|
+
return toReturn;
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
class ListPexelsImagesResponse {
|
|
2792
|
+
static fromProto(proto) {
|
|
2793
|
+
let m = new ListPexelsImagesResponse();
|
|
2794
|
+
m = Object.assign(m, proto);
|
|
2795
|
+
if (proto.totalHits) {
|
|
2796
|
+
m.totalHits = parseInt(proto.totalHits, 10);
|
|
2797
|
+
}
|
|
2798
|
+
if (proto.pexelsImages) {
|
|
2799
|
+
m.pexelsImages = proto.pexelsImages.map(PexelsImage.fromProto);
|
|
2800
|
+
}
|
|
2801
|
+
return m;
|
|
2802
|
+
}
|
|
2803
|
+
constructor(kwargs) {
|
|
2804
|
+
if (!kwargs) {
|
|
2805
|
+
return;
|
|
2806
|
+
}
|
|
2807
|
+
Object.assign(this, kwargs);
|
|
2808
|
+
}
|
|
2809
|
+
toApiJson() {
|
|
2810
|
+
const toReturn = {};
|
|
2811
|
+
if (typeof this.totalHits !== 'undefined') {
|
|
2812
|
+
toReturn['totalHits'] = this.totalHits;
|
|
2813
|
+
}
|
|
2814
|
+
if (typeof this.pexelsImages !== 'undefined' && this.pexelsImages !== null) {
|
|
2815
|
+
toReturn['pexelsImages'] = 'toApiJson' in this.pexelsImages ? this.pexelsImages.toApiJson() : this.pexelsImages;
|
|
2816
|
+
}
|
|
2817
|
+
return toReturn;
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2705
2820
|
class ListPixabayImagesRequest {
|
|
2706
2821
|
static fromProto(proto) {
|
|
2707
2822
|
let m = new ListPixabayImagesRequest();
|
|
@@ -8318,6 +8433,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8318
8433
|
args: [{ providedIn: 'root' }]
|
|
8319
8434
|
}] });
|
|
8320
8435
|
|
|
8436
|
+
// *********************************
|
|
8437
|
+
// Code generated by sdkgen
|
|
8438
|
+
// DO NOT EDIT!.
|
|
8439
|
+
//
|
|
8440
|
+
// API Service.
|
|
8441
|
+
// *********************************
|
|
8442
|
+
class PexelsImagesApiService {
|
|
8443
|
+
constructor() {
|
|
8444
|
+
this.hostService = inject(HostService);
|
|
8445
|
+
this.http = inject(HttpClient);
|
|
8446
|
+
this._host = this.hostService.hostWithScheme;
|
|
8447
|
+
}
|
|
8448
|
+
apiOptions() {
|
|
8449
|
+
return {
|
|
8450
|
+
headers: new HttpHeaders({
|
|
8451
|
+
'Content-Type': 'application/json'
|
|
8452
|
+
}),
|
|
8453
|
+
withCredentials: true
|
|
8454
|
+
};
|
|
8455
|
+
}
|
|
8456
|
+
listPexelsImages(r) {
|
|
8457
|
+
const request = (r.toApiJson) ? r : new ListPexelsImagesRequest(r);
|
|
8458
|
+
return this.http.post(this._host + "/socialposts.v1.PexelsImages/ListPexelsImages", request.toApiJson(), this.apiOptions())
|
|
8459
|
+
.pipe(map(resp => ListPexelsImagesResponse.fromProto(resp)));
|
|
8460
|
+
}
|
|
8461
|
+
}
|
|
8462
|
+
PexelsImagesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PexelsImagesApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8463
|
+
PexelsImagesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PexelsImagesApiService, providedIn: 'root' });
|
|
8464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PexelsImagesApiService, decorators: [{
|
|
8465
|
+
type: Injectable,
|
|
8466
|
+
args: [{ providedIn: 'root' }]
|
|
8467
|
+
}] });
|
|
8468
|
+
|
|
8321
8469
|
// *********************************
|
|
8322
8470
|
// Code generated by sdkgen
|
|
8323
8471
|
// DO NOT EDIT!.
|
|
@@ -8688,7 +8836,7 @@ class MultilocationPostsService {
|
|
|
8688
8836
|
});
|
|
8689
8837
|
return this.multilocationApiService.createMultilocationPost(req);
|
|
8690
8838
|
}
|
|
8691
|
-
editMultilocationPost(brandId, multilocationId, text, media, gifs, videos, scheduledDate, locations, fieldMask, mediaEntries, postCustomization, linkShortCode, metadata, postTypes, postCategory) {
|
|
8839
|
+
editMultilocationPost(brandId, multilocationId, text, media, gifs, videos, scheduledDate, locations, fieldMask, mediaEntries, postCustomization, linkShortCode, metadata, postTypes, postCategory, newServices, deletedServices) {
|
|
8692
8840
|
const req = new EditMultilocationPostRequest({
|
|
8693
8841
|
brandId: brandId,
|
|
8694
8842
|
multilocationId: multilocationId,
|
|
@@ -8704,7 +8852,9 @@ class MultilocationPostsService {
|
|
|
8704
8852
|
linkShortCode: linkShortCode,
|
|
8705
8853
|
metaData: metadata,
|
|
8706
8854
|
postTypes: postTypes,
|
|
8707
|
-
postCategory: postCategory
|
|
8855
|
+
postCategory: postCategory,
|
|
8856
|
+
newServices: newServices,
|
|
8857
|
+
deletedServices: deletedServices
|
|
8708
8858
|
});
|
|
8709
8859
|
return this.multilocationApiService.editMultilocationPost(req);
|
|
8710
8860
|
}
|
|
@@ -9151,5 +9301,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9151
9301
|
* Generated bundle index. Do not edit.
|
|
9152
9302
|
*/
|
|
9153
9303
|
|
|
9154
|
-
export { Access, Action, ActionType, AiInstructionService, AiInstructions, Ancestry, Author$1 as Author, AuthorsRequest, AuthorsResponse, BlogConnection, BlogConnectionService, BlogImage, BlogPost, BlogPostCampaign, BlogPostCustomization, BlogPostsService, BlogVideo, BulkCreateMultilocationPostRequest, BulkCreateMultilocationPostResponse, BulkPostStatus, BulkUploadMultilocation, CallToAction, CallToActionCallToActionType, Campaign, CampaignService, Category$1 as Category, CategoryRequest, CategoryResponse, ChatBotService, ChatBotV2Service, ChatMessage, Collection, ContentGenerationService, ContentLength, CreateBlogConnectionRequest, CreateBlogConnectionResponse, CreateCampaignRequest, CreateCampaignResponse, CreateCommonAiInstructionsRequest, CreateCommonAiInstructionsResponse, CreateImageRequest, CreateImageResponse, CreateMultilocationPostRequest, CreateMultilocationPostResponse, CreatePostTemplateRequest, CreatePostTemplateResponse, CuratedContentPost, DateRangeFilter, DeleteBlogConnectionRequest, DeleteBlogPostRequest, DeleteCampaignRequest, DeleteHashtagsRequest, DeleteMultilocationPostRequest, DeletePostRequest, DeletePostTemplateRequest, DeleteSocialPostRequest, EditMultilocationPostRequest, EditMultilocationPostResponse, EndChatRequest, Error, Event, FacebookPostStats, FetchLibraryImagesRequest, FetchLibraryImagesResponse, FieldMask, GenerateAiRequest, GenerateAiResponse, GenerateBlogPostCampaignRequest, GenerateCSVForPerformanceStatsRequest, GenerateCSVForPerformanceStatsResponse, GenerateContentMetaDataRequest, GenerateContentMetaDataResponse, GeneratePostCampaignRequest, GeneratePostCampaignResponse, GeneratePostsRequest, GeneratePostsResponse, GeneratePostsResponseImageResponse, GeneratePostsResponsePost, GenerateType, GetBlogConnectionRequest, GetBlogConnectionResponse, GetCampaignRequest, GetCampaignResponse, GetCommonAiInstructionsRequest, GetCommonAiInstructionsResponse, GetGeneratedCSVForPerformanceStatsRequest, GetGeneratedCSVForPerformanceStatsResponse, GetMediaMetadataFromURLRequest, GetMediaMetadataFromURLResponse, GetMultiBlogPostsRequest, GetMultiBlogPostsResponse, GetMultiCampaignsRequest, GetMultiCampaignsResponse, GetMultiSocialPostStatsRequest, GetMultiSocialPostStatsResponse, GetMultiSocialPostsRequest, GetMultiSocialPostsResponse, GetMultilocationPostRequest, GetMultilocationPostResponse, GetPostTemplateRequest, GetPostTemplateResponse, GetScheduledPostCountRequest, GetScheduledPostCountResponse, GetTenorAnonymousIdRequest, GetTenorAnonymousIdResponse, HashTagsService, Hashtag, Image, ImageBlob, ImageCreated, ImageResponse, ImageUrl, KeywordGeneration, KeywordList, LinkV2, Links, ListBlogConnectionRequest, ListBlogConnectionResponse, ListCuratedContentRequest, ListCuratedContentResponse, ListMultilocationPostsForBrandRequest, ListMultilocationPostsForBrandResponse, ListPixabayImagesRequest, ListPixabayImagesResponse, ListPostTemplatesRequest, ListPostTemplatesResponse, ListPostableSocialServiceRequest, ListPostableSocialServiceResponse, ListSocialPostsRequest, ListSocialPostsResponse, ListTenorGifsRequest, ListTenorGifsResponse, ListUnsplashImagesRequest, ListUnsplashImagesResponse, Location, MCPOptions, MLPostCategory, MLPostState, Media, MediaEntry, MediaProperty, MediaType, MediaUploadRequest, MediaUploadResponse, MessageLength, MetaData, MetadataV2, MultiResponse, MultilocationPost, MultilocationPostApiService, MultilocationPostError, MultilocationPostsService, MultilocationServices, Network, PartnerListScheduledPostsResponse, PartnerListScheduledSocialPostsRequest, PartnerListScheduledSocialPostsRequestFilters, Photo, PixabayImage, PixabayImageService, Post, PostAction, PostActionV2, PostCategory, PostContent, PostContentV2, PostCustomization, PostCustomizationV2, PostData, PostEvent, PostEventV2, PostMediaV2, PostPerformanceApiService, PostPerformanceService, PostStatusV2, PostTemplate, PostTemplatesService, PostType, PostTypeV2, PostingStatus, PostsGeneration, PublishPostRequest, PublishPostResponse, RemoveFromMultilocationPostRequest, RemoveReason, ReplaceHashtagsRequest, RepostBlogPostRequest, RepostSocialPostRequest, Response, Role, SSIDPostType, SchedulePostRequest, SchedulePostResponse, SchedulePostStatus, ScheduleToAllPagesRequest, ScheduleToAllPagesResponse, SearchHashtagRequest, SearchHashtagResponse, SendMessageRequest, SendMessageResponse, SendMessageV2Request, SendMessageV2Response, Social, SocialCampaign, SocialPost, SocialPostData, SocialPostDeletionStatus, SocialPostOutput, SocialPostRequest, SocialPostResponse, SocialPostService, SocialPostStats, SocialPostV2, SocialPostsService, SocialPostsV2Service, SocialService, Source, StartChatRequest, StartChatResponse, StatusRequest, StatusResponse, SubAncestry, SuggestMessageRequest, SuggestMessageResponse, Tags, TemplateType, TenorGif, TenorGifMediaMapEntry, TenorGifsService, TenorMediaObject, TikTokCustomization, TikTokCustomizationV2, TitleGeneration, Tone, TwitterPostStats, UnsplashImageService, UpdateBlogConnectionRequest, UpdateBlogPostRequest, UpdateCampaignIdRequest, UpdateCampaignRequest, UpdateCommonAiInstructionsRequest, UpdateCommonAiInstructionsResponse, UpdatePostTemplateRequest, UpdateSocialPostRequest, UpdateSocialPostResponse, UploadToStorageRequest, UploadToStorageResponse, UploadedMedia, Urls, User, UserLink, WordpressPluginService, YoutubeCustomization, YoutubeCustomizationPrivacyStatus, YoutubeCustomizationV2, YoutubeCustomizationV2PrivacyStatusV2 };
|
|
9304
|
+
export { Access, Action, ActionType, AiInstructionService, AiInstructions, Ancestry, Author$1 as Author, AuthorsRequest, AuthorsResponse, BlogConnection, BlogConnectionService, BlogImage, BlogPost, BlogPostCampaign, BlogPostCustomization, BlogPostsService, BlogVideo, BulkCreateMultilocationPostRequest, BulkCreateMultilocationPostResponse, BulkPostStatus, BulkUploadMultilocation, CallToAction, CallToActionCallToActionType, Campaign, CampaignService, Category$1 as Category, CategoryRequest, CategoryResponse, ChatBotService, ChatBotV2Service, ChatMessage, Collection, ContentGenerationService, ContentLength, CreateBlogConnectionRequest, CreateBlogConnectionResponse, CreateCampaignRequest, CreateCampaignResponse, CreateCommonAiInstructionsRequest, CreateCommonAiInstructionsResponse, CreateImageRequest, CreateImageResponse, CreateMultilocationPostRequest, CreateMultilocationPostResponse, CreatePostTemplateRequest, CreatePostTemplateResponse, CuratedContentPost, DateRangeFilter, DeleteBlogConnectionRequest, DeleteBlogPostRequest, DeleteCampaignRequest, DeleteHashtagsRequest, DeleteMultilocationPostRequest, DeletePostRequest, DeletePostTemplateRequest, DeleteSocialPostRequest, EditMultilocationPostRequest, EditMultilocationPostResponse, EndChatRequest, Error, Event, FacebookPostStats, FetchLibraryImagesRequest, FetchLibraryImagesResponse, FieldMask, GenerateAiRequest, GenerateAiResponse, GenerateBlogPostCampaignRequest, GenerateCSVForPerformanceStatsRequest, GenerateCSVForPerformanceStatsResponse, GenerateContentMetaDataRequest, GenerateContentMetaDataResponse, GeneratePostCampaignRequest, GeneratePostCampaignResponse, GeneratePostsRequest, GeneratePostsResponse, GeneratePostsResponseImageResponse, GeneratePostsResponsePost, GenerateType, GetBlogConnectionRequest, GetBlogConnectionResponse, GetCampaignRequest, GetCampaignResponse, GetCommonAiInstructionsRequest, GetCommonAiInstructionsResponse, GetGeneratedCSVForPerformanceStatsRequest, GetGeneratedCSVForPerformanceStatsResponse, GetMediaMetadataFromURLRequest, GetMediaMetadataFromURLResponse, GetMultiBlogPostsRequest, GetMultiBlogPostsResponse, GetMultiCampaignsRequest, GetMultiCampaignsResponse, GetMultiSocialPostStatsRequest, GetMultiSocialPostStatsResponse, GetMultiSocialPostsRequest, GetMultiSocialPostsResponse, GetMultilocationPostRequest, GetMultilocationPostResponse, GetPostTemplateRequest, GetPostTemplateResponse, GetScheduledPostCountRequest, GetScheduledPostCountResponse, GetTenorAnonymousIdRequest, GetTenorAnonymousIdResponse, HashTagsService, Hashtag, Image, ImageBlob, ImageCreated, ImageResponse, ImageUrl, KeywordGeneration, KeywordList, LinkV2, Links, ListBlogConnectionRequest, ListBlogConnectionResponse, ListCuratedContentRequest, ListCuratedContentResponse, ListMultilocationPostsForBrandRequest, ListMultilocationPostsForBrandResponse, ListPexelsImagesRequest, ListPexelsImagesResponse, ListPixabayImagesRequest, ListPixabayImagesResponse, ListPostTemplatesRequest, ListPostTemplatesResponse, ListPostableSocialServiceRequest, ListPostableSocialServiceResponse, ListSocialPostsRequest, ListSocialPostsResponse, ListTenorGifsRequest, ListTenorGifsResponse, ListUnsplashImagesRequest, ListUnsplashImagesResponse, Location, MCPOptions, MLPostCategory, MLPostState, Media, MediaEntry, MediaProperty, MediaType, MediaUploadRequest, MediaUploadResponse, MessageLength, MetaData, MetadataV2, MultiResponse, MultilocationPost, MultilocationPostApiService, MultilocationPostError, MultilocationPostsService, MultilocationServices, Network, PartnerListScheduledPostsResponse, PartnerListScheduledSocialPostsRequest, PartnerListScheduledSocialPostsRequestFilters, PexelsImage, Photo, PixabayImage, PixabayImageService, Post, PostAction, PostActionV2, PostCategory, PostContent, PostContentV2, PostCustomization, PostCustomizationV2, PostData, PostEvent, PostEventV2, PostMediaV2, PostPerformanceApiService, PostPerformanceService, PostStatusV2, PostTemplate, PostTemplatesService, PostType, PostTypeV2, PostingStatus, PostsGeneration, PublishPostRequest, PublishPostResponse, RemoveFromMultilocationPostRequest, RemoveReason, ReplaceHashtagsRequest, RepostBlogPostRequest, RepostSocialPostRequest, Response, Role, SSIDPostType, SchedulePostRequest, SchedulePostResponse, SchedulePostStatus, ScheduleToAllPagesRequest, ScheduleToAllPagesResponse, SearchHashtagRequest, SearchHashtagResponse, SendMessageRequest, SendMessageResponse, SendMessageV2Request, SendMessageV2Response, Social, SocialCampaign, SocialPost, SocialPostData, SocialPostDeletionStatus, SocialPostOutput, SocialPostRequest, SocialPostResponse, SocialPostService, SocialPostStats, SocialPostV2, SocialPostsService, SocialPostsV2Service, SocialService, Source, StartChatRequest, StartChatResponse, StatusRequest, StatusResponse, SubAncestry, SuggestMessageRequest, SuggestMessageResponse, Tags, TemplateType, TenorGif, TenorGifMediaMapEntry, TenorGifsService, TenorMediaObject, TikTokCustomization, TikTokCustomizationV2, TitleGeneration, Tone, TwitterPostStats, UnsplashImageService, UpdateBlogConnectionRequest, UpdateBlogPostRequest, UpdateCampaignIdRequest, UpdateCampaignRequest, UpdateCommonAiInstructionsRequest, UpdateCommonAiInstructionsResponse, UpdatePostTemplateRequest, UpdateSocialPostRequest, UpdateSocialPostResponse, UploadToStorageRequest, UploadToStorageResponse, UploadedMedia, Urls, User, UserLink, WordpressPluginService, YoutubeCustomization, YoutubeCustomizationPrivacyStatus, YoutubeCustomizationV2, YoutubeCustomizationV2PrivacyStatusV2 };
|
|
9155
9305
|
//# sourceMappingURL=vendasta-social-posts.mjs.map
|