Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppCustomProductPageLocalizations.ById.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppCustomProductPageLocalizations.ById.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppCustomProductPageLocalizations.ById.Relationships.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppCustomProductPageLocalizationAppPreviewSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppCustomProductPageLocalizations.ById.Relationships.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppCustomProductPageLocalizationAppScreenshotSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventLocalizations.ById.AppEventScreenshots {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventScreenshotsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventLocalizations.ById.AppEventVideoClips {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventVideoClipsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventLocalizations.ById.Relationships.AppEventScreenshots {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventLocalizationAppEventScreenshotsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventLocalizations.ById.Relationships.AppEventVideoClips {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventLocalizationAppEventVideoClipsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventScreenshots {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppEventScreenshotCreateRequest
public typealias Response = AppEventScreenshotResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventScreenshots.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventScreenshots.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventScreenshotResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventScreenshots.ById {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppEventScreenshotUpdateRequest
public typealias Response = AppEventScreenshotResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventVideoClips {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppEventVideoClipCreateRequest
public typealias Response = AppEventVideoClipResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventVideoClips.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventVideoClips.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppEventVideoClipResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppEventVideoClips.ById {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppEventVideoClipUpdateRequest
public typealias Response = AppEventVideoClipResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppPreviewSetCreateRequest
public typealias Response = AppPreviewSetResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewSetResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets.ById.AppPreviews {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets.ById.Relationships.AppPreviews {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewSetAppPreviewsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviewSets.ById.Relationships.AppPreviews {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppPreviewSetAppPreviewsLinkagesRequest
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviews {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppPreviewCreateRequest
public typealias Response = AppPreviewResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviews.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviews.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppPreviews.ById {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppPreviewUpdateRequest
public typealias Response = AppPreviewResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppScreenshotSetCreateRequest
public typealias Response = AppScreenshotSetResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotSetResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets.ById.AppScreenshots {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets.ById.Relationships.AppScreenshots {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotSetAppScreenshotsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshotSets.ById.Relationships.AppScreenshots {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppScreenshotSetAppScreenshotsLinkagesRequest
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshots {
@available(*, deprecated)
public struct POST: Endpoint {
public typealias Parameters = AppScreenshotCreateRequest
public typealias Response = AppScreenshotResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshots.ById {
@available(*, deprecated)
public struct DELETE: Endpoint {
public typealias Parameters = Never
public typealias Response = Void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshots.ById {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppScreenshots.ById {
@available(*, deprecated)
public struct PATCH: Endpoint {
public typealias Parameters = AppScreenshotUpdateRequest
public typealias Response = AppScreenshotResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById.Relationships.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppStoreVersionExperimentTreatmentLocalizationAppPreviewSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionExperimentTreatmentLocalizations.ById.Relationships.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppStoreVersionExperimentTreatmentLocalizationAppScreenshotSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionLocalizations.ById.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppPreviewSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionLocalizations.ById.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppScreenshotSetsResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionLocalizations.ById.Relationships.AppPreviewSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppStoreVersionLocalizationAppPreviewSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import FoundationNetworking
#endif

extension V1.AppStoreVersionLocalizations.ById.Relationships.AppScreenshotSets {
@available(*, deprecated)
public struct GET: Endpoint {
public typealias Response = AppStoreVersionLocalizationAppScreenshotSetsLinkagesResponse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ public struct AppCustomProductPageLocalization: Hashable, Codable, Sendable {
public struct Relationships: Hashable, Codable, Sendable {
public var appCustomProductPageVersion: AppCustomProductPageVersion?

@available(*, deprecated)
public var appPreviewSets: AppPreviewSets?

@available(*, deprecated)
public var appScreenshotSets: AppScreenshotSets?

public var searchKeywords: SearchKeywords?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ public struct AppEventLocalization: Hashable, Codable, Sendable {
public struct Relationships: Hashable, Codable, Sendable {
public var appEvent: AppEvent?

@available(*, deprecated)
public var appEventScreenshots: AppEventScreenshots?

@available(*, deprecated)
public var appEventVideoClips: AppEventVideoClips?

public init(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ public struct AppStoreVersionExperimentTreatmentLocalization: Hashable, Codable,
}

public struct Relationships: Hashable, Codable, Sendable {
@available(*, deprecated)
public var appPreviewSets: AppPreviewSets?

@available(*, deprecated)
public var appScreenshotSets: AppScreenshotSets?

public var appStoreVersionExperimentTreatment: AppStoreVersionExperimentTreatment?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ public struct AppStoreVersionLocalization: Hashable, Codable, Sendable {
}

public struct Relationships: Hashable, Codable, Sendable {
@available(*, deprecated)
public var appPreviewSets: AppPreviewSets?

@available(*, deprecated)
public var appScreenshotSets: AppScreenshotSets?

public var appStoreVersion: AppStoreVersion?
Expand Down