o11y_schema 264.105.0 → 264.107.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
@@ -57,6 +57,7 @@
57
57
  "./sf_ms365": "./sf_ms365/sf_ms365.js",
58
58
  "./sf_sfs": "./sf_sfs/sf_sfs.js",
59
59
  "./sf_einstein": "./sf_einstein/sf_einstein.js",
60
+ "./sf_uiEmbedding": "./sf_uiEmbedding/sf_uiEmbedding.js",
60
61
  "./sf_mobileVoicePlatform": "./sf_mobileVoicePlatform/sf_mobileVoicePlatform.js",
61
62
  "./sf_actExp": "./sf_actExp/sf_actExp.js",
62
63
  "./sf_mulesoft": "./sf_mulesoft/sf_mulesoft.js",
@@ -123,6 +124,7 @@
123
124
  "./sf_payments": "./sf_payments/sf_payments.js",
124
125
  "./sf_thunderbird": "./sf_thunderbird/sf_thunderbird.js",
125
126
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
127
+ "./sf_agenticSetup": "./sf_agenticSetup/sf_agenticSetup.js",
126
128
  "./sf_lds": "./sf_lds/sf_lds.js",
127
129
  "./sf_omniSupervisor": "./sf_omniSupervisor/sf_omniSupervisor.js",
128
130
  "./sf_pdp": "./sf_pdp/sf_pdp.js",
@@ -148,6 +150,7 @@
148
150
  "./sf_sci": "./sf_sci/sf_sci.js",
149
151
  "./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
150
152
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
153
+ "./sf_amaHybridRuntime": "./sf_amaHybridRuntime/sf_amaHybridRuntime.js",
151
154
  "./sf_studio": "./sf_studio/sf_studio.js",
152
155
  "./sf_starterOneProduct": "./sf_starterOneProduct/sf_starterOneProduct.js",
153
156
  "./sf_thunderbirdConnector": "./sf_thunderbirdConnector/sf_thunderbirdConnector.js",
@@ -169,7 +172,7 @@
169
172
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
170
173
  },
171
174
  "type": "module",
172
- "version": "264.105.0",
175
+ "version": "264.107.0",
173
176
  "license": "BSD-3-Clause",
