Skip to content

Commit 3e637c1

Browse files
authored
Merge pull request #828 from oracle/bugfix/revert_new_logos
bugfix/revert new logos
2 parents d95fe72 + 13f2763 commit 3e637c1

File tree

8 files changed

+25
-21
lines changed

8 files changed

+25
-21
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
2020
</a>
2121

2222
## Release Notes & Documentation
23-
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24-
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
23+
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24+
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
2525
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
2626

2727

packages/node-cli/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CLI for Node.js is an interactive tool that guides you through all the steps of
1313

1414
## Prerequisites
1515
The following software is required to work with SuiteCloud CLI for Node.js:
16-
- Node.js version 18.14.2 LTS
16+
- Node.js version 20 LTS
1717
- Oracle JDK version 17
1818

1919
Read the full list of prerequisites in [SuiteCloud CLI for Node.js Installation Prerequisites](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558708810.html).
@@ -23,8 +23,8 @@ You should use the latest version of the SuiteCloud CLI for Node.js available in
2323

2424
| Version in NPM | Version in NetSuite |
2525
|:--------------:|:-------------------:|
26-
| 1.8.X | 2023.2 |
27-
| 1.7.X | 2023.1 |
26+
| 2.0.0 | 2024.2 |
27+
| 1.9.X | 2024.1 |
2828

2929
## Installation
3030
Since CLI for Node.js is a development tool, use a global instance to install it by running the following command:
@@ -90,8 +90,8 @@ suitecloud account:setup
9090
```
9191

9292
## Release Notes & Documentation
93-
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
94-
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
93+
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
94+
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
9595
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
9696
- Read the CLI for Node.js documentation in [SuiteCloud CLI for Node.js Guide](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_1558708800.html).
9797

packages/node-cli/src/metadata/NodeCommandsMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": {
1010
"name": "dev",
1111
"alias": "d",
12-
"description": "Needs to be specified if you want to use a customized NetSuite domain.",
12+
"description": "It only needs to be specified if you want to use a customized NetSuite domain.",
1313
"type": "FLAG",
1414
"mandatory": false,
1515
"disableInIntegrationMode": false

packages/node-cli/src/metadata/SdkCommandsMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"url": {
9999
"name": "url",
100100
"option": "url",
101-
"description": "References the NetSuite domain of the account you want to use. You only need to specify the NetSuite domain if you are not using a production account.",
101+
"description": "References the NetSuite domain of the account you want to use. It only needs to be specified if you want to use a customized NetSuite domain.",
102102
"mandatory": false,
103103
"type": "SINGLE",
104104
"usage": "",

packages/unit-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information about the available SuitScript 2.x modules, see [SuiteScrip
2020
For more information about all the mockable stubs, see the CORE_STUBS list in [SuiteCloudJestConfiguration.js](./jest-configuration/SuiteCloudJestConfiguration.js).
2121

2222
## Prerequisites
23-
- Node.js version 18.14.2 LTS
23+
- Node.js version 20 LTS
2424
- Having a SuiteCloud project
2525

2626
## Getting Started

packages/vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.0.0
4+
5+
- Upgrade to OAuth 2.0 authorization protocol
6+
37
## 1.6.0
48

59
- Fix for GitHub issues 711, 744, and 773

packages/vscode-extension/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Read more about SuiteCloud SDK and SDF in <a href="https://docs.oracle.com/en/cl
1414
## Installation Prerequisites
1515
The following software is required to work with SuiteCloud Extension for Visual Studio Code:
1616
- Oracle JDK version 17
17-
- VS Code version 1.70 or higher
17+
- VS Code version 1.91.1 or higher
1818

1919
Read the detailed list of prerequisites in <a href="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_159223197655.html" rel="noopener noreferrer" target=blank>Installation Prerequisites for SuiteCloud Extension for Visual Studio Code</a>.
2020

@@ -23,8 +23,8 @@ You should use the latest version of the SuiteCloud Extension for Visual Studio
2323

2424
| Version in the Marketplace | Version in NetSuite |
2525
|:--------------:|:-------------------:|
26-
| 1.5.X | 2023.2 |
27-
| 1.4.X | 2023.1 |
26+
| 2.0.0 | 2024.2 |
27+
| 1.6.X | 2024.1 |
2828

2929
## Installing SuiteCloud Extension for Visual Studio Code
3030
To install SuiteCloud Extension for Visual Studio Code, follow these steps:
@@ -65,12 +65,12 @@ To add an account, follow these steps:
6565
3. Once the dropdown list is shown, select **New authentication ID**.
6666
4. Once the dropdown list is shown, select one of the following options:
6767
* Browser-based authentication
68-
* Save a TBA token issued in NetSuite
68+
* Machine-to-machine authentication
6969
5. In the text field, enter an authentication ID.
70-
6. If you selected the browser-based authentication, press Enter to confirm your NetSuite domain and follow the instructions in the browser prompt. If you selected to save an issued TBA token, do the following:
71-
* Enter your account ID.
72-
* Enter the token ID of the TBA token you previously issued in NetSuite.
73-
* Enter the token secret of the TBA token you previously issued in NetSuite.
70+
6. If you selected the browser-based authentication, press Enter to confirm your NetSuite domain and follow the instructions in the browser prompt. If you selected machine-to-machine authentication, do the following:
71+
* Enter the account ID.
72+
* Enter the certificate ID.
73+
* Select the private key file in the prompted file explorer.
7474

7575
Your account is successfully set up.
7676

@@ -114,8 +114,8 @@ To read more about what you can do with SuiteCloud Extension for Visual Studio C
114114
SuiteCloud CLI for Node.js is compatible with your Visual Studio Code integrated terminal, so you can run SuiteCloud CLI for Node.js commands directly there, independently from VS Code. To read more about it, visit <a href="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1558706016.html" rel="noopener noreferrer" target=blank>SuiteCloud CLI for Node.js</a>.
115115

116116
## Release Notes & Documentation
117-
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
118-
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
117+
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
118+
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
119119
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
120120
- Read the SuiteCloud Extension for Visual Studio Code documentation in [NetSuite's Help Center](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_159223417590.html).
121121

packages/vscode-extension/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"MANAGE_ACCOUNTS_CREATE_NEW": "New authentication ID (a custom alias you give to a specific account-role combination)",
135135
"MANAGE_ACCOUNTS_CREATE_NEW_AUTHID": "Select an option:",
136136
"MANAGE_ACCOUNTS_ENTER_AUTH_ID": "Enter an authentication ID:",
137-
"MANAGE_ACCOUNTS_ENTER_URL": "Press Enter to use the production domain 'system.netsuite.com', or enter your custom domain.",
137+
"MANAGE_ACCOUNTS_ENTER_URL": "Specify the domain if you want to use a customized NetSuite domain. Otherwise, press Enter.",
138138
"MANAGE_ACCOUNTS_ERROR_NOT_IN_PROJECT": "Can't set the default authentication ID if not in a project.",
139139
"MANAGE_ACCOUNTS_LOADING": "Loading the configured authentication IDs in this machine...",
140140
"MANAGE_ACCOUNTS_M2M_ENTER_ACCOUNT_ID": "Enter the account ID:",

0 commit comments

Comments
 (0)