@salesforce/source-deploy-retrieve 6.6.0 → 6.7.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.
|
@@ -3042,6 +3042,30 @@
|
|
|
3042
3042
|
"directoryName": "IdentityVerificationProcDefs",
|
|
3043
3043
|
"inFolder": false,
|
|
3044
3044
|
"strictDirectoryName": false
|
|
3045
|
+
},
|
|
3046
|
+
"forecastingfilter": {
|
|
3047
|
+
"id": "forecastingfilter",
|
|
3048
|
+
"name": "ForecastingFilter",
|
|
3049
|
+
"suffix": "forecastingFilter",
|
|
3050
|
+
"directoryName": "forecastingFilters",
|
|
3051
|
+
"inFolder": false,
|
|
3052
|
+
"strictDirectoryName": false
|
|
3053
|
+
},
|
|
3054
|
+
"forecastingfiltercondition": {
|
|
3055
|
+
"id": "forecastingfiltercondition",
|
|
3056
|
+
"name": "ForecastingFilterCondition",
|
|
3057
|
+
"suffix": "forecastingFilterCondition",
|
|
3058
|
+
"directoryName": "forecastingFilterConditions",
|
|
3059
|
+
"inFolder": false,
|
|
3060
|
+
"strictDirectoryName": false
|
|
3061
|
+
},
|
|
3062
|
+
"schedulingobjective": {
|
|
3063
|
+
"id": "schedulingobjective",
|
|
3064
|
+
"name": "SchedulingObjective",
|
|
3065
|
+
"suffix": "schedulingObjective",
|
|
3066
|
+
"directoryName": "SchedulingObjectives",
|
|
3067
|
+
"inFolder": false,
|
|
3068
|
+
"strictDirectoryName": false
|
|
3045
3069
|
}
|
|
3046
3070
|
},
|
|
3047
3071
|
"suffixes": {
|
|
@@ -3379,7 +3403,10 @@
|
|
|
3379
3403
|
"dwl": "dataweaveresource",
|
|
3380
3404
|
"aq": "assessmentquestion",
|
|
3381
3405
|
"aqs": "assessmentquestionset",
|
|
3382
|
-
"identityverificationprocdef": "identityverificationprocdef"
|
|
3406
|
+
"identityverificationprocdef": "identityverificationprocdef",
|
|
3407
|
+
"forecastingFilter": "forecastingfilter",
|
|
3408
|
+
"forecastingFilterCondition": "forecastingfiltercondition",
|
|
3409
|
+
"schedulingObjective": "schedulingobjective"
|
|
3383
3410
|
},
|
|
3384
3411
|
"strictDirectoryNames": {
|
|
3385
3412
|
"experiences": "experiencebundle",
|
|
@@ -3046,6 +3046,30 @@ export declare const registry: Readonly<{
|
|
|
3046
3046
|
inFolder: boolean;
|
|
3047
3047
|
strictDirectoryName: boolean;
|
|
3048
3048
|
};
|
|
3049
|
+
forecastingfilter: {
|
|
3050
|
+
id: string;
|
|
3051
|
+
name: string;
|
|
3052
|
+
suffix: string;
|
|
3053
|
+
directoryName: string;
|
|
3054
|
+
inFolder: boolean;
|
|
3055
|
+
strictDirectoryName: boolean;
|
|
3056
|
+
};
|
|
3057
|
+
forecastingfiltercondition: {
|
|
3058
|
+
id: string;
|
|
3059
|
+
name: string;
|
|
3060
|
+
suffix: string;
|
|
3061
|
+
directoryName: string;
|
|
3062
|
+
inFolder: boolean;
|
|
3063
|
+
strictDirectoryName: boolean;
|
|
3064
|
+
};
|
|
3065
|
+
schedulingobjective: {
|
|
3066
|
+
id: string;
|
|
3067
|
+
name: string;
|
|
3068
|
+
suffix: string;
|
|
3069
|
+
directoryName: string;
|
|
3070
|
+
inFolder: boolean;
|
|
3071
|
+
strictDirectoryName: boolean;
|
|
3072
|
+
};
|
|
3049
3073
|
};
|
|
3050
3074
|
suffixes: {
|
|
3051
3075
|
serviceAISetupDescription: string;
|
|
@@ -3383,6 +3407,9 @@ export declare const registry: Readonly<{
|
|
|
3383
3407
|
aq: string;
|
|
3384
3408
|
aqs: string;
|
|
3385
3409
|
identityverificationprocdef: string;
|
|
3410
|
+
forecastingFilter: string;
|
|
3411
|
+
forecastingFilterCondition: string;
|
|
3412
|
+
schedulingObjective: string;
|
|
3386
3413
|
};
|
|
3387
3414
|
strictDirectoryNames: {
|
|
3388
3415
|
experiences: string;
|