o11y_schema 252.77.0 → 252.79.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
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
|
|
27
27
|
"./sf_campaign": "./sf_campaign/sf_campaign.js",
|
|
28
28
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
29
|
+
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
29
30
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
30
31
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
31
32
|
"./sf_userDefinedLabel": "./sf_userDefinedLabel/sf_userDefinedLabel.js",
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
78
79
|
},
|
|
79
80
|
"type": "module",
|
|
80
|
-
"version": "252.
|
|
81
|
+
"version": "252.79.0",
|
|
81
82
|
"license": "BSD-3-Clause",
|
|
82
83
|
"volta": {
|
|
83
84
|
"node": "18.17.1",
|
|
@@ -149,7 +150,8 @@
|
|
|
149
150
|
"o11y_schema/sf_userDefinedLabel",
|
|
150
151
|
"o11y_schema/sfcore_customCmp",
|
|
151
152
|
"o11y_schema/sfcore_network",
|
|
152
|
-
"o11y_schema/sfcore_performance"
|
|
153
|
+
"o11y_schema/sfcore_performance",
|
|
154
|
+
"o11y_schema/spiff_shared"
|
|
153
155
|
],
|
|
154
156
|
"modules": [{"dir": "dist"}]
|
|
155
157
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const app_payload={namespace:"spiff.shared",name:"AppPayload",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"AppPayload":{"fields":{"companyId":{"id":2,"type":"string"},"companyDesignerVersion":{"id":3,"type":"string"},"userId":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_payload as appPayloadSchema } from './app_payload.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_payload as appPayloadSchema } from './app_payload.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.79.0'
|