@vrplatform/log 2.0.9 → 2.0.10

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.
@@ -522,7 +522,7 @@ type IntercomConversationCreated = Partial<{
522
522
  type: string;
523
523
  deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
524
524
  createdAt: string;
525
- submittedAt: 'user' | 'admin';
525
+ submittedFrom: 'user' | 'admin';
526
526
  }>;
527
527
  type IntercomConversationReplied = IntercomConversationCreated;
528
528
  type IntercomConversationClosed = Partial<{
@@ -522,7 +522,7 @@ type IntercomConversationCreated = Partial<{
522
522
  type: string;
523
523
  deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
524
524
  createdAt: string;
525
- submittedAt: 'user' | 'admin';
525
+ submittedFrom: 'user' | 'admin';
526
526
  }>;
527
527
  type IntercomConversationReplied = IntercomConversationCreated;
528
528
  type IntercomConversationClosed = Partial<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vrplatform/log",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "main": "build/main/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -637,7 +637,7 @@ type IntercomConversationCreated = Partial<{
637
637
  type: string;
638
638
  deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
639
639
  createdAt: string;
640
- submittedAt: 'user' | 'admin';
640
+ submittedFrom: 'user' | 'admin';
641
641
  }>;
642
642
 
643
643
  type IntercomConversationReplied = IntercomConversationCreated;