@appsemble/types 0.20.11 → 0.20.12

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 (3) hide show
  1. package/index.d.ts +4 -0
  2. package/index.ts +5 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -135,6 +135,10 @@ export interface UserInfo {
135
135
  * The end-user’s locale, represented as a BCP47 language tag.
136
136
  */
137
137
  locale?: string;
138
+ /**
139
+ * The end-user’s time zone.
140
+ */
141
+ zoneinfo?: string;
138
142
  }
139
143
  /**
140
144
  * The payload stored in our JSON web tokens
package/index.ts CHANGED
@@ -163,6 +163,11 @@ export interface UserInfo {
163
163
  * The end-user’s locale, represented as a BCP47 language tag.
164
164
  */
165
165
  locale?: string;
166
+
167
+ /**
168
+ * The end-user’s time zone.
169
+ */
170
+ zoneinfo?: string;
166
171
  }
167
172
 
168
173
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/types",
3
- "version": "0.20.11",
3
+ "version": "0.20.12",
4
4
  "description": "TypeScript definitions reused within Appsemble internally",
5
5
  "keywords": [
6
6
  "app",