@vendasta/social-posts 5.41.0 → 5.41.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.
@@ -12,6 +12,7 @@ export interface BulkUploadMultilocationInterface {
12
12
  linkShortCode?: string;
13
13
  postTypes?: SSIDPostTypeInterface[];
14
14
  multilocationId?: string;
15
+ locations?: LocationInterface[];
15
16
  }
16
17
  export interface LocationInterface {
17
18
  socialServiceIds?: string[];
@@ -14,6 +14,7 @@ export declare class BulkUploadMultilocation implements i.BulkUploadMultilocatio
14
14
  linkShortCode: string;
15
15
  postTypes: SSIDPostType[];
16
16
  multilocationId: string;
17
+ locations: Location[];
17
18
  static fromProto(proto: any): BulkUploadMultilocation;
18
19
  constructor(kwargs?: i.BulkUploadMultilocationInterface);
19
20
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/social-posts",
3
- "version": "5.41.0",
3
+ "version": "5.41.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"