@smart100/spu-web-plugin 0.0.22 → 0.0.24

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/dist/index.d.ts CHANGED
@@ -5,6 +5,7 @@ interface ISPUWebPluginOptions {
5
5
  modulekey: string
6
6
  modulename: string
7
7
  moduleversion: string
8
+ storageproxyprefix?: string
8
9
  router?: any
9
10
  }
10
11
 
@@ -63,8 +64,8 @@ export const ssProxy: any
63
64
  export const getLocation: () => Promise<Location>
64
65
  export const getDistance: (p1: [number, number], p2: [number, number]) => Promise<any>
65
66
  export const spuAxios: any
66
- // export const spuAxios: AxiosInstance
67
67
  export const apaasAxios: any
68
+ export const axios: any
68
69
  export const spuConfig: any
69
70
  export const downloadService: IDownloadService
70
71
  export const uploadService: IUploadService