o11y_schema 256.60.0 → 256.61.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
|
@@ -1 +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":"
|
|
1
|
+
export const custom_action_query={namespace:"spiff.shared",name:"CustomActionQuery",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"Query":{"fields":{"errorMessage":{"id":2,"type":"string"},"queryName":{"id":1,"type":"string"}}},"CustomActionQuery":{"fields":{"queries":{"rule":"repeated","id":1,"type":"Query"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const feature_flag={namespace:"spiff.shared",name:"FeatureFlag",pbjsSchema:{"nested":{"spiff":{"nested":{"shared":{"nested":{"FeatureFlag":{"fields":{"flagName":{"id":1,"type":"string"},"flagTreatment":{"id":2,"type":"string"}}}}}}}}}};
|
package/spiff_shared/index.js
CHANGED
|
@@ -3,4 +3,5 @@ export { custom_action_count as customActionCountSchema } from './custom_action_
|
|
|
3
3
|
export { custom_action_detail as customActionDetailSchema } from './custom_action_detail.js';
|
|
4
4
|
export { custom_action_policy as customActionPolicySchema } from './custom_action_policy.js';
|
|
5
5
|
export { custom_action_query as customActionQuerySchema } from './custom_action_query.js';
|
|
6
|
+
export { feature_flag as featureFlagSchema } from './feature_flag.js';
|
|
6
7
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
|
@@ -3,4 +3,5 @@ export { custom_action_count as customActionCountSchema } from './custom_action_
|
|
|
3
3
|
export { custom_action_detail as customActionDetailSchema } from './custom_action_detail.js';
|
|
4
4
|
export { custom_action_policy as customActionPolicySchema } from './custom_action_policy.js';
|
|
5
5
|
export { custom_action_query as customActionQuerySchema } from './custom_action_query.js';
|
|
6
|
+
export { feature_flag as featureFlagSchema } from './feature_flag.js';
|
|
6
7
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.61.0'
|