o11y_schema 252.35.0 → 252.36.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 +1 -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/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -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';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.36.0'
|