@vrplatform/log 2.0.7 → 2.0.8
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.
|
@@ -516,6 +516,7 @@ type IntercomConversationCreated = Partial<{
|
|
|
516
516
|
tenantId: string;
|
|
517
517
|
userEmail: string;
|
|
518
518
|
conversationId: string;
|
|
519
|
+
category: string;
|
|
519
520
|
type: string;
|
|
520
521
|
deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
|
|
521
522
|
createdAt: string;
|
|
@@ -516,6 +516,7 @@ type IntercomConversationCreated = Partial<{
|
|
|
516
516
|
tenantId: string;
|
|
517
517
|
userEmail: string;
|
|
518
518
|
conversationId: string;
|
|
519
|
+
category: string;
|
|
519
520
|
type: string;
|
|
520
521
|
deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
|
|
521
522
|
createdAt: string;
|
package/package.json
CHANGED
package/src/tracking/types.ts
CHANGED
|
@@ -631,6 +631,7 @@ type IntercomConversationCreated = Partial<{
|
|
|
631
631
|
tenantId: string;
|
|
632
632
|
userEmail: string;
|
|
633
633
|
conversationId: string;
|
|
634
|
+
category: string;
|
|
634
635
|
type: string;
|
|
635
636
|
deliveredAs: 'admin_initiated' | 'customer_initiated' | 'operator_initiated';
|
|
636
637
|
createdAt: string;
|