@moonbase.sh/vue 0.2.119 → 0.2.122
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -303,6 +303,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
303
303
|
numberOfTrials?: number | undefined;
|
|
304
304
|
currentActivations?: number | undefined;
|
|
305
305
|
maxActivations?: number | undefined;
|
|
306
|
+
externalLicenses?: number | undefined;
|
|
306
307
|
version?: string | undefined;
|
|
307
308
|
prerelease?: boolean | undefined;
|
|
308
309
|
releaseDescription?: string | undefined;
|
|
@@ -324,6 +325,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
324
325
|
activeNumberOfActivations: number;
|
|
325
326
|
maxNumberOfActivations: number;
|
|
326
327
|
createdAt: Date;
|
|
328
|
+
externalFulfillment?: string | undefined;
|
|
327
329
|
}>>;
|
|
328
330
|
getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
|
|
329
331
|
status: _moonbase_sh_storefront_api.ActivationStatus;
|
|
@@ -347,6 +349,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
347
349
|
numberOfTrials?: number | undefined;
|
|
348
350
|
currentActivations?: number | undefined;
|
|
349
351
|
maxActivations?: number | undefined;
|
|
352
|
+
externalLicenses?: number | undefined;
|
|
350
353
|
version?: string | undefined;
|
|
351
354
|
prerelease?: boolean | undefined;
|
|
352
355
|
releaseDescription?: string | undefined;
|
|
@@ -379,6 +382,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
379
382
|
numberOfTrials?: number | undefined;
|
|
380
383
|
currentActivations?: number | undefined;
|
|
381
384
|
maxActivations?: number | undefined;
|
|
385
|
+
externalLicenses?: number | undefined;
|
|
382
386
|
version?: string | undefined;
|
|
383
387
|
prerelease?: boolean | undefined;
|
|
384
388
|
releaseDescription?: string | undefined;
|
|
@@ -414,6 +418,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
414
418
|
numberOfTrials?: number | undefined;
|
|
415
419
|
currentActivations?: number | undefined;
|
|
416
420
|
maxActivations?: number | undefined;
|
|
421
|
+
externalLicenses?: number | undefined;
|
|
417
422
|
version?: string | undefined;
|
|
418
423
|
prerelease?: boolean | undefined;
|
|
419
424
|
releaseDescription?: string | undefined;
|
|
@@ -435,6 +440,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
435
440
|
activeNumberOfActivations: number;
|
|
436
441
|
maxNumberOfActivations: number;
|
|
437
442
|
createdAt: Date;
|
|
443
|
+
externalFulfillment?: string | undefined;
|
|
438
444
|
}>>;
|
|
439
445
|
getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
|
|
440
446
|
status: _moonbase_sh_storefront_api.ActivationStatus;
|
|
@@ -463,6 +469,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
463
469
|
numberOfTrials?: number | undefined;
|
|
464
470
|
currentActivations?: number | undefined;
|
|
465
471
|
maxActivations?: number | undefined;
|
|
472
|
+
externalLicenses?: number | undefined;
|
|
466
473
|
version?: string | undefined;
|
|
467
474
|
prerelease?: boolean | undefined;
|
|
468
475
|
releaseDescription?: string | undefined;
|
|
@@ -484,6 +491,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
484
491
|
activeNumberOfActivations: number;
|
|
485
492
|
maxNumberOfActivations: number;
|
|
486
493
|
createdAt: Date;
|
|
494
|
+
externalFulfillment?: string | undefined;
|
|
487
495
|
};
|
|
488
496
|
url: string;
|
|
489
497
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -303,6 +303,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
303
303
|
numberOfTrials?: number | undefined;
|
|
304
304
|
currentActivations?: number | undefined;
|
|
305
305
|
maxActivations?: number | undefined;
|
|
306
|
+
externalLicenses?: number | undefined;
|
|
306
307
|
version?: string | undefined;
|
|
307
308
|
prerelease?: boolean | undefined;
|
|
308
309
|
releaseDescription?: string | undefined;
|
|
@@ -324,6 +325,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
324
325
|
activeNumberOfActivations: number;
|
|
325
326
|
maxNumberOfActivations: number;
|
|
326
327
|
createdAt: Date;
|
|
328
|
+
externalFulfillment?: string | undefined;
|
|
327
329
|
}>>;
|
|
328
330
|
getLicenseActivations: (licenseId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
|
|
329
331
|
status: _moonbase_sh_storefront_api.ActivationStatus;
|
|
@@ -347,6 +349,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
347
349
|
numberOfTrials?: number | undefined;
|
|
348
350
|
currentActivations?: number | undefined;
|
|
349
351
|
maxActivations?: number | undefined;
|
|
352
|
+
externalLicenses?: number | undefined;
|
|
350
353
|
version?: string | undefined;
|
|
351
354
|
prerelease?: boolean | undefined;
|
|
352
355
|
releaseDescription?: string | undefined;
|
|
@@ -379,6 +382,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
379
382
|
numberOfTrials?: number | undefined;
|
|
380
383
|
currentActivations?: number | undefined;
|
|
381
384
|
maxActivations?: number | undefined;
|
|
385
|
+
externalLicenses?: number | undefined;
|
|
382
386
|
version?: string | undefined;
|
|
383
387
|
prerelease?: boolean | undefined;
|
|
384
388
|
releaseDescription?: string | undefined;
|
|
@@ -414,6 +418,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
414
418
|
numberOfTrials?: number | undefined;
|
|
415
419
|
currentActivations?: number | undefined;
|
|
416
420
|
maxActivations?: number | undefined;
|
|
421
|
+
externalLicenses?: number | undefined;
|
|
417
422
|
version?: string | undefined;
|
|
418
423
|
prerelease?: boolean | undefined;
|
|
419
424
|
releaseDescription?: string | undefined;
|
|
@@ -435,6 +440,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
435
440
|
activeNumberOfActivations: number;
|
|
436
441
|
maxNumberOfActivations: number;
|
|
437
442
|
createdAt: Date;
|
|
443
|
+
externalFulfillment?: string | undefined;
|
|
438
444
|
}>>;
|
|
439
445
|
getProductActivations: (productId: string, nextUrl?: string) => Promise<_moonbase_sh_storefront_api.Page<{
|
|
440
446
|
status: _moonbase_sh_storefront_api.ActivationStatus;
|
|
@@ -463,6 +469,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
463
469
|
numberOfTrials?: number | undefined;
|
|
464
470
|
currentActivations?: number | undefined;
|
|
465
471
|
maxActivations?: number | undefined;
|
|
472
|
+
externalLicenses?: number | undefined;
|
|
466
473
|
version?: string | undefined;
|
|
467
474
|
prerelease?: boolean | undefined;
|
|
468
475
|
releaseDescription?: string | undefined;
|
|
@@ -484,6 +491,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
484
491
|
activeNumberOfActivations: number;
|
|
485
492
|
maxNumberOfActivations: number;
|
|
486
493
|
createdAt: Date;
|
|
494
|
+
externalFulfillment?: string | undefined;
|
|
487
495
|
};
|
|
488
496
|
url: string;
|
|
489
497
|
}>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.122",
|
|
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.2.
|
|
22
|
+
"@moonbase.sh/storefront-api": "0.2.122"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/uuid": "^9.0.8",
|