o11y_schema 256.115.0 → 256.117.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
@@ -97,7 +97,7 @@
97
97
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
98
98
  },
99
99
  "type": "module",
100
- "version": "256.115.0",
100
+ "version": "256.117.0",
101
101
  "license": "BSD-3-Clause",
102
102
  "volta": {
103
103
  "node": "18.17.1",
package/sf_sfs/index.js CHANGED
@@ -7,17 +7,18 @@ export { custom_navigation_info as customNavigationInfoSchema } from './custom_n
7
7
  export { data_capture as dataCaptureSchema } from './data_capture.js';
8
8
  export { document_print as documentPrintSchema } from './document_print.js';
9
9
  export { file_info as fileInfoSchema } from './file_info.js';
10
+ export { loader_info as loaderInfoSchema } from './loader_info.js';
10
11
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
11
12
  export { perf_data as perfDataSchema } from './perf_data.js';
13
+ export { priming_stage as primingStageSchema } from './priming_stage.js';
12
14
  export { repo_info as repoInfoSchema } from './repo_info.js';
13
15
  export { screen_info as screenInfoSchema } from './screen_info.js';
14
16
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
15
17
  export { service_document_preview_load as serviceDocumentPreviewLoadSchema } from './service_document_preview_load.js';
18
+ export { services_request as servicesRequestSchema } from './services_request.js';
16
19
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
17
20
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
18
21
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
19
22
  export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
20
23
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
21
24
  export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
22
- export { loader_info as loaderInfoSchema } from './loader_info.js';
23
- export { priming_stage as primingStageSchema } from './priming_stage.js';
@@ -1,3 +1,3 @@
1
1
  export const loader_info={namespace:"sf.sfs",name:"LoaderInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"LoaderInfo":{"oneofs":{"_childFailedCount":{"oneof":["childFailedCount"]},"_childSuccessCount":{"oneof":["childSuccessCount"]}},"fields":{"loaderContext":{"id":1,"type":"string"},"errorType":{"id":11,"type":"int32"},"ldsRequestEnd":{"id":10,"type":"uint64"},"errorMessage":{"id":13,"type":"string"},"errorCode":{"id":12,"type":"int32"},"discUpdateStart":{"id":7,"type":"uint64"},"errorTypeDesc":{"id":16,
2
- "type":"string"},"httpRequestStart":{"id":5,"type":"uint64"},"discUpdateEnd":{"id":8,"type":"uint64"},"childFailedCount":{"options":{"proto3_optional":true},"id":21,"type":"uint32"},"discReadStart":{"id":3,"type":"uint64"},"ldsRequestStart":{"id":9,"type":"uint64"},"isComposite":{"id":2,"type":"bool"},"failedCount":{"id":19,"type":"uint32"},"configAttributes":{"id":17,"type":"string"},"discReadEnd":{"id":4,"type":"uint64"},"errorRetryAfterDate":{"id":15,"type":"uint64"},"httpRequestEnd":{"id":6,"type":"uint64"},
3
- "successCount":{"id":18,"type":"uint32"},"childSuccessCount":{"options":{"proto3_optional":true},"id":20,"type":"uint32"},"errorApiError":{"id":14,"type":"string"},"retryAttempts":{"id":22,"type":"uint32"}}}}}}}}}};
2
+ "type":"string"},"httpRequestStart":{"id":5,"type":"uint64"},"discUpdateEnd":{"id":8,"type":"uint64"},"childFailedCount":{"options":{"proto3_optional":true},"id":21,"type":"uint32"},"discReadStart":{"id":3,"type":"uint64"},"lifecycle":{"rule":"repeated","id":24,"type":"string"},"ldsRequestStart":{"id":9,"type":"uint64"},"isComposite":{"id":2,"type":"bool"},"failedCount":{"id":19,"type":"uint32"},"configAttributes":{"id":17,"type":"string"},"discReadEnd":{"id":4,"type":"uint64"},"errorRetryAfterDate":{"id":15,
3
+ "type":"uint64"},"context":{"id":23,"type":"string"},"httpRequestEnd":{"id":6,"type":"uint64"},"successCount":{"id":18,"type":"uint32"},"childSuccessCount":{"options":{"proto3_optional":true},"id":20,"type":"uint32"},"errorApiError":{"id":14,"type":"string"},"retryAttempts":{"id":22,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const services_request={namespace:"sf.sfs",name:"ServicesRequest",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ServicesRequest":{"fields":{"request":{"id":3,"type":"string"},"endpoint":{"id":1,"type":"string"},"queryParams":{"id":2,"type":"string"},"response":{"id":4,"type":"string"},"errorMessage":{"id":7,"type":"string"},"contentType":{"id":5,"type":"string"},"statusCode":{"id":6,"type":"int32"}}}}}}}}}};
package/sf_sfs/sf_sfs.js CHANGED
@@ -7,17 +7,18 @@ export { custom_navigation_info as customNavigationInfoSchema } from './custom_n
7
7
  export { data_capture as dataCaptureSchema } from './data_capture.js';
8
8
  export { document_print as documentPrintSchema } from './document_print.js';
9
9
  export { file_info as fileInfoSchema } from './file_info.js';
10
+ export { loader_info as loaderInfoSchema } from './loader_info.js';
10
11
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
11
12
  export { perf_data as perfDataSchema } from './perf_data.js';
13
+ export { priming_stage as primingStageSchema } from './priming_stage.js';
12
14
  export { repo_info as repoInfoSchema } from './repo_info.js';
13
15
  export { screen_info as screenInfoSchema } from './screen_info.js';
14
16
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
15
17
  export { service_document_preview_load as serviceDocumentPreviewLoadSchema } from './service_document_preview_load.js';
18
+ export { services_request as servicesRequestSchema } from './services_request.js';
16
19
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
17
20
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
18
21
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
19
22
  export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
20
23
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
21
24
  export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
22
- export { loader_info as loaderInfoSchema } from './loader_info.js';
23
- export { priming_stage as primingStageSchema } from './priming_stage.js';
@@ -0,0 +1 @@
1
+ export const context={namespace:"sf.slackforce",name:"Context",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"Context":{"fields":{"chnId":{"id":3,"type":"string"},"teamId":{"id":2,"type":"string"},"contextId":{"id":1,"type":"string"},"userId":{"id":4,"type":"string"},"messageTs":{"id":5,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const details_modal={namespace:"sf.slackforce",name:"DetailsModal",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"DetailsModal":{"fields":{"chnId":{"id":4,"type":"string"},"action":{"id":1,"type":"string"},"step":{"id":2,"type":"string"},"elementValue":{"id":3,"type":"string"}}}}}}}}}};
1
+ export const details_modal={namespace:"sf.slackforce",name:"DetailsModal",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"DetailsModal":{"fields":{"chnId":{"id":4,"type":"string"},"teamId":{"id":5,"type":"string"},"action":{"id":1,"type":"string"},"step":{"id":2,"type":"string"},"elementValue":{"id":3,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const file_complete_upload_success={namespace:"sf.slackforce",name:"FileCompleteUploadSuccess",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"FileCompleteUploadSuccess":{"fields":{"duration":{"id":2,"type":"uint32"},"uploadSize":{"id":6,"type":"uint32"},"retryCount":{"id":5,"type":"uint32"},"hasUploadMsg":{"id":3,"type":"bool"},"type":{"id":1,"type":"uint32"},"fileCount":{"id":4,"type":"uint32"}}}}}}}}}};
1
+ export const file_complete_upload_success={namespace:"sf.slackforce",name:"FileCompleteUploadSuccess",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"FileCompleteUploadSuccess":{"fields":{"duration":{"id":2,"type":"uint32"},"uploadSize":{"id":6,"type":"uint32"},"retryCount":{"id":5,"type":"uint32"},"teamId":{"id":7,"type":"string"},"hasUploadMsg":{"id":3,"type":"bool"},"type":{"id":1,"type":"uint32"},"fileCount":{"id":4,"type":"uint32"},"userId":{"id":8,"type":"string"}}}}}}}}}};
@@ -1,3 +1,4 @@
1
+ export { context as contextSchema } from './context.js';
1
2
  export { details_modal as detailsModalSchema } from './details_modal.js';
