@vendasta/social-posts 5.43.1 → 5.43.2

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.
@@ -8524,7 +8524,7 @@ class MultilocationPostsService {
8524
8524
  });
8525
8525
  return this.multilocationApiService.createMultilocationPost(req);
8526
8526
  }
8527
- editMultilocationPost(brandId, multilocationId, text, media, gifs, videos, scheduledDate, locations, fieldMask, mediaEntries, postCustomization, linkShortCode, metadata, postTypes) {
8527
+ editMultilocationPost(brandId, multilocationId, text, media, gifs, videos, scheduledDate, locations, fieldMask, mediaEntries, postCustomization, linkShortCode, metadata, postTypes, postCategory) {
8528
8528
  const req = new EditMultilocationPostRequest({
8529
8529
  brandId: brandId,
8530
8530
  multilocationId: multilocationId,
@@ -8539,7 +8539,8 @@ class MultilocationPostsService {
8539
8539
  customization: postCustomization,
8540
8540
  linkShortCode: linkShortCode,
8541
8541
  metaData: metadata,
8542
- postTypes: postTypes
8542
+ postTypes: postTypes,
8543
+ postCategory: postCategory
8543
8544
  });
8544
8545
  return this.multilocationApiService.editMultilocationPost(req);
8545
8546
  }