o11y_schema 256.150.0 → 256.152.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_agentforceMessaging/failure_state.js +2 -0
- package/sf_agentforceMessaging/general_state.js +1 -0
- package/sf_agentforceMessaging/index.js +2 -0
- package/sf_agentforceMessaging/sf_agentforceMessaging.js +2 -0
- package/sf_agentforceMessaging/sf_agentforceMessaging.js-meta.xml +7 -0
- package/sf_datalens/datalens_event.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
|
|
19
19
|
"./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
|
|
20
20
|
"./sf_scrt": "./sf_scrt/sf_scrt.js",
|
|
21
|
+
"./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
|
|
21
22
|
"./sf_records": "./sf_records/sf_records.js",
|
|
22
23
|
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
23
24
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.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": "256.
|
|
107
|
+
"version": "256.152.0",
|
|
107
108
|
"license": "BSD-3-Clause",
|
|
108
109
|
"volta": {
|
|
109
110
|
"node": "18.17.1",
|
|
@@ -117,6 +118,7 @@
|
|
|
117
118
|
"o11y_schema/sf_actExp",
|
|
118
119
|
"o11y_schema/sf_actions",
|
|
119
120
|
"o11y_schema/sf_agentforceInstrumentation",
|
|
121
|
+
"o11y_schema/sf_agentforceMessaging",
|
|
120
122
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
121
123
|
"o11y_schema/sf_appDevAisc",
|
|
122
124
|
"o11y_schema/sf_appdevDevops",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const failure_state={namespace:"sf.agentforceMessaging",name:"FailureState",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceMessaging":{"nested":{"FailureState":{"oneofs":{"_traceId":{"oneof":["traceId"]},"_errCode":{"oneof":["errCode"]},"_entryId":{"oneof":["entryId"]}},"fields":{"traceId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"errCode":{"options":{"proto3_optional":true},"id":6,"type":"uint32"},"sessionId":{"id":1,"type":"string"},"hostUrl":{"id":3,"type":"string"},
|
|
2
|
+
"message":{"id":2,"type":"string"},"entryId":{"options":{"proto3_optional":true},"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const general_state={namespace:"sf.agentforceMessaging",name:"GeneralState",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceMessaging":{"nested":{"GeneralState":{"oneofs":{"_traceId":{"oneof":["traceId"]},"_entryId":{"oneof":["entryId"]}},"fields":{"traceId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"sessionId":{"id":1,"type":"string"},"hostUrl":{"id":3,"type":"string"},"message":{"id":2,"type":"string"},"entryId":{"options":{"proto3_optional":true},"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const datalens_event={namespace:"sf.datalens",name:"DatalensEvent",pbjsSchema:{"nested":{"sf":{"nested":{"datalens":{"nested":{"DatalensEvent":{"fields":{"flex2":{"id":
|
|
1
|
+
export const datalens_event={namespace:"sf.datalens",name:"DatalensEvent",pbjsSchema:{"nested":{"sf":{"nested":{"datalens":{"nested":{"DatalensEvent":{"fields":{"flex2":{"id":7,"type":"string"},"flex1":{"id":6,"type":"string"},"interaction":{"id":1,"type":"string"},"cmpName":{"id":3,"type":"string"},"page":{"id":2,"type":"string"},"message":{"id":5,"type":"string"},"actionName":{"id":4,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.152.0'
|