@mcp-consultant-tools/powerplatform-core 32.0.0 → 33.0.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.
|
@@ -114,9 +114,9 @@ export declare class DataService {
|
|
|
114
114
|
*
|
|
115
115
|
* Tries two lookups in order:
|
|
116
116
|
* 1. Filter by IntersectEntityName (the actual intersect table name, often
|
|
117
|
-
* truncated to 40 chars by Dataverse — e.g. "
|
|
117
|
+
* truncated to 40 chars by Dataverse — e.g. "new_eventpackageadditional_new_eventd").
|
|
118
118
|
* 2. Filter by SchemaName (the relationship schema name as shown in the maker
|
|
119
|
-
* portal — e.g. "
|
|
119
|
+
* portal — e.g. "new_eventpackageadditionalitem_new_eventdel"), which users are
|
|
120
120
|
* more likely to copy. This covers cases where the SchemaName differs from
|
|
121
121
|
* the truncated IntersectEntityName.
|
|
122
122
|
*/
|
|
@@ -433,9 +433,9 @@ export class DataService {
|
|
|
433
433
|
*
|
|
434
434
|
* Tries two lookups in order:
|
|
435
435
|
* 1. Filter by IntersectEntityName (the actual intersect table name, often
|
|
436
|
-
* truncated to 40 chars by Dataverse — e.g. "
|
|
436
|
+
* truncated to 40 chars by Dataverse — e.g. "new_eventpackageadditional_new_eventd").
|
|
437
437
|
* 2. Filter by SchemaName (the relationship schema name as shown in the maker
|
|
438
|
-
* portal — e.g. "
|
|
438
|
+
* portal — e.g. "new_eventpackageadditionalitem_new_eventdel"), which users are
|
|
439
439
|
* more likely to copy. This covers cases where the SchemaName differs from
|
|
440
440
|
* the truncated IntersectEntityName.
|
|
441
441
|
*/
|
|
@@ -726,7 +726,7 @@ analyzed: ${today}
|
|
|
726
726
|
path: 'properties.definition.triggers.When_a_row_is_added.inputs.parameters["subscriptionRequest/entityname"]',
|
|
727
727
|
placeholder: '{{ENTITY_NAME}}',
|
|
728
728
|
description: 'Logical name of the Dataverse table to trigger on',
|
|
729
|
-
example: '
|
|
729
|
+
example: 'new_strikeaction'
|
|
730
730
|
}
|
|
731
731
|
],
|
|
732
732
|
connectionReferences: [
|
|
@@ -787,13 +787,13 @@ analyzed: ${today}
|
|
|
787
787
|
path: 'properties.definition.triggers.When_a_row_is_modified.inputs.parameters["subscriptionRequest/entityname"]',
|
|
788
788
|
placeholder: '{{ENTITY_NAME}}',
|
|
789
789
|
description: 'Logical name of the Dataverse table to trigger on',
|
|
790
|
-
example: '
|
|
790
|
+
example: 'new_strikeaction'
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
path: 'properties.definition.triggers.When_a_row_is_modified.inputs.parameters["subscriptionRequest/filteringattributes"]',
|
|
794
794
|
placeholder: '{{FILTER_ATTRIBUTES}}',
|
|
795
795
|
description: 'Comma-separated list of attributes to monitor for changes (or remove parameter for all attributes)',
|
|
796
|
-
example: '
|
|
796
|
+
example: 'new_status,new_name'
|
|
797
797
|
}
|
|
798
798
|
],
|
|
799
799
|
connectionReferences: [
|
|
@@ -853,7 +853,7 @@ analyzed: ${today}
|
|
|
853
853
|
path: 'properties.definition.triggers.When_a_row_is_deleted.inputs.parameters["subscriptionRequest/entityname"]',
|
|
854
854
|
placeholder: '{{ENTITY_NAME}}',
|
|
855
855
|
description: 'Logical name of the Dataverse table to trigger on',
|
|
856
|
-
example: '
|
|
856
|
+
example: 'new_strikeaction'
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
859
|
connectionReferences: [
|
|
@@ -945,25 +945,25 @@ analyzed: ${today}
|
|
|
945
945
|
path: 'properties.definition.triggers.When_a_row_is_added.inputs.parameters["subscriptionRequest/entityname"]',
|
|
946
946
|
placeholder: '{{ENTITY_NAME}}',
|
|
947
947
|
description: 'Logical name of the Dataverse table (singular)',
|
|
948
|
-
example: '
|
|
948
|
+
example: 'new_strikeaction'
|
|
949
949
|
},
|
|
950
950
|
{
|
|
951
951
|
path: 'properties.definition.actions["Condition_-_Check_if_field_is_empty"].actions["Update_row_-_Set_field_value"].inputs.parameters.entityName',
|
|
952
952
|
placeholder: '{{ENTITY_NAME_PLURAL}}',
|
|
953
953
|
description: 'Plural name of the table for API calls',
|
|
954
|
-
example: '
|
|
954
|
+
example: 'new_strikeactions'
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
957
|
path: 'properties.definition.actions["Condition_-_Check_if_field_is_empty"].expression.equals[0]',
|
|
958
958
|
placeholder: '{{FIELD_LOGICAL_NAME}}',
|
|
959
959
|
description: 'Logical name of the field to check and update',
|
|
960
|
-
example: '
|
|
960
|
+
example: 'new_teststring'
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
963
|
path: 'properties.definition.actions["Condition_-_Check_if_field_is_empty"].actions["Update_row_-_Set_field_value"].inputs.parameters.recordId',
|
|
964
964
|
placeholder: '{{PRIMARY_ID_FIELD}}',
|
|
965
965
|
description: 'Primary ID field of the table',
|
|
966
|
-
example: '
|
|
966
|
+
example: 'new_strikeactionid'
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
path: 'properties.definition.actions["Condition_-_Check_if_field_is_empty"].actions["Update_row_-_Set_field_value"].inputs.parameters["item/{{FIELD_LOGICAL_NAME}}"]',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-consultant-tools/powerplatform-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "33.0.0",
|
|
4
4
|
"description": "Shared core infrastructure for PowerPlatform MCP packages - authentication, HTTP client, and modular services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@azure/identity": "^4.13.0",
|
|
57
57
|
"@azure/msal-node": "^3.3.0",
|
|
58
|
-
"@mcp-consultant-tools/core": "
|
|
58
|
+
"@mcp-consultant-tools/core": "33.0.0",
|
|
59
59
|
"axios": "^1.8.3",
|
|
60
60
|
"open": "^10.1.0"
|
|
61
61
|
},
|