@salesforce/source-deploy-retrieve 6.2.1 → 6.2.2
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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [6.2.2](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.1...v6.2.2) (2022-07-12)
|
|
6
|
+
|
|
5
7
|
### [6.2.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/v6.2.0...v6.2.1) (2022-07-07)
|
|
6
8
|
|
|
7
9
|
### Bug Fixes
|
|
@@ -16,6 +16,14 @@
|
|
|
16
16
|
"inFolder": false,
|
|
17
17
|
"strictDirectoryName": false
|
|
18
18
|
},
|
|
19
|
+
"aiusecasedefinition": {
|
|
20
|
+
"id": "aiusecasedefinition",
|
|
21
|
+
"name": "AIUsecaseDefinition",
|
|
22
|
+
"suffix": "aiUsecaseDefinitions",
|
|
23
|
+
"directoryName": "aiUsecaseDefinitions",
|
|
24
|
+
"inFolder": false,
|
|
25
|
+
"strictDirectoryName": false
|
|
26
|
+
},
|
|
19
27
|
"mlpredictiondefinition": {
|
|
20
28
|
"id": "mlpredictiondefinition",
|
|
21
29
|
"name": "MLPredictionDefinition",
|
|
@@ -2425,6 +2433,41 @@
|
|
|
2425
2433
|
"directoryName": "dataStreamDefinitions",
|
|
2426
2434
|
"strictDirectoryName": false
|
|
2427
2435
|
},
|
|
2436
|
+
"datapackagekitdefinition": {
|
|
2437
|
+
"id": "datapackagekitdefinition",
|
|
2438
|
+
"name": "DataPackageKitDefinition",
|
|
2439
|
+
"suffix": "dataPackageKitDefinition",
|
|
2440
|
+
"directoryName": "dataPackageKitDefinitions",
|
|
2441
|
+
"strictDirectoryName": false
|
|
2442
|
+
},
|
|
2443
|
+
"datasourcebundledefinition": {
|
|
2444
|
+
"id": "datasourcebundledefinition",
|
|
2445
|
+
"name": "DataSourceBundleDefinition",
|
|
2446
|
+
"suffix": "dataSourceBundleDefinition",
|
|
2447
|
+
"directoryName": "dataSourceBundleDefinitions",
|
|
2448
|
+
"strictDirectoryName": false
|
|
2449
|
+
},
|
|
2450
|
+
"datapackagekitobject": {
|
|
2451
|
+
"id": "datapackagekitobject",
|
|
2452
|
+
"name": "DataPackageKitObject",
|
|
2453
|
+
"suffix": "DataPackageKitObject",
|
|
2454
|
+
"directoryName": "DataPackageKitObjects",
|
|
2455
|
+
"strictDirectoryName": false
|
|
2456
|
+
},
|
|
2457
|
+
"datastreamtemplate": {
|
|
2458
|
+
"id": "datastreamtemplate",
|
|
2459
|
+
"name": "DataStreamTemplate",
|
|
2460
|
+
"suffix": "dataStreamTemplate",
|
|
2461
|
+
"directoryName": "dataStreamTemplates",
|
|
2462
|
+
"strictDirectoryName": false
|
|
2463
|
+
},
|
|
2464
|
+
"datasrcdatamodelfieldmap": {
|
|
2465
|
+
"id": "datasrcdatamodelfieldmap",
|
|
2466
|
+
"name": "DataSrcDataModelFieldMap",
|
|
2467
|
+
"suffix": "dataSrcDataModelFieldMap",
|
|
2468
|
+
"directoryName": "dataSrcDataModelFieldMaps",
|
|
2469
|
+
"strictDirectoryName": false
|
|
2470
|
+
},
|
|
2428
2471
|
"mktdatatranobject": {
|
|
2429
2472
|
"id": "mktdatatranobject",
|
|
2430
2473
|
"name": "MktDataTranObject",
|
|
@@ -3025,6 +3068,7 @@
|
|
|
3025
3068
|
"suffixes": {
|
|
3026
3069
|
"ai": "aiapplication",
|
|
3027
3070
|
"aiapplicationconfig": "aiapplicationconfig",
|
|
3071
|
+
"aiUsecaseDefinitions": "aiusecasedefinition",
|
|
3028
3072
|
"mlDataDefinition": "mldatadefinition",
|
|
3029
3073
|
"icon": "icon",
|
|
3030
3074
|
"businessProcessGroup": "businessprocessgroup",
|
|
@@ -3285,6 +3329,11 @@
|
|
|
3285
3329
|
"accountForecastSetting": "accountforecastsettings",
|
|
3286
3330
|
"fieldServiceMobileExtension": "fieldservicemobileextension",
|
|
3287
3331
|
"dataStreamDefinition": "datastreamdefinition",
|
|
3332
|
+
"dataPackageKitDefinition": "datapackagekitdefinition",
|
|
3333
|
+
"dataSourceBundleDefinition": "datasourcebundledefinition",
|
|
3334
|
+
"DataPackageKitObject": "datapackagekitobject",
|
|
3335
|
+
"dataStreamTemplate": "datastreamtemplate",
|
|
3336
|
+
"dataSrcDataModelFieldMap": "datasrcdatamodelfieldmap",
|
|
3288
3337
|
"ChannelObjectLinkingRule": "channelobjectlinkingrule",
|
|
3289
3338
|
"ConversationVendorInformation": "conversationvendorinfo",
|
|
3290
3339
|
"ConversationVendorFieldDefinition": "conversationvendorfielddef",
|
|
@@ -19,6 +19,14 @@ export declare const registry: Readonly<{
|
|
|
19
19
|
inFolder: boolean;
|
|
20
20
|
strictDirectoryName: boolean;
|
|
21
21
|
};
|
|
22
|
+
aiusecasedefinition: {
|
|
23
|
+
id: string;
|
|
24
|
+
name: string;
|
|
25
|
+
suffix: string;
|
|
26
|
+
directoryName: string;
|
|
27
|
+
inFolder: boolean;
|
|
28
|
+
strictDirectoryName: boolean;
|
|
29
|
+
};
|
|
22
30
|
mlpredictiondefinition: {
|
|
23
31
|
id: string;
|
|
24
32
|
name: string;
|
|
@@ -2428,6 +2436,41 @@ export declare const registry: Readonly<{
|
|
|
2428
2436
|
directoryName: string;
|
|
2429
2437
|
strictDirectoryName: boolean;
|
|
2430
2438
|
};
|
|
2439
|
+
datapackagekitdefinition: {
|
|
2440
|
+
id: string;
|
|
2441
|
+
name: string;
|
|
2442
|
+
suffix: string;
|
|
2443
|
+
directoryName: string;
|
|
2444
|
+
strictDirectoryName: boolean;
|
|
2445
|
+
};
|
|
2446
|
+
datasourcebundledefinition: {
|
|
2447
|
+
id: string;
|
|
2448
|
+
name: string;
|
|
2449
|
+
suffix: string;
|
|
2450
|
+
directoryName: string;
|
|
2451
|
+
strictDirectoryName: boolean;
|
|
2452
|
+
};
|
|
2453
|
+
datapackagekitobject: {
|
|
2454
|
+
id: string;
|
|
2455
|
+
name: string;
|
|
2456
|
+
suffix: string;
|
|
2457
|
+
directoryName: string;
|
|
2458
|
+
strictDirectoryName: boolean;
|
|
2459
|
+
};
|
|
2460
|
+
datastreamtemplate: {
|
|
2461
|
+
id: string;
|
|
2462
|
+
name: string;
|
|
2463
|
+
suffix: string;
|
|
2464
|
+
directoryName: string;
|
|
2465
|
+
strictDirectoryName: boolean;
|
|
2466
|
+
};
|
|
2467
|
+
datasrcdatamodelfieldmap: {
|
|
2468
|
+
id: string;
|
|
2469
|
+
name: string;
|
|
2470
|
+
suffix: string;
|
|
2471
|
+
directoryName: string;
|
|
2472
|
+
strictDirectoryName: boolean;
|
|
2473
|
+
};
|
|
2431
2474
|
mktdatatranobject: {
|
|
2432
2475
|
id: string;
|
|
2433
2476
|
name: string;
|
|
@@ -3028,6 +3071,7 @@ export declare const registry: Readonly<{
|
|
|
3028
3071
|
suffixes: {
|
|
3029
3072
|
ai: string;
|
|
3030
3073
|
aiapplicationconfig: string;
|
|
3074
|
+
aiUsecaseDefinitions: string;
|
|
3031
3075
|
mlDataDefinition: string;
|
|
3032
3076
|
icon: string;
|
|
3033
3077
|
businessProcessGroup: string;
|
|
@@ -3288,6 +3332,11 @@ export declare const registry: Readonly<{
|
|
|
3288
3332
|
accountForecastSetting: string;
|
|
3289
3333
|
fieldServiceMobileExtension: string;
|
|
3290
3334
|
dataStreamDefinition: string;
|
|
3335
|
+
dataPackageKitDefinition: string;
|
|
3336
|
+
dataSourceBundleDefinition: string;
|
|
3337
|
+
DataPackageKitObject: string;
|
|
3338
|
+
dataStreamTemplate: string;
|
|
3339
|
+
dataSrcDataModelFieldMap: string;
|
|
3291
3340
|
ChannelObjectLinkingRule: string;
|
|
3292
3341
|
ConversationVendorInformation: string;
|
|
3293
3342
|
ConversationVendorFieldDefinition: string;
|