@salesforce/source-deploy-retrieve 7.5.5 → 7.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.
|
@@ -2407,29 +2407,49 @@
|
|
|
2407
2407
|
"id": "decisionmatrixdefinition",
|
|
2408
2408
|
"name": "DecisionMatrixDefinition",
|
|
2409
2409
|
"suffix": "decisionMatrixDefinition",
|
|
2410
|
-
"directoryName": "
|
|
2411
|
-
"
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2410
|
+
"directoryName": "decisionMatrixDefinition",
|
|
2411
|
+
"inFolder": false,
|
|
2412
|
+
"strictDirectoryName": false,
|
|
2413
|
+
"children": {
|
|
2414
|
+
"types": {
|
|
2415
|
+
"decisionmatrixdefinitionversion": {
|
|
2416
|
+
"id": "decisionmatrixdefinitionversion",
|
|
2417
|
+
"name": "DecisionMatrixDefinitionVersion",
|
|
2418
|
+
"directoryName": "versions",
|
|
2419
|
+
"suffix": "decisionMatrixDefinitionVersion"
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
"directories": {
|
|
2423
|
+
"versions": "decisionmatrixdefinitionversion"
|
|
2424
|
+
},
|
|
2425
|
+
"suffixes": {
|
|
2426
|
+
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion"
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2426
2429
|
},
|
|
2427
2430
|
"expressionsetdefinition": {
|
|
2428
2431
|
"id": "expressionsetdefinition",
|
|
2429
2432
|
"name": "ExpressionSetDefinition",
|
|
2430
2433
|
"suffix": "expressionSetDefinition",
|
|
2431
|
-
"directoryName": "
|
|
2432
|
-
"
|
|
2434
|
+
"directoryName": "expressionSetDefinition",
|
|
2435
|
+
"inFolder": false,
|
|
2436
|
+
"strictDirectoryName": false,
|
|
2437
|
+
"children": {
|
|
2438
|
+
"types": {
|
|
2439
|
+
"expressionsetdefinitionversion": {
|
|
2440
|
+
"id": "expressionsetdefinitionversion",
|
|
2441
|
+
"name": "ExpressionSetDefinitionVersion",
|
|
2442
|
+
"directoryName": "versions",
|
|
2443
|
+
"suffix": "expressionSetDefinitionVersion"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
"directories": {
|
|
2447
|
+
"versions": "expressionsetdefinitionversion"
|
|
2448
|
+
},
|
|
2449
|
+
"suffixes": {
|
|
2450
|
+
"expressionSetDefinitionVersion": "expressionsetdefinitionversion"
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2433
2453
|
},
|
|
2434
2454
|
"briefcasedefinition": {
|
|
2435
2455
|
"id": "briefcasedefinition",
|
|
@@ -3650,6 +3670,8 @@
|
|
|
3650
3670
|
"botversion": "bot",
|
|
3651
3671
|
"customfieldtranslation": "customobjecttranslation",
|
|
3652
3672
|
"mktdatatranfield": "mktdatatranobject",
|
|
3653
|
-
"digitalexperience": "digitalexperiencebundle"
|
|
3673
|
+
"digitalexperience": "digitalexperiencebundle",
|
|
3674
|
+
"decisionmatrixdefinitionversion": "decisionmatrixdefinition",
|
|
3675
|
+
"expressionsetdefinitionversion": "expressionsetdefinition"
|
|
3654
3676
|
}
|
|
3655
3677
|
}
|
|
@@ -2411,28 +2411,48 @@ export declare const registry: Readonly<{
|
|
|
2411
2411
|
name: string;
|
|
2412
2412
|
suffix: string;
|
|
2413
2413
|
directoryName: string;
|
|
2414
|
+
inFolder: boolean;
|
|
2414
2415
|
strictDirectoryName: boolean;
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2416
|
+
children: {
|
|
2417
|
+
types: {
|
|
2418
|
+
decisionmatrixdefinitionversion: {
|
|
2419
|
+
id: string;
|
|
2420
|
+
name: string;
|
|
2421
|
+
directoryName: string;
|
|
2422
|
+
suffix: string;
|
|
2423
|
+
};
|
|
2424
|
+
};
|
|
2425
|
+
directories: {
|
|
2426
|
+
versions: string;
|
|
2427
|
+
};
|
|
2428
|
+
suffixes: {
|
|
2429
|
+
decisionMatrixDefinitionVersion: string;
|
|
2430
|
+
};
|
|
2431
|
+
};
|
|
2429
2432
|
};
|
|
2430
2433
|
expressionsetdefinition: {
|
|
2431
2434
|
id: string;
|
|
2432
2435
|
name: string;
|
|
2433
2436
|
suffix: string;
|
|
2434
2437
|
directoryName: string;
|
|
2438
|
+
inFolder: boolean;
|
|
2435
2439
|
strictDirectoryName: boolean;
|
|
2440
|
+
children: {
|
|
2441
|
+
types: {
|
|
2442
|
+
expressionsetdefinitionversion: {
|
|
2443
|
+
id: string;
|
|
2444
|
+
name: string;
|
|
2445
|
+
directoryName: string;
|
|
2446
|
+
suffix: string;
|
|
2447
|
+
};
|
|
2448
|
+
};
|
|
2449
|
+
directories: {
|
|
2450
|
+
versions: string;
|
|
2451
|
+
};
|
|
2452
|
+
suffixes: {
|
|
2453
|
+
expressionSetDefinitionVersion: string;
|
|
2454
|
+
};
|
|
2455
|
+
};
|
|
2436
2456
|
};
|
|
2437
2457
|
briefcasedefinition: {
|
|
2438
2458
|
id: string;
|
|
@@ -3654,5 +3674,7 @@ export declare const registry: Readonly<{
|
|
|
3654
3674
|
customfieldtranslation: string;
|
|
3655
3675
|
mktdatatranfield: string;
|
|
3656
3676
|
digitalexperience: string;
|
|
3677
|
+
decisionmatrixdefinitionversion: string;
|
|
3678
|
+
expressionsetdefinitionversion: string;
|
|
3657
3679
|
};
|
|
3658
3680
|
}>;
|