@salesforce/source-deploy-retrieve 7.1.1 → 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.
|
@@ -1892,6 +1892,38 @@
|
|
|
1892
1892
|
"inFolder": false,
|
|
1893
1893
|
"strictDirectoryName": true
|
|
1894
1894
|
},
|
|
1895
|
+
"clausecatgconfiguration": {
|
|
1896
|
+
"id": "clausecatgconfiguration",
|
|
1897
|
+
"name": "ClauseCatgConfiguration",
|
|
1898
|
+
"suffix": "clauseCatgConfiguration",
|
|
1899
|
+
"directoryName": "clauseCatgConfigurations",
|
|
1900
|
+
"inFolder": false,
|
|
1901
|
+
"strictDirectoryName": false
|
|
1902
|
+
},
|
|
1903
|
+
"disclosuretype": {
|
|
1904
|
+
"id": "disclosuretype",
|
|
1905
|
+
"name": "DisclosureType",
|
|
1906
|
+
"suffix": "disclosureType",
|
|
1907
|
+
"directoryName": "disclosureTypes",
|
|
1908
|
+
"inFolder": false,
|
|
1909
|
+
"strictDirectoryName": false
|
|
1910
|
+
},
|
|
1911
|
+
"disclosuredefinition": {
|
|
1912
|
+
"id": "disclosuredefinition",
|
|
1913
|
+
"name": "DisclosureDefinition",
|
|
1914
|
+
"suffix": "disclosureDefinition",
|
|
1915
|
+
"directoryName": "disclosureDefinitions",
|
|
1916
|
+
"inFolder": false,
|
|
1917
|
+
"strictDirectoryName": false
|
|
1918
|
+
},
|
|
1919
|
+
"disclosuredefinitionversion": {
|
|
1920
|
+
"id": "disclosuredefinitionversion",
|
|
1921
|
+
"name": "DisclosureDefinitionVersion",
|
|
1922
|
+
"suffix": "disclosureDefinitionVersion",
|
|
1923
|
+
"directoryName": "disclosureDefinitionVersions",
|
|
1924
|
+
"inFolder": false,
|
|
1925
|
+
"strictDirectoryName": false
|
|
1926
|
+
},
|
|
1895
1927
|
"botblock": {
|
|
1896
1928
|
"id": "botblock",
|
|
1897
1929
|
"name": "BotBlock",
|
|
@@ -3160,9 +3192,18 @@
|
|
|
3160
3192
|
"directoryName": "streamingAppDataConnectors",
|
|
3161
3193
|
"inFolder": false,
|
|
3162
3194
|
"strictDirectoryName": false
|
|
3195
|
+
},
|
|
3196
|
+
"omnisupervisorconfig": {
|
|
3197
|
+
"id": "omnisupervisorconfig",
|
|
3198
|
+
"name": "OmniSupervisorConfig",
|
|
3199
|
+
"suffix": "omniSupervisorConfig",
|
|
3200
|
+
"directoryName": "omniSupervisorConfigs",
|
|
3201
|
+
"inFolder": false,
|
|
3202
|
+
"strictDirectoryName": false
|
|
3163
3203
|
}
|
|
3164
3204
|
},
|
|
3165
3205
|
"suffixes": {
|
|
3206
|
+
"omniSupervisorConfig": "omnisupervisorconfig",
|
|
3166
3207
|
"serviceAISetupDescription": "serviceaisetupdefinition",
|
|
3167
3208
|
"serviceAISetupField": "serviceaisetupfield",
|
|
3168
3209
|
"ai": "aiapplication",
|
|
@@ -3367,6 +3408,10 @@
|
|
|
3367
3408
|
"mlDomain": "mldomain",
|
|
3368
3409
|
"bot": "bot",
|
|
3369
3410
|
"botTemplate": "bottemplate",
|
|
3411
|
+
"clauseCatgConfiguration": "clausecatgconfiguration",
|
|
3412
|
+
"disclosureType": "disclosuretype",
|
|
3413
|
+
"disclosureDefinition": "disclosuredefinition",
|
|
3414
|
+
"disclosureDefinitionVersion": "disclosuredefinitionversion",
|
|
3370
3415
|
"botBlock": "botblock",
|
|
3371
3416
|
"botVersion": "botversion",
|
|
3372
3417
|
"animationRule": "animationrule",
|
|
@@ -1895,6 +1895,38 @@ export declare const registry: Readonly<{
|
|
|
1895
1895
|
inFolder: boolean;
|
|
1896
1896
|
strictDirectoryName: boolean;
|
|
1897
1897
|
};
|
|
1898
|
+
clausecatgconfiguration: {
|
|
1899
|
+
id: string;
|
|
1900
|
+
name: string;
|
|
1901
|
+
suffix: string;
|
|
1902
|
+
directoryName: string;
|
|
1903
|
+
inFolder: boolean;
|
|
1904
|
+
strictDirectoryName: boolean;
|
|
1905
|
+
};
|
|
1906
|
+
disclosuretype: {
|
|
1907
|
+
id: string;
|
|
1908
|
+
name: string;
|
|
1909
|
+
suffix: string;
|
|
1910
|
+
directoryName: string;
|
|
1911
|
+
inFolder: boolean;
|
|
1912
|
+
strictDirectoryName: boolean;
|
|
1913
|
+
};
|
|
1914
|
+
disclosuredefinition: {
|
|
1915
|
+
id: string;
|
|
1916
|
+
name: string;
|
|
1917
|
+
suffix: string;
|
|
1918
|
+
directoryName: string;
|
|
1919
|
+
inFolder: boolean;
|
|
1920
|
+
strictDirectoryName: boolean;
|
|
1921
|
+
};
|
|
1922
|
+
disclosuredefinitionversion: {
|
|
1923
|
+
id: string;
|
|
1924
|
+
name: string;
|
|
1925
|
+
suffix: string;
|
|
1926
|
+
directoryName: string;
|
|
1927
|
+
inFolder: boolean;
|
|
1928
|
+
strictDirectoryName: boolean;
|
|
1929
|
+
};
|
|
1898
1930
|
botblock: {
|
|
1899
1931
|
id: string;
|
|
1900
1932
|
name: string;
|
|
@@ -3164,8 +3196,17 @@ export declare const registry: Readonly<{
|
|
|
3164
3196
|
inFolder: boolean;
|
|
3165
3197
|
strictDirectoryName: boolean;
|
|
3166
3198
|
};
|
|
3199
|
+
omnisupervisorconfig: {
|
|
3200
|
+
id: string;
|
|
3201
|
+
name: string;
|
|
3202
|
+
suffix: string;
|
|
3203
|
+
directoryName: string;
|
|
3204
|
+
inFolder: boolean;
|
|
3205
|
+
strictDirectoryName: boolean;
|
|
3206
|
+
};
|
|
3167
3207
|
};
|
|
3168
3208
|
suffixes: {
|
|
3209
|
+
omniSupervisorConfig: string;
|
|
3169
3210
|
serviceAISetupDescription: string;
|
|
3170
3211
|
serviceAISetupField: string;
|
|
3171
3212
|
ai: string;
|
|
@@ -3370,6 +3411,10 @@ export declare const registry: Readonly<{
|
|
|
3370
3411
|
mlDomain: string;
|
|
3371
3412
|
bot: string;
|
|
3372
3413
|
botTemplate: string;
|
|
3414
|
+
clauseCatgConfiguration: string;
|
|
3415
|
+
disclosureType: string;
|
|
3416
|
+
disclosureDefinition: string;
|
|
3417
|
+
disclosureDefinitionVersion: string;
|
|
3373
3418
|
botBlock: string;
|
|
3374
3419
|
botVersion: string;
|
|
3375
3420
|
animationRule: string;
|