o11y_schema 256.121.0 → 256.122.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
@@ -98,7 +98,7 @@
98
98
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
99
99
  },
100
100
  "type": "module",
101
- "version": "256.121.0",
101
+ "version": "256.122.0",
102
102
  "license": "BSD-3-Clause",
103
103
  "volta": {
104
104
  "node": "18.17.1",
@@ -5,7 +5,6 @@ export { catalog_object as catalogObjectSchema } from './catalog_object.js';
5
5
  export { checkout as checkoutSchema } from './checkout.js';
6
6
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
7
7
  export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
8
- export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
9
8
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
10
9
  export { order as orderSchema } from './order.js';
11
10
  export { page_view as pageViewSchema } from './page_view.js';
@@ -21,3 +20,4 @@ export { store_setup_assistant as storeSetupAssistantSchema } from './store_setu
21
20
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
22
21
  export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
23
22
  export { suggestion as suggestionSchema } from './suggestion.js';
23
+ export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
@@ -5,7 +5,6 @@ export { catalog_object as catalogObjectSchema } from './catalog_object.js';
5
5
  export { checkout as checkoutSchema } from './checkout.js';
6
6
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
7
7
  export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
8
- export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
9
8
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
10
9
  export { order as orderSchema } from './order.js';
11
10
  export { page_view as pageViewSchema } from './page_view.js';
@@ -21,3 +20,4 @@ export { store_setup_assistant as storeSetupAssistantSchema } from './store_setu
21
20
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
22
21
  export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
23
22
  export { suggestion as suggestionSchema } from './suggestion.js';
23
+ export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
@@ -0,0 +1 @@
1
+ export const credit_memo={namespace:"sf.revenue",name:"CreditMemo",pbjsSchema:{"nested":{"sf":{"nested":{"revenue":{"nested":{"CreditMemo":{"fields":{"recordId":{"id":2,"type":"string"},"apiName":{"id":3,"type":"string"},"interactionName":{"id":1,"type":"string"}}}}}}}}}};
@@ -1,5 +1,6 @@
1
1
  export { configurator_session as configuratorSessionSchema } from './configurator_session.js';
2
2
  export { configurator_toggle as configuratorToggleSchema } from './configurator_toggle.js';
3
+ export { credit_memo as creditMemoSchema } from './credit_memo.js';
3
4
  export { large_quote_and_order_toggle as largeQuoteAndOrderToggleSchema } from './large_quote_and_order_toggle.js';
4
5
  export { ramp_deal as rampDealSchema } from './ramp_deal.js';
5
6
  export { rlm_cmp_session as rlmCmpSessionSchema } from './rlm_cmp_session.js';
@@ -1,5 +1,6 @@
1
1
  export { configurator_session as configuratorSessionSchema } from './configurator_session.js';
2
2
  export { configurator_toggle as configuratorToggleSchema } from './configurator_toggle.js';
3
+ export { credit_memo as creditMemoSchema } from './credit_memo.js';
3
4
  export { large_quote_and_order_toggle as largeQuoteAndOrderToggleSchema } from './large_quote_and_order_toggle.js';
4
5
  export { ramp_deal as rampDealSchema } from './ramp_deal.js';
5
6
  export { rlm_cmp_session as rlmCmpSessionSchema } from './rlm_cmp_session.js';
package/sf_sfs/index.js CHANGED
@@ -10,7 +10,6 @@ export { file_info as fileInfoSchema } from './file_info.js';
10
10
  export { loader_info as loaderInfoSchema } from './loader_info.js';
11
11
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
12
12
  export { perf_data as perfDataSchema } from './perf_data.js';
13
- export { priming_stage as primingStageSchema } from './priming_stage.js';
14
13
  export { repo_info as repoInfoSchema } from './repo_info.js';
15
14
  export { screen_info as screenInfoSchema } from './screen_info.js';
16
15
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
@@ -22,3 +21,4 @@ export { tracer_notification as tracerNotificationSchema } from './tracer_notifi
22
21
  export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
23
22
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
24
23
  export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
24
+ export { priming_stage as primingStageSchema } from './priming_stage.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -10,7 +10,6 @@ export { file_info as fileInfoSchema } from './file_info.js';
10
10
  export { loader_info as loaderInfoSchema } from './loader_info.js';
11
11
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
12
12
  export { perf_data as perfDataSchema } from './perf_data.js';
13
- export { priming_stage as primingStageSchema } from './priming_stage.js';
14
13
  export { repo_info as repoInfoSchema } from './repo_info.js';
15
14
  export { screen_info as screenInfoSchema } from './screen_info.js';
16
15
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
@@ -22,3 +21,4 @@ export { tracer_notification as tracerNotificationSchema } from './tracer_notifi
22
21
  export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
23
22
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
24
23
  export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
24
+ export { priming_stage as primingStageSchema } from './priming_stage.js';
@@ -1 +1 @@
1
- export const version='256.121.0'
1
+ export const version='256.122.0'