Sources/Confidence/Sdk.swift (5 lines of code) (raw):

import Foundation public struct Sdk: Codable { var id: String var version: String }