exposure-keys 1.18.3 → 1.18.5

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 (2) hide show
  1. package/package.json +3 -3
  2. package/proto/export.js +10 -10
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "author": "Florian Imdahl <git@ffflorian.de>",
3
3
  "dependencies": {
4
4
  "jszip": "3.10.1",
5
- "protobufjs": "8.6.0"
5
+ "protobufjs": "8.6.4"
6
6
  },
7
7
  "description": "Temporary Exposure Keys (TEK) library",
8
8
  "devDependencies": {
9
- "protobufjs-cli": "2.5.1",
9
+ "protobufjs-cli": "2.5.5",
10
10
  "tsx": "4.22.4",
11
11
  "typescript": "6.0.3"
12
12
  },
@@ -48,5 +48,5 @@
48
48
  "test": "vitest run"
49
49
  },
50
50
  "type": "module",
51
- "version": "1.18.3"
51
+ "version": "1.18.5"
52
52
  }
package/proto/export.js CHANGED
@@ -23,7 +23,7 @@ $root.TemporaryExposureKeyExport = (function() {
23
23
  * @property {Array.<SignatureInfo.$Properties>|null} [signatureInfos] TemporaryExposureKeyExport signatureInfos
24
24
  * @property {Array.<TemporaryExposureKey.$Properties>|null} [keys] TemporaryExposureKeyExport keys
25
25
  * @property {Array.<TemporaryExposureKey.$Properties>|null} [revisedKeys] TemporaryExposureKeyExport revisedKeys
26
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
26
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
27
27
  */
28
28
 
29
29
  /**
@@ -45,7 +45,7 @@ $root.TemporaryExposureKeyExport = (function() {
45
45
  * @classdesc Represents a TemporaryExposureKeyExport.
46
46
  * @constructor
47
47
  * @param {TemporaryExposureKeyExport.$Properties=} [properties] Properties to set
48
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
48
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
49
49
  */
50
50
  var TemporaryExposureKeyExport = function (properties) {
51
51
  this.signatureInfos = [];
@@ -547,7 +547,7 @@ $root.SignatureInfo = (function() {
547
547
  * @property {string|null} [verificationKeyVersion] SignatureInfo verificationKeyVersion
548
548
  * @property {string|null} [verificationKeyId] SignatureInfo verificationKeyId
549
549
  * @property {string|null} [signatureAlgorithm] SignatureInfo signatureAlgorithm
550
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
550
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
551
551
  */
552
552
 
553
553
  /**
@@ -569,7 +569,7 @@ $root.SignatureInfo = (function() {
569
569
  * @classdesc Represents a SignatureInfo.
570
570
  * @constructor
571
571
  * @param {SignatureInfo.$Properties=} [properties] Properties to set
572
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
572
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
573
573
  */
574
574
  var SignatureInfo = function (properties) {
575
575
  if (properties)
@@ -857,7 +857,7 @@ $root.TemporaryExposureKey = (function() {
857
857
  * @property {number|null} [rollingPeriod] TemporaryExposureKey rollingPeriod
858
858
  * @property {TemporaryExposureKey.ReportType|null} [reportType] TemporaryExposureKey reportType
859
859
  * @property {number|null} [daysSinceOnsetOfSymptoms] TemporaryExposureKey daysSinceOnsetOfSymptoms
860
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
860
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
861
861
  */
862
862
 
863
863
  /**
@@ -879,7 +879,7 @@ $root.TemporaryExposureKey = (function() {
879
879
  * @classdesc Represents a TemporaryExposureKey.
880
880
  * @constructor
881
881
  * @param {TemporaryExposureKey.$Properties=} [properties] Properties to set
882
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
882
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
883
883
  */
884
884
  var TemporaryExposureKey = function (properties) {
885
885
  if (properties)
@@ -1304,7 +1304,7 @@ $root.TEKSignatureList = (function() {
1304
1304
  * Properties of a TEKSignatureList.
1305
1305
  * @typedef {Object} TEKSignatureList.$Properties
1306
1306
  * @property {Array.<TEKSignature.$Properties>|null} [signatures] TEKSignatureList signatures
1307
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
1307
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
1308
1308
  */
1309
1309
 
1310
1310
  /**
@@ -1326,7 +1326,7 @@ $root.TEKSignatureList = (function() {
1326
1326
  * @classdesc Represents a TEKSignatureList.
1327
1327
  * @constructor
1328
1328
  * @param {TEKSignatureList.$Properties=} [properties] Properties to set
1329
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
1329
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
1330
1330
  */
1331
1331
  var TEKSignatureList = function (properties) {
1332
1332
  this.signatures = [];
@@ -1584,7 +1584,7 @@ $root.TEKSignature = (function() {
1584
1584
  * @property {number|null} [batchNum] TEKSignature batchNum
1585
1585
  * @property {number|null} [batchSize] TEKSignature batchSize
1586
1586
  * @property {Uint8Array|null} [signature] TEKSignature signature
1587
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
1587
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
1588
1588
  */
1589
1589
 
1590
1590
  /**
@@ -1606,7 +1606,7 @@ $root.TEKSignature = (function() {
1606
1606
  * @classdesc Represents a TEKSignature.
1607
1607
  * @constructor
1608
1608
  * @param {TEKSignature.$Properties=} [properties] Properties to set
1609
- * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding
1609
+ * @property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled
1610
1610
  */
1611
1611
  var TEKSignature = function (properties) {
1612
1612
  if (properties)