@webex/event-dictionary-ts 1.0.2132 → 1.0.2134

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.
@@ -3941,7 +3941,8 @@
3941
3941
  "type": "integer"
3942
3942
  },
3943
3943
  "preInstalledTime": {
3944
- "type": "string"
3944
+ "type": "string",
3945
+ "format": "date-time"
3945
3946
  },
3946
3947
  "preInstalledType": {
3947
3948
  "enum": [
@@ -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
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2132"
30
+ "version": "1.0.2134"
31
31
  }