Skip to content

Commit f753c0b

Browse files
dependabot[bot]Scott Dover
andauthored
chore(deps-dev): bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.2.2 (#1384)
* chore(deps-dev): bump @trivago/prettier-plugin-sort-imports Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 4.3.0 to 5.2.2. - [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases) - [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md) - [Commits](trivago/prettier-plugin-sort-imports@v4.3.0...v5.2.2) --- updated-dependencies: - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run npm run format Signed-off-by: Scott Dover <Scott.Dover@sas.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Scott Dover <Scott.Dover@sas.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Dover <Scott.Dover@sas.com>
1 parent 3461073 commit f753c0b

File tree

13 files changed

+97
-393
lines changed

13 files changed

+97
-393
lines changed

client/src/connection/rest/api/common.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright © 2022, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
43
/**
54
* Compute
65
* The Compute API defines the replacement for the application servers that were used for SAS 9. The Compute API enables clients to perform the following tasks: <UL> <LI>Submit and execute SAS code. <LI>Obtain the SAS log or listing information from executed SAS code. <LI>View output that is generated by a SAS code submission. <LI>Access SAS data sets that are created by a SAS code submission. <LI>Access SAS filerefs that are created by a SAS code submission. <LI>Access SAS variables that are defined and used in a SAS code submission. <LI>Retrieve information about engines that are available in a session. </UL>
@@ -11,9 +10,7 @@
1110
* NOTE: This class is auto generated by OpenAPI
1211
* Do not edit the class manually.
1312
*/
14-
1513
/* tslint:disable */
16-
1714
/* eslint-disable */
1815
import globalAxios, { AxiosRequestConfig, AxiosResponse } from "axios";
1916
import { URL, URLSearchParams } from "url";

client/src/connection/rest/api/compute.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright © 2022, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
43
/**
54
* Compute
65
* The Compute API defines the replacement for the application servers that were used for SAS 9. The Compute API enables clients to perform the following tasks: <UL> <LI>Submit and execute SAS code. <LI>Obtain the SAS log or listing information from executed SAS code. <LI>View output that is generated by a SAS code submission. <LI>Access SAS data sets that are created by a SAS code submission. <LI>Access SAS filerefs that are created by a SAS code submission. <LI>Access SAS variables that are defined and used in a SAS code submission. <LI>Retrieve information about engines that are available in a session. </UL>
@@ -11,9 +10,7 @@
1110
* NOTE: This class is auto generated by OpenAPI
1211
* Do not edit the class manually.
1312
*/
14-
1513
/* tslint:disable */
16-
1714
/* eslint-disable */
1815
import { AxiosRequestConfig, AxiosResponse } from "axios";
1916
// URLSearchParams not necessarily used

client/src/connection/rest/api/files.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright © 2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
43
/**
54
* Files
65
* The Files API provides persistence of files, such as comment attachments and report images.With this version File API will now support versioned files. A solution can maintain multiple versions of a file. There are few additional parameters which will be required while creation of File, which indicates that the File is a versioned file.
@@ -11,9 +10,7 @@
1110
* NOTE: This class is auto generated by OpenAPI
1211
* Do not edit the class manually.
1312
*/
14-
1513
/* tslint:disable */
16-
1714
/* eslint-disable */
1815
import { AxiosRequestConfig, AxiosResponse } from "axios";
1916
// URLSearchParams not necessarily used

client/src/connection/rest/api/folders.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright © 2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
3-
43
/**
54
* Folders
65
* The Folders API provides an organizational structure for SAS and external content. It can also be used for favorites folders or a history of objects accessed. The resources that are stored in folders (members) use a URI to point back to those resources. <H4><strong>Terminology:</strong></H4> <H4>folder</H4> <p> A virtual container for other folders, or any resource that can be represented with a URI.</p> <H4>member</H4> <p> A resource contained in a folder. A member can itself be a folder, creating a hierarchical structure for folders and subfolders. Members have two types: child and reference. A child member inherits authorizations from its container, and a given resource can be a child only in a single folder. Reference members do not inherit authorizations, and a resource can have many references in many different folders.
@@ -11,9 +10,7 @@
1110
* NOTE: This class is auto generated by OpenAPI
1211
* Do not edit the class manually.
1312
*/
14-
1513
/* tslint:disable */
16-
1714
/* eslint-disable */
1815
import { AxiosRequestConfig, AxiosResponse } from "axios";
1916
// URLSearchParams not necessarily used

0 commit comments

Comments
 (0)