o11y_schema 256.153.0 → 256.155.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 +5 -1
- package/sf_omniStudio/index.js +1 -0
- package/sf_omniStudio/omni_studio_usage.js +1 -0
- package/sf_omniStudio/sf_omniStudio.js +1 -0
- package/sf_omniStudio/sf_omniStudio.js-meta.xml +7 -0
- package/sf_sentosSearch/index.js +1 -0
- package/sf_sentosSearch/init.js +1 -0
- package/sf_sentosSearch/sf_sentosSearch.js +1 -0
- package/sf_sentosSearch/sf_sentosSearch.js-meta.xml +7 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"./sf_scrt": "./sf_scrt/sf_scrt.js",
|
|
21
21
|
"./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
|
|
22
22
|
"./sf_records": "./sf_records/sf_records.js",
|
|
23
|
+
"./sf_omniStudio": "./sf_omniStudio/sf_omniStudio.js",
|
|
23
24
|
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
24
25
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
|
|
25
26
|
"./sf_lol": "./sf_lol/sf_lol.js",
|
|
@@ -37,6 +38,7 @@
|
|
|
37
38
|
"./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
|
|
38
39
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
39
40
|
"./sf_p13n": "./sf_p13n/sf_p13n.js",
|
|
41
|
+
"./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
|
|
40
42
|
"./sf_campaign": "./sf_campaign/sf_campaign.js",
|
|
41
43
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
42
44
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
105
107
|
},
|
|
106
108
|
"type": "module",
|
|
107
|
-
"version": "256.
|
|
109
|
+
"version": "256.155.0",
|
|
108
110
|
"license": "BSD-3-Clause",
|
|
109
111
|
"volta": {
|
|
110
112
|
"node": "18.17.1",
|
|
@@ -168,6 +170,7 @@
|
|
|
168
170
|
"o11y_schema/sf_o11ySample",
|
|
169
171
|
"o11y_schema/sf_offlineApp",
|
|
170
172
|
"o11y_schema/sf_omniChannel",
|
|
173
|
+
"o11y_schema/sf_omniStudio",
|
|
171
174
|
"o11y_schema/sf_p13n",
|
|
172
175
|
"o11y_schema/sf_payments",
|
|
173
176
|
"o11y_schema/sf_policyCenter",
|
|
@@ -184,6 +187,7 @@
|
|
|
184
187
|
"o11y_schema/sf_selfService",
|
|
185
188
|
"o11y_schema/sf_semanticDataPrism",
|
|
186
189
|
"o11y_schema/sf_semanticModel",
|
|
190
|
+
"o11y_schema/sf_sentosSearch",
|
|
187
191
|
"o11y_schema/sf_servicePlan",
|
|
188
192
|
"o11y_schema/sf_sfMaps",
|
|
189
193
|
"o11y_schema/sf_sfs",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { omni_studio_usage as omniStudioUsageSchema } from './omni_studio_usage.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const omni_studio_usage={namespace:"sf.omniStudio",name:"OmniStudioUsage",pbjsSchema:{"nested":{"sf":{"nested":{"omniStudio":{"nested":{"OmniStudioUsage":{"fields":{"componentType":{"id":7,"type":"string"},"subFeatureName":{"id":2,"type":"string"},"componentId":{"id":6,"type":"string"},"featureName":{"id":3,"type":"string"},"moduleName":{"id":5,"type":"string"},"action":{"id":1,"type":"string"},"methodName":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { omni_studio_usage as omniStudioUsageSchema } from './omni_studio_usage.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { init as initSchema } from './init.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { init as initSchema } from './init.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.155.0'
|