Skip to content

Commit 6d091d3

Browse files
committed
Remove _type in Action
1 parent 2b55880 commit 6d091d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Packages/ton-api/Sources/Generated/Types.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5153,8 +5153,6 @@ public enum Components {
51535153
case DomainRenew = "DomainRenew"
51545154
case Unknown = "Unknown"
51555155
}
5156-
/// - Remark: Generated from `#/components/schemas/Action/type`.
5157-
public var _type: Components.Schemas.Action._typePayload
51585156
/// - Remark: Generated from `#/components/schemas/Action/status`.
51595157
@frozen public enum statusPayload: String, Codable, Hashable, Sendable {
51605158
case ok = "ok"
@@ -5225,7 +5223,6 @@ public enum Components {
52255223
/// - DomainRenew:
52265224
/// - simple_preview:
52275225
public init(
5228-
_type: Components.Schemas.Action._typePayload,
52295226
status: Components.Schemas.Action.statusPayload,
52305227
TonTransfer: Components.Schemas.TonTransferAction? = nil,
52315228
ContractDeploy: Components.Schemas.ContractDeployAction? = nil,
@@ -5247,7 +5244,6 @@ public enum Components {
52475244
DomainRenew: Components.Schemas.DomainRenewAction? = nil,
52485245
simple_preview: Components.Schemas.ActionSimplePreview
52495246
) {
5250-
self._type = _type
52515247
self.status = status
52525248
self.TonTransfer = TonTransfer
52535249
self.ContractDeploy = ContractDeploy
@@ -5270,7 +5266,6 @@ public enum Components {
52705266
self.simple_preview = simple_preview
52715267
}
52725268
public enum CodingKeys: String, CodingKey {
5273-
case _type = "type"
52745269
case status
52755270
case TonTransfer
52765271
case ContractDeploy

0 commit comments

Comments
 (0)