@salesforce/source-deploy-retrieve 5.0.0-orb.5 → 5.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +190 -99
  2. package/README.md +1 -1
  3. package/lib/src/client/deployStrategies/auraDeploy.js +2 -2
  4. package/lib/src/client/deployStrategies/auraDeploy.js.map +1 -1
  5. package/lib/src/client/deployStrategies/baseDeploy.js +2 -2
  6. package/lib/src/client/deployStrategies/baseDeploy.js.map +1 -1
  7. package/lib/src/client/deployStrategies/containerDeploy.js +3 -3
  8. package/lib/src/client/deployStrategies/containerDeploy.js.map +1 -1
  9. package/lib/src/client/deployStrategies/lwcDeploy.js +2 -2
  10. package/lib/src/client/deployStrategies/lwcDeploy.js.map +1 -1
  11. package/lib/src/client/metadataApiRetrieve.d.ts +8 -1
  12. package/lib/src/client/metadataApiRetrieve.js +20 -9
  13. package/lib/src/client/metadataApiRetrieve.js.map +1 -1
  14. package/lib/src/client/metadataTransfer.js +2 -1
  15. package/lib/src/client/metadataTransfer.js.map +1 -1
  16. package/lib/src/collections/componentSet.d.ts +14 -10
  17. package/lib/src/collections/componentSet.js +113 -49
  18. package/lib/src/collections/componentSet.js.map +1 -1
  19. package/lib/src/collections/types.d.ts +8 -0
  20. package/lib/src/convert/convertContext.d.ts +1 -0
  21. package/lib/src/convert/convertContext.js +33 -6
  22. package/lib/src/convert/convertContext.js.map +1 -1
  23. package/lib/src/convert/metadataConverter.d.ts +2 -2
  24. package/lib/src/convert/metadataConverter.js +29 -22
  25. package/lib/src/convert/metadataConverter.js.map +1 -1
  26. package/lib/src/convert/streams.js +4 -4
  27. package/lib/src/convert/streams.js.map +1 -1
  28. package/lib/src/convert/transformers/decomposedMetadataTransformer.d.ts +0 -1
  29. package/lib/src/convert/transformers/decomposedMetadataTransformer.js +7 -24
  30. package/lib/src/convert/transformers/decomposedMetadataTransformer.js.map +1 -1
  31. package/lib/src/convert/transformers/staticResourceMetadataTransformer.js +6 -9
  32. package/lib/src/convert/transformers/staticResourceMetadataTransformer.js.map +1 -1
  33. package/lib/src/registry/nonSupportedTypes.d.ts +11 -0
  34. package/lib/src/registry/nonSupportedTypes.js +55 -0
  35. package/lib/src/registry/nonSupportedTypes.js.map +1 -0
  36. package/lib/src/registry/registry.d.ts +324 -1
  37. package/lib/src/registry/registry.json +342 -19
  38. package/lib/src/registry/registryAccess.d.ts +10 -0
  39. package/lib/src/registry/registryAccess.js +22 -1
  40. package/lib/src/registry/registryAccess.js.map +1 -1
  41. package/lib/src/registry/types.d.ts +47 -0
  42. package/lib/src/registry/types.js.map +1 -1
  43. package/lib/src/resolve/adapters/baseSourceAdapter.d.ts +1 -0
  44. package/lib/src/resolve/adapters/baseSourceAdapter.js +47 -15
  45. package/lib/src/resolve/adapters/baseSourceAdapter.js.map +1 -1
  46. package/lib/src/resolve/adapters/decomposedSourceAdapter.js +2 -1
  47. package/lib/src/resolve/adapters/decomposedSourceAdapter.js.map +1 -1
  48. package/lib/src/resolve/forceIgnore.d.ts +0 -5
  49. package/lib/src/resolve/forceIgnore.js +10 -91
  50. package/lib/src/resolve/forceIgnore.js.map +1 -1
  51. package/lib/src/resolve/manifestResolver.d.ts +1 -0
  52. package/lib/src/resolve/manifestResolver.js +28 -6
  53. package/lib/src/resolve/manifestResolver.js.map +1 -1
  54. package/lib/src/resolve/metadataResolver.d.ts +7 -3
  55. package/lib/src/resolve/metadataResolver.js +28 -3
  56. package/lib/src/resolve/metadataResolver.js.map +1 -1
  57. package/lib/src/resolve/sourceComponent.d.ts +42 -3
  58. package/lib/src/resolve/sourceComponent.js +106 -33
  59. package/lib/src/resolve/sourceComponent.js.map +1 -1
  60. package/lib/src/resolve/treeContainers.js +7 -7
  61. package/lib/src/resolve/treeContainers.js.map +1 -1
  62. package/lib/src/utils/fileSystemHandler.js +1 -1
  63. package/lib/src/utils/fileSystemHandler.js.map +1 -1
  64. package/lib/src/utils/index.d.ts +1 -1
  65. package/lib/src/utils/index.js +1 -0
  66. package/lib/src/utils/index.js.map +1 -1
  67. package/lib/src/utils/path.d.ts +22 -1
  68. package/lib/src/utils/path.js +32 -1
  69. package/lib/src/utils/path.js.map +1 -1
  70. package/package.json +9 -5
