@moonbase.sh/api 0.4.41 → 0.4.43
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.cjs +0 -1
- package/dist/index.d.cts +0 -14
- package/dist/index.d.ts +0 -14
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -794,7 +794,6 @@ var subscriptionSchema = import_zod9.z.object({
|
|
|
794
794
|
});
|
|
795
795
|
var importSubscriptionLicenseSchema = import_zod9.z.object({
|
|
796
796
|
externalId: import_zod9.z.string().optional(),
|
|
797
|
-
createdAt: import_zod9.z.date().optional(),
|
|
798
797
|
maxNumberOfActivations: import_zod9.z.number().optional(),
|
|
799
798
|
offlineActivationsAllowed: import_zod9.z.boolean().optional(),
|
|
800
799
|
activations: import_zod9.z.object({
|
package/dist/index.d.cts
CHANGED
|
@@ -5460,7 +5460,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5460
5460
|
variationId: z.ZodOptional<z.ZodString>;
|
|
5461
5461
|
license: z.ZodObject<{
|
|
5462
5462
|
externalId: z.ZodOptional<z.ZodString>;
|
|
5463
|
-
createdAt: z.ZodOptional<z.ZodDate>;
|
|
5464
5463
|
maxNumberOfActivations: z.ZodOptional<z.ZodNumber>;
|
|
5465
5464
|
offlineActivationsAllowed: z.ZodOptional<z.ZodBoolean>;
|
|
5466
5465
|
activations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5481,7 +5480,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5481
5480
|
}>, "many">>;
|
|
5482
5481
|
}, "strip", z.ZodTypeAny, {
|
|
5483
5482
|
externalId?: string | undefined;
|
|
5484
|
-
createdAt?: Date | undefined;
|
|
5485
5483
|
maxNumberOfActivations?: number | undefined;
|
|
5486
5484
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5487
5485
|
activations?: {
|
|
@@ -5492,7 +5490,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5492
5490
|
}[] | undefined;
|
|
5493
5491
|
}, {
|
|
5494
5492
|
externalId?: string | undefined;
|
|
5495
|
-
createdAt?: Date | undefined;
|
|
5496
5493
|
maxNumberOfActivations?: number | undefined;
|
|
5497
5494
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5498
5495
|
activations?: {
|
|
@@ -5507,7 +5504,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5507
5504
|
productId: string;
|
|
5508
5505
|
license: {
|
|
5509
5506
|
externalId?: string | undefined;
|
|
5510
|
-
createdAt?: Date | undefined;
|
|
5511
5507
|
maxNumberOfActivations?: number | undefined;
|
|
5512
5508
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5513
5509
|
activations?: {
|
|
@@ -5523,7 +5519,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5523
5519
|
productId: string;
|
|
5524
5520
|
license: {
|
|
5525
5521
|
externalId?: string | undefined;
|
|
5526
|
-
createdAt?: Date | undefined;
|
|
5527
5522
|
maxNumberOfActivations?: number | undefined;
|
|
5528
5523
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5529
5524
|
activations?: {
|
|
@@ -5540,7 +5535,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5540
5535
|
variationId: z.ZodOptional<z.ZodString>;
|
|
5541
5536
|
licenses: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5542
5537
|
externalId: z.ZodOptional<z.ZodString>;
|
|
5543
|
-
createdAt: z.ZodOptional<z.ZodDate>;
|
|
5544
5538
|
maxNumberOfActivations: z.ZodOptional<z.ZodNumber>;
|
|
5545
5539
|
offlineActivationsAllowed: z.ZodOptional<z.ZodBoolean>;
|
|
5546
5540
|
activations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5561,7 +5555,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5561
5555
|
}>, "many">>;
|
|
5562
5556
|
}, "strip", z.ZodTypeAny, {
|
|
5563
5557
|
externalId?: string | undefined;
|
|
5564
|
-
createdAt?: Date | undefined;
|
|
5565
5558
|
maxNumberOfActivations?: number | undefined;
|
|
5566
5559
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5567
5560
|
activations?: {
|
|
@@ -5572,7 +5565,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5572
5565
|
}[] | undefined;
|
|
5573
5566
|
}, {
|
|
5574
5567
|
externalId?: string | undefined;
|
|
5575
|
-
createdAt?: Date | undefined;
|
|
5576
5568
|
maxNumberOfActivations?: number | undefined;
|
|
5577
5569
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5578
5570
|
activations?: {
|
|
@@ -5588,7 +5580,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5588
5580
|
variationId?: string | undefined;
|
|
5589
5581
|
licenses?: Record<string, {
|
|
5590
5582
|
externalId?: string | undefined;
|
|
5591
|
-
createdAt?: Date | undefined;
|
|
5592
5583
|
maxNumberOfActivations?: number | undefined;
|
|
5593
5584
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5594
5585
|
activations?: {
|
|
@@ -5604,7 +5595,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5604
5595
|
variationId?: string | undefined;
|
|
5605
5596
|
licenses?: Record<string, {
|
|
5606
5597
|
externalId?: string | undefined;
|
|
5607
|
-
createdAt?: Date | undefined;
|
|
5608
5598
|
maxNumberOfActivations?: number | undefined;
|
|
5609
5599
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5610
5600
|
activations?: {
|
|
@@ -5624,7 +5614,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5624
5614
|
productId: string;
|
|
5625
5615
|
license: {
|
|
5626
5616
|
externalId?: string | undefined;
|
|
5627
|
-
createdAt?: Date | undefined;
|
|
5628
5617
|
maxNumberOfActivations?: number | undefined;
|
|
5629
5618
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5630
5619
|
activations?: {
|
|
@@ -5641,7 +5630,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5641
5630
|
variationId?: string | undefined;
|
|
5642
5631
|
licenses?: Record<string, {
|
|
5643
5632
|
externalId?: string | undefined;
|
|
5644
|
-
createdAt?: Date | undefined;
|
|
5645
5633
|
maxNumberOfActivations?: number | undefined;
|
|
5646
5634
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5647
5635
|
activations?: {
|
|
@@ -5665,7 +5653,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5665
5653
|
productId: string;
|
|
5666
5654
|
license: {
|
|
5667
5655
|
externalId?: string | undefined;
|
|
5668
|
-
createdAt?: Date | undefined;
|
|
5669
5656
|
maxNumberOfActivations?: number | undefined;
|
|
5670
5657
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5671
5658
|
activations?: {
|
|
@@ -5682,7 +5669,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5682
5669
|
variationId?: string | undefined;
|
|
5683
5670
|
licenses?: Record<string, {
|
|
5684
5671
|
externalId?: string | undefined;
|
|
5685
|
-
createdAt?: Date | undefined;
|
|
5686
5672
|
maxNumberOfActivations?: number | undefined;
|
|
5687
5673
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5688
5674
|
activations?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5460,7 +5460,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5460
5460
|
variationId: z.ZodOptional<z.ZodString>;
|
|
5461
5461
|
license: z.ZodObject<{
|
|
5462
5462
|
externalId: z.ZodOptional<z.ZodString>;
|
|
5463
|
-
createdAt: z.ZodOptional<z.ZodDate>;
|
|
5464
5463
|
maxNumberOfActivations: z.ZodOptional<z.ZodNumber>;
|
|
5465
5464
|
offlineActivationsAllowed: z.ZodOptional<z.ZodBoolean>;
|
|
5466
5465
|
activations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5481,7 +5480,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5481
5480
|
}>, "many">>;
|
|
5482
5481
|
}, "strip", z.ZodTypeAny, {
|
|
5483
5482
|
externalId?: string | undefined;
|
|
5484
|
-
createdAt?: Date | undefined;
|
|
5485
5483
|
maxNumberOfActivations?: number | undefined;
|
|
5486
5484
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5487
5485
|
activations?: {
|
|
@@ -5492,7 +5490,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5492
5490
|
}[] | undefined;
|
|
5493
5491
|
}, {
|
|
5494
5492
|
externalId?: string | undefined;
|
|
5495
|
-
createdAt?: Date | undefined;
|
|
5496
5493
|
maxNumberOfActivations?: number | undefined;
|
|
5497
5494
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5498
5495
|
activations?: {
|
|
@@ -5507,7 +5504,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5507
5504
|
productId: string;
|
|
5508
5505
|
license: {
|
|
5509
5506
|
externalId?: string | undefined;
|
|
5510
|
-
createdAt?: Date | undefined;
|
|
5511
5507
|
maxNumberOfActivations?: number | undefined;
|
|
5512
5508
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5513
5509
|
activations?: {
|
|
@@ -5523,7 +5519,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5523
5519
|
productId: string;
|
|
5524
5520
|
license: {
|
|
5525
5521
|
externalId?: string | undefined;
|
|
5526
|
-
createdAt?: Date | undefined;
|
|
5527
5522
|
maxNumberOfActivations?: number | undefined;
|
|
5528
5523
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5529
5524
|
activations?: {
|
|
@@ -5540,7 +5535,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5540
5535
|
variationId: z.ZodOptional<z.ZodString>;
|
|
5541
5536
|
licenses: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5542
5537
|
externalId: z.ZodOptional<z.ZodString>;
|
|
5543
|
-
createdAt: z.ZodOptional<z.ZodDate>;
|
|
5544
5538
|
maxNumberOfActivations: z.ZodOptional<z.ZodNumber>;
|
|
5545
5539
|
offlineActivationsAllowed: z.ZodOptional<z.ZodBoolean>;
|
|
5546
5540
|
activations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -5561,7 +5555,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5561
5555
|
}>, "many">>;
|
|
5562
5556
|
}, "strip", z.ZodTypeAny, {
|
|
5563
5557
|
externalId?: string | undefined;
|
|
5564
|
-
createdAt?: Date | undefined;
|
|
5565
5558
|
maxNumberOfActivations?: number | undefined;
|
|
5566
5559
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5567
5560
|
activations?: {
|
|
@@ -5572,7 +5565,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5572
5565
|
}[] | undefined;
|
|
5573
5566
|
}, {
|
|
5574
5567
|
externalId?: string | undefined;
|
|
5575
|
-
createdAt?: Date | undefined;
|
|
5576
5568
|
maxNumberOfActivations?: number | undefined;
|
|
5577
5569
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5578
5570
|
activations?: {
|
|
@@ -5588,7 +5580,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5588
5580
|
variationId?: string | undefined;
|
|
5589
5581
|
licenses?: Record<string, {
|
|
5590
5582
|
externalId?: string | undefined;
|
|
5591
|
-
createdAt?: Date | undefined;
|
|
5592
5583
|
maxNumberOfActivations?: number | undefined;
|
|
5593
5584
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5594
5585
|
activations?: {
|
|
@@ -5604,7 +5595,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5604
5595
|
variationId?: string | undefined;
|
|
5605
5596
|
licenses?: Record<string, {
|
|
5606
5597
|
externalId?: string | undefined;
|
|
5607
|
-
createdAt?: Date | undefined;
|
|
5608
5598
|
maxNumberOfActivations?: number | undefined;
|
|
5609
5599
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5610
5600
|
activations?: {
|
|
@@ -5624,7 +5614,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5624
5614
|
productId: string;
|
|
5625
5615
|
license: {
|
|
5626
5616
|
externalId?: string | undefined;
|
|
5627
|
-
createdAt?: Date | undefined;
|
|
5628
5617
|
maxNumberOfActivations?: number | undefined;
|
|
5629
5618
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5630
5619
|
activations?: {
|
|
@@ -5641,7 +5630,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5641
5630
|
variationId?: string | undefined;
|
|
5642
5631
|
licenses?: Record<string, {
|
|
5643
5632
|
externalId?: string | undefined;
|
|
5644
|
-
createdAt?: Date | undefined;
|
|
5645
5633
|
maxNumberOfActivations?: number | undefined;
|
|
5646
5634
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5647
5635
|
activations?: {
|
|
@@ -5665,7 +5653,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5665
5653
|
productId: string;
|
|
5666
5654
|
license: {
|
|
5667
5655
|
externalId?: string | undefined;
|
|
5668
|
-
createdAt?: Date | undefined;
|
|
5669
5656
|
maxNumberOfActivations?: number | undefined;
|
|
5670
5657
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5671
5658
|
activations?: {
|
|
@@ -5682,7 +5669,6 @@ declare const importSubscriptionRequestSchema: z.ZodObject<{
|
|
|
5682
5669
|
variationId?: string | undefined;
|
|
5683
5670
|
licenses?: Record<string, {
|
|
5684
5671
|
externalId?: string | undefined;
|
|
5685
|
-
createdAt?: Date | undefined;
|
|
5686
5672
|
maxNumberOfActivations?: number | undefined;
|
|
5687
5673
|
offlineActivationsAllowed?: boolean | undefined;
|
|
5688
5674
|
activations?: {
|
package/dist/index.js
CHANGED
|
@@ -741,7 +741,6 @@ var subscriptionSchema = z9.object({
|
|
|
741
741
|
});
|
|
742
742
|
var importSubscriptionLicenseSchema = z9.object({
|
|
743
743
|
externalId: z9.string().optional(),
|
|
744
|
-
createdAt: z9.date().optional(),
|
|
745
744
|
maxNumberOfActivations: z9.number().optional(),
|
|
746
745
|
offlineActivationsAllowed: z9.boolean().optional(),
|
|
747
746
|
activations: z9.object({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.43",
|
|
5
5
|
"description": "Package to let you integrate backends with Moonbase.sh as payment and delivery provider",
|
|
6
6
|
"author": "Tobias Lønnerød Madsen <m@dsen.tv>",
|
|
7
7
|
"license": "MIT",
|