@salesforce/source-deploy-retrieve 7.1.1 → 7.2.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",
@@ -3367,6 +3399,10 @@
3367
3399
  "mlDomain": "mldomain",
3368
3400
  "bot": "bot",
3369
3401
  "botTemplate": "bottemplate",
3402
+ "clauseCatgConfiguration": "clausecatgconfiguration",
3403
+ "disclosureType": "disclosuretype",
3404
+ "disclosureDefinition": "disclosuredefinition",
3405
+ "disclosureDefinitionVersion": "disclosuredefinitionversion",
3370
3406
  "botBlock": "botblock",
3371
3407
  "botVersion": "botversion",
3372
3408
  "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;
@@ -3370,6 +3402,10 @@ export declare const registry: Readonly<{
3370
3402
  mlDomain: string;
3371
3403
  bot: string;
3372
3404
  botTemplate: string;
3405
+ clauseCatgConfiguration: string;
3406
+ disclosureType: string;
3407
+ disclosureDefinition: string;
3408
+ disclosureDefinitionVersion: string;
3373
3409
  botBlock: string;
3374
3410
  botVersion: string;
3375
3411
  animationRule: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",