o11y_schema 248.53.0 → 248.55.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
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
47
47
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
48
48
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
49
|
+
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
49
50
|
"./sf_sfsMobileHybrid": "./sf_sfsMobileHybrid/sf_sfsMobileHybrid.js",
|
|
50
51
|
"./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
|
|
51
52
|
"./sf_recordPicker": "./sf_recordPicker/sf_recordPicker.js",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
58
59
|
},
|
|
59
60
|
"type": "module",
|
|
60
|
-
"version": "248.
|
|
61
|
+
"version": "248.55.0",
|
|
61
62
|
"license": "BSD-3-Clause",
|
|
62
63
|
"name": "o11y_schema",
|
|
63
64
|
"lwc": {
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
"o11y_schema/sf_promptStudio",
|
|
95
96
|
"o11y_schema/sf_recordPicker",
|
|
96
97
|
"o11y_schema/sf_records",
|
|
98
|
+
"o11y_schema/sf_revenue",
|
|
97
99
|
"o11y_schema/sf_scrt",
|
|
98
100
|
"o11y_schema/sf_searchui",
|
|
99
101
|
"o11y_schema/sf_selfService",
|
package/sf_promptStudio/admin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const admin={namespace:"sf.promptStudio",name:"Admin",pbjsSchema:{"nested":{"sf":{"nested":{"promptStudio":{"nested":{"Admin":{"fields":{"templateType":{"id":3,"type":"string"},"templateName":{"id":2,"type":"string"},"isCustom":{"id":8,"type":"bool"},"errorMessage":{"id":10,"type":"string"},"taskName":{"id":1,"type":"string"},"clonedTemplateName":{"id":9,"type":"string"},"isActivated":{"id":6,"type":"bool"},"userRole":{"id":7,"type":"string"},"gatewayResponseId":{"id":4,
|
|
2
|
-
"type":"string"}}}}}}}}}};
|
|
1
|
+
export const admin={namespace:"sf.promptStudio",name:"Admin",pbjsSchema:{"nested":{"sf":{"nested":{"promptStudio":{"nested":{"Admin":{"fields":{"templateType":{"id":3,"type":"string"},"versionId":{"id":11,"type":"string"},"templateName":{"id":2,"type":"string"},"isCustom":{"id":8,"type":"bool"},"errorMessage":{"id":10,"type":"string"},"taskName":{"id":1,"type":"string"},"clonedTemplateName":{"id":9,"type":"string"},"isActivated":{"id":6,"type":"bool"},"userRole":{"id":7,"type":"string"},"gatewayResponseId":{"id":4,
|
|
2
|
+
"type":"string"},"gatewaySessionId":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { tlt_instant_price as tltInstantPriceSchema } from './tlt_instant_price.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { tlt_instant_price as tltInstantPriceSchema } from './tlt_instant_price.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const tlt_instant_price={namespace:"sf.revenue",name:"TltInstantPrice",pbjsSchema:{"nested":{"sf":{"nested":{"revenue":{"nested":{"TltInstantPrice":{"fields":{"recordId":{"id":2,"type":"string"},"recordName":{"id":3,"type":"string"},"interactionName":{"id":1,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.55.0'
|