2
3
  export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
3
4
  export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
@@ -1 +1 @@
1
- export const invite_generated={namespace:"sf.slackforce",name:"InviteGenerated",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"InviteGenerated":{"fields":{"inviteId":{"id":3,"type":"string"},"action":{"id":5,"type":"string"},"step":{"id":4,"type":"string"},"entryPoint":{"id":1,"type":"string"},"trackingId":{"id":2,"type":"string"},"elementName":{"id":6,"type":"string"}}}}}}}}}};
1
+ export const invite_generated={namespace:"sf.slackforce",name:"InviteGenerated",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"InviteGenerated":{"fields":{"inviteId":{"id":3,"type":"string"},"teamId":{"id":7,"type":"string"},"action":{"id":5,"type":"string"},"step":{"id":4,"type":"string"},"entryPoint":{"id":1,"type":"string"},"userId":{"id":8,"type":"string"},"trackingId":{"id":2,"type":"string"},"elementName":{"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const lob_sales_home={namespace:"sf.slackforce",name:"LobSalesHome",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LobSalesHome":{"fields":{"chnId":{"id":4,"type":"string"},"action":{"id":3,"type":"string"},"entryPoint":{"id":1,"type":"string"},"elementName":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const lob_sales_home={namespace:"sf.slackforce",name:"LobSalesHome",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LobSalesHome":{"fields":{"chnId":{"id":4,"type":"string"},"teamId":{"id":5,"type":"string"},"action":{"id":3,"type":"string"},"entryPoint":{"id":1,"type":"string"},"userId":{"id":6,"type":"string"},"elementName":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
- export const msg_impression={namespace:"sf.slackforce",name:"MsgImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgImpression":{"oneofs":{"_threadTs":{"oneof":["threadTs"]}},"fields":{"chnId":{"id":1,"type":"string"},"duration":{"id":5,"type":"uint32"},"isUnreadMsg":{"id":6,"type":"bool"},"authorUserId":{"id":4,"type":"string"},"threadTs":{"options":{"proto3_optional":true},"id":3,"type":"string"},"messageTs":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const msg_impression={namespace:"sf.slackforce",name:"MsgImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgImpression":{"oneofs":{"_threadTs":{"oneof":["threadTs"]}},"fields":{"chnId":{"id":1,"type":"string"},"duration":{"id":5,"type":"uint32"},"isUnreadMsg":{"id":6,"type":"bool"},"authorUserId":{"id":4,"type":"string"},"teamId":{"id":7,"type":"string"},"threadTs":{"options":{"proto3_optional":true},"id":3,"type":"string"},"messageTs":{"id":2,"type":"string"},"userId":{"id":8,
2
+ "type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const msg_link_clicked={namespace:"sf.slackforce",name:"MsgLinkClicked",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgLinkClicked":{"fields":{"chnId":{"id":1,"type":"string"},"itemType":{"id":5,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"urlDomain":{"id":6,"type":"string"},"linkType":{"id":7,"type":"string"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const msg_link_clicked={namespace:"sf.slackforce",name:"MsgLinkClicked",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgLinkClicked":{"fields":{"chnId":{"id":1,"type":"string"},"itemType":{"id":5,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"urlDomain":{"id":6,"type":"string"},"teamId":{"id":8,"type":"string"},"linkType":{"id":7,"type":"string"},"messageTs":{"id":4,"type":"string"},"userId":{"id":9,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const msg_reads_impression={namespace:"sf.slackforce",name:"MsgReadsImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgReadsImpression":{"fields":{"chnId":{"id":1,"type":"string"},"isUnreadMsg":{"id":7,"type":"bool"},"authorUserId":{"id":5,"type":"string"},"cmpName":{"id":2,"type":"string"},"action":{"id":4,"type":"string"},"cmpVariant":{"id":3,"type":"string"},"messageTs":{"id":6,"type":"string"}}}}}}}}}};
1
+ export const msg_reads_impression={namespace:"sf.slackforce",name:"MsgReadsImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgReadsImpression":{"fields":{"chnId":{"id":1,"type":"string"},"isUnreadMsg":{"id":7,"type":"bool"},"authorUserId":{"id":5,"type":"string"},"teamId":{"id":8,"type":"string"},"cmpName":{"id":2,"type":"string"},"action":{"id":4,"type":"string"},"cmpVariant":{"id":3,"type":"string"},"messageTs":{"id":6,"type":"string"},"userId":{"id":9,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const msg_scroll={namespace:"sf.slackforce",name:"MsgScroll",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgScroll":{"fields":{"chnId":{"id":1,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"cmpVariant":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const msg_scroll={namespace:"sf.slackforce",name:"MsgScroll",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgScroll":{"fields":{"chnId":{"id":1,"type":"string"},"teamId":{"id":5,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"cmpVariant":{"id":4,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const msg_sent={namespace:"sf.slackforce",name:"MsgSent",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSent":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const msg_sent={namespace:"sf.slackforce",name:"MsgSent",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSent":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"teamId":{"id":5,"type":"string"},"messageTs":{"id":4,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const msg_submitted_mentions={namespace:"sf.slackforce",name:"MsgSubmittedMentions",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSubmittedMentions":{"fields":{"mentionsCount":{"id":1,"type":"uint32"}}}}}}}}}};
1
+ export const msg_submitted_mentions={namespace:"sf.slackforce",name:"MsgSubmittedMentions",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSubmittedMentions":{"fields":{"teamId":{"id":2,"type":"string"},"mentionsCount":{"id":1,"type":"uint32"},"userId":{"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const records_salesforce_record_view={namespace:"sf.slackforce",name:"RecordsSalesforceRecordView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RecordsSalesforceRecordView":{"fields":{"chnId":{"id":1,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"elementValue":{"id":6,"type":"string"},"cmpVariant":{"id":4,"type":"string"},"elementName":{"id":5,"type":"string"}}}}}}}}}};
1
+ export const records_salesforce_record_view={namespace:"sf.slackforce",name:"RecordsSalesforceRecordView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RecordsSalesforceRecordView":{"fields":{"chnId":{"id":1,"type":"string"},"teamId":{"id":7,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"elementValue":{"id":6,"type":"string"},"cmpVariant":{"id":4,"type":"string"},"userId":{"id":8,"type":"string"},"elementName":{"id":5,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const rimeto_hover_card_view={namespace:"sf.slackforce",name:"RimetoHoverCardView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RimetoHoverCardView":{"fields":{"chnId":{"id":3,"type":"string"},"profileId":{"id":4,"type":"string"},"cmpName":{"id":1,"type":"string"},"action":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const rimeto_hover_card_view={namespace:"sf.slackforce",name:"RimetoHoverCardView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RimetoHoverCardView":{"fields":{"chnId":{"id":3,"type":"string"},"profileId":{"id":4,"type":"string"},"teamId":{"id":5,"type":"string"},"cmpName":{"id":1,"type":"string"},"action":{"id":2,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
@@ -1,3 +1,4 @@
1
+ export { context as contextSchema } from './context.js';
1
2
  export { details_modal as detailsModalSchema } from './details_modal.js';
2
3
  export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
3
4
  export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
@@ -1 +1 @@
1
- export const threads_reply={namespace:"sf.slackforce",name:"ThreadsReply",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ThreadsReply":{"fields":{"chnId":{"id":2,"type":"string"},"msgsCount":{"id":6,"type":"uint32"},"chnType":{"id":3,"type":"string"},"chnPrivType":{"id":4,"type":"uint32"},"parentMessageId":{"id":1,"type":"string"},"messageTs":{"id":5,"type":"string"}}}}}}}}}};
1
+ export const threads_reply={namespace:"sf.slackforce",name:"ThreadsReply",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ThreadsReply":{"fields":{"chnId":{"id":2,"type":"string"},"msgsCount":{"id":6,"type":"uint32"},"chnType":{"id":3,"type":"string"},"chnPrivType":{"id":4,"type":"uint32"},"teamId":{"id":7,"type":"string"},"parentMessageId":{"id":1,"type":"string"},"messageTs":{"id":5,"type":"string"},"userId":{"id":8,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='256.115.0'
1
+ export const version='256.117.0'