wildlink-js-client
Advanced tools
Comparing version
@@ -10,2 +10,8 @@ # Changelog | ||
## [3.6.3] - 2024-06-17 | ||
### Added | ||
- Added `OriginalRate` as an optional property of `RateDetails` to support Boosted Offer activation logs where both the boosted rates and original rates may be required. | ||
## [3.6.0] - 2023-11-28 | ||
@@ -15,2 +21,2 @@ | ||
* updated `generateOfflineVanity` to include optional params for adding tc/sc values to query params | ||
- updated `generateOfflineVanity` to include optional params for adding tc/sc values to query params |
import request from './helpers/request'; | ||
import { ApplicationErrorResponse } from './helpers/error'; | ||
import { ApiHeaders, Device, ActiveDomain, AlternateDomain, Vanity, UrlBaseConfig, Sender, PartnerSender, ActiveDomainMerchant, Merchant, Category, MerchantImage, FeaturedMerchantCategory, MerchantRateDetail, StandDownPolicy, DeviceXIDSource, DeviceXIDResponse, DeviceMetadata, IGiftCardLink, IGiftCardRedeemableBalance, IGiftCardLinksResponse } from './types/api'; | ||
export declare const VERSION = "3.6.2"; | ||
export declare const VERSION = "3.6.3"; | ||
export declare class WildlinkClient { | ||
@@ -6,0 +6,0 @@ protected applicationId: number; |
@@ -51,3 +51,3 @@ "use strict"; | ||
// we track the version this way because importing the package.json causes issues | ||
exports.VERSION = '3.6.2'; | ||
exports.VERSION = '3.6.3'; | ||
var WildlinkClient = /** @class */ (function () { | ||
@@ -54,0 +54,0 @@ function WildlinkClient(secret, applicationId, _a) { |
@@ -109,2 +109,3 @@ export interface ActiveDomain { | ||
Amount: string; | ||
OriginalRate?: string; | ||
} | ||
@@ -111,0 +112,0 @@ export interface MerchantRateDetail { |
{ | ||
"name": "wildlink-js-client", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"description": "A simple JavaScript client library for the Wildlink API (DEPRECATED)", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.wildlink.me", |
54453
0.43%966
0.1%