@salesforce/source-deploy-retrieve 7.2.0 → 7.3.1
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.
|
@@ -1246,8 +1246,8 @@
|
|
|
1246
1246
|
"marketingappextension": {
|
|
1247
1247
|
"id": "marketingappextension",
|
|
1248
1248
|
"name": "MarketingAppExtension",
|
|
1249
|
-
"suffix": "
|
|
1250
|
-
"directoryName": "
|
|
1249
|
+
"suffix": "marketingappextension",
|
|
1250
|
+
"directoryName": "marketingappextensions",
|
|
1251
1251
|
"inFolder": false
|
|
1252
1252
|
},
|
|
1253
1253
|
"sharingrules": {
|
|
@@ -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",
|
|
@@ -3330,7 +3339,7 @@
|
|
|
3330
3339
|
"channelLayout": "channellayout",
|
|
3331
3340
|
"asset": "contentasset",
|
|
3332
3341
|
"marketingResourceType": "marketingresourcetype",
|
|
3333
|
-
"
|
|
3342
|
+
"marketingappextension": "marketingappextension",
|
|
3334
3343
|
"sharingRules": "sharingrules",
|
|
3335
3344
|
"sharingSet": "sharingset",
|
|
3336
3345
|
"community": "community",
|
|
@@ -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;
|
|
@@ -3333,7 +3342,7 @@ export declare const registry: Readonly<{
|
|
|
3333
3342
|
channelLayout: string;
|
|
3334
3343
|
asset: string;
|
|
3335
3344
|
marketingResourceType: string;
|
|
3336
|
-
|
|
3345
|
+
marketingappextension: string;
|
|
3337
3346
|
sharingRules: string;
|
|
3338
3347
|
sharingSet: string;
|
|
3339
3348
|
community: string;
|