o11y_schema 244.18.0 → 244.21.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
@@ -40,7 +40,7 @@
40
40
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
41
41
  },
42
42
  "type": "module",
43
- "version": "244.18.0",
43
+ "version": "244.21.0",
44
44
  "license": "BSD-3-Clause",
45
45
  "name": "o11y_schema",
46
46
  "lwc": {
@@ -0,0 +1 @@
1
+ export const adg_resolve={namespace:"sf.komaci",name:"AdgResolve",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"AdgResolve":{"fields":{"duration":{"id":5,"type":"double"},"prefetchId":{"id":3,"type":"string"},"trimmedNodes":{"id":7,"type":"uint32"},"resolverId":{"id":1,"type":"string"},"rootAdgId":{"id":2,"type":"string"},"wiresExecuted":{"id":8,"type":"uint32"},"startTime":{"id":6,"type":"double"},"unresolvedWires":{"id":9,"type":"uint32"},"bulkResolverId":{"id":4,"type":"string"}}}}}}}}}};
@@ -1,3 +1,4 @@
1
+ export { adg_resolve as adgResolveSchema } from './adg_resolve.js';
1
2
  export { batch as batchSchema } from './batch.js';
2
3
  export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator.js';
3
4
  export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
@@ -1,3 +1,4 @@
1
+ export { adg_resolve as adgResolveSchema } from './adg_resolve.js';
1
2
  export { batch as batchSchema } from './batch.js';
2
3
  export { batch_coordinator as batchCoordinatorSchema } from './batch_coordinator.js';
3
4
  export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
@@ -0,0 +1 @@
1
+ export const error_status={namespace:"sf.offlineApp",name:"ErrorStatus",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"ErrorStatus":{"fields":{"statusMessage":{"id":2,"type":"string"},"isSuccess":{"id":1,"type":"bool"}}}}}}}}}};
@@ -1 +1,7 @@
1
+ export { error_status as errorStatusSchema } from './error_status.js';
1
2
  export { event as eventSchema } from './event.js';
3
+ export { mcf as mcfSchema } from './mcf.js';
4
+ export { priming as primingSchema } from './priming.js';
5
+ export { search as searchSchema } from './search.js';
6
+ export { status as statusSchema } from './status.js';
7
+ export { sync_status as syncStatusSchema } from './sync_status.js';
@@ -0,0 +1 @@
1
+ export const mcf={namespace:"sf.offlineApp",name:"Mcf",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Mcf":{"fields":{"isForcedRefresh":{"id":10,"type":"bool"},"numberOfItems":{"id":3,"type":"uint32"},"dataType":{"id":1,"type":"string"},"isFromCache":{"id":9,"type":"bool"},"cachePolicy":{"id":8,"type":"string"},"isFirstLoad":{"id":5,"type":"bool"},"type":{"id":2,"type":"string"},"hasViewMore":{"id":4,"type":"bool"},"statusMessage":{"id":7,"type":"string"},"isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const priming={namespace:"sf.offlineApp",name:"Priming",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Priming":{"fields":{"isForcedRefresh":{"id":9,"type":"bool"},"totalRecords":{"id":2,"type":"uint32"},"objectsList":{"rule":"repeated","id":1,"type":"string"},"successPageRefsCount":{"id":5,"type":"uint32"},"errorMessage":{"id":8,"type":"string"},"successRecordsCount":{"id":3,"type":"uint32"},"isFullSync":{"id":6,"type":"bool"},"totalPageRefs":{"id":4,"type":"uint32"},"isSuccess":{"id":7,
2
+ "type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const search={namespace:"sf.offlineApp",name:"Search",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Search":{"fields":{"searchString":{"id":1,"type":"string"},"totalRecords":{"id":3,"type":"uint32"},"objectsList":{"rule":"repeated","id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,7 @@
1
+ export { error_status as errorStatusSchema } from './error_status.js';
1
2
  export { event as eventSchema } from './event.js';
3
+ export { mcf as mcfSchema } from './mcf.js';
4
+ export { priming as primingSchema } from './priming.js';
5
+ export { search as searchSchema } from './search.js';
6
+ export { status as statusSchema } from './status.js';
7
+ export { sync_status as syncStatusSchema } from './sync_status.js';
@@ -0,0 +1 @@
1
+ export const status={namespace:"sf.offlineApp",name:"Status",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Status":{"fields":{"isForcedRefresh":{"id":5,"type":"bool"},"isFromCache":{"id":4,"type":"bool"},"cachePolicy":{"id":3,"type":"string"},"statusMessage":{"id":2,"type":"string"},"isSuccess":{"id":1,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const sync_status={namespace:"sf.offlineApp",name:"SyncStatus",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"SyncStatus":{"fields":{"successCount":{"id":2,"type":"uint32"},"totalCount":{"id":1,"type":"uint32"},"statusMessage":{"id":4,"type":"string"},"isSuccess":{"id":3,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const file_info={namespace:"sf.sfs",name:"FileInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FileInfo":{"fields":{"fileSizeByte":{"id":1,"type":"uint64"},"mimeType":{"id":2,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -2,6 +2,7 @@ export { app_info as appInfoSchema } from './app_info.js';
2
2
  export { app_start as appStartSchema } from './app_start.js';
3
3
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
4
  export { document_print as documentPrintSchema } from './document_print.js';
5
+ export { file_info as fileInfoSchema } from './file_info.js';
5
6
  export { loader_info as loaderInfoSchema } from './loader_info.js';
6
7
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
7
8
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -2,6 +2,7 @@ export { app_info as appInfoSchema } from './app_info.js';
2
2
  export { app_start as appStartSchema } from './app_start.js';
3
3
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
4
  export { document_print as documentPrintSchema } from './document_print.js';
5
+ export { file_info as fileInfoSchema } from './file_info.js';
5
6
  export { loader_info as loaderInfoSchema } from './loader_info.js';
6
7
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
7
8
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
@@ -1 +1 @@
1
- export const version='244.18.0'
1
+ export const version='244.21.0'