@cloudcommerce/types 2.29.18 → 2.29.19

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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -104,6 +104,7 @@ export type AppEventsPayload = {
104
104
  data: Applications['data'],
105
105
  hidden_data: Applications['hidden_data'],
106
106
  },
107
+ at?: number,
107
108
  isInternal?: boolean,
108
109
  };
109
110
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "2.29.18",
4
+ "version": "2.29.19",
5
5
  "description": "e-com.plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "files": [
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
23
23
  "dependencies": {
24
- "@cloudcommerce/api": "2.29.18"
24
+ "@cloudcommerce/api": "2.29.19"
25
25
  }
26
26
  }