mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 08:00:05 +00:00
fix(lint): updated dependencies
This commit is contained in:
17303
package-lock.json
generated
17303
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -58,8 +58,8 @@
|
|||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1",
|
|
||||||
"@sasjs/utils": "^2.5.0",
|
"@sasjs/utils": "^2.5.0",
|
||||||
|
"axios": "^0.21.1",
|
||||||
"form-data": "^3.0.0",
|
"form-data": "^3.0.0",
|
||||||
"https": "^1.0.0"
|
"https": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -571,9 +571,9 @@ export class SASViyaApiClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const {
|
const { result: createFolderResponse } = await this.requestClient.post<
|
||||||
result: createFolderResponse
|
Folder
|
||||||
} = await this.requestClient.post<Folder>(
|
>(
|
||||||
`/folders/folders?parentFolderUri=${parentFolderUri}`,
|
`/folders/folders?parentFolderUri=${parentFolderUri}`,
|
||||||
{
|
{
|
||||||
name: folderName,
|
name: folderName,
|
||||||
@@ -852,9 +852,7 @@ export class SASViyaApiClient {
|
|||||||
throw new Error(`URI of job definition was not found.`)
|
throw new Error(`URI of job definition was not found.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const {
|
const { result: jobDefinition } = await this.requestClient
|
||||||
result: jobDefinition
|
|
||||||
} = await this.requestClient
|
|
||||||
.get<JobDefinition>(
|
.get<JobDefinition>(
|
||||||
`${this.serverUrl}${jobDefinitionLink.href}`,
|
`${this.serverUrl}${jobDefinitionLink.href}`,
|
||||||
accessToken
|
accessToken
|
||||||
|
|||||||
Reference in New Issue
Block a user