o11y_schema 258.55.0 → 258.57.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 +9 -1
  2. package/sf_blockBuilder/action.js +1 -1
  3. package/sf_industriesConstraint/constraint_builder_session.js +2 -1
  4. package/sf_lightningOut/index.js +1 -0
  5. package/sf_lightningOut/lightning_out_component_render.js +1 -0
  6. package/sf_lightningOut/sf_lightningOut.js +1 -0
  7. package/sf_mci/Interaction_event.js +1 -1
  8. package/sf_sfs/draft_queue_record_action.js +1 -0
  9. package/sf_sfs/geofence_event.js +1 -0
  10. package/sf_sfs/index.js +2 -0
  11. package/sf_sfs/sf_sfs.js +2 -0
  12. package/sf_starterOneProduct/event.js +1 -0
  13. package/sf_starterOneProduct/index.js +1 -0
  14. package/sf_starterOneProduct/sf_starterOneProduct.js +1 -0
  15. package/sf_starterOneProduct/sf_starterOneProduct.js-meta.xml +7 -0
  16. package/sf_support/index.js +1 -0
  17. package/sf_support/milestone_record_usage.js +1 -0
  18. package/sf_support/sf_support.js +1 -0
  19. package/sf_tableauNext/index.js +1 -0
  20. package/sf_tableauNext/sf_tableauNext.js +1 -0
  21. package/sf_tableauNext/sf_tableauNext.js-meta.xml +7 -0
  22. package/sf_tableauNext/tab_next_ext_schema.js +2 -0
  23. package/sf_umaBusinessUnits/uma_business_units.js +1 -1
  24. package/sf_umaConsent/index.js +1 -0
  25. package/sf_umaConsent/sf_umaConsent.js +1 -0
  26. package/sf_umaConsent/sf_umaConsent.js-meta.xml +7 -0
  27. package/sf_umaConsent/uma_consent.js +1 -0
  28. package/sf_umaMktgPerformanceApp/api_event.js +3 -0
  29. package/sf_umaMktgPerformanceApp/index.js +2 -0
  30. package/sf_umaMktgPerformanceApp/sf_umaMktgPerformanceApp.js +2 -0
  31. package/sf_umaMktgPerformanceApp/sf_umaMktgPerformanceApp.js-meta.xml +7 -0
  32. package/sf_umaMktgPerformanceApp/ui_interaction_event.js +2 -0
  33. package/version/version.js +1 -1
package/package.json CHANGED
@@ -44,6 +44,7 @@
44
44
  "./sf_mci": "./sf_mci/sf_mci.js",
45
45
  "./version": "./version/version.js",
46
46
  "./spiff_analytics": "./spiff_analytics/spiff_analytics.js",
47
+ "./sf_tableauNext": "./sf_tableauNext/sf_tableauNext.js",
47
48
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
48
49
  "./sf_lightningExperienceTheme": "./sf_lightningExperienceTheme/sf_lightningExperienceTheme.js",
49
50
  "./sf_enhancedSoftphone": "./sf_enhancedSoftphone/sf_enhancedSoftphone.js",
@@ -78,6 +79,7 @@
78
79
  "./sf_industriesConstraint": "./sf_industriesConstraint/sf_industriesConstraint.js",
79
80
  "./sf_sfsMobileHybrid": "./sf_sfsMobileHybrid/sf_sfsMobileHybrid.js",
80
81
  "./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
82
+ "./sf_umaConsent": "./sf_umaConsent/sf_umaConsent.js",
81
83
  "./sf_searchui": "./sf_searchui/sf_searchui.js",
82
84
  "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
83
85
  "./sf_payments": "./sf_payments/sf_payments.js",
@@ -92,6 +94,7 @@
92
94
  "./sf_servicePlan": "./sf_servicePlan/sf_servicePlan.js",
93
95
  "./sf_slackforce": "./sf_slackforce/sf_slackforce.js",
94
96
  "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
