@vrplatform/log 2.0.20 → 2.0.21

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.
@@ -384,6 +384,7 @@ type HyperlineTrialStartedProps = Partial<{
384
384
  tenantId: string;
385
385
  userId: string;
386
386
  tenantBillingStatus: 'pending' | 'active' | 'canceled';
387
+ trialUntil: string;
387
388
  webhookEventType: 'payment_method.created';
388
389
  }>;
389
390
  type OwnerCreatedProps = Partial<{
@@ -384,6 +384,7 @@ type HyperlineTrialStartedProps = Partial<{
384
384
  tenantId: string;
385
385
  userId: string;
386
386
  tenantBillingStatus: 'pending' | 'active' | 'canceled';
387
+ trialUntil: string;
387
388
  webhookEventType: 'payment_method.created';
388
389
  }>;
389
390
  type OwnerCreatedProps = Partial<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -462,6 +462,7 @@ type HyperlineTrialStartedProps = Partial<{
462
462
  tenantId: string;
463
463
  userId: string;
464
464
  tenantBillingStatus: 'pending' | 'active' | 'canceled';
465
+ trialUntil: string;
465
466
  webhookEventType: 'payment_method.created';
466
467
  }>;
467
468