@salesforce/source-deploy-retrieve 7.2.0 → 7.3.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.
|
@@ -3192,9 +3192,18 @@
|
|
|
3192
3192
|
"directoryName": "streamingAppDataConnectors",
|
|
3193
3193
|
"inFolder": false,
|
|
3194
3194
|
"strictDirectoryName": false
|
|
3195
|
+
},
|
|
3196
|
+
"omnisupervisorconfig": {
|
|
3197
|
+
"id": "omnisupervisorconfig",
|
|
3198
|
+
"name": "OmniSupervisorConfig",
|
|
3199
|
+
"suffix": "omniSupervisorConfig",
|
|
3200
|
+
"directoryName": "omniSupervisorConfigs",
|
|
3201
|
+
"inFolder": false,
|
|
3202
|
+
"strictDirectoryName": false
|
|
3195
3203
|
}
|
|
3196
3204
|
},
|
|
3197
3205
|
"suffixes": {
|
|
3206
|
+
"omniSupervisorConfig": "omnisupervisorconfig",
|
|
3198
3207
|
"serviceAISetupDescription": "serviceaisetupdefinition",
|
|
3199
3208
|
"serviceAISetupField": "serviceaisetupfield",
|
|
3200
3209
|
"ai": "aiapplication",
|
|
@@ -3196,8 +3196,17 @@ export declare const registry: Readonly<{
|
|
|
3196
3196
|
inFolder: boolean;
|
|
3197
3197
|
strictDirectoryName: boolean;
|
|
3198
3198
|
};
|
|
3199
|
+
omnisupervisorconfig: {
|
|
3200
|
+
id: string;
|
|
3201
|
+
name: string;
|
|
3202
|
+
suffix: string;
|
|
3203
|
+
directoryName: string;
|
|
3204
|
+
inFolder: boolean;
|
|
3205
|
+
strictDirectoryName: boolean;
|
|
3206
|
+
};
|
|
3199
3207
|
};
|
|
3200
3208
|
suffixes: {
|
|
3209
|
+
omniSupervisorConfig: string;
|
|
3201
3210
|
serviceAISetupDescription: string;
|
|
3202
3211
|
serviceAISetupField: string;
|
|
3203
3212
|
ai: string;
|