diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/Namespace.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/Namespace.swift index b9ccc6eb..dcedf2d3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/Namespace.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/Namespace.swift @@ -428,8 +428,6 @@ public enum V1 { public enum AppStoreVersions { public enum ById { - public enum AgeRatingDeclaration {} - public enum AlternativeDistributionPackage {} public enum AppClipDefaultExperience {} @@ -453,8 +451,6 @@ public enum V1 { public enum GameCenterAppVersion {} public enum Relationships { - public enum AgeRatingDeclaration {} - public enum AlternativeDistributionPackage {} public enum AppClipDefaultExperience {} diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AccessibilityDeclarations/ById/AccessibilityDeclarationsById.DELETE.ec25d6c.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AccessibilityDeclarations/ById/AccessibilityDeclarationsById.DELETE.ec25d6c.generated.swift index dec016f8..bd2ff7e3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AccessibilityDeclarations/ById/AccessibilityDeclarationsById.DELETE.ec25d6c.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AccessibilityDeclarations/ById/AccessibilityDeclarationsById.DELETE.ec25d6c.generated.swift @@ -35,7 +35,6 @@ extension V1.AccessibilityDeclarations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AccessibilityDeclarations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionDomains/ById/AlternativeDistributionDomainsById.DELETE.c66a2b2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionDomains/ById/AlternativeDistributionDomainsById.DELETE.c66a2b2.generated.swift index b5209bf0..1ef9548e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionDomains/ById/AlternativeDistributionDomainsById.DELETE.c66a2b2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionDomains/ById/AlternativeDistributionDomainsById.DELETE.c66a2b2.generated.swift @@ -35,7 +35,6 @@ extension V1.AlternativeDistributionDomains.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AlternativeDistributionDomains.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionKeys/ById/AlternativeDistributionKeysById.DELETE.dc8a9c6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionKeys/ById/AlternativeDistributionKeysById.DELETE.dc8a9c6.generated.swift index 0c3f46e9..14105fc3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionKeys/ById/AlternativeDistributionKeysById.DELETE.dc8a9c6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AlternativeDistributionKeys/ById/AlternativeDistributionKeysById.DELETE.dc8a9c6.generated.swift @@ -35,7 +35,6 @@ extension V1.AlternativeDistributionKeys.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AlternativeDistributionKeys.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AnalyticsReportRequests/ById/AnalyticsReportRequestsById.DELETE.48bb12e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AnalyticsReportRequests/ById/AnalyticsReportRequestsById.DELETE.48bb12e.generated.swift index ab99122e..a18c846a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AnalyticsReportRequests/ById/AnalyticsReportRequestsById.DELETE.48bb12e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AnalyticsReportRequests/ById/AnalyticsReportRequestsById.DELETE.48bb12e.generated.swift @@ -35,7 +35,6 @@ extension V1.AnalyticsReportRequests.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AnalyticsReportRequests.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AndroidToIosAppMappingDetails/ById/AndroidToIosAppMappingDetailsById.DELETE.c999021.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AndroidToIosAppMappingDetails/ById/AndroidToIosAppMappingDetailsById.DELETE.c999021.generated.swift index ad2bfb2c..75d89a85 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AndroidToIosAppMappingDetails/ById/AndroidToIosAppMappingDetailsById.DELETE.c999021.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AndroidToIosAppMappingDetails/ById/AndroidToIosAppMappingDetailsById.DELETE.c999021.generated.swift @@ -35,7 +35,6 @@ extension V1.AndroidToIosAppMappingDetails.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AndroidToIosAppMappingDetails.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperienceLocalizations/ById/AppClipDefaultExperienceLocalizationsById.DELETE.da71bfb.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperienceLocalizations/ById/AppClipDefaultExperienceLocalizationsById.DELETE.da71bfb.generated.swift index 03fb1587..e0c364fa 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperienceLocalizations/ById/AppClipDefaultExperienceLocalizationsById.DELETE.da71bfb.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperienceLocalizations/ById/AppClipDefaultExperienceLocalizationsById.DELETE.da71bfb.generated.swift @@ -35,7 +35,6 @@ extension V1.AppClipDefaultExperienceLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppClipDefaultExperienceLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.DELETE.ce80d07.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.DELETE.ce80d07.generated.swift index d242d204..4a3f6be6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.DELETE.ce80d07.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.DELETE.ce80d07.generated.swift @@ -35,7 +35,6 @@ extension V1.AppClipDefaultExperiences.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppClipDefaultExperiences.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.GET.ce80d07.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.GET.ce80d07.generated.swift index d6de48f5..fa85a0bc 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.GET.ce80d07.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/AppClipDefaultExperiencesById.GET.ce80d07.generated.swift @@ -186,10 +186,6 @@ extension V1.AppClipDefaultExperiences.ById.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/ReleaseWithAppStoreVersion/AppClipDefaultExperiencesByIdReleaseWithAppStoreVersion.GET.1dd4f03.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/ReleaseWithAppStoreVersion/AppClipDefaultExperiencesByIdReleaseWithAppStoreVersion.GET.1dd4f03.generated.swift index ea62f3b5..5c8c8f2d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/ReleaseWithAppStoreVersion/AppClipDefaultExperiencesByIdReleaseWithAppStoreVersion.GET.1dd4f03.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipDefaultExperiences/ById/ReleaseWithAppStoreVersion/AppClipDefaultExperiencesByIdReleaseWithAppStoreVersion.GET.1dd4f03.generated.swift @@ -28,8 +28,6 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion { components?.path = path components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[alternativeDistributionPackages]", value: parameters.fields[.alternativeDistributionPackages]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[appClipDefaultExperiences]", @@ -127,126 +125,6 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET { private var values: [AnyHashable: AnyHashable] = [:] - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - public struct AlternativeDistributionPackages: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var sourceFileChecksum: Self { .init(rawValue: "sourceFileChecksum") @@ -512,10 +390,6 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -1032,11 +906,6 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET { } public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - /// the fields to include for returned resources of type alternativeDistributionPackages public static var alternativeDistributionPackages: Relation<[AlternativeDistributionPackages]?> { .init(key: "fields[alternativeDistributionPackages]") @@ -1106,10 +975,6 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET { } public struct Include: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipHeaderImages/ById/AppClipHeaderImagesById.DELETE.324a2cc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipHeaderImages/ById/AppClipHeaderImagesById.DELETE.324a2cc.generated.swift index c6d970ec..d2266675 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipHeaderImages/ById/AppClipHeaderImagesById.DELETE.324a2cc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClipHeaderImages/ById/AppClipHeaderImagesById.DELETE.324a2cc.generated.swift @@ -35,7 +35,6 @@ extension V1.AppClipHeaderImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppClipHeaderImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClips/ById/AppClipDefaultExperiences/AppClipsByIdAppClipDefaultExperiences.GET.19800d5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClips/ById/AppClipDefaultExperiences/AppClipsByIdAppClipDefaultExperiences.GET.19800d5.generated.swift index a4145a20..f155253b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClips/ById/AppClipDefaultExperiences/AppClipsByIdAppClipDefaultExperiences.GET.19800d5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppClips/ById/AppClipDefaultExperiences/AppClipsByIdAppClipDefaultExperiences.GET.19800d5.generated.swift @@ -245,10 +245,6 @@ extension V1.AppClips.ById.AppClipDefaultExperiences.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPageLocalizations/ById/AppCustomProductPageLocalizationsById.DELETE.8c524c6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPageLocalizations/ById/AppCustomProductPageLocalizationsById.DELETE.8c524c6.generated.swift index 12b19e65..5e92a755 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPageLocalizations/ById/AppCustomProductPageLocalizationsById.DELETE.8c524c6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPageLocalizations/ById/AppCustomProductPageLocalizationsById.DELETE.8c524c6.generated.swift @@ -35,7 +35,6 @@ extension V1.AppCustomProductPageLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppCustomProductPageLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPages/ById/AppCustomProductPagesById.DELETE.fd7ab83.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPages/ById/AppCustomProductPagesById.DELETE.fd7ab83.generated.swift index b8adfcbb..ec60d94c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPages/ById/AppCustomProductPagesById.DELETE.fd7ab83.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppCustomProductPages/ById/AppCustomProductPagesById.DELETE.fd7ab83.generated.swift @@ -35,7 +35,6 @@ extension V1.AppCustomProductPages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppCustomProductPages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventLocalizations/ById/AppEventLocalizationsById.DELETE.756638b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventLocalizations/ById/AppEventLocalizationsById.DELETE.756638b.generated.swift index 5be181e0..44922607 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventLocalizations/ById/AppEventLocalizationsById.DELETE.756638b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventLocalizations/ById/AppEventLocalizationsById.DELETE.756638b.generated.swift @@ -35,7 +35,6 @@ extension V1.AppEventLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppEventLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventScreenshots/ById/AppEventScreenshotsById.DELETE.468aec9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventScreenshots/ById/AppEventScreenshotsById.DELETE.468aec9.generated.swift index 4bce8966..602dcee8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventScreenshots/ById/AppEventScreenshotsById.DELETE.468aec9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventScreenshots/ById/AppEventScreenshotsById.DELETE.468aec9.generated.swift @@ -35,7 +35,6 @@ extension V1.AppEventScreenshots.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppEventScreenshots.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventVideoClips/ById/AppEventVideoClipsById.DELETE.ed0e879.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventVideoClips/ById/AppEventVideoClipsById.DELETE.ed0e879.generated.swift index dd692612..f5682b74 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventVideoClips/ById/AppEventVideoClipsById.DELETE.ed0e879.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEventVideoClips/ById/AppEventVideoClipsById.DELETE.ed0e879.generated.swift @@ -35,7 +35,6 @@ extension V1.AppEventVideoClips.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppEventVideoClips.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEvents/ById/AppEventsById.DELETE.d4ad439.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEvents/ById/AppEventsById.DELETE.d4ad439.generated.swift index 45c6f20e..efb8381c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEvents/ById/AppEventsById.DELETE.d4ad439.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppEvents/ById/AppEventsById.DELETE.d4ad439.generated.swift @@ -35,7 +35,6 @@ extension V1.AppEvents.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppEvents.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppInfoLocalizations/ById/AppInfoLocalizationsById.DELETE.0b83534.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppInfoLocalizations/ById/AppInfoLocalizationsById.DELETE.0b83534.generated.swift index 867ff003..8f307ef8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppInfoLocalizations/ById/AppInfoLocalizationsById.DELETE.0b83534.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppInfoLocalizations/ById/AppInfoLocalizationsById.DELETE.0b83534.generated.swift @@ -35,7 +35,6 @@ extension V1.AppInfoLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppInfoLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviewSets/ById/AppPreviewSetsById.DELETE.fc798bf.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviewSets/ById/AppPreviewSetsById.DELETE.fc798bf.generated.swift index 96cb7fa8..32303b9b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviewSets/ById/AppPreviewSetsById.DELETE.fc798bf.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviewSets/ById/AppPreviewSetsById.DELETE.fc798bf.generated.swift @@ -35,7 +35,6 @@ extension V1.AppPreviewSets.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppPreviewSets.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviews/ById/AppPreviewsById.DELETE.9a43a28.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviews/ById/AppPreviewsById.DELETE.9a43a28.generated.swift index 65cef007..38ee539f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviews/ById/AppPreviewsById.DELETE.9a43a28.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppPreviews/ById/AppPreviewsById.DELETE.9a43a28.generated.swift @@ -35,7 +35,6 @@ extension V1.AppPreviews.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppPreviews.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshotSets/ById/AppScreenshotSetsById.DELETE.0b8968b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshotSets/ById/AppScreenshotSetsById.DELETE.0b8968b.generated.swift index c06e2d81..c4652b46 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshotSets/ById/AppScreenshotSetsById.DELETE.0b8968b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshotSets/ById/AppScreenshotSetsById.DELETE.0b8968b.generated.swift @@ -35,7 +35,6 @@ extension V1.AppScreenshotSets.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppScreenshotSets.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshots/ById/AppScreenshotsById.DELETE.1a453d6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshots/ById/AppScreenshotsById.DELETE.1a453d6.generated.swift index 654b4e90..02f46ca4 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshots/ById/AppScreenshotsById.DELETE.1a453d6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppScreenshots/ById/AppScreenshotsById.DELETE.1a453d6.generated.swift @@ -35,7 +35,6 @@ extension V1.AppScreenshots.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppScreenshots.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreReviewAttachments/ById/AppStoreReviewAttachmentsById.DELETE.f1889f3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreReviewAttachments/ById/AppStoreReviewAttachmentsById.DELETE.f1889f3.generated.swift index d3ebb5a1..0dc45e37 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreReviewAttachments/ById/AppStoreReviewAttachmentsById.DELETE.f1889f3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreReviewAttachments/ById/AppStoreReviewAttachmentsById.DELETE.f1889f3.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreReviewAttachments.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreReviewAttachments.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatmentLocalizations/ById/AppStoreVersionExperimentTreatmentLocalizationsById.DELETE.fa4aca6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatmentLocalizations/ById/AppStoreVersionExperimentTreatmentLocalizationsById.DELETE.fa4aca6.generated.swift index 817366d8..f46bd32b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatmentLocalizations/ById/AppStoreVersionExperimentTreatmentLocalizationsById.DELETE.fa4aca6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatmentLocalizations/ById/AppStoreVersionExperimentTreatmentLocalizationsById.DELETE.fa4aca6.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatments/ById/AppStoreVersionExperimentTreatmentsById.DELETE.5d1c48f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatments/ById/AppStoreVersionExperimentTreatmentsById.DELETE.5d1c48f.generated.swift index 61408561..7db4f769 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatments/ById/AppStoreVersionExperimentTreatmentsById.DELETE.5d1c48f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperimentTreatments/ById/AppStoreVersionExperimentTreatmentsById.DELETE.5d1c48f.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreVersionExperimentTreatments.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreVersionExperimentTreatments.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.1b9917e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.1b9917e.generated.swift index dc020b2c..05b924ea 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.1b9917e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.1b9917e.generated.swift @@ -36,7 +36,6 @@ extension V1.AppStoreVersionExperiments.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -57,9 +56,6 @@ extension V1.AppStoreVersionExperiments.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionLocalizations/ById/AppStoreVersionLocalizationsById.DELETE.90f82c6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionLocalizations/ById/AppStoreVersionLocalizationsById.DELETE.90f82c6.generated.swift index 078e2dd8..cff6da8a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionLocalizations/ById/AppStoreVersionLocalizationsById.DELETE.90f82c6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionLocalizations/ById/AppStoreVersionLocalizationsById.DELETE.90f82c6.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreVersionLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreVersionLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionPhasedReleases/ById/AppStoreVersionPhasedReleasesById.DELETE.1456d86.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionPhasedReleases/ById/AppStoreVersionPhasedReleasesById.DELETE.1456d86.generated.swift index 01a19187..2d3a7ad0 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionPhasedReleases/ById/AppStoreVersionPhasedReleasesById.DELETE.1456d86.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionPhasedReleases/ById/AppStoreVersionPhasedReleasesById.DELETE.1456d86.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreVersionPhasedReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreVersionPhasedReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionSubmissions/ById/AppStoreVersionSubmissionsById.DELETE.6b3fe31.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionSubmissions/ById/AppStoreVersionSubmissionsById.DELETE.6b3fe31.generated.swift index 67d84fa0..a04f01c8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionSubmissions/ById/AppStoreVersionSubmissionsById.DELETE.6b3fe31.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersionSubmissions/ById/AppStoreVersionSubmissionsById.DELETE.6b3fe31.generated.swift @@ -36,7 +36,6 @@ extension V1.AppStoreVersionSubmissions.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -57,9 +56,6 @@ extension V1.AppStoreVersionSubmissions.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AgeRatingDeclaration/AppStoreVersionsByIdAgeRatingDeclaration.GET.3f2b7d4.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AgeRatingDeclaration/AppStoreVersionsByIdAgeRatingDeclaration.GET.3f2b7d4.generated.swift deleted file mode 100644 index ba84fe9b..00000000 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AgeRatingDeclaration/AppStoreVersionsByIdAgeRatingDeclaration.GET.3f2b7d4.generated.swift +++ /dev/null @@ -1,230 +0,0 @@ -// autogenerated - -// swiftlint:disable all -import Foundation -#if canImport(FoundationNetworking) -import FoundationNetworking -#endif - -extension V1.AppStoreVersions.ById.AgeRatingDeclaration { - @available(*, deprecated) - public struct GET: Endpoint { - public typealias Response = AgeRatingDeclarationWithoutIncludesResponse - - public var path: String { - "/v1/appStoreVersions/\(id)/ageRatingDeclaration" - } - - /// the id of the requested resource - public var id: String - - public var parameters: Parameters = Parameters() - - public init(id: String) { - self.id = id - } - - public func request(with baseURL: URL) throws -> URLRequest? { - var components = URLComponents(url: baseURL, resolvingAgainstBaseURL: true) - components?.path = path - - components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")) - ].filter { $0.value != nil } - if components?.queryItems?.isEmpty ?? false { - components?.queryItems = nil - } - - var urlRequest = components?.url.map { URLRequest(url: $0) } - urlRequest?.httpMethod = "GET" - return urlRequest - } - - /// - Returns: **200**, Single AgeRatingDeclaration with get as `AgeRatingDeclarationWithoutIncludesResponse` - /// - Throws: **400**, Parameter error(s) as `ErrorResponse` - /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` - /// - Throws: **403**, Forbidden error as `ErrorResponse` - /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` - public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { - var jsonDecoder: JSONDecoder { - let decoder = JSONDecoder() - return decoder - } - - switch urlResponse.statusCode { - case 200: - return try jsonDecoder.decode(AgeRatingDeclarationWithoutIncludesResponse.self, from: data) - - case 400: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 401: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 403: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 404: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 429: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - default: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - } - } - } -} - -extension V1.AppStoreVersions.ById.AgeRatingDeclaration.GET { - public struct Parameters: Hashable { - public var fields: Fields = Fields() - - public struct Fields: Hashable { - public subscript (_ relation: Relation) -> T { - get { values[relation]?.base as! T } - set { values[relation] = AnyHashable(newValue) } - } - - private var values: [AnyHashable: AnyHashable] = [:] - - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - - public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - - internal let key: String - - public func hash(into hasher: inout Hasher) { - hasher.combine(key) - } - } - } - } -} - -// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppClipDefaultExperience/AppStoreVersionsByIdAppClipDefaultExperience.GET.b1d9f94.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppClipDefaultExperience/AppStoreVersionsByIdAppClipDefaultExperience.GET.b1d9f94.generated.swift index c7b0f994..456d3345 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppClipDefaultExperience/AppStoreVersionsByIdAppClipDefaultExperience.GET.b1d9f94.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppClipDefaultExperience/AppStoreVersionsByIdAppClipDefaultExperience.GET.b1d9f94.generated.swift @@ -216,10 +216,6 @@ extension V1.AppStoreVersions.ById.AppClipDefaultExperience.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreReviewDetail/AppStoreVersionsByIdAppStoreReviewDetail.GET.929876e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreReviewDetail/AppStoreVersionsByIdAppStoreReviewDetail.GET.929876e.generated.swift index 76bf2b66..7db1fcd4 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreReviewDetail/AppStoreVersionsByIdAppStoreReviewDetail.GET.929876e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreReviewDetail/AppStoreVersionsByIdAppStoreReviewDetail.GET.929876e.generated.swift @@ -192,10 +192,6 @@ extension V1.AppStoreVersions.ById.AppStoreReviewDetail.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperiments/AppStoreVersionsByIdAppStoreVersionExperiments.GET.88c084b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperiments/AppStoreVersionsByIdAppStoreVersionExperiments.GET.88c084b.generated.swift index 0ccb36bc..0ef212a5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperiments/AppStoreVersionsByIdAppStoreVersionExperiments.GET.88c084b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperiments/AppStoreVersionsByIdAppStoreVersionExperiments.GET.88c084b.generated.swift @@ -196,10 +196,6 @@ extension V1.AppStoreVersions.ById.AppStoreVersionExperiments.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperimentsV2/AppStoreVersionsByIdAppStoreVersionExperimentsV2.GET.0ffe859.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperimentsV2/AppStoreVersionsByIdAppStoreVersionExperimentsV2.GET.0ffe859.generated.swift index 94e7c7c3..ff5aec2d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperimentsV2/AppStoreVersionsByIdAppStoreVersionExperimentsV2.GET.0ffe859.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionExperimentsV2/AppStoreVersionsByIdAppStoreVersionExperimentsV2.GET.0ffe859.generated.swift @@ -211,10 +211,6 @@ extension V1.AppStoreVersions.ById.AppStoreVersionExperimentsV2.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionLocalizations/AppStoreVersionsByIdAppStoreVersionLocalizations.GET.4eb815e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionLocalizations/AppStoreVersionsByIdAppStoreVersionLocalizations.GET.4eb815e.generated.swift index 2e8ad6ec..03f7e87f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionLocalizations/AppStoreVersionsByIdAppStoreVersionLocalizations.GET.4eb815e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionLocalizations/AppStoreVersionsByIdAppStoreVersionLocalizations.GET.4eb815e.generated.swift @@ -239,10 +239,6 @@ extension V1.AppStoreVersions.ById.AppStoreVersionLocalizations.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionSubmission/AppStoreVersionsByIdAppStoreVersionSubmission.GET.656f393.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionSubmission/AppStoreVersionsByIdAppStoreVersionSubmission.GET.656f393.generated.swift index 29a775c7..3e0578ef 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionSubmission/AppStoreVersionsByIdAppStoreVersionSubmission.GET.656f393.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionSubmission/AppStoreVersionsByIdAppStoreVersionSubmission.GET.656f393.generated.swift @@ -115,10 +115,6 @@ extension V1.AppStoreVersions.ById.AppStoreVersionSubmission.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.DELETE.60ca87e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.DELETE.60ca87e.generated.swift index 74d5586f..95c1f8ae 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.DELETE.60ca87e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.DELETE.60ca87e.generated.swift @@ -35,7 +35,6 @@ extension V1.AppStoreVersions.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.AppStoreVersions.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.GET.60ca87e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.GET.60ca87e.generated.swift index 08e542d1..ff093ffe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.GET.60ca87e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/AppStoreVersionsById.GET.60ca87e.generated.swift @@ -28,8 +28,6 @@ extension V1.AppStoreVersions.ById { components?.path = path components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[alternativeDistributionPackages]", value: parameters.fields[.alternativeDistributionPackages]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[appClipDefaultExperiences]", @@ -125,126 +123,6 @@ extension V1.AppStoreVersions.ById.GET { private var values: [AnyHashable: AnyHashable] = [:] - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - public struct AlternativeDistributionPackages: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var sourceFileChecksum: Self { .init(rawValue: "sourceFileChecksum") @@ -510,10 +388,6 @@ extension V1.AppStoreVersions.ById.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -798,11 +672,6 @@ extension V1.AppStoreVersions.ById.GET { } public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - /// the fields to include for returned resources of type alternativeDistributionPackages public static var alternativeDistributionPackages: Relation<[AlternativeDistributionPackages]?> { .init(key: "fields[alternativeDistributionPackages]") @@ -867,10 +736,6 @@ extension V1.AppStoreVersions.ById.GET { } public struct Include: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/GameCenterAppVersion/AppStoreVersionsByIdGameCenterAppVersion.GET.08895ae.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/GameCenterAppVersion/AppStoreVersionsByIdGameCenterAppVersion.GET.08895ae.generated.swift index 2cb1f393..28a80d21 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/GameCenterAppVersion/AppStoreVersionsByIdGameCenterAppVersion.GET.08895ae.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/GameCenterAppVersion/AppStoreVersionsByIdGameCenterAppVersion.GET.08895ae.generated.swift @@ -102,10 +102,6 @@ extension V1.AppStoreVersions.ById.GameCenterAppVersion.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/Relationships/AgeRatingDeclaration/AppStoreVersionsByIdRelationshipsAgeRatingDeclaration.GET.342e198.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/Relationships/AgeRatingDeclaration/AppStoreVersionsByIdRelationshipsAgeRatingDeclaration.GET.342e198.generated.swift deleted file mode 100644 index 8fa3839b..00000000 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/Relationships/AgeRatingDeclaration/AppStoreVersionsByIdRelationshipsAgeRatingDeclaration.GET.342e198.generated.swift +++ /dev/null @@ -1,87 +0,0 @@ -// autogenerated - -// swiftlint:disable all -import Foundation -#if canImport(FoundationNetworking) -import FoundationNetworking -#endif - -extension V1.AppStoreVersions.ById.Relationships.AgeRatingDeclaration { - @available(*, deprecated) - public struct GET: Endpoint { - public typealias Response = AppStoreVersionAgeRatingDeclarationLinkageResponse - - public var path: String { - "/v1/appStoreVersions/\(id)/relationships/ageRatingDeclaration" - } - - /// the id of the requested resource - public var id: String - - public var parameters: Parameters = Parameters() - - public init(id: String) { - self.id = id - } - - public func request(with baseURL: URL) throws -> URLRequest? { - var components = URLComponents(url: baseURL, resolvingAgainstBaseURL: true) - components?.path = path - - components?.queryItems = [ - - ].filter { $0.value != nil } - if components?.queryItems?.isEmpty ?? false { - components?.queryItems = nil - } - - var urlRequest = components?.url.map { URLRequest(url: $0) } - urlRequest?.httpMethod = "GET" - return urlRequest - } - - /// - Returns: **200**, Related linkage as `AppStoreVersionAgeRatingDeclarationLinkageResponse` - /// - Throws: **400**, Parameter error(s) as `ErrorResponse` - /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` - /// - Throws: **403**, Forbidden error as `ErrorResponse` - /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` - public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { - var jsonDecoder: JSONDecoder { - let decoder = JSONDecoder() - return decoder - } - - switch urlResponse.statusCode { - case 200: - return try jsonDecoder.decode(AppStoreVersionAgeRatingDeclarationLinkageResponse.self, from: data) - - case 400: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 401: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 403: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 404: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - case 429: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - - default: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - } - } - } -} - -extension V1.AppStoreVersions.ById.Relationships.AgeRatingDeclaration.GET { - public struct Parameters: Hashable { - - } -} - -// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/RoutingAppCoverage/AppStoreVersionsByIdRoutingAppCoverage.GET.9100bd7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/RoutingAppCoverage/AppStoreVersionsByIdRoutingAppCoverage.GET.9100bd7.generated.swift index 458bd454..7c177167 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/RoutingAppCoverage/AppStoreVersionsByIdRoutingAppCoverage.GET.9100bd7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/AppStoreVersions/ById/RoutingAppCoverage/AppStoreVersionsByIdRoutingAppCoverage.GET.9100bd7.generated.swift @@ -98,10 +98,6 @@ extension V1.AppStoreVersions.ById.RoutingAppCoverage.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/Apps.GET.d3db1ee.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/Apps.GET.d3db1ee.generated.swift index 5ae3b907..247c5bc9 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/Apps.GET.d3db1ee.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/Apps.GET.d3db1ee.generated.swift @@ -589,10 +589,6 @@ extension V1.Apps.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersionExperimentsV2/AppsByIdAppStoreVersionExperimentsV2.GET.839e482.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersionExperimentsV2/AppsByIdAppStoreVersionExperimentsV2.GET.839e482.generated.swift index 89e28bec..42e72509 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersionExperimentsV2/AppsByIdAppStoreVersionExperimentsV2.GET.839e482.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersionExperimentsV2/AppsByIdAppStoreVersionExperimentsV2.GET.839e482.generated.swift @@ -211,10 +211,6 @@ extension V1.Apps.ById.AppStoreVersionExperimentsV2.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersions/AppsByIdAppStoreVersions.GET.5202570.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersions/AppsByIdAppStoreVersions.GET.5202570.generated.swift index f94b6bcb..0bd92838 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersions/AppsByIdAppStoreVersions.GET.5202570.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppStoreVersions/AppsByIdAppStoreVersions.GET.5202570.generated.swift @@ -28,8 +28,6 @@ extension V1.Apps.ById.AppStoreVersions { components?.path = path components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[alternativeDistributionPackages]", value: parameters.fields[.alternativeDistributionPackages]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[appClipDefaultExperiences]", @@ -142,126 +140,6 @@ extension V1.Apps.ById.AppStoreVersions.GET { private var values: [AnyHashable: AnyHashable] = [:] - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - public struct AlternativeDistributionPackages: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var sourceFileChecksum: Self { .init(rawValue: "sourceFileChecksum") @@ -527,10 +405,6 @@ extension V1.Apps.ById.AppStoreVersions.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -1047,11 +921,6 @@ extension V1.Apps.ById.AppStoreVersions.GET { } public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - /// the fields to include for returned resources of type alternativeDistributionPackages public static var alternativeDistributionPackages: Relation<[AlternativeDistributionPackages]?> { .init(key: "fields[alternativeDistributionPackages]") @@ -1355,10 +1224,6 @@ extension V1.Apps.ById.AppStoreVersions.GET { } public struct Include: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppsById.GET.37ceec0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppsById.GET.37ceec0.generated.swift index 9980edfe..23821890 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppsById.GET.37ceec0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/AppsById.GET.37ceec0.generated.swift @@ -540,10 +540,6 @@ extension V1.Apps.ById.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/BackgroundAssets/AppsByIdBackgroundAssets.GET.77addb9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/BackgroundAssets/AppsByIdBackgroundAssets.GET.77addb9.generated.swift index 724abaea..ecacd8e3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/BackgroundAssets/AppsByIdBackgroundAssets.GET.77addb9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/BackgroundAssets/AppsByIdBackgroundAssets.GET.77addb9.generated.swift @@ -38,10 +38,14 @@ extension V1.Apps.ById.BackgroundAssets { value: parameters.filter[.archived]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[assetPackIdentifier]", value: parameters.filter[.assetPackIdentifier]?.map { "\($0)" }.joined(separator: ",")), + URLQueryItem(name: "filter[versions.platforms]", + value: parameters.filter[.versionsPlatforms]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "include", value: parameters.include?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "limit", - value: parameters.limit.map { "\($0)" }) + value: parameters.limit.map { "\($0)" }), + URLQueryItem(name: "sort", + value: parameters.sort?.map { "\($0)" }.joined(separator: ",")) ].filter { $0.value != nil } if components?.queryItems?.isEmpty ?? false { components?.queryItems = nil @@ -102,6 +106,9 @@ extension V1.Apps.ById.BackgroundAssets.GET { /// maximum resources per page public var limit: Int? + /// comma-separated list of sort expressions; resources will be sorted as specified + public var sort: [Sort]? + public struct Fields: Hashable { public subscript (_ relation: Relation) -> T { get { values[relation]?.base as! T } @@ -431,6 +438,10 @@ extension V1.Apps.ById.BackgroundAssets.GET { .init(rawValue: "internalBetaVersion") } + public static var usedBytes: Self { + .init(rawValue: "usedBytes") + } + public static var versions: Self { .init(rawValue: "versions") } @@ -478,6 +489,34 @@ extension V1.Apps.ById.BackgroundAssets.GET { private var values: [AnyHashable: AnyHashable] = [:] + public struct VersionsPlatforms: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { + public static var iOS: Self { + .init(rawValue: "IOS") + } + + public static var macOS: Self { + .init(rawValue: "MAC_OS") + } + + public static var tvOS: Self { + .init(rawValue: "TV_OS") + } + + public static var visionOS: Self { + .init(rawValue: "VISION_OS") + } + + public var description: String { + rawValue + } + + public var rawValue: String + + public init(rawValue: String) { + self.rawValue = rawValue + } + } + public struct Relation: Hashable { /// filter by attribute 'archived' public static var archived: Relation<[String]?> { @@ -489,6 +528,11 @@ extension V1.Apps.ById.BackgroundAssets.GET { .init(key: "filter[assetPackIdentifier]") } + /// filter by attribute 'versions.platforms' + public static var versionsPlatforms: Relation<[VersionsPlatforms]?> { + .init(key: "filter[versions.platforms]") + } + internal let key: String public func hash(into hasher: inout Hasher) { @@ -524,6 +568,34 @@ extension V1.Apps.ById.BackgroundAssets.GET { self.rawValue = rawValue } } + + public struct Sort: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { + public static var assetPackIdentifier: Self { + .init(rawValue: "assetPackIdentifier") + } + + public static var assetPackIdentifierDesc: Self { + .init(rawValue: "-assetPackIdentifier") + } + + public static var createdDate: Self { + .init(rawValue: "createdDate") + } + + public static var createdDateDesc: Self { + .init(rawValue: "-createdDate") + } + + public var description: String { + rawValue + } + + public var rawValue: String + + public init(rawValue: String) { + self.rawValue = rawValue + } + } } } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/GameCenterDetail/AppsByIdGameCenterDetail.GET.ec5e6bc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/GameCenterDetail/AppsByIdGameCenterDetail.GET.ec5e6bc.generated.swift index f09543be..8a9a6110 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/GameCenterDetail/AppsByIdGameCenterDetail.GET.ec5e6bc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/GameCenterDetail/AppsByIdGameCenterDetail.GET.ec5e6bc.generated.swift @@ -156,10 +156,6 @@ extension V1.Apps.ById.GameCenterDetail.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/ReviewSubmissions/AppsByIdReviewSubmissions.GET.7dc5c8b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/ReviewSubmissions/AppsByIdReviewSubmissions.GET.7dc5c8b.generated.swift index 0794aa89..825d88f0 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/ReviewSubmissions/AppsByIdReviewSubmissions.GET.7dc5c8b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Apps/ById/ReviewSubmissions/AppsByIdReviewSubmissions.GET.7dc5c8b.generated.swift @@ -149,10 +149,6 @@ extension V1.Apps.ById.ReviewSubmissions.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/BackgroundAssetsById.GET.ab8fadb.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/BackgroundAssetsById.GET.ab8fadb.generated.swift index 9569ca03..d10c9cbd 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/BackgroundAssetsById.GET.ab8fadb.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/BackgroundAssetsById.GET.ab8fadb.generated.swift @@ -124,6 +124,10 @@ extension V1.BackgroundAssets.ById.GET { .init(rawValue: "internalBetaVersion") } + public static var usedBytes: Self { + .init(rawValue: "usedBytes") + } + public static var versions: Self { .init(rawValue: "versions") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/Versions/BackgroundAssetsByIdVersions.GET.c529844.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/Versions/BackgroundAssetsByIdVersions.GET.c529844.generated.swift index 00e6014e..f91edabc 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/Versions/BackgroundAssetsByIdVersions.GET.c529844.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BackgroundAssets/ById/Versions/BackgroundAssetsByIdVersions.GET.c529844.generated.swift @@ -46,6 +46,8 @@ extension V1.BackgroundAssets.ById.Versions { value: parameters.filter[.externalBetaReleaseState]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[internalBetaRelease.state]", value: parameters.filter[.internalBetaReleaseState]?.map { "\($0)" }.joined(separator: ",")), + URLQueryItem(name: "filter[platforms]", + value: parameters.filter[.platforms]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[state]", value: parameters.filter[.state]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[version]", @@ -320,6 +322,10 @@ extension V1.BackgroundAssets.ById.Versions.GET { .init(rawValue: "internalBetaVersion") } + public static var usedBytes: Self { + .init(rawValue: "usedBytes") + } + public static var versions: Self { .init(rawValue: "versions") } @@ -490,6 +496,34 @@ extension V1.BackgroundAssets.ById.Versions.GET { } } + public struct Platforms: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { + public static var iOS: Self { + .init(rawValue: "IOS") + } + + public static var macOS: Self { + .init(rawValue: "MAC_OS") + } + + public static var tvOS: Self { + .init(rawValue: "TV_OS") + } + + public static var visionOS: Self { + .init(rawValue: "VISION_OS") + } + + public var description: String { + rawValue + } + + public var rawValue: String + + public init(rawValue: String) { + self.rawValue = rawValue + } + } + public struct State: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var awaitingUpload: Self { .init(rawValue: "AWAITING_UPLOAD") @@ -534,6 +568,11 @@ extension V1.BackgroundAssets.ById.Versions.GET { .init(key: "filter[internalBetaRelease.state]") } + /// filter by attribute 'platforms' + public static var platforms: Relation<[Platforms]?> { + .init(key: "filter[platforms]") + } + /// filter by attribute 'state' public static var state: Relation<[State]?> { .init(key: "filter[state]") diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocationLocalizations/ById/BetaAppClipInvocationLocalizationsById.DELETE.f68cb29.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocationLocalizations/ById/BetaAppClipInvocationLocalizationsById.DELETE.f68cb29.generated.swift index d69f90f4..5f61d7ce 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocationLocalizations/ById/BetaAppClipInvocationLocalizationsById.DELETE.f68cb29.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocationLocalizations/ById/BetaAppClipInvocationLocalizationsById.DELETE.f68cb29.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaAppClipInvocationLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaAppClipInvocationLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocations/ById/BetaAppClipInvocationsById.DELETE.de3257b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocations/ById/BetaAppClipInvocationsById.DELETE.de3257b.generated.swift index 654d33ad..861a67ee 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocations/ById/BetaAppClipInvocationsById.DELETE.de3257b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppClipInvocations/ById/BetaAppClipInvocationsById.DELETE.de3257b.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaAppClipInvocations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaAppClipInvocations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppLocalizations/ById/BetaAppLocalizationsById.DELETE.59c6c03.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppLocalizations/ById/BetaAppLocalizationsById.DELETE.59c6c03.generated.swift index 49ad339e..7e9a8f5f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppLocalizations/ById/BetaAppLocalizationsById.DELETE.59c6c03.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaAppLocalizations/ById/BetaAppLocalizationsById.DELETE.59c6c03.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaAppLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaAppLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaBuildLocalizations/ById/BetaBuildLocalizationsById.DELETE.5c519b7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaBuildLocalizations/ById/BetaBuildLocalizationsById.DELETE.5c519b7.generated.swift index 849baf1a..47fade6f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaBuildLocalizations/ById/BetaBuildLocalizationsById.DELETE.5c519b7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaBuildLocalizations/ById/BetaBuildLocalizationsById.DELETE.5c519b7.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaBuildLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaBuildLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackCrashSubmissions/ById/BetaFeedbackCrashSubmissionsById.DELETE.a2529fe.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackCrashSubmissions/ById/BetaFeedbackCrashSubmissionsById.DELETE.a2529fe.generated.swift index 91100ab7..119c969a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackCrashSubmissions/ById/BetaFeedbackCrashSubmissionsById.DELETE.a2529fe.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackCrashSubmissions/ById/BetaFeedbackCrashSubmissionsById.DELETE.a2529fe.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaFeedbackCrashSubmissions.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaFeedbackCrashSubmissions.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackScreenshotSubmissions/ById/BetaFeedbackScreenshotSubmissionsById.DELETE.93f1434.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackScreenshotSubmissions/ById/BetaFeedbackScreenshotSubmissionsById.DELETE.93f1434.generated.swift index 654f706f..28eb2eb0 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackScreenshotSubmissions/ById/BetaFeedbackScreenshotSubmissionsById.DELETE.93f1434.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaFeedbackScreenshotSubmissions/ById/BetaFeedbackScreenshotSubmissionsById.DELETE.93f1434.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaFeedbackScreenshotSubmissions.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaFeedbackScreenshotSubmissions.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaGroups/ById/BetaGroupsById.DELETE.4ae6ed3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaGroups/ById/BetaGroupsById.DELETE.4ae6ed3.generated.swift index 0b8c3370..65b0f100 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaGroups/ById/BetaGroupsById.DELETE.4ae6ed3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaGroups/ById/BetaGroupsById.DELETE.4ae6ed3.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaGroups.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaGroups.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaRecruitmentCriteria/ById/BetaRecruitmentCriteriaById.DELETE.9c589da.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaRecruitmentCriteria/ById/BetaRecruitmentCriteriaById.DELETE.9c589da.generated.swift index 9e80f456..821bd4c5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaRecruitmentCriteria/ById/BetaRecruitmentCriteriaById.DELETE.9c589da.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaRecruitmentCriteria/ById/BetaRecruitmentCriteriaById.DELETE.9c589da.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaRecruitmentCriteria.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaRecruitmentCriteria.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaTesters/ById/BetaTestersById.DELETE.6ca796e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaTesters/ById/BetaTestersById.DELETE.6ca796e.generated.swift index 7977426a..094727d5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaTesters/ById/BetaTestersById.DELETE.6ca796e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BetaTesters/ById/BetaTestersById.DELETE.6ca796e.generated.swift @@ -35,7 +35,6 @@ extension V1.BetaTesters.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BetaTesters.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BuildUploads/ById/BuildUploadsById.DELETE.a1cf186.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BuildUploads/ById/BuildUploadsById.DELETE.a1cf186.generated.swift index 3dae317d..5f25b460 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BuildUploads/ById/BuildUploadsById.DELETE.a1cf186.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BuildUploads/ById/BuildUploadsById.DELETE.a1cf186.generated.swift @@ -35,7 +35,6 @@ extension V1.BuildUploads.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BuildUploads.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/Builds.GET.b0093ba.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/Builds.GET.b0093ba.generated.swift index 504244f8..6b86cd60 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/Builds.GET.b0093ba.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/Builds.GET.b0093ba.generated.swift @@ -261,10 +261,6 @@ extension V1.Builds.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/AppStoreVersion/BuildsByIdAppStoreVersion.GET.42e9c68.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/AppStoreVersion/BuildsByIdAppStoreVersion.GET.42e9c68.generated.swift index 4baa10ce..db99e7e2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/AppStoreVersion/BuildsByIdAppStoreVersion.GET.42e9c68.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/AppStoreVersion/BuildsByIdAppStoreVersion.GET.42e9c68.generated.swift @@ -28,8 +28,6 @@ extension V1.Builds.ById.AppStoreVersion { components?.path = path components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[alternativeDistributionPackages]", value: parameters.fields[.alternativeDistributionPackages]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[appClipDefaultExperiences]", @@ -127,126 +125,6 @@ extension V1.Builds.ById.AppStoreVersion.GET { private var values: [AnyHashable: AnyHashable] = [:] - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - public struct AlternativeDistributionPackages: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var sourceFileChecksum: Self { .init(rawValue: "sourceFileChecksum") @@ -512,10 +390,6 @@ extension V1.Builds.ById.AppStoreVersion.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -1032,11 +906,6 @@ extension V1.Builds.ById.AppStoreVersion.GET { } public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - /// the fields to include for returned resources of type alternativeDistributionPackages public static var alternativeDistributionPackages: Relation<[AlternativeDistributionPackages]?> { .init(key: "fields[alternativeDistributionPackages]") @@ -1106,10 +975,6 @@ extension V1.Builds.ById.AppStoreVersion.GET { } public struct Include: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/BuildsById.GET.30b1941.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/BuildsById.GET.30b1941.generated.swift index 75b98e88..6e1c4963 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/BuildsById.GET.30b1941.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Builds/ById/BuildsById.GET.30b1941.generated.swift @@ -206,10 +206,6 @@ extension V1.Builds.ById.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIdCapabilities/ById/BundleIdCapabilitiesById.DELETE.2e41da5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIdCapabilities/ById/BundleIdCapabilitiesById.DELETE.2e41da5.generated.swift index fc25582f..3193a481 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIdCapabilities/ById/BundleIdCapabilitiesById.DELETE.2e41da5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIdCapabilities/ById/BundleIdCapabilitiesById.DELETE.2e41da5.generated.swift @@ -35,7 +35,6 @@ extension V1.BundleIdCapabilities.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BundleIdCapabilities.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIds/ById/BundleIdsById.DELETE.8901881.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIds/ById/BundleIdsById.DELETE.8901881.generated.swift index 3d82179d..be0557d2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIds/ById/BundleIdsById.DELETE.8901881.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/BundleIds/ById/BundleIdsById.DELETE.8901881.generated.swift @@ -35,7 +35,6 @@ extension V1.BundleIds.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.BundleIds.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Certificates/ById/CertificatesById.DELETE.21ec8ea.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Certificates/ById/CertificatesById.DELETE.21ec8ea.generated.swift index fdc67e24..c764068f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Certificates/ById/CertificatesById.DELETE.21ec8ea.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Certificates/ById/CertificatesById.DELETE.21ec8ea.generated.swift @@ -35,7 +35,6 @@ extension V1.Certificates.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Certificates.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiBuildRuns/ById/Builds/CiBuildRunsByIdBuilds.GET.d851595.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiBuildRuns/ById/Builds/CiBuildRunsByIdBuilds.GET.d851595.generated.swift index e3421f93..7e61e616 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiBuildRuns/ById/Builds/CiBuildRunsByIdBuilds.GET.d851595.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiBuildRuns/ById/Builds/CiBuildRunsByIdBuilds.GET.d851595.generated.swift @@ -274,10 +274,6 @@ extension V1.CiBuildRuns.ById.Builds.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -894,6 +890,10 @@ extension V1.CiBuildRuns.ById.Builds.GET { .init(rawValue: "locales") } + public static var minimumOsVersion: Self { + .init(rawValue: "minimumOsVersion") + } + public static var platformBuild: Self { .init(rawValue: "platformBuild") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/App/CiProductsByIdApp.GET.a65f4ca.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/App/CiProductsByIdApp.GET.a65f4ca.generated.swift index ce547665..34ecaf6a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/App/CiProductsByIdApp.GET.a65f4ca.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/App/CiProductsByIdApp.GET.a65f4ca.generated.swift @@ -542,10 +542,6 @@ extension V1.CiProducts.ById.App.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/CiProductsById.DELETE.3ba4a0b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/CiProductsById.DELETE.3ba4a0b.generated.swift index 2ae5d5f5..2c145c78 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/CiProductsById.DELETE.3ba4a0b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiProducts/ById/CiProductsById.DELETE.3ba4a0b.generated.swift @@ -35,7 +35,6 @@ extension V1.CiProducts.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.CiProducts.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiWorkflows/ById/CiWorkflowsById.DELETE.c983433.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiWorkflows/ById/CiWorkflowsById.DELETE.c983433.generated.swift index 65a70045..7777adc1 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiWorkflows/ById/CiWorkflowsById.DELETE.c983433.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CiWorkflows/ById/CiWorkflowsById.DELETE.c983433.generated.swift @@ -35,7 +35,6 @@ extension V1.CiWorkflows.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.CiWorkflows.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CustomerReviewResponses/ById/CustomerReviewResponsesById.DELETE.bacc312.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CustomerReviewResponses/ById/CustomerReviewResponsesById.DELETE.bacc312.generated.swift index be5c6e95..c3393617 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CustomerReviewResponses/ById/CustomerReviewResponsesById.DELETE.bacc312.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/CustomerReviewResponses/ById/CustomerReviewResponsesById.DELETE.bacc312.generated.swift @@ -35,7 +35,6 @@ extension V1.CustomerReviewResponses.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.CustomerReviewResponses.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/EndUserLicenseAgreements/ById/EndUserLicenseAgreementsById.DELETE.940d270.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/EndUserLicenseAgreements/ById/EndUserLicenseAgreementsById.DELETE.940d270.generated.swift index 9f02530b..50429b30 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/EndUserLicenseAgreements/ById/EndUserLicenseAgreementsById.DELETE.940d270.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/EndUserLicenseAgreements/ById/EndUserLicenseAgreementsById.DELETE.940d270.generated.swift @@ -35,7 +35,6 @@ extension V1.EndUserLicenseAgreements.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.EndUserLicenseAgreements.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.9dc559b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.9dc559b.generated.swift index cb39180e..430185f8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.9dc559b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.9dc559b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementImages.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterAchievementImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterAchievementImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.GET.9dc559b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.GET.9dc559b.generated.swift index 6745d1a3..17e018c3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.GET.9dc559b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.GET.9dc559b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementImages.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.PATCH.9dc559b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.PATCH.9dc559b.generated.swift index 5153ac70..8a1dc184 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.PATCH.9dc559b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.PATCH.9dc559b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementImages.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterAchievementImageUpdateRequest public typealias Response = GameCenterAchievementImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/GameCenterAchievementImages.POST.d1c317b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/GameCenterAchievementImages.POST.d1c317b.generated.swift index 0ecdee6e..8b975906 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/GameCenterAchievementImages.POST.d1c317b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementImages/GameCenterAchievementImages.POST.d1c317b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementImages { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterAchievementImageCreateRequest public typealias Response = GameCenterAchievementImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievement/GameCenterAchievementLocalizationsByIdGameCenterAchievement.GET.833923b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievement/GameCenterAchievementLocalizationsByIdGameCenterAchievement.GET.833923b.generated.swift index 1d63b22c..12a272f3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievement/GameCenterAchievementLocalizationsByIdGameCenterAchievement.GET.833923b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievement/GameCenterAchievementLocalizationsByIdGameCenterAchievement.GET.833923b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById.GameCenterAchievement { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdGameCenterAchievementImage.GET.68fa9cf.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdGameCenterAchievementImage.GET.68fa9cf.generated.swift index aca902a2..4d2de0fa 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdGameCenterAchievementImage.GET.68fa9cf.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdGameCenterAchievementImage.GET.68fa9cf.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById.GameCenterAchievementImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.eec1c39.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.eec1c39.generated.swift index 2c89dc50..27e5824d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.eec1c39.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.eec1c39.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterAchievementLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterAchievementLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.GET.eec1c39.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.GET.eec1c39.generated.swift index d4a10485..35ea3d88 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.GET.eec1c39.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.GET.eec1c39.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.PATCH.eec1c39.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.PATCH.eec1c39.generated.swift index 0477613c..78a21406 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.PATCH.eec1c39.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.PATCH.eec1c39.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterAchievementLocalizationUpdateRequest public typealias Response = GameCenterAchievementLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievement/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievement.GET.2437564.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievement/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievement.GET.2437564.generated.swift index 927c0290..14ac5c49 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievement/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievement.GET.2437564.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievement/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievement.GET.2437564.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById.Relationships.GameCenterAchievement { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementLocalizationGameCenterAchievementLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievementImage.GET.02e1f8f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievementImage.GET.02e1f8f.generated.swift index 455b7456..c0960705 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievementImage.GET.02e1f8f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/ById/Relationships/GameCenterAchievementImage/GameCenterAchievementLocalizationsByIdRelationshipsGameCenterAchievementImage.GET.02e1f8f.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations.ById.Relationships.GameCenterAchievementImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementLocalizationGameCenterAchievementImageLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/GameCenterAchievementLocalizations.POST.a6e083a.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/GameCenterAchievementLocalizations.POST.a6e083a.generated.swift index 0ff6b369..5826ff11 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/GameCenterAchievementLocalizations.POST.a6e083a.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementLocalizations/GameCenterAchievementLocalizations.POST.a6e083a.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementLocalizations { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterAchievementLocalizationCreateRequest public typealias Response = GameCenterAchievementLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.DELETE.41adca8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.DELETE.41adca8.generated.swift index b121579f..724fd1c6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.DELETE.41adca8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.DELETE.41adca8.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementReleases.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterAchievementReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterAchievementReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.GET.41adca8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.GET.41adca8.generated.swift index a2f72b2f..ef5b32d3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.GET.41adca8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/ById/GameCenterAchievementReleasesById.GET.41adca8.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementReleases.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/GameCenterAchievementReleases.POST.ac65a3e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/GameCenterAchievementReleases.POST.ac65a3e.generated.swift index f250836c..ba2ee906 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/GameCenterAchievementReleases.POST.ac65a3e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievementReleases/GameCenterAchievementReleases.POST.ac65a3e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievementReleases { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterAchievementReleaseCreateRequest public typealias Response = GameCenterAchievementReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.54c2f1b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.54c2f1b.generated.swift index fc6fd5b8..df7fdab8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.54c2f1b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.54c2f1b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterAchievements.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterAchievements.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.GET.54c2f1b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.GET.54c2f1b.generated.swift index 577e830c..4bb47a48 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.GET.54c2f1b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.GET.54c2f1b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.PATCH.54c2f1b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.PATCH.54c2f1b.generated.swift index ff6ef4cc..b3c772fe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.PATCH.54c2f1b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/GameCenterAchievementsById.PATCH.54c2f1b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterAchievementUpdateRequest public typealias Response = GameCenterAchievementResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Localizations/GameCenterAchievementsByIdLocalizations.GET.6c3f65c.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Localizations/GameCenterAchievementsByIdLocalizations.GET.6c3f65c.generated.swift index 5fd63cc3..226b595b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Localizations/GameCenterAchievementsByIdLocalizations.GET.6c3f65c.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Localizations/GameCenterAchievementsByIdLocalizations.GET.6c3f65c.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementLocalizationsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Activity/GameCenterAchievementsByIdRelationshipsActivity.PATCH.767fb4e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Activity/GameCenterAchievementsByIdRelationshipsActivity.PATCH.767fb4e.generated.swift index 3a5d7b41..93e19ce1 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Activity/GameCenterAchievementsByIdRelationshipsActivity.PATCH.767fb4e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Activity/GameCenterAchievementsByIdRelationshipsActivity.PATCH.767fb4e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById.Relationships.Activity { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterAchievementActivityLinkageRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Localizations/GameCenterAchievementsByIdRelationshipsLocalizations.GET.3f46a50.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Localizations/GameCenterAchievementsByIdRelationshipsLocalizations.GET.3f46a50.generated.swift index d868ae5d..17aac90f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Localizations/GameCenterAchievementsByIdRelationshipsLocalizations.GET.3f46a50.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Localizations/GameCenterAchievementsByIdRelationshipsLocalizations.GET.3f46a50.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById.Relationships.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementLocalizationsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Releases/GameCenterAchievementsByIdRelationshipsReleases.GET.678b35f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Releases/GameCenterAchievementsByIdRelationshipsReleases.GET.678b35f.generated.swift index eeb8ba7b..c9df8754 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Releases/GameCenterAchievementsByIdRelationshipsReleases.GET.678b35f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Relationships/Releases/GameCenterAchievementsByIdRelationshipsReleases.GET.678b35f.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById.Relationships.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Releases/GameCenterAchievementsByIdReleases.GET.2c93767.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Releases/GameCenterAchievementsByIdReleases.GET.2c93767.generated.swift index 90f97a98..2bf137d3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Releases/GameCenterAchievementsByIdReleases.GET.2c93767.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/ById/Releases/GameCenterAchievementsByIdReleases.GET.2c93767.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements.ById.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/GameCenterAchievements.POST.519abd7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/GameCenterAchievements.POST.519abd7.generated.swift index a272a64f..ab90a30d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/GameCenterAchievements.POST.519abd7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAchievements/GameCenterAchievements.POST.519abd7.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterAchievements { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterAchievementCreateRequest public typealias Response = GameCenterAchievementResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/GameCenterActivitiesById.DELETE.2aa06fe.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/GameCenterActivitiesById.DELETE.2aa06fe.generated.swift index 161c0b22..99ca9243 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/GameCenterActivitiesById.DELETE.2aa06fe.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/GameCenterActivitiesById.DELETE.2aa06fe.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterActivities.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterActivities.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.DELETE.b6340bc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.DELETE.b6340bc.generated.swift index 1eea7d5c..3b087f0c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.DELETE.b6340bc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.DELETE.b6340bc.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivities.ById.Relationships.Achievements { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.POST.b6340bc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.POST.b6340bc.generated.swift index 8fcc5ae2..fd63a591 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.POST.b6340bc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Achievements/GameCenterActivitiesByIdRelationshipsAchievements.POST.b6340bc.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivities.ById.Relationships.Achievements { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterActivityAchievementsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.DELETE.e0742e0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.DELETE.e0742e0.generated.swift index 3417eb67..07dedf2c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.DELETE.e0742e0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.DELETE.e0742e0.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivities.ById.Relationships.Leaderboards { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.POST.e0742e0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.POST.e0742e0.generated.swift index b2e91ee1..c0b33eb6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.POST.e0742e0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivities/ById/Relationships/Leaderboards/GameCenterActivitiesByIdRelationshipsLeaderboards.POST.e0742e0.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivities.ById.Relationships.Leaderboards { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterActivityLeaderboardsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityImages/ById/GameCenterActivityImagesById.DELETE.dba6219.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityImages/ById/GameCenterActivityImagesById.DELETE.dba6219.generated.swift index da70bfa7..39674f41 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityImages/ById/GameCenterActivityImagesById.DELETE.dba6219.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityImages/ById/GameCenterActivityImagesById.DELETE.dba6219.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterActivityImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterActivityImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityLocalizations/ById/GameCenterActivityLocalizationsById.DELETE.498f7b3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityLocalizations/ById/GameCenterActivityLocalizationsById.DELETE.498f7b3.generated.swift index bb9637f8..c665bf9d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityLocalizations/ById/GameCenterActivityLocalizationsById.DELETE.498f7b3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityLocalizations/ById/GameCenterActivityLocalizationsById.DELETE.498f7b3.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterActivityLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterActivityLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.DELETE.4df0d43.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.DELETE.4df0d43.generated.swift index ae149924..4bd37063 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.DELETE.4df0d43.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.DELETE.4df0d43.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivityVersionReleases.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterActivityVersionReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterActivityVersionReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.GET.4df0d43.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.GET.4df0d43.generated.swift index 09861d00..437566d2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.GET.4df0d43.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/ById/GameCenterActivityVersionReleasesById.GET.4df0d43.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivityVersionReleases.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterActivityVersionReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/GameCenterActivityVersionReleases.POST.9d43f0e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/GameCenterActivityVersionReleases.POST.9d43f0e.generated.swift index deeaee19..2e4fbfd8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/GameCenterActivityVersionReleases.POST.9d43f0e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterActivityVersionReleases/GameCenterActivityVersionReleases.POST.9d43f0e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterActivityVersionReleases { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterActivityVersionReleaseCreateRequest public typealias Response = GameCenterActivityVersionReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/AppStoreVersion/GameCenterAppVersionsByIdAppStoreVersion.GET.c01ca76.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/AppStoreVersion/GameCenterAppVersionsByIdAppStoreVersion.GET.c01ca76.generated.swift index 2a2fcc97..47698892 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/AppStoreVersion/GameCenterAppVersionsByIdAppStoreVersion.GET.c01ca76.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/AppStoreVersion/GameCenterAppVersionsByIdAppStoreVersion.GET.c01ca76.generated.swift @@ -28,8 +28,6 @@ extension V1.GameCenterAppVersions.ById.AppStoreVersion { components?.path = path components?.queryItems = [ - URLQueryItem(name: "fields[ageRatingDeclarations]", - value: parameters.fields[.ageRatingDeclarations]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[alternativeDistributionPackages]", value: parameters.fields[.alternativeDistributionPackages]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "fields[appClipDefaultExperiences]", @@ -127,126 +125,6 @@ extension V1.GameCenterAppVersions.ById.AppStoreVersion.GET { private var values: [AnyHashable: AnyHashable] = [:] - public struct AgeRatingDeclarations: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var advertising: Self { - .init(rawValue: "advertising") - } - - public static var ageAssurance: Self { - .init(rawValue: "ageAssurance") - } - - public static var ageRatingOverride: Self { - .init(rawValue: "ageRatingOverride") - } - - public static var ageRatingOverrideV2: Self { - .init(rawValue: "ageRatingOverrideV2") - } - - public static var alcoholTobaccoOrDrugUseOrReferences: Self { - .init(rawValue: "alcoholTobaccoOrDrugUseOrReferences") - } - - public static var contests: Self { - .init(rawValue: "contests") - } - - public static var developerAgeRatingInfoUrl: Self { - .init(rawValue: "developerAgeRatingInfoUrl") - } - - public static var gambling: Self { - .init(rawValue: "gambling") - } - - public static var gamblingSimulated: Self { - .init(rawValue: "gamblingSimulated") - } - - public static var gunsOrOtherWeapons: Self { - .init(rawValue: "gunsOrOtherWeapons") - } - - public static var healthOrWellnessTopics: Self { - .init(rawValue: "healthOrWellnessTopics") - } - - public static var horrorOrFearThemes: Self { - .init(rawValue: "horrorOrFearThemes") - } - - public static var kidsAgeBand: Self { - .init(rawValue: "kidsAgeBand") - } - - public static var koreaAgeRatingOverride: Self { - .init(rawValue: "koreaAgeRatingOverride") - } - - public static var lootBox: Self { - .init(rawValue: "lootBox") - } - - public static var matureOrSuggestiveThemes: Self { - .init(rawValue: "matureOrSuggestiveThemes") - } - - public static var medicalOrTreatmentInformation: Self { - .init(rawValue: "medicalOrTreatmentInformation") - } - - public static var messagingAndChat: Self { - .init(rawValue: "messagingAndChat") - } - - public static var parentalControls: Self { - .init(rawValue: "parentalControls") - } - - public static var profanityOrCrudeHumor: Self { - .init(rawValue: "profanityOrCrudeHumor") - } - - public static var sexualContentGraphicAndNudity: Self { - .init(rawValue: "sexualContentGraphicAndNudity") - } - - public static var sexualContentOrNudity: Self { - .init(rawValue: "sexualContentOrNudity") - } - - public static var unrestrictedWebAccess: Self { - .init(rawValue: "unrestrictedWebAccess") - } - - public static var userGeneratedContent: Self { - .init(rawValue: "userGeneratedContent") - } - - public static var violenceCartoonOrFantasy: Self { - .init(rawValue: "violenceCartoonOrFantasy") - } - - public static var violenceRealistic: Self { - .init(rawValue: "violenceRealistic") - } - - public static var violenceRealisticProlongedGraphicOrSadistic: Self { - .init(rawValue: "violenceRealisticProlongedGraphicOrSadistic") - } - - public var description: String { - rawValue - } - - public var rawValue: String - - public init(rawValue: String) { - self.rawValue = rawValue - } - } - public struct AlternativeDistributionPackages: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { public static var sourceFileChecksum: Self { .init(rawValue: "sourceFileChecksum") @@ -512,10 +390,6 @@ extension V1.GameCenterAppVersions.ById.AppStoreVersion.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } @@ -1032,11 +906,6 @@ extension V1.GameCenterAppVersions.ById.AppStoreVersion.GET { } public struct Relation: Hashable { - /// the fields to include for returned resources of type ageRatingDeclarations - public static var ageRatingDeclarations: Relation<[AgeRatingDeclarations]?> { - .init(key: "fields[ageRatingDeclarations]") - } - /// the fields to include for returned resources of type alternativeDistributionPackages public static var alternativeDistributionPackages: Relation<[AlternativeDistributionPackages]?> { .init(key: "fields[alternativeDistributionPackages]") @@ -1106,10 +975,6 @@ extension V1.GameCenterAppVersions.ById.AppStoreVersion.GET { } public struct Include: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/CompatibilityVersions/GameCenterAppVersionsByIdCompatibilityVersions.GET.9045903.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/CompatibilityVersions/GameCenterAppVersionsByIdCompatibilityVersions.GET.9045903.generated.swift index 38686b72..b37a0f68 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/CompatibilityVersions/GameCenterAppVersionsByIdCompatibilityVersions.GET.9045903.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/CompatibilityVersions/GameCenterAppVersionsByIdCompatibilityVersions.GET.9045903.generated.swift @@ -109,10 +109,6 @@ extension V1.GameCenterAppVersions.ById.CompatibilityVersions.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/GameCenterAppVersionsById.GET.a2ccb05.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/GameCenterAppVersionsById.GET.a2ccb05.generated.swift index 3e56d8ac..248a2c6e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/GameCenterAppVersionsById.GET.a2ccb05.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterAppVersions/ById/GameCenterAppVersionsById.GET.a2ccb05.generated.swift @@ -102,10 +102,6 @@ extension V1.GameCenterAppVersions.ById.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeImages/ById/GameCenterChallengeImagesById.DELETE.93e7d1b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeImages/ById/GameCenterChallengeImagesById.DELETE.93e7d1b.generated.swift index 2dd83610..c92dab34 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeImages/ById/GameCenterChallengeImagesById.DELETE.93e7d1b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeImages/ById/GameCenterChallengeImagesById.DELETE.93e7d1b.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterChallengeImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterChallengeImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeLocalizations/ById/GameCenterChallengeLocalizationsById.DELETE.12ccb9a.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeLocalizations/ById/GameCenterChallengeLocalizationsById.DELETE.12ccb9a.generated.swift index 879f8eb1..35d78e3c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeLocalizations/ById/GameCenterChallengeLocalizationsById.DELETE.12ccb9a.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeLocalizations/ById/GameCenterChallengeLocalizationsById.DELETE.12ccb9a.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterChallengeLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterChallengeLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.DELETE.da07552.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.DELETE.da07552.generated.swift index 5a17e17e..8d5859bb 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.DELETE.da07552.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.DELETE.da07552.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterChallengeVersionReleases.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterChallengeVersionReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterChallengeVersionReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.GET.da07552.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.GET.da07552.generated.swift index d1da7b3d..c22d563a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.GET.da07552.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/ById/GameCenterChallengeVersionReleasesById.GET.da07552.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterChallengeVersionReleases.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterChallengeVersionReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/GameCenterChallengeVersionReleases.POST.9d1e993.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/GameCenterChallengeVersionReleases.POST.9d1e993.generated.swift index 3b2d77fb..6bb88897 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/GameCenterChallengeVersionReleases.POST.9d1e993.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallengeVersionReleases/GameCenterChallengeVersionReleases.POST.9d1e993.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterChallengeVersionReleases { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterChallengeVersionReleaseCreateRequest public typealias Response = GameCenterChallengeVersionReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/GameCenterChallengesById.DELETE.7dbeef3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/GameCenterChallengesById.DELETE.7dbeef3.generated.swift index 547e1c64..eb9d4022 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/GameCenterChallengesById.DELETE.7dbeef3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/GameCenterChallengesById.DELETE.7dbeef3.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterChallenges.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterChallenges.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/Relationships/Leaderboard/GameCenterChallengesByIdRelationshipsLeaderboard.PATCH.b83f437.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/Relationships/Leaderboard/GameCenterChallengesByIdRelationshipsLeaderboard.PATCH.b83f437.generated.swift index 27a04b51..d4de724e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/Relationships/Leaderboard/GameCenterChallengesByIdRelationshipsLeaderboard.PATCH.b83f437.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterChallenges/ById/Relationships/Leaderboard/GameCenterChallengesByIdRelationshipsLeaderboard.PATCH.b83f437.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterChallenges.ById.Relationships.Leaderboard { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterChallengeLeaderboardLinkageRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/AchievementReleases/GameCenterDetailsByIdAchievementReleases.GET.5816a34.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/AchievementReleases/GameCenterDetailsByIdAchievementReleases.GET.5816a34.generated.swift index 23badac7..643eb90c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/AchievementReleases/GameCenterDetailsByIdAchievementReleases.GET.5816a34.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/AchievementReleases/GameCenterDetailsByIdAchievementReleases.GET.5816a34.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.AchievementReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ActivityReleases/GameCenterDetailsByIdActivityReleases.GET.3e146f9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ActivityReleases/GameCenterDetailsByIdActivityReleases.GET.3e146f9.generated.swift index a7a49927..a3902046 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ActivityReleases/GameCenterDetailsByIdActivityReleases.GET.3e146f9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ActivityReleases/GameCenterDetailsByIdActivityReleases.GET.3e146f9.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.ActivityReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterActivityVersionReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ChallengeReleases/GameCenterDetailsByIdChallengeReleases.GET.7d048ec.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ChallengeReleases/GameCenterDetailsByIdChallengeReleases.GET.7d048ec.generated.swift index e725cd10..0d734dd3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ChallengeReleases/GameCenterDetailsByIdChallengeReleases.GET.7d048ec.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/ChallengeReleases/GameCenterDetailsByIdChallengeReleases.GET.7d048ec.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.ChallengeReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterChallengeVersionReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAchievements/GameCenterDetailsByIdGameCenterAchievements.GET.601c9ef.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAchievements/GameCenterDetailsByIdGameCenterAchievements.GET.601c9ef.generated.swift index b9291479..3894d076 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAchievements/GameCenterDetailsByIdGameCenterAchievements.GET.601c9ef.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAchievements/GameCenterDetailsByIdGameCenterAchievements.GET.601c9ef.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.GameCenterAchievements { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAppVersions/GameCenterDetailsByIdGameCenterAppVersions.GET.7515b8e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAppVersions/GameCenterDetailsByIdGameCenterAppVersions.GET.7515b8e.generated.swift index 6f0abcfe..fa475c29 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAppVersions/GameCenterDetailsByIdGameCenterAppVersions.GET.7515b8e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterAppVersions/GameCenterDetailsByIdGameCenterAppVersions.GET.7515b8e.generated.swift @@ -109,10 +109,6 @@ extension V1.GameCenterDetails.ById.GameCenterAppVersions.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboardSets/GameCenterDetailsByIdGameCenterLeaderboardSets.GET.8110c49.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboardSets/GameCenterDetailsByIdGameCenterLeaderboardSets.GET.8110c49.generated.swift index 1abb133e..f626eae8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboardSets/GameCenterDetailsByIdGameCenterLeaderboardSets.GET.8110c49.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboardSets/GameCenterDetailsByIdGameCenterLeaderboardSets.GET.8110c49.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.GameCenterLeaderboardSets { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboards/GameCenterDetailsByIdGameCenterLeaderboards.GET.a47a5dc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboards/GameCenterDetailsByIdGameCenterLeaderboards.GET.a47a5dc.generated.swift index f95556cc..670c41ae 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboards/GameCenterDetailsByIdGameCenterLeaderboards.GET.a47a5dc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/GameCenterLeaderboards/GameCenterDetailsByIdGameCenterLeaderboards.GET.a47a5dc.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardReleases/GameCenterDetailsByIdLeaderboardReleases.GET.47d956f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardReleases/GameCenterDetailsByIdLeaderboardReleases.GET.47d956f.generated.swift index 41413067..7ee92d90 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardReleases/GameCenterDetailsByIdLeaderboardReleases.GET.47d956f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardReleases/GameCenterDetailsByIdLeaderboardReleases.GET.47d956f.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.LeaderboardReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardSetReleases/GameCenterDetailsByIdLeaderboardSetReleases.GET.e2b4917.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardSetReleases/GameCenterDetailsByIdLeaderboardSetReleases.GET.e2b4917.generated.swift index 210b1fbc..fbd734ea 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardSetReleases/GameCenterDetailsByIdLeaderboardSetReleases.GET.e2b4917.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/LeaderboardSetReleases/GameCenterDetailsByIdLeaderboardSetReleases.GET.e2b4917.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.LeaderboardSetReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/AchievementReleases/GameCenterDetailsByIdRelationshipsAchievementReleases.GET.ad59285.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/AchievementReleases/GameCenterDetailsByIdRelationshipsAchievementReleases.GET.ad59285.generated.swift index 926f2908..070a6839 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/AchievementReleases/GameCenterDetailsByIdRelationshipsAchievementReleases.GET.ad59285.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/AchievementReleases/GameCenterDetailsByIdRelationshipsAchievementReleases.GET.ad59285.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.AchievementReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailAchievementReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ActivityReleases/GameCenterDetailsByIdRelationshipsActivityReleases.GET.646dfe2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ActivityReleases/GameCenterDetailsByIdRelationshipsActivityReleases.GET.646dfe2.generated.swift index 167345ec..6d80c9a2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ActivityReleases/GameCenterDetailsByIdRelationshipsActivityReleases.GET.646dfe2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ActivityReleases/GameCenterDetailsByIdRelationshipsActivityReleases.GET.646dfe2.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.ActivityReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailActivityReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ChallengeReleases/GameCenterDetailsByIdRelationshipsChallengeReleases.GET.870b3e5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ChallengeReleases/GameCenterDetailsByIdRelationshipsChallengeReleases.GET.870b3e5.generated.swift index e810bf11..406cec72 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ChallengeReleases/GameCenterDetailsByIdRelationshipsChallengeReleases.GET.870b3e5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/ChallengeReleases/GameCenterDetailsByIdRelationshipsChallengeReleases.GET.870b3e5.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.ChallengeReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailChallengeReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.GET.f55ff27.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.GET.f55ff27.generated.swift index b3327b46..84c3a28d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.GET.f55ff27.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.GET.f55ff27.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterAchievements { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailGameCenterAchievementsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.PATCH.f55ff27.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.PATCH.f55ff27.generated.swift index 966b9380..4f748062 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.PATCH.f55ff27.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterAchievements/GameCenterDetailsByIdRelationshipsGameCenterAchievements.PATCH.f55ff27.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterAchievements { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterDetailGameCenterAchievementsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.GET.dfb5b36.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.GET.dfb5b36.generated.swift index cf4014bb..31b7d277 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.GET.dfb5b36.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.GET.dfb5b36.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterLeaderboardSets { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailGameCenterLeaderboardSetsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.PATCH.dfb5b36.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.PATCH.dfb5b36.generated.swift index 611c7431..29b9086c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.PATCH.dfb5b36.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboardSets/GameCenterDetailsByIdRelationshipsGameCenterLeaderboardSets.PATCH.dfb5b36.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterLeaderboardSets { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterDetailGameCenterLeaderboardSetsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.GET.8c64c98.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.GET.8c64c98.generated.swift index e6562cad..0bcf2198 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.GET.8c64c98.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.GET.8c64c98.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailGameCenterLeaderboardsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.PATCH.8c64c98.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.PATCH.8c64c98.generated.swift index 2c085c1d..d0d031bd 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.PATCH.8c64c98.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/GameCenterLeaderboards/GameCenterDetailsByIdRelationshipsGameCenterLeaderboards.PATCH.8c64c98.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterDetailGameCenterLeaderboardsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardReleases/GameCenterDetailsByIdRelationshipsLeaderboardReleases.GET.a743dea.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardReleases/GameCenterDetailsByIdRelationshipsLeaderboardReleases.GET.a743dea.generated.swift index b042fa54..0b535540 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardReleases/GameCenterDetailsByIdRelationshipsLeaderboardReleases.GET.a743dea.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardReleases/GameCenterDetailsByIdRelationshipsLeaderboardReleases.GET.a743dea.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.LeaderboardReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailLeaderboardReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardSetReleases/GameCenterDetailsByIdRelationshipsLeaderboardSetReleases.GET.39b5bb9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardSetReleases/GameCenterDetailsByIdRelationshipsLeaderboardSetReleases.GET.39b5bb9.generated.swift index e95d5d0c..0174ca0c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardSetReleases/GameCenterDetailsByIdRelationshipsLeaderboardSetReleases.GET.39b5bb9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterDetails/ById/Relationships/LeaderboardSetReleases/GameCenterDetailsByIdRelationshipsLeaderboardSetReleases.GET.39b5bb9.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterDetails.ById.Relationships.LeaderboardSetReleases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterDetailLeaderboardSetReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterAchievements/GameCenterGroupsByIdGameCenterAchievements.GET.cb0d30b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterAchievements/GameCenterGroupsByIdGameCenterAchievements.GET.cb0d30b.generated.swift index fb822cd4..542226d8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterAchievements/GameCenterGroupsByIdGameCenterAchievements.GET.cb0d30b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterAchievements/GameCenterGroupsByIdGameCenterAchievements.GET.cb0d30b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.GameCenterAchievements { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterAchievementsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterDetails/GameCenterGroupsByIdGameCenterDetails.GET.1a856a2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterDetails/GameCenterGroupsByIdGameCenterDetails.GET.1a856a2.generated.swift index f2ad704e..94943e0c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterDetails/GameCenterGroupsByIdGameCenterDetails.GET.1a856a2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterDetails/GameCenterGroupsByIdGameCenterDetails.GET.1a856a2.generated.swift @@ -163,10 +163,6 @@ extension V1.GameCenterGroups.ById.GameCenterDetails.GET { private var values: [AnyHashable: AnyHashable] = [:] public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterGroupsById.DELETE.dd9abc7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterGroupsById.DELETE.dd9abc7.generated.swift index 9c8fcde5..c346e2bc 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterGroupsById.DELETE.dd9abc7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterGroupsById.DELETE.dd9abc7.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterGroups.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterGroups.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboardSets/GameCenterGroupsByIdGameCenterLeaderboardSets.GET.70de902.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboardSets/GameCenterGroupsByIdGameCenterLeaderboardSets.GET.70de902.generated.swift index f5a559de..15e0bcc7 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboardSets/GameCenterGroupsByIdGameCenterLeaderboardSets.GET.70de902.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboardSets/GameCenterGroupsByIdGameCenterLeaderboardSets.GET.70de902.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.GameCenterLeaderboardSets { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboards/GameCenterGroupsByIdGameCenterLeaderboards.GET.b07e7d1.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboards/GameCenterGroupsByIdGameCenterLeaderboards.GET.b07e7d1.generated.swift index 0aeb497d..3c9b3e54 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboards/GameCenterGroupsByIdGameCenterLeaderboards.GET.b07e7d1.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/GameCenterLeaderboards/GameCenterGroupsByIdGameCenterLeaderboards.GET.b07e7d1.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.GET.67b0033.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.GET.67b0033.generated.swift index 5406abe4..a3ddcdae 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.GET.67b0033.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.GET.67b0033.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterAchievements { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterGroupGameCenterAchievementsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.PATCH.67b0033.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.PATCH.67b0033.generated.swift index b59e9acc..ad0cd4fe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.PATCH.67b0033.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterAchievements/GameCenterGroupsByIdRelationshipsGameCenterAchievements.PATCH.67b0033.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterAchievements { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterGroupGameCenterAchievementsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.GET.62648bd.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.GET.62648bd.generated.swift index fc51cd79..3b0bf114 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.GET.62648bd.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.GET.62648bd.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterLeaderboardSets { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterGroupGameCenterLeaderboardSetsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.PATCH.62648bd.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.PATCH.62648bd.generated.swift index 5f3fa6ae..2b5e4377 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.PATCH.62648bd.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboardSets/GameCenterGroupsByIdRelationshipsGameCenterLeaderboardSets.PATCH.62648bd.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterLeaderboardSets { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterGroupGameCenterLeaderboardSetsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.GET.204da09.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.GET.204da09.generated.swift index 8cacb7e9..fe916fb5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.GET.204da09.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.GET.204da09.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterGroupGameCenterLeaderboardsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.PATCH.204da09.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.PATCH.204da09.generated.swift index 11871a9b..390660de 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.PATCH.204da09.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterGroups/ById/Relationships/GameCenterLeaderboards/GameCenterGroupsByIdRelationshipsGameCenterLeaderboards.PATCH.204da09.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterGroups.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterGroupGameCenterLeaderboardsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.4371df3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.4371df3.generated.swift index 22a59f31..a7f10457 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.4371df3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.4371df3.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardImages.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.GET.4371df3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.GET.4371df3.generated.swift index 171ea42a..2aa10386 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.GET.4371df3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.GET.4371df3.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardImages.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.PATCH.4371df3.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.PATCH.4371df3.generated.swift index e66ba36c..0fe6d1ca 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.PATCH.4371df3.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.PATCH.4371df3.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardImages.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardImageUpdateRequest public typealias Response = GameCenterLeaderboardImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/GameCenterLeaderboardImages.POST.b6b7af5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/GameCenterLeaderboardImages.POST.b6b7af5.generated.swift index bdbdb22b..d48f6a99 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/GameCenterLeaderboardImages.POST.b6b7af5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardImages/GameCenterLeaderboardImages.POST.b6b7af5.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardImages { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardImageCreateRequest public typealias Response = GameCenterLeaderboardImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdGameCenterLeaderboardImage.GET.a5d1321.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdGameCenterLeaderboardImage.GET.a5d1321.generated.swift index bbc6e38b..1a31c022 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdGameCenterLeaderboardImage.GET.a5d1321.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdGameCenterLeaderboardImage.GET.a5d1321.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations.ById.GameCenterLeaderboardImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.2430b72.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.2430b72.generated.swift index fbe15e2e..8d5d5679 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.2430b72.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.2430b72.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.GET.2430b72.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.GET.2430b72.generated.swift index e6f84c04..1974138e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.GET.2430b72.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.GET.2430b72.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.PATCH.2430b72.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.PATCH.2430b72.generated.swift index e705d938..209c26b9 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.PATCH.2430b72.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.PATCH.2430b72.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardLocalizationUpdateRequest public typealias Response = GameCenterLeaderboardLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/Relationships/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdRelationshipsGameCenterLeaderboardImage.GET.a6e0f98.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/Relationships/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdRelationshipsGameCenterLeaderboardImage.GET.a6e0f98.generated.swift index 0ace81e2..96bce99f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/Relationships/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdRelationshipsGameCenterLeaderboardImage.GET.a6e0f98.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/ById/Relationships/GameCenterLeaderboardImage/GameCenterLeaderboardLocalizationsByIdRelationshipsGameCenterLeaderboardImage.GET.a6e0f98.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations.ById.Relationships.GameCenterLeaderboardImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardLocalizationGameCenterLeaderboardImageLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/GameCenterLeaderboardLocalizations.POST.a888ab8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/GameCenterLeaderboardLocalizations.POST.a888ab8.generated.swift index f629c5ff..1bb0afb3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/GameCenterLeaderboardLocalizations.POST.a888ab8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardLocalizations/GameCenterLeaderboardLocalizations.POST.a888ab8.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardLocalizations { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardLocalizationCreateRequest public typealias Response = GameCenterLeaderboardLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.DELETE.a2786c0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.DELETE.a2786c0.generated.swift index c8b062b9..26013c86 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.DELETE.a2786c0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.DELETE.a2786c0.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardReleases.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.GET.a2786c0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.GET.a2786c0.generated.swift index bddc890f..f7cf54fe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.GET.a2786c0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/ById/GameCenterLeaderboardReleasesById.GET.a2786c0.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardReleases.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/GameCenterLeaderboardReleases.POST.f8bdb62.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/GameCenterLeaderboardReleases.POST.f8bdb62.generated.swift index 1e03c4bd..a53e0ef7 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/GameCenterLeaderboardReleases.POST.f8bdb62.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardReleases/GameCenterLeaderboardReleases.POST.f8bdb62.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardReleases { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardReleaseCreateRequest public typealias Response = GameCenterLeaderboardReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.7256c04.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.7256c04.generated.swift index 776c6143..88167368 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.7256c04.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.7256c04.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetImages.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardSetImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardSetImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.GET.7256c04.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.GET.7256c04.generated.swift index 58b39f32..2fc6a58c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.GET.7256c04.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.GET.7256c04.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetImages.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.PATCH.7256c04.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.PATCH.7256c04.generated.swift index 42da9a5f..d08541b9 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.PATCH.7256c04.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.PATCH.7256c04.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetImages.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardSetImageUpdateRequest public typealias Response = GameCenterLeaderboardSetImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/GameCenterLeaderboardSetImages.POST.c6bb25f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/GameCenterLeaderboardSetImages.POST.c6bb25f.generated.swift index 1bf888a1..bf6ed596 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/GameCenterLeaderboardSetImages.POST.c6bb25f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetImages/GameCenterLeaderboardSetImages.POST.c6bb25f.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetImages { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardSetImageCreateRequest public typealias Response = GameCenterLeaderboardSetImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdGameCenterLeaderboardSetImage.GET.b014917.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdGameCenterLeaderboardSetImage.GET.b014917.generated.swift index e4446a9e..0e4b8dc6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdGameCenterLeaderboardSetImage.GET.b014917.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdGameCenterLeaderboardSetImage.GET.b014917.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations.ById.GameCenterLeaderboardSetImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetImageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.34b0638.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.34b0638.generated.swift index 1a3a57ab..7eff523a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.34b0638.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.34b0638.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardSetLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardSetLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.GET.34b0638.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.GET.34b0638.generated.swift index ace23901..03fae5b3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.GET.34b0638.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.GET.34b0638.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.PATCH.34b0638.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.PATCH.34b0638.generated.swift index ef5490ab..a4954497 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.PATCH.34b0638.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.PATCH.34b0638.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardSetLocalizationUpdateRequest public typealias Response = GameCenterLeaderboardSetLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/Relationships/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdRelationshipsGameCenterLeaderboardSetImage.GET.92d4c95.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/Relationships/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdRelationshipsGameCenterLeaderboardSetImage.GET.92d4c95.generated.swift index 0a217415..a554f192 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/Relationships/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdRelationshipsGameCenterLeaderboardSetImage.GET.92d4c95.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/ById/Relationships/GameCenterLeaderboardSetImage/GameCenterLeaderboardSetLocalizationsByIdRelationshipsGameCenterLeaderboardSetImage.GET.92d4c95.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations.ById.Relationships.GameCenterLeaderboardSetImage { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetLocalizationGameCenterLeaderboardSetImageLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/GameCenterLeaderboardSetLocalizations.POST.305e38b.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/GameCenterLeaderboardSetLocalizations.POST.305e38b.generated.swift index 8d98c127..487eff8f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/GameCenterLeaderboardSetLocalizations.POST.305e38b.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetLocalizations/GameCenterLeaderboardSetLocalizations.POST.305e38b.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetLocalizations { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardSetLocalizationCreateRequest public typealias Response = GameCenterLeaderboardSetLocalizationResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboard.GET.58b4616.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboard.GET.58b4616.generated.swift index 8cc0e6b6..a60e5fb6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboard.GET.58b4616.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboard.GET.58b4616.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetMemberLocalizations.ById.GameCenterLeaderboard { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboardSet.GET.b1e4b3a.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboardSet.GET.b1e4b3a.generated.swift index 1bfb8b09..adff8c97 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboardSet.GET.b1e4b3a.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdGameCenterLeaderboardSet.GET.b1e4b3a.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetMemberLocalizations.ById.GameCenterLeaderboardSet { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSetMemberLocalizationsById.DELETE.45631f6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSetMemberLocalizationsById.DELETE.45631f6.generated.swift index 556c65d9..ede5d398 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSetMemberLocalizationsById.DELETE.45631f6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/GameCenterLeaderboardSetMemberLocalizationsById.DELETE.45631f6.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterLeaderboardSetMemberLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterLeaderboardSetMemberLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboard.GET.c79b006.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboard.GET.c79b006.generated.swift index ad123c91..be31e33f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboard.GET.c79b006.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboard/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboard.GET.c79b006.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetMemberLocalizations.ById.Relationships.GameCenterLeaderboard { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboardSet.GET.accdc75.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboardSet.GET.accdc75.generated.swift index a124150d..29b31340 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboardSet.GET.accdc75.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetMemberLocalizations/ById/Relationships/GameCenterLeaderboardSet/GameCenterLeaderboardSetMemberLocalizationsByIdRelationshipsGameCenterLeaderboardSet.GET.accdc75.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetMemberLocalizations.ById.Relationships.GameCenterLeaderboardSet { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardSetLinkageResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.DELETE.76004f9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.DELETE.76004f9.generated.swift index 3b70a6d1..e9ea2fee 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.DELETE.76004f9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.DELETE.76004f9.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetReleases.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardSetReleases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardSetReleases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.GET.76004f9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.GET.76004f9.generated.swift index db8c3379..d82119b8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.GET.76004f9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/ById/GameCenterLeaderboardSetReleasesById.GET.76004f9.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetReleases.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/GameCenterLeaderboardSetReleases.POST.b8fcd20.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/GameCenterLeaderboardSetReleases.POST.b8fcd20.generated.swift index aa99dbdc..6608e4e2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/GameCenterLeaderboardSetReleases.POST.b8fcd20.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSetReleases/GameCenterLeaderboardSetReleases.POST.b8fcd20.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSetReleases { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardSetReleaseCreateRequest public typealias Response = GameCenterLeaderboardSetReleaseResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.6529e2e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.6529e2e.generated.swift index f14cca78..df5d584f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.6529e2e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.6529e2e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboardSets.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboardSets.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.GET.6529e2e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.GET.6529e2e.generated.swift index 04ba7105..c874f35b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.GET.6529e2e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.GET.6529e2e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.PATCH.6529e2e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.PATCH.6529e2e.generated.swift index 4f69ae44..bf0acc70 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.PATCH.6529e2e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.PATCH.6529e2e.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardSetUpdateRequest public typealias Response = GameCenterLeaderboardSetResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdGameCenterLeaderboards.GET.db53a38.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdGameCenterLeaderboards.GET.db53a38.generated.swift index b4c6a1a1..c80e5d13 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdGameCenterLeaderboards.GET.db53a38.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdGameCenterLeaderboards.GET.db53a38.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Localizations/GameCenterLeaderboardSetsByIdLocalizations.GET.28f9cb6.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Localizations/GameCenterLeaderboardSetsByIdLocalizations.GET.28f9cb6.generated.swift index fa1f91a6..3f2ce8fe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Localizations/GameCenterLeaderboardSetsByIdLocalizations.GET.28f9cb6.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Localizations/GameCenterLeaderboardSetsByIdLocalizations.GET.28f9cb6.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetLocalizationsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.DELETE.048f1ad.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.DELETE.048f1ad.generated.swift index 353d2d58..4de389c1 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.DELETE.048f1ad.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.DELETE.048f1ad.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.GET.048f1ad.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.GET.048f1ad.generated.swift index 44efdd64..ec0c36a9 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.GET.048f1ad.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.GET.048f1ad.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.PATCH.048f1ad.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.PATCH.048f1ad.generated.swift index fbadf38c..1ad6c80a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.PATCH.048f1ad.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.PATCH.048f1ad.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.POST.048f1ad.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.POST.048f1ad.generated.swift index 9e3bd46c..d90715ea 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.POST.048f1ad.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/GameCenterLeaderboards/GameCenterLeaderboardSetsByIdRelationshipsGameCenterLeaderboards.POST.048f1ad.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.GameCenterLeaderboards { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Localizations/GameCenterLeaderboardSetsByIdRelationshipsLocalizations.GET.aefd59c.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Localizations/GameCenterLeaderboardSetsByIdRelationshipsLocalizations.GET.aefd59c.generated.swift index 9337778b..8a674c01 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Localizations/GameCenterLeaderboardSetsByIdRelationshipsLocalizations.GET.aefd59c.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Localizations/GameCenterLeaderboardSetsByIdRelationshipsLocalizations.GET.aefd59c.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetLocalizationsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Releases/GameCenterLeaderboardSetsByIdRelationshipsReleases.GET.5d777b2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Releases/GameCenterLeaderboardSetsByIdRelationshipsReleases.GET.5d777b2.generated.swift index 9092b9d9..ca957560 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Releases/GameCenterLeaderboardSetsByIdRelationshipsReleases.GET.5d777b2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Relationships/Releases/GameCenterLeaderboardSetsByIdRelationshipsReleases.GET.5d777b2.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Relationships.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Releases/GameCenterLeaderboardSetsByIdReleases.GET.9a8ef38.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Releases/GameCenterLeaderboardSetsByIdReleases.GET.9a8ef38.generated.swift index e39d36d6..4865835c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Releases/GameCenterLeaderboardSetsByIdReleases.GET.9a8ef38.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/ById/Releases/GameCenterLeaderboardSetsByIdReleases.GET.9a8ef38.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets.ById.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardSetReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/GameCenterLeaderboardSets.POST.075cd04.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/GameCenterLeaderboardSets.POST.075cd04.generated.swift index cf5c1617..44f61599 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/GameCenterLeaderboardSets.POST.075cd04.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboardSets/GameCenterLeaderboardSets.POST.075cd04.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboardSets { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardSetCreateRequest public typealias Response = GameCenterLeaderboardSetResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.3a3f5a7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.3a3f5a7.generated.swift index 11e5d72e..f9e04a3b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.3a3f5a7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.3a3f5a7.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById { + @available(*, deprecated) public struct DELETE: Endpoint { public typealias Parameters = Never public typealias Response = Void @@ -35,7 +36,6 @@ extension V1.GameCenterLeaderboards.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +56,6 @@ extension V1.GameCenterLeaderboards.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.GET.3a3f5a7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.GET.3a3f5a7.generated.swift index 80281a32..bcaf3b16 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.GET.3a3f5a7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.GET.3a3f5a7.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.PATCH.3a3f5a7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.PATCH.3a3f5a7.generated.swift index b202054e..2a8f943b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.PATCH.3a3f5a7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.PATCH.3a3f5a7.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardUpdateRequest public typealias Response = GameCenterLeaderboardResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Localizations/GameCenterLeaderboardsByIdLocalizations.GET.bb221ae.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Localizations/GameCenterLeaderboardsByIdLocalizations.GET.bb221ae.generated.swift index 72c822bc..fa479973 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Localizations/GameCenterLeaderboardsByIdLocalizations.GET.bb221ae.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Localizations/GameCenterLeaderboardsByIdLocalizations.GET.bb221ae.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardLocalizationsResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Activity/GameCenterLeaderboardsByIdRelationshipsActivity.PATCH.336d35f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Activity/GameCenterLeaderboardsByIdRelationshipsActivity.PATCH.336d35f.generated.swift index 2da21a36..5f30b23d 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Activity/GameCenterLeaderboardsByIdRelationshipsActivity.PATCH.336d35f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Activity/GameCenterLeaderboardsByIdRelationshipsActivity.PATCH.336d35f.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Relationships.Activity { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardActivityLinkageRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Challenge/GameCenterLeaderboardsByIdRelationshipsChallenge.PATCH.9533bb8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Challenge/GameCenterLeaderboardsByIdRelationshipsChallenge.PATCH.9533bb8.generated.swift index d9e16d62..b8662214 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Challenge/GameCenterLeaderboardsByIdRelationshipsChallenge.PATCH.9533bb8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Challenge/GameCenterLeaderboardsByIdRelationshipsChallenge.PATCH.9533bb8.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Relationships.Challenge { + @available(*, deprecated) public struct PATCH: Endpoint { public typealias Parameters = GameCenterLeaderboardChallengeLinkageRequest public typealias Response = Void diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Localizations/GameCenterLeaderboardsByIdRelationshipsLocalizations.GET.0d8aed4.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Localizations/GameCenterLeaderboardsByIdRelationshipsLocalizations.GET.0d8aed4.generated.swift index 82a4c601..e7f99f13 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Localizations/GameCenterLeaderboardsByIdRelationshipsLocalizations.GET.0d8aed4.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Localizations/GameCenterLeaderboardsByIdRelationshipsLocalizations.GET.0d8aed4.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Relationships.Localizations { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardLocalizationsLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Releases/GameCenterLeaderboardsByIdRelationshipsReleases.GET.b492f17.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Releases/GameCenterLeaderboardsByIdRelationshipsReleases.GET.b492f17.generated.swift index f8f1a875..0ab6f3de 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Releases/GameCenterLeaderboardsByIdRelationshipsReleases.GET.b492f17.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Relationships/Releases/GameCenterLeaderboardsByIdRelationshipsReleases.GET.b492f17.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Relationships.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardReleasesLinkagesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Releases/GameCenterLeaderboardsByIdReleases.GET.da84c20.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Releases/GameCenterLeaderboardsByIdReleases.GET.da84c20.generated.swift index a5a2311a..c0f692bc 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Releases/GameCenterLeaderboardsByIdReleases.GET.da84c20.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/ById/Releases/GameCenterLeaderboardsByIdReleases.GET.da84c20.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards.ById.Releases { + @available(*, deprecated) public struct GET: Endpoint { public typealias Response = GameCenterLeaderboardReleasesResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/GameCenterLeaderboards.POST.97f27b8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/GameCenterLeaderboards.POST.97f27b8.generated.swift index c43e746a..b4f5d9bd 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/GameCenterLeaderboards.POST.97f27b8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterLeaderboards/GameCenterLeaderboards.POST.97f27b8.generated.swift @@ -7,6 +7,7 @@ import FoundationNetworking #endif extension V1.GameCenterLeaderboards { + @available(*, deprecated) public struct POST: Endpoint { public typealias Parameters = GameCenterLeaderboardCreateRequest public typealias Response = GameCenterLeaderboardResponse diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingQueues/ById/GameCenterMatchmakingQueuesById.DELETE.40e9852.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingQueues/ById/GameCenterMatchmakingQueuesById.DELETE.40e9852.generated.swift index 8d6d5b0d..42045d57 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingQueues/ById/GameCenterMatchmakingQueuesById.DELETE.40e9852.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingQueues/ById/GameCenterMatchmakingQueuesById.DELETE.40e9852.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterMatchmakingQueues.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterMatchmakingQueues.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRuleSets/ById/GameCenterMatchmakingRuleSetsById.DELETE.c70f4a2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRuleSets/ById/GameCenterMatchmakingRuleSetsById.DELETE.c70f4a2.generated.swift index 78f1c792..f30d39d0 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRuleSets/ById/GameCenterMatchmakingRuleSetsById.DELETE.c70f4a2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRuleSets/ById/GameCenterMatchmakingRuleSetsById.DELETE.c70f4a2.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterMatchmakingRuleSets.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterMatchmakingRuleSets.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRules/ById/GameCenterMatchmakingRulesById.DELETE.962af29.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRules/ById/GameCenterMatchmakingRulesById.DELETE.962af29.generated.swift index 286eab8c..3486bcd3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRules/ById/GameCenterMatchmakingRulesById.DELETE.962af29.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingRules/ById/GameCenterMatchmakingRulesById.DELETE.962af29.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterMatchmakingRules.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterMatchmakingRules.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingTeams/ById/GameCenterMatchmakingTeamsById.DELETE.d8cc2e0.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingTeams/ById/GameCenterMatchmakingTeamsById.DELETE.d8cc2e0.generated.swift index ddd19c66..fa174c65 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingTeams/ById/GameCenterMatchmakingTeamsById.DELETE.d8cc2e0.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/GameCenterMatchmakingTeams/ById/GameCenterMatchmakingTeamsById.DELETE.d8cc2e0.generated.swift @@ -35,7 +35,6 @@ extension V1.GameCenterMatchmakingTeams.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.GameCenterMatchmakingTeams.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseAppStoreReviewScreenshots/ById/InAppPurchaseAppStoreReviewScreenshotsById.DELETE.66cbd18.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseAppStoreReviewScreenshots/ById/InAppPurchaseAppStoreReviewScreenshotsById.DELETE.66cbd18.generated.swift index 177b09ec..ec6732cd 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseAppStoreReviewScreenshots/ById/InAppPurchaseAppStoreReviewScreenshotsById.DELETE.66cbd18.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseAppStoreReviewScreenshots/ById/InAppPurchaseAppStoreReviewScreenshotsById.DELETE.66cbd18.generated.swift @@ -35,7 +35,6 @@ extension V1.InAppPurchaseAppStoreReviewScreenshots.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.InAppPurchaseAppStoreReviewScreenshots.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseImages/ById/InAppPurchaseImagesById.DELETE.9dc78df.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseImages/ById/InAppPurchaseImagesById.DELETE.9dc78df.generated.swift index 9b001cec..5f2dfd72 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseImages/ById/InAppPurchaseImagesById.DELETE.9dc78df.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseImages/ById/InAppPurchaseImagesById.DELETE.9dc78df.generated.swift @@ -35,7 +35,6 @@ extension V1.InAppPurchaseImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.InAppPurchaseImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseLocalizations/ById/InAppPurchaseLocalizationsById.DELETE.36e69d9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseLocalizations/ById/InAppPurchaseLocalizationsById.DELETE.36e69d9.generated.swift index 0d90f768..f5cc5741 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseLocalizations/ById/InAppPurchaseLocalizationsById.DELETE.36e69d9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/InAppPurchaseLocalizations/ById/InAppPurchaseLocalizationsById.DELETE.36e69d9.generated.swift @@ -35,7 +35,6 @@ extension V1.InAppPurchaseLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.InAppPurchaseLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceSearchDetails/ById/MarketplaceSearchDetailsById.DELETE.50b8a11.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceSearchDetails/ById/MarketplaceSearchDetailsById.DELETE.50b8a11.generated.swift index ff964421..ca5ca586 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceSearchDetails/ById/MarketplaceSearchDetailsById.DELETE.50b8a11.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceSearchDetails/ById/MarketplaceSearchDetailsById.DELETE.50b8a11.generated.swift @@ -35,7 +35,6 @@ extension V1.MarketplaceSearchDetails.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.MarketplaceSearchDetails.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceWebhooks/ById/MarketplaceWebhooksById.DELETE.40c121d.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceWebhooks/ById/MarketplaceWebhooksById.DELETE.40c121d.generated.swift index a9addb22..fb0c161e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceWebhooks/ById/MarketplaceWebhooksById.DELETE.40c121d.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MarketplaceWebhooks/ById/MarketplaceWebhooksById.DELETE.40c121d.generated.swift @@ -36,7 +36,6 @@ extension V1.MarketplaceWebhooks.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -57,9 +56,6 @@ extension V1.MarketplaceWebhooks.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MerchantIds/ById/MerchantIdsById.DELETE.a4c15f7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MerchantIds/ById/MerchantIdsById.DELETE.a4c15f7.generated.swift index 21895057..807743f5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MerchantIds/ById/MerchantIdsById.DELETE.a4c15f7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/MerchantIds/ById/MerchantIdsById.DELETE.a4c15f7.generated.swift @@ -35,7 +35,6 @@ extension V1.MerchantIds.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.MerchantIds.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/ById/NominationsById.DELETE.b051da8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/ById/NominationsById.DELETE.b051da8.generated.swift index 25a05095..510f7726 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/ById/NominationsById.DELETE.b051da8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/ById/NominationsById.DELETE.b051da8.generated.swift @@ -35,7 +35,6 @@ extension V1.Nominations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Nominations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/Nominations.GET.c0bf6fc.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/Nominations.GET.c0bf6fc.generated.swift index d476083f..5f5f53a2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/Nominations.GET.c0bf6fc.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Nominations/Nominations.GET.c0bf6fc.generated.swift @@ -25,8 +25,12 @@ extension V1.Nominations { components?.path = path components?.queryItems = [ + URLQueryItem(name: "exists[inAppEvents]", + value: parameters.exists[.inAppEvents].map { "\($0)" }), URLQueryItem(name: "fields[nominations]", value: parameters.fields[.nominations]?.map { "\($0)" }.joined(separator: ",")), + URLQueryItem(name: "filter[hasInAppEvents]", + value: parameters.filter[.hasInAppEvents]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[relatedApps]", value: parameters.filter[.relatedApps]?.map { "\($0)" }.joined(separator: ",")), URLQueryItem(name: "filter[state]", @@ -91,6 +95,8 @@ extension V1.Nominations { extension V1.Nominations.GET { public struct Parameters: Hashable { + public var exists: Exists = Exists() + public var fields: Fields = Fields() public var filter: Filter = Filter() @@ -104,6 +110,28 @@ extension V1.Nominations.GET { /// comma-separated list of sort expressions; resources will be sorted as specified public var sort: [Sort]? + public struct Exists: Hashable { + public subscript (_ relation: Relation) -> T { + get { values[relation]?.base as! T } + set { values[relation] = AnyHashable(newValue) } + } + + private var values: [AnyHashable: AnyHashable] = [:] + + public struct Relation: Hashable { + /// filter by existence or non-existence of related 'inAppEvents' + public static var inAppEvents: Relation { + .init(key: "exists[inAppEvents]") + } + + internal let key: String + + public func hash(into hasher: inout Hasher) { + hasher.combine(key) + } + } + } + public struct Fields: Hashable { public subscript (_ relation: Relation) -> T { get { values[relation]?.base as! T } @@ -283,6 +311,11 @@ extension V1.Nominations.GET { } public struct Relation: Hashable { + /// filter by attribute 'hasInAppEvents' + public static var hasInAppEvents: Relation<[String]?> { + .init(key: "filter[hasInAppEvents]") + } + /// filter by id(s) of related 'relatedApps' public static var relatedApps: Relation<[String]?> { .init(key: "filter[relatedApps]") diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PassTypeIds/ById/PassTypeIdsById.DELETE.702ea05.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PassTypeIds/ById/PassTypeIdsById.DELETE.702ea05.generated.swift index c07c31a2..de7123d5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PassTypeIds/ById/PassTypeIdsById.DELETE.702ea05.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PassTypeIds/ById/PassTypeIdsById.DELETE.702ea05.generated.swift @@ -35,7 +35,6 @@ extension V1.PassTypeIds.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.PassTypeIds.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Profiles/ById/ProfilesById.DELETE.4f505d4.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Profiles/ById/ProfilesById.DELETE.4f505d4.generated.swift index 5c3e155a..15837c9f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Profiles/ById/ProfilesById.DELETE.4f505d4.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Profiles/ById/ProfilesById.DELETE.4f505d4.generated.swift @@ -35,7 +35,6 @@ extension V1.Profiles.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Profiles.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PromotedPurchases/ById/PromotedPurchasesById.DELETE.1e5319f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PromotedPurchases/ById/PromotedPurchasesById.DELETE.1e5319f.generated.swift index 1eb8b3fb..aaccbfa6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PromotedPurchases/ById/PromotedPurchasesById.DELETE.1e5319f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/PromotedPurchases/ById/PromotedPurchasesById.DELETE.1e5319f.generated.swift @@ -35,7 +35,6 @@ extension V1.PromotedPurchases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.PromotedPurchases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissionItems/ById/ReviewSubmissionItemsById.DELETE.32784e2.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissionItems/ById/ReviewSubmissionItemsById.DELETE.32784e2.generated.swift index 19536c52..2a9b804c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissionItems/ById/ReviewSubmissionItemsById.DELETE.32784e2.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissionItems/ById/ReviewSubmissionItemsById.DELETE.32784e2.generated.swift @@ -35,7 +35,6 @@ extension V1.ReviewSubmissionItems.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.ReviewSubmissionItems.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissions/ById/Items/ReviewSubmissionsByIdItems.GET.82e114e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissions/ById/Items/ReviewSubmissionsByIdItems.GET.82e114e.generated.swift index 28bc3bff..08a680f2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissions/ById/Items/ReviewSubmissionsByIdItems.GET.82e114e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/ReviewSubmissions/ById/Items/ReviewSubmissionsByIdItems.GET.82e114e.generated.swift @@ -269,10 +269,6 @@ extension V1.ReviewSubmissions.ById.Items.GET { } public struct AppStoreVersions: Hashable, Codable, RawRepresentable, CustomStringConvertible, Sendable { - public static var ageRatingDeclaration: Self { - .init(rawValue: "ageRatingDeclaration") - } - public static var alternativeDistributionPackage: Self { .init(rawValue: "alternativeDistributionPackage") } diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/RoutingAppCoverages/ById/RoutingAppCoveragesById.DELETE.2ec2ee8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/RoutingAppCoverages/ById/RoutingAppCoveragesById.DELETE.2ec2ee8.generated.swift index d0a092e2..a104e493 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/RoutingAppCoverages/ById/RoutingAppCoveragesById.DELETE.2ec2ee8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/RoutingAppCoverages/ById/RoutingAppCoveragesById.DELETE.2ec2ee8.generated.swift @@ -35,7 +35,6 @@ extension V1.RoutingAppCoverages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.RoutingAppCoverages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionAppStoreReviewScreenshots/ById/SubscriptionAppStoreReviewScreenshotsById.DELETE.1504677.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionAppStoreReviewScreenshots/ById/SubscriptionAppStoreReviewScreenshotsById.DELETE.1504677.generated.swift index 0d79a0d0..114089e8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionAppStoreReviewScreenshots/ById/SubscriptionAppStoreReviewScreenshotsById.DELETE.1504677.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionAppStoreReviewScreenshots/ById/SubscriptionAppStoreReviewScreenshotsById.DELETE.1504677.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionAppStoreReviewScreenshots.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionAppStoreReviewScreenshots.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroupLocalizations/ById/SubscriptionGroupLocalizationsById.DELETE.8ac8701.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroupLocalizations/ById/SubscriptionGroupLocalizationsById.DELETE.8ac8701.generated.swift index 0e509986..81fc4634 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroupLocalizations/ById/SubscriptionGroupLocalizationsById.DELETE.8ac8701.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroupLocalizations/ById/SubscriptionGroupLocalizationsById.DELETE.8ac8701.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionGroupLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionGroupLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroups/ById/SubscriptionGroupsById.DELETE.216dec1.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroups/ById/SubscriptionGroupsById.DELETE.216dec1.generated.swift index 772f306c..5634265c 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroups/ById/SubscriptionGroupsById.DELETE.216dec1.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionGroups/ById/SubscriptionGroupsById.DELETE.216dec1.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionGroups.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionGroups.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionImages/ById/SubscriptionImagesById.DELETE.e335fd1.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionImages/ById/SubscriptionImagesById.DELETE.e335fd1.generated.swift index d942eeb1..6ec14991 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionImages/ById/SubscriptionImagesById.DELETE.e335fd1.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionImages/ById/SubscriptionImagesById.DELETE.e335fd1.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionIntroductoryOffers/ById/SubscriptionIntroductoryOffersById.DELETE.2d4490f.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionIntroductoryOffers/ById/SubscriptionIntroductoryOffersById.DELETE.2d4490f.generated.swift index d2a90700..095ce6c5 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionIntroductoryOffers/ById/SubscriptionIntroductoryOffersById.DELETE.2d4490f.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionIntroductoryOffers/ById/SubscriptionIntroductoryOffersById.DELETE.2d4490f.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionIntroductoryOffers.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionIntroductoryOffers.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionLocalizations/ById/SubscriptionLocalizationsById.DELETE.731e3ba.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionLocalizations/ById/SubscriptionLocalizationsById.DELETE.731e3ba.generated.swift index dffbc7a6..a5126533 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionLocalizations/ById/SubscriptionLocalizationsById.DELETE.731e3ba.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionLocalizations/ById/SubscriptionLocalizationsById.DELETE.731e3ba.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPrices/ById/SubscriptionPricesById.DELETE.4db4d31.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPrices/ById/SubscriptionPricesById.DELETE.4db4d31.generated.swift index 9ebdb488..a4781910 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPrices/ById/SubscriptionPricesById.DELETE.4db4d31.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPrices/ById/SubscriptionPricesById.DELETE.4db4d31.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionPrices.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionPrices.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPromotionalOffers/ById/SubscriptionPromotionalOffersById.DELETE.c143fce.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPromotionalOffers/ById/SubscriptionPromotionalOffersById.DELETE.c143fce.generated.swift index cd9e0c80..c6f9de26 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPromotionalOffers/ById/SubscriptionPromotionalOffersById.DELETE.c143fce.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/SubscriptionPromotionalOffers/ById/SubscriptionPromotionalOffersById.DELETE.c143fce.generated.swift @@ -35,7 +35,6 @@ extension V1.SubscriptionPromotionalOffers.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.SubscriptionPromotionalOffers.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Subscriptions/ById/SubscriptionsById.DELETE.fc34fc5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Subscriptions/ById/SubscriptionsById.DELETE.fc34fc5.generated.swift index a4e4050a..b3120da0 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Subscriptions/ById/SubscriptionsById.DELETE.fc34fc5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Subscriptions/ById/SubscriptionsById.DELETE.fc34fc5.generated.swift @@ -35,7 +35,6 @@ extension V1.Subscriptions.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Subscriptions.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/UserInvitations/ById/UserInvitationsById.DELETE.4728350.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/UserInvitations/ById/UserInvitationsById.DELETE.4728350.generated.swift index 6dd0a49e..7b660113 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/UserInvitations/ById/UserInvitationsById.DELETE.4728350.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/UserInvitations/ById/UserInvitationsById.DELETE.4728350.generated.swift @@ -35,7 +35,6 @@ extension V1.UserInvitations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.UserInvitations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Users/ById/UsersById.DELETE.0681a45.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Users/ById/UsersById.DELETE.0681a45.generated.swift index 1db42d29..4a3e77d7 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Users/ById/UsersById.DELETE.0681a45.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Users/ById/UsersById.DELETE.0681a45.generated.swift @@ -35,7 +35,6 @@ extension V1.Users.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Users.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Webhooks/ById/WebhooksById.DELETE.30521c1.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Webhooks/ById/WebhooksById.DELETE.30521c1.generated.swift index a9604b9d..ac19584b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Webhooks/ById/WebhooksById.DELETE.30521c1.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/Webhooks/ById/WebhooksById.DELETE.30521c1.generated.swift @@ -35,7 +35,6 @@ extension V1.Webhooks.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.Webhooks.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/WinBackOffers/ById/WinBackOffersById.DELETE.0e8f1fd.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/WinBackOffers/ById/WinBackOffersById.DELETE.0e8f1fd.generated.swift index b4c5b2ed..47667e50 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/WinBackOffers/ById/WinBackOffersById.DELETE.0e8f1fd.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V1/WinBackOffers/ById/WinBackOffersById.DELETE.0e8f1fd.generated.swift @@ -35,7 +35,6 @@ extension V1.WinBackOffers.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V1.WinBackOffers.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.7d297f5.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.7d297f5.generated.swift index 5cf23250..4c491c37 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.7d297f5.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/AppStoreVersionExperiments/ById/AppStoreVersionExperimentsById.DELETE.7d297f5.generated.swift @@ -35,7 +35,6 @@ extension V2.AppStoreVersionExperiments.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.AppStoreVersionExperiments.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.ceb4af8.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.ceb4af8.generated.swift index fec0ae87..d22b5bc3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.ceb4af8.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementImages/ById/GameCenterAchievementImagesById.DELETE.ceb4af8.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterAchievementImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterAchievementImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.b8a2a32.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.b8a2a32.generated.swift index af1173a5..f2a1aad3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.b8a2a32.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievementLocalizations/ById/GameCenterAchievementLocalizationsById.DELETE.b8a2a32.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterAchievementLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterAchievementLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.8acf8fa.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.8acf8fa.generated.swift index 2066a30c..b862751f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.8acf8fa.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterAchievements/ById/GameCenterAchievementsById.DELETE.8acf8fa.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterAchievements.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterAchievements.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.d5db53d.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.d5db53d.generated.swift index b670acdc..575f5ffe 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.d5db53d.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardImages/ById/GameCenterLeaderboardImagesById.DELETE.d5db53d.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboardImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboardImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.e18436e.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.e18436e.generated.swift index 106edbe2..673992d8 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.e18436e.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardLocalizations/ById/GameCenterLeaderboardLocalizationsById.DELETE.e18436e.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboardLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboardLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.d928b8a.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.d928b8a.generated.swift index 846c3cba..4f5ff8ce 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.d928b8a.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetImages/ById/GameCenterLeaderboardSetImagesById.DELETE.d928b8a.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboardSetImages.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboardSetImages.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.76ea3c1.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.76ea3c1.generated.swift index 422f6cc5..60e1f0ae 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.76ea3c1.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSetLocalizations/ById/GameCenterLeaderboardSetLocalizationsById.DELETE.76ea3c1.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboardSetLocalizations.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboardSetLocalizations.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.d2546a9.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.d2546a9.generated.swift index fae53185..b742ad20 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.d2546a9.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboardSets/ById/GameCenterLeaderboardSetsById.DELETE.d2546a9.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboardSets.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboardSets.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.b852ef7.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.b852ef7.generated.swift index 34697348..78745e6a 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.b852ef7.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/GameCenterLeaderboards/ById/GameCenterLeaderboardsById.DELETE.b852ef7.generated.swift @@ -35,7 +35,6 @@ extension V2.GameCenterLeaderboards.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.GameCenterLeaderboards.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/InAppPurchases/ById/InAppPurchasesById.DELETE.2fb25cf.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/InAppPurchases/ById/InAppPurchasesById.DELETE.2fb25cf.generated.swift index 0103cf1b..d15363ee 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/InAppPurchases/ById/InAppPurchasesById.DELETE.2fb25cf.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Endpoints/V2/InAppPurchases/ById/InAppPurchasesById.DELETE.2fb25cf.generated.swift @@ -35,7 +35,6 @@ extension V2.InAppPurchases.ById { /// - Throws: **401**, Unauthorized error(s) as `ErrorResponse` /// - Throws: **403**, Forbidden error as `ErrorResponse` /// - Throws: **404**, Not found error as `ErrorResponse` - /// - Throws: **409**, Request entity error(s) as `ErrorResponse` /// - Throws: **429**, Rate limit exceeded error as `ErrorResponse` public static func response(from data: Data, urlResponse: HTTPURLResponse) throws -> Response { var jsonDecoder: JSONDecoder { @@ -56,9 +55,6 @@ extension V2.InAppPurchases.ById { case 404: throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 409: - throw try jsonDecoder.decode(ErrorResponse.self, from: data) - case 429: throw try jsonDecoder.decode(ErrorResponse.self, from: data) diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/AppStoreVersion.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/AppStoreVersion.generated.swift index eb91d720..b1fcfac2 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/AppStoreVersion.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/AppStoreVersion.generated.swift @@ -150,9 +150,6 @@ public struct AppStoreVersion: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { - @available(*, deprecated) - public var ageRatingDeclaration: AgeRatingDeclaration? - public var alternativeDistributionPackage: AlternativeDistributionPackage? public var app: App? @@ -180,7 +177,6 @@ public struct AppStoreVersion: Hashable, Codable, Sendable { public var routingAppCoverage: RoutingAppCoverage? public init( - ageRatingDeclaration: AgeRatingDeclaration? = nil, alternativeDistributionPackage: AlternativeDistributionPackage? = nil, app: App? = nil, appClipDefaultExperience: AppClipDefaultExperience? = nil, @@ -195,7 +191,6 @@ public struct AppStoreVersion: Hashable, Codable, Sendable { gameCenterAppVersion: GameCenterAppVersion? = nil, routingAppCoverage: RoutingAppCoverage? = nil ) { - self.ageRatingDeclaration = ageRatingDeclaration self.alternativeDistributionPackage = alternativeDistributionPackage self.app = app self.appClipDefaultExperience = appClipDefaultExperience @@ -212,7 +207,6 @@ public struct AppStoreVersion: Hashable, Codable, Sendable { } private enum CodingKeys: String, CodingKey { - case ageRatingDeclaration case alternativeDistributionPackage case app case appClipDefaultExperience @@ -228,48 +222,6 @@ public struct AppStoreVersion: Hashable, Codable, Sendable { case routingAppCoverage } - public struct AgeRatingDeclaration: Hashable, Codable, Sendable { - public var data: Data? - - public var links: RelationshipLinks? - - public init( - data: Data? = nil, - links: RelationshipLinks? = nil - ) { - self.data = data - self.links = links - } - - private enum CodingKeys: String, CodingKey { - case data - case links - } - - public struct Data: Hashable, Codable, Sendable { - public var id: String - - public var type: `Type` - - public init( - id: String, - type: `Type` - ) { - self.id = id - self.type = type - } - - private enum CodingKeys: String, CodingKey { - case id - case type - } - - public enum `Type`: String, Hashable, Codable, Sendable { - case ageRatingDeclarations - } - } - } - public struct AlternativeDistributionPackage: Hashable, Codable, Sendable { public var data: Data? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/BackgroundAsset.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/BackgroundAsset.generated.swift index 8f9f79cc..ece98334 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/BackgroundAsset.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/BackgroundAsset.generated.swift @@ -47,20 +47,25 @@ public struct BackgroundAsset: Hashable, Codable, Sendable { public var createdDate: String? + public var usedBytes: Int? + public init( archived: Bool? = nil, assetPackIdentifier: String? = nil, - createdDate: String? = nil + createdDate: String? = nil, + usedBytes: Int? = nil ) { self.archived = archived self.assetPackIdentifier = assetPackIdentifier self.createdDate = createdDate + self.usedBytes = usedBytes } private enum CodingKeys: String, CodingKey { case archived case assetPackIdentifier case createdDate + case usedBytes } } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundle.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundle.generated.swift index 7785c598..ebd1896e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundle.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundle.generated.swift @@ -69,6 +69,8 @@ public struct BuildBundle: Hashable, Codable, Sendable { public var locales: [String]? + public var minimumOsVersion: String? + public var platformBuild: String? public var requiredCapabilities: [String]? @@ -94,6 +96,7 @@ public struct BuildBundle: Hashable, Codable, Sendable { includesSymbols: Bool? = nil, isIosBuildMacAppStoreCompatible: Bool? = nil, locales: [String]? = nil, + minimumOsVersion: String? = nil, platformBuild: String? = nil, requiredCapabilities: [String]? = nil, sdkBuild: String? = nil, @@ -114,6 +117,7 @@ public struct BuildBundle: Hashable, Codable, Sendable { self.includesSymbols = includesSymbols self.isIosBuildMacAppStoreCompatible = isIosBuildMacAppStoreCompatible self.locales = locales + self.minimumOsVersion = minimumOsVersion self.platformBuild = platformBuild self.requiredCapabilities = requiredCapabilities self.sdkBuild = sdkBuild @@ -136,6 +140,7 @@ public struct BuildBundle: Hashable, Codable, Sendable { case includesSymbols case isIosBuildMacAppStoreCompatible case locales + case minimumOsVersion case platformBuild case requiredCapabilities case sdkBuild diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundleType.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundleType.generated.swift index 0650557a..e7f70f21 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundleType.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/BuildBundleType.generated.swift @@ -12,6 +12,10 @@ public struct BuildBundleType: Hashable, Codable, RawRepresentable, CustomString .init(rawValue: "APP_CLIP") } + public static var watchApp: Self { + .init(rawValue: "WATCH_APP") + } + public var description: String { rawValue } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivity.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivity.generated.swift index e7a30ec2..805baf6b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivity.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivity.generated.swift @@ -110,6 +110,7 @@ public struct GameCenterActivity: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { + @available(*, deprecated) public var achievements: Achievements? public var achievementsV2: AchievementsV2? @@ -118,6 +119,7 @@ public struct GameCenterActivity: Hashable, Codable, Sendable { public var gameCenterGroup: GameCenterGroup? + @available(*, deprecated) public var leaderboards: Leaderboards? public var leaderboardsV2: LeaderboardsV2? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivityVersionInlineCreate.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivityVersionInlineCreate.generated.swift new file mode 100644 index 00000000..49a60ebb --- /dev/null +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterActivityVersionInlineCreate.generated.swift @@ -0,0 +1,98 @@ +// autogenerated + +// swiftlint:disable all +import Foundation + +public struct GameCenterActivityVersionInlineCreate: Hashable, Codable, Sendable { + public var id: String? + + public var type: `Type` + + public var attributes: Attributes? + + public var relationships: Relationships? + + public init( + id: String? = nil, + type: `Type`, + attributes: Attributes? = nil, + relationships: Relationships? = nil + ) { + self.id = id + self.type = type + self.attributes = attributes + self.relationships = relationships + } + + private enum CodingKeys: String, CodingKey { + case id + case type + case attributes + case relationships + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterActivityVersions + } + + public struct Attributes: Hashable, Codable, Sendable { + public var fallbackUrl: String? + + public init(fallbackUrl: String? = nil) { + self.fallbackUrl = fallbackUrl + } + + private enum CodingKeys: String, CodingKey { + case fallbackUrl + } + } + + public struct Relationships: Hashable, Codable, Sendable { + public var activity: Activity? + + public init(activity: Activity? = nil) { + self.activity = activity + } + + private enum CodingKeys: String, CodingKey { + case activity + } + + public struct Activity: Hashable, Codable, Sendable { + public var data: Data? + + public init(data: Data? = nil) { + self.data = data + } + + private enum CodingKeys: String, CodingKey { + case data + } + + public struct Data: Hashable, Codable, Sendable { + public var id: String + + public var type: `Type` + + public init( + id: String, + type: `Type` + ) { + self.id = id + self.type = type + } + + private enum CodingKeys: String, CodingKey { + case id + case type + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterActivities + } + } + } + } +} + +// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallenge.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallenge.generated.swift index 7969cbbb..e25194ea 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallenge.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallenge.generated.swift @@ -95,6 +95,7 @@ public struct GameCenterChallenge: Hashable, Codable, Sendable { public var gameCenterGroup: GameCenterGroup? + @available(*, deprecated) public var leaderboard: Leaderboard? public var leaderboardV2: LeaderboardV2? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallengeVersionInlineCreate.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallengeVersionInlineCreate.generated.swift new file mode 100644 index 00000000..2c0feee9 --- /dev/null +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterChallengeVersionInlineCreate.generated.swift @@ -0,0 +1,81 @@ +// autogenerated + +// swiftlint:disable all +import Foundation + +public struct GameCenterChallengeVersionInlineCreate: Hashable, Codable, Sendable { + public var id: String? + + public var type: `Type` + + public var relationships: Relationships? + + public init( + id: String? = nil, + type: `Type`, + relationships: Relationships? = nil + ) { + self.id = id + self.type = type + self.relationships = relationships + } + + private enum CodingKeys: String, CodingKey { + case id + case type + case relationships + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterChallengeVersions + } + + public struct Relationships: Hashable, Codable, Sendable { + public var challenge: Challenge? + + public init(challenge: Challenge? = nil) { + self.challenge = challenge + } + + private enum CodingKeys: String, CodingKey { + case challenge + } + + public struct Challenge: Hashable, Codable, Sendable { + public var data: Data? + + public init(data: Data? = nil) { + self.data = data + } + + private enum CodingKeys: String, CodingKey { + case data + } + + public struct Data: Hashable, Codable, Sendable { + public var id: String + + public var type: `Type` + + public init( + id: String, + type: `Type` + ) { + self.id = id + self.type = type + } + + private enum CodingKeys: String, CodingKey { + case id + case type + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterChallenges + } + } + } + } +} + +// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterDetail.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterDetail.generated.swift index 23918579..feca5e2b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterDetail.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterDetail.generated.swift @@ -61,24 +61,30 @@ public struct GameCenterDetail: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { + @available(*, deprecated) public var achievementReleases: AchievementReleases? + @available(*, deprecated) public var activityReleases: ActivityReleases? public var app: App? + @available(*, deprecated) public var challengeReleases: ChallengeReleases? public var challengesMinimumPlatformVersions: ChallengesMinimumPlatformVersions? + @available(*, deprecated) public var defaultGroupLeaderboard: DefaultGroupLeaderboard? public var defaultGroupLeaderboardV2: DefaultGroupLeaderboardV2? + @available(*, deprecated) public var defaultLeaderboard: DefaultLeaderboard? public var defaultLeaderboardV2: DefaultLeaderboardV2? + @available(*, deprecated) public var gameCenterAchievements: GameCenterAchievements? public var gameCenterAchievementsV2: GameCenterAchievementsV2? @@ -91,16 +97,20 @@ public struct GameCenterDetail: Hashable, Codable, Sendable { public var gameCenterGroup: GameCenterGroup? + @available(*, deprecated) public var gameCenterLeaderboardSets: GameCenterLeaderboardSets? public var gameCenterLeaderboardSetsV2: GameCenterLeaderboardSetsV2? + @available(*, deprecated) public var gameCenterLeaderboards: GameCenterLeaderboards? public var gameCenterLeaderboardsV2: GameCenterLeaderboardsV2? + @available(*, deprecated) public var leaderboardReleases: LeaderboardReleases? + @available(*, deprecated) public var leaderboardSetReleases: LeaderboardSetReleases? public init( diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterGroup.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterGroup.generated.swift index f283c854..be482e53 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterGroup.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterGroup.generated.swift @@ -53,6 +53,7 @@ public struct GameCenterGroup: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { + @available(*, deprecated) public var gameCenterAchievements: GameCenterAchievements? public var gameCenterAchievementsV2: GameCenterAchievementsV2? @@ -63,10 +64,12 @@ public struct GameCenterGroup: Hashable, Codable, Sendable { public var gameCenterDetails: GameCenterDetails? + @available(*, deprecated) public var gameCenterLeaderboardSets: GameCenterLeaderboardSets? public var gameCenterLeaderboardSetsV2: GameCenterLeaderboardSetsV2? + @available(*, deprecated) public var gameCenterLeaderboards: GameCenterLeaderboards? public var gameCenterLeaderboardsV2: GameCenterLeaderboardsV2? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterLeaderboardEntrySubmission.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterLeaderboardEntrySubmission.generated.swift index 37dc6bee..6e5d7ed6 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterLeaderboardEntrySubmission.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterLeaderboardEntrySubmission.generated.swift @@ -42,6 +42,8 @@ public struct GameCenterLeaderboardEntrySubmission: Hashable, Codable, Sendable public var context: String? + public var preReleased: Bool? + public var scopedPlayerId: String? public var score: String? @@ -54,6 +56,7 @@ public struct GameCenterLeaderboardEntrySubmission: Hashable, Codable, Sendable bundleId: String? = nil, challengeIds: [String]? = nil, context: String? = nil, + preReleased: Bool? = nil, scopedPlayerId: String? = nil, score: String? = nil, submittedDate: String? = nil, @@ -62,6 +65,7 @@ public struct GameCenterLeaderboardEntrySubmission: Hashable, Codable, Sendable self.bundleId = bundleId self.challengeIds = challengeIds self.context = context + self.preReleased = preReleased self.scopedPlayerId = scopedPlayerId self.score = score self.submittedDate = submittedDate @@ -72,6 +76,7 @@ public struct GameCenterLeaderboardEntrySubmission: Hashable, Codable, Sendable case bundleId case challengeIds case context + case preReleased case scopedPlayerId case score case submittedDate diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterPlayerAchievementSubmission.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterPlayerAchievementSubmission.generated.swift index cbbaef00..bd9bc329 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterPlayerAchievementSubmission.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/GameCenterPlayerAchievementSubmission.generated.swift @@ -42,6 +42,8 @@ public struct GameCenterPlayerAchievementSubmission: Hashable, Codable, Sendable public var percentageAchieved: Int? + public var preReleased: Bool? + public var scopedPlayerId: String? public var submittedDate: String? @@ -52,6 +54,7 @@ public struct GameCenterPlayerAchievementSubmission: Hashable, Codable, Sendable bundleId: String? = nil, challengeIds: [String]? = nil, percentageAchieved: Int? = nil, + preReleased: Bool? = nil, scopedPlayerId: String? = nil, submittedDate: String? = nil, vendorIdentifier: String? = nil @@ -59,6 +62,7 @@ public struct GameCenterPlayerAchievementSubmission: Hashable, Codable, Sendable self.bundleId = bundleId self.challengeIds = challengeIds self.percentageAchieved = percentageAchieved + self.preReleased = preReleased self.scopedPlayerId = scopedPlayerId self.submittedDate = submittedDate self.vendorIdentifier = vendorIdentifier @@ -68,6 +72,7 @@ public struct GameCenterPlayerAchievementSubmission: Hashable, Codable, Sendable case bundleId case challengeIds case percentageAchieved + case preReleased case scopedPlayerId case submittedDate case vendorIdentifier diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterActivityCreateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterActivityCreateRequest.generated.swift index ee6b1f27..4305ca7b 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterActivityCreateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterActivityCreateRequest.generated.swift @@ -6,12 +6,19 @@ import Foundation public struct GameCenterActivityCreateRequest: Hashable, Codable, Sendable { public var data: Data - public init(data: Data) { + public var included: [GameCenterActivityVersionInlineCreate]? + + public init( + data: Data, + included: [GameCenterActivityVersionInlineCreate]? = nil + ) { self.data = data + self.included = included } private enum CodingKeys: String, CodingKey { case data + case included } public struct Data: Hashable, Codable, Sendable { @@ -110,17 +117,22 @@ public struct GameCenterActivityCreateRequest: Hashable, Codable, Sendable { public var gameCenterGroup: GameCenterGroup? + public var versions: Versions? + public init( gameCenterDetail: GameCenterDetail? = nil, - gameCenterGroup: GameCenterGroup? = nil + gameCenterGroup: GameCenterGroup? = nil, + versions: Versions? = nil ) { self.gameCenterDetail = gameCenterDetail self.gameCenterGroup = gameCenterGroup + self.versions = versions } private enum CodingKeys: String, CodingKey { case gameCenterDetail case gameCenterGroup + case versions } public struct GameCenterDetail: Hashable, Codable, Sendable { @@ -192,6 +204,41 @@ public struct GameCenterActivityCreateRequest: Hashable, Codable, Sendable { } } } + + public struct Versions: Hashable, Codable, Sendable { + public var data: [Data]? + + public init(data: [Data]? = nil) { + self.data = data + } + + private enum CodingKeys: String, CodingKey { + case data + } + + public struct Data: Hashable, Codable, Sendable { + public var id: String + + public var type: `Type` + + public init( + id: String, + type: `Type` + ) { + self.id = id + self.type = type + } + + private enum CodingKeys: String, CodingKey { + case id + case type + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterActivityVersions + } + } + } } } } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeCreateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeCreateRequest.generated.swift index 444ed2e8..40cd7daf 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeCreateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeCreateRequest.generated.swift @@ -6,12 +6,19 @@ import Foundation public struct GameCenterChallengeCreateRequest: Hashable, Codable, Sendable { public var data: Data - public init(data: Data) { + public var included: [GameCenterChallengeVersionInlineCreate]? + + public init( + data: Data, + included: [GameCenterChallengeVersionInlineCreate]? = nil + ) { self.data = data + self.included = included } private enum CodingKeys: String, CodingKey { case data + case included } public struct Data: Hashable, Codable, Sendable { @@ -91,20 +98,25 @@ public struct GameCenterChallengeCreateRequest: Hashable, Codable, Sendable { public var gameCenterGroup: GameCenterGroup? + @available(*, deprecated) public var leaderboard: Leaderboard? public var leaderboardV2: LeaderboardV2? + public var versions: Versions? + public init( gameCenterDetail: GameCenterDetail? = nil, gameCenterGroup: GameCenterGroup? = nil, leaderboard: Leaderboard? = nil, - leaderboardV2: LeaderboardV2? = nil + leaderboardV2: LeaderboardV2? = nil, + versions: Versions? = nil ) { self.gameCenterDetail = gameCenterDetail self.gameCenterGroup = gameCenterGroup self.leaderboard = leaderboard self.leaderboardV2 = leaderboardV2 + self.versions = versions } private enum CodingKeys: String, CodingKey { @@ -112,6 +124,7 @@ public struct GameCenterChallengeCreateRequest: Hashable, Codable, Sendable { case gameCenterGroup case leaderboard case leaderboardV2 + case versions } public struct GameCenterDetail: Hashable, Codable, Sendable { @@ -253,6 +266,41 @@ public struct GameCenterChallengeCreateRequest: Hashable, Codable, Sendable { } } } + + public struct Versions: Hashable, Codable, Sendable { + public var data: [Data]? + + public init(data: [Data]? = nil) { + self.data = data + } + + private enum CodingKeys: String, CodingKey { + case data + } + + public struct Data: Hashable, Codable, Sendable { + public var id: String + + public var type: `Type` + + public init( + id: String, + type: `Type` + ) { + self.id = id + self.type = type + } + + private enum CodingKeys: String, CodingKey { + case id + case type + } + + public enum `Type`: String, Hashable, Codable, Sendable { + case gameCenterChallengeVersions + } + } + } } } } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeUpdateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeUpdateRequest.generated.swift index dfda25ae..d2d3dba1 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeUpdateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterChallengeUpdateRequest.generated.swift @@ -71,6 +71,7 @@ public struct GameCenterChallengeUpdateRequest: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { + @available(*, deprecated) public var leaderboard: Leaderboard? public var leaderboardV2: LeaderboardV2? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterDetailUpdateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterDetailUpdateRequest.generated.swift index 16c98b35..d2757310 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterDetailUpdateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterDetailUpdateRequest.generated.swift @@ -60,10 +60,12 @@ public struct GameCenterDetailUpdateRequest: Hashable, Codable, Sendable { } public struct Relationships: Hashable, Codable, Sendable { + @available(*, deprecated) public var defaultGroupLeaderboard: DefaultGroupLeaderboard? public var defaultGroupLeaderboardV2: DefaultGroupLeaderboardV2? + @available(*, deprecated) public var defaultLeaderboard: DefaultLeaderboard? public var defaultLeaderboardV2: DefaultLeaderboardV2? diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterLeaderboardEntrySubmissionCreateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterLeaderboardEntrySubmissionCreateRequest.generated.swift index 51d40bb6..e265afdb 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterLeaderboardEntrySubmissionCreateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterLeaderboardEntrySubmissionCreateRequest.generated.swift @@ -43,6 +43,8 @@ public struct GameCenterLeaderboardEntrySubmissionCreateRequest: Hashable, Codab public var context: String? + public var preReleased: Bool? + public var scopedPlayerId: String public var score: String @@ -55,6 +57,7 @@ public struct GameCenterLeaderboardEntrySubmissionCreateRequest: Hashable, Codab bundleId: String, challengeIds: [String]? = nil, context: String? = nil, + preReleased: Bool? = nil, scopedPlayerId: String, score: String, submittedDate: String? = nil, @@ -63,6 +66,7 @@ public struct GameCenterLeaderboardEntrySubmissionCreateRequest: Hashable, Codab self.bundleId = bundleId self.challengeIds = challengeIds self.context = context + self.preReleased = preReleased self.scopedPlayerId = scopedPlayerId self.score = score self.submittedDate = submittedDate @@ -73,6 +77,7 @@ public struct GameCenterLeaderboardEntrySubmissionCreateRequest: Hashable, Codab case bundleId case challengeIds case context + case preReleased case scopedPlayerId case score case submittedDate diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterPlayerAchievementSubmissionCreateRequest.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterPlayerAchievementSubmissionCreateRequest.generated.swift index dd368a3e..2831cea1 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterPlayerAchievementSubmissionCreateRequest.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Requests/GameCenterPlayerAchievementSubmissionCreateRequest.generated.swift @@ -43,6 +43,8 @@ public struct GameCenterPlayerAchievementSubmissionCreateRequest: Hashable, Coda public var percentageAchieved: Int + public var preReleased: Bool? + public var scopedPlayerId: String public var submittedDate: String? @@ -53,6 +55,7 @@ public struct GameCenterPlayerAchievementSubmissionCreateRequest: Hashable, Coda bundleId: String, challengeIds: [String]? = nil, percentageAchieved: Int, + preReleased: Bool? = nil, scopedPlayerId: String, submittedDate: String? = nil, vendorIdentifier: String @@ -60,6 +63,7 @@ public struct GameCenterPlayerAchievementSubmissionCreateRequest: Hashable, Coda self.bundleId = bundleId self.challengeIds = challengeIds self.percentageAchieved = percentageAchieved + self.preReleased = preReleased self.scopedPlayerId = scopedPlayerId self.submittedDate = submittedDate self.vendorIdentifier = vendorIdentifier @@ -69,6 +73,7 @@ public struct GameCenterPlayerAchievementSubmissionCreateRequest: Hashable, Coda case bundleId case challengeIds case percentageAchieved + case preReleased case scopedPlayerId case submittedDate case vendorIdentifier diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AgeRatingDeclarationWithoutIncludesResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AgeRatingDeclarationWithoutIncludesResponse.generated.swift deleted file mode 100644 index d7f88a86..00000000 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AgeRatingDeclarationWithoutIncludesResponse.generated.swift +++ /dev/null @@ -1,25 +0,0 @@ -// autogenerated - -// swiftlint:disable all -import Foundation - -public struct AgeRatingDeclarationWithoutIncludesResponse: Hashable, Codable, Sendable { - public var data: AgeRatingDeclaration - - public var links: DocumentLinks - - public init( - data: AgeRatingDeclaration, - links: DocumentLinks - ) { - self.data = data - self.links = links - } - - private enum CodingKeys: String, CodingKey { - case data - case links - } -} - -// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionAgeRatingDeclarationLinkageResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionAgeRatingDeclarationLinkageResponse.generated.swift deleted file mode 100644 index 20839749..00000000 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionAgeRatingDeclarationLinkageResponse.generated.swift +++ /dev/null @@ -1,48 +0,0 @@ -// autogenerated - -// swiftlint:disable all -import Foundation - -public struct AppStoreVersionAgeRatingDeclarationLinkageResponse: Hashable, Codable, Sendable { - public var data: Data - - public var links: DocumentLinks - - public init( - data: Data, - links: DocumentLinks - ) { - self.data = data - self.links = links - } - - private enum CodingKeys: String, CodingKey { - case data - case links - } - - public struct Data: Hashable, Codable, Sendable { - public var id: String - - public var type: `Type` - - public init( - id: String, - type: `Type` - ) { - self.id = id - self.type = type - } - - private enum CodingKeys: String, CodingKey { - case id - case type - } - - public enum `Type`: String, Hashable, Codable, Sendable { - case ageRatingDeclarations - } - } -} - -// swiftlint:enable all diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionResponse.generated.swift index 7a905cee..7eedafd3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionResponse.generated.swift @@ -27,7 +27,6 @@ public struct AppStoreVersionResponse: Hashable, Codable, Sendable { } public enum Included: Hashable, Codable, Sendable { - case ageRatingDeclaration(AgeRatingDeclaration) case alternativeDistributionPackage(AlternativeDistributionPackage) case appClipDefaultExperience(AppClipDefaultExperience) case appStoreReviewDetail(AppStoreReviewDetail) @@ -43,11 +42,6 @@ public struct AppStoreVersionResponse: Hashable, Codable, Sendable { public init(from decoder: Decoder) throws { self = try { var lastError: Error! - do { - return .ageRatingDeclaration(try AgeRatingDeclaration(from: decoder)) - } catch { - lastError = error - } do { return .alternativeDistributionPackage(try AlternativeDistributionPackage(from: decoder)) } catch { @@ -109,9 +103,6 @@ public struct AppStoreVersionResponse: Hashable, Codable, Sendable { public func encode(to encoder: Encoder) throws { switch self { - case .ageRatingDeclaration(let value): - try value.encode(to: encoder) - case .alternativeDistributionPackage(let value): try value.encode(to: encoder) diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionsResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionsResponse.generated.swift index 860923e6..a39f28b3 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionsResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppStoreVersionsResponse.generated.swift @@ -32,7 +32,6 @@ public struct AppStoreVersionsResponse: Hashable, Codable, Sendable { } public enum Included: Hashable, Codable, Sendable { - case ageRatingDeclaration(AgeRatingDeclaration) case alternativeDistributionPackage(AlternativeDistributionPackage) case appClipDefaultExperience(AppClipDefaultExperience) case appStoreReviewDetail(AppStoreReviewDetail) @@ -48,11 +47,6 @@ public struct AppStoreVersionsResponse: Hashable, Codable, Sendable { public init(from decoder: Decoder) throws { self = try { var lastError: Error! - do { - return .ageRatingDeclaration(try AgeRatingDeclaration(from: decoder)) - } catch { - lastError = error - } do { return .alternativeDistributionPackage(try AlternativeDistributionPackage(from: decoder)) } catch { @@ -114,9 +108,6 @@ public struct AppStoreVersionsResponse: Hashable, Codable, Sendable { public func encode(to encoder: Encoder) throws { switch self { - case .ageRatingDeclaration(let value): - try value.encode(to: encoder) - case .alternativeDistributionPackage(let value): try value.encode(to: encoder) diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppsBetaTesterUsagesV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppsBetaTesterUsagesV1MetricResponse.generated.swift index 901892db..0970004e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppsBetaTesterUsagesV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/AppsBetaTesterUsagesV1MetricResponse.generated.swift @@ -32,12 +32,12 @@ public struct AppsBetaTesterUsagesV1MetricResponse: Hashable, Codable, Sendable } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil ) { self.dataPoints = dataPoints diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaBuildUsagesV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaBuildUsagesV1MetricResponse.generated.swift index 2041255b..d35d62f4 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaBuildUsagesV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaBuildUsagesV1MetricResponse.generated.swift @@ -27,9 +27,9 @@ public struct BetaBuildUsagesV1MetricResponse: Hashable, Codable, Sendable { } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? - public init(dataPoints: DataPoints? = nil) { + public init(dataPoints: [DataPoints]? = nil) { self.dataPoints = dataPoints } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaPublicLinkUsagesV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaPublicLinkUsagesV1MetricResponse.generated.swift index 3f1143cd..b720af52 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaPublicLinkUsagesV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaPublicLinkUsagesV1MetricResponse.generated.swift @@ -27,9 +27,9 @@ public struct BetaPublicLinkUsagesV1MetricResponse: Hashable, Codable, Sendable } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? - public init(dataPoints: DataPoints? = nil) { + public init(dataPoints: [DataPoints]? = nil) { self.dataPoints = dataPoints } diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaTesterUsagesV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaTesterUsagesV1MetricResponse.generated.swift index f29954e9..f726c443 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaTesterUsagesV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/BetaTesterUsagesV1MetricResponse.generated.swift @@ -27,12 +27,12 @@ public struct BetaTesterUsagesV1MetricResponse: Hashable, Codable, Sendable { } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil ) { self.dataPoints = dataPoints diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingAppRequestsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingAppRequestsV1MetricResponse.generated.swift index 3ae8cf0c..aedf01cf 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingAppRequestsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingAppRequestsV1MetricResponse.generated.swift @@ -27,14 +27,14 @@ public struct GameCenterMatchmakingAppRequestsV1MetricResponse: Hashable, Codabl } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil, granularity: Granularity? = nil ) { diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.generated.swift index 7a25c8e9..a80d355f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.generated.swift @@ -27,14 +27,14 @@ public struct GameCenterMatchmakingBooleanRuleResultsV1MetricResponse: Hashable, } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil, granularity: Granularity? = nil ) { diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.generated.swift index 4e5708c9..9f90523f 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingNumberRuleResultsV1MetricResponse.generated.swift @@ -27,14 +27,14 @@ public struct GameCenterMatchmakingNumberRuleResultsV1MetricResponse: Hashable, } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil, granularity: Granularity? = nil ) { diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueRequestsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueRequestsV1MetricResponse.generated.swift index 0172f4a3..1304d3e7 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueRequestsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueRequestsV1MetricResponse.generated.swift @@ -27,14 +27,14 @@ public struct GameCenterMatchmakingQueueRequestsV1MetricResponse: Hashable, Coda } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil, granularity: Granularity? = nil ) { diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueSizesV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueSizesV1MetricResponse.generated.swift index 7d2bfea9..4833cb6e 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueSizesV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingQueueSizesV1MetricResponse.generated.swift @@ -27,12 +27,12 @@ public struct GameCenterMatchmakingQueueSizesV1MetricResponse: Hashable, Codable } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, granularity: Granularity? = nil ) { self.dataPoints = dataPoints diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingRuleErrorsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingRuleErrorsV1MetricResponse.generated.swift index 019a82ed..123aaf00 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingRuleErrorsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingRuleErrorsV1MetricResponse.generated.swift @@ -27,14 +27,14 @@ public struct GameCenterMatchmakingRuleErrorsV1MetricResponse: Hashable, Codable } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var dimensions: Dimensions? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, dimensions: Dimensions? = nil, granularity: Granularity? = nil ) { diff --git a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingSessionsV1MetricResponse.generated.swift b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingSessionsV1MetricResponse.generated.swift index b5805625..15ccff77 100644 --- a/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingSessionsV1MetricResponse.generated.swift +++ b/Sources/AppStoreConnectKit/autogenerated/Schemas/Responses/GameCenterMatchmakingSessionsV1MetricResponse.generated.swift @@ -27,12 +27,12 @@ public struct GameCenterMatchmakingSessionsV1MetricResponse: Hashable, Codable, } public struct Data: Hashable, Codable, Sendable { - public var dataPoints: DataPoints? + public var dataPoints: [DataPoints]? public var granularity: Granularity? public init( - dataPoints: DataPoints? = nil, + dataPoints: [DataPoints]? = nil, granularity: Granularity? = nil ) { self.dataPoints = dataPoints