o11y_schema 256.152.0 → 256.154.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_appdevDevops/app_logging.js +1 -0
- package/sf_appdevDevops/index.js +1 -0
- package/sf_appdevDevops/sf_appdevDevops.js +1 -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
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
|
|
38
38
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
39
39
|
"./sf_p13n": "./sf_p13n/sf_p13n.js",
|
|
40
|
+
"./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
|
|
40
41
|
"./sf_campaign": "./sf_campaign/sf_campaign.js",
|
|
41
42
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
42
43
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
105
106
|
},
|
|
106
107
|
"type": "module",
|
|
107
|
-
"version": "256.
|
|
108
|
+
"version": "256.154.0",
|
|
108
109
|
"license": "BSD-3-Clause",
|
|
109
110
|
"volta": {
|
|
110
111
|
"node": "18.17.1",
|
|
@@ -184,6 +185,7 @@
|
|
|
184
185
|
"o11y_schema/sf_selfService",
|
|
185
186
|
"o11y_schema/sf_semanticDataPrism",
|
|
186
187
|
"o11y_schema/sf_semanticModel",
|
|
188
|
+
"o11y_schema/sf_sentosSearch",
|
|
187
189
|
"o11y_schema/sf_servicePlan",
|
|
188
190
|
"o11y_schema/sf_sfMaps",
|
|
189
191
|
"o11y_schema/sf_sfs",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const app_logging={namespace:"sf.appdevDevops",name:"AppLogging",pbjsSchema:{"nested":{"sf":{"nested":{"appdevDevops":{"nested":{"AppLogging":{"fields":{"logLevel":{"id":1,"type":"string"},"additionalLogs":{"id":3,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_appdevDevops/index.js
CHANGED
|
@@ -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.154.0'
|