@salesforce/source-deploy-retrieve 4.5.2 → 4.5.6

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 (31) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/lib/src/client/deployStrategies/auraDeploy.js +2 -2
  3. package/lib/src/client/deployStrategies/auraDeploy.js.map +1 -1
  4. package/lib/src/client/deployStrategies/baseDeploy.js +2 -2
  5. package/lib/src/client/deployStrategies/baseDeploy.js.map +1 -1
  6. package/lib/src/client/deployStrategies/containerDeploy.js +3 -3
  7. package/lib/src/client/deployStrategies/containerDeploy.js.map +1 -1
  8. package/lib/src/client/deployStrategies/lwcDeploy.js +2 -2
  9. package/lib/src/client/deployStrategies/lwcDeploy.js.map +1 -1
  10. package/lib/src/client/metadataApiRetrieve.d.ts +8 -1
  11. package/lib/src/client/metadataApiRetrieve.js +20 -9
  12. package/lib/src/client/metadataApiRetrieve.js.map +1 -1
  13. package/lib/src/client/metadataTransfer.js +2 -1
  14. package/lib/src/client/metadataTransfer.js.map +1 -1
  15. package/lib/src/convert/metadataConverter.js +3 -3
  16. package/lib/src/convert/metadataConverter.js.map +1 -1
  17. package/lib/src/convert/streams.js +4 -4
  18. package/lib/src/convert/streams.js.map +1 -1
  19. package/lib/src/registry/nonSupportedTypes.d.ts +11 -0
  20. package/lib/src/registry/nonSupportedTypes.js +55 -0
  21. package/lib/src/registry/nonSupportedTypes.js.map +1 -0
  22. package/lib/src/registry/registry.d.ts +217 -0
  23. package/lib/src/registry/registry.json +225 -8
  24. package/lib/src/registry/types.d.ts +29 -0
  25. package/lib/src/resolve/forceIgnore.js +2 -2
  26. package/lib/src/resolve/forceIgnore.js.map +1 -1
  27. package/lib/src/resolve/treeContainers.js +7 -7
  28. package/lib/src/resolve/treeContainers.js.map +1 -1
  29. package/lib/src/utils/fileSystemHandler.js +1 -1
  30. package/lib/src/utils/fileSystemHandler.js.map +1 -1
  31. package/package.json +8 -3
@@ -1542,6 +1542,7 @@ export declare const registry: Readonly<{
1542
1542
  suffix: string;
1543
1543
  directoryName: string;
1544
1544
  inFolder: boolean;
1545
+ strictDirectoryName: boolean;
1545
1546
  };
