@salesforce/source-deploy-retrieve 12.21.6 → 12.22.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.
|
@@ -164,6 +164,9 @@
|
|
|
164
164
|
"careProviderSearchConfig": "careprovidersearchconfig",
|
|
165
165
|
"careRequestConfiguration": "carerequestconfiguration",
|
|
166
166
|
"careSystemFieldMapping": "caresystemfieldmapping",
|
|
167
|
+
"catalogedApi": "catalogedapi",
|
|
168
|
+
"catalogedApiVersion": "catalogedapiversion",
|
|
169
|
+
"catalogedApiArtfctVerInfo": "catalogedapiartfctverinfo",
|
|
167
170
|
"catalogFilterCondition": "svccatalogfiltercondition",
|
|
168
171
|
"catalogFilterCriteria": "svccatalogfiltercriteria",
|
|
169
172
|
"catalogItem": "svccatalogitemdef",
|
|
@@ -548,7 +551,8 @@
|
|
|
548
551
|
"dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt",
|
|
549
552
|
"ecaCanvas": "extlclntappcanvasstngs",
|
|
550
553
|
"apiNamedQuery": "apinamedquery",
|
|
551
|
-
"ExternalStoragePrvdConfigSet": "externalstorageprvdconfig"
|
|
554
|
+
"ExternalStoragePrvdConfigSet": "externalstorageprvdconfig",
|
|
555
|
+
"ruleLibraryDefinition": "rulelibrarydefinition"
|
|
552
556
|
},
|
|
553
557
|
"types": {
|
|
554
558
|
"accesscontrolpolicy": {
|
|
@@ -4887,6 +4891,38 @@
|
|
|
4887
4891
|
"directoryName": "ExternalStoragePrvdConfig",
|
|
4888
4892
|
"inFolder": false,
|
|
4889
4893
|
"strictDirectoryName": false
|
|
4894
|
+
},
|
|
4895
|
+
"catalogedapi": {
|
|
4896
|
+
"id": "catalogedapi",
|
|
4897
|
+
"name": "CatalogedApi",
|
|
4898
|
+
"suffix": "catalogedApi",
|
|
4899
|
+
"directoryName": "catalogedApis",
|
|
4900
|
+
"inFolder": false,
|
|
4901
|
+
"strictDirectoryName": false
|
|
4902
|
+
},
|
|
4903
|
+
"catalogedapiversion": {
|
|
4904
|
+
"id": "catalogedapiversion",
|
|
4905
|
+
"name": "CatalogedApiVersion",
|
|
4906
|
+
"suffix": "catalogedApiVersion",
|
|
4907
|
+
"directoryName": "catalogedApiVersions",
|
|
4908
|
+
"inFolder": false,
|
|
4909
|
+
"strictDirectoryName": false
|
|
4910
|
+
},
|
|
4911
|
+
"catalogedapiartfctverinfo": {
|
|
4912
|
+
"id": "catalogedapiartfctverinfo",
|
|
4913
|
+
"name": "CatalogedApiArtfctVerInfo",
|
|
4914
|
+
"suffix": "catalogedApiArtfctVerInfo",
|
|
4915
|
+
"directoryName": "catalogedApiArtfctsVerInfo",
|
|
4916
|
+
"inFolder": false,
|
|
4917
|
+
"strictDirectoryName": false
|
|
4918
|
+
},
|
|
4919
|
+
"rulelibrarydefinition": {
|
|
4920
|
+
"id": "rulelibrarydefinition",
|
|
4921
|
+
"name": "RuleLibraryDefinition",
|
|
4922
|
+
"suffix": "ruleLibraryDefinition",
|
|
4923
|
+
"directoryName": "ruleLibraryDefinition",
|
|
4924
|
+
"inFolder": false,
|
|
4925
|
+
"strictDirectoryName": false
|
|
4890
4926
|
}
|
|
4891
4927
|
}
|
|
4892
4928
|
}
|
package/package.json
CHANGED