o11y_schema 240.14.0 → 240.15.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
package/sf_automation/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { explorer_card_data as explorerCardDataSchema } from './explorer_card_data.js';
|
|
2
2
|
export { explorer_init_load as explorerInitLoadSchema } from './explorer_init_load.js';
|
|
3
3
|
export { explorer_reorder as explorerReorderSchema } from './explorer_reorder.js';
|
|
4
|
+
export { process_builder_migration as processBuilderMigrationSchema } from './process_builder_migration.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const process_builder_migration={namespace:"sf.automation",name:"ProcessBuilderMigration",pbjsSchema:{"nested":{"sf":{"nested":{"automation":{"nested":{"ProcessBuilderMigration":{"options":{"(meta.msg.desc)":"This is used to collect data on the success and fail results of the process builder migrator"},"fields":{"phase":{"options":{},"id":6,"type":"string"},"processId":{"options":{},"id":1,"type":"string"},"swapCount":{"options":{},"id":4,"type":"uint32"},"successCount":{"options":{},"id":2,
|
|
2
|
+
"type":"uint32"},"failureCount":{"options":{},"id":3,"type":"uint32"},"status":{"options":{},"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { explorer_card_data as explorerCardDataSchema } from './explorer_card_data.js';
|
|
2
2
|
export { explorer_init_load as explorerInitLoadSchema } from './explorer_init_load.js';
|
|
3
3
|
export { explorer_reorder as explorerReorderSchema } from './explorer_reorder.js';
|
|
4
|
+
export { process_builder_migration as processBuilderMigrationSchema } from './process_builder_migration.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='240.
|
|
1
|
+
export const version='240.15.0'
|