o11y_schema 252.76.0 → 252.78.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
@@ -26,6 +26,7 @@
26
26
  "./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
27
27
  "./sf_campaign": "./sf_campaign/sf_campaign.js",
28
28
  "./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
29
+ "./spiff_shared": "./spiff_shared/spiff_shared.js",
29
30
  "./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
30
31
  "./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
31
32
  "./sf_userDefinedLabel": "./sf_userDefinedLabel/sf_userDefinedLabel.js",
@@ -77,7 +78,7 @@
77
78
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
78
79
  },
79
80
  "type": "module",
80
- "version": "252.76.0",
81
+ "version": "252.78.0",
81
82
  "license": "BSD-3-Clause",
82
83
  "volta": {
83
84
  "node": "18.17.1",
@@ -149,7 +150,8 @@
149
150
  "o11y_schema/sf_userDefinedLabel",
150
151
  "o11y_schema/sfcore_customCmp",
151
152
  "o11y_schema/sfcore_network",
152
- "o11y_schema/sfcore_performance"
153
+ "o11y_schema/sfcore_performance",
154
+ "o11y_schema/spiff_shared"
153
155
  ],
154
156
  "modules": [{"dir": "dist"}]
155
157
  }
@@ -5,6 +5,7 @@ export { search_answers_perf as searchAnswersPerfSchema } from './search_answers
5
5
  export { search_filters as searchFiltersSchema } from './search_filters.js';
6
6
  export { search_impression as searchImpressionSchema } from './search_impression.js';
7
7
  export { search_initiation as searchInitiationSchema } from './search_initiation.js';
8
+ export { search_intent_perf as searchIntentPerfSchema } from './search_intent_perf.js';
8
9
  export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
9
10
  export { search_result_action_click as searchResultActionClickSchema } from './search_result_action_click.js';
10
11
  export { search_result_click as searchResultClickSchema } from './search_result_click.js';
@@ -0,0 +1 @@
1
+ export const search_intent_perf={namespace:"sf.searchui",name:"SearchIntentPerf",pbjsSchema:{"nested":{"sf":{"nested":{"searchui":{"nested":{"SearchIntentPerf":{"fields":{"result":{"rule":"repeated","id":2,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"state":{"id":3,"type":"string"}}}}}}}}}};
@@ -5,6 +5,7 @@ export { search_answers_perf as searchAnswersPerfSchema } from './search_answers
5
5
  export { search_filters as searchFiltersSchema } from './search_filters.js';
6
6
  export { search_impression as searchImpressionSchema } from './search_impression.js';
7
7
  export { search_initiation as searchInitiationSchema } from './search_initiation.js';
8
+ export { search_intent_perf as searchIntentPerfSchema } from './search_intent_perf.js';
8
9
  export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
9
10
  export { search_result_action_click as searchResultActionClickSchema } from './search_result_action_click.js';
10
11
  export { search_result_click as searchResultClickSchema } from './search_result_click.js';
@@ -0,0 +1 @@
1
+ export const app_payload={namespace:"spiff.shared",name:"AppPayload",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"AppPayload":{"fields":{"companyId":{"id":2,"type":"string"},"companyDesignerVersion":{"id":3,"type":"string"},"userId":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
@@ -0,0 +1 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
@@ -1 +1 @@
1
- export const version='252.76.0'
1
+ export const version='252.78.0'