@@ -49,30 +49,30 @@ GCM: EncryptionType.ValueType # 1
4949CUSTOM : EncryptionType .ValueType # 2
5050global___EncryptionType = EncryptionType
5151
52- class _E2eeState :
52+ class _EncryptionState :
5353 ValueType = typing .NewType ("ValueType" , builtins .int )
5454 V : typing_extensions .TypeAlias = ValueType
5555
56- class _E2eeStateEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [_E2eeState .ValueType ], builtins .type ):
56+ class _EncryptionStateEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [_EncryptionState .ValueType ], builtins .type ):
5757 DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
58- NEW : _E2eeState .ValueType # 0
59- OK : _E2eeState .ValueType # 1
60- ENCRYPTION_FAILED : _E2eeState .ValueType # 2
61- DECRYPTION_FAILED : _E2eeState .ValueType # 3
62- MISSING_KEY : _E2eeState .ValueType # 4
63- KEY_RATCHETED : _E2eeState .ValueType # 5
64- INTERNAL_ERROR : _E2eeState .ValueType # 6
65-
66- class E2eeState ( _E2eeState , metaclass = _E2eeStateEnumTypeWrapper ): ...
67-
68- NEW : E2eeState .ValueType # 0
69- OK : E2eeState .ValueType # 1
70- ENCRYPTION_FAILED : E2eeState .ValueType # 2
71- DECRYPTION_FAILED : E2eeState .ValueType # 3
72- MISSING_KEY : E2eeState .ValueType # 4
73- KEY_RATCHETED : E2eeState .ValueType # 5
74- INTERNAL_ERROR : E2eeState .ValueType # 6
75- global___E2eeState = E2eeState
58+ NEW : _EncryptionState .ValueType # 0
59+ OK : _EncryptionState .ValueType # 1
60+ ENCRYPTION_FAILED : _EncryptionState .ValueType # 2
61+ DECRYPTION_FAILED : _EncryptionState .ValueType # 3
62+ MISSING_KEY : _EncryptionState .ValueType # 4
63+ KEY_RATCHETED : _EncryptionState .ValueType # 5
64+ INTERNAL_ERROR : _EncryptionState .ValueType # 6
65+
66+ class EncryptionState ( _EncryptionState , metaclass = _EncryptionStateEnumTypeWrapper ): ...
67+
68+ NEW : EncryptionState .ValueType # 0
69+ OK : EncryptionState .ValueType # 1
70+ ENCRYPTION_FAILED : EncryptionState .ValueType # 2
71+ DECRYPTION_FAILED : EncryptionState .ValueType # 3
72+ MISSING_KEY : EncryptionState .ValueType # 4
73+ KEY_RATCHETED : EncryptionState .ValueType # 5
74+ INTERNAL_ERROR : EncryptionState .ValueType # 6
75+ global___EncryptionState = EncryptionState
7676
7777@typing_extensions .final
7878class FrameCryptor (google .protobuf .message .Message ):
0 commit comments