o11y_schema 260.18.0 → 260.20.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 +3 -1
- package/sf_dcAgent/agent_action.js +1 -0
- package/sf_dcAgent/index.js +1 -0
- package/sf_dcAgent/sf_dcAgent.js +1 -0
- package/sf_dcAgent/sf_dcAgent.js-meta.xml +7 -0
- package/sf_guidedConfig/gc_param_event.js +2 -0
- package/sf_guidedConfig/index.js +1 -0
- package/sf_guidedConfig/sf_guidedConfig.js +1 -0
- package/sf_mobileVoicePlatform/text_to_speech.js +1 -1
- package/sf_mobileVoicePlatform/text_to_speech_file_io.js +1 -2
- package/sf_sentosSearch/index.js +1 -0
- package/sf_sentosSearch/resultsPagePerf.js +2 -0
- package/sf_sentosSearch/sf_sentosSearch.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"./sf_prm": "./sf_prm/sf_prm.js",
|
|
11
11
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
12
12
|
"./sf_a4dInstrumentation": "./sf_a4dInstrumentation/sf_a4dInstrumentation.js",
|
|
13
|
+
"./sf_dcAgent": "./sf_dcAgent/sf_dcAgent.js",
|
|
13
14
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
14
15
|
"./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
|
|
15
16
|
"./sf_adaptiveExperience": "./sf_adaptiveExperience/sf_adaptiveExperience.js",
|
|
@@ -134,7 +135,7 @@
|
|
|
134
135
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
135
136
|
},
|
|
136
137
|
"type": "module",
|
|
137
|
-
"version": "260.
|
|
138
|
+
"version": "260.20.0",
|
|
138
139
|
"license": "BSD-3-Clause",
|
|
139
140
|
"volta": {
|
|
140
141
|
"node": "18.17.1",
|
|
@@ -168,6 +169,7 @@
|
|
|
168
169
|
"o11y_schema/sf_content",
|
|
169
170
|
"o11y_schema/sf_contentLayout",
|
|
170
171
|
"o11y_schema/sf_datalens",
|
|
172
|
+
"o11y_schema/sf_dcAgent",
|
|
171
173
|
"o11y_schema/sf_digitalwallet",
|
|
172
174
|
"o11y_schema/sf_eciExp",
|
|
173
175
|
"o11y_schema/sf_einstein",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const agent_action={namespace:"sf.dcAgent",name:"AgentAction",pbjsSchema:{"nested":{"sf":{"nested":{"dcAgent":{"nested":{"AgentAction":{"fields":{"flex2":{"id":5,"type":"string"},"flex1":{"id":4,"type":"string"},"agentName":{"id":1,"type":"string"},"message":{"id":3,"type":"string"},"actionName":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agent_action as agentActionSchema } from './agent_action.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agent_action as agentActionSchema } from './agent_action.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const gc_param_event={namespace:"sf.guidedConfig",name:"GcParamEvent",pbjsSchema:{"nested":{"sf":{"nested":{"guidedConfig":{"nested":{"GcParamEvent":{"fields":{"paramType":{"id":10,"type":"string"},"agentType":{"id":5,"type":"string"},"gcRoute":{"id":4,"type":"string"},"gcStep":{"id":3,"type":"string"},"interactionType":{"id":11,"type":"string"},"hasChanges":{"id":12,"type":"bool"},"gcVersionId":{"id":8,"type":"string"},"gcDefId":{"id":7,"type":"string"},"paramName":{"id":9,"type":"string"},
|
|
2
|
+
"gcFlowId":{"id":1,"type":"string"},"gcFlowMode":{"id":2,"type":"string"},"botDefId":{"id":6,"type":"string"}}}}}}}}}};
|
package/sf_guidedConfig/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
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"},"
|
|
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"},"engine":{"id":1,"type":"string"},"audioBundleId":{"id":10,"type":"string"},"modelLoadTime":{"id":5,"type":"uint64"},"firstAudioLength":{"id":7,"type":"uint64"},"audioLength":{"id":9,"type":"uint64"},"locale":{"id":3,"type":"string"},"processingTime":{"id":8,
|
|
2
2
|
"type":"uint64"},"timeToFirstAudio":{"id":6,"type":"uint64"}}}}}}}}}};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export const text_to_speech_file_io={namespace:"sf.mobileVoicePlatform",name:"TextToSpeechFileIo",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"
|
|
2
|
-
"type":"string"}}}}}}}}}};
|
|
1
|
+
export const text_to_speech_file_io={namespace:"sf.mobileVoicePlatform",name:"TextToSpeechFileIo",pbjsSchema:{"nested":{"sf":{"nested":{"mobileVoicePlatform":{"nested":{"TextToSpeechFileIo":{"fields":{"timeToFirstAudibleAudio":{"id":2,"type":"uint64"},"playbackLength":{"id":1,"type":"uint64"},"audioBundleId":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_sentosSearch/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export { agenticInteraction as agenticInteractionSchema } from './agenticInterac
|
|
|
2
2
|
export { init as initSchema } from './init.js';
|
|
3
3
|
export { query as querySchema } from './query.js';
|
|
4
4
|
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
5
|
+
export { resultsPagePerf as resultsPagePerfSchema } from './resultsPagePerf.js';
|
|
5
6
|
export { searchResultsInteraction as searchResultsInteractionSchema } from './searchResultsInteraction.js';
|
|
6
7
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const resultsPagePerf={namespace:"sf.sentosSearch",name:"ResultsPagePerf",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPagePerf":{"fields":{"srchSessionId":{"id":2,"type":"string"},"resultsCount":{"id":8,"type":"uint32"},"resultsType":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"clientSearchId":{"id":5,"type":"string"},"scopedSource":{"id":9,"type":"string"},"hasError":{"id":7,"type":"bool"},"isCached":{"id":10,"type":"bool"},"windowId":{"id":3,
|
|
2
|
+
"type":"string"},"queryId":{"id":6,"type":"string"},"queryOrigin":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -2,5 +2,6 @@ export { agenticInteraction as agenticInteractionSchema } from './agenticInterac
|
|
|
2
2
|
export { init as initSchema } from './init.js';
|
|
3
3
|
export { query as querySchema } from './query.js';
|
|
4
4
|
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
5
|
+
export { resultsPagePerf as resultsPagePerfSchema } from './resultsPagePerf.js';
|
|
5
6
|
export { searchResultsInteraction as searchResultsInteractionSchema } from './searchResultsInteraction.js';
|
|
6
7
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.20.0'
|