@timothyw/pat-common 1.0.146 → 1.0.148

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.
@@ -296,5 +296,5 @@ export interface GetEntitySyncResponse {
296
296
  syncState: NotificationTemplateSyncState;
297
297
  }
298
298
  export interface SetEntitySyncResponse {
299
- syncState: NotificationTemplateSyncState;
299
+ synced: boolean;
300
300
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@timothyw/pat-common",
3
3
  "description": "",
4
4
  "author": "Timothy Washburn",
5
- "version": "1.0.146",
5
+ "version": "1.0.148",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {
@@ -125,5 +125,5 @@ export interface GetEntitySyncResponse {
125
125
  }
126
126
 
127
127
  export interface SetEntitySyncResponse {
128
- syncState: NotificationTemplateSyncState;
128
+ synced: boolean;
129
129
  }