wildlink-js-client
Advanced tools
Comparing version
@@ -10,2 +10,8 @@ # Changelog | ||
## [3.6.4] - 2025-01-02 | ||
### Added | ||
- Added `PurchaseConfirmation` to `StandDownPolicy` | ||
## [3.6.3] - 2024-06-17 | ||
@@ -12,0 +18,0 @@ |
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.3"; | ||
export declare const VERSION = "3.6.4"; | ||
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.3'; | ||
exports.VERSION = '3.6.4'; | ||
var WildlinkClient = /** @class */ (function () { | ||
@@ -54,0 +54,0 @@ function WildlinkClient(secret, applicationId, _a) { |
@@ -99,2 +99,3 @@ export interface ActiveDomain { | ||
LostAttribution: string[]; | ||
PurchaseConfirmation: string[]; | ||
MaxPopCounts: { | ||
@@ -101,0 +102,0 @@ [Domain: string]: number; |
{ | ||
"name": "wildlink-js-client", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "A simple JavaScript client library for the Wildlink API (DEPRECATED)", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.wildlink.me", |
54578
0.23%967
0.1%