o11y_schema 258.45.0 → 258.46.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
@@ -63,6 +63,7 @@
63
63
  "./sf_formula": "./sf_formula/sf_formula.js",
64
64
  "./sf_umaGoals": "./sf_umaGoals/sf_umaGoals.js",
65
65
  "./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
66
+ "./sf_knowledge": "./sf_knowledge/sf_knowledge.js",
66
67
  "./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
67
68
  "./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
68
69
  "./spiff_shared": "./spiff_shared/spiff_shared.js",
@@ -110,7 +111,7 @@
110
111
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
111
112
  },
112
113
  "type": "module",
113
- "version": "258.45.0",
114
+ "version": "258.46.0",
114
115
  "license": "BSD-3-Clause",
115
116
  "volta": {
116
117
  "node": "18.17.1",
@@ -161,6 +162,7 @@
161
162
  "o11y_schema/sf_industriesManufacturing",
162
163
  "o11y_schema/sf_instrumentation",
163
164
  "o11y_schema/sf_instrumentationTest",
165
+ "o11y_schema/sf_knowledge",
164
166
  "o11y_schema/sf_komaci",
165
167
  "o11y_schema/sf_lds",
166
168
  "o11y_schema/sf_lex",
@@ -0,0 +1 @@
1
+ export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
@@ -0,0 +1 @@
1
+ export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.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 table_of_contents_usage={namespace:"sf.knowledge",name:"TableOfContentsUsage",pbjsSchema:{"nested":{"sf":{"nested":{"knowledge":{"nested":{"TableOfContentsUsage":{"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 @@
1
- export const version='258.45.0'
1
+ export const version='258.46.0'