o11y_schema 246.31.0 → 246.33.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
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
|
|
35
35
|
"./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
|
|
36
36
|
"./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
|
|
37
|
+
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
37
38
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
38
39
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
39
40
|
"./version": "./version/version.js",
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
50
51
|
},
|
|
51
52
|
"type": "module",
|
|
52
|
-
"version": "246.
|
|
53
|
+
"version": "246.33.0",
|
|
53
54
|
"license": "BSD-3-Clause",
|
|
54
55
|
"name": "o11y_schema",
|
|
55
56
|
"lwc": {
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
"o11y_schema/sf_scrt",
|
|
87
88
|
"o11y_schema/sf_searchui",
|
|
88
89
|
"o11y_schema/sf_selfService",
|
|
90
|
+
"o11y_schema/sf_sfMaps",
|
|
89
91
|
"o11y_schema/sf_sfs",
|
|
90
92
|
"o11y_schema/sf_siteSearch",
|
|
91
93
|
"o11y_schema/sf_testAiltnPageview",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const maps_lite_config={namespace:"sf.sfMaps",name:"MapsLiteConfig",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteConfig":{"fields":{"isEnabled":{"id":1,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const maps_lite_geocoding={namespace:"sf.sfMaps",name:"MapsLiteGeocoding",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteGeocoding":{"fields":{"msg":{"id":4,"type":"string"},"geocodeCount":{"id":1,"type":"uint32"},"requestRegion":{"id":2,"type":"string"},"hasRateLimit":{"id":3,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const maps_lite_on_load={namespace:"sf.sfMaps",name:"MapsLiteOnLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteOnLoad":{"fields":{"didPageLoad":{"id":1,"type":"bool"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='246.
|
|
1
|
+
export const version='246.33.0'
|