diff --git a/ViafouraCore.podspec b/ViafouraCore.podspec
index ef0f60b5..ec5e00f5 100644
--- a/ViafouraCore.podspec
+++ b/ViafouraCore.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'ViafouraCore'
- s.version = '1.1.3'
+ s.version = '1.1.4'
s.swift_versions = ['5.0']
s.summary = 'Viafoura SDK'
s.description = 'This SDK allows you to integrate Viafoura tools into your iOS app.'
diff --git a/ViafouraSDK.xcframework/Info.plist b/ViafouraSDK.xcframework/Info.plist
index e8064ae9..6d073a5d 100644
--- a/ViafouraSDK.xcframework/Info.plist
+++ b/ViafouraSDK.xcframework/Info.plist
@@ -8,32 +8,32 @@
BinaryPath
ViafouraSDK.framework/ViafouraSDK
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
ViafouraSDK.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
BinaryPath
ViafouraSDK.framework/ViafouraSDK
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
ViafouraSDK.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
index 9140ea3d..97c7f921 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.abi.json
@@ -3630,6 +3630,104 @@
"RawDocComment"
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "ServerError",
+ "printedName": "ServerError",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerError",
+ "printedName": "ViafouraSDK.ServerError",
+ "usr": "s:11ViafouraSDK11ServerErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK11ServerErrorV",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ServerErrorData",
+ "printedName": "ServerErrorData",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -10698,19 +10796,39 @@
"children": [
{
"kind": "Var",
- "name": "unknown",
- "printedName": "unknown",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
- "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
"children": [
{
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
},
{
"kind": "TypeNominal",
@@ -10729,105 +10847,46 @@
}
],
"declKind": "EnumElement",
- "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "unknown",
+ "printedName": "unknown",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
"children": [
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -10896,20 +10955,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -22819,101 +22864,62 @@
"mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFSocialLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFSocialLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -22982,20 +22988,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -24704,101 +24696,62 @@
"mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFOpenIdLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -24867,20 +24820,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -25171,6 +25110,50 @@
"name": "UserResponse",
"printedName": "UserResponse",
"children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Constructor",
"name": "init",
@@ -31136,101 +31119,62 @@
"mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginRadiusLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -31299,20 +31243,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -47781,101 +47711,62 @@
"mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFCookieLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFCookieLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -47944,20 +47835,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
index cd7e64e2..1b675e2f 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
index 4098e796..1cbdbf2d 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
index cd7e64e2..1b675e2f 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
index 4098e796..1cbdbf2d 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Danish.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Danish.json
index 0a1232ad..259a4f57 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Danish.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Danish.json
@@ -865,7 +865,6 @@
"like": "ligesom",
"likes": "kan lide",
"gallery": "Galleri",
- "view_more": "Se mere",
"camera": "Kamera",
"follower": "Følger",
"followers": "Tilhængere",
@@ -883,9 +882,14 @@
"post_report_message": "Tak, fordi du rapporterede denne kommentar. Vi tager alle indberetninger alvorligt og vil undersøge problemet hurtigst muligt.",
"read_more": "Læs mere",
"add_reply": "Tilføj dit svar",
+ "view_more": "Se mere",
+ "commenting_not_available": "Det er ikke muligt at kommentere",
"show_reported_content": "Vis rapporteret indhold",
"hide_reported_content": "Skjul rapporteret indhold",
- "or": "eller"
+ "or": "eller",
+ "banned_posting_until": "Din konto er blevet udelukket fra at poste indtil ",
+ "ban_message_moderator": "Besked fra moderator: ",
+ "banned_posting_permanent": "Din konto er blevet permanent udelukket fra at sende indlæg"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Dutch.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Dutch.json
index 94ae8682..a472e2f8 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Dutch.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Dutch.json
@@ -865,7 +865,6 @@
"like": "leuk vinden",
"likes": "houdt",
"gallery": "Galerij",
- "view_more": "Bekijk meer",
"camera": "Camera",
"follower": "Volgeling",
"followers": "Volgers",
@@ -883,9 +882,14 @@
"post_report_message": "Bedankt voor het melden van deze reactie. We nemen alle meldingen serieus en zullen het probleem zo snel mogelijk onderzoeken.",
"read_more": "Lees verder",
"add_reply": "Voeg uw antwoord toe",
+ "view_more": "Se mere",
+ "commenting_not_available": "Commentaar is niet beschikbaar",
"show_reported_content": "Gerapporteerde inhoud weergeven",
"hide_reported_content": "Gerapporteerde inhoud verbergen",
- "or": "of"
+ "or": "of",
+ "banned_posting_until": "Je account is uitgesloten van het posten tot ",
+ "ban_message_moderator": "Bericht van de moderator: ",
+ "banned_posting_permanent": "Je account is permanent uitgesloten van posten"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-French.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-French.json
index 2890d93f..af97d43d 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-French.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-French.json
@@ -865,7 +865,6 @@
"like": "aime",
"likes": "aime",
"gallery": "Galerie",
- "view_more": "Voir plus",
"camera": "Caméra",
"follower": "Disciple",
"followers": "Suiveurs",
@@ -883,9 +882,14 @@
"post_report_message": "Merci d'avoir signalé ce commentaire. Nous prenons tous les rapports au sérieux et enquêterons sur le problème dès que possible.",
"read_more": "En savoir plus",
"add_reply": "Ajoutez votre réponse",
+ "view_more": "Voir plus",
+ "commenting_not_available": "Commentaar is niet beschikbaar",
"show_reported_content": "Afficher le contenu signalé",
"hide_reported_content": "Masquer le contenu signalé",
"or": "ou",
+ "banned_posting_until": "Je account is uitgesloten van het posten tot ",
+ "ban_message_moderator": "Bericht van de moderator: ",
+ "banned_posting_permanent": "Je account is permanent uitgesloten van posten"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-German.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-German.json
index 77bfedb6..c1657248 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-German.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-German.json
@@ -865,7 +865,6 @@
"like": "wie",
"likes": "Likes",
"gallery": "Galerie",
- "view_more": "Mehr sehen",
"camera": "Kamera",
"follower": "Anhänger",
"followers": "Anhänger",
@@ -883,9 +882,14 @@
"post_report_message": "Vielen Dank, dass Sie diesen Kommentar gemeldet haben. Wir nehmen alle Meldungen ernst und werden den Sachverhalt schnellstmöglich untersuchen.",
"read_more": "Mehr lesen",
"add_reply": "Fügen Sie Ihre Antwort hinzu",
+ "view_more": "Mehr sehen",
+ "commenting_not_available": "Das Kommentieren ist nicht möglich",
"show_reported_content": "Gemeldete Inhalte anzeigen",
"hide_reported_content": "Gemeldete Inhalte ausblenden",
- "or": "oder"
+ "or": "oder",
+ "banned_posting_until": "Für Ihr Konto wurde das Posten bis dahin gesperrt ",
+ "ban_message_moderator": "Nachricht des Moderators: ",
+ "banned_posting_permanent": "Für Ihr Konto wurde das Posten dauerhaft gesperrt"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Italian.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Italian.json
index e499bc6a..f2108baf 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Italian.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Italian.json
@@ -865,7 +865,6 @@
"like": "piace",
"likes": "piace",
"gallery": "Galleria",
- "view_more": "Visualizza altro",
"camera": "Telecamera",
"follower": "Seguace",
"followers": "Seguaci",
@@ -883,9 +882,14 @@
"post_report_message": "Grazie per aver segnalato questo commento. Prendiamo sul serio tutte le segnalazioni e investigheremo il problema il prima possibile.",
"read_more": "Per saperne di più",
"add_reply": "Aggiungi la tua risposta",
+ "view_more": "Visualizza altro",
+ "commenting_not_available": "Non è possibile commentare",
"show_reported_content": "Mostra contenuto segnalato",
"hide_reported_content": "Nascondi il contenuto segnalato",
- "or": "o"
+ "or": "o",
+ "banned_posting_until": "Al tuo account è stata vietata la pubblicazione fino al ",
+ "ban_message_moderator": "Messaggio del moderatore: ",
+ "banned_posting_permanent": "Al tuo account è stata vietata permanentemente la pubblicazione"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Portuguese.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Portuguese.json
index ed145e1e..0943aa8a 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Portuguese.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Portuguese.json
@@ -865,7 +865,6 @@
"like": "gostar",
"likes": "gostar",
"gallery": "Galeria",
- "view_more": "Veja mais",
"camera": "Câmera",
"follower": "Seguidor",
"followers": "Seguidores",
@@ -880,12 +879,17 @@
"replied_comment": "respondeu ao seu comentário em ",
"comments_plural": "comentários",
"comment_single": "comentário",
- "post_report_message": "",
+ "post_report_message": "Obrigado por denunciar este comentário. Levamos todas as denúncias a sério e investigaremos o problema o mais rápido possível.",
"read_more": "Leia Mais",
"add_reply": "Adicione sua resposta",
+ "view_more": "Veja mais",
+ "commenting_not_available": "Comentários não estão disponíveis",
"show_reported_content": "Mostrar conteúdo denunciado",
"hide_reported_content": "Ocultar conteúdo denunciado",
- "or": "ou"
+ "or": "ou",
+ "banned_posting_until": "Sua conta foi banida de postar até ",
+ "ban_message_moderator": "Mensagem do moderador: ",
+ "banned_posting_permanent": "Sua conta foi permanentemente banida de postar"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Spanish.json b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Spanish.json
index f0174742..428ea708 100644
--- a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Spanish.json
+++ b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/Strings-Spanish.json
@@ -865,7 +865,6 @@
"like": "me gusta",
"likes": "me gusta",
"gallery": "Galeria",
- "view_more": "Ver Mas",
"camera": "Camara",
"follower": "Seguidor",
"followers": "Seguidores",
@@ -883,9 +882,14 @@
"post_report_message": "Gracias por reportar este comentario. Tomamos todos los reportes en serio e investigaremos el problema lo antes posible.",
"read_more": "Leer mas",
"add_reply": "Añade tu respuesta",
+ "view_more": "Ver Mas",
+ "commenting_not_available": "Los comentarios no estan disponibles",
"show_reported_content": "Mostrar contenido reportado",
"hide_reported_content": "Ocultar contenido reportado",
- "or": "o"
+ "or": "o",
+ "banned_posting_until": "Tu cuenta ha sido bloqueada hasta el ",
+ "ban_message_moderator": "Mensaje del moderador: ",
+ "banned_posting_permanent": "Tu cuenta ha sido bloqueada permanentemente"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK
index b64d062a..0c1480e6 100755
Binary files a/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64/ViafouraSDK.framework/ViafouraSDK differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
index 462f3b09..3d8f5e49 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -3630,6 +3630,104 @@
"RawDocComment"
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "ServerError",
+ "printedName": "ServerError",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerError",
+ "printedName": "ViafouraSDK.ServerError",
+ "usr": "s:11ViafouraSDK11ServerErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK11ServerErrorV",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ServerErrorData",
+ "printedName": "ServerErrorData",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -10698,19 +10796,39 @@
"children": [
{
"kind": "Var",
- "name": "unknown",
- "printedName": "unknown",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
- "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
"children": [
{
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
},
{
"kind": "TypeNominal",
@@ -10729,105 +10847,46 @@
}
],
"declKind": "EnumElement",
- "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "unknown",
+ "printedName": "unknown",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
"children": [
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -10896,20 +10955,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -22819,101 +22864,62 @@
"mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFSocialLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFSocialLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -22982,20 +22988,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -24704,101 +24696,62 @@
"mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFOpenIdLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -24867,20 +24820,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -25171,6 +25110,50 @@
"name": "UserResponse",
"printedName": "UserResponse",
"children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Constructor",
"name": "init",
@@ -31136,101 +31119,62 @@
"mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginRadiusLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -31299,20 +31243,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -47781,101 +47711,62 @@
"mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFCookieLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFCookieLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -47944,20 +47835,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
index 6f1c8c95..14654654 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
index 00e152df..50bf68fa 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
index 6f1c8c95..14654654 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
index 00e152df..50bf68fa 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
index 462f3b09..3d8f5e49 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -3630,6 +3630,104 @@
"RawDocComment"
]
},
+ {
+ "kind": "TypeDecl",
+ "name": "ServerError",
+ "printedName": "ServerError",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerError",
+ "printedName": "ViafouraSDK.ServerError",
+ "usr": "s:11ViafouraSDK11ServerErrorV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK11ServerErrorV",
+ "mangledName": "$s11ViafouraSDK11ServerErrorV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ServerErrorData",
+ "printedName": "ServerErrorData",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV4fromACs7Decoder_p_tKcfc",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "throwing": true,
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV",
+ "mangledName": "$s11ViafouraSDK15ServerErrorDataV",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ }
+ ]
+ },
{
"kind": "Import",
"name": "Foundation",
@@ -10698,19 +10796,39 @@
"children": [
{
"kind": "Var",
- "name": "unknown",
- "printedName": "unknown",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
"kind": "TypeFunc",
"name": "Function",
- "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
"children": [
{
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
},
{
"kind": "TypeNominal",
@@ -10729,105 +10847,46 @@
}
],
"declKind": "EnumElement",
- "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO6bannedyAcA06ServerD4DataV_tcACmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginError",
- "printedName": "ViafouraSDK.VFLoginError",
- "usr": "s:11ViafouraSDK12VFLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "unknown",
+ "printedName": "unknown",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginError.Type) -> ViafouraSDK.VFLoginError",
"children": [
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginError",
+ "printedName": "ViafouraSDK.VFLoginError",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK12VFLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "mangledName": "$s11ViafouraSDK12VFLoginErrorO7unknownyA2CmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -10896,20 +10955,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -22819,101 +22864,62 @@
"mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFSocialLoginError",
- "printedName": "ViafouraSDK.VFSocialLoginError",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFSocialLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFSocialLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFSocialLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFSocialLoginError",
+ "printedName": "ViafouraSDK.VFSocialLoginError",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFSocialLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -22982,20 +22988,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -24704,101 +24696,62 @@
"mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFOpenIdLoginError",
- "printedName": "ViafouraSDK.VFOpenIdLoginError",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFOpenIdLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFOpenIdLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFOpenIdLoginError",
+ "printedName": "ViafouraSDK.VFOpenIdLoginError",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFOpenIdLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -24867,20 +24820,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -25171,6 +25110,50 @@
"name": "UserResponse",
"printedName": "UserResponse",
"children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvp",
+ "moduleName": "ViafouraSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "mangledName": "$s11ViafouraSDK12UserResponseV2ids5Int64Vvg",
+ "moduleName": "ViafouraSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Constructor",
"name": "init",
@@ -31136,101 +31119,62 @@
"mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFLoginRadiusLoginError",
- "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFLoginRadiusLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFLoginRadiusLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFLoginRadiusLoginError",
+ "printedName": "ViafouraSDK.VFLoginRadiusLoginError",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK23VFLoginRadiusLoginErrorO6bannedyAcA06ServerF4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -31299,20 +31243,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
@@ -47781,101 +47711,62 @@
"mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO7unknownyA2CmF",
"moduleName": "ViafouraSDK"
},
- {
- "kind": "Function",
- "name": "==",
- "printedName": "==(_:_:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- },
- {
- "kind": "TypeNominal",
- "name": "VFCookieLoginError",
- "printedName": "ViafouraSDK.VFCookieLoginError",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
- }
- ],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO2eeoiySbAC_ACtFZ",
- "moduleName": "ViafouraSDK",
- "static": true,
- "implicit": true,
- "funcSelfKind": "NonMutating"
- },
{
"kind": "Var",
- "name": "hashValue",
- "printedName": "hashValue",
+ "name": "banned",
+ "printedName": "banned",
"children": [
{
- "kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
- }
- ],
- "declKind": "Var",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivp",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessors": [
- {
- "kind": "Accessor",
- "name": "Get",
- "printedName": "Get()",
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.VFCookieLoginError.Type) -> (ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
"children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(ViafouraSDK.ServerErrorData) -> ViafouraSDK.VFCookieLoginError",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(banData: ViafouraSDK.ServerErrorData)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ServerErrorData",
+ "printedName": "ViafouraSDK.ServerErrorData",
+ "usr": "s:11ViafouraSDK15ServerErrorDataV"
+ }
+ ]
+ }
+ ]
+ },
{
"kind": "TypeNominal",
- "name": "Int",
- "printedName": "Swift.Int",
- "usr": "s:Si"
+ "name": "Metatype",
+ "printedName": "ViafouraSDK.VFCookieLoginError.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "VFCookieLoginError",
+ "printedName": "ViafouraSDK.VFCookieLoginError",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO"
+ }
+ ]
}
- ],
- "declKind": "Accessor",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO9hashValueSivg",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "accessorKind": "get"
- }
- ]
- },
- {
- "kind": "Function",
- "name": "hash",
- "printedName": "hash(into:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Hasher",
- "printedName": "Swift.Hasher",
- "paramValueOwnership": "InOut",
- "usr": "s:s6HasherV"
+ ]
}
],
- "declKind": "Func",
- "usr": "s:11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO4hash4intoys6HasherVz_tF",
- "moduleName": "ViafouraSDK",
- "implicit": true,
- "funcSelfKind": "NonMutating"
+ "declKind": "EnumElement",
+ "usr": "s:11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "mangledName": "$s11ViafouraSDK18VFCookieLoginErrorO6bannedyAcA06ServerE4DataV_tcACmF",
+ "moduleName": "ViafouraSDK"
},
{
"kind": "Var",
@@ -47944,20 +47835,6 @@
"AccessControl"
],
"conformances": [
- {
- "kind": "Conformance",
- "name": "Equatable",
- "printedName": "Equatable",
- "usr": "s:SQ",
- "mangledName": "$sSQ"
- },
- {
- "kind": "Conformance",
- "name": "Hashable",
- "printedName": "Hashable",
- "usr": "s:SH",
- "mangledName": "$sSH"
- },
{
"kind": "Conformance",
"name": "LocalizedError",
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
index 3e74eb28..df592525 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
index 430dec03..636e4993 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index 3e74eb28..df592525 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: VFFlagCommentError, b: VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ServerErrorData)
case unknown
- public static func == (a: VFLoginError, b: VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFSocialLoginError, b: VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFOpenIdLoginError, b: VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFLoginRadiusLoginError, b: VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: VFCookieLoginError, b: VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ServerErrorData)
}
extension VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension VFEnableChatError : Swift.Equatable {}
extension VFEnableChatError : Swift.Hashable {}
extension VFChatModerationListError : Swift.Equatable {}
extension VFChatModerationListError : Swift.Hashable {}
-extension VFLoginError : Swift.Equatable {}
-extension VFLoginError : Swift.Hashable {}
extension VFLikeCommentError : Swift.Equatable {}
extension VFLikeCommentError : Swift.Hashable {}
extension VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension VFEditorPickCommentError : Swift.Equatable {}
extension VFEditorPickCommentError : Swift.Hashable {}
extension VFSignUpError : Swift.Equatable {}
extension VFSignUpError : Swift.Hashable {}
-extension VFSocialLoginError : Swift.Equatable {}
-extension VFSocialLoginError : Swift.Hashable {}
extension VFCommentContainerError : Swift.Equatable {}
extension VFCommentContainerError : Swift.Hashable {}
extension VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension VFMuteUserError : Swift.Equatable {}
extension VFMuteUserError : Swift.Hashable {}
extension VFFlagChatError : Swift.Equatable {}
extension VFFlagChatError : Swift.Hashable {}
-extension VFOpenIdLoginError : Swift.Equatable {}
-extension VFOpenIdLoginError : Swift.Hashable {}
extension VFUnflagReviewError : Swift.Equatable {}
extension VFUnflagReviewError : Swift.Hashable {}
extension VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension VFCreatePollError : Swift.Equatable {}
extension VFCreatePollError : Swift.Hashable {}
extension VFCreateReviewMediaError : Swift.Equatable {}
extension VFCreateReviewMediaError : Swift.Hashable {}
-extension VFLoginRadiusLoginError : Swift.Equatable {}
-extension VFLoginRadiusLoginError : Swift.Hashable {}
extension VFReviewRepliesError : Swift.Equatable {}
extension VFReviewRepliesError : Swift.Hashable {}
extension VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension VFDeleteReviewError : Swift.Equatable {}
extension VFDeleteReviewError : Swift.Hashable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension VFCookieLoginError : Swift.Equatable {}
-extension VFCookieLoginError : Swift.Hashable {}
extension VFPinReviewError : Swift.Equatable {}
extension VFPinReviewError : Swift.Hashable {}
extension VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
index 430dec03..636e4993 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e
@@ -168,6 +168,12 @@ public protocol VFLocalAdDelegate : ObjectiveC.NSObject {
extension ViafouraSDK.VFLocalAdDelegate {
public func getFirstAdPosition() -> Swift.Int
}
+public struct ServerError : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
+public struct ServerErrorData : Swift.Decodable {
+ public init(from decoder: any Swift.Decoder) throws
+}
public enum VFFlagCommentError : Foundation.LocalizedError {
case unknown
public static func == (a: ViafouraSDK.VFFlagCommentError, b: ViafouraSDK.VFFlagCommentError) -> Swift.Bool
@@ -435,12 +441,8 @@ extension ViafouraSDK.VFAuthenticationService {
public func login(email: Swift.String, password: Swift.String, completion: @escaping ((Swift.Result) -> ()))
}
public enum VFLoginError : Foundation.LocalizedError {
+ case banned(banData: ViafouraSDK.ServerErrorData)
case unknown
- public static func == (a: ViafouraSDK.VFLoginError, b: ViafouraSDK.VFLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
}
extension ViafouraSDK.VFLoginError {
public var errorDescription: Swift.String? {
@@ -884,11 +886,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFSocialLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFSocialLoginError, b: ViafouraSDK.VFSocialLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFSocialLoginError {
public var errorDescription: Swift.String? {
@@ -981,11 +979,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFOpenIdLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFOpenIdLoginError, b: ViafouraSDK.VFOpenIdLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFOpenIdLoginError {
public var errorDescription: Swift.String? {
@@ -1006,6 +1000,7 @@ extension ViafouraSDK.VFUnflagReviewError {
}
}
public struct UserResponse : Swift.Decodable {
+ public let id: Swift.Int64
public init(from decoder: any Swift.Decoder) throws
}
public protocol VFLayoutDelegate : ObjectiveC.NSObject {
@@ -1255,11 +1250,7 @@ extension ViafouraSDK.VFAuthenticationService {
}
public enum VFLoginRadiusLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFLoginRadiusLoginError, b: ViafouraSDK.VFLoginRadiusLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFLoginRadiusLoginError {
public var errorDescription: Swift.String? {
@@ -1843,11 +1834,7 @@ public struct VFCookieLoginData {
}
public enum VFCookieLoginError : Foundation.LocalizedError {
case unknown
- public static func == (a: ViafouraSDK.VFCookieLoginError, b: ViafouraSDK.VFCookieLoginError) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case banned(banData: ViafouraSDK.ServerErrorData)
}
extension ViafouraSDK.VFCookieLoginError {
public var errorDescription: Swift.String? {
@@ -2377,8 +2364,6 @@ extension ViafouraSDK.VFEnableChatError : Swift.Equatable {}
extension ViafouraSDK.VFEnableChatError : Swift.Hashable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Equatable {}
extension ViafouraSDK.VFChatModerationListError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginError : Swift.Hashable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Equatable {}
extension ViafouraSDK.VFLikeCommentError : Swift.Hashable {}
extension ViafouraSDK.VFEnableCommentError : Swift.Equatable {}
@@ -2426,8 +2411,6 @@ extension ViafouraSDK.VFEditorPickCommentError : Swift.Equatable {}
extension ViafouraSDK.VFEditorPickCommentError : Swift.Hashable {}
extension ViafouraSDK.VFSignUpError : Swift.Equatable {}
extension ViafouraSDK.VFSignUpError : Swift.Hashable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFSocialLoginError : Swift.Hashable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Equatable {}
extension ViafouraSDK.VFCommentContainerError : Swift.Hashable {}
extension ViafouraSDK.VFUnlikeCommentError : Swift.Equatable {}
@@ -2440,8 +2423,6 @@ extension ViafouraSDK.VFMuteUserError : Swift.Equatable {}
extension ViafouraSDK.VFMuteUserError : Swift.Hashable {}
extension ViafouraSDK.VFFlagChatError : Swift.Equatable {}
extension ViafouraSDK.VFFlagChatError : Swift.Hashable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFOpenIdLoginError : Swift.Hashable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Equatable {}
extension ViafouraSDK.VFUnflagReviewError : Swift.Hashable {}
extension ViafouraSDK.VFDeleteChatError : Swift.Equatable {}
@@ -2467,8 +2448,6 @@ extension ViafouraSDK.VFCreatePollError : Swift.Equatable {}
extension ViafouraSDK.VFCreatePollError : Swift.Hashable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Equatable {}
extension ViafouraSDK.VFCreateReviewMediaError : Swift.Hashable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFLoginRadiusLoginError : Swift.Hashable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Equatable {}
extension ViafouraSDK.VFReviewRepliesError : Swift.Hashable {}
extension ViafouraSDK.VFReviewModerationListError : Swift.Equatable {}
@@ -2524,8 +2503,6 @@ extension ViafouraSDK.VFDeleteReviewError : Swift.Equatable {}
extension ViafouraSDK.VFDeleteReviewError : Swift.Hashable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Equatable {}
extension ViafouraSDK.VFUpdateReviewsContainerSettingsError : Swift.Hashable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Equatable {}
-extension ViafouraSDK.VFCookieLoginError : Swift.Hashable {}
extension ViafouraSDK.VFPinReviewError : Swift.Equatable {}
extension ViafouraSDK.VFPinReviewError : Swift.Hashable {}
extension ViafouraSDK.VFReviewListError : Swift.Equatable {}
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json
index 0a1232ad..259a4f57 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Danish.json
@@ -865,7 +865,6 @@
"like": "ligesom",
"likes": "kan lide",
"gallery": "Galleri",
- "view_more": "Se mere",
"camera": "Kamera",
"follower": "Følger",
"followers": "Tilhængere",
@@ -883,9 +882,14 @@
"post_report_message": "Tak, fordi du rapporterede denne kommentar. Vi tager alle indberetninger alvorligt og vil undersøge problemet hurtigst muligt.",
"read_more": "Læs mere",
"add_reply": "Tilføj dit svar",
+ "view_more": "Se mere",
+ "commenting_not_available": "Det er ikke muligt at kommentere",
"show_reported_content": "Vis rapporteret indhold",
"hide_reported_content": "Skjul rapporteret indhold",
- "or": "eller"
+ "or": "eller",
+ "banned_posting_until": "Din konto er blevet udelukket fra at poste indtil ",
+ "ban_message_moderator": "Besked fra moderator: ",
+ "banned_posting_permanent": "Din konto er blevet permanent udelukket fra at sende indlæg"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json
index 94ae8682..a472e2f8 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Dutch.json
@@ -865,7 +865,6 @@
"like": "leuk vinden",
"likes": "houdt",
"gallery": "Galerij",
- "view_more": "Bekijk meer",
"camera": "Camera",
"follower": "Volgeling",
"followers": "Volgers",
@@ -883,9 +882,14 @@
"post_report_message": "Bedankt voor het melden van deze reactie. We nemen alle meldingen serieus en zullen het probleem zo snel mogelijk onderzoeken.",
"read_more": "Lees verder",
"add_reply": "Voeg uw antwoord toe",
+ "view_more": "Se mere",
+ "commenting_not_available": "Commentaar is niet beschikbaar",
"show_reported_content": "Gerapporteerde inhoud weergeven",
"hide_reported_content": "Gerapporteerde inhoud verbergen",
- "or": "of"
+ "or": "of",
+ "banned_posting_until": "Je account is uitgesloten van het posten tot ",
+ "ban_message_moderator": "Bericht van de moderator: ",
+ "banned_posting_permanent": "Je account is permanent uitgesloten van posten"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json
index 2890d93f..af97d43d 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-French.json
@@ -865,7 +865,6 @@
"like": "aime",
"likes": "aime",
"gallery": "Galerie",
- "view_more": "Voir plus",
"camera": "Caméra",
"follower": "Disciple",
"followers": "Suiveurs",
@@ -883,9 +882,14 @@
"post_report_message": "Merci d'avoir signalé ce commentaire. Nous prenons tous les rapports au sérieux et enquêterons sur le problème dès que possible.",
"read_more": "En savoir plus",
"add_reply": "Ajoutez votre réponse",
+ "view_more": "Voir plus",
+ "commenting_not_available": "Commentaar is niet beschikbaar",
"show_reported_content": "Afficher le contenu signalé",
"hide_reported_content": "Masquer le contenu signalé",
"or": "ou",
+ "banned_posting_until": "Je account is uitgesloten van het posten tot ",
+ "ban_message_moderator": "Bericht van de moderator: ",
+ "banned_posting_permanent": "Je account is permanent uitgesloten van posten"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json
index 77bfedb6..c1657248 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-German.json
@@ -865,7 +865,6 @@
"like": "wie",
"likes": "Likes",
"gallery": "Galerie",
- "view_more": "Mehr sehen",
"camera": "Kamera",
"follower": "Anhänger",
"followers": "Anhänger",
@@ -883,9 +882,14 @@
"post_report_message": "Vielen Dank, dass Sie diesen Kommentar gemeldet haben. Wir nehmen alle Meldungen ernst und werden den Sachverhalt schnellstmöglich untersuchen.",
"read_more": "Mehr lesen",
"add_reply": "Fügen Sie Ihre Antwort hinzu",
+ "view_more": "Mehr sehen",
+ "commenting_not_available": "Das Kommentieren ist nicht möglich",
"show_reported_content": "Gemeldete Inhalte anzeigen",
"hide_reported_content": "Gemeldete Inhalte ausblenden",
- "or": "oder"
+ "or": "oder",
+ "banned_posting_until": "Für Ihr Konto wurde das Posten bis dahin gesperrt ",
+ "ban_message_moderator": "Nachricht des Moderators: ",
+ "banned_posting_permanent": "Für Ihr Konto wurde das Posten dauerhaft gesperrt"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json
index e499bc6a..f2108baf 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Italian.json
@@ -865,7 +865,6 @@
"like": "piace",
"likes": "piace",
"gallery": "Galleria",
- "view_more": "Visualizza altro",
"camera": "Telecamera",
"follower": "Seguace",
"followers": "Seguaci",
@@ -883,9 +882,14 @@
"post_report_message": "Grazie per aver segnalato questo commento. Prendiamo sul serio tutte le segnalazioni e investigheremo il problema il prima possibile.",
"read_more": "Per saperne di più",
"add_reply": "Aggiungi la tua risposta",
+ "view_more": "Visualizza altro",
+ "commenting_not_available": "Non è possibile commentare",
"show_reported_content": "Mostra contenuto segnalato",
"hide_reported_content": "Nascondi il contenuto segnalato",
- "or": "o"
+ "or": "o",
+ "banned_posting_until": "Al tuo account è stata vietata la pubblicazione fino al ",
+ "ban_message_moderator": "Messaggio del moderatore: ",
+ "banned_posting_permanent": "Al tuo account è stata vietata permanentemente la pubblicazione"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json
index ed145e1e..0943aa8a 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Portuguese.json
@@ -865,7 +865,6 @@
"like": "gostar",
"likes": "gostar",
"gallery": "Galeria",
- "view_more": "Veja mais",
"camera": "Câmera",
"follower": "Seguidor",
"followers": "Seguidores",
@@ -880,12 +879,17 @@
"replied_comment": "respondeu ao seu comentário em ",
"comments_plural": "comentários",
"comment_single": "comentário",
- "post_report_message": "",
+ "post_report_message": "Obrigado por denunciar este comentário. Levamos todas as denúncias a sério e investigaremos o problema o mais rápido possível.",
"read_more": "Leia Mais",
"add_reply": "Adicione sua resposta",
+ "view_more": "Veja mais",
+ "commenting_not_available": "Comentários não estão disponíveis",
"show_reported_content": "Mostrar conteúdo denunciado",
"hide_reported_content": "Ocultar conteúdo denunciado",
- "or": "ou"
+ "or": "ou",
+ "banned_posting_until": "Sua conta foi banida de postar até ",
+ "ban_message_moderator": "Mensagem do moderador: ",
+ "banned_posting_permanent": "Sua conta foi permanentemente banida de postar"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json
index f0174742..428ea708 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/Strings-Spanish.json
@@ -865,7 +865,6 @@
"like": "me gusta",
"likes": "me gusta",
"gallery": "Galeria",
- "view_more": "Ver Mas",
"camera": "Camara",
"follower": "Seguidor",
"followers": "Seguidores",
@@ -883,9 +882,14 @@
"post_report_message": "Gracias por reportar este comentario. Tomamos todos los reportes en serio e investigaremos el problema lo antes posible.",
"read_more": "Leer mas",
"add_reply": "Añade tu respuesta",
+ "view_more": "Ver Mas",
+ "commenting_not_available": "Los comentarios no estan disponibles",
"show_reported_content": "Mostrar contenido reportado",
"hide_reported_content": "Ocultar contenido reportado",
- "or": "o"
+ "or": "o",
+ "banned_posting_until": "Tu cuenta ha sido bloqueada hasta el ",
+ "ban_message_moderator": "Mensaje del moderador: ",
+ "banned_posting_permanent": "Tu cuenta ha sido bloqueada permanentemente"
},
"chat": {
"actions": {
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK
index ac977bfc..9a07bffb 100755
Binary files a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK and b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/ViafouraSDK differ
diff --git a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
index afc3b9de..c62b6886 100644
--- a/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
+++ b/ViafouraSDK.xcframework/ios-arm64_x86_64-simulator/ViafouraSDK.framework/_CodeSignature/CodeResources
@@ -130,11 +130,11 @@
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
- +2EC02pNdwO70AIJ4lCYmlBoGxI=
+ 4DwkO+aRDXbu4jzm/Ip1LNfc+ZU=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
- ii7/ZHlGg/nOTM86vBZ68uuaz3w=
+ AkQJ+cn8yA5WPHzWe7x0bG2Jhc8=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -142,19 +142,19 @@
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
- ii7/ZHlGg/nOTM86vBZ68uuaz3w=
+ AkQJ+cn8yA5WPHzWe7x0bG2Jhc8=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
- V4WPA+brAqv2YxW/xhkmoIDzegI=
+ 7OYXXEn/ty/d9ypO8Qf3aTeeqz4=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
- +2EC02pNdwO70AIJ4lCYmlBoGxI=
+ 4DwkO+aRDXbu4jzm/Ip1LNfc+ZU=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
- Yc5NSHiJwqwC6jm84z+h8zVr+Hs=
+ 5miEkCy5HO6tqCrEoUtpVNHomG0=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -162,11 +162,11 @@
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- Yc5NSHiJwqwC6jm84z+h8zVr+Hs=
+ 5miEkCy5HO6tqCrEoUtpVNHomG0=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- +bezEenbTCnRAHQbpAPOC8GPeEg=
+ OtSyBTdiJwQ9tPjxKXyJRa7AdtM=
Modules/module.modulemap
@@ -298,11 +298,11 @@
Strings-Danish.json
- Xe1MY6qGrgtzkT1TzPp4VCcO75k=
+ EQbJ+WcEt7oQJd1RJIIcZF7x8wY=
Strings-Dutch.json
- KAP27WlmtQ1K5O276c4RbhlgKaA=
+ DtWKh7sSngG8OJAcuPXxagfPsdk=
Strings-English.json
@@ -310,15 +310,15 @@
Strings-French.json
- z7YGv7fT0YgQdW6Iy6gkLGWvmEM=
+ PRfIhugcHYx9sKgUpQMEG9rySFM=
Strings-German.json
- iVDZpqhSHrB/DVKJ/nCC1y2BCDY=
+ GSY85fLXtBcTTAMX5aGgWFISDrA=
Strings-Italian.json
- BxfEQPETxhPvyKs0Fmf9PyukBR4=
+ oPVvlPYkXVuqILXgwkzDk53PxS4=
Strings-Korean.json
@@ -326,11 +326,11 @@
Strings-Portuguese.json
- KKs5Ai/4AGrSreHiOaqZdSQFaw0=
+ PqkEDDV4sZCYLDRuTigH784fRm4=
Strings-Spanish.json
- bhvMzE/XFxtT37QMmqE4KEKqbRM=
+ tjiBmod5pHexL4kgIvvDR2g+cw8=
Trending.storyboardc/Info.plist
@@ -621,14 +621,14 @@
hash2
- ombfjxgIQdDVh99hTLvrM7wQO09D93SV9xDQBrJKDuA=
+ Jm/aCEx3OykU8x16XLpjDaMkpWezkc9zE/DSTAOy4yk=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- NkWRJApMk/CTtIqIB/S3rPa13p4UubhAohffir/u3dY=
+ LCZymZexuA/jm0bA76kuZWMSlMZ5cNAj+ijBcomXizk=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
@@ -642,28 +642,28 @@
hash2
- NkWRJApMk/CTtIqIB/S3rPa13p4UubhAohffir/u3dY=
+ LCZymZexuA/jm0bA76kuZWMSlMZ5cNAj+ijBcomXizk=
Modules/ViafouraSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- MwY7oFjBmT6jf4uZAtXNte3nwRy3CqEudIffjTzuMXQ=
+ J77ehNJ7HGkLx6w+RKn0mqk0rh1qaOQIMxjpXRvwVYU=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- ombfjxgIQdDVh99hTLvrM7wQO09D93SV9xDQBrJKDuA=
+ Jm/aCEx3OykU8x16XLpjDaMkpWezkc9zE/DSTAOy4yk=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- jd5t3e8MTQg4EvzI03vkTCzfnDGkodKcHCz0Oe+3XKo=
+ hgbDcvjsP1EQ7lS6yZu3ub85FH9BP32YccRSZcZEUk8=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
@@ -677,14 +677,14 @@
hash2
- jd5t3e8MTQg4EvzI03vkTCzfnDGkodKcHCz0Oe+3XKo=
+ hgbDcvjsP1EQ7lS6yZu3ub85FH9BP32YccRSZcZEUk8=
Modules/ViafouraSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- pHB36TG1C6t2iCnhFc+z7qQT83FEmh97o3Osq9L0g2o=
+ ouRZk9EAWONcoMNX32gCyIey670ppwUC3rgPV4A1VMs=
Modules/module.modulemap
@@ -915,14 +915,14 @@
hash2
- sr46I100V6wPYWuAML66uaRpwYoSnHAeX5JZG24373E=
+ 4Qksm9kmOpJaqZFVfrRRAV/R1E1VkrefxHEepiUdGrM=
Strings-Dutch.json
hash2
- /athVyYHVx0fNB6bPoS95wb/+J3Rb7/G+W9qv9ockY8=
+ gKkdebssqp3u03huKgRI4xGvZDwKr3nUgr8EunELPC8=
Strings-English.json
@@ -936,21 +936,21 @@
hash2
- kvGXJ1FccGouSTk4+rb6qy+/TAKu3SlGCGe84aAN2ns=
+ 3RSIPsib65ax6kuYhuF25jIBrpPrlry32A88yw5NMLo=
Strings-German.json
hash2
- AtwxBhHlTMQJb3mKYqG6MxGBSANjI/b9vKiBnx2XO80=
+ Fb+/cGQ5m09RRDurS1Bc+Lkrx2eb+aAkgXoiyc4vkdU=
Strings-Italian.json
hash2
- N8SvNbAMeZzICNtJf5Dpi43CSXfeyIYtMS+8ksmmBQw=
+ 8tjT3KSt/hYtiE27pyw1/8a6fomcOGzc+hATRljWCRE=
Strings-Korean.json
@@ -964,14 +964,14 @@
hash2
- 8rt5BjOBWqxEEUZoI9vq2CnGSgYUdhz2tWJls1eJstM=
+ Rjp5lTsGRshAGr7P/3b+V+MVR4xoqsGfsc1f5Fjvrms=
Strings-Spanish.json
hash2
- JGRIKfKwpwBTZoRWDcFh/Z2iIeW8Edc7KzC+NLRClso=
+ PV32FbUe2tpksVfzsT4lweOpIALMK43xkPGYzEtcBZ8=
Trending.storyboardc/Info.plist