@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.
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
},
|
|
7622
7622
|
"memoryMegaBytes": {
|
|
7623
7623
|
"type": "number",
|
|
7624
|
-
"minimum":
|
|
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":
|
|
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":
|
|
33387
|
+
"minimum": -9223372036854776000.0,
|
|
33388
33388
|
"maximum": 9223372036854776000.0
|
|
33389
33389
|
}
|
|
33390
33390
|
}
|
package/package.json
CHANGED