Skip to content

Commit

Permalink
feat: add Email Template API
Browse files Browse the repository at this point in the history
OKTA-468600
<<<Jenkins Check-In of Tested SHA: 7f64e86 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-sdk-nodejs
Files changed count: 34
PR Link: "#306"
  • Loading branch information
oleksandrpravosudko-okta authored and eng-prod-CI-bot-okta committed Mar 3, 2022
1 parent 96a735d commit 4c0953a
Show file tree
Hide file tree
Showing 34 changed files with 1,474 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jsdoc/
okta.yaml
test-reports/

.yalc
yalc.lock

23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@
### Features

- [#307](https://github.com/okta/okta-sdk-nodejs/pull/307) Supports HTTPS proxy for Okta http client

- [#306](https://github.com/okta/okta-sdk-nodejs/pull/306)
- Adds Email Template API
- new models:
- `EmailTemplate`
- `EmailTemplateContent`
- `EmailTemplateCustomization`
- `EmailTemplateCustomizationRequest`
- `EmailTemplateTestRequest`
- Client:
- `listEmailTemplates`
- `getEmailTemplate`
- `deleteEmailTemplateCustomizations`
- `listEmailTemplateCustomizations`
- `createEmailTemplateCustomization`
- `deleteEmailTemplateCustomization`
- `getEmailTemplateCustomization`
- `updateEmailTemplateCustomization`
- `getEmailTemplateCustomizationPreview`
- `getEmailTemplateDefaultContent`
- `getEmailTemplateDefaultContentPreview`
- `sendTestEmail`

## 6.3.1

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ This library uses semantic versioning and follows Okta's [library version policy
| 1.x | :x: Retired |
| 2.x | :x: Retired |
| 3.x | :x: Retired |
| 4.x | :heavy_check_mark: Stable ([migration guide](#from-3x-to-40)) |
| 4.x | :x: Retired |
| 5.x | :heavy_check_mark: Stable ([migration guide](#from-4x-to-50)) |
| 6.x | :heavy_check_mark: Stable ([migration guide](#from-5x-to-60)) |

The latest release can always be found on the [releases page][github-releases].

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@faker-js/faker": "^5.5.3",
"@okta/openapi": "^2.10.0",
"@okta/openapi": "^2.11.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node-fetch": "^2.5.8",
Expand Down
Loading

0 comments on commit 4c0953a

Please sign in to comment.