@plaidev/karte-action-sdk 1.1.110 → 1.1.111-27920552.d870b3e9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1817,7 +1817,8 @@ declare namespace widget {
1817
1817
  * 変数を取得する
1818
1818
  *
1819
1819
  * @param {string} name 変数名
1820
- * @return {any} 変数値
1820
+ *
1821
+ * @returns {any} 変数値
1821
1822
  */
1822
1823
  function getVal(name: string): any;
1823
1824
  /**
@@ -1434,7 +1434,8 @@ function setVal(name, value) {
1434
1434
  * 変数を取得する
1435
1435
  *
1436
1436
  * @param {string} name 変数名
1437
- * @return {any} 変数値
1437
+ *
1438
+ * @returns {any} 変数値
1438
1439
  */
1439
1440
  function getVal(name) {
1440
1441
  const cv = getCustomVariables();
@@ -1817,7 +1817,8 @@ declare namespace widget {
1817
1817
  * 変数を取得する
1818
1818
  *
1819
1819
  * @param {string} name 変数名
1820
- * @return {any} 変数値
1820
+ *
1821
+ * @returns {any} 変数値
1821
1822
  */
1822
1823
  function getVal(name: string): any;
1823
1824
  /**
package/dist/index.es.js CHANGED
@@ -1547,7 +1547,8 @@ function setVal(name, value) {
1547
1547
  * 変数を取得する
1548
1548
  *
1549
1549
  * @param {string} name 変数名
1550
- * @return {any} 変数値
1550
+ *
1551
+ * @returns {any} 変数値
1551
1552
  */
1552
1553
  function getVal(name) {
1553
1554
  const cv = getCustomVariables();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.110",
3
+ "version": "1.1.111-27920552.d870b3e9",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",