@vrplatform/log 2.0.38 → 2.0.39

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.
@@ -521,10 +521,7 @@ type TeamMemberRemovedProps = Partial<{
521
521
  }>;
522
522
  type TeamReinstatedProps = Partial<{
523
523
  tenantId: string;
524
- customerId: string;
525
524
  subscriptionId: string;
526
- feedback: string;
527
- reason: string;
528
525
  }>;
529
526
  type TestErrorProps = Partial<{
530
527
  userId: string;
@@ -521,10 +521,7 @@ type TeamMemberRemovedProps = Partial<{
521
521
  }>;
522
522
  type TeamReinstatedProps = Partial<{
523
523
  tenantId: string;
524
- customerId: string;
525
524
  subscriptionId: string;
526
- feedback: string;
527
- reason: string;
528
525
  }>;
529
526
  type TestErrorProps = Partial<{
530
527
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.38",
3
+ "version": "2.0.39",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -638,10 +638,7 @@ type TeamMemberRemovedProps = Partial<{
638
638
 
639
639
  type TeamReinstatedProps = Partial<{
640
640
  tenantId: string;
641
- customerId: string;
642
641
  subscriptionId: string;
643
- feedback: string;
644
- reason: string;
645
642
  }>;
646
643
 
647
644
  type TestErrorProps = Partial<{