@google-cloud/dlp 4.0.2 → 4.1.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.
package/build/protos/protos.json
CHANGED
|
@@ -1817,6 +1817,103 @@
|
|
|
1817
1817
|
"description": {
|
|
1818
1818
|
"type": "string",
|
|
1819
1819
|
"id": 4
|
|
1820
|
+
},
|
|
1821
|
+
"categories": {
|
|
1822
|
+
"rule": "repeated",
|
|
1823
|
+
"type": "InfoTypeCategory",
|
|
1824
|
+
"id": 10
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"InfoTypeCategory": {
|
|
1829
|
+
"oneofs": {
|
|
1830
|
+
"category": {
|
|
1831
|
+
"oneof": [
|
|
1832
|
+
"locationCategory",
|
|
1833
|
+
"industryCategory",
|
|
1834
|
+
"typeCategory"
|
|
1835
|
+
]
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"fields": {
|
|
1839
|
+
"locationCategory": {
|
|
1840
|
+
"type": "LocationCategory",
|
|
1841
|
+
"id": 1
|
|
1842
|
+
},
|
|
1843
|
+
"industryCategory": {
|
|
1844
|
+
"type": "IndustryCategory",
|
|
1845
|
+
"id": 2
|
|
1846
|
+
},
|
|
1847
|
+
"typeCategory": {
|
|
1848
|
+
"type": "TypeCategory",
|
|
1849
|
+
"id": 3
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"nested": {
|
|
1853
|
+
"LocationCategory": {
|
|
1854
|
+
"values": {
|
|
1855
|
+
"LOCATION_UNSPECIFIED": 0,
|
|
1856
|
+
"GLOBAL": 1,
|
|
1857
|
+
"ARGENTINA": 2,
|
|
1858
|
+
"AUSTRALIA": 3,
|
|
1859
|
+
"BELGIUM": 4,
|
|
1860
|
+
"BRAZIL": 5,
|
|
1861
|
+
"CANADA": 6,
|
|
1862
|
+
"CHILE": 7,
|
|
1863
|
+
"CHINA": 8,
|
|
1864
|
+
"COLOMBIA": 9,
|
|
1865
|
+
"DENMARK": 10,
|
|
1866
|
+
"FRANCE": 11,
|
|
1867
|
+
"FINLAND": 12,
|
|
1868
|
+
"GERMANY": 13,
|
|
1869
|
+
"HONG_KONG": 14,
|
|
1870
|
+
"INDIA": 15,
|
|
1871
|
+
"INDONESIA": 16,
|
|
1872
|
+
"IRELAND": 17,
|
|
1873
|
+
"ISRAEL": 18,
|
|
1874
|
+
"ITALY": 19,
|
|
1875
|
+
"JAPAN": 20,
|
|
1876
|
+
"KOREA": 21,
|
|
1877
|
+
"MEXICO": 22,
|
|
1878
|
+
"THE_NETHERLANDS": 23,
|
|
1879
|
+
"NORWAY": 24,
|
|
1880
|
+
"PARAGUAY": 25,
|
|
1881
|
+
"PERU": 26,
|
|
1882
|
+
"POLAND": 27,
|
|
1883
|
+
"PORTUGAL": 28,
|
|
1884
|
+
"SINGAPORE": 29,
|
|
1885
|
+
"SOUTH_AFRICA": 30,
|
|
1886
|
+
"SPAIN": 31,
|
|
1887
|
+
"SWEDEN": 32,
|
|
1888
|
+
"TAIWAN": 33,
|
|
1889
|
+
"THAILAND": 34,
|
|
1890
|
+
"TURKEY": 35,
|
|
1891
|
+
"UNITED_KINGDOM": 36,
|
|
1892
|
+
"UNITED_STATES": 37,
|
|
1893
|
+
"URUGUAY": 38,
|
|
1894
|
+
"VENEZUELA": 39,
|
|
1895
|
+
"INTERNAL": 40
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"IndustryCategory": {
|
|
1899
|
+
"values": {
|
|
1900
|
+
"INDUSTRY_UNSPECIFIED": 0,
|
|
1901
|
+
"FINANCE": 1,
|
|
1902
|
+
"HEALTH": 2,
|
|
1903
|
+
"TELECOMMUNICATIONS": 3
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"TypeCategory": {
|
|
1907
|
+
"values": {
|
|
1908
|
+
"TYPE_UNSPECIFIED": 0,
|
|
1909
|
+
"PII": 1,
|
|
1910
|
+
"SPII": 2,
|
|
1911
|
+
"DEMOGRAPHIC": 3,
|
|
1912
|
+
"CREDENTIAL": 4,
|
|
1913
|
+
"GOVERNMENT_ID": 5,
|
|
1914
|
+
"DOCUMENT": 6,
|
|
1915
|
+
"CONTEXTUAL_INFORMATION": 7
|
|
1916
|
+
}
|
|
1820
1917
|
}
|
|
1821
1918
|
}
|
|
1822
1919
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google-cloud/dlp",
|
|
3
3
|
"description": "DLP API client for Node.js",
|
|
4
|
-
"version": "4.0
|
|
4
|
+
"version": "4.1.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Google Inc",
|
|
7
7
|
"engines": {
|
|
@@ -43,8 +43,7 @@
|
|
|
43
43
|
"precompile": "gts clean"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"google-gax": "^3.0.1"
|
|
47
|
-
"protobufjs": "^6.8.0"
|
|
46
|
+
"google-gax": "^3.0.1"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
49
|
"@types/mocha": "^9.0.0",
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
"jsdoc": "^3.5.5",
|
|
56
55
|
"jsdoc-fresh": "^2.0.0",
|
|
57
56
|
"jsdoc-region-tag": "^2.0.0",
|
|
58
|
-
"linkinator": "^
|
|
57
|
+
"linkinator": "^4.0.0",
|
|
59
58
|
"mocha": "^9.2.2",
|
|
60
59
|
"null-loader": "^4.0.0",
|
|
61
60
|
"pack-n-play": "^1.0.0-2",
|