o11y_schema 258.13.0 → 258.15.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_policyCenter/index.js +1 -0
- package/sf_policyCenter/policy_center_view.js +1 -0
- package/sf_policyCenter/sf_policyCenter.js +1 -0
- package/sf_policyCenter/sf_policyCenter.js-meta.xml +7 -0
- package/sf_sfs/field_service_operations.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
94
94
|
"./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
|
|
95
95
|
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
96
|
+
"./sf_policyCenter": "./sf_policyCenter/sf_policyCenter.js",
|
|
96
97
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
97
98
|
"./sf_content": "./sf_content/sf_content.js",
|
|
98
99
|
"./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
|
|
@@ -103,7 +104,7 @@
|
|
|
103
104
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
104
105
|
},
|
|
105
106
|
"type": "module",
|
|
106
|
-
"version": "258.
|
|
107
|
+
"version": "258.15.0",
|
|
107
108
|
"license": "BSD-3-Clause",
|
|
108
109
|
"volta": {
|
|
109
110
|
"node": "18.17.1",
|
|
@@ -169,6 +170,7 @@
|
|
|
169
170
|
"o11y_schema/sf_omniChannel",
|
|
170
171
|
"o11y_schema/sf_p13n",
|
|
171
172
|
"o11y_schema/sf_payments",
|
|
173
|
+
"o11y_schema/sf_policyCenter",
|
|
172
174
|
"o11y_schema/sf_prm",
|
|
173
175
|
"o11y_schema/sf_promptStudio",
|
|
174
176
|
"o11y_schema/sf_recordPicker",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { policy_center_view as policyCenterViewSchema } from './policy_center_view.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const policy_center_view={namespace:"sf.policyCenter",name:"PolicyCenterView",pbjsSchema:{"nested":{"sf":{"nested":{"policyCenter":{"nested":{"PolicyCenterView":{"fields":{"viewName":{"id":1,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { policy_center_view as policyCenterViewSchema } from './policy_center_view.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const field_service_operations={namespace:"sf.sfs",name:"FieldServiceOperations",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FieldServiceOperations":{"fields":{"origin":{"id":3,"type":"string"},"action":{"id":1,"type":"string"},"productFeature":{"id":2,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const field_service_operations={namespace:"sf.sfs",name:"FieldServiceOperations",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FieldServiceOperations":{"oneofs":{"_origin":{"oneof":["origin"]},"_context":{"oneof":["context"]}},"fields":{"origin":{"options":{"proto3_optional":true},"id":3,"type":"string"},"context":{"options":{"proto3_optional":true},"id":4,"type":"string"},"action":{"id":1,"type":"string"},"productFeature":{"id":2,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.15.0'
|