ryuu-client 4.4.4-alpha.0 → 4.4.5-alpha.0

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.
@@ -22,7 +22,7 @@ declare class Domo {
22
22
  getEnv(): string;
23
23
  checkSession(): Promise<void>;
24
24
  getDomoappsData(manifest: Manifest, proxyId?: string): Promise<Environment>;
25
- download(designId: string, version: string): Promise<AxiosResponse<AxiosResponse<any, any>, any>>;
25
+ download(designId: string, version: string): Promise<AxiosResponse<any, any, {}>>;
26
26
  deleteDesign(id: string, force: boolean): Promise<unknown>;
27
27
  unDeleteDesign(id: string): Promise<unknown>;
28
28
  addOwners(designId: string, owners: string[]): Promise<unknown>;
@@ -49,7 +49,7 @@ declare class Domo {
49
49
  release(designId: string, version: string): Promise<unknown>;
50
50
  getUserInfo(): Promise<unknown>;
51
51
  processRequest(options: AxiosRequestConfig): Promise<unknown>;
52
- processRequestRaw(options: AxiosRequestConfig): Promise<AxiosResponse<AxiosResponse<any, any>, any>>;
52
+ processRequestRaw(options: AxiosRequestConfig): Promise<AxiosResponse<any, any, {}>>;
53
53
  /******************* Static Functions **********************/
54
54
  /**
55
55
  * get user's home domo directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ryuu-client",
3
- "version": "4.4.4-alpha.0",
3
+ "version": "4.4.5-alpha.0",
4
4
  "description": "Node client for ryuu services",
5
5
  "author": "Domo",
6
6
  "exports": "./lib/domoapps-client.js",
@@ -23,7 +23,7 @@
23
23
  "bump": "standard-version"
24
24
  },
25
25
  "dependencies": {
26
- "axios": "^0.28.1",
26
+ "axios": "^1.13.0",
27
27
  "form-data": "^4.0.0",
28
28
  "fs-extra": "^10.0.0",
29
29
  "glob": "^7.2.0",