iv-npm 1.5.25 → 1.5.28

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.5.25",
3
+ "version": "1.5.28",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -159,6 +159,16 @@ declare const API_OPTION: {
159
159
  };
160
160
  baseUrl: string;
161
161
  };
162
+ upload: {
163
+ url: string;
164
+ option: {
165
+ headers: {
166
+ [props: string]: any;
167
+ };
168
+ method: string;
169
+ };
170
+ baseUrl: string;
171
+ };
162
172
  getIVClientSelector: {
163
173
  url: string;
164
174
  option: {