@salesforce/source-deploy-retrieve 12.22.14 → 12.23.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.
|
@@ -364,6 +364,7 @@
|
|
|
364
364
|
"mktDataConnectionSrcParam": "mktdataconnectionsrcparam",
|
|
365
365
|
"mktDataTranField": "mktdatatranfield",
|
|
366
366
|
"mktDataTranObject": "mktdatatranobject",
|
|
367
|
+
"mcpServerDefinition": "mcpserverdefinition",
|
|
367
368
|
"mlDataDefinition": "mldatadefinition",
|
|
368
369
|
"mlDomain": "mldomain",
|
|
369
370
|
"mlPrediction": "mlpredictiondefinition",
|
|
@@ -557,7 +558,8 @@
|
|
|
557
558
|
"ecaCanvas": "extlclntappcanvasstngs",
|
|
558
559
|
"apiNamedQuery": "apinamedquery",
|
|
559
560
|
"ExternalStoragePrvdConfigSet": "externalstorageprvdconfig",
|
|
560
|
-
"ruleLibraryDefinition": "rulelibrarydefinition"
|
|
561
|
+
"ruleLibraryDefinition": "rulelibrarydefinition",
|
|
562
|
+
"dataMapperDefinition": "datamapperdefinition"
|
|
561
563
|
},
|
|
562
564
|
"types": {
|
|
563
565
|
"accesscontrolpolicy": {
|
|
@@ -3270,6 +3272,14 @@
|
|
|
3270
3272
|
"strictDirectoryName": false,
|
|
3271
3273
|
"suffix": "mktDataTranObject"
|
|
3272
3274
|
},
|
|
3275
|
+
"mcpserverdefinition": {
|
|
3276
|
+
"directoryName": "mcpServerDefinitions",
|
|
3277
|
+
"id": "mcpserverdefinition",
|
|
3278
|
+
"inFolder": false,
|
|
3279
|
+
"name": "McpServerDefinition",
|
|
3280
|
+
"strictDirectoryName": false,
|
|
3281
|
+
"suffix": "mcpServerDefinition"
|
|
3282
|
+
},
|
|
3273
3283
|
"mldatadefinition": {
|
|
3274
3284
|
"directoryName": "mlDataDefinitions",
|
|
3275
3285
|
"id": "mldatadefinition",
|
|
@@ -4968,6 +4978,14 @@
|
|
|
4968
4978
|
"directoryName": "ruleLibraryDefinition",
|
|
4969
4979
|
"inFolder": false,
|
|
4970
4980
|
"strictDirectoryName": false
|
|
4981
|
+
},
|
|
4982
|
+
"datamapperdefinition": {
|
|
4983
|
+
"id": "datamapperdefinition",
|
|
4984
|
+
"name": "DataMapperDefinition",
|
|
4985
|
+
"suffix": "dataMapperDefinition",
|
|
4986
|
+
"directoryName": "dataMapperDefinitions",
|
|
4987
|
+
"inFolder": false,
|
|
4988
|
+
"strictDirectoryName": false
|
|
4971
4989
|
}
|
|
4972
4990
|
}
|
|
4973
4991
|
}
|
package/package.json
CHANGED