@salesforce/plugin-data 4.0.33 → 4.0.35

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.
Files changed (3) hide show
  1. package/README.md +24 -24
  2. package/oclif.manifest.json +503 -503
  3. package/package.json +7 -7
@@ -401,83 +401,6 @@
401
401
  "search:data"
402
402
  ]
403
403
  },
404
- "data:bulk:results": {
405
- "aliases": [],
406
- "args": {},
407
- "description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
408
- "examples": [
409
- "Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
410
- ],
411
- "flags": {
412
- "json": {
413
- "description": "Format output as json.",
414
- "helpGroup": "GLOBAL",
415
- "name": "json",
416
- "allowNo": false,
417
- "type": "boolean"
418
- },
419
- "flags-dir": {
420
- "helpGroup": "GLOBAL",
421
- "name": "flags-dir",
422
- "summary": "Import flag values from a directory.",
423
- "hasDynamicHelp": false,
424
- "multiple": false,
425
- "type": "option"
426
- },
427
- "job-id": {
428
- "char": "i",
429
- "name": "job-id",
430
- "required": true,
431
- "summary": "Job ID of the bulk job.",
432
- "hasDynamicHelp": false,
433
- "multiple": false,
434
- "type": "option"
435
- },
436
- "target-org": {
437
- "char": "o",
438
- "name": "target-org",
439
- "noCacheDefault": true,
440
- "required": true,
441
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
442
- "hasDynamicHelp": true,
443
- "multiple": false,
444
- "type": "option"
445
- },
446
- "api-version": {
447
- "description": "Override the api version used for api requests made by this command",
448
- "name": "api-version",
449
- "hasDynamicHelp": false,
450
- "multiple": false,
451
- "type": "option"
452
- }
453
- },
454
- "hasDynamicHelp": true,
455
- "hiddenAliases": [],
456
- "id": "data:bulk:results",
457
- "pluginAlias": "@salesforce/plugin-data",
458
- "pluginName": "@salesforce/plugin-data",
459
- "pluginType": "core",
460
- "strict": true,
461
- "summary": "Get the results of a bulk ingest job that you previously ran.",
462
- "enableJsonFlag": true,
463
- "isESM": true,
464
- "relativePath": [
465
- "lib",
466
- "commands",
467
- "data",
468
- "bulk",
469
- "results.js"
470
- ],
471
- "aliasPermutations": [],
472
- "permutations": [
473
- "data:bulk:results",
474
- "bulk:data:results",
475
- "bulk:results:data",
476
- "data:results:bulk",
477
- "results:data:bulk",
478
- "results:bulk:data"
479
- ]
480
- },
481
404
  "data:create:file": {
482
405
  "aliases": [],
483
406
  "args": {},
@@ -735,18 +658,90 @@
735
658
  "record:create:data"
736
659
  ]
737
660
  },
