o11y_schema 248.66.0 → 248.67.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
@@ -47,6 +47,7 @@
47
47
  "./sfcore_network": "./sfcore_network/sfcore_network.js",
48
48
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
49
49
  "./sf_lex": "./sf_lex/sf_lex.js",
50
+ "./sf_sApp": "./sf_sApp/sf_sApp.js",
50
51
  "./sf_revenue": "./sf_revenue/sf_revenue.js",
51
52
  "./sf_sfsMobileHybrid": "./sf_sfsMobileHybrid/sf_sfsMobileHybrid.js",
52
53
  "./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
@@ -60,7 +61,7 @@
60
61
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
61
62
  },
62
63
  "type": "module",
63
- "version": "248.66.0",
64
+ "version": "248.67.0",
64
65
  "license": "BSD-3-Clause",
65
66
  "name": "o11y_schema",
66
67
  "lwc": {
@@ -99,6 +100,7 @@
99
100
  "o11y_schema/sf_recordPicker",
100
101
  "o11y_schema/sf_records",
101
102
  "o11y_schema/sf_revenue",
103
+ "o11y_schema/sf_sApp",
102
104
  "o11y_schema/sf_scrt",
103
105
  "o11y_schema/sf_searchui",
104
106
  "o11y_schema/sf_selfService",
@@ -0,0 +1 @@
1
+ export const copilot_bootstrap={namespace:"sf.sApp",name:"CopilotBootstrap",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"CopilotBootstrap":{"fields":{"isFromCache":{"id":5,"type":"bool"},"botId":{"id":1,"type":"string"},"statusMessage":{"id":4,"type":"string"},"isSuccess":{"id":2,"type":"bool"},"statusCode":{"id":3,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const error={namespace:"sf.sApp",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"Error":{"fields":{"statusMessage":{"id":3,"type":"string"},"isSuccess":{"id":1,"type":"bool"},"statusCode":{"id":2,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1,4 @@
1
+ export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
+ export { error as errorSchema } from './error.js';
3
+ export { mcf_load as mcfLoadSchema } from './mcf_load.js';
4
+ export { request_status as requestStatusSchema } from './request_status.js';
@@ -0,0 +1,2 @@
1
+ export const mcf_load={namespace:"sf.sApp",name:"McfLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"McfLoad":{"fields":{"totalItems":{"id":3,"type":"uint32"},"dataType":{"id":1,"type":"string"},"isFromCache":{"id":9,"type":"bool"},"cachePolicy":{"id":8,"type":"string"},"isFirstLoad":{"id":5,"type":"bool"},"sessionId":{"id":11,"type":"string"},"type":{"id":2,"type":"string"},"hasViewMore":{"id":4,"type":"bool"},"statusMessage":{"id":7,"type":"string"},"isForcedLoad":{"id":10,"type":"bool"},
2
+ "isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const request_status={namespace:"sf.sApp",name:"RequestStatus",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"RequestStatus":{"fields":{"isFromCache":{"id":5,"type":"bool"},"cachePolicy":{"id":4,"type":"string"},"statusMessage":{"id":3,"type":"string"},"isForcedLoad":{"id":6,"type":"bool"},"isSuccess":{"id":1,"type":"bool"},"statusCode":{"id":2,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1,4 @@
1
+ export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
+ export { error as errorSchema } from './error.js';
3
+ export { mcf_load as mcfLoadSchema } from './mcf_load.js';
4
+ export { request_status as requestStatusSchema } from './request_status.js';
@@ -1 +1 @@
1
- export const version='248.66.0'
1
+ export const version='248.67.0'