o11y_schema 260.10.0 → 260.11.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.
Files changed (33) hide show
  1. package/package.json +7 -1
  2. package/sf_adaptiveExperience/adaptive_experience_component.js +1 -0
  3. package/sf_adaptiveExperience/index.js +1 -0
  4. package/sf_adaptiveExperience/sf_adaptiveExperience.js +1 -0
  5. package/sf_adaptiveExperience/sf_adaptiveExperience.js-meta.xml +7 -0
  6. package/sf_almSimpleDeploy/deployment_usage.js +1 -0
  7. package/sf_almSimpleDeploy/index.js +1 -0
  8. package/sf_almSimpleDeploy/sf_almSimpleDeploy.js +1 -0
  9. package/sf_almSimpleDeploy/sf_almSimpleDeploy.js-meta.xml +7 -0
  10. package/sf_digitalwallet/index.js +2 -0
  11. package/sf_digitalwallet/license_utilization_interaction_event.js +1 -0
  12. package/sf_digitalwallet/license_utilization_view.js +1 -0
  13. package/sf_digitalwallet/sf_digitalwallet.js +2 -0
  14. package/sf_energyUtilities/eu_event_log.js +1 -1
  15. package/sf_energyUtilities/eu_wire_api_event.js +2 -2
  16. package/sf_enhancedSoftphone/error_event.js +2 -2
  17. package/sf_enhancedSoftphone/softphone_manager_event.js +1 -1
  18. package/sf_enhancedSoftphone/state_change_event.js +1 -1
  19. package/sf_pdp/pdp_event.js +1 -1
  20. package/sf_scrt/byo_message.js +6 -0
  21. package/sf_scrt/index.js +1 -0
  22. package/sf_scrt/sf_scrt.js +1 -0
  23. package/sf_segmentation/aggregation_container_analytics.js +2 -0
  24. package/sf_segmentation/index.js +3 -0
  25. package/sf_segmentation/segment_alm_filter_usage.js +2 -0
  26. package/sf_segmentation/segment_builder_timer.js +1 -1
  27. package/sf_segmentation/segment_preview_analytics.js +2 -0
  28. package/sf_segmentation/sf_segmentation.js +3 -0
  29. package/sf_suitesFoundation/event.js +1 -0
  30. package/sf_suitesFoundation/index.js +1 -0
  31. package/sf_suitesFoundation/sf_suitesFoundation.js +1 -0
  32. package/sf_suitesFoundation/sf_suitesFoundation.js-meta.xml +7 -0
  33. package/version/version.js +1 -1
package/package.json CHANGED
@@ -12,6 +12,7 @@
12
12
  "./sf_a4dInstrumentation": "./sf_a4dInstrumentation/sf_a4dInstrumentation.js",
13
13
  "./sf_clwr": "./sf_clwr/sf_clwr.js",
14
14
  "./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
15
+ "./sf_adaptiveExperience": "./sf_adaptiveExperience/sf_adaptiveExperience.js",
15
16
  "./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
16
17
  "./sf_brief": "./sf_brief/sf_brief.js",
17
18
  "./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
@@ -28,6 +29,7 @@
28
29
  "./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
29
30
  "./sfcore_network": "./sfcore_network/sfcore_network.js",
30
31
  "./sf_recordPicker": "./sf_recordPicker/sf_recordPicker.js",
32
+ "./sf_suitesFoundation": "./sf_suitesFoundation/sf_suitesFoundation.js",
31
33
  "./sf_commerce": "./sf_commerce/sf_commerce.js",
32
34
  "./sf_umaCoreExperience": "./sf_umaCoreExperience/sf_umaCoreExperience.js",
33
35
  "./sf_support": "./sf_support/sf_support.js",
@@ -98,6 +100,7 @@
98
100
  "./sf_umaCoreAnalytics": "./sf_umaCoreAnalytics/sf_umaCoreAnalytics.js",
99
101
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
100
102
  "./sf_servicePlan": "./sf_servicePlan/sf_servicePlan.js",
103
+ "./sf_almSimpleDeploy": "./sf_almSimpleDeploy/sf_almSimpleDeploy.js",
101
104
  "./sf_slackforce": "./sf_slackforce/sf_slackforce.js",
102
105
  "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
103
106
  "./sf_umaMktgPerformanceApp": "./sf_umaMktgPerformanceApp/sf_umaMktgPerformanceApp.js",
@@ -124,7 +127,7 @@
124
127
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
125
128
  },
126
129
  "type": "module",
127
- "version": "260.10.0",
130
+ "version": "260.11.0",
128
131
  "license": "BSD-3-Clause",
