@mitumba/sdk 0.27.0 → 0.28.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 CHANGED
@@ -370,6 +370,8 @@ interface CreateStoreInput {
370
370
  description?: string;
371
371
  tagline?: string;
372
372
  city_id?: string;
373
+ logo_url?: string;
374
+ banner_url?: string;
373
375
  }
374
376
  interface UpdateStoreInput {
375
377
  name?: string;
package/dist/index.d.ts CHANGED
@@ -370,6 +370,8 @@ interface CreateStoreInput {
370
370
  description?: string;
371
371
  tagline?: string;
372
372
  city_id?: string;
373
+ logo_url?: string;
374
+ banner_url?: string;
373
375
  }
374
376
  interface UpdateStoreInput {
375
377
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mitumba/sdk",
3
- "version": "0.27.0",
3
+ "version": "0.28.0",
4
4
  "description": "The official TypeScript SDK for the Mitumba marketplace platform.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",