o11y_schema 254.41.0 → 254.43.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 +3 -1
- package/sf_brand/brand_settings_action.js +1 -0
- package/sf_brand/brand_settings_error.js +1 -0
- package/sf_brand/index.js +2 -0
- package/sf_brand/sf_brand.js +2 -0
- package/sf_payments/merchant_submitted_payments_charge.js +1 -1
- package/sf_payments/merchant_submitted_payments_render.js +1 -1
- package/sf_payments/saved_payment_method_render.js +1 -1
- package/sf_payments/saved_payment_method_submit.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
],
|
|
7
7
|
"author": "instrumentationteam@salesforce.com",
|
|
8
8
|
"exports": {
|
|
9
|
+
"./sf_brand": "./sf_brand/sf_brand.js",
|
|
9
10
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
10
11
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
11
12
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
79
80
|
},
|
|
80
81
|
"type": "module",
|
|
81
|
-
"version": "254.
|
|
82
|
+
"version": "254.43.0",
|
|
82
83
|
"license": "BSD-3-Clause",
|
|
83
84
|
"volta": {
|
|
84
85
|
"node": "18.17.1",
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
"o11y_schema/sf_automation",
|
|
95
96
|
"o11y_schema/sf_bfwk",
|
|
96
97
|
"o11y_schema/sf_blockBuilder",
|
|
98
|
+
"o11y_schema/sf_brand",
|
|
97
99
|
"o11y_schema/sf_campaign",
|
|
98
100
|
"o11y_schema/sf_ccinventory",
|
|
99
101
|
"o11y_schema/sf_clwr",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const brand_settings_action={namespace:"sf.brand",name:"BrandSettingsAction",pbjsSchema:{"nested":{"sf":{"nested":{"brand":{"nested":{"BrandSettingsAction":{"fields":{"wsId":{"id":3,"type":"string"},"mode":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"wsSettingFolderId":{"id":4,"type":"string"},"variantId":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const brand_settings_error={namespace:"sf.brand",name:"BrandSettingsError",pbjsSchema:{"nested":{"sf":{"nested":{"brand":{"nested":{"BrandSettingsError":{"fields":{"mode":{"id":1,"type":"string"},"wsId":{"id":2,"type":"string"},"wsSettingFolderId":{"id":3,"type":"string"},"variantId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1 +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"}}}}}}}}}};
|
|
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"},"pmType":{"id":5,"type":"string"},"amount":{"id":3,"type":"double"},"merchAcct":{"id":1,"type":"string"},"gateway":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const merchant_submitted_payments_render={namespace:"sf.payments",name:"MerchantSubmittedPaymentsRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantSubmittedPaymentsRender":{"fields":{"
|
|
1
|
+
export const merchant_submitted_payments_render={namespace:"sf.payments",name:"MerchantSubmittedPaymentsRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"MerchantSubmittedPaymentsRender":{"reserved":[[1,1]],"fields":{"recordType":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const saved_payment_method_render={namespace:"sf.payments",name:"SavedPaymentMethodRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"SavedPaymentMethodRender":{"fields":{"
|
|
1
|
+
export const saved_payment_method_render={namespace:"sf.payments",name:"SavedPaymentMethodRender",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"SavedPaymentMethodRender":{"reserved":[[1,1]],"fields":{"recordType":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const saved_payment_method_submit={namespace:"sf.payments",name:"SavedPaymentMethodSubmit",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"SavedPaymentMethodSubmit":{"fields":{"result":{"id":2,"type":"string"},"merchAcct":{"id":1,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const saved_payment_method_submit={namespace:"sf.payments",name:"SavedPaymentMethodSubmit",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"SavedPaymentMethodSubmit":{"fields":{"result":{"id":2,"type":"string"},"pmType":{"id":4,"type":"string"},"merchAcct":{"id":1,"type":"string"},"gateway":{"id":3,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.43.0'
|