@webex/event-dictionary-ts 1.0.2132 → 1.0.2133
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.
|
@@ -515,7 +515,8 @@
|
|
|
515
515
|
"type": "integer"
|
|
516
516
|
},
|
|
517
517
|
"preInstalledTime": {
|
|
518
|
-
"type": "string"
|
|
518
|
+
"type": "string",
|
|
519
|
+
"format": "date-time"
|
|
519
520
|
},
|
|
520
521
|
"preInstalledType": {
|
|
521
522
|
"enum": [
|
|
@@ -4517,7 +4518,8 @@
|
|
|
4517
4518
|
"type": "integer"
|
|
4518
4519
|
},
|
|
4519
4520
|
"preInstalledTime": {
|
|
4520
|
-
"type": "string"
|
|
4521
|
+
"type": "string",
|
|
4522
|
+
"format": "date-time"
|
|
4521
4523
|
},
|
|
4522
4524
|
"preInstalledType": {
|
|
4523
4525
|
"enum": [
|
package/package.json
CHANGED