1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

Merge branch 'master' into issue90

This commit is contained in:
Mihajlo Medjedovic
2020-09-17 12:19:45 +02:00
46 changed files with 530 additions and 4153 deletions

View File

@@ -19,7 +19,7 @@ export class SASjsConfig {
*/
appLoc: string = ''
/**
* Can be SAS9 or SASVIYA
* Can be `SAS9` or `SASVIYA`.
*/
serverType: ServerType | null = null
/**

View File

@@ -1,5 +1,5 @@
/**
* Represents requests that are queued, pending a signon event
* Represents requests that are queued, pending a signon event.
*
*/
export interface SASjsWaitingRequest {

View File

@@ -1,5 +1,5 @@
/**
* Server type - Viya or SAS9.
* Server type that can be `Viya` or `SAS9`.
*
*/
export enum ServerType {

View File

@@ -1,5 +1,5 @@
/**
* Represents a object that is passed to file uploader
* Represents an object that is passed to the file uploader.
*
*/
export interface UploadFile {