738
- "data:get:record": {
739
- "aliases": [
740
- "force:data:record:get"
661
+ "data:bulk:results": {
662
+ "aliases": [],
663
+ "args": {},
664
+ "description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
665
+ "examples": [
666
+ "Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
667
+ ],
668
+ "flags": {
669
+ "json": {
670
+ "description": "Format output as json.",
671
+ "helpGroup": "GLOBAL",
672
+ "name": "json",
673
+ "allowNo": false,
674
+ "type": "boolean"
675
+ },
676
+ "flags-dir": {
677
+ "helpGroup": "GLOBAL",
678
+ "name": "flags-dir",
679
+ "summary": "Import flag values from a directory.",
680
+ "hasDynamicHelp": false,
681
+ "multiple": false,
682
+ "type": "option"
683
+ },
684
+ "job-id": {
685
+ "char": "i",
686
+ "name": "job-id",
687
+ "required": true,
688
+ "summary": "Job ID of the bulk job.",
689
+ "hasDynamicHelp": false,
690
+ "multiple": false,
691
+ "type": "option"
692
+ },
693
+ "target-org": {
694
+ "char": "o",
695
+ "name": "target-org",
696
+ "noCacheDefault": true,
697
+ "required": true,
698
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
699
+ "hasDynamicHelp": true,
700
+ "multiple": false,
701
+ "type": "option"
702
+ },
703
+ "api-version": {
704
+ "description": "Override the api version used for api requests made by this command",
705
+ "name": "api-version",
706
+ "hasDynamicHelp": false,
707
+ "multiple": false,
708
+ "type": "option"
709
+ }
710
+ },
711
+ "hasDynamicHelp": true,
712
+ "hiddenAliases": [],
713
+ "id": "data:bulk:results",
714
+ "pluginAlias": "@salesforce/plugin-data",
715
+ "pluginName": "@salesforce/plugin-data",
716
+ "pluginType": "core",
717
+ "strict": true,
718
+ "summary": "Get the results of a bulk ingest job that you previously ran.",
719
+ "enableJsonFlag": true,
720
+ "isESM": true,
721
+ "relativePath": [
722
+ "lib",
723
+ "commands",
724
+ "data",
725
+ "bulk",
726
+ "results.js"
741
727
  ],
728
+ "aliasPermutations": [],
729
+ "permutations": [
730
+ "data:bulk:results",
731
+ "bulk:data:results",
732
+ "bulk:results:data",
733
+ "data:results:bulk",
734
+ "results:data:bulk",
735
+ "results:bulk:data"
736
+ ]
737
+ },
738
+ "data:delete:bulk": {
739
+ "aliases": [],
742
740
  "args": {},
743
- "deprecateAliases": true,
744
- "description": "Specify the record you want to retrieve with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the command fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThe command displays all the record's fields and their values, one field per terminal line. Fields with no values are displayed as \"null\".\n\nThis command retrieves a record from Salesforce objects by default. Use the --use-tooling-api flag to retrieve from a Tooling API object.",
741
+ "description": "The CSV file must have only one column (\"Id\") and then the list of record IDs you want to delete, one ID per line.\n\nWhen you execute this command, it starts a job, displays the ID, and then immediately returns control of the terminal to you by default. If you prefer to wait, set the --wait flag to the number of minutes; if it times out, the command outputs the IDs. Use the job ID to check the status of the job with the \"<%= config.bin %> data delete resume\" command.",
745
742
  "examples": [
746
- "Retrieve and display a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
747
- "Retrieve a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
748
- "Retrieve a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
749
- "Retrieve a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
743
+ "Bulk delete Account records from your default org using the list of IDs in the \"files/delete.csv\" file:\n<%= config.bin %> <%= command.id %> --sobject Account --file files/delete.csv",
744
+ "Bulk delete records from a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch"
750
745
  ],
751
746
  "flags": {
752
747
  "json": {
@@ -800,112 +795,388 @@
800
795
  "multiple": false,
801
796
  "type": "option"
802
797
  },
803
- "sobject": {
798
+ "file": {
804
799
  "aliases": [
805
- "sobjecttype"
800
+ "csvfile"
806
801
  ],
807
- "char": "s",
802
+ "char": "f",
808
803
  "deprecateAliases": true,
809
- "name": "sobject",
804
+ "name": "file",
810
805
  "required": true,
811
- "summary": "API name of the Salesforce or Tooling API object that you're retrieving a record from.",
806
+ "summary": "CSV file that contains the IDs of the records to update or delete.",
812
807
  "hasDynamicHelp": false,
813
808
  "multiple": false,
814
809
  "type": "option"
815
810
  },
816
- "record-id": {
811
+ "sobject": {
817
812
  "aliases": [
818
- "sobjectid"
813
+ "sobjecttype"
819
814
  ],
820
- "char": "i",
815
+ "char": "s",
821
816
  "deprecateAliases": true,
822
- "name": "record-id",
823
- "summary": "ID of the record you’re retrieving.",
817
+ "name": "sobject",
818
+ "required": true,
819
+ "summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
824
820
  "hasDynamicHelp": false,
825
821
  "multiple": false,
826
822
  "type": "option"
827
823
  },
828
- "where": {
824
+ "wait": {
829
825
  "char": "w",
830
- "name": "where",
831
- "summary": "List of <fieldName>=<value> pairs that identify the record you want to display.",
832
- "hasDynamicHelp": false,
826
+ "exclusive": [
827
+ "async"
828
+ ],
829
+ "name": "wait",
830
+ "summary": "Number of minutes to wait for the command to complete before displaying the results.",
831
+ "default": "0 minutes",
832
+ "hasDynamicHelp": true,
833
833
  "multiple": false,
834
834
  "type": "option"
835
835
  },
836
- "use-tooling-api": {
837
- "aliases": [
838
- "usetoolingapi"
836
+ "async": {
837
+ "char": "a",
838
+ "deprecated": true,
839
+ "exclusive": [
840
+ "wait"
839
841
  ],
840
- "char": "t",
841
- "deprecateAliases": true,
842
- "name": "use-tooling-api",
843
- "summary": "Use Tooling API so you can retrieve a record from a Tooling API object.",
842
+ "name": "async",
843
+ "summary": "Run the command asynchronously.",
844
844
  "allowNo": false,
845
845
  "type": "boolean"
846
846
  },
847
- "perflog": {
848
- "deprecated": {
849
- "version": "57"
850
- },
851
- "description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
852
- "hidden": true,
853
- "name": "perflog",
854
- "summary": "Get API performance data.",
847
+ "line-ending": {
848
+ "dependsOn": [
849
+ "file"
850
+ ],
851
+ "name": "line-ending",
852
+ "summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
853
+ "hasDynamicHelp": false,
854
+ "multiple": false,
855
+ "options": [
856
+ "CRLF",
857
+ "LF"
858
+ ],
859
+ "type": "option"
860
+ },
861
+ "hard-delete": {
862
+ "description": "You must have the \"Bulk API Hard Delete\" system permission to use this flag. The permission is disabled by default and can be enabled only by a system administrator.",
863
+ "name": "hard-delete",
864
+ "summary": "Mark the records as immediately eligible for deletion by your org. If you don't specify this flag, the deleted records go into the Recycle Bin.",
855
865
  "allowNo": false,
856
866
  "type": "boolean"
857
867
  }
858
868
  },
859
869
  "hasDynamicHelp": true,
860
870
  "hiddenAliases": [],
861
- "id": "data:get:record",
871
+ "id": "data:delete:bulk",
862
872
  "pluginAlias": "@salesforce/plugin-data",
863
873
  "pluginName": "@salesforce/plugin-data",
864
874
  "pluginType": "core",
865
875
  "strict": true,
866
- "summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
876
+ "summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.",
867
877
  "enableJsonFlag": true,
868
878
  "isESM": true,
869
879
  "relativePath": [
870
880
  "lib",
871
881
  "commands",
872
882
  "data",
873
- "get",
874
- "record.js"
883
+ "delete",
884
+ "bulk.js"
875
885
  ],
876
- "aliasPermutations": [
877
- "force:data:record:get",
878
- "data:force:record:get",
879
- "data:record:force:get",
880
- "data:record:get:force",
881
- "force:record:data:get",
882
- "record:force:data:get",
883
- "record:data:force:get",
884
- "record:data:get:force",
885
- "force:record:get:data",
886
- "record:force:get:data",
887
- "record:get:force:data",
888
- "record:get:data:force",
889
- "force:data:get:record",
890
- "data:force:get:record",
891
- "data:get:force:record",
892
- "data:get:record:force",
893
- "force:get:data:record",
894
- "get:force:data:record",
895
- "get:data:force:record",
896
- "get:data:record:force",
897
- "force:get:record:data",
898
- "get:force:record:data",
899
- "get:record:force:data",
900
- "get:record:data:force"
886
+ "aliasPermutations": [],
887
+ "permutations": [
888
+ "data:delete:bulk",
889
+ "delete:data:bulk",
890
+ "delete:bulk:data",
891
+ "data:bulk:delete",
892
+ "bulk:data:delete",
893
+ "bulk:delete:data"
894
+ ]
895
+ },
896
+ "data:delete:record": {
897
+ "aliases": [
898
+ "force:data:record:delete"
899
+ ],
900
+ "args": {},
901
+ "deprecateAliases": true,
902
+ "description": "Specify the record you want to delete with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the delete fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command deletes a record from Salesforce objects by default. Use the --use-tooling-api flag to delete from a Tooling API object.",
903
+ "examples": [
904
+ "Delete a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
905
+ "Delete a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
906
+ "Delete a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
907
+ "Delete a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
908
+ ],
909
+ "flags": {
910
+ "json": {
911
+ "description": "Format output as json.",
912
+ "helpGroup": "GLOBAL",
913
+ "name": "json",
914
+ "allowNo": false,
915
+ "type": "boolean"
916
+ },
917
+ "flags-dir": {
918
+ "helpGroup": "GLOBAL",
919
+ "name": "flags-dir",
920
+ "summary": "Import flag values from a directory.",
921
+ "hasDynamicHelp": false,
922
+ "multiple": false,
923
+ "type": "option"
924
+ },
925
+ "target-org": {
926
+ "aliases": [
927
+ "targetusername",
928
+ "u"
929
+ ],
930
+ "char": "o",
931
+ "deprecateAliases": true,
932
+ "name": "target-org",
933
+ "noCacheDefault": true,
934
+ "required": true,
935
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
936
+ "hasDynamicHelp": true,
937
+ "multiple": false,
938
+ "type": "option"
939
+ },
940
+ "api-version": {
941
+ "aliases": [
942
+ "apiversion"
943
+ ],
944
+ "deprecateAliases": true,
945
+ "description": "Override the api version used for api requests made by this command",
946
+ "name": "api-version",
947
+ "hasDynamicHelp": false,
948
+ "multiple": false,
949
+ "type": "option"
950
+ },
951
+ "loglevel": {
952
+ "deprecated": {
953
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
954
+ },
955
+ "hidden": true,
956
+ "name": "loglevel",
957
+ "hasDynamicHelp": false,
958
+ "multiple": false,
959
+ "type": "option"
960
+ },
961
+ "sobject": {
962
+ "aliases": [
963
+ "sobjecttype"
964
+ ],
965
+ "char": "s",
966
+ "deprecateAliases": true,
967
+ "name": "sobject",
968
+ "required": true,
969
+ "summary": "API name of the Salesforce or Tooling API object that you're deleting a record from.",
970
+ "hasDynamicHelp": false,
971
+ "multiple": false,
972
+ "type": "option"
973
+ },
974
+ "record-id": {
975
+ "aliases": [
976
+ "sobjectid"
977
+ ],
978
+ "char": "i",
979
+ "deprecateAliases": true,
980
+ "name": "record-id",
981
+ "summary": "ID of the record you’re deleting.",
982
+ "hasDynamicHelp": false,
983
+ "multiple": false,
984
+ "type": "option"
985
+ },
986
+ "where": {
987
+ "char": "w",
988
+ "name": "where",
989
+ "summary": "List of <fieldName>=<value> pairs that identify the record you want to delete.",
990
+ "hasDynamicHelp": false,
991
+ "multiple": false,
992
+ "type": "option"
993
+ },
994
+ "use-tooling-api": {
995
+ "aliases": [
996
+ "usetoolingapi"
997
+ ],
998
+ "char": "t",
999
+ "deprecateAliases": true,
1000
+ "name": "use-tooling-api",
1001
+ "summary": "Use Tooling API so you can delete a record from a Tooling API object.",
1002
+ "allowNo": false,
1003
+ "type": "boolean"
1004
+ },
1005
+ "perflog": {
1006
+ "deprecated": {
1007
+ "version": "57"
1008
+ },
1009
+ "description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
1010
+ "hidden": true,
1011
+ "name": "perflog",
1012
+ "summary": "Get API performance data.",
1013
+ "allowNo": false,
1014
+ "type": "boolean"
1015
+ }
1016
+ },
1017
+ "hasDynamicHelp": true,
1018
+ "hiddenAliases": [],
1019
+ "id": "data:delete:record",
1020
+ "pluginAlias": "@salesforce/plugin-data",
1021
+ "pluginName": "@salesforce/plugin-data",
1022
+ "pluginType": "core",
1023
+ "strict": true,
1024
+ "summary": "Deletes a single record from a Salesforce or Tooling API object.",
1025
+ "enableJsonFlag": true,
1026
+ "isESM": true,
1027
+ "relativePath": [
1028
+ "lib",
1029
+ "commands",
1030
+ "data",
1031
+ "delete",
1032
+ "record.js"
1033
+ ],
1034
+ "aliasPermutations": [
1035
+ "force:data:record:delete",
1036
+ "data:force:record:delete",
1037
+ "data:record:force:delete",
1038
+ "data:record:delete:force",
1039
+ "force:record:data:delete",
1040
+ "record:force:data:delete",
1041
+ "record:data:force:delete",
1042
+ "record:data:delete:force",
1043
+ "force:record:delete:data",
1044
+ "record:force:delete:data",
1045
+ "record:delete:force:data",
1046
+ "record:delete:data:force",
1047
+ "force:data:delete:record",
1048
+ "data:force:delete:record",
1049
+ "data:delete:force:record",
1050
+ "data:delete:record:force",
1051
+ "force:delete:data:record",
1052
+ "delete:force:data:record",
1053
+ "delete:data:force:record",
1054
+ "delete:data:record:force",
1055
+ "force:delete:record:data",
1056
+ "delete:force:record:data",
1057
+ "delete:record:force:data",
1058
+ "delete:record:data:force"
901
1059
  ],
902
1060
  "permutations": [
903
- "data:get:record",
904
- "get:data:record",
905
- "get:record:data",
906
- "data:record:get",
907
- "record:data:get",
908
- "record:get:data"
1061
+ "data:delete:record",
1062
+ "delete:data:record",
1063
+ "delete:record:data",
1064
+ "data:record:delete",
1065
+ "record:data:delete",
1066
+ "record:delete:data"
1067
+ ]
1068
+ },
1069
+ "data:delete:resume": {
1070
+ "aliases": [],
1071
+ "args": {},
1072
+ "deprecateAliases": true,
1073
+ "description": "The command uses the job ID returned by the \"<%= config.bin %> data delete bulk\" command or the most recently-run bulk delete job.",
1074
+ "examples": [
1075
+ "Resume a bulk delete job from your default org using an ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
1076
+ "Resume the most recently run bulk delete job for an org with alias my-scratch:\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
1077
+ ],
1078
+ "flags": {
1079
+ "json": {
1080
+ "description": "Format output as json.",
1081
+ "helpGroup": "GLOBAL",
1082
+ "name": "json",
1083
+ "allowNo": false,
1084
+ "type": "boolean"
1085
+ },
1086
+ "flags-dir": {
1087
+ "helpGroup": "GLOBAL",
1088
+ "name": "flags-dir",
1089
+ "summary": "Import flag values from a directory.",
1090
+ "hasDynamicHelp": false,
1091
+ "multiple": false,
1092
+ "type": "option"
1093
+ },
1094
+ "target-org": {
1095
+ "aliases": [
1096
+ "targetusername",
1097
+ "u"
1098
+ ],
1099
+ "char": "o",
1100
+ "deprecateAliases": true,
1101
+ "name": "target-org",
1102
+ "noCacheDefault": true,
1103
+ "summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
1104
+ "hasDynamicHelp": true,
1105
+ "multiple": false,
1106
+ "type": "option"
1107
+ },
1108
+ "job-id": {
1109
+ "aliases": [
1110
+ "jobid"
1111
+ ],
1112
+ "char": "i",
1113
+ "deprecateAliases": true,
1114
+ "name": "job-id",
1115
+ "summary": "ID of the job you want to resume.",
1116
+ "hasDynamicHelp": false,
1117
+ "multiple": false,
1118
+ "type": "option"
1119
+ },
1120
+ "use-most-recent": {
1121
+ "exclusive": [
1122
+ "job-id"
1123
+ ],
1124
+ "name": "use-most-recent",
1125
+ "summary": "Use the ID of the most recently-run bulk job.",
1126
+ "allowNo": false,
1127
+ "type": "boolean"
1128
+ },
1129
+ "wait": {
1130
+ "name": "wait",
1131
+ "summary": "Number of minutes to wait for the command to complete before displaying the results.",
1132
+ "default": "5 minutes",
1133
+ "hasDynamicHelp": true,
1134
+ "multiple": false,
1135
+ "type": "option"
1136
+ },
1137
+ "api-version": {
1138
+ "description": "Override the api version used for api requests made by this command",
1139
+ "name": "api-version",
1140
+ "hasDynamicHelp": false,
1141
+ "multiple": false,
1142
+ "type": "option"
1143
+ },
1144
+ "loglevel": {
1145
+ "deprecated": {
1146
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1147
+ },
1148
+ "hidden": true,
1149
+ "name": "loglevel",
1150
+ "hasDynamicHelp": false,
1151
+ "multiple": false,
1152
+ "type": "option"
1153
+ }
1154
+ },
1155
+ "hasDynamicHelp": true,
1156
+ "hiddenAliases": [],
1157
+ "id": "data:delete:resume",
1158
+ "pluginAlias": "@salesforce/plugin-data",
1159
+ "pluginName": "@salesforce/plugin-data",
1160
+ "pluginType": "core",
1161
+ "strict": true,
1162
+ "summary": "Resume a bulk delete job that you previously started. Uses Bulk API 2.0.",
1163
+ "enableJsonFlag": true,
1164
+ "isESM": true,
1165
+ "relativePath": [
1166
+ "lib",
1167
+ "commands",
1168
+ "data",
1169
+ "delete",
1170
+ "resume.js"
1171
+ ],
1172
+ "aliasPermutations": [],
1173
+ "permutations": [
1174
+ "data:delete:resume",
1175
+ "delete:data:resume",
1176
+ "delete:resume:data",
1177
+ "data:resume:delete",
1178
+ "resume:data:delete",
1179
+ "resume:delete:data"
909
1180
  ]
910
1181
  },
911
1182
  "data:export:bulk": {
@@ -1265,232 +1536,74 @@
1265
1536
  "name": "output-dir",
1266
1537
  "summary": "Directory in which to generate the JSON files; default is current directory.",
1267
1538
  "hasDynamicHelp": false,
1268
- "multiple": false,
1269
- "type": "option"
1270
- }
1271
- },
1272
- "hasDynamicHelp": true,
1273
- "hiddenAliases": [],
1274
- "id": "data:export:tree",
1275
- "pluginAlias": "@salesforce/plugin-data",
1276
- "pluginName": "@salesforce/plugin-data",
1277
- "pluginType": "core",
1278
- "strict": true,
1279
- "summary": "Export data from an org into one or more JSON files.",
1280
- "enableJsonFlag": true,
1281
- "isESM": true,
1282
- "relativePath": [
1283
- "lib",
1284
- "commands",
1285
- "data",
1286
- "export",
1287
- "tree.js"
1288
- ],
1289
- "aliasPermutations": [
1290
- "force:data:tree:export",
1291
- "data:force:tree:export",
1292
- "data:tree:force:export",
1293
- "data:tree:export:force",
1294
- "force:tree:data:export",
1295
- "tree:force:data:export",
1296
- "tree:data:force:export",
1297
- "tree:data:export:force",
1298
- "force:tree:export:data",
1299
- "tree:force:export:data",
1300
- "tree:export:force:data",
1301
- "tree:export:data:force",
1302
- "force:data:export:tree",
1303
- "data:force:export:tree",
1304
- "data:export:force:tree",
1305
- "data:export:tree:force",
1306
- "force:export:data:tree",
1307
- "export:force:data:tree",
1308
- "export:data:force:tree",
1309
- "export:data:tree:force",
1310
- "force:export:tree:data",
1311
- "export:force:tree:data",
1312
- "export:tree:force:data",
1313
- "export:tree:data:force"
1314
- ],
1315
- "permutations": [
1316
- "data:export:tree",
1317
- "export:data:tree",
1318
- "export:tree:data",
1319
- "data:tree:export",
1320
- "tree:data:export",
1321
- "tree:export:data"
1322
- ]
1323
- },
1324
- "data:delete:bulk": {
1325
- "aliases": [],
1326
- "args": {},
1327
- "description": "The CSV file must have only one column (\"Id\") and then the list of record IDs you want to delete, one ID per line.\n\nWhen you execute this command, it starts a job, displays the ID, and then immediately returns control of the terminal to you by default. If you prefer to wait, set the --wait flag to the number of minutes; if it times out, the command outputs the IDs. Use the job ID to check the status of the job with the \"<%= config.bin %> data delete resume\" command.",
1328
- "examples": [
1329
- "Bulk delete Account records from your default org using the list of IDs in the \"files/delete.csv\" file:\n<%= config.bin %> <%= command.id %> --sobject Account --file files/delete.csv",
1330
- "Bulk delete records from a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch"
1331
- ],
1332
- "flags": {
1333
- "json": {
1334
- "description": "Format output as json.",
1335
- "helpGroup": "GLOBAL",
1336
- "name": "json",
1337
- "allowNo": false,
1338
- "type": "boolean"
1339
- },
1340
- "flags-dir": {
1341
- "helpGroup": "GLOBAL",
1342
- "name": "flags-dir",
1343
- "summary": "Import flag values from a directory.",
1344
- "hasDynamicHelp": false,
1345
- "multiple": false,
1346
- "type": "option"
1347
- },
1348
- "target-org": {
1349
- "aliases": [
1350
- "targetusername",
1351
- "u"
1352
- ],
1353
- "char": "o",
1354
- "deprecateAliases": true,
1355
- "name": "target-org",
1356
- "noCacheDefault": true,
1357
- "required": true,
1358
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1359
- "hasDynamicHelp": true,
1360
- "multiple": false,
1361
- "type": "option"
1362
- },
1363
- "api-version": {
1364
- "aliases": [
1365
- "apiversion"
1366
- ],
1367
- "deprecateAliases": true,
1368
- "description": "Override the api version used for api requests made by this command",
1369
- "name": "api-version",
1370
- "hasDynamicHelp": false,
1371
- "multiple": false,
1372
- "type": "option"
1373
- },
1374
- "loglevel": {
1375
- "deprecated": {
1376
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1377
- },
1378
- "hidden": true,
1379
- "name": "loglevel",
1380
- "hasDynamicHelp": false,
1381
- "multiple": false,
1382
- "type": "option"
1383
- },
1384
- "file": {
1385
- "aliases": [
1386
- "csvfile"
1387
- ],
1388
- "char": "f",
1389
- "deprecateAliases": true,
1390
- "name": "file",
1391
- "required": true,
1392
- "summary": "CSV file that contains the IDs of the records to update or delete.",
1393
- "hasDynamicHelp": false,
1394
- "multiple": false,
1395
- "type": "option"
1396
- },
1397
- "sobject": {
1398
- "aliases": [
1399
- "sobjecttype"
1400
- ],
1401
- "char": "s",
1402
- "deprecateAliases": true,
1403
- "name": "sobject",
1404
- "required": true,
1405
- "summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
1406
- "hasDynamicHelp": false,
1407
- "multiple": false,
1408
- "type": "option"
1409
- },
1410
- "wait": {
1411
- "char": "w",
1412
- "exclusive": [
1413
- "async"
1414
- ],
1415
- "name": "wait",
1416
- "summary": "Number of minutes to wait for the command to complete before displaying the results.",
1417
- "default": "0 minutes",
1418
- "hasDynamicHelp": true,
1419
- "multiple": false,
1420
- "type": "option"
1421
- },
1422
- "async": {
1423
- "char": "a",
1424
- "deprecated": true,
1425
- "exclusive": [
1426
- "wait"
1427
- ],
1428
- "name": "async",
1429
- "summary": "Run the command asynchronously.",
1430
- "allowNo": false,
1431
- "type": "boolean"
1432
- },
1433
- "line-ending": {
1434
- "dependsOn": [
1435
- "file"
1436
- ],
1437
- "name": "line-ending",
1438
- "summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
1439
- "hasDynamicHelp": false,
1440
- "multiple": false,
1441
- "options": [
1442
- "CRLF",
1443
- "LF"
1444
- ],
1539
+ "multiple": false,
1445
1540
  "type": "option"
1446
- },
1447
- "hard-delete": {
1448
- "description": "You must have the \"Bulk API Hard Delete\" system permission to use this flag. The permission is disabled by default and can be enabled only by a system administrator.",
1449
- "name": "hard-delete",
1450
- "summary": "Mark the records as immediately eligible for deletion by your org. If you don't specify this flag, the deleted records go into the Recycle Bin.",
1451
- "allowNo": false,
1452
- "type": "boolean"
1453
1541
  }
1454
1542
  },
1455
1543
  "hasDynamicHelp": true,
1456
1544
  "hiddenAliases": [],
1457
- "id": "data:delete:bulk",
1545
+ "id": "data:export:tree",
1458
1546
  "pluginAlias": "@salesforce/plugin-data",
1459
1547
  "pluginName": "@salesforce/plugin-data",
1460
1548
  "pluginType": "core",
1461
1549
  "strict": true,
1462
- "summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.",
1550
+ "summary": "Export data from an org into one or more JSON files.",
1463
1551
  "enableJsonFlag": true,
1464
1552
  "isESM": true,
1465
1553
  "relativePath": [
1466
1554
  "lib",
1467
1555
  "commands",
1468
1556
  "data",
1469
- "delete",
1470
- "bulk.js"
1557
+ "export",
1558
+ "tree.js"
1559
+ ],
1560
+ "aliasPermutations": [
1561
+ "force:data:tree:export",
1562
+ "data:force:tree:export",
1563
+ "data:tree:force:export",
1564
+ "data:tree:export:force",
1565
+ "force:tree:data:export",
1566
+ "tree:force:data:export",
1567
+ "tree:data:force:export",
1568
+ "tree:data:export:force",
1569
+ "force:tree:export:data",
1570
+ "tree:force:export:data",
1571
+ "tree:export:force:data",
1572
+ "tree:export:data:force",
1573
+ "force:data:export:tree",
1574
+ "data:force:export:tree",
1575
+ "data:export:force:tree",
1576
+ "data:export:tree:force",
1577
+ "force:export:data:tree",
1578
+ "export:force:data:tree",
1579
+ "export:data:force:tree",
1580
+ "export:data:tree:force",
1581
+ "force:export:tree:data",
1582
+ "export:force:tree:data",
1583
+ "export:tree:force:data",
1584
+ "export:tree:data:force"
1471
1585
  ],
1472
- "aliasPermutations": [],
1473
1586
  "permutations": [
1474
- "data:delete:bulk",
1475
- "delete:data:bulk",
1476
- "delete:bulk:data",
1477
- "data:bulk:delete",
1478
- "bulk:data:delete",
1479
- "bulk:delete:data"
1587
+ "data:export:tree",
1588
+ "export:data:tree",
1589
+ "export:tree:data",
1590
+ "data:tree:export",
1591
+ "tree:data:export",
1592
+ "tree:export:data"
1480
1593
  ]
1481
1594
  },
1482
- "data:delete:record": {
1595
+ "data:get:record": {
1483
1596
  "aliases": [
1484
- "force:data:record:delete"
1597
+ "force:data:record:get"
1485
1598
  ],
1486
1599
  "args": {},
1487
1600
  "deprecateAliases": true,
1488
- "description": "Specify the record you want to delete with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the delete fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command deletes a record from Salesforce objects by default. Use the --use-tooling-api flag to delete from a Tooling API object.",
1601
+ "description": "Specify the record you want to retrieve with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the command fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThe command displays all the record's fields and their values, one field per terminal line. Fields with no values are displayed as \"null\".\n\nThis command retrieves a record from Salesforce objects by default. Use the --use-tooling-api flag to retrieve from a Tooling API object.",
1489
1602
  "examples": [
1490
- "Delete a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
1491
- "Delete a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
1492
- "Delete a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
1493
- "Delete a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
1603
+ "Retrieve and display a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
1604
+ "Retrieve a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
1605
+ "Retrieve a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
1606
+ "Retrieve a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
1494
1607
  ],
1495
1608
  "flags": {
1496
1609
  "json": {
@@ -1552,7 +1665,7 @@
1552
1665
  "deprecateAliases": true,
1553
1666
  "name": "sobject",
1554
1667
  "required": true,
1555
- "summary": "API name of the Salesforce or Tooling API object that you're deleting a record from.",
1668
+ "summary": "API name of the Salesforce or Tooling API object that you're retrieving a record from.",
1556
1669
  "hasDynamicHelp": false,
1557
1670
  "multiple": false,
1558
1671
  "type": "option"
@@ -1564,7 +1677,7 @@
1564
1677
  "char": "i",
1565
1678
  "deprecateAliases": true,
1566
1679
  "name": "record-id",
1567
- "summary": "ID of the record you’re deleting.",
1680
+ "summary": "ID of the record you’re retrieving.",
1568
1681
  "hasDynamicHelp": false,
1569
1682
  "multiple": false,
1570
1683
  "type": "option"
@@ -1572,7 +1685,7 @@
1572
1685
  "where": {
1573
1686
  "char": "w",
1574
1687
  "name": "where",
1575
- "summary": "List of <fieldName>=<value> pairs that identify the record you want to delete.",
1688
+ "summary": "List of <fieldName>=<value> pairs that identify the record you want to display.",
1576
1689
  "hasDynamicHelp": false,
1577
1690
  "multiple": false,
1578
1691
  "type": "option"
@@ -1584,7 +1697,7 @@
1584
1697
  "char": "t",
1585
1698
  "deprecateAliases": true,
1586
1699
  "name": "use-tooling-api",
1587
- "summary": "Use Tooling API so you can delete a record from a Tooling API object.",
1700
+ "summary": "Use Tooling API so you can retrieve a record from a Tooling API object.",
1588
1701
  "allowNo": false,
1589
1702
  "type": "boolean"
1590
1703
  },
@@ -1602,167 +1715,54 @@
1602
1715
  },
1603
1716
  "hasDynamicHelp": true,
1604
1717
  "hiddenAliases": [],
1605
- "id": "data:delete:record",
1718
+ "id": "data:get:record",
1606
1719
  "pluginAlias": "@salesforce/plugin-data",
1607
1720
  "pluginName": "@salesforce/plugin-data",
1608
1721
  "pluginType": "core",
1609
1722
  "strict": true,
1610
- "summary": "Deletes a single record from a Salesforce or Tooling API object.",
1723
+ "summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
1611
1724
  "enableJsonFlag": true,
1612
1725
  "isESM": true,
1613
1726
  "relativePath": [
1614
1727
  "lib",
1615
1728
  "commands",
1616
1729
  "data",
1617
- "delete",
1730
+ "get",
1618
1731
  "record.js"
1619
1732
  ],
1620
1733
  "aliasPermutations": [
1621
- "force:data:record:delete",
1622
- "data:force:record:delete",
1623
- "data:record:force:delete",
1624
- "data:record:delete:force",
1625
- "force:record:data:delete",
1626
- "record:force:data:delete",
1627
- "record:data:force:delete",
1628
- "record:data:delete:force",
1629
- "force:record:delete:data",
1630
- "record:force:delete:data",
1631
- "record:delete:force:data",
1632
- "record:delete:data:force",
1633
- "force:data:delete:record",
1634
- "data:force:delete:record",
1635
- "data:delete:force:record",
1636
- "data:delete:record:force",
1637
- "force:delete:data:record",
1638
- "delete:force:data:record",
1639
- "delete:data:force:record",
1640
- "delete:data:record:force",
1641
- "force:delete:record:data",
1642
- "delete:force:record:data",
1643
- "delete:record:force:data",
1644
- "delete:record:data:force"
1645
- ],
1646
- "permutations": [
1647
- "data:delete:record",
1648
- "delete:data:record",
1649
- "delete:record:data",
1650
- "data:record:delete",
1651
- "record:data:delete",
1652
- "record:delete:data"
1653
- ]
1654
- },
1655
- "data:delete:resume": {
1656
- "aliases": [],
1657
- "args": {},
1658
- "deprecateAliases": true,
1659
- "description": "The command uses the job ID returned by the \"<%= config.bin %> data delete bulk\" command or the most recently-run bulk delete job.",
1660
- "examples": [
1661
- "Resume a bulk delete job from your default org using an ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
1662
- "Resume the most recently run bulk delete job for an org with alias my-scratch:\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
1663
- ],
1664
- "flags": {
1665
- "json": {
1666
- "description": "Format output as json.",
1667
- "helpGroup": "GLOBAL",
1668
- "name": "json",
1669
- "allowNo": false,
1670
- "type": "boolean"
1671
- },
1672
- "flags-dir": {
1673
- "helpGroup": "GLOBAL",
1674
- "name": "flags-dir",
1675
- "summary": "Import flag values from a directory.",
1676
- "hasDynamicHelp": false,
1677
- "multiple": false,
1678
- "type": "option"
1679
- },
1680
- "target-org": {
1681
- "aliases": [
1682
- "targetusername",
1683
- "u"
1684
- ],
1685
- "char": "o",
1686
- "deprecateAliases": true,
1687
- "name": "target-org",
1688
- "noCacheDefault": true,
1689
- "summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
1690
- "hasDynamicHelp": true,
1691
- "multiple": false,
1692
- "type": "option"
1693
- },
1694
- "job-id": {
1695
- "aliases": [
1696
- "jobid"
1697
- ],
1698
- "char": "i",
1699
- "deprecateAliases": true,
1700
- "name": "job-id",
1701
- "summary": "ID of the job you want to resume.",
1702
- "hasDynamicHelp": false,
1703
- "multiple": false,
1704
- "type": "option"
1705
- },
1706
- "use-most-recent": {
1707
- "exclusive": [
1708
- "job-id"
1709
- ],
1710
- "name": "use-most-recent",
1711
- "summary": "Use the ID of the most recently-run bulk job.",
1712
- "allowNo": false,
1713
- "type": "boolean"
1714
- },
1715
- "wait": {
1716
- "name": "wait",
1717
- "summary": "Number of minutes to wait for the command to complete before displaying the results.",
1718
- "default": "5 minutes",
1719
- "hasDynamicHelp": true,
1720
- "multiple": false,
1721
- "type": "option"
1722
- },
1723
- "api-version": {
1724
- "description": "Override the api version used for api requests made by this command",
1725
- "name": "api-version",
1726
- "hasDynamicHelp": false,
1727
- "multiple": false,
1728
- "type": "option"
1729
- },
1730
- "loglevel": {
1731
- "deprecated": {
1732
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1733
- },
1734
- "hidden": true,
1735
- "name": "loglevel",
1736
- "hasDynamicHelp": false,
1737
- "multiple": false,
1738
- "type": "option"
1739
- }
1740
- },
1741
- "hasDynamicHelp": true,
1742
- "hiddenAliases": [],
1743
- "id": "data:delete:resume",
1744
- "pluginAlias": "@salesforce/plugin-data",
1745
- "pluginName": "@salesforce/plugin-data",
1746
- "pluginType": "core",
1747
- "strict": true,
1748
- "summary": "Resume a bulk delete job that you previously started. Uses Bulk API 2.0.",
1749
- "enableJsonFlag": true,
1750
- "isESM": true,
1751
- "relativePath": [
1752
- "lib",
1753
- "commands",
1754
- "data",
1755
- "delete",
1756
- "resume.js"
1734
+ "force:data:record:get",
1735
+ "data:force:record:get",
1736
+ "data:record:force:get",
1737
+ "data:record:get:force",
1738
+ "force:record:data:get",
1739
+ "record:force:data:get",
1740
+ "record:data:force:get",
1741
+ "record:data:get:force",
1742
+ "force:record:get:data",
1743
+ "record:force:get:data",
1744
+ "record:get:force:data",
1745
+ "record:get:data:force",
1746
+ "force:data:get:record",
1747
+ "data:force:get:record",
1748
+ "data:get:force:record",
1749
+ "data:get:record:force",
1750
+ "force:get:data:record",
1751
+ "get:force:data:record",
1752
+ "get:data:force:record",
1753
+ "get:data:record:force",
1754
+ "force:get:record:data",
1755
+ "get:force:record:data",
1756
+ "get:record:force:data",
1757
+ "get:record:data:force"
1757
1758
  ],
1758
- "aliasPermutations": [],
1759
1759
  "permutations": [
1760
- "data:delete:resume",
1761
- "delete:data:resume",
1762
- "delete:resume:data",
1763
- "data:resume:delete",
1764
- "resume:data:delete",
1765
- "resume:delete:data"
1760
+ "data:get:record",
1761
+ "get:data:record",
1762
+ "get:record:data",
1763
+ "data:record:get",
1764
+ "record:data:get",
1765
+ "record:get:data"
1766
1766
  ]
1767
1767
  },
1768
1768
  "data:import:bulk": {
@@ -3232,5 +3232,5 @@
3232
3232
  ]
3233
3233
  }
3234
3234
  },
3235
- "version": "4.0.33"
3235
+ "version": "4.0.35"
3236
3236
  }