tabletcommand-backend-models 7.4.41 → 7.4.43

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.
package/src/types/user.ts CHANGED
@@ -119,10 +119,8 @@ export interface UserType {
119
119
  offDutyEnabled: boolean,
120
120
  offlineMapsEnabled: boolean,
121
121
  pass: string,
122
- pubNubV2: PubNubTokenSchemaType
123
122
  pubNubV3: PubNubTokenSchemaType
124
123
  restrictedCommentsEnabled: boolean,
125
- rtsAuthKey: string,
126
124
  salt: string,
127
125
  sessionCountiPad: number,
128
126
  sessionCountiPhone: number,