o11y_schema 264.123.0 → 264.124.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 +3 -1
- package/sf_ccorgdx/application_lifecycle.js +1 -0
- package/sf_ccorgdx/index.js +3 -0
- package/sf_ccorgdx/operation.js +1 -0
- package/sf_ccorgdx/page_view.js +1 -0
- package/sf_ccorgdx/sf_ccorgdx.js +3 -0
- package/sf_ccorgdx/sf_ccorgdx.js-meta.xml +7 -0
- package/sf_pdp/pdp_event.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
106
106
|
"./sf_licenseUtilization": "./sf_licenseUtilization/sf_licenseUtilization.js",
|
|
107
107
|
"./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
|
|
108
|
+
"./sf_ccorgdx": "./sf_ccorgdx/sf_ccorgdx.js",
|
|
108
109
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
109
110
|
"./sf_pos": "./sf_pos/sf_pos.js",
|
|
110
111
|
"./sf_amaCapabilities": "./sf_amaCapabilities/sf_amaCapabilities.js",
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
177
178
|
},
|
|
178
179
|
"type": "module",
|
|
179
|
-
"version": "264.
|
|
180
|
+
"version": "264.124.0",
|
|
180
181
|
"license": "BSD-3-Clause",
|
|
181
182
|
"volta": {
|
|
182
183
|
"node": "18.17.1",
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
"o11y_schema/sf_brief",
|
|
219
220
|
"o11y_schema/sf_campaign",
|
|
220
221
|
"o11y_schema/sf_ccinventory",
|
|
222
|
+
"o11y_schema/sf_ccorgdx",
|
|
221
223
|
"o11y_schema/sf_cdpActivation",
|
|
222
224
|
"o11y_schema/sf_cgcloud",
|
|
223
225
|
"o11y_schema/sf_cia",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const application_lifecycle={namespace:"sf.ccorgdx",name:"ApplicationLifecycle",pbjsSchema:{"nested":{"sf":{"nested":{"ccorgdx":{"nested":{"ApplicationLifecycle":{"fields":{"lifecycle":{"id":1,"type":"string"},"previousVersion":{"id":3,"type":"string"},"durationMs":{"id":2,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const operation={namespace:"sf.ccorgdx",name:"Operation",pbjsSchema:{"nested":{"sf":{"nested":{"ccorgdx":{"nested":{"Operation":{"fields":{"errorCategory":{"id":5,"type":"string"},"source":{"id":3,"type":"string"},"operation":{"id":1,"type":"string"},"durationMs":{"id":4,"type":"double"},"outcome":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const page_view={namespace:"sf.ccorgdx",name:"PageView",pbjsSchema:{"nested":{"sf":{"nested":{"ccorgdx":{"nested":{"PageView":{"fields":{"surface":{"id":1,"type":"string"}}}}}}}}}};
|
package/sf_pdp/pdp_event.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const pdp_event={namespace:"sf.pdp",name:"PdpEvent",pbjsSchema:{"nested":{"sf":{"nested":{"pdp":{"nested":{"PdpEvent":{"oneofs":{"_eventVolume":{"oneof":["eventVolume"]}},"fields":{"contextName":{"id":5,"type":"string"},"componentId":{"id":2,"type":"string"},"productFeatureId":{"id":3,"type":"string"},"channel":{"id":7,"type":"string"},"eventName":{"id":1,"type":"string"},"contextValue":{"id":6,"type":"string"},"subType":{"id":8,"type":"string"},"eventVolume":{"options":{"proto3_optional":true},
|
|
2
|
-
"id":4,"type":"int32"}}}}}}}}}};
|
|
2
|
+
"id":4,"type":"int32"},"userId":{"id":9,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.124.0'
|