o11y_schema 256.3.0 → 256.5.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
@@ -28,6 +28,7 @@
28
28
  "./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
29
29
  "./sf_campaign": "./sf_campaign/sf_campaign.js",
30
30
  "./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
31
+ "./spiff_shared": "./spiff_shared/spiff_shared.js",
31
32
  "./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
32
33
  "./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
33
34
  "./sf_userDefinedLabel": "./sf_userDefinedLabel/sf_userDefinedLabel.js",
@@ -72,6 +73,7 @@
72
73
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
73
74
  "./sf_lex": "./sf_lex/sf_lex.js",
74
75
  "./sf_revenue": "./sf_revenue/sf_revenue.js",
76
+ "./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
75
77
  "./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
76
78
  "./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
77
79
  },
@@ -81,7 +83,7 @@
81
83
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
82
84
  },
83
85
  "type": "module",
84
- "version": "256.3.0",
86
+ "version": "256.5.0",
85
87
  "license": "BSD-3-Clause",
86
88
  "volta": {
87
89
  "node": "18.17.1",
@@ -121,6 +123,7 @@
121
123
  "o11y_schema/sf_komaci",
122
124
  "o11y_schema/sf_lds",
123
125
  "o11y_schema/sf_lex",
126
+ "o11y_schema/sf_lightningOut",
124
127
  "o11y_schema/sf_lightningsdk",
125
128
  "o11y_schema/sf_lists",
126
129
  "o11y_schema/sf_lol",
@@ -157,7 +160,8 @@
157
160
  "o11y_schema/sf_userDefinedLabel",
158
161
  "o11y_schema/sfcore_customCmp",
159
162
  "o11y_schema/sfcore_network",
160
- "o11y_schema/sfcore_performance"
163
+ "o11y_schema/sfcore_performance",
164
+ "o11y_schema/spiff_shared"
161
165
  ],
162
166
  "modules": [{"dir": "dist"}]
163
167
  }
@@ -0,0 +1 @@
1
+ export { lightning_out_uma_container_load as lightningOutUmaContainerLoadSchema } from './lightning_out_uma_container_load.js';
@@ -0,0 +1 @@
1
+ export const lightning_out_uma_container_load={namespace:"sf.lightningOut",name:"LightningOutUmaContainerLoad",pbjsSchema:{"nested":{"sf":{"nested":{"lightningOut":{"nested":{"LightningOutUmaContainerLoad":{"fields":{"iframeSrc":{"id":2,"type":"string"},"hostDomain":{"id":3,"type":"string"},"embeddedCmpName":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { lightning_out_uma_container_load as lightningOutUmaContainerLoadSchema } from './lightning_out_uma_container_load.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1 @@
1
+ export const app_payload={namespace:"spiff.shared",name:"AppPayload",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"AppPayload":{"fields":{"companyId":{"id":2,"type":"string"},"spiffEnviron":{"id":4,"type":"string"},"companyDesignerVersion":{"id":3,"type":"string"},"userId":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const custom_action_count={namespace:"spiff.shared",name:"CustomActionCount",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"CustomActionCount":{"fields":{"count":{"id":1,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const custom_action_detail={namespace:"spiff.shared",name:"CustomActionDetail",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"CustomActionDetail":{"fields":{"duration":{"id":1,"type":"double"},"isMemTimeout":{"id":3,"type":"bool"},"tabulateDur":{"id":6,"type":"uint32"},"columns":{"rule":"repeated","id":4,"type":"string"},"detail":{"id":2,"type":"string"},"tabulateColumn":{"id":5,"type":"uint32"},"tabulateStart":{"id":7,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const custom_action_policy={namespace:"spiff.shared",name:"CustomActionPolicy",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"CustomActionPolicy":{"fields":{"isStrictMode":{"id":6,"type":"bool"},"mismatched":{"id":1,"type":"string"},"permisoFeature":{"id":2,"type":"string"},"spiffSdk":{"id":5,"type":"string"},"isV1":{"id":8,"type":"bool"},"isV2":{"id":9,"type":"bool"},"permisoHandler":{"id":3,"type":"string"},"userRole":{"id":7,"type":"string"},"roleUuid":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const custom_action_query={namespace:"spiff.shared",name:"CustomActionQuery",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"CustomActionQuery":{"fields":{"queries":{"rule":"repeated","id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1,6 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
2
+ export { custom_action_count as customActionCountSchema } from './custom_action_count.js';
3
+ export { custom_action_detail as customActionDetailSchema } from './custom_action_detail.js';
4
+ export { custom_action_policy as customActionPolicySchema } from './custom_action_policy.js';
5
+ export { custom_action_query as customActionQuerySchema } from './custom_action_query.js';
6
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
@@ -0,0 +1 @@
1
+ export const page_payload={namespace:"spiff.shared",name:"PagePayload",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"PagePayload":{"fields":{"sequence":{"id":2,"type":"string"},"url":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1,6 @@
1
+ export { app_payload as appPayloadSchema } from './app_payload.js';
2
+ export { custom_action_count as customActionCountSchema } from './custom_action_count.js';
3
+ export { custom_action_detail as customActionDetailSchema } from './custom_action_detail.js';
4
+ export { custom_action_policy as customActionPolicySchema } from './custom_action_policy.js';
5
+ export { custom_action_query as customActionQuerySchema } from './custom_action_query.js';
6
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='256.3.0'
1
+ export const version='256.5.0'