o11y_schema 264.121.0 → 264.122.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
@@ -175,7 +175,7 @@
175
175
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
176
176
  },
177
177
  "type": "module",
178
- "version": "264.121.0",
178
+ "version": "264.122.0",
179
179
  "license": "BSD-3-Clause",
180
180
  "volta": {
181
181
  "node": "18.17.1",
@@ -1,3 +1,4 @@
1
1
  export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
2
+ export { knowledge_similarity_usage as knowledgeSimilarityUsageSchema } from './knowledge_similarity_usage.js';
2
3
  export { knowledge_blocks_usage as knowledgeBlocksUsageSchema } from './knowledge_blocks_usage.js';
3
4
  export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
@@ -0,0 +1,2 @@
1
+ export const knowledge_similarity_usage={namespace:"sf.knowledge",name:"KnowledgeSimilarityUsage",pbjsSchema:{"nested":{"sf":{"nested":{"knowledge":{"nested":{"KnowledgeSimilarityUsage":{"oneofs":{"_result":{"oneof":["result"]},"_organizationId":{"oneof":["organizationId"]},"_articleId":{"oneof":["articleId"]},"_entryPoint":{"oneof":["entryPoint"]},"_appContext":{"oneof":["appContext"]},"_resultCount":{"oneof":["resultCount"]}},"fields":{"result":{"options":{"proto3_optional":true},"id":7,"type":"string"},
2
+ "organizationId":{"options":{"proto3_optional":true},"id":8,"type":"string"},"resultCount":{"options":{"proto3_optional":true},"id":6,"type":"uint32"},"interaction":{"id":2,"type":"string"},"articleId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"appContext":{"options":{"proto3_optional":true},"id":4,"type":"string"},"componentName":{"id":1,"type":"string"},"entryPoint":{"options":{"proto3_optional":true},"id":3,"type":"string"}}}}}}}}}};
@@ -1,3 +1,4 @@
1
1
  export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
2
+ export { knowledge_similarity_usage as knowledgeSimilarityUsageSchema } from './knowledge_similarity_usage.js';
2
3
  export { knowledge_blocks_usage as knowledgeBlocksUsageSchema } from './knowledge_blocks_usage.js';
3
4
  export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
@@ -1 +1 @@
1
- export const version='264.121.0'
1
+ export const version='264.122.0'