@airxpay/init-sdk 1.0.2 → 1.0.3
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/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# AirXPay Flixora SDK - Seller Onboard
|
|
2
2
|
|
|
3
|
-
<div align="center">
|
|
3
|
+
<!-- <div align="center">
|
|
4
4
|
<img src="./assets/images/flixora.png" alt="AirXPay Flixora SDK" width="100"/>
|
|
5
|
-
</div>
|
|
5
|
+
</div> -->
|
|
6
6
|
|
|
7
7
|
**Enterprise-grade TypeScript SDK** for seamless seller onboarding in multi-tenant SaaS platforms. Built with ❤️ by the **Flixora Ecosystem**. Powered by **AirXPay** for payouts and payments, integrated with **TizzyGo**, **TizzyOS**, and soon **TizzyChat** for real-time notifications. Made with a **smiles-first philosophy**, designed to evolve and upgrade continuously for future generations.
|
|
8
8
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./api/
|
|
17
|
+
__exportStar(require("./api/sellerOnboardAPI"), exports);
|
|
18
18
|
__exportStar(require("./types/sellerTypes"), exports);
|
|
19
19
|
__exportStar(require("./types/developerTypes"), exports);
|
|
20
20
|
__exportStar(require("./utils/validateKeys"), exports);
|
package/dist/types/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './bank';
|
|
|
4
4
|
export * from './kyc';
|
|
5
5
|
export * from './keys';
|
|
6
6
|
}
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class AirXPayTypes {
|
|
8
8
|
constructor(config: { baseUrl: string; secretKey: string; clientKey: string });
|
|
9
9
|
|
|
10
10
|
createSeller(seller: import('./seller').SellerData, keys: import('./keys').Keys): Promise<import('./seller').SellerData>;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|