@moonbase.sh/vue 0.4.56 → 0.4.57

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.cts CHANGED
@@ -459,7 +459,11 @@ declare function useInventory(context?: StorefrontContext): {
459
459
  maxNumberOfActivations: number;
460
460
  createdAt: Date;
461
461
  expiresAt?: Date | undefined;
462
- externalFulfillment?: string | undefined;
462
+ externalFulfillment?: string | {
463
+ data: string;
464
+ fileName: string;
465
+ contentType: string;
466
+ } | undefined;
463
467
  }>>;
464
468
  getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
465
469
  id: string;
@@ -579,7 +583,11 @@ declare function useInventory(context?: StorefrontContext): {
579
583
  maxNumberOfActivations: number;
580
584
  createdAt: Date;
581
585
  expiresAt?: Date | undefined;
582
- externalFulfillment?: string | undefined;
586
+ externalFulfillment?: string | {
587
+ data: string;
588
+ fileName: string;
589
+ contentType: string;
590
+ } | undefined;
583
591
  }>>;
584
592
  getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
585
593
  id: string;
package/dist/index.d.ts CHANGED
@@ -459,7 +459,11 @@ declare function useInventory(context?: StorefrontContext): {
459
459
  maxNumberOfActivations: number;
460
460
  createdAt: Date;
461
461
  expiresAt?: Date | undefined;
462
- externalFulfillment?: string | undefined;
462
+ externalFulfillment?: string | {
463
+ data: string;
464
+ fileName: string;
465
+ contentType: string;
466
+ } | undefined;
463
467
  }>>;
464
468
  getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
465
469
  id: string;
@@ -579,7 +583,11 @@ declare function useInventory(context?: StorefrontContext): {
579
583
  maxNumberOfActivations: number;
580
584
  createdAt: Date;
581
585
  expiresAt?: Date | undefined;
582
- externalFulfillment?: string | undefined;
586
+ externalFulfillment?: string | {
587
+ data: string;
588
+ fileName: string;
589
+ contentType: string;
590
+ } | undefined;
583
591
  }>>;
584
592
  getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
585
593
  id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/vue",
3
3
  "type": "module",
4
- "version": "0.4.56",
4
+ "version": "0.4.57",
5
5
  "description": "Package to let you build vue.js storefronts with Moonbase.sh as payment and delivery provider",
6
6
  "author": "Tobias Lønnerød Madsen <m@dsen.tv>",
7
7
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "@vue/devtools-api": "^6.6.3",
20
20
  "uuid": "^9.0.1",
21
21
  "zod": "^3.23.8",
22
- "@moonbase.sh/storefront-api": "0.4.56"
22
+ "@moonbase.sh/storefront-api": "0.4.57"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/uuid": "^9.0.8",