You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function_toPrimitive(input,hint){if(_typeof(input)!=="object"||input===null)returninput;varprim=input[Symbol.toPrimitive];if(prim!==undefined){varres=prim.call(input,hint||"default");if(_typeof(res)!=="object")returnres;thrownewTypeError("@@toPrimitive must return a primitive value.");}return(hint==="string" ? String : Number)(input);}
15
17
/**
16
18
* @module ApiClient
17
19
* @version 2022-10-17
@@ -52,7 +54,7 @@ var ApiClient = /*#__PURE__*/function () {
52
54
*/
53
55
this.defaultHeaders={
54
56
revision: "2022-10-17",
55
-
"User-Agent": "klaviyo-api-node/1.0.1"
57
+
"User-Agent": "klaviyo-api-node/1.0.2"
56
58
};
57
59
58
60
/**
@@ -358,6 +360,10 @@ var ApiClient = /*#__PURE__*/function () {
0 commit comments