Skip to content

Commit

Permalink
Run codegen for first party Objective-C to Swift migration shim
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Sep 30, 2024
1 parent 3a22430 commit 41c398a
Show file tree
Hide file tree
Showing 80 changed files with 73,439 additions and 3,424 deletions.
2 changes: 2 additions & 0 deletions Source/SwiftyDropbox/Shared/Generated/Files.swift
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,8 @@ public class Files {

/// The FileOpsResult struct
public class FileOpsResult: CustomStringConvertible, JSONRepresentable {
public init() {}

func json() throws -> JSON {
try FileOpsResultSerializer().serialize(self)
}
Expand Down
2 changes: 2 additions & 0 deletions Source/SwiftyDropbox/Shared/Generated/Openid.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public class Openid {

/// No Parameters
public class UserInfoArgs: CustomStringConvertible, JSONRepresentable {
public init() {}

func json() throws -> JSON {
try UserInfoArgsSerializer().serialize(self)
}
Expand Down
6 changes: 6 additions & 0 deletions Source/SwiftyDropbox/Shared/Generated/Team.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12768,6 +12768,8 @@ public class Team {

/// This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
public class SharingAllowlistAddResponse: CustomStringConvertible, JSONRepresentable {
public init() {}

func json() throws -> JSON {
try SharingAllowlistAddResponseSerializer().serialize(self)
}
Expand Down Expand Up @@ -12937,6 +12939,8 @@ public class Team {

/// This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
public class SharingAllowlistListError: CustomStringConvertible, JSONRepresentable {
public init() {}

func json() throws -> JSON {
try SharingAllowlistListErrorSerializer().serialize(self)
}
Expand Down Expand Up @@ -13163,6 +13167,8 @@ public class Team {

/// This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
public class SharingAllowlistRemoveResponse: CustomStringConvertible, JSONRepresentable {
public init() {}

func json() throws -> JSON {
try SharingAllowlistRemoveResponseSerializer().serialize(self)
}
Expand Down
Loading

0 comments on commit 41c398a

Please sign in to comment.