@marqeta/ux-toolkit-sdk-javascript 0.28.0 → 0.28.1
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18884,7 +18884,7 @@ var _RestWlaService = /*#__PURE__*/ function() {
|
|
|
18884
18884
|
3
|
|
18885
18885
|
]);
|
|
18886
18886
|
cuiApiBaseUrl = _this.getEnvConfigValueByName.execute("CUI_API_BASE_URL");
|
|
18887
|
-
path = "".concat(cuiApiBaseUrl, "/api/v1/wla/origination/
|
|
18887
|
+
path = "".concat(cuiApiBaseUrl, "/api/v1/wla/origination/transfers");
|
|
18888
18888
|
params = {
|
|
18889
18889
|
method: "POST",
|
|
18890
18890
|
headers: _this.getCommonWlaApiHeaders(),
|
package/dist/index.mjs
CHANGED
|
@@ -17815,7 +17815,7 @@ var _RestWlaService = /*#__PURE__*/ function() {
|
|
|
17815
17815
|
3
|
|
17816
17816
|
]);
|
|
17817
17817
|
cuiApiBaseUrl = _this.getEnvConfigValueByName.execute("CUI_API_BASE_URL");
|
|
17818
|
-
path = "".concat(cuiApiBaseUrl, "/api/v1/wla/origination/
|
|
17818
|
+
path = "".concat(cuiApiBaseUrl, "/api/v1/wla/origination/transfers");
|
|
17819
17819
|
params = {
|
|
17820
17820
|
method: "POST",
|
|
17821
17821
|
headers: _this.getCommonWlaApiHeaders(),
|