Skip to content

Commit

Permalink
release 3.0.7-beta source code for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Mar 15, 2021
1 parent 1b6966e commit 41fd167
Show file tree
Hide file tree
Showing 289 changed files with 18,120 additions and 262 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 3.0.7-beta 2021-03-15

### HuaweiCloud SDK Core

- _Features_
- None
- _Bug Fix_
- Fix the problem of path loss when sending requests.
- _Change_
- None

### HuaweiCloud SDK IAM

- _Features_
- Support more interfaces:
- `KeystoneShowIdentityProvider`
- `KeystoneCreateIdentityProvider`
- `KeystoneUpdateIdentityProvider`
- `KeystoneDeleteIdentityProvider`
- `CreateTokenWithIdToken`
- _Bug Fix_
- None
- _Change_
- Do not support interface `CreateUnscopeTokenByIdpInitiated` anymore.

### HuaweiCloud SDK IoTDA

- _Features_
- Support `IoT Device Access` service.
- _Bug Fix_
- None
- _Change_
- None

# 3.0.6-beta 2021-02-27

### HuaweiCloud SDK Core
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 3.0.7-beta 2021-03-15

### HuaweiCloud SDK Core

- _新增特性_
-
- _解决问题_
- 修复代码请求路径缺失的问题
- _特性变更_
-

### HuaweiCloud SDK IAM

- _新增特性_
- 新增支持接口:
- 查询身份提供商详情 `KeystoneShowIdentityProvider`
- 注册身份提供商 `KeystoneCreateIdentityProvider`
- 更新身份提供商 `KeystoneUpdateIdentityProvider`
- 删除身份提供商 `KeystoneDeleteIdentityProvider`
- 获取联邦认证token(OpenId Connect Id token方式) `CreateTokenWithIdToken`
- _解决问题_
-
- _特性变更_
- 下线接口:获取联邦认证unscoped token `CreateUnscopeTokenByIdpInitiated`

### HuaweiCloud SDK IoTDA

- _新增特性_
- 支持设备接入服务
- _解决问题_
-
- _特性变更_
-

# 3.0.6-beta 2021-02-27

### HuaweiCloud SDK Core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huaweicloud-sdk-nodejs-v3",
"version": "3.0.6-beta",
"version": "3.0.7-beta",
"description": "Core code for Huaweicloud SDK for Node.js",
"main": "index.js",
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions services/devstar/v1/DevStarClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const ParamCreater = function () {
downloadApplicationCode(downloadApplicationCodeRequest?: DownloadApplicationCodeRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/application-codes",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -363,7 +363,7 @@ export const ParamCreater = function () {
runCodehubTemplateJob(runCodehubTemplateJobRequest?: RunCodehubTemplateJobRequest) {
const options = {
method: "POST",
url: "",
url: "/v1/jobs/codehub",
contentType: "application/json;charset=UTF-8",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -402,7 +402,7 @@ export const ParamCreater = function () {
runDevstarTemplateJob(runDevstarTemplateJobRequest?: RunDevstarTemplateJobRequest) {
const options = {
method: "POST",
url: "",
url: "/v1/jobs/template",
contentType: "application/json;charset=UTF-8",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -441,7 +441,7 @@ export const ParamCreater = function () {
showJobDetail(showJobDetailRequest?: ShowJobDetailRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/jobs/{job_id}",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -478,7 +478,7 @@ export const ParamCreater = function () {
showTemplateFile(showTemplateFileRequest?: ShowTemplateFileRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/templates/{template_id}/files",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -530,7 +530,7 @@ export const ParamCreater = function () {
createTemplateViewHistories(createTemplateViewHistoriesRequest?: CreateTemplateViewHistoriesRequest) {
const options = {
method: "POST",
url: "",
url: "/v1/templates/view-histories",
contentType: "application/json;charset=UTF-8",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -569,7 +569,7 @@ export const ParamCreater = function () {
listPublishedTemplates(listPublishedTemplatesRequest?: ListPublishedTemplatesRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/templates",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -617,7 +617,7 @@ export const ParamCreater = function () {
listTemplateViewHistories(listTemplateViewHistoriesRequest?: ListTemplateViewHistoriesRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/templates/view-histories",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -658,7 +658,7 @@ export const ParamCreater = function () {
listTemplatesV2(listTemplatesV2Request?: ListTemplatesV2Request) {
const options = {
method: "POST",
url: "",
url: "/v2/templates/action",
contentType: "application/json;charset=UTF-8",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -704,7 +704,7 @@ export const ParamCreater = function () {
showTemplateV3(showTemplateV3Request?: ShowTemplateV3Request) {
const options = {
method: "GET",
url: "",
url: "/v3/templates/{template_id}",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down Expand Up @@ -741,7 +741,7 @@ export const ParamCreater = function () {
showTemplateDetail(showTemplateDetailRequest?: ShowTemplateDetailRequest) {
const options = {
method: "GET",
url: "",
url: "/v1/templates/{template_id}",
contentType: "application/json",
queryParams: {},
pathParams: {},
Expand Down
Loading

0 comments on commit 41fd167

Please sign in to comment.