mcp-prqx-pricer 1.0.7 → 1.0.8
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.
@@ -61,8 +61,8 @@ class CreatePricingGroupTool {
|
|
61
61
|
description: '(custom or all) Decides if we use custom parameters to share the tickets in the group or if we share them all'
|
62
62
|
},
|
63
63
|
shareAnchor: {
|
64
|
-
type: '
|
65
|
-
description: 'Controls if the anchor ticket of the pricing group will be shared'
|
64
|
+
type: 'boolean',
|
65
|
+
description: 'Controls if the anchor ticket of the pricing group will be shared or not'
|
66
66
|
},
|
67
67
|
customSharingAmount: {
|
68
68
|
type: 'number',
|
package/package.json
CHANGED
@@ -62,8 +62,8 @@ export class CreatePricingGroupTool implements McpTool {
|
|
62
62
|
description: '(custom or all) Decides if we use custom parameters to share the tickets in the group or if we share them all'
|
63
63
|
},
|
64
64
|
shareAnchor: {
|
65
|
-
type: '
|
66
|
-
description: 'Controls if the anchor ticket of the pricing group will be shared'
|
65
|
+
type: 'boolean',
|
66
|
+
description: 'Controls if the anchor ticket of the pricing group will be shared or not'
|
67
67
|
},
|
68
68
|
customSharingAmount: {
|
69
69
|
type: 'number',
|