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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
56 changes: 56 additions & 0 deletions Sources/AppStoreConnectKit/autogenerated/Endpoints/Namespace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ public enum V1 {
public enum AppPreviewSets {}

public enum AppScreenshotSets {}

public enum SearchKeywords {}
}

public enum SearchKeywords {}
}
}

Expand Down Expand Up @@ -280,13 +284,17 @@ public enum V1 {
public enum SecondarySubcategoryOne {}

public enum SecondarySubcategoryTwo {}

public enum TerritoryAgeRatings {}
}

public enum SecondaryCategory {}

public enum SecondarySubcategoryOne {}

public enum SecondarySubcategoryTwo {}

public enum TerritoryAgeRatings {}
}
}

Expand Down Expand Up @@ -394,7 +402,11 @@ public enum V1 {
public enum AppPreviewSets {}

public enum AppScreenshotSets {}

public enum SearchKeywords {}
}

public enum SearchKeywords {}
}
}

Expand Down Expand Up @@ -468,6 +480,16 @@ public enum V1 {
}
}

public enum AppTags {
public enum ById {
public enum Relationships {
public enum Territories {}
}

public enum Territories {}
}
}

public enum Apps {
public enum ById {
public enum AccessibilityDeclarations {}
Expand Down Expand Up @@ -496,6 +518,8 @@ public enum V1 {

public enum AppStoreVersions {}

public enum AppTags {}

public enum BackgroundAssets {}

public enum BetaAppLocalizations {}
Expand All @@ -510,6 +534,8 @@ public enum V1 {

public enum BetaLicenseAgreement {}

public enum BuildUploads {}

public enum Builds {}

public enum CiProduct {}
Expand Down Expand Up @@ -567,6 +593,8 @@ public enum V1 {

public enum AppStoreVersions {}

public enum AppTags {}

public enum BackgroundAssets {}

public enum BetaAppLocalizations {}
Expand All @@ -583,6 +611,8 @@ public enum V1 {

public enum BetaTesters {}

public enum BuildUploads {}

public enum Builds {}

public enum CiProduct {}
Expand All @@ -607,6 +637,8 @@ public enum V1 {

public enum ReviewSubmissions {}

public enum SearchKeywords {}

public enum SubscriptionGracePeriod {}

public enum SubscriptionGroups {}
Expand All @@ -616,6 +648,8 @@ public enum V1 {

public enum ReviewSubmissions {}

public enum SearchKeywords {}

public enum SubscriptionGracePeriod {}

public enum SubscriptionGroups {}
Expand All @@ -628,6 +662,14 @@ public enum V1 {
public enum ById {}
}

public enum BackgroundAssetVersionAppStoreReleases {
public enum ById {}
}

public enum BackgroundAssetVersionExternalBetaReleases {
public enum ById {}
}

public enum BackgroundAssetVersionInternalBetaReleases {
public enum ById {}
}
Expand Down Expand Up @@ -824,6 +866,20 @@ public enum V1 {
}
}

public enum BuildUploadFiles {
public enum ById {}
}

public enum BuildUploads {
public enum ById {
public enum BuildUploadFiles {}

public enum Relationships {
public enum BuildUploadFiles {}
}
}
}

public enum Builds {
public enum ById {
public enum App {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,22 @@ 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")
}
Expand All @@ -136,6 +152,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "contests")
}

public static var developerAgeRatingInfoUrl: Self {
.init(rawValue: "developerAgeRatingInfoUrl")
}

public static var gambling: Self {
.init(rawValue: "gambling")
}
Expand All @@ -144,6 +164,14 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.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")
}
Expand All @@ -168,6 +196,14 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.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")
}
Expand All @@ -184,6 +220,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "unrestrictedWebAccess")
}

public static var userGeneratedContent: Self {
.init(rawValue: "userGeneratedContent")
}

public static var violenceCartoonOrFantasy: Self {
.init(rawValue: "violenceCartoonOrFantasy")
}
Expand Down Expand Up @@ -400,6 +440,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public static var supportUrl: Self {
.init(rawValue: "supportUrl")
}
Expand Down Expand Up @@ -632,6 +676,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "appStoreVersions")
}

public static var appTags: Self {
.init(rawValue: "appTags")
}

public static var backgroundAssets: Self {
.init(rawValue: "backgroundAssets")
}
Expand Down Expand Up @@ -664,6 +712,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "betaTesters")
}

public static var buildUploads: Self {
.init(rawValue: "buildUploads")
}

public static var builds: Self {
.init(rawValue: "builds")
}
Expand Down Expand Up @@ -740,6 +792,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "reviewSubmissions")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public static var sku: Self {
.init(rawValue: "sku")
}
Expand Down Expand Up @@ -824,6 +880,10 @@ extension V1.AppClipDefaultExperiences.ById.ReleaseWithAppStoreVersion.GET {
.init(rawValue: "buildBundles")
}

public static var buildUpload: Self {
.init(rawValue: "buildUpload")
}

public static var computedMinMacOsVersion: Self {
.init(rawValue: "computedMinMacOsVersion")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ extension V1.AppCustomProductPageLocalizations.ById {
URLQueryItem(name: "limit[appPreviewSets]",
value: parameters.limit[.appPreviewSets].map { "\($0)" }),
URLQueryItem(name: "limit[appScreenshotSets]",
value: parameters.limit[.appScreenshotSets].map { "\($0)" })
value: parameters.limit[.appScreenshotSets].map { "\($0)" }),
URLQueryItem(name: "limit[searchKeywords]",
value: parameters.limit[.searchKeywords].map { "\($0)" })
].filter { $0.value != nil }
if components?.queryItems?.isEmpty ?? false {
components?.queryItems = nil
Expand Down Expand Up @@ -126,6 +128,10 @@ extension V1.AppCustomProductPageLocalizations.ById.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public var description: String {
rawValue
}
Expand Down Expand Up @@ -238,6 +244,10 @@ extension V1.AppCustomProductPageLocalizations.ById.GET {
.init(rawValue: "appScreenshotSets")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public var description: String {
rawValue
}
Expand Down Expand Up @@ -268,6 +278,11 @@ extension V1.AppCustomProductPageLocalizations.ById.GET {
.init(key: "limit[appScreenshotSets]")
}

/// maximum number of related searchKeywords returned (when they are included)
public static var searchKeywords: Relation<Int?> {
.init(key: "limit[searchKeywords]")
}

internal let key: String

public func hash(into hasher: inout Hasher) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ extension V1.AppCustomProductPageLocalizations.ById.AppPreviewSets.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public var description: String {
rawValue
}
Expand Down Expand Up @@ -303,6 +307,10 @@ extension V1.AppCustomProductPageLocalizations.ById.AppPreviewSets.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public static var supportUrl: Self {
.init(rawValue: "supportUrl")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ extension V1.AppCustomProductPageLocalizations.ById.AppScreenshotSets.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public var description: String {
rawValue
}
Expand Down Expand Up @@ -291,6 +295,10 @@ extension V1.AppCustomProductPageLocalizations.ById.AppScreenshotSets.GET {
.init(rawValue: "promotionalText")
}

public static var searchKeywords: Self {
.init(rawValue: "searchKeywords")
}

public static var supportUrl: Self {
.init(rawValue: "supportUrl")
}
Expand Down
Loading