97
+ "./sf_umaMktgPerformanceApp": "./sf_umaMktgPerformanceApp/sf_umaMktgPerformanceApp.js",
95
98
  "./sf_umaAI": "./sf_umaAI/sf_umaAI.js",
96
99
  "./sf_actions": "./sf_actions/sf_actions.js",
97
100
  "./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
@@ -99,6 +102,7 @@
99
102
  "./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
100
103
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
101
104
  "./sf_studio": "./sf_studio/sf_studio.js",
105
+ "./sf_starterOneProduct": "./sf_starterOneProduct/sf_starterOneProduct.js",
102
106
  "./sf_umaBusinessUnits": "./sf_umaBusinessUnits/sf_umaBusinessUnits.js",
103
107
  "./sf_unifiedMessaging": "./sf_unifiedMessaging/sf_unifiedMessaging.js",
104
108
  "./sf_lex": "./sf_lex/sf_lex.js",
@@ -114,7 +118,7 @@
114
118
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
115
119
  },
116
120
  "type": "module",
117
- "version": "258.55.0",
121
+ "version": "258.57.0",
118
122
  "license": "BSD-3-Clause",
119
123
  "volta": {
120
124
  "node": "18.17.1",
@@ -208,14 +212,18 @@
208
212
  "o11y_schema/sf_sfsMobileHybrid",
209
213
  "o11y_schema/sf_siteSearch",
210
214
  "o11y_schema/sf_slackforce",
215
+ "o11y_schema/sf_starterOneProduct",
211
216
  "o11y_schema/sf_studio",
212
217
  "o11y_schema/sf_support",
218
+ "o11y_schema/sf_tableauNext",
213
219
  "o11y_schema/sf_testAiltnPageview",
214
220
  "o11y_schema/sf_umaAI",
215
221
  "o11y_schema/sf_umaBusinessUnits",
222
+ "o11y_schema/sf_umaConsent",
216
223
  "o11y_schema/sf_umaCoreAnalytics",
217
224
  "o11y_schema/sf_umaCoreExperience",
218
225
  "o11y_schema/sf_umaGoals",
226
+ "o11y_schema/sf_umaMktgPerformanceApp",
219
227
  "o11y_schema/sf_umaSetup",
220
228
  "o11y_schema/sf_unifiedMessaging",
221
229
  "o11y_schema/sf_userDefinedLabel",
@@ -1,2 +1,2 @@
1
1
  export const action={namespace:"sf.blockBuilder",name:"Action",pbjsSchema:{"nested":{"sf":{"nested":{"blockBuilder":{"nested":{"Action":{"fields":{"owner":{"id":7,"type":"string"},"tempContentKey":{"id":9,"type":"string"},"contentKey":{"id":10,"type":"string"},"contentTypeFqn":{"id":1,"type":"string"},"copilotMechanism":{"id":11,"type":"string"},"contentBuilderAction":{"id":5,"type":"string"},"blockType":{"id":6,"type":"string"},"sessionId":{"id":12,"type":"string"},"prevAction":{"id":8,"type":"string"},
2
- "mode":{"id":2,"type":"string"},"args":{"rule":"repeated","id":13,"type":"string"},"variantId":{"id":4,"type":"string"},"wsOrFolderId":{"id":3,"type":"string"}}}}}}}}}};
2
+ "templateId":{"id":14,"type":"string"},"mode":{"id":2,"type":"string"},"args":{"rule":"repeated","id":13,"type":"string"},"variantId":{"id":4,"type":"string"},"wsOrFolderId":{"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
- export const constraint_builder_session={namespace:"sf.industriesConstraint",name:"ConstraintBuilderSession",pbjsSchema:{"nested":{"sf":{"nested":{"industriesConstraint":{"nested":{"ConstraintBuilderSession":{"fields":{"deactivateCount":{"id":3,"type":"uint32"},"buiSaveCount":{"id":7,"type":"uint32"},"activateCount":{"id":2,"type":"uint32"},"buiActivateCount":{"id":5,"type":"uint32"},"interactionName":{"id":1,"type":"string"},"buiDeactivateCount":{"id":6,"type":"uint32"},"saveCount":{"id":4,"type":"uint32"}}}}}}}}}};
1
+ export const constraint_builder_session={namespace:"sf.industriesConstraint",name:"ConstraintBuilderSession",pbjsSchema:{"nested":{"sf":{"nested":{"industriesConstraint":{"nested":{"ConstraintBuilderSession":{"fields":{"newConstraintCount":{"id":17,"type":"uint32"},"deactivateCount":{"id":3,"type":"uint32"},"syncCloseCount":{"id":14,"type":"uint32"},"toggleEditorCount":{"id":8,"type":"uint32"},"interactionName":{"id":1,"type":"string"},"buiSyncConfirmCount":{"id":15,"type":"uint32"},"toggleBuiToCmlCount":{"id":10,
2
+ "type":"uint32"},"toggleCmlToBuiCount":{"id":9,"type":"uint32"},"totalConstraintsCount":{"id":18,"type":"uint32"},"buiSyncCount":{"id":11,"type":"uint32"},"buiSyncCloseCount":{"id":13,"type":"uint32"},"buiSaveCount":{"id":7,"type":"uint32"},"syncCount":{"id":12,"type":"uint32"},"activateCount":{"id":2,"type":"uint32"},"buiActivateCount":{"id":5,"type":"uint32"},"buiDeactivateCount":{"id":6,"type":"uint32"},"saveCount":{"id":4,"type":"uint32"},"syncConfirmCount":{"id":16,"type":"uint32"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { lightning_out_component_render as lightningOutComponentRenderSchema } from './lightning_out_component_render.js';
1
2
  export { lightning_out_uma_container_load as lightningOutUmaContainerLoadSchema } from './lightning_out_uma_container_load.js';
@@ -0,0 +1 @@
1
+ export const lightning_out_component_render={namespace:"sf.lightningOut",name:"LightningOutComponentRender",pbjsSchema:{"nested":{"sf":{"nested":{"lightningOut":{"nested":{"LightningOutComponentRender":{"fields":{"componentType":{"id":2,"type":"string"},"loAppOrigin":{"id":6,"type":"string"},"componentProps":{"id":3,"type":"string"},"componentName":{"id":1,"type":"string"},"hasError":{"id":5,"type":"bool"},"message":{"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { lightning_out_component_render as lightningOutComponentRenderSchema } from './lightning_out_component_render.js';
1
2
  export { lightning_out_uma_container_load as lightningOutUmaContainerLoadSchema } from './lightning_out_uma_container_load.js';
@@ -1 +1 @@
1
- export const Interaction_event={namespace:"sf.mci",name:"InteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"mci":{"nested":{"InteractionEvent":{"fields":{"featureName":{"id":2,"type":"string"},"isScuba":{"id":3,"type":"bool"},"eventName":{"id":1,"type":"string"}}}}}}}}}};
1
+ export const Interaction_event={namespace:"sf.mci",name:"InteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"mci":{"nested":{"InteractionEvent":{"fields":{"featureName":{"id":2,"type":"string"},"isScuba":{"id":3,"type":"bool"},"eventName":{"id":1,"type":"string"},"isUserError":{"id":4,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const draft_queue_record_action={namespace:"sf.sfs",name:"DraftQueueRecordAction",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"DraftQueueRecordAction":{"fields":{"recordId":{"id":2,"type":"string"},"duration":{"id":7,"type":"double"},"queueSize":{"id":6,"type":"uint32"},"recordType":{"id":3,"type":"string"},"action":{"id":1,"type":"string"},"attributes":{"id":8,"type":"string"},"error":{"id":5,"type":"string"},"isSuccess":{"id":4,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const geofence_event={namespace:"sf.sfs",name:"GeofenceEvent",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"GeofenceEvent":{"fields":{"actionId":{"id":2,"type":"string"},"attributes":{"id":4,"type":"string"},"geofenceId":{"id":1,"type":"string"},"direction":{"id":3,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -7,8 +7,10 @@ export { crash_report as crashReportSchema } from './crash_report.js';
7
7
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
8
8
  export { data_capture as dataCaptureSchema } from './data_capture.js';
9
9
  export { document_print as documentPrintSchema } from './document_print.js';
10
+ export { draft_queue_record_action as draftQueueRecordActionSchema } from './draft_queue_record_action.js';
10
11
  export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
11
12
  export { file_info as fileInfoSchema } from './file_info.js';
13
+ export { geofence_event as geofenceEventSchema } from './geofence_event.js';
12
14
  export { loader_info as loaderInfoSchema } from './loader_info.js';
13
15
  export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
14
16
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -7,8 +7,10 @@ export { crash_report as crashReportSchema } from './crash_report.js';
7
7
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
8
8
  export { data_capture as dataCaptureSchema } from './data_capture.js';
9
9
  export { document_print as documentPrintSchema } from './document_print.js';
10
+ export { draft_queue_record_action as draftQueueRecordActionSchema } from './draft_queue_record_action.js';
10
11
  export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
11
12
  export { file_info as fileInfoSchema } from './file_info.js';
13
+ export { geofence_event as geofenceEventSchema } from './geofence_event.js';
12
14
  export { loader_info as loaderInfoSchema } from './loader_info.js';
13
15
  export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
14
16
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
@@ -0,0 +1 @@
1
+ export const event={namespace:"sf.starterOneProduct",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"starterOneProduct":{"nested":{"Event":{"fields":{"eventName":{"id":1,"type":"string"},"eventDetail":{"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,2 @@
1
+ export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
1
2
  export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
@@ -0,0 +1 @@
1
+ export const milestone_record_usage={namespace:"sf.support",name:"MilestoneRecordUsage",pbjsSchema:{"nested":{"sf":{"nested":{"support":{"nested":{"MilestoneRecordUsage":{"fields":{"interactionType":{"id":6,"type":"string"},"milestoneTypeName":{"id":3,"type":"string"},"parentRecordType":{"id":5,"type":"string"},"milestoneAgreementType":{"id":2,"type":"string"},"parentRecordId":{"id":4,"type":"string"},"milestoneRecordId":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
1
2
  export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
@@ -0,0 +1 @@
1
+ export { tab_next_ext_schema as tabNextExtSchemaSchema } from './tab_next_ext_schema.js';
@@ -0,0 +1 @@
1
+ export { tab_next_ext_schema as tabNextExtSchemaSchema } from './tab_next_ext_schema.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,2 @@
1
+ export const tab_next_ext_schema={namespace:"sf.tableauNext",name:"TabNextExtSchema",pbjsSchema:{"nested":{"sf":{"nested":{"tableauNext":{"nested":{"TabNextExtSchema":{"oneofs":{"_organizationId":{"oneof":["organizationId"]},"_action":{"oneof":["action"]},"_assetType":{"oneof":["assetType"]},"_assetName":{"oneof":["assetName"]}},"fields":{"organizationId":{"options":{"proto3_optional":true},"id":1,"type":"string"},"assetName":{"options":{"proto3_optional":true},"id":3,"type":"string"},"action":{"options":{"proto3_optional":true},
2
+ "id":4,"type":"string"},"assetType":{"options":{"proto3_optional":true},"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const uma_business_units={namespace:"sf.umaBusinessUnits",name:"UmaBusinessUnits",pbjsSchema:{"nested":{"sf":{"nested":{"umaBusinessUnits":{"nested":{"UmaBusinessUnits":{"fields":{"message":{"id":1,"type":"string"}}}}}}}}}};
1
+ export const uma_business_units={namespace:"sf.umaBusinessUnits",name:"UmaBusinessUnits",pbjsSchema:{"nested":{"sf":{"nested":{"umaBusinessUnits":{"nested":{"UmaBusinessUnits":{"oneofs":{"_infoMessage":{"oneof":["infoMessage"]},"_errorMessage":{"oneof":["errorMessage"]}},"fields":{"featureName":{"id":1,"type":"string"},"errorMessage":{"options":{"proto3_optional":true},"id":4,"type":"string"},"action":{"id":2,"type":"string"},"infoMessage":{"options":{"proto3_optional":true},"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { uma_consent as umaConsentSchema } from './uma_consent.js';
@@ -0,0 +1 @@
1
+ export { uma_consent as umaConsentSchema } from './uma_consent.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 uma_consent={namespace:"sf.umaConsent",name:"UmaConsent",pbjsSchema:{"nested":{"sf":{"nested":{"umaConsent":{"nested":{"UmaConsent":{"fields":{"userAction":{"id":4,"type":"string"},"channels":{"id":6,"type":"string"},"eventName":{"id":2,"type":"string"},"eventGroup":{"id":1,"type":"string"},"subscriptionId":{"id":5,"type":"string"},"userId":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1,3 @@
1
+ export const api_event={namespace:"sf.umaMktgPerformanceApp",name:"ApiEvent",pbjsSchema:{"nested":{"sf":{"nested":{"umaMktgPerformanceApp":{"nested":{"ApiEvent":{"oneofs":{"_statusCode":{"oneof":["statusCode"]},"_respCount":{"oneof":["respCount"]},"_isBuEnabled":{"oneof":["isBuEnabled"]},"_isMceEnabled":{"oneof":["isMceEnabled"]}},"fields":{"buId":{"id":8,"type":"string"},"respCount":{"options":{"proto3_optional":true},"id":12,"type":"uint32"},"msg":{"id":17,"type":"string"},"userAction":{"id":1,
2
+ "type":"string"},"apiName":{"id":2,"type":"string"},"isBuEnabled":{"options":{"proto3_optional":true},"id":6,"type":"bool"},"respStatus":{"id":13,"type":"string"},"retryCount":{"id":11,"type":"uint32"},"respId":{"id":14,"type":"string"},"recordType":{"id":15,"type":"string"},"apiCategory":{"id":3,"type":"string"},"errorMsg":{"id":10,"type":"string"},"recordId":{"id":5,"type":"string"},"endpoint":{"id":16,"type":"string"},"isMceEnabled":{"options":{"proto3_optional":true},"id":7,"type":"bool"},"internalFlow":{"id":9,
3
+ "type":"string"},"statusCode":{"options":{"proto3_optional":true},"id":4,"type":"int32"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { api_event as apiEventSchema } from './api_event.js';
2
+ export { ui_interaction_event as uiInteractionEventSchema } from './ui_interaction_event.js';
@@ -0,0 +1,2 @@
1
+ export { api_event as apiEventSchema } from './api_event.js';
2
+ export { ui_interaction_event as uiInteractionEventSchema } from './ui_interaction_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>
@@ -0,0 +1,2 @@
1
+ export const ui_interaction_event={namespace:"sf.umaMktgPerformanceApp",name:"UiInteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"umaMktgPerformanceApp":{"nested":{"UiInteractionEvent":{"oneofs":{"_isBuEnabled":{"oneof":["isBuEnabled"]},"_isMceEnabled":{"oneof":["isMceEnabled"]}},"fields":{"recordId":{"id":4,"type":"string"},"buId":{"id":8,"type":"string"},"msg":{"id":11,"type":"string"},"userAction":{"id":1,"type":"string"},"viewName":{"id":2,"type":"string"},"isBuEnabled":{"options":{"proto3_optional":true},
2
+ "id":6,"type":"bool"},"recordType":{"id":5,"type":"string"},"cmpName":{"id":3,"type":"string"},"isMceEnabled":{"options":{"proto3_optional":true},"id":7,"type":"bool"},"internalFlow":{"id":9,"type":"string"},"errorMsg":{"id":10,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='258.55.0'
1
+ export const version='258.57.0'