o11y_schema 258.44.0 → 258.45.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
@@ -110,7 +110,7 @@
110
110
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
111
111
  },
112
112
  "type": "module",
113
- "version": "258.44.0",
113
+ "version": "258.45.0",
114
114
  "license": "BSD-3-Clause",
115
115
  "volta": {
116
116
  "node": "18.17.1",
@@ -1 +1,2 @@
1
1
  export { knowledge_article_usage as knowledgeArticleUsageSchema } from './knowledge_article_usage.js';
2
+ export { self_service_usage as selfServiceUsageSchema } from './self_service_usage.js';
@@ -0,0 +1 @@
1
+ export const self_service_usage={namespace:"sf.selfService",name:"SelfServiceUsage",pbjsSchema:{"nested":{"sf":{"nested":{"selfService":{"nested":{"SelfServiceUsage":{"oneofs":{"_identifier":{"oneof":["identifier"]}},"fields":{"identifier":{"options":{"proto3_optional":true},"id":2,"type":"string"},"interaction":{"id":3,"type":"string"},"componentName":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
1
  export { knowledge_article_usage as knowledgeArticleUsageSchema } from './knowledge_article_usage.js';
2
+ export { self_service_usage as selfServiceUsageSchema } from './self_service_usage.js';
@@ -1 +1 @@
1
- export const version='258.44.0'
1
+ export const version='258.45.0'