@salesforce/source-deploy-retrieve 12.20.1 → 12.21.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.
|
@@ -379,6 +379,7 @@
|
|
|
379
379
|
"oauthtokenexchangehandler": "oauthtokenexchangehandler",
|
|
380
380
|
"object": "customobject",
|
|
381
381
|
"objectSourceTargetMap": "objectsourcetargetmap",
|
|
382
|
+
"objIntegProviderDefMapping": "objintegproviderdefmapping",
|
|
382
383
|
"objectTranslation": "customobjecttranslation",
|
|
383
384
|
"ocrSampleDocument": "ocrsampledocument",
|
|
384
385
|
"ocrTemplate": "ocrtemplate",
|
|
@@ -545,7 +546,8 @@
|
|
|
545
546
|
"fieldServiceMobileConfig": "fieldservicemobileconfig",
|
|
546
547
|
"dgtAssetMgmtProvider": "dgtassetmgmtprovider",
|
|
547
548
|
"dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt",
|
|
548
|
-
"ecaCanvas": "extlclntappcanvasstngs"
|
|
549
|
+
"ecaCanvas": "extlclntappcanvasstngs",
|
|
550
|
+
"apiNamedQuery": "apinamedquery"
|
|
549
551
|
},
|
|
550
552
|
"types": {
|
|
551
553
|
"accesscontrolpolicy": {
|
|
@@ -3399,6 +3401,13 @@
|
|
|
3399
3401
|
"strictDirectoryName": false,
|
|
3400
3402
|
"suffix": "objectSourceTargetMap"
|
|
3401
3403
|
},
|
|
3404
|
+
"objintegproviderdefmapping": {
|
|
3405
|
+
"directoryName": "objIntegProviderDefMappings",
|
|
3406
|
+
"id": "objintegproviderdefmapping",
|
|
3407
|
+
"name": "ObjIntegProviderDefMapping",
|
|
3408
|
+
"strictDirectoryName": false,
|
|
3409
|
+
"suffix": "objIntegProviderDefMapping"
|
|
3410
|
+
},
|
|
3402
3411
|
"ocrsampledocument": {
|
|
3403
3412
|
"directoryName": "ocrSampleDocuments",
|
|
3404
3413
|
"id": "ocrsampledocument",
|
|
@@ -4861,6 +4870,14 @@
|
|
|
4861
4870
|
"directoryName": "extlClntAppCanvasStngs",
|
|
4862
4871
|
"inFolder": false,
|
|
4863
4872
|
"strictDirectoryName": false
|
|
4873
|
+
},
|
|
4874
|
+
"apinamedquery": {
|
|
4875
|
+
"id": "apinamedquery",
|
|
4876
|
+
"name": "ApiNamedQuery",
|
|
4877
|
+
"suffix": "apiNamedQuery",
|
|
4878
|
+
"directoryName": "apiNamedQueries",
|
|
4879
|
+
"inFolder": false,
|
|
4880
|
+
"strictDirectoryName": false
|
|
4864
4881
|
}
|
|
4865
4882
|
}
|
|
4866
4883
|
}
|
package/package.json
CHANGED