mcp-prqx-pricer 1.0.11 → 1.0.12
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.
@@ -58,7 +58,7 @@ class CreatePricingGroupTool {
|
|
58
58
|
},
|
59
59
|
shareOptionsType: {
|
60
60
|
type: 'string',
|
61
|
-
description: '(
|
61
|
+
description: '(all or custom) Decides if we use custom parameters to share the tickets in the group or if we share them all. Default all.'
|
62
62
|
},
|
63
63
|
shareAnchor: {
|
64
64
|
type: 'boolean',
|
@@ -70,7 +70,7 @@ class CreatePricingGroupTool {
|
|
70
70
|
},
|
71
71
|
customSharingMethod: {
|
72
72
|
type: 'string',
|
73
|
-
description: '(
|
73
|
+
description: '( $ or % ) Decides if the custom sharing amount is applied as a percentage or a dollar amount.'
|
74
74
|
},
|
75
75
|
applyCeilingOnlyToAnchor: {
|
76
76
|
type: 'boolean',
|
package/package.json
CHANGED
@@ -59,7 +59,7 @@ export class CreatePricingGroupTool implements McpTool {
|
|
59
59
|
},
|
60
60
|
shareOptionsType: {
|
61
61
|
type: 'string',
|
62
|
-
description: '(
|
62
|
+
description: '(all or custom) Decides if we use custom parameters to share the tickets in the group or if we share them all. Default all.'
|
63
63
|
},
|
64
64
|
shareAnchor: {
|
65
65
|
type: 'boolean',
|
@@ -71,7 +71,7 @@ export class CreatePricingGroupTool implements McpTool {
|
|
71
71
|
},
|
72
72
|
customSharingMethod: {
|
73
73
|
type: 'string',
|
74
|
-
description: '(
|
74
|
+
description: '( $ or % ) Decides if the custom sharing amount is applied as a percentage or a dollar amount.'
|
75
75
|
},
|
76
76
|
applyCeilingOnlyToAnchor: {
|
77
77
|
type: 'boolean',
|