o11y_schema 260.20.0 → 260.22.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
@@ -96,6 +96,7 @@
96
96
  "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
97
97
  "./sf_sellerHome": "./sf_sellerHome/sf_sellerHome.js",
98
98
  "./sf_payments": "./sf_payments/sf_payments.js",
99
+ "./sf_thunderbird": "./sf_thunderbird/sf_thunderbird.js",
99
100
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
100
101
  "./sf_lds": "./sf_lds/sf_lds.js",
101
102
  "./sf_pdp": "./sf_pdp/sf_pdp.js",
@@ -135,7 +136,7 @@
135
136
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
136
137
  },
137
138
  "type": "module",
138
- "version": "260.20.0",
139
+ "version": "260.22.0",
139
140
  "license": "BSD-3-Clause",
140
141
  "volta": {
141
142
  "node": "18.17.1",
@@ -249,6 +250,7 @@
249
250
  "o11y_schema/sf_support",
250
251
  "o11y_schema/sf_tableauNext",
251
252
  "o11y_schema/sf_testAiltnPageview",
253
+ "o11y_schema/sf_thunderbird",
252
254
  "o11y_schema/sf_thunderbirdConnector",
253
255
  "o11y_schema/sf_umaAI",
254
256
  "o11y_schema/sf_umaBusinessUnits",
@@ -1,2 +1,2 @@
1
- export const agentforce_instrumentation={namespace:"sf.agentforceInstrumentation",name:"AgentforceInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceInstrumentation":{"nested":{"AgentforceInstrumentation":{"fields":{"teamName":{"id":9,"type":"string"},"componentType":{"id":3,"type":"string"},"actionType":{"id":7,"type":"string"},"agentType":{"id":5,"type":"string"},"fieldName":{"id":10,"type":"string"},"fieldValueCount":{"id":11,"type":"uint32"},"appName":{"id":8,"type":"string"},"fieldValueText":{"id":12,
2
- "type":"string"},"eventName":{"id":1,"type":"string"},"agentSkill":{"id":6,"type":"string"},"componentName":{"id":2,"type":"string"},"selectedTab":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const agentforce_instrumentation={namespace:"sf.agentforceInstrumentation",name:"AgentforceInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceInstrumentation":{"nested":{"AgentforceInstrumentation":{"fields":{"teamName":{"id":9,"type":"string"},"componentType":{"id":3,"type":"string"},"agentType":{"id":5,"type":"string"},"fieldName":{"id":10,"type":"string"},"appName":{"id":8,"type":"string"},"fieldValueText":{"id":12,"type":"string"},"actionType":{"id":7,"type":"string"},"fieldValueCount":{"id":11,
2
+ "type":"uint32"},"eventName":{"id":1,"type":"string"},"agentSkill":{"id":6,"type":"string"},"componentName":{"id":2,"type":"string"},"agentBundleId":{"id":13,"type":"string"},"selectedTab":{"id":4,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const event={namespace:"sf.generativeCanvas",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"generativeCanvas":{"nested":{"Event":{"oneofs":{"_contentKey":{"oneof":["contentKey"]},"_variantId":{"oneof":["variantId"]}},"fields":{"mode":{"id":5,"type":"string"},"groundEntities":{"rule":"repeated","id":3,"type":"string"},"contentKey":{"options":{"proto3_optional":true},"id":6,"type":"string"},"eventName":{"id":1,"type":"string"},"variantId":{"options":{"proto3_optional":true},"id":7,"type":"string"},
2
- "featureCategory":{"id":8,"type":"string"},"llmModel":{"id":2,"type":"string"},"wsOrFolderId":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const event={namespace:"sf.generativeCanvas",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"generativeCanvas":{"nested":{"Event":{"oneofs":{"_contentKey":{"oneof":["contentKey"]},"_canvasType":{"oneof":["canvasType"]},"_variantId":{"oneof":["variantId"]}},"fields":{"mode":{"id":5,"type":"string"},"groundEntities":{"rule":"repeated","id":3,"type":"string"},"contentKey":{"options":{"proto3_optional":true},"id":6,"type":"string"},"eventName":{"id":1,"type":"string"},"canvasType":{"options":{"proto3_optional":true},
2
+ "id":9,"type":"string"},"variantId":{"options":{"proto3_optional":true},"id":7,"type":"string"},"featureCategory":{"id":8,"type":"string"},"llmModel":{"id":2,"type":"string"},"wsOrFolderId":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const agent_connector_presence_status={namespace:"sf.scrt",name:"AgentConnectorPresenceStatus",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"AgentConnectorPresenceStatus":{"fields":{"presenceStatusId":{"id":1,"type":"string"},"isVoiceCallCenterUser":{"id":7,"type":"bool"},"serviceChannelIds":{"rule":"repeated","id":3,"type":"string"},"presenceStatusApiName":{"id":2,"type":"string"},"serviceChannelEntities":{"rule":"repeated","id":5,"type":"string"},"isConversational":{"id":6,"type":"bool"},
2
+ "hasActiveMessagingChannels":{"id":8,"type":"bool"},"serviceChannelApiNames":{"rule":"repeated","id":4,"type":"string"}}}}}}}}}};
package/sf_scrt/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export { agent_connector_presence_status as agentConnectorPresenceStatusSchema } from './agent_connector_presence_status.js';
1
2
  export { byo_message as byoMessageSchema } from './byo_message.js';
2
3
  export { component_render as componentRenderSchema } from './component_render.js';
3
4
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
@@ -1,3 +1,4 @@
1
+ export { agent_connector_presence_status as agentConnectorPresenceStatusSchema } from './agent_connector_presence_status.js';
1
2
  export { byo_message as byoMessageSchema } from './byo_message.js';
2
3
  export { component_render as componentRenderSchema } from './component_render.js';
3
4
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
@@ -0,0 +1 @@
1
+ export { thunderbird_event as thunderbirdEventSchema } from './thunderbird_event.js';
@@ -0,0 +1 @@
1
+ export { thunderbird_event as thunderbirdEventSchema } from './thunderbird_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 @@
1
+ export const thunderbird_event={namespace:"sf.thunderbird",name:"ThunderbirdEvent",pbjsSchema:{"nested":{"sf":{"nested":{"thunderbird":{"nested":{"ThunderbirdEvent":{"fields":{"logType":{"id":1,"type":"string"},"entityName":{"id":5,"type":"string"},"logMessage":{"id":7,"type":"string"},"action":{"id":6,"type":"string"},"entityId":{"id":4,"type":"string"},"details":{"id":8,"type":"string"},"userId":{"id":3,"type":"string"},"orgId":{"id":2,"type":"string"},"timestamp":{"id":9,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='260.20.0'
1
+ export const version='260.22.0'