o11y_schema 260.12.0 → 260.13.0
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.
package/package.json
CHANGED
package/sf_scrt/byo_message.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export const byo_message={namespace:"sf.scrt",name:"ByoMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ByoMessage":{"oneofs":{"_routingType":{"oneof":["routingType"]},"
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"errors":{"rule":"repeated","id":29,"type":"string"},"senderRole":{"id":10,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const byo_message={namespace:"sf.scrt",name:"ByoMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ByoMessage":{"oneofs":{"_routingType":{"oneof":["routingType"]},"_transcriptTimestamp":{"oneof":["transcriptTimestamp"]},"_clientDuration":{"oneof":["clientDuration"]},"_senderSubject":{"oneof":["senderSubject"]},"_ackRecipientAppType":{"oneof":["ackRecipientAppType"]},"_senderAppType":{"oneof":["senderAppType"]},"_clientTimestamp":{"oneof":["clientTimestamp"]},"_routingParams":{"oneof":["routingParams"]},
|
|
2
|
+
"_msgRepliedId":{"oneof":["msgRepliedId"]},"_senderRole":{"oneof":["senderRole"]},"_msgType":{"oneof":["msgType"]},"_formatType":{"oneof":["formatType"]},"_ackRecipientSubject":{"oneof":["ackRecipientSubject"]},"_ackRecipientRole":{"oneof":["ackRecipientRole"]},"_additionalParams":{"oneof":["additionalParams"]}},"fields":{"entryType":{"id":2,"type":"string"},"msgType":{"options":{"proto3_optional":true},"id":15,"type":"string"},"ackRecipientSubject":{"options":{"proto3_optional":true},"id":20,"type":"string"},
|
|
3
|
+
"additionalParams":{"options":{"proto3_optional":true},"id":21,"type":"string"},"conversationId":{"id":6,"type":"string"},"channelType":{"id":4,"type":"string"},"channelAddressId":{"id":5,"type":"string"},"clientTimestamp":{"options":{"proto3_optional":true},"id":8,"type":"int64"},"clientDuration":{"options":{"proto3_optional":true},"id":9,"type":"double"},"entryId":{"id":3,"type":"string"},"recordId":{"id":1,"type":"string"},"ackRecipientAppType":{"options":{"proto3_optional":true},"id":19,"type":"string"},
|
|
4
|
+
"transcriptTimestamp":{"options":{"proto3_optional":true},"id":7,"type":"int64"},"senderAppType":{"options":{"proto3_optional":true},"id":11,"type":"string"},"routingType":{"options":{"proto3_optional":true},"id":13,"type":"string"},"ackRecipientRole":{"options":{"proto3_optional":true},"id":18,"type":"string"},"senderSubject":{"options":{"proto3_optional":true},"id":12,"type":"string"},"msgRepliedId":{"options":{"proto3_optional":true},"id":17,"type":"string"},"formatType":{"options":{"proto3_optional":true},
|
|
5
|
+
"id":16,"type":"string"},"routingParams":{"options":{"proto3_optional":true},"id":14,"type":"string"},"errors":{"rule":"repeated","id":22,"type":"string"},"senderRole":{"options":{"proto3_optional":true},"id":10,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const seller_home_kpi={namespace:"sf.sellerHome",name:"SellerHomeKpi",pbjsSchema:{"nested":{"sf":{"nested":{"sellerHome":{"nested":{"SellerHomeKpi":{"fields":{"featureName":{"id":2,"type":"string"},"featureGroup":{"id":1,"type":"string"},"name":{"id":6,"type":"string"},"event":{"id":3,"type":"string"},"message":{"id":4,"type":"string"},"userId":{"id":5,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const seller_home_kpi={namespace:"sf.sellerHome",name:"SellerHomeKpi",pbjsSchema:{"nested":{"sf":{"nested":{"sellerHome":{"nested":{"SellerHomeKpi":{"fields":{"featureName":{"id":2,"type":"string"},"featureGroup":{"id":1,"type":"string"},"name":{"id":6,"type":"string"},"event":{"id":3,"type":"string"},"message":{"id":4,"type":"string"},"userId":{"id":5,"type":"string"},"actionName":{"id":7,"type":"string"}}}}}}}}}};
|
package/sf_servicePlan/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const service_plan_translation={namespace:"sf.servicePlan",name:"ServicePlanTranslation",pbjsSchema:{"nested":{"sf":{"nested":{"servicePlan":{"nested":{"ServicePlanTranslation":{"fields":{"msgCount":{"id":3,"type":"uint32"},"source":{"id":1,"type":"string"},"target":{"id":2,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.13.0'
|