o11y_schema 260.12.0 → 260.14.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 +9 -1
- package/sf_communications/customer_onboarding_event.js +1 -0
- package/sf_communications/index.js +2 -0
- package/sf_communications/recipient_wrapper_event.js +2 -0
- package/sf_communications/sf_communications.js +2 -0
- package/sf_communications/sf_communications.js-meta.xml +7 -0
- package/sf_featureUsageAnalytics/feature_usage_event.js +1 -0
- package/sf_featureUsageAnalytics/index.js +1 -0
- package/sf_featureUsageAnalytics/sf_featureUsageAnalytics.js +1 -0
- package/sf_featureUsageAnalytics/sf_featureUsageAnalytics.js-meta.xml +7 -0
- package/sf_industriesCompliance/index.js +2 -0
- package/sf_industriesCompliance/rcm_action_executed.js +1 -0
- package/sf_industriesCompliance/rcm_junction_records_created.js +1 -0
- package/sf_industriesCompliance/sf_industriesCompliance.js +2 -0
- package/sf_industriesCompliance/sf_industriesCompliance.js-meta.xml +7 -0
- package/sf_lsc/index.js +1 -0
- package/sf_lsc/lsc_event.js +2 -0
- package/sf_lsc/sf_lsc.js +1 -0
- package/sf_lsc/sf_lsc.js-meta.xml +7 -0
- package/sf_scrt/byo_message.js +5 -6
- package/sf_sellerHome/agentic_feed_action.js +1 -0
- package/sf_sellerHome/agentic_feed_page_load.js +1 -0
- package/sf_sellerHome/index.js +2 -0
- package/sf_sellerHome/seller_home_kpi.js +1 -1
- package/sf_sellerHome/sf_sellerHome.js +2 -0
- package/sf_sentosSearch/index.js +2 -0
- package/sf_sentosSearch/resultsPageImpression.js +2 -0
- package/sf_sentosSearch/sf_sentosSearch.js +2 -0
- package/sf_sentosSearch/suggestionInteraction.js +2 -0
- package/sf_servicePlan/index.js +1 -0
- package/sf_servicePlan/service_plan_translation.js +1 -0
- package/sf_servicePlan/sf_servicePlan.js +1 -0
- package/sf_slackforce/index.js +1 -0
- package/sf_slackforce/sf_slackforce.js +1 -0
- package/sf_slackforce/unread_indicator.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"./sf_adaptiveExperience": "./sf_adaptiveExperience/sf_adaptiveExperience.js",
|
|
16
16
|
"./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
|
|
17
17
|
"./sf_brief": "./sf_brief/sf_brief.js",
|
|
18
|
+
"./sf_lsc": "./sf_lsc/sf_lsc.js",
|
|
18
19
|
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
19
20
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
|
|
20
21
|
"./sfcore_performance": "./sfcore_performance/sfcore_performance.js",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"./sf_recordPicker": "./sf_recordPicker/sf_recordPicker.js",
|
|
32
33
|
"./sf_suitesFoundation": "./sf_suitesFoundation/sf_suitesFoundation.js",
|
|
33
34
|
"./sf_commerce": "./sf_commerce/sf_commerce.js",
|
|
35
|
+
"./sf_industriesCompliance": "./sf_industriesCompliance/sf_industriesCompliance.js",
|
|
34
36
|
"./sf_umaCoreExperience": "./sf_umaCoreExperience/sf_umaCoreExperience.js",
|
|
35
37
|
"./sf_support": "./sf_support/sf_support.js",
|
|
36
38
|
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
@@ -45,6 +47,7 @@
|
|
|
45
47
|
"./sf_mulesoft": "./sf_mulesoft/sf_mulesoft.js",
|
|
46
48
|
"./sf_yukon": "./sf_yukon/sf_yukon.js",
|
|
47
49
|
"./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
|
|
50
|
+
"./sf_communications": "./sf_communications/sf_communications.js",
|
|
48
51
|
"./sf_aura": "./sf_aura/sf_aura.js",
|
|
49
52
|
"./sf_mci": "./sf_mci/sf_mci.js",
|
|
50
53
|
"./version": "./version/version.js",
|
|
@@ -70,6 +73,7 @@
|
|
|
70
73
|
"./sf_formula": "./sf_formula/sf_formula.js",
|
|
71
74
|
"./sf_umaGoals": "./sf_umaGoals/sf_umaGoals.js",
|
|
72
75
|
"./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
|
|
76
|
+
"./sf_featureUsageAnalytics": "./sf_featureUsageAnalytics/sf_featureUsageAnalytics.js",
|
|
73
77
|
"./sf_knowledge": "./sf_knowledge/sf_knowledge.js",
|
|
74
78
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
75
79
|
"./sf_licenseUtilization": "./sf_licenseUtilization/sf_licenseUtilization.js",
|
|
@@ -129,7 +133,7 @@
|
|
|
129
133
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
130
134
|
},
|
|
131
135
|
"type": "module",
|
|
132
|
-
"version": "260.
|
|
136
|
+
"version": "260.14.0",
|
|
133
137
|
"license": "BSD-3-Clause",
|
|
134
138
|
"volta": {
|
|
135
139
|
"node": "18.17.1",
|
|
@@ -159,6 +163,7 @@
|
|
|
159
163
|
"o11y_schema/sf_ccinventory",
|
|
160
164
|
"o11y_schema/sf_clwr",
|
|
161
165
|
"o11y_schema/sf_commerce",
|
|
166
|
+
"o11y_schema/sf_communications",
|
|
162
167
|
"o11y_schema/sf_content",
|
|
163
168
|
"o11y_schema/sf_contentLayout",
|
|
164
169
|
"o11y_schema/sf_datalens",
|
|
@@ -172,12 +177,14 @@
|
|
|
172
177
|
"o11y_schema/sf_enhancedSoftphone",
|
|
173
178
|
"o11y_schema/sf_evf",
|
|
174
179
|
"o11y_schema/sf_experienceBuilder",
|
|
180
|
+
"o11y_schema/sf_featureUsageAnalytics",
|
|
175
181
|
"o11y_schema/sf_flowBuilder",
|
|
176
182
|
"o11y_schema/sf_formula",
|
|
177
183
|
"o11y_schema/sf_genAiIntelligenceUsage",
|
|
178
184
|
"o11y_schema/sf_generativeCanvas",
|
|
179
185
|
"o11y_schema/sf_ifsTimeSheets",
|
|
180
186
|
"o11y_schema/sf_incidentManagement",
|
|
187
|
+
"o11y_schema/sf_industriesCompliance",
|
|
181
188
|
"o11y_schema/sf_industriesConstraint",
|
|
182
189
|
"o11y_schema/sf_industriesManufacturing",
|
|
183
190
|
"o11y_schema/sf_instrumentation",
|
|
@@ -193,6 +200,7 @@
|
|
|
193
200
|
"o11y_schema/sf_lists",
|
|
194
201
|
"o11y_schema/sf_lol",
|
|
195
202
|
"o11y_schema/sf_lookup",
|
|
203
|
+
"o11y_schema/sf_lsc",
|
|
196
204
|
"o11y_schema/sf_lwc",
|
|
197
205
|
"o11y_schema/sf_lwrjs",
|
|
198
206
|
"o11y_schema/sf_mci",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const customer_onboarding_event={namespace:"sf.communications",name:"CustomerOnboardingEvent",pbjsSchema:{"nested":{"sf":{"nested":{"communications":{"nested":{"CustomerOnboardingEvent":{"fields":{"accountId":{"id":2,"type":"string"},"quoteLineItemId":{"id":4,"type":"string"},"qliRecipientId":{"id":5,"type":"string"},"interactionName":{"id":1,"type":"string"},"quoteId":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const recipient_wrapper_event={namespace:"sf.communications",name:"RecipientWrapperEvent",pbjsSchema:{"nested":{"sf":{"nested":{"communications":{"nested":{"RecipientWrapperEvent":{"fields":{"selectedCount":{"id":8,"type":"uint32"},"count":{"id":6,"type":"uint32"},"parentObjectApiName":{"id":3,"type":"string"},"recipientId":{"id":4,"type":"string"},"interactionName":{"id":1,"type":"string"},"expectedCount":{"id":7,"type":"uint32"},"recipientGroupId":{"id":5,"type":"string"},"parentRecordId":{"id":2,
|
|
2
|
+
"type":"string"},"referenceId":{"id":9,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const feature_usage_event={namespace:"sf.featureUsageAnalytics",name:"FeatureUsageEvent",pbjsSchema:{"nested":{"sf":{"nested":{"featureUsageAnalytics":{"nested":{"FeatureUsageEvent":{"fields":{"featureName":{"id":2,"type":"string"},"contextTags":{"rule":"repeated","id":4,"type":"Tag"},"featureTags":{"rule":"repeated","id":3,"type":"Tag"},"productName":{"id":1,"type":"string"}}},"Tag":{"fields":{"value":{"id":2,"type":"string"},"key":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { feature_usage_event as featureUsageEventSchema } from './feature_usage_event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { feature_usage_event as featureUsageEventSchema } from './feature_usage_event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rcm_action_executed={namespace:"sf.industriesCompliance",name:"RcmActionExecuted",pbjsSchema:{"nested":{"sf":{"nested":{"industriesCompliance":{"nested":{"RcmActionExecuted":{"fields":{"suggestionsPerTargetEntity":{"rule":"repeated","id":4,"type":"uint32"},"sourceEntityType":{"id":1,"type":"string"},"promptExecutionTime":{"id":3,"type":"double"},"selectedTargetEntities":{"rule":"repeated","id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rcm_junction_records_created={namespace:"sf.industriesCompliance",name:"RcmJunctionRecordsCreated",pbjsSchema:{"nested":{"sf":{"nested":{"industriesCompliance":{"nested":{"RcmJunctionRecordsCreated":{"fields":{"junctionRecordCount":{"id":2,"type":"uint32"},"junctionEntityType":{"id":1,"type":"string"},"junctionCreationMethod":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_lsc/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { lsc_event as lscEventSchema } from './lsc_event.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const lsc_event={namespace:"sf.lsc",name:"LscEvent",pbjsSchema:{"nested":{"sf":{"nested":{"lsc":{"nested":{"LscEvent":{"fields":{"eventSessionId":{"id":6,"type":"string"},"metricName":{"id":13,"type":"string"},"contextDomain":{"id":19,"type":"string"},"metricValue":{"id":14,"type":"double"},"contextCode":{"id":18,"type":"uint32"},"eventType":{"id":2,"type":"string"},"uiPath":{"id":12,"type":"string"},"contextData":{"id":17,"type":"string"},"metricUnit":{"id":15,"type":"string"},"screenId":{"id":9,
|
|
2
|
+
"type":"string"},"eventCorrelationId":{"id":7,"type":"string"},"eventName":{"id":1,"type":"string"},"uiId":{"id":10,"type":"string"},"uiKind":{"id":11,"type":"string"},"appSessionId":{"id":8,"type":"string"},"contextMessage":{"id":16,"type":"string"},"eventDomain":{"id":3,"type":"string"},"timeMs":{"id":4,"type":"uint64"},"screenSessionId":{"id":5,"type":"string"}}}}}}}}}};
|
package/sf_lsc/sf_lsc.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { lsc_event as lscEventSchema } from './lsc_event.js';
|
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"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const agentic_feed_action={namespace:"sf.sellerHome",name:"AgenticFeedAction",pbjsSchema:{"nested":{"sf":{"nested":{"sellerHome":{"nested":{"AgenticFeedAction":{"fields":{"actionType":{"id":1,"type":"string"},"sessionActionsCount":{"id":3,"type":"uint32"},"definitionName":{"id":2,"type":"string"},"uxact":{"id":5,"type":"string"},"uxlog":{"id":4,"type":"string"},"uxerr":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const agentic_feed_page_load={namespace:"sf.sellerHome",name:"AgenticFeedPageLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sellerHome":{"nested":{"AgenticFeedPageLoad":{"fields":{"loadStatus":{"id":3,"type":"string"},"uxact":{"id":5,"type":"string"},"uxlog":{"id":4,"type":"string"},"uxerr":{"id":6,"type":"string"},"prioritizedRcmdItemCount":{"id":2,"type":"uint32"},"pageLoadDuration":{"id":1,"type":"double"}}}}}}}}}};
|
package/sf_sellerHome/index.js
CHANGED
|
@@ -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_sentosSearch/index.js
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export { init as initSchema } from './init.js';
|
|
2
2
|
export { query as querySchema } from './query.js';
|
|
3
|
+
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
4
|
+
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const resultsPageImpression={namespace:"sf.sentosSearch",name:"ResultsPageImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPageImpression":{"fields":{"srchReqSeq":{"id":6,"type":"uint32"},"records":{"id":10,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"buckets":{"id":11,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"clientSrchId":{"id":4,"type":"string"},"resultsCount":{"id":9,
|
|
2
|
+
"type":"uint32"},"queryLen":{"id":5,"type":"uint32"},"resultsType":{"id":7,"type":"string"},"isSplCorrect":{"id":12,"type":"bool"},"isFiltered":{"id":13,"type":"bool"},"isSorted":{"id":14,"type":"bool"}}}}}}}}}};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export { init as initSchema } from './init.js';
|
|
2
2
|
export { query as querySchema } from './query.js';
|
|
3
|
+
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
4
|
+
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const suggestionInteraction={namespace:"sf.sentosSearch",name:"SuggestionInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"SuggestionInteraction":{"fields":{"resultCount":{"id":12,"type":"uint32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":4,"type":"string"},"interactTime":{"id":6,"type":"uint64"},"clientSearchId":{"id":5,"type":"string"},"suggestReqSeq":{"id":13,"type":"uint32"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},
|
|
2
|
+
"recordId":{"id":9,"type":"string"},"clientSource":{"id":3,"type":"string"},"suggestionType":{"id":14,"type":"string"},"recordObject":{"id":10,"type":"string"},"recordPosition":{"id":11,"type":"uint32"},"interactType":{"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/sf_slackforce/index.js
CHANGED
|
@@ -28,3 +28,4 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
28
28
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
29
29
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
30
30
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
31
|
+
export { unread_indicator as unreadIndicatorSchema } from './unread_indicator.js';
|
|
@@ -28,3 +28,4 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
28
28
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
29
29
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
30
30
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
31
|
+
export { unread_indicator as unreadIndicatorSchema } from './unread_indicator.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unread_indicator={namespace:"sf.slackforce",name:"UnreadIndicator",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"UnreadIndicator":{"fields":{"chnId":{"id":3,"type":"string"},"teamId":{"id":4,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":6,"type":"string"},"cmpVariant":{"id":7,"type":"string"},"userId":{"id":5,"type":"string"},"elementName":{"id":1,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.14.0'
|