o11y_schema 258.58.0 → 258.59.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
@@ -23,6 +23,7 @@
23
23
  "./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
24
24
  "./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
25
25
  "./sf_p13n": "./sf_p13n/sf_p13n.js",
26
+ "./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
26
27
  "./sf_campaign": "./sf_campaign/sf_campaign.js",
27
28
  "./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
28
29
  "./sfcore_network": "./sfcore_network/sfcore_network.js",
@@ -39,6 +40,7 @@
39
40
  "./sf_einstein": "./sf_einstein/sf_einstein.js",
40
41
  "./sf_mobileVoicePlatform": "./sf_mobileVoicePlatform/sf_mobileVoicePlatform.js",
41
42
  "./sf_actExp": "./sf_actExp/sf_actExp.js",
43
+ "./sf_yukon": "./sf_yukon/sf_yukon.js",
42
44
  "./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
43
45
  "./sf_aura": "./sf_aura/sf_aura.js",
44
46
  "./sf_mci": "./sf_mci/sf_mci.js",
@@ -119,7 +121,7 @@
119
121
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
120
122
  },
121
123
  "type": "module",
122
- "version": "258.58.0",
124
+ "version": "258.59.0",
123
125
  "license": "BSD-3-Clause",
124
126
  "volta": {
125
127
  "node": "18.17.1",
@@ -208,6 +210,7 @@
208
210
  "o11y_schema/sf_selfService",
209
211
  "o11y_schema/sf_semanticDataPrism",
210
212
  "o11y_schema/sf_semanticModel",
213
+ "o11y_schema/sf_sentosSearch",
211
214
  "o11y_schema/sf_servicePlan",
212
215
  "o11y_schema/sf_sfMaps",
213
216
  "o11y_schema/sf_sfs",
@@ -229,6 +232,7 @@
229
232
  "o11y_schema/sf_umaSetup",
230
233
  "o11y_schema/sf_unifiedMessaging",
231
234
  "o11y_schema/sf_userDefinedLabel",
235
+ "o11y_schema/sf_yukon",
232
236
  "o11y_schema/sfcore_customCmp",
233
237
  "o11y_schema/sfcore_network",
234
238
  "o11y_schema/sfcore_performance",
@@ -1,2 +1,2 @@
1
- export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"oneofs":{"_isSsrCodeTypeEnabled":{"oneof":["isSsrCodeTypeEnabled"]}},"reserved":[[9,9]],"fields":{"templateType":{"id":13,"type":"string"},"isPreview":{"id":4,"type":"bool"},"jtbdName":{"id":10,"type":"string"},"jtbdCount":{"id":12,"type":"uint32"},"deployTarget":{"id":8,"type":"string"},"jtbdPhase":{"id":11,"type":"string"},"visd":{"id":1,"type":"double"},"isSsrCodeTypeEnabled":{"options":{"proto3_optional":true},
2
- "id":14,"type":"bool"},"siteId":{"id":6,"type":"string"},"isMobile":{"id":3,"type":"bool"},"lang":{"id":5,"type":"string"},"isDesign":{"id":2,"type":"bool"},"vKey":{"id":7,"type":"string"}}}}}}}}}};
1
+ export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"oneofs":{"_isSsrCodeTypeEnabled":{"oneof":["isSsrCodeTypeEnabled"]},"_webruntimeFrameworkVersion":{"oneof":["webruntimeFrameworkVersion"]}},"reserved":[[9,9]],"fields":{"templateType":{"id":13,"type":"string"},"isPreview":{"id":4,"type":"bool"},"jtbdName":{"id":10,"type":"string"},"jtbdCount":{"id":12,"type":"uint32"},"deployTarget":{"id":8,"type":"string"},"jtbdPhase":{"id":11,
2
+ "type":"string"},"visd":{"id":1,"type":"double"},"isSsrCodeTypeEnabled":{"options":{"proto3_optional":true},"id":14,"type":"bool"},"siteId":{"id":6,"type":"string"},"isMobile":{"id":3,"type":"bool"},"lang":{"id":5,"type":"string"},"isDesign":{"id":2,"type":"bool"},"vKey":{"id":7,"type":"string"},"webruntimeFrameworkVersion":{"options":{"proto3_optional":true},"id":15,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const enterprise_knowledge_instrumentation={namespace:"sf.knowledge",name:"EnterpriseKnowledgeInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"knowledge":{"nested":{"EnterpriseKnowledgeInstrumentation":{"oneofs":{"_targetObjectId":{"oneof":["targetObjectId"]},"_dmoName":{"oneof":["dmoName"]},"_articleId":{"oneof":["articleId"]},"_identifier":{"oneof":["identifier"]}},"fields":{"identifier":{"options":{"proto3_optional":true},"id":2,"type":"string"},"dmoName":{"options":{"proto3_optional":true},
2
+ "id":4,"type":"string"},"targetObjectId":{"options":{"proto3_optional":true},"id":6,"type":"string"},"interaction":{"id":3,"type":"string"},"articleId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"componentName":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
1
2
  export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
@@ -1 +1,2 @@
1
+ export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
1
2
  export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
@@ -0,0 +1 @@
1
+ export { init as initSchema } from './init.js';
@@ -0,0 +1 @@
1
+ export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { init as initSchema } from './init.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,3 @@
1
+ export const entitlement_milestone_usage={namespace:"sf.support",name:"EntitlementMilestoneUsage",pbjsSchema:{"nested":{"sf":{"nested":{"support":{"nested":{"EntitlementMilestoneUsage":{"oneofs":{"_slaPolicyId":{"oneof":["slaPolicyId"]},"_milestoneId":{"oneof":["milestoneId"]},"_processType":{"oneof":["processType"]},"_triggerType":{"oneof":["triggerType"]},"_agreementType":{"oneof":["agreementType"]},"_entitlementId":{"oneof":["entitlementId"]},"_recordId":{"oneof":["recordId"]},"_parentRecordType":{"oneof":["parentRecordType"]},
2
+ "_parentRecordId":{"oneof":["parentRecordId"]}},"fields":{"recordId":{"options":{"proto3_optional":true},"id":7,"type":"string"},"agreementType":{"options":{"proto3_optional":true},"id":3,"type":"string"},"interactionType":{"id":2,"type":"string"},"entitlementId":{"options":{"proto3_optional":true},"id":8,"type":"string"},"milestoneId":{"options":{"proto3_optional":true},"id":10,"type":"string"},"parentRecordType":{"options":{"proto3_optional":true},"id":5,"type":"string"},"componentName":{"id":1,
3
+ "type":"string"},"processType":{"options":{"proto3_optional":true},"id":4,"type":"string"},"triggerType":{"options":{"proto3_optional":true},"id":11,"type":"string"},"slaPolicyId":{"options":{"proto3_optional":true},"id":6,"type":"string"},"parentRecordId":{"options":{"proto3_optional":true},"id":9,"type":"string"}}}}}}}}}};
@@ -1,2 +1,3 @@
1
+ export { entitlement_milestone_usage as entitlementMilestoneUsageSchema } from './entitlement_milestone_usage.js';
1
2
  export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
2
3
  export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
@@ -1,2 +1,3 @@
1
+ export { entitlement_milestone_usage as entitlementMilestoneUsageSchema } from './entitlement_milestone_usage.js';
1
2
  export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
2
3
  export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
@@ -0,0 +1 @@
1
+ export { nudge_action as nudgeActionSchema } from './nudge_action.js';
@@ -0,0 +1 @@
1
+ export const nudge_action={namespace:"sf.yukon",name:"NudgeAction",pbjsSchema:{"nested":{"sf":{"nested":{"yukon":{"nested":{"NudgeAction":{"fields":{"nudgeUniqueId":{"id":2,"type":"string"},"actionName":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { nudge_action as nudgeActionSchema } from './nudge_action.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>
@@ -1 +1 @@
1
- export const version='258.58.0'
1
+ export const version='258.59.0'