@mitumba/sdk 0.27.0 → 0.29.0
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.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -56,6 +56,7 @@ interface Verify2FAInput {
|
|
|
56
56
|
interface BecomeSellerInput {
|
|
57
57
|
seller_type: 'individual' | 'business';
|
|
58
58
|
sti_score: number;
|
|
59
|
+
business_name?: string;
|
|
59
60
|
id_number?: string;
|
|
60
61
|
kra_pin?: string;
|
|
61
62
|
phone?: string;
|
|
@@ -370,6 +371,9 @@ interface CreateStoreInput {
|
|
|
370
371
|
description?: string;
|
|
371
372
|
tagline?: string;
|
|
372
373
|
city_id?: string;
|
|
374
|
+
logo_url?: string;
|
|
375
|
+
banner_url?: string;
|
|
376
|
+
business_id?: string;
|
|
373
377
|
}
|
|
374
378
|
interface UpdateStoreInput {
|
|
375
379
|
name?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ interface Verify2FAInput {
|
|
|
56
56
|
interface BecomeSellerInput {
|
|
57
57
|
seller_type: 'individual' | 'business';
|
|
58
58
|
sti_score: number;
|
|
59
|
+
business_name?: string;
|
|
59
60
|
id_number?: string;
|
|
60
61
|
kra_pin?: string;
|
|
61
62
|
phone?: string;
|
|
@@ -370,6 +371,9 @@ interface CreateStoreInput {
|
|
|
370
371
|
description?: string;
|
|
371
372
|
tagline?: string;
|
|
372
373
|
city_id?: string;
|
|
374
|
+
logo_url?: string;
|
|
375
|
+
banner_url?: string;
|
|
376
|
+
business_id?: string;
|
|
373
377
|
}
|
|
374
378
|
interface UpdateStoreInput {
|
|
375
379
|
name?: string;
|