174
177
  "volta": {
175
178
  "node": "18.17.1",
@@ -188,12 +191,14 @@
188
191
  "o11y_schema/sf_afvAnalytics",
189
192
  "o11y_schema/sf_agentforceInstrumentation",
190
193
  "o11y_schema/sf_agentforceMessaging",
194
+ "o11y_schema/sf_agenticSetup",
191
195
  "o11y_schema/sf_agenticTelemetry",
192
196
  "o11y_schema/sf_ai4mCampaignDesigner",
193
197
  "o11y_schema/sf_almSimpleDeploy",
194
198
  "o11y_schema/sf_amaCapabilities",
195
199
  "o11y_schema/sf_amaChrome",
196
200
  "o11y_schema/sf_amaDesigner",
201
+ "o11y_schema/sf_amaHybridRuntime",
197
202
  "o11y_schema/sf_amaMnrCore",
198
203
  "o11y_schema/sf_appDevAisc",
199
204
  "o11y_schema/sf_appdevDevops",
@@ -316,6 +321,7 @@
316
321
  "o11y_schema/sf_testAiltnPageview",
317
322
  "o11y_schema/sf_thunderbird",
318
323
  "o11y_schema/sf_thunderbirdConnector",
324
+ "o11y_schema/sf_uiEmbedding",
319
325
  "o11y_schema/sf_umaAI",
320
326
  "o11y_schema/sf_umaBusinessUnits",
321
327
  "o11y_schema/sf_umaConsent",
@@ -0,0 +1 @@
1
+ export const agentic_setup_event={namespace:"sf.agenticSetup",name:"AgenticSetupEvent",pbjsSchema:{"nested":{"sf":{"nested":{"agenticSetup":{"nested":{"AgenticSetupEvent":{"fields":{"eventStatus":{"id":3,"type":"string"},"eventSource":{"id":2,"type":"string"},"eventName":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { agentic_setup_event as agenticSetupEventSchema } from './agentic_setup_event.js';
@@ -0,0 +1 @@
1
+ export { agentic_setup_event as agenticSetupEventSchema } from './agentic_setup_event.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1,4 @@
1
+ export { plugin_load_time as pluginLoadTimeSchema } from './plugin_load_time.js';
2
+ export { site_load_time as siteLoadTimeSchema } from './site_load_time.js';
3
+ export { page_load_time as pageLoadTimeSchema } from './page_load_time.js';
4
+ export { runtime_bootstrap_time as runtimeBootstrapTimeSchema } from './runtime_bootstrap_time.js';
@@ -0,0 +1,2 @@
1
+ export const page_load_time={namespace:"sf.amaHybridRuntime",name:"PageLoadTime",pbjsSchema:{"nested":{"sf":{"nested":{"amaHybridRuntime":{"nested":{"PageLoadTime":{"oneofs":{"_message":{"oneof":["message"]}},"fields":{"amaAppId":{"id":1,"type":"string"},"amaAppVersionId":{"id":3,"type":"string"},"pageType":{"id":4,"type":"string"},"isFirstVisit":{"id":5,"type":"bool"},"message":{"options":{"(meta.max_length)":256,"proto3_optional":true},"id":7,"type":"string"},"amaUemVersionId":{"id":2,"type":"string"},
2
+ "isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const plugin_load_time={namespace:"sf.amaHybridRuntime",name:"PluginLoadTime",pbjsSchema:{"nested":{"sf":{"nested":{"amaHybridRuntime":{"nested":{"PluginLoadTime":{"oneofs":{"_message":{"oneof":["message"]}},"fields":{"amaAppId":{"id":1,"type":"string"},"amaAppVersionId":{"id":3,"type":"string"},"message":{"options":{"(meta.max_length)":256,"proto3_optional":true},"id":6,"type":"string"},"amaUemVersionId":{"id":2,"type":"string"},"pluginCount":{"id":4,"type":"uint32"},"isSuccess":{"id":5,"type":"bool"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const runtime_bootstrap_time={namespace:"sf.amaHybridRuntime",name:"RuntimeBootstrapTime",pbjsSchema:{"nested":{"sf":{"nested":{"amaHybridRuntime":{"nested":{"RuntimeBootstrapTime":{"oneofs":{"_message":{"oneof":["message"]}},"fields":{"amaAppId":{"id":1,"type":"string"},"amaAppVersionId":{"id":3,"type":"string"},"runtimeType":{"id":4,"type":"string"},"message":{"options":{"(meta.max_length)":256,"proto3_optional":true},"id":6,"type":"string"},"amaUemVersionId":{"id":2,"type":"string"},"isSuccess":{"id":5,
2
+ "type":"bool"}}}}}}}}}};
@@ -0,0 +1,4 @@
1
+ export { plugin_load_time as pluginLoadTimeSchema } from './plugin_load_time.js';
2
+ export { site_load_time as siteLoadTimeSchema } from './site_load_time.js';
3
+ export { page_load_time as pageLoadTimeSchema } from './page_load_time.js';
4
+ export { runtime_bootstrap_time as runtimeBootstrapTimeSchema } from './runtime_bootstrap_time.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1,2 @@
1
+ export const site_load_time={namespace:"sf.amaHybridRuntime",name:"SiteLoadTime",pbjsSchema:{"nested":{"sf":{"nested":{"amaHybridRuntime":{"nested":{"SiteLoadTime":{"oneofs":{"_message":{"oneof":["message"]},"_siteUrl":{"oneof":["siteUrl"]}},"fields":{"amaAppId":{"id":1,"type":"string"},"amaAppVersionId":{"id":3,"type":"string"},"siteUrl":{"options":{"(meta.max_length)":500,"proto3_optional":true},"id":5,"type":"string"},"message":{"options":{"(meta.max_length)":256,"proto3_optional":true},"id":7,
2
+ "type":"string"},"amaUemVersionId":{"id":2,"type":"string"},"siteType":{"id":4,"type":"string"},"isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
1
  export const agenticInteraction={namespace:"sf.sentosSearch",name:"AgenticInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticInteraction":{"fields":{"queryLength":{"id":9,"type":"uint32"},"resultCount":{"id":8,"type":"uint32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":13,"type":"string"},"interactTime":{"id":15,"type":"uint64"},"clientSearchId":{"id":4,"type":"string"},"isCitation":{"id":17,"type":"bool"},"feedbackId":{"id":12,"type":"string"},"searchReqSeq":{"id":5,
2
- "type":"uint32"},"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"},"hoverDurationMs":{"id":16,"type":"double"},"feedback":{"id":14,"type":"string"},"clientSource":{"id":3,"type":"string"},"interactType":{"id":7,"type":"string"},"isWorkObject":{"id":18,"type":"bool"},"resultType":{"id":11,"type":"string"}}}}}}}}}};
2
+ "type":"uint32"},"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"},"hoverDurationMs":{"id":16,"type":"double"},"feedback":{"id":14,"type":"string"},"recordId":{"id":19,"type":"string"},"clientSource":{"id":3,"type":"string"},"interactType":{"id":7,"type":"string"},"isWorkObject":{"id":18,"type":"bool"},"resultType":{"id":11,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { ui_embedding_load as uiEmbeddingLoadSchema } from './ui_embedding_load.js';
2
+ export { ui_embedding_error as uiEmbeddingErrorSchema } from './ui_embedding_error.js';
@@ -0,0 +1,2 @@
1
+ export { ui_embedding_load as uiEmbeddingLoadSchema } from './ui_embedding_load.js';
2
+ export { ui_embedding_error as uiEmbeddingErrorSchema } from './ui_embedding_error.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1 @@
1
+ export const ui_embedding_error={namespace:"sf.uiEmbedding",name:"UiEmbeddingError",pbjsSchema:{"nested":{"sf":{"nested":{"uiEmbedding":{"nested":{"UiEmbeddingError":{"fields":{"widgetSrc":{"id":2,"type":"string"},"instanceId":{"id":6,"type":"string"},"errorType":{"id":1,"type":"string"},"hostAppOrigin":{"id":3,"type":"string"},"isHostError":{"id":5,"type":"bool"},"message":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const ui_embedding_load={namespace:"sf.uiEmbedding",name:"UiEmbeddingLoad",pbjsSchema:{"nested":{"sf":{"nested":{"uiEmbedding":{"nested":{"UiEmbeddingLoad":{"fields":{"widgetSrc":{"id":1,"type":"string"},"instanceId":{"id":3,"type":"string"},"hostAppOrigin":{"id":2,"type":"string"},"timeToReady":{"id":5,"type":"int64"},"outcome":{"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='264.105.0'
1
+ export const version='264.107.0'