o11y_schema 244.8.0 → 244.10.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 CHANGED
@@ -9,6 +9,7 @@
9
9
  "./sf_commerce": "./sf_commerce/sf_commerce.js",
10
10
  "./sf_searchui": "./sf_searchui/sf_searchui.js",
11
11
  "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
12
+ "./sf_clwr": "./sf_clwr/sf_clwr.js",
12
13
  "./sf_automation": "./sf_automation/sf_automation.js",
13
14
  "./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
14
15
  "./sf_lists": "./sf_lists/sf_lists.js",
@@ -25,6 +26,7 @@
25
26
  "./sf_actions": "./sf_actions/sf_actions.js",
26
27
  "./sf_aura": "./sf_aura/sf_aura.js",
27
28
  "./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
29
+ "./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
28
30
  "./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
29
31
  "./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
30
32
  "./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
@@ -38,7 +40,7 @@
38
40
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
39
41
  },
40
42
  "type": "module",
41
- "version": "244.8.0",
43
+ "version": "244.10.0",
42
44
  "license": "BSD-3-Clause",
43
45
  "name": "o11y_schema",
44
46
  "lwc": {
@@ -48,6 +50,7 @@
48
50
  "o11y_schema/sf_aura",
49
51
  "o11y_schema/sf_automation",
50
52
  "o11y_schema/sf_blockBuilder",
53
+ "o11y_schema/sf_clwr",
51
54
  "o11y_schema/sf_commerce",
52
55
  "o11y_schema/sf_instrumentation",
53
56
  "o11y_schema/sf_instrumentationTest",
@@ -66,6 +69,7 @@
66
69
  "o11y_schema/sf_records",
67
70
  "o11y_schema/sf_searchui",
68
71
  "o11y_schema/sf_sfs",
72
+ "o11y_schema/sf_siteSearch",
69
73
  "o11y_schema/sf_testAiltnPageview",
70
74
  "o11y_schema/sfcore_customCmp"
71
75
  ],
@@ -0,0 +1 @@
1
+ export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"fields":{"visibleDuration":{"id":1,"type":"double"}}}}}}}}}};
@@ -0,0 +1,5 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
2
+ export { nav as navSchema } from './nav.js';
3
+ export { nav_transition as navTransitionSchema } from './nav_transition.js';
4
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
5
+ export { root as rootSchema } from './root.js';
package/sf_clwr/nav.js ADDED
@@ -0,0 +1 @@
1
+ export const nav={namespace:"sf.clwr",name:"Nav",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"Nav":{"fields":{"isIdleHit":{"id":1,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const nav_transition={namespace:"sf.clwr",name:"NavTransition",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"NavTransition":{"fields":{"code":{"id":4,"type":"string"},"isSsr":{"id":3,"type":"bool"},"level":{"id":5,"type":"string"},"nextUrl":{"id":1,"type":"string"},"type":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const page_payload={namespace:"sf.clwr",name:"PagePayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"PagePayload":{"fields":{"isSsr":{"id":3,"type":"bool"},"type":{"id":2,"type":"string"},"url":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const root={namespace:"sf.clwr",name:"Root",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"Root":{"fields":{"sequence":{"id":1,"type":"uint32"},"navCount":{"id":2,"type":"uint32"},"clickCount":{"id":3,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1,5 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
2
+ export { nav as navSchema } from './nav.js';
3
+ export { nav_transition as navTransitionSchema } from './nav_transition.js';
4
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
5
+ export { root as rootSchema } from './root.js';
@@ -0,0 +1 @@
1
+ export { results_layout_impression as resultsLayoutImpressionSchema } from './results_layout_impression.js';
@@ -0,0 +1 @@
1
+ export const results_layout_impression={namespace:"sf.siteSearch",name:"ResultsLayoutImpression",pbjsSchema:{"nested":{"sf":{"nested":{"siteSearch":{"nested":{"ResultsLayoutImpression":{"fields":{"resultsSource":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { results_layout_impression as resultsLayoutImpressionSchema } from './results_layout_impression.js';
@@ -1 +1 @@
1
- export const version='244.8.0'
1
+ export const version='244.10.0'