o11y_schema 258.40.0 → 258.41.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_sfs/action_event.js +1 -0
- package/sf_sfs/index.js +2 -0
- package/sf_sfs/location_tracking_event.js +1 -0
- package/sf_sfs/sf_sfs.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const action_event={namespace:"sf.sfs",name:"ActionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ActionEvent":{"fields":{"result":{"id":2,"type":"string"},"name":{"id":1,"type":"string"},"attributes":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_sfs/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { action_event as actionEventSchema } from './action_event.js';
|
|
1
2
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
2
3
|
export { app_start as appStartSchema } from './app_start.js';
|
|
3
4
|
export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
|
|
@@ -9,6 +10,7 @@ export { document_print as documentPrintSchema } from './document_print.js';
|
|
|
9
10
|
export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
|
|
10
11
|
export { file_info as fileInfoSchema } from './file_info.js';
|
|
11
12
|
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
13
|
+
export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
|
|
12
14
|
export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
|
|
13
15
|
export { perf_data as perfDataSchema } from './perf_data.js';
|
|
14
16
|
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const location_tracking_event={namespace:"sf.sfs",name:"LocationTrackingEvent",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"LocationTrackingEvent":{"fields":{"isAppInForeground":{"id":5,"type":"bool"},"latitude":{"id":1,"type":"double"},"attributes":{"id":6,"type":"string"},"backgroundAccuracy":{"id":4,"type":"int32"},"longitude":{"id":2,"type":"double"},"foregroundAccuracy":{"id":3,"type":"int32"}}}}}}}}}};
|
package/sf_sfs/sf_sfs.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { action_event as actionEventSchema } from './action_event.js';
|
|
1
2
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
2
3
|
export { app_start as appStartSchema } from './app_start.js';
|
|
3
4
|
export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
|
|
@@ -9,6 +10,7 @@ export { document_print as documentPrintSchema } from './document_print.js';
|
|
|
9
10
|
export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
|
|
10
11
|
export { file_info as fileInfoSchema } from './file_info.js';
|
|
11
12
|
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
13
|
+
export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
|
|
12
14
|
export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
|
|
13
15
|
export { perf_data as perfDataSchema } from './perf_data.js';
|
|
14
16
|
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.41.0'
|