@riocrypto/common 1.0.1964 → 1.0.1967
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/build/index.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ export * from "./types/auth-dashboard-settings";
|
|
|
350
350
|
export * from "./types/admin-auth-dashboard-settings";
|
|
351
351
|
export * from "./types/STP-mxn-withdrawal";
|
|
352
352
|
export * from "./types/STP-deposit-CLABE";
|
|
353
|
+
export * from "./types/STP-settings";
|
|
353
354
|
export * from "./classes/KYCFieldClass";
|
|
354
355
|
export * from "./classes/KYCFileClass";
|
|
355
356
|
export * from "./classes/CountryAsset";
|
package/build/index.js
CHANGED
|
@@ -366,6 +366,7 @@ __exportStar(require("./types/auth-dashboard-settings"), exports);
|
|
|
366
366
|
__exportStar(require("./types/admin-auth-dashboard-settings"), exports);
|
|
367
367
|
__exportStar(require("./types/STP-mxn-withdrawal"), exports);
|
|
368
368
|
__exportStar(require("./types/STP-deposit-CLABE"), exports);
|
|
369
|
+
__exportStar(require("./types/STP-settings"), exports);
|
|
369
370
|
__exportStar(require("./classes/KYCFieldClass"), exports);
|
|
370
371
|
__exportStar(require("./classes/KYCFileClass"), exports);
|
|
371
372
|
__exportStar(require("./classes/CountryAsset"), exports);
|