@compassdigital/sdk.typescript 4.364.0 → 4.365.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.
@@ -260,7 +260,7 @@ export interface PostDiscountEventRequestDTO {
260
260
  version: string;
261
261
  source: string;
262
262
  payload: Record<string, any>;
263
- timestamp?: number;
263
+ timestamp?: string;
264
264
  id?: string;
265
265
  }
266
266
  export interface PostDiscountEventResponseDTO {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.364.0",
3
+ "version": "4.365.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -376,7 +376,7 @@ export interface PostDiscountEventRequestDTO {
376
376
  // Event payload
377
377
  payload: Record<string, any>;
378
378
  // Event timestamp epoch seconds
379
- timestamp?: number;
379
+ timestamp?: string;
380
380
  // Event ID
381
381
  id?: string;
382
382
  }