129
132
  "volta": {
130
133
  "node": "18.17.1",
@@ -137,9 +140,11 @@
137
140
  "o11y_schema/sf_a4dInstrumentation",
138
141
  "o11y_schema/sf_actExp",
139
142
  "o11y_schema/sf_actions",
143
+ "o11y_schema/sf_adaptiveExperience",
140
144
  "o11y_schema/sf_agentforceInstrumentation",
141
145
  "o11y_schema/sf_agentforceMessaging",
142
146
  "o11y_schema/sf_ai4mCampaignDesigner",
147
+ "o11y_schema/sf_almSimpleDeploy",
143
148
  "o11y_schema/sf_appDevAisc",
144
149
  "o11y_schema/sf_appdevDevops",
145
150
  "o11y_schema/sf_aura",
@@ -225,6 +230,7 @@
225
230
  "o11y_schema/sf_slackforce",
226
231
  "o11y_schema/sf_starterOneProduct",
227
232
  "o11y_schema/sf_studio",
233
+ "o11y_schema/sf_suitesFoundation",
228
234
  "o11y_schema/sf_support",
229
235
  "o11y_schema/sf_tableauNext",
230
236
  "o11y_schema/sf_testAiltnPageview",
@@ -0,0 +1 @@
1
+ export const adaptive_experience_component={namespace:"sf.adaptiveExperience",name:"AdaptiveExperienceComponent",pbjsSchema:{"nested":{"sf":{"nested":{"adaptiveExperience":{"nested":{"AdaptiveExperienceComponent":{"fields":{"record":{"id":2,"type":"string"},"action":{"id":1,"type":"string"},"message":{"id":3,"type":"string"},"timestamp":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { adaptive_experience_component as adaptiveExperienceComponentSchema } from './adaptive_experience_component.js';
@@ -0,0 +1 @@
1
+ export { adaptive_experience_component as adaptiveExperienceComponentSchema } from './adaptive_experience_component.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1 @@
1
+ export const deployment_usage={namespace:"sf.almSimpleDeploy",name:"DeploymentUsage",pbjsSchema:{"nested":{"sf":{"nested":{"almSimpleDeploy":{"nested":{"DeploymentUsage":{"fields":{"filesCount":{"id":2,"type":"uint32"},"deploymentActions":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { deployment_usage as deploymentUsageSchema } from './deployment_usage.js';
@@ -0,0 +1 @@
1
+ export { deployment_usage as deploymentUsageSchema } from './deployment_usage.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1,2 +1,4 @@
1
1
  export { digital_wallet_view as digitalWalletViewSchema } from './digital_wallet_view.js';
2
2
  export { interaction_event as interactionEventSchema } from './interaction_event.js';
3
+ export { license_utilization_interaction_event as licenseUtilizationInteractionEventSchema } from './license_utilization_interaction_event.js';
4
+ export { license_utilization_view as licenseUtilizationViewSchema } from './license_utilization_view.js';
@@ -0,0 +1 @@
1
+ export const license_utilization_interaction_event={namespace:"sf.digitalwallet",name:"LicenseUtilizationInteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"digitalwallet":{"nested":{"LicenseUtilizationInteractionEvent":{"fields":{"viewName":{"id":1,"type":"string"},"flex2":{"id":7,"type":"string"},"flex1":{"id":6,"type":"string"},"interaction":{"id":3,"type":"string"},"tenantId":{"id":5,"type":"string"},"cmpName":{"id":2,"type":"string"},"error":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const license_utilization_view={namespace:"sf.digitalwallet",name:"LicenseUtilizationView",pbjsSchema:{"nested":{"sf":{"nested":{"digitalwallet":{"nested":{"LicenseUtilizationView":{"fields":{"viewName":{"id":1,"type":"string"},"flex2":{"id":6,"type":"string"},"flex1":{"id":5,"type":"string"},"message":{"id":2,"type":"string"},"results":{"id":4,"type":"uint32"},"status":{"id":3,"type":"string"}}}}}}}}}};
@@ -1,2 +1,4 @@
1
1
  export { digital_wallet_view as digitalWalletViewSchema } from './digital_wallet_view.js';
2
2
  export { interaction_event as interactionEventSchema } from './interaction_event.js';
3
+ export { license_utilization_interaction_event as licenseUtilizationInteractionEventSchema } from './license_utilization_interaction_event.js';
4
+ export { license_utilization_view as licenseUtilizationViewSchema } from './license_utilization_view.js';
@@ -1 +1 @@
1
- export const eu_event_log={namespace:"sf.energyUtilities",name:"EuEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuEventLog":{"fields":{"recordId":{"id":4,"type":"string"},"recordType":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":2,"type":"string"},"methodName":{"id":3,"type":"string"},"actionName":{"id":6,"type":"string"}}}}}}}}}};
1
+ export const eu_event_log={namespace:"sf.energyUtilities",name:"EuEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuEventLog":{"fields":{"recordId":{"id":4,"type":"string"},"featureName":{"id":7,"type":"string"},"recordType":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":2,"type":"string"},"methodName":{"id":3,"type":"string"},"actionName":{"id":6,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const eu_wire_api_event={namespace:"sf.energyUtilities",name:"EuWireApiEvent",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuWireApiEvent":{"fields":{"recordId":{"id":1,"type":"string"},"apiName":{"id":4,"type":"string"},"wireName":{"id":3,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":8,"type":"string"},"responseFields":{"rule":"repeated","id":6,"type":"string"},"requestFields":{"rule":"repeated","id":5,"type":"string"},"actionName":{"id":2,"type":"string"},
2
- "statusCode":{"id":7,"type":"string"}}}}}}}}}};
1
+ export const eu_wire_api_event={namespace:"sf.energyUtilities",name:"EuWireApiEvent",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuWireApiEvent":{"fields":{"recordId":{"id":1,"type":"string"},"apiName":{"id":4,"type":"string"},"featureName":{"id":9,"type":"string"},"wireName":{"id":3,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":8,"type":"string"},"responseFields":{"rule":"repeated","id":6,"type":"string"},"requestFields":{"rule":"repeated","id":5,"type":"string"},
2
+ "actionName":{"id":2,"type":"string"},"statusCode":{"id":7,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"actionType":{"id":12,"type":"string"},"stateMachine":{"id":9,"type":"string"},"currentCallState":{"id":8,"type":"string"},"additionalParams":{"id":10,"type":"string"},"incomingCallId":{"id":1,"type":"string"},"eventSource":{"id":4,"type":"string"},"targetEventType":{"id":11,"type":"string"},"errorCode":{"id":6,"type":"uint32"},"eventType":{"id":3,
2
- "type":"string"},"currentAgentState":{"id":7,"type":"string"},"activeVoiceCallId":{"id":2,"type":"string"},"errorMsg":{"id":5,"type":"string"}}}}}}}}}};
1
+ export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"callId":{"id":1,"type":"string"},"recordId":{"id":2,"type":"string"},"actionType":{"id":12,"type":"string"},"stateMachine":{"id":9,"type":"string"},"currentCallState":{"id":8,"type":"string"},"additionalParams":{"id":10,"type":"string"},"eventSource":{"id":4,"type":"string"},"targetEventType":{"id":11,"type":"string"},"errorCode":{"id":6,
2
+ "type":"uint32"},"eventType":{"id":3,"type":"string"},"currentAgentState":{"id":7,"type":"string"},"errorMsg":{"id":5,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const softphone_manager_event={namespace:"sf.enhancedSoftphone",name:"SoftphoneManagerEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"SoftphoneManagerEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":2,"type":"string"},"actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"payload":{"id":10,"type":"string"},"voiceCallId":{"id":11,"type":"string"},"eventSource":{"id":8,"type":"string"},"isIgnoredState":{"id":5,"type":"bool"},
1
+ export const softphone_manager_event={namespace:"sf.enhancedSoftphone",name:"SoftphoneManagerEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"SoftphoneManagerEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":2,"type":"string"},"recordId":{"id":11,"type":"string"},"actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"payload":{"id":10,"type":"string"},"eventSource":{"id":8,"type":"string"},"isIgnoredState":{"id":5,"type":"bool"},
2
2
  "eventType":{"id":7,"type":"string"},"currentState":{"id":3,"type":"string"},"newState":{"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const state_change_event={namespace:"sf.enhancedSoftphone",name:"StateChangeEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"StateChangeEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":5,"type":"string"},"stateMachine":{"id":3,"type":"string"},"eventSource":{"id":4,"type":"string"},"currentState":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const state_change_event={namespace:"sf.enhancedSoftphone",name:"StateChangeEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"StateChangeEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":5,"type":"string"},"recordId":{"id":6,"type":"string"},"stateMachine":{"id":3,"type":"string"},"eventSource":{"id":4,"type":"string"},"currentState":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const pdp_event={namespace:"sf.pdp",name:"PdpEvent",pbjsSchema:{"nested":{"sf":{"nested":{"pdp":{"nested":{"PdpEvent":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]}},"fields":{"componentId":{"id":2,"type":"string"},"productFeatureId":{"id":3,"type":"string"},"eventName":{"id":1,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},"id":4,"type":"int32"}}}}}}}}}};
1
+ export const pdp_event={namespace:"sf.pdp",name:"PdpEvent",pbjsSchema:{"nested":{"sf":{"nested":{"pdp":{"nested":{"PdpEvent":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]}},"fields":{"contextName":{"id":5,"type":"string"},"componentId":{"id":2,"type":"string"},"productFeatureId":{"id":3,"type":"string"},"eventName":{"id":1,"type":"string"},"contextValue":{"id":6,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},"id":4,"type":"int32"}}}}}}}}}};
@@ -0,0 +1,6 @@
1
+ export const byo_message={namespace:"sf.scrt",name:"ByoMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ByoMessage":{"oneofs":{"_routingType":{"oneof":["routingType"]},"_isExternallyRouted":{"oneof":["isExternallyRouted"]},"_ackRecipientAppType":{"oneof":["ackRecipientAppType"]},"_failureReason":{"oneof":["failureReason"]},"_estWaitTime":{"oneof":["estWaitTime"]},"_failureType":{"oneof":["failureType"]},"_routingParams":{"oneof":["routingParams"]},"_isEwtRequested":{"oneof":["isEwtRequested"]},
2
+ "_psrId":{"oneof":["psrId"]},"_msgRepliedId":{"oneof":["msgRepliedId"]},"_routingConfig":{"oneof":["routingConfig"]},"_msgType":{"oneof":["msgType"]},"_formatType":{"oneof":["formatType"]},"_ackRecipientSubject":{"oneof":["ackRecipientSubject"]},"_ackRecipientRole":{"oneof":["ackRecipientRole"]},"_additionalParams":{"oneof":["additionalParams"]}},"fields":{"msgType":{"options":{"proto3_optional":true},"id":22,"type":"string"},"channelAddrId":{"id":5,"type":"string"},"channelType":{"id":4,"type":"string"},
3
+ "isEwtRequested":{"options":{"proto3_optional":true},"id":16,"type":"bool"},"clientTimestamp":{"id":8,"type":"int64"},"entryId":{"id":3,"type":"string"},"recordId":{"id":1,"type":"string"},"ackRecipientAppType":{"options":{"proto3_optional":true},"id":26,"type":"string"},"transcriptTimestamp":{"id":7,"type":"int64"},"senderAppType":{"id":11,"type":"string"},"routingType":{"options":{"proto3_optional":true},"id":13,"type":"string"},"failureType":{"options":{"proto3_optional":true},"id":19,"type":"string"},
4
+ "isExternallyRouted":{"options":{"proto3_optional":true},"id":20,"type":"bool"},"msgRepliedId":{"options":{"proto3_optional":true},"id":24,"type":"string"},"formatType":{"options":{"proto3_optional":true},"id":23,"type":"string"},"routingParams":{"options":{"proto3_optional":true},"id":14,"type":"string"},"entryType":{"id":2,"type":"string"},"ackRecipientSubject":{"options":{"proto3_optional":true},"id":27,"type":"string"},"additionalParams":{"options":{"proto3_optional":true},"id":28,"type":"string"},
5
+ "conversationId":{"id":6,"type":"string"},"psrId":{"options":{"proto3_optional":true},"id":15,"type":"string"},"clientDuration":{"id":9,"type":"double"},"routingConfig":{"options":{"proto3_optional":true},"id":21,"type":"string"},"failureReason":{"options":{"proto3_optional":true},"id":18,"type":"string"},"ackRecipientRole":{"options":{"proto3_optional":true},"id":25,"type":"string"},"senderSubject":{"id":12,"type":"string"},"estWaitTime":{"options":{"proto3_optional":true},"id":17,"type":"int32"},
6
+ "errors":{"rule":"repeated","id":29,"type":"string"},"senderRole":{"id":10,"type":"string"}}}}}}}}}};
package/sf_scrt/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export { byo_message as byoMessageSchema } from './byo_message.js';
1
2
  export { component_render as componentRenderSchema } from './component_render.js';
2
3
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
3
4
  export { conversation_message as conversationMessageSchema } from './conversation_message.js';
@@ -1,3 +1,4 @@
1
+ export { byo_message as byoMessageSchema } from './byo_message.js';
1
2
  export { component_render as componentRenderSchema } from './component_render.js';
2
3
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
3
4
  export { conversation_message as conversationMessageSchema } from './conversation_message.js';
@@ -0,0 +1,2 @@
1
+ export const aggregation_container_analytics={namespace:"sf.segmentation",name:"AggregationContainerAnalytics",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"AggregationContainerAnalytics":{"fields":{"screenViewport":{"id":15,"type":"string"},"availableContainersCount":{"id":4,"type":"uint32"},"containerChangesCount":{"id":5,"type":"uint32"},"selectedPathObjects":{"id":7,"type":"string"},"availablePathsCount":{"id":8,"type":"uint32"},"screenDimensions":{"id":14,"type":"string"},
2
+ "pathChangesCount":{"id":9,"type":"uint32"},"isDefaultContainerSelected":{"id":6,"type":"bool"},"messageType":{"id":2,"type":"string"},"filterInclusionType":{"id":13,"type":"string"},"segmentId":{"id":1,"type":"string"},"navigationMode":{"id":12,"type":"string"},"isDefaultPathSelected":{"id":10,"type":"bool"},"containerObjectApiName":{"id":3,"type":"string"},"segmentType":{"id":11,"type":"string"}}}}}}}}}};
@@ -1 +1,4 @@
1
+ export { aggregation_container_analytics as aggregationContainerAnalyticsSchema } from './aggregation_container_analytics.js';
2
+ export { segment_alm_filter_usage as segmentAlmFilterUsageSchema } from './segment_alm_filter_usage.js';
1
3
  export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
