Skip to content

Commit fefb6ec

Browse files
Merge pull request #30 from klaviyo/5.1.0-release
5.1.0 release
2 parents 0ea1bb1 + 2792e2f commit fefb6ec

582 files changed

Lines changed: 7799 additions & 6042 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [5.1.0] - revision 2023-08-15
5+
### Added
6+
- Flow Message Templates
7+
- You can now retrieve the templates associated with flow messages using `Flows.getFlowMessageTemplate()` or `Flows.getFlowMessageRelationshipsTemplate()` . You’re also able to include the template HTML for a flow message using `Flows.getFlowMessage(FLOW_MESSAGE_ID, {include: ['template']})`.
8+
- Create or Update Push Tokens
9+
- We have added an endpoint to create push tokens, `Profiles.createPushToken()`. This endpoint can be used to migrate profiles and their push tokens from another platform to Klaviyo. If you’re looking to register push tokens from users’ devices, please use our mobile SDKs.
10+
411
## [5.0.0] - revision 2023-07-15
512
### Added
613
- Back-In-stock APIs

README.md

Lines changed: 205 additions & 178 deletions
Large diffs are not rendered by default.

dist/ApiClient.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
1717
* Klaviyo API
1818
* The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details.
1919
*
20-
* OpenAPI spec version: 2023-07-15
20+
* OpenAPI spec version: 2023-08-15
2121
* Contact: [email protected]
2222
*
2323
* NOTE: This class is auto generated by the swagger code generator program.
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
3030
*/
3131
/**
3232
* @module ApiClient
33-
* @version 2023-07-15
33+
* @version 2023-08-15
3434
*/
3535
/**
3636
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -71,8 +71,8 @@ var ApiClient = /*#__PURE__*/function () {
7171
* @default {}
7272
*/
7373
this.defaultHeaders = {
74-
revision: "2023-07-15",
75-
"User-Agent": "klaviyo-api-node/5.0.0"
74+
revision: "2023-08-15",
75+
"User-Agent": "klaviyo-api-node/5.1.0"
7676
};
7777

7878
/**

dist/api/AccountsApi.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/api/CampaignsApi.js

Lines changed: 37 additions & 32 deletions
Large diffs are not rendered by default.

dist/api/CatalogsApi.js

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

dist/api/DataPrivacyApi.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/api/EventsApi.js

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

dist/api/FlowsApi.js

Lines changed: 204 additions & 85 deletions
Large diffs are not rendered by default.

dist/api/ListsApi.js

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)