o11y_schema 264.97.0 → 264.102.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 +6 -1
- package/sf_amaCapabilities/core.js +1 -0
- package/sf_amaCapabilities/index.js +2 -0
- package/sf_amaCapabilities/invocation.js +2 -0
- package/sf_amaCapabilities/sf_amaCapabilities.js +2 -0
- package/sf_amaCapabilities/sf_amaCapabilities.js-meta.xml +7 -0
- package/sf_amaMnrCore/index.js +2 -0
- package/sf_amaMnrCore/mnr_action.js +2 -0
- package/sf_amaMnrCore/runtime.js +2 -0
- package/sf_amaMnrCore/sf_amaMnrCore.js +2 -0
- package/sf_amaMnrCore/sf_amaMnrCore.js-meta.xml +7 -0
- package/sf_marketingObjects/marketing_objects_event.js +2 -2
- package/sf_support/case_comment_refine_log.js +2 -0
- package/sf_support/case_merge_setup_log.js +2 -0
- package/sf_support/index.js +2 -0
- package/sf_support/sf_support.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
50
50
|
"./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
|
|
51
51
|
"./sf_agenticTelemetry": "./sf_agenticTelemetry/sf_agenticTelemetry.js",
|
|
52
|
+
"./sf_amaMnrCore": "./sf_amaMnrCore/sf_amaMnrCore.js",
|
|
52
53
|
"./sf_abx": "./sf_abx/sf_abx.js",
|
|
53
54
|
"./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
|
|
54
55
|
"./sf_lookup": "./sf_lookup/sf_lookup.js",
|
|
@@ -102,6 +103,7 @@
|
|
|
102
103
|
"./sf_licenseUtilization": "./sf_licenseUtilization/sf_licenseUtilization.js",
|
|
103
104
|
"./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
|
|
104
105
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
106
|
+
"./sf_amaCapabilities": "./sf_amaCapabilities/sf_amaCapabilities.js",
|
|
105
107
|
"./sf_msPlatformInterop": "./sf_msPlatformInterop/sf_msPlatformInterop.js",
|
|
106
108
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
107
109
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
@@ -161,12 +163,13 @@
|
|
|
161
163
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js"
|
|
162
164
|
},
|
|
163
165
|
"description": "o11y schema repo",
|
|
166
|
+
"packageManager": "yarn@1.22.19",
|
|
164
167
|
"repository": {
|
|
165
168
|
"type": "git",
|
|
166
169
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
167
170
|
},
|
|
168
171
|
"type": "module",
|
|
169
|
-
"version": "264.
|
|
172
|
+
"version": "264.102.0",
|
|
170
173
|
"license": "BSD-3-Clause",
|
|
171
174
|
"volta": {
|
|
172
175
|
"node": "18.17.1",
|
|
@@ -188,8 +191,10 @@
|
|
|
188
191
|
"o11y_schema/sf_agenticTelemetry",
|
|
189
192
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
190
193
|
"o11y_schema/sf_almSimpleDeploy",
|
|
194
|
+
"o11y_schema/sf_amaCapabilities",
|
|
191
195
|
"o11y_schema/sf_amaChrome",
|
|
192
196
|
"o11y_schema/sf_amaDesigner",
|
|
197
|
+
"o11y_schema/sf_amaMnrCore",
|
|
193
198
|
"o11y_schema/sf_appDevAisc",
|
|
194
199
|
"o11y_schema/sf_appdevDevops",
|
|
195
200
|
"o11y_schema/sf_appexchangeInstrumentation",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const core={namespace:"sf.amaCapabilities",name:"Core",pbjsSchema:{"nested":{"sf":{"nested":{"amaCapabilities":{"nested":{"Core":{"fields":{"amaAppId":{"id":3,"type":"string"},"capabilityId":{"id":6,"type":"string"},"errorType":{"id":9,"type":"string"},"productFeatureId":{"id":2,"type":"string"},"eventName":{"id":1,"type":"string"},"capabilityCount":{"id":5,"type":"uint32"},"message":{"id":8,"type":"string"},"amaUemVersionId":{"id":4,"type":"string"},"isSuccess":{"id":7,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const invocation={namespace:"sf.amaCapabilities",name:"Invocation",pbjsSchema:{"nested":{"sf":{"nested":{"amaCapabilities":{"nested":{"Invocation":{"fields":{"amaAppId":{"id":3,"type":"string"},"screenId":{"id":5,"type":"string"},"capabilityId":{"id":6,"type":"string"},"errorType":{"id":10,"type":"string"},"productFeatureId":{"id":2,"type":"string"},"eventName":{"id":1,"type":"string"},"turnNumber":{"id":11,"type":"uint32"},"entryPoint":{"id":7,"type":"string"},"message":{"id":9,"type":"string"},
|
|
2
|
+
"amaUemVersionId":{"id":4,"type":"string"},"isSuccess":{"id":8,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const mnr_action={namespace:"sf.amaMnrCore",name:"MnrAction",pbjsSchema:{"nested":{"sf":{"nested":{"amaMnrCore":{"nested":{"MnrAction":{"fields":{"amaAppId":{"id":3,"type":"string"},"hasExpressionProperties":{"id":9,"type":"bool"},"sourceComponent":{"id":8,"type":"string"},"errorType":{"id":13,"type":"string"},"productFeatureId":{"id":2,"type":"string"},"actionDefinition":{"id":6,"type":"string"},"trigger":{"id":7,"type":"string"},"message":{"id":12,"type":"string"},"amaUemVersionId":{"id":4,
|
|
2
|
+
"type":"string"},"hasChainedActions":{"id":10,"type":"bool"},"screenId":{"id":5,"type":"string"},"eventName":{"id":1,"type":"string"},"isSuccess":{"id":11,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const runtime={namespace:"sf.amaMnrCore",name:"Runtime",pbjsSchema:{"nested":{"sf":{"nested":{"amaMnrCore":{"nested":{"Runtime":{"fields":{"amaAppId":{"id":3,"type":"string"},"expression":{"id":8,"type":"string"},"sourceComponent":{"id":7,"type":"string"},"errorType":{"id":9,"type":"string"},"recordCount":{"id":13,"type":"uint32"},"productFeatureId":{"id":2,"type":"string"},"cachePolicy":{"id":12,"type":"string"},"message":{"id":16,"type":"string"},"amaUemVersionId":{"id":4,"type":"string"},
|
|
2
|
+
"providerType":{"id":10,"type":"string"},"screenId":{"id":5,"type":"string"},"propertyName":{"id":6,"type":"string"},"fetchTrigger":{"id":14,"type":"string"},"eventName":{"id":1,"type":"string"},"isCacheHit":{"id":11,"type":"bool"},"isSuccess":{"id":15,"type":"bool"}}}}}}}}}};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const marketing_objects_event={namespace:"sf.marketingObjects",name:"MarketingObjectsEvent",pbjsSchema:{"nested":{"sf":{"nested":{"marketingObjects":{"nested":{"MarketingObjectsEvent":{"fields":{"isConfirmationRequired":{"id":16,"type":"bool"},"creationOption":{"id":23,"type":"string"},"objectCount":{"id":6,"type":"uint32"},"fileName":{"id":21,"type":"string"},"isMoProvisioningCompleted":{"id":31,"type":"bool"},"fieldName":{"id":24,"type":"string"},"isMoUiEnabled":{"id":28,"type":"bool"},"eventName":{"id":1,
|
|
2
|
-
"type":"string"},"rowCount":{"id":8,"type":"uint32"},"listViewType":{"id":20,"type":"string"},"direction":{"id":25,"type":"string"},"filterCount":{"id":27,"type":"uint32"},"fieldCount":{"id":7,"type":"uint32"},"newValue":{"id":19,"type":"string"},"hasMoGateEnabled":{"id":29,"type":"bool"},"
|
|
3
|
-
"previousValue":{"id":18,"type":"string"},"failedChunk":{"id":12,"type":"uint32"},"currentStep":{"id":17,"type":"string"},"actionType":{"id":15,"type":"string"},"fileSize":{"id":22,"type":"uint64"},"totalChunks":{"id":13,"type":"uint32"},"actionId":{"id":14,"type":"string"},"objectApiName":{"id":3,"type":"string"},"durationMs":{"id":10,"type":"double"},"objectLabel":{"id":5,"type":"string"},"objectCategory":{"id":4,"type":"string"}}}}}}}}}};
|
|
2
|
+
"type":"string"},"rowCount":{"id":8,"type":"uint32"},"listViewType":{"id":20,"type":"string"},"direction":{"id":25,"type":"string"},"filterCount":{"id":27,"type":"uint32"},"fieldCount":{"id":7,"type":"uint32"},"newValue":{"id":19,"type":"string"},"hasMoGateEnabled":{"id":29,"type":"bool"},"changedFieldCount":{"id":32,"type":"uint32"},"chunkCount":{"id":9,"type":"uint32"},"productFeatureId":{"id":2,"type":"string"},"errorMessage":{"id":11,"type":"string"},"marketingObjectsEnabled":{"id":30,"type":"string"},
|
|
3
|
+
"columnCount":{"id":26,"type":"uint32"},"previousValue":{"id":18,"type":"string"},"failedChunk":{"id":12,"type":"uint32"},"currentStep":{"id":17,"type":"string"},"actionType":{"id":15,"type":"string"},"fileSize":{"id":22,"type":"uint64"},"totalChunks":{"id":13,"type":"uint32"},"actionId":{"id":14,"type":"string"},"objectApiName":{"id":3,"type":"string"},"durationMs":{"id":10,"type":"double"},"objectLabel":{"id":5,"type":"string"},"objectCategory":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const case_comment_refine_log={namespace:"sf.support",name:"CaseCommentRefineLog",pbjsSchema:{"nested":{"sf":{"nested":{"support":{"nested":{"CaseCommentRefineLog":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]},"_contextName":{"oneof":["contextName"]},"_contextValue":{"oneof":["contextValue"]}},"fields":{"contextName":{"options":{"proto3_optional":true},"id":4,"type":"string"},"componentId":{"id":3,"type":"string"},"productFeatureId":{"id":2,"type":"string"},"eventName":{"id":1,"type":"string"},
|
|
2
|
+
"contextValue":{"options":{"(meta.max_length)":1024,"proto3_optional":true},"id":5,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},"id":6,"type":"int32"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const case_merge_setup_log={namespace:"sf.support",name:"CaseMergeSetupLog",pbjsSchema:{"nested":{"sf":{"nested":{"support":{"nested":{"CaseMergeSetupLog":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]},"_contextName":{"oneof":["contextName"]},"_contextValue":{"oneof":["contextValue"]},"_subType":{"oneof":["subType"]}},"fields":{"contextName":{"options":{"proto3_optional":true},"id":5,"type":"string"},"componentId":{"id":3,"type":"string"},"productFeatureId":{"id":2,"type":"string"},"eventName":{"id":1,
|
|
2
|
+
"type":"string"},"contextValue":{"options":{"(meta.max_length)":1024,"proto3_optional":true},"id":6,"type":"string"},"subType":{"options":{"proto3_optional":true},"id":4,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},"id":7,"type":"int32"}}}}}}}}}};
|
package/sf_support/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { entitlement_milestone_usage as entitlementMilestoneUsageSchema } from './entitlement_milestone_usage.js';
|
|
2
2
|
export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
|
|
3
|
+
export { case_comment_refine_log as caseCommentRefineLogSchema } from './case_comment_refine_log.js';
|
|
4
|
+
export { case_merge_setup_log as caseMergeSetupLogSchema } from './case_merge_setup_log.js';
|
|
3
5
|
export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
|
package/sf_support/sf_support.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export { entitlement_milestone_usage as entitlementMilestoneUsageSchema } from './entitlement_milestone_usage.js';
|
|
2
2
|
export { related_record_usage as relatedRecordUsageSchema } from './related_record_usage.js';
|
|
3
|
+
export { case_comment_refine_log as caseCommentRefineLogSchema } from './case_comment_refine_log.js';
|
|
4
|
+
export { case_merge_setup_log as caseMergeSetupLogSchema } from './case_merge_setup_log.js';
|
|
3
5
|
export { milestone_record_usage as milestoneRecordUsageSchema } from './milestone_record_usage.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.102.0'
|