o11y_schema 256.156.0 → 256.157.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
@@ -107,7 +107,7 @@
107
107
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
108
108
  },
109
109
  "type": "module",
110
- "version": "256.156.0",
110
+ "version": "256.157.0",
111
111
  "license": "BSD-3-Clause",
112
112
  "volta": {
113
113
  "node": "18.17.1",
package/sf_p13n/index.js CHANGED
@@ -1 +1,2 @@
1
1
  export { activation_event as activationEventSchema } from './activation_event.js';
2
+ export { targeting_rules_condition as targetingRulesConditionSchema } from './targeting_rules_condition.js';
@@ -1 +1,2 @@
1
1
  export { activation_event as activationEventSchema } from './activation_event.js';
2
+ export { targeting_rules_condition as targetingRulesConditionSchema } from './targeting_rules_condition.js';
@@ -0,0 +1 @@
1
+ export const targeting_rules_condition={namespace:"sf.p13n",name:"TargetingRulesCondition",pbjsSchema:{"nested":{"sf":{"nested":{"p13n":{"nested":{"TargetingRulesCondition":{"fields":{"userAction":{"id":5,"type":"string"},"conditionResource":{"id":7,"type":"string"},"scopeObjectId":{"id":4,"type":"string"},"parentObjectId":{"id":2,"type":"string"},"scope":{"id":3,"type":"string"},"isCaptureAnalytics":{"id":6,"type":"bool"},"productFeature":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='256.156.0'
1
+ export const version='256.157.0'