o11y_schema 240.5.0 → 240.6.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
@@ -6,6 +6,7 @@
6
6
  ],
7
7
  "author": "instrumentationteam@salesforce.com",
8
8
  "exports": {
9
+ "./sf_commerce": "./sf_commerce/sf_commerce.js",
9
10
  "./sf_searchui": "./sf_searchui/sf_searchui.js",
10
11
  "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
11
12
  "./sf_aura": "./sf_aura/sf_aura.js",
@@ -29,7 +30,7 @@
29
30
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
30
31
  },
31
32
  "type": "module",
32
- "version": "240.5.0",
33
+ "version": "240.6.0",
33
34
  "license": "BSD-3-Clause",
34
35
  "name": "o11y_schema",
35
36
  "lwc": {
@@ -37,6 +38,7 @@
37
38
  "o11y_schema/version",
38
39
  "o11y_schema/sf_aura",
39
40
  "o11y_schema/sf_automation",
41
+ "o11y_schema/sf_commerce",
40
42
  "o11y_schema/sf_instrumentation",
41
43
  "o11y_schema/sf_instrumentationTest",
42
44
  "o11y_schema/sf_komaci",
@@ -0,0 +1 @@
1
+ export const client_side_payment={namespace:"sf.commerce",name:"ClientSidePayment",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"ClientSidePayment":{"options":{"(meta.msg.desc)":"Client side payments instrumentation"},"fields":{"resultCode":{"options":{},"id":2,"type":"string"},"paymentMethod":{"options":{},"id":3,"type":"string"},"componentName":{"options":{},"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
@@ -0,0 +1 @@
1
+ export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
@@ -1 +1 @@
1
- export const version='240.5.0'
1
+ export const version='240.6.0'