Skip to content

Commit

Permalink
Change click element customer ID data type to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed May 30, 2021
1 parent fd233fb commit 7c85e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api-client/src/schema/click/click-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const load = require('../utils/from-four-col');

/**
* @note changed `ClickDate` datatype from `string` to `date`
* @note changed `CustomerId` datatype from `string` to `integer`
*/
module.exports = load('click-click-elements', `
<table border="#c0c0c0" cellspacing="0" cellpadding="5">
Expand Down Expand Up @@ -39,7 +40,7 @@ module.exports = load('click-click-elements', `
<tr>
<td>CustomerId</td>
<td>required</td>
<td>string</td>
<td>Integer</td>
<td>Internal customer id (for use on certain databases)</td>
</tr>
<tr>
Expand Down

0 comments on commit 7c85e93

Please sign in to comment.