o11y_schema 252.48.0 → 252.50.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
@@ -74,7 +74,7 @@
74
74
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
75
75
  },
76
76
  "type": "module",
77
- "version": "252.48.0",
77
+ "version": "252.50.0",
78
78
  "license": "BSD-3-Clause",
79
79
  "volta": {
80
80
  "node": "18.17.1",
@@ -1,5 +1,5 @@
1
- export { merchant_initiated_payments_charge as merchantInitiatedPaymentsChargeSchema } from './merchant_initiated_payments_charge.js';
2
- export { merchant_initiated_payments_render as merchantInitiatedPaymentsRenderSchema } from './merchant_initiated_payments_render.js';
1
+ export { merchant_submitted_payments_charge as merchantSubmittedPaymentsChargeSchema } from './merchant_submitted_payments_charge.js';
2
+ export { merchant_submitted_payments_render as merchantSubmittedPaymentsRenderSchema } from './merchant_submitted_payments_render.js';
3
3
  export { my_account_payment_sheet_render as myAccountPaymentSheetRenderSchema } from './my_account_payment_sheet_render.js';
4
4
  export { my_account_payment_sheet_submit as myAccountPaymentSheetSubmitSchema } from './my_account_payment_sheet_submit.js';
5
5
  export { payment_by_express_confirm as paymentByExpressConfirmSchema } from './payment_by_express_confirm.js';
@@ -0,0 +1 @@
1
+ export const merchant_submitted_payments_charge={namespace:"sf.payments",name:"MerchantSubmittedPaymentsCharge",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantSubmittedPaymentsCharge":{"fields":{"result":{"id":2,"type":"string"},"amount":{"id":3,"type":"double"},"merchAcct":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const merchant_submitted_payments_render={namespace:"sf.payments",name:"MerchantSubmittedPaymentsRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantSubmittedPaymentsRender":{"fields":{"buyerAcct":{"id":1,"type":"string"}}}}}}}}}};
@@ -1,5 +1,5 @@
1
- export { merchant_initiated_payments_charge as merchantInitiatedPaymentsChargeSchema } from './merchant_initiated_payments_charge.js';
2
- export { merchant_initiated_payments_render as merchantInitiatedPaymentsRenderSchema } from './merchant_initiated_payments_render.js';
1
+ export { merchant_submitted_payments_charge as merchantSubmittedPaymentsChargeSchema } from './merchant_submitted_payments_charge.js';
2
+ export { merchant_submitted_payments_render as merchantSubmittedPaymentsRenderSchema } from './merchant_submitted_payments_render.js';
3
3
  export { my_account_payment_sheet_render as myAccountPaymentSheetRenderSchema } from './my_account_payment_sheet_render.js';
4
4
  export { my_account_payment_sheet_submit as myAccountPaymentSheetSubmitSchema } from './my_account_payment_sheet_submit.js';
5
5
  export { payment_by_express_confirm as paymentByExpressConfirmSchema } from './payment_by_express_confirm.js';
@@ -0,0 +1 @@
1
+ export const contacts={namespace:"sf.sApp",name:"Contacts",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"Contacts":{"fields":{"contactsCount":{"id":2,"type":"uint32"},"source":{"id":1,"type":"string"}}}}}}}}}};
package/sf_sApp/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export { contacts as contactsSchema } from './contacts.js';
1
2
  export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
3
  export { error as errorSchema } from './error.js';
3
4
  export { mcf_load as mcfLoadSchema } from './mcf_load.js';
@@ -1,3 +1,4 @@
1
+ export { contacts as contactsSchema } from './contacts.js';
1
2
  export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
3
  export { error as errorSchema } from './error.js';
3
4
  export { mcf_load as mcfLoadSchema } from './mcf_load.js';
@@ -1 +1 @@
1
- export const version='252.48.0'
1
+ export const version='252.50.0'
@@ -1 +0,0 @@
1
- export const merchant_initiated_payments_charge={namespace:"sf.payments",name:"MerchantInitiatedPaymentsCharge",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantInitiatedPaymentsCharge":{"fields":{"result":{"id":2,"type":"string"},"amount":{"id":3,"type":"double"},"merchAcct":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +0,0 @@
1
- export const merchant_initiated_payments_render={namespace:"sf.payments",name:"MerchantInitiatedPaymentsRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantInitiatedPaymentsRender":{"fields":{"buyerAcct":{"id":1,"type":"string"}}}}}}}}}};