@webex/event-dictionary-ts 1.0.2118 → 1.0.2120

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.
@@ -7059,7 +7059,7 @@
7059
7059
  },
7060
7060
  "memoryMegaBytes": {
7061
7061
  "type": "number",
7062
- "minimum": 1.0,
7062
+ "minimum": -9223372036854776000.0,
7063
7063
  "maximum": 9223372036854776000.0
7064
7064
  }
7065
7065
  }
@@ -7621,7 +7621,7 @@
7621
7621
  },
7622
7622
  "memoryMegaBytes": {
7623
7623
  "type": "number",
7624
- "minimum": 1.0,
7624
+ "minimum": -9223372036854776000.0,
7625
7625
  "maximum": 9223372036854776000.0
7626
7626
  }
7627
7627
  }
@@ -17362,7 +17362,7 @@
17362
17362
  },
17363
17363
  "memoryMegaBytes": {
17364
17364
  "type": "number",
17365
- "minimum": 1.0,
17365
+ "minimum": -9223372036854776000.0,
17366
17366
  "maximum": 9223372036854776000.0
17367
17367
  }
17368
17368
  }
@@ -33384,7 +33384,7 @@
33384
33384
  },
33385
33385
  "memoryMegaBytes": {
33386
33386
  "type": "number",
33387
- "minimum": 1.0,
33387
+ "minimum": -9223372036854776000.0,
33388
33388
  "maximum": 9223372036854776000.0
33389
33389
  }
33390
33390
  }
@@ -3689,7 +3689,7 @@
3689
3689
  },
3690
3690
  "memoryMegaBytes": {
3691
3691
  "type": "number",
3692
- "minimum": 1.0,
3692
+ "minimum": -9223372036854776000.0,
3693
3693
  "maximum": 9223372036854776000.0
3694
3694
  }
3695
3695
  }
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2118"
30
+ "version": "1.0.2120"
31
31
  }