@@ -1,5 +1,37 @@
1
1
  {
2
2
  "types": {
3
+ "aiapplication": {
4
+ "id": "aiapplication",
5
+ "name": "AIApplication",
6
+ "suffix": "ai",
7
+ "directoryName": "aiApplications",
8
+ "inFolder": false,
9
+ "strictDirectoryName": false
10
+ },
11
+ "aiapplicationconfig": {
12
+ "id": "aiapplicationconfig",
13
+ "suffix": "aiapplicationconfig",
14
+ "directoryName": "aiApplicationConfigs",
15
+ "name": "AIApplicationConfig",
16
+ "inFolder": false,
17
+ "strictDirectoryName": false
18
+ },
19
+ "mlprediction": {
20
+ "id": "mlprediction",
21
+ "name": "MLPredictionDefinition",
22
+ "suffix": "mlPrediction",
23
+ "directoryName": "mlPredictions",
24
+ "inFolder": false,
25
+ "strictDirectoryName": false
26
+ },
27
+ "mldatadefinition": {
28
+ "id": "mldatadefinition",
29
+ "name": "MLDataDefinition",
30
+ "suffix": "mlDataDefinition",
31
+ "directoryName": "mlDataDefinitions",
32
+ "inFolder": false,
33
+ "strictDirectoryName": false
34
+ },
3
35
  "installedpackage": {
4
36
  "id": "installedpackage",
5
37
  "name": "InstalledPackage",
@@ -21,6 +53,7 @@
21
53
  "customlabel": {
22
54
  "id": "customlabel",
23
55
  "name": "CustomLabel",
56
+ "xmlElementName": "labels",
24
57
  "ignoreParentName": true,
25
58
  "uniqueIdElement": "fullName",
26
59
  "directoryName": "labels",
@@ -66,7 +99,10 @@
66
99
  "suffix": "scf",
67
100
  "directoryName": "scontrols",
68
101
  "inFolder": false,
69
- "strictDirectoryName": false
102
+ "strictDirectoryName": false,
103
+ "strategies": {
104
+ "adapter": "matchingContentFile"
105
+ }
70
106
  },
71
107
  "experiencebundle": {
72
108
  "id": "experiencebundle",
@@ -247,12 +283,21 @@
247
283
  "inFolder": false,
248
284
  "strictDirectoryName": false
249
285
  },
286
+ "permissionsetlicensedefinition": {
287
+ "id": "permissionsetlicensedefinition",
288
+ "name": "PermissionSetLicenseDefinition",
289
+ "suffix": "permissionSetLicenseDefinition",
290
+ "directoryName": "permissionSetLicenseDefinitions",
291
+ "inFolder": false,
292
+ "strictDirectoryName": false
293
+ },
250
294
  "customobject": {
251
295
  "id": "customobject",
252
296
  "name": "CustomObject",
253
297
  "suffix": "object",
254
298
  "directoryName": "objects",
255
299
  "inFolder": false,
300
+ "supportsWildcardAndName": true,
256
301
  "strictDirectoryName": true,
257
302
  "children": {
258
303
  "types": {
@@ -599,42 +644,56 @@
599
644
  "workflowfieldupdate": {
600
645
  "id": "workflowfieldupdate",
601
646
  "name": "WorkflowFieldUpdate",
647
+ "xmlElementName": "fieldUpdates",
648
+ "uniqueIdElement": "fullName",
602
649
  "directoryName": "workflowFieldUpdates",
603
650
  "suffix": "workflowFieldUpdate"
604
651
  },
605
652
  "workflowknowledgepublish": {
606
653
  "id": "workflowknowledgepublish",
607
654
  "name": "WorkflowKnowledgePublish",
655
+ "xmlElementName": "knowledgePublishes",
656
+ "uniqueIdElement": "fullName",
608
657
  "directoryName": "workflowKnowledgePublishs",
609
658
  "suffix": "workflowKnowledgePublish"
610
659
  },
611
660
  "workflowtask": {
612
661
  "id": "workflowtask",
613
662
  "name": "WorkflowTask",
663
+ "xmlElementName": "tasks",
664
+ "uniqueIdElement": "fullName",
614
665
  "directoryName": "workflowTasks",
615
666
  "suffix": "workflowTask"
616
667
  },
617
668
  "workflowalert": {
618
669
  "id": "workflowalert",
619
670
  "name": "WorkflowAlert",
671
+ "xmlElementName": "alerts",
672
+ "uniqueIdElement": "fullName",
620
673
  "directoryName": "workflowAlerts",
621
674
  "suffix": "workflowAlert"
622
675
  },
623
676
  "workflowsend": {
624
677
  "id": "workflowsend",
625
678
  "name": "WorkflowSend",
679
+ "xmlElementName": "sends",
680
+ "uniqueIdElement": "fullName",
626
681
  "directoryName": "workflowSends",
627
682
  "suffix": "workflowSend"
628
683
  },
629
684
  "workflowoutboundmessage": {
630
685
  "id": "workflowoutboundmessage",
631
686
  "name": "WorkflowOutboundMessage",
687
+ "xmlElementName": "outboundMessages",
688
+ "uniqueIdElement": "fullName",
632
689
  "directoryName": "workflowOutboundMessages",
633
690
  "suffix": "workflowOutboundMessage"
634
691
  },
635
692
  "workflowrule": {
636
693
  "id": "workflowrule",
637
694
  "name": "WorkflowRule",
695
+ "xmlElementName": "rules",
696
+ "uniqueIdElement": "fullName",
638
697
  "directoryName": "workflowRules",
639
698
  "suffix": "workflowRule"
640
699
  }
@@ -670,6 +729,8 @@
670
729
  "assignmentrule": {
671
730
  "id": "assignmentrule",
672
731
  "name": "AssignmentRule",
732
+ "xmlElementName": "assignmentRule",
733
+ "uniqueIdElement": "fullName",
673
734
  "directoryName": "assignmentRules",
674
735
  "suffix": "assignmentRule"
675
736
  }
@@ -694,6 +755,8 @@
694
755
  "autoresponserule": {
695
756
  "id": "autoresponserule",
696
757
  "name": "AutoResponseRule",
758
+ "xmlElementName": "autoResponseRule",
759
+ "uniqueIdElement": "fullName",
697
760
  "directoryName": "autoResponseRules",
698
761
  "suffix": "autoResponseRule"
699
762
  }
@@ -718,6 +781,8 @@
718
781
  "escalationrule": {
719
782
  "id": "escalationrule",
720
783
  "name": "EscalationRule",
784
+ "xmlElementName": "escalationRule",
785
+ "uniqueIdElement": "fullName",
721
786
  "directoryName": "escalationRules",
722
787
  "suffix": "escalationRule"
723
788
  }
@@ -775,7 +840,8 @@
775
840
  "id": "customfieldtranslation",
776
841
  "name": "CustomFieldTranslation",
777
842
  "directoryName": "fields",
778
- "suffix": "fieldTranslation"
843
+ "suffix": "fieldTranslation",
844
+ "isAddressable": false
779
845
  }
780
846
  },
781
847
  "suffixes": {
@@ -928,6 +994,8 @@
928
994
  "matchingrule": {
929
995
  "id": "matchingrule",
930
996
  "name": "MatchingRule",
997
+ "xmlElementName": "matchingRules",
998
+ "uniqueIdElement": "fullName",
931
999
  "directoryName": "matchingRules",
932
1000
  "suffix": "matchingRule"
933
1001
  }
@@ -1028,7 +1096,10 @@
1028
1096
  "suffix": "geodata",
1029
1097
  "directoryName": "eclair",
1030
1098
  "inFolder": false,
1031
- "strictDirectoryName": false
1099
+ "strictDirectoryName": false,
1100
+ "strategies": {
1101
+ "adapter": "matchingContentFile"
1102
+ }
1032
1103
  },
1033
1104
  "wavelens": {
1034
1105
  "id": "wavelens",
@@ -1133,24 +1204,32 @@
1133
1204
  "sharingownerrule": {
1134
1205
  "id": "sharingownerrule",
1135
1206
  "name": "SharingOwnerRule",
1207
+ "xmlElementName": "sharingOwnerRules",
1208
+ "uniqueIdElement": "fullName",
1136
1209
  "directoryName": "sharingOwnerRules",
1137
1210
  "suffix": "sharingOwnerRule"
1138
1211
  },
1139
1212
  "sharingcriteriarule": {
1140
1213
  "id": "sharingcriteriarule",
1141
1214
  "name": "SharingCriteriaRule",
1215
+ "xmlElementName": "sharingCriteriaRules",
1216
+ "uniqueIdElement": "fullName",
1142
1217
  "directoryName": "sharingCriteriaRules",
1143
1218
  "suffix": "sharingCriteriaRule"
1144
1219
  },
1145
1220
  "sharingguestrule": {
1146
1221
  "id": "sharingguestrule",
1147
1222
  "name": "SharingGuestRule",
1223
+ "xmlElementName": "sharingGuestRules",
1224
+ "uniqueIdElement": "fullName",
1148
1225
  "directoryName": "sharingGuestRules",
1149
1226
  "suffix": "sharingGuestRule"
1150
1227
  },
1151
1228
  "sharingterritoryrule": {
1152
1229
  "id": "sharingterritoryrule",
1153
1230
  "name": "SharingTerritoryRule",
1231
+ "xmlElementName": "sharingTerritoryRules",
1232
+ "uniqueIdElement": "fullName",
1154
1233
  "directoryName": "sharingTerritoryRules",
1155
1234
  "suffix": "sharingTerritoryRule"
1156
1235
  }
@@ -1397,21 +1476,24 @@
1397
1476
  "name": "Territory2Model",
1398
1477
  "suffix": "territory2Model",
1399
1478
  "directoryName": "territory2Models",
1400
- "inFolder": false
1479
+ "inFolder": false,
1480
+ "folderType": "territory2model"
1401
1481
  },
1402
1482
  "territory2rule": {
1403
1483
  "id": "territory2rule",
1404
1484
  "name": "Territory2Rule",
1405
1485
  "suffix": "territory2Rule",
1406
- "directoryName": "territory2Models",
1407
- "inFolder": false
1486
+ "directoryName": "rules",
1487
+ "inFolder": false,
1488
+ "folderType": "territory2model"
1408
1489
  },
1409
1490
  "territory2": {
1410
1491
  "id": "territory2",
1411
1492
  "name": "Territory2",
1412
1493
  "suffix": "territory2",
1413
- "directoryName": "territory2Models",
1414
- "inFolder": false
1494
+ "directoryName": "territories",
1495
+ "inFolder": false,
1496
+ "folderType": "territory2model"
1415
1497
  },
1416
1498
  "campaigninfluencemodel": {
1417
1499
  "id": "campaigninfluencemodel",
@@ -1470,7 +1552,8 @@
1470
1552
  "name": "AccessControlPolicy",
1471
1553
  "suffix": "policy",
1472
1554
  "directoryName": "accessControlPolicies",
1473
- "inFolder": false
1555
+ "inFolder": false,
1556
+ "strictDirectoryName": true
1474
1557
  },
1475
1558
  "skill": {
1476
1559
  "id": "skill",
@@ -1588,7 +1671,8 @@
1588
1671
  "name": "IntegrationHubSettings",
1589
1672
  "suffix": "settings",
1590
1673
  "directoryName": "integrationHub",
1591
- "inFolder": false
1674
+ "inFolder": false,
1675
+ "strictDirectoryName": true
1592
1676
  },
1593
1677
  "orchestrationcontext": {
1594
1678
  "id": "orchestrationcontext",
@@ -1831,6 +1915,17 @@
1831
1915
  "inFolder": false,
1832
1916
  "strictDirectoryName": false
1833
1917
  },
1918
+ "inboundcertificate": {
1919
+ "id": "inboundcertificate",
1920
+ "name": "InboundCertificate",
1921
+ "suffix": "inboundCertificate",
1922
+ "directoryName": "inboundCertificates",
1923
+ "inFolder": false,
1924
+ "strictDirectoryName": false,
1925
+ "strategies": {
1926
+ "adapter": "matchingContentFile"
1927
+ }
1928
+ },
1834
1929
  "mutingpermissionset": {
1835
1930
  "id": "mutingpermissionset",
1836
1931
  "name": "MutingPermissionSet",
@@ -1892,7 +1987,8 @@
1892
1987
  "name": "AppointmentSchedulingPolicy",
1893
1988
  "suffix": "policy",
1894
1989
  "directoryName": "appointmentSchedulingPolicies",
1895
- "inFolder": false
1990
+ "inFolder": false,
1991
+ "strictDirectoryName": false
1896
1992
  },
1897
1993
  "notificationtypeconfig": {
1898
1994
  "id": "notificationtypeconfig",
@@ -2058,7 +2154,7 @@
2058
2154
  "name": "RestrictionRule",
2059
2155
  "suffix": "rule",
2060
2156
  "directoryName": "restrictionRules",
2061
- "strictDirectoryName": false
2157
+ "strictDirectoryName": true
2062
2158
  },
2063
2159
  "functionreference": {
2064
2160
  "id": "functionreference",
@@ -2170,7 +2266,7 @@
2170
2266
  "name": "ObjectHierarchyRelationship",
2171
2267
  "suffix": "settings",
2172
2268
  "directoryName": "ObjectHierarchyRelationship",
2173
- "strictDirectoryName": false
2269
+ "strictDirectoryName": true
2174
2270
  },
2175
2271
  "salesagreementsettings": {
2176
2272
  "id": "salesagreementsettings",
@@ -2198,7 +2294,7 @@
2198
2294
  "name": "IndustriesManufacturingSettings",
2199
2295
  "suffix": "settings",
2200
2296
  "directoryName": "IndustriesManufacturingSettings",
2201
- "strictDirectoryName": false
2297
+ "strictDirectoryName": true
2202
2298
  },
2203
2299
  "fieldservicemobileextension": {
2204
2300
  "id": "fieldservicemobileextension",
@@ -2212,7 +2308,7 @@
2212
2308
  "name": "DataSource",
2213
2309
  "suffix": "dataSource",
2214
2310
  "directoryName": "mktDataSources",
2215
- "strictDirectoryName": false
2311
+ "strictDirectoryName": true
2216
2312
  },
2217
2313
  "datasourceobject": {
2218
2314
  "id": "datasourceobject",
@@ -2325,15 +2421,174 @@
2325
2421
  "suffix": "connectedSystem",
2326
2422
  "directoryName": "ConnectedSystem",
2327
2423
  "strictDirectoryName": false
2424
+ },
2425
+ "userauthcertificate": {
2426
+ "id": "userauthcertificate",
2427
+ "name": "UserAuthCertificate",
2428
+ "suffix": "userAuthCertificate",
2429
+ "directoryName": "userAuthCertificates",
2430
+ "inFolder": false
2431
+ },
2432
+ "forecastingtypesource": {
2433
+ "id": "forecastingtypesource",
2434
+ "name": "ForecastingTypeSource",
2435
+ "suffix": "forecastingTypeSource",
2436
+ "directoryName": "forecastingTypeSources",
2437
+ "inFolder": false
2438
+ },
2439
+ "forecastingtype": {
2440
+ "id": "forecastingtype",
2441
+ "name": "ForecastingType",
2442
+ "suffix": "forecastingType",
2443
+ "directoryName": "forecastingTypes",
2444
+ "inFolder": false
2445
+ },
2446
+ "forecastingsourcedefinition": {
2447
+ "id": "forecastingsourcedefinition",
2448
+ "name": "ForecastingSourceDefinition",
2449
+ "suffix": "forecastingSourceDefinition",
2450
+ "directoryName": "forecastingSourceDefinitions",
2451
+ "inFolder": false
2452
+ },
2453
+ "assistantversion": {
2454
+ "id": "assistantversion",
2455
+ "name": "AssistantVersion",
2456
+ "suffix": "assistantVersion",
2457
+ "directoryName": "assistantVersions",
2458
+ "inFolder": false
2459
+ },
2460
+ "assistantskillsobjectaction": {
2461
+ "id": "assistantskillsobjectaction",
2462
+ "name": "AssistantSkillSobjectAction",
2463
+ "suffix": "assistantSkillSobjectAction",
2464
+ "directoryName": "assistantSkillSobjectActions",
2465
+ "inFolder": false
2466
+ },
2467
+ "assistantskillquickaction": {
2468
+ "id": "assistantskillquickaction",
2469
+ "name": "AssistantSkillQuickAction",
2470
+ "suffix": "assistantSkillQuickAction",
2471
+ "directoryName": "assistantSkillQuickActions",
2472
+ "inFolder": false
2473
+ },
2474
+ "assistantdefinition": {
2475
+ "id": "assistantdefinition",
2476
+ "name": "AssistantDefinition",
2477
+ "suffix": "assistantDefinition",
2478
+ "directoryName": "assistantDefinitions",
2479
+ "inFolder": false
2480
+ },
2481
+ "assistantcontextitem": {
2482
+ "id": "assistantcontextitem",
2483
+ "name": "AssistantContextItem",
2484
+ "suffix": "assistantContextItem",
2485
+ "directoryName": "assistantContextItems",
2486
+ "inFolder": false
2487
+ },
2488
+ "advacctforecastperiodgroup": {
2489
+ "id": "advacctforecastperiodgroup",
2490
+ "name": "AdvAcctForecastPeriodGroup",
2491
+ "suffix": "advAcctForecastPeriodGroup",
2492
+ "directoryName": "AdvAcctForecastPeriodGroup",
2493
+ "inFolder": false
2494
+ },
2495
+ "advaccountforecastset": {
2496
+ "id": "advaccountforecastset",
2497
+ "name": "AdvAccountForecastSet",
2498
+ "suffix": "advAccountForecastSet",
2499
+ "directoryName": "AdvAccountForecastSet",
2500
+ "inFolder": false
2501
+ },
2502
+ "documentgenerationsetting": {
2503
+ "id": "documentgenerationsetting",
2504
+ "name": "DocumentGenerationSetting",
2505
+ "suffix": "documentGenerationSetting",
2506
+ "directoryName": "documentGenerationSettings",
2507
+ "inFolder": false
2508
+ },
2509
+ "uiobjectrelationconfig": {
2510
+ "id": "uiobjectrelationconfig",
2511
+ "name": "UIObjectRelationConfig",
2512
+ "suffix": "uiObjectRelationConfig",
2513
+ "directoryName": "uiObjectRelationConfigs",
2514
+ "inFolder": false
2515
+ },
2516
+ "carerequestconfiguration": {
2517
+ "id": "carerequestconfiguration",
2518
+ "name": "CareRequestConfiguration",
2519
+ "suffix": "careRequestConfiguration",
2520
+ "directoryName": "careRequestConfigurations",
2521
+ "inFolder": false
2522
+ },
2523
+ "mlrecommendationdefinition": {
2524
+ "id": "mlrecommendationdefinition",
2525
+ "name": "MLRecommendationDefinition",
2526
+ "suffix": "mlRecommendation",
2527
+ "directoryName": "mlRecommendations",
2528
+ "inFolder": false
2529
+ },
2530
+ "applicationrecordtypeconfig": {
2531
+ "id": "applicationrecordtypeconfig",
2532
+ "name": "ApplicationRecordTypeConfig",
2533
+ "suffix": "applicationRecordTypeConfig",
2534
+ "directoryName": "ApplicationRecordTypeConfig",
2535
+ "inFolder": false
2536
+ },
2537
+ "mktcalcinsightobjectdef": {
2538
+ "id": "mktcalcinsightobjectdef",
2539
+ "name": "MktCalcInsightObjectDef",
2540
+ "suffix": "mktCalcInsightObjectDef",
2541
+ "directoryName": "mktCalcInsightObjectDefs",
2542
+ "inFolder": false
2543
+ },
2544
+ "internalorganization": {
2545
+ "id": "internalorganization",
2546
+ "name": "InternalOrganization",
2547
+ "suffix": "internalOrganization",
2548
+ "directoryName": "internalOrganizations",
2549
+ "inFolder": false
2550
+ },
2551
+ "callcenterroutingmap": {
2552
+ "id": "callcenterroutingmap",
2553
+ "name": "CallCenterRoutingMap",
2554
+ "suffix": "callCenterRoutingMap",
2555
+ "directoryName": "callCenterRoutingMaps",
2556
+ "inFolder": false
2557
+ },
2558
+ "viewdefinition": {
2559
+ "id": "viewdefinition",
2560
+ "name": "ViewDefinition",
2561
+ "suffix": "view",
2562
+ "directoryName": "viewdefinitions",
2563
+ "inFolder": false,
2564
+ "strictDirectoryName": false,
2565
+ "strategies": {
2566
+ "adapter": "matchingContentFile"
2567
+ }
2568
+ },
2569
+ "slackapp": {
2570
+ "id": "slackapp",
2571
+ "name": "SlackApp",
2572
+ "suffix": "slackapp",
2573
+ "directoryName": "slackapps",
2574
+ "inFolder": false,
2575
+ "strictDirectoryName": false,
2576
+ "strategies": {
2577
+ "adapter": "matchingContentFile"
2578
+ }
2328
2579
  }
2329
2580
  },
2330
2581
  "suffixes": {
2582
+ "ai": "aiapplication",
2583
+ "aiapplicationconfig": "aiapplicationconfig",
2584
+ "mlprediction": "mlPrediction",
2585
+ "mlDataDefinition": "mldatadefinition",
2331
2586
  "sites": "customsite",
2332
2587
  "icon": "icon",
2333
2588
  "businessProcessGroup": "businessprocessgroup",
2334
2589
  "model": "discoveryaimodel",
2335
2590
  "goal": "discoverygoal",
2336
- "functions": "functionreference",
2591
+ "function": "functionreference",
2337
2592
  "participantRole": "participantrole",
2338
2593
  "gatewayProviderPaymentMethodType": "gatewayproviderpaymentmethodtype",
2339
2594
  "careProviderSearchConfig": "careprovidersearchconfig",
@@ -2534,6 +2789,7 @@
2534
2789
  "emailFolder": "emailfolder",
2535
2790
  "inboundNetworkConnection": "inboundnetworkconnection",
2536
2791
  "outboundNetworkConnection": "outboundnetworkconnection",
2792
+ "inboundCertificate": "inboundcertificate",
2537
2793
  "mutingpermissionset": "mutingpermissionset",
2538
2794
  "myDomainDiscoverableLogin": "mydomaindiscoverablelogin",
2539
2795
  "blacklistedConsumer": "blacklistedconsumer",
@@ -2555,7 +2811,62 @@
2555
2811
  "timeSheetTemplate": "timesheettemplate",
2556
2812
  "accountRelationshipShareRule": "accountrelationshipsharerule",
2557
2813
  "IPAddressRange": "ipaddressrange",
2558
- "xml": "emailservicesfunction"
2814
+ "xml": "emailservicesfunction",
2815
+ "mlPrediction": "mlprediction",
2816
+ "formSection": "formsection",
2817
+ "workflowFieldUpdate": "workflowfieldupdate",
2818
+ "workflowKnowledgePublish": "workflowknowledgepublish",
2819
+ "workflowTask": "workflowtask",
2820
+ "workflowAlert": "workflowalert",
2821
+ "workflowSend": "workflowsend",
2822
+ "workflowOutboundMessage": "workflowoutboundmessage",
2823
+ "workflowRule": "workflowrule",
2824
+ "assignmentRule": "assignmentrule",
2825
+ "autoResponseRule": "autoresponserule",
2826
+ "escalationRule": "escalationrule",
2827
+ "sharingOwnerRule": "sharingownerrule",
2828
+ "sharingCriteriaRule": "sharingcriteriarule",
2829
+ "sharingGuestRule": "sharingguestrule",
2830
+ "sharingTerritoryRule": "sharingterritoryrule",
2831
+ "managedTopic": "managedtopic",
2832
+ "workSkillRoutingAttribute": "workskillroutingattribute",
2833
+ "businessProcessFeedbackConfiguration": "businessprocessfeedbackconfiguration",
2834
+ "webStoreTemplate": "webstoretemplate",
2835
+ "dynamicTrigger": "dynamictrigger",
2836
+ "salesAgreementSetting": "salesagreementsettings",
2837
+ "accountForecastSetting": "accountforecastsettings",
2838
+ "fieldServiceMobileExtension": "fieldservicemobileextension",
2839
+ "dataStreamDefinition": "datastreamdefinition",
2840
+ "ChannelObjectLinkingRule": "channelobjectlinkingrule",
2841
+ "ConversationVendorInformation": "conversationvendorinfo",
2842
+ "ConversationVendorFieldDefinition": "conversationvendorfielddef",
2843
+ "schedulingRule": "schedulingrule",
2844
+ "dataMappingSchema": "datamappingschema",
2845
+ "dataMapping": "datamapping",
2846
+ "federationDataMappingUsage": "federationdatamappingusage",
2847
+ "connectedSystem": "connectedsystem",
2848
+ "userAuthCertificate": "userauthcertificate",
2849
+ "forecastingTypeSource": "forecastingtypesource",
2850
+ "forecastingType": "forecastingtype",
2851
+ "forecastingSourceDefinition": "forecastingsourcedefinition",
2852
+ "assistantVersion": "assistantversion",
2853
+ "assistantSkillSobjectAction": "assistantskillsobjectaction",
2854
+ "assistantSkillQuickAction": "assistantskillquickaction",
2855
+ "assistantDefinition": "assistantdefinition",
2856
+ "assistantContextItem": "assistantcontextitem",
2857
+ "advAcctForecastPeriodGroup": "advacctforecastperiodgroup",
2858
+ "advAccountForecastSet": "advaccountforecastset",
2859
+ "documentGenerationSetting": "documentgenerationsetting",
2860
+ "uiObjectRelationConfig": "uiobjectrelationconfig",
2861
+ "careRequestConfiguration": "carerequestconfiguration",
2862
+ "mlRecommendation": "mlrecommendationdefinition",
2863
+ "applicationRecordTypeConfig": "applicationrecordtypeconfig",
2864
+ "mktCalcInsightObjectDef": "mktcalcinsightobjectdef",
2865
+ "internalOrganization": "internalorganization",
2866
+ "callCenterRoutingMap": "callcenterroutingmap",
2867
+ "view": "viewdefinition",
2868
+ "slackapp": "slackapp",
2869
+ "permissionSetLicenseDefinition": "permissionsetlicensedefinition"
2559
2870
  },
2560
2871
  "strictDirectoryNames": {
2561
2872
  "experiences": "experiencebundle",
@@ -2567,7 +2878,13 @@
2567
2878
  "bots": "bot",
2568
2879
  "objectTranslations": "customobjecttranslation",
2569
2880
  "staticresources": "staticresource",
2570
- "sites": "customsite"
2881
+ "sites": "customsite",
2882
+ "restrictionRules": "restrictionrule",
2883
+ "mktDataSources": "datasource",
2884
+ "accessControlPolicies": "accesscontrolpolicy",
2885
+ "integrationHub": "integrationhubsettings",
2886
+ "ObjectHierarchyRelationship": "objecthierarchyrelationship",
2887
+ "IndustriesManufacturingSettings": "industriesmanufacturingsettings"
2571
2888
  },
2572
2889
  "childTypes": {
2573
2890
  "customlabel": "customlabels",
@@ -2581,20 +2898,26 @@
2581
2898
  "sharingreason": "customobject",
2582
2899
  "listview": "customobject",
2583
2900
  "fieldset": "customobject",
2901
+ "formsection": "form",
2902
+ "workflowknowledgepublish": "workflow",
2584
2903
  "workflowfieldupdate": "workflow",
2585
2904
  "workflowtask": "workflow",
2586
2905
  "workflowalert": "workflow",
2587
2906
  "workflowsend": "workflow",
2588
2907
  "workflowoutboundmessage": "workflow",
2589
2908
  "workflowrule": "workflow",
2909
+ "workskillroutingattribute": "workskillrouting",
2590
2910
  "assignmentrule": "assignmentrules",
2591
2911
  "autoresponserule": "autoresponserules",
2592
2912
  "escalationrule": "escalationrules",
2593
2913
  "matchingrule": "matchingrules",
2594
2914
  "sharingownerrule": "sharingrules",
2915
+ "sharingguestrule": "sharingrules",
2916
+ "sharingterritoryrule": "sharingrules",
2917
+ "managedtopic": "managedtopics",
2595
2918
  "sharingcriteriarule": "sharingrules",
2596
2919
  "botversion": "bot",
2597
2920
  "customfieldtranslation": "customobjecttranslation"
2598
2921
  },
2599
- "apiVersion": "52.0"
2922
+ "apiVersion": "53.0"
2600
2923
  }
@@ -4,6 +4,8 @@ import { MetadataRegistry, MetadataType } from './types';
4
4
  */
5
5
  export declare class RegistryAccess {
6
6
  private registry;
7
+ private strictFolderTypes;
8
+ private folderContentTypes;
7
9
  constructor(registry?: MetadataRegistry);
8
10
  /**
9
11
  * Query a metadata type by its name.
@@ -34,5 +36,13 @@ export declare class RegistryAccess {
34
36
  * @returns An array of metadata type objects that require strict parent folder names
35
37
  */
36
38
  getStrictFolderTypes(): MetadataType[];
39
+ /**
40
+ * Query for the types that have the folderContentType property defined.
41
+ * E.g., reportFolder, dashboardFolder, documentFolder, emailFolder
42
+ * @see {@link MetadataType.folderContentType}
43
+ *
44
+ * @returns An array of metadata type objects that have folder content
45
+ */
46
+ getFolderContentTypes(): MetadataType[];
37
47
  get apiVersion(): string;
38
48
  }