@shaxpir/duiduidui-models 1.9.15 → 1.9.16

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.
@@ -21,6 +21,7 @@ export interface ManifestEntry {
21
21
  }
22
22
  export interface ManifestPayload {
23
23
  billing: any;
24
+ collection: any;
24
25
  device: any;
25
26
  image: any;
26
27
  metric: any;
@@ -27,6 +27,7 @@ class Manifest extends Model_1.Model {
27
27
  },
28
28
  payload: {
29
29
  billing: {},
30
+ collection: {},
30
31
  device: {},
31
32
  image: {},
32
33
  metric: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shaxpir/duiduidui-models",
3
- "version": "1.9.15",
3
+ "version": "1.9.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/shaxpir/duiduidui-models"