o11y_schema 256.127.0 → 256.129.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 +3 -1
- package/sf_appDevAisc/app_dev_plan.js +2 -0
- package/sf_appDevAisc/index.js +1 -0
- package/sf_appDevAisc/sf_appDevAisc.js +1 -0
- package/sf_appDevAisc/sf_appDevAisc.js-meta.xml +7 -0
- package/sf_sApp/error.js +1 -1
- package/sf_slackforce/index.js +1 -1
- package/sf_slackforce/sf_slackforce.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
|
|
20
20
|
"./sf_scrt": "./sf_scrt/sf_scrt.js",
|
|
21
21
|
"./sf_records": "./sf_records/sf_records.js",
|
|
22
|
+
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
22
23
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
|
|
23
24
|
"./sf_lol": "./sf_lol/sf_lol.js",
|
|
24
25
|
"./sf_promptStudio": "./sf_promptStudio/sf_promptStudio.js",
|
|
@@ -98,7 +99,7 @@
|
|
|
98
99
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
99
100
|
},
|
|
100
101
|
"type": "module",
|
|
101
|
-
"version": "256.
|
|
102
|
+
"version": "256.129.0",
|
|
102
103
|
"license": "BSD-3-Clause",
|
|
103
104
|
"volta": {
|
|
104
105
|
"node": "18.17.1",
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
"o11y_schema/sf_actions",
|
|
114
115
|
"o11y_schema/sf_agentforceInstrumentation",
|
|
115
116
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
117
|
+
"o11y_schema/sf_appDevAisc",
|
|
116
118
|
"o11y_schema/sf_appdevDevops",
|
|
117
119
|
"o11y_schema/sf_aura",
|
|
118
120
|
"o11y_schema/sf_automation",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const app_dev_plan={namespace:"sf.appDevAisc",name:"AppDevPlan",pbjsSchema:{"nested":{"sf":{"nested":{"appDevAisc":{"nested":{"AppDevPlan":{"fields":{"duration":{"id":8,"type":"double"},"appId":{"id":6,"type":"string"},"errorMessage":{"id":10,"type":"string"},"planStatus":{"id":5,"type":"string"},"taskName":{"id":1,"type":"string"},"planId":{"id":4,"type":"string"},"sessionId":{"id":2,"type":"string"},"workspaceId":{"id":3,"type":"string"},"buttonLabel":{"id":7,"type":"string"},"timestamp":{"id":9,
|
|
2
|
+
"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_dev_plan as appDevPlanSchema } from './app_dev_plan.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_dev_plan as appDevPlanSchema } from './app_dev_plan.js';
|
package/sf_sApp/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const error={namespace:"sf.sApp",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"Error":{"fields":{"statusMessage":{"id":3,"type":"string"},"isSuccess":{"id":1,"type":"bool"},"statusCode":{"id":2,"type":"
|
|
1
|
+
export const error={namespace:"sf.sApp",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"Error":{"fields":{"statusMessage":{"id":3,"type":"string"},"isSuccess":{"id":1,"type":"bool"},"statusCode":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_slackforce/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
2
|
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
3
|
-
export { context as contextSchema } from './context.js';
|
|
4
3
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
5
4
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
6
5
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
@@ -17,3 +16,4 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
17
16
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
18
17
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
19
18
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
19
|
+
export { context as contextSchema } from './context.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
2
|
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
3
|
-
export { context as contextSchema } from './context.js';
|
|
4
3
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
5
4
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
6
5
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
@@ -17,3 +16,4 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
17
16
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
18
17
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
19
18
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
19
|
+
export { context as contextSchema } from './context.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.129.0'
|