iv-npm 1.5.108 → 1.5.110

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.108",
3
+ "version": "1.5.110",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -249,6 +249,16 @@ declare const API_OPTION: {
249
249
  };
250
250
  baseUrl: string;
251
251
  };
252
+ getMeterage: {
253
+ url: string;
254
+ option: {
255
+ headers: {
256
+ [props: string]: any;
257
+ };
258
+ method: string;
259
+ };
260
+ baseUrl: string;
261
+ };
252
262
  };
253
263
  export declare const formatHTTP: (fetch: any, method?: string) => Promise<any>;
254
264
  export declare const formatUrl: (base: string, api: string, params?: object) => string;