@vrplatform/log 2.0.87 → 2.0.88

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.
@@ -370,7 +370,7 @@ type HyperlinePaymentMethodErroredProps = MaybePartial<{
370
370
  subscriptionId: string;
371
371
  customerId: string;
372
372
  }>;
373
- type HyperlineSubscriptionEventProps = {
373
+ type HyperlineSubscriptionEventProps = MaybePartial<{
374
374
  subscriptionId: string;
375
375
  status: SubscriptionStatus;
376
376
  plan: string;
@@ -379,7 +379,7 @@ type HyperlineSubscriptionEventProps = {
379
379
  subscriptionStartDate: string;
380
380
  paymentMethodType: PaymentMethodType;
381
381
  mrr: number;
382
- };
382
+ }>;
383
383
  type HyperlineTrialEndedProps = MaybePartial<{
384
384
  trialStartDate: string;
385
385
  trialEndDate: string;
@@ -370,7 +370,7 @@ type HyperlinePaymentMethodErroredProps = MaybePartial<{
370
370
  subscriptionId: string;
371
371
  customerId: string;
372
372
  }>;
373
- type HyperlineSubscriptionEventProps = {
373
+ type HyperlineSubscriptionEventProps = MaybePartial<{
374
374
  subscriptionId: string;
375
375
  status: SubscriptionStatus;
376
376
  plan: string;
@@ -379,7 +379,7 @@ type HyperlineSubscriptionEventProps = {
379
379
  subscriptionStartDate: string;
380
380
  paymentMethodType: PaymentMethodType;
381
381
  mrr: number;
382
- };
382
+ }>;
383
383
  type HyperlineTrialEndedProps = MaybePartial<{
384
384
  trialStartDate: string;
385
385
  trialEndDate: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.87",
3
+ "version": "2.0.88",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -487,7 +487,7 @@ type HyperlinePaymentMethodErroredProps = MaybePartial<{
487
487
  customerId: string;
488
488
  }>;
489
489
 
490
- type HyperlineSubscriptionEventProps = {
490
+ type HyperlineSubscriptionEventProps = MaybePartial<{
491
491
  subscriptionId: string;
492
492
  status: SubscriptionStatus;
493
493
  plan: string;
@@ -496,7 +496,7 @@ type HyperlineSubscriptionEventProps = {
496
496
  subscriptionStartDate: string;
497
497
  paymentMethodType: PaymentMethodType;
498
498
  mrr: number;
499
- };
499
+ }>;
500
500
 
501
501
  type HyperlineTrialEndedProps = MaybePartial<{
502
502
  trialStartDate: string;