@vrplatform/log 2.0.94 → 2.0.95

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.
@@ -614,6 +614,7 @@ type ListingsReportedProps = MaybePartial<{
614
614
  userId: string;
615
615
  tenantId: string;
616
616
  activeListings: number;
617
+ billingPartnerId: string;
617
618
  }>;
618
619
  type IntercomConversationCreated = MaybePartial<{
619
620
  userId: string;
@@ -614,6 +614,7 @@ type ListingsReportedProps = MaybePartial<{
614
614
  userId: string;
615
615
  tenantId: string;
616
616
  activeListings: number;
617
+ billingPartnerId: string;
617
618
  }>;
618
619
  type IntercomConversationCreated = MaybePartial<{
619
620
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.94",
3
+ "version": "2.0.95",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -785,6 +785,7 @@ type ListingsReportedProps = MaybePartial<{
785
785
  userId: string;
786
786
  tenantId: string;
787
787
  activeListings: number;
788
+ billingPartnerId: string;
788
789
  }>;
789
790
 
790
791
  type IntercomConversationCreated = MaybePartial<{