Skip to content

Commit

Permalink
Run codegen for first party Objective-C to Swift RPC migration shim (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Oct 25, 2024
1 parent 633b368 commit 482200e
Show file tree
Hide file tree
Showing 85 changed files with 74,780 additions and 3,785 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 482200e

Please sign in to comment.