o11y_schema 252.63.0 → 252.64.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
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"./sf_selfService": "./sf_selfService/sf_selfService.js",
|
|
52
52
|
"./sf_sfs": "./sf_sfs/sf_sfs.js",
|
|
53
53
|
"./sf_einstein": "./sf_einstein/sf_einstein.js",
|
|
54
|
+
"./sf_ifsTimeSheets": "./sf_ifsTimeSheets/sf_ifsTimeSheets.js",
|
|
54
55
|
"./sf_umaCoreAnalytics": "./sf_umaCoreAnalytics/sf_umaCoreAnalytics.js",
|
|
55
56
|
"./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
|
|
56
57
|
"./sf_servicePlan": "./sf_servicePlan/sf_servicePlan.js",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
77
78
|
},
|
|
78
79
|
"type": "module",
|
|
79
|
-
"version": "252.
|
|
80
|
+
"version": "252.64.0",
|
|
80
81
|
"license": "BSD-3-Clause",
|
|
81
82
|
"volta": {
|
|
82
83
|
"node": "18.17.1",
|
|
@@ -107,6 +108,7 @@
|
|
|
107
108
|
"o11y_schema/sf_evf",
|
|
108
109
|
"o11y_schema/sf_formula",
|
|
109
110
|
"o11y_schema/sf_genAiIntelligenceUsage",
|
|
111
|
+
"o11y_schema/sf_ifsTimeSheets",
|
|
110
112
|
"o11y_schema/sf_incidentManagement",
|
|
111
113
|
"o11y_schema/sf_instrumentation",
|
|
112
114
|
"o11y_schema/sf_instrumentationTest",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const ifs_time_sheets_event_log={namespace:"sf.ifsTimeSheets",name:"IfsTimeSheetsEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"ifsTimeSheets":{"nested":{"IfsTimeSheetsEventLog":{"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 { ifs_time_sheets_event_log as ifsTimeSheetsEventLogSchema } from './ifs_time_sheets_event_log.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ifs_time_sheets_event_log as ifsTimeSheetsEventLogSchema } from './ifs_time_sheets_event_log.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.64.0'
|