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
✨ add new optional param anonuserid to Auth.Anonymous
This is part of the new tracking events featured and was missed because the auth endpoints are one of few endpoints that are not part of the openapi spec and thus not generated automatically
* @param requestOptions.anonuserid Provide an externally generated id to track this user session, used specifically for the tracking events feature for integrating with Send and Discover
262
263
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
263
264
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
<divclass="tsd-comment tsd-typography"><p>Provide an externally generated id to track this user session, used specifically for the tracking events feature for integrating with Send and Discover</p>
<divclass="tsd-comment tsd-typography"><p>Provide an <ahref="https://github.com/axios/axios#cancellation">axios cancelToken</a> that can be used to cancel the request.</p>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Auth.ts#L265">api/Auth.ts:265</a></li></ul></aside></li></ul></section>
94
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Auth.ts#L266">api/Auth.ts:266</a></li></ul></aside></li></ul></section>
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Auth.ts#L311">api/Auth.ts:311</a></li></ul></aside></div>
20
+
<li>Defined in <ahref="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Auth.ts#L317">api/Auth.ts:317</a></li></ul></aside></div>
* @param requestOptions.anonuserid Provide an externally generated id to track this user session, used specifically for the tracking events feature for integrating with Send and Discover
262
263
* @param requestOptions.cancelToken Provide an [axios cancelToken](https://github.com/axios/axios#cancellation) that can be used to cancel the request.
263
264
* @param requestOptions.requestType Provide a value that can be used to identify the type of request. Useful for error logs.
0 commit comments