o11y_schema 264.84.0 → 264.86.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 +9 -1
- package/sf_abx/buying_committee_event.js +2 -0
- package/sf_abx/index.js +1 -0
- package/sf_abx/sf_abx.js +1 -0
- package/sf_abx/sf_abx.js-meta.xml +7 -0
- package/sf_campaign/uma_campaign_flow.js +2 -1
- package/sf_cgcloud/index.js +3 -0
- package/sf_cgcloud/mobile_log.js +1 -0
- package/sf_cgcloud/sf_cgcloud.js +3 -0
- package/sf_cgcloud/sf_cgcloud.js-meta.xml +7 -0
- package/sf_cgcloud/sync_item_kpi.js +8 -0
- package/sf_cgcloud/sync_summary.js +3 -0
- package/sf_mcpanalytics/analytics_context.js +1 -1
- package/sf_recordCompanion/index.js +1 -0
- package/sf_recordCompanion/record_companion_component.js +1 -0
- package/sf_recordCompanion/sf_recordCompanion.js +1 -0
- package/sf_recordCompanion/sf_recordCompanion.js-meta.xml +7 -0
- package/sf_sentosSearch/agenticInteraction.js +2 -2
- package/sf_sentosSearch/resultsPagePerf.js +2 -2
- package/sf_sfs/index.js +1 -0
- package/sf_sfs/sf_sfs.js +1 -0
- package/sf_sfs/voice_to_form.js +1 -0
- package/sf_umaPathfinders/index.js +1 -0
- package/sf_umaPathfinders/sf_umaPathfinders.js +1 -0
- package/sf_umaPathfinders/sf_umaPathfinders.js-meta.xml +7 -0
- package/sf_umaPathfinders/uma_pathfinders.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
|
|
32
32
|
"./sf_campaign": "./sf_campaign/sf_campaign.js",
|
|
33
33
|
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
34
|
+
"./sf_umaPathfinders": "./sf_umaPathfinders/sf_umaPathfinders.js",
|
|
34
35
|
"./sf_suitesHome": "./sf_suitesHome/sf_suitesHome.js",
|
|
36
|
+
"./sf_recordCompanion": "./sf_recordCompanion/sf_recordCompanion.js",
|
|
35
37
|
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
36
38
|
"./sf_platformWebIde": "./sf_platformWebIde/sf_platformWebIde.js",
|
|
37
39
|
"./sf_cdpActivation": "./sf_cdpActivation/sf_cdpActivation.js",
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
"./sf_support": "./sf_support/sf_support.js",
|
|
44
46
|
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
45
47
|
"./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
|
|
48
|
+
"./sf_abx": "./sf_abx/sf_abx.js",
|
|
46
49
|
"./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
|
|
47
50
|
"./sf_lookup": "./sf_lookup/sf_lookup.js",
|
|
48
51
|
"./sf_ms365": "./sf_ms365/sf_ms365.js",
|
|
@@ -105,6 +108,7 @@
|
|
|
105
108
|
"./sf_umaConsent": "./sf_umaConsent/sf_umaConsent.js",
|
|
106
109
|
"./sf_searchui": "./sf_searchui/sf_searchui.js",
|
|
107
110
|
"./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
|
|
111
|
+
"./sf_cgcloud": "./sf_cgcloud/sf_cgcloud.js",
|
|
108
112
|
"./sf_sellerHome": "./sf_sellerHome/sf_sellerHome.js",
|
|
109
113
|
"./sf_payments": "./sf_payments/sf_payments.js",
|
|
110
114
|
"./sf_thunderbird": "./sf_thunderbird/sf_thunderbird.js",
|
|
@@ -153,7 +157,7 @@
|
|
|
153
157
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
154
158
|
},
|
|
155
159
|
"type": "module",
|
|
156
|
-
"version": "264.
|
|
160
|
+
"version": "264.86.0",
|
|
157
161
|
"license": "BSD-3-Clause",
|
|
158
162
|
"volta": {
|
|
159
163
|
"node": "18.17.1",
|
|
@@ -164,6 +168,7 @@
|
|
|
164
168
|
"expose": [
|
|
165
169
|
"o11y_schema/version",
|
|
166
170
|
"o11y_schema/sf_a4dInstrumentation",
|
|
171
|
+
"o11y_schema/sf_abx",
|
|
167
172
|
"o11y_schema/sf_actExp",
|
|
168
173
|
"o11y_schema/sf_actions",
|
|
169
174
|
"o11y_schema/sf_adaptiveExperience",
|
|
@@ -186,6 +191,7 @@
|
|
|
186
191
|
"o11y_schema/sf_campaign",
|
|
187
192
|
"o11y_schema/sf_ccinventory",
|
|
188
193
|
"o11y_schema/sf_cdpActivation",
|
|
194
|
+
"o11y_schema/sf_cgcloud",
|
|
189
195
|
"o11y_schema/sf_cia",
|
|
190
196
|
"o11y_schema/sf_clwr",
|
|
191
197
|
"o11y_schema/sf_commerce",
|
|
@@ -257,6 +263,7 @@
|
|
|
257
263
|
"o11y_schema/sf_prm",
|
|
258
264
|
"o11y_schema/sf_promptStudio",
|
|
259
265
|
"o11y_schema/sf_qualityManagement",
|
|
266
|
+
"o11y_schema/sf_recordCompanion",
|
|
260
267
|
"o11y_schema/sf_recordPicker",
|
|
261
268
|
"o11y_schema/sf_records",
|
|
262
269
|
"o11y_schema/sf_revenue",
|
|
@@ -293,6 +300,7 @@
|
|
|
293
300
|
"o11y_schema/sf_umaCoreExperience",
|
|
294
301
|
"o11y_schema/sf_umaGoals",
|
|
295
302
|
"o11y_schema/sf_umaMktgPerformanceApp",
|
|
303
|
+
"o11y_schema/sf_umaPathfinders",
|
|
296
304
|
"o11y_schema/sf_umaSetup",
|
|
297
305
|
"o11y_schema/sf_unifiedMessaging",
|
|
298
306
|
"o11y_schema/sf_userDefinedLabel",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const buying_committee_event={namespace:"sf.abx",name:"BuyingCommitteeEvent",pbjsSchema:{"nested":{"sf":{"nested":{"abx":{"nested":{"BuyingCommitteeEvent":{"fields":{"errorType":{"id":12,"type":"string"},"memberCount":{"id":8,"type":"uint32"},"errorMessage":{"id":11,"type":"string"},"buyingCommitteeCount":{"id":7,"type":"uint32"},"accountId":{"id":5,"type":"string"},"buyingCommitteeId":{"id":6,"type":"string"},"bulkSize":{"id":13,"type":"uint32"},"startTrigger":{"id":1,"type":"string"},"eventName":{"id":2,
|
|
2
|
+
"type":"string"},"action":{"id":4,"type":"string"},"componentName":{"id":3,"type":"string"},"durationMs":{"id":9,"type":"double"},"status":{"id":10,"type":"string"}}}}}}}}}};
|
package/sf_abx/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buying_committee_event as buyingCommitteeEventSchema } from './buying_committee_event.js';
|
package/sf_abx/sf_abx.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buying_committee_event as buyingCommitteeEventSchema } from './buying_committee_event.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export const uma_campaign_flow={namespace:"sf.campaign",name:"UmaCampaignFlow",pbjsSchema:{"nested":{"sf":{"nested":{"campaign":{"nested":{"UmaCampaignFlow":{"reserved":[[1,1]],"fields":{"flowTriggerType":{"id":6,"type":"string"},"
|
|
1
|
+
export const uma_campaign_flow={namespace:"sf.campaign",name:"UmaCampaignFlow",pbjsSchema:{"nested":{"sf":{"nested":{"campaign":{"nested":{"UmaCampaignFlow":{"reserved":[[1,1]],"fields":{"flowTriggerType":{"id":6,"type":"string"},"actionCount":{"id":9,"type":"uint32"},"scheduleType":{"id":11,"type":"string"},"campaignId":{"id":2,"type":"string"},"flowProgressStatus":{"id":3,"type":"string"},"isFlowActivated":{"id":5,"type":"bool"},"campaignTemplateType":{"id":7,"type":"string"},"message":{"id":8,
|
|
2
|
+
"type":"string"},"waitCount":{"id":10,"type":"uint32"},"flowId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mobile_log={namespace:"sf.cgcloud",name:"MobileLog",pbjsSchema:{"nested":{"sf":{"nested":{"cgcloud":{"nested":{"MobileLog":{"oneofs":{"_sequence":{"oneof":["sequence"]}},"fields":{"sequence":{"options":{"proto3_optional":true},"id":5,"type":"uint32"},"logLevel":{"id":2,"type":"string"},"logCode":{"id":1,"type":"string"},"attributes":{"id":6,"type":"string"},"message":{"id":3,"type":"string"},"syncId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const sync_item_kpi={namespace:"sf.cgcloud",name:"SyncItemKpi",pbjsSchema:{"nested":{"sf":{"nested":{"cgcloud":{"nested":{"SyncItemKpi":{"oneofs":{"_maxRecords":{"oneof":["maxRecords"]},"_isIdsOnly":{"oneof":["isIdsOnly"]},"_isApiDone":{"oneof":["isApiDone"]},"_minApiDur":{"oneof":["minApiDur"]},"_maxSoqlLength":{"oneof":["maxSoqlLength"]},"_minIds":{"oneof":["minIds"]},"_roundTrips":{"oneof":["roundTrips"]},"_minServerResp":{"oneof":["minServerResp"]},"_serverResp":{"oneof":["serverResp"]},
|
|
2
|
+
"_records":{"oneof":["records"]},"_ids":{"oneof":["ids"]},"_minHeapSize":{"oneof":["minHeapSize"]},"_payloadSize":{"oneof":["payloadSize"]},"_cpuTime":{"oneof":["cpuTime"]},"_minRecords":{"oneof":["minRecords"]},"_soqlLength":{"oneof":["soqlLength"]},"_minSoqlLength":{"oneof":["minSoqlLength"]},"_heapSize":{"oneof":["heapSize"]},"_maxApiDur":{"oneof":["maxApiDur"]},"_maxHeapSize":{"oneof":["maxHeapSize"]},"_minPloadSize":{"oneof":["minPloadSize"]},"_maxCpuTime":{"oneof":["maxCpuTime"]},"_maxPloadSize":{"oneof":["maxPloadSize"]},
|
|
3
|
+
"_apiDuration":{"oneof":["apiDuration"]},"_minCpuTime":{"oneof":["minCpuTime"]},"_maxIds":{"oneof":["maxIds"]},"_maxServerResp":{"oneof":["maxServerResp"]},"_deltaIds":{"oneof":["deltaIds"]},"_isDone":{"oneof":["isDone"]},"_fullIds":{"oneof":["fullIds"]},"_isIdsAndMod":{"oneof":["isIdsAndMod"]}},"fields":{"maxSoqlLength":{"options":{"proto3_optional":true},"id":44,"type":"uint32"},"maxRecords":{"options":{"proto3_optional":true},"id":42,"type":"uint32"},"minServerResp":{"options":{"proto3_optional":true},
|
|
4
|
+
"id":37,"type":"double"},"isIdsOnly":{"options":{"proto3_optional":true},"id":25,"type":"bool"},"records":{"options":{"proto3_optional":true},"id":20,"type":"uint32"},"fetchMode":{"id":14,"type":"string"},"isApiDone":{"options":{"proto3_optional":true},"id":18,"type":"bool"},"deltaIds":{"options":{"proto3_optional":true},"id":23,"type":"uint32"},"logCode":{"id":2,"type":"string"},"minRecords":{"options":{"proto3_optional":true},"id":41,"type":"uint32"},"minApiDur":{"options":{"proto3_optional":true},
|
|
5
|
+
"id":29,"type":"double"},"type":{"id":5,"type":"string"},"error":{"id":19,"type":"string"},"syncId":{"id":1,"type":"string"},"minSoqlLength":{"options":{"proto3_optional":true},"id":43,"type":"uint32"},"logLevel":{"id":3,"type":"string"},"payloadSize":{"options":{"proto3_optional":true},"id":10,"type":"uint64"},"cpuTime":{"options":{"proto3_optional":true},"id":15,"type":"double"},"minHeapSize":{"options":{"proto3_optional":true},"id":33,"type":"uint64"},"maxHeapSize":{"options":{"proto3_optional":true},
|
|
6
|
+
"id":34,"type":"uint64"},"apexOrRest":{"id":6,"type":"string"},"serverResp":{"options":{"proto3_optional":true},"id":16,"type":"double"},"apiNumber":{"id":7,"type":"uint32"},"soqlLength":{"options":{"proto3_optional":true},"id":22,"type":"uint32"},"isIdsAndMod":{"options":{"proto3_optional":true},"id":26,"type":"bool"},"minPloadSize":{"options":{"proto3_optional":true},"id":35,"type":"uint64"},"maxCpuTime":{"options":{"proto3_optional":true},"id":32,"type":"double"},"heapSize":{"options":{"proto3_optional":true},
|
|
7
|
+
"id":17,"type":"uint64"},"objName":{"id":12,"type":"string"},"message":{"id":4,"type":"string"},"maxApiDur":{"options":{"proto3_optional":true},"id":30,"type":"double"},"isDone":{"options":{"proto3_optional":true},"id":27,"type":"bool"},"fullIds":{"options":{"proto3_optional":true},"id":24,"type":"uint32"},"maxPloadSize":{"options":{"proto3_optional":true},"id":36,"type":"uint64"},"retries":{"id":11,"type":"uint32"},"roundTrips":{"options":{"proto3_optional":true},"id":28,"type":"uint32"},"minCpuTime":{"options":{"proto3_optional":true},
|
|
8
|
+
"id":31,"type":"double"},"apiItems":{"id":8,"type":"uint32"},"apiDuration":{"options":{"proto3_optional":true},"id":9,"type":"double"},"name":{"id":13,"type":"string"},"ids":{"options":{"proto3_optional":true},"id":21,"type":"uint32"},"maxIds":{"options":{"proto3_optional":true},"id":40,"type":"uint32"},"minIds":{"options":{"proto3_optional":true},"id":39,"type":"uint32"},"maxServerResp":{"options":{"proto3_optional":true},"id":38,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const sync_summary={namespace:"sf.cgcloud",name:"SyncSummary",pbjsSchema:{"nested":{"sf":{"nested":{"cgcloud":{"nested":{"SyncSummary":{"oneofs":{"_isSyncSuccess":{"oneof":["isSyncSuccess"]},"_uploadCount":{"oneof":["uploadCount"]},"_totalApiCalls":{"oneof":["totalApiCalls"]},"_duration":{"oneof":["duration"]},"_timeInQueue":{"oneof":["timeInQueue"]},"_downloadCount":{"oneof":["downloadCount"]}},"fields":{"uploadCount":{"options":{"proto3_optional":true},"id":14,"type":"uint32"},"logCode":{"id":2,
|
|
2
|
+
"type":"string"},"syncState":{"id":8,"type":"string"},"message":{"id":4,"type":"string"},"endDateTime":{"id":11,"type":"string"},"connectionType":{"id":16,"type":"string"},"syncId":{"id":1,"type":"string"},"isSyncSuccess":{"options":{"proto3_optional":true},"id":7,"type":"bool"},"duration":{"options":{"proto3_optional":true},"id":9,"type":"double"},"startDateTime":{"id":10,"type":"string"},"logLevel":{"id":3,"type":"string"},"totalApiCalls":{"options":{"proto3_optional":true},"id":5,"type":"uint32"},
|
|
3
|
+
"syncType":{"id":6,"type":"string"},"timeInQueue":{"options":{"proto3_optional":true},"id":12,"type":"double"},"downloadCount":{"options":{"proto3_optional":true},"id":13,"type":"uint32"},"triggeredBy":{"id":15,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const analytics_context={namespace:"sf.mcpanalytics",name:"AnalyticsContext",pbjsSchema:{"nested":{"sf":{"nested":{"mcpanalytics":{"nested":{"AnalyticsContext":{"fields":{"pftId":{"id":3,"type":"string"},"surface":{"id":2,"type":"string"},"appId":{"id":1,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const analytics_context={namespace:"sf.mcpanalytics",name:"AnalyticsContext",pbjsSchema:{"nested":{"sf":{"nested":{"mcpanalytics":{"nested":{"AnalyticsContext":{"fields":{"pftId":{"id":3,"type":"string"},"surface":{"id":2,"type":"string"},"axlPftId":{"id":4,"type":"string"},"appId":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { record_companion_component as recordCompanionComponentSchema } from './record_companion_component.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const record_companion_component={namespace:"sf.recordCompanion",name:"RecordCompanionComponent",pbjsSchema:{"nested":{"sf":{"nested":{"recordCompanion":{"nested":{"RecordCompanionComponent":{"fields":{"record":{"id":2,"type":"string"},"action":{"id":1,"type":"string"},"message":{"id":3,"type":"string"},"timestamp":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { record_companion_component as recordCompanionComponentSchema } from './record_companion_component.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const agenticInteraction={namespace:"sf.sentosSearch",name:"AgenticInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticInteraction":{"fields":{"queryLength":{"id":9,"type":"uint32"},"
|
|
2
|
-
"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const agenticInteraction={namespace:"sf.sentosSearch",name:"AgenticInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticInteraction":{"fields":{"queryLength":{"id":9,"type":"uint32"},"resultCount":{"id":8,"type":"uint32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":13,"type":"string"},"interactTime":{"id":15,"type":"uint64"},"clientSearchId":{"id":4,"type":"string"},"isCitation":{"id":17,"type":"bool"},"feedbackId":{"id":12,"type":"string"},"searchReqSeq":{"id":5,
|
|
2
|
+
"type":"uint32"},"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"},"hoverDurationMs":{"id":16,"type":"double"},"feedback":{"id":14,"type":"string"},"clientSource":{"id":3,"type":"string"},"interactType":{"id":7,"type":"string"},"isWorkObject":{"id":18,"type":"bool"},"resultType":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const resultsPagePerf={namespace:"sf.sentosSearch",name:"ResultsPagePerf",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPagePerf":{"fields":{"agentId":{"id":12,"type":"string"},"agentSessionId":{"id":13,"type":"string"},"srchSessionId":{"id":2,"type":"string"},"
|
|
2
|
-
"type":"string"},"resultsCount":{"id":8,"type":"uint32"},"resultsType":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"hasError":{"id":7,"type":"bool"}}}}}}}}}};
|
|
1
|
+
export const resultsPagePerf={namespace:"sf.sentosSearch",name:"ResultsPagePerf",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPagePerf":{"fields":{"agentId":{"id":12,"type":"string"},"agentSessionId":{"id":13,"type":"string"},"srchSessionId":{"id":2,"type":"string"},"appName":{"id":15,"type":"string"},"clientSearchId":{"id":5,"type":"string"},"scopedSource":{"id":9,"type":"string"},"experience":{"id":14,"type":"string"},"isCached":{"id":10,"type":"bool"},"windowId":{"id":3,
|
|
2
|
+
"type":"string"},"queryId":{"id":6,"type":"string"},"queryOrigin":{"id":11,"type":"string"},"resultsCount":{"id":8,"type":"uint32"},"resultsType":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"hasError":{"id":7,"type":"bool"}}}}}}}}}};
|
package/sf_sfs/index.js
CHANGED
|
@@ -28,5 +28,6 @@ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asse
|
|
|
28
28
|
export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
|
|
29
29
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
|
30
30
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
31
|
+
export { voice_to_form as voiceToFormSchema } from './voice_to_form.js';
|
|
31
32
|
export { sfs_error as sfsErrorSchema } from './sfs_error.js';
|
|
32
33
|
export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
|
package/sf_sfs/sf_sfs.js
CHANGED
|
@@ -28,5 +28,6 @@ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asse
|
|
|
28
28
|
export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
|
|
29
29
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
|
30
30
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
31
|
+
export { voice_to_form as voiceToFormSchema } from './voice_to_form.js';
|
|
31
32
|
export { sfs_error as sfsErrorSchema } from './sfs_error.js';
|
|
32
33
|
export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const voice_to_form={namespace:"sf.sfs",name:"VoiceToForm",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"VoiceToForm":{"fields":{"formId":{"id":1,"type":"string"},"formType":{"id":2,"type":"string"},"apiName":{"id":3,"type":"string"},"overwriteCount":{"id":7,"type":"uint32"},"undoTapCount":{"id":6,"type":"uint32"},"manualCount":{"id":5,"type":"uint32"},"aiCount":{"id":4,"type":"uint32"},"totalCount":{"id":8,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { uma_pathfinders as umaPathfindersSchema } from './uma_pathfinders.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { uma_pathfinders as umaPathfindersSchema } from './uma_pathfinders.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const uma_pathfinders={namespace:"sf.umaPathfinders",name:"UmaPathfinders",pbjsSchema:{"nested":{"sf":{"nested":{"umaPathfinders":{"nested":{"UmaPathfinders":{"oneofs":{"_httpStatusCode":{"oneof":["httpStatusCode"]},"_infoMessage":{"oneof":["infoMessage"]},"_errorMessage":{"oneof":["errorMessage"]}},"fields":{"featureName":{"id":1,"type":"string"},"errorMessage":{"options":{"proto3_optional":true},"id":4,"type":"string"},"action":{"id":2,"type":"string"},"infoMessage":{"options":{"proto3_optional":true},
|
|
2
|
+
"id":3,"type":"string"},"httpStatusCode":{"options":{"proto3_optional":true},"id":5,"type":"int32"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.86.0'
|