o11y_schema 260.53.0 → 260.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.
- package/package.json +13 -1
- package/sf_afvAnalytics/index.js +1 -0
- package/sf_afvAnalytics/sf_afvAnalytics.js +1 -0
- package/sf_afvAnalytics/sf_afvAnalytics.js-meta.xml +7 -0
- package/sf_afvAnalytics/usage_metrics_download.js +1 -0
- package/sf_appexchangeInstrumentation/appexchange_instrumentation.js +2 -0
- package/sf_appexchangeInstrumentation/index.js +1 -0
- package/sf_appexchangeInstrumentation/sf_appexchangeInstrumentation.js +1 -0
- package/sf_appexchangeInstrumentation/sf_appexchangeInstrumentation.js-meta.xml +7 -0
- package/sf_cdpActivation/activation_context.js +2 -0
- package/sf_cdpActivation/index.js +1 -0
- package/sf_cdpActivation/sf_cdpActivation.js +1 -0
- package/sf_cdpActivation/sf_cdpActivation.js-meta.xml +7 -0
- package/sf_cia/help_panel_event.js +2 -0
- package/sf_cia/index.js +1 -0
- package/sf_cia/sf_cia.js +1 -0
- package/sf_cia/sf_cia.js-meta.xml +7 -0
- package/sf_einstein/copilot_perf.js +3 -2
- package/sf_energyUtilities/eu_event_log.js +1 -1
- package/sf_industriesCompliance/index.js +1 -0
- package/sf_industriesCompliance/policy_addin.js +1 -0
- package/sf_industriesCompliance/sf_industriesCompliance.js +1 -0
- package/sf_lightningsdk/entity_fetched_graphql_metadata.js +1 -0
- package/sf_lightningsdk/entity_fetched_metadata.js +1 -0
- package/sf_lightningsdk/index.js +2 -0
- package/sf_lightningsdk/sf_lightningsdk.js +2 -0
- package/sf_mobileVoicePlatform/index.js +1 -0
- package/sf_mobileVoicePlatform/mvp_first_unit_produced.js +1 -0
- package/sf_mobileVoicePlatform/sf_mobileVoicePlatform.js +1 -0
- package/sf_mobileVoicePlatform/speech_to_text.js +2 -1
- package/sf_mobileVoicePlatform/text_to_speech.js +3 -2
- package/sf_peoplescoring/index.js +1 -0
- package/sf_peoplescoring/people_scoring_event.js +2 -0
- package/sf_peoplescoring/sf_peoplescoring.js +1 -0
- package/sf_peoplescoring/sf_peoplescoring.js-meta.xml +7 -0
- package/sf_segmentation/index.js +1 -0
- package/sf_segmentation/quick_attributes_analytics.js +2 -0
- package/sf_segmentation/sf_segmentation.js +1 -0
- package/sf_suitesHome/event.js +1 -0
- package/sf_suitesHome/index.js +1 -0
- package/sf_suitesHome/sf_suitesHome.js +1 -0
- package/sf_suitesHome/sf_suitesHome.js-meta.xml +7 -0
- package/sf_umaBusinessUnits/uma_business_units.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
15
15
|
"./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
|
|
16
16
|
"./sf_adaptiveExperience": "./sf_adaptiveExperience/sf_adaptiveExperience.js",
|
|
17
|
+
"./sf_cia": "./sf_cia/sf_cia.js",
|
|
17
18
|
"./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
|
|
18
19
|
"./sf_brief": "./sf_brief/sf_brief.js",
|
|
19
20
|
"./sf_lsc": "./sf_lsc/sf_lsc.js",
|
|
@@ -29,8 +30,10 @@
|
|
|
29
30
|
"./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
|
|
30
31
|
"./sf_campaign": "./sf_campaign/sf_campaign.js",
|
|
31
32
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
33
|
+
"./sf_suitesHome": "./sf_suitesHome/sf_suitesHome.js",
|
|
32
34
|
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
33
35
|
"./sf_platformWebIde": "./sf_platformWebIde/sf_platformWebIde.js",
|
|
36
|
+
"./sf_cdpActivation": "./sf_cdpActivation/sf_cdpActivation.js",
|
|
34
37
|
"./sf_recordPicker": "./sf_recordPicker/sf_recordPicker.js",
|
|
35
38
|
"./sf_suitesFoundation": "./sf_suitesFoundation/sf_suitesFoundation.js",
|
|
36
39
|
"./sf_commerce": "./sf_commerce/sf_commerce.js",
|
|
@@ -62,11 +65,14 @@
|
|
|
62
65
|
"./sf_content": "./sf_content/sf_content.js",
|
|
63
66
|
"./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js",
|
|
64
67
|
"./sf_datalens": "./sf_datalens/sf_datalens.js",
|
|
68
|
+
"./sf_peoplescoring": "./sf_peoplescoring/sf_peoplescoring.js",
|
|
69
|
+
"./sf_afvAnalytics": "./sf_afvAnalytics/sf_afvAnalytics.js",
|
|
65
70
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
66
71
|
"./sf_lwc": "./sf_lwc/sf_lwc.js",
|
|
67
72
|
"./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
|
|
68
73
|
"./sf_scrt": "./sf_scrt/sf_scrt.js",
|
|
69
74
|
"./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
|
|
75
|
+
"./sf_appexchangeInstrumentation": "./sf_appexchangeInstrumentation/sf_appexchangeInstrumentation.js",
|
|
70
76
|
"./sf_records": "./sf_records/sf_records.js",
|
|
71
77
|
"./sf_omniStudio": "./sf_omniStudio/sf_omniStudio.js",
|
|
72
78
|
"./sf_lol": "./sf_lol/sf_lol.js",
|
|
@@ -141,7 +147,7 @@
|
|
|
141
147
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
142
148
|
},
|
|
143
149
|
"type": "module",
|
|
144
|
-
"version": "260.
|
|
150
|
+
"version": "260.57.0",
|
|
145
151
|
"license": "BSD-3-Clause",
|
|
146
152
|
"volta": {
|
|
147
153
|
"node": "18.17.1",
|
|
@@ -155,12 +161,14 @@
|
|
|
155
161
|
"o11y_schema/sf_actExp",
|
|
156
162
|
"o11y_schema/sf_actions",
|
|
157
163
|
"o11y_schema/sf_adaptiveExperience",
|
|
164
|
+
"o11y_schema/sf_afvAnalytics",
|
|
158
165
|
"o11y_schema/sf_agentforceInstrumentation",
|
|
159
166
|
"o11y_schema/sf_agentforceMessaging",
|
|
160
167
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
161
168
|
"o11y_schema/sf_almSimpleDeploy",
|
|
162
169
|
"o11y_schema/sf_appDevAisc",
|
|
163
170
|
"o11y_schema/sf_appdevDevops",
|
|
171
|
+
"o11y_schema/sf_appexchangeInstrumentation",
|
|
164
172
|
"o11y_schema/sf_aura",
|
|
165
173
|
"o11y_schema/sf_automation",
|
|
166
174
|
"o11y_schema/sf_barRecover",
|
|
@@ -170,6 +178,8 @@
|
|
|
170
178
|
"o11y_schema/sf_brief",
|
|
171
179
|
"o11y_schema/sf_campaign",
|
|
172
180
|
"o11y_schema/sf_ccinventory",
|
|
181
|
+
"o11y_schema/sf_cdpActivation",
|
|
182
|
+
"o11y_schema/sf_cia",
|
|
173
183
|
"o11y_schema/sf_clwr",
|
|
174
184
|
"o11y_schema/sf_commerce",
|
|
175
185
|
"o11y_schema/sf_communications",
|
|
@@ -230,6 +240,7 @@
|
|
|
230
240
|
"o11y_schema/sf_p13n",
|
|
231
241
|
"o11y_schema/sf_payments",
|
|
232
242
|
"o11y_schema/sf_pdp",
|
|
243
|
+
"o11y_schema/sf_peoplescoring",
|
|
233
244
|
"o11y_schema/sf_platformWebIde",
|
|
234
245
|
"o11y_schema/sf_policyCenter",
|
|
235
246
|
"o11y_schema/sf_prm",
|
|
@@ -257,6 +268,7 @@
|
|
|
257
268
|
"o11y_schema/sf_starterOneProduct",
|
|
258
269
|
"o11y_schema/sf_studio",
|
|
259
270
|
"o11y_schema/sf_suitesFoundation",
|
|
271
|
+
"o11y_schema/sf_suitesHome",
|
|
260
272
|
"o11y_schema/sf_support",
|
|
261
273
|
"o11y_schema/sf_tableauNext",
|
|
262
274
|
"o11y_schema/sf_testAiltnPageview",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { usage_metrics_download as usageMetricsDownloadSchema } from './usage_metrics_download.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { usage_metrics_download as usageMetricsDownloadSchema } from './usage_metrics_download.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const usage_metrics_download={namespace:"sf.afvAnalytics",name:"UsageMetricsDownload",pbjsSchema:{"nested":{"sf":{"nested":{"afvAnalytics":{"nested":{"UsageMetricsDownload":{"fields":{"periodStartDate":{"id":1,"type":"string"},"generatedDate":{"id":3,"type":"string"},"periodEndDate":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const appexchange_instrumentation={namespace:"sf.appexchangeInstrumentation",name:"AppexchangeInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"appexchangeInstrumentation":{"nested":{"AppexchangeInstrumentation":{"fields":{"componentType":{"id":7,"type":"string"},"componentValue":{"id":8,"type":"string"},"fieldName":{"id":9,"type":"string"},"featureName":{"id":3,"type":"string"},"fieldValueCount":{"id":11,"type":"uint32"},"appName":{"id":2,"type":"string"},"errorType":{"id":12,"type":"string"},
|
|
2
|
+
"fieldValueText":{"id":10,"type":"string"},"eventName":{"id":1,"type":"string"},"componentName":{"id":6,"type":"string"},"assetType":{"id":4,"type":"string"},"consumerName":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { appexchange_instrumentation as appexchangeInstrumentationSchema } from './appexchange_instrumentation.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { appexchange_instrumentation as appexchangeInstrumentationSchema } from './appexchange_instrumentation.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const activation_context={namespace:"sf.cdpActivation",name:"ActivationContext",pbjsSchema:{"nested":{"sf":{"nested":{"cdpActivation":{"nested":{"ActivationContext":{"fields":{"wizardMode":{"id":12,"type":"string"},"processingType":{"id":6,"type":"string"},"targetId":{"id":2,"type":"string"},"wizardStep":{"id":10,"type":"string"},"platformType":{"id":7,"type":"string"},"entityId":{"id":15,"type":"string"},"sessionId":{"id":13,"type":"string"},"connectionType":{"id":8,"type":"string"},"activationType":{"id":5,
|
|
2
|
+
"type":"string"},"dataspaceName":{"id":9,"type":"string"},"entityName":{"id":14,"type":"string"},"segmentId":{"id":3,"type":"string"},"activationId":{"id":1,"type":"string"},"status":{"id":4,"type":"string"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { activation_context as activationContextSchema } from './activation_context.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { activation_context as activationContextSchema } from './activation_context.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const help_panel_event={namespace:"sf.cia",name:"HelpPanelEvent",pbjsSchema:{"nested":{"sf":{"nested":{"cia":{"nested":{"HelpPanelEvent":{"fields":{"instance":{"options":{"(meta.max_length)":255},"id":5,"type":"string"},"linkUrl":{"options":{"(meta.max_length)":2E3},"id":7,"type":"string"},"eventName":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},"linkSource":{"options":{"(meta.max_length)":50},"id":8,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":9,"type":"string"},
|
|
2
|
+
"userId":{"options":{"(meta.max_length)":18},"id":3,"type":"string"},"spSessionId":{"options":{"(meta.max_length)":100},"id":2,"type":"string"},"orgId":{"options":{"(meta.max_length)":18},"id":4,"type":"string"},"timestamp":{"id":6,"type":"int64"}}}}}}}}}};
|
package/sf_cia/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { help_panel_event as helpPanelEventSchema } from './help_panel_event.js';
|
package/sf_cia/sf_cia.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { help_panel_event as helpPanelEventSchema } from './help_panel_event.js';
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"traceId":{"id":18,"type":"string"},"
|
|
2
|
-
"
|
|
1
|
+
export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"traceId":{"id":18,"type":"string"},"screenshotSize":{"id":23,"type":"uint64"},"componentType":{"id":21,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,
|
|
2
|
+
"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},"componentDefinition":{"id":20,"type":"string"},"isActive":{"id":22,"type":"bool"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},"noOfAttachments":{"id":14,
|
|
3
|
+
"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -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"},"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
|
+
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"},"userContext":{"id":8,"type":"string"},"actionName":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
export { policy_addin as policyAddinSchema } from './policy_addin.js';
|
|
1
2
|
export { rcm_action_executed as rcmActionExecutedSchema } from './rcm_action_executed.js';
|
|
2
3
|
export { rcm_junction_records_created as rcmJunctionRecordsCreatedSchema } from './rcm_junction_records_created.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const policy_addin={namespace:"sf.industriesCompliance",name:"PolicyAddin",pbjsSchema:{"nested":{"sf":{"nested":{"industriesCompliance":{"nested":{"PolicyAddin":{"fields":{"context":{"id":2,"type":"string"},"message":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
export { policy_addin as policyAddinSchema } from './policy_addin.js';
|
|
1
2
|
export { rcm_action_executed as rcmActionExecutedSchema } from './rcm_action_executed.js';
|
|
2
3
|
export { rcm_junction_records_created as rcmJunctionRecordsCreatedSchema } from './rcm_junction_records_created.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const entity_fetched_graphql_metadata={namespace:"sf.lightningsdk",name:"EntityFetchedGraphqlMetadata",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"EntityFetchedGraphqlMetadata":{"fields":{"query":{"id":1,"type":"string"},"isEmptyData":{"id":2,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const entity_fetched_metadata={namespace:"sf.lightningsdk",name:"EntityFetchedMetadata",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"EntityFetchedMetadata":{"fields":{"apiName":{"id":1,"type":"string"},"wasSuccessful":{"id":4,"type":"bool"},"isOffline":{"id":3,"type":"bool"},"adapterName":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_lightningsdk/index.js
CHANGED
|
@@ -6,10 +6,12 @@ export { resource_download as resourceDownloadSchema } from './resource_download
|
|
|
6
6
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
7
7
|
export { launch as launchSchema } from './launch.js';
|
|
8
8
|
export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
|
|
9
|
+
export { entity_fetched_metadata as entityFetchedMetadataSchema } from './entity_fetched_metadata.js';
|
|
9
10
|
export { module_download as moduleDownloadSchema } from './module_download.js';
|
|
10
11
|
export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
|
|
11
12
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
12
13
|
export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
|
|
13
14
|
export { worker_shutdown as workerShutdownSchema } from './worker_shutdown.js';
|
|
14
15
|
export { custom_module_import as customModuleImportSchema } from './custom_module_import.js';
|
|
16
|
+
export { entity_fetched_graphql_metadata as entityFetchedGraphqlMetadataSchema } from './entity_fetched_graphql_metadata.js';
|
|
15
17
|
export { navigation as navigationSchema } from './navigation.js';
|
|
@@ -6,10 +6,12 @@ export { resource_download as resourceDownloadSchema } from './resource_download
|
|
|
6
6
|
export { route_priming as routePrimingSchema } from './route_priming.js';
|
|
7
7
|
export { launch as launchSchema } from './launch.js';
|
|
8
8
|
export { update_image_url as updateImageUrlSchema } from './update_image_url.js';
|
|
9
|
+
export { entity_fetched_metadata as entityFetchedMetadataSchema } from './entity_fetched_metadata.js';
|
|
9
10
|
export { module_download as moduleDownloadSchema } from './module_download.js';
|
|
10
11
|
export { module_bundle_download as moduleBundleDownloadSchema } from './module_bundle_download.js';
|
|
11
12
|
export { app_priming as appPrimingSchema } from './app_priming.js';
|
|
12
13
|
export { module_invalidation as moduleInvalidationSchema } from './module_invalidation.js';
|
|
13
14
|
export { worker_shutdown as workerShutdownSchema } from './worker_shutdown.js';
|
|
14
15
|
export { custom_module_import as customModuleImportSchema } from './custom_module_import.js';
|
|
16
|
+
export { entity_fetched_graphql_metadata as entityFetchedGraphqlMetadataSchema } from './entity_fetched_graphql_metadata.js';
|
|
15
17
|
export { navigation as navigationSchema } from './navigation.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { mvp_first_unit_produced as mvpFirstUnitProducedSchema } from './mvp_first_unit_produced.js';
|
|
1
2
|
export { speech_to_text as speechToTextSchema } from './speech_to_text.js';
|
|
2
3
|
export { text_to_speech_file_io as textToSpeechFileIoSchema } from './text_to_speech_file_io.js';
|
|
3
4
|
export { text_to_speech as textToSpeechSchema } from './text_to_speech.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mvp_first_unit_produced={namespace:"sf.mobileVoicePlatform",name:"MvpFirstUnitProduced",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"MvpFirstUnitProduced":{"fields":{"unitType":{"id":4,"type":"string"},"engine":{"id":2,"type":"string"},"unitsSoFar":{"id":5,"type":"uint64"},"requestId":{"id":1,"type":"string"},"unitsPerSecondSoFar":{"id":6,"type":"double"},"timeToFirstUnitMs":{"id":3,"type":"uint64"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { mvp_first_unit_produced as mvpFirstUnitProducedSchema } from './mvp_first_unit_produced.js';
|
|
1
2
|
export { speech_to_text as speechToTextSchema } from './speech_to_text.js';
|
|
2
3
|
export { text_to_speech_file_io as textToSpeechFileIoSchema } from './text_to_speech_file_io.js';
|
|
3
4
|
export { text_to_speech as textToSpeechSchema } from './text_to_speech.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export const speech_to_text={namespace:"sf.mobileVoicePlatform",name:"SpeechToText",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"SpeechToText":{"fields":{"engineVersion":{"id":2,"type":"string"},"
|
|
1
|
+
export const speech_to_text={namespace:"sf.mobileVoicePlatform",name:"SpeechToText",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"SpeechToText":{"fields":{"engineVersion":{"id":2,"type":"string"},"voice":{"id":9,"type":"string"},"realTimeFactor":{"id":18,"type":"double"},"wordCount":{"id":10,"type":"uint32"},"modelLoadTime":{"id":4,"type":"uint64"},"outputTokenTotal":{"id":11,"type":"uint64"},"outputTimestampTokensTotal":{"id":13,"type":"uint64"},"textLength":{"id":8,"type":"uint64"},
|
|
2
|
+
"audioFormat":{"id":17,"type":"string"},"locale":{"id":3,"type":"string"},"audioInputMs":{"id":16,"type":"uint64"},"modelInferenceTime":{"id":19,"type":"uint64"},"sampleRate":{"id":20,"type":"uint32"},"processingTime":{"id":7,"type":"uint64"},"timeToFirstText":{"id":5,"type":"uint64"},"firstTextLength":{"id":6,"type":"uint64"},"engine":{"id":1,"type":"string"},"outputTextTokenTotal":{"id":12,"type":"uint64"},"chunksProcessed":{"id":14,"type":"uint64"},"audioTokens":{"id":15,"type":"uint32"}}}}}}}}}};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export const text_to_speech={namespace:"sf.mobileVoicePlatform",name:"TextToSpeech",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"TextToSpeech":{"fields":{"engineVersion":{"id":2,"type":"string"},"voice":{"id":4,"type":"string"},"
|
|
2
|
-
"type":"uint64"},"timeToFirstAudio":{"id":6,"type":"uint64"}}}}}}}}}
|
|
1
|
+
export const text_to_speech={namespace:"sf.mobileVoicePlatform",name:"TextToSpeech",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"TextToSpeech":{"fields":{"engineVersion":{"id":2,"type":"string"},"voice":{"id":4,"type":"string"},"modelLoadTime":{"id":5,"type":"uint64"},"inputCharacters":{"id":14,"type":"uint32"},"audioLength":{"id":9,"type":"uint64"},"audioFormat":{"id":12,"type":"string"},"inputTokens":{"id":15,"type":"uint64"},"locale":{"id":3,"type":"string"},"modelInferenceTime":{"id":13,
|
|
2
|
+
"type":"uint64"},"processingTime":{"id":8,"type":"uint64"},"inputTokenTruncated":{"id":17,"type":"bool"},"timeToFirstAudio":{"id":6,"type":"uint64"},"outputAudioSamples":{"id":19,"type":"uint64"},"audioQualityScore":{"id":11,"type":"double"},"engine":{"id":1,"type":"string"},"audioBundleId":{"id":10,"type":"string"},"firstAudioLength":{"id":7,"type":"uint64"},"inputTokensUsed":{"id":16,"type":"uint64"},"outputAudioMs":{"id":20,"type":"uint64"},"samplesPerSecondGenerated":{"id":21,"type":"double"},
|
|
3
|
+
"outputTokens":{"id":18,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { people_scoring_event as peopleScoringEventSchema } from './people_scoring_event.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const people_scoring_event={namespace:"sf.peoplescoring",name:"PeopleScoringEvent",pbjsSchema:{"nested":{"sf":{"nested":{"peoplescoring":{"nested":{"PeopleScoringEvent":{"fields":{"rulesetId":{"id":3,"type":"string"},"rulesetStatus":{"id":5,"type":"string"},"businessUnitName":{"id":9,"type":"string"},"runFrequency":{"id":14,"type":"string"},"rulesetCount":{"id":10,"type":"uint32"},"errorType":{"id":16,"type":"string"},"errorMessage":{"id":15,"type":"string"},"edition":{"id":2,"type":"string"},
|
|
2
|
+
"businessUnitId":{"id":8,"type":"string"},"actionSource":{"id":17,"type":"string"},"ruleCount":{"id":12,"type":"uint32"},"dataspace":{"id":7,"type":"string"},"eventName":{"id":1,"type":"string"},"activeRulesetCount":{"id":11,"type":"uint32"},"rulesetName":{"id":4,"type":"string"},"isLimitReached":{"id":18,"type":"bool"},"category":{"id":6,"type":"string"},"durationMs":{"id":13,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { people_scoring_event as peopleScoringEventSchema } from './people_scoring_event.js';
|
package/sf_segmentation/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export { segment_alm_filter_usage as segmentAlmFilterUsageSchema } from './segme
|
|
|
2
2
|
export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
|
|
3
3
|
export { segment_preview_analytics as segmentPreviewAnalyticsSchema } from './segment_preview_analytics.js';
|
|
4
4
|
export { grl_analytics as grlAnalyticsSchema } from './grl_analytics.js';
|
|
5
|
+
export { quick_attributes_analytics as quickAttributesAnalyticsSchema } from './quick_attributes_analytics.js';
|
|
5
6
|
export { segment_builder_context as segmentBuilderContextSchema } from './segment_builder_context.js';
|
|
6
7
|
export { aggregation_container_analytics as aggregationContainerAnalyticsSchema } from './aggregation_container_analytics.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const quick_attributes_analytics={namespace:"sf.segmentation",name:"QuickAttributesAnalytics",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"QuickAttributesAnalytics":{"fields":{"isInsideAgg":{"id":5,"type":"bool"},"fieldApiName":{"id":10,"type":"string"},"containerFieldApiName":{"id":16,"type":"string"},"errorMessage":{"id":17,"type":"string"},"containerJoinPath":{"id":14,"type":"string"},"navMode":{"id":3,"type":"string"},"path":{"id":11,"type":"string"},"dropScope":{"id":18,
|
|
2
|
+
"type":"string"},"qaApiName":{"id":8,"type":"string"},"messageType":{"id":2,"type":"string"},"qaName":{"id":6,"type":"string"},"segmentId":{"id":1,"type":"string"},"qaType":{"id":7,"type":"string"},"objectApiName":{"id":9,"type":"string"},"containerPath":{"id":13,"type":"string"},"containerObjectApiName":{"id":15,"type":"string"},"joinPath":{"id":12,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -2,5 +2,6 @@ export { segment_alm_filter_usage as segmentAlmFilterUsageSchema } from './segme
|
|
|
2
2
|
export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
|
|
3
3
|
export { segment_preview_analytics as segmentPreviewAnalyticsSchema } from './segment_preview_analytics.js';
|
|
4
4
|
export { grl_analytics as grlAnalyticsSchema } from './grl_analytics.js';
|
|
5
|
+
export { quick_attributes_analytics as quickAttributesAnalyticsSchema } from './quick_attributes_analytics.js';
|
|
5
6
|
export { segment_builder_context as segmentBuilderContextSchema } from './segment_builder_context.js';
|
|
6
7
|
export { aggregation_container_analytics as aggregationContainerAnalyticsSchema } from './aggregation_container_analytics.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const event={namespace:"sf.suitesHome",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"suitesHome":{"nested":{"Event":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]}},"fields":{"userAction":{"id":4,"type":"string"},"componentId":{"id":2,"type":"string"},"eventName":{"id":1,"type":"string"},"eventDetail":{"id":3,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},"id":6,"type":"int32"},"featureId":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { event as eventSchema } from './event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { event as eventSchema } from './event.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const uma_business_units={namespace:"sf.umaBusinessUnits",name:"UmaBusinessUnits",pbjsSchema:{"nested":{"sf":{"nested":{"umaBusinessUnits":{"nested":{"UmaBusinessUnits":{"oneofs":{"_httpStatusCode":{"oneof":["httpStatusCode"]},"_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},
|
|
2
|
-
"id":3,"type":"string"},"httpStatusCode":{"options":{"proto3_optional":true},"id":5,"type":"
|
|
2
|
+
"id":3,"type":"string"},"httpStatusCode":{"options":{"proto3_optional":true},"id":5,"type":"int32"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.57.0'
|