o11y_schema 256.119.0 → 256.121.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_datalens/datalens_event.js +1 -0
- package/sf_datalens/index.js +1 -0
- package/sf_datalens/sf_datalens.js +1 -0
- package/sf_datalens/sf_datalens.js-meta.xml +7 -0
- package/sf_payments/index.js +2 -0
- package/sf_payments/payment_pci_logger.js +1 -0
- package/sf_payments/payment_pci_manifest_generation.js +1 -0
- package/sf_payments/sf_payments.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
12
12
|
"./sf_a4dInstrumentation": "./sf_a4dInstrumentation/sf_a4dInstrumentation.js",
|
|
13
13
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
14
|
+
"./sf_datalens": "./sf_datalens/sf_datalens.js",
|
|
14
15
|
"./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
|
|
15
16
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
16
17
|
"./sf_lwc": "./sf_lwc/sf_lwc.js",
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
98
99
|
},
|
|
99
100
|
"type": "module",
|
|
100
|
-
"version": "256.
|
|
101
|
+
"version": "256.121.0",
|
|
101
102
|
"license": "BSD-3-Clause",
|
|
102
103
|
"volta": {
|
|
103
104
|
"node": "18.17.1",
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
"o11y_schema/sf_commerce",
|
|
125
126
|
"o11y_schema/sf_content",
|
|
126
127
|
"o11y_schema/sf_contentLayout",
|
|
128
|
+
"o11y_schema/sf_datalens",
|
|
127
129
|
"o11y_schema/sf_digitalwallet",
|
|
128
130
|
"o11y_schema/sf_eciExp",
|
|
129
131
|
"o11y_schema/sf_einstein",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const datalens_event={namespace:"sf.datalens",name:"DatalensEvent",pbjsSchema:{"nested":{"sf":{"nested":{"datalens":{"nested":{"DatalensEvent":{"fields":{"flex2":{"id":5,"type":"string"},"flex1":{"id":4,"type":"string"},"interaction":{"id":1,"type":"string"},"cmpName":{"id":2,"type":"string"},"message":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { datalens_event as datalensEventSchema } from './datalens_event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { datalens_event as datalensEventSchema } from './datalens_event.js';
|
package/sf_payments/index.js
CHANGED
|
@@ -7,6 +7,8 @@ export { payment_by_express_confirm as paymentByExpressConfirmSchema } from './p
|
|
|
7
7
|
export { payment_by_express_render as paymentByExpressRenderSchema } from './payment_by_express_render.js';
|
|
8
8
|
export { payment_by_link_render as paymentByLinkRenderSchema } from './payment_by_link_render.js';
|
|
9
9
|
export { payment_by_link_submit as paymentByLinkSubmitSchema } from './payment_by_link_submit.js';
|
|
10
|
+
export { payment_pci_logger as paymentPciLoggerSchema } from './payment_pci_logger.js';
|
|
11
|
+
export { payment_pci_manifest_generation as paymentPciManifestGenerationSchema } from './payment_pci_manifest_generation.js';
|
|
10
12
|
export { payment_sheet_component_creation_error as paymentSheetComponentCreationErrorSchema } from './payment_sheet_component_creation_error.js';
|
|
11
13
|
export { payment_sheet_confirm as paymentSheetConfirmSchema } from './payment_sheet_confirm.js';
|
|
12
14
|
export { payment_sheet_event_timeout as paymentSheetEventTimeoutSchema } from './payment_sheet_event_timeout.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const payment_pci_logger={namespace:"sf.payments",name:"PaymentPciLogger",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"PaymentPciLogger":{"fields":{"msg":{"id":2,"type":"string"},"function":{"id":1,"type":"string"},"params":{"rule":"repeated","id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const payment_pci_manifest_generation={namespace:"sf.payments",name:"PaymentPciManifestGeneration",pbjsSchema:{"nested":{"sf":{"nested":{"payments":{"nested":{"PaymentPciManifestGeneration":{"fields":{"scriptsHashed":{"id":3,"type":"int32"},"scriptsToHash":{"id":2,"type":"int32"},"baseUrl":{"id":1,"type":"string"},"apiResponseTime":{"id":4,"type":"string"},"errors":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -7,6 +7,8 @@ export { payment_by_express_confirm as paymentByExpressConfirmSchema } from './p
|
|
|
7
7
|
export { payment_by_express_render as paymentByExpressRenderSchema } from './payment_by_express_render.js';
|
|
8
8
|
export { payment_by_link_render as paymentByLinkRenderSchema } from './payment_by_link_render.js';
|
|
9
9
|
export { payment_by_link_submit as paymentByLinkSubmitSchema } from './payment_by_link_submit.js';
|
|
10
|
+
export { payment_pci_logger as paymentPciLoggerSchema } from './payment_pci_logger.js';
|
|
11
|
+
export { payment_pci_manifest_generation as paymentPciManifestGenerationSchema } from './payment_pci_manifest_generation.js';
|
|
10
12
|
export { payment_sheet_component_creation_error as paymentSheetComponentCreationErrorSchema } from './payment_sheet_component_creation_error.js';
|
|
11
13
|
export { payment_sheet_confirm as paymentSheetConfirmSchema } from './payment_sheet_confirm.js';
|
|
12
14
|
export { payment_sheet_event_timeout as paymentSheetEventTimeoutSchema } from './payment_sheet_event_timeout.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.121.0'
|