o11y_schema 252.35.0 → 252.37.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_energyUtilities/eu_action_datatable.js +1 -0
- package/sf_energyUtilities/eu_event_log.js +1 -1
- package/sf_energyUtilities/eu_file_upload.js +1 -0
- package/sf_energyUtilities/eu_wire_api_event.js +2 -0
- package/sf_energyUtilities/index.js +3 -0
- package/sf_energyUtilities/sf_energyUtilities.js +3 -0
- package/sf_userDefinedLabel/index.js +1 -0
- package/sf_userDefinedLabel/record_label_action.js +1 -0
- package/sf_userDefinedLabel/sf_userDefinedLabel.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
29
29
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
30
30
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
31
|
+
"./sf_userDefinedLabel": "./sf_userDefinedLabel/sf_userDefinedLabel.js",
|
|
31
32
|
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
32
33
|
"./sf_sApp": "./sf_sApp/sf_sApp.js",
|
|
33
34
|
"./sf_ccinventory": "./sf_ccinventory/sf_ccinventory.js",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
73
74
|
},
|
|
74
75
|
"type": "module",
|
|
75
|
-
"version": "252.
|
|
76
|
+
"version": "252.37.0",
|
|
76
77
|
"license": "BSD-3-Clause",
|
|
77
78
|
"volta": {
|
|
78
79
|
"node": "18.17.1",
|
|
@@ -137,6 +138,7 @@
|
|
|
137
138
|
"o11y_schema/sf_siteSearch",
|
|
138
139
|
"o11y_schema/sf_support",
|
|
139
140
|
"o11y_schema/sf_testAiltnPageview",
|
|
141
|
+
"o11y_schema/sf_userDefinedLabel",
|
|
140
142
|
"o11y_schema/sfcore_customCmp",
|
|
141
143
|
"o11y_schema/sfcore_network",
|
|
142
144
|
"o11y_schema/sfcore_performance"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const eu_action_datatable={namespace:"sf.energyUtilities",name:"EuActionDatatable",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuActionDatatable":{"fields":{"recordId":{"id":1,"type":"string"},"columnNames":{"rule":"repeated","id":6,"type":"string"},"rowIds":{"rule":"repeated","id":5,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":7,"type":"string"},"eventName":{"id":4,"type":"string"},"actionName":{"id":2,"type":"string"},"tableName":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const eu_event_log={namespace:"sf.energyUtilities",name:"EuEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuEventLog":{"fields":{"recordId":{"id":4,"type":"string"},"recordType":{"id":5,"type":"string"},"name":{"
|
|
1
|
+
export const eu_event_log={namespace:"sf.energyUtilities",name:"EuEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuEventLog":{"fields":{"recordId":{"id":4,"type":"string"},"recordType":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":2,"type":"string"},"methodName":{"id":3,"type":"string"},"actionName":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const eu_file_upload={namespace:"sf.energyUtilities",name:"EuFileUpload",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuFileUpload":{"fields":{"recordId":{"id":1,"type":"string"},"contentDocumentId":{"id":4,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":7,"type":"string"},"eventName":{"id":3,"type":"string"},"contentType":{"id":6,"type":"string"},"actionName":{"id":2,"type":"string"},"contentDocumentName":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const eu_wire_api_event={namespace:"sf.energyUtilities",name:"EuWireApiEvent",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuWireApiEvent":{"fields":{"recordId":{"id":1,"type":"string"},"apiName":{"id":4,"type":"string"},"wireName":{"id":3,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":8,"type":"string"},"responseFields":{"rule":"repeated","id":6,"type":"string"},"requestFields":{"rule":"repeated","id":5,"type":"string"},"actionName":{"id":2,"type":"string"},
|
|
2
|
+
"statusCode":{"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1,4 @@
|
|
|
1
|
+
export { eu_action_datatable as euActionDatatableSchema } from './eu_action_datatable.js';
|
|
1
2
|
export { eu_event_log as euEventLogSchema } from './eu_event_log.js';
|
|
3
|
+
export { eu_file_upload as euFileUploadSchema } from './eu_file_upload.js';
|
|
4
|
+
export { eu_wire_api_event as euWireApiEventSchema } from './eu_wire_api_event.js';
|
|
@@ -1 +1,4 @@
|
|
|
1
|
+
export { eu_action_datatable as euActionDatatableSchema } from './eu_action_datatable.js';
|
|
1
2
|
export { eu_event_log as euEventLogSchema } from './eu_event_log.js';
|
|
3
|
+
export { eu_file_upload as euFileUploadSchema } from './eu_file_upload.js';
|
|
4
|
+
export { eu_wire_api_event as euWireApiEventSchema } from './eu_wire_api_event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { record_label_action as recordLabelActionSchema } from './record_label_action.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const record_label_action={namespace:"sf.userDefinedLabel",name:"RecordLabelAction",pbjsSchema:{"nested":{"sf":{"nested":{"userDefinedLabel":{"nested":{"RecordLabelAction":{"fields":{"sourceType":{"id":2,"type":"string"},"assignmentChangeCount":{"id":3,"type":"uint32"},"actionName":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { record_label_action as recordLabelActionSchema } from './record_label_action.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.37.0'
|