4
+ export { segment_preview_analytics as segmentPreviewAnalyticsSchema } from './segment_preview_analytics.js';
@@ -0,0 +1,2 @@
1
+ export const segment_alm_filter_usage={namespace:"sf.segmentation",name:"SegmentAlmFilterUsage",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentAlmFilterUsage":{"fields":{"screenViewport":{"id":16,"type":"string"},"filterObjectApiName":{"id":3,"type":"string"},"filterFieldApiName":{"id":4,"type":"string"},"currentBreadcrumbPath":{"rule":"repeated","id":13,"type":"string"},"sessionId":{"id":6,"type":"string"},"screenDimensions":{"id":15,"type":"string"},"totalNavigationSteps":{"id":9,
2
+ "type":"int32"},"originalSearchTerm":{"id":8,"type":"string"},"filtersInSession":{"id":11,"type":"int32"},"messageType":{"id":2,"type":"string"},"filterInclusionType":{"id":18,"type":"string"},"segmentId":{"id":1,"type":"string"},"originalInteractionType":{"id":7,"type":"string"},"navigationMode":{"id":17,"type":"string"},"filterType":{"id":5,"type":"string"},"pathChanges":{"id":10,"type":"int32"},"currentBreadcrumbDepth":{"id":12,"type":"int32"},"segmentType":{"id":14,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"screenViewport":{"id":5,"type":"string"},"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"segmentType":{"id":6,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"screenViewport":{"id":5,"type":"string"},"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"segmentFilterInfo":{"rule":"repeated","id":7,"type":"string"},"segmentType":{"id":6,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const segment_preview_analytics={namespace:"sf.segmentation",name:"SegmentPreviewAnalytics",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentPreviewAnalytics":{"fields":{"screenViewport":{"id":14,"type":"string"},"didUserSearchPreviewData":{"id":6,"type":"bool"},"searchActionsCount":{"id":7,"type":"uint32"},"screenDimensions":{"id":13,"type":"string"},"previewFieldsCount":{"id":4,"type":"uint32"},"messageType":{"id":2,"type":"string"},"wasPreviewDataLoaded":{"id":5,"type":"bool"},
2
+ "workflowContext":{"id":10,"type":"string"},"hadUnsavedChanges":{"id":9,"type":"bool"},"segmentId":{"id":1,"type":"string"},"navigationMode":{"id":12,"type":"string"},"previewRowsReturned":{"id":3,"type":"uint32"},"didUserScrollThroughData":{"id":8,"type":"bool"},"segmentType":{"id":11,"type":"string"}}}}}}}}}};
@@ -1 +1,4 @@
1
+ export { aggregation_container_analytics as aggregationContainerAnalyticsSchema } from './aggregation_container_analytics.js';
2
+ export { segment_alm_filter_usage as segmentAlmFilterUsageSchema } from './segment_alm_filter_usage.js';
1
3
  export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
4
+ export { segment_preview_analytics as segmentPreviewAnalyticsSchema } from './segment_preview_analytics.js';
@@ -0,0 +1 @@
1
+ export const event={namespace:"sf.suitesFoundation",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"suitesFoundation":{"nested":{"Event":{"fields":{"scope":{"id":3,"type":"string"},"eventSource":{"id":1,"type":"string"},"eventName":{"id":4,"type":"string"},"target":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { event as eventSchema } from './event.js';
@@ -0,0 +1 @@
1
+ export { event as eventSchema } from './event.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='260.10.0'
1
+ export const version='260.11.0'