o11y_schema 256.2.0 → 256.3.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
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"./sf_brand": "./sf_brand/sf_brand.js",
|
|
10
10
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
11
11
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
12
|
+
"./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
|
|
12
13
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
13
14
|
"./sf_lwc": "./sf_lwc/sf_lwc.js",
|
|
14
15
|
"./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
81
82
|
},
|
|
82
83
|
"type": "module",
|
|
83
|
-
"version": "256.
|
|
84
|
+
"version": "256.3.0",
|
|
84
85
|
"license": "BSD-3-Clause",
|
|
85
86
|
"volta": {
|
|
86
87
|
"node": "18.17.1",
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
"o11y_schema/sf_nimbus",
|
|
132
133
|
"o11y_schema/sf_o11ySample",
|
|
133
134
|
"o11y_schema/sf_offlineApp",
|
|
135
|
+
"o11y_schema/sf_omniChannel",
|
|
134
136
|
"o11y_schema/sf_payments",
|
|
135
137
|
"o11y_schema/sf_promptStudio",
|
|
136
138
|
"o11y_schema/sf_recordPicker",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const route_work={namespace:"sf.omniChannel",name:"RouteWork",pbjsSchema:{"nested":{"sf":{"nested":{"omniChannel":{"nested":{"RouteWork":{"fields":{"workitemId":{"id":3,"type":"string"},"queueId":{"id":4,"type":"string"},"routingType":{"id":2,"type":"string"},"botType":{"id":6,"type":"string"},"eventSource":{"id":1,"type":"string"},"botdefinitionId":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const supervisor_event={namespace:"sf.omniChannel",name:"SupervisorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"omniChannel":{"nested":{"SupervisorEvent":{"fields":{"workitemId":{"id":3,"type":"string"},"tab":{"id":1,"type":"string"},"botType":{"id":6,"type":"string"},"eventSource":{"id":2,"type":"string"},"botdefinitionId":{"id":5,"type":"string"},"workId":{"id":4,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.3.0'
|