@compassdigital/sdk.typescript 4.713.0 → 4.714.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.713.0",
3
+ "version": "4.714.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -9148,6 +9148,7 @@ export interface PostMenuV4BrandPublishPath {
9148
9148
 
9149
9149
  export interface PostMenuV4BrandPublishResponse {
9150
9150
  status?: string;
9151
+ process_id?: string;
9151
9152
  }
9152
9153
 
9153
9154
  export interface PostMenuV4BrandPublishRequest extends BaseRequest, PostMenuV4BrandPublishPath {}
@@ -9160,6 +9161,7 @@ export interface PostMenuV4BrandIntegrationSyncPath {
9160
9161
 
9161
9162
  export interface PostMenuV4BrandIntegrationSyncResponse {
9162
9163
  status?: string;
9164
+ process_id?: string;
9163
9165
  }
9164
9166
 
9165
9167
  export interface PostMenuV4BrandIntegrationSyncRequest