1546
1547
  skill: {
1547
1548
  id: string;
@@ -1660,6 +1661,7 @@ export declare const registry: Readonly<{
1660
1661
  suffix: string;
1661
1662
  directoryName: string;
1662
1663
  inFolder: boolean;
1664
+ strictDirectoryName: boolean;
1663
1665
  };
1664
1666
  orchestrationcontext: {
1665
1667
  id: string;
@@ -1975,6 +1977,7 @@ export declare const registry: Readonly<{
1975
1977
  suffix: string;
1976
1978
  directoryName: string;
1977
1979
  inFolder: boolean;
1980
+ strictDirectoryName: boolean;
1978
1981
  };
1979
1982
  notificationtypeconfig: {
1980
1983
  id: string;
@@ -2408,6 +2411,161 @@ export declare const registry: Readonly<{
2408
2411
  directoryName: string;
2409
2412
  strictDirectoryName: boolean;
2410
2413
  };
2414
+ userauthcertificate: {
2415
+ id: string;
2416
+ name: string;
2417
+ suffix: string;
2418
+ directoryName: string;
2419
+ inFolder: boolean;
2420
+ };
2421
+ forecastingtypesource: {
2422
+ id: string;
2423
+ name: string;
2424
+ suffix: string;
2425
+ directoryName: string;
2426
+ inFolder: boolean;
2427
+ };
2428
+ forecastingtype: {
2429
+ id: string;
2430
+ name: string;
2431
+ suffix: string;
2432
+ directoryName: string;
2433
+ inFolder: boolean;
2434
+ };
2435
+ forecastingsourcedefinition: {
2436
+ id: string;
2437
+ name: string;
2438
+ suffix: string;
2439
+ directoryName: string;
2440
+ inFolder: boolean;
2441
+ };
2442
+ assistantversion: {
2443
+ id: string;
2444
+ name: string;
2445
+ suffix: string;
2446
+ directoryName: string;
2447
+ inFolder: boolean;
2448
+ };
2449
+ assistantskillsobjectaction: {
2450
+ id: string;
2451
+ name: string;
2452
+ suffix: string;
2453
+ directoryName: string;
2454
+ inFolder: boolean;
2455
+ };
2456
+ assistantskillquickaction: {
2457
+ id: string;
2458
+ name: string;
2459
+ suffix: string;
2460
+ directoryName: string;
2461
+ inFolder: boolean;
2462
+ };
2463
+ assistantdefinition: {
2464
+ id: string;
2465
+ name: string;
2466
+ suffix: string;
2467
+ directoryName: string;
2468
+ inFolder: boolean;
2469
+ };
2470
+ assistantcontextitem: {
2471
+ id: string;
2472
+ name: string;
2473
+ suffix: string;
2474
+ directoryName: string;
2475
+ inFolder: boolean;
2476
+ };
2477
+ advacctforecastperiodgroup: {
2478
+ id: string;
2479
+ name: string;
2480
+ suffix: string;
2481
+ directoryName: string;
2482
+ inFolder: boolean;
2483
+ };
2484
+ advaccountforecastset: {
2485
+ id: string;
2486
+ name: string;
2487
+ suffix: string;
2488
+ directoryName: string;
2489
+ inFolder: boolean;
2490
+ };
2491
+ documentgenerationsetting: {
2492
+ id: string;
2493
+ name: string;
2494
+ suffix: string;
2495
+ directoryName: string;
2496
+ inFolder: boolean;
2497
+ };
2498
+ uiobjectrelationconfig: {
2499
+ id: string;
2500
+ name: string;
2501
+ suffix: string;
2502
+ directoryName: string;
2503
+ inFolder: boolean;
2504
+ };
2505
+ carerequestconfiguration: {
2506
+ id: string;
2507
+ name: string;
2508
+ suffix: string;
2509
+ directoryName: string;
2510
+ inFolder: boolean;
2511
+ };
2512
+ mlrecommendationdefinition: {
2513
+ id: string;
2514
+ name: string;
2515
+ suffix: string;
2516
+ directoryName: string;
2517
+ inFolder: boolean;
2518
+ };
2519
+ applicationrecordtypeconfig: {
2520
+ id: string;
2521
+ name: string;
2522
+ suffix: string;
2523
+ directoryName: string;
2524
+ inFolder: boolean;
2525
+ };
2526
+ mktcalcinsightobjectdef: {
2527
+ id: string;
2528
+ name: string;
2529
+ suffix: string;
2530
+ directoryName: string;
2531
+ inFolder: boolean;
2532
+ };
2533
+ internalorganization: {
2534
+ id: string;
2535
+ name: string;
2536
+ suffix: string;
2537
+ directoryName: string;
2538
+ inFolder: boolean;
2539
+ };
2540
+ callcenterroutingmap: {
2541
+ id: string;
2542
+ name: string;
2543
+ suffix: string;
2544
+ directoryName: string;
2545
+ inFolder: boolean;
2546
+ };
2547
+ viewdefinition: {
2548
+ id: string;
2549
+ name: string;
2550
+ suffix: string;
2551
+ directoryName: string;
2552
+ inFolder: boolean;
2553
+ strictDirectoryName: boolean;
2554
+ strategies: {
2555
+ adapter: string;
2556
+ };
2557
+ };
2558
+ slackapp: {
2559
+ id: string;
2560
+ name: string;
2561
+ suffix: string;
2562
+ directoryName: string;
2563
+ inFolder: boolean;
2564
+ strictDirectoryName: boolean;
2565
+ strategies: {
2566
+ adapter: string;
2567
+ };
2568
+ };
2411
2569
  };
2412
2570
  suffixes: {
2413
2571
  ai: string;
@@ -2643,6 +2801,60 @@ export declare const registry: Readonly<{
2643
2801
  accountRelationshipShareRule: string;
2644
2802
  IPAddressRange: string;
2645
2803
  xml: string;
2804
+ mlPrediction: string;
2805
+ formSection: string;
2806
+ workflowFieldUpdate: string;
2807
+ workflowKnowledgePublish: string;
2808
+ workflowTask: string;
2809
+ workflowAlert: string;
2810
+ workflowSend: string;
2811
+ workflowOutboundMessage: string;
2812
+ workflowRule: string;
2813
+ assignmentRule: string;
2814
+ autoResponseRule: string;
2815
+ escalationRule: string;
2816
+ sharingOwnerRule: string;
2817
+ sharingCriteriaRule: string;
2818
+ sharingGuestRule: string;
2819
+ sharingTerritoryRule: string;
2820
+ managedTopic: string;
2821
+ workSkillRoutingAttribute: string;
2822
+ businessProcessFeedbackConfiguration: string;
2823
+ webStoreTemplate: string;
2824
+ dynamicTrigger: string;
2825
+ salesAgreementSetting: string;
2826
+ accountForecastSetting: string;
2827
+ fieldServiceMobileExtension: string;
2828
+ dataStreamDefinition: string;
2829
+ ChannelObjectLinkingRule: string;
2830
+ ConversationVendorInformation: string;
2831
+ ConversationVendorFieldDefinition: string;
2832
+ schedulingRule: string;
2833
+ dataMappingSchema: string;
2834
+ dataMapping: string;
2835
+ federationDataMappingUsage: string;
2836
+ connectedSystem: string;
2837
+ userAuthCertificate: string;
2838
+ forecastingTypeSource: string;
2839
+ forecastingType: string;
2840
+ forecastingSourceDefinition: string;
2841
+ assistantVersion: string;
2842
+ assistantSkillSobjectAction: string;
2843
+ assistantSkillQuickAction: string;
2844
+ assistantDefinition: string;
2845
+ assistantContextItem: string;
2846
+ advAcctForecastPeriodGroup: string;
2847
+ advAccountForecastSet: string;
2848
+ documentGenerationSetting: string;
2849
+ uiObjectRelationConfig: string;
2850
+ careRequestConfiguration: string;
2851
+ mlRecommendation: string;
2852
+ applicationRecordTypeConfig: string;
2853
+ mktCalcInsightObjectDef: string;
2854
+ internalOrganization: string;
2855
+ callCenterRoutingMap: string;
2856
+ view: string;
2857
+ slackapp: string;
2646
2858
  };
2647
2859
  strictDirectoryNames: {
2648
2860
  experiences: string;
@@ -2656,6 +2868,11 @@ export declare const registry: Readonly<{
2656
2868
  staticresources: string;
2657
2869
  sites: string;
2658
2870
  restrictionRules: string;
2871
+ mktDataSources: string;
2872
+ accessControlPolicies: string;
2873
+ integrationHub: string;
2874
+ ObjectHierarchyRelationship: string;
2875
+ IndustriesManufacturingSettings: string;
2659
2876
  };
2660
2877
  childTypes: {
2661
2878
  customlabel: string;
@@ -1538,7 +1538,8 @@
1538
1538
  "name": "AccessControlPolicy",
1539
1539
  "suffix": "policy",
1540
1540
  "directoryName": "accessControlPolicies",
1541
- "inFolder": false
1541
+ "inFolder": false,
1542
+ "strictDirectoryName": true
1542
1543
  },
1543
1544
  "skill": {
1544
1545
  "id": "skill",
@@ -1656,7 +1657,8 @@
1656
1657
  "name": "IntegrationHubSettings",
1657
1658
  "suffix": "settings",
1658
1659
  "directoryName": "integrationHub",
1659
- "inFolder": false
1660
+ "inFolder": false,
1661
+ "strictDirectoryName": true
1660
1662
  },
1661
1663
  "orchestrationcontext": {
1662
1664
  "id": "orchestrationcontext",
@@ -1971,7 +1973,8 @@
1971
1973
  "name": "AppointmentSchedulingPolicy",
1972
1974
  "suffix": "policy",
1973
1975
  "directoryName": "appointmentSchedulingPolicies",
1974
- "inFolder": false
1976
+ "inFolder": false,
1977
+ "strictDirectoryName": false
1975
1978
  },
1976
1979
  "notificationtypeconfig": {
1977
1980
  "id": "notificationtypeconfig",
@@ -2249,7 +2252,7 @@
2249
2252
  "name": "ObjectHierarchyRelationship",
2250
2253
  "suffix": "settings",
2251
2254
  "directoryName": "ObjectHierarchyRelationship",
2252
- "strictDirectoryName": false
2255
+ "strictDirectoryName": true
2253
2256
  },
2254
2257
  "salesagreementsettings": {
2255
2258
  "id": "salesagreementsettings",
@@ -2277,7 +2280,7 @@
2277
2280
  "name": "IndustriesManufacturingSettings",
2278
2281
  "suffix": "settings",
2279
2282
  "directoryName": "IndustriesManufacturingSettings",
2280
- "strictDirectoryName": false
2283
+ "strictDirectoryName": true
2281
2284
  },
2282
2285
  "fieldservicemobileextension": {
2283
2286
  "id": "fieldservicemobileextension",
@@ -2291,7 +2294,7 @@
2291
2294
  "name": "DataSource",
2292
2295
  "suffix": "dataSource",
2293
2296
  "directoryName": "mktDataSources",
2294
- "strictDirectoryName": false
2297
+ "strictDirectoryName": true
2295
2298
  },
2296
2299
  "datasourceobject": {
2297
2300
  "id": "datasourceobject",
@@ -2404,6 +2407,161 @@
2404
2407
  "suffix": "connectedSystem",
2405
2408
  "directoryName": "ConnectedSystem",
2406
2409
  "strictDirectoryName": false
2410
+ },
2411
+ "userauthcertificate": {
2412
+ "id": "userauthcertificate",
2413
+ "name": "UserAuthCertificate",
2414
+ "suffix": "userAuthCertificate",
2415
+ "directoryName": "userAuthCertificates",
2416
+ "inFolder": false
2417
+ },
2418
+ "forecastingtypesource": {
2419
+ "id": "forecastingtypesource",
2420
+ "name": "ForecastingTypeSource",
2421
+ "suffix": "forecastingTypeSource",
2422
+ "directoryName": "forecastingTypeSources",
2423
+ "inFolder": false
2424
+ },
2425
+ "forecastingtype": {
2426
+ "id": "forecastingtype",
2427
+ "name": "ForecastingType",
2428
+ "suffix": "forecastingType",
2429
+ "directoryName": "forecastingTypes",
2430
+ "inFolder": false
2431
+ },
2432
+ "forecastingsourcedefinition": {
2433
+ "id": "forecastingsourcedefinition",
2434
+ "name": "ForecastingSourceDefinition",
2435
+ "suffix": "forecastingSourceDefinition",
2436
+ "directoryName": "forecastingSourceDefinitions",
2437
+ "inFolder": false
2438
+ },
2439
+ "assistantversion": {
2440
+ "id": "assistantversion",
2441
+ "name": "AssistantVersion",
2442
+ "suffix": "assistantVersion",
2443
+ "directoryName": "assistantVersions",
2444
+ "inFolder": false
2445
+ },
2446
+ "assistantskillsobjectaction": {
2447
+ "id": "assistantskillsobjectaction",
2448
+ "name": "AssistantSkillSobjectAction",
2449
+ "suffix": "assistantSkillSobjectAction",
2450
+ "directoryName": "assistantSkillSobjectActions",
2451
+ "inFolder": false
2452
+ },
2453
+ "assistantskillquickaction": {
2454
+ "id": "assistantskillquickaction",
2455
+ "name": "AssistantSkillQuickAction",
2456
+ "suffix": "assistantSkillQuickAction",
2457
+ "directoryName": "assistantSkillQuickActions",
2458
+ "inFolder": false
2459
+ },
2460
+ "assistantdefinition": {
2461
+ "id": "assistantdefinition",
2462
+ "name": "AssistantDefinition",
2463
+ "suffix": "assistantDefinition",
2464
+ "directoryName": "assistantDefinitions",
2465
+ "inFolder": false
2466
+ },
2467
+ "assistantcontextitem": {
2468
+ "id": "assistantcontextitem",
2469
+ "name": "AssistantContextItem",
2470
+ "suffix": "assistantContextItem",
2471
+ "directoryName": "assistantContextItems",
2472
+ "inFolder": false
2473
+ },
2474
+ "advacctforecastperiodgroup": {
2475
+ "id": "advacctforecastperiodgroup",
2476
+ "name": "AdvAcctForecastPeriodGroup",
2477
+ "suffix": "advAcctForecastPeriodGroup",
2478
+ "directoryName": "AdvAcctForecastPeriodGroup",
2479
+ "inFolder": false
2480
+ },
2481
+ "advaccountforecastset": {
2482
+ "id": "advaccountforecastset",
2483
+ "name": "AdvAccountForecastSet",
2484
+ "suffix": "advAccountForecastSet",
2485
+ "directoryName": "AdvAccountForecastSet",
2486
+ "inFolder": false
2487
+ },
2488
+ "documentgenerationsetting": {
2489
+ "id": "documentgenerationsetting",
2490
+ "name": "DocumentGenerationSetting",
2491
+ "suffix": "documentGenerationSetting",
2492
+ "directoryName": "documentGenerationSettings",
2493
+ "inFolder": false
2494
+ },
2495
+ "uiobjectrelationconfig": {
2496
+ "id": "uiobjectrelationconfig",
2497
+ "name": "UIObjectRelationConfig",
2498
+ "suffix": "uiObjectRelationConfig",
2499
+ "directoryName": "uiObjectRelationConfigs",
2500
+ "inFolder": false
2501
+ },
2502
+ "carerequestconfiguration": {
2503
+ "id": "carerequestconfiguration",
2504
+ "name": "CareRequestConfiguration",
2505
+ "suffix": "careRequestConfiguration",
2506
+ "directoryName": "careRequestConfigurations",
2507
+ "inFolder": false
2508
+ },
2509
+ "mlrecommendationdefinition": {
2510
+ "id": "mlrecommendationdefinition",
2511
+ "name": "MLRecommendationDefinition",
2512
+ "suffix": "mlRecommendation",
2513
+ "directoryName": "mlRecommendations",
2514
+ "inFolder": false
2515
+ },
2516
+ "applicationrecordtypeconfig": {
2517
+ "id": "applicationrecordtypeconfig",
2518
+ "name": "ApplicationRecordTypeConfig",
2519
+ "suffix": "applicationRecordTypeConfig",
2520
+ "directoryName": "ApplicationRecordTypeConfig",
2521
+ "inFolder": false
2522
+ },
2523
+ "mktcalcinsightobjectdef": {
2524
+ "id": "mktcalcinsightobjectdef",
2525
+ "name": "MktCalcInsightObjectDef",
2526
+ "suffix": "mktCalcInsightObjectDef",
2527
+ "directoryName": "mktCalcInsightObjectDefs",
2528
+ "inFolder": false
2529
+ },
2530
+ "internalorganization": {
2531
+ "id": "internalorganization",
2532
+ "name": "InternalOrganization",
2533
+ "suffix": "internalOrganization",
2534
+ "directoryName": "internalOrganizations",
2535
+ "inFolder": false
2536
+ },
2537
+ "callcenterroutingmap": {
2538
+ "id": "callcenterroutingmap",
2539
+ "name": "CallCenterRoutingMap",
2540
+ "suffix": "callCenterRoutingMap",
2541
+ "directoryName": "callCenterRoutingMaps",
2542
+ "inFolder": false
2543
+ },
2544
+ "viewdefinition": {
2545
+ "id": "viewdefinition",
2546
+ "name": "ViewDefinition",
2547
+ "suffix": "view",
2548
+ "directoryName": "viewdefinitions",
2549
+ "inFolder": false,
2550
+ "strictDirectoryName": false,
2551
+ "strategies": {
2552
+ "adapter": "matchingContentFile"
2553
+ }
2554
+ },
2555
+ "slackapp": {
2556
+ "id": "slackapp",
2557
+ "name": "SlackApp",
2558
+ "suffix": "slackapp",
2559
+ "directoryName": "slackapps",
2560
+ "inFolder": false,
2561
+ "strictDirectoryName": false,
2562
+ "strategies": {
2563
+ "adapter": "matchingContentFile"
2564
+ }
2407
2565
  }
2408
2566
  },
2409
2567
  "suffixes": {
@@ -2639,7 +2797,61 @@
2639
2797
  "timeSheetTemplate": "timesheettemplate",
2640
2798
  "accountRelationshipShareRule": "accountrelationshipsharerule",
2641
2799
  "IPAddressRange": "ipaddressrange",
2642
- "xml": "emailservicesfunction"
2800
+ "xml": "emailservicesfunction",
2801
+ "mlPrediction": "mlprediction",
2802
+ "formSection": "formsection",
2803
+ "workflowFieldUpdate": "workflowfieldupdate",
2804
+ "workflowKnowledgePublish": "workflowknowledgepublish",
2805
+ "workflowTask": "workflowtask",
2806
+ "workflowAlert": "workflowalert",
2807
+ "workflowSend": "workflowsend",
2808
+ "workflowOutboundMessage": "workflowoutboundmessage",
2809
+ "workflowRule": "workflowrule",
2810
+ "assignmentRule": "assignmentrule",
2811
+ "autoResponseRule": "autoresponserule",
2812
+ "escalationRule": "escalationrule",
2813
+ "sharingOwnerRule": "sharingownerrule",
2814
+ "sharingCriteriaRule": "sharingcriteriarule",
2815
+ "sharingGuestRule": "sharingguestrule",
2816
+ "sharingTerritoryRule": "sharingterritoryrule",
2817
+ "managedTopic": "managedtopic",
2818
+ "workSkillRoutingAttribute": "workskillroutingattribute",
2819
+ "businessProcessFeedbackConfiguration": "businessprocessfeedbackconfiguration",
2820
+ "webStoreTemplate": "webstoretemplate",
2821
+ "dynamicTrigger": "dynamictrigger",
2822
+ "salesAgreementSetting": "salesagreementsettings",
2823
+ "accountForecastSetting": "accountforecastsettings",
2824
+ "fieldServiceMobileExtension": "fieldservicemobileextension",
2825
+ "dataStreamDefinition": "datastreamdefinition",
2826
+ "ChannelObjectLinkingRule": "channelobjectlinkingrule",
2827
+ "ConversationVendorInformation": "conversationvendorinfo",
2828
+ "ConversationVendorFieldDefinition": "conversationvendorfielddef",
2829
+ "schedulingRule": "schedulingrule",
2830
+ "dataMappingSchema": "datamappingschema",
2831
+ "dataMapping": "datamapping",
2832
+ "federationDataMappingUsage": "federationdatamappingusage",
2833
+ "connectedSystem": "connectedsystem",
2834
+ "userAuthCertificate": "userauthcertificate",
2835
+ "forecastingTypeSource": "forecastingtypesource",
2836
+ "forecastingType": "forecastingtype",
2837
+ "forecastingSourceDefinition": "forecastingsourcedefinition",
2838
+ "assistantVersion": "assistantversion",
2839
+ "assistantSkillSobjectAction": "assistantskillsobjectaction",
2840
+ "assistantSkillQuickAction": "assistantskillquickaction",
2841
+ "assistantDefinition": "assistantdefinition",
2842
+ "assistantContextItem": "assistantcontextitem",
2843
+ "advAcctForecastPeriodGroup": "advacctforecastperiodgroup",
2844
+ "advAccountForecastSet": "advaccountforecastset",
2845
+ "documentGenerationSetting": "documentgenerationsetting",
2846
+ "uiObjectRelationConfig": "uiobjectrelationconfig",
2847
+ "careRequestConfiguration": "carerequestconfiguration",
2848
+ "mlRecommendation": "mlrecommendationdefinition",
2849
+ "applicationRecordTypeConfig": "applicationrecordtypeconfig",
2850
+ "mktCalcInsightObjectDef": "mktcalcinsightobjectdef",
2851
+ "internalOrganization": "internalorganization",
2852
+ "callCenterRoutingMap": "callcenterroutingmap",
2853
+ "view": "viewdefinition",
2854
+ "slackapp": "slackapp"
2643
2855
  },
2644
2856
  "strictDirectoryNames": {
2645
2857
  "experiences": "experiencebundle",
@@ -2652,7 +2864,12 @@
2652
2864
  "objectTranslations": "customobjecttranslation",
2653
2865
  "staticresources": "staticresource",
2654
2866
  "sites": "customsite",
2655
- "restrictionRules": "restrictionrule"
2867
+ "restrictionRules": "restrictionrule",
2868
+ "mktDataSources": "datasource",
2869
+ "accessControlPolicies": "accesscontrolpolicy",
2870
+ "integrationHub": "integrationhubsettings",
2871
+ "ObjectHierarchyRelationship": "objecthierarchyrelationship",
2872
+ "IndustriesManufacturingSettings": "industriesmanufacturingsettings"
2656
2873
  },
2657
2874
  "childTypes": {
2658
2875
  "customlabel": "customlabels",
@@ -162,4 +162,33 @@ export declare const enum TransformerStrategy {
162
162
  StaticResource = "staticResource",
163
163
  NonDecomposed = "nonDecomposed"
164
164
  }
165
+ /**
166
+ * Subset of an item from the Metadata Coverage Report
167
+ */
168
+ export interface CoverageObjectType {
169
+ scratchDefinitions: {
170
+ professional: string;
171
+ group: string;
172
+ enterprise: string;
173
+ developer: string;
174
+ };
175
+ channels: {
176
+ metadataApi: boolean;
177
+ sourceTracking: boolean;
178
+ toolingApi: boolean;
179
+ };
180
+ }
181
+ /**
182
+ * The structure returned by the metadata coverage report
183
+ */
184
+ export interface CoverageObject {
185
+ types: {
186
+ [key: string]: CoverageObjectType;
187
+ };
188
+ versions: {
189
+ selected: number;
190
+ max: number;
191
+ min: number;
192
+ };
193
+ }
165
194
  export {};
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.ForceIgnore = void 0;
10
10
  const index_1 = require("ignore/index");
11
11
  const path_1 = require("path");
12
- const fs_1 = require("fs");
12
+ const graceful_fs_1 = require("graceful-fs");
13
13
  const fileSystemHandler_1 = require("../utils/fileSystemHandler");
14
14
  class ForceIgnore {
15
15
  constructor(forceIgnorePath = '') {
@@ -20,7 +20,7 @@ class ForceIgnore {
20
20
  '**/package2-manifest.json',
21
21
  ];
22
22
  try {
23
- this.contents = fs_1.readFileSync(forceIgnorePath, 'utf-8');
23
+ this.contents = graceful_fs_1.readFileSync(forceIgnorePath, 'utf-8');
24
24
  // check if file `.forceignore` exists
25
25
  if (this.contents !== undefined) {
26
26
  // add the default ignore paths, and then parse the .forceignore file
@@ -1 +1 @@
1
- {"version":3,"file":"forceIgnore.js","sourceRoot":"","sources":["../../../src/resolve/forceIgnore.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,wCAA8C;AAC9C,+BAA+C;AAC/C,2BAAkC;AAElC,kEAAsD;AAEtD,MAAa,WAAW;IAatB,YAAmB,eAAe,GAAG,EAAE;QAP/B,mBAAc,GAAa;YACjC,UAAU;YACV,OAAO;YACP,6BAA6B;YAC7B,2BAA2B;SAC5B,CAAC;QAGA,IAAI;YACF,IAAI,CAAC,QAAQ,GAAG,iBAAY,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;YACvD,sCAAsC;YACtC,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,EAAE;gBAC/B,qEAAqE;gBACrE,IAAI,CAAC,MAAM,GAAG,eAAM,EAAE,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;gBAClF,IAAI,CAAC,oBAAoB,GAAG,cAAO,CAAC,eAAe,CAAC,CAAC;aACtD;SACF;QAAC,OAAO,CAAC,EAAE;YACV,4BAA4B;SAC7B;IACH,CAAC;IAED;;;;;;OAMG;IACI,MAAM,CAAC,aAAa,CAAC,IAAgB;QAC1C,IAAI,wBAAwB,GAAG,EAAE,CAAC;QAClC,MAAM,iBAAiB,GAAG,4BAAQ,CAAC,IAAI,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;QAChE,IAAI,iBAAiB,EAAE;YACrB,wBAAwB,GAAG,WAAI,CAAC,cAAO,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;SACpF;QACD,OAAO,IAAI,WAAW,CAAC,wBAAwB,CAAC,CAAC;IACnD,CAAC;IAEM,MAAM,CAAC,MAAkB;QAC9B,IAAI;YACF,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAQ,CAAC,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;SACzE;QAAC,OAAO,CAAC,EAAE;YACV,OAAO,KAAK,CAAC;SACd;IACH,CAAC;IAEM,OAAO,CAAC,MAAkB;QAC/B,IAAI;YACF,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAQ,CAAC,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;SAC1E;QAAC,OAAO,CAAC,EAAE;YACV,OAAO,IAAI,CAAC;SACb;IACH,CAAC;;AAzDH,kCA0DC;AAzDwB,qBAAS,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"forceIgnore.js","sourceRoot":"","sources":["../../../src/resolve/forceIgnore.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,wCAA8C;AAC9C,+BAA+C;AAC/C,6CAA2C;AAE3C,kEAAsD;AAEtD,MAAa,WAAW;IAatB,YAAmB,eAAe,GAAG,EAAE;QAP/B,mBAAc,GAAa;YACjC,UAAU;YACV,OAAO;YACP,6BAA6B;YAC7B,2BAA2B;SAC5B,CAAC;QAGA,IAAI;YACF,IAAI,CAAC,QAAQ,GAAG,0BAAY,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC;YACvD,sCAAsC;YACtC,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,EAAE;gBAC/B,qEAAqE;gBACrE,IAAI,CAAC,MAAM,GAAG,eAAM,EAAE,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;gBAClF,IAAI,CAAC,oBAAoB,GAAG,cAAO,CAAC,eAAe,CAAC,CAAC;aACtD;SACF;QAAC,OAAO,CAAC,EAAE;YACV,4BAA4B;SAC7B;IACH,CAAC;IAED;;;;;;OAMG;IACI,MAAM,CAAC,aAAa,CAAC,IAAgB;QAC1C,IAAI,wBAAwB,GAAG,EAAE,CAAC;QAClC,MAAM,iBAAiB,GAAG,4BAAQ,CAAC,IAAI,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;QAChE,IAAI,iBAAiB,EAAE;YACrB,wBAAwB,GAAG,WAAI,CAAC,cAAO,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;SACpF;QACD,OAAO,IAAI,WAAW,CAAC,wBAAwB,CAAC,CAAC;IACnD,CAAC;IAEM,MAAM,CAAC,MAAkB;QAC9B,IAAI;YACF,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAQ,CAAC,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;SACzE;QAAC,OAAO,CAAC,EAAE;YACV,OAAO,KAAK,CAAC;SACd;IACH,CAAC;IAEM,OAAO,CAAC,MAAkB;QAC/B,IAAI;YACF,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAQ,CAAC,IAAI,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;SAC1E;QAAC,OAAO,CAAC,EAAE;YACV,OAAO,IAAI,CAAC;SACb;IACH,CAAC;;AAzDH,kCA0DC;AAzDwB,qBAAS,GAAG,cAAc,CAAC"}
@@ -18,7 +18,7 @@ exports.VirtualTreeContainer = exports.ZipTreeContainer = exports.NodeFSTreeCont
18
18
  */
19
19
  const path_1 = require("path");
20
20
  const utils_1 = require("../utils");
21
- const fs_1 = require("fs");
21
+ const graceful_fs_1 = require("graceful-fs");
22
22
  const errors_1 = require("../errors");
23
23
  const unzipper = require("unzipper");
24
24
  /**
@@ -53,23 +53,23 @@ exports.TreeContainer = TreeContainer;
53
53
  */
54
54
  class NodeFSTreeContainer extends TreeContainer {
55
55
  isDirectory(fsPath) {
56
- return fs_1.lstatSync(fsPath).isDirectory();
56
+ return graceful_fs_1.lstatSync(fsPath).isDirectory();
57
57
  }
58
58
  exists(fsPath) {
59
- return fs_1.existsSync(fsPath);
59
+ return graceful_fs_1.existsSync(fsPath);
60
60
  }
61
61
  readDirectory(fsPath) {
62
- return fs_1.readdirSync(fsPath);
62
+ return graceful_fs_1.readdirSync(fsPath);
63
63
  }
64
64
  readFile(fsPath) {
65
65
  // significant enough performance increase using sync instead of fs.promise version
66
- return Promise.resolve(fs_1.readFileSync(fsPath));
66
+ return Promise.resolve(graceful_fs_1.readFileSync(fsPath));
67
67
  }
68
68
  readFileSync(fsPath) {
69
- return fs_1.readFileSync(fsPath);
69
+ return graceful_fs_1.readFileSync(fsPath);
70
70
  }
71
71
  stream(fsPath) {
72
- return fs_1.createReadStream(fsPath);
72
+ return graceful_fs_1.createReadStream(fsPath);
73
73
  }
74
74
  }
75
75
  exports.NodeFSTreeContainer = NodeFSTreeContainer;
@@ -1 +1 @@
1
- {"version":3,"file":"treeContainers.js","sourceRoot":"","sources":["../../../src/resolve/treeContainers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"treeContainers.js","sourceRoot":"","sources":["../../../src/resolve/treeContainers.ts"],"names":[],"mappings":"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"}