iv-npm 1.6.33 → 1.6.34

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": "iv-npm",
3
- "version": "1.6.33",
3
+ "version": "1.6.34",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -38,6 +38,10 @@ declare const _default: import("vue").DefineComponent<{
38
38
  type: StringConstructor;
39
39
  required: false;
40
40
  };
41
+ projectId: {
42
+ type: StringConstructor;
43
+ required: false;
44
+ };
41
45
  vendorId: {
42
46
  type: StringConstructor;
43
47
  required: false;
@@ -110,6 +114,10 @@ declare const _default: import("vue").DefineComponent<{
110
114
  type: StringConstructor;
111
115
  required: false;
112
116
  };
117
+ projectId: {
118
+ type: StringConstructor;
119
+ required: false;
120
+ };
113
121
  vendorId: {
114
122
  type: StringConstructor;
115
123
  required: false;