mcp-asc 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/6755.js ADDED
@@ -0,0 +1,37 @@
1
+ "use strict";exports.ids=["6755"],exports.modules={7103(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.client=void 0;let i=r(80);t.client=(0,i.createClient)((0,i.createConfig)({baseUrl:"https://api.appstoreconnect.apple.com/"}))},893(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.createClient=void 0;let i=r(1690),s=r(6665),a=r(1130);t.createClient=(e={})=>{let t=(0,a.mergeConfigs)((0,a.createConfig)(),e),r=()=>({...t}),n=(0,a.createInterceptors)(),p=async e=>{let r={...t,...e,fetch:e.fetch??t.fetch??globalThis.fetch,headers:(0,a.mergeHeaders)(t.headers,e.headers),serializedBody:void 0};r.security&&await (0,a.setAuthParams)({...r,security:r.security}),r.requestValidator&&await r.requestValidator(r),void 0!==r.body&&r.bodySerializer&&(r.serializedBody=r.bodySerializer(r.body)),(void 0===r.body||""===r.serializedBody)&&r.headers.delete("Content-Type");let i=(0,a.buildUrl)(r);return{opts:r,url:i}},o=async e=>{let t,{opts:r,url:i}=await p(e),o=new Request(i,{redirect:"follow",...r,body:(0,s.getValidRequestBody)(r)});for(let e of n.request.fns)e&&(o=await e(o,r));let c=r.fetch,m=await c(o);for(let e of n.response.fns)e&&(m=await e(m,o,r));let l={request:o,response:m};if(m.ok){let e,t=("auto"===r.parseAs?(0,a.getParseAs)(m.headers.get("Content-Type")):r.parseAs)??"json";if(204===m.status||"0"===m.headers.get("Content-Length")){let e;switch(t){case"arrayBuffer":case"blob":case"text":e=await m[t]();break;case"formData":e=new FormData;break;case"stream":e=m.body;break;default:e={}}return"data"===r.responseStyle?e:{data:e,...l}}switch(t){case"arrayBuffer":case"blob":case"formData":case"json":case"text":e=await m[t]();break;case"stream":return"data"===r.responseStyle?m.body:{data:m.body,...l}}return"json"===t&&(r.responseValidator&&await r.responseValidator(e),r.responseTransformer&&(e=await r.responseTransformer(e))),"data"===r.responseStyle?e:{data:e,...l}}let d=await m.text();try{t=JSON.parse(d)}catch{}let u=t??d,y=u;for(let e of n.error.fns)e&&(y=await e(u,m,o,r));if(y=y||{},r.throwOnError)throw y;return"data"===r.responseStyle?void 0:{error:y,...l}},c=e=>t=>o({...t,method:e}),m=e=>async t=>{let{opts:r,url:s}=await p(t);return(0,i.createSseClient)({...r,body:r.body,headers:r.headers,method:e,onRequest:async(e,t)=>{let i=new Request(e,t);for(let e of n.request.fns)e&&(i=await e(i,r));return i},url:s})};return{buildUrl:a.buildUrl,connect:c("CONNECT"),delete:c("DELETE"),get:c("GET"),getConfig:r,head:c("HEAD"),interceptors:n,options:c("OPTIONS"),patch:c("PATCH"),post:c("POST"),put:c("PUT"),request:o,setConfig:e=>(t=(0,a.mergeConfigs)(t,e),r()),sse:{connect:m("CONNECT"),delete:m("DELETE"),get:m("GET"),head:m("HEAD"),options:m("OPTIONS"),patch:m("PATCH"),post:m("POST"),put:m("PUT"),trace:m("TRACE")},trace:c("TRACE")}}},80(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.mergeHeaders=t.createConfig=t.createClient=t.buildClientParams=t.urlSearchParamsBodySerializer=t.jsonBodySerializer=t.formDataBodySerializer=void 0;var i=r(6610);Object.defineProperty(t,"formDataBodySerializer",{enumerable:!0,get:function(){return i.formDataBodySerializer}}),Object.defineProperty(t,"jsonBodySerializer",{enumerable:!0,get:function(){return i.jsonBodySerializer}}),Object.defineProperty(t,"urlSearchParamsBodySerializer",{enumerable:!0,get:function(){return i.urlSearchParamsBodySerializer}});var s=r(580);Object.defineProperty(t,"buildClientParams",{enumerable:!0,get:function(){return s.buildClientParams}});var a=r(893);Object.defineProperty(t,"createClient",{enumerable:!0,get:function(){return a.createClient}});var n=r(1130);Object.defineProperty(t,"createConfig",{enumerable:!0,get:function(){return n.createConfig}}),Object.defineProperty(t,"mergeHeaders",{enumerable:!0,get:function(){return n.mergeHeaders}})},1130(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.createConfig=t.createInterceptors=t.mergeHeaders=t.mergeConfigs=t.buildUrl=t.setAuthParams=t.getParseAs=t.createQuerySerializer=void 0;let i=r(9608),s=r(6610),a=r(9477),n=r(6665);t.createQuerySerializer=({allowReserved:e,array:t,object:r}={})=>i=>{let s=[];if(i&&"object"==typeof i)for(let n in i){let p=i[n];if(null!=p)if(Array.isArray(p)){let r=(0,a.serializeArrayParam)({allowReserved:e,explode:!0,name:n,style:"form",value:p,...t});r&&s.push(r)}else if("object"==typeof p){let t=(0,a.serializeObjectParam)({allowReserved:e,explode:!0,name:n,style:"deepObject",value:p,...r});t&&s.push(t)}else{let t=(0,a.serializePrimitiveParam)({allowReserved:e,name:n,value:p});t&&s.push(t)}}return s.join("&")},t.getParseAs=e=>{if(!e)return"stream";let t=e.split(";")[0]?.trim();if(t){if(t.startsWith("application/json")||t.endsWith("+json"))return"json";if("multipart/form-data"===t)return"formData";if(["application/","audio/","image/","video/"].some(e=>t.startsWith(e)))return"blob";if(t.startsWith("text/"))return"text"}};let p=(e,t)=>!!t&&!!(e.headers.has(t)||e.query?.[t]||e.headers.get("Cookie")?.includes(`${t}=`));t.setAuthParams=async({security:e,...t})=>{for(let r of e){if(p(t,r.name))continue;let e=await (0,i.getAuthToken)(r,t.auth);if(!e)continue;let s=r.name??"Authorization";switch(r.in){case"query":t.query||(t.query={}),t.query[s]=e;break;case"cookie":t.headers.append("Cookie",`${s}=${e}`);break;default:t.headers.set(s,e)}}},t.buildUrl=e=>(0,n.getUrl)({baseUrl:e.baseUrl,path:e.path,query:e.query,querySerializer:"function"==typeof e.querySerializer?e.querySerializer:(0,t.createQuerySerializer)(e.querySerializer),url:e.url}),t.mergeConfigs=(e,r)=>{let i={...e,...r};return i.baseUrl?.endsWith("/")&&(i.baseUrl=i.baseUrl.substring(0,i.baseUrl.length-1)),i.headers=(0,t.mergeHeaders)(e.headers,r.headers),i};let o=e=>{let t=[];return e.forEach((e,r)=>{t.push([r,e])}),t};t.mergeHeaders=(...e)=>{let t=new Headers;for(let r of e)if(r)for(let[e,i]of r instanceof Headers?o(r):Object.entries(r))if(null===i)t.delete(e);else if(Array.isArray(i))for(let r of i)t.append(e,r);else void 0!==i&&t.set(e,"object"==typeof i?JSON.stringify(i):i);return t};class c{fns=[];clear(){this.fns=[]}eject(e){let t=this.getInterceptorIndex(e);this.fns[t]&&(this.fns[t]=null)}exists(e){let t=this.getInterceptorIndex(e);return!!this.fns[t]}getInterceptorIndex(e){return"number"==typeof e?this.fns[e]?e:-1:this.fns.indexOf(e)}update(e,t){let r=this.getInterceptorIndex(e);return!!this.fns[r]&&(this.fns[r]=t,e)}use(e){return this.fns.push(e),this.fns.length-1}}t.createInterceptors=()=>({error:new c,request:new c,response:new c});let m=(0,t.createQuerySerializer)({allowReserved:!1,array:{explode:!0,style:"form"},object:{explode:!0,style:"deepObject"}}),l={"Content-Type":"application/json"};t.createConfig=(e={})=>({...s.jsonBodySerializer,headers:l,parseAs:"auto",querySerializer:m,...e})},9608(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.getAuthToken=void 0,t.getAuthToken=async(e,t)=>{let r="function"==typeof t?await t(e):t;if(r)return"bearer"===e.scheme?`Bearer ${r}`:"basic"===e.scheme?`Basic ${btoa(r)}`:r}},6610(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.urlSearchParamsBodySerializer=t.jsonBodySerializer=t.formDataBodySerializer=void 0;let r=(e,t,r)=>{"string"==typeof r||r instanceof Blob?e.append(t,r):r instanceof Date?e.append(t,r.toISOString()):e.append(t,JSON.stringify(r))},i=(e,t,r)=>{"string"==typeof r?e.append(t,r):e.append(t,JSON.stringify(r))};t.formDataBodySerializer={bodySerializer:e=>{let t=new FormData;return Object.entries(e).forEach(([e,i])=>{null!=i&&(Array.isArray(i)?i.forEach(i=>r(t,e,i)):r(t,e,i))}),t}},t.jsonBodySerializer={bodySerializer:e=>JSON.stringify(e,(e,t)=>"bigint"==typeof t?t.toString():t)},t.urlSearchParamsBodySerializer={bodySerializer:e=>{let t=new URLSearchParams;return Object.entries(e).forEach(([e,r])=>{null!=r&&(Array.isArray(r)?r.forEach(r=>i(t,e,r)):i(t,e,r))}),t.toString()}}},580(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.buildClientParams=void 0;let r=Object.entries({$body_:"body",$headers_:"headers",$path_:"path",$query_:"query"}),i=(e,t)=>{for(let r of(t||(t=new Map),e))"in"in r?r.key&&t.set(r.key,{in:r.in,map:r.map}):r.args&&i(r.args,t);return t};t.buildClientParams=(e,t)=>{let s,a={body:{},headers:{},path:{},query:{}},n=i(t);for(let[i,p]of e.entries())if(t[i]&&(s=t[i]),s)if("in"in s)if(s.key){let e=n.get(s.key),t=e.map||s.key;a[e.in][t]=p}else a.body=p;else for(let[e,t]of Object.entries(p??{})){let i=n.get(e);if(i){let r=i.map||e;a[i.in][r]=t}else{let i=r.find(([t])=>e.startsWith(t));if(i){let[r,s]=i;a[s][e.slice(r.length)]=t}else for(let[r,i]of Object.entries(s.allowExtra??{}))if(i){a[r][e]=t;break}}}for(let[e,t]of Object.entries(a))t&&"object"==typeof t&&!Object.keys(t).length&&delete a[e];return a}},9477(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.serializeObjectParam=t.serializePrimitiveParam=t.serializeArrayParam=t.separatorObjectExplode=t.separatorArrayNoExplode=t.separatorArrayExplode=void 0,t.separatorArrayExplode=e=>{switch(e){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},t.separatorArrayNoExplode=e=>{switch(e){case"form":default:return",";case"pipeDelimited":return"|";case"spaceDelimited":return"%20"}},t.separatorObjectExplode=e=>{switch(e){case"label":return".";case"matrix":return";";case"simple":return",";default:return"&"}},t.serializeArrayParam=({allowReserved:e,explode:r,name:i,style:s,value:a})=>{if(!r){let r=(e?a:a.map(e=>encodeURIComponent(e))).join((0,t.separatorArrayNoExplode)(s));switch(s){case"label":return`.${r}`;case"matrix":return`;${i}=${r}`;case"simple":return r;default:return`${i}=${r}`}}let n=(0,t.separatorArrayExplode)(s),p=a.map(r=>"label"===s||"simple"===s?e?r:encodeURIComponent(r):(0,t.serializePrimitiveParam)({allowReserved:e,name:i,value:r})).join(n);return"label"===s||"matrix"===s?n+p:p},t.serializePrimitiveParam=({allowReserved:e,name:t,value:r})=>{if(null==r)return"";if("object"==typeof r)throw Error("Deeply-nested arrays/objects aren’t supported. Provide your own `querySerializer()` to handle these.");return`${t}=${e?r:encodeURIComponent(r)}`},t.serializeObjectParam=({allowReserved:e,explode:r,name:i,style:s,value:a,valueOnly:n})=>{if(a instanceof Date)return n?a.toISOString():`${i}=${a.toISOString()}`;if("deepObject"!==s&&!r){let t=[];Object.entries(a).forEach(([r,i])=>{t=[...t,r,e?i:encodeURIComponent(i)]});let r=t.join(",");switch(s){case"form":return`${i}=${r}`;case"label":return`.${r}`;case"matrix":return`;${i}=${r}`;default:return r}}let p=(0,t.separatorObjectExplode)(s),o=Object.entries(a).map(([r,a])=>(0,t.serializePrimitiveParam)({allowReserved:e,name:"deepObject"===s?`${i}[${r}]`:r,value:a})).join(p);return"label"===s||"matrix"===s?p+o:o}},1690(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.createSseClient=void 0,t.createSseClient=({onRequest:e,onSseError:t,onSseEvent:r,responseTransformer:i,responseValidator:s,sseDefaultRetryDelay:a,sseMaxRetryAttempts:n,sseMaxRetryDelay:p,sseSleepFn:o,url:c,...m})=>{let l,d=o??(e=>new Promise(t=>setTimeout(t,e)));return{stream:async function*(){let o=a??3e3,u=0,y=m.signal??new AbortController().signal;for(;!y.aborted;){u++;let a=m.headers instanceof Headers?m.headers:new Headers(m.headers);void 0!==l&&a.set("Last-Event-ID",l);try{let t={redirect:"follow",...m,body:m.serializedBody,headers:a,signal:y},n=new Request(c,t);e&&(n=await e(c,t));let p=m.fetch??globalThis.fetch,d=await p(n);if(!d.ok)throw Error(`SSE failed: ${d.status} ${d.statusText}`);if(!d.body)throw Error("No body in SSE response");let u=d.body.pipeThrough(new TextDecoderStream).getReader(),h="",g=()=>{try{u.cancel()}catch{}};y.addEventListener("abort",g);try{for(;;){let{done:e,value:t}=await u.read();if(e)break;let a=(h+=t).split("\n\n");for(let e of(h=a.pop()??"",a)){let t,a,n=e.split("\n"),p=[];for(let e of n)if(e.startsWith("data:"))p.push(e.replace(/^data:\s*/,""));else if(e.startsWith("event:"))t=e.replace(/^event:\s*/,"");else if(e.startsWith("id:"))l=e.replace(/^id:\s*/,"");else if(e.startsWith("retry:")){let t=Number.parseInt(e.replace(/^retry:\s*/,""),10);Number.isNaN(t)||(o=t)}let c=!1;if(p.length){let e=p.join("\n");try{a=JSON.parse(e),c=!0}catch{a=e}}c&&(s&&await s(a),i&&(a=await i(a))),r?.({data:a,event:t,id:l,retry:o}),p.length&&(yield a)}}}finally{y.removeEventListener("abort",g),u.releaseLock()}break}catch(r){if(t?.(r),void 0!==n&&u>=n)break;let e=Math.min(o*2**(u-1),p??3e4);await d(e)}}}()}}},6665(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.getUrl=t.defaultPathSerializer=t.PATH_PARAM_RE=void 0,t.getValidRequestBody=function(e){let t=void 0!==e.body;return t&&e.bodySerializer?"serializedBody"in e?void 0!==e.serializedBody&&""!==e.serializedBody?e.serializedBody:null:""!==e.body?e.body:null:t?e.body:void 0};let i=r(9477);t.PATH_PARAM_RE=/\{[^{}]+\}/g,t.defaultPathSerializer=({path:e,url:r})=>{let s=r,a=r.match(t.PATH_PARAM_RE);if(a)for(let t of a){let r=!1,a=t.substring(1,t.length-1),n="simple";a.endsWith("*")&&(r=!0,a=a.substring(0,a.length-1)),a.startsWith(".")?(a=a.substring(1),n="label"):a.startsWith(";")&&(a=a.substring(1),n="matrix");let p=e[a];if(null==p)continue;if(Array.isArray(p)){s=s.replace(t,(0,i.serializeArrayParam)({explode:r,name:a,style:n,value:p}));continue}if("object"==typeof p){s=s.replace(t,(0,i.serializeObjectParam)({explode:r,name:a,style:n,value:p,valueOnly:!0}));continue}if("matrix"===n){s=s.replace(t,`;${(0,i.serializePrimitiveParam)({name:a,value:p})}`);continue}let o=encodeURIComponent("label"===n?`.${p}`:p);s=s.replace(t,o)}return s},t.getUrl=({baseUrl:e,path:r,query:i,querySerializer:s,url:a})=>{let n=(e??"")+(a.startsWith("/")?a:`/${a}`);r&&(n=(0,t.defaultPathSerializer)({path:r,url:n}));let p=i?s(i):"";return p.startsWith("?")&&(p=p.substring(1)),p&&(n+=`?${p}`),n}},1726(e,t,r){var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,s)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),s=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),s(r(683),t),s(r(9126),t),s(r(4790),t)},4790(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.AppAvailabilityV2Schema=t.AndroidToIosAppMappingDetailUpdateRequestSchema=t.AndroidToIosAppMappingDetailCreateRequestSchema=t.AndroidToIosAppMappingDetailResponseSchema=t.AndroidToIosAppMappingDetailsResponseSchema=t.AndroidToIosAppMappingDetailSchema=t.AnalyticsReportResponseSchema=t.AnalyticsReportsResponseSchema=t.AnalyticsReportSchema=t.AnalyticsReportSegmentResponseSchema=t.AnalyticsReportSegmentsResponseSchema=t.AnalyticsReportSegmentSchema=t.AnalyticsReportRequestCreateRequestSchema=t.AnalyticsReportRequestResponseSchema=t.AnalyticsReportRequestsResponseSchema=t.AnalyticsReportRequestSchema=t.AnalyticsReportInstanceResponseSchema=t.AnalyticsReportInstancesResponseSchema=t.AnalyticsReportInstanceSchema=t.AlternativeDistributionPackageCreateRequestSchema=t.AlternativeDistributionPackageResponseSchema=t.AlternativeDistributionPackageSchema=t.AlternativeDistributionPackageVersionResponseSchema=t.AlternativeDistributionPackageVersionsResponseSchema=t.AlternativeDistributionPackageVersionSchema=t.AlternativeDistributionPackageVariantResponseSchema=t.AlternativeDistributionPackageVariantsResponseSchema=t.AlternativeDistributionPackageVariantSchema=t.AlternativeDistributionPackageDeltaResponseSchema=t.AlternativeDistributionPackageDeltasResponseSchema=t.AlternativeDistributionPackageDeltaSchema=t.AlternativeDistributionKeyCreateRequestSchema=t.AlternativeDistributionKeyResponseSchema=t.AlternativeDistributionKeysResponseSchema=t.AlternativeDistributionKeySchema=t.AlternativeDistributionDomainCreateRequestSchema=t.AlternativeDistributionDomainResponseSchema=t.AlternativeDistributionDomainsResponseSchema=t.AlternativeDistributionDomainSchema=t.AgeRatingDeclarationUpdateRequestSchema=t.AgeRatingDeclarationResponseSchema=t.AgeRatingDeclarationSchema=t.ActorResponseSchema=t.ActorsResponseSchema=t.ActorSchema=t.AccessibilityDeclarationUpdateRequestSchema=t.AccessibilityDeclarationCreateRequestSchema=t.AccessibilityDeclarationResponseSchema=t.AccessibilityDeclarationsResponseSchema=t.AccessibilityDeclarationSchema=void 0,t.AppCustomProductPageVersionCreateRequestSchema=t.AppCustomProductPageVersionResponseSchema=t.AppCustomProductPageVersionsResponseSchema=t.AppCustomProductPageVersionInlineCreateSchema=t.AppCustomProductPageVersionSchema=t.AppCustomProductPageLocalizationUpdateRequestSchema=t.AppCustomProductPageLocalizationCreateRequestSchema=t.AppCustomProductPageLocalizationResponseSchema=t.AppCustomProductPageLocalizationsResponseSchema=t.AppCustomProductPageLocalizationInlineCreateSchema=t.AppCustomProductPageLocalizationSchema=t.AppClipResponseSchema=t.AppClipsResponseSchema=t.AppClipSchema=t.AppClipHeaderImageUpdateRequestSchema=t.AppClipHeaderImageCreateRequestSchema=t.AppClipHeaderImageResponseSchema=t.AppClipHeaderImageSchema=t.AppClipDomainStatusResponseSchema=t.AppClipDomainStatusSchema=t.AppClipDefaultExperienceUpdateRequestSchema=t.AppClipDefaultExperienceCreateRequestSchema=t.AppClipDefaultExperienceResponseSchema=t.AppClipDefaultExperiencesResponseSchema=t.AppClipDefaultExperienceSchema=t.AppClipDefaultExperienceLocalizationUpdateRequestSchema=t.AppClipDefaultExperienceLocalizationCreateRequestSchema=t.AppClipDefaultExperienceLocalizationResponseSchema=t.AppClipDefaultExperienceLocalizationsResponseSchema=t.AppClipDefaultExperienceLocalizationSchema=t.AppClipAppStoreReviewDetailUpdateRequestSchema=t.AppClipAppStoreReviewDetailCreateRequestSchema=t.AppClipAppStoreReviewDetailResponseSchema=t.AppClipAppStoreReviewDetailSchema=t.AppClipAdvancedExperienceUpdateRequestSchema=t.AppClipAdvancedExperienceCreateRequestSchema=t.AppClipAdvancedExperienceResponseSchema=t.AppClipAdvancedExperiencesResponseSchema=t.AppClipAdvancedExperienceSchema=t.AppClipAdvancedExperienceLocalizationInlineCreateSchema=t.AppClipAdvancedExperienceLocalizationSchema=t.AppClipAdvancedExperienceImageUpdateRequestSchema=t.AppClipAdvancedExperienceImageCreateRequestSchema=t.AppClipAdvancedExperienceImageResponseSchema=t.AppClipAdvancedExperienceImageSchema=t.AppCategoryResponseSchema=t.AppCategoriesResponseSchema=t.AppCategorySchema=t.AppAvailabilityV2CreateRequestSchema=t.AppAvailabilityV2ResponseSchema=void 0,t.AppPreviewSchema=t.AppPreviewSetCreateRequestSchema=t.AppPreviewSetResponseSchema=t.AppPreviewSetsResponseSchema=t.AppPreviewSetSchema=t.AppKeywordsResponseSchema=t.AppKeywordSchema=t.AppInfoUpdateRequestSchema=t.AppInfoResponseSchema=t.AppInfosResponseSchema=t.AppInfoSchema=t.AppInfoLocalizationUpdateRequestSchema=t.AppInfoLocalizationCreateRequestSchema=t.AppInfoLocalizationResponseSchema=t.AppInfoLocalizationsResponseSchema=t.AppInfoLocalizationSchema=t.AppEventUpdateRequestSchema=t.AppEventCreateRequestSchema=t.AppEventResponseSchema=t.AppEventsResponseSchema=t.AppEventSchema=t.AppEventVideoClipUpdateRequestSchema=t.AppEventVideoClipCreateRequestSchema=t.AppEventVideoClipResponseSchema=t.AppEventVideoClipsResponseSchema=t.AppEventVideoClipSchema=t.AppEventScreenshotUpdateRequestSchema=t.AppEventScreenshotCreateRequestSchema=t.AppEventScreenshotResponseSchema=t.AppEventScreenshotsResponseSchema=t.AppEventScreenshotSchema=t.AppEventLocalizationUpdateRequestSchema=t.AppEventLocalizationCreateRequestSchema=t.AppEventLocalizationResponseSchema=t.AppEventLocalizationsResponseSchema=t.AppEventLocalizationSchema=t.AppEncryptionDeclarationCreateRequestSchema=t.AppEncryptionDeclarationResponseSchema=t.AppEncryptionDeclarationsResponseSchema=t.AppEncryptionDeclarationSchema=t.AppEncryptionDeclarationDocumentUpdateRequestSchema=t.AppEncryptionDeclarationDocumentCreateRequestSchema=t.AppEncryptionDeclarationDocumentResponseSchema=t.AppEncryptionDeclarationDocumentSchema=t.AppCustomProductPageUpdateRequestSchema=t.AppCustomProductPageCreateRequestSchema=t.AppCustomProductPageResponseSchema=t.AppCustomProductPagesResponseSchema=t.AppCustomProductPageSchema=t.AppCustomProductPageVersionUpdateRequestSchema=void 0,t.AppStoreVersionExperimentUpdateRequestSchema=t.AppStoreVersionExperimentCreateRequestSchema=t.AppStoreVersionExperimentResponseSchema=t.AppStoreVersionExperimentsResponseSchema=t.AppStoreVersionExperimentSchema=t.AppStoreVersionExperimentV2UpdateRequestSchema=t.AppStoreVersionExperimentV2CreateRequestSchema=t.AppStoreVersionExperimentV2ResponseSchema=t.AppStoreVersionExperimentsV2ResponseSchema=t.AppStoreVersionExperimentV2Schema=t.AppStoreVersionExperimentTreatmentUpdateRequestSchema=t.AppStoreVersionExperimentTreatmentCreateRequestSchema=t.AppStoreVersionExperimentTreatmentResponseSchema=t.AppStoreVersionExperimentTreatmentsResponseSchema=t.AppStoreVersionExperimentTreatmentSchema=t.AppStoreVersionExperimentTreatmentLocalizationCreateRequestSchema=t.AppStoreVersionExperimentTreatmentLocalizationResponseSchema=t.AppStoreVersionExperimentTreatmentLocalizationsResponseSchema=t.AppStoreVersionExperimentTreatmentLocalizationSchema=t.AppStoreReviewDetailUpdateRequestSchema=t.AppStoreReviewDetailCreateRequestSchema=t.AppStoreReviewDetailResponseSchema=t.AppStoreReviewDetailSchema=t.AppStoreReviewAttachmentUpdateRequestSchema=t.AppStoreReviewAttachmentCreateRequestSchema=t.AppStoreReviewAttachmentResponseSchema=t.AppStoreReviewAttachmentsResponseSchema=t.AppStoreReviewAttachmentSchema=t.AppScreenshotUpdateRequestSchema=t.AppScreenshotCreateRequestSchema=t.AppScreenshotResponseSchema=t.AppScreenshotsResponseSchema=t.AppScreenshotSchema=t.AppScreenshotSetCreateRequestSchema=t.AppScreenshotSetResponseSchema=t.AppScreenshotSetsResponseSchema=t.AppScreenshotSetSchema=t.AppPricesV2ResponseSchema=t.AppPriceV2InlineCreateSchema=t.AppPriceV2Schema=t.AppPriceScheduleCreateRequestSchema=t.AppPriceScheduleResponseSchema=t.AppPriceScheduleSchema=t.AppPricePointV3ResponseSchema=t.AppPricePointsV3ResponseSchema=t.AppPricePointV3Schema=t.AppPreviewUpdateRequestSchema=t.AppPreviewCreateRequestSchema=t.AppPreviewResponseSchema=t.AppPreviewsResponseSchema=void 0,t.BackgroundAssetUpdateRequestSchema=t.BackgroundAssetCreateRequestSchema=t.BackgroundAssetResponseSchema=t.BackgroundAssetsResponseSchema=t.BackgroundAssetSchema=t.BackgroundAssetVersionCreateRequestSchema=t.BackgroundAssetVersionResponseSchema=t.BackgroundAssetVersionsResponseSchema=t.BackgroundAssetVersionSchema=t.BackgroundAssetVersionInternalBetaReleaseResponseSchema=t.BackgroundAssetVersionInternalBetaReleaseSchema=t.BackgroundAssetVersionExternalBetaReleaseResponseSchema=t.BackgroundAssetVersionExternalBetaReleaseSchema=t.BackgroundAssetVersionAppStoreReleaseResponseSchema=t.BackgroundAssetVersionAppStoreReleaseSchema=t.BackgroundAssetUploadFileUpdateRequestSchema=t.BackgroundAssetUploadFileCreateRequestSchema=t.BackgroundAssetUploadFileResponseSchema=t.BackgroundAssetUploadFilesResponseSchema=t.BackgroundAssetUploadFileSchema=t.AppUpdateRequestSchema=t.AppResponseSchema=t.AppsResponseSchema=t.AppSchema=t.AppTagUpdateRequestSchema=t.AppTagResponseSchema=t.AppTagsResponseSchema=t.AppTagSchema=t.AppStoreVersionUpdateRequestSchema=t.AppStoreVersionCreateRequestSchema=t.AppStoreVersionResponseSchema=t.AppStoreVersionsResponseSchema=t.AppStoreVersionSchema=t.AppStoreVersionSubmissionResponseSchema=t.AppStoreVersionSubmissionSchema=t.AppStoreVersionReleaseRequestCreateRequestSchema=t.AppStoreVersionReleaseRequestResponseSchema=t.AppStoreVersionReleaseRequestSchema=t.AppStoreVersionPromotionCreateRequestSchema=t.AppStoreVersionPromotionResponseSchema=t.AppStoreVersionPromotionSchema=t.AppStoreVersionPhasedReleaseUpdateRequestSchema=t.AppStoreVersionPhasedReleaseCreateRequestSchema=t.AppStoreVersionPhasedReleaseResponseSchema=t.AppStoreVersionPhasedReleaseSchema=t.AppStoreVersionLocalizationUpdateRequestSchema=t.AppStoreVersionLocalizationCreateRequestSchema=t.AppStoreVersionLocalizationResponseSchema=t.AppStoreVersionLocalizationsResponseSchema=t.AppStoreVersionLocalizationSchema=void 0,t.BetaRecruitmentCriterionCompatibleBuildCheckSchema=t.BetaRecruitmentCriterionUpdateRequestSchema=t.BetaRecruitmentCriterionCreateRequestSchema=t.BetaRecruitmentCriterionResponseSchema=t.BetaRecruitmentCriterionSchema=t.BetaLicenseAgreementUpdateRequestSchema=t.BetaLicenseAgreementResponseSchema=t.BetaLicenseAgreementsResponseSchema=t.BetaLicenseAgreementSchema=t.BetaGroupUpdateRequestSchema=t.BetaGroupCreateRequestSchema=t.BetaGroupResponseSchema=t.BetaGroupsResponseSchema=t.BetaGroupSchema=t.BetaFeedbackScreenshotSubmissionResponseSchema=t.BetaFeedbackScreenshotSubmissionsResponseSchema=t.BetaFeedbackScreenshotSubmissionSchema=t.BetaFeedbackCrashSubmissionResponseSchema=t.BetaFeedbackCrashSubmissionsResponseSchema=t.BetaFeedbackCrashSubmissionSchema=t.BetaCrashLogResponseSchema=t.BetaCrashLogSchema=t.BetaBuildLocalizationUpdateRequestSchema=t.BetaBuildLocalizationCreateRequestSchema=t.BetaBuildLocalizationResponseSchema=t.BetaBuildLocalizationsResponseSchema=t.BetaBuildLocalizationSchema=t.BetaAppReviewSubmissionCreateRequestSchema=t.BetaAppReviewSubmissionResponseSchema=t.BetaAppReviewSubmissionsResponseSchema=t.BetaAppReviewSubmissionSchema=t.BetaAppReviewDetailUpdateRequestSchema=t.BetaAppReviewDetailResponseSchema=t.BetaAppReviewDetailsResponseSchema=t.BetaAppReviewDetailSchema=t.BetaAppLocalizationUpdateRequestSchema=t.BetaAppLocalizationCreateRequestSchema=t.BetaAppLocalizationResponseSchema=t.BetaAppLocalizationsResponseSchema=t.BetaAppLocalizationSchema=t.BetaAppClipInvocationUpdateRequestSchema=t.BetaAppClipInvocationCreateRequestSchema=t.BetaAppClipInvocationResponseSchema=t.BetaAppClipInvocationsResponseSchema=t.BetaAppClipInvocationSchema=t.BetaAppClipInvocationLocalizationUpdateRequestSchema=t.BetaAppClipInvocationLocalizationCreateRequestSchema=t.BetaAppClipInvocationLocalizationResponseSchema=t.BetaAppClipInvocationLocalizationInlineCreateSchema=t.BetaAppClipInvocationLocalizationSchema=void 0,t.CertificateUpdateRequestSchema=t.CertificateCreateRequestSchema=t.CertificateResponseSchema=t.CertificatesResponseSchema=t.CertificateSchema=t.BundleIdUpdateRequestSchema=t.BundleIdCreateRequestSchema=t.BundleIdResponseSchema=t.BundleIdsResponseSchema=t.BundleIdSchema=t.BundleIdCapabilityUpdateRequestSchema=t.BundleIdCapabilityCreateRequestSchema=t.BundleIdCapabilityResponseSchema=t.BundleIdCapabilitiesResponseSchema=t.BundleIdCapabilitySchema=t.BuildUpdateRequestSchema=t.BuildResponseSchema=t.BuildsResponseSchema=t.BuildSchema=t.BuildUploadCreateRequestSchema=t.BuildUploadResponseSchema=t.BuildUploadsResponseSchema=t.BuildUploadSchema=t.BuildUploadFileUpdateRequestSchema=t.BuildUploadFileCreateRequestSchema=t.BuildUploadFileResponseSchema=t.BuildUploadFilesResponseSchema=t.BuildUploadFileSchema=t.BuildIconsResponseSchema=t.BuildIconSchema=t.BuildBundleSchema=t.BuildBundleFileSizesResponseSchema=t.BuildBundleFileSizeSchema=t.BuildBetaNotificationCreateRequestSchema=t.BuildBetaNotificationResponseSchema=t.BuildBetaNotificationSchema=t.BuildBetaDetailUpdateRequestSchema=t.BuildBetaDetailResponseSchema=t.BuildBetaDetailsResponseSchema=t.BuildBetaDetailSchema=t.BetaTesterCreateRequestSchema=t.BetaTesterResponseSchema=t.BetaTestersResponseSchema=t.BetaTesterSchema=t.BetaTesterInvitationCreateRequestSchema=t.BetaTesterInvitationResponseSchema=t.BetaTesterInvitationSchema=t.BetaRecruitmentCriterionOptionsResponseSchema=t.BetaRecruitmentCriterionOptionSchema=t.BetaRecruitmentCriterionCompatibleBuildCheckResponseSchema=void 0,t.EndUserLicenseAgreementSchema=t.EndAppAvailabilityPreOrderCreateRequestSchema=t.EndAppAvailabilityPreOrderResponseSchema=t.EndAppAvailabilityPreOrderSchema=t.DiagnosticSignaturesResponseSchema=t.DiagnosticSignatureSchema=t.DiagnosticLogSchema=t.DeviceUpdateRequestSchema=t.DeviceCreateRequestSchema=t.DeviceResponseSchema=t.DevicesResponseSchema=t.DeviceSchema=t.CustomerReviewResponseSchema=t.CustomerReviewsResponseSchema=t.CustomerReviewSchema=t.CustomerReviewSummarizationsResponseSchema=t.CustomerReviewSummarizationSchema=t.CustomerReviewResponseV1CreateRequestSchema=t.CustomerReviewResponseV1ResponseSchema=t.CustomerReviewResponseV1Schema=t.CiXcodeVersionResponseSchema=t.CiXcodeVersionsResponseSchema=t.CiXcodeVersionSchema=t.CiWorkflowUpdateRequestSchema=t.CiWorkflowCreateRequestSchema=t.CiWorkflowResponseSchema=t.CiWorkflowsResponseSchema=t.CiWorkflowSchema=t.CiTestResultResponseSchema=t.CiTestResultsResponseSchema=t.CiTestResultSchema=t.CiProductResponseSchema=t.CiProductsResponseSchema=t.CiProductSchema=t.CiMacOsVersionResponseSchema=t.CiMacOsVersionsResponseSchema=t.CiMacOsVersionSchema=t.CiIssueResponseSchema=t.CiIssuesResponseSchema=t.CiIssueSchema=t.CiBuildRunCreateRequestSchema=t.CiBuildRunResponseSchema=t.CiBuildRunsResponseSchema=t.CiBuildRunSchema=t.CiBuildActionResponseSchema=t.CiBuildActionsResponseSchema=t.CiBuildActionSchema=t.CiArtifactResponseSchema=t.CiArtifactsResponseSchema=t.CiArtifactSchema=void 0,t.GameCenterActivityLocalizationSchema=t.GameCenterActivityImageUpdateRequestSchema=t.GameCenterActivityImageCreateRequestSchema=t.GameCenterActivityImageResponseSchema=t.GameCenterActivityImageSchema=t.GameCenterActivityUpdateRequestSchema=t.GameCenterActivityCreateRequestSchema=t.GameCenterActivityResponseSchema=t.GameCenterActivitiesResponseSchema=t.GameCenterActivitySchema=t.GameCenterAchievementUpdateRequestSchema=t.GameCenterAchievementCreateRequestSchema=t.GameCenterAchievementResponseSchema=t.GameCenterAchievementsResponseSchema=t.GameCenterAchievementSchema=t.GameCenterAchievementV2UpdateRequestSchema=t.GameCenterAchievementV2CreateRequestSchema=t.GameCenterAchievementV2ResponseSchema=t.GameCenterAchievementsV2ResponseSchema=t.GameCenterAchievementV2Schema=t.GameCenterAchievementVersionV2CreateRequestSchema=t.GameCenterAchievementVersionV2ResponseSchema=t.GameCenterAchievementVersionsV2ResponseSchema=t.GameCenterAchievementVersionV2InlineCreateSchema=t.GameCenterAchievementVersionV2Schema=t.GameCenterAchievementReleaseCreateRequestSchema=t.GameCenterAchievementReleaseResponseSchema=t.GameCenterAchievementReleasesResponseSchema=t.GameCenterAchievementReleaseSchema=t.GameCenterAchievementLocalizationUpdateRequestSchema=t.GameCenterAchievementLocalizationCreateRequestSchema=t.GameCenterAchievementLocalizationResponseSchema=t.GameCenterAchievementLocalizationsResponseSchema=t.GameCenterAchievementLocalizationSchema=t.GameCenterAchievementLocalizationV2UpdateRequestSchema=t.GameCenterAchievementLocalizationV2CreateRequestSchema=t.GameCenterAchievementLocalizationV2ResponseSchema=t.GameCenterAchievementLocalizationsV2ResponseSchema=t.GameCenterAchievementLocalizationV2Schema=t.GameCenterAchievementImageV2UpdateRequestSchema=t.GameCenterAchievementImageV2CreateRequestSchema=t.GameCenterAchievementImageV2ResponseSchema=t.GameCenterAchievementImageV2Schema=t.GameCenterAchievementImageUpdateRequestSchema=t.GameCenterAchievementImageCreateRequestSchema=t.GameCenterAchievementImageResponseSchema=t.GameCenterAchievementImageSchema=t.EndUserLicenseAgreementUpdateRequestSchema=t.EndUserLicenseAgreementCreateRequestSchema=t.EndUserLicenseAgreementResponseSchema=void 0,t.GameCenterGroupResponseSchema=t.GameCenterGroupsResponseSchema=t.GameCenterGroupSchema=t.GameCenterEnabledVersionsResponseSchema=t.GameCenterEnabledVersionSchema=t.GameCenterDetailUpdateRequestSchema=t.GameCenterDetailCreateRequestSchema=t.GameCenterDetailResponseSchema=t.GameCenterDetailsResponseSchema=t.GameCenterDetailSchema=t.GameCenterChallengeUpdateRequestSchema=t.GameCenterChallengeCreateRequestSchema=t.GameCenterChallengeResponseSchema=t.GameCenterChallengesResponseSchema=t.GameCenterChallengeSchema=t.GameCenterChallengeVersionCreateRequestSchema=t.GameCenterChallengeVersionResponseSchema=t.GameCenterChallengeVersionsResponseSchema=t.GameCenterChallengeVersionSchema=t.GameCenterChallengeVersionReleaseCreateRequestSchema=t.GameCenterChallengeVersionReleaseResponseSchema=t.GameCenterChallengeVersionReleasesResponseSchema=t.GameCenterChallengeVersionReleaseSchema=t.GameCenterChallengeLocalizationUpdateRequestSchema=t.GameCenterChallengeLocalizationCreateRequestSchema=t.GameCenterChallengeLocalizationResponseSchema=t.GameCenterChallengeLocalizationsResponseSchema=t.GameCenterChallengeLocalizationSchema=t.GameCenterChallengeImageUpdateRequestSchema=t.GameCenterChallengeImageCreateRequestSchema=t.GameCenterChallengeImageResponseSchema=t.GameCenterChallengeImageSchema=t.GameCenterAppVersionUpdateRequestSchema=t.GameCenterAppVersionCreateRequestSchema=t.GameCenterAppVersionResponseSchema=t.GameCenterAppVersionsResponseSchema=t.GameCenterAppVersionSchema=t.GameCenterActivityVersionUpdateRequestSchema=t.GameCenterActivityVersionCreateRequestSchema=t.GameCenterActivityVersionResponseSchema=t.GameCenterActivityVersionsResponseSchema=t.GameCenterActivityVersionSchema=t.GameCenterActivityVersionReleaseCreateRequestSchema=t.GameCenterActivityVersionReleaseResponseSchema=t.GameCenterActivityVersionReleasesResponseSchema=t.GameCenterActivityVersionReleaseSchema=t.GameCenterActivityLocalizationUpdateRequestSchema=t.GameCenterActivityLocalizationCreateRequestSchema=t.GameCenterActivityLocalizationResponseSchema=t.GameCenterActivityLocalizationsResponseSchema=void 0,t.GameCenterLeaderboardSetMemberLocalizationUpdateRequestSchema=t.GameCenterLeaderboardSetMemberLocalizationCreateRequestSchema=t.GameCenterLeaderboardSetMemberLocalizationResponseSchema=t.GameCenterLeaderboardSetMemberLocalizationsResponseSchema=t.GameCenterLeaderboardSetMemberLocalizationSchema=t.GameCenterLeaderboardSetLocalizationV2UpdateRequestSchema=t.GameCenterLeaderboardSetLocalizationV2CreateRequestSchema=t.GameCenterLeaderboardSetLocalizationV2ResponseSchema=t.GameCenterLeaderboardSetLocalizationsV2ResponseSchema=t.GameCenterLeaderboardSetLocalizationV2Schema=t.GameCenterLeaderboardSetLocalizationUpdateRequestSchema=t.GameCenterLeaderboardSetLocalizationCreateRequestSchema=t.GameCenterLeaderboardSetLocalizationResponseSchema=t.GameCenterLeaderboardSetLocalizationsResponseSchema=t.GameCenterLeaderboardSetLocalizationSchema=t.GameCenterLeaderboardSetImageV2UpdateRequestSchema=t.GameCenterLeaderboardSetImageV2CreateRequestSchema=t.GameCenterLeaderboardSetImageV2ResponseSchema=t.GameCenterLeaderboardSetImageV2Schema=t.GameCenterLeaderboardSetImageUpdateRequestSchema=t.GameCenterLeaderboardSetImageCreateRequestSchema=t.GameCenterLeaderboardSetImageResponseSchema=t.GameCenterLeaderboardSetImageSchema=t.GameCenterLeaderboardReleaseCreateRequestSchema=t.GameCenterLeaderboardReleaseResponseSchema=t.GameCenterLeaderboardReleasesResponseSchema=t.GameCenterLeaderboardReleaseSchema=t.GameCenterLeaderboardLocalizationV2UpdateRequestSchema=t.GameCenterLeaderboardLocalizationV2CreateRequestSchema=t.GameCenterLeaderboardLocalizationV2ResponseSchema=t.GameCenterLeaderboardLocalizationsV2ResponseSchema=t.GameCenterLeaderboardLocalizationV2Schema=t.GameCenterLeaderboardLocalizationUpdateRequestSchema=t.GameCenterLeaderboardLocalizationCreateRequestSchema=t.GameCenterLeaderboardLocalizationResponseSchema=t.GameCenterLeaderboardLocalizationsResponseSchema=t.GameCenterLeaderboardLocalizationSchema=t.GameCenterLeaderboardImageV2UpdateRequestSchema=t.GameCenterLeaderboardImageV2CreateRequestSchema=t.GameCenterLeaderboardImageV2ResponseSchema=t.GameCenterLeaderboardImageV2Schema=t.GameCenterLeaderboardImageUpdateRequestSchema=t.GameCenterLeaderboardImageCreateRequestSchema=t.GameCenterLeaderboardImageResponseSchema=t.GameCenterLeaderboardImageSchema=t.GameCenterLeaderboardEntrySubmissionCreateRequestSchema=t.GameCenterLeaderboardEntrySubmissionResponseSchema=t.GameCenterLeaderboardEntrySubmissionSchema=t.GameCenterGroupUpdateRequestSchema=t.GameCenterGroupCreateRequestSchema=void 0,t.GameCenterMatchmakingRuleResponseSchema=t.GameCenterMatchmakingRulesResponseSchema=t.GameCenterMatchmakingRuleSchema=t.GameCenterMatchmakingRuleSetUpdateRequestSchema=t.GameCenterMatchmakingRuleSetCreateRequestSchema=t.GameCenterMatchmakingRuleSetResponseSchema=t.GameCenterMatchmakingRuleSetsResponseSchema=t.GameCenterMatchmakingRuleSetSchema=t.GameCenterMatchmakingRuleSetTestCreateRequestSchema=t.GameCenterMatchmakingRuleSetTestResponseSchema=t.GameCenterMatchmakingRuleSetTestSchema=t.GameCenterMatchmakingQueueUpdateRequestSchema=t.GameCenterMatchmakingQueueCreateRequestSchema=t.GameCenterMatchmakingQueueResponseSchema=t.GameCenterMatchmakingQueuesResponseSchema=t.GameCenterMatchmakingQueueSchema=t.GameCenterLeaderboardV2UpdateRequestSchema=t.GameCenterLeaderboardV2CreateRequestSchema=t.GameCenterLeaderboardV2ResponseSchema=t.GameCenterLeaderboardsV2ResponseSchema=t.GameCenterLeaderboardV2Schema=t.GameCenterLeaderboardUpdateRequestSchema=t.GameCenterLeaderboardCreateRequestSchema=t.GameCenterLeaderboardResponseSchema=t.GameCenterLeaderboardsResponseSchema=t.GameCenterLeaderboardSchema=t.GameCenterLeaderboardVersionV2CreateRequestSchema=t.GameCenterLeaderboardVersionV2ResponseSchema=t.GameCenterLeaderboardVersionsV2ResponseSchema=t.GameCenterLeaderboardVersionV2InlineCreateSchema=t.GameCenterLeaderboardVersionV2Schema=t.GameCenterLeaderboardSetUpdateRequestSchema=t.GameCenterLeaderboardSetCreateRequestSchema=t.GameCenterLeaderboardSetResponseSchema=t.GameCenterLeaderboardSetsResponseSchema=t.GameCenterLeaderboardSetSchema=t.GameCenterLeaderboardSetV2UpdateRequestSchema=t.GameCenterLeaderboardSetV2CreateRequestSchema=t.GameCenterLeaderboardSetV2ResponseSchema=t.GameCenterLeaderboardSetsV2ResponseSchema=t.GameCenterLeaderboardSetV2Schema=t.GameCenterLeaderboardSetVersionV2CreateRequestSchema=t.GameCenterLeaderboardSetVersionV2ResponseSchema=t.GameCenterLeaderboardSetVersionsV2ResponseSchema=t.GameCenterLeaderboardSetVersionV2InlineCreateSchema=t.GameCenterLeaderboardSetVersionV2Schema=t.GameCenterLeaderboardSetReleaseCreateRequestSchema=t.GameCenterLeaderboardSetReleaseResponseSchema=t.GameCenterLeaderboardSetReleasesResponseSchema=t.GameCenterLeaderboardSetReleaseSchema=void 0,t.InAppPurchaseOfferPriceSchema=t.InAppPurchaseOfferCodeUpdateRequestSchema=t.InAppPurchaseOfferCodeCreateRequestSchema=t.InAppPurchaseOfferCodeResponseSchema=t.InAppPurchaseOfferCodesResponseSchema=t.InAppPurchaseOfferCodeSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequestSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeCreateRequestSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeResponseSchema=t.InAppPurchaseOfferCodeOneTimeUseCodesResponseSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeValueSchema=t.InAppPurchaseOfferCodeCustomCodeUpdateRequestSchema=t.InAppPurchaseOfferCodeCustomCodeCreateRequestSchema=t.InAppPurchaseOfferCodeCustomCodeResponseSchema=t.InAppPurchaseOfferCodeCustomCodesResponseSchema=t.InAppPurchaseOfferCodeCustomCodeSchema=t.InAppPurchaseLocalizationUpdateRequestSchema=t.InAppPurchaseLocalizationCreateRequestSchema=t.InAppPurchaseLocalizationResponseSchema=t.InAppPurchaseLocalizationsResponseSchema=t.InAppPurchaseLocalizationSchema=t.InAppPurchaseImageUpdateRequestSchema=t.InAppPurchaseImageCreateRequestSchema=t.InAppPurchaseImageResponseSchema=t.InAppPurchaseImagesResponseSchema=t.InAppPurchaseImageSchema=t.InAppPurchaseContentResponseSchema=t.InAppPurchaseContentSchema=t.InAppPurchaseAvailabilityCreateRequestSchema=t.InAppPurchaseAvailabilityResponseSchema=t.InAppPurchaseAvailabilitySchema=t.InAppPurchaseAppStoreReviewScreenshotUpdateRequestSchema=t.InAppPurchaseAppStoreReviewScreenshotCreateRequestSchema=t.InAppPurchaseAppStoreReviewScreenshotResponseSchema=t.InAppPurchaseAppStoreReviewScreenshotSchema=t.GameCenterPlayerAchievementSubmissionCreateRequestSchema=t.GameCenterPlayerAchievementSubmissionResponseSchema=t.GameCenterPlayerAchievementSubmissionSchema=t.GameCenterMatchmakingTestRequestInlineCreateSchema=t.GameCenterMatchmakingTestRequestSchema=t.GameCenterMatchmakingTestPlayerPropertyInlineCreateSchema=t.GameCenterMatchmakingTestPlayerPropertySchema=t.GameCenterMatchmakingTeamUpdateRequestSchema=t.GameCenterMatchmakingTeamCreateRequestSchema=t.GameCenterMatchmakingTeamResponseSchema=t.GameCenterMatchmakingTeamsResponseSchema=t.GameCenterMatchmakingTeamSchema=t.GameCenterMatchmakingRuleUpdateRequestSchema=t.GameCenterMatchmakingRuleCreateRequestSchema=void 0,t.ProfileSchema=t.PrereleaseVersionResponseSchema=t.PreReleaseVersionsResponseSchema=t.PrereleaseVersionSchema=t.PerfPowerMetricSchema=t.PassTypeIdUpdateRequestSchema=t.PassTypeIdCreateRequestSchema=t.PassTypeIdResponseSchema=t.PassTypeIdsResponseSchema=t.PassTypeIdSchema=t.NominationUpdateRequestSchema=t.NominationCreateRequestSchema=t.NominationResponseSchema=t.NominationsResponseSchema=t.NominationSchema=t.MerchantIdUpdateRequestSchema=t.MerchantIdCreateRequestSchema=t.MerchantIdResponseSchema=t.MerchantIdsResponseSchema=t.MerchantIdSchema=t.MarketplaceWebhookUpdateRequestSchema=t.MarketplaceWebhookCreateRequestSchema=t.MarketplaceWebhookResponseSchema=t.MarketplaceWebhooksResponseSchema=t.MarketplaceWebhookSchema=t.MarketplaceSearchDetailUpdateRequestSchema=t.MarketplaceSearchDetailCreateRequestSchema=t.MarketplaceSearchDetailResponseSchema=t.MarketplaceSearchDetailSchema=t.InAppPurchaseV2UpdateRequestSchema=t.InAppPurchaseV2CreateRequestSchema=t.InAppPurchaseV2ResponseSchema=t.InAppPurchasesV2ResponseSchema=t.InAppPurchaseV2Schema=t.InAppPurchaseResponseSchema=t.InAppPurchasesResponseSchema=t.InAppPurchaseSchema=t.InAppPurchaseSubmissionCreateRequestSchema=t.InAppPurchaseSubmissionResponseSchema=t.InAppPurchaseSubmissionSchema=t.InAppPurchasePricesResponseSchema=t.InAppPurchasePriceInlineCreateSchema=t.InAppPurchasePriceSchema=t.InAppPurchasePriceScheduleCreateRequestSchema=t.InAppPurchasePriceScheduleResponseSchema=t.InAppPurchasePriceScheduleSchema=t.InAppPurchasePricePointsResponseSchema=t.InAppPurchasePricePointSchema=t.InAppPurchaseOfferPricesResponseSchema=t.InAppPurchaseOfferPriceInlineCreateSchema=void 0,t.SubscriptionGracePeriodResponseSchema=t.SubscriptionGracePeriodSchema=t.SubscriptionAvailabilityCreateRequestSchema=t.SubscriptionAvailabilityResponseSchema=t.SubscriptionAvailabilitySchema=t.SubscriptionAppStoreReviewScreenshotUpdateRequestSchema=t.SubscriptionAppStoreReviewScreenshotCreateRequestSchema=t.SubscriptionAppStoreReviewScreenshotResponseSchema=t.SubscriptionAppStoreReviewScreenshotSchema=t.ScmRepositoryResponseSchema=t.ScmRepositoriesResponseSchema=t.ScmRepositorySchema=t.ScmPullRequestResponseSchema=t.ScmPullRequestsResponseSchema=t.ScmPullRequestSchema=t.ScmProviderResponseSchema=t.ScmProvidersResponseSchema=t.ScmProviderSchema=t.ScmGitReferenceResponseSchema=t.ScmGitReferencesResponseSchema=t.ScmGitReferenceSchema=t.SandboxTestersClearPurchaseHistoryRequestV2CreateRequestSchema=t.SandboxTestersClearPurchaseHistoryRequestV2ResponseSchema=t.SandboxTestersClearPurchaseHistoryRequestV2Schema=t.SandboxTesterV2UpdateRequestSchema=t.SandboxTesterV2ResponseSchema=t.SandboxTestersV2ResponseSchema=t.SandboxTesterV2Schema=t.RoutingAppCoverageUpdateRequestSchema=t.RoutingAppCoverageCreateRequestSchema=t.RoutingAppCoverageResponseSchema=t.RoutingAppCoverageSchema=t.ReviewSubmissionUpdateRequestSchema=t.ReviewSubmissionCreateRequestSchema=t.ReviewSubmissionResponseSchema=t.ReviewSubmissionsResponseSchema=t.ReviewSubmissionSchema=t.ReviewSubmissionItemUpdateRequestSchema=t.ReviewSubmissionItemCreateRequestSchema=t.ReviewSubmissionItemResponseSchema=t.ReviewSubmissionItemsResponseSchema=t.ReviewSubmissionItemSchema=t.PromotedPurchaseUpdateRequestSchema=t.PromotedPurchaseCreateRequestSchema=t.PromotedPurchaseResponseSchema=t.PromotedPurchasesResponseSchema=t.PromotedPurchaseSchema=t.ProfileCreateRequestSchema=t.ProfileResponseSchema=t.ProfilesResponseSchema=void 0,t.SubscriptionPricePointSchema=t.SubscriptionOfferCodeUpdateRequestSchema=t.SubscriptionOfferCodeCreateRequestSchema=t.SubscriptionOfferCodeResponseSchema=t.SubscriptionOfferCodesResponseSchema=t.SubscriptionOfferCodeSchema=t.SubscriptionOfferCodePricesResponseSchema=t.SubscriptionOfferCodePriceInlineCreateSchema=t.SubscriptionOfferCodePriceSchema=t.SubscriptionOfferCodeOneTimeUseCodeUpdateRequestSchema=t.SubscriptionOfferCodeOneTimeUseCodeCreateRequestSchema=t.SubscriptionOfferCodeOneTimeUseCodeResponseSchema=t.SubscriptionOfferCodeOneTimeUseCodesResponseSchema=t.SubscriptionOfferCodeOneTimeUseCodeSchema=t.SubscriptionOfferCodeOneTimeUseCodeValueSchema=t.SubscriptionOfferCodeCustomCodeUpdateRequestSchema=t.SubscriptionOfferCodeCustomCodeCreateRequestSchema=t.SubscriptionOfferCodeCustomCodeResponseSchema=t.SubscriptionOfferCodeCustomCodesResponseSchema=t.SubscriptionOfferCodeCustomCodeSchema=t.SubscriptionLocalizationUpdateRequestSchema=t.SubscriptionLocalizationCreateRequestSchema=t.SubscriptionLocalizationResponseSchema=t.SubscriptionLocalizationsResponseSchema=t.SubscriptionLocalizationSchema=t.SubscriptionIntroductoryOfferUpdateRequestSchema=t.SubscriptionIntroductoryOfferCreateRequestSchema=t.SubscriptionIntroductoryOfferResponseSchema=t.SubscriptionIntroductoryOffersResponseSchema=t.SubscriptionIntroductoryOfferInlineCreateSchema=t.SubscriptionIntroductoryOfferSchema=t.SubscriptionImageUpdateRequestSchema=t.SubscriptionImageCreateRequestSchema=t.SubscriptionImageResponseSchema=t.SubscriptionImagesResponseSchema=t.SubscriptionImageSchema=t.SubscriptionGroupUpdateRequestSchema=t.SubscriptionGroupCreateRequestSchema=t.SubscriptionGroupResponseSchema=t.SubscriptionGroupsResponseSchema=t.SubscriptionGroupSchema=t.SubscriptionGroupSubmissionCreateRequestSchema=t.SubscriptionGroupSubmissionResponseSchema=t.SubscriptionGroupSubmissionSchema=t.SubscriptionGroupLocalizationUpdateRequestSchema=t.SubscriptionGroupLocalizationCreateRequestSchema=t.SubscriptionGroupLocalizationResponseSchema=t.SubscriptionGroupLocalizationsResponseSchema=t.SubscriptionGroupLocalizationSchema=t.SubscriptionGracePeriodUpdateRequestSchema=void 0,t.WebhookPingSchema=t.WebhookEventSchema=t.WebhookDeliveryCreateRequestSchema=t.WebhookDeliveryResponseSchema=t.WebhookDeliveriesResponseSchema=t.WebhookDeliverySchema=t.UserUpdateRequestSchema=t.UserResponseSchema=t.UsersResponseSchema=t.UserSchema=t.UserInvitationCreateRequestSchema=t.UserInvitationResponseSchema=t.UserInvitationsResponseSchema=t.UserInvitationSchema=t.TerritoryAvailabilityUpdateRequestSchema=t.TerritoryAvailabilityResponseSchema=t.TerritoryAvailabilitiesResponseSchema=t.TerritoryAvailabilityInlineCreateSchema=t.TerritoryAvailabilitySchema=t.TerritoryAgeRatingsResponseSchema=t.TerritoryAgeRatingSchema=t.TerritoryResponseSchema=t.TerritoriesResponseSchema=t.TerritoryInlineCreateSchema=t.TerritorySchema=t.SubscriptionUpdateRequestSchema=t.SubscriptionCreateRequestSchema=t.SubscriptionResponseSchema=t.SubscriptionsResponseSchema=t.SubscriptionSchema=t.SubscriptionSubmissionCreateRequestSchema=t.SubscriptionSubmissionResponseSchema=t.SubscriptionSubmissionSchema=t.SubscriptionPromotionalOfferUpdateRequestSchema=t.SubscriptionPromotionalOfferCreateRequestSchema=t.SubscriptionPromotionalOfferResponseSchema=t.SubscriptionPromotionalOffersResponseSchema=t.SubscriptionPromotionalOfferInlineCreateSchema=t.SubscriptionPromotionalOfferSchema=t.SubscriptionPromotionalOfferPricesResponseSchema=t.SubscriptionPromotionalOfferPriceInlineCreateSchema=t.SubscriptionPromotionalOfferPriceSchema=t.SubscriptionPriceCreateRequestSchema=t.SubscriptionPriceResponseSchema=t.SubscriptionPricesResponseSchema=t.SubscriptionPriceInlineCreateSchema=t.SubscriptionPriceSchema=t.SubscriptionPricePointResponseSchema=t.SubscriptionPricePointsResponseSchema=t.SubscriptionPricePointInlineCreateSchema=void 0,t.AppInfoPrimarySubcategoryOneLinkageResponseSchema=t.AppInfoPrimaryCategoryLinkageResponseSchema=t.AppInfoAppInfoLocalizationsLinkagesResponseSchema=t.AppInfoAgeRatingDeclarationLinkageResponseSchema=t.AppEventLocalizationsLinkagesResponseSchema=t.AppEventLocalizationAppEventVideoClipsLinkagesResponseSchema=t.AppEventLocalizationAppEventScreenshotsLinkagesResponseSchema=t.AppEncryptionDeclarationBuildsLinkagesRequestSchema=t.AppEncryptionDeclarationAppEncryptionDeclarationDocumentLinkageResponseSchema=t.AppEncryptionDeclarationAppLinkageResponseSchema=t.AppWithoutIncludesResponseSchema=t.AppCustomProductPageAppCustomProductPageVersionsLinkagesResponseSchema=t.AppCustomProductPageVersionAppCustomProductPageLocalizationsLinkagesResponseSchema=t.AppCustomProductPageLocalizationSearchKeywordsLinkagesRequestSchema=t.AppCustomProductPageLocalizationSearchKeywordsLinkagesResponseSchema=t.AppCustomProductPageLocalizationAppScreenshotSetsLinkagesResponseSchema=t.AppCustomProductPageLocalizationAppPreviewSetsLinkagesResponseSchema=t.AppClipAppClipDefaultExperiencesLinkagesResponseSchema=t.AppClipAppClipAdvancedExperiencesLinkagesResponseSchema=t.AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequestSchema=t.AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponseSchema=t.AppClipDefaultExperienceAppClipDefaultExperienceLocalizationsLinkagesResponseSchema=t.AppClipDefaultExperienceAppClipAppStoreReviewDetailLinkageResponseSchema=t.AppClipDefaultExperienceLocalizationAppClipHeaderImageLinkageResponseSchema=t.AppCategorySubcategoriesLinkagesResponseSchema=t.AppCategoriesWithoutIncludesResponseSchema=t.AppCategoryParentLinkageResponseSchema=t.AppCategoryWithoutIncludesResponseSchema=t.AppAvailabilityV2TerritoryAvailabilitiesLinkagesResponseSchema=t.AnalyticsReportInstancesLinkagesResponseSchema=t.AnalyticsReportRequestReportsLinkagesResponseSchema=t.AnalyticsReportInstanceSegmentsLinkagesResponseSchema=t.AlternativeDistributionPackageVersionsLinkagesResponseSchema=t.AlternativeDistributionPackageVersionVariantsLinkagesResponseSchema=t.AlternativeDistributionPackageVersionDeltasLinkagesResponseSchema=t.WinBackOfferUpdateRequestSchema=t.WinBackOfferCreateRequestSchema=t.WinBackOfferResponseSchema=t.WinBackOffersResponseSchema=t.WinBackOfferSchema=t.WinBackOfferPricesResponseSchema=t.WinBackOfferPriceInlineCreateSchema=t.WinBackOfferPriceSchema=t.WebhookUpdateRequestSchema=t.WebhookCreateRequestSchema=t.WebhookResponseSchema=t.WebhooksResponseSchema=t.WebhookSchema=t.WebhookPingCreateRequestSchema=t.WebhookPingResponseSchema=void 0,t.AppAppEncryptionDeclarationsLinkagesResponseSchema=t.AppAppCustomProductPagesLinkagesResponseSchema=t.AppAppClipsLinkagesResponseSchema=t.AppAppAvailabilityV2LinkageResponseSchema=t.AppAndroidToIosAppMappingDetailsLinkagesResponseSchema=t.AppAnalyticsReportRequestsLinkagesResponseSchema=t.AppAlternativeDistributionKeyLinkageResponseSchema=t.AppAccessibilityDeclarationsLinkagesResponseSchema=t.AppTagTerritoriesLinkagesResponseSchema=t.AppStoreVersionRoutingAppCoverageLinkageResponseSchema=t.AppStoreVersionGameCenterAppVersionLinkageResponseSchema=t.AppStoreVersionCustomerReviewsLinkagesResponseSchema=t.AppStoreVersionBuildLinkageRequestSchema=t.AppStoreVersionBuildLinkageResponseSchema=t.BuildWithoutIncludesResponseSchema=t.AppStoreVersionAppStoreVersionSubmissionLinkageResponseSchema=t.AppStoreVersionAppStoreVersionPhasedReleaseLinkageResponseSchema=t.AppStoreVersionPhasedReleaseWithoutIncludesResponseSchema=t.AppStoreVersionAppStoreVersionLocalizationsLinkagesResponseSchema=t.AppStoreVersionAppStoreVersionExperimentsV2LinkagesResponseSchema=t.AppStoreVersionAppStoreVersionExperimentsLinkagesResponseSchema=t.AppStoreVersionAppStoreReviewDetailLinkageResponseSchema=t.AppStoreVersionAppClipDefaultExperienceLinkageRequestSchema=t.AppStoreVersionAppClipDefaultExperienceLinkageResponseSchema=t.AppStoreVersionAlternativeDistributionPackageLinkageResponseSchema=t.AppStoreVersionAgeRatingDeclarationLinkageResponseSchema=t.AgeRatingDeclarationWithoutIncludesResponseSchema=t.AppStoreVersionLocalizationSearchKeywordsLinkagesRequestSchema=t.AppStoreVersionLocalizationSearchKeywordsLinkagesResponseSchema=t.AppStoreVersionLocalizationAppScreenshotSetsLinkagesResponseSchema=t.AppStoreVersionLocalizationAppPreviewSetsLinkagesResponseSchema=t.AppStoreVersionExperimentAppStoreVersionExperimentTreatmentsLinkagesResponseSchema=t.AppStoreVersionExperimentV2AppStoreVersionExperimentTreatmentsLinkagesResponseSchema=t.AppStoreVersionExperimentTreatmentAppStoreVersionExperimentTreatmentLocalizationsLinkagesResponseSchema=t.AppStoreVersionExperimentTreatmentLocalizationAppScreenshotSetsLinkagesResponseSchema=t.AppStoreVersionExperimentTreatmentLocalizationAppPreviewSetsLinkagesResponseSchema=t.AppStoreReviewDetailAppStoreReviewAttachmentsLinkagesResponseSchema=t.AppScreenshotSetAppScreenshotsLinkagesRequestSchema=t.AppScreenshotSetAppScreenshotsLinkagesResponseSchema=t.AppPriceScheduleManualPricesLinkagesResponseSchema=t.AppPriceScheduleBaseTerritoryLinkageResponseSchema=t.AppPriceScheduleAutomaticPricesLinkagesResponseSchema=t.AppPricePointV3EqualizationsLinkagesResponseSchema=t.AppPreviewSetAppPreviewsLinkagesRequestSchema=t.AppPreviewSetAppPreviewsLinkagesResponseSchema=t.AppInfoTerritoryAgeRatingsLinkagesResponseSchema=t.AppInfoSecondarySubcategoryTwoLinkageResponseSchema=t.AppInfoSecondarySubcategoryOneLinkageResponseSchema=t.AppInfoSecondaryCategoryLinkageResponseSchema=t.AppInfoPrimarySubcategoryTwoLinkageResponseSchema=void 0,t.BetaGroupBetaRecruitmentCriteriaLinkageResponseSchema=t.BetaGroupAppLinkageResponseSchema=t.BetaFeedbackCrashSubmissionCrashLogLinkageResponseSchema=t.BetaBuildLocalizationBuildLinkageResponseSchema=t.BetaAppReviewSubmissionBuildLinkageResponseSchema=t.BetaAppReviewDetailAppLinkageResponseSchema=t.BetaAppLocalizationAppLinkageResponseSchema=t.BackgroundAssetVersionsLinkagesResponseSchema=t.BackgroundAssetVersionBackgroundAssetUploadFilesLinkagesResponseSchema=t.AppWebhooksLinkagesResponseSchema=t.AppSubscriptionGroupsLinkagesResponseSchema=t.AppSubscriptionGracePeriodLinkageResponseSchema=t.AppSearchKeywordsLinkagesResponseSchema=t.AppReviewSubmissionsLinkagesResponseSchema=t.AppPromotedPurchasesLinkagesRequestSchema=t.AppPromotedPurchasesLinkagesResponseSchema=t.AppPreReleaseVersionsLinkagesResponseSchema=t.PreReleaseVersionsWithoutIncludesResponseSchema=t.AppPerfPowerMetricsLinkagesResponseSchema=t.AppMarketplaceSearchDetailLinkageResponseSchema=t.AppInAppPurchasesV2LinkagesResponseSchema=t.AppInAppPurchasesLinkagesResponseSchema=t.AppGameCenterEnabledVersionsLinkagesResponseSchema=t.AppGameCenterDetailLinkageResponseSchema=t.AppEndUserLicenseAgreementLinkageResponseSchema=t.EndUserLicenseAgreementWithoutIncludesResponseSchema=t.AppCustomerReviewsLinkagesResponseSchema=t.AppCiProductLinkageResponseSchema=t.AppBuildsLinkagesResponseSchema=t.BuildsWithoutIncludesResponseSchema=t.AppBuildUploadsLinkagesResponseSchema=t.AppBetaTestersLinkagesRequestSchema=t.AppBetaLicenseAgreementLinkageResponseSchema=t.BetaLicenseAgreementWithoutIncludesResponseSchema=t.AppBetaGroupsLinkagesResponseSchema=t.BetaGroupsWithoutIncludesResponseSchema=t.AppBetaFeedbackScreenshotSubmissionsLinkagesResponseSchema=t.AppBetaFeedbackCrashSubmissionsLinkagesResponseSchema=t.AppBetaAppReviewDetailLinkageResponseSchema=t.BetaAppReviewDetailWithoutIncludesResponseSchema=t.AppBetaAppLocalizationsLinkagesResponseSchema=t.BetaAppLocalizationsWithoutIncludesResponseSchema=t.AppBackgroundAssetsLinkagesResponseSchema=t.AppAppTagsLinkagesResponseSchema=t.AppAppStoreVersionsLinkagesResponseSchema=t.AppAppStoreVersionExperimentsV2LinkagesResponseSchema=t.AppAppPriceScheduleLinkageResponseSchema=t.AppAppPricePointsLinkagesResponseSchema=t.AppAppInfosLinkagesResponseSchema=t.AppAppEventsLinkagesResponseSchema=void 0,t.CiBuildRunActionsLinkagesResponseSchema=t.CiBuildActionTestResultsLinkagesResponseSchema=t.CiBuildActionIssuesLinkagesResponseSchema=t.CiBuildActionBuildRunLinkageResponseSchema=t.CiBuildActionArtifactsLinkagesResponseSchema=t.CertificatePassTypeIdLinkageResponseSchema=t.BundleIdProfilesLinkagesResponseSchema=t.ProfilesWithoutIncludesResponseSchema=t.BundleIdBundleIdCapabilitiesLinkagesResponseSchema=t.BundleIdCapabilitiesWithoutIncludesResponseSchema=t.BundleIdAppLinkageResponseSchema=t.BuildPreReleaseVersionLinkageResponseSchema=t.PrereleaseVersionWithoutIncludesResponseSchema=t.BuildPerfPowerMetricsLinkagesResponseSchema=t.BuildIndividualTestersLinkagesRequestSchema=t.BuildIndividualTestersLinkagesResponseSchema=t.BuildIconsLinkagesResponseSchema=t.BuildIconsWithoutIncludesResponseSchema=t.BuildDiagnosticSignaturesLinkagesResponseSchema=t.BuildBuildBetaDetailLinkageResponseSchema=t.BuildBetaGroupsLinkagesRequestSchema=t.BuildBetaBuildLocalizationsLinkagesResponseSchema=t.BetaBuildLocalizationsWithoutIncludesResponseSchema=t.BuildBetaAppReviewSubmissionLinkageResponseSchema=t.BetaAppReviewSubmissionWithoutIncludesResponseSchema=t.BuildAppStoreVersionLinkageResponseSchema=t.BuildAppEncryptionDeclarationLinkageRequestSchema=t.BuildAppEncryptionDeclarationLinkageResponseSchema=t.AppEncryptionDeclarationWithoutIncludesResponseSchema=t.BuildAppLinkageResponseSchema=t.BuildUploadBuildUploadFilesLinkagesResponseSchema=t.BuildBundleBuildBundleFileSizesLinkagesResponseSchema=t.BuildBundleBetaAppClipInvocationsLinkagesResponseSchema=t.BuildBundleAppClipDomainDebugStatusLinkageResponseSchema=t.BuildBundleAppClipDomainCacheStatusLinkageResponseSchema=t.BuildBetaDetailBuildLinkageResponseSchema=t.BetaTesterBuildsLinkagesRequestSchema=t.BetaTesterBuildsLinkagesResponseSchema=t.BetaTesterBetaGroupsLinkagesRequestSchema=t.BetaTesterBetaGroupsLinkagesResponseSchema=t.BetaTesterAppsLinkagesRequestSchema=t.BetaTesterAppsLinkagesResponseSchema=t.AppsWithoutIncludesResponseSchema=t.BetaLicenseAgreementAppLinkageResponseSchema=t.BetaGroupBuildsLinkagesRequestSchema=t.BetaGroupBuildsLinkagesResponseSchema=t.BetaGroupBetaTestersLinkagesRequestSchema=t.BetaGroupBetaTestersLinkagesResponseSchema=t.BetaTestersWithoutIncludesResponseSchema=t.BetaGroupBetaRecruitmentCriterionCompatibleBuildCheckLinkageResponseSchema=void 0,t.GameCenterDetailGameCenterAchievementsV2LinkagesRequestSchema=t.GameCenterDetailGameCenterAchievementsV2LinkagesResponseSchema=t.GameCenterDetailGameCenterAchievementsLinkagesRequestSchema=t.GameCenterDetailGameCenterAchievementsLinkagesResponseSchema=t.GameCenterDetailChallengesMinimumPlatformVersionsLinkagesRequestSchema=t.GameCenterDetailChallengeReleasesLinkagesResponseSchema=t.GameCenterDetailActivityReleasesLinkagesResponseSchema=t.GameCenterDetailAchievementReleasesLinkagesResponseSchema=t.GameCenterChallengeVersionsLinkagesResponseSchema=t.GameCenterChallengeLeaderboardV2LinkageRequestSchema=t.GameCenterChallengeLeaderboardLinkageRequestSchema=t.GameCenterChallengeVersionLocalizationsLinkagesResponseSchema=t.GameCenterChallengeVersionDefaultImageLinkageResponseSchema=t.GameCenterChallengeLocalizationImageLinkageResponseSchema=t.GameCenterAppVersionCompatibilityVersionsLinkagesRequestSchema=t.GameCenterAppVersionCompatibilityVersionsLinkagesResponseSchema=t.GameCenterAppVersionAppStoreVersionLinkageResponseSchema=t.GameCenterActivityVersionLocalizationsLinkagesResponseSchema=t.GameCenterActivityVersionDefaultImageLinkageResponseSchema=t.GameCenterActivityLocalizationImageLinkageResponseSchema=t.GameCenterActivityVersionsLinkagesResponseSchema=t.GameCenterActivityLeaderboardsV2LinkagesRequestSchema=t.GameCenterActivityLeaderboardsLinkagesRequestSchema=t.GameCenterActivityAchievementsV2LinkagesRequestSchema=t.GameCenterActivityAchievementsLinkagesRequestSchema=t.GameCenterAchievementReleasesLinkagesResponseSchema=t.GameCenterAchievementLocalizationsLinkagesResponseSchema=t.GameCenterAchievementGroupAchievementLinkageRequestSchema=t.GameCenterAchievementGroupAchievementLinkageResponseSchema=t.GameCenterAchievementActivityLinkageRequestSchema=t.GameCenterAchievementV2VersionsLinkagesResponseSchema=t.GameCenterAchievementV2ActivityLinkageRequestSchema=t.GameCenterAchievementVersionV2LocalizationsLinkagesResponseSchema=t.GameCenterAchievementLocalizationGameCenterAchievementImageLinkageResponseSchema=t.GameCenterAchievementLocalizationGameCenterAchievementLinkageResponseSchema=t.GameCenterAchievementLocalizationV2ImageLinkageResponseSchema=t.EndUserLicenseAgreementTerritoriesLinkagesResponseSchema=t.TerritoriesWithoutIncludesResponseSchema=t.DiagnosticSignatureLogsLinkagesResponseSchema=t.CustomerReviewResponseLinkageResponseSchema=t.CiXcodeVersionMacOsVersionsLinkagesResponseSchema=t.CiWorkflowRepositoryLinkageResponseSchema=t.CiWorkflowBuildRunsLinkagesResponseSchema=t.CiProductWorkflowsLinkagesResponseSchema=t.CiProductPrimaryRepositoriesLinkagesResponseSchema=t.CiProductBuildRunsLinkagesResponseSchema=t.CiProductAppLinkageResponseSchema=t.CiProductAdditionalRepositoriesLinkagesResponseSchema=t.CiMacOsVersionXcodeVersionsLinkagesResponseSchema=t.CiBuildRunBuildsLinkagesResponseSchema=void 0,t.GameCenterLeaderboardChallengeLinkageRequestSchema=t.GameCenterLeaderboardActivityLinkageRequestSchema=t.GameCenterLeaderboardVersionV2LocalizationsLinkagesResponseSchema=t.GameCenterLeaderboardSetReleasesLinkagesResponseSchema=t.GameCenterLeaderboardSetLocalizationsLinkagesResponseSchema=t.GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequestSchema=t.GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponseSchema=t.GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequestSchema=t.GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponseSchema=t.GameCenterLeaderboardSetV2VersionsLinkagesResponseSchema=t.GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesRequestSchema=t.GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesResponseSchema=t.GameCenterLeaderboardSetVersionV2LocalizationsLinkagesResponseSchema=t.GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardSetLinkageResponseSchema=t.GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardLinkageResponseSchema=t.GameCenterLeaderboardSetLocalizationV2ImageLinkageResponseSchema=t.GameCenterLeaderboardSetLocalizationGameCenterLeaderboardSetImageLinkageResponseSchema=t.GameCenterLeaderboardLocalizationV2ImageLinkageResponseSchema=t.GameCenterLeaderboardLocalizationGameCenterLeaderboardImageLinkageResponseSchema=t.GameCenterGroupGameCenterLeaderboardsV2LinkagesRequestSchema=t.GameCenterGroupGameCenterLeaderboardsV2LinkagesResponseSchema=t.GameCenterGroupGameCenterLeaderboardsLinkagesRequestSchema=t.GameCenterGroupGameCenterLeaderboardsLinkagesResponseSchema=t.GameCenterGroupGameCenterLeaderboardSetsV2LinkagesRequestSchema=t.GameCenterGroupGameCenterLeaderboardSetsV2LinkagesResponseSchema=t.GameCenterGroupGameCenterLeaderboardSetsLinkagesRequestSchema=t.GameCenterGroupGameCenterLeaderboardSetsLinkagesResponseSchema=t.GameCenterGroupGameCenterDetailsLinkagesResponseSchema=t.GameCenterGroupGameCenterChallengesLinkagesResponseSchema=t.GameCenterGroupGameCenterActivitiesLinkagesResponseSchema=t.GameCenterGroupGameCenterAchievementsV2LinkagesRequestSchema=t.GameCenterGroupGameCenterAchievementsV2LinkagesResponseSchema=t.GameCenterGroupGameCenterAchievementsLinkagesRequestSchema=t.GameCenterGroupGameCenterAchievementsLinkagesResponseSchema=t.GameCenterEnabledVersionCompatibleVersionsLinkagesRequestSchema=t.GameCenterEnabledVersionCompatibleVersionsLinkagesResponseSchema=t.GameCenterDetailLeaderboardSetReleasesLinkagesResponseSchema=t.GameCenterDetailLeaderboardReleasesLinkagesResponseSchema=t.GameCenterDetailGameCenterLeaderboardsV2LinkagesRequestSchema=t.GameCenterDetailGameCenterLeaderboardsV2LinkagesResponseSchema=t.GameCenterDetailGameCenterLeaderboardsLinkagesRequestSchema=t.GameCenterDetailGameCenterLeaderboardsLinkagesResponseSchema=t.GameCenterDetailGameCenterLeaderboardSetsV2LinkagesRequestSchema=t.GameCenterDetailGameCenterLeaderboardSetsV2LinkagesResponseSchema=t.GameCenterDetailGameCenterLeaderboardSetsLinkagesRequestSchema=t.GameCenterDetailGameCenterLeaderboardSetsLinkagesResponseSchema=t.GameCenterDetailGameCenterGroupLinkageResponseSchema=t.GameCenterDetailGameCenterChallengesLinkagesResponseSchema=t.GameCenterDetailGameCenterAppVersionsLinkagesResponseSchema=t.GameCenterDetailGameCenterActivitiesLinkagesResponseSchema=void 0,t.SubscriptionPricePointEqualizationsLinkagesResponseSchema=t.SubscriptionOfferCodePricesLinkagesResponseSchema=t.SubscriptionOfferCodeOneTimeUseCodesLinkagesResponseSchema=t.SubscriptionOfferCodeCustomCodesLinkagesResponseSchema=t.SubscriptionOfferCodeOneTimeUseCodeValuesLinkageResponseSchema=t.SubscriptionGroupSubscriptionsLinkagesResponseSchema=t.SubscriptionGroupSubscriptionGroupLocalizationsLinkagesResponseSchema=t.SubscriptionAvailabilityAvailableTerritoriesLinkagesResponseSchema=t.ScmRepositoryPullRequestsLinkagesResponseSchema=t.ScmRepositoryGitReferencesLinkagesResponseSchema=t.ScmProviderRepositoriesLinkagesResponseSchema=t.ReviewSubmissionItemsLinkagesResponseSchema=t.ProfileDevicesLinkagesResponseSchema=t.DevicesWithoutIncludesResponseSchema=t.ProfileCertificatesLinkagesResponseSchema=t.CertificatesWithoutIncludesResponseSchema=t.ProfileBundleIdLinkageResponseSchema=t.BundleIdWithoutIncludesResponseSchema=t.PrereleaseVersionBuildsLinkagesResponseSchema=t.PrereleaseVersionAppLinkageResponseSchema=t.PassTypeIdCertificatesLinkagesResponseSchema=t.MerchantIdCertificatesLinkagesResponseSchema=t.InAppPurchaseV2PromotedPurchaseLinkageResponseSchema=t.InAppPurchaseV2PricePointsLinkagesResponseSchema=t.InAppPurchaseV2OfferCodesLinkagesResponseSchema=t.InAppPurchaseV2InAppPurchaseLocalizationsLinkagesResponseSchema=t.InAppPurchaseV2InAppPurchaseAvailabilityLinkageResponseSchema=t.InAppPurchaseV2ImagesLinkagesResponseSchema=t.InAppPurchaseV2IapPriceScheduleLinkageResponseSchema=t.InAppPurchaseV2ContentLinkageResponseSchema=t.InAppPurchaseV2AppStoreReviewScreenshotLinkageResponseSchema=t.InAppPurchasePriceScheduleManualPricesLinkagesResponseSchema=t.InAppPurchasePriceScheduleBaseTerritoryLinkageResponseSchema=t.InAppPurchasePriceScheduleAutomaticPricesLinkagesResponseSchema=t.InAppPurchasePricePointEqualizationsLinkagesResponseSchema=t.InAppPurchaseOfferCodePricesLinkagesResponseSchema=t.InAppPurchaseOfferCodeOneTimeUseCodesLinkagesResponseSchema=t.InAppPurchaseOfferCodeCustomCodesLinkagesResponseSchema=t.InAppPurchaseOfferCodeOneTimeUseCodeValuesLinkageResponseSchema=t.InAppPurchaseAvailabilityAvailableTerritoriesLinkagesResponseSchema=t.GameCenterMatchmakingRuleSetTeamsLinkagesResponseSchema=t.GameCenterMatchmakingRuleSetRulesLinkagesResponseSchema=t.GameCenterMatchmakingRuleSetMatchmakingQueuesLinkagesResponseSchema=t.GameCenterLeaderboardV2VersionsLinkagesResponseSchema=t.GameCenterLeaderboardV2ChallengeLinkageRequestSchema=t.GameCenterLeaderboardV2ActivityLinkageRequestSchema=t.GameCenterLeaderboardReleasesLinkagesResponseSchema=t.GameCenterLeaderboardLocalizationsLinkagesResponseSchema=t.GameCenterLeaderboardGroupLeaderboardLinkageRequestSchema=t.GameCenterLeaderboardGroupLeaderboardLinkageResponseSchema=void 0,t.AppVersionStateSchema=t.AppStoreVersionStateSchema=t.AppStoreAgeRatingSchema=t.AppMediaVideoStateSchema=t.AppMediaStateErrorSchema=t.AppMediaPreviewFrameImageStateSchema=t.AppMediaAssetStateSchema=t.AppEventAssetTypeSchema=t.AppEncryptionDeclarationStateSchema=t.AppClipAdvancedExperienceLanguageSchema=t.AppClipActionSchema=t.RelationshipLinksSchema=t.ResourceLinksSchema=t.DocumentLinksSchema=t.PagingInformationSchema=t.PagedDocumentLinksSchema=t.ErrorLinksSchema=t.ErrorSourcePointerSchema=t.ErrorSourceParameterSchema=t.ErrorResponseSchema=t.GameCenterMatchmakingRuleErrorsV1MetricResponseSchema=t.GameCenterMatchmakingNumberRuleResultsV1MetricResponseSchema=t.GameCenterMatchmakingBooleanRuleResultsV1MetricResponseSchema=t.GameCenterMatchmakingSessionsV1MetricResponseSchema=t.GameCenterMatchmakingQueueRequestsV1MetricResponseSchema=t.GameCenterMatchmakingQueueSizesV1MetricResponseSchema=t.GameCenterMatchmakingAppRequestsV1MetricResponseSchema=t.BetaBuildUsagesV1MetricResponseSchema=t.BetaTesterUsagesV1MetricResponseSchema=t.BetaPublicLinkUsagesV1MetricResponseSchema=t.AppsBetaTesterUsagesV1MetricResponseSchema=t.WinBackOfferPricesLinkagesResponseSchema=t.WebhookDeliveriesLinkagesResponseSchema=t.UserVisibleAppsLinkagesRequestSchema=t.UserVisibleAppsLinkagesResponseSchema=t.UserInvitationVisibleAppsLinkagesResponseSchema=t.SubscriptionWinBackOffersLinkagesResponseSchema=t.SubscriptionSubscriptionLocalizationsLinkagesResponseSchema=t.SubscriptionSubscriptionAvailabilityLinkageResponseSchema=t.SubscriptionPromotionalOffersLinkagesResponseSchema=t.SubscriptionPromotedPurchaseLinkageResponseSchema=t.SubscriptionPricesLinkagesRequestSchema=t.SubscriptionPricesLinkagesResponseSchema=t.SubscriptionPricePointsLinkagesResponseSchema=t.SubscriptionOfferCodesLinkagesResponseSchema=t.SubscriptionIntroductoryOffersLinkagesRequestSchema=t.SubscriptionIntroductoryOffersLinkagesResponseSchema=t.SubscriptionImagesLinkagesResponseSchema=t.SubscriptionAppStoreReviewScreenshotLinkageResponseSchema=t.SubscriptionPromotionalOfferPricesLinkagesResponseSchema=void 0,t.GameCenterLeaderboardFormatterSchema=t.FileLocationSchema=t.ExternalBetaStateSchema=t.DiagnosticLogCallStackNodeSchema=t.DiagnosticInsightTypeSchema=t.DiagnosticInsightDirectionSchema=t.DiagnosticInsightSchema=t.DeviceFamilyOsVersionFilterSchema=t.DeviceFamilySchema=t.DeviceConnectionTypeSchema=t.DeliveryFileUploadOperationSchema=t.CiTestStatusSchema=t.CiTestDestinationKindSchema=t.CiTestDestinationSchema=t.CiTagStartConditionSchema=t.CiTagPatternsSchema=t.CiStartConditionFileMatcherSchema=t.CiScheduledStartConditionSchema=t.CiPullRequestStartConditionSchema=t.CiManualTagStartConditionSchema=t.CiManualPullRequestStartConditionSchema=t.CiManualBranchStartConditionSchema=t.CiIssueCountsSchema=t.CiGitUserSchema=t.CiGitRefKindSchema=t.CiFilesAndFoldersRuleSchema=t.CiExecutionProgressSchema=t.CiCompletionStatusSchema=t.CiBranchStartConditionSchema=t.CiBranchPatternsSchema=t.CiActionTypeSchema=t.CiActionSchema=t.ChecksumsSchema=t.ChecksumAlgorithmSchema=t.CertificateTypeSchema=t.CapabilityTypeSchema=t.CapabilitySettingSchema=t.CapabilityOptionSchema=t.BundleIdPlatformSchema=t.BuildUploadStateSchema=t.BuildBundleTypeSchema=t.BuildAudienceTypeSchema=t.BrazilAgeRatingSchema=t.BetaTesterStateSchema=t.BetaReviewStateSchema=t.BetaInviteTypeSchema=t.BetaFeedbackScreenshotImageSchema=t.BackgroundAssetVersionStateSchema=t.BackgroundAssetVersionExternalBetaReleaseStateSchema=t.BackgroundAssetVersionAppStoreReleaseStateSchema=void 0,t.xcodeMetricsSchema=t.gzipSchema=t.diagnosticLogsSchema=t.csvSchema=t.WebhookEventTypeSchema=t.UserRoleSchema=t.UploadOperationSchema=t.TerritoryCodeSchema=t.SubscriptionStatusUrlVersionSchema=t.SubscriptionOfferModeSchema=t.SubscriptionOfferEligibilitySchema=t.SubscriptionOfferDurationSchema=t.SubscriptionGracePeriodDurationSchema=t.SubscriptionCustomerEligibilitySchema=t.StringToStringMapSchema=t.StateDetailSchema=t.ScreenshotDisplayTypeSchema=t.ScmProviderTypeSchema=t.PropertySchema=t.PreviewTypeSchema=t.PreviewFrameImageSchema=t.PlatformSchema=t.PhasedReleaseStateSchema=t.OfferCodeEnvironmentSchema=t.MetricsInsightSchema=t.MetricCategorySchema=t.LocationSchema=t.KidsAgeBandSchema=t.InternalBetaStateSchema=t.IntegerRangeSchema=t.InAppPurchaseTypeSchema=t.InAppPurchaseStateSchema=t.ImageAssetSchema=t.IconAssetTypeSchema=t.HttpHeaderSchema=t.GameCenterVersionStateSchema=t.GameCenterMatchmakingTeamAssignmentSchema=void 0,t.AccessibilityDeclarationSchema={type:"object",title:"AccessibilityDeclaration",properties:{type:{type:"string",enum:["accessibilityDeclarations"]},id:{type:"string"},attributes:{type:"object",properties:{deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},state:{type:"string",enum:["DRAFT","PUBLISHED","REPLACED"]},supportsAudioDescriptions:{type:"boolean"},supportsCaptions:{type:"boolean"},supportsDarkInterface:{type:"boolean"},supportsDifferentiateWithoutColorAlone:{type:"boolean"},supportsLargerText:{type:"boolean"},supportsReducedMotion:{type:"boolean"},supportsSufficientContrast:{type:"boolean"},supportsVoiceControl:{type:"boolean"},supportsVoiceover:{type:"boolean"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AccessibilityDeclarationsResponseSchema={type:"object",title:"AccessibilityDeclarationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AccessibilityDeclaration"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AccessibilityDeclarationResponseSchema={type:"object",title:"AccessibilityDeclarationResponse",properties:{data:{$ref:"#/components/schemas/AccessibilityDeclaration"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AccessibilityDeclarationCreateRequestSchema={type:"object",title:"AccessibilityDeclarationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["accessibilityDeclarations"]},attributes:{type:"object",properties:{deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},supportsAudioDescriptions:{type:"boolean",nullable:!0},supportsCaptions:{type:"boolean",nullable:!0},supportsDarkInterface:{type:"boolean",nullable:!0},supportsDifferentiateWithoutColorAlone:{type:"boolean",nullable:!0},supportsLargerText:{type:"boolean",nullable:!0},supportsReducedMotion:{type:"boolean",nullable:!0},supportsSufficientContrast:{type:"boolean",nullable:!0},supportsVoiceControl:{type:"boolean",nullable:!0},supportsVoiceover:{type:"boolean",nullable:!0}},required:["deviceFamily"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AccessibilityDeclarationUpdateRequestSchema={type:"object",title:"AccessibilityDeclarationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["accessibilityDeclarations"]},id:{type:"string"},attributes:{type:"object",properties:{publish:{type:"boolean",nullable:!0},supportsAudioDescriptions:{type:"boolean",nullable:!0},supportsCaptions:{type:"boolean",nullable:!0},supportsDarkInterface:{type:"boolean",nullable:!0},supportsDifferentiateWithoutColorAlone:{type:"boolean",nullable:!0},supportsLargerText:{type:"boolean",nullable:!0},supportsReducedMotion:{type:"boolean",nullable:!0},supportsSufficientContrast:{type:"boolean",nullable:!0},supportsVoiceControl:{type:"boolean",nullable:!0},supportsVoiceover:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.ActorSchema={type:"object",title:"Actor",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"},attributes:{type:"object",properties:{actorType:{type:"string",enum:["USER","API_KEY","XCODE_CLOUD","APPLE"]},userFirstName:{type:"string"},userLastName:{type:"string"},userEmail:{type:"string"},apiKeyId:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ActorsResponseSchema={type:"object",title:"ActorsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Actor"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ActorResponseSchema={type:"object",title:"ActorResponse",properties:{data:{$ref:"#/components/schemas/Actor"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AgeRatingDeclarationSchema={type:"object",title:"AgeRatingDeclaration",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"},attributes:{type:"object",properties:{advertising:{type:"boolean"},alcoholTobaccoOrDrugUseOrReferences:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},contests:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},gambling:{type:"boolean"},gamblingSimulated:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},gunsOrOtherWeapons:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},healthOrWellnessTopics:{type:"boolean"},kidsAgeBand:{$ref:"#/components/schemas/KidsAgeBand"},lootBox:{type:"boolean"},medicalOrTreatmentInformation:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},messagingAndChat:{type:"boolean"},parentalControls:{type:"boolean"},profanityOrCrudeHumor:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},ageAssurance:{type:"boolean"},sexualContentGraphicAndNudity:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},sexualContentOrNudity:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},horrorOrFearThemes:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},matureOrSuggestiveThemes:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},unrestrictedWebAccess:{type:"boolean"},userGeneratedContent:{type:"boolean"},violenceCartoonOrFantasy:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},violenceRealisticProlongedGraphicOrSadistic:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},violenceRealistic:{type:"string",enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},ageRatingOverride:{type:"string",deprecated:!0,enum:["NONE","NINE_PLUS","THIRTEEN_PLUS","SIXTEEN_PLUS","SEVENTEEN_PLUS","UNRATED"]},ageRatingOverrideV2:{type:"string",enum:["NONE","NINE_PLUS","THIRTEEN_PLUS","SIXTEEN_PLUS","EIGHTEEN_PLUS","UNRATED"]},koreaAgeRatingOverride:{type:"string",enum:["NONE","FIFTEEN_PLUS","NINETEEN_PLUS"]},developerAgeRatingInfoUrl:{type:"string",format:"uri"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AgeRatingDeclarationResponseSchema={type:"object",title:"AgeRatingDeclarationResponse",properties:{data:{$ref:"#/components/schemas/AgeRatingDeclaration"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AgeRatingDeclarationUpdateRequestSchema={type:"object",title:"AgeRatingDeclarationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"},attributes:{type:"object",properties:{advertising:{type:"boolean",nullable:!0},alcoholTobaccoOrDrugUseOrReferences:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},contests:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},gambling:{type:"boolean",nullable:!0},gamblingSimulated:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},gunsOrOtherWeapons:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},healthOrWellnessTopics:{type:"boolean",nullable:!0},kidsAgeBand:{nullable:!0,$ref:"#/components/schemas/KidsAgeBand"},lootBox:{type:"boolean",nullable:!0},medicalOrTreatmentInformation:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},messagingAndChat:{type:"boolean",nullable:!0},parentalControls:{type:"boolean",nullable:!0},profanityOrCrudeHumor:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},ageAssurance:{type:"boolean",nullable:!0},sexualContentGraphicAndNudity:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},sexualContentOrNudity:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},horrorOrFearThemes:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},matureOrSuggestiveThemes:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},unrestrictedWebAccess:{type:"boolean",nullable:!0},userGeneratedContent:{type:"boolean",nullable:!0},violenceCartoonOrFantasy:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},violenceRealisticProlongedGraphicOrSadistic:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},violenceRealistic:{type:"string",nullable:!0,enum:["NONE","INFREQUENT_OR_MILD","FREQUENT_OR_INTENSE","INFREQUENT","FREQUENT"]},ageRatingOverride:{type:"string",deprecated:!0,nullable:!0,enum:["NONE","NINE_PLUS","THIRTEEN_PLUS","SIXTEEN_PLUS","SEVENTEEN_PLUS","UNRATED"]},ageRatingOverrideV2:{type:"string",nullable:!0,enum:["NONE","NINE_PLUS","THIRTEEN_PLUS","SIXTEEN_PLUS","EIGHTEEN_PLUS","UNRATED"]},koreaAgeRatingOverride:{type:"string",nullable:!0,enum:["NONE","FIFTEEN_PLUS","NINETEEN_PLUS"]},developerAgeRatingInfoUrl:{type:"string",format:"uri",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AlternativeDistributionDomainSchema={type:"object",title:"AlternativeDistributionDomain",properties:{type:{type:"string",enum:["alternativeDistributionDomains"]},id:{type:"string"},attributes:{type:"object",properties:{domain:{type:"string"},referenceName:{type:"string"},createdDate:{type:"string",format:"date-time"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionDomainsResponseSchema={type:"object",title:"AlternativeDistributionDomainsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionDomain"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionDomainResponseSchema={type:"object",title:"AlternativeDistributionDomainResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionDomain"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionDomainCreateRequestSchema={type:"object",title:"AlternativeDistributionDomainCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionDomains"]},attributes:{type:"object",properties:{domain:{type:"string"},referenceName:{type:"string"}},required:["domain","referenceName"]}},required:["attributes","type"]}},required:["data"]},t.AlternativeDistributionKeySchema={type:"object",title:"AlternativeDistributionKey",properties:{type:{type:"string",enum:["alternativeDistributionKeys"]},id:{type:"string"},attributes:{type:"object",properties:{publicKey:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionKeysResponseSchema={type:"object",title:"AlternativeDistributionKeysResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionKey"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionKeyResponseSchema={type:"object",title:"AlternativeDistributionKeyResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionKey"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionKeyCreateRequestSchema={type:"object",title:"AlternativeDistributionKeyCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionKeys"]},attributes:{type:"object",properties:{publicKey:{type:"string"}},required:["publicKey"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.AlternativeDistributionPackageDeltaSchema={type:"object",title:"AlternativeDistributionPackageDelta",properties:{type:{type:"string",enum:["alternativeDistributionPackageDeltas"]},id:{type:"string"},attributes:{type:"object",properties:{url:{type:"string",format:"uri"},urlExpirationDate:{type:"string",format:"date-time"},alternativeDistributionKeyBlob:{type:"string"},fileChecksum:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionPackageDeltasResponseSchema={type:"object",title:"AlternativeDistributionPackageDeltasResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionPackageDelta"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionPackageDeltaResponseSchema={type:"object",title:"AlternativeDistributionPackageDeltaResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionPackageDelta"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionPackageVariantSchema={type:"object",title:"AlternativeDistributionPackageVariant",properties:{type:{type:"string",enum:["alternativeDistributionPackageVariants"]},id:{type:"string"},attributes:{type:"object",properties:{url:{type:"string",format:"uri"},urlExpirationDate:{type:"string",format:"date-time"},alternativeDistributionKeyBlob:{type:"string"},fileChecksum:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionPackageVariantsResponseSchema={type:"object",title:"AlternativeDistributionPackageVariantsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionPackageVariant"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionPackageVariantResponseSchema={type:"object",title:"AlternativeDistributionPackageVariantResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionPackageVariant"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionPackageVersionSchema={type:"object",title:"AlternativeDistributionPackageVersion",properties:{type:{type:"string",enum:["alternativeDistributionPackageVersions"]},id:{type:"string"},attributes:{type:"object",properties:{url:{type:"string",format:"uri"},urlExpirationDate:{type:"string",format:"date-time"},version:{type:"string"},fileChecksum:{type:"string"},state:{type:"string",enum:["COMPLETED","REPLACED"]}}},relationships:{type:"object",properties:{variants:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageVariants"]},id:{type:"string"}},required:["id","type"]}}}},deltas:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageDeltas"]},id:{type:"string"}},required:["id","type"]}}}},alternativeDistributionPackage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionPackageVersionsResponseSchema={type:"object",title:"AlternativeDistributionPackageVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionPackageVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AlternativeDistributionPackageDelta"},{$ref:"#/components/schemas/AlternativeDistributionPackageVariant"},{$ref:"#/components/schemas/AlternativeDistributionPackage"}],discriminator:{propertyName:"type",mapping:{alternativeDistributionPackages:"#/components/schemas/AlternativeDistributionPackage",alternativeDistributionPackageDeltas:"#/components/schemas/AlternativeDistributionPackageDelta",alternativeDistributionPackageVariants:"#/components/schemas/AlternativeDistributionPackageVariant"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionPackageVersionResponseSchema={type:"object",title:"AlternativeDistributionPackageVersionResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionPackageVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AlternativeDistributionPackageDelta"},{$ref:"#/components/schemas/AlternativeDistributionPackageVariant"},{$ref:"#/components/schemas/AlternativeDistributionPackage"}],discriminator:{propertyName:"type",mapping:{alternativeDistributionPackages:"#/components/schemas/AlternativeDistributionPackage",alternativeDistributionPackageDeltas:"#/components/schemas/AlternativeDistributionPackageDelta",alternativeDistributionPackageVariants:"#/components/schemas/AlternativeDistributionPackageVariant"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionPackageSchema={type:"object",title:"AlternativeDistributionPackage",properties:{type:{type:"string",enum:["alternativeDistributionPackages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{$ref:"#/components/schemas/Checksums"}}},relationships:{type:"object",properties:{versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AlternativeDistributionPackageResponseSchema={type:"object",title:"AlternativeDistributionPackageResponse",properties:{data:{$ref:"#/components/schemas/AlternativeDistributionPackage"},included:{type:"array",items:{$ref:"#/components/schemas/AlternativeDistributionPackageVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AlternativeDistributionPackageCreateRequestSchema={type:"object",title:"AlternativeDistributionPackageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackages"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.AnalyticsReportInstanceSchema={type:"object",title:"AnalyticsReportInstance",properties:{type:{type:"string",enum:["analyticsReportInstances"]},id:{type:"string"},attributes:{type:"object",properties:{granularity:{type:"string",enum:["DAILY","WEEKLY","MONTHLY"]},processingDate:{type:"string",format:"date"}}},relationships:{type:"object",properties:{segments:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AnalyticsReportInstancesResponseSchema={type:"object",title:"AnalyticsReportInstancesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReportInstance"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportInstanceResponseSchema={type:"object",title:"AnalyticsReportInstanceResponse",properties:{data:{$ref:"#/components/schemas/AnalyticsReportInstance"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AnalyticsReportRequestSchema={type:"object",title:"AnalyticsReportRequest",properties:{type:{type:"string",enum:["analyticsReportRequests"]},id:{type:"string"},attributes:{type:"object",properties:{accessType:{type:"string",enum:["ONE_TIME_SNAPSHOT","ONGOING"]},stoppedDueToInactivity:{type:"boolean"}}},relationships:{type:"object",properties:{reports:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["analyticsReports"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AnalyticsReportRequestsResponseSchema={type:"object",title:"AnalyticsReportRequestsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReportRequest"}},included:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReport"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportRequestResponseSchema={type:"object",title:"AnalyticsReportRequestResponse",properties:{data:{$ref:"#/components/schemas/AnalyticsReportRequest"},included:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReport"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AnalyticsReportRequestCreateRequestSchema={type:"object",title:"AnalyticsReportRequestCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["analyticsReportRequests"]},attributes:{type:"object",properties:{accessType:{type:"string",enum:["ONE_TIME_SNAPSHOT","ONGOING"]}},required:["accessType"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AnalyticsReportSegmentSchema={type:"object",title:"AnalyticsReportSegment",properties:{type:{type:"string",enum:["analyticsReportSegments"]},id:{type:"string"},attributes:{type:"object",properties:{checksum:{type:"string"},sizeInBytes:{type:"integer"},url:{type:"string",format:"uri"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AnalyticsReportSegmentsResponseSchema={type:"object",title:"AnalyticsReportSegmentsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReportSegment"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportSegmentResponseSchema={type:"object",title:"AnalyticsReportSegmentResponse",properties:{data:{$ref:"#/components/schemas/AnalyticsReportSegment"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AnalyticsReportSchema={type:"object",title:"AnalyticsReport",properties:{type:{type:"string",enum:["analyticsReports"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},category:{type:"string",enum:["APP_USAGE","APP_STORE_ENGAGEMENT","COMMERCE","FRAMEWORK_USAGE","PERFORMANCE"]}}},relationships:{type:"object",properties:{instances:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AnalyticsReportsResponseSchema={type:"object",title:"AnalyticsReportsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AnalyticsReport"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportResponseSchema={type:"object",title:"AnalyticsReportResponse",properties:{data:{$ref:"#/components/schemas/AnalyticsReport"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AndroidToIosAppMappingDetailSchema={type:"object",title:"AndroidToIosAppMappingDetail",properties:{type:{type:"string",enum:["androidToIosAppMappingDetails"]},id:{type:"string"},attributes:{type:"object",properties:{packageName:{type:"string"},appSigningKeyPublicCertificateSha256Fingerprints:{type:"array",items:{type:"string"}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AndroidToIosAppMappingDetailsResponseSchema={type:"object",title:"AndroidToIosAppMappingDetailsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AndroidToIosAppMappingDetail"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AndroidToIosAppMappingDetailResponseSchema={type:"object",title:"AndroidToIosAppMappingDetailResponse",properties:{data:{$ref:"#/components/schemas/AndroidToIosAppMappingDetail"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AndroidToIosAppMappingDetailCreateRequestSchema={type:"object",title:"AndroidToIosAppMappingDetailCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["androidToIosAppMappingDetails"]},attributes:{type:"object",properties:{packageName:{type:"string"},appSigningKeyPublicCertificateSha256Fingerprints:{type:"array",items:{type:"string"}}},required:["appSigningKeyPublicCertificateSha256Fingerprints","packageName"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AndroidToIosAppMappingDetailUpdateRequestSchema={type:"object",title:"AndroidToIosAppMappingDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["androidToIosAppMappingDetails"]},id:{type:"string"},attributes:{type:"object",properties:{packageName:{type:"string",nullable:!0},appSigningKeyPublicCertificateSha256Fingerprints:{type:"array",items:{type:"string"},nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppAvailabilityV2Schema={type:"object",title:"AppAvailabilityV2",properties:{type:{type:"string",enum:["appAvailabilities"]},id:{type:"string"},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}}},relationships:{type:"object",properties:{territoryAvailabilities:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppAvailabilityV2ResponseSchema={type:"object",title:"AppAvailabilityV2Response",properties:{data:{$ref:"#/components/schemas/AppAvailabilityV2"},included:{type:"array",items:{$ref:"#/components/schemas/TerritoryAvailability"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppAvailabilityV2CreateRequestSchema={type:"object",title:"AppAvailabilityV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appAvailabilities"]},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}},required:["availableInNewTerritories"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},territoryAvailabilities:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["app","territoryAvailabilities"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/TerritoryAvailabilityInlineCreate"}}},required:["data"]},t.AppCategorySchema={type:"object",title:"AppCategory",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"},attributes:{type:"object",properties:{platforms:{type:"array",items:{$ref:"#/components/schemas/Platform"}}}},relationships:{type:"object",properties:{subcategories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}}},parent:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppCategoriesResponseSchema={type:"object",title:"AppCategoriesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppCategory"}},included:{type:"array",items:{$ref:"#/components/schemas/AppCategory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCategoryResponseSchema={type:"object",title:"AppCategoryResponse",properties:{data:{$ref:"#/components/schemas/AppCategory"},included:{type:"array",items:{$ref:"#/components/schemas/AppCategory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipAdvancedExperienceImageSchema={type:"object",title:"AppClipAdvancedExperienceImage",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipAdvancedExperienceImageResponseSchema={type:"object",title:"AppClipAdvancedExperienceImageResponse",properties:{data:{$ref:"#/components/schemas/AppClipAdvancedExperienceImage"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipAdvancedExperienceImageCreateRequestSchema={type:"object",title:"AppClipAdvancedExperienceImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]}},required:["attributes","type"]}},required:["data"]},t.AppClipAdvancedExperienceImageUpdateRequestSchema={type:"object",title:"AppClipAdvancedExperienceImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppClipAdvancedExperienceLocalizationSchema={type:"object",title:"AppClipAdvancedExperienceLocalization",properties:{type:{type:"string",enum:["appClipAdvancedExperienceLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{language:{$ref:"#/components/schemas/AppClipAdvancedExperienceLanguage"},title:{type:"string"},subtitle:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipAdvancedExperienceLocalizationInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{language:{nullable:!0,$ref:"#/components/schemas/AppClipAdvancedExperienceLanguage"},title:{type:"string",nullable:!0},subtitle:{type:"string",nullable:!0}}}},required:["type"]},t.AppClipAdvancedExperienceSchema={type:"object",title:"AppClipAdvancedExperience",properties:{type:{type:"string",enum:["appClipAdvancedExperiences"]},id:{type:"string"},attributes:{type:"object",properties:{link:{type:"string",format:"uri"},version:{type:"integer"},status:{type:"string",enum:["RECEIVED","DEACTIVATED","APP_TRANSFER_IN_PROGRESS"]},action:{$ref:"#/components/schemas/AppClipAction"},isPoweredBy:{type:"boolean"},place:{type:"object",properties:{placeId:{type:"string"},names:{type:"array",items:{type:"string"}},mainAddress:{type:"object",properties:{fullAddress:{type:"string"},structuredAddress:{type:"object",properties:{streetAddress:{type:"array",items:{type:"string"}},floor:{type:"string"},neighborhood:{type:"string"},locality:{type:"string"},stateProvince:{type:"string"},postalCode:{type:"string"},countryCode:{type:"string"}}}}},displayPoint:{type:"object",properties:{coordinates:{type:"object",properties:{latitude:{type:"number"},longitude:{type:"number"}}},source:{type:"string",enum:["CALCULATED","MANUALLY_PLACED"]}}},mapAction:{type:"string",enum:["BUY_TICKETS","VIEW_AVAILABILITY","VIEW_PRICING","HOTEL_BOOK_ROOM","PARKING_RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","RESTAURANT_ORDER_DELIVERY","RESTAURANT_ORDER_FOOD","RESTAURANT_ORDER_TAKEOUT","RESTAURANT_RESERVATION","SCHEDULE_APPOINTMENT","RESTAURANT_VIEW_MENU","THEATER_NOW_PLAYING","AIRLINE_BOOK_TRAVEL","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","APPLY","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","JOIN","PARKING_AVAILABLE","RESTAURANT_PICKUP","RETAIL_SERVICE_QUOTE","RETAIL_STORE_DELIVERY","RETAIL_STORE_PICKUP","RETAIL_STORE_SHOP","SERVICES","SUPPORT","PAY_TO_PARK"]},relationship:{type:"string",enum:["OWNER","AUTHORIZED","OTHER"]},phoneNumber:{type:"object",properties:{number:{type:"string"},type:{type:"string",enum:["FAX","LANDLINE","MOBILE","TOLLFREE"]},intent:{type:"string"}}},homePage:{type:"string"},categories:{type:"array",items:{type:"string"}}}},placeStatus:{type:"string",enum:["PENDING","MATCHED","NO_MATCH"]},businessCategory:{type:"string",enum:["AUTOMOTIVE","BEAUTY","BIKES","BOOKS","CASINO","EDUCATION","EDUCATION_JAPAN","ENTERTAINMENT","EV_CHARGER","FINANCIAL_USD","FINANCIAL_CNY","FINANCIAL_GBP","FINANCIAL_JPY","FINANCIAL_EUR","FITNESS","FOOD_AND_DRINK","GAS","GROCERY","HEALTH_AND_MEDICAL","HOTEL_AND_TRAVEL","MUSIC","PARKING","PET_SERVICES","PROFESSIONAL_SERVICES","SHOPPING","TICKETING","TRANSIT"]},defaultLanguage:{$ref:"#/components/schemas/AppClipAdvancedExperienceLanguage"}}},relationships:{type:"object",properties:{appClip:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}}},headerImage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipAdvancedExperiencesResponseSchema={type:"object",title:"AppClipAdvancedExperiencesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppClipAdvancedExperience"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipAdvancedExperienceImage"},{$ref:"#/components/schemas/AppClipAdvancedExperienceLocalization"},{$ref:"#/components/schemas/AppClip"}],discriminator:{propertyName:"type",mapping:{appClipAdvancedExperienceLocalizations:"#/components/schemas/AppClipAdvancedExperienceLocalization",appClipAdvancedExperienceImages:"#/components/schemas/AppClipAdvancedExperienceImage",appClips:"#/components/schemas/AppClip"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipAdvancedExperienceResponseSchema={type:"object",title:"AppClipAdvancedExperienceResponse",properties:{data:{$ref:"#/components/schemas/AppClipAdvancedExperience"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipAdvancedExperienceImage"},{$ref:"#/components/schemas/AppClipAdvancedExperienceLocalization"},{$ref:"#/components/schemas/AppClip"}],discriminator:{propertyName:"type",mapping:{appClipAdvancedExperienceLocalizations:"#/components/schemas/AppClipAdvancedExperienceLocalization",appClipAdvancedExperienceImages:"#/components/schemas/AppClipAdvancedExperienceImage",appClips:"#/components/schemas/AppClip"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipAdvancedExperienceCreateRequestSchema={type:"object",title:"AppClipAdvancedExperienceCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperiences"]},attributes:{type:"object",properties:{link:{type:"string",format:"uri"},action:{nullable:!0,$ref:"#/components/schemas/AppClipAction"},isPoweredBy:{type:"boolean"},place:{type:"object",properties:{placeId:{type:"string"},names:{type:"array",items:{type:"string"}},mainAddress:{type:"object",properties:{fullAddress:{type:"string"},structuredAddress:{type:"object",properties:{streetAddress:{type:"array",items:{type:"string"}},floor:{type:"string"},neighborhood:{type:"string"},locality:{type:"string"},stateProvince:{type:"string"},postalCode:{type:"string"},countryCode:{type:"string"}}}}},displayPoint:{type:"object",properties:{coordinates:{type:"object",properties:{latitude:{type:"number"},longitude:{type:"number"}}},source:{type:"string",enum:["CALCULATED","MANUALLY_PLACED"]}}},mapAction:{type:"string",enum:["BUY_TICKETS","VIEW_AVAILABILITY","VIEW_PRICING","HOTEL_BOOK_ROOM","PARKING_RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","RESTAURANT_ORDER_DELIVERY","RESTAURANT_ORDER_FOOD","RESTAURANT_ORDER_TAKEOUT","RESTAURANT_RESERVATION","SCHEDULE_APPOINTMENT","RESTAURANT_VIEW_MENU","THEATER_NOW_PLAYING","AIRLINE_BOOK_TRAVEL","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","APPLY","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","JOIN","PARKING_AVAILABLE","RESTAURANT_PICKUP","RETAIL_SERVICE_QUOTE","RETAIL_STORE_DELIVERY","RETAIL_STORE_PICKUP","RETAIL_STORE_SHOP","SERVICES","SUPPORT","PAY_TO_PARK"]},relationship:{type:"string",enum:["OWNER","AUTHORIZED","OTHER"]},phoneNumber:{type:"object",properties:{number:{type:"string"},type:{type:"string",enum:["FAX","LANDLINE","MOBILE","TOLLFREE"]},intent:{type:"string"}}},homePage:{type:"string"},categories:{type:"array",items:{type:"string"}}},nullable:!0},businessCategory:{type:"string",nullable:!0,enum:["AUTOMOTIVE","BEAUTY","BIKES","BOOKS","CASINO","EDUCATION","EDUCATION_JAPAN","ENTERTAINMENT","EV_CHARGER","FINANCIAL_USD","FINANCIAL_CNY","FINANCIAL_GBP","FINANCIAL_JPY","FINANCIAL_EUR","FITNESS","FOOD_AND_DRINK","GAS","GROCERY","HEALTH_AND_MEDICAL","HOTEL_AND_TRAVEL","MUSIC","PARKING","PET_SERVICES","PROFESSIONAL_SERVICES","SHOPPING","TICKETING","TRANSIT"]},defaultLanguage:{$ref:"#/components/schemas/AppClipAdvancedExperienceLanguage"}},required:["defaultLanguage","isPoweredBy","link"]},relationships:{type:"object",properties:{appClip:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},headerImage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},localizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["appClip","headerImage","localizations"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/AppClipAdvancedExperienceLocalizationInlineCreate"}}},required:["data"]},t.AppClipAdvancedExperienceUpdateRequestSchema={type:"object",title:"AppClipAdvancedExperienceUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperiences"]},id:{type:"string"},attributes:{type:"object",properties:{action:{nullable:!0,$ref:"#/components/schemas/AppClipAction"},isPoweredBy:{type:"boolean",nullable:!0},place:{type:"object",properties:{placeId:{type:"string"},names:{type:"array",items:{type:"string"}},mainAddress:{type:"object",properties:{fullAddress:{type:"string"},structuredAddress:{type:"object",properties:{streetAddress:{type:"array",items:{type:"string"}},floor:{type:"string"},neighborhood:{type:"string"},locality:{type:"string"},stateProvince:{type:"string"},postalCode:{type:"string"},countryCode:{type:"string"}}}}},displayPoint:{type:"object",properties:{coordinates:{type:"object",properties:{latitude:{type:"number"},longitude:{type:"number"}}},source:{type:"string",enum:["CALCULATED","MANUALLY_PLACED"]}}},mapAction:{type:"string",enum:["BUY_TICKETS","VIEW_AVAILABILITY","VIEW_PRICING","HOTEL_BOOK_ROOM","PARKING_RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","RESTAURANT_ORDER_DELIVERY","RESTAURANT_ORDER_FOOD","RESTAURANT_ORDER_TAKEOUT","RESTAURANT_RESERVATION","SCHEDULE_APPOINTMENT","RESTAURANT_VIEW_MENU","THEATER_NOW_PLAYING","AIRLINE_BOOK_TRAVEL","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","APPLY","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","JOIN","PARKING_AVAILABLE","RESTAURANT_PICKUP","RETAIL_SERVICE_QUOTE","RETAIL_STORE_DELIVERY","RETAIL_STORE_PICKUP","RETAIL_STORE_SHOP","SERVICES","SUPPORT","PAY_TO_PARK"]},relationship:{type:"string",enum:["OWNER","AUTHORIZED","OTHER"]},phoneNumber:{type:"object",properties:{number:{type:"string"},type:{type:"string",enum:["FAX","LANDLINE","MOBILE","TOLLFREE"]},intent:{type:"string"}}},homePage:{type:"string"},categories:{type:"array",items:{type:"string"}}},nullable:!0},businessCategory:{type:"string",nullable:!0,enum:["AUTOMOTIVE","BEAUTY","BIKES","BOOKS","CASINO","EDUCATION","EDUCATION_JAPAN","ENTERTAINMENT","EV_CHARGER","FINANCIAL_USD","FINANCIAL_CNY","FINANCIAL_GBP","FINANCIAL_JPY","FINANCIAL_EUR","FITNESS","FOOD_AND_DRINK","GAS","GROCERY","HEALTH_AND_MEDICAL","HOTEL_AND_TRAVEL","MUSIC","PARKING","PET_SERVICES","PROFESSIONAL_SERVICES","SHOPPING","TICKETING","TRANSIT"]},defaultLanguage:{nullable:!0,$ref:"#/components/schemas/AppClipAdvancedExperienceLanguage"},removed:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{appClip:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}}},headerImage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceImages"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]},included:{type:"array",items:{$ref:"#/components/schemas/AppClipAdvancedExperienceLocalizationInlineCreate"}}},required:["data"]},t.AppClipAppStoreReviewDetailSchema={type:"object",title:"AppClipAppStoreReviewDetail",properties:{type:{type:"string",enum:["appClipAppStoreReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{invocationUrls:{type:"array",items:{type:"string",format:"uri"}}}},relationships:{type:"object",properties:{appClipDefaultExperience:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipAppStoreReviewDetailResponseSchema={type:"object",title:"AppClipAppStoreReviewDetailResponse",properties:{data:{$ref:"#/components/schemas/AppClipAppStoreReviewDetail"},included:{type:"array",items:{$ref:"#/components/schemas/AppClipDefaultExperience"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipAppStoreReviewDetailCreateRequestSchema={type:"object",title:"AppClipAppStoreReviewDetailCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAppStoreReviewDetails"]},attributes:{type:"object",properties:{invocationUrls:{type:"array",items:{type:"string",format:"uri"},nullable:!0}}},relationships:{type:"object",properties:{appClipDefaultExperience:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appClipDefaultExperience"]}},required:["relationships","type"]}},required:["data"]},t.AppClipAppStoreReviewDetailUpdateRequestSchema={type:"object",title:"AppClipAppStoreReviewDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAppStoreReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{invocationUrls:{type:"array",items:{type:"string",format:"uri"},nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppClipDefaultExperienceLocalizationSchema={type:"object",title:"AppClipDefaultExperienceLocalization",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},subtitle:{type:"string"}}},relationships:{type:"object",properties:{appClipDefaultExperience:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}},appClipHeaderImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appClipHeaderImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipDefaultExperienceLocalizationsResponseSchema={type:"object",title:"AppClipDefaultExperienceLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppClipDefaultExperienceLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/AppClipHeaderImage"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",appClipHeaderImages:"#/components/schemas/AppClipHeaderImage"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipDefaultExperienceLocalizationResponseSchema={type:"object",title:"AppClipDefaultExperienceLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppClipDefaultExperienceLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/AppClipHeaderImage"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",appClipHeaderImages:"#/components/schemas/AppClipHeaderImage"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipDefaultExperienceLocalizationCreateRequestSchema={type:"object",title:"AppClipDefaultExperienceLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},subtitle:{type:"string",nullable:!0}},required:["locale"]},relationships:{type:"object",properties:{appClipDefaultExperience:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appClipDefaultExperience"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppClipDefaultExperienceLocalizationUpdateRequestSchema={type:"object",title:"AppClipDefaultExperienceLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{subtitle:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppClipDefaultExperienceSchema={type:"object",title:"AppClipDefaultExperience",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"},attributes:{type:"object",properties:{action:{$ref:"#/components/schemas/AppClipAction"}}},relationships:{type:"object",properties:{appClip:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}}},releaseWithAppStoreVersion:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appClipDefaultExperienceLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},appClipAppStoreReviewDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appClipAppStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipDefaultExperiencesResponseSchema={type:"object",title:"AppClipDefaultExperiencesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppClipDefaultExperience"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipAppStoreReviewDetail"},{$ref:"#/components/schemas/AppClipDefaultExperienceLocalization"},{$ref:"#/components/schemas/AppClip"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperienceLocalizations:"#/components/schemas/AppClipDefaultExperienceLocalization",appStoreVersions:"#/components/schemas/AppStoreVersion",appClipAppStoreReviewDetails:"#/components/schemas/AppClipAppStoreReviewDetail",appClips:"#/components/schemas/AppClip"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipDefaultExperienceResponseSchema={type:"object",title:"AppClipDefaultExperienceResponse",properties:{data:{$ref:"#/components/schemas/AppClipDefaultExperience"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipAppStoreReviewDetail"},{$ref:"#/components/schemas/AppClipDefaultExperienceLocalization"},{$ref:"#/components/schemas/AppClip"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperienceLocalizations:"#/components/schemas/AppClipDefaultExperienceLocalization",appStoreVersions:"#/components/schemas/AppStoreVersion",appClipAppStoreReviewDetails:"#/components/schemas/AppClipAppStoreReviewDetail",appClips:"#/components/schemas/AppClip"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipDefaultExperienceCreateRequestSchema={type:"object",title:"AppClipDefaultExperienceCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},attributes:{type:"object",properties:{action:{nullable:!0,$ref:"#/components/schemas/AppClipAction"}}},relationships:{type:"object",properties:{appClip:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},releaseWithAppStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appClipDefaultExperienceTemplate:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}}},required:["appClip"]}},required:["relationships","type"]}},required:["data"]},t.AppClipDefaultExperienceUpdateRequestSchema={type:"object",title:"AppClipDefaultExperienceUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"},attributes:{type:"object",properties:{action:{nullable:!0,$ref:"#/components/schemas/AppClipAction"}}},relationships:{type:"object",properties:{releaseWithAppStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.AppClipDomainStatusSchema={type:"object",title:"AppClipDomainStatus",properties:{type:{type:"string",enum:["appClipDomainStatuses"]},id:{type:"string"},attributes:{type:"object",properties:{domains:{type:"array",items:{type:"object",properties:{domain:{type:"string"},isValid:{type:"boolean"},lastUpdatedDate:{type:"string",format:"date-time"},errorCode:{type:"string",enum:["BAD_HTTP_RESPONSE","BAD_JSON_CONTENT","BAD_PKCS7_SIGNATURE","CANNOT_REACH_AASA_FILE","CROSS_SITE_REDIRECTS_FORBIDDEN","DNS_ERROR","INSECURE_REDIRECTS_FORBIDDEN","INVALID_ENTITLEMENT_MISSING_SECTION","INVALID_ENTITLEMENT_SYNTAX_ERROR","INVALID_ENTITLEMENT_UNHANDLED_SECTION","INVALID_ENTITLEMENT_UNKNOWN_ID","NETWORK_ERROR","NETWORK_ERROR_TEMPORARY","OTHER_ERROR","TIMEOUT","TLS_ERROR","TOO_MANY_REDIRECTS","UNEXPECTED_ERROR"]}}}},lastUpdatedDate:{type:"string",format:"date-time"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipDomainStatusResponseSchema={type:"object",title:"AppClipDomainStatusResponse",properties:{data:{$ref:"#/components/schemas/AppClipDomainStatus"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipHeaderImageSchema={type:"object",title:"AppClipHeaderImage",properties:{type:{type:"string",enum:["appClipHeaderImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{appClipDefaultExperienceLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipHeaderImageResponseSchema={type:"object",title:"AppClipHeaderImageResponse",properties:{data:{$ref:"#/components/schemas/AppClipHeaderImage"},included:{type:"array",items:{$ref:"#/components/schemas/AppClipDefaultExperienceLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipHeaderImageCreateRequestSchema={type:"object",title:"AppClipHeaderImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipHeaderImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appClipDefaultExperienceLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appClipDefaultExperienceLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppClipHeaderImageUpdateRequestSchema={type:"object",title:"AppClipHeaderImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipHeaderImages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppClipSchema={type:"object",title:"AppClip",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"},attributes:{type:"object",properties:{bundleId:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},appClipDefaultExperiences:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}}},appClipAdvancedExperiences:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppClipsResponseSchema={type:"object",title:"AppClipsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppClip"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipResponseSchema={type:"object",title:"AppClipResponse",properties:{data:{$ref:"#/components/schemas/AppClip"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCustomProductPageLocalizationSchema={type:"object",title:"AppCustomProductPageLocalization",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},promotionalText:{type:"string"}}},relationships:{type:"object",properties:{appCustomProductPageVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}},appScreenshotSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}}}},appPreviewSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}}}},searchKeywords:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppCustomProductPageLocalizationInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},promotionalText:{type:"string",nullable:!0}},required:["locale"]},relationships:{type:"object",properties:{appCustomProductPageVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]},t.AppCustomProductPageLocalizationsResponseSchema={type:"object",title:"AppCustomProductPageLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppCustomProductPageLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/AppKeyword"},{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appKeywords:"#/components/schemas/AppKeyword",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageLocalizationResponseSchema={type:"object",title:"AppCustomProductPageLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppCustomProductPageLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/AppKeyword"},{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appKeywords:"#/components/schemas/AppKeyword",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCustomProductPageLocalizationCreateRequestSchema={type:"object",title:"AppCustomProductPageLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},promotionalText:{type:"string",nullable:!0}},required:["locale"]},relationships:{type:"object",properties:{appCustomProductPageVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appCustomProductPageVersion"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppCustomProductPageLocalizationUpdateRequestSchema={type:"object",title:"AppCustomProductPageLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{promotionalText:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppCustomProductPageVersionSchema={type:"object",title:"AppCustomProductPageVersion",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"string"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","ACCEPTED","APPROVED","REPLACED_WITH_NEW_VERSION","REJECTED"]},deepLink:{type:"string",format:"uri"}}},relationships:{type:"object",properties:{appCustomProductPage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppCustomProductPageVersionInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"},attributes:{type:"object",properties:{deepLink:{type:"string",format:"uri",nullable:!0}}},relationships:{type:"object",properties:{appCustomProductPage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["type"]},t.AppCustomProductPageVersionsResponseSchema={type:"object",title:"AppCustomProductPageVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppCustomProductPageVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppCustomProductPage"}],discriminator:{propertyName:"type",mapping:{appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appCustomProductPages:"#/components/schemas/AppCustomProductPage"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageVersionResponseSchema={type:"object",title:"AppCustomProductPageVersionResponse",properties:{data:{$ref:"#/components/schemas/AppCustomProductPageVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppCustomProductPage"}],discriminator:{propertyName:"type",mapping:{appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appCustomProductPages:"#/components/schemas/AppCustomProductPage"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCustomProductPageVersionCreateRequestSchema={type:"object",title:"AppCustomProductPageVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},attributes:{type:"object",properties:{deepLink:{type:"string",format:"uri",nullable:!0}}},relationships:{type:"object",properties:{appCustomProductPage:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},appCustomProductPageLocalizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},required:["appCustomProductPage"]}},required:["relationships","type"]}},required:["data"]},t.AppCustomProductPageVersionUpdateRequestSchema={type:"object",title:"AppCustomProductPageVersionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"},attributes:{type:"object",properties:{deepLink:{type:"string",format:"uri",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppCustomProductPageSchema={type:"object",title:"AppCustomProductPage",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},visible:{type:"boolean"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppCustomProductPagesResponseSchema={type:"object",title:"AppCustomProductPagesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppCustomProductPage"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageResponseSchema={type:"object",title:"AppCustomProductPageResponse",properties:{data:{$ref:"#/components/schemas/AppCustomProductPage"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCustomProductPageCreateRequestSchema={type:"object",title:"AppCustomProductPageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},attributes:{type:"object",properties:{name:{type:"string"}},required:["name"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},appCustomProductPageVersions:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersionTemplate:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},customProductPageTemplate:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}}}},required:["app"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalizationInlineCreate"},{$ref:"#/components/schemas/AppCustomProductPageVersionInlineCreate"}]}}},required:["data"]},t.AppCustomProductPageUpdateRequestSchema={type:"object",title:"AppCustomProductPageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},visible:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppEncryptionDeclarationDocumentSchema={type:"object",title:"AppEncryptionDeclarationDocument",properties:{type:{type:"string",enum:["appEncryptionDeclarationDocuments"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},assetToken:{type:"string"},downloadUrl:{type:"string",format:"uri"},sourceFileChecksum:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEncryptionDeclarationDocumentResponseSchema={type:"object",title:"AppEncryptionDeclarationDocumentResponse",properties:{data:{$ref:"#/components/schemas/AppEncryptionDeclarationDocument"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEncryptionDeclarationDocumentCreateRequestSchema={type:"object",title:"AppEncryptionDeclarationDocumentCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarationDocuments"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appEncryptionDeclaration:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appEncryptionDeclaration"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEncryptionDeclarationDocumentUpdateRequestSchema={type:"object",title:"AppEncryptionDeclarationDocumentUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarationDocuments"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppEncryptionDeclarationSchema={type:"object",title:"AppEncryptionDeclaration",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"},attributes:{type:"object",properties:{appDescription:{type:"string"},createdDate:{type:"string",format:"date-time"},usesEncryption:{type:"boolean",deprecated:!0},exempt:{type:"boolean"},containsProprietaryCryptography:{type:"boolean"},containsThirdPartyCryptography:{type:"boolean"},availableOnFrenchStore:{type:"boolean"},platform:{deprecated:!0,$ref:"#/components/schemas/Platform"},uploadedDate:{type:"string",format:"date-time",deprecated:!0},documentUrl:{type:"string",deprecated:!0},documentName:{type:"string",deprecated:!0},documentType:{type:"string",deprecated:!0},appEncryptionDeclarationState:{$ref:"#/components/schemas/AppEncryptionDeclarationState"},codeValue:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},deprecated:!0},appEncryptionDeclarationDocument:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarationDocuments"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEncryptionDeclarationsResponseSchema={type:"object",title:"AppEncryptionDeclarationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppEncryptionDeclaration"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEncryptionDeclarationDocument"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",appEncryptionDeclarationDocuments:"#/components/schemas/AppEncryptionDeclarationDocument",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEncryptionDeclarationResponseSchema={type:"object",title:"AppEncryptionDeclarationResponse",properties:{data:{$ref:"#/components/schemas/AppEncryptionDeclaration"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEncryptionDeclarationDocument"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",appEncryptionDeclarationDocuments:"#/components/schemas/AppEncryptionDeclarationDocument",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEncryptionDeclarationCreateRequestSchema={type:"object",title:"AppEncryptionDeclarationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},attributes:{type:"object",properties:{appDescription:{type:"string"},containsProprietaryCryptography:{type:"boolean"},containsThirdPartyCryptography:{type:"boolean"},availableOnFrenchStore:{type:"boolean"}},required:["availableOnFrenchStore","appDescription","containsThirdPartyCryptography","containsProprietaryCryptography"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"],deprecated:!0}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEventLocalizationSchema={type:"object",title:"AppEventLocalization",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},shortDescription:{type:"string"},longDescription:{type:"string"}}},relationships:{type:"object",properties:{appEvent:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}},appEventScreenshots:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventScreenshots"]},id:{type:"string"}},required:["id","type"]}}}},appEventVideoClips:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventVideoClips"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEventLocalizationsResponseSchema={type:"object",title:"AppEventLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEventScreenshot"},{$ref:"#/components/schemas/AppEventVideoClip"},{$ref:"#/components/schemas/AppEvent"}],discriminator:{propertyName:"type",mapping:{appEvents:"#/components/schemas/AppEvent",appEventVideoClips:"#/components/schemas/AppEventVideoClip",appEventScreenshots:"#/components/schemas/AppEventScreenshot"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventLocalizationResponseSchema={type:"object",title:"AppEventLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppEventLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEventScreenshot"},{$ref:"#/components/schemas/AppEventVideoClip"},{$ref:"#/components/schemas/AppEvent"}],discriminator:{propertyName:"type",mapping:{appEvents:"#/components/schemas/AppEvent",appEventVideoClips:"#/components/schemas/AppEventVideoClip",appEventScreenshots:"#/components/schemas/AppEventScreenshot"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEventLocalizationCreateRequestSchema={type:"object",title:"AppEventLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string",nullable:!0},shortDescription:{type:"string",nullable:!0},longDescription:{type:"string",nullable:!0}},required:["locale"]},relationships:{type:"object",properties:{appEvent:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appEvent"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEventLocalizationUpdateRequestSchema={type:"object",title:"AppEventLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},shortDescription:{type:"string",nullable:!0},longDescription:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppEventScreenshotSchema={type:"object",title:"AppEventScreenshot",properties:{type:{type:"string",enum:["appEventScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},assetToken:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"},appEventAssetType:{$ref:"#/components/schemas/AppEventAssetType"}}},relationships:{type:"object",properties:{appEventLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEventScreenshotsResponseSchema={type:"object",title:"AppEventScreenshotsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppEventScreenshot"}},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventScreenshotResponseSchema={type:"object",title:"AppEventScreenshotResponse",properties:{data:{$ref:"#/components/schemas/AppEventScreenshot"},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEventScreenshotCreateRequestSchema={type:"object",title:"AppEventScreenshotCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventScreenshots"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},appEventAssetType:{$ref:"#/components/schemas/AppEventAssetType"}},required:["fileName","appEventAssetType","fileSize"]},relationships:{type:"object",properties:{appEventLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appEventLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEventScreenshotUpdateRequestSchema={type:"object",title:"AppEventScreenshotUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppEventVideoClipSchema={type:"object",title:"AppEventVideoClip",properties:{type:{type:"string",enum:["appEventVideoClips"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},previewFrameTimeCode:{type:"string"},videoUrl:{type:"string"},previewFrameImage:{$ref:"#/components/schemas/PreviewFrameImage"},previewImage:{deprecated:!0,$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{deprecated:!0,$ref:"#/components/schemas/AppMediaAssetState"},videoDeliveryState:{$ref:"#/components/schemas/AppMediaVideoState"},appEventAssetType:{$ref:"#/components/schemas/AppEventAssetType"}}},relationships:{type:"object",properties:{appEventLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEventVideoClipsResponseSchema={type:"object",title:"AppEventVideoClipsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppEventVideoClip"}},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventVideoClipResponseSchema={type:"object",title:"AppEventVideoClipResponse",properties:{data:{$ref:"#/components/schemas/AppEventVideoClip"},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEventVideoClipCreateRequestSchema={type:"object",title:"AppEventVideoClipCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventVideoClips"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},previewFrameTimeCode:{type:"string",nullable:!0},appEventAssetType:{$ref:"#/components/schemas/AppEventAssetType"}},required:["fileName","appEventAssetType","fileSize"]},relationships:{type:"object",properties:{appEventLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appEventLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEventVideoClipUpdateRequestSchema={type:"object",title:"AppEventVideoClipUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEventVideoClips"]},id:{type:"string"},attributes:{type:"object",properties:{previewFrameTimeCode:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppEventSchema={type:"object",title:"AppEvent",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},badge:{type:"string",enum:["LIVE_EVENT","PREMIERE","CHALLENGE","COMPETITION","NEW_SEASON","MAJOR_UPDATE","SPECIAL_EVENT"]},eventState:{type:"string",enum:["DRAFT","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","REJECTED","ACCEPTED","APPROVED","PUBLISHED","PAST","ARCHIVED"]},deepLink:{type:"string",format:"uri"},purchaseRequirement:{type:"string"},primaryLocale:{type:"string"},priority:{type:"string",enum:["HIGH","NORMAL"]},purpose:{type:"string",enum:["APPROPRIATE_FOR_ALL_USERS","ATTRACT_NEW_USERS","KEEP_ACTIVE_USERS_INFORMED","BRING_BACK_LAPSED_USERS"]},territorySchedules:{type:"array",items:{type:"object",properties:{territories:{type:"array",items:{type:"string"}},publishStart:{type:"string",format:"date-time"},eventStart:{type:"string",format:"date-time"},eventEnd:{type:"string",format:"date-time"}}}},archivedTerritorySchedules:{type:"array",items:{type:"object",properties:{territories:{type:"array",items:{type:"string"}},publishStart:{type:"string",format:"date-time"},eventStart:{type:"string",format:"date-time"},eventEnd:{type:"string",format:"date-time"}}}}}},relationships:{type:"object",properties:{localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppEventsResponseSchema={type:"object",title:"AppEventsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppEvent"}},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventResponseSchema={type:"object",title:"AppEventResponse",properties:{data:{$ref:"#/components/schemas/AppEvent"},included:{type:"array",items:{$ref:"#/components/schemas/AppEventLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEventCreateRequestSchema={type:"object",title:"AppEventCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},attributes:{type:"object",properties:{referenceName:{type:"string"},badge:{type:"string",nullable:!0,enum:["LIVE_EVENT","PREMIERE","CHALLENGE","COMPETITION","NEW_SEASON","MAJOR_UPDATE","SPECIAL_EVENT"]},deepLink:{type:"string",format:"uri",nullable:!0},purchaseRequirement:{type:"string",nullable:!0},primaryLocale:{type:"string",nullable:!0},priority:{type:"string",nullable:!0,enum:["HIGH","NORMAL"]},purpose:{type:"string",nullable:!0,enum:["APPROPRIATE_FOR_ALL_USERS","ATTRACT_NEW_USERS","KEEP_ACTIVE_USERS_INFORMED","BRING_BACK_LAPSED_USERS"]},territorySchedules:{type:"array",items:{type:"object",properties:{territories:{type:"array",items:{type:"string"}},publishStart:{type:"string",format:"date-time"},eventStart:{type:"string",format:"date-time"},eventEnd:{type:"string",format:"date-time"}}},nullable:!0}},required:["referenceName"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppEventUpdateRequestSchema={type:"object",title:"AppEventUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0},badge:{type:"string",nullable:!0,enum:["LIVE_EVENT","PREMIERE","CHALLENGE","COMPETITION","NEW_SEASON","MAJOR_UPDATE","SPECIAL_EVENT"]},deepLink:{type:"string",format:"uri",nullable:!0},purchaseRequirement:{type:"string",nullable:!0},primaryLocale:{type:"string",nullable:!0},priority:{type:"string",nullable:!0,enum:["HIGH","NORMAL"]},purpose:{type:"string",nullable:!0,enum:["APPROPRIATE_FOR_ALL_USERS","ATTRACT_NEW_USERS","KEEP_ACTIVE_USERS_INFORMED","BRING_BACK_LAPSED_USERS"]},territorySchedules:{type:"array",items:{type:"object",properties:{territories:{type:"array",items:{type:"string"}},publishStart:{type:"string",format:"date-time"},eventStart:{type:"string",format:"date-time"},eventEnd:{type:"string",format:"date-time"}}},nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppInfoLocalizationSchema={type:"object",title:"AppInfoLocalization",properties:{type:{type:"string",enum:["appInfoLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},subtitle:{type:"string"},privacyPolicyUrl:{type:"string"},privacyChoicesUrl:{type:"string"},privacyPolicyText:{type:"string"}}},relationships:{type:"object",properties:{appInfo:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppInfoLocalizationsResponseSchema={type:"object",title:"AppInfoLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppInfoLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/AppInfo"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppInfoLocalizationResponseSchema={type:"object",title:"AppInfoLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppInfoLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/AppInfo"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoLocalizationCreateRequestSchema={type:"object",title:"AppInfoLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appInfoLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},subtitle:{type:"string",nullable:!0},privacyPolicyUrl:{type:"string",nullable:!0},privacyChoicesUrl:{type:"string",nullable:!0},privacyPolicyText:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{appInfo:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appInfo"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppInfoLocalizationUpdateRequestSchema={type:"object",title:"AppInfoLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appInfoLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},subtitle:{type:"string",nullable:!0},privacyPolicyUrl:{type:"string",nullable:!0},privacyChoicesUrl:{type:"string",nullable:!0},privacyPolicyText:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppInfoSchema={type:"object",title:"AppInfo",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"},attributes:{type:"object",properties:{appStoreState:{deprecated:!0,$ref:"#/components/schemas/AppStoreVersionState"},state:{type:"string",enum:["ACCEPTED","DEVELOPER_REJECTED","IN_REVIEW","PENDING_RELEASE","PREPARE_FOR_SUBMISSION","READY_FOR_DISTRIBUTION","READY_FOR_REVIEW","REJECTED","REPLACED_WITH_NEW_INFO","WAITING_FOR_REVIEW"]},appStoreAgeRating:{deprecated:!0,$ref:"#/components/schemas/AppStoreAgeRating"},australiaAgeRating:{type:"string",deprecated:!0,enum:["FIFTEEN","EIGHTEEN"]},brazilAgeRating:{deprecated:!0,$ref:"#/components/schemas/BrazilAgeRating"},brazilAgeRatingV2:{type:"string",deprecated:!0,enum:["SELF_RATED_L","SELF_RATED_TEN","SELF_RATED_TWELVE","SELF_RATED_FOURTEEN","SELF_RATED_SIXTEEN","SELF_RATED_EIGHTEEN","OFFICIAL_L","OFFICIAL_TEN","OFFICIAL_TWELVE","OFFICIAL_FOURTEEN","OFFICIAL_SIXTEEN","OFFICIAL_EIGHTEEN"]},franceAgeRating:{type:"string",deprecated:!0,enum:["EIGHTEEN"]},koreaAgeRating:{type:"string",deprecated:!0,enum:["ALL","TWELVE","FIFTEEN","NINETEEN","NOT_APPLICABLE"]},kidsAgeBand:{deprecated:!0,$ref:"#/components/schemas/KidsAgeBand"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},ageRatingDeclaration:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"}},required:["id","type"]}}},appInfoLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appInfoLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},primaryCategory:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},primarySubcategoryOne:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},primarySubcategoryTwo:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondaryCategory:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondarySubcategoryOne:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondarySubcategoryTwo:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},territoryAgeRatings:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppInfosResponseSchema={type:"object",title:"AppInfosResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppInfo"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AgeRatingDeclaration"},{$ref:"#/components/schemas/AppCategory"},{$ref:"#/components/schemas/AppInfoLocalization"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{ageRatingDeclarations:"#/components/schemas/AgeRatingDeclaration",appCategories:"#/components/schemas/AppCategory",appInfoLocalizations:"#/components/schemas/AppInfoLocalization",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppInfoResponseSchema={type:"object",title:"AppInfoResponse",properties:{data:{$ref:"#/components/schemas/AppInfo"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AgeRatingDeclaration"},{$ref:"#/components/schemas/AppCategory"},{$ref:"#/components/schemas/AppInfoLocalization"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{ageRatingDeclarations:"#/components/schemas/AgeRatingDeclaration",appCategories:"#/components/schemas/AppCategory",appInfoLocalizations:"#/components/schemas/AppInfoLocalization",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoUpdateRequestSchema={type:"object",title:"AppInfoUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"},relationships:{type:"object",properties:{primaryCategory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},primarySubcategoryOne:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},primarySubcategoryTwo:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondaryCategory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondarySubcategoryOne:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}},secondarySubcategoryTwo:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.AppKeywordSchema={type:"object",title:"AppKeyword",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppKeywordsResponseSchema={type:"object",title:"AppKeywordsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppKeyword"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreviewSetSchema={type:"object",title:"AppPreviewSet",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"},attributes:{type:"object",properties:{previewType:{$ref:"#/components/schemas/PreviewType"}}},relationships:{type:"object",properties:{appStoreVersionLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatmentLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appPreviews:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviews"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppPreviewSetsResponseSchema={type:"object",title:"AppPreviewSetsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppPreviewSet"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppPreview"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionLocalization"}],discriminator:{propertyName:"type",mapping:{appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appPreviews:"#/components/schemas/AppPreview"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreviewSetResponseSchema={type:"object",title:"AppPreviewSetResponse",properties:{data:{$ref:"#/components/schemas/AppPreviewSet"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppPreview"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionLocalization"}],discriminator:{propertyName:"type",mapping:{appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appPreviews:"#/components/schemas/AppPreview"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPreviewSetCreateRequestSchema={type:"object",title:"AppPreviewSetCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},attributes:{type:"object",properties:{previewType:{$ref:"#/components/schemas/PreviewType"}},required:["previewType"]},relationships:{type:"object",properties:{appStoreVersionLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatmentLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.AppPreviewSchema={type:"object",title:"AppPreview",properties:{type:{type:"string",enum:["appPreviews"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},previewFrameTimeCode:{type:"string"},mimeType:{type:"string"},videoUrl:{type:"string"},previewFrameImage:{$ref:"#/components/schemas/PreviewFrameImage"},previewImage:{deprecated:!0,$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{deprecated:!0,$ref:"#/components/schemas/AppMediaAssetState"},videoDeliveryState:{$ref:"#/components/schemas/AppMediaVideoState"}}},relationships:{type:"object",properties:{appPreviewSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppPreviewsResponseSchema={type:"object",title:"AppPreviewsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppPreview"}},included:{type:"array",items:{$ref:"#/components/schemas/AppPreviewSet"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreviewResponseSchema={type:"object",title:"AppPreviewResponse",properties:{data:{$ref:"#/components/schemas/AppPreview"},included:{type:"array",items:{$ref:"#/components/schemas/AppPreviewSet"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPreviewCreateRequestSchema={type:"object",title:"AppPreviewCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPreviews"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},previewFrameTimeCode:{type:"string",nullable:!0},mimeType:{type:"string",nullable:!0}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appPreviewSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appPreviewSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppPreviewUpdateRequestSchema={type:"object",title:"AppPreviewUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPreviews"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},previewFrameTimeCode:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppPricePointV3Schema={type:"object",title:"AppPricePointV3",properties:{type:{type:"string",enum:["appPricePoints"]},id:{type:"string"},attributes:{type:"object",properties:{customerPrice:{type:"string"},proceeds:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},equalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppPricePointsV3ResponseSchema={type:"object",title:"AppPricePointsV3Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppPricePointV3"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPricePointV3ResponseSchema={type:"object",title:"AppPricePointV3Response",properties:{data:{$ref:"#/components/schemas/AppPricePointV3"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPriceScheduleSchema={type:"object",title:"AppPriceSchedule",properties:{type:{type:"string",enum:["appPriceSchedules"]},id:{type:"string"},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},baseTerritory:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},manualPrices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["id","type"]}}}},automaticPrices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppPriceScheduleResponseSchema={type:"object",title:"AppPriceScheduleResponse",properties:{data:{$ref:"#/components/schemas/AppPriceSchedule"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppPriceV2"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",appPrices:"#/components/schemas/AppPriceV2",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPriceScheduleCreateRequestSchema={type:"object",title:"AppPriceScheduleCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPriceSchedules"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},baseTerritory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},manualPrices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["app","manualPrices","baseTerritory"]}},required:["relationships","type"]},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppPriceV2InlineCreate"},{$ref:"#/components/schemas/TerritoryInlineCreate"}]}}},required:["data"]},t.AppPriceV2Schema={type:"object",title:"AppPriceV2",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"},attributes:{type:"object",properties:{manual:{type:"boolean"},startDate:{type:"string",format:"date"},endDate:{type:"string",format:"date"}}},relationships:{type:"object",properties:{appPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPricePoints"]},id:{type:"string"}},required:["id","type"]}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppPriceV2InlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["type"]},t.AppPricesV2ResponseSchema={type:"object",title:"AppPricesV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppPriceV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppPricePointV3"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",appPricePoints:"#/components/schemas/AppPricePointV3"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppScreenshotSetSchema={type:"object",title:"AppScreenshotSet",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"},attributes:{type:"object",properties:{screenshotDisplayType:{$ref:"#/components/schemas/ScreenshotDisplayType"}}},relationships:{type:"object",properties:{appStoreVersionLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatmentLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appScreenshots:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshots"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppScreenshotSetsResponseSchema={type:"object",title:"AppScreenshotSetsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppScreenshotSet"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppScreenshot"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionLocalization"}],discriminator:{propertyName:"type",mapping:{appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appScreenshots:"#/components/schemas/AppScreenshot"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppScreenshotSetResponseSchema={type:"object",title:"AppScreenshotSetResponse",properties:{data:{$ref:"#/components/schemas/AppScreenshotSet"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageLocalization"},{$ref:"#/components/schemas/AppScreenshot"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionLocalization"}],discriminator:{propertyName:"type",mapping:{appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",appCustomProductPageLocalizations:"#/components/schemas/AppCustomProductPageLocalization",appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appScreenshots:"#/components/schemas/AppScreenshot"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppScreenshotSetCreateRequestSchema={type:"object",title:"AppScreenshotSetCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},attributes:{type:"object",properties:{screenshotDisplayType:{$ref:"#/components/schemas/ScreenshotDisplayType"}},required:["screenshotDisplayType"]},relationships:{type:"object",properties:{appStoreVersionLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatmentLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.AppScreenshotSchema={type:"object",title:"AppScreenshot",properties:{type:{type:"string",enum:["appScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},assetToken:{type:"string"},assetType:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{appScreenshotSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppScreenshotsResponseSchema={type:"object",title:"AppScreenshotsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppScreenshot"}},included:{type:"array",items:{$ref:"#/components/schemas/AppScreenshotSet"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppScreenshotResponseSchema={type:"object",title:"AppScreenshotResponse",properties:{data:{$ref:"#/components/schemas/AppScreenshot"},included:{type:"array",items:{$ref:"#/components/schemas/AppScreenshotSet"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppScreenshotCreateRequestSchema={type:"object",title:"AppScreenshotCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appScreenshots"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appScreenshotSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appScreenshotSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppScreenshotUpdateRequestSchema={type:"object",title:"AppScreenshotUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreReviewAttachmentSchema={type:"object",title:"AppStoreReviewAttachment",properties:{type:{type:"string",enum:["appStoreReviewAttachments"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{appStoreReviewDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreReviewAttachmentsResponseSchema={type:"object",title:"AppStoreReviewAttachmentsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreReviewAttachment"}},included:{type:"array",items:{$ref:"#/components/schemas/AppStoreReviewDetail"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreReviewAttachmentResponseSchema={type:"object",title:"AppStoreReviewAttachmentResponse",properties:{data:{$ref:"#/components/schemas/AppStoreReviewAttachment"},included:{type:"array",items:{$ref:"#/components/schemas/AppStoreReviewDetail"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreReviewAttachmentCreateRequestSchema={type:"object",title:"AppStoreReviewAttachmentCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewAttachments"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appStoreReviewDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreReviewDetail"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppStoreReviewAttachmentUpdateRequestSchema={type:"object",title:"AppStoreReviewAttachmentUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewAttachments"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreReviewDetailSchema={type:"object",title:"AppStoreReviewDetail",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{contactFirstName:{type:"string"},contactLastName:{type:"string"},contactPhone:{type:"string"},contactEmail:{type:"string"},demoAccountName:{type:"string"},demoAccountPassword:{type:"string"},demoAccountRequired:{type:"boolean"},notes:{type:"string"}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appStoreReviewAttachments:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewAttachments"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreReviewDetailResponseSchema={type:"object",title:"AppStoreReviewDetailResponse",properties:{data:{$ref:"#/components/schemas/AppStoreReviewDetail"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreReviewAttachment"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appStoreVersions:"#/components/schemas/AppStoreVersion",appStoreReviewAttachments:"#/components/schemas/AppStoreReviewAttachment"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreReviewDetailCreateRequestSchema={type:"object",title:"AppStoreReviewDetailCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},attributes:{type:"object",properties:{contactFirstName:{type:"string",nullable:!0},contactLastName:{type:"string",nullable:!0},contactPhone:{type:"string",nullable:!0},contactEmail:{type:"string",nullable:!0},demoAccountName:{type:"string",nullable:!0},demoAccountPassword:{type:"string",nullable:!0},demoAccountRequired:{type:"boolean",nullable:!0},notes:{type:"string",nullable:!0}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.AppStoreReviewDetailUpdateRequestSchema={type:"object",title:"AppStoreReviewDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{contactFirstName:{type:"string",nullable:!0},contactLastName:{type:"string",nullable:!0},contactPhone:{type:"string",nullable:!0},contactEmail:{type:"string",nullable:!0},demoAccountName:{type:"string",nullable:!0},demoAccountPassword:{type:"string",nullable:!0},demoAccountRequired:{type:"boolean",nullable:!0},notes:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreVersionExperimentTreatmentLocalizationSchema={type:"object",title:"AppStoreVersionExperimentTreatmentLocalization",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"}}},relationships:{type:"object",properties:{appStoreVersionExperimentTreatment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}}},appScreenshotSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}}}},appPreviewSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionExperimentTreatmentLocalizationsResponseSchema={type:"object",title:"AppStoreVersionExperimentTreatmentLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentLocalizationResponseSchema={type:"object",title:"AppStoreVersionExperimentTreatmentLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"},{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentLocalizationCreateRequestSchema={type:"object",title:"AppStoreVersionExperimentTreatmentLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"}},required:["locale"]},relationships:{type:"object",properties:{appStoreVersionExperimentTreatment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersionExperimentTreatment"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppStoreVersionExperimentTreatmentSchema={type:"object",title:"AppStoreVersionExperimentTreatment",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},appIcon:{$ref:"#/components/schemas/ImageAsset"},appIconName:{type:"string"},promotedDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{appStoreVersionExperiment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatmentLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionExperimentTreatmentsResponseSchema={type:"object",title:"AppStoreVersionExperimentTreatmentsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionExperiment"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentResponseSchema={type:"object",title:"AppStoreVersionExperimentTreatmentResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization"},{$ref:"#/components/schemas/AppStoreVersionExperiment"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatmentLocalizations:"#/components/schemas/AppStoreVersionExperimentTreatmentLocalization",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentCreateRequestSchema={type:"object",title:"AppStoreVersionExperimentTreatmentCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},attributes:{type:"object",properties:{name:{type:"string"},appIconName:{type:"string",nullable:!0}},required:["name"]},relationships:{type:"object",properties:{appStoreVersionExperiment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.AppStoreVersionExperimentTreatmentUpdateRequestSchema={type:"object",title:"AppStoreVersionExperimentTreatmentUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},appIconName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreVersionExperimentV2Schema={type:"object",title:"AppStoreVersionExperimentV2",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/Platform"},trafficProportion:{type:"integer"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","ACCEPTED","APPROVED","REJECTED","COMPLETED","STOPPED"]},reviewRequired:{type:"boolean"},startDate:{type:"string",format:"date-time"},endDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},latestControlVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},controlVersions:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersionExperimentTreatments:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionExperimentsV2ResponseSchema={type:"object",title:"AppStoreVersionExperimentsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersionExperimentV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appStoreVersions:"#/components/schemas/AppStoreVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentV2ResponseSchema={type:"object",title:"AppStoreVersionExperimentV2Response",properties:{data:{$ref:"#/components/schemas/AppStoreVersionExperimentV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appStoreVersions:"#/components/schemas/AppStoreVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionExperimentV2CreateRequestSchema={type:"object",title:"AppStoreVersionExperimentV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/Platform"},trafficProportion:{type:"integer"}},required:["trafficProportion","name","platform"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppStoreVersionExperimentV2UpdateRequestSchema={type:"object",title:"AppStoreVersionExperimentV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},trafficProportion:{type:"integer",nullable:!0},started:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreVersionExperimentSchema={type:"object",title:"AppStoreVersionExperiment",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},trafficProportion:{type:"integer"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","ACCEPTED","APPROVED","REJECTED","COMPLETED","STOPPED"]},reviewRequired:{type:"boolean"},startDate:{type:"string",format:"date-time"},endDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentTreatments:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"],deprecated:!0},t.AppStoreVersionExperimentsResponseSchema={type:"object",title:"AppStoreVersionExperimentsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersionExperiment"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appStoreVersions:"#/components/schemas/AppStoreVersion"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.AppStoreVersionExperimentResponseSchema={type:"object",title:"AppStoreVersionExperimentResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionExperiment"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersionExperimentTreatment"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appStoreVersionExperimentTreatments:"#/components/schemas/AppStoreVersionExperimentTreatment",appStoreVersions:"#/components/schemas/AppStoreVersion"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.AppStoreVersionExperimentCreateRequestSchema={type:"object",title:"AppStoreVersionExperimentCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},attributes:{type:"object",properties:{name:{type:"string"},trafficProportion:{type:"integer"}},required:["trafficProportion","name"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","attributes","type"]}},required:["data"],deprecated:!0},t.AppStoreVersionExperimentUpdateRequestSchema={type:"object",title:"AppStoreVersionExperimentUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},trafficProportion:{type:"integer",nullable:!0},started:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"],deprecated:!0},t.AppStoreVersionLocalizationSchema={type:"object",title:"AppStoreVersionLocalization",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{description:{type:"string"},locale:{type:"string"},keywords:{type:"string"},marketingUrl:{type:"string",format:"uri"},promotionalText:{type:"string"},supportUrl:{type:"string",format:"uri"},whatsNew:{type:"string"}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appScreenshotSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}}}},appPreviewSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}}}},searchKeywords:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionLocalizationsResponseSchema={type:"object",title:"AppStoreVersionLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersionLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppKeyword"},{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appStoreVersions:"#/components/schemas/AppStoreVersion",appKeywords:"#/components/schemas/AppKeyword",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionLocalizationResponseSchema={type:"object",title:"AppStoreVersionLocalizationResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppKeyword"},{$ref:"#/components/schemas/AppPreviewSet"},{$ref:"#/components/schemas/AppScreenshotSet"},{$ref:"#/components/schemas/AppStoreVersion"}],discriminator:{propertyName:"type",mapping:{appScreenshotSets:"#/components/schemas/AppScreenshotSet",appStoreVersions:"#/components/schemas/AppStoreVersion",appKeywords:"#/components/schemas/AppKeyword",appPreviewSets:"#/components/schemas/AppPreviewSet"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionLocalizationCreateRequestSchema={type:"object",title:"AppStoreVersionLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},attributes:{type:"object",properties:{description:{type:"string",nullable:!0},locale:{type:"string"},keywords:{type:"string",nullable:!0},marketingUrl:{type:"string",format:"uri",nullable:!0},promotionalText:{type:"string",nullable:!0},supportUrl:{type:"string",format:"uri",nullable:!0},whatsNew:{type:"string",nullable:!0}},required:["locale"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppStoreVersionLocalizationUpdateRequestSchema={type:"object",title:"AppStoreVersionLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{description:{type:"string",nullable:!0},keywords:{type:"string",nullable:!0},marketingUrl:{type:"string",format:"uri",nullable:!0},promotionalText:{type:"string",nullable:!0},supportUrl:{type:"string",format:"uri",nullable:!0},whatsNew:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppStoreVersionPhasedReleaseSchema={type:"object",title:"AppStoreVersionPhasedRelease",properties:{type:{type:"string",enum:["appStoreVersionPhasedReleases"]},id:{type:"string"},attributes:{type:"object",properties:{phasedReleaseState:{$ref:"#/components/schemas/PhasedReleaseState"},startDate:{type:"string",format:"date-time"},totalPauseDuration:{type:"integer"},currentDayNumber:{type:"integer"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionPhasedReleaseResponseSchema={type:"object",title:"AppStoreVersionPhasedReleaseResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionPhasedRelease"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionPhasedReleaseCreateRequestSchema={type:"object",title:"AppStoreVersionPhasedReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionPhasedReleases"]},attributes:{type:"object",properties:{phasedReleaseState:{nullable:!0,$ref:"#/components/schemas/PhasedReleaseState"}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.AppStoreVersionPhasedReleaseUpdateRequestSchema={type:"object",title:"AppStoreVersionPhasedReleaseUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionPhasedReleases"]},id:{type:"string"},attributes:{type:"object",properties:{phasedReleaseState:{nullable:!0,$ref:"#/components/schemas/PhasedReleaseState"}}}},required:["id","type"]}},required:["data"]},t.AppStoreVersionPromotionSchema={type:"object",title:"AppStoreVersionPromotion",properties:{type:{type:"string",enum:["appStoreVersionPromotions"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionPromotionResponseSchema={type:"object",title:"AppStoreVersionPromotionResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionPromotion"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionPromotionCreateRequestSchema={type:"object",title:"AppStoreVersionPromotionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionPromotions"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},appStoreVersionExperimentTreatment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersionExperimentTreatment","appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.AppStoreVersionReleaseRequestSchema={type:"object",title:"AppStoreVersionReleaseRequest",properties:{type:{type:"string",enum:["appStoreVersionReleaseRequests"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionReleaseRequestResponseSchema={type:"object",title:"AppStoreVersionReleaseRequestResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionReleaseRequest"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionReleaseRequestCreateRequestSchema={type:"object",title:"AppStoreVersionReleaseRequestCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionReleaseRequests"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.AppStoreVersionSubmissionSchema={type:"object",title:"AppStoreVersionSubmission",properties:{type:{type:"string",enum:["appStoreVersionSubmissions"]},id:{type:"string"},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"],deprecated:!0},t.AppStoreVersionSubmissionResponseSchema={type:"object",title:"AppStoreVersionSubmissionResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionSubmission"},included:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.AppStoreVersionSchema={type:"object",title:"AppStoreVersion",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"},attributes:{type:"object",properties:{platform:{$ref:"#/components/schemas/Platform"},versionString:{type:"string"},appStoreState:{deprecated:!0,$ref:"#/components/schemas/AppStoreVersionState"},appVersionState:{$ref:"#/components/schemas/AppVersionState"},copyright:{type:"string"},reviewType:{type:"string",enum:["APP_STORE","NOTARIZATION"]},releaseType:{type:"string",enum:["MANUAL","AFTER_APPROVAL","SCHEDULED"]},earliestReleaseDate:{type:"string",format:"date-time"},usesIdfa:{type:"boolean",deprecated:!0},downloadable:{type:"boolean"},createdDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},ageRatingDeclaration:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},appStoreVersionLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},build:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionPhasedRelease:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionPhasedReleases"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAppVersion:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}}},routingAppCoverage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["routingAppCoverages"]},id:{type:"string"}},required:["id","type"]}}},appStoreReviewDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionSubmission:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionSubmissions"]},id:{type:"string"}},required:["id","type"]}}},appClipDefaultExperience:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperiments:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersionExperimentsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}}},customerReviews:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},alternativeDistributionPackage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppStoreVersionsResponseSchema={type:"object",title:"AppStoreVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AgeRatingDeclaration"},{$ref:"#/components/schemas/AlternativeDistributionPackage"},{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/AppStoreReviewDetail"},{$ref:"#/components/schemas/AppStoreVersionExperiment"},{$ref:"#/components/schemas/AppStoreVersionLocalization"},{$ref:"#/components/schemas/AppStoreVersionPhasedRelease"},{$ref:"#/components/schemas/AppStoreVersionSubmission"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/GameCenterAppVersion"},{$ref:"#/components/schemas/RoutingAppCoverage"}],discriminator:{propertyName:"type",mapping:{alternativeDistributionPackages:"#/components/schemas/AlternativeDistributionPackage",appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",routingAppCoverages:"#/components/schemas/RoutingAppCoverage",appStoreVersionPhasedReleases:"#/components/schemas/AppStoreVersionPhasedRelease",ageRatingDeclarations:"#/components/schemas/AgeRatingDeclaration",appStoreReviewDetails:"#/components/schemas/AppStoreReviewDetail",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment",builds:"#/components/schemas/Build",appStoreVersionSubmissions:"#/components/schemas/AppStoreVersionSubmission",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionResponseSchema={type:"object",title:"AppStoreVersionResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AgeRatingDeclaration"},{$ref:"#/components/schemas/AlternativeDistributionPackage"},{$ref:"#/components/schemas/AppClipDefaultExperience"},{$ref:"#/components/schemas/AppStoreReviewDetail"},{$ref:"#/components/schemas/AppStoreVersionExperiment"},{$ref:"#/components/schemas/AppStoreVersionLocalization"},{$ref:"#/components/schemas/AppStoreVersionPhasedRelease"},{$ref:"#/components/schemas/AppStoreVersionSubmission"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/GameCenterAppVersion"},{$ref:"#/components/schemas/RoutingAppCoverage"}],discriminator:{propertyName:"type",mapping:{alternativeDistributionPackages:"#/components/schemas/AlternativeDistributionPackage",appClipDefaultExperiences:"#/components/schemas/AppClipDefaultExperience",appStoreVersionLocalizations:"#/components/schemas/AppStoreVersionLocalization",routingAppCoverages:"#/components/schemas/RoutingAppCoverage",appStoreVersionPhasedReleases:"#/components/schemas/AppStoreVersionPhasedRelease",ageRatingDeclarations:"#/components/schemas/AgeRatingDeclaration",appStoreReviewDetails:"#/components/schemas/AppStoreReviewDetail",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment",builds:"#/components/schemas/Build",appStoreVersionSubmissions:"#/components/schemas/AppStoreVersionSubmission",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionCreateRequestSchema={type:"object",title:"AppStoreVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},attributes:{type:"object",properties:{platform:{$ref:"#/components/schemas/Platform"},versionString:{type:"string"},copyright:{type:"string",nullable:!0},reviewType:{type:"string",nullable:!0,enum:["APP_STORE","NOTARIZATION"]},releaseType:{type:"string",nullable:!0,enum:["MANUAL","AFTER_APPROVAL","SCHEDULED"]},earliestReleaseDate:{type:"string",format:"date-time",nullable:!0},usesIdfa:{type:"boolean",deprecated:!0,nullable:!0}},required:["versionString","platform"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},appStoreVersionLocalizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.AppStoreVersionUpdateRequestSchema={type:"object",title:"AppStoreVersionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"},attributes:{type:"object",properties:{versionString:{type:"string",nullable:!0},copyright:{type:"string",nullable:!0},reviewType:{type:"string",nullable:!0,enum:["APP_STORE","NOTARIZATION"]},releaseType:{type:"string",nullable:!0,enum:["MANUAL","AFTER_APPROVAL","SCHEDULED"]},earliestReleaseDate:{type:"string",format:"date-time",nullable:!0},usesIdfa:{type:"boolean",deprecated:!0,nullable:!0},downloadable:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},appClipDefaultExperience:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.AppTagSchema={type:"object",title:"AppTag",properties:{type:{type:"string",enum:["appTags"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},visibleInAppStore:{type:"boolean"}}},relationships:{type:"object",properties:{territories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppTagsResponseSchema={type:"object",title:"AppTagsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppTag"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppTagResponseSchema={type:"object",title:"AppTagResponse",properties:{data:{$ref:"#/components/schemas/AppTag"},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppTagUpdateRequestSchema={type:"object",title:"AppTagUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appTags"]},id:{type:"string"},attributes:{type:"object",properties:{visibleInAppStore:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.AppSchema={type:"object",title:"App",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"},attributes:{type:"object",properties:{accessibilityUrl:{type:"string",format:"uri"},name:{type:"string"},bundleId:{type:"string"},sku:{type:"string"},primaryLocale:{type:"string"},isOrEverWasMadeForKids:{type:"boolean"},subscriptionStatusUrl:{type:"string",format:"uri"},subscriptionStatusUrlVersion:{$ref:"#/components/schemas/SubscriptionStatusUrlVersion"},subscriptionStatusUrlForSandbox:{type:"string",format:"uri"},subscriptionStatusUrlVersionForSandbox:{$ref:"#/components/schemas/SubscriptionStatusUrlVersion"},contentRightsDeclaration:{type:"string",enum:["DOES_NOT_USE_THIRD_PARTY_CONTENT","USES_THIRD_PARTY_CONTENT"]},streamlinedPurchasingEnabled:{type:"boolean"}}},relationships:{type:"object",properties:{accessibilityDeclarations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},appEncryptionDeclarations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}}}},appStoreIcon:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildIcons"]},id:{type:"string"}},required:["id","type"]}}},ciProduct:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"}},required:["id","type"]}}},betaTesters:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},betaGroups:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}},appTags:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},preReleaseVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["preReleaseVersions"]},id:{type:"string"}},required:["id","type"]}}}},betaAppLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},betaLicenseAgreement:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["betaLicenseAgreements"]},id:{type:"string"}},required:["id","type"]}}},betaAppReviewDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewDetails"]},id:{type:"string"}},required:["id","type"]}}},appInfos:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"}},required:["id","type"]}}}},appClips:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}}}},appPricePoints:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},endUserLicenseAgreement:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["endUserLicenseAgreements"]},id:{type:"string"}},required:["id","type"]}}},appPriceSchedule:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},appAvailabilityV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},inAppPurchases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}},deprecated:!0},subscriptionGroups:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterEnabledVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"}},required:["id","type"]}}}},perfPowerMetrics:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},appCustomProductPages:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}}}},inAppPurchasesV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}},promotedPurchases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]}}}},appEvents:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}}},reviewSubmissions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissions"]},id:{type:"string"}},required:["id","type"]}}}},subscriptionGracePeriod:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGracePeriods"]},id:{type:"string"}},required:["id","type"]}}},customerReviews:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},customerReviewSummarizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},gameCenterDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}}},alternativeDistributionKey:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},analyticsReportRequests:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},marketplaceSearchDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},buildUploads:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},backgroundAssets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},betaFeedbackScreenshotSubmissions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},betaFeedbackCrashSubmissions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},searchKeywords:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},webhooks:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},androidToIosAppMappingDetails:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["androidToIosAppMappingDetails"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.AppsResponseSchema={type:"object",title:"AppsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/App"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AndroidToIosAppMappingDetail"},{$ref:"#/components/schemas/AppClip"},{$ref:"#/components/schemas/AppCustomProductPage"},{$ref:"#/components/schemas/AppEncryptionDeclaration"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/AppInfo"},{$ref:"#/components/schemas/AppStoreVersionExperimentV2"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/BetaAppLocalization"},{$ref:"#/components/schemas/BetaAppReviewDetail"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/BetaLicenseAgreement"},{$ref:"#/components/schemas/BuildIcon"},{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/EndUserLicenseAgreement"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterEnabledVersion"},{$ref:"#/components/schemas/InAppPurchase"},{$ref:"#/components/schemas/PrereleaseVersion"},{$ref:"#/components/schemas/PromotedPurchase"},{$ref:"#/components/schemas/ReviewSubmission"},{$ref:"#/components/schemas/SubscriptionGracePeriod"},{$ref:"#/components/schemas/SubscriptionGroup"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",appEvents:"#/components/schemas/AppEvent",appEncryptionDeclarations:"#/components/schemas/AppEncryptionDeclaration",reviewSubmissions:"#/components/schemas/ReviewSubmission",subscriptionGracePeriods:"#/components/schemas/SubscriptionGracePeriod",appInfos:"#/components/schemas/AppInfo",preReleaseVersions:"#/components/schemas/PrereleaseVersion",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperimentV2",appCustomProductPages:"#/components/schemas/AppCustomProductPage",inAppPurchases:"#/components/schemas/InAppPurchase",appClips:"#/components/schemas/AppClip",betaAppReviewDetails:"#/components/schemas/BetaAppReviewDetail",buildIcons:"#/components/schemas/BuildIcon",ciProducts:"#/components/schemas/CiProduct",gameCenterDetails:"#/components/schemas/GameCenterDetail",promotedPurchases:"#/components/schemas/PromotedPurchase",androidToIosAppMappingDetails:"#/components/schemas/AndroidToIosAppMappingDetail",gameCenterEnabledVersions:"#/components/schemas/GameCenterEnabledVersion",subscriptionGroups:"#/components/schemas/SubscriptionGroup",appStoreVersions:"#/components/schemas/AppStoreVersion",builds:"#/components/schemas/Build",betaAppLocalizations:"#/components/schemas/BetaAppLocalization",betaLicenseAgreements:"#/components/schemas/BetaLicenseAgreement",endUserLicenseAgreements:"#/components/schemas/EndUserLicenseAgreement"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppResponseSchema={type:"object",title:"AppResponse",properties:{data:{$ref:"#/components/schemas/App"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AndroidToIosAppMappingDetail"},{$ref:"#/components/schemas/AppClip"},{$ref:"#/components/schemas/AppCustomProductPage"},{$ref:"#/components/schemas/AppEncryptionDeclaration"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/AppInfo"},{$ref:"#/components/schemas/AppStoreVersionExperimentV2"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/BetaAppLocalization"},{$ref:"#/components/schemas/BetaAppReviewDetail"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/BetaLicenseAgreement"},{$ref:"#/components/schemas/BuildIcon"},{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/EndUserLicenseAgreement"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterEnabledVersion"},{$ref:"#/components/schemas/InAppPurchase"},{$ref:"#/components/schemas/PrereleaseVersion"},{$ref:"#/components/schemas/PromotedPurchase"},{$ref:"#/components/schemas/ReviewSubmission"},{$ref:"#/components/schemas/SubscriptionGracePeriod"},{$ref:"#/components/schemas/SubscriptionGroup"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",appEvents:"#/components/schemas/AppEvent",appEncryptionDeclarations:"#/components/schemas/AppEncryptionDeclaration",reviewSubmissions:"#/components/schemas/ReviewSubmission",subscriptionGracePeriods:"#/components/schemas/SubscriptionGracePeriod",appInfos:"#/components/schemas/AppInfo",preReleaseVersions:"#/components/schemas/PrereleaseVersion",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperimentV2",appCustomProductPages:"#/components/schemas/AppCustomProductPage",inAppPurchases:"#/components/schemas/InAppPurchase",appClips:"#/components/schemas/AppClip",betaAppReviewDetails:"#/components/schemas/BetaAppReviewDetail",buildIcons:"#/components/schemas/BuildIcon",ciProducts:"#/components/schemas/CiProduct",gameCenterDetails:"#/components/schemas/GameCenterDetail",promotedPurchases:"#/components/schemas/PromotedPurchase",androidToIosAppMappingDetails:"#/components/schemas/AndroidToIosAppMappingDetail",gameCenterEnabledVersions:"#/components/schemas/GameCenterEnabledVersion",subscriptionGroups:"#/components/schemas/SubscriptionGroup",appStoreVersions:"#/components/schemas/AppStoreVersion",builds:"#/components/schemas/Build",betaAppLocalizations:"#/components/schemas/BetaAppLocalization",betaLicenseAgreements:"#/components/schemas/BetaLicenseAgreement",endUserLicenseAgreements:"#/components/schemas/EndUserLicenseAgreement"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppUpdateRequestSchema={type:"object",title:"AppUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"},attributes:{type:"object",properties:{accessibilityUrl:{type:"string",format:"uri",nullable:!0},bundleId:{type:"string",nullable:!0},primaryLocale:{type:"string",nullable:!0},subscriptionStatusUrl:{type:"string",format:"uri",nullable:!0},subscriptionStatusUrlVersion:{nullable:!0,$ref:"#/components/schemas/SubscriptionStatusUrlVersion"},subscriptionStatusUrlForSandbox:{type:"string",format:"uri",nullable:!0},subscriptionStatusUrlVersionForSandbox:{nullable:!0,$ref:"#/components/schemas/SubscriptionStatusUrlVersion"},contentRightsDeclaration:{type:"string",nullable:!0,enum:["DOES_NOT_USE_THIRD_PARTY_CONTENT","USES_THIRD_PARTY_CONTENT"]},streamlinedPurchasingEnabled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BackgroundAssetUploadFileSchema={type:"object",title:"BackgroundAssetUploadFile",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},id:{type:"string"},attributes:{type:"object",properties:{assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"},assetToken:{type:"string"},assetType:{type:"string",enum:["ASSET","MANIFEST"]},fileName:{type:"string"},fileSize:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1},sourceFileChecksum:{type:"string",deprecated:!0},sourceFileChecksums:{$ref:"#/components/schemas/Checksums"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/DeliveryFileUploadOperation"}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetUploadFilesResponseSchema={type:"object",title:"BackgroundAssetUploadFilesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BackgroundAssetUploadFile"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BackgroundAssetUploadFileResponseSchema={type:"object",title:"BackgroundAssetUploadFileResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAssetUploadFile"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetUploadFileCreateRequestSchema={type:"object",title:"BackgroundAssetUploadFileCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},attributes:{type:"object",properties:{assetType:{type:"string",enum:["ASSET","MANIFEST"]},fileName:{type:"string"},fileSize:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1}},required:["fileName","fileSize","assetType"]},relationships:{type:"object",properties:{backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["backgroundAssetVersion"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BackgroundAssetUploadFileUpdateRequestSchema={type:"object",title:"BackgroundAssetUploadFileUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",deprecated:!0,nullable:!0},sourceFileChecksums:{nullable:!0,$ref:"#/components/schemas/Checksums"},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BackgroundAssetVersionAppStoreReleaseSchema={type:"object",title:"BackgroundAssetVersionAppStoreRelease",properties:{type:{type:"string",enum:["backgroundAssetVersionAppStoreReleases"]},id:{type:"string"},attributes:{type:"object",properties:{state:{$ref:"#/components/schemas/BackgroundAssetVersionAppStoreReleaseState"}}},relationships:{type:"object",properties:{backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetVersionAppStoreReleaseResponseSchema={type:"object",title:"BackgroundAssetVersionAppStoreReleaseResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAssetVersionAppStoreRelease"},included:{type:"array",items:{$ref:"#/components/schemas/BackgroundAssetVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetVersionExternalBetaReleaseSchema={type:"object",title:"BackgroundAssetVersionExternalBetaRelease",properties:{type:{type:"string",enum:["backgroundAssetVersionExternalBetaReleases"]},id:{type:"string"},attributes:{type:"object",properties:{state:{$ref:"#/components/schemas/BackgroundAssetVersionExternalBetaReleaseState"}}},relationships:{type:"object",properties:{backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetVersionExternalBetaReleaseResponseSchema={type:"object",title:"BackgroundAssetVersionExternalBetaReleaseResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAssetVersionExternalBetaRelease"},included:{type:"array",items:{$ref:"#/components/schemas/BackgroundAssetVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetVersionInternalBetaReleaseSchema={type:"object",title:"BackgroundAssetVersionInternalBetaRelease",properties:{type:{type:"string",enum:["backgroundAssetVersionInternalBetaReleases"]},id:{type:"string"},attributes:{type:"object",properties:{state:{type:"string",enum:["READY_FOR_TESTING","SUPERSEDED"]}}},relationships:{type:"object",properties:{backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetVersionInternalBetaReleaseResponseSchema={type:"object",title:"BackgroundAssetVersionInternalBetaReleaseResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAssetVersionInternalBetaRelease"},included:{type:"array",items:{$ref:"#/components/schemas/BackgroundAssetVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetVersionSchema={type:"object",title:"BackgroundAssetVersion",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"},attributes:{type:"object",properties:{createdDate:{type:"string",format:"date-time"},platforms:{type:"array",items:{$ref:"#/components/schemas/Platform"}},state:{$ref:"#/components/schemas/BackgroundAssetVersionState"},stateDetails:{type:"object",properties:{errors:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}},warnings:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}},infos:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}}}},version:{type:"string"}}},relationships:{type:"object",properties:{backgroundAsset:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssets"]},id:{type:"string"}},required:["id","type"]}}},internalBetaRelease:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersionInternalBetaReleases"]},id:{type:"string"}},required:["id","type"]}}},externalBetaRelease:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersionExternalBetaReleases"]},id:{type:"string"}},required:["id","type"]}}},appStoreRelease:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersionAppStoreReleases"]},id:{type:"string"}},required:["id","type"]}}},assetFile:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},id:{type:"string"}},required:["id","type"]}}},manifestFile:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},id:{type:"string"}},required:["id","type"]}}},backgroundAssetUploadFiles:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetVersionsResponseSchema={type:"object",title:"BackgroundAssetVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BackgroundAssetVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BackgroundAssetUploadFile"},{$ref:"#/components/schemas/BackgroundAssetVersionAppStoreRelease"},{$ref:"#/components/schemas/BackgroundAssetVersionExternalBetaRelease"},{$ref:"#/components/schemas/BackgroundAssetVersionInternalBetaRelease"},{$ref:"#/components/schemas/BackgroundAsset"}],discriminator:{propertyName:"type",mapping:{backgroundAssetVersionAppStoreReleases:"#/components/schemas/BackgroundAssetVersionAppStoreRelease",backgroundAssetVersionInternalBetaReleases:"#/components/schemas/BackgroundAssetVersionInternalBetaRelease",backgroundAssets:"#/components/schemas/BackgroundAsset",backgroundAssetUploadFiles:"#/components/schemas/BackgroundAssetUploadFile",backgroundAssetVersionExternalBetaReleases:"#/components/schemas/BackgroundAssetVersionExternalBetaRelease"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BackgroundAssetVersionResponseSchema={type:"object",title:"BackgroundAssetVersionResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAssetVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BackgroundAssetUploadFile"},{$ref:"#/components/schemas/BackgroundAssetVersionAppStoreRelease"},{$ref:"#/components/schemas/BackgroundAssetVersionExternalBetaRelease"},{$ref:"#/components/schemas/BackgroundAssetVersionInternalBetaRelease"},{$ref:"#/components/schemas/BackgroundAsset"}],discriminator:{propertyName:"type",mapping:{backgroundAssetVersionAppStoreReleases:"#/components/schemas/BackgroundAssetVersionAppStoreRelease",backgroundAssetVersionInternalBetaReleases:"#/components/schemas/BackgroundAssetVersionInternalBetaRelease",backgroundAssets:"#/components/schemas/BackgroundAsset",backgroundAssetUploadFiles:"#/components/schemas/BackgroundAssetUploadFile",backgroundAssetVersionExternalBetaReleases:"#/components/schemas/BackgroundAssetVersionExternalBetaRelease"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetVersionCreateRequestSchema={type:"object",title:"BackgroundAssetVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},relationships:{type:"object",properties:{backgroundAsset:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["backgroundAsset"]}},required:["relationships","type"]}},required:["data"]},t.BackgroundAssetSchema={type:"object",title:"BackgroundAsset",properties:{type:{type:"string",enum:["backgroundAssets"]},id:{type:"string"},attributes:{type:"object",properties:{archived:{type:"boolean"},assetPackIdentifier:{type:"string"},createdDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}},internalBetaVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}},externalBetaVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BackgroundAssetsResponseSchema={type:"object",title:"BackgroundAssetsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BackgroundAsset"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BackgroundAssetVersion"}],discriminator:{propertyName:"type",mapping:{backgroundAssetVersions:"#/components/schemas/BackgroundAssetVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BackgroundAssetResponseSchema={type:"object",title:"BackgroundAssetResponse",properties:{data:{$ref:"#/components/schemas/BackgroundAsset"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BackgroundAssetVersion"}],discriminator:{propertyName:"type",mapping:{backgroundAssetVersions:"#/components/schemas/BackgroundAssetVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BackgroundAssetCreateRequestSchema={type:"object",title:"BackgroundAssetCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssets"]},attributes:{type:"object",properties:{assetPackIdentifier:{type:"string"}},required:["assetPackIdentifier"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BackgroundAssetUpdateRequestSchema={type:"object",title:"BackgroundAssetUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssets"]},id:{type:"string"},attributes:{type:"object",properties:{archived:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaAppClipInvocationLocalizationSchema={type:"object",title:"BetaAppClipInvocationLocalization",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{title:{type:"string"},locale:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaAppClipInvocationLocalizationInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{title:{type:"string"},locale:{type:"string"}},required:["locale","title"]},relationships:{type:"object",properties:{betaAppClipInvocation:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]},t.BetaAppClipInvocationLocalizationResponseSchema={type:"object",title:"BetaAppClipInvocationLocalizationResponse",properties:{data:{$ref:"#/components/schemas/BetaAppClipInvocationLocalization"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppClipInvocationLocalizationCreateRequestSchema={type:"object",title:"BetaAppClipInvocationLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},attributes:{type:"object",properties:{title:{type:"string"},locale:{type:"string"}},required:["locale","title"]},relationships:{type:"object",properties:{betaAppClipInvocation:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["betaAppClipInvocation"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BetaAppClipInvocationLocalizationUpdateRequestSchema={type:"object",title:"BetaAppClipInvocationLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{title:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaAppClipInvocationSchema={type:"object",title:"BetaAppClipInvocation",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"},attributes:{type:"object",properties:{url:{type:"string",format:"uri"}}},relationships:{type:"object",properties:{betaAppClipInvocationLocalizations:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaAppClipInvocationsResponseSchema={type:"object",title:"BetaAppClipInvocationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaAppClipInvocation"}},included:{type:"array",items:{$ref:"#/components/schemas/BetaAppClipInvocationLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppClipInvocationResponseSchema={type:"object",title:"BetaAppClipInvocationResponse",properties:{data:{$ref:"#/components/schemas/BetaAppClipInvocation"},included:{type:"array",items:{$ref:"#/components/schemas/BetaAppClipInvocationLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppClipInvocationCreateRequestSchema={type:"object",title:"BetaAppClipInvocationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},attributes:{type:"object",properties:{url:{type:"string",format:"uri"}},required:["url"]},relationships:{type:"object",properties:{buildBundle:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildBundles"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},betaAppClipInvocationLocalizations:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocationLocalizations"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["buildBundle","betaAppClipInvocationLocalizations"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/BetaAppClipInvocationLocalizationInlineCreate"}}},required:["data"]},t.BetaAppClipInvocationUpdateRequestSchema={type:"object",title:"BetaAppClipInvocationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"},attributes:{type:"object",properties:{url:{type:"string",format:"uri",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaAppLocalizationSchema={type:"object",title:"BetaAppLocalization",properties:{type:{type:"string",enum:["betaAppLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{feedbackEmail:{type:"string"},marketingUrl:{type:"string"},privacyPolicyUrl:{type:"string"},tvOsPrivacyPolicy:{type:"string"},description:{type:"string"},locale:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaAppLocalizationsResponseSchema={type:"object",title:"BetaAppLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaAppLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppLocalizationResponseSchema={type:"object",title:"BetaAppLocalizationResponse",properties:{data:{$ref:"#/components/schemas/BetaAppLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppLocalizationCreateRequestSchema={type:"object",title:"BetaAppLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppLocalizations"]},attributes:{type:"object",properties:{feedbackEmail:{type:"string",nullable:!0},marketingUrl:{type:"string",nullable:!0},privacyPolicyUrl:{type:"string",nullable:!0},tvOsPrivacyPolicy:{type:"string",nullable:!0},description:{type:"string",nullable:!0},locale:{type:"string"}},required:["locale"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BetaAppLocalizationUpdateRequestSchema={type:"object",title:"BetaAppLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{feedbackEmail:{type:"string",nullable:!0},marketingUrl:{type:"string",nullable:!0},privacyPolicyUrl:{type:"string",nullable:!0},tvOsPrivacyPolicy:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaAppReviewDetailSchema={type:"object",title:"BetaAppReviewDetail",properties:{type:{type:"string",enum:["betaAppReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{contactFirstName:{type:"string"},contactLastName:{type:"string"},contactPhone:{type:"string"},contactEmail:{type:"string"},demoAccountName:{type:"string"},demoAccountPassword:{type:"string"},demoAccountRequired:{type:"boolean"},notes:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaAppReviewDetailsResponseSchema={type:"object",title:"BetaAppReviewDetailsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaAppReviewDetail"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppReviewDetailResponseSchema={type:"object",title:"BetaAppReviewDetailResponse",properties:{data:{$ref:"#/components/schemas/BetaAppReviewDetail"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppReviewDetailUpdateRequestSchema={type:"object",title:"BetaAppReviewDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewDetails"]},id:{type:"string"},attributes:{type:"object",properties:{contactFirstName:{type:"string",nullable:!0},contactLastName:{type:"string",nullable:!0},contactPhone:{type:"string",nullable:!0},contactEmail:{type:"string",nullable:!0},demoAccountName:{type:"string",nullable:!0},demoAccountPassword:{type:"string",nullable:!0},demoAccountRequired:{type:"boolean",nullable:!0},notes:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaAppReviewSubmissionSchema={type:"object",title:"BetaAppReviewSubmission",properties:{type:{type:"string",enum:["betaAppReviewSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{betaReviewState:{$ref:"#/components/schemas/BetaReviewState"},submittedDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{build:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaAppReviewSubmissionsResponseSchema={type:"object",title:"BetaAppReviewSubmissionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaAppReviewSubmission"}},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppReviewSubmissionResponseSchema={type:"object",title:"BetaAppReviewSubmissionResponse",properties:{data:{$ref:"#/components/schemas/BetaAppReviewSubmission"},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppReviewSubmissionCreateRequestSchema={type:"object",title:"BetaAppReviewSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewSubmissions"]},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["build"]}},required:["relationships","type"]}},required:["data"]},t.BetaBuildLocalizationSchema={type:"object",title:"BetaBuildLocalization",properties:{type:{type:"string",enum:["betaBuildLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{whatsNew:{type:"string"},locale:{type:"string"}}},relationships:{type:"object",properties:{build:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaBuildLocalizationsResponseSchema={type:"object",title:"BetaBuildLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaBuildLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaBuildLocalizationResponseSchema={type:"object",title:"BetaBuildLocalizationResponse",properties:{data:{$ref:"#/components/schemas/BetaBuildLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaBuildLocalizationCreateRequestSchema={type:"object",title:"BetaBuildLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaBuildLocalizations"]},attributes:{type:"object",properties:{whatsNew:{type:"string",nullable:!0},locale:{type:"string"}},required:["locale"]},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["build"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BetaBuildLocalizationUpdateRequestSchema={type:"object",title:"BetaBuildLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaBuildLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{whatsNew:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaCrashLogSchema={type:"object",title:"BetaCrashLog",properties:{type:{type:"string",enum:["betaCrashLogs"]},id:{type:"string"},attributes:{type:"object",properties:{logText:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaCrashLogResponseSchema={type:"object",title:"BetaCrashLogResponse",properties:{data:{$ref:"#/components/schemas/BetaCrashLog"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaFeedbackCrashSubmissionSchema={type:"object",title:"BetaFeedbackCrashSubmission",properties:{type:{type:"string",enum:["betaFeedbackCrashSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{createdDate:{type:"string",format:"date-time"},comment:{type:"string"},email:{type:"string"},deviceModel:{type:"string"},osVersion:{type:"string"},locale:{type:"string"},timeZone:{type:"string"},architecture:{type:"string"},connectionType:{$ref:"#/components/schemas/DeviceConnectionType"},pairedAppleWatch:{type:"string"},appUptimeInMilliseconds:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},diskBytesAvailable:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},diskBytesTotal:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},batteryPercentage:{type:"integer"},screenWidthInPoints:{type:"integer"},screenHeightInPoints:{type:"integer"},appPlatform:{$ref:"#/components/schemas/Platform"},devicePlatform:{$ref:"#/components/schemas/Platform"},deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},buildBundleId:{type:"string"}}},relationships:{type:"object",properties:{crashLog:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},tester:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaFeedbackCrashSubmissionsResponseSchema={type:"object",title:"BetaFeedbackCrashSubmissionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaFeedbackCrashSubmission"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaFeedbackCrashSubmissionResponseSchema={type:"object",title:"BetaFeedbackCrashSubmissionResponse",properties:{data:{$ref:"#/components/schemas/BetaFeedbackCrashSubmission"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaFeedbackScreenshotSubmissionSchema={type:"object",title:"BetaFeedbackScreenshotSubmission",properties:{type:{type:"string",enum:["betaFeedbackScreenshotSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{createdDate:{type:"string",format:"date-time"},comment:{type:"string"},email:{type:"string"},deviceModel:{type:"string"},osVersion:{type:"string"},locale:{type:"string"},timeZone:{type:"string"},architecture:{type:"string"},connectionType:{$ref:"#/components/schemas/DeviceConnectionType"},pairedAppleWatch:{type:"string"},appUptimeInMilliseconds:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},diskBytesAvailable:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},diskBytesTotal:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},batteryPercentage:{type:"integer"},screenWidthInPoints:{type:"integer"},screenHeightInPoints:{type:"integer"},appPlatform:{$ref:"#/components/schemas/Platform"},devicePlatform:{$ref:"#/components/schemas/Platform"},deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},buildBundleId:{type:"string"},screenshots:{type:"array",items:{$ref:"#/components/schemas/BetaFeedbackScreenshotImage"}}}},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},tester:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaFeedbackScreenshotSubmissionsResponseSchema={type:"object",title:"BetaFeedbackScreenshotSubmissionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaFeedbackScreenshotSubmission"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaFeedbackScreenshotSubmissionResponseSchema={type:"object",title:"BetaFeedbackScreenshotSubmissionResponse",properties:{data:{$ref:"#/components/schemas/BetaFeedbackScreenshotSubmission"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaGroupSchema={type:"object",title:"BetaGroup",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},createdDate:{type:"string",format:"date-time"},isInternalGroup:{type:"boolean"},hasAccessToAllBuilds:{type:"boolean"},publicLinkEnabled:{type:"boolean"},publicLinkId:{type:"string"},publicLinkLimitEnabled:{type:"boolean"},publicLinkLimit:{type:"integer"},publicLink:{type:"string"},feedbackEnabled:{type:"boolean"},iosBuildsAvailableForAppleSiliconMac:{type:"boolean"},iosBuildsAvailableForAppleVision:{type:"boolean"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},betaTesters:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}}},betaRecruitmentCriteria:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["betaRecruitmentCriteria"]},id:{type:"string"}},required:["id","type"]}}},betaRecruitmentCriterionCompatibleBuildCheck:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaGroupsResponseSchema={type:"object",title:"BetaGroupsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaGroup"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaRecruitmentCriterion"},{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{betaRecruitmentCriteria:"#/components/schemas/BetaRecruitmentCriterion",builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaGroupResponseSchema={type:"object",title:"BetaGroupResponse",properties:{data:{$ref:"#/components/schemas/BetaGroup"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaRecruitmentCriterion"},{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{betaRecruitmentCriteria:"#/components/schemas/BetaRecruitmentCriterion",builds:"#/components/schemas/Build",betaTesters:"#/components/schemas/BetaTester",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaGroupCreateRequestSchema={type:"object",title:"BetaGroupCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},attributes:{type:"object",properties:{name:{type:"string"},isInternalGroup:{type:"boolean",nullable:!0},hasAccessToAllBuilds:{type:"boolean",nullable:!0},publicLinkEnabled:{type:"boolean",nullable:!0},publicLinkLimitEnabled:{type:"boolean",nullable:!0},publicLinkLimit:{type:"integer",nullable:!0},feedbackEnabled:{type:"boolean",nullable:!0}},required:["name"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},builds:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},betaTesters:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}}}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BetaGroupUpdateRequestSchema={type:"object",title:"BetaGroupUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},publicLinkEnabled:{type:"boolean",nullable:!0},publicLinkLimitEnabled:{type:"boolean",nullable:!0},publicLinkLimit:{type:"integer",nullable:!0},feedbackEnabled:{type:"boolean",nullable:!0},iosBuildsAvailableForAppleSiliconMac:{type:"boolean",nullable:!0},iosBuildsAvailableForAppleVision:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaLicenseAgreementSchema={type:"object",title:"BetaLicenseAgreement",properties:{type:{type:"string",enum:["betaLicenseAgreements"]},id:{type:"string"},attributes:{type:"object",properties:{agreementText:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaLicenseAgreementsResponseSchema={type:"object",title:"BetaLicenseAgreementsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaLicenseAgreement"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaLicenseAgreementResponseSchema={type:"object",title:"BetaLicenseAgreementResponse",properties:{data:{$ref:"#/components/schemas/BetaLicenseAgreement"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaLicenseAgreementUpdateRequestSchema={type:"object",title:"BetaLicenseAgreementUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaLicenseAgreements"]},id:{type:"string"},attributes:{type:"object",properties:{agreementText:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaRecruitmentCriterionSchema={type:"object",title:"BetaRecruitmentCriterion",properties:{type:{type:"string",enum:["betaRecruitmentCriteria"]},id:{type:"string"},attributes:{type:"object",properties:{lastModifiedDate:{type:"string",format:"date-time"},deviceFamilyOsVersionFilters:{type:"array",items:{$ref:"#/components/schemas/DeviceFamilyOsVersionFilter"}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaRecruitmentCriterionResponseSchema={type:"object",title:"BetaRecruitmentCriterionResponse",properties:{data:{$ref:"#/components/schemas/BetaRecruitmentCriterion"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaRecruitmentCriterionCreateRequestSchema={type:"object",title:"BetaRecruitmentCriterionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaRecruitmentCriteria"]},attributes:{type:"object",properties:{deviceFamilyOsVersionFilters:{type:"array",items:{$ref:"#/components/schemas/DeviceFamilyOsVersionFilter"}}},required:["deviceFamilyOsVersionFilters"]},relationships:{type:"object",properties:{betaGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["betaGroup"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BetaRecruitmentCriterionUpdateRequestSchema={type:"object",title:"BetaRecruitmentCriterionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaRecruitmentCriteria"]},id:{type:"string"},attributes:{type:"object",properties:{deviceFamilyOsVersionFilters:{type:"array",items:{$ref:"#/components/schemas/DeviceFamilyOsVersionFilter"},nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BetaRecruitmentCriterionCompatibleBuildCheckSchema={type:"object",title:"BetaRecruitmentCriterionCompatibleBuildCheck",properties:{type:{type:"string",enum:["betaRecruitmentCriterionCompatibleBuildChecks"]},id:{type:"string"},attributes:{type:"object",properties:{hasCompatibleBuild:{type:"boolean"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaRecruitmentCriterionCompatibleBuildCheckResponseSchema={type:"object",title:"BetaRecruitmentCriterionCompatibleBuildCheckResponse",properties:{data:{$ref:"#/components/schemas/BetaRecruitmentCriterionCompatibleBuildCheck"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaRecruitmentCriterionOptionSchema={type:"object",title:"BetaRecruitmentCriterionOption",properties:{type:{type:"string",enum:["betaRecruitmentCriterionOptions"]},id:{type:"string"},attributes:{type:"object",properties:{deviceFamilyOsVersions:{type:"array",items:{type:"object",properties:{deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},osVersions:{type:"array",items:{type:"string"}}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaRecruitmentCriterionOptionsResponseSchema={type:"object",title:"BetaRecruitmentCriterionOptionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaRecruitmentCriterionOption"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterInvitationSchema={type:"object",title:"BetaTesterInvitation",properties:{type:{type:"string",enum:["betaTesterInvitations"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaTesterInvitationResponseSchema={type:"object",title:"BetaTesterInvitationResponse",properties:{data:{$ref:"#/components/schemas/BetaTesterInvitation"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaTesterInvitationCreateRequestSchema={type:"object",title:"BetaTesterInvitationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaTesterInvitations"]},relationships:{type:"object",properties:{betaTester:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","type"]}},required:["data"]},t.BetaTesterSchema={type:"object",title:"BetaTester",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"},attributes:{type:"object",properties:{firstName:{type:"string"},lastName:{type:"string"},email:{type:"string",format:"email"},inviteType:{$ref:"#/components/schemas/BetaInviteType"},state:{$ref:"#/components/schemas/BetaTesterState"},appDevices:{type:"array",items:{type:"object",properties:{model:{type:"string"},platform:{type:"string",enum:["IOS","MAC_OS","TV_OS","WATCH_OS","VISION_OS"]},osVersion:{type:"string"},appBuildVersion:{type:"string"}}}}}},relationships:{type:"object",properties:{apps:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}},betaGroups:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}}},builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BetaTestersResponseSchema={type:"object",title:"BetaTestersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaTester"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",builds:"#/components/schemas/Build",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterResponseSchema={type:"object",title:"BetaTesterResponse",properties:{data:{$ref:"#/components/schemas/BetaTester"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",builds:"#/components/schemas/Build",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaTesterCreateRequestSchema={type:"object",title:"BetaTesterCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},attributes:{type:"object",properties:{firstName:{type:"string",nullable:!0},lastName:{type:"string",nullable:!0},email:{type:"string",format:"email"}},required:["email"]},relationships:{type:"object",properties:{betaGroups:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}}},builds:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]}},required:["data"]},t.BuildBetaDetailSchema={type:"object",title:"BuildBetaDetail",properties:{type:{type:"string",enum:["buildBetaDetails"]},id:{type:"string"},attributes:{type:"object",properties:{autoNotifyEnabled:{type:"boolean"},internalBuildState:{$ref:"#/components/schemas/InternalBetaState"},externalBuildState:{$ref:"#/components/schemas/ExternalBetaState"}}},relationships:{type:"object",properties:{build:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildBetaDetailsResponseSchema={type:"object",title:"BuildBetaDetailsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildBetaDetail"}},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildBetaDetailResponseSchema={type:"object",title:"BuildBetaDetailResponse",properties:{data:{$ref:"#/components/schemas/BuildBetaDetail"},included:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBetaDetailUpdateRequestSchema={type:"object",title:"BuildBetaDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildBetaDetails"]},id:{type:"string"},attributes:{type:"object",properties:{autoNotifyEnabled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BuildBetaNotificationSchema={type:"object",title:"BuildBetaNotification",properties:{type:{type:"string",enum:["buildBetaNotifications"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildBetaNotificationResponseSchema={type:"object",title:"BuildBetaNotificationResponse",properties:{data:{$ref:"#/components/schemas/BuildBetaNotification"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBetaNotificationCreateRequestSchema={type:"object",title:"BuildBetaNotificationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildBetaNotifications"]},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["build"]}},required:["relationships","type"]}},required:["data"]},t.BuildBundleFileSizeSchema={type:"object",title:"BuildBundleFileSize",properties:{type:{type:"string",enum:["buildBundleFileSizes"]},id:{type:"string"},attributes:{type:"object",properties:{deviceModel:{type:"string"},osVersion:{type:"string"},downloadBytes:{type:"integer"},installBytes:{type:"integer"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildBundleFileSizesResponseSchema={type:"object",title:"BuildBundleFileSizesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildBundleFileSize"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildBundleSchema={type:"object",title:"BuildBundle",properties:{type:{type:"string",enum:["buildBundles"]},id:{type:"string"},attributes:{type:"object",properties:{bundleId:{type:"string"},bundleType:{$ref:"#/components/schemas/BuildBundleType"},sdkBuild:{type:"string"},platformBuild:{type:"string"},fileName:{type:"string"},hasSirikit:{type:"boolean"},hasOnDemandResources:{type:"boolean"},hasPrerenderedIcon:{type:"boolean"},usesLocationServices:{type:"boolean"},isIosBuildMacAppStoreCompatible:{type:"boolean"},includesSymbols:{type:"boolean"},dSYMUrl:{type:"string",format:"uri"},supportedArchitectures:{type:"array",items:{type:"string"}},requiredCapabilities:{type:"array",items:{type:"string"}},deviceProtocols:{type:"array",items:{type:"string"}},locales:{type:"array",items:{type:"string"}},entitlements:{type:"object",additionalProperties:{type:"object",additionalProperties:{type:"string"}}},baDownloadAllowance:{type:"integer"},baMaxInstallSize:{type:"integer"}}},relationships:{type:"object",properties:{appClipDomainCacheStatus:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appClipDomainStatuses"]},id:{type:"string"}},required:["id","type"]}}},appClipDomainDebugStatus:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appClipDomainStatuses"]},id:{type:"string"}},required:["id","type"]}}},betaAppClipInvocations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"}},required:["id","type"]}}}},buildBundleFileSizes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildBundleFileSizes"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildIconSchema={type:"object",title:"BuildIcon",properties:{type:{type:"string",enum:["buildIcons"]},id:{type:"string"},attributes:{type:"object",properties:{iconAsset:{$ref:"#/components/schemas/ImageAsset"},iconType:{$ref:"#/components/schemas/IconAssetType"},masked:{type:"boolean"},name:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildIconsResponseSchema={type:"object",title:"BuildIconsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildIcon"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildUploadFileSchema={type:"object",title:"BuildUploadFile",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"},attributes:{type:"object",properties:{assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"},assetToken:{type:"string"},assetType:{type:"string",enum:["ASSET","ASSET_DESCRIPTION","ASSET_SPI"]},fileName:{type:"string"},fileSize:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1},sourceFileChecksums:{$ref:"#/components/schemas/Checksums"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/DeliveryFileUploadOperation"}},uti:{type:"string",enum:["com.apple.binary-property-list","com.apple.ipa","com.apple.pkg","com.apple.xml-property-list","com.pkware.zip-archive"]}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildUploadFilesResponseSchema={type:"object",title:"BuildUploadFilesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildUploadFile"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildUploadFileResponseSchema={type:"object",title:"BuildUploadFileResponse",properties:{data:{$ref:"#/components/schemas/BuildUploadFile"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildUploadFileCreateRequestSchema={type:"object",title:"BuildUploadFileCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},attributes:{type:"object",properties:{assetType:{type:"string",enum:["ASSET","ASSET_DESCRIPTION","ASSET_SPI"]},fileName:{type:"string"},fileSize:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1},uti:{type:"string",enum:["com.apple.binary-property-list","com.apple.ipa","com.apple.pkg","com.apple.xml-property-list","com.pkware.zip-archive"]}},required:["fileName","fileSize","uti","assetType"]},relationships:{type:"object",properties:{buildUpload:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploads"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["buildUpload"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BuildUploadFileUpdateRequestSchema={type:"object",title:"BuildUploadFileUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksums:{nullable:!0,$ref:"#/components/schemas/Checksums"},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BuildUploadSchema={type:"object",title:"BuildUpload",properties:{type:{type:"string",enum:["buildUploads"]},id:{type:"string"},attributes:{type:"object",properties:{cfBundleShortVersionString:{type:"string"},cfBundleVersion:{type:"string"},createdDate:{type:"string",format:"date-time"},state:{type:"object",properties:{errors:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}},warnings:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}},infos:{type:"array",items:{$ref:"#/components/schemas/StateDetail"}},state:{$ref:"#/components/schemas/BuildUploadState"}}},platform:{$ref:"#/components/schemas/Platform"},uploadedDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{build:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},assetFile:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"}},required:["id","type"]}}},assetDescriptionFile:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"}},required:["id","type"]}}},assetSpiFile:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"}},required:["id","type"]}}},buildUploadFiles:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildUploadsResponseSchema={type:"object",title:"BuildUploadsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildUpload"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BuildUploadFile"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{buildUploadFiles:"#/components/schemas/BuildUploadFile",builds:"#/components/schemas/Build"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildUploadResponseSchema={type:"object",title:"BuildUploadResponse",properties:{data:{$ref:"#/components/schemas/BuildUpload"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BuildUploadFile"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{buildUploadFiles:"#/components/schemas/BuildUploadFile",builds:"#/components/schemas/Build"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildUploadCreateRequestSchema={type:"object",title:"BuildUploadCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploads"]},attributes:{type:"object",properties:{cfBundleShortVersionString:{type:"string"},cfBundleVersion:{type:"string"},platform:{$ref:"#/components/schemas/Platform"}},required:["cfBundleVersion","cfBundleShortVersionString","platform"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BuildSchema={type:"object",title:"Build",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"string"},uploadedDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date-time"},expired:{type:"boolean"},minOsVersion:{type:"string"},lsMinimumSystemVersion:{type:"string"},computedMinMacOsVersion:{type:"string"},computedMinVisionOsVersion:{type:"string"},iconAssetToken:{$ref:"#/components/schemas/ImageAsset"},processingState:{type:"string",enum:["PROCESSING","FAILED","INVALID","VALID"]},buildAudienceType:{$ref:"#/components/schemas/BuildAudienceType"},usesNonExemptEncryption:{type:"boolean"}}},relationships:{type:"object",properties:{preReleaseVersion:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["preReleaseVersions"]},id:{type:"string"}},required:["id","type"]}}},individualTesters:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}}},betaGroups:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}}},betaBuildLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaBuildLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},appEncryptionDeclaration:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}}},betaAppReviewSubmission:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewSubmissions"]},id:{type:"string"}},required:["id","type"]}}},app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},buildBetaDetail:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["buildBetaDetails"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersion:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},icons:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildIcons"]},id:{type:"string"}},required:["id","type"]}}}},buildBundles:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildBundles"]},id:{type:"string"}},required:["id","type"]}}}},buildUpload:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildUploads"]},id:{type:"string"}},required:["id","type"]}}},perfPowerMetrics:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},diagnosticSignatures:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BuildsResponseSchema={type:"object",title:"BuildsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Build"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEncryptionDeclaration"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaAppReviewSubmission"},{$ref:"#/components/schemas/BetaBuildLocalization"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/BuildBetaDetail"},{$ref:"#/components/schemas/BuildBundle"},{$ref:"#/components/schemas/BuildIcon"},{$ref:"#/components/schemas/BuildUpload"},{$ref:"#/components/schemas/PrereleaseVersion"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",appEncryptionDeclarations:"#/components/schemas/AppEncryptionDeclaration",betaAppReviewSubmissions:"#/components/schemas/BetaAppReviewSubmission",buildBetaDetails:"#/components/schemas/BuildBetaDetail",buildIcons:"#/components/schemas/BuildIcon",buildUploads:"#/components/schemas/BuildUpload",appStoreVersions:"#/components/schemas/AppStoreVersion",preReleaseVersions:"#/components/schemas/PrereleaseVersion",buildBundles:"#/components/schemas/BuildBundle",betaTesters:"#/components/schemas/BetaTester",apps:"#/components/schemas/App",betaBuildLocalizations:"#/components/schemas/BetaBuildLocalization"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildResponseSchema={type:"object",title:"BuildResponse",properties:{data:{$ref:"#/components/schemas/Build"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppEncryptionDeclaration"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BetaAppReviewSubmission"},{$ref:"#/components/schemas/BetaBuildLocalization"},{$ref:"#/components/schemas/BetaGroup"},{$ref:"#/components/schemas/BetaTester"},{$ref:"#/components/schemas/BuildBetaDetail"},{$ref:"#/components/schemas/BuildBundle"},{$ref:"#/components/schemas/BuildIcon"},{$ref:"#/components/schemas/BuildUpload"},{$ref:"#/components/schemas/PrereleaseVersion"}],discriminator:{propertyName:"type",mapping:{betaGroups:"#/components/schemas/BetaGroup",appEncryptionDeclarations:"#/components/schemas/AppEncryptionDeclaration",betaAppReviewSubmissions:"#/components/schemas/BetaAppReviewSubmission",buildBetaDetails:"#/components/schemas/BuildBetaDetail",buildIcons:"#/components/schemas/BuildIcon",buildUploads:"#/components/schemas/BuildUpload",appStoreVersions:"#/components/schemas/AppStoreVersion",preReleaseVersions:"#/components/schemas/PrereleaseVersion",buildBundles:"#/components/schemas/BuildBundle",betaTesters:"#/components/schemas/BetaTester",apps:"#/components/schemas/App",betaBuildLocalizations:"#/components/schemas/BetaBuildLocalization"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildUpdateRequestSchema={type:"object",title:"BuildUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"},attributes:{type:"object",properties:{expired:{type:"boolean",nullable:!0},usesNonExemptEncryption:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{appEncryptionDeclaration:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.BundleIdCapabilitySchema={type:"object",title:"BundleIdCapability",properties:{type:{type:"string",enum:["bundleIdCapabilities"]},id:{type:"string"},attributes:{type:"object",properties:{capabilityType:{$ref:"#/components/schemas/CapabilityType"},settings:{type:"array",items:{$ref:"#/components/schemas/CapabilitySetting"}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BundleIdCapabilitiesResponseSchema={type:"object",title:"BundleIdCapabilitiesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BundleIdCapability"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BundleIdCapabilityResponseSchema={type:"object",title:"BundleIdCapabilityResponse",properties:{data:{$ref:"#/components/schemas/BundleIdCapability"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BundleIdCapabilityCreateRequestSchema={type:"object",title:"BundleIdCapabilityCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIdCapabilities"]},attributes:{type:"object",properties:{capabilityType:{$ref:"#/components/schemas/CapabilityType"},settings:{type:"array",items:{$ref:"#/components/schemas/CapabilitySetting"},nullable:!0}},required:["capabilityType"]},relationships:{type:"object",properties:{bundleId:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["bundleId"]}},required:["relationships","attributes","type"]}},required:["data"]},t.BundleIdCapabilityUpdateRequestSchema={type:"object",title:"BundleIdCapabilityUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIdCapabilities"]},id:{type:"string"},attributes:{type:"object",properties:{capabilityType:{nullable:!0,$ref:"#/components/schemas/CapabilityType"},settings:{type:"array",items:{$ref:"#/components/schemas/CapabilitySetting"},nullable:!0}}}},required:["id","type"]}},required:["data"]},t.BundleIdSchema={type:"object",title:"BundleId",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},identifier:{type:"string"},seedId:{type:"string"}}},relationships:{type:"object",properties:{profiles:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["profiles"]},id:{type:"string"}},required:["id","type"]}}}},bundleIdCapabilities:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["bundleIdCapabilities"]},id:{type:"string"}},required:["id","type"]}}}},app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.BundleIdsResponseSchema={type:"object",title:"BundleIdsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BundleId"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BundleIdCapability"},{$ref:"#/components/schemas/Profile"}],discriminator:{propertyName:"type",mapping:{bundleIdCapabilities:"#/components/schemas/BundleIdCapability",profiles:"#/components/schemas/Profile",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BundleIdResponseSchema={type:"object",title:"BundleIdResponse",properties:{data:{$ref:"#/components/schemas/BundleId"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BundleIdCapability"},{$ref:"#/components/schemas/Profile"}],discriminator:{propertyName:"type",mapping:{bundleIdCapabilities:"#/components/schemas/BundleIdCapability",profiles:"#/components/schemas/Profile",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BundleIdCreateRequestSchema={type:"object",title:"BundleIdCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},identifier:{type:"string"},seedId:{type:"string",nullable:!0}},required:["identifier","name","platform"]}},required:["attributes","type"]}},required:["data"]},t.BundleIdUpdateRequestSchema={type:"object",title:"BundleIdUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.CertificateSchema={type:"object",title:"Certificate",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},certificateType:{$ref:"#/components/schemas/CertificateType"},displayName:{type:"string"},serialNumber:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},expirationDate:{type:"string",format:"date-time"},certificateContent:{type:"string"},activated:{type:"boolean"}}},relationships:{type:"object",properties:{passTypeId:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["passTypeIds"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CertificatesResponseSchema={type:"object",title:"CertificatesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},included:{type:"array",items:{$ref:"#/components/schemas/PassTypeId"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CertificateResponseSchema={type:"object",title:"CertificateResponse",properties:{data:{$ref:"#/components/schemas/Certificate"},included:{type:"array",items:{$ref:"#/components/schemas/PassTypeId"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CertificateCreateRequestSchema={type:"object",title:"CertificateCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["certificates"]},attributes:{type:"object",properties:{csrContent:{type:"string"},certificateType:{$ref:"#/components/schemas/CertificateType"}},required:["csrContent","certificateType"]},relationships:{type:"object",properties:{merchantId:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["merchantIds"]},id:{type:"string"}},required:["id","type"]}}},passTypeId:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["passTypeIds"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.CertificateUpdateRequestSchema={type:"object",title:"CertificateUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"},attributes:{type:"object",properties:{activated:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.CiArtifactSchema={type:"object",title:"CiArtifact",properties:{type:{type:"string",enum:["ciArtifacts"]},id:{type:"string"},attributes:{type:"object",properties:{fileType:{type:"string",enum:["ARCHIVE","ARCHIVE_EXPORT","LOG_BUNDLE","RESULT_BUNDLE","TEST_PRODUCTS","XCODEBUILD_PRODUCTS","STAPLED_NOTARIZED_ARCHIVE"]},fileName:{type:"string"},fileSize:{type:"integer"},downloadUrl:{type:"string",format:"uri"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiArtifactsResponseSchema={type:"object",title:"CiArtifactsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiArtifact"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiArtifactResponseSchema={type:"object",title:"CiArtifactResponse",properties:{data:{$ref:"#/components/schemas/CiArtifact"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiBuildActionSchema={type:"object",title:"CiBuildAction",properties:{type:{type:"string",enum:["ciBuildActions"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},actionType:{$ref:"#/components/schemas/CiActionType"},startedDate:{type:"string",format:"date-time"},finishedDate:{type:"string",format:"date-time"},issueCounts:{$ref:"#/components/schemas/CiIssueCounts"},executionProgress:{$ref:"#/components/schemas/CiExecutionProgress"},completionStatus:{$ref:"#/components/schemas/CiCompletionStatus"},isRequiredToPass:{type:"boolean"}}},relationships:{type:"object",properties:{buildRun:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"}},required:["id","type"]}}},artifacts:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},issues:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},testResults:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiBuildActionsResponseSchema={type:"object",title:"CiBuildActionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiBuildAction"}},included:{type:"array",items:{$ref:"#/components/schemas/CiBuildRun"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildActionResponseSchema={type:"object",title:"CiBuildActionResponse",properties:{data:{$ref:"#/components/schemas/CiBuildAction"},included:{type:"array",items:{$ref:"#/components/schemas/CiBuildRun"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiBuildRunSchema={type:"object",title:"CiBuildRun",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"},attributes:{type:"object",properties:{number:{type:"integer"},createdDate:{type:"string",format:"date-time"},startedDate:{type:"string",format:"date-time"},finishedDate:{type:"string",format:"date-time"},sourceCommit:{type:"object",properties:{commitSha:{type:"string"},message:{type:"string"},author:{$ref:"#/components/schemas/CiGitUser"},committer:{$ref:"#/components/schemas/CiGitUser"},webUrl:{type:"string",format:"uri"}}},destinationCommit:{type:"object",properties:{commitSha:{type:"string"},message:{type:"string"},author:{$ref:"#/components/schemas/CiGitUser"},committer:{$ref:"#/components/schemas/CiGitUser"},webUrl:{type:"string",format:"uri"}}},isPullRequestBuild:{type:"boolean"},issueCounts:{$ref:"#/components/schemas/CiIssueCounts"},executionProgress:{$ref:"#/components/schemas/CiExecutionProgress"},completionStatus:{$ref:"#/components/schemas/CiCompletionStatus"},startReason:{type:"string",enum:["GIT_REF_CHANGE","MANUAL","MANUAL_REBUILD","PULL_REQUEST_OPEN","PULL_REQUEST_UPDATE","SCHEDULE"]},cancelReason:{type:"string",enum:["AUTOMATICALLY_BY_NEWER_BUILD","MANUALLY_BY_USER"]}}},relationships:{type:"object",properties:{builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},workflow:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciWorkflows"]},id:{type:"string"}},required:["id","type"]}}},product:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"}},required:["id","type"]}}},sourceBranchOrTag:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"}},required:["id","type"]}}},destinationBranch:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"}},required:["id","type"]}}},actions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},pullRequest:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmPullRequests"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiBuildRunsResponseSchema={type:"object",title:"CiBuildRunsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiBuildRun"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/CiWorkflow"},{$ref:"#/components/schemas/ScmGitReference"},{$ref:"#/components/schemas/ScmPullRequest"}],discriminator:{propertyName:"type",mapping:{ciProducts:"#/components/schemas/CiProduct",builds:"#/components/schemas/Build",scmPullRequests:"#/components/schemas/ScmPullRequest",ciWorkflows:"#/components/schemas/CiWorkflow",scmGitReferences:"#/components/schemas/ScmGitReference"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildRunResponseSchema={type:"object",title:"CiBuildRunResponse",properties:{data:{$ref:"#/components/schemas/CiBuildRun"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Build"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/CiWorkflow"},{$ref:"#/components/schemas/ScmGitReference"},{$ref:"#/components/schemas/ScmPullRequest"}],discriminator:{propertyName:"type",mapping:{ciProducts:"#/components/schemas/CiProduct",builds:"#/components/schemas/Build",scmPullRequests:"#/components/schemas/ScmPullRequest",ciWorkflows:"#/components/schemas/CiWorkflow",scmGitReferences:"#/components/schemas/ScmGitReference"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiBuildRunCreateRequestSchema={type:"object",title:"CiBuildRunCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},attributes:{type:"object",properties:{clean:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{buildRun:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"}},required:["id","type"]}}},workflow:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciWorkflows"]},id:{type:"string"}},required:["id","type"]}}},sourceBranchOrTag:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"}},required:["id","type"]}}},pullRequest:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmPullRequests"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]}},required:["data"]},t.CiIssueSchema={type:"object",title:"CiIssue",properties:{type:{type:"string",enum:["ciIssues"]},id:{type:"string"},attributes:{type:"object",properties:{issueType:{type:"string",enum:["ANALYZER_WARNING","ERROR","TEST_FAILURE","WARNING"]},message:{type:"string"},fileSource:{$ref:"#/components/schemas/FileLocation"},category:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiIssuesResponseSchema={type:"object",title:"CiIssuesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiIssue"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiIssueResponseSchema={type:"object",title:"CiIssueResponse",properties:{data:{$ref:"#/components/schemas/CiIssue"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiMacOsVersionSchema={type:"object",title:"CiMacOsVersion",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"string"},name:{type:"string"}}},relationships:{type:"object",properties:{xcodeVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiMacOsVersionsResponseSchema={type:"object",title:"CiMacOsVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiMacOsVersion"}},included:{type:"array",items:{$ref:"#/components/schemas/CiXcodeVersion"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiMacOsVersionResponseSchema={type:"object",title:"CiMacOsVersionResponse",properties:{data:{$ref:"#/components/schemas/CiMacOsVersion"},included:{type:"array",items:{$ref:"#/components/schemas/CiXcodeVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiProductSchema={type:"object",title:"CiProduct",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},createdDate:{type:"string",format:"date-time"},productType:{type:"string",enum:["APP","FRAMEWORK"]}}},relationships:{type:"object",properties:{app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},bundleId:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"}},required:["id","type"]}}},workflows:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},primaryRepositories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}}}},additionalRepositories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},buildRuns:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiProductsResponseSchema={type:"object",title:"CiProductsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiProduct"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BundleId"},{$ref:"#/components/schemas/ScmRepository"}],discriminator:{propertyName:"type",mapping:{scmRepositories:"#/components/schemas/ScmRepository",bundleIds:"#/components/schemas/BundleId",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiProductResponseSchema={type:"object",title:"CiProductResponse",properties:{data:{$ref:"#/components/schemas/CiProduct"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/BundleId"},{$ref:"#/components/schemas/ScmRepository"}],discriminator:{propertyName:"type",mapping:{scmRepositories:"#/components/schemas/ScmRepository",bundleIds:"#/components/schemas/BundleId",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiTestResultSchema={type:"object",title:"CiTestResult",properties:{type:{type:"string",enum:["ciTestResults"]},id:{type:"string"},attributes:{type:"object",properties:{className:{type:"string"},name:{type:"string"},status:{$ref:"#/components/schemas/CiTestStatus"},fileSource:{$ref:"#/components/schemas/FileLocation"},message:{type:"string"},destinationTestResults:{type:"array",items:{type:"object",properties:{uuid:{type:"string"},deviceName:{type:"string"},osVersion:{type:"string"},status:{$ref:"#/components/schemas/CiTestStatus"},duration:{type:"number"}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiTestResultsResponseSchema={type:"object",title:"CiTestResultsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiTestResult"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiTestResultResponseSchema={type:"object",title:"CiTestResultResponse",properties:{data:{$ref:"#/components/schemas/CiTestResult"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiWorkflowSchema={type:"object",title:"CiWorkflow",properties:{type:{type:"string",enum:["ciWorkflows"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},description:{type:"string"},branchStartCondition:{$ref:"#/components/schemas/CiBranchStartCondition"},tagStartCondition:{$ref:"#/components/schemas/CiTagStartCondition"},pullRequestStartCondition:{$ref:"#/components/schemas/CiPullRequestStartCondition"},scheduledStartCondition:{$ref:"#/components/schemas/CiScheduledStartCondition"},manualBranchStartCondition:{$ref:"#/components/schemas/CiManualBranchStartCondition"},manualTagStartCondition:{$ref:"#/components/schemas/CiManualTagStartCondition"},manualPullRequestStartCondition:{$ref:"#/components/schemas/CiManualPullRequestStartCondition"},actions:{type:"array",items:{$ref:"#/components/schemas/CiAction"}},isEnabled:{type:"boolean"},isLockedForEditing:{type:"boolean"},clean:{type:"boolean"},containerFilePath:{type:"string"},lastModifiedDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{product:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"}},required:["id","type"]}}},repository:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}}},xcodeVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"}},required:["id","type"]}}},macOsVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"}},required:["id","type"]}}},buildRuns:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiWorkflowsResponseSchema={type:"object",title:"CiWorkflowsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiWorkflow"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/CiMacOsVersion"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/CiXcodeVersion"},{$ref:"#/components/schemas/ScmRepository"}],discriminator:{propertyName:"type",mapping:{scmRepositories:"#/components/schemas/ScmRepository",ciMacOsVersions:"#/components/schemas/CiMacOsVersion",ciProducts:"#/components/schemas/CiProduct",ciXcodeVersions:"#/components/schemas/CiXcodeVersion"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiWorkflowResponseSchema={type:"object",title:"CiWorkflowResponse",properties:{data:{$ref:"#/components/schemas/CiWorkflow"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/CiMacOsVersion"},{$ref:"#/components/schemas/CiProduct"},{$ref:"#/components/schemas/CiXcodeVersion"},{$ref:"#/components/schemas/ScmRepository"}],discriminator:{propertyName:"type",mapping:{scmRepositories:"#/components/schemas/ScmRepository",ciMacOsVersions:"#/components/schemas/CiMacOsVersion",ciProducts:"#/components/schemas/CiProduct",ciXcodeVersions:"#/components/schemas/CiXcodeVersion"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiWorkflowCreateRequestSchema={type:"object",title:"CiWorkflowCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciWorkflows"]},attributes:{type:"object",properties:{name:{type:"string"},description:{type:"string"},branchStartCondition:{nullable:!0,$ref:"#/components/schemas/CiBranchStartCondition"},tagStartCondition:{nullable:!0,$ref:"#/components/schemas/CiTagStartCondition"},pullRequestStartCondition:{nullable:!0,$ref:"#/components/schemas/CiPullRequestStartCondition"},scheduledStartCondition:{nullable:!0,$ref:"#/components/schemas/CiScheduledStartCondition"},manualBranchStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualBranchStartCondition"},manualTagStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualTagStartCondition"},manualPullRequestStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualPullRequestStartCondition"},actions:{type:"array",items:{$ref:"#/components/schemas/CiAction"}},isEnabled:{type:"boolean"},isLockedForEditing:{type:"boolean",nullable:!0},clean:{type:"boolean"},containerFilePath:{type:"string"}},required:["containerFilePath","isEnabled","name","description","clean","actions"]},relationships:{type:"object",properties:{product:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},repository:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},xcodeVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},macOsVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["macOsVersion","product","repository","xcodeVersion"]}},required:["relationships","attributes","type"]}},required:["data"]},t.CiWorkflowUpdateRequestSchema={type:"object",title:"CiWorkflowUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciWorkflows"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},description:{type:"string",nullable:!0},branchStartCondition:{nullable:!0,$ref:"#/components/schemas/CiBranchStartCondition"},tagStartCondition:{nullable:!0,$ref:"#/components/schemas/CiTagStartCondition"},pullRequestStartCondition:{nullable:!0,$ref:"#/components/schemas/CiPullRequestStartCondition"},scheduledStartCondition:{nullable:!0,$ref:"#/components/schemas/CiScheduledStartCondition"},manualBranchStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualBranchStartCondition"},manualTagStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualTagStartCondition"},manualPullRequestStartCondition:{nullable:!0,$ref:"#/components/schemas/CiManualPullRequestStartCondition"},actions:{type:"array",items:{$ref:"#/components/schemas/CiAction"},nullable:!0},isEnabled:{type:"boolean",nullable:!0},isLockedForEditing:{type:"boolean",nullable:!0},clean:{type:"boolean",nullable:!0},containerFilePath:{type:"string",nullable:!0}}},relationships:{type:"object",properties:{xcodeVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"}},required:["id","type"]}}},macOsVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.CiXcodeVersionSchema={type:"object",title:"CiXcodeVersion",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"string"},name:{type:"string"},testDestinations:{type:"array",items:{type:"object",properties:{deviceTypeName:{type:"string"},deviceTypeIdentifier:{type:"string"},availableRuntimes:{type:"array",items:{type:"object",properties:{runtimeName:{type:"string"},runtimeIdentifier:{type:"string"}}}},kind:{$ref:"#/components/schemas/CiTestDestinationKind"}}}}}},relationships:{type:"object",properties:{macOsVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CiXcodeVersionsResponseSchema={type:"object",title:"CiXcodeVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CiXcodeVersion"}},included:{type:"array",items:{$ref:"#/components/schemas/CiMacOsVersion"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiXcodeVersionResponseSchema={type:"object",title:"CiXcodeVersionResponse",properties:{data:{$ref:"#/components/schemas/CiXcodeVersion"},included:{type:"array",items:{$ref:"#/components/schemas/CiMacOsVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CustomerReviewResponseV1Schema={type:"object",title:"CustomerReviewResponseV1",properties:{type:{type:"string",enum:["customerReviewResponses"]},id:{type:"string"},attributes:{type:"object",properties:{responseBody:{type:"string"},lastModifiedDate:{type:"string",format:"date-time"},state:{type:"string",enum:["PUBLISHED","PENDING_PUBLISH"]}}},relationships:{type:"object",properties:{review:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["customerReviews"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CustomerReviewResponseV1ResponseSchema={type:"object",title:"CustomerReviewResponseV1Response",properties:{data:{$ref:"#/components/schemas/CustomerReviewResponseV1"},included:{type:"array",items:{$ref:"#/components/schemas/CustomerReview"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CustomerReviewResponseV1CreateRequestSchema={type:"object",title:"CustomerReviewResponseV1CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["customerReviewResponses"]},attributes:{type:"object",properties:{responseBody:{type:"string"}},required:["responseBody"]},relationships:{type:"object",properties:{review:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["customerReviews"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["review"]}},required:["relationships","attributes","type"]}},required:["data"]},t.CustomerReviewSummarizationSchema={type:"object",title:"CustomerReviewSummarization",properties:{type:{type:"string",enum:["customerReviewSummarizations"]},id:{type:"string"},attributes:{type:"object",properties:{createdDate:{type:"string",format:"date-time"},locale:{type:"string"},platform:{$ref:"#/components/schemas/Platform"},text:{type:"string"}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CustomerReviewSummarizationsResponseSchema={type:"object",title:"CustomerReviewSummarizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CustomerReviewSummarization"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CustomerReviewSchema={type:"object",title:"CustomerReview",properties:{type:{type:"string",enum:["customerReviews"]},id:{type:"string"},attributes:{type:"object",properties:{rating:{type:"integer",maximum:5,minimum:1},title:{type:"string"},body:{type:"string"},reviewerNickname:{type:"string"},createdDate:{type:"string",format:"date-time"},territory:{$ref:"#/components/schemas/TerritoryCode"}}},relationships:{type:"object",properties:{response:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["customerReviewResponses"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.CustomerReviewsResponseSchema={type:"object",title:"CustomerReviewsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/CustomerReview"}},included:{type:"array",items:{$ref:"#/components/schemas/CustomerReviewResponseV1"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CustomerReviewResponseSchema={type:"object",title:"CustomerReviewResponse",properties:{data:{$ref:"#/components/schemas/CustomerReview"},included:{type:"array",items:{$ref:"#/components/schemas/CustomerReviewResponseV1"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.DeviceSchema={type:"object",title:"Device",properties:{type:{type:"string",enum:["devices"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},udid:{type:"string"},deviceClass:{type:"string",enum:["APPLE_VISION_PRO","APPLE_WATCH","IPAD","IPHONE","IPOD","APPLE_TV","MAC"]},status:{type:"string",enum:["ENABLED","DISABLED"]},model:{type:"string"},addedDate:{type:"string",format:"date-time"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.DevicesResponseSchema={type:"object",title:"DevicesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Device"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.DeviceResponseSchema={type:"object",title:"DeviceResponse",properties:{data:{$ref:"#/components/schemas/Device"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.DeviceCreateRequestSchema={type:"object",title:"DeviceCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["devices"]},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},udid:{type:"string"}},required:["name","udid","platform"]}},required:["attributes","type"]}},required:["data"]},t.DeviceUpdateRequestSchema={type:"object",title:"DeviceUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["devices"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},status:{type:"string",nullable:!0,enum:["ENABLED","DISABLED"]}}}},required:["id","type"]}},required:["data"]},t.DiagnosticLogSchema={type:"object",title:"DiagnosticLog",properties:{type:{type:"string",enum:["diagnosticLogs"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.DiagnosticSignatureSchema={type:"object",title:"DiagnosticSignature",properties:{type:{type:"string",enum:["diagnosticSignatures"]},id:{type:"string"},attributes:{type:"object",properties:{diagnosticType:{type:"string",enum:["DISK_WRITES","HANGS","LAUNCHES"]},signature:{type:"string"},weight:{type:"number"},insight:{$ref:"#/components/schemas/DiagnosticInsight"}}},relationships:{type:"object",properties:{logs:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.DiagnosticSignaturesResponseSchema={type:"object",title:"DiagnosticSignaturesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/DiagnosticSignature"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.EndAppAvailabilityPreOrderSchema={type:"object",title:"EndAppAvailabilityPreOrder",properties:{type:{type:"string",enum:["endAppAvailabilityPreOrders"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.EndAppAvailabilityPreOrderResponseSchema={type:"object",title:"EndAppAvailabilityPreOrderResponse",properties:{data:{$ref:"#/components/schemas/EndAppAvailabilityPreOrder"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.EndAppAvailabilityPreOrderCreateRequestSchema={type:"object",title:"EndAppAvailabilityPreOrderCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["endAppAvailabilityPreOrders"]},relationships:{type:"object",properties:{territoryAvailabilities:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["territoryAvailabilities"]}},required:["relationships","type"]}},required:["data"]},t.EndUserLicenseAgreementSchema={type:"object",title:"EndUserLicenseAgreement",properties:{type:{type:"string",enum:["endUserLicenseAgreements"]},id:{type:"string"},attributes:{type:"object",properties:{agreementText:{type:"string"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},territories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.EndUserLicenseAgreementResponseSchema={type:"object",title:"EndUserLicenseAgreementResponse",properties:{data:{$ref:"#/components/schemas/EndUserLicenseAgreement"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.EndUserLicenseAgreementCreateRequestSchema={type:"object",title:"EndUserLicenseAgreementCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["endUserLicenseAgreements"]},attributes:{type:"object",properties:{agreementText:{type:"string"}},required:["agreementText"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},territories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["app","territories"]}},required:["relationships","attributes","type"]}},required:["data"]},t.EndUserLicenseAgreementUpdateRequestSchema={type:"object",title:"EndUserLicenseAgreementUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["endUserLicenseAgreements"]},id:{type:"string"},attributes:{type:"object",properties:{agreementText:{type:"string",nullable:!0}}},relationships:{type:"object",properties:{territories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementImageSchema={type:"object",title:"GameCenterAchievementImage",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{gameCenterAchievementLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementImageResponseSchema={type:"object",title:"GameCenterAchievementImageResponse",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementImage"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementImageCreateRequestSchema={type:"object",title:"GameCenterAchievementImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{gameCenterAchievementLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterAchievementLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterAchievementImageUpdateRequestSchema={type:"object",title:"GameCenterAchievementImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementImageV2Schema={type:"object",title:"GameCenterAchievementImageV2",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementImageV2ResponseSchema={type:"object",title:"GameCenterAchievementImageV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementImageV2"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementLocalizationV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementImageV2CreateRequestSchema={type:"object",title:"GameCenterAchievementImageV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["localization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterAchievementImageV2UpdateRequestSchema={type:"object",title:"GameCenterAchievementImageV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementLocalizationV2Schema={type:"object",title:"GameCenterAchievementLocalizationV2",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},beforeEarnedDescription:{type:"string"},afterEarnedDescription:{type:"string"}}},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}}},image:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementLocalizationsV2ResponseSchema={type:"object",title:"GameCenterAchievementLocalizationsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementLocalizationV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementImageV2"},{$ref:"#/components/schemas/GameCenterAchievementVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterAchievementImages:"#/components/schemas/GameCenterAchievementImageV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementLocalizationV2ResponseSchema={type:"object",title:"GameCenterAchievementLocalizationV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementLocalizationV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementImageV2"},{$ref:"#/components/schemas/GameCenterAchievementVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterAchievementImages:"#/components/schemas/GameCenterAchievementImageV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementLocalizationV2CreateRequestSchema={type:"object",title:"GameCenterAchievementLocalizationV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},beforeEarnedDescription:{type:"string"},afterEarnedDescription:{type:"string"}},required:["name","beforeEarnedDescription","locale","afterEarnedDescription"]},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["version"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterAchievementLocalizationV2UpdateRequestSchema={type:"object",title:"GameCenterAchievementLocalizationV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},beforeEarnedDescription:{type:"string",nullable:!0},afterEarnedDescription:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementLocalizationSchema={type:"object",title:"GameCenterAchievementLocalization",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},beforeEarnedDescription:{type:"string"},afterEarnedDescription:{type:"string"}}},relationships:{type:"object",properties:{gameCenterAchievement:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAchievementImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementLocalizationsResponseSchema={type:"object",title:"GameCenterAchievementLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementImage"},{$ref:"#/components/schemas/GameCenterAchievement"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterAchievementImages:"#/components/schemas/GameCenterAchievementImage"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementLocalizationResponseSchema={type:"object",title:"GameCenterAchievementLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementImage"},{$ref:"#/components/schemas/GameCenterAchievement"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterAchievementImages:"#/components/schemas/GameCenterAchievementImage"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementLocalizationCreateRequestSchema={type:"object",title:"GameCenterAchievementLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},beforeEarnedDescription:{type:"string"},afterEarnedDescription:{type:"string"}},required:["name","beforeEarnedDescription","locale","afterEarnedDescription"]},relationships:{type:"object",properties:{gameCenterAchievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterAchievement"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterAchievementLocalizationUpdateRequestSchema={type:"object",title:"GameCenterAchievementLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},beforeEarnedDescription:{type:"string",nullable:!0},afterEarnedDescription:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementReleaseSchema={type:"object",title:"GameCenterAchievementRelease",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},id:{type:"string"},attributes:{type:"object",properties:{live:{type:"boolean"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAchievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementReleasesResponseSchema={type:"object",title:"GameCenterAchievementReleasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementRelease"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterDetail"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterAchievements:"#/components/schemas/GameCenterAchievement"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementReleaseResponseSchema={type:"object",title:"GameCenterAchievementReleaseResponse",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementRelease"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterDetail"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterAchievements:"#/components/schemas/GameCenterAchievement"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementReleaseCreateRequestSchema={type:"object",title:"GameCenterAchievementReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},gameCenterAchievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterDetail","gameCenterAchievement"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterAchievementVersionV2Schema={type:"object",title:"GameCenterAchievementVersionV2",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"integer"},state:{$ref:"#/components/schemas/GameCenterVersionState"}}},relationships:{type:"object",properties:{achievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementVersionV2InlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"},relationships:{type:"object",properties:{achievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.GameCenterAchievementVersionsV2ResponseSchema={type:"object",title:"GameCenterAchievementVersionsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementVersionV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementLocalizationV2"},{$ref:"#/components/schemas/GameCenterAchievementV2"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementLocalizations:"#/components/schemas/GameCenterAchievementLocalizationV2",gameCenterAchievements:"#/components/schemas/GameCenterAchievementV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementVersionV2ResponseSchema={type:"object",title:"GameCenterAchievementVersionV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementVersionV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementLocalizationV2"},{$ref:"#/components/schemas/GameCenterAchievementV2"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementLocalizations:"#/components/schemas/GameCenterAchievementLocalizationV2",gameCenterAchievements:"#/components/schemas/GameCenterAchievementV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementVersionV2CreateRequestSchema={type:"object",title:"GameCenterAchievementVersionV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},relationships:{type:"object",properties:{achievement:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["achievement"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterAchievementV2Schema={type:"object",title:"GameCenterAchievementV2",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},points:{type:"integer"},showBeforeEarned:{type:"boolean"},repeatable:{type:"boolean"},archived:{type:"boolean"},activityProperties:{$ref:"#/components/schemas/StringToStringMap"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},activity:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementsV2ResponseSchema={type:"object",title:"GameCenterAchievementsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementVersionV2"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementV2ResponseSchema={type:"object",title:"GameCenterAchievementV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterAchievementV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementVersionV2"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"}],discriminator:{propertyName:"type",mapping:{gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementV2CreateRequestSchema={type:"object",title:"GameCenterAchievementV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},points:{type:"integer"},showBeforeEarned:{type:"boolean"},repeatable:{type:"boolean"},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}},required:["vendorIdentifier","repeatable","showBeforeEarned","referenceName","points"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},versions:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["versions"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievementVersionV2InlineCreate"}}},required:["data"]},t.GameCenterAchievementV2UpdateRequestSchema={type:"object",title:"GameCenterAchievementV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0},points:{type:"integer",nullable:!0},showBeforeEarned:{type:"boolean",nullable:!0},repeatable:{type:"boolean",nullable:!0},archived:{type:"boolean",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}}}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementSchema={type:"object",title:"GameCenterAchievement",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},points:{type:"integer"},showBeforeEarned:{type:"boolean"},repeatable:{type:"boolean"},archived:{type:"boolean"},activityProperties:{$ref:"#/components/schemas/StringToStringMap"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},groupAchievement:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},releases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},id:{type:"string"}},required:["id","type"]}}}},activity:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAchievementsResponseSchema={type:"object",title:"GameCenterAchievementsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAchievement"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementLocalization"},{$ref:"#/components/schemas/GameCenterAchievementRelease"},{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievementLocalizations:"#/components/schemas/GameCenterAchievementLocalization",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterAchievementReleases:"#/components/schemas/GameCenterAchievementRelease"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementResponseSchema={type:"object",title:"GameCenterAchievementResponse",properties:{data:{$ref:"#/components/schemas/GameCenterAchievement"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievementLocalization"},{$ref:"#/components/schemas/GameCenterAchievementRelease"},{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievementLocalizations:"#/components/schemas/GameCenterAchievementLocalization",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterAchievementReleases:"#/components/schemas/GameCenterAchievementRelease"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementCreateRequestSchema={type:"object",title:"GameCenterAchievementCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},points:{type:"integer"},showBeforeEarned:{type:"boolean"},repeatable:{type:"boolean"},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}},required:["vendorIdentifier","repeatable","showBeforeEarned","referenceName","points"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterAchievementUpdateRequestSchema={type:"object",title:"GameCenterAchievementUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0},points:{type:"integer",nullable:!0},showBeforeEarned:{type:"boolean",nullable:!0},repeatable:{type:"boolean",nullable:!0},archived:{type:"boolean",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}}}},required:["id","type"]}},required:["data"]},t.GameCenterActivitySchema={type:"object",title:"GameCenterActivity",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},playStyle:{type:"string",enum:["ASYNCHRONOUS","SYNCHRONOUS"]},minimumPlayersCount:{type:"integer"},maximumPlayersCount:{type:"integer"},supportsPartyCode:{type:"boolean"},archived:{type:"boolean"},properties:{$ref:"#/components/schemas/StringToStringMap"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},achievements:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},achievementsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},leaderboards:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},leaderboardsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterActivitiesResponseSchema={type:"object",title:"GameCenterActivitiesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivity"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivityVersion"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityResponseSchema={type:"object",title:"GameCenterActivityResponse",properties:{data:{$ref:"#/components/schemas/GameCenterActivity"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivityVersion"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityCreateRequestSchema={type:"object",title:"GameCenterActivityCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},playStyle:{type:"string",nullable:!0,enum:["ASYNCHRONOUS","SYNCHRONOUS"]},minimumPlayersCount:{type:"integer",nullable:!0},maximumPlayersCount:{type:"integer",nullable:!0},supportsPartyCode:{type:"boolean",nullable:!0},properties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}},required:["vendorIdentifier","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterActivityUpdateRequestSchema={type:"object",title:"GameCenterActivityUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0},playStyle:{type:"string",nullable:!0,enum:["ASYNCHRONOUS","SYNCHRONOUS"]},minimumPlayersCount:{type:"integer",nullable:!0},maximumPlayersCount:{type:"integer",nullable:!0},supportsPartyCode:{type:"boolean",nullable:!0},archived:{type:"boolean",nullable:!0},properties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"}}}},required:["id","type"]}},required:["data"]},t.GameCenterActivityImageSchema={type:"object",title:"GameCenterActivityImage",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterActivityImageResponseSchema={type:"object",title:"GameCenterActivityImageResponse",properties:{data:{$ref:"#/components/schemas/GameCenterActivityImage"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityImageCreateRequestSchema={type:"object",title:"GameCenterActivityImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},id:{type:"string"}},required:["id","type"]}}},version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterActivityImageUpdateRequestSchema={type:"object",title:"GameCenterActivityImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterActivityLocalizationSchema={type:"object",title:"GameCenterActivityLocalization",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},description:{type:"string"}}},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}},image:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterActivityLocalizationsResponseSchema={type:"object",title:"GameCenterActivityLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivityLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivityImage"},{$ref:"#/components/schemas/GameCenterActivityVersion"}],discriminator:{propertyName:"type",mapping:{gameCenterActivityImages:"#/components/schemas/GameCenterActivityImage",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityLocalizationResponseSchema={type:"object",title:"GameCenterActivityLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterActivityLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivityImage"},{$ref:"#/components/schemas/GameCenterActivityVersion"}],discriminator:{propertyName:"type",mapping:{gameCenterActivityImages:"#/components/schemas/GameCenterActivityImage",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityLocalizationCreateRequestSchema={type:"object",title:"GameCenterActivityLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["version"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterActivityLocalizationUpdateRequestSchema={type:"object",title:"GameCenterActivityLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterActivityVersionReleaseSchema={type:"object",title:"GameCenterActivityVersionRelease",properties:{type:{type:"string",enum:["gameCenterActivityVersionReleases"]},id:{type:"string"},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterActivityVersionReleasesResponseSchema={type:"object",title:"GameCenterActivityVersionReleasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivityVersionRelease"}},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivityVersion"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityVersionReleaseResponseSchema={type:"object",title:"GameCenterActivityVersionReleaseResponse",properties:{data:{$ref:"#/components/schemas/GameCenterActivityVersionRelease"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivityVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityVersionReleaseCreateRequestSchema={type:"object",title:"GameCenterActivityVersionReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersionReleases"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterDetail","version"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterActivityVersionSchema={type:"object",title:"GameCenterActivityVersion",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"integer"},state:{$ref:"#/components/schemas/GameCenterVersionState"},fallbackUrl:{type:"string"}}},relationships:{type:"object",properties:{activity:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},defaultImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"}},required:["id","type"]}}},releases:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersionReleases"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterActivityVersionsResponseSchema={type:"object",title:"GameCenterActivityVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterActivityVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterActivityImage"},{$ref:"#/components/schemas/GameCenterActivityLocalization"},{$ref:"#/components/schemas/GameCenterActivityVersionRelease"}],discriminator:{propertyName:"type",mapping:{gameCenterActivityImages:"#/components/schemas/GameCenterActivityImage",gameCenterActivityLocalizations:"#/components/schemas/GameCenterActivityLocalization",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterActivityVersionReleases:"#/components/schemas/GameCenterActivityVersionRelease"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityVersionResponseSchema={type:"object",title:"GameCenterActivityVersionResponse",properties:{data:{$ref:"#/components/schemas/GameCenterActivityVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterActivityImage"},{$ref:"#/components/schemas/GameCenterActivityLocalization"},{$ref:"#/components/schemas/GameCenterActivityVersionRelease"}],discriminator:{propertyName:"type",mapping:{gameCenterActivityImages:"#/components/schemas/GameCenterActivityImage",gameCenterActivityLocalizations:"#/components/schemas/GameCenterActivityLocalization",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterActivityVersionReleases:"#/components/schemas/GameCenterActivityVersionRelease"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityVersionCreateRequestSchema={type:"object",title:"GameCenterActivityVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},attributes:{type:"object",properties:{fallbackUrl:{type:"string",nullable:!0}}},relationships:{type:"object",properties:{activity:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["activity"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterActivityVersionUpdateRequestSchema={type:"object",title:"GameCenterActivityVersionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"},attributes:{type:"object",properties:{fallbackUrl:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterAppVersionSchema={type:"object",title:"GameCenterAppVersion",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"},attributes:{type:"object",properties:{enabled:{type:"boolean"}}},relationships:{type:"object",properties:{compatibilityVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersion:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterAppVersionsResponseSchema={type:"object",title:"GameCenterAppVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterAppVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/GameCenterAppVersion"}],discriminator:{propertyName:"type",mapping:{appStoreVersions:"#/components/schemas/AppStoreVersion",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAppVersionResponseSchema={type:"object",title:"GameCenterAppVersionResponse",properties:{data:{$ref:"#/components/schemas/GameCenterAppVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/GameCenterAppVersion"}],discriminator:{propertyName:"type",mapping:{appStoreVersions:"#/components/schemas/AppStoreVersion",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAppVersionCreateRequestSchema={type:"object",title:"GameCenterAppVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterAppVersionUpdateRequestSchema={type:"object",title:"GameCenterAppVersionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"},attributes:{type:"object",properties:{enabled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterChallengeImageSchema={type:"object",title:"GameCenterChallengeImage",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterChallengeImageResponseSchema={type:"object",title:"GameCenterChallengeImageResponse",properties:{data:{$ref:"#/components/schemas/GameCenterChallengeImage"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeImageCreateRequestSchema={type:"object",title:"GameCenterChallengeImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},id:{type:"string"}},required:["id","type"]}}},version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterChallengeImageUpdateRequestSchema={type:"object",title:"GameCenterChallengeImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterChallengeLocalizationSchema={type:"object",title:"GameCenterChallengeLocalization",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},description:{type:"string"}}},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}},image:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterChallengeLocalizationsResponseSchema={type:"object",title:"GameCenterChallengeLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallengeLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeImage"},{$ref:"#/components/schemas/GameCenterChallengeVersion"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",gameCenterChallengeImages:"#/components/schemas/GameCenterChallengeImage"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterChallengeLocalizationResponseSchema={type:"object",title:"GameCenterChallengeLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterChallengeLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeImage"},{$ref:"#/components/schemas/GameCenterChallengeVersion"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",gameCenterChallengeImages:"#/components/schemas/GameCenterChallengeImage"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeLocalizationCreateRequestSchema={type:"object",title:"GameCenterChallengeLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["version"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterChallengeLocalizationUpdateRequestSchema={type:"object",title:"GameCenterChallengeLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterChallengeVersionReleaseSchema={type:"object",title:"GameCenterChallengeVersionRelease",properties:{type:{type:"string",enum:["gameCenterChallengeVersionReleases"]},id:{type:"string"},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterChallengeVersionReleasesResponseSchema={type:"object",title:"GameCenterChallengeVersionReleasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"}},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallengeVersion"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterChallengeVersionReleaseResponseSchema={type:"object",title:"GameCenterChallengeVersionReleaseResponse",properties:{data:{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallengeVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeVersionReleaseCreateRequestSchema={type:"object",title:"GameCenterChallengeVersionReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersionReleases"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterDetail","version"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterChallengeVersionSchema={type:"object",title:"GameCenterChallengeVersion",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"integer"},state:{$ref:"#/components/schemas/GameCenterVersionState"}}},relationships:{type:"object",properties:{challenge:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},releases:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersionReleases"]},id:{type:"string"}},required:["id","type"]}}}},defaultImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterChallengeVersionsResponseSchema={type:"object",title:"GameCenterChallengeVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallengeVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeImage"},{$ref:"#/components/schemas/GameCenterChallengeLocalization"},{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"},{$ref:"#/components/schemas/GameCenterChallenge"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeLocalizations:"#/components/schemas/GameCenterChallengeLocalization",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterChallengeImages:"#/components/schemas/GameCenterChallengeImage",gameCenterChallengeVersionReleases:"#/components/schemas/GameCenterChallengeVersionRelease"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterChallengeVersionResponseSchema={type:"object",title:"GameCenterChallengeVersionResponse",properties:{data:{$ref:"#/components/schemas/GameCenterChallengeVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeImage"},{$ref:"#/components/schemas/GameCenterChallengeLocalization"},{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"},{$ref:"#/components/schemas/GameCenterChallenge"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeLocalizations:"#/components/schemas/GameCenterChallengeLocalization",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterChallengeImages:"#/components/schemas/GameCenterChallengeImage",gameCenterChallengeVersionReleases:"#/components/schemas/GameCenterChallengeVersionRelease"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeVersionCreateRequestSchema={type:"object",title:"GameCenterChallengeVersionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},relationships:{type:"object",properties:{challenge:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["challenge"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterChallengeSchema={type:"object",title:"GameCenterChallenge",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},archived:{type:"boolean"},challengeType:{type:"string",enum:["LEADERBOARD"]},repeatable:{type:"boolean"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}}},leaderboard:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},leaderboardV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterChallengesResponseSchema={type:"object",title:"GameCenterChallengesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterChallenge"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeVersion"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterChallengeResponseSchema={type:"object",title:"GameCenterChallengeResponse",properties:{data:{$ref:"#/components/schemas/GameCenterChallenge"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterChallengeVersion"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeCreateRequestSchema={type:"object",title:"GameCenterChallengeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"},challengeType:{type:"string",enum:["LEADERBOARD"]},repeatable:{type:"boolean",nullable:!0}},required:["vendorIdentifier","challengeType","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},leaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},leaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterChallengeUpdateRequestSchema={type:"object",title:"GameCenterChallengeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0},archived:{type:"boolean",nullable:!0},repeatable:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{leaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},leaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.GameCenterDetailSchema={type:"object",title:"GameCenterDetail",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"},attributes:{type:"object",properties:{arcadeEnabled:{type:"boolean"},challengeEnabled:{type:"boolean",deprecated:!0}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAppVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterGroup:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboards:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardSetsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterAchievements:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterAchievementsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterActivities:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterChallenges:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}}}},defaultLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultLeaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultGroupLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultGroupLeaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},achievementReleases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},id:{type:"string"}},required:["id","type"]}}}},activityReleases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersionReleases"]},id:{type:"string"}},required:["id","type"]}}}},challengeReleases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersionReleases"]},id:{type:"string"}},required:["id","type"]}}}},leaderboardReleases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},id:{type:"string"}},required:["id","type"]}}}},leaderboardSetReleases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},id:{type:"string"}},required:["id","type"]}}}},challengesMinimumPlatformVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterDetailsResponseSchema={type:"object",title:"GameCenterDetailsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterDetail"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/GameCenterAchievementRelease"},{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterActivityVersionRelease"},{$ref:"#/components/schemas/GameCenterAppVersion"},{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardReleases:"#/components/schemas/GameCenterLeaderboardRelease",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievementReleases:"#/components/schemas/GameCenterAchievementRelease",gameCenterLeaderboardSetReleases:"#/components/schemas/GameCenterLeaderboardSetRelease",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion",gameCenterChallengeVersionReleases:"#/components/schemas/GameCenterChallengeVersionRelease",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",appStoreVersions:"#/components/schemas/AppStoreVersion",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",apps:"#/components/schemas/App",gameCenterActivityVersionReleases:"#/components/schemas/GameCenterActivityVersionRelease"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailResponseSchema={type:"object",title:"GameCenterDetailResponse",properties:{data:{$ref:"#/components/schemas/GameCenterDetail"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/GameCenterAchievementRelease"},{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterActivityVersionRelease"},{$ref:"#/components/schemas/GameCenterAppVersion"},{$ref:"#/components/schemas/GameCenterChallengeVersionRelease"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardReleases:"#/components/schemas/GameCenterLeaderboardRelease",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterAchievementReleases:"#/components/schemas/GameCenterAchievementRelease",gameCenterLeaderboardSetReleases:"#/components/schemas/GameCenterLeaderboardSetRelease",gameCenterAppVersions:"#/components/schemas/GameCenterAppVersion",gameCenterChallengeVersionReleases:"#/components/schemas/GameCenterChallengeVersionRelease",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",appStoreVersions:"#/components/schemas/AppStoreVersion",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",apps:"#/components/schemas/App",gameCenterActivityVersionReleases:"#/components/schemas/GameCenterActivityVersionRelease"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterDetailCreateRequestSchema={type:"object",title:"GameCenterDetailCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},attributes:{type:"object",properties:{challengeEnabled:{type:"boolean",deprecated:!0,nullable:!0}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterDetailUpdateRequestSchema={type:"object",title:"GameCenterDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"},attributes:{type:"object",properties:{challengeEnabled:{type:"boolean",deprecated:!0,nullable:!0}}},relationships:{type:"object",properties:{gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},defaultLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultLeaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultGroupLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},defaultGroupLeaderboardV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.GameCenterEnabledVersionSchema={type:"object",title:"GameCenterEnabledVersion",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"},attributes:{type:"object",properties:{platform:{$ref:"#/components/schemas/Platform"},versionString:{type:"string"},iconAsset:{$ref:"#/components/schemas/ImageAsset"}}},relationships:{type:"object",properties:{compatibleVersions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"}},required:["id","type"]}}}},app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"],deprecated:!0},t.GameCenterEnabledVersionsResponseSchema={type:"object",title:"GameCenterEnabledVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterEnabledVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/GameCenterEnabledVersion"}],discriminator:{propertyName:"type",mapping:{gameCenterEnabledVersions:"#/components/schemas/GameCenterEnabledVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.GameCenterGroupSchema={type:"object",title:"GameCenterGroup",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"}}},relationships:{type:"object",properties:{gameCenterDetails:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboards:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardSets:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboardSetsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterAchievements:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterAchievementsV2:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterActivities:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterChallenges:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterGroupsResponseSchema={type:"object",title:"GameCenterGroupsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterGroup"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupResponseSchema={type:"object",title:"GameCenterGroupResponse",properties:{data:{$ref:"#/components/schemas/GameCenterGroup"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterAchievement"},{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterAchievements:"#/components/schemas/GameCenterAchievement",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterGroupCreateRequestSchema={type:"object",title:"GameCenterGroupCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0}}}},required:["type"]}},required:["data"]},t.GameCenterGroupUpdateRequestSchema={type:"object",title:"GameCenterGroupUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardEntrySubmissionSchema={type:"object",title:"GameCenterLeaderboardEntrySubmission",properties:{type:{type:"string",enum:["gameCenterLeaderboardEntrySubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{bundleId:{type:"string"},challengeIds:{type:"array",items:{type:"string"}},context:{type:"string",format:"number"},scopedPlayerId:{type:"string"},score:{type:"string",format:"number"},submittedDate:{type:"string",format:"date-time"},vendorIdentifier:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardEntrySubmissionResponseSchema={type:"object",title:"GameCenterLeaderboardEntrySubmissionResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardEntrySubmission"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardEntrySubmissionCreateRequestSchema={type:"object",title:"GameCenterLeaderboardEntrySubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardEntrySubmissions"]},attributes:{type:"object",properties:{bundleId:{type:"string"},challengeIds:{type:"array",items:{type:"string"},nullable:!0},context:{type:"string",format:"number",nullable:!0},scopedPlayerId:{type:"string"},score:{type:"string",format:"number"},submittedDate:{type:"string",format:"date-time",nullable:!0},vendorIdentifier:{type:"string"}},required:["vendorIdentifier","score","bundleId","scopedPlayerId"]}},required:["attributes","type"]}},required:["data"]},t.GameCenterLeaderboardImageSchema={type:"object",title:"GameCenterLeaderboardImage",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{gameCenterLeaderboardLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardImageResponseSchema={type:"object",title:"GameCenterLeaderboardImageResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardImage"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardImageCreateRequestSchema={type:"object",title:"GameCenterLeaderboardImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{gameCenterLeaderboardLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterLeaderboardLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardImageUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardImageV2Schema={type:"object",title:"GameCenterLeaderboardImageV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardImageV2ResponseSchema={type:"object",title:"GameCenterLeaderboardImageV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardImageV2"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardLocalizationV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardImageV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardImageV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["localization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardImageV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardImageV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardLocalizationSchema={type:"object",title:"GameCenterLeaderboardLocalization",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},formatterOverride:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string"},formatterSuffixSingular:{type:"string"},description:{type:"string"}}},relationships:{type:"object",properties:{gameCenterLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardLocalizationsResponseSchema={type:"object",title:"GameCenterLeaderboardLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardImage"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardImages:"#/components/schemas/GameCenterLeaderboardImage",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardLocalizationResponseSchema={type:"object",title:"GameCenterLeaderboardLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardImage"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardImages:"#/components/schemas/GameCenterLeaderboardImage",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardLocalizationCreateRequestSchema={type:"object",title:"GameCenterLeaderboardLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},formatterOverride:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string",nullable:!0},formatterSuffixSingular:{type:"string",nullable:!0},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{gameCenterLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterLeaderboard"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardLocalizationUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},formatterOverride:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string",nullable:!0},formatterSuffixSingular:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardLocalizationV2Schema={type:"object",title:"GameCenterLeaderboardLocalizationV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},formatterOverride:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string"},formatterSuffixSingular:{type:"string"},description:{type:"string"}}},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}}},image:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardLocalizationsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardLocalizationsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardLocalizationV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardImageV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardImages:"#/components/schemas/GameCenterLeaderboardImageV2",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardLocalizationV2ResponseSchema={type:"object",title:"GameCenterLeaderboardLocalizationV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardLocalizationV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardImageV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardImages:"#/components/schemas/GameCenterLeaderboardImageV2",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardLocalizationV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardLocalizationV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"},formatterOverride:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string",nullable:!0},formatterSuffixSingular:{type:"string",nullable:!0},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["version"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardLocalizationV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardLocalizationV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},formatterOverride:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},formatterSuffix:{type:"string",nullable:!0},formatterSuffixSingular:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardReleaseSchema={type:"object",title:"GameCenterLeaderboardRelease",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},id:{type:"string"},attributes:{type:"object",properties:{live:{type:"boolean"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardReleasesResponseSchema={type:"object",title:"GameCenterLeaderboardReleasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardRelease"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardReleaseResponseSchema={type:"object",title:"GameCenterLeaderboardReleaseResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardRelease"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardReleaseCreateRequestSchema={type:"object",title:"GameCenterLeaderboardReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},gameCenterLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterDetail","gameCenterLeaderboard"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterLeaderboardSetImageSchema={type:"object",title:"GameCenterLeaderboardSetImage",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{gameCenterLeaderboardSetLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetImageResponseSchema={type:"object",title:"GameCenterLeaderboardSetImageResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetImage"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalization"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetImageCreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{gameCenterLeaderboardSetLocalization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterLeaderboardSetLocalization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardSetImageUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetImageV2Schema={type:"object",title:"GameCenterLeaderboardSetImageV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetImageV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetImageV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetImageV2"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetImageV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetImageV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{localization:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["localization"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardSetImageV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetImageV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"},attributes:{type:"object",properties:{uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetLocalizationSchema={type:"object",title:"GameCenterLeaderboardSetLocalization",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"}}},relationships:{type:"object",properties:{gameCenterLeaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSetImage:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetLocalizationsResponseSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetImage"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterLeaderboardSetImages:"#/components/schemas/GameCenterLeaderboardSetImage"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationResponseSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetImage"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterLeaderboardSetImages:"#/components/schemas/GameCenterLeaderboardSetImage"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationCreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"}},required:["name","locale"]},relationships:{type:"object",properties:{gameCenterLeaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterLeaderboardSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardSetLocalizationUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetLocalizationV2Schema={type:"object",title:"GameCenterLeaderboardSetLocalizationV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"}}},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}}},image:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetLocalizationsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetImageV2"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSetImages:"#/components/schemas/GameCenterLeaderboardSetImageV2",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetImageV2"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSetImages:"#/components/schemas/GameCenterLeaderboardSetImageV2",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},attributes:{type:"object",properties:{locale:{type:"string"},name:{type:"string"}},required:["name","locale"]},relationships:{type:"object",properties:{version:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["version"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterLeaderboardSetLocalizationV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetLocalizationV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetMemberLocalizationSchema={type:"object",title:"GameCenterLeaderboardSetMemberLocalization",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetMemberLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},locale:{type:"string"}}},relationships:{type:"object",properties:{gameCenterLeaderboardSet:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboard:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetMemberLocalizationsResponseSchema={type:"object",title:"GameCenterLeaderboardSetMemberLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetMemberLocalization"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetMemberLocalizationResponseSchema={type:"object",title:"GameCenterLeaderboardSetMemberLocalizationResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetMemberLocalization"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetMemberLocalizationCreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetMemberLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetMemberLocalizations"]},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},locale:{type:"string",nullable:!0}}},relationships:{type:"object",properties:{gameCenterLeaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},gameCenterLeaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterLeaderboard","gameCenterLeaderboardSet"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterLeaderboardSetMemberLocalizationUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetMemberLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetMemberLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetReleaseSchema={type:"object",title:"GameCenterLeaderboardSetRelease",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},id:{type:"string"},attributes:{type:"object",properties:{live:{type:"boolean"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetReleasesResponseSchema={type:"object",title:"GameCenterLeaderboardSetReleasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetReleaseResponseSchema={type:"object",title:"GameCenterLeaderboardSetReleaseResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetReleaseCreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetReleaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},gameCenterLeaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["gameCenterDetail","gameCenterLeaderboardSet"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterLeaderboardSetVersionV2Schema={type:"object",title:"GameCenterLeaderboardSetVersionV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"integer"},state:{$ref:"#/components/schemas/GameCenterVersionState"}}},relationships:{type:"object",properties:{leaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetVersionV2InlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"},relationships:{type:"object",properties:{leaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.GameCenterLeaderboardSetVersionsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetVersionsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"},{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSetV2",gameCenterLeaderboardSetLocalizations:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetVersionV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetVersionV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"},{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSetV2",gameCenterLeaderboardSetLocalizations:"#/components/schemas/GameCenterLeaderboardSetLocalizationV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetVersionV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetVersionV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},relationships:{type:"object",properties:{leaderboardSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["leaderboardSet"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterLeaderboardSetV2Schema={type:"object",title:"GameCenterLeaderboardSetV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboards:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"},{$ref:"#/components/schemas/GameCenterLeaderboardV2"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboardV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetV2ResponseSchema={type:"object",title:"GameCenterLeaderboardSetV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"},{$ref:"#/components/schemas/GameCenterLeaderboardV2"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboardV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"}},required:["vendorIdentifier","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboards:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},versions:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["versions"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2InlineCreate"}}},required:["data"]},t.GameCenterLeaderboardSetV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardSetSchema={type:"object",title:"GameCenterLeaderboardSet",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},groupLeaderboardSet:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},gameCenterLeaderboards:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}},releases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardSetsResponseSchema={type:"object",title:"GameCenterLeaderboardSetsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardSet"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalization"},{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardSetReleases:"#/components/schemas/GameCenterLeaderboardSetRelease",gameCenterLeaderboardSetLocalizations:"#/components/schemas/GameCenterLeaderboardSetLocalization",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetResponseSchema={type:"object",title:"GameCenterLeaderboardSetResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardSet"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetLocalization"},{$ref:"#/components/schemas/GameCenterLeaderboardSetRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardSetReleases:"#/components/schemas/GameCenterLeaderboardSetRelease",gameCenterLeaderboardSetLocalizations:"#/components/schemas/GameCenterLeaderboardSetLocalization",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetCreateRequestSchema={type:"object",title:"GameCenterLeaderboardSetCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},attributes:{type:"object",properties:{referenceName:{type:"string"},vendorIdentifier:{type:"string"}},required:["vendorIdentifier","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboards:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterLeaderboardSetUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardSetUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardVersionV2Schema={type:"object",title:"GameCenterLeaderboardVersionV2",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"integer"},state:{$ref:"#/components/schemas/GameCenterVersionState"}}},relationships:{type:"object",properties:{leaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardVersionV2InlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"},relationships:{type:"object",properties:{leaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.GameCenterLeaderboardVersionsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardVersionsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardLocalizationV2"},{$ref:"#/components/schemas/GameCenterLeaderboardV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardLocalizations:"#/components/schemas/GameCenterLeaderboardLocalizationV2",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboardV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardVersionV2ResponseSchema={type:"object",title:"GameCenterLeaderboardVersionV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterLeaderboardLocalizationV2"},{$ref:"#/components/schemas/GameCenterLeaderboardV2"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardLocalizations:"#/components/schemas/GameCenterLeaderboardLocalizationV2",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboardV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardVersionV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardVersionV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},relationships:{type:"object",properties:{leaderboard:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["leaderboard"]}},required:["relationships","type"]}},required:["data"]},t.GameCenterLeaderboardSchema={type:"object",title:"GameCenterLeaderboard",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"},attributes:{type:"object",properties:{defaultFormatter:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string"},vendorIdentifier:{type:"string"},submissionType:{type:"string",enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number"},scoreRangeEnd:{type:"string",format:"number"},recurrenceStartDate:{type:"string",format:"date-time"},recurrenceDuration:{type:"string",format:"duration"},recurrenceRule:{type:"string"},archived:{type:"boolean"},activityProperties:{$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},groupLeaderboard:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},deprecated:!0},gameCenterLeaderboardSets:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},localizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},releases:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},id:{type:"string"}},required:["id","type"]}}}},activity:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}},challenge:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardsResponseSchema={type:"object",title:"GameCenterLeaderboardsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboard"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardLocalization"},{$ref:"#/components/schemas/GameCenterLeaderboardRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardReleases:"#/components/schemas/GameCenterLeaderboardRelease",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardLocalizations:"#/components/schemas/GameCenterLeaderboardLocalization",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardResponseSchema={type:"object",title:"GameCenterLeaderboardResponse",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboard"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardLocalization"},{$ref:"#/components/schemas/GameCenterLeaderboardRelease"},{$ref:"#/components/schemas/GameCenterLeaderboardSet"},{$ref:"#/components/schemas/GameCenterLeaderboard"}],discriminator:{propertyName:"type",mapping:{gameCenterLeaderboardReleases:"#/components/schemas/GameCenterLeaderboardRelease",gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSet",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterLeaderboardLocalizations:"#/components/schemas/GameCenterLeaderboardLocalization",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboards:"#/components/schemas/GameCenterLeaderboard"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardCreateRequestSchema={type:"object",title:"GameCenterLeaderboardCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},attributes:{type:"object",properties:{defaultFormatter:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string"},vendorIdentifier:{type:"string"},submissionType:{type:"string",enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number",nullable:!0},scoreRangeEnd:{type:"string",format:"number",nullable:!0},recurrenceStartDate:{type:"string",format:"date-time",nullable:!0},recurrenceDuration:{type:"string",format:"duration",nullable:!0},recurrenceRule:{type:"string",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",nullable:!0,enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}},required:["vendorIdentifier","submissionType","defaultFormatter","scoreSortType","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSets:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]}},required:["data"]},t.GameCenterLeaderboardUpdateRequestSchema={type:"object",title:"GameCenterLeaderboardUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"},attributes:{type:"object",properties:{defaultFormatter:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string",nullable:!0},submissionType:{type:"string",nullable:!0,enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",nullable:!0,enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number",nullable:!0},scoreRangeEnd:{type:"string",format:"number",nullable:!0},recurrenceStartDate:{type:"string",format:"date-time",nullable:!0},recurrenceDuration:{type:"string",format:"duration",nullable:!0},recurrenceRule:{type:"string",nullable:!0},archived:{type:"boolean",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",nullable:!0,enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}}}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardV2Schema={type:"object",title:"GameCenterLeaderboardV2",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"},attributes:{type:"object",properties:{defaultFormatter:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string"},vendorIdentifier:{type:"string"},submissionType:{type:"string",enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number"},scoreRangeEnd:{type:"string",format:"number"},recurrenceStartDate:{type:"string",format:"date-time"},recurrenceDuration:{type:"string",format:"duration"},recurrenceRule:{type:"string"},archived:{type:"boolean"},activityProperties:{$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}}},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSets:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},activity:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}}},challenge:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}}},versions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterLeaderboardsV2ResponseSchema={type:"object",title:"GameCenterLeaderboardsV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSetV2",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardV2ResponseSchema={type:"object",title:"GameCenterLeaderboardV2Response",properties:{data:{$ref:"#/components/schemas/GameCenterLeaderboardV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterActivity"},{$ref:"#/components/schemas/GameCenterChallenge"},{$ref:"#/components/schemas/GameCenterDetail"},{$ref:"#/components/schemas/GameCenterGroup"},{$ref:"#/components/schemas/GameCenterLeaderboardSetV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{gameCenterDetails:"#/components/schemas/GameCenterDetail",gameCenterLeaderboardSets:"#/components/schemas/GameCenterLeaderboardSetV2",gameCenterActivities:"#/components/schemas/GameCenterActivity",gameCenterGroups:"#/components/schemas/GameCenterGroup",gameCenterChallenges:"#/components/schemas/GameCenterChallenge",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardV2CreateRequestSchema={type:"object",title:"GameCenterLeaderboardV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},attributes:{type:"object",properties:{defaultFormatter:{$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string"},vendorIdentifier:{type:"string"},submissionType:{type:"string",enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number",nullable:!0},scoreRangeEnd:{type:"string",format:"number",nullable:!0},recurrenceStartDate:{type:"string",format:"date-time",nullable:!0},recurrenceDuration:{type:"string",format:"duration",nullable:!0},recurrenceRule:{type:"string",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",nullable:!0,enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}},required:["vendorIdentifier","submissionType","defaultFormatter","scoreSortType","referenceName"]},relationships:{type:"object",properties:{gameCenterDetail:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}}},gameCenterGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSets:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}}},versions:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["versions"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2InlineCreate"}}},required:["data"]},t.GameCenterLeaderboardV2UpdateRequestSchema={type:"object",title:"GameCenterLeaderboardV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"},attributes:{type:"object",properties:{defaultFormatter:{nullable:!0,$ref:"#/components/schemas/GameCenterLeaderboardFormatter"},referenceName:{type:"string",nullable:!0},submissionType:{type:"string",nullable:!0,enum:["BEST_SCORE","MOST_RECENT_SCORE"]},scoreSortType:{type:"string",nullable:!0,enum:["ASC","DESC"]},scoreRangeStart:{type:"string",format:"number",nullable:!0},scoreRangeEnd:{type:"string",format:"number",nullable:!0},recurrenceStartDate:{type:"string",format:"date-time",nullable:!0},recurrenceDuration:{type:"string",format:"duration",nullable:!0},recurrenceRule:{type:"string",nullable:!0},archived:{type:"boolean",nullable:!0},activityProperties:{nullable:!0,$ref:"#/components/schemas/StringToStringMap"},visibility:{type:"string",nullable:!0,enum:["SHOW_FOR_ALL","HIDE_FOR_ALL"]}}}},required:["id","type"]}},required:["data"]},t.GameCenterMatchmakingQueueSchema={type:"object",title:"GameCenterMatchmakingQueue",properties:{type:{type:"string",enum:["gameCenterMatchmakingQueues"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},classicMatchmakingBundleIds:{type:"array",items:{type:"string"}}}},relationships:{type:"object",properties:{ruleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}}},experimentRuleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingQueuesResponseSchema={type:"object",title:"GameCenterMatchmakingQueuesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingQueue"}},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingRuleSet"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingQueueResponseSchema={type:"object",title:"GameCenterMatchmakingQueueResponse",properties:{data:{$ref:"#/components/schemas/GameCenterMatchmakingQueue"},included:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingRuleSet"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterMatchmakingQueueCreateRequestSchema={type:"object",title:"GameCenterMatchmakingQueueCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingQueues"]},attributes:{type:"object",properties:{referenceName:{type:"string"},classicMatchmakingBundleIds:{type:"array",items:{type:"string"},nullable:!0}},required:["referenceName"]},relationships:{type:"object",properties:{ruleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},experimentRuleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}}}},required:["ruleSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterMatchmakingQueueUpdateRequestSchema={type:"object",title:"GameCenterMatchmakingQueueUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingQueues"]},id:{type:"string"},attributes:{type:"object",properties:{classicMatchmakingBundleIds:{type:"array",items:{type:"string"},nullable:!0}}},relationships:{type:"object",properties:{ruleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}}},experimentRuleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["id","type"]}},required:["data"]},t.GameCenterMatchmakingRuleSetTestSchema={type:"object",title:"GameCenterMatchmakingRuleSetTest",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSetTests"]},id:{type:"string"},attributes:{type:"object",properties:{matchmakingResults:{type:"array",items:{type:"array",items:{type:"object",properties:{requestName:{type:"string"},teamAssignments:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingTeamAssignment"}}}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingRuleSetTestResponseSchema={type:"object",title:"GameCenterMatchmakingRuleSetTestResponse",properties:{data:{$ref:"#/components/schemas/GameCenterMatchmakingRuleSetTest"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterMatchmakingTestPlayerProperty"},{$ref:"#/components/schemas/GameCenterMatchmakingTestRequest"}],discriminator:{propertyName:"type",mapping:{gameCenterMatchmakingTestRequests:"#/components/schemas/GameCenterMatchmakingTestRequest",gameCenterMatchmakingTestPlayerProperties:"#/components/schemas/GameCenterMatchmakingTestPlayerProperty"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetTestCreateRequestSchema={type:"object",title:"GameCenterMatchmakingRuleSetTestCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSetTests"]},relationships:{type:"object",properties:{matchmakingRuleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},matchmakingRequests:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestRequests"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["matchmakingRuleSet","matchmakingRequests"]}},required:["relationships","type"]},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterMatchmakingTestPlayerPropertyInlineCreate"},{$ref:"#/components/schemas/GameCenterMatchmakingTestRequestInlineCreate"}]}}},required:["data"]},t.GameCenterMatchmakingRuleSetSchema={type:"object",title:"GameCenterMatchmakingRuleSet",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},ruleLanguageVersion:{type:"integer"},minPlayers:{type:"integer"},maxPlayers:{type:"integer"}}},relationships:{type:"object",properties:{teams:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTeams"]},id:{type:"string"}},required:["id","type"]}}}},rules:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRules"]},id:{type:"string"}},required:["id","type"]}}}},matchmakingQueues:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingQueues"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingRuleSetsResponseSchema={type:"object",title:"GameCenterMatchmakingRuleSetsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingRuleSet"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterMatchmakingQueue"},{$ref:"#/components/schemas/GameCenterMatchmakingRule"},{$ref:"#/components/schemas/GameCenterMatchmakingTeam"}],discriminator:{propertyName:"type",mapping:{gameCenterMatchmakingQueues:"#/components/schemas/GameCenterMatchmakingQueue",gameCenterMatchmakingTeams:"#/components/schemas/GameCenterMatchmakingTeam",gameCenterMatchmakingRules:"#/components/schemas/GameCenterMatchmakingRule"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetResponseSchema={type:"object",title:"GameCenterMatchmakingRuleSetResponse",properties:{data:{$ref:"#/components/schemas/GameCenterMatchmakingRuleSet"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/GameCenterMatchmakingQueue"},{$ref:"#/components/schemas/GameCenterMatchmakingRule"},{$ref:"#/components/schemas/GameCenterMatchmakingTeam"}],discriminator:{propertyName:"type",mapping:{gameCenterMatchmakingQueues:"#/components/schemas/GameCenterMatchmakingQueue",gameCenterMatchmakingTeams:"#/components/schemas/GameCenterMatchmakingTeam",gameCenterMatchmakingRules:"#/components/schemas/GameCenterMatchmakingRule"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetCreateRequestSchema={type:"object",title:"GameCenterMatchmakingRuleSetCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},attributes:{type:"object",properties:{referenceName:{type:"string"},ruleLanguageVersion:{type:"integer"},minPlayers:{type:"integer"},maxPlayers:{type:"integer"}},required:["maxPlayers","minPlayers","referenceName","ruleLanguageVersion"]}},required:["attributes","type"]}},required:["data"]},t.GameCenterMatchmakingRuleSetUpdateRequestSchema={type:"object",title:"GameCenterMatchmakingRuleSetUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"},attributes:{type:"object",properties:{minPlayers:{type:"integer",nullable:!0},maxPlayers:{type:"integer",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterMatchmakingRuleSchema={type:"object",title:"GameCenterMatchmakingRule",properties:{type:{type:"string",enum:["gameCenterMatchmakingRules"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},description:{type:"string"},type:{type:"string",enum:["COMPATIBLE","DISTANCE","MATCH","TEAM"]},expression:{type:"string"},weight:{type:"number"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingRulesResponseSchema={type:"object",title:"GameCenterMatchmakingRulesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingRule"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleResponseSchema={type:"object",title:"GameCenterMatchmakingRuleResponse",properties:{data:{$ref:"#/components/schemas/GameCenterMatchmakingRule"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterMatchmakingRuleCreateRequestSchema={type:"object",title:"GameCenterMatchmakingRuleCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRules"]},attributes:{type:"object",properties:{referenceName:{type:"string"},description:{type:"string"},type:{type:"string",enum:["COMPATIBLE","DISTANCE","MATCH","TEAM"]},expression:{type:"string"},weight:{type:"number",nullable:!0}},required:["expression","description","type","referenceName"]},relationships:{type:"object",properties:{ruleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["ruleSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterMatchmakingRuleUpdateRequestSchema={type:"object",title:"GameCenterMatchmakingRuleUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRules"]},id:{type:"string"},attributes:{type:"object",properties:{description:{type:"string",nullable:!0},expression:{type:"string",nullable:!0},weight:{type:"number",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterMatchmakingTeamSchema={type:"object",title:"GameCenterMatchmakingTeam",properties:{type:{type:"string",enum:["gameCenterMatchmakingTeams"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},minPlayers:{type:"integer"},maxPlayers:{type:"integer"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingTeamsResponseSchema={type:"object",title:"GameCenterMatchmakingTeamsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/GameCenterMatchmakingTeam"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingTeamResponseSchema={type:"object",title:"GameCenterMatchmakingTeamResponse",properties:{data:{$ref:"#/components/schemas/GameCenterMatchmakingTeam"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterMatchmakingTeamCreateRequestSchema={type:"object",title:"GameCenterMatchmakingTeamCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTeams"]},attributes:{type:"object",properties:{referenceName:{type:"string"},minPlayers:{type:"integer"},maxPlayers:{type:"integer"}},required:["maxPlayers","minPlayers","referenceName"]},relationships:{type:"object",properties:{ruleSet:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRuleSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["ruleSet"]}},required:["relationships","attributes","type"]}},required:["data"]},t.GameCenterMatchmakingTeamUpdateRequestSchema={type:"object",title:"GameCenterMatchmakingTeamUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTeams"]},id:{type:"string"},attributes:{type:"object",properties:{minPlayers:{type:"integer",nullable:!0},maxPlayers:{type:"integer",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.GameCenterMatchmakingTestPlayerPropertySchema={type:"object",title:"GameCenterMatchmakingTestPlayerProperty",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestPlayerProperties"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingTestPlayerPropertyInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestPlayerProperties"]},id:{type:"string"},attributes:{type:"object",properties:{playerId:{type:"string"},properties:{type:"array",items:{$ref:"#/components/schemas/Property"},nullable:!0}},required:["playerId"]}},required:["attributes","type"]},t.GameCenterMatchmakingTestRequestSchema={type:"object",title:"GameCenterMatchmakingTestRequest",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestRequests"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterMatchmakingTestRequestInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestRequests"]},id:{type:"string"},attributes:{type:"object",properties:{requestName:{type:"string"},secondsInQueue:{type:"integer"},locale:{type:"string",nullable:!0,enum:["AR-SA","CA-ES","CS-CZ","DA-DK","DE-DE","EL-GR","EN-AU","EN-GB","EN-US","EN-KY","ES-ES","ES-MX","FI-FI","FR-CA","FR-FR","HI-IN","HR-HR","HU-HU","ID-ID","IT-IT","IW-IL","JA-JP","KO-KR","MS-MY","NL-NL","NO-NO","PL-PL","PT-BR","PT-PT","RO-RO","RU-RU","SK-SK","SV-SE","TH-TH","TR-TR","UK-UA","ZH-CN","ZH-TW","ZH-HK"]},location:{nullable:!0,$ref:"#/components/schemas/Location"},minPlayers:{type:"integer",nullable:!0},maxPlayers:{type:"integer",nullable:!0},playerCount:{type:"integer",nullable:!0},bundleId:{type:"string"},platform:{$ref:"#/components/schemas/Platform"},appVersion:{type:"string"}},required:["requestName","appVersion","secondsInQueue","bundleId","platform"]},relationships:{type:"object",properties:{matchmakingPlayerProperties:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTestPlayerProperties"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]},t.GameCenterPlayerAchievementSubmissionSchema={type:"object",title:"GameCenterPlayerAchievementSubmission",properties:{type:{type:"string",enum:["gameCenterPlayerAchievementSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{bundleId:{type:"string"},challengeIds:{type:"array",items:{type:"string"}},percentageAchieved:{type:"integer"},scopedPlayerId:{type:"string"},submittedDate:{type:"string",format:"date-time"},vendorIdentifier:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.GameCenterPlayerAchievementSubmissionResponseSchema={type:"object",title:"GameCenterPlayerAchievementSubmissionResponse",properties:{data:{$ref:"#/components/schemas/GameCenterPlayerAchievementSubmission"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterPlayerAchievementSubmissionCreateRequestSchema={type:"object",title:"GameCenterPlayerAchievementSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterPlayerAchievementSubmissions"]},attributes:{type:"object",properties:{bundleId:{type:"string"},challengeIds:{type:"array",items:{type:"string"},nullable:!0},percentageAchieved:{type:"integer"},scopedPlayerId:{type:"string"},submittedDate:{type:"string",format:"date-time",nullable:!0},vendorIdentifier:{type:"string"}},required:["vendorIdentifier","percentageAchieved","bundleId","scopedPlayerId"]}},required:["attributes","type"]}},required:["data"]},t.InAppPurchaseAppStoreReviewScreenshotSchema={type:"object",title:"InAppPurchaseAppStoreReviewScreenshot",properties:{type:{type:"string",enum:["inAppPurchaseAppStoreReviewScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},assetToken:{type:"string"},assetType:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseAppStoreReviewScreenshotResponseSchema={type:"object",title:"InAppPurchaseAppStoreReviewScreenshotResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseAppStoreReviewScreenshotCreateRequestSchema={type:"object",title:"InAppPurchaseAppStoreReviewScreenshotCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAppStoreReviewScreenshots"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["inAppPurchaseV2"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseAppStoreReviewScreenshotUpdateRequestSchema={type:"object",title:"InAppPurchaseAppStoreReviewScreenshotUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAppStoreReviewScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseAvailabilitySchema={type:"object",title:"InAppPurchaseAvailability",properties:{type:{type:"string",enum:["inAppPurchaseAvailabilities"]},id:{type:"string"},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}}},relationships:{type:"object",properties:{availableTerritories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseAvailabilityResponseSchema={type:"object",title:"InAppPurchaseAvailabilityResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseAvailability"},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseAvailabilityCreateRequestSchema={type:"object",title:"InAppPurchaseAvailabilityCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAvailabilities"]},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}},required:["availableInNewTerritories"]},relationships:{type:"object",properties:{inAppPurchase:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},availableTerritories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["inAppPurchase","availableTerritories"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseContentSchema={type:"object",title:"InAppPurchaseContent",properties:{type:{type:"string",enum:["inAppPurchaseContents"]},id:{type:"string"},attributes:{type:"object",properties:{fileName:{type:"string"},fileSize:{type:"integer"},url:{type:"string",format:"uri"},lastModifiedDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseContentResponseSchema={type:"object",title:"InAppPurchaseContentResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseContent"},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseImageSchema={type:"object",title:"InAppPurchaseImage",properties:{type:{type:"string",enum:["inAppPurchaseImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},assetToken:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},state:{type:"string",enum:["AWAITING_UPLOAD","UPLOAD_COMPLETE","FAILED","PREPARE_FOR_SUBMISSION","WAITING_FOR_REVIEW","APPROVED","REJECTED"]}}},relationships:{type:"object",properties:{inAppPurchase:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseImagesResponseSchema={type:"object",title:"InAppPurchaseImagesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseImage"}},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseImageResponseSchema={type:"object",title:"InAppPurchaseImageResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseImage"},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseImageCreateRequestSchema={type:"object",title:"InAppPurchaseImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{inAppPurchase:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["inAppPurchase"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseImageUpdateRequestSchema={type:"object",title:"InAppPurchaseImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseImages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseLocalizationSchema={type:"object",title:"InAppPurchaseLocalization",properties:{type:{type:"string",enum:["inAppPurchaseLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},locale:{type:"string"},description:{type:"string"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","WAITING_FOR_REVIEW","APPROVED","REJECTED"]}}},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseLocalizationsResponseSchema={type:"object",title:"InAppPurchaseLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseLocalizationResponseSchema={type:"object",title:"InAppPurchaseLocalizationResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseLocalizationCreateRequestSchema={type:"object",title:"InAppPurchaseLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseLocalizations"]},attributes:{type:"object",properties:{name:{type:"string"},locale:{type:"string"},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["inAppPurchaseV2"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseLocalizationUpdateRequestSchema={type:"object",title:"InAppPurchaseLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseOfferCodeCustomCodeSchema={type:"object",title:"InAppPurchaseOfferCodeCustomCode",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeCustomCodes"]},id:{type:"string"},attributes:{type:"object",properties:{customCode:{type:"string"},numberOfCodes:{type:"integer"},createdDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date"},active:{type:"boolean"}}},relationships:{type:"object",properties:{createdByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},deactivatedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseOfferCodeCustomCodesResponseSchema={type:"object",title:"InAppPurchaseOfferCodeCustomCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"}},included:{type:"array",items:{$ref:"#/components/schemas/Actor"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodeCustomCodeResponseSchema={type:"object",title:"InAppPurchaseOfferCodeCustomCodeResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"},included:{type:"array",items:{$ref:"#/components/schemas/Actor"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseOfferCodeCustomCodeCreateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeCustomCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeCustomCodes"]},attributes:{type:"object",properties:{customCode:{type:"string"},numberOfCodes:{type:"integer"},expirationDate:{type:"string",format:"date",nullable:!0}},required:["numberOfCodes","customCode"]},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["offerCode"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseOfferCodeCustomCodeUpdateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeCustomCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeCustomCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseOfferCodeOneTimeUseCodeValueSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCodeValue",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodeValues"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseOfferCodeOneTimeUseCodeSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCode",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodes"]},id:{type:"string"},attributes:{type:"object",properties:{numberOfCodes:{type:"integer"},createdDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date"},active:{type:"boolean"},environment:{$ref:"#/components/schemas/OfferCodeEnvironment"}}},relationships:{type:"object",properties:{values:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},createdByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},deactivatedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseOfferCodeOneTimeUseCodesResponseSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"}},included:{type:"array",items:{$ref:"#/components/schemas/Actor"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodeOneTimeUseCodeResponseSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCodeResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"},included:{type:"array",items:{$ref:"#/components/schemas/Actor"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseOfferCodeOneTimeUseCodeCreateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodes"]},attributes:{type:"object",properties:{numberOfCodes:{type:"integer"},expirationDate:{type:"string",format:"date"},environment:{nullable:!0,$ref:"#/components/schemas/OfferCodeEnvironment"}},required:["numberOfCodes","expirationDate"]},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["offerCode"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseOfferCodeSchema={type:"object",title:"InAppPurchaseOfferCode",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},customerEligibilities:{type:"array",items:{type:"string",enum:["NON_SPENDER","ACTIVE_SPENDER","CHURNED_SPENDER"]}},productionCodeCount:{type:"integer"},sandboxCodeCount:{type:"integer"},active:{type:"boolean"}}},relationships:{type:"object",properties:{oneTimeUseCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodes"]},id:{type:"string"}},required:["id","type"]}}}},customCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeCustomCodes"]},id:{type:"string"}},required:["id","type"]}}}},prices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferPrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseOfferCodesResponseSchema={type:"object",title:"InAppPurchaseOfferCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseOfferCode"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"},{$ref:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"},{$ref:"#/components/schemas/InAppPurchaseOfferPrice"}],discriminator:{propertyName:"type",mapping:{inAppPurchaseOfferPrices:"#/components/schemas/InAppPurchaseOfferPrice",inAppPurchaseOfferCodeOneTimeUseCodes:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode",inAppPurchaseOfferCodeCustomCodes:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodeResponseSchema={type:"object",title:"InAppPurchaseOfferCodeResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseOfferCode"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"},{$ref:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode"},{$ref:"#/components/schemas/InAppPurchaseOfferPrice"}],discriminator:{propertyName:"type",mapping:{inAppPurchaseOfferPrices:"#/components/schemas/InAppPurchaseOfferPrice",inAppPurchaseOfferCodeOneTimeUseCodes:"#/components/schemas/InAppPurchaseOfferCodeOneTimeUseCode",inAppPurchaseOfferCodeCustomCodes:"#/components/schemas/InAppPurchaseOfferCodeCustomCode"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseOfferCodeCreateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},attributes:{type:"object",properties:{name:{type:"string"},customerEligibilities:{type:"array",items:{type:"string",enum:["NON_SPENDER","ACTIVE_SPENDER","CHURNED_SPENDER"]}}},required:["name","customerEligibilities"]},relationships:{type:"object",properties:{inAppPurchase:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferPrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["inAppPurchase","prices"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseOfferPriceInlineCreate"}}},required:["data"]},t.InAppPurchaseOfferCodeUpdateRequestSchema={type:"object",title:"InAppPurchaseOfferCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.InAppPurchaseOfferPriceSchema={type:"object",title:"InAppPurchaseOfferPrice",properties:{type:{type:"string",enum:["inAppPurchaseOfferPrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},pricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseOfferPriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferPrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},pricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.InAppPurchaseOfferPricesResponseSchema={type:"object",title:"InAppPurchaseOfferPricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseOfferPrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchasePricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",inAppPurchasePricePoints:"#/components/schemas/InAppPurchasePricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchasePricePointSchema={type:"object",title:"InAppPurchasePricePoint",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"},attributes:{type:"object",properties:{customerPrice:{type:"string"},proceeds:{type:"string"}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},equalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchasePricePointsResponseSchema={type:"object",title:"InAppPurchasePricePointsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchasePricePoint"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchasePriceScheduleSchema={type:"object",title:"InAppPurchasePriceSchedule",properties:{type:{type:"string",enum:["inAppPurchasePriceSchedules"]},id:{type:"string"},relationships:{type:"object",properties:{baseTerritory:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},manualPrices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"}},required:["id","type"]}}}},automaticPrices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchasePriceScheduleResponseSchema={type:"object",title:"InAppPurchasePriceScheduleResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchasePriceSchedule"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchasePrice"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",inAppPurchasePrices:"#/components/schemas/InAppPurchasePrice"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchasePriceScheduleCreateRequestSchema={type:"object",title:"InAppPurchasePriceScheduleCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePriceSchedules"]},relationships:{type:"object",properties:{inAppPurchase:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},baseTerritory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},manualPrices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["inAppPurchase","manualPrices","baseTerritory"]}},required:["relationships","type"]},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchasePriceInlineCreate"},{$ref:"#/components/schemas/TerritoryInlineCreate"}]}}},required:["data"]},t.InAppPurchasePriceSchema={type:"object",title:"InAppPurchasePrice",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date"},endDate:{type:"string",format:"date"},manual:{type:"boolean"}}},relationships:{type:"object",properties:{inAppPurchasePricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchasePriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date",nullable:!0},endDate:{type:"string",format:"date",nullable:!0}}},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}},inAppPurchasePricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.InAppPurchasePricesResponseSchema={type:"object",title:"InAppPurchasePricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchasePrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchasePricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",inAppPurchasePricePoints:"#/components/schemas/InAppPurchasePricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseSubmissionSchema={type:"object",title:"InAppPurchaseSubmission",properties:{type:{type:"string",enum:["inAppPurchaseSubmissions"]},id:{type:"string"},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchaseSubmissionResponseSchema={type:"object",title:"InAppPurchaseSubmissionResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchaseSubmission"},included:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseSubmissionCreateRequestSchema={type:"object",title:"InAppPurchaseSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseSubmissions"]},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["inAppPurchaseV2"]}},required:["relationships","type"]}},required:["data"]},t.InAppPurchaseSchema={type:"object",title:"InAppPurchase",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},productId:{type:"string"},inAppPurchaseType:{type:"string",enum:["AUTOMATICALLY_RENEWABLE_SUBSCRIPTION","NON_CONSUMABLE","CONSUMABLE","NON_RENEWING_SUBSCRIPTION","FREE_SUBSCRIPTION"]},state:{type:"string",enum:["CREATED","DEVELOPER_SIGNED_OFF","DEVELOPER_ACTION_NEEDED","DELETION_IN_PROGRESS","APPROVED","DELETED","REMOVED_FROM_SALE","DEVELOPER_REMOVED_FROM_SALE","WAITING_FOR_UPLOAD","PROCESSING_CONTENT","REPLACED","REJECTED","WAITING_FOR_SCREENSHOT","PREPARE_FOR_SUBMISSION","MISSING_METADATA","READY_TO_SUBMIT","WAITING_FOR_REVIEW","IN_REVIEW","PENDING_DEVELOPER_RELEASE"]}}},relationships:{type:"object",properties:{apps:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"],deprecated:!0},t.InAppPurchasesResponseSchema={type:"object",title:"InAppPurchasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchase"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.InAppPurchaseResponseSchema={type:"object",title:"InAppPurchaseResponse",properties:{data:{$ref:"#/components/schemas/InAppPurchase"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.InAppPurchaseV2Schema={type:"object",title:"InAppPurchaseV2",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},productId:{type:"string"},inAppPurchaseType:{$ref:"#/components/schemas/InAppPurchaseType"},state:{$ref:"#/components/schemas/InAppPurchaseState"},reviewNote:{type:"string"},familySharable:{type:"boolean"},contentHosting:{type:"boolean"}}},relationships:{type:"object",properties:{inAppPurchaseLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},pricePoints:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}}}},content:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseContents"]},id:{type:"string"}},required:["id","type"]}}},appStoreReviewScreenshot:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAppStoreReviewScreenshots"]},id:{type:"string"}},required:["id","type"]}}},promotedPurchase:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]}}},iapPriceSchedule:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePriceSchedules"]},id:{type:"string"}},required:["id","type"]}}},inAppPurchaseAvailability:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAvailabilities"]},id:{type:"string"}},required:["id","type"]}}},images:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseImages"]},id:{type:"string"}},required:["id","type"]}}}},offerCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.InAppPurchasesV2ResponseSchema={type:"object",title:"InAppPurchasesV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/InAppPurchaseV2"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"},{$ref:"#/components/schemas/InAppPurchaseAvailability"},{$ref:"#/components/schemas/InAppPurchaseContent"},{$ref:"#/components/schemas/InAppPurchaseImage"},{$ref:"#/components/schemas/InAppPurchaseLocalization"},{$ref:"#/components/schemas/InAppPurchaseOfferCode"},{$ref:"#/components/schemas/InAppPurchasePricePoint"},{$ref:"#/components/schemas/InAppPurchasePriceSchedule"},{$ref:"#/components/schemas/PromotedPurchase"}],discriminator:{propertyName:"type",mapping:{inAppPurchaseAppStoreReviewScreenshots:"#/components/schemas/InAppPurchaseAppStoreReviewScreenshot",inAppPurchaseContents:"#/components/schemas/InAppPurchaseContent",inAppPurchaseOfferCodes:"#/components/schemas/InAppPurchaseOfferCode",inAppPurchasePriceSchedules:"#/components/schemas/InAppPurchasePriceSchedule",promotedPurchases:"#/components/schemas/PromotedPurchase",inAppPurchaseImages:"#/components/schemas/InAppPurchaseImage",inAppPurchaseAvailabilities:"#/components/schemas/InAppPurchaseAvailability",inAppPurchasePricePoints:"#/components/schemas/InAppPurchasePricePoint",inAppPurchaseLocalizations:"#/components/schemas/InAppPurchaseLocalization"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2ResponseSchema={type:"object",title:"InAppPurchaseV2Response",properties:{data:{$ref:"#/components/schemas/InAppPurchaseV2"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseAppStoreReviewScreenshot"},{$ref:"#/components/schemas/InAppPurchaseAvailability"},{$ref:"#/components/schemas/InAppPurchaseContent"},{$ref:"#/components/schemas/InAppPurchaseImage"},{$ref:"#/components/schemas/InAppPurchaseLocalization"},{$ref:"#/components/schemas/InAppPurchaseOfferCode"},{$ref:"#/components/schemas/InAppPurchasePricePoint"},{$ref:"#/components/schemas/InAppPurchasePriceSchedule"},{$ref:"#/components/schemas/PromotedPurchase"}],discriminator:{propertyName:"type",mapping:{inAppPurchaseAppStoreReviewScreenshots:"#/components/schemas/InAppPurchaseAppStoreReviewScreenshot",inAppPurchaseContents:"#/components/schemas/InAppPurchaseContent",inAppPurchaseOfferCodes:"#/components/schemas/InAppPurchaseOfferCode",inAppPurchasePriceSchedules:"#/components/schemas/InAppPurchasePriceSchedule",promotedPurchases:"#/components/schemas/PromotedPurchase",inAppPurchaseImages:"#/components/schemas/InAppPurchaseImage",inAppPurchaseAvailabilities:"#/components/schemas/InAppPurchaseAvailability",inAppPurchasePricePoints:"#/components/schemas/InAppPurchasePricePoint",inAppPurchaseLocalizations:"#/components/schemas/InAppPurchaseLocalization"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseV2CreateRequestSchema={type:"object",title:"InAppPurchaseV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},attributes:{type:"object",properties:{name:{type:"string"},productId:{type:"string"},inAppPurchaseType:{$ref:"#/components/schemas/InAppPurchaseType"},reviewNote:{type:"string",nullable:!0},familySharable:{type:"boolean",nullable:!0}},required:["productId","name","inAppPurchaseType"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.InAppPurchaseV2UpdateRequestSchema={type:"object",title:"InAppPurchaseV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},reviewNote:{type:"string",nullable:!0},familySharable:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.MarketplaceSearchDetailSchema={type:"object",title:"MarketplaceSearchDetail",properties:{type:{type:"string",enum:["marketplaceSearchDetails"]},id:{type:"string"},attributes:{type:"object",properties:{catalogUrl:{type:"string",format:"uri"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.MarketplaceSearchDetailResponseSchema={type:"object",title:"MarketplaceSearchDetailResponse",properties:{data:{$ref:"#/components/schemas/MarketplaceSearchDetail"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.MarketplaceSearchDetailCreateRequestSchema={type:"object",title:"MarketplaceSearchDetailCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["marketplaceSearchDetails"]},attributes:{type:"object",properties:{catalogUrl:{type:"string",format:"uri"}},required:["catalogUrl"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.MarketplaceSearchDetailUpdateRequestSchema={type:"object",title:"MarketplaceSearchDetailUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["marketplaceSearchDetails"]},id:{type:"string"},attributes:{type:"object",properties:{catalogUrl:{type:"string",format:"uri",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.MarketplaceWebhookSchema={type:"object",title:"MarketplaceWebhook",properties:{type:{type:"string",enum:["marketplaceWebhooks"]},id:{type:"string"},attributes:{type:"object",properties:{endpointUrl:{type:"string",format:"uri"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"],deprecated:!0},t.MarketplaceWebhooksResponseSchema={type:"object",title:"MarketplaceWebhooksResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/MarketplaceWebhook"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.MarketplaceWebhookResponseSchema={type:"object",title:"MarketplaceWebhookResponse",properties:{data:{$ref:"#/components/schemas/MarketplaceWebhook"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.MarketplaceWebhookCreateRequestSchema={type:"object",title:"MarketplaceWebhookCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["marketplaceWebhooks"]},attributes:{type:"object",properties:{endpointUrl:{type:"string",format:"uri"},secret:{type:"string"}},required:["endpointUrl","secret"]}},required:["attributes","type"]}},required:["data"],deprecated:!0},t.MarketplaceWebhookUpdateRequestSchema={type:"object",title:"MarketplaceWebhookUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["marketplaceWebhooks"]},id:{type:"string"},attributes:{type:"object",properties:{endpointUrl:{type:"string",format:"uri",nullable:!0},secret:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"],deprecated:!0},t.MerchantIdSchema={type:"object",title:"MerchantId",properties:{type:{type:"string",enum:["merchantIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},identifier:{type:"string"}}},relationships:{type:"object",properties:{certificates:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.MerchantIdsResponseSchema={type:"object",title:"MerchantIdsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/MerchantId"}},included:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.MerchantIdResponseSchema={type:"object",title:"MerchantIdResponse",properties:{data:{$ref:"#/components/schemas/MerchantId"},included:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.MerchantIdCreateRequestSchema={type:"object",title:"MerchantIdCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["merchantIds"]},attributes:{type:"object",properties:{name:{type:"string"},identifier:{type:"string"}},required:["identifier","name"]}},required:["attributes","type"]}},required:["data"]},t.MerchantIdUpdateRequestSchema={type:"object",title:"MerchantIdUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["merchantIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.NominationSchema={type:"object",title:"Nomination",properties:{type:{type:"string",enum:["nominations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},type:{type:"string",enum:["APP_LAUNCH","APP_ENHANCEMENTS","NEW_CONTENT"]},description:{type:"string"},createdDate:{type:"string",format:"date-time"},lastModifiedDate:{type:"string",format:"date-time"},submittedDate:{type:"string",format:"date-time"},state:{type:"string",enum:["DRAFT","SUBMITTED","ARCHIVED"]},publishStartDate:{type:"string",format:"date-time"},publishEndDate:{type:"string",format:"date-time"},deviceFamilies:{type:"array",items:{$ref:"#/components/schemas/DeviceFamily"}},locales:{type:"array",items:{type:"string"}},supplementalMaterialsUris:{type:"array",items:{type:"string",format:"uri"}},hasInAppEvents:{type:"boolean"},launchInSelectMarketsFirst:{type:"boolean"},notes:{type:"string"},preOrderEnabled:{type:"boolean"}}},relationships:{type:"object",properties:{relatedApps:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}},createdByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},lastModifiedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},submittedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},inAppEvents:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}}},supportedTerritories:{type:"object",properties:{meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.NominationsResponseSchema={type:"object",title:"NominationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Nomination"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Actor"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{actors:"#/components/schemas/Actor",appEvents:"#/components/schemas/AppEvent",territories:"#/components/schemas/Territory",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.NominationResponseSchema={type:"object",title:"NominationResponse",properties:{data:{$ref:"#/components/schemas/Nomination"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Actor"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{actors:"#/components/schemas/Actor",appEvents:"#/components/schemas/AppEvent",territories:"#/components/schemas/Territory",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.NominationCreateRequestSchema={type:"object",title:"NominationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["nominations"]},attributes:{type:"object",properties:{name:{type:"string"},type:{type:"string",enum:["APP_LAUNCH","APP_ENHANCEMENTS","NEW_CONTENT"]},description:{type:"string"},submitted:{type:"boolean"},publishStartDate:{type:"string",format:"date-time"},publishEndDate:{type:"string",format:"date-time",nullable:!0},deviceFamilies:{type:"array",items:{$ref:"#/components/schemas/DeviceFamily"},nullable:!0},locales:{type:"array",items:{type:"string"},nullable:!0},supplementalMaterialsUris:{type:"array",items:{type:"string",format:"uri"},nullable:!0},hasInAppEvents:{type:"boolean",nullable:!0},launchInSelectMarketsFirst:{type:"boolean",nullable:!0},notes:{type:"string",nullable:!0},preOrderEnabled:{type:"boolean",nullable:!0}},required:["submitted","publishStartDate","name","description","type"]},relationships:{type:"object",properties:{relatedApps:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},inAppEvents:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}}},supportedTerritories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},required:["relatedApps"]}},required:["relationships","attributes","type"]}},required:["data"]},t.NominationUpdateRequestSchema={type:"object",title:"NominationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["nominations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},type:{type:"string",nullable:!0,enum:["APP_LAUNCH","APP_ENHANCEMENTS","NEW_CONTENT"]},description:{type:"string",nullable:!0},submitted:{type:"boolean",nullable:!0},archived:{type:"boolean",nullable:!0},publishStartDate:{type:"string",format:"date-time",nullable:!0},publishEndDate:{type:"string",format:"date-time",nullable:!0},deviceFamilies:{type:"array",items:{$ref:"#/components/schemas/DeviceFamily"},nullable:!0},locales:{type:"array",items:{type:"string"},nullable:!0},supplementalMaterialsUris:{type:"array",items:{type:"string",format:"uri"},nullable:!0},hasInAppEvents:{type:"boolean",nullable:!0},launchInSelectMarketsFirst:{type:"boolean",nullable:!0},notes:{type:"string",nullable:!0},preOrderEnabled:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{relatedApps:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}},inAppEvents:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}}},supportedTerritories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]}},required:["data"]},t.PassTypeIdSchema={type:"object",title:"PassTypeId",properties:{type:{type:"string",enum:["passTypeIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},identifier:{type:"string"}}},relationships:{type:"object",properties:{certificates:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.PassTypeIdsResponseSchema={type:"object",title:"PassTypeIdsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/PassTypeId"}},included:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PassTypeIdResponseSchema={type:"object",title:"PassTypeIdResponse",properties:{data:{$ref:"#/components/schemas/PassTypeId"},included:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.PassTypeIdCreateRequestSchema={type:"object",title:"PassTypeIdCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["passTypeIds"]},attributes:{type:"object",properties:{name:{type:"string"},identifier:{type:"string"}},required:["identifier","name"]}},required:["attributes","type"]}},required:["data"]},t.PassTypeIdUpdateRequestSchema={type:"object",title:"PassTypeIdUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["passTypeIds"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.PerfPowerMetricSchema={type:"object",title:"PerfPowerMetric",properties:{type:{type:"string",enum:["perfPowerMetrics"]},id:{type:"string"},attributes:{type:"object",properties:{platform:{type:"string",enum:["IOS"]},metricType:{type:"string",enum:["DISK","HANG","BATTERY","LAUNCH","MEMORY","ANIMATION","TERMINATION"]},deviceType:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.PrereleaseVersionSchema={type:"object",title:"PrereleaseVersion",properties:{type:{type:"string",enum:["preReleaseVersions"]},id:{type:"string"},attributes:{type:"object",properties:{version:{type:"string"},platform:{$ref:"#/components/schemas/Platform"}}},relationships:{type:"object",properties:{builds:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}}},app:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.PreReleaseVersionsResponseSchema={type:"object",title:"PreReleaseVersionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/PrereleaseVersion"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PrereleaseVersionResponseSchema={type:"object",title:"PrereleaseVersionResponse",properties:{data:{$ref:"#/components/schemas/PrereleaseVersion"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/Build"}],discriminator:{propertyName:"type",mapping:{builds:"#/components/schemas/Build",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ProfileSchema={type:"object",title:"Profile",properties:{type:{type:"string",enum:["profiles"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},platform:{$ref:"#/components/schemas/BundleIdPlatform"},profileType:{type:"string",enum:["IOS_APP_DEVELOPMENT","IOS_APP_STORE","IOS_APP_ADHOC","IOS_APP_INHOUSE","MAC_APP_DEVELOPMENT","MAC_APP_STORE","MAC_APP_DIRECT","TVOS_APP_DEVELOPMENT","TVOS_APP_STORE","TVOS_APP_ADHOC","TVOS_APP_INHOUSE","MAC_CATALYST_APP_DEVELOPMENT","MAC_CATALYST_APP_STORE","MAC_CATALYST_APP_DIRECT"]},profileState:{type:"string",enum:["ACTIVE","INVALID"]},profileContent:{type:"string"},uuid:{type:"string"},createdDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date-time"}}},relationships:{type:"object",properties:{bundleId:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"}},required:["id","type"]}}},devices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["devices"]},id:{type:"string"}},required:["id","type"]}}}},certificates:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ProfilesResponseSchema={type:"object",title:"ProfilesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Profile"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BundleId"},{$ref:"#/components/schemas/Certificate"},{$ref:"#/components/schemas/Device"}],discriminator:{propertyName:"type",mapping:{certificates:"#/components/schemas/Certificate",devices:"#/components/schemas/Device",bundleIds:"#/components/schemas/BundleId"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ProfileResponseSchema={type:"object",title:"ProfileResponse",properties:{data:{$ref:"#/components/schemas/Profile"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/BundleId"},{$ref:"#/components/schemas/Certificate"},{$ref:"#/components/schemas/Device"}],discriminator:{propertyName:"type",mapping:{certificates:"#/components/schemas/Certificate",devices:"#/components/schemas/Device",bundleIds:"#/components/schemas/BundleId"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ProfileCreateRequestSchema={type:"object",title:"ProfileCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["profiles"]},attributes:{type:"object",properties:{name:{type:"string"},profileType:{type:"string",enum:["IOS_APP_DEVELOPMENT","IOS_APP_STORE","IOS_APP_ADHOC","IOS_APP_INHOUSE","MAC_APP_DEVELOPMENT","MAC_APP_STORE","MAC_APP_DIRECT","TVOS_APP_DEVELOPMENT","TVOS_APP_STORE","TVOS_APP_ADHOC","TVOS_APP_INHOUSE","MAC_CATALYST_APP_DEVELOPMENT","MAC_CATALYST_APP_STORE","MAC_CATALYST_APP_DIRECT"]}},required:["profileType","name"]},relationships:{type:"object",properties:{bundleId:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},devices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["devices"]},id:{type:"string"}},required:["id","type"]}}}},certificates:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["certificates","bundleId"]}},required:["relationships","attributes","type"]}},required:["data"]},t.PromotedPurchaseSchema={type:"object",title:"PromotedPurchase",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"},attributes:{type:"object",properties:{visibleForAllUsers:{type:"boolean"},enabled:{type:"boolean"},state:{type:"string",enum:["APPROVED","IN_REVIEW","PREPARE_FOR_SUBMISSION","REJECTED"]}}},relationships:{type:"object",properties:{inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}},subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.PromotedPurchasesResponseSchema={type:"object",title:"PromotedPurchasesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/PromotedPurchase"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseV2"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",inAppPurchases:"#/components/schemas/InAppPurchaseV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PromotedPurchaseResponseSchema={type:"object",title:"PromotedPurchaseResponse",properties:{data:{$ref:"#/components/schemas/PromotedPurchase"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/InAppPurchaseV2"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",inAppPurchases:"#/components/schemas/InAppPurchaseV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.PromotedPurchaseCreateRequestSchema={type:"object",title:"PromotedPurchaseCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},attributes:{type:"object",properties:{visibleForAllUsers:{type:"boolean"},enabled:{type:"boolean",nullable:!0}},required:["visibleForAllUsers"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},inAppPurchaseV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}}},subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.PromotedPurchaseUpdateRequestSchema={type:"object",title:"PromotedPurchaseUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"},attributes:{type:"object",properties:{visibleForAllUsers:{type:"boolean",nullable:!0},enabled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.ReviewSubmissionItemSchema={type:"object",title:"ReviewSubmissionItem",properties:{type:{type:"string",enum:["reviewSubmissionItems"]},id:{type:"string"},attributes:{type:"object",properties:{state:{type:"string",enum:["READY_FOR_REVIEW","ACCEPTED","APPROVED","REJECTED","REMOVED"]}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperiment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appEvent:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}},backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAchievementVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterActivityVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterChallengeVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ReviewSubmissionItemsResponseSchema={type:"object",title:"ReviewSubmissionItemsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ReviewSubmissionItem"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/AppStoreVersionExperiment"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/BackgroundAssetVersion"},{$ref:"#/components/schemas/GameCenterAchievementVersionV2"},{$ref:"#/components/schemas/GameCenterActivityVersion"},{$ref:"#/components/schemas/GameCenterChallengeVersion"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{appEvents:"#/components/schemas/AppEvent",gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",appStoreVersions:"#/components/schemas/AppStoreVersion",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment",backgroundAssetVersions:"#/components/schemas/BackgroundAssetVersion",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ReviewSubmissionItemResponseSchema={type:"object",title:"ReviewSubmissionItemResponse",properties:{data:{$ref:"#/components/schemas/ReviewSubmissionItem"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/AppCustomProductPageVersion"},{$ref:"#/components/schemas/AppEvent"},{$ref:"#/components/schemas/AppStoreVersionExperiment"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/BackgroundAssetVersion"},{$ref:"#/components/schemas/GameCenterAchievementVersionV2"},{$ref:"#/components/schemas/GameCenterActivityVersion"},{$ref:"#/components/schemas/GameCenterChallengeVersion"},{$ref:"#/components/schemas/GameCenterLeaderboardSetVersionV2"},{$ref:"#/components/schemas/GameCenterLeaderboardVersionV2"}],discriminator:{propertyName:"type",mapping:{appEvents:"#/components/schemas/AppEvent",gameCenterAchievementVersions:"#/components/schemas/GameCenterAchievementVersionV2",gameCenterChallengeVersions:"#/components/schemas/GameCenterChallengeVersion",appStoreVersions:"#/components/schemas/AppStoreVersion",appStoreVersionExperiments:"#/components/schemas/AppStoreVersionExperiment",backgroundAssetVersions:"#/components/schemas/BackgroundAssetVersion",gameCenterActivityVersions:"#/components/schemas/GameCenterActivityVersion",gameCenterLeaderboardSetVersions:"#/components/schemas/GameCenterLeaderboardSetVersionV2",appCustomProductPageVersions:"#/components/schemas/AppCustomProductPageVersion",gameCenterLeaderboardVersions:"#/components/schemas/GameCenterLeaderboardVersionV2"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ReviewSubmissionItemCreateRequestSchema={type:"object",title:"ReviewSubmissionItemCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissionItems"]},relationships:{type:"object",properties:{reviewSubmission:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},appCustomProductPageVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperiment:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appStoreVersionExperimentV2:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}}},appEvent:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}}},backgroundAssetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterAchievementVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterActivityVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterChallengeVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardSetVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}}},gameCenterLeaderboardVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}}}},required:["reviewSubmission"]}},required:["relationships","type"]}},required:["data"]},t.ReviewSubmissionItemUpdateRequestSchema={type:"object",title:"ReviewSubmissionItemUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissionItems"]},id:{type:"string"},attributes:{type:"object",properties:{resolved:{type:"boolean",nullable:!0},removed:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.ReviewSubmissionSchema={type:"object",title:"ReviewSubmission",properties:{type:{type:"string",enum:["reviewSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{platform:{$ref:"#/components/schemas/Platform"},submittedDate:{type:"string",format:"date-time"},state:{type:"string",enum:["READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","UNRESOLVED_ISSUES","CANCELING","COMPLETING","COMPLETE"]}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},items:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissionItems"]},id:{type:"string"}},required:["id","type"]}}}},appStoreVersionForReview:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},submittedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}},lastUpdatedByActor:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["actors"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ReviewSubmissionsResponseSchema={type:"object",title:"ReviewSubmissionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ReviewSubmission"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Actor"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/ReviewSubmissionItem"}],discriminator:{propertyName:"type",mapping:{actors:"#/components/schemas/Actor",reviewSubmissionItems:"#/components/schemas/ReviewSubmissionItem",appStoreVersions:"#/components/schemas/AppStoreVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ReviewSubmissionResponseSchema={type:"object",title:"ReviewSubmissionResponse",properties:{data:{$ref:"#/components/schemas/ReviewSubmission"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/Actor"},{$ref:"#/components/schemas/AppStoreVersion"},{$ref:"#/components/schemas/App"},{$ref:"#/components/schemas/ReviewSubmissionItem"}],discriminator:{propertyName:"type",mapping:{actors:"#/components/schemas/Actor",reviewSubmissionItems:"#/components/schemas/ReviewSubmissionItem",appStoreVersions:"#/components/schemas/AppStoreVersion",apps:"#/components/schemas/App"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ReviewSubmissionCreateRequestSchema={type:"object",title:"ReviewSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissions"]},attributes:{type:"object",properties:{platform:{nullable:!0,$ref:"#/components/schemas/Platform"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","type"]}},required:["data"]},t.ReviewSubmissionUpdateRequestSchema={type:"object",title:"ReviewSubmissionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissions"]},id:{type:"string"},attributes:{type:"object",properties:{platform:{nullable:!0,$ref:"#/components/schemas/Platform"},submitted:{type:"boolean",nullable:!0},canceled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.RoutingAppCoverageSchema={type:"object",title:"RoutingAppCoverage",properties:{type:{type:"string",enum:["routingAppCoverages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.RoutingAppCoverageResponseSchema={type:"object",title:"RoutingAppCoverageResponse",properties:{data:{$ref:"#/components/schemas/RoutingAppCoverage"},included:{type:"array",items:{$ref:"#/components/schemas/AppStoreVersion"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.RoutingAppCoverageCreateRequestSchema={type:"object",title:"RoutingAppCoverageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["routingAppCoverages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{appStoreVersion:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["appStoreVersion"]}},required:["relationships","attributes","type"]}},required:["data"]},t.RoutingAppCoverageUpdateRequestSchema={type:"object",title:"RoutingAppCoverageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["routingAppCoverages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SandboxTesterV2Schema={type:"object",title:"SandboxTesterV2",properties:{type:{type:"string",enum:["sandboxTesters"]},id:{type:"string"},attributes:{type:"object",properties:{firstName:{type:"string"},lastName:{type:"string"},acAccountName:{type:"string"},territory:{$ref:"#/components/schemas/TerritoryCode"},applePayCompatible:{type:"boolean"},interruptPurchases:{type:"boolean"},subscriptionRenewalRate:{type:"string",enum:["MONTHLY_RENEWAL_EVERY_ONE_HOUR","MONTHLY_RENEWAL_EVERY_THIRTY_MINUTES","MONTHLY_RENEWAL_EVERY_FIFTEEN_MINUTES","MONTHLY_RENEWAL_EVERY_FIVE_MINUTES","MONTHLY_RENEWAL_EVERY_THREE_MINUTES"]}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SandboxTestersV2ResponseSchema={type:"object",title:"SandboxTestersV2Response",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SandboxTesterV2"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SandboxTesterV2ResponseSchema={type:"object",title:"SandboxTesterV2Response",properties:{data:{$ref:"#/components/schemas/SandboxTesterV2"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SandboxTesterV2UpdateRequestSchema={type:"object",title:"SandboxTesterV2UpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["sandboxTesters"]},id:{type:"string"},attributes:{type:"object",properties:{territory:{nullable:!0,$ref:"#/components/schemas/TerritoryCode"},interruptPurchases:{type:"boolean",nullable:!0},subscriptionRenewalRate:{type:"string",nullable:!0,enum:["MONTHLY_RENEWAL_EVERY_ONE_HOUR","MONTHLY_RENEWAL_EVERY_THIRTY_MINUTES","MONTHLY_RENEWAL_EVERY_FIFTEEN_MINUTES","MONTHLY_RENEWAL_EVERY_FIVE_MINUTES","MONTHLY_RENEWAL_EVERY_THREE_MINUTES"]}}}},required:["id","type"]}},required:["data"]},t.SandboxTestersClearPurchaseHistoryRequestV2Schema={type:"object",title:"SandboxTestersClearPurchaseHistoryRequestV2",properties:{type:{type:"string",enum:["sandboxTestersClearPurchaseHistoryRequest"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SandboxTestersClearPurchaseHistoryRequestV2ResponseSchema={type:"object",title:"SandboxTestersClearPurchaseHistoryRequestV2Response",properties:{data:{$ref:"#/components/schemas/SandboxTestersClearPurchaseHistoryRequestV2"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SandboxTestersClearPurchaseHistoryRequestV2CreateRequestSchema={type:"object",title:"SandboxTestersClearPurchaseHistoryRequestV2CreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["sandboxTestersClearPurchaseHistoryRequest"]},relationships:{type:"object",properties:{sandboxTesters:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["sandboxTesters"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["sandboxTesters"]}},required:["relationships","type"]}},required:["data"]},t.ScmGitReferenceSchema={type:"object",title:"ScmGitReference",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},canonicalName:{type:"string"},isDeleted:{type:"boolean"},kind:{$ref:"#/components/schemas/CiGitRefKind"}}},relationships:{type:"object",properties:{repository:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ScmGitReferencesResponseSchema={type:"object",title:"ScmGitReferencesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ScmGitReference"}},included:{type:"array",items:{$ref:"#/components/schemas/ScmRepository"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmGitReferenceResponseSchema={type:"object",title:"ScmGitReferenceResponse",properties:{data:{$ref:"#/components/schemas/ScmGitReference"},included:{type:"array",items:{$ref:"#/components/schemas/ScmRepository"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ScmProviderSchema={type:"object",title:"ScmProvider",properties:{type:{type:"string",enum:["scmProviders"]},id:{type:"string"},attributes:{type:"object",properties:{scmProviderType:{$ref:"#/components/schemas/ScmProviderType"},url:{type:"string",format:"uri"}}},relationships:{type:"object",properties:{repositories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ScmProvidersResponseSchema={type:"object",title:"ScmProvidersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ScmProvider"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmProviderResponseSchema={type:"object",title:"ScmProviderResponse",properties:{data:{$ref:"#/components/schemas/ScmProvider"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ScmPullRequestSchema={type:"object",title:"ScmPullRequest",properties:{type:{type:"string",enum:["scmPullRequests"]},id:{type:"string"},attributes:{type:"object",properties:{title:{type:"string"},number:{type:"integer"},webUrl:{type:"string",format:"uri"},sourceRepositoryOwner:{type:"string"},sourceRepositoryName:{type:"string"},sourceBranchName:{type:"string"},destinationRepositoryOwner:{type:"string"},destinationRepositoryName:{type:"string"},destinationBranchName:{type:"string"},isClosed:{type:"boolean"},isCrossRepository:{type:"boolean"}}},relationships:{type:"object",properties:{repository:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ScmPullRequestsResponseSchema={type:"object",title:"ScmPullRequestsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ScmPullRequest"}},included:{type:"array",items:{$ref:"#/components/schemas/ScmRepository"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmPullRequestResponseSchema={type:"object",title:"ScmPullRequestResponse",properties:{data:{$ref:"#/components/schemas/ScmPullRequest"},included:{type:"array",items:{$ref:"#/components/schemas/ScmRepository"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ScmRepositorySchema={type:"object",title:"ScmRepository",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"},attributes:{type:"object",properties:{lastAccessedDate:{type:"string",format:"date-time"},httpCloneUrl:{type:"string",format:"uri"},sshCloneUrl:{type:"string",format:"uri"},ownerName:{type:"string"},repositoryName:{type:"string"}}},relationships:{type:"object",properties:{scmProvider:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmProviders"]},id:{type:"string"}},required:["id","type"]}}},defaultBranch:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"}},required:["id","type"]}}},gitReferences:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},pullRequests:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.ScmRepositoriesResponseSchema={type:"object",title:"ScmRepositoriesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/ScmRepository"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/ScmGitReference"},{$ref:"#/components/schemas/ScmProvider"}],discriminator:{propertyName:"type",mapping:{scmProviders:"#/components/schemas/ScmProvider",scmGitReferences:"#/components/schemas/ScmGitReference"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmRepositoryResponseSchema={type:"object",title:"ScmRepositoryResponse",properties:{data:{$ref:"#/components/schemas/ScmRepository"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/ScmGitReference"},{$ref:"#/components/schemas/ScmProvider"}],discriminator:{propertyName:"type",mapping:{scmProviders:"#/components/schemas/ScmProvider",scmGitReferences:"#/components/schemas/ScmGitReference"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionAppStoreReviewScreenshotSchema={type:"object",title:"SubscriptionAppStoreReviewScreenshot",properties:{type:{type:"string",enum:["subscriptionAppStoreReviewScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},assetToken:{type:"string"},assetType:{type:"string"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},assetDeliveryState:{$ref:"#/components/schemas/AppMediaAssetState"}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionAppStoreReviewScreenshotResponseSchema={type:"object",title:"SubscriptionAppStoreReviewScreenshotResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionAppStoreReviewScreenshot"},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionAppStoreReviewScreenshotCreateRequestSchema={type:"object",title:"SubscriptionAppStoreReviewScreenshotCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAppStoreReviewScreenshots"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscription"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionAppStoreReviewScreenshotUpdateRequestSchema={type:"object",title:"SubscriptionAppStoreReviewScreenshotUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAppStoreReviewScreenshots"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionAvailabilitySchema={type:"object",title:"SubscriptionAvailability",properties:{type:{type:"string",enum:["subscriptionAvailabilities"]},id:{type:"string"},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}}},relationships:{type:"object",properties:{availableTerritories:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionAvailabilityResponseSchema={type:"object",title:"SubscriptionAvailabilityResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionAvailability"},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionAvailabilityCreateRequestSchema={type:"object",title:"SubscriptionAvailabilityCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAvailabilities"]},attributes:{type:"object",properties:{availableInNewTerritories:{type:"boolean"}},required:["availableInNewTerritories"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},availableTerritories:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["subscription","availableTerritories"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionGracePeriodSchema={type:"object",title:"SubscriptionGracePeriod",properties:{type:{type:"string",enum:["subscriptionGracePeriods"]},id:{type:"string"},attributes:{type:"object",properties:{optIn:{type:"boolean"},sandboxOptIn:{type:"boolean"},duration:{$ref:"#/components/schemas/SubscriptionGracePeriodDuration"},renewalType:{type:"string",enum:["ALL_RENEWALS","PAID_TO_PAID_ONLY"]}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionGracePeriodResponseSchema={type:"object",title:"SubscriptionGracePeriodResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionGracePeriod"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionGracePeriodUpdateRequestSchema={type:"object",title:"SubscriptionGracePeriodUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGracePeriods"]},id:{type:"string"},attributes:{type:"object",properties:{optIn:{type:"boolean",nullable:!0},sandboxOptIn:{type:"boolean",nullable:!0},duration:{nullable:!0,$ref:"#/components/schemas/SubscriptionGracePeriodDuration"},renewalType:{type:"string",nullable:!0,enum:["ALL_RENEWALS","PAID_TO_PAID_ONLY"]}}}},required:["id","type"]}},required:["data"]},t.SubscriptionGroupLocalizationSchema={type:"object",title:"SubscriptionGroupLocalization",properties:{type:{type:"string",enum:["subscriptionGroupLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},customAppName:{type:"string"},locale:{type:"string"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","WAITING_FOR_REVIEW","APPROVED","REJECTED"]}}},relationships:{type:"object",properties:{subscriptionGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionGroupLocalizationsResponseSchema={type:"object",title:"SubscriptionGroupLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionGroupLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionGroup"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionGroupLocalizationResponseSchema={type:"object",title:"SubscriptionGroupLocalizationResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionGroupLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionGroup"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionGroupLocalizationCreateRequestSchema={type:"object",title:"SubscriptionGroupLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroupLocalizations"]},attributes:{type:"object",properties:{name:{type:"string"},customAppName:{type:"string",nullable:!0},locale:{type:"string"}},required:["name","locale"]},relationships:{type:"object",properties:{subscriptionGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscriptionGroup"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionGroupLocalizationUpdateRequestSchema={type:"object",title:"SubscriptionGroupLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroupLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},customAppName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionGroupSubmissionSchema={type:"object",title:"SubscriptionGroupSubmission",properties:{type:{type:"string",enum:["subscriptionGroupSubmissions"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionGroupSubmissionResponseSchema={type:"object",title:"SubscriptionGroupSubmissionResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionGroupSubmission"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionGroupSubmissionCreateRequestSchema={type:"object",title:"SubscriptionGroupSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroupSubmissions"]},relationships:{type:"object",properties:{subscriptionGroup:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscriptionGroup"]}},required:["relationships","type"]}},required:["data"]},t.SubscriptionGroupSchema={type:"object",title:"SubscriptionGroup",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"}}},relationships:{type:"object",properties:{subscriptions:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}},subscriptionGroupLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroupLocalizations"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionGroupsResponseSchema={type:"object",title:"SubscriptionGroupsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionGroup"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionGroupLocalization"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",subscriptionGroupLocalizations:"#/components/schemas/SubscriptionGroupLocalization"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionGroupResponseSchema={type:"object",title:"SubscriptionGroupResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionGroup"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionGroupLocalization"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",subscriptionGroupLocalizations:"#/components/schemas/SubscriptionGroupLocalization"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionGroupCreateRequestSchema={type:"object",title:"SubscriptionGroupCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},attributes:{type:"object",properties:{referenceName:{type:"string"}},required:["referenceName"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionGroupUpdateRequestSchema={type:"object",title:"SubscriptionGroupUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionImageSchema={type:"object",title:"SubscriptionImage",properties:{type:{type:"string",enum:["subscriptionImages"]},id:{type:"string"},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"},sourceFileChecksum:{type:"string"},assetToken:{type:"string"},imageAsset:{$ref:"#/components/schemas/ImageAsset"},uploadOperations:{type:"array",items:{$ref:"#/components/schemas/UploadOperation"}},state:{type:"string",enum:["AWAITING_UPLOAD","UPLOAD_COMPLETE","FAILED","PREPARE_FOR_SUBMISSION","WAITING_FOR_REVIEW","APPROVED","REJECTED"]}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionImagesResponseSchema={type:"object",title:"SubscriptionImagesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionImage"}},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionImageResponseSchema={type:"object",title:"SubscriptionImageResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionImage"},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionImageCreateRequestSchema={type:"object",title:"SubscriptionImageCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionImages"]},attributes:{type:"object",properties:{fileSize:{type:"integer"},fileName:{type:"string"}},required:["fileName","fileSize"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscription"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionImageUpdateRequestSchema={type:"object",title:"SubscriptionImageUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionImages"]},id:{type:"string"},attributes:{type:"object",properties:{sourceFileChecksum:{type:"string",nullable:!0},uploaded:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionIntroductoryOfferSchema={type:"object",title:"SubscriptionIntroductoryOffer",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date"},endDate:{type:"string",format:"date"},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},numberOfPeriods:{type:"integer"}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionIntroductoryOfferInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date",nullable:!0},endDate:{type:"string",format:"date",nullable:!0},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},numberOfPeriods:{type:"integer"}},required:["duration","numberOfPeriods","offerMode"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["attributes","type"]},t.SubscriptionIntroductoryOffersResponseSchema={type:"object",title:"SubscriptionIntroductoryOffersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionIntroductoryOffer"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Subscription"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionIntroductoryOfferResponseSchema={type:"object",title:"SubscriptionIntroductoryOfferResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionIntroductoryOffer"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Subscription"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionIntroductoryOfferCreateRequestSchema={type:"object",title:"SubscriptionIntroductoryOfferCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},attributes:{type:"object",properties:{startDate:{type:"string",format:"date",nullable:!0},endDate:{type:"string",format:"date",nullable:!0},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},numberOfPeriods:{type:"integer"}},required:["duration","numberOfPeriods","offerMode"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}},required:["subscription"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPricePointInlineCreate"}}},required:["data"]},t.SubscriptionIntroductoryOfferUpdateRequestSchema={type:"object",title:"SubscriptionIntroductoryOfferUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"},attributes:{type:"object",properties:{endDate:{type:"string",format:"date",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionLocalizationSchema={type:"object",title:"SubscriptionLocalization",properties:{type:{type:"string",enum:["subscriptionLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},locale:{type:"string"},description:{type:"string"},state:{type:"string",enum:["PREPARE_FOR_SUBMISSION","WAITING_FOR_REVIEW","APPROVED","REJECTED"]}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionLocalizationsResponseSchema={type:"object",title:"SubscriptionLocalizationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionLocalization"}},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionLocalizationResponseSchema={type:"object",title:"SubscriptionLocalizationResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionLocalization"},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionLocalizationCreateRequestSchema={type:"object",title:"SubscriptionLocalizationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionLocalizations"]},attributes:{type:"object",properties:{name:{type:"string"},locale:{type:"string"},description:{type:"string",nullable:!0}},required:["name","locale"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscription"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionLocalizationUpdateRequestSchema={type:"object",title:"SubscriptionLocalizationUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionLocalizations"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},description:{type:"string",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionOfferCodeCustomCodeSchema={type:"object",title:"SubscriptionOfferCodeCustomCode",properties:{type:{type:"string",enum:["subscriptionOfferCodeCustomCodes"]},id:{type:"string"},attributes:{type:"object",properties:{customCode:{type:"string"},numberOfCodes:{type:"integer"},createdDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date"},active:{type:"boolean"}}},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionOfferCodeCustomCodesResponseSchema={type:"object",title:"SubscriptionOfferCodeCustomCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCodeCustomCode"}},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCode"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeCustomCodeResponseSchema={type:"object",title:"SubscriptionOfferCodeCustomCodeResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionOfferCodeCustomCode"},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCode"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionOfferCodeCustomCodeCreateRequestSchema={type:"object",title:"SubscriptionOfferCodeCustomCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeCustomCodes"]},attributes:{type:"object",properties:{customCode:{type:"string"},numberOfCodes:{type:"integer"},expirationDate:{type:"string",format:"date",nullable:!0}},required:["numberOfCodes","customCode"]},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["offerCode"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionOfferCodeCustomCodeUpdateRequestSchema={type:"object",title:"SubscriptionOfferCodeCustomCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeCustomCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionOfferCodeOneTimeUseCodeValueSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCodeValue",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodeValues"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionOfferCodeOneTimeUseCodeSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCode",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodes"]},id:{type:"string"},attributes:{type:"object",properties:{numberOfCodes:{type:"integer"},createdDate:{type:"string",format:"date-time"},expirationDate:{type:"string",format:"date"},active:{type:"boolean"},environment:{$ref:"#/components/schemas/OfferCodeEnvironment"}}},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}}},values:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionOfferCodeOneTimeUseCodesResponseSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"}},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCode"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeOneTimeUseCodeResponseSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCodeResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCode"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionOfferCodeOneTimeUseCodeCreateRequestSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodes"]},attributes:{type:"object",properties:{numberOfCodes:{type:"integer"},expirationDate:{type:"string",format:"date"},environment:{nullable:!0,$ref:"#/components/schemas/OfferCodeEnvironment"}},required:["numberOfCodes","expirationDate"]},relationships:{type:"object",properties:{offerCode:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["offerCode"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionOfferCodeOneTimeUseCodeUpdateRequestSchema={type:"object",title:"SubscriptionOfferCodeOneTimeUseCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionOfferCodePriceSchema={type:"object",title:"SubscriptionOfferCodePrice",properties:{type:{type:"string",enum:["subscriptionOfferCodePrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionOfferCodePriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodePrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.SubscriptionOfferCodePricesResponseSchema={type:"object",title:"SubscriptionOfferCodePricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCodePrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeSchema={type:"object",title:"SubscriptionOfferCode",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},customerEligibilities:{type:"array",items:{$ref:"#/components/schemas/SubscriptionCustomerEligibility"}},offerEligibility:{$ref:"#/components/schemas/SubscriptionOfferEligibility"},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},numberOfPeriods:{type:"integer"},totalNumberOfCodes:{type:"integer"},productionCodeCount:{type:"integer"},sandboxCodeCount:{type:"integer"},active:{type:"boolean"},autoRenewEnabled:{type:"boolean"}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},oneTimeUseCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodes"]},id:{type:"string"}},required:["id","type"]}}}},customCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeCustomCodes"]},id:{type:"string"}},required:["id","type"]}}}},prices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodePrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionOfferCodesResponseSchema={type:"object",title:"SubscriptionOfferCodesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCode"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionOfferCodeCustomCode"},{$ref:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"},{$ref:"#/components/schemas/SubscriptionOfferCodePrice"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptionOfferCodePrices:"#/components/schemas/SubscriptionOfferCodePrice",subscriptions:"#/components/schemas/Subscription",subscriptionOfferCodeOneTimeUseCodes:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode",subscriptionOfferCodeCustomCodes:"#/components/schemas/SubscriptionOfferCodeCustomCode"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeResponseSchema={type:"object",title:"SubscriptionOfferCodeResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionOfferCode"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionOfferCodeCustomCode"},{$ref:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode"},{$ref:"#/components/schemas/SubscriptionOfferCodePrice"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptionOfferCodePrices:"#/components/schemas/SubscriptionOfferCodePrice",subscriptions:"#/components/schemas/Subscription",subscriptionOfferCodeOneTimeUseCodes:"#/components/schemas/SubscriptionOfferCodeOneTimeUseCode",subscriptionOfferCodeCustomCodes:"#/components/schemas/SubscriptionOfferCodeCustomCode"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionOfferCodeCreateRequestSchema={type:"object",title:"SubscriptionOfferCodeCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},attributes:{type:"object",properties:{name:{type:"string"},customerEligibilities:{type:"array",items:{$ref:"#/components/schemas/SubscriptionCustomerEligibility"}},offerEligibility:{$ref:"#/components/schemas/SubscriptionOfferEligibility"},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},numberOfPeriods:{type:"integer"},autoRenewEnabled:{type:"boolean",nullable:!0}},required:["duration","offerEligibility","name","numberOfPeriods","offerMode","customerEligibilities"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodePrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["subscription","prices"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionOfferCodePriceInlineCreate"}}},required:["data"]},t.SubscriptionOfferCodeUpdateRequestSchema={type:"object",title:"SubscriptionOfferCodeUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"},attributes:{type:"object",properties:{active:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.SubscriptionPricePointSchema={type:"object",title:"SubscriptionPricePoint",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"},attributes:{type:"object",properties:{customerPrice:{type:"string"},proceeds:{type:"string"},proceedsYear2:{type:"string"}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},equalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionPricePointInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["type"]},t.SubscriptionPricePointsResponseSchema={type:"object",title:"SubscriptionPricePointsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPricePoint"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPricePointResponseSchema={type:"object",title:"SubscriptionPricePointResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionPricePoint"},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionPriceSchema={type:"object",title:"SubscriptionPrice",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date"},preserved:{type:"boolean"}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionPriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"},attributes:{type:"object",properties:{startDate:{type:"string",format:"date",nullable:!0},preserveCurrentPrice:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.SubscriptionPricesResponseSchema={type:"object",title:"SubscriptionPricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPriceResponseSchema={type:"object",title:"SubscriptionPriceResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionPrice"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionPriceCreateRequestSchema={type:"object",title:"SubscriptionPriceCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},attributes:{type:"object",properties:{startDate:{type:"string",format:"date",nullable:!0},preserveCurrentPrice:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscription","subscriptionPricePoint"]}},required:["relationships","type"]}},required:["data"]},t.SubscriptionPromotionalOfferPriceSchema={type:"object",title:"SubscriptionPromotionalOfferPrice",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionPromotionalOfferPriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}}},required:["type"]},t.SubscriptionPromotionalOfferPricesResponseSchema={type:"object",title:"SubscriptionPromotionalOfferPricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPromotionalOfferPrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPromotionalOfferSchema={type:"object",title:"SubscriptionPromotionalOffer",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"},attributes:{type:"object",properties:{duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},name:{type:"string"},numberOfPeriods:{type:"integer"},offerCode:{type:"string"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"}}},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},prices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionPromotionalOfferInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"},attributes:{type:"object",properties:{duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},name:{type:"string"},numberOfPeriods:{type:"integer"},offerCode:{type:"string"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"}},required:["duration","offerCode","name","numberOfPeriods","offerMode"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]},t.SubscriptionPromotionalOffersResponseSchema={type:"object",title:"SubscriptionPromotionalOffersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPromotionalOffer"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPromotionalOfferPrice"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",subscriptionPromotionalOfferPrices:"#/components/schemas/SubscriptionPromotionalOfferPrice"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPromotionalOfferResponseSchema={type:"object",title:"SubscriptionPromotionalOfferResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionPromotionalOffer"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPromotionalOfferPrice"},{$ref:"#/components/schemas/Subscription"}],discriminator:{propertyName:"type",mapping:{subscriptions:"#/components/schemas/Subscription",subscriptionPromotionalOfferPrices:"#/components/schemas/SubscriptionPromotionalOfferPrice"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionPromotionalOfferCreateRequestSchema={type:"object",title:"SubscriptionPromotionalOfferCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},attributes:{type:"object",properties:{duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},name:{type:"string"},numberOfPeriods:{type:"integer"},offerCode:{type:"string"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"}},required:["duration","offerCode","name","numberOfPeriods","offerMode"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["subscription","prices"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPromotionalOfferPriceInlineCreate"}}},required:["data"]},t.SubscriptionPromotionalOfferUpdateRequestSchema={type:"object",title:"SubscriptionPromotionalOfferUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"},relationships:{type:"object",properties:{prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]},included:{type:"array",items:{$ref:"#/components/schemas/SubscriptionPromotionalOfferPriceInlineCreate"}}},required:["data"]},t.SubscriptionSubmissionSchema={type:"object",title:"SubscriptionSubmission",properties:{type:{type:"string",enum:["subscriptionSubmissions"]},id:{type:"string"},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionSubmissionResponseSchema={type:"object",title:"SubscriptionSubmissionResponse",properties:{data:{$ref:"#/components/schemas/SubscriptionSubmission"},included:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionSubmissionCreateRequestSchema={type:"object",title:"SubscriptionSubmissionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionSubmissions"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["subscription"]}},required:["relationships","type"]}},required:["data"]},t.SubscriptionSchema={type:"object",title:"Subscription",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string"},productId:{type:"string"},familySharable:{type:"boolean"},state:{type:"string",enum:["MISSING_METADATA","READY_TO_SUBMIT","WAITING_FOR_REVIEW","IN_REVIEW","DEVELOPER_ACTION_NEEDED","PENDING_BINARY_APPROVAL","APPROVED","DEVELOPER_REMOVED_FROM_SALE","REMOVED_FROM_SALE","REJECTED"]},subscriptionPeriod:{type:"string",enum:["ONE_WEEK","ONE_MONTH","TWO_MONTHS","THREE_MONTHS","SIX_MONTHS","ONE_YEAR"]},reviewNote:{type:"string"},groupLevel:{type:"integer"}}},relationships:{type:"object",properties:{subscriptionLocalizations:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionLocalizations"]},id:{type:"string"}},required:["id","type"]}}}},appStoreReviewScreenshot:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAppStoreReviewScreenshots"]},id:{type:"string"}},required:["id","type"]}}},group:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}}},introductoryOffers:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"}},required:["id","type"]}}}},promotionalOffers:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"}},required:["id","type"]}}}},offerCodes:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}}}},prices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"}},required:["id","type"]}}}},pricePoints:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}},promotedPurchase:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]}}},subscriptionAvailability:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAvailabilities"]},id:{type:"string"}},required:["id","type"]}}},winBackOffers:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["winBackOffers"]},id:{type:"string"}},required:["id","type"]}}}},images:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionImages"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.SubscriptionsResponseSchema={type:"object",title:"SubscriptionsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Subscription"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/PromotedPurchase"},{$ref:"#/components/schemas/SubscriptionAppStoreReviewScreenshot"},{$ref:"#/components/schemas/SubscriptionAvailability"},{$ref:"#/components/schemas/SubscriptionGroup"},{$ref:"#/components/schemas/SubscriptionImage"},{$ref:"#/components/schemas/SubscriptionIntroductoryOffer"},{$ref:"#/components/schemas/SubscriptionLocalization"},{$ref:"#/components/schemas/SubscriptionOfferCode"},{$ref:"#/components/schemas/SubscriptionPrice"},{$ref:"#/components/schemas/SubscriptionPromotionalOffer"},{$ref:"#/components/schemas/WinBackOffer"}],discriminator:{propertyName:"type",mapping:{subscriptionAppStoreReviewScreenshots:"#/components/schemas/SubscriptionAppStoreReviewScreenshot",promotedPurchases:"#/components/schemas/PromotedPurchase",subscriptionGroups:"#/components/schemas/SubscriptionGroup",subscriptionImages:"#/components/schemas/SubscriptionImage",subscriptionPrices:"#/components/schemas/SubscriptionPrice",winBackOffers:"#/components/schemas/WinBackOffer",subscriptionIntroductoryOffers:"#/components/schemas/SubscriptionIntroductoryOffer",subscriptionOfferCodes:"#/components/schemas/SubscriptionOfferCode",subscriptionPromotionalOffers:"#/components/schemas/SubscriptionPromotionalOffer",subscriptionLocalizations:"#/components/schemas/SubscriptionLocalization",subscriptionAvailabilities:"#/components/schemas/SubscriptionAvailability"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionResponseSchema={type:"object",title:"SubscriptionResponse",properties:{data:{$ref:"#/components/schemas/Subscription"},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/PromotedPurchase"},{$ref:"#/components/schemas/SubscriptionAppStoreReviewScreenshot"},{$ref:"#/components/schemas/SubscriptionAvailability"},{$ref:"#/components/schemas/SubscriptionGroup"},{$ref:"#/components/schemas/SubscriptionImage"},{$ref:"#/components/schemas/SubscriptionIntroductoryOffer"},{$ref:"#/components/schemas/SubscriptionLocalization"},{$ref:"#/components/schemas/SubscriptionOfferCode"},{$ref:"#/components/schemas/SubscriptionPrice"},{$ref:"#/components/schemas/SubscriptionPromotionalOffer"},{$ref:"#/components/schemas/WinBackOffer"}],discriminator:{propertyName:"type",mapping:{subscriptionAppStoreReviewScreenshots:"#/components/schemas/SubscriptionAppStoreReviewScreenshot",promotedPurchases:"#/components/schemas/PromotedPurchase",subscriptionGroups:"#/components/schemas/SubscriptionGroup",subscriptionImages:"#/components/schemas/SubscriptionImage",subscriptionPrices:"#/components/schemas/SubscriptionPrice",winBackOffers:"#/components/schemas/WinBackOffer",subscriptionIntroductoryOffers:"#/components/schemas/SubscriptionIntroductoryOffer",subscriptionOfferCodes:"#/components/schemas/SubscriptionOfferCode",subscriptionPromotionalOffers:"#/components/schemas/SubscriptionPromotionalOffer",subscriptionLocalizations:"#/components/schemas/SubscriptionLocalization",subscriptionAvailabilities:"#/components/schemas/SubscriptionAvailability"}}}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionCreateRequestSchema={type:"object",title:"SubscriptionCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},attributes:{type:"object",properties:{name:{type:"string"},productId:{type:"string"},familySharable:{type:"boolean",nullable:!0},subscriptionPeriod:{type:"string",nullable:!0,enum:["ONE_WEEK","ONE_MONTH","TWO_MONTHS","THREE_MONTHS","SIX_MONTHS","ONE_YEAR"]},reviewNote:{type:"string",nullable:!0},groupLevel:{type:"integer",nullable:!0}},required:["productId","name"]},relationships:{type:"object",properties:{group:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["group"]}},required:["relationships","attributes","type"]}},required:["data"]},t.SubscriptionUpdateRequestSchema={type:"object",title:"SubscriptionUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"},attributes:{type:"object",properties:{name:{type:"string",nullable:!0},familySharable:{type:"boolean",nullable:!0},subscriptionPeriod:{type:"string",nullable:!0,enum:["ONE_WEEK","ONE_MONTH","TWO_MONTHS","THREE_MONTHS","SIX_MONTHS","ONE_YEAR"]},reviewNote:{type:"string",nullable:!0},groupLevel:{type:"integer",nullable:!0}}},relationships:{type:"object",properties:{introductoryOffers:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"}},required:["id","type"]}}}},promotionalOffers:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"}},required:["id","type"]}}}},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPromotionalOfferInlineCreate"},{$ref:"#/components/schemas/SubscriptionPriceInlineCreate"},{$ref:"#/components/schemas/SubscriptionIntroductoryOfferInlineCreate"}]}}},required:["data"]},t.TerritorySchema={type:"object",title:"Territory",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"},attributes:{type:"object",properties:{currency:{type:"string"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.TerritoryInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["type"]},t.TerritoriesResponseSchema={type:"object",title:"TerritoriesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.TerritoryResponseSchema={type:"object",title:"TerritoryResponse",properties:{data:{$ref:"#/components/schemas/Territory"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.TerritoryAgeRatingSchema={type:"object",title:"TerritoryAgeRating",properties:{type:{type:"string",enum:["territoryAgeRatings"]},id:{type:"string"},attributes:{type:"object",properties:{appStoreAgeRating:{$ref:"#/components/schemas/AppStoreAgeRating"}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.TerritoryAgeRatingsResponseSchema={type:"object",title:"TerritoryAgeRatingsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/TerritoryAgeRating"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.TerritoryAvailabilitySchema={type:"object",title:"TerritoryAvailability",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"},attributes:{type:"object",properties:{available:{type:"boolean"},releaseDate:{type:"string",format:"date"},preOrderEnabled:{type:"boolean"},preOrderPublishDate:{type:"string",format:"date"},contentStatuses:{type:"array",items:{type:"string",enum:["AVAILABLE","AVAILABLE_FOR_PREORDER_ON_DATE","PROCESSING_TO_NOT_AVAILABLE","PROCESSING_TO_AVAILABLE","PROCESSING_TO_PRE_ORDER","AVAILABLE_FOR_SALE_UNRELEASED_APP","PREORDER_ON_UNRELEASED_APP","AVAILABLE_FOR_PREORDER","MISSING_RATING","CANNOT_SELL_RESTRICTED_RATING","BRAZIL_REQUIRED_TAX_ID","MISSING_GRN","UNVERIFIED_GRN","ICP_NUMBER_INVALID","ICP_NUMBER_MISSING","TRADER_STATUS_NOT_PROVIDED","TRADER_STATUS_VERIFICATION_FAILED","TRADER_STATUS_VERIFICATION_STATUS_MISSING","CANNOT_SELL_SEVENTEEN_PLUS_APPS","CANNOT_SELL_SEXUALLY_EXPLICIT","CANNOT_SELL_NON_IOS_GAMES","CANNOT_SELL_SEVENTEEN_PLUS_GAMES","CANNOT_SELL_CASINO","CANNOT_SELL_CASINO_WITHOUT_GRAC","CANNOT_SELL_CASINO_WITHOUT_AGE_VERIFICATION","CANNOT_SELL_ADULT_ONLY","CANNOT_SELL_GAMBLING_CONTESTS","CANNOT_SELL_GAMBLING","CANNOT_SELL_CONTESTS","CANNOT_SELL_NINETEEN_PLUS_WITHOUT_GRAC","CANNOT_SELL","CANNOT_SELL_FREQUENT_INTENSE_GAMBLING","CANNOT_SELL_FREQUENT_INTENSE_ALCOHOL_TOBACCO_DRUGS","CANNOT_SELL_FREQUENT_INTENSE_VIOLENCE","CANNOT_SELL_FREQUENT_INTENSE_SEXUAL_CONTENT_NUDITY","CANNOT_SELL_INFREQUENT_MILD_ALCOHOL_TOBACCO_DRUGS","CANNOT_SELL_INFREQUENT_MILD_SEXUAL_CONTENT_NUDITY","CANNOT_SELL_FREQUENT_INTENSE","CANNOT_SELL_FREQUENT_INTENSE_WITHOUT_GRAC","CANNOT_SELL_FREQUENT_GAMBLING","CANNOT_SELL_FREQUENT_ALCOHOL_TOBACCO_DRUGS","CANNOT_SELL_FREQUENT_VIOLENCE","CANNOT_SELL_FREQUENT_SEXUAL_CONTENT_NUDITY","CANNOT_SELL_INFREQUENT_ALCOHOL_TOBACCO_DRUGS","CANNOT_SELL_INFREQUENT_SEXUAL_CONTENT_NUDITY","CANNOT_SELL_FREQUENT","CANNOT_SELL_FREQUENT_WITHOUT_GRAC"]}}}},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.TerritoryAvailabilityInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"}},required:["type"]},t.TerritoryAvailabilitiesResponseSchema={type:"object",title:"TerritoryAvailabilitiesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/TerritoryAvailability"}},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.TerritoryAvailabilityResponseSchema={type:"object",title:"TerritoryAvailabilityResponse",properties:{data:{$ref:"#/components/schemas/TerritoryAvailability"},included:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.TerritoryAvailabilityUpdateRequestSchema={type:"object",title:"TerritoryAvailabilityUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"},attributes:{type:"object",properties:{available:{type:"boolean",nullable:!0},releaseDate:{type:"string",format:"date",nullable:!0},preOrderEnabled:{type:"boolean",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.UserInvitationSchema={type:"object",title:"UserInvitation",properties:{type:{type:"string",enum:["userInvitations"]},id:{type:"string"},attributes:{type:"object",properties:{email:{type:"string",format:"email"},firstName:{type:"string"},lastName:{type:"string"},expirationDate:{type:"string",format:"date-time"},roles:{type:"array",items:{$ref:"#/components/schemas/UserRole"}},allAppsVisible:{type:"boolean"},provisioningAllowed:{type:"boolean"}}},relationships:{type:"object",properties:{visibleApps:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.UserInvitationsResponseSchema={type:"object",title:"UserInvitationsResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/UserInvitation"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.UserInvitationResponseSchema={type:"object",title:"UserInvitationResponse",properties:{data:{$ref:"#/components/schemas/UserInvitation"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.UserInvitationCreateRequestSchema={type:"object",title:"UserInvitationCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["userInvitations"]},attributes:{type:"object",properties:{email:{type:"string",format:"email"},firstName:{type:"string"},lastName:{type:"string"},roles:{type:"array",items:{$ref:"#/components/schemas/UserRole"}},allAppsVisible:{type:"boolean",nullable:!0},provisioningAllowed:{type:"boolean",nullable:!0}},required:["firstName","lastName","roles","email"]},relationships:{type:"object",properties:{visibleApps:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["attributes","type"]}},required:["data"]},t.UserSchema={type:"object",title:"User",properties:{type:{type:"string",enum:["users"]},id:{type:"string"},attributes:{type:"object",properties:{username:{type:"string"},firstName:{type:"string"},lastName:{type:"string"},roles:{type:"array",items:{$ref:"#/components/schemas/UserRole"}},allAppsVisible:{type:"boolean"},provisioningAllowed:{type:"boolean"}}},relationships:{type:"object",properties:{visibleApps:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.UsersResponseSchema={type:"object",title:"UsersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/User"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.UserResponseSchema={type:"object",title:"UserResponse",properties:{data:{$ref:"#/components/schemas/User"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.UserUpdateRequestSchema={type:"object",title:"UserUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["users"]},id:{type:"string"},attributes:{type:"object",properties:{roles:{type:"array",items:{$ref:"#/components/schemas/UserRole"},nullable:!0},allAppsVisible:{type:"boolean",nullable:!0},provisioningAllowed:{type:"boolean",nullable:!0}}},relationships:{type:"object",properties:{visibleApps:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}}}}}},required:["id","type"]}},required:["data"]},t.WebhookDeliverySchema={type:"object",title:"WebhookDelivery",properties:{type:{type:"string",enum:["webhookDeliveries"]},id:{type:"string"},attributes:{type:"object",properties:{createdDate:{type:"string",format:"date-time"},deliveryState:{type:"string",enum:["SUCCEEDED","FAILED","PENDING"]},errorMessage:{type:"string"},redelivery:{type:"boolean"},sentDate:{type:"string",format:"date-time"},request:{type:"object",properties:{url:{type:"string",format:"uri"}}},response:{type:"object",properties:{httpStatusCode:{type:"integer"},body:{type:"string"}}}}},relationships:{type:"object",properties:{event:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhookEvents"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WebhookDeliveriesResponseSchema={type:"object",title:"WebhookDeliveriesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/WebhookDelivery"}},included:{type:"array",items:{$ref:"#/components/schemas/WebhookEvent"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.WebhookDeliveryResponseSchema={type:"object",title:"WebhookDeliveryResponse",properties:{data:{$ref:"#/components/schemas/WebhookDelivery"},included:{type:"array",items:{$ref:"#/components/schemas/WebhookEvent"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.WebhookDeliveryCreateRequestSchema={type:"object",title:"WebhookDeliveryCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhookDeliveries"]},relationships:{type:"object",properties:{template:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhookDeliveries"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["template"]}},required:["relationships","type"]}},required:["data"]},t.WebhookEventSchema={type:"object",title:"WebhookEvent",properties:{type:{type:"string",enum:["webhookEvents"]},id:{type:"string"},attributes:{type:"object",properties:{eventType:{$ref:"#/components/schemas/WebhookEventType"},payload:{type:"string"},ping:{type:"boolean"},createdDate:{type:"string",format:"date-time"}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WebhookPingSchema={type:"object",title:"WebhookPing",properties:{type:{type:"string",enum:["webhookPings"]},id:{type:"string"},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WebhookPingResponseSchema={type:"object",title:"WebhookPingResponse",properties:{data:{$ref:"#/components/schemas/WebhookPing"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.WebhookPingCreateRequestSchema={type:"object",title:"WebhookPingCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhookPings"]},relationships:{type:"object",properties:{webhook:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhooks"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["webhook"]}},required:["relationships","type"]}},required:["data"]},t.WebhookSchema={type:"object",title:"Webhook",properties:{type:{type:"string",enum:["webhooks"]},id:{type:"string"},attributes:{type:"object",properties:{enabled:{type:"boolean"},eventTypes:{type:"array",items:{$ref:"#/components/schemas/WebhookEventType"}},name:{type:"string"},url:{type:"string",format:"uri"}}},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},deliveries:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WebhooksResponseSchema={type:"object",title:"WebhooksResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Webhook"}},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.WebhookResponseSchema={type:"object",title:"WebhookResponse",properties:{data:{$ref:"#/components/schemas/Webhook"},included:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.WebhookCreateRequestSchema={type:"object",title:"WebhookCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhooks"]},attributes:{type:"object",properties:{enabled:{type:"boolean"},eventTypes:{type:"array",items:{$ref:"#/components/schemas/WebhookEventType"}},name:{type:"string"},secret:{type:"string"},url:{type:"string",format:"uri"}},required:["name","secret","eventTypes","url","enabled"]},relationships:{type:"object",properties:{app:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},required:["data"]}},required:["app"]}},required:["relationships","attributes","type"]}},required:["data"]},t.WebhookUpdateRequestSchema={type:"object",title:"WebhookUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["webhooks"]},id:{type:"string"},attributes:{type:"object",properties:{enabled:{type:"boolean",nullable:!0},eventTypes:{type:"array",items:{$ref:"#/components/schemas/WebhookEventType"},nullable:!0},name:{type:"string",nullable:!0},secret:{type:"string",nullable:!0},url:{type:"string",format:"uri",nullable:!0}}}},required:["id","type"]}},required:["data"]},t.WinBackOfferPriceSchema={type:"object",title:"WinBackOfferPrice",properties:{type:{type:"string",enum:["winBackOfferPrices"]},id:{type:"string"},relationships:{type:"object",properties:{territory:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}}},subscriptionPricePoint:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WinBackOfferPriceInlineCreateSchema={type:"object",properties:{type:{type:"string",enum:["winBackOfferPrices"]},id:{type:"string"}},required:["type"]},t.WinBackOfferPricesResponseSchema={type:"object",title:"WinBackOfferPricesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/WinBackOfferPrice"}},included:{type:"array",items:{oneOf:[{$ref:"#/components/schemas/SubscriptionPricePoint"},{$ref:"#/components/schemas/Territory"}],discriminator:{propertyName:"type",mapping:{territories:"#/components/schemas/Territory",subscriptionPricePoints:"#/components/schemas/SubscriptionPricePoint"}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.WinBackOfferSchema={type:"object",title:"WinBackOffer",properties:{type:{type:"string",enum:["winBackOffers"]},id:{type:"string"},attributes:{type:"object",properties:{referenceName:{type:"string"},offerId:{type:"string"},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},periodCount:{type:"integer"},customerEligibilityPaidSubscriptionDurationInMonths:{type:"integer"},customerEligibilityTimeSinceLastSubscribedInMonths:{$ref:"#/components/schemas/IntegerRange"},customerEligibilityWaitBetweenOffersInMonths:{type:"integer"},startDate:{type:"string",format:"date"},endDate:{type:"string",format:"date"},priority:{type:"string",enum:["HIGH","NORMAL"]},promotionIntent:{type:"string",enum:["NOT_PROMOTED","USE_AUTO_GENERATED_ASSETS"]}}},relationships:{type:"object",properties:{prices:{type:"object",properties:{links:{$ref:"#/components/schemas/RelationshipLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["winBackOfferPrices"]},id:{type:"string"}},required:["id","type"]}}}}}},links:{$ref:"#/components/schemas/ResourceLinks"}},required:["id","type"]},t.WinBackOffersResponseSchema={type:"object",title:"WinBackOffersResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/WinBackOffer"}},included:{type:"array",items:{$ref:"#/components/schemas/WinBackOfferPrice"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.WinBackOfferResponseSchema={type:"object",title:"WinBackOfferResponse",properties:{data:{$ref:"#/components/schemas/WinBackOffer"},included:{type:"array",items:{$ref:"#/components/schemas/WinBackOfferPrice"}},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.WinBackOfferCreateRequestSchema={type:"object",title:"WinBackOfferCreateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["winBackOffers"]},attributes:{type:"object",properties:{referenceName:{type:"string"},offerId:{type:"string"},duration:{$ref:"#/components/schemas/SubscriptionOfferDuration"},offerMode:{$ref:"#/components/schemas/SubscriptionOfferMode"},periodCount:{type:"integer"},customerEligibilityPaidSubscriptionDurationInMonths:{type:"integer"},customerEligibilityTimeSinceLastSubscribedInMonths:{$ref:"#/components/schemas/IntegerRange"},customerEligibilityWaitBetweenOffersInMonths:{type:"integer",nullable:!0},startDate:{type:"string",format:"date"},endDate:{type:"string",format:"date",nullable:!0},priority:{type:"string",enum:["HIGH","NORMAL"]},promotionIntent:{type:"string",nullable:!0,enum:["NOT_PROMOTED","USE_AUTO_GENERATED_ASSETS"]}},required:["duration","customerEligibilityTimeSinceLastSubscribedInMonths","periodCount","offerId","offerMode","priority","customerEligibilityPaidSubscriptionDurationInMonths","startDate","referenceName"]},relationships:{type:"object",properties:{subscription:{type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},prices:{type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["winBackOfferPrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]}},required:["subscription","prices"]}},required:["relationships","attributes","type"]},included:{type:"array",items:{$ref:"#/components/schemas/WinBackOfferPriceInlineCreate"}}},required:["data"]},t.WinBackOfferUpdateRequestSchema={type:"object",title:"WinBackOfferUpdateRequest",properties:{data:{type:"object",properties:{type:{type:"string",enum:["winBackOffers"]},id:{type:"string"},attributes:{type:"object",properties:{customerEligibilityPaidSubscriptionDurationInMonths:{type:"integer",nullable:!0},customerEligibilityTimeSinceLastSubscribedInMonths:{nullable:!0,$ref:"#/components/schemas/IntegerRange"},customerEligibilityWaitBetweenOffersInMonths:{type:"integer",nullable:!0},startDate:{type:"string",format:"date",nullable:!0},endDate:{type:"string",format:"date",nullable:!0},priority:{type:"string",nullable:!0,enum:["HIGH","NORMAL"]},promotionIntent:{type:"string",nullable:!0,enum:["NOT_PROMOTED","USE_AUTO_GENERATED_ASSETS"]}}}},required:["id","type"]}},required:["data"]},t.AlternativeDistributionPackageVersionDeltasLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageDeltas"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionPackageVersionVariantsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageVariants"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AlternativeDistributionPackageVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackageVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportInstanceSegmentsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["analyticsReportSegments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportRequestReportsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["analyticsReports"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AnalyticsReportInstancesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["analyticsReportInstances"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAvailabilityV2TerritoryAvailabilitiesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territoryAvailabilities"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCategoryWithoutIncludesResponseSchema={type:"object",title:"AppCategoryWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/AppCategory"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCategoryParentLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCategoriesWithoutIncludesResponseSchema={type:"object",title:"AppCategoriesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/AppCategory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCategorySubcategoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipDefaultExperienceLocalizationAppClipHeaderImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipHeaderImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipDefaultExperienceAppClipAppStoreReviewDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipAppStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipDefaultExperienceAppClipDefaultExperienceLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperienceLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.AppClipAppClipAdvancedExperiencesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipAdvancedExperiences"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppClipAppClipDefaultExperiencesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageLocalizationAppPreviewSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageLocalizationAppScreenshotSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageLocalizationSearchKeywordsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageLocalizationSearchKeywordsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AppCustomProductPageVersionAppCustomProductPageLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCustomProductPageAppCustomProductPageVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPageVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppWithoutIncludesResponseSchema={type:"object",title:"AppWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/App"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEncryptionDeclarationAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.AppEncryptionDeclarationAppEncryptionDeclarationDocumentLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarationDocuments"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEncryptionDeclarationBuildsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},required:["data"],deprecated:!0},t.AppEventLocalizationAppEventScreenshotsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventScreenshots"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventLocalizationAppEventVideoClipsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventVideoClips"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppEventLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEventLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppInfoAgeRatingDeclarationLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoAppInfoLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appInfoLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppInfoPrimaryCategoryLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoPrimarySubcategoryOneLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoPrimarySubcategoryTwoLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoSecondaryCategoryLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoSecondarySubcategoryOneLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoSecondarySubcategoryTwoLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appCategories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppInfoTerritoryAgeRatingsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territoryAgeRatings"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreviewSetAppPreviewsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviews"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreviewSetAppPreviewsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviews"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AppPricePointV3EqualizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPriceScheduleAutomaticPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPriceScheduleBaseTerritoryLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPriceScheduleManualPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppScreenshotSetAppScreenshotsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshots"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppScreenshotSetAppScreenshotsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshots"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AppStoreReviewDetailAppStoreReviewAttachmentsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewAttachments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentLocalizationAppPreviewSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentLocalizationAppScreenshotSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentTreatmentAppStoreVersionExperimentTreatmentLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatmentLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentV2AppStoreVersionExperimentTreatmentsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionExperimentAppStoreVersionExperimentTreatmentsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperimentTreatments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.AppStoreVersionLocalizationAppPreviewSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPreviewSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionLocalizationAppScreenshotSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appScreenshotSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionLocalizationSearchKeywordsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionLocalizationSearchKeywordsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AgeRatingDeclarationWithoutIncludesResponseSchema={type:"object",title:"AgeRatingDeclarationWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/AgeRatingDeclaration"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAgeRatingDeclarationLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ageRatingDeclarations"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.AppStoreVersionAlternativeDistributionPackageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionPackages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAppClipDefaultExperienceLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAppClipDefaultExperienceLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDefaultExperiences"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.AppStoreVersionAppStoreReviewDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreReviewDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAppStoreVersionExperimentsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.AppStoreVersionAppStoreVersionExperimentsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionAppStoreVersionLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionPhasedReleaseWithoutIncludesResponseSchema={type:"object",title:"AppStoreVersionPhasedReleaseWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/AppStoreVersionPhasedRelease"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAppStoreVersionPhasedReleaseLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionPhasedReleases"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionAppStoreVersionSubmissionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionSubmissions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.BuildWithoutIncludesResponseSchema={type:"object",title:"BuildWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/Build"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionBuildLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionBuildLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.AppStoreVersionCustomerReviewsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["customerReviews"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppStoreVersionGameCenterAppVersionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppStoreVersionRoutingAppCoverageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["routingAppCoverages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppTagTerritoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAccessibilityDeclarationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["accessibilityDeclarations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAlternativeDistributionKeyLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["alternativeDistributionKeys"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppAnalyticsReportRequestsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["analyticsReportRequests"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAndroidToIosAppMappingDetailsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["androidToIosAppMappingDetails"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppAvailabilityV2LinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appAvailabilities"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppAppClipsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appClips"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppCustomProductPagesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appCustomProductPages"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppEncryptionDeclarationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppEventsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appEvents"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppInfosLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appInfos"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppPricePointsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appPricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppPriceScheduleLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appPriceSchedules"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppAppStoreVersionExperimentsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersionExperiments"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppStoreVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppAppTagsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appTags"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppBackgroundAssetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["backgroundAssets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppLocalizationsWithoutIncludesResponseSchema={type:"object",title:"BetaAppLocalizationsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaAppLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppBetaAppLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppReviewDetailWithoutIncludesResponseSchema={type:"object",title:"BetaAppReviewDetailWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/BetaAppReviewDetail"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppBetaAppReviewDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppBetaFeedbackCrashSubmissionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaFeedbackCrashSubmissions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppBetaFeedbackScreenshotSubmissionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaFeedbackScreenshotSubmissions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaGroupsWithoutIncludesResponseSchema={type:"object",title:"BetaGroupsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaGroup"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppBetaGroupsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaLicenseAgreementWithoutIncludesResponseSchema={type:"object",title:"BetaLicenseAgreementWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/BetaLicenseAgreement"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppBetaLicenseAgreementLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaLicenseAgreements"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppBetaTestersLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AppBuildUploadsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildUploads"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildsWithoutIncludesResponseSchema={type:"object",title:"BuildsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Build"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppBuildsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppCiProductLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciProducts"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppCustomerReviewsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["customerReviews"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.EndUserLicenseAgreementWithoutIncludesResponseSchema={type:"object",title:"EndUserLicenseAgreementWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/EndUserLicenseAgreement"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEndUserLicenseAgreementLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["endUserLicenseAgreements"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppGameCenterDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppGameCenterEnabledVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.AppInAppPurchasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.AppInAppPurchasesV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppMarketplaceSearchDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["marketplaceSearchDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppPerfPowerMetricsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["perfPowerMetrics"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PreReleaseVersionsWithoutIncludesResponseSchema={type:"object",title:"PreReleaseVersionsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/PrereleaseVersion"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPreReleaseVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["preReleaseVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPromotedPurchasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppPromotedPurchasesLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.AppReviewSubmissionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppSearchKeywordsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appKeywords"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppSubscriptionGracePeriodLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionGracePeriods"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppSubscriptionGroupsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroups"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppWebhooksLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["webhooks"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BackgroundAssetVersionBackgroundAssetUploadFilesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetUploadFiles"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BackgroundAssetVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["backgroundAssetVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaAppLocalizationAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppReviewDetailAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppReviewSubmissionBuildLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaBuildLocalizationBuildLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaFeedbackCrashSubmissionCrashLogLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaCrashLogs"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaGroupAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaGroupBetaRecruitmentCriteriaLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaRecruitmentCriteria"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaGroupBetaRecruitmentCriterionCompatibleBuildCheckLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaRecruitmentCriterionCompatibleBuildChecks"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaTestersWithoutIncludesResponseSchema={type:"object",title:"BetaTestersWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaTester"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaGroupBetaTestersLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaGroupBetaTestersLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BetaGroupBuildsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaGroupBuildsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BetaLicenseAgreementAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppsWithoutIncludesResponseSchema={type:"object",title:"AppsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/App"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterAppsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterAppsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BetaTesterBetaGroupsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterBetaGroupsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BetaTesterBuildsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterBuildsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BuildBetaDetailBuildLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBundleAppClipDomainCacheStatusLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDomainStatuses"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBundleAppClipDomainDebugStatusLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appClipDomainStatuses"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBundleBetaAppClipInvocationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaAppClipInvocations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildBundleBuildBundleFileSizesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildBundleFileSizes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildUploadBuildUploadFilesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildUploadFiles"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.AppEncryptionDeclarationWithoutIncludesResponseSchema={type:"object",title:"AppEncryptionDeclarationWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/AppEncryptionDeclaration"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildAppEncryptionDeclarationLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildAppEncryptionDeclarationLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appEncryptionDeclarations"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.BuildAppStoreVersionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaAppReviewSubmissionWithoutIncludesResponseSchema={type:"object",title:"BetaAppReviewSubmissionWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/BetaAppReviewSubmission"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildBetaAppReviewSubmissionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["betaAppReviewSubmissions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BetaBuildLocalizationsWithoutIncludesResponseSchema={type:"object",title:"BetaBuildLocalizationsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BetaBuildLocalization"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildBetaBuildLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaBuildLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildBetaGroupsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaGroups"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BuildBuildBetaDetailLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["buildBetaDetails"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildDiagnosticSignaturesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["diagnosticSignatures"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildIconsWithoutIncludesResponseSchema={type:"object",title:"BuildIconsWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BuildIcon"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildIconsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["buildIcons"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildIndividualTestersLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BuildIndividualTestersLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["betaTesters"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.BuildPerfPowerMetricsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["perfPowerMetrics"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PrereleaseVersionWithoutIncludesResponseSchema={type:"object",title:"PrereleaseVersionWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/PrereleaseVersion"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BuildPreReleaseVersionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["preReleaseVersions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BundleIdAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.BundleIdCapabilitiesWithoutIncludesResponseSchema={type:"object",title:"BundleIdCapabilitiesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/BundleIdCapability"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BundleIdBundleIdCapabilitiesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["bundleIdCapabilities"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ProfilesWithoutIncludesResponseSchema={type:"object",title:"ProfilesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Profile"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BundleIdProfilesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["profiles"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CertificatePassTypeIdLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["passTypeIds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiBuildActionArtifactsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciArtifacts"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildActionBuildRunLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiBuildActionIssuesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciIssues"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildActionTestResultsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciTestResults"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildRunActionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciBuildActions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiBuildRunBuildsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiMacOsVersionXcodeVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciXcodeVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiProductAdditionalRepositoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiProductAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiProductBuildRunsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiProductPrimaryRepositoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiProductWorkflowsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciWorkflows"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiWorkflowBuildRunsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciBuildRuns"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CiWorkflowRepositoryLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CiXcodeVersionMacOsVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["ciMacOsVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.CustomerReviewResponseLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["customerReviewResponses"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.DiagnosticSignatureLogsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["diagnosticLogs"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.TerritoriesWithoutIncludesResponseSchema={type:"object",title:"TerritoriesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Territory"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.EndUserLicenseAgreementTerritoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementLocalizationV2ImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementLocalizationGameCenterAchievementLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementLocalizationGameCenterAchievementImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAchievementVersionV2LocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementV2ActivityLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementV2VersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementActivityLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterAchievementGroupAchievementLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.GameCenterAchievementGroupAchievementLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},required:["data"],deprecated:!0},t.GameCenterAchievementLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAchievementReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityAchievementsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterActivityAchievementsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterActivityLeaderboardsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterActivityLeaderboardsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterActivityVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterActivityLocalizationImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityVersionDefaultImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterActivityVersionLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAppVersionAppStoreVersionLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterAppVersionCompatibilityVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterAppVersionCompatibilityVersionsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterChallengeLocalizationImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeVersionDefaultImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterChallengeVersionLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterChallengeLeaderboardLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterChallengeLeaderboardV2LinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterChallengeVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailAchievementReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievementReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailActivityReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivityVersionReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailChallengeReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallengeVersionReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailChallengesMinimumPlatformVersionsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["appStoreVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterAchievementsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterAchievementsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterAchievementsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterAchievementsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterActivitiesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterAppVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAppVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterChallengesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterGroupLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterGroups"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterDetailGameCenterLeaderboardSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterLeaderboardSetsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterLeaderboardSetsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterLeaderboardSetsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterLeaderboardsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterLeaderboardsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailGameCenterLeaderboardsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailGameCenterLeaderboardsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterDetailLeaderboardReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterDetailLeaderboardSetReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterEnabledVersionCompatibleVersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"],deprecated:!0},t.GameCenterEnabledVersionCompatibleVersionsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterEnabledVersions"]},id:{type:"string"}},required:["id","type"]}}},required:["data"],deprecated:!0},t.GameCenterGroupGameCenterAchievementsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterAchievementsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterGroupGameCenterAchievementsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterAchievementsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterAchievements"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterGroupGameCenterActivitiesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterChallengesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterDetailsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterDetails"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterLeaderboardSetsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterLeaderboardSetsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterGroupGameCenterLeaderboardSetsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterLeaderboardSetsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterGroupGameCenterLeaderboardsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterLeaderboardsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterGroupGameCenterLeaderboardsV2LinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterGroupGameCenterLeaderboardsV2LinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterLeaderboardLocalizationGameCenterLeaderboardImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardLocalizationV2ImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationGameCenterLeaderboardSetImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetLocalizationV2ImageLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetImages"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardSetLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.GameCenterLeaderboardSetVersionV2LocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterLeaderboardSetV2VersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSets"]},id:{type:"string"}},required:["id","type"]}},required:["data"],deprecated:!0},t.GameCenterLeaderboardSetLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardSetReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardSetReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardVersionV2LocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardActivityLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardChallengeLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardGroupLeaderboardLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"],deprecated:!0},t.GameCenterLeaderboardGroupLeaderboardLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboards"]},id:{type:"string"}},required:["id","type"]}},required:["data"],deprecated:!0},t.GameCenterLeaderboardLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardReleasesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardReleases"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterLeaderboardV2ActivityLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterActivities"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardV2ChallengeLinkageRequestSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["gameCenterChallenges"]},id:{type:"string"}},required:["id","type"]}},required:["data"]},t.GameCenterLeaderboardV2VersionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterLeaderboardVersions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetMatchmakingQueuesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingQueues"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetRulesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingRules"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleSetTeamsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["gameCenterMatchmakingTeams"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseAvailabilityAvailableTerritoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodeOneTimeUseCodeValuesLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodeValues"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseOfferCodeCustomCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeCustomCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodeOneTimeUseCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodeOneTimeUseCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseOfferCodePricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchasePricePointEqualizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchasePriceScheduleAutomaticPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchasePriceScheduleBaseTerritoryLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchasePriceScheduleManualPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2AppStoreReviewScreenshotLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAppStoreReviewScreenshots"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseV2ContentLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseContents"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseV2IapPriceScheduleLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePriceSchedules"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseV2ImagesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseImages"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2InAppPurchaseAvailabilityLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseAvailabilities"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.InAppPurchaseV2InAppPurchaseLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2OfferCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchaseOfferCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2PricePointsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["inAppPurchasePricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.InAppPurchaseV2PromotedPurchaseLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.MerchantIdCertificatesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PassTypeIdCertificatesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.PrereleaseVersionAppLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.PrereleaseVersionBuildsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["builds"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BundleIdWithoutIncludesResponseSchema={type:"object",title:"BundleIdWithoutIncludesResponse",properties:{data:{$ref:"#/components/schemas/BundleId"},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.ProfileBundleIdLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["bundleIds"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.CertificatesWithoutIncludesResponseSchema={type:"object",title:"CertificatesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Certificate"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ProfileCertificatesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["certificates"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.DevicesWithoutIncludesResponseSchema={type:"object",title:"DevicesWithoutIncludesResponse",properties:{data:{type:"array",items:{$ref:"#/components/schemas/Device"}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ProfileDevicesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["devices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ReviewSubmissionItemsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["reviewSubmissionItems"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmProviderRepositoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmRepositories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmRepositoryGitReferencesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmGitReferences"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ScmRepositoryPullRequestsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["scmPullRequests"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionAvailabilityAvailableTerritoriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["territories"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionGroupSubscriptionGroupLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionGroupLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionGroupSubscriptionsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptions"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeOneTimeUseCodeValuesLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodeValues"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionOfferCodeCustomCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeCustomCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodeOneTimeUseCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodeOneTimeUseCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionOfferCodePricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodePrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPricePointEqualizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPromotionalOfferPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOfferPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionAppStoreReviewScreenshotLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAppStoreReviewScreenshots"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionImagesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionImages"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionIntroductoryOffersLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionIntroductoryOffersLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionIntroductoryOffers"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.SubscriptionOfferCodesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionOfferCodes"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPricePointsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPricePoints"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionPricesLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPrices"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.SubscriptionPromotedPurchaseLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["promotedPurchases"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionPromotionalOffersLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionPromotionalOffers"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionSubscriptionAvailabilityLinkageResponseSchema={type:"object",properties:{data:{type:"object",properties:{type:{type:"string",enum:["subscriptionAvailabilities"]},id:{type:"string"}},required:["id","type"]},links:{$ref:"#/components/schemas/DocumentLinks"}},required:["data","links"]},t.SubscriptionSubscriptionLocalizationsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["subscriptionLocalizations"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.SubscriptionWinBackOffersLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["winBackOffers"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.UserInvitationVisibleAppsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.UserVisibleAppsLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.UserVisibleAppsLinkagesRequestSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["apps"]},id:{type:"string"}},required:["id","type"]}}},required:["data"]},t.WebhookDeliveriesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["webhookDeliveries"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.WinBackOfferPricesLinkagesResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{type:{type:"string",enum:["winBackOfferPrices"]},id:{type:"string"}},required:["id","type"]}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.AppsBetaTesterUsagesV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{crashCount:{type:"integer"},sessionCount:{type:"integer"},feedbackCount:{type:"integer"}}}}},dimensions:{type:"object",properties:{betaTesters:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"},included:{type:"array",items:{$ref:"#/components/schemas/BetaTester"}}},required:["data","links"]},t.BetaPublicLinkUsagesV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{viewCount:{type:"integer"},acceptedCount:{type:"integer"},didNotAcceptCount:{type:"integer"},didNotMeetCriteriaCount:{type:"integer"},notRelevantRatio:{type:"number"},notClearRatio:{type:"number"},notInterestingRatio:{type:"number"}}}}}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaTesterUsagesV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{crashCount:{type:"integer"},sessionCount:{type:"integer"},feedbackCount:{type:"integer"}}}}},dimensions:{type:"object",properties:{apps:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.BetaBuildUsagesV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{crashCount:{type:"integer"},installCount:{type:"integer"},sessionCount:{type:"integer"},feedbackCount:{type:"integer"},inviteCount:{type:"integer"}}}}}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingAppRequestsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"},averageSecondsInQueue:{type:"number"},p50SecondsInQueue:{type:"number"},p95SecondsInQueue:{type:"number"}}}}},dimensions:{type:"object",properties:{result:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"}}},data:{type:"string",enum:["MATCHED","CANCELED","EXPIRED"]}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingQueueSizesV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"},averageNumberOfRequests:{type:"number"},p50NumberOfRequests:{type:"number"},p95NumberOfRequests:{type:"number"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingQueueRequestsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"},averageSecondsInQueue:{type:"number"},p50SecondsInQueue:{type:"number"},p95SecondsInQueue:{type:"number"}}}}},dimensions:{type:"object",properties:{result:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"}}},data:{type:"string",enum:["MATCHED","CANCELED","EXPIRED"]}}},gameCenterDetail:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingSessionsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"},averagePlayerCount:{type:"number"},p50PlayerCount:{type:"number"},p95PlayerCount:{type:"number"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingBooleanRuleResultsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"}}}}},dimensions:{type:"object",properties:{result:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"}}},data:{type:"string"}}},gameCenterMatchmakingQueue:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingNumberRuleResultsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"},averageResult:{type:"number"},p50Result:{type:"number"},p95Result:{type:"number"}}}}},dimensions:{type:"object",properties:{gameCenterMatchmakingQueue:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.GameCenterMatchmakingRuleErrorsV1MetricResponseSchema={type:"object",properties:{data:{type:"array",items:{type:"object",properties:{dataPoints:{type:"object",properties:{start:{type:"string",format:"date-time"},end:{type:"string",format:"date-time"},values:{type:"object",properties:{count:{type:"integer"}}}}},dimensions:{type:"object",properties:{gameCenterMatchmakingQueue:{type:"object",properties:{links:{type:"object",properties:{groupBy:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},data:{type:"string"}}}}},granularity:{type:"string",enum:["P1D","PT1H","PT15M"]}}}},links:{$ref:"#/components/schemas/PagedDocumentLinks"},meta:{$ref:"#/components/schemas/PagingInformation"}},required:["data","links"]},t.ErrorResponseSchema={type:"object",properties:{errors:{type:"array",items:{type:"object",properties:{id:{type:"string"},status:{type:"string"},code:{type:"string"},title:{type:"string"},detail:{type:"string"},source:{oneOf:[{$ref:"#/components/schemas/ErrorSourcePointer"},{$ref:"#/components/schemas/ErrorSourceParameter"}]},links:{$ref:"#/components/schemas/ErrorLinks"},meta:{type:"object",additionalProperties:{}}},required:["code","detail","status","title"]}}}},t.ErrorSourceParameterSchema={type:"object",title:"Parameter",properties:{parameter:{type:"string"}},required:["parameter"]},t.ErrorSourcePointerSchema={type:"object",title:"JsonPointer",properties:{pointer:{type:"string"}},required:["pointer"]},t.ErrorLinksSchema={type:"object",properties:{about:{type:"string",format:"uri-reference"},associated:{oneOf:[{type:"string",format:"uri-reference"},{type:"object",properties:{href:{type:"string",format:"uri-reference"},meta:{type:"object",properties:{source:{type:"string"}}}}}]}}},t.PagedDocumentLinksSchema={type:"object",properties:{self:{type:"string",format:"uri-reference"},first:{type:"string",format:"uri-reference"},next:{type:"string",format:"uri-reference"}},required:["self"]},t.PagingInformationSchema={type:"object",properties:{paging:{type:"object",properties:{total:{type:"integer"},limit:{type:"integer"},nextCursor:{type:"string"}},required:["limit"]}},required:["paging"]},t.DocumentLinksSchema={type:"object",properties:{self:{type:"string",format:"uri-reference"}},required:["self"]},t.ResourceLinksSchema={type:"object",properties:{self:{type:"string",format:"uri-reference"}}},t.RelationshipLinksSchema={type:"object",properties:{self:{type:"string",format:"uri-reference"},related:{type:"string",format:"uri-reference"}}},t.AppClipActionSchema={type:"string",enum:["OPEN","VIEW","PLAY"]},t.AppClipAdvancedExperienceLanguageSchema={type:"string",enum:["AR","CA","CS","DA","DE","EL","EN","ES","FI","FR","HE","HI","HR","HU","ID","IT","JA","KO","MS","NL","NO","PL","PT","RO","RU","SK","SV","TH","TR","UK","VI","ZH"]},t.AppEncryptionDeclarationStateSchema={type:"string",enum:["CREATED","IN_REVIEW","APPROVED","REJECTED","INVALID","EXPIRED"]},t.AppEventAssetTypeSchema={type:"string",enum:["EVENT_CARD","EVENT_DETAILS_PAGE"]},t.AppMediaAssetStateSchema={type:"object",properties:{errors:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},warnings:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},state:{type:"string",enum:["AWAITING_UPLOAD","UPLOAD_COMPLETE","COMPLETE","FAILED"]}}},t.AppMediaPreviewFrameImageStateSchema={type:"object",properties:{errors:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},warnings:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},state:{type:"string",enum:["PROCESSING","COMPLETE","FAILED"]}}},t.AppMediaStateErrorSchema={type:"object",properties:{code:{type:"string"},description:{type:"string"}}},t.AppMediaVideoStateSchema={type:"object",properties:{errors:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},warnings:{type:"array",items:{$ref:"#/components/schemas/AppMediaStateError"}},state:{type:"string",enum:["AWAITING_UPLOAD","UPLOAD_COMPLETE","PROCESSING","COMPLETE","FAILED"]}}},t.AppStoreAgeRatingSchema={type:"string",enum:["L","ALL","ONE_PLUS","TWO_PLUS","THREE_PLUS","FOUR_PLUS","FIVE_PLUS","SIX_PLUS","SEVEN_PLUS","EIGHT_PLUS","NINE_PLUS","TEN_PLUS","ELEVEN_PLUS","TWELVE_PLUS","THIRTEEN_PLUS","FOURTEEN_PLUS","FIFTEEN_PLUS","SIXTEEN_PLUS","SEVENTEEN_PLUS","EIGHTEEN_PLUS","NINETEEN_PLUS","TWENTY_PLUS","TWENTY_ONE_PLUS","UNRATED"]},t.AppStoreVersionStateSchema={type:"string",enum:["ACCEPTED","DEVELOPER_REMOVED_FROM_SALE","DEVELOPER_REJECTED","IN_REVIEW","INVALID_BINARY","METADATA_REJECTED","PENDING_APPLE_RELEASE","PENDING_CONTRACT","PENDING_DEVELOPER_RELEASE","PREPARE_FOR_SUBMISSION","PREORDER_READY_FOR_SALE","PROCESSING_FOR_APP_STORE","READY_FOR_REVIEW","READY_FOR_SALE","REJECTED","REMOVED_FROM_SALE","WAITING_FOR_EXPORT_COMPLIANCE","WAITING_FOR_REVIEW","REPLACED_WITH_NEW_VERSION","NOT_APPLICABLE"]},t.AppVersionStateSchema={type:"string",enum:["ACCEPTED","DEVELOPER_REJECTED","IN_REVIEW","INVALID_BINARY","METADATA_REJECTED","PENDING_APPLE_RELEASE","PENDING_DEVELOPER_RELEASE","PREPARE_FOR_SUBMISSION","PROCESSING_FOR_DISTRIBUTION","READY_FOR_DISTRIBUTION","READY_FOR_REVIEW","REJECTED","REPLACED_WITH_NEW_VERSION","WAITING_FOR_EXPORT_COMPLIANCE","WAITING_FOR_REVIEW"]},t.BackgroundAssetVersionAppStoreReleaseStateSchema={type:"string",enum:["PREPARE_FOR_SUBMISSION","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","ACCEPTED","REJECTED","PROCESSING_FOR_DISTRIBUTION","READY_FOR_DISTRIBUTION","SUPERSEDED"]},t.BackgroundAssetVersionExternalBetaReleaseStateSchema={type:"string",enum:["READY_FOR_BETA_SUBMISSION","WAITING_FOR_REVIEW","IN_REVIEW","REJECTED","PROCESSING_FOR_TESTING","READY_FOR_TESTING","SUPERSEDED"]},t.BackgroundAssetVersionStateSchema={type:"string",enum:["AWAITING_UPLOAD","PROCESSING","FAILED","COMPLETE"]},t.BetaFeedbackScreenshotImageSchema={type:"object",properties:{url:{type:"string"},width:{type:"integer"},height:{type:"integer"},expirationDate:{type:"string",format:"date-time"}}},t.BetaInviteTypeSchema={type:"string",enum:["EMAIL","PUBLIC_LINK"]},t.BetaReviewStateSchema={type:"string",enum:["WAITING_FOR_REVIEW","IN_REVIEW","REJECTED","APPROVED"]},t.BetaTesterStateSchema={type:"string",enum:["NOT_INVITED","INVITED","ACCEPTED","INSTALLED","REVOKED"]},t.BrazilAgeRatingSchema={type:"string",enum:["L","TEN","TWELVE","FOURTEEN","SIXTEEN","EIGHTEEN"]},t.BuildAudienceTypeSchema={type:"string",enum:["INTERNAL_ONLY","APP_STORE_ELIGIBLE"]},t.BuildBundleTypeSchema={type:"string",enum:["APP","APP_CLIP"]},t.BuildUploadStateSchema={type:"string",enum:["AWAITING_UPLOAD","PROCESSING","FAILED","COMPLETE"]},t.BundleIdPlatformSchema={type:"string",enum:["IOS","MAC_OS","UNIVERSAL"]},t.CapabilityOptionSchema={type:"object",properties:{key:{type:"string",enum:["XCODE_5","XCODE_6","COMPLETE_PROTECTION","PROTECTED_UNLESS_OPEN","PROTECTED_UNTIL_FIRST_USER_AUTH","PRIMARY_APP_CONSENT"]},name:{type:"string"},description:{type:"string"},enabledByDefault:{type:"boolean"},enabled:{type:"boolean"},supportsWildcard:{type:"boolean"}}},t.CapabilitySettingSchema={type:"object",properties:{key:{type:"string",enum:["ICLOUD_VERSION","DATA_PROTECTION_PERMISSION_LEVEL","APPLE_ID_AUTH_APP_CONSENT"]},name:{type:"string"},description:{type:"string"},enabledByDefault:{type:"boolean"},visible:{type:"boolean"},allowedInstances:{type:"string",enum:["ENTRY","SINGLE","MULTIPLE"]},minInstances:{type:"integer"},options:{type:"array",items:{$ref:"#/components/schemas/CapabilityOption"}}}},t.CapabilityTypeSchema={type:"string",enum:["ICLOUD","IN_APP_PURCHASE","GAME_CENTER","PUSH_NOTIFICATIONS","WALLET","INTER_APP_AUDIO","MAPS","ASSOCIATED_DOMAINS","PERSONAL_VPN","APP_GROUPS","HEALTHKIT","HOMEKIT","WIRELESS_ACCESSORY_CONFIGURATION","APPLE_PAY","DATA_PROTECTION","SIRIKIT","NETWORK_EXTENSIONS","MULTIPATH","HOT_SPOT","NFC_TAG_READING","CLASSKIT","AUTOFILL_CREDENTIAL_PROVIDER","ACCESS_WIFI_INFORMATION","NETWORK_CUSTOM_PROTOCOL","COREMEDIA_HLS_LOW_LATENCY","SYSTEM_EXTENSION_INSTALL","USER_MANAGEMENT","APPLE_ID_AUTH"]},t.CertificateTypeSchema={type:"string",enum:["APPLE_PAY","APPLE_PAY_MERCHANT_IDENTITY","APPLE_PAY_PSP_IDENTITY","APPLE_PAY_RSA","DEVELOPER_ID_KEXT","DEVELOPER_ID_KEXT_G2","DEVELOPER_ID_APPLICATION","DEVELOPER_ID_APPLICATION_G2","DEVELOPMENT","DISTRIBUTION","IDENTITY_ACCESS","IOS_DEVELOPMENT","IOS_DISTRIBUTION","MAC_APP_DISTRIBUTION","MAC_INSTALLER_DISTRIBUTION","MAC_APP_DEVELOPMENT","PASS_TYPE_ID","PASS_TYPE_ID_WITH_NFC"]},t.ChecksumAlgorithmSchema={type:"string",enum:["MD5","SHA_256"]},t.ChecksumsSchema={type:"object",properties:{file:{type:"object",properties:{hash:{type:"string"},algorithm:{$ref:"#/components/schemas/ChecksumAlgorithm"}}},composite:{type:"object",properties:{hash:{type:"string"},algorithm:{type:"string",enum:["MD5"]}}}}},t.CiActionSchema={type:"object",properties:{name:{type:"string"},actionType:{$ref:"#/components/schemas/CiActionType"},destination:{type:"string",enum:["ANY_IOS_DEVICE","ANY_IOS_SIMULATOR","ANY_TVOS_DEVICE","ANY_TVOS_SIMULATOR","ANY_WATCHOS_DEVICE","ANY_WATCHOS_SIMULATOR","ANY_MAC","ANY_MAC_CATALYST","ANY_VISIONOS_DEVICE","ANY_VISIONOS_SIMULATOR"]},buildDistributionAudience:{$ref:"#/components/schemas/BuildAudienceType"},testConfiguration:{type:"object",properties:{kind:{type:"string",enum:["USE_SCHEME_SETTINGS","SPECIFIC_TEST_PLANS"]},testPlanName:{type:"string"},testDestinations:{type:"array",items:{$ref:"#/components/schemas/CiTestDestination"}}}},scheme:{type:"string"},platform:{type:"string",enum:["MACOS","IOS","TVOS","WATCHOS","VISIONOS"]},isRequiredToPass:{type:"boolean"}}},t.CiActionTypeSchema={type:"string",enum:["BUILD","ANALYZE","TEST","ARCHIVE"]},t.CiBranchPatternsSchema={type:"object",properties:{isAllMatch:{type:"boolean"},patterns:{type:"array",items:{type:"object",properties:{pattern:{type:"string"},isPrefix:{type:"boolean"}}}}}},t.CiBranchStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiBranchPatterns"},filesAndFoldersRule:{$ref:"#/components/schemas/CiFilesAndFoldersRule"},autoCancel:{type:"boolean"}}},t.CiCompletionStatusSchema={type:"string",enum:["SUCCEEDED","FAILED","ERRORED","CANCELED","SKIPPED"]},t.CiExecutionProgressSchema={type:"string",enum:["PENDING","RUNNING","COMPLETE"]},t.CiFilesAndFoldersRuleSchema={type:"object",properties:{mode:{type:"string",enum:["START_IF_ANY_FILE_MATCHES","DO_NOT_START_IF_ALL_FILES_MATCH"]},matchers:{type:"array",items:{$ref:"#/components/schemas/CiStartConditionFileMatcher"}}}},t.CiGitRefKindSchema={type:"string",enum:["BRANCH","TAG"]},t.CiGitUserSchema={type:"object",properties:{displayName:{type:"string"},avatarUrl:{type:"string",format:"uri"}}},t.CiIssueCountsSchema={type:"object",properties:{analyzerWarnings:{type:"integer"},errors:{type:"integer"},testFailures:{type:"integer"},warnings:{type:"integer"}}},t.CiManualBranchStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiBranchPatterns"}}},t.CiManualPullRequestStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiBranchPatterns"},destination:{$ref:"#/components/schemas/CiBranchPatterns"}}},t.CiManualTagStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiTagPatterns"}}},t.CiPullRequestStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiBranchPatterns"},destination:{$ref:"#/components/schemas/CiBranchPatterns"},filesAndFoldersRule:{$ref:"#/components/schemas/CiFilesAndFoldersRule"},autoCancel:{type:"boolean"}}},t.CiScheduledStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiBranchPatterns"},schedule:{type:"object",properties:{frequency:{type:"string",enum:["WEEKLY","DAILY","HOURLY"]},days:{type:"array",items:{type:"string",enum:["SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"]}},hour:{type:"integer"},minute:{type:"integer"},timezone:{type:"string"}}}}},t.CiStartConditionFileMatcherSchema={type:"object",properties:{directory:{type:"string"},fileExtension:{type:"string"},fileName:{type:"string"}}},t.CiTagPatternsSchema={type:"object",properties:{isAllMatch:{type:"boolean"},patterns:{type:"array",items:{type:"object",properties:{pattern:{type:"string"},isPrefix:{type:"boolean"}}}}}},t.CiTagStartConditionSchema={type:"object",properties:{source:{$ref:"#/components/schemas/CiTagPatterns"},filesAndFoldersRule:{$ref:"#/components/schemas/CiFilesAndFoldersRule"},autoCancel:{type:"boolean"}}},t.CiTestDestinationSchema={type:"object",properties:{deviceTypeName:{type:"string"},deviceTypeIdentifier:{type:"string"},runtimeName:{type:"string"},runtimeIdentifier:{type:"string"},kind:{$ref:"#/components/schemas/CiTestDestinationKind"}}},t.CiTestDestinationKindSchema={type:"string",enum:["SIMULATOR","MAC"]},t.CiTestStatusSchema={type:"string",enum:["SUCCESS","FAILURE","MIXED","SKIPPED","EXPECTED_FAILURE"]},t.DeliveryFileUploadOperationSchema={type:"object",properties:{method:{type:"string"},url:{type:"string"},length:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1},offset:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:0},requestHeaders:{type:"array",items:{$ref:"#/components/schemas/HttpHeader"}},expiration:{type:"string",format:"date-time"},partNumber:{type:"integer",format:"int64",maximum:0x1fffffffffffff,minimum:1},entityTag:{type:"string"}}},t.DeviceConnectionTypeSchema={type:"string",enum:["WIFI","MOBILE_DATA","WIRE","UNKNOWN","NONE"]},t.DeviceFamilySchema={type:"string",enum:["IPHONE","IPAD","APPLE_TV","APPLE_WATCH","MAC","VISION"]},t.DeviceFamilyOsVersionFilterSchema={type:"object",properties:{deviceFamily:{$ref:"#/components/schemas/DeviceFamily"},minimumOsInclusive:{type:"string"},maximumOsInclusive:{type:"string"}}},t.DiagnosticInsightSchema={type:"object",properties:{insightType:{$ref:"#/components/schemas/DiagnosticInsightType"},direction:{$ref:"#/components/schemas/DiagnosticInsightDirection"},referenceVersions:{type:"array",items:{type:"object",properties:{version:{type:"string"},value:{type:"number"}}}}}},t.DiagnosticInsightDirectionSchema={type:"string",enum:["UP","DOWN","UNDEFINED"]},t.DiagnosticInsightTypeSchema={type:"string",enum:["TREND"]},t.DiagnosticLogCallStackNodeSchema={type:"object",properties:{sampleCount:{type:"integer"},isBlameFrame:{type:"boolean"},symbolName:{type:"string"},insightsCategory:{type:"string"},offsetIntoSymbol:{type:"string"},binaryName:{type:"string"},fileName:{type:"string"},binaryUUID:{type:"string"},lineNumber:{type:"string"},address:{type:"string"},offsetIntoBinaryTextSegment:{type:"string"},rawFrame:{type:"string"},subFrames:{type:"array",items:{$ref:"#/components/schemas/DiagnosticLogCallStackNode"}}}},t.ExternalBetaStateSchema={type:"string",enum:["PROCESSING","PROCESSING_EXCEPTION","MISSING_EXPORT_COMPLIANCE","READY_FOR_BETA_TESTING","IN_BETA_TESTING","EXPIRED","READY_FOR_BETA_SUBMISSION","IN_EXPORT_COMPLIANCE_REVIEW","WAITING_FOR_BETA_REVIEW","IN_BETA_REVIEW","BETA_REJECTED","BETA_APPROVED","NOT_APPLICABLE"]},t.FileLocationSchema={type:"object",properties:{path:{type:"string"},lineNumber:{type:"integer"}}},t.GameCenterLeaderboardFormatterSchema={type:"string",enum:["INTEGER","DECIMAL_POINT_1_PLACE","DECIMAL_POINT_2_PLACE","DECIMAL_POINT_3_PLACE","ELAPSED_TIME_CENTISECOND","ELAPSED_TIME_MINUTE","ELAPSED_TIME_SECOND","MONEY_POUND_DECIMAL","MONEY_POUND","MONEY_DOLLAR_DECIMAL","MONEY_DOLLAR","MONEY_EURO_DECIMAL","MONEY_EURO","MONEY_FRANC_DECIMAL","MONEY_FRANC","MONEY_KRONER_DECIMAL","MONEY_KRONER","MONEY_YEN"]},t.GameCenterMatchmakingTeamAssignmentSchema={type:"object",properties:{playerId:{type:"string"},team:{type:"string"}}},t.GameCenterVersionStateSchema={type:"string",enum:["PREPARE_FOR_SUBMISSION","READY_FOR_REVIEW","WAITING_FOR_REVIEW","IN_REVIEW","DEVELOPER_REJECTED","REJECTED","ACCEPTED","PENDING_RELEASE","LIVE","REPLACED_WITH_NEW_VERSION"]},t.HttpHeaderSchema={type:"object",properties:{name:{type:"string"},value:{type:"string"}}},t.IconAssetTypeSchema={type:"string",enum:["APP_STORE","MESSAGES_APP_STORE","WATCH_APP_STORE","TV_OS_HOME_SCREEN","TV_OS_TOP_SHELF","ALTERNATE_EXPERIMENT"]},t.ImageAssetSchema={type:"object",properties:{templateUrl:{type:"string"},width:{type:"integer"},height:{type:"integer"}}},t.InAppPurchaseStateSchema={type:"string",enum:["MISSING_METADATA","WAITING_FOR_UPLOAD","PROCESSING_CONTENT","READY_TO_SUBMIT","WAITING_FOR_REVIEW","IN_REVIEW","DEVELOPER_ACTION_NEEDED","PENDING_BINARY_APPROVAL","APPROVED","DEVELOPER_REMOVED_FROM_SALE","REMOVED_FROM_SALE","REJECTED"]},t.InAppPurchaseTypeSchema={type:"string",enum:["CONSUMABLE","NON_CONSUMABLE","NON_RENEWING_SUBSCRIPTION"]},t.IntegerRangeSchema={type:"object",properties:{minimum:{type:"integer"},maximum:{type:"integer"}}},t.InternalBetaStateSchema={type:"string",enum:["PROCESSING","PROCESSING_EXCEPTION","MISSING_EXPORT_COMPLIANCE","READY_FOR_BETA_TESTING","IN_BETA_TESTING","EXPIRED","IN_EXPORT_COMPLIANCE_REVIEW"]},t.KidsAgeBandSchema={type:"string",enum:["FIVE_AND_UNDER","SIX_TO_EIGHT","NINE_TO_ELEVEN"]},t.LocationSchema={type:"object",properties:{latitude:{type:"number"},longitude:{type:"number"}}},t.MetricCategorySchema={type:"string",enum:["HANG","LAUNCH","MEMORY","DISK","BATTERY","TERMINATION","ANIMATION"]},t.MetricsInsightSchema={type:"object",properties:{metricCategory:{$ref:"#/components/schemas/MetricCategory"},latestVersion:{type:"string"},metric:{type:"string"},summaryString:{type:"string"},referenceVersions:{type:"string"},maxLatestVersionValue:{type:"number"},subSystemLabel:{type:"string"},highImpact:{type:"boolean"},populations:{type:"array",items:{type:"object",properties:{deltaPercentage:{type:"number"},percentile:{type:"string"},summaryString:{type:"string"},referenceAverageValue:{type:"number"},latestVersionValue:{type:"number"},device:{type:"string"}}}}}},t.OfferCodeEnvironmentSchema={type:"string",enum:["PRODUCTION","SANDBOX"]},t.PhasedReleaseStateSchema={type:"string",enum:["INACTIVE","ACTIVE","PAUSED","COMPLETE"]},t.PlatformSchema={type:"string",enum:["IOS","MAC_OS","TV_OS","VISION_OS"]},t.PreviewFrameImageSchema={type:"object",properties:{image:{$ref:"#/components/schemas/ImageAsset"},state:{$ref:"#/components/schemas/AppMediaPreviewFrameImageState"}}},t.PreviewTypeSchema={type:"string",enum:["IPHONE_67","IPHONE_61","IPHONE_65","IPHONE_58","IPHONE_55","IPHONE_47","IPHONE_40","IPHONE_35","IPAD_PRO_3GEN_129","IPAD_PRO_3GEN_11","IPAD_PRO_129","IPAD_105","IPAD_97","DESKTOP","APPLE_TV","APPLE_VISION_PRO"]},t.PropertySchema={type:"object",properties:{key:{type:"string"},value:{type:"string"}}},t.ScmProviderTypeSchema={type:"object",properties:{kind:{type:"string",enum:["BITBUCKET_CLOUD","BITBUCKET_SERVER","GITHUB_CLOUD","GITHUB_ENTERPRISE","GITLAB_CLOUD","GITLAB_SELF_MANAGED"]},displayName:{type:"string"},isOnPremise:{type:"boolean"}}},t.ScreenshotDisplayTypeSchema={type:"string",enum:["APP_IPHONE_67","APP_IPHONE_61","APP_IPHONE_65","APP_IPHONE_58","APP_IPHONE_55","APP_IPHONE_47","APP_IPHONE_40","APP_IPHONE_35","APP_IPAD_PRO_3GEN_129","APP_IPAD_PRO_3GEN_11","APP_IPAD_PRO_129","APP_IPAD_105","APP_IPAD_97","APP_DESKTOP","APP_WATCH_ULTRA","APP_WATCH_SERIES_10","APP_WATCH_SERIES_7","APP_WATCH_SERIES_4","APP_WATCH_SERIES_3","APP_APPLE_TV","APP_APPLE_VISION_PRO","IMESSAGE_APP_IPHONE_67","IMESSAGE_APP_IPHONE_61","IMESSAGE_APP_IPHONE_65","IMESSAGE_APP_IPHONE_58","IMESSAGE_APP_IPHONE_55","IMESSAGE_APP_IPHONE_47","IMESSAGE_APP_IPHONE_40","IMESSAGE_APP_IPAD_PRO_3GEN_129","IMESSAGE_APP_IPAD_PRO_3GEN_11","IMESSAGE_APP_IPAD_PRO_129","IMESSAGE_APP_IPAD_105","IMESSAGE_APP_IPAD_97"]},t.StateDetailSchema={type:"object",properties:{code:{type:"string"},description:{type:"string"}}},t.StringToStringMapSchema={type:"object",additionalProperties:{type:"string"}},t.SubscriptionCustomerEligibilitySchema={type:"string",enum:["NEW","EXISTING","EXPIRED"]},t.SubscriptionGracePeriodDurationSchema={type:"string",enum:["THREE_DAYS","SIXTEEN_DAYS","TWENTY_EIGHT_DAYS"]},t.SubscriptionOfferDurationSchema={type:"string",enum:["THREE_DAYS","ONE_WEEK","TWO_WEEKS","ONE_MONTH","TWO_MONTHS","THREE_MONTHS","SIX_MONTHS","ONE_YEAR"]},t.SubscriptionOfferEligibilitySchema={type:"string",enum:["STACK_WITH_INTRO_OFFERS","REPLACE_INTRO_OFFERS"]},t.SubscriptionOfferModeSchema={type:"string",enum:["PAY_AS_YOU_GO","PAY_UP_FRONT","FREE_TRIAL"]},t.SubscriptionStatusUrlVersionSchema={type:"string",enum:["V1","V2"]},t.TerritoryCodeSchema={type:"string",enum:["ABW","AFG","AGO","AIA","ALB","AND","ANT","ARE","ARG","ARM","ASM","ATG","AUS","AUT","AZE","BDI","BEL","BEN","BES","BFA","BGD","BGR","BHR","BHS","BIH","BLR","BLZ","BMU","BOL","BRA","BRB","BRN","BTN","BWA","CAF","CAN","CHE","CHL","CHN","CIV","CMR","COD","COG","COK","COL","COM","CPV","CRI","CUB","CUW","CXR","CYM","CYP","CZE","DEU","DJI","DMA","DNK","DOM","DZA","ECU","EGY","ERI","ESP","EST","ETH","FIN","FJI","FLK","FRA","FRO","FSM","GAB","GBR","GEO","GGY","GHA","GIB","GIN","GLP","GMB","GNB","GNQ","GRC","GRD","GRL","GTM","GUF","GUM","GUY","HKG","HND","HRV","HTI","HUN","IDN","IMN","IND","IRL","IRQ","ISL","ISR","ITA","JAM","JEY","JOR","JPN","KAZ","KEN","KGZ","KHM","KIR","KNA","KOR","KWT","LAO","LBN","LBR","LBY","LCA","LIE","LKA","LSO","LTU","LUX","LVA","MAC","MAR","MCO","MDA","MDG","MDV","MEX","MHL","MKD","MLI","MLT","MMR","MNE","MNG","MNP","MOZ","MRT","MSR","MTQ","MUS","MWI","MYS","MYT","NAM","NCL","NER","NFK","NGA","NIC","NIU","NLD","NOR","NPL","NRU","NZL","OMN","PAK","PAN","PER","PHL","PLW","PNG","POL","PRI","PRT","PRY","PSE","PYF","QAT","REU","ROU","RUS","RWA","SAU","SEN","SGP","SHN","SLB","SLE","SLV","SMR","SOM","SPM","SRB","SSD","STP","SUR","SVK","SVN","SWE","SWZ","SXM","SYC","TCA","TCD","TGO","THA","TJK","TKM","TLS","TON","TTO","TUN","TUR","TUV","TWN","TZA","UGA","UKR","UMI","URY","USA","UZB","VAT","VCT","VEN","VGB","VIR","VNM","VUT","WLF","WSM","XKS","YEM","ZAF","ZMB","ZWE"]},t.UploadOperationSchema={type:"object",properties:{method:{type:"string"},url:{type:"string"},length:{type:"integer"},offset:{type:"integer"},requestHeaders:{type:"array",items:{$ref:"#/components/schemas/HttpHeader"}}}},t.UserRoleSchema={type:"string",enum:["ADMIN","FINANCE","ACCOUNT_HOLDER","SALES","MARKETING","APP_MANAGER","DEVELOPER","ACCESS_TO_REPORTS","CUSTOMER_SUPPORT","CREATE_APPS","CLOUD_MANAGED_DEVELOPER_ID","CLOUD_MANAGED_APP_DISTRIBUTION","GENERATE_INDIVIDUAL_KEYS"]},t.WebhookEventTypeSchema={type:"string",enum:["ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED","ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED","ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED","APP_STORE_VERSION_APP_VERSION_STATE_UPDATED","BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED","BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED","BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED","BACKGROUND_ASSET_VERSION_STATE_UPDATED","BETA_FEEDBACK_CRASH_SUBMISSION_CREATED","BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED","BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED","BUILD_UPLOAD_STATE_UPDATED"]},t.csvSchema={type:"string"},t.diagnosticLogsSchema={type:"object",properties:{productData:{type:"array",items:{type:"object",properties:{signatureId:{type:"string"},diagnosticInsights:{type:"array",items:{type:"object",properties:{insightsURL:{type:"string"},insightsCategory:{type:"string"},insightsString:{type:"string"}}}},diagnosticLogs:{type:"array",items:{type:"object",properties:{callStackTree:{type:"array",items:{type:"object",properties:{callStackPerThread:{type:"boolean"},callStacks:{type:"array",items:{type:"object",properties:{callStackRootFrames:{type:"array",items:{$ref:"#/components/schemas/DiagnosticLogCallStackNode"}}}}}}}},diagnosticMetaData:{type:"object",properties:{bundleId:{type:"string"},event:{type:"string"},osVersion:{type:"string"},appVersion:{type:"string"},writesCaused:{type:"string"},deviceType:{type:"string"},platformArchitecture:{type:"string"},eventDetail:{type:"string"},buildVersion:{type:"string"}}}}}}}}},version:{type:"string"}}},t.gzipSchema={type:"string",format:"binary"},t.xcodeMetricsSchema={type:"object",properties:{version:{type:"string"},insights:{type:"object",properties:{trendingUp:{type:"array",items:{$ref:"#/components/schemas/MetricsInsight"}},regressions:{type:"array",items:{$ref:"#/components/schemas/MetricsInsight"}}}},productData:{type:"array",items:{type:"object",properties:{platform:{type:"string"},metricCategories:{type:"array",items:{type:"object",properties:{identifier:{$ref:"#/components/schemas/MetricCategory"},metrics:{type:"array",items:{type:"object",properties:{identifier:{type:"string"},goalKeys:{type:"array",items:{type:"object",properties:{goalKey:{type:"string"},lowerBound:{type:"integer"},upperBound:{type:"integer"}}}},unit:{type:"object",properties:{identifier:{type:"string"},displayName:{type:"string"}}},datasets:{type:"array",items:{type:"object",properties:{filterCriteria:{type:"object",properties:{percentile:{type:"string"},device:{type:"string"},deviceMarketingName:{type:"string"}}},points:{type:"array",items:{type:"object",properties:{version:{type:"string"},value:{type:"number"},errorMargin:{type:"number"},percentageBreakdown:{type:"object",properties:{value:{type:"number"},subSystemLabel:{type:"string"}}},goal:{type:"string"}}}},recommendedMetricGoal:{type:"object",properties:{value:{type:"number"},detail:{type:"string"}}}}}}}}}}}}}}}}}},9126(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.AppStoreVersionSubmissions=t.AppStoreVersionReleaseRequests=t.AppStoreVersionPromotions=t.AppStoreVersionPhasedReleases=t.AppStoreVersionLocalizations=t.AppStoreVersionExperiments=t.AppStoreVersionExperimentTreatments=t.AppStoreVersionExperimentTreatmentLocalizations=t.AppStoreReviewDetails=t.AppStoreReviewAttachments=t.AppScreenshots=t.AppScreenshotSets=t.AppPriceSchedules=t.AppPricePoints=t.AppPreviews=t.AppPreviewSets=t.AppInfos=t.AppInfoLocalizations=t.AppEvents=t.AppEventVideoClips=t.AppEventScreenshots=t.AppEventLocalizations=t.AppEncryptionDeclarations=t.AppEncryptionDeclarationDocuments=t.AppCustomProductPages=t.AppCustomProductPageVersions=t.AppCustomProductPageLocalizations=t.AppClips=t.AppClipHeaderImages=t.AppClipDefaultExperiences=t.AppClipDefaultExperienceLocalizations=t.AppClipAppStoreReviewDetails=t.AppClipAdvancedExperiences=t.AppClipAdvancedExperienceImages=t.AppCategories=t.AppAvailabilities=t.AndroidToIosAppMappingDetails=t.AnalyticsReports=t.AnalyticsReportSegments=t.AnalyticsReportRequests=t.AnalyticsReportInstances=t.AlternativeDistributionPackages=t.AlternativeDistributionPackageVersions=t.AlternativeDistributionPackageVariants=t.AlternativeDistributionPackageDeltas=t.AlternativeDistributionKeys=t.AlternativeDistributionDomains=t.AgeRatingDeclarations=t.Actors=t.AccessibilityDeclarations=void 0,t.GameCenterAchievementReleases=t.GameCenterAchievementLocalizations=t.GameCenterAchievementImages=t.FinanceReports=t.EndUserLicenseAgreements=t.EndAppAvailabilityPreOrders=t.Devices=t.CustomerReviews=t.CustomerReviewResponses=t.CiXcodeVersions=t.CiWorkflows=t.CiTestResults=t.CiProducts=t.CiMacOsVersions=t.CiIssues=t.CiBuildRuns=t.CiBuildActions=t.CiArtifacts=t.Certificates=t.BundleIds=t.BundleIdCapabilities=t.Builds=t.BuildUploads=t.BuildUploadFiles=t.BuildBetaNotifications=t.BuildBetaDetails=t.BetaTesters=t.BetaTesterInvitations=t.BetaRecruitmentCriterionOptions=t.BetaRecruitmentCriteria=t.BetaLicenseAgreements=t.BetaGroups=t.BetaFeedbackScreenshotSubmissions=t.BetaFeedbackCrashSubmissions=t.BetaCrashLogs=t.BetaBuildLocalizations=t.BetaAppReviewSubmissions=t.BetaAppReviewDetails=t.BetaAppLocalizations=t.BetaAppClipInvocations=t.BetaAppClipInvocationLocalizations=t.BackgroundAssets=t.BackgroundAssetVersions=t.BackgroundAssetVersionInternalBetaReleases=t.BackgroundAssetVersionExternalBetaReleases=t.BackgroundAssetVersionAppStoreReleases=t.BackgroundAssetUploadFiles=t.Apps=t.AppTags=t.AppStoreVersions=void 0,t.PreReleaseVersions=t.PassTypeIds=t.Nominations=t.MerchantIds=t.MarketplaceWebhooks=t.MarketplaceSearchDetails=t.InAppPurchases=t.InAppPurchaseSubmissions=t.InAppPurchasePriceSchedules=t.InAppPurchaseOfferCodes=t.InAppPurchaseOfferCodeOneTimeUseCodes=t.InAppPurchaseOfferCodeCustomCodes=t.InAppPurchaseLocalizations=t.InAppPurchaseImages=t.InAppPurchaseContents=t.InAppPurchaseAvailabilities=t.InAppPurchaseAppStoreReviewScreenshots=t.GameCenterPlayerAchievementSubmissions=t.GameCenterMatchmakingTeams=t.GameCenterMatchmakingRules=t.GameCenterMatchmakingRuleSets=t.GameCenterMatchmakingRuleSetTests=t.GameCenterMatchmakingQueues=t.GameCenterLeaderboards=t.GameCenterLeaderboardVersions=t.GameCenterLeaderboardSets=t.GameCenterLeaderboardSetVersions=t.GameCenterLeaderboardSetReleases=t.GameCenterLeaderboardSetMemberLocalizations=t.GameCenterLeaderboardSetLocalizations=t.GameCenterLeaderboardSetImages=t.GameCenterLeaderboardReleases=t.GameCenterLeaderboardLocalizations=t.GameCenterLeaderboardImages=t.GameCenterLeaderboardEntrySubmissions=t.GameCenterGroups=t.GameCenterDetails=t.GameCenterChallenges=t.GameCenterChallengeVersions=t.GameCenterChallengeVersionReleases=t.GameCenterChallengeLocalizations=t.GameCenterChallengeImages=t.GameCenterAppVersions=t.GameCenterActivityVersions=t.GameCenterActivityVersionReleases=t.GameCenterActivityLocalizations=t.GameCenterActivityImages=t.GameCenterActivities=t.GameCenterAchievements=t.GameCenterAchievementVersions=void 0,t.Metrics=t.InAppPurchasePricePoints=t.GameCenterEnabledVersions=t.DiagnosticSignatures=t.BuildBundles=t.WinBackOffers=t.Webhooks=t.WebhookPings=t.WebhookDeliveries=t.Users=t.UserInvitations=t.TerritoryAvailabilities=t.Territories=t.Subscriptions=t.SubscriptionSubmissions=t.SubscriptionPromotionalOffers=t.SubscriptionPrices=t.SubscriptionPricePoints=t.SubscriptionOfferCodes=t.SubscriptionOfferCodeOneTimeUseCodes=t.SubscriptionOfferCodeCustomCodes=t.SubscriptionLocalizations=t.SubscriptionIntroductoryOffers=t.SubscriptionImages=t.SubscriptionGroups=t.SubscriptionGroupSubmissions=t.SubscriptionGroupLocalizations=t.SubscriptionGracePeriods=t.SubscriptionAvailabilities=t.SubscriptionAppStoreReviewScreenshots=t.ScmRepositories=t.ScmPullRequests=t.ScmProviders=t.ScmGitReferences=t.SandboxTestersClearPurchaseHistoryRequest=t.SandboxTesters=t.SalesReports=t.RoutingAppCoverages=t.ReviewSubmissions=t.ReviewSubmissionItems=t.PromotedPurchases=t.Profiles=void 0;let i=r(7103);t.AccessibilityDeclarations=class{static accessibilityDeclarationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/accessibilityDeclarations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static accessibilityDeclarationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/accessibilityDeclarations/{id}",...e})}static accessibilityDeclarationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/accessibilityDeclarations/{id}",...e})}static accessibilityDeclarationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/accessibilityDeclarations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.Actors=class{static actorsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/actors",...e})}static actorsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/actors/{id}",...e})}},t.AgeRatingDeclarations=class{static ageRatingDeclarationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/ageRatingDeclarations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AlternativeDistributionDomains=class{static alternativeDistributionDomainsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionDomains",...e})}static alternativeDistributionDomainsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionDomains",...e,headers:{"Content-Type":"application/json",...e.headers}})}static alternativeDistributionDomainsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionDomains/{id}",...e})}static alternativeDistributionDomainsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionDomains/{id}",...e})}},t.AlternativeDistributionKeys=class{static alternativeDistributionKeysGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionKeys",...e})}static alternativeDistributionKeysCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionKeys",...e,headers:{"Content-Type":"application/json",...e.headers}})}static alternativeDistributionKeysDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionKeys/{id}",...e})}static alternativeDistributionKeysGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionKeys/{id}",...e})}},t.AlternativeDistributionPackageDeltas=class{static alternativeDistributionPackageDeltasGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageDeltas/{id}",...e})}},t.AlternativeDistributionPackageVariants=class{static alternativeDistributionPackageVariantsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVariants/{id}",...e})}},t.AlternativeDistributionPackageVersions=class{static alternativeDistributionPackageVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVersions/{id}",...e})}static alternativeDistributionPackageVersionsDeltasGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVersions/{id}/relationships/deltas",...e})}static alternativeDistributionPackageVersionsDeltasGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVersions/{id}/deltas",...e})}static alternativeDistributionPackageVersionsVariantsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVersions/{id}/relationships/variants",...e})}static alternativeDistributionPackageVersionsVariantsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackageVersions/{id}/variants",...e})}},t.AlternativeDistributionPackages=class{static alternativeDistributionPackagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static alternativeDistributionPackagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackages/{id}",...e})}static alternativeDistributionPackagesVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackages/{id}/relationships/versions",...e})}static alternativeDistributionPackagesVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/alternativeDistributionPackages/{id}/versions",...e})}},t.AnalyticsReportInstances=class{static analyticsReportInstancesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportInstances/{id}",...e})}static analyticsReportInstancesSegmentsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportInstances/{id}/relationships/segments",...e})}static analyticsReportInstancesSegmentsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportInstances/{id}/segments",...e})}},t.AnalyticsReportRequests=class{static analyticsReportRequestsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportRequests",...e,headers:{"Content-Type":"application/json",...e.headers}})}static analyticsReportRequestsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportRequests/{id}",...e})}static analyticsReportRequestsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportRequests/{id}",...e})}static analyticsReportRequestsReportsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportRequests/{id}/relationships/reports",...e})}static analyticsReportRequestsReportsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportRequests/{id}/reports",...e})}},t.AnalyticsReportSegments=class{static analyticsReportSegmentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReportSegments/{id}",...e})}},t.AnalyticsReports=class{static analyticsReportsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReports/{id}",...e})}static analyticsReportsInstancesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReports/{id}/relationships/instances",...e})}static analyticsReportsInstancesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/analyticsReports/{id}/instances",...e})}},t.AndroidToIosAppMappingDetails=class{static androidToIosAppMappingDetailsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/androidToIosAppMappingDetails",...e,headers:{"Content-Type":"application/json",...e.headers}})}static androidToIosAppMappingDetailsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/androidToIosAppMappingDetails/{id}",...e})}static androidToIosAppMappingDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/androidToIosAppMappingDetails/{id}",...e})}static androidToIosAppMappingDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/androidToIosAppMappingDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppAvailabilities=class{static appAvailabilitiesV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/appAvailabilities",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appAvailabilitiesV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/appAvailabilities/{id}",...e})}static appAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/appAvailabilities/{id}/relationships/territoryAvailabilities",...e})}static appAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/appAvailabilities/{id}/territoryAvailabilities",...e})}},t.AppCategories=class{static appCategoriesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories",...e})}static appCategoriesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories/{id}",...e})}static appCategoriesParentGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories/{id}/relationships/parent",...e})}static appCategoriesParentGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories/{id}/parent",...e})}static appCategoriesSubcategoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories/{id}/relationships/subcategories",...e})}static appCategoriesSubcategoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCategories/{id}/subcategories",...e})}},t.AppClipAdvancedExperienceImages=class{static appClipAdvancedExperienceImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperienceImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipAdvancedExperienceImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperienceImages/{id}",...e})}static appClipAdvancedExperienceImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperienceImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppClipAdvancedExperiences=class{static appClipAdvancedExperiencesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperiences",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipAdvancedExperiencesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperiences/{id}",...e})}static appClipAdvancedExperiencesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAdvancedExperiences/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppClipAppStoreReviewDetails=class{static appClipAppStoreReviewDetailsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAppStoreReviewDetails",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipAppStoreReviewDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAppStoreReviewDetails/{id}",...e})}static appClipAppStoreReviewDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipAppStoreReviewDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppClipDefaultExperienceLocalizations=class{static appClipDefaultExperienceLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipDefaultExperienceLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations/{id}",...e})}static appClipDefaultExperienceLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations/{id}",...e})}static appClipDefaultExperienceLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations/{id}/relationships/appClipHeaderImage",...e})}static appClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperienceLocalizations/{id}/appClipHeaderImage",...e})}},t.AppClipDefaultExperiences=class{static appClipDefaultExperiencesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipDefaultExperiencesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}",...e})}static appClipDefaultExperiencesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}",...e})}static appClipDefaultExperiencesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/relationships/appClipAppStoreReviewDetail",...e})}static appClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/appClipAppStoreReviewDetail",...e})}static appClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/relationships/appClipDefaultExperienceLocalizations",...e})}static appClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/appClipDefaultExperienceLocalizations",...e})}static appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion",...e})}static appClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipDefaultExperiences/{id}/releaseWithAppStoreVersion",...e})}},t.AppClipHeaderImages=class{static appClipHeaderImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipHeaderImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appClipHeaderImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipHeaderImages/{id}",...e})}static appClipHeaderImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipHeaderImages/{id}",...e})}static appClipHeaderImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClipHeaderImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppClips=class{static appClipsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClips/{id}",...e})}static appClipsAppClipAdvancedExperiencesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClips/{id}/relationships/appClipAdvancedExperiences",...e})}static appClipsAppClipAdvancedExperiencesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClips/{id}/appClipAdvancedExperiences",...e})}static appClipsAppClipDefaultExperiencesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appClips/{id}/relationships/appClipDefaultExperiences",...e})}static appClipsAppClipDefaultExperiencesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appClips/{id}/appClipDefaultExperiences",...e})}},t.AppCustomProductPageLocalizations=class{static appCustomProductPageLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}",...e})}static appCustomProductPageLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}",...e})}static appCustomProductPageLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageLocalizationsAppPreviewSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/relationships/appPreviewSets",...e})}static appCustomProductPageLocalizationsAppPreviewSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/appPreviewSets",...e})}static appCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/relationships/appScreenshotSets",...e})}static appCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/appScreenshotSets",...e})}static appCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageLocalizationsSearchKeywordsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords",...e})}static appCustomProductPageLocalizationsSearchKeywordsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageLocalizationsSearchKeywordsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageLocalizations/{id}/searchKeywords",...e})}},t.AppCustomProductPageVersions=class{static appCustomProductPageVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageVersions/{id}",...e})}static appCustomProductPageVersionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageVersions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageVersions/{id}/relationships/appCustomProductPageLocalizations",...e})}static appCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPageVersions/{id}/appCustomProductPageLocalizations",...e})}},t.AppCustomProductPages=class{static appCustomProductPagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages/{id}",...e})}static appCustomProductPagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages/{id}",...e})}static appCustomProductPagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appCustomProductPagesAppCustomProductPageVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages/{id}/relationships/appCustomProductPageVersions",...e})}static appCustomProductPagesAppCustomProductPageVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appCustomProductPages/{id}/appCustomProductPageVersions",...e})}},t.AppEncryptionDeclarationDocuments=class{static appEncryptionDeclarationDocumentsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarationDocuments",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEncryptionDeclarationDocumentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarationDocuments/{id}",...e})}static appEncryptionDeclarationDocumentsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarationDocuments/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppEncryptionDeclarations=class{static appEncryptionDeclarationsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations",...e})}static appEncryptionDeclarationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEncryptionDeclarationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}",...e})}static appEncryptionDeclarationsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}/relationships/app",...e})}static appEncryptionDeclarationsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}/app",...e})}static appEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}/relationships/appEncryptionDeclarationDocument",...e})}static appEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}/appEncryptionDeclarationDocument",...e})}static appEncryptionDeclarationsBuildsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEncryptionDeclarations/{id}/relationships/builds",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppEventLocalizations=class{static appEventLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}",...e})}static appEventLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}",...e})}static appEventLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventLocalizationsAppEventScreenshotsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}/relationships/appEventScreenshots",...e})}static appEventLocalizationsAppEventScreenshotsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}/appEventScreenshots",...e})}static appEventLocalizationsAppEventVideoClipsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}/relationships/appEventVideoClips",...e})}static appEventLocalizationsAppEventVideoClipsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventLocalizations/{id}/appEventVideoClips",...e})}},t.AppEventScreenshots=class{static appEventScreenshotsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventScreenshots",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventScreenshotsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventScreenshots/{id}",...e})}static appEventScreenshotsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventScreenshots/{id}",...e})}static appEventScreenshotsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventScreenshots/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppEventVideoClips=class{static appEventVideoClipsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventVideoClips",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventVideoClipsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventVideoClips/{id}",...e})}static appEventVideoClipsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventVideoClips/{id}",...e})}static appEventVideoClipsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEventVideoClips/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppEvents=class{static appEventsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents/{id}",...e})}static appEventsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents/{id}",...e})}static appEventsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appEventsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents/{id}/relationships/localizations",...e})}static appEventsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appEvents/{id}/localizations",...e})}},t.AppInfoLocalizations=class{static appInfoLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfoLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appInfoLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfoLocalizations/{id}",...e})}static appInfoLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfoLocalizations/{id}",...e})}static appInfoLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfoLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppInfos=class{static appInfosGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}",...e})}static appInfosUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appInfosAgeRatingDeclarationGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/ageRatingDeclaration",...e})}static appInfosAgeRatingDeclarationGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/ageRatingDeclaration",...e})}static appInfosAppInfoLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/appInfoLocalizations",...e})}static appInfosAppInfoLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/appInfoLocalizations",...e})}static appInfosPrimaryCategoryGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/primaryCategory",...e})}static appInfosPrimaryCategoryGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/primaryCategory",...e})}static appInfosPrimarySubcategoryOneGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/primarySubcategoryOne",...e})}static appInfosPrimarySubcategoryOneGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/primarySubcategoryOne",...e})}static appInfosPrimarySubcategoryTwoGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/primarySubcategoryTwo",...e})}static appInfosPrimarySubcategoryTwoGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/primarySubcategoryTwo",...e})}static appInfosSecondaryCategoryGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/secondaryCategory",...e})}static appInfosSecondaryCategoryGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/secondaryCategory",...e})}static appInfosSecondarySubcategoryOneGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/secondarySubcategoryOne",...e})}static appInfosSecondarySubcategoryOneGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/secondarySubcategoryOne",...e})}static appInfosSecondarySubcategoryTwoGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/secondarySubcategoryTwo",...e})}static appInfosSecondarySubcategoryTwoGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/secondarySubcategoryTwo",...e})}static appInfosTerritoryAgeRatingsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/relationships/territoryAgeRatings",...e})}static appInfosTerritoryAgeRatingsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appInfos/{id}/territoryAgeRatings",...e})}},t.AppPreviewSets=class{static appPreviewSetsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appPreviewSetsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets/{id}",...e})}static appPreviewSetsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets/{id}",...e})}static appPreviewSetsAppPreviewsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets/{id}/relationships/appPreviews",...e})}static appPreviewSetsAppPreviewsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets/{id}/relationships/appPreviews",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appPreviewSetsAppPreviewsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviewSets/{id}/appPreviews",...e})}},t.AppPreviews=class{static appPreviewsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviews",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appPreviewsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviews/{id}",...e})}static appPreviewsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviews/{id}",...e})}static appPreviewsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPreviews/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppPricePoints=class{static appPricePointsV3GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v3/appPricePoints/{id}",...e})}static appPricePointsV3EqualizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v3/appPricePoints/{id}/relationships/equalizations",...e})}static appPricePointsV3EqualizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v3/appPricePoints/{id}/equalizations",...e})}},t.AppPriceSchedules=class{static appPriceSchedulesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appPriceSchedulesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}",...e})}static appPriceSchedulesAutomaticPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/relationships/automaticPrices",...e})}static appPriceSchedulesAutomaticPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/automaticPrices",...e})}static appPriceSchedulesBaseTerritoryGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/relationships/baseTerritory",...e})}static appPriceSchedulesBaseTerritoryGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/baseTerritory",...e})}static appPriceSchedulesManualPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/relationships/manualPrices",...e})}static appPriceSchedulesManualPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appPriceSchedules/{id}/manualPrices",...e})}},t.AppScreenshotSets=class{static appScreenshotSetsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appScreenshotSetsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets/{id}",...e})}static appScreenshotSetsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets/{id}",...e})}static appScreenshotSetsAppScreenshotsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets/{id}/relationships/appScreenshots",...e})}static appScreenshotSetsAppScreenshotsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets/{id}/relationships/appScreenshots",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appScreenshotSetsAppScreenshotsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshotSets/{id}/appScreenshots",...e})}},t.AppScreenshots=class{static appScreenshotsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshots",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appScreenshotsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshots/{id}",...e})}static appScreenshotsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshots/{id}",...e})}static appScreenshotsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appScreenshots/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppStoreReviewAttachments=class{static appStoreReviewAttachmentsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewAttachments",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreReviewAttachmentsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewAttachments/{id}",...e})}static appStoreReviewAttachmentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewAttachments/{id}",...e})}static appStoreReviewAttachmentsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewAttachments/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppStoreReviewDetails=class{static appStoreReviewDetailsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewDetails",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreReviewDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewDetails/{id}",...e})}static appStoreReviewDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewDetails/{id}/relationships/appStoreReviewAttachments",...e})}static appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreReviewDetails/{id}/appStoreReviewAttachments",...e})}},t.AppStoreVersionExperimentTreatmentLocalizations=class{static appStoreVersionExperimentTreatmentLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentTreatmentLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}",...e})}static appStoreVersionExperimentTreatmentLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}",...e})}static appStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/relationships/appPreviewSets",...e})}static appStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appPreviewSets",...e})}static appStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/relationships/appScreenshotSets",...e})}static appStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appScreenshotSets",...e})}},t.AppStoreVersionExperimentTreatments=class{static appStoreVersionExperimentTreatmentsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentTreatmentsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments/{id}",...e})}static appStoreVersionExperimentTreatmentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments/{id}",...e})}static appStoreVersionExperimentTreatmentsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments/{id}/relationships/appStoreVersionExperimentTreatmentLocalizations",...e})}static appStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperimentTreatments/{id}/appStoreVersionExperimentTreatmentLocalizations",...e})}},t.AppStoreVersionExperiments=class{static appStoreVersionExperimentsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments/{id}",...e})}static appStoreVersionExperimentsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments/{id}",...e})}static appStoreVersionExperimentsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments/{id}",...e})}static appStoreVersionExperimentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments/{id}",...e})}static appStoreVersionExperimentsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatments",...e})}static appStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/appStoreVersionExperiments/{id}/appStoreVersionExperimentTreatments",...e})}static appStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments/{id}/relationships/appStoreVersionExperimentTreatments",...e})}static appStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionExperiments/{id}/appStoreVersionExperimentTreatments",...e})}},t.AppStoreVersionLocalizations=class{static appStoreVersionLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}",...e})}static appStoreVersionLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}",...e})}static appStoreVersionLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionLocalizationsAppPreviewSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/relationships/appPreviewSets",...e})}static appStoreVersionLocalizationsAppPreviewSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/appPreviewSets",...e})}static appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/relationships/appScreenshotSets",...e})}static appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/appScreenshotSets",...e})}static appStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionLocalizationsSearchKeywordsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords",...e})}static appStoreVersionLocalizationsSearchKeywordsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionLocalizationsSearchKeywordsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionLocalizations/{id}/searchKeywords",...e})}},t.AppStoreVersionPhasedReleases=class{static appStoreVersionPhasedReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionPhasedReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionPhasedReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionPhasedReleases/{id}",...e})}static appStoreVersionPhasedReleasesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionPhasedReleases/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppStoreVersionPromotions=class{static appStoreVersionPromotionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionPromotions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppStoreVersionReleaseRequests=class{static appStoreVersionReleaseRequestsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionReleaseRequests",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.AppStoreVersionSubmissions=class{static appStoreVersionSubmissionsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersionSubmissions/{id}",...e})}},t.AppStoreVersions=class{static appStoreVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}",...e})}static appStoreVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}",...e})}static appStoreVersionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionsAgeRatingDeclarationGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/ageRatingDeclaration",...e})}static appStoreVersionsAgeRatingDeclarationGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/ageRatingDeclaration",...e})}static appStoreVersionsAlternativeDistributionPackageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/alternativeDistributionPackage",...e})}static appStoreVersionsAlternativeDistributionPackageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/alternativeDistributionPackage",...e})}static appStoreVersionsAppClipDefaultExperienceGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appClipDefaultExperience",...e})}static appStoreVersionsAppClipDefaultExperienceUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appClipDefaultExperience",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionsAppClipDefaultExperienceGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appClipDefaultExperience",...e})}static appStoreVersionsAppStoreReviewDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreReviewDetail",...e})}static appStoreVersionsAppStoreReviewDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreReviewDetail",...e})}static appStoreVersionsAppStoreVersionExperimentsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreVersionExperiments",...e})}static appStoreVersionsAppStoreVersionExperimentsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreVersionExperiments",...e})}static appStoreVersionsAppStoreVersionExperimentsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreVersionExperimentsV2",...e})}static appStoreVersionsAppStoreVersionExperimentsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreVersionExperimentsV2",...e})}static appStoreVersionsAppStoreVersionLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreVersionLocalizations",...e})}static appStoreVersionsAppStoreVersionLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreVersionLocalizations",...e})}static appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreVersionPhasedRelease",...e})}static appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreVersionPhasedRelease",...e})}static appStoreVersionsAppStoreVersionSubmissionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/appStoreVersionSubmission",...e})}static appStoreVersionsAppStoreVersionSubmissionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/appStoreVersionSubmission",...e})}static appStoreVersionsBuildGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/build",...e})}static appStoreVersionsBuildUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/build",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appStoreVersionsBuildGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/build",...e})}static appStoreVersionsCustomerReviewsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/customerReviews",...e})}static appStoreVersionsCustomerReviewsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/customerReviews",...e})}static appStoreVersionsGameCenterAppVersionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/gameCenterAppVersion",...e})}static appStoreVersionsGameCenterAppVersionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/gameCenterAppVersion",...e})}static appStoreVersionsRoutingAppCoverageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/relationships/routingAppCoverage",...e})}static appStoreVersionsRoutingAppCoverageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appStoreVersions/{id}/routingAppCoverage",...e})}},t.AppTags=class{static appTagsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/appTags/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appTagsTerritoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/appTags/{id}/relationships/territories",...e})}static appTagsTerritoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/appTags/{id}/territories",...e})}},t.Apps=class{static appsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps",...e})}static appsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}",...e})}static appsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appsAccessibilityDeclarationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/accessibilityDeclarations",...e})}static appsAccessibilityDeclarationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/accessibilityDeclarations",...e})}static appsAlternativeDistributionKeyGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/alternativeDistributionKey",...e})}static appsAlternativeDistributionKeyGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/alternativeDistributionKey",...e})}static appsAnalyticsReportRequestsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/analyticsReportRequests",...e})}static appsAnalyticsReportRequestsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/analyticsReportRequests",...e})}static appsAndroidToIosAppMappingDetailsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/androidToIosAppMappingDetails",...e})}static appsAndroidToIosAppMappingDetailsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/androidToIosAppMappingDetails",...e})}static appsAppAvailabilityV2GetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appAvailabilityV2",...e})}static appsAppAvailabilityV2GetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appAvailabilityV2",...e})}static appsAppClipsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appClips",...e})}static appsAppClipsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appClips",...e})}static appsAppCustomProductPagesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appCustomProductPages",...e})}static appsAppCustomProductPagesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appCustomProductPages",...e})}static appsAppEncryptionDeclarationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appEncryptionDeclarations",...e})}static appsAppEncryptionDeclarationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appEncryptionDeclarations",...e})}static appsAppEventsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appEvents",...e})}static appsAppEventsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appEvents",...e})}static appsAppInfosGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appInfos",...e})}static appsAppInfosGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appInfos",...e})}static appsAppPricePointsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appPricePoints",...e})}static appsAppPricePointsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appPricePoints",...e})}static appsAppPriceScheduleGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appPriceSchedule",...e})}static appsAppPriceScheduleGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appPriceSchedule",...e})}static appsAppStoreVersionExperimentsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appStoreVersionExperimentsV2",...e})}static appsAppStoreVersionExperimentsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appStoreVersionExperimentsV2",...e})}static appsAppStoreVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appStoreVersions",...e})}static appsAppStoreVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appStoreVersions",...e})}static appsAppTagsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/appTags",...e})}static appsAppTagsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/appTags",...e})}static appsBackgroundAssetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/backgroundAssets",...e})}static appsBackgroundAssetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/backgroundAssets",...e})}static appsBetaAppLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaAppLocalizations",...e})}static appsBetaAppLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaAppLocalizations",...e})}static appsBetaAppReviewDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaAppReviewDetail",...e})}static appsBetaAppReviewDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaAppReviewDetail",...e})}static appsBetaFeedbackCrashSubmissionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaFeedbackCrashSubmissions",...e})}static appsBetaFeedbackCrashSubmissionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaFeedbackCrashSubmissions",...e})}static appsBetaFeedbackScreenshotSubmissionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaFeedbackScreenshotSubmissions",...e})}static appsBetaFeedbackScreenshotSubmissionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaFeedbackScreenshotSubmissions",...e})}static appsBetaGroupsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaGroups",...e})}static appsBetaGroupsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaGroups",...e})}static appsBetaLicenseAgreementGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaLicenseAgreement",...e})}static appsBetaLicenseAgreementGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/betaLicenseAgreement",...e})}static appsBetaTestersDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/betaTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appsBuildUploadsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/buildUploads",...e})}static appsBuildUploadsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/buildUploads",...e})}static appsBuildsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/builds",...e})}static appsBuildsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/builds",...e})}static appsCiProductGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/ciProduct",...e})}static appsCiProductGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/ciProduct",...e})}static appsCustomerReviewSummarizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/customerReviewSummarizations",...e})}static appsCustomerReviewsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/customerReviews",...e})}static appsCustomerReviewsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/customerReviews",...e})}static appsEndUserLicenseAgreementGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/endUserLicenseAgreement",...e})}static appsEndUserLicenseAgreementGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/endUserLicenseAgreement",...e})}static appsGameCenterDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/gameCenterDetail",...e})}static appsGameCenterDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/gameCenterDetail",...e})}static appsGameCenterEnabledVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/gameCenterEnabledVersions",...e})}static appsGameCenterEnabledVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/gameCenterEnabledVersions",...e})}static appsInAppPurchasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/inAppPurchases",...e})}static appsInAppPurchasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/inAppPurchases",...e})}static appsInAppPurchasesV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/inAppPurchasesV2",...e})}static appsInAppPurchasesV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/inAppPurchasesV2",...e})}static appsMarketplaceSearchDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/marketplaceSearchDetail",...e})}static appsMarketplaceSearchDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/marketplaceSearchDetail",...e})}static appsPerfPowerMetricsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/perfPowerMetrics",...e})}static appsPreReleaseVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/preReleaseVersions",...e})}static appsPreReleaseVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/preReleaseVersions",...e})}static appsPromotedPurchasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/promotedPurchases",...e})}static appsPromotedPurchasesReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/promotedPurchases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static appsPromotedPurchasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/promotedPurchases",...e})}static appsReviewSubmissionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/reviewSubmissions",...e})}static appsReviewSubmissionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/reviewSubmissions",...e})}static appsSearchKeywordsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/searchKeywords",...e})}static appsSearchKeywordsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/searchKeywords",...e})}static appsSubscriptionGracePeriodGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/subscriptionGracePeriod",...e})}static appsSubscriptionGracePeriodGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/subscriptionGracePeriod",...e})}static appsSubscriptionGroupsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/subscriptionGroups",...e})}static appsSubscriptionGroupsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/subscriptionGroups",...e})}static appsWebhooksGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/relationships/webhooks",...e})}static appsWebhooksGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/webhooks",...e})}static appsBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/metrics/betaTesterUsages",...e})}},t.BackgroundAssetUploadFiles=class{static backgroundAssetUploadFilesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetUploadFiles",...e,headers:{"Content-Type":"application/json",...e.headers}})}static backgroundAssetUploadFilesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetUploadFiles/{id}",...e})}static backgroundAssetUploadFilesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetUploadFiles/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BackgroundAssetVersionAppStoreReleases=class{static backgroundAssetVersionAppStoreReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersionAppStoreReleases/{id}",...e})}},t.BackgroundAssetVersionExternalBetaReleases=class{static backgroundAssetVersionExternalBetaReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersionExternalBetaReleases/{id}",...e})}},t.BackgroundAssetVersionInternalBetaReleases=class{static backgroundAssetVersionInternalBetaReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersionInternalBetaReleases/{id}",...e})}},t.BackgroundAssetVersions=class{static backgroundAssetVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static backgroundAssetVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersions/{id}",...e})}static backgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersions/{id}/relationships/backgroundAssetUploadFiles",...e})}static backgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssetVersions/{id}/backgroundAssetUploadFiles",...e})}},t.BackgroundAssets=class{static backgroundAssetsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static backgroundAssetsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssets/{id}",...e})}static backgroundAssetsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssets/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static backgroundAssetsVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssets/{id}/relationships/versions",...e})}static backgroundAssetsVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/backgroundAssets/{id}/versions",...e})}},t.BetaAppClipInvocationLocalizations=class{static betaAppClipInvocationLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocationLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppClipInvocationLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocationLocalizations/{id}",...e})}static betaAppClipInvocationLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocationLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BetaAppClipInvocations=class{static betaAppClipInvocationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppClipInvocationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocations/{id}",...e})}static betaAppClipInvocationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocations/{id}",...e})}static betaAppClipInvocationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppClipInvocations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BetaAppLocalizations=class{static betaAppLocalizationsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations",...e})}static betaAppLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations/{id}",...e})}static betaAppLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations/{id}",...e})}static betaAppLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppLocalizationsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations/{id}/relationships/app",...e})}static betaAppLocalizationsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppLocalizations/{id}/app",...e})}},t.BetaAppReviewDetails=class{static betaAppReviewDetailsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewDetails",...e})}static betaAppReviewDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewDetails/{id}",...e})}static betaAppReviewDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppReviewDetailsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewDetails/{id}/relationships/app",...e})}static betaAppReviewDetailsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewDetails/{id}/app",...e})}},t.BetaAppReviewSubmissions=class{static betaAppReviewSubmissionsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewSubmissions",...e})}static betaAppReviewSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaAppReviewSubmissionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewSubmissions/{id}",...e})}static betaAppReviewSubmissionsBuildGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewSubmissions/{id}/relationships/build",...e})}static betaAppReviewSubmissionsBuildGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaAppReviewSubmissions/{id}/build",...e})}},t.BetaBuildLocalizations=class{static betaBuildLocalizationsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations",...e})}static betaBuildLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaBuildLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations/{id}",...e})}static betaBuildLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations/{id}",...e})}static betaBuildLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaBuildLocalizationsBuildGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations/{id}/relationships/build",...e})}static betaBuildLocalizationsBuildGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaBuildLocalizations/{id}/build",...e})}},t.BetaCrashLogs=class{static betaCrashLogsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaCrashLogs/{id}",...e})}},t.BetaFeedbackCrashSubmissions=class{static betaFeedbackCrashSubmissionsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackCrashSubmissions/{id}",...e})}static betaFeedbackCrashSubmissionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackCrashSubmissions/{id}",...e})}static betaFeedbackCrashSubmissionsCrashLogGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackCrashSubmissions/{id}/relationships/crashLog",...e})}static betaFeedbackCrashSubmissionsCrashLogGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackCrashSubmissions/{id}/crashLog",...e})}},t.BetaFeedbackScreenshotSubmissions=class{static betaFeedbackScreenshotSubmissionsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackScreenshotSubmissions/{id}",...e})}static betaFeedbackScreenshotSubmissionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaFeedbackScreenshotSubmissions/{id}",...e})}},t.BetaGroups=class{static betaGroupsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups",...e})}static betaGroupsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}",...e})}static betaGroupsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}",...e})}static betaGroupsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/app",...e})}static betaGroupsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/app",...e})}static betaGroupsBetaRecruitmentCriteriaGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/betaRecruitmentCriteria",...e})}static betaGroupsBetaRecruitmentCriteriaGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/betaRecruitmentCriteria",...e})}static betaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/betaRecruitmentCriterionCompatibleBuildCheck",...e})}static betaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/betaRecruitmentCriterionCompatibleBuildCheck",...e})}static betaGroupsBetaTestersDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/betaTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsBetaTestersGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/betaTesters",...e})}static betaGroupsBetaTestersCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/betaTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsBetaTestersGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/betaTesters",...e})}static betaGroupsBuildsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/builds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsBuildsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/builds",...e})}static betaGroupsBuildsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/relationships/builds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaGroupsBuildsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/builds",...e})}static betaGroupsBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/metrics/betaTesterUsages",...e})}static betaGroupsPublicLinkUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/metrics/publicLinkUsages",...e})}},t.BetaLicenseAgreements=class{static betaLicenseAgreementsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaLicenseAgreements",...e})}static betaLicenseAgreementsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaLicenseAgreements/{id}",...e})}static betaLicenseAgreementsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaLicenseAgreements/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaLicenseAgreementsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaLicenseAgreements/{id}/relationships/app",...e})}static betaLicenseAgreementsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaLicenseAgreements/{id}/app",...e})}},t.BetaRecruitmentCriteria=class{static betaRecruitmentCriteriaCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaRecruitmentCriteria",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaRecruitmentCriteriaDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaRecruitmentCriteria/{id}",...e})}static betaRecruitmentCriteriaUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaRecruitmentCriteria/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BetaRecruitmentCriterionOptions=class{static betaRecruitmentCriterionOptionsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaRecruitmentCriterionOptions",...e})}},t.BetaTesterInvitations=class{static betaTesterInvitationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesterInvitations",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BetaTesters=class{static betaTestersGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters",...e})}static betaTestersCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}",...e})}static betaTestersGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}",...e})}static betaTestersAppsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/apps",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersAppsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/apps",...e})}static betaTestersAppsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/apps",...e})}static betaTestersBetaGroupsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/betaGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersBetaGroupsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/betaGroups",...e})}static betaTestersBetaGroupsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/betaGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersBetaGroupsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/betaGroups",...e})}static betaTestersBuildsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/builds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersBuildsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/builds",...e})}static betaTestersBuildsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/relationships/builds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static betaTestersBuildsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/builds",...e})}static betaTestersBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/metrics/betaTesterUsages",...e})}},t.BuildBetaDetails=class{static buildBetaDetailsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaDetails",...e})}static buildBetaDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaDetails/{id}",...e})}static buildBetaDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildBetaDetailsBuildGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaDetails/{id}/relationships/build",...e})}static buildBetaDetailsBuildGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaDetails/{id}/build",...e})}},t.BuildBetaNotifications=class{static buildBetaNotificationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBetaNotifications",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BuildUploadFiles=class{static buildUploadFilesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploadFiles",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildUploadFilesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploadFiles/{id}",...e})}static buildUploadFilesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploadFiles/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BuildUploads=class{static buildUploadsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploads",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildUploadsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploads/{id}",...e})}static buildUploadsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploads/{id}",...e})}static buildUploadsBuildUploadFilesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploads/{id}/relationships/buildUploadFiles",...e})}static buildUploadsBuildUploadFilesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildUploads/{id}/buildUploadFiles",...e})}},t.Builds=class{static buildsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds",...e})}static buildsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}",...e})}static buildsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/app",...e})}static buildsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/app",...e})}static buildsAppEncryptionDeclarationGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/appEncryptionDeclaration",...e})}static buildsAppEncryptionDeclarationUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/appEncryptionDeclaration",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsAppEncryptionDeclarationGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/appEncryptionDeclaration",...e})}static buildsAppStoreVersionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/appStoreVersion",...e})}static buildsAppStoreVersionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/appStoreVersion",...e})}static buildsBetaAppReviewSubmissionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/betaAppReviewSubmission",...e})}static buildsBetaAppReviewSubmissionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/betaAppReviewSubmission",...e})}static buildsBetaBuildLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/betaBuildLocalizations",...e})}static buildsBetaBuildLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/betaBuildLocalizations",...e})}static buildsBetaGroupsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/betaGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsBetaGroupsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/betaGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsBuildBetaDetailGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/buildBetaDetail",...e})}static buildsBuildBetaDetailGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/buildBetaDetail",...e})}static buildsDiagnosticSignaturesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/diagnosticSignatures",...e})}static buildsDiagnosticSignaturesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/diagnosticSignatures",...e})}static buildsIconsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/icons",...e})}static buildsIconsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/icons",...e})}static buildsIndividualTestersDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/individualTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsIndividualTestersGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/individualTesters",...e})}static buildsIndividualTestersCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/individualTesters",...e,headers:{"Content-Type":"application/json",...e.headers}})}static buildsIndividualTestersGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/individualTesters",...e})}static buildsPerfPowerMetricsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/perfPowerMetrics",...e})}static buildsPreReleaseVersionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/relationships/preReleaseVersion",...e})}static buildsPreReleaseVersionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/preReleaseVersion",...e})}static buildsBetaBuildUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/metrics/betaBuildUsages",...e})}},t.BundleIdCapabilities=class{static bundleIdCapabilitiesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIdCapabilities",...e,headers:{"Content-Type":"application/json",...e.headers}})}static bundleIdCapabilitiesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIdCapabilities/{id}",...e})}static bundleIdCapabilitiesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIdCapabilities/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.BundleIds=class{static bundleIdsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds",...e})}static bundleIdsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static bundleIdsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}",...e})}static bundleIdsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}",...e})}static bundleIdsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static bundleIdsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/relationships/app",...e})}static bundleIdsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/app",...e})}static bundleIdsBundleIdCapabilitiesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/relationships/bundleIdCapabilities",...e})}static bundleIdsBundleIdCapabilitiesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/bundleIdCapabilities",...e})}static bundleIdsProfilesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/relationships/profiles",...e})}static bundleIdsProfilesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/bundleIds/{id}/profiles",...e})}},t.Certificates=class{static certificatesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates",...e})}static certificatesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates",...e,headers:{"Content-Type":"application/json",...e.headers}})}static certificatesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates/{id}",...e})}static certificatesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates/{id}",...e})}static certificatesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static certificatesPassTypeIdGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates/{id}/relationships/passTypeId",...e})}static certificatesPassTypeIdGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/certificates/{id}/passTypeId",...e})}},t.CiArtifacts=class{static ciArtifactsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciArtifacts/{id}",...e})}},t.CiBuildActions=class{static ciBuildActionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}",...e})}static ciBuildActionsArtifactsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/relationships/artifacts",...e})}static ciBuildActionsArtifactsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/artifacts",...e})}static ciBuildActionsBuildRunGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/relationships/buildRun",...e})}static ciBuildActionsBuildRunGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/buildRun",...e})}static ciBuildActionsIssuesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/relationships/issues",...e})}static ciBuildActionsIssuesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/issues",...e})}static ciBuildActionsTestResultsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/relationships/testResults",...e})}static ciBuildActionsTestResultsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildActions/{id}/testResults",...e})}},t.CiBuildRuns=class{static ciBuildRunsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns",...e,headers:{"Content-Type":"application/json",...e.headers}})}static ciBuildRunsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns/{id}",...e})}static ciBuildRunsActionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns/{id}/relationships/actions",...e})}static ciBuildRunsActionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns/{id}/actions",...e})}static ciBuildRunsBuildsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns/{id}/relationships/builds",...e})}static ciBuildRunsBuildsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciBuildRuns/{id}/builds",...e})}},t.CiIssues=class{static ciIssuesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciIssues/{id}",...e})}},t.CiMacOsVersions=class{static ciMacOsVersionsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciMacOsVersions",...e})}static ciMacOsVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciMacOsVersions/{id}",...e})}static ciMacOsVersionsXcodeVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciMacOsVersions/{id}/relationships/xcodeVersions",...e})}static ciMacOsVersionsXcodeVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciMacOsVersions/{id}/xcodeVersions",...e})}},t.CiProducts=class{static ciProductsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts",...e})}static ciProductsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}",...e})}static ciProductsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}",...e})}static ciProductsAdditionalRepositoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/relationships/additionalRepositories",...e})}static ciProductsAdditionalRepositoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/additionalRepositories",...e})}static ciProductsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/relationships/app",...e})}static ciProductsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/app",...e})}static ciProductsBuildRunsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/relationships/buildRuns",...e})}static ciProductsBuildRunsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/buildRuns",...e})}static ciProductsPrimaryRepositoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/relationships/primaryRepositories",...e})}static ciProductsPrimaryRepositoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/primaryRepositories",...e})}static ciProductsWorkflowsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/relationships/workflows",...e})}static ciProductsWorkflowsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciProducts/{id}/workflows",...e})}},t.CiTestResults=class{static ciTestResultsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciTestResults/{id}",...e})}},t.CiWorkflows=class{static ciWorkflowsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows",...e,headers:{"Content-Type":"application/json",...e.headers}})}static ciWorkflowsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}",...e})}static ciWorkflowsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}",...e})}static ciWorkflowsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static ciWorkflowsBuildRunsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}/relationships/buildRuns",...e})}static ciWorkflowsBuildRunsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}/buildRuns",...e})}static ciWorkflowsRepositoryGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}/relationships/repository",...e})}static ciWorkflowsRepositoryGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciWorkflows/{id}/repository",...e})}},t.CiXcodeVersions=class{static ciXcodeVersionsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciXcodeVersions",...e})}static ciXcodeVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciXcodeVersions/{id}",...e})}static ciXcodeVersionsMacOsVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/ciXcodeVersions/{id}/relationships/macOsVersions",...e})}static ciXcodeVersionsMacOsVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/ciXcodeVersions/{id}/macOsVersions",...e})}},t.CustomerReviewResponses=class{static customerReviewResponsesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviewResponses",...e,headers:{"Content-Type":"application/json",...e.headers}})}static customerReviewResponsesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviewResponses/{id}",...e})}static customerReviewResponsesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviewResponses/{id}",...e})}},t.CustomerReviews=class{static customerReviewsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviews/{id}",...e})}static customerReviewsResponseGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviews/{id}/relationships/response",...e})}static customerReviewsResponseGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/customerReviews/{id}/response",...e})}},t.Devices=class{static devicesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/devices",...e})}static devicesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/devices",...e,headers:{"Content-Type":"application/json",...e.headers}})}static devicesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/devices/{id}",...e})}static devicesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/devices/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.EndAppAvailabilityPreOrders=class{static endAppAvailabilityPreOrdersCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/endAppAvailabilityPreOrders",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.EndUserLicenseAgreements=class{static endUserLicenseAgreementsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static endUserLicenseAgreementsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements/{id}",...e})}static endUserLicenseAgreementsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements/{id}",...e})}static endUserLicenseAgreementsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static endUserLicenseAgreementsTerritoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements/{id}/relationships/territories",...e})}static endUserLicenseAgreementsTerritoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/endUserLicenseAgreements/{id}/territories",...e})}},t.FinanceReports=class{static financeReportsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/financeReports",...e})}},t.GameCenterAchievementImages=class{static gameCenterAchievementImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementImages/{id}",...e})}static gameCenterAchievementImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementImages/{id}",...e})}static gameCenterAchievementImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementImagesV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementImagesV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementImages/{id}",...e})}static gameCenterAchievementImagesV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementImages/{id}",...e})}static gameCenterAchievementImagesV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterAchievementLocalizations=class{static gameCenterAchievementLocalizationsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementLocalizationsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations/{id}",...e})}static gameCenterAchievementLocalizationsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations/{id}",...e})}static gameCenterAchievementLocalizationsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}",...e})}static gameCenterAchievementLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}",...e})}static gameCenterAchievementLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementLocalizationsV2ImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations/{id}/relationships/image",...e})}static gameCenterAchievementLocalizationsV2ImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementLocalizations/{id}/image",...e})}static gameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievement",...e})}static gameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}/gameCenterAchievement",...e})}static gameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievementImage",...e})}static gameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementLocalizations/{id}/gameCenterAchievementImage",...e})}},t.GameCenterAchievementReleases=class{static gameCenterAchievementReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementReleases/{id}",...e})}static gameCenterAchievementReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievementReleases/{id}",...e})}},t.GameCenterAchievementVersions=class{static gameCenterAchievementVersionsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementVersionsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementVersions/{id}",...e})}static gameCenterAchievementVersionsV2LocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementVersions/{id}/relationships/localizations",...e})}static gameCenterAchievementVersionsV2LocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievementVersions/{id}/localizations",...e})}},t.GameCenterAchievements=class{static gameCenterAchievementsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}",...e})}static gameCenterAchievementsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}",...e})}static gameCenterAchievementsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}",...e})}static gameCenterAchievementsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}",...e})}static gameCenterAchievementsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsV2ActivityUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}/relationships/activity",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsV2VersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}/relationships/versions",...e})}static gameCenterAchievementsV2VersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterAchievements/{id}/versions",...e})}static gameCenterAchievementsActivityUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/relationships/activity",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsGroupAchievementGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/relationships/groupAchievement",...e})}static gameCenterAchievementsGroupAchievementUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/relationships/groupAchievement",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAchievementsGroupAchievementGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/groupAchievement",...e})}static gameCenterAchievementsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/relationships/localizations",...e})}static gameCenterAchievementsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/localizations",...e})}static gameCenterAchievementsReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/relationships/releases",...e})}static gameCenterAchievementsReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAchievements/{id}/releases",...e})}},t.GameCenterActivities=class{static gameCenterActivitiesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}",...e})}static gameCenterActivitiesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}",...e})}static gameCenterActivitiesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesAchievementsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/achievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesAchievementsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/achievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesAchievementsV2DeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/achievementsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesAchievementsV2CreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/achievementsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesLeaderboardsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/leaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesLeaderboardsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/leaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesLeaderboardsV2DeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/leaderboardsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesLeaderboardsV2CreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/leaderboardsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivitiesVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/relationships/versions",...e})}static gameCenterActivitiesVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivities/{id}/versions",...e})}},t.GameCenterActivityImages=class{static gameCenterActivityImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityImages/{id}",...e})}static gameCenterActivityImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityImages/{id}",...e})}static gameCenterActivityImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterActivityLocalizations=class{static gameCenterActivityLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations/{id}",...e})}static gameCenterActivityLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations/{id}",...e})}static gameCenterActivityLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityLocalizationsImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations/{id}/relationships/image",...e})}static gameCenterActivityLocalizationsImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityLocalizations/{id}/image",...e})}},t.GameCenterActivityVersionReleases=class{static gameCenterActivityVersionReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersionReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityVersionReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersionReleases/{id}",...e})}static gameCenterActivityVersionReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersionReleases/{id}",...e})}},t.GameCenterActivityVersions=class{static gameCenterActivityVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}",...e})}static gameCenterActivityVersionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterActivityVersionsDefaultImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}/relationships/defaultImage",...e})}static gameCenterActivityVersionsDefaultImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}/defaultImage",...e})}static gameCenterActivityVersionsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}/relationships/localizations",...e})}static gameCenterActivityVersionsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterActivityVersions/{id}/localizations",...e})}},t.GameCenterAppVersions=class{static gameCenterAppVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAppVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}",...e})}static gameCenterAppVersionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAppVersionsAppStoreVersionGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/relationships/appStoreVersion",...e})}static gameCenterAppVersionsAppStoreVersionGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/appStoreVersion",...e})}static gameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/relationships/compatibilityVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAppVersionsCompatibilityVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/relationships/compatibilityVersions",...e})}static gameCenterAppVersionsCompatibilityVersionsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/relationships/compatibilityVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterAppVersionsCompatibilityVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterAppVersions/{id}/compatibilityVersions",...e})}},t.GameCenterChallengeImages=class{static gameCenterChallengeImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengeImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeImages/{id}",...e})}static gameCenterChallengeImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeImages/{id}",...e})}static gameCenterChallengeImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterChallengeLocalizations=class{static gameCenterChallengeLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengeLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations/{id}",...e})}static gameCenterChallengeLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations/{id}",...e})}static gameCenterChallengeLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengeLocalizationsImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations/{id}/relationships/image",...e})}static gameCenterChallengeLocalizationsImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeLocalizations/{id}/image",...e})}},t.GameCenterChallengeVersionReleases=class{static gameCenterChallengeVersionReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersionReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengeVersionReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersionReleases/{id}",...e})}static gameCenterChallengeVersionReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersionReleases/{id}",...e})}},t.GameCenterChallengeVersions=class{static gameCenterChallengeVersionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengeVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions/{id}",...e})}static gameCenterChallengeVersionsDefaultImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions/{id}/relationships/defaultImage",...e})}static gameCenterChallengeVersionsDefaultImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions/{id}/defaultImage",...e})}static gameCenterChallengeVersionsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions/{id}/relationships/localizations",...e})}static gameCenterChallengeVersionsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallengeVersions/{id}/localizations",...e})}},t.GameCenterChallenges=class{static gameCenterChallengesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}",...e})}static gameCenterChallengesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}",...e})}static gameCenterChallengesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengesLeaderboardUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}/relationships/leaderboard",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengesLeaderboardV2UpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}/relationships/leaderboardV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterChallengesVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}/relationships/versions",...e})}static gameCenterChallengesVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterChallenges/{id}/versions",...e})}},t.GameCenterDetails=class{static gameCenterDetailsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}",...e})}static gameCenterDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsAchievementReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/achievementReleases",...e})}static gameCenterDetailsAchievementReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/achievementReleases",...e})}static gameCenterDetailsActivityReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/activityReleases",...e})}static gameCenterDetailsActivityReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/activityReleases",...e})}static gameCenterDetailsChallengeReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/challengeReleases",...e})}static gameCenterDetailsChallengeReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/challengeReleases",...e})}static gameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/challengesMinimumPlatformVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterAchievementsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterAchievements",...e})}static gameCenterDetailsGameCenterAchievementsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterAchievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterAchievementsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterAchievements",...e})}static gameCenterDetailsGameCenterAchievementsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterAchievementsV2",...e})}static gameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterAchievementsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterAchievementsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterAchievementsV2",...e})}static gameCenterDetailsGameCenterActivitiesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterActivities",...e})}static gameCenterDetailsGameCenterActivitiesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterActivities",...e})}static gameCenterDetailsGameCenterAppVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterAppVersions",...e})}static gameCenterDetailsGameCenterAppVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterAppVersions",...e})}static gameCenterDetailsGameCenterChallengesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterChallenges",...e})}static gameCenterDetailsGameCenterChallengesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterChallenges",...e})}static gameCenterDetailsGameCenterGroupGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterGroup",...e})}static gameCenterDetailsGameCenterGroupGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterGroup",...e})}static gameCenterDetailsGameCenterLeaderboardSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardSets",...e})}static gameCenterDetailsGameCenterLeaderboardSetsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterLeaderboardSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterLeaderboardSets",...e})}static gameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardSetsV2",...e})}static gameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardSetsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterLeaderboardSetsV2",...e})}static gameCenterDetailsGameCenterLeaderboardsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboards",...e})}static gameCenterDetailsGameCenterLeaderboardsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterLeaderboardsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterLeaderboards",...e})}static gameCenterDetailsGameCenterLeaderboardsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardsV2",...e})}static gameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterDetailsGameCenterLeaderboardsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/gameCenterLeaderboardsV2",...e})}static gameCenterDetailsLeaderboardReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/leaderboardReleases",...e})}static gameCenterDetailsLeaderboardReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/leaderboardReleases",...e})}static gameCenterDetailsLeaderboardSetReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/relationships/leaderboardSetReleases",...e})}static gameCenterDetailsLeaderboardSetReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/leaderboardSetReleases",...e})}static gameCenterDetailsClassicMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/metrics/classicMatchmakingRequests",...e})}static gameCenterDetailsRuleBasedMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/metrics/ruleBasedMatchmakingRequests",...e})}},t.GameCenterGroups=class{static gameCenterGroupsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups",...e})}static gameCenterGroupsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}",...e})}static gameCenterGroupsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}",...e})}static gameCenterGroupsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterAchievementsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterAchievements",...e})}static gameCenterGroupsGameCenterAchievementsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterAchievements",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterAchievementsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterAchievements",...e})}static gameCenterGroupsGameCenterAchievementsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterAchievementsV2",...e})}static gameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterAchievementsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterAchievementsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterAchievementsV2",...e})}static gameCenterGroupsGameCenterActivitiesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterActivities",...e})}static gameCenterGroupsGameCenterActivitiesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterActivities",...e})}static gameCenterGroupsGameCenterChallengesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterChallenges",...e})}static gameCenterGroupsGameCenterChallengesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterChallenges",...e})}static gameCenterGroupsGameCenterDetailsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterDetails",...e})}static gameCenterGroupsGameCenterDetailsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterDetails",...e})}static gameCenterGroupsGameCenterLeaderboardSetsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardSets",...e})}static gameCenterGroupsGameCenterLeaderboardSetsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterLeaderboardSetsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterLeaderboardSets",...e})}static gameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardSetsV2",...e})}static gameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardSetsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterLeaderboardSetsV2",...e})}static gameCenterGroupsGameCenterLeaderboardsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboards",...e})}static gameCenterGroupsGameCenterLeaderboardsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterLeaderboardsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterLeaderboards",...e})}static gameCenterGroupsGameCenterLeaderboardsV2GetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardsV2",...e})}static gameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardsV2",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterGroupsGameCenterLeaderboardsV2GetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterGroups/{id}/gameCenterLeaderboardsV2",...e})}},t.GameCenterLeaderboardEntrySubmissions=class{static gameCenterLeaderboardEntrySubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardEntrySubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterLeaderboardImages=class{static gameCenterLeaderboardImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardImages/{id}",...e})}static gameCenterLeaderboardImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardImages/{id}",...e})}static gameCenterLeaderboardImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardImagesV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardImagesV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardImages/{id}",...e})}static gameCenterLeaderboardImagesV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardImages/{id}",...e})}static gameCenterLeaderboardImagesV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterLeaderboardLocalizations=class{static gameCenterLeaderboardLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations/{id}",...e})}static gameCenterLeaderboardLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations/{id}",...e})}static gameCenterLeaderboardLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardLocalizationsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardLocalizationsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations/{id}",...e})}static gameCenterLeaderboardLocalizationsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations/{id}",...e})}static gameCenterLeaderboardLocalizationsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations/{id}/relationships/gameCenterLeaderboardImage",...e})}static gameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardLocalizations/{id}/gameCenterLeaderboardImage",...e})}static gameCenterLeaderboardLocalizationsV2ImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations/{id}/relationships/image",...e})}static gameCenterLeaderboardLocalizationsV2ImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardLocalizations/{id}/image",...e})}},t.GameCenterLeaderboardReleases=class{static gameCenterLeaderboardReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardReleases/{id}",...e})}static gameCenterLeaderboardReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardReleases/{id}",...e})}},t.GameCenterLeaderboardSetImages=class{static gameCenterLeaderboardSetImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetImages/{id}",...e})}static gameCenterLeaderboardSetImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetImages/{id}",...e})}static gameCenterLeaderboardSetImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetImagesV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetImagesV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetImages/{id}",...e})}static gameCenterLeaderboardSetImagesV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetImages/{id}",...e})}static gameCenterLeaderboardSetImagesV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterLeaderboardSetLocalizations=class{static gameCenterLeaderboardSetLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations/{id}",...e})}static gameCenterLeaderboardSetLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations/{id}",...e})}static gameCenterLeaderboardSetLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetLocalizationsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetLocalizationsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations/{id}",...e})}static gameCenterLeaderboardSetLocalizationsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations/{id}",...e})}static gameCenterLeaderboardSetLocalizationsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations/{id}/relationships/gameCenterLeaderboardSetImage",...e})}static gameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetLocalizations/{id}/gameCenterLeaderboardSetImage",...e})}static gameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations/{id}/relationships/image",...e})}static gameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetLocalizations/{id}/image",...e})}},t.GameCenterLeaderboardSetMemberLocalizations=class{static gameCenterLeaderboardSetMemberLocalizationsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations",...e})}static gameCenterLeaderboardSetMemberLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetMemberLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}",...e})}static gameCenterLeaderboardSetMemberLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}/relationships/gameCenterLeaderboard",...e})}static gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}/gameCenterLeaderboard",...e})}static gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}/relationships/gameCenterLeaderboardSet",...e})}static gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetMemberLocalizations/{id}/gameCenterLeaderboardSet",...e})}},t.GameCenterLeaderboardSetReleases=class{static gameCenterLeaderboardSetReleasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetReleases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetReleasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetReleases/{id}",...e})}static gameCenterLeaderboardSetReleasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSetReleases/{id}",...e})}},t.GameCenterLeaderboardSetVersions=class{static gameCenterLeaderboardSetVersionsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetVersionsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetVersions/{id}",...e})}static gameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetVersions/{id}/relationships/localizations",...e})}static gameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSetVersions/{id}/localizations",...e})}},t.GameCenterLeaderboardSets=class{static gameCenterLeaderboardSetsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}",...e})}static gameCenterLeaderboardSetsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}",...e})}static gameCenterLeaderboardSetsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}",...e})}static gameCenterLeaderboardSetsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}",...e})}static gameCenterLeaderboardSetsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e})}static gameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/gameCenterLeaderboards",...e})}static gameCenterLeaderboardSetsV2VersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/relationships/versions",...e})}static gameCenterLeaderboardSetsV2VersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardSets/{id}/versions",...e})}static gameCenterLeaderboardSetsGameCenterLeaderboardsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e})}static gameCenterLeaderboardSetsGameCenterLeaderboardsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsGameCenterLeaderboardsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/gameCenterLeaderboards",...e})}static gameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/groupLeaderboardSet",...e})}static gameCenterLeaderboardSetsGroupLeaderboardSetUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/groupLeaderboardSet",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/groupLeaderboardSet",...e})}static gameCenterLeaderboardSetsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/localizations",...e})}static gameCenterLeaderboardSetsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/localizations",...e})}static gameCenterLeaderboardSetsReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/relationships/releases",...e})}static gameCenterLeaderboardSetsReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboardSets/{id}/releases",...e})}},t.GameCenterLeaderboardVersions=class{static gameCenterLeaderboardVersionsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardVersionsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardVersions/{id}",...e})}static gameCenterLeaderboardVersionsV2LocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardVersions/{id}/relationships/localizations",...e})}static gameCenterLeaderboardVersionsV2LocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboardVersions/{id}/localizations",...e})}},t.GameCenterLeaderboards=class{static gameCenterLeaderboardsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}",...e})}static gameCenterLeaderboardsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}",...e})}static gameCenterLeaderboardsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}",...e})}static gameCenterLeaderboardsV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}",...e})}static gameCenterLeaderboardsV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsActivityUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/activity",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsChallengeUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/challenge",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsGroupLeaderboardGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/groupLeaderboard",...e})}static gameCenterLeaderboardsGroupLeaderboardUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/groupLeaderboard",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsGroupLeaderboardGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/groupLeaderboard",...e})}static gameCenterLeaderboardsLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/localizations",...e})}static gameCenterLeaderboardsLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/localizations",...e})}static gameCenterLeaderboardsReleasesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/relationships/releases",...e})}static gameCenterLeaderboardsReleasesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterLeaderboards/{id}/releases",...e})}static gameCenterLeaderboardsV2ActivityUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}/relationships/activity",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsV2ChallengeUpdateToOneRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}/relationships/challenge",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterLeaderboardsV2VersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}/relationships/versions",...e})}static gameCenterLeaderboardsV2VersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/gameCenterLeaderboards/{id}/versions",...e})}},t.GameCenterMatchmakingQueues=class{static gameCenterMatchmakingQueuesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues",...e})}static gameCenterMatchmakingQueuesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingQueuesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}",...e})}static gameCenterMatchmakingQueuesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}",...e})}static gameCenterMatchmakingQueuesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/experimentMatchmakingQueueSizes",...e})}static gameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/experimentMatchmakingRequests",...e})}static gameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingQueueSizes",...e})}static gameCenterMatchmakingQueuesMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingRequests",...e})}static gameCenterMatchmakingQueuesMatchmakingSessionsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingSessions",...e})}},t.GameCenterMatchmakingRuleSetTests=class{static gameCenterMatchmakingRuleSetTestsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSetTests",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterMatchmakingRuleSets=class{static gameCenterMatchmakingRuleSetsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets",...e})}static gameCenterMatchmakingRuleSetsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingRuleSetsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}",...e})}static gameCenterMatchmakingRuleSetsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}",...e})}static gameCenterMatchmakingRuleSetsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/relationships/matchmakingQueues",...e})}static gameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/matchmakingQueues",...e})}static gameCenterMatchmakingRuleSetsRulesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/relationships/rules",...e})}static gameCenterMatchmakingRuleSetsRulesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/rules",...e})}static gameCenterMatchmakingRuleSetsTeamsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/relationships/teams",...e})}static gameCenterMatchmakingRuleSetsTeamsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRuleSets/{id}/teams",...e})}},t.GameCenterMatchmakingRules=class{static gameCenterMatchmakingRulesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingRulesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}",...e})}static gameCenterMatchmakingRulesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingBooleanRuleResults",...e})}static gameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingNumberRuleResults",...e})}static gameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingRuleErrors",...e})}},t.GameCenterMatchmakingTeams=class{static gameCenterMatchmakingTeamsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingTeams",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterMatchmakingTeamsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingTeams/{id}",...e})}static gameCenterMatchmakingTeamsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingTeams/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.GameCenterPlayerAchievementSubmissions=class{static gameCenterPlayerAchievementSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterPlayerAchievementSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchaseAppStoreReviewScreenshots=class{static inAppPurchaseAppStoreReviewScreenshotsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAppStoreReviewScreenshots",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseAppStoreReviewScreenshotsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAppStoreReviewScreenshots/{id}",...e})}static inAppPurchaseAppStoreReviewScreenshotsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAppStoreReviewScreenshots/{id}",...e})}static inAppPurchaseAppStoreReviewScreenshotsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAppStoreReviewScreenshots/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchaseAvailabilities=class{static inAppPurchaseAvailabilitiesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAvailabilities",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseAvailabilitiesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAvailabilities/{id}",...e})}static inAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAvailabilities/{id}/relationships/availableTerritories",...e})}static inAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseAvailabilities/{id}/availableTerritories",...e})}},t.InAppPurchaseContents=class{static inAppPurchaseContentsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseContents/{id}",...e})}},t.InAppPurchaseImages=class{static inAppPurchaseImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseImages/{id}",...e})}static inAppPurchaseImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseImages/{id}",...e})}static inAppPurchaseImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchaseLocalizations=class{static inAppPurchaseLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseLocalizations/{id}",...e})}static inAppPurchaseLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseLocalizations/{id}",...e})}static inAppPurchaseLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchaseOfferCodeCustomCodes=class{static inAppPurchaseOfferCodeCustomCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeCustomCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseOfferCodeCustomCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeCustomCodes/{id}",...e})}static inAppPurchaseOfferCodeCustomCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeCustomCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchaseOfferCodeOneTimeUseCodes=class{static inAppPurchaseOfferCodeOneTimeUseCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeOneTimeUseCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseOfferCodeOneTimeUseCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeOneTimeUseCodes/{id}",...e})}static inAppPurchaseOfferCodeOneTimeUseCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeOneTimeUseCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseOfferCodeOneTimeUseCodesValuesGetToOneRelated(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodeOneTimeUseCodes/{id}/values",...e})}},t.InAppPurchaseOfferCodes=class{static inAppPurchaseOfferCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseOfferCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}",...e})}static inAppPurchaseOfferCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchaseOfferCodesCustomCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/relationships/customCodes",...e})}static inAppPurchaseOfferCodesCustomCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/customCodes",...e})}static inAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/relationships/oneTimeUseCodes",...e})}static inAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/oneTimeUseCodes",...e})}static inAppPurchaseOfferCodesPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/relationships/prices",...e})}static inAppPurchaseOfferCodesPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseOfferCodes/{id}/prices",...e})}},t.InAppPurchasePriceSchedules=class{static inAppPurchasePriceSchedulesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchasePriceSchedulesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}",...e})}static inAppPurchasePriceSchedulesAutomaticPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/relationships/automaticPrices",...e})}static inAppPurchasePriceSchedulesAutomaticPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/automaticPrices",...e})}static inAppPurchasePriceSchedulesBaseTerritoryGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/relationships/baseTerritory",...e})}static inAppPurchasePriceSchedulesBaseTerritoryGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/baseTerritory",...e})}static inAppPurchasePriceSchedulesManualPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/relationships/manualPrices",...e})}static inAppPurchasePriceSchedulesManualPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePriceSchedules/{id}/manualPrices",...e})}},t.InAppPurchaseSubmissions=class{static inAppPurchaseSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchaseSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.InAppPurchases=class{static inAppPurchasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchases/{id}",...e})}static inAppPurchasesV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchasesV2DeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}",...e})}static inAppPurchasesV2GetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}",...e})}static inAppPurchasesV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static inAppPurchasesV2AppStoreReviewScreenshotGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/appStoreReviewScreenshot",...e})}static inAppPurchasesV2AppStoreReviewScreenshotGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/appStoreReviewScreenshot",...e})}static inAppPurchasesV2ContentGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/content",...e})}static inAppPurchasesV2ContentGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/content",...e})}static inAppPurchasesV2IapPriceScheduleGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/iapPriceSchedule",...e})}static inAppPurchasesV2IapPriceScheduleGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/iapPriceSchedule",...e})}static inAppPurchasesV2ImagesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/images",...e})}static inAppPurchasesV2ImagesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/images",...e})}static inAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/inAppPurchaseAvailability",...e})}static inAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/inAppPurchaseAvailability",...e})}static inAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/inAppPurchaseLocalizations",...e})}static inAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/inAppPurchaseLocalizations",...e})}static inAppPurchasesV2OfferCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/offerCodes",...e})}static inAppPurchasesV2OfferCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/offerCodes",...e})}static inAppPurchasesV2PricePointsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/pricePoints",...e})}static inAppPurchasesV2PricePointsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/pricePoints",...e})}static inAppPurchasesV2PromotedPurchaseGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/relationships/promotedPurchase",...e})}static inAppPurchasesV2PromotedPurchaseGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/inAppPurchases/{id}/promotedPurchase",...e})}},t.MarketplaceSearchDetails=class{static marketplaceSearchDetailsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceSearchDetails",...e,headers:{"Content-Type":"application/json",...e.headers}})}static marketplaceSearchDetailsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceSearchDetails/{id}",...e})}static marketplaceSearchDetailsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceSearchDetails/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.MarketplaceWebhooks=class{static marketplaceWebhooksGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceWebhooks",...e})}static marketplaceWebhooksCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceWebhooks",...e,headers:{"Content-Type":"application/json",...e.headers}})}static marketplaceWebhooksDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceWebhooks/{id}",...e})}static marketplaceWebhooksUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/marketplaceWebhooks/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.MerchantIds=class{static merchantIdsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds",...e})}static merchantIdsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static merchantIdsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds/{id}",...e})}static merchantIdsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds/{id}",...e})}static merchantIdsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static merchantIdsCertificatesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds/{id}/relationships/certificates",...e})}static merchantIdsCertificatesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/merchantIds/{id}/certificates",...e})}},t.Nominations=class{static nominationsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/nominations",...e})}static nominationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/nominations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static nominationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/nominations/{id}",...e})}static nominationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/nominations/{id}",...e})}static nominationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/nominations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.PassTypeIds=class{static passTypeIdsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds",...e})}static passTypeIdsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds",...e,headers:{"Content-Type":"application/json",...e.headers}})}static passTypeIdsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds/{id}",...e})}static passTypeIdsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds/{id}",...e})}static passTypeIdsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static passTypeIdsCertificatesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds/{id}/relationships/certificates",...e})}static passTypeIdsCertificatesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/passTypeIds/{id}/certificates",...e})}},t.PreReleaseVersions=class{static preReleaseVersionsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions",...e})}static preReleaseVersionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions/{id}",...e})}static preReleaseVersionsAppGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions/{id}/relationships/app",...e})}static preReleaseVersionsAppGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions/{id}/app",...e})}static preReleaseVersionsBuildsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions/{id}/relationships/builds",...e})}static preReleaseVersionsBuildsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/preReleaseVersions/{id}/builds",...e})}},t.Profiles=class{static profilesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles",...e})}static profilesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles",...e,headers:{"Content-Type":"application/json",...e.headers}})}static profilesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}",...e})}static profilesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}",...e})}static profilesBundleIdGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/relationships/bundleId",...e})}static profilesBundleIdGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/bundleId",...e})}static profilesCertificatesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/relationships/certificates",...e})}static profilesCertificatesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/certificates",...e})}static profilesDevicesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/relationships/devices",...e})}static profilesDevicesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/profiles/{id}/devices",...e})}},t.PromotedPurchases=class{static promotedPurchasesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/promotedPurchases",...e,headers:{"Content-Type":"application/json",...e.headers}})}static promotedPurchasesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/promotedPurchases/{id}",...e})}static promotedPurchasesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/promotedPurchases/{id}",...e})}static promotedPurchasesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/promotedPurchases/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.ReviewSubmissionItems=class{static reviewSubmissionItemsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissionItems",...e,headers:{"Content-Type":"application/json",...e.headers}})}static reviewSubmissionItemsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissionItems/{id}",...e})}static reviewSubmissionItemsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissionItems/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.ReviewSubmissions=class{static reviewSubmissionsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions",...e})}static reviewSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static reviewSubmissionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions/{id}",...e})}static reviewSubmissionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static reviewSubmissionsItemsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions/{id}/relationships/items",...e})}static reviewSubmissionsItemsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/reviewSubmissions/{id}/items",...e})}},t.RoutingAppCoverages=class{static routingAppCoveragesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/routingAppCoverages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static routingAppCoveragesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/routingAppCoverages/{id}",...e})}static routingAppCoveragesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/routingAppCoverages/{id}",...e})}static routingAppCoveragesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/routingAppCoverages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SalesReports=class{static salesReportsGetCollection(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/salesReports",...e})}},t.SandboxTesters=class{static sandboxTestersV2GetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v2/sandboxTesters",...e})}static sandboxTestersV2UpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v2/sandboxTesters/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SandboxTestersClearPurchaseHistoryRequest=class{static sandboxTestersClearPurchaseHistoryRequestV2CreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v2/sandboxTestersClearPurchaseHistoryRequest",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.ScmGitReferences=class{static scmGitReferencesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmGitReferences/{id}",...e})}},t.ScmProviders=class{static scmProvidersGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmProviders",...e})}static scmProvidersGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmProviders/{id}",...e})}static scmProvidersRepositoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/scmProviders/{id}/relationships/repositories",...e})}static scmProvidersRepositoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmProviders/{id}/repositories",...e})}},t.ScmPullRequests=class{static scmPullRequestsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmPullRequests/{id}",...e})}},t.ScmRepositories=class{static scmRepositoriesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories",...e})}static scmRepositoriesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories/{id}",...e})}static scmRepositoriesGitReferencesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories/{id}/relationships/gitReferences",...e})}static scmRepositoriesGitReferencesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories/{id}/gitReferences",...e})}static scmRepositoriesPullRequestsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories/{id}/relationships/pullRequests",...e})}static scmRepositoriesPullRequestsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/scmRepositories/{id}/pullRequests",...e})}},t.SubscriptionAppStoreReviewScreenshots=class{static subscriptionAppStoreReviewScreenshotsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAppStoreReviewScreenshots",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionAppStoreReviewScreenshotsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAppStoreReviewScreenshots/{id}",...e})}static subscriptionAppStoreReviewScreenshotsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAppStoreReviewScreenshots/{id}",...e})}static subscriptionAppStoreReviewScreenshotsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAppStoreReviewScreenshots/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionAvailabilities=class{static subscriptionAvailabilitiesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAvailabilities",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionAvailabilitiesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAvailabilities/{id}",...e})}static subscriptionAvailabilitiesAvailableTerritoriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAvailabilities/{id}/relationships/availableTerritories",...e})}static subscriptionAvailabilitiesAvailableTerritoriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionAvailabilities/{id}/availableTerritories",...e})}},t.SubscriptionGracePeriods=class{static subscriptionGracePeriodsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGracePeriods/{id}",...e})}static subscriptionGracePeriodsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGracePeriods/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionGroupLocalizations=class{static subscriptionGroupLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroupLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionGroupLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroupLocalizations/{id}",...e})}static subscriptionGroupLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroupLocalizations/{id}",...e})}static subscriptionGroupLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroupLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionGroupSubmissions=class{static subscriptionGroupSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroupSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionGroups=class{static subscriptionGroupsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionGroupsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}",...e})}static subscriptionGroupsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}",...e})}static subscriptionGroupsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}/relationships/subscriptionGroupLocalizations",...e})}static subscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}/subscriptionGroupLocalizations",...e})}static subscriptionGroupsSubscriptionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}/relationships/subscriptions",...e})}static subscriptionGroupsSubscriptionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionGroups/{id}/subscriptions",...e})}},t.SubscriptionImages=class{static subscriptionImagesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionImages",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionImagesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionImages/{id}",...e})}static subscriptionImagesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionImages/{id}",...e})}static subscriptionImagesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionImages/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionIntroductoryOffers=class{static subscriptionIntroductoryOffersCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionIntroductoryOffers",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionIntroductoryOffersDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionIntroductoryOffers/{id}",...e})}static subscriptionIntroductoryOffersUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionIntroductoryOffers/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionLocalizations=class{static subscriptionLocalizationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionLocalizations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionLocalizationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionLocalizations/{id}",...e})}static subscriptionLocalizationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionLocalizations/{id}",...e})}static subscriptionLocalizationsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionLocalizations/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionOfferCodeCustomCodes=class{static subscriptionOfferCodeCustomCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeCustomCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionOfferCodeCustomCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeCustomCodes/{id}",...e})}static subscriptionOfferCodeCustomCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeCustomCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.SubscriptionOfferCodeOneTimeUseCodes=class{static subscriptionOfferCodeOneTimeUseCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeOneTimeUseCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionOfferCodeOneTimeUseCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeOneTimeUseCodes/{id}",...e})}static subscriptionOfferCodeOneTimeUseCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeOneTimeUseCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionOfferCodeOneTimeUseCodesValuesGetToOneRelated(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodeOneTimeUseCodes/{id}/values",...e})}},t.SubscriptionOfferCodes=class{static subscriptionOfferCodesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionOfferCodesGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}",...e})}static subscriptionOfferCodesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionOfferCodesCustomCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/relationships/customCodes",...e})}static subscriptionOfferCodesCustomCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/customCodes",...e})}static subscriptionOfferCodesOneTimeUseCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/relationships/oneTimeUseCodes",...e})}static subscriptionOfferCodesOneTimeUseCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/oneTimeUseCodes",...e})}static subscriptionOfferCodesPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/relationships/prices",...e})}static subscriptionOfferCodesPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionOfferCodes/{id}/prices",...e})}},t.SubscriptionPricePoints=class{static subscriptionPricePointsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPricePoints/{id}",...e})}static subscriptionPricePointsEqualizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPricePoints/{id}/relationships/equalizations",...e})}static subscriptionPricePointsEqualizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPricePoints/{id}/equalizations",...e})}},t.SubscriptionPrices=class{static subscriptionPricesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPrices",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionPricesDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPrices/{id}",...e})}},t.SubscriptionPromotionalOffers=class{static subscriptionPromotionalOffersCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionPromotionalOffersDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers/{id}",...e})}static subscriptionPromotionalOffersGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers/{id}",...e})}static subscriptionPromotionalOffersUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionPromotionalOffersPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers/{id}/relationships/prices",...e})}static subscriptionPromotionalOffersPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionPromotionalOffers/{id}/prices",...e})}},t.SubscriptionSubmissions=class{static subscriptionSubmissionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptionSubmissions",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.Subscriptions=class{static subscriptionsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}",...e})}static subscriptionsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}",...e})}static subscriptionsUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionsAppStoreReviewScreenshotGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/appStoreReviewScreenshot",...e})}static subscriptionsAppStoreReviewScreenshotGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/appStoreReviewScreenshot",...e})}static subscriptionsImagesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/images",...e})}static subscriptionsImagesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/images",...e})}static subscriptionsIntroductoryOffersDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/introductoryOffers",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionsIntroductoryOffersGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/introductoryOffers",...e})}static subscriptionsIntroductoryOffersGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/introductoryOffers",...e})}static subscriptionsOfferCodesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/offerCodes",...e})}static subscriptionsOfferCodesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/offerCodes",...e})}static subscriptionsPricePointsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/pricePoints",...e})}static subscriptionsPricePointsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/pricePoints",...e})}static subscriptionsPricesDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/prices",...e,headers:{"Content-Type":"application/json",...e.headers}})}static subscriptionsPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/prices",...e})}static subscriptionsPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/prices",...e})}static subscriptionsPromotedPurchaseGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/promotedPurchase",...e})}static subscriptionsPromotedPurchaseGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/promotedPurchase",...e})}static subscriptionsPromotionalOffersGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/promotionalOffers",...e})}static subscriptionsPromotionalOffersGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/promotionalOffers",...e})}static subscriptionsSubscriptionAvailabilityGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/subscriptionAvailability",...e})}static subscriptionsSubscriptionAvailabilityGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/subscriptionAvailability",...e})}static subscriptionsSubscriptionLocalizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/subscriptionLocalizations",...e})}static subscriptionsSubscriptionLocalizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/subscriptionLocalizations",...e})}static subscriptionsWinBackOffersGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/relationships/winBackOffers",...e})}static subscriptionsWinBackOffersGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/subscriptions/{id}/winBackOffers",...e})}},t.Territories=class{static territoriesGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/territories",...e})}},t.TerritoryAvailabilities=class{static territoryAvailabilitiesUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/territoryAvailabilities/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.UserInvitations=class{static userInvitationsGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations",...e})}static userInvitationsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations",...e,headers:{"Content-Type":"application/json",...e.headers}})}static userInvitationsDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations/{id}",...e})}static userInvitationsGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations/{id}",...e})}static userInvitationsVisibleAppsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations/{id}/relationships/visibleApps",...e})}static userInvitationsVisibleAppsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/userInvitations/{id}/visibleApps",...e})}},t.Users=class{static usersGetCollection(e){return(e?.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/users",...e})}static usersDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}",...e})}static usersGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}",...e})}static usersUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static usersVisibleAppsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}/relationships/visibleApps",...e,headers:{"Content-Type":"application/json",...e.headers}})}static usersVisibleAppsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}/relationships/visibleApps",...e})}static usersVisibleAppsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}/relationships/visibleApps",...e,headers:{"Content-Type":"application/json",...e.headers}})}static usersVisibleAppsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}/relationships/visibleApps",...e,headers:{"Content-Type":"application/json",...e.headers}})}static usersVisibleAppsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/users/{id}/visibleApps",...e})}},t.WebhookDeliveries=class{static webhookDeliveriesCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhookDeliveries",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.WebhookPings=class{static webhookPingsCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhookPings",...e,headers:{"Content-Type":"application/json",...e.headers}})}},t.Webhooks=class{static webhooksCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks",...e,headers:{"Content-Type":"application/json",...e.headers}})}static webhooksDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks/{id}",...e})}static webhooksGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks/{id}",...e})}static webhooksUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static webhooksDeliveriesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks/{id}/relationships/deliveries",...e})}static webhooksDeliveriesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/webhooks/{id}/deliveries",...e})}},t.WinBackOffers=class{static winBackOffersCreateInstance(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers",...e,headers:{"Content-Type":"application/json",...e.headers}})}static winBackOffersDeleteInstance(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers/{id}",...e})}static winBackOffersGetInstance(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers/{id}",...e})}static winBackOffersUpdateInstance(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers/{id}",...e,headers:{"Content-Type":"application/json",...e.headers}})}static winBackOffersPricesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers/{id}/relationships/prices",...e})}static winBackOffersPricesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/winBackOffers/{id}/prices",...e})}},t.BuildBundles=class{static buildBundlesAppClipDomainCacheStatusGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/relationships/appClipDomainCacheStatus",...e})}static buildBundlesAppClipDomainCacheStatusGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/appClipDomainCacheStatus",...e})}static buildBundlesAppClipDomainDebugStatusGetToOneRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/relationships/appClipDomainDebugStatus",...e})}static buildBundlesAppClipDomainDebugStatusGetToOneRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/appClipDomainDebugStatus",...e})}static buildBundlesBetaAppClipInvocationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/relationships/betaAppClipInvocations",...e})}static buildBundlesBetaAppClipInvocationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/betaAppClipInvocations",...e})}static buildBundlesBuildBundleFileSizesGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/relationships/buildBundleFileSizes",...e})}static buildBundlesBuildBundleFileSizesGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/buildBundles/{id}/buildBundleFileSizes",...e})}},t.DiagnosticSignatures=class{static diagnosticSignaturesLogsGetToManyRelated(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/diagnosticSignatures/{id}/logs",...e})}},t.GameCenterEnabledVersions=class{static gameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationship(e){return(e.client??i.client).delete({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterEnabledVersionsCompatibleVersionsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions",...e})}static gameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationship(e){return(e.client??i.client).patch({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationship(e){return(e.client??i.client).post({security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions",...e,headers:{"Content-Type":"application/json",...e.headers}})}static gameCenterEnabledVersionsCompatibleVersionsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterEnabledVersions/{id}/compatibleVersions",...e})}},t.InAppPurchasePricePoints=class{static inAppPurchasePricePointsEqualizationsGetToManyRelationship(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePricePoints/{id}/relationships/equalizations",...e})}static inAppPurchasePricePointsEqualizationsGetToManyRelated(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/inAppPurchasePricePoints/{id}/equalizations",...e})}},t.Metrics=class{static appsBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/apps/{id}/metrics/betaTesterUsages",...e})}static betaGroupsBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/metrics/betaTesterUsages",...e})}static betaGroupsPublicLinkUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaGroups/{id}/metrics/publicLinkUsages",...e})}static betaTestersBetaTesterUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/betaTesters/{id}/metrics/betaTesterUsages",...e})}static buildsBetaBuildUsagesGetMetrics(e){return(e.client??i.client).get({security:[{scheme:"bearer",type:"http"}],url:"/v1/builds/{id}/metrics/betaBuildUsages",...e})}static gameCenterDetailsClassicMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/metrics/classicMatchmakingRequests",...e})}static gameCenterDetailsRuleBasedMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterDetails/{id}/metrics/ruleBasedMatchmakingRequests",...e})}static gameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/experimentMatchmakingQueueSizes",...e})}static gameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/experimentMatchmakingRequests",...e})}static gameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingQueueSizes",...e})}static gameCenterMatchmakingQueuesMatchmakingRequestsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingRequests",...e})}static gameCenterMatchmakingQueuesMatchmakingSessionsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingSessions",...e})}static gameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingBooleanRuleResults",...e})}static gameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingNumberRuleResults",...e})}static gameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetrics(e){return(e.client??i.client).get({querySerializer:{array:{explode:!1,style:"form"}},security:[{scheme:"bearer",type:"http"}],url:"/v1/gameCenterMatchmakingRules/{id}/metrics/matchmakingRuleErrors",...e})}}},683(e,t){var r,i,s,a,n,p,o,c,m,l,d,u,y,h,g,b,f,S,C,R,A,P,E,L,I,v,k,j,T,q,_,D,O,G,$,V,N,z,M,w,B,U,x,W,F,H,K,J,Y,Z,Q,X,ee,et,er,ei,es,ea,en,ep,eo,ec,em,el,ed,eu,ey,eh,eg,eb,ef,eS,eC,eR,eA,eP,eE,eL,eI,ev,ek,ej,eT,eq,e_,eD,eO,eG,e$,eV,eN,ez,eM,ew,eB,eU,ex,eW,eF,eH,eK,eJ,eY,eZ,eQ,eX,e1;Object.defineProperty(t,"__esModule",{value:!0}),t.SubscriptionOfferMode=t.SubscriptionOfferEligibility=t.SubscriptionOfferDuration=t.SubscriptionGracePeriodDuration=t.SubscriptionCustomerEligibility=t.ScreenshotDisplayType=t.PreviewType=t.Platform=t.PhasedReleaseState=t.OfferCodeEnvironment=t.MetricCategory=t.KidsAgeBand=t.InternalBetaState=t.InAppPurchaseType=t.InAppPurchaseState=t.IconAssetType=t.GameCenterVersionState=t.GameCenterLeaderboardFormatter=t.ExternalBetaState=t.DiagnosticInsightType=t.DiagnosticInsightDirection=t.DeviceFamily=t.DeviceConnectionType=t.CiTestStatus=t.CiTestDestinationKind=t.CiGitRefKind=t.CiExecutionProgress=t.CiCompletionStatus=t.CiActionType=t.ChecksumAlgorithm=t.CertificateType=t.CapabilityType=t.BundleIdPlatform=t.BuildUploadState=t.BuildBundleType=t.BuildAudienceType=t.BrazilAgeRating=t.BetaTesterState=t.BetaReviewState=t.BetaInviteType=t.BackgroundAssetVersionState=t.BackgroundAssetVersionExternalBetaReleaseState=t.BackgroundAssetVersionAppStoreReleaseState=t.AppVersionState=t.AppStoreVersionState=t.AppStoreAgeRating=t.AppEventAssetType=t.AppEncryptionDeclarationState=t.AppClipAdvancedExperienceLanguage=t.AppClipAction=void 0,t.WebhookEventType=t.UserRole=t.TerritoryCode=t.SubscriptionStatusUrlVersion=void 0,(er=r||(t.AppClipAction=r={})).OPEN="OPEN",er.VIEW="VIEW",er.PLAY="PLAY",(ei=i||(t.AppClipAdvancedExperienceLanguage=i={})).AR="AR",ei.CA="CA",ei.CS="CS",ei.DA="DA",ei.DE="DE",ei.EL="EL",ei.EN="EN",ei.ES="ES",ei.FI="FI",ei.FR="FR",ei.HE="HE",ei.HI="HI",ei.HR="HR",ei.HU="HU",ei.ID="ID",ei.IT="IT",ei.JA="JA",ei.KO="KO",ei.MS="MS",ei.NL="NL",ei.NO="NO",ei.PL="PL",ei.PT="PT",ei.RO="RO",ei.RU="RU",ei.SK="SK",ei.SV="SV",ei.TH="TH",ei.TR="TR",ei.UK="UK",ei.VI="VI",ei.ZH="ZH",(es=s||(t.AppEncryptionDeclarationState=s={})).CREATED="CREATED",es.IN_REVIEW="IN_REVIEW",es.APPROVED="APPROVED",es.REJECTED="REJECTED",es.INVALID="INVALID",es.EXPIRED="EXPIRED",(ea=a||(t.AppEventAssetType=a={})).EVENT_CARD="EVENT_CARD",ea.EVENT_DETAILS_PAGE="EVENT_DETAILS_PAGE",(en=n||(t.AppStoreAgeRating=n={})).L="L",en.ALL="ALL",en.ONE_PLUS="ONE_PLUS",en.TWO_PLUS="TWO_PLUS",en.THREE_PLUS="THREE_PLUS",en.FOUR_PLUS="FOUR_PLUS",en.FIVE_PLUS="FIVE_PLUS",en.SIX_PLUS="SIX_PLUS",en.SEVEN_PLUS="SEVEN_PLUS",en.EIGHT_PLUS="EIGHT_PLUS",en.NINE_PLUS="NINE_PLUS",en.TEN_PLUS="TEN_PLUS",en.ELEVEN_PLUS="ELEVEN_PLUS",en.TWELVE_PLUS="TWELVE_PLUS",en.THIRTEEN_PLUS="THIRTEEN_PLUS",en.FOURTEEN_PLUS="FOURTEEN_PLUS",en.FIFTEEN_PLUS="FIFTEEN_PLUS",en.SIXTEEN_PLUS="SIXTEEN_PLUS",en.SEVENTEEN_PLUS="SEVENTEEN_PLUS",en.EIGHTEEN_PLUS="EIGHTEEN_PLUS",en.NINETEEN_PLUS="NINETEEN_PLUS",en.TWENTY_PLUS="TWENTY_PLUS",en.TWENTY_ONE_PLUS="TWENTY_ONE_PLUS",en.UNRATED="UNRATED",(ep=p||(t.AppStoreVersionState=p={})).ACCEPTED="ACCEPTED",ep.DEVELOPER_REMOVED_FROM_SALE="DEVELOPER_REMOVED_FROM_SALE",ep.DEVELOPER_REJECTED="DEVELOPER_REJECTED",ep.IN_REVIEW="IN_REVIEW",ep.INVALID_BINARY="INVALID_BINARY",ep.METADATA_REJECTED="METADATA_REJECTED",ep.PENDING_APPLE_RELEASE="PENDING_APPLE_RELEASE",ep.PENDING_CONTRACT="PENDING_CONTRACT",ep.PENDING_DEVELOPER_RELEASE="PENDING_DEVELOPER_RELEASE",ep.PREPARE_FOR_SUBMISSION="PREPARE_FOR_SUBMISSION",ep.PREORDER_READY_FOR_SALE="PREORDER_READY_FOR_SALE",ep.PROCESSING_FOR_APP_STORE="PROCESSING_FOR_APP_STORE",ep.READY_FOR_REVIEW="READY_FOR_REVIEW",ep.READY_FOR_SALE="READY_FOR_SALE",ep.REJECTED="REJECTED",ep.REMOVED_FROM_SALE="REMOVED_FROM_SALE",ep.WAITING_FOR_EXPORT_COMPLIANCE="WAITING_FOR_EXPORT_COMPLIANCE",ep.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",ep.REPLACED_WITH_NEW_VERSION="REPLACED_WITH_NEW_VERSION",ep.NOT_APPLICABLE="NOT_APPLICABLE",(eo=o||(t.AppVersionState=o={})).ACCEPTED="ACCEPTED",eo.DEVELOPER_REJECTED="DEVELOPER_REJECTED",eo.IN_REVIEW="IN_REVIEW",eo.INVALID_BINARY="INVALID_BINARY",eo.METADATA_REJECTED="METADATA_REJECTED",eo.PENDING_APPLE_RELEASE="PENDING_APPLE_RELEASE",eo.PENDING_DEVELOPER_RELEASE="PENDING_DEVELOPER_RELEASE",eo.PREPARE_FOR_SUBMISSION="PREPARE_FOR_SUBMISSION",eo.PROCESSING_FOR_DISTRIBUTION="PROCESSING_FOR_DISTRIBUTION",eo.READY_FOR_DISTRIBUTION="READY_FOR_DISTRIBUTION",eo.READY_FOR_REVIEW="READY_FOR_REVIEW",eo.REJECTED="REJECTED",eo.REPLACED_WITH_NEW_VERSION="REPLACED_WITH_NEW_VERSION",eo.WAITING_FOR_EXPORT_COMPLIANCE="WAITING_FOR_EXPORT_COMPLIANCE",eo.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",(ec=c||(t.BackgroundAssetVersionAppStoreReleaseState=c={})).PREPARE_FOR_SUBMISSION="PREPARE_FOR_SUBMISSION",ec.READY_FOR_REVIEW="READY_FOR_REVIEW",ec.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",ec.IN_REVIEW="IN_REVIEW",ec.ACCEPTED="ACCEPTED",ec.REJECTED="REJECTED",ec.PROCESSING_FOR_DISTRIBUTION="PROCESSING_FOR_DISTRIBUTION",ec.READY_FOR_DISTRIBUTION="READY_FOR_DISTRIBUTION",ec.SUPERSEDED="SUPERSEDED",(em=m||(t.BackgroundAssetVersionExternalBetaReleaseState=m={})).READY_FOR_BETA_SUBMISSION="READY_FOR_BETA_SUBMISSION",em.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",em.IN_REVIEW="IN_REVIEW",em.REJECTED="REJECTED",em.PROCESSING_FOR_TESTING="PROCESSING_FOR_TESTING",em.READY_FOR_TESTING="READY_FOR_TESTING",em.SUPERSEDED="SUPERSEDED",(el=l||(t.BackgroundAssetVersionState=l={})).AWAITING_UPLOAD="AWAITING_UPLOAD",el.PROCESSING="PROCESSING",el.FAILED="FAILED",el.COMPLETE="COMPLETE",(ed=d||(t.BetaInviteType=d={})).EMAIL="EMAIL",ed.PUBLIC_LINK="PUBLIC_LINK",(eu=u||(t.BetaReviewState=u={})).WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",eu.IN_REVIEW="IN_REVIEW",eu.REJECTED="REJECTED",eu.APPROVED="APPROVED",(ey=y||(t.BetaTesterState=y={})).NOT_INVITED="NOT_INVITED",ey.INVITED="INVITED",ey.ACCEPTED="ACCEPTED",ey.INSTALLED="INSTALLED",ey.REVOKED="REVOKED",(eh=h||(t.BrazilAgeRating=h={})).L="L",eh.TEN="TEN",eh.TWELVE="TWELVE",eh.FOURTEEN="FOURTEEN",eh.SIXTEEN="SIXTEEN",eh.EIGHTEEN="EIGHTEEN",(eg=g||(t.BuildAudienceType=g={})).INTERNAL_ONLY="INTERNAL_ONLY",eg.APP_STORE_ELIGIBLE="APP_STORE_ELIGIBLE",(eb=b||(t.BuildBundleType=b={})).APP="APP",eb.APP_CLIP="APP_CLIP",(ef=f||(t.BuildUploadState=f={})).AWAITING_UPLOAD="AWAITING_UPLOAD",ef.PROCESSING="PROCESSING",ef.FAILED="FAILED",ef.COMPLETE="COMPLETE",(eS=S||(t.BundleIdPlatform=S={})).IOS="IOS",eS.MAC_OS="MAC_OS",eS.UNIVERSAL="UNIVERSAL",(eC=C||(t.CapabilityType=C={})).ICLOUD="ICLOUD",eC.IN_APP_PURCHASE="IN_APP_PURCHASE",eC.GAME_CENTER="GAME_CENTER",eC.PUSH_NOTIFICATIONS="PUSH_NOTIFICATIONS",eC.WALLET="WALLET",eC.INTER_APP_AUDIO="INTER_APP_AUDIO",eC.MAPS="MAPS",eC.ASSOCIATED_DOMAINS="ASSOCIATED_DOMAINS",eC.PERSONAL_VPN="PERSONAL_VPN",eC.APP_GROUPS="APP_GROUPS",eC.HEALTHKIT="HEALTHKIT",eC.HOMEKIT="HOMEKIT",eC.WIRELESS_ACCESSORY_CONFIGURATION="WIRELESS_ACCESSORY_CONFIGURATION",eC.APPLE_PAY="APPLE_PAY",eC.DATA_PROTECTION="DATA_PROTECTION",eC.SIRIKIT="SIRIKIT",eC.NETWORK_EXTENSIONS="NETWORK_EXTENSIONS",eC.MULTIPATH="MULTIPATH",eC.HOT_SPOT="HOT_SPOT",eC.NFC_TAG_READING="NFC_TAG_READING",eC.CLASSKIT="CLASSKIT",eC.AUTOFILL_CREDENTIAL_PROVIDER="AUTOFILL_CREDENTIAL_PROVIDER",eC.ACCESS_WIFI_INFORMATION="ACCESS_WIFI_INFORMATION",eC.NETWORK_CUSTOM_PROTOCOL="NETWORK_CUSTOM_PROTOCOL",eC.COREMEDIA_HLS_LOW_LATENCY="COREMEDIA_HLS_LOW_LATENCY",eC.SYSTEM_EXTENSION_INSTALL="SYSTEM_EXTENSION_INSTALL",eC.USER_MANAGEMENT="USER_MANAGEMENT",eC.APPLE_ID_AUTH="APPLE_ID_AUTH",(eR=R||(t.CertificateType=R={})).APPLE_PAY="APPLE_PAY",eR.APPLE_PAY_MERCHANT_IDENTITY="APPLE_PAY_MERCHANT_IDENTITY",eR.APPLE_PAY_PSP_IDENTITY="APPLE_PAY_PSP_IDENTITY",eR.APPLE_PAY_RSA="APPLE_PAY_RSA",eR.DEVELOPER_ID_KEXT="DEVELOPER_ID_KEXT",eR.DEVELOPER_ID_KEXT_G2="DEVELOPER_ID_KEXT_G2",eR.DEVELOPER_ID_APPLICATION="DEVELOPER_ID_APPLICATION",eR.DEVELOPER_ID_APPLICATION_G2="DEVELOPER_ID_APPLICATION_G2",eR.DEVELOPMENT="DEVELOPMENT",eR.DISTRIBUTION="DISTRIBUTION",eR.IDENTITY_ACCESS="IDENTITY_ACCESS",eR.IOS_DEVELOPMENT="IOS_DEVELOPMENT",eR.IOS_DISTRIBUTION="IOS_DISTRIBUTION",eR.MAC_APP_DISTRIBUTION="MAC_APP_DISTRIBUTION",eR.MAC_INSTALLER_DISTRIBUTION="MAC_INSTALLER_DISTRIBUTION",eR.MAC_APP_DEVELOPMENT="MAC_APP_DEVELOPMENT",eR.PASS_TYPE_ID="PASS_TYPE_ID",eR.PASS_TYPE_ID_WITH_NFC="PASS_TYPE_ID_WITH_NFC",(eA=A||(t.ChecksumAlgorithm=A={})).MD5="MD5",eA.SHA_256="SHA_256",(eP=P||(t.CiActionType=P={})).BUILD="BUILD",eP.ANALYZE="ANALYZE",eP.TEST="TEST",eP.ARCHIVE="ARCHIVE",(eE=E||(t.CiCompletionStatus=E={})).SUCCEEDED="SUCCEEDED",eE.FAILED="FAILED",eE.ERRORED="ERRORED",eE.CANCELED="CANCELED",eE.SKIPPED="SKIPPED",(eL=L||(t.CiExecutionProgress=L={})).PENDING="PENDING",eL.RUNNING="RUNNING",eL.COMPLETE="COMPLETE",(eI=I||(t.CiGitRefKind=I={})).BRANCH="BRANCH",eI.TAG="TAG",(ev=v||(t.CiTestDestinationKind=v={})).SIMULATOR="SIMULATOR",ev.MAC="MAC",(ek=k||(t.CiTestStatus=k={})).SUCCESS="SUCCESS",ek.FAILURE="FAILURE",ek.MIXED="MIXED",ek.SKIPPED="SKIPPED",ek.EXPECTED_FAILURE="EXPECTED_FAILURE",(ej=j||(t.DeviceConnectionType=j={})).WIFI="WIFI",ej.MOBILE_DATA="MOBILE_DATA",ej.WIRE="WIRE",ej.UNKNOWN="UNKNOWN",ej.NONE="NONE",(eT=T||(t.DeviceFamily=T={})).IPHONE="IPHONE",eT.IPAD="IPAD",eT.APPLE_TV="APPLE_TV",eT.APPLE_WATCH="APPLE_WATCH",eT.MAC="MAC",eT.VISION="VISION",(eq=q||(t.DiagnosticInsightDirection=q={})).UP="UP",eq.DOWN="DOWN",eq.UNDEFINED="UNDEFINED",(_||(t.DiagnosticInsightType=_={})).TREND="TREND",(e_=D||(t.ExternalBetaState=D={})).PROCESSING="PROCESSING",e_.PROCESSING_EXCEPTION="PROCESSING_EXCEPTION",e_.MISSING_EXPORT_COMPLIANCE="MISSING_EXPORT_COMPLIANCE",e_.READY_FOR_BETA_TESTING="READY_FOR_BETA_TESTING",e_.IN_BETA_TESTING="IN_BETA_TESTING",e_.EXPIRED="EXPIRED",e_.READY_FOR_BETA_SUBMISSION="READY_FOR_BETA_SUBMISSION",e_.IN_EXPORT_COMPLIANCE_REVIEW="IN_EXPORT_COMPLIANCE_REVIEW",e_.WAITING_FOR_BETA_REVIEW="WAITING_FOR_BETA_REVIEW",e_.IN_BETA_REVIEW="IN_BETA_REVIEW",e_.BETA_REJECTED="BETA_REJECTED",e_.BETA_APPROVED="BETA_APPROVED",e_.NOT_APPLICABLE="NOT_APPLICABLE",(eD=O||(t.GameCenterLeaderboardFormatter=O={})).INTEGER="INTEGER",eD.DECIMAL_POINT_1_PLACE="DECIMAL_POINT_1_PLACE",eD.DECIMAL_POINT_2_PLACE="DECIMAL_POINT_2_PLACE",eD.DECIMAL_POINT_3_PLACE="DECIMAL_POINT_3_PLACE",eD.ELAPSED_TIME_CENTISECOND="ELAPSED_TIME_CENTISECOND",eD.ELAPSED_TIME_MINUTE="ELAPSED_TIME_MINUTE",eD.ELAPSED_TIME_SECOND="ELAPSED_TIME_SECOND",eD.MONEY_POUND_DECIMAL="MONEY_POUND_DECIMAL",eD.MONEY_POUND="MONEY_POUND",eD.MONEY_DOLLAR_DECIMAL="MONEY_DOLLAR_DECIMAL",eD.MONEY_DOLLAR="MONEY_DOLLAR",eD.MONEY_EURO_DECIMAL="MONEY_EURO_DECIMAL",eD.MONEY_EURO="MONEY_EURO",eD.MONEY_FRANC_DECIMAL="MONEY_FRANC_DECIMAL",eD.MONEY_FRANC="MONEY_FRANC",eD.MONEY_KRONER_DECIMAL="MONEY_KRONER_DECIMAL",eD.MONEY_KRONER="MONEY_KRONER",eD.MONEY_YEN="MONEY_YEN",(eO=G||(t.GameCenterVersionState=G={})).PREPARE_FOR_SUBMISSION="PREPARE_FOR_SUBMISSION",eO.READY_FOR_REVIEW="READY_FOR_REVIEW",eO.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",eO.IN_REVIEW="IN_REVIEW",eO.DEVELOPER_REJECTED="DEVELOPER_REJECTED",eO.REJECTED="REJECTED",eO.ACCEPTED="ACCEPTED",eO.PENDING_RELEASE="PENDING_RELEASE",eO.LIVE="LIVE",eO.REPLACED_WITH_NEW_VERSION="REPLACED_WITH_NEW_VERSION",(eG=$||(t.IconAssetType=$={})).APP_STORE="APP_STORE",eG.MESSAGES_APP_STORE="MESSAGES_APP_STORE",eG.WATCH_APP_STORE="WATCH_APP_STORE",eG.TV_OS_HOME_SCREEN="TV_OS_HOME_SCREEN",eG.TV_OS_TOP_SHELF="TV_OS_TOP_SHELF",eG.ALTERNATE_EXPERIMENT="ALTERNATE_EXPERIMENT",(e$=V||(t.InAppPurchaseState=V={})).MISSING_METADATA="MISSING_METADATA",e$.WAITING_FOR_UPLOAD="WAITING_FOR_UPLOAD",e$.PROCESSING_CONTENT="PROCESSING_CONTENT",e$.READY_TO_SUBMIT="READY_TO_SUBMIT",e$.WAITING_FOR_REVIEW="WAITING_FOR_REVIEW",e$.IN_REVIEW="IN_REVIEW",e$.DEVELOPER_ACTION_NEEDED="DEVELOPER_ACTION_NEEDED",e$.PENDING_BINARY_APPROVAL="PENDING_BINARY_APPROVAL",e$.APPROVED="APPROVED",e$.DEVELOPER_REMOVED_FROM_SALE="DEVELOPER_REMOVED_FROM_SALE",e$.REMOVED_FROM_SALE="REMOVED_FROM_SALE",e$.REJECTED="REJECTED",(eV=N||(t.InAppPurchaseType=N={})).CONSUMABLE="CONSUMABLE",eV.NON_CONSUMABLE="NON_CONSUMABLE",eV.NON_RENEWING_SUBSCRIPTION="NON_RENEWING_SUBSCRIPTION",(eN=z||(t.InternalBetaState=z={})).PROCESSING="PROCESSING",eN.PROCESSING_EXCEPTION="PROCESSING_EXCEPTION",eN.MISSING_EXPORT_COMPLIANCE="MISSING_EXPORT_COMPLIANCE",eN.READY_FOR_BETA_TESTING="READY_FOR_BETA_TESTING",eN.IN_BETA_TESTING="IN_BETA_TESTING",eN.EXPIRED="EXPIRED",eN.IN_EXPORT_COMPLIANCE_REVIEW="IN_EXPORT_COMPLIANCE_REVIEW",(ez=M||(t.KidsAgeBand=M={})).FIVE_AND_UNDER="FIVE_AND_UNDER",ez.SIX_TO_EIGHT="SIX_TO_EIGHT",ez.NINE_TO_ELEVEN="NINE_TO_ELEVEN",(eM=w||(t.MetricCategory=w={})).HANG="HANG",eM.LAUNCH="LAUNCH",eM.MEMORY="MEMORY",eM.DISK="DISK",eM.BATTERY="BATTERY",eM.TERMINATION="TERMINATION",eM.ANIMATION="ANIMATION",(ew=B||(t.OfferCodeEnvironment=B={})).PRODUCTION="PRODUCTION",ew.SANDBOX="SANDBOX",(eB=U||(t.PhasedReleaseState=U={})).INACTIVE="INACTIVE",eB.ACTIVE="ACTIVE",eB.PAUSED="PAUSED",eB.COMPLETE="COMPLETE",(eU=x||(t.Platform=x={})).IOS="IOS",eU.MAC_OS="MAC_OS",eU.TV_OS="TV_OS",eU.VISION_OS="VISION_OS",(ex=W||(t.PreviewType=W={})).IPHONE_67="IPHONE_67",ex.IPHONE_61="IPHONE_61",ex.IPHONE_65="IPHONE_65",ex.IPHONE_58="IPHONE_58",ex.IPHONE_55="IPHONE_55",ex.IPHONE_47="IPHONE_47",ex.IPHONE_40="IPHONE_40",ex.IPHONE_35="IPHONE_35",ex.IPAD_PRO_3GEN_129="IPAD_PRO_3GEN_129",ex.IPAD_PRO_3GEN_11="IPAD_PRO_3GEN_11",ex.IPAD_PRO_129="IPAD_PRO_129",ex.IPAD_105="IPAD_105",ex.IPAD_97="IPAD_97",ex.DESKTOP="DESKTOP",ex.APPLE_TV="APPLE_TV",ex.APPLE_VISION_PRO="APPLE_VISION_PRO",(eW=F||(t.ScreenshotDisplayType=F={})).APP_IPHONE_67="APP_IPHONE_67",eW.APP_IPHONE_61="APP_IPHONE_61",eW.APP_IPHONE_65="APP_IPHONE_65",eW.APP_IPHONE_58="APP_IPHONE_58",eW.APP_IPHONE_55="APP_IPHONE_55",eW.APP_IPHONE_47="APP_IPHONE_47",eW.APP_IPHONE_40="APP_IPHONE_40",eW.APP_IPHONE_35="APP_IPHONE_35",eW.APP_IPAD_PRO_3GEN_129="APP_IPAD_PRO_3GEN_129",eW.APP_IPAD_PRO_3GEN_11="APP_IPAD_PRO_3GEN_11",eW.APP_IPAD_PRO_129="APP_IPAD_PRO_129",eW.APP_IPAD_105="APP_IPAD_105",eW.APP_IPAD_97="APP_IPAD_97",eW.APP_DESKTOP="APP_DESKTOP",eW.APP_WATCH_ULTRA="APP_WATCH_ULTRA",eW.APP_WATCH_SERIES_10="APP_WATCH_SERIES_10",eW.APP_WATCH_SERIES_7="APP_WATCH_SERIES_7",eW.APP_WATCH_SERIES_4="APP_WATCH_SERIES_4",eW.APP_WATCH_SERIES_3="APP_WATCH_SERIES_3",eW.APP_APPLE_TV="APP_APPLE_TV",eW.APP_APPLE_VISION_PRO="APP_APPLE_VISION_PRO",eW.IMESSAGE_APP_IPHONE_67="IMESSAGE_APP_IPHONE_67",eW.IMESSAGE_APP_IPHONE_61="IMESSAGE_APP_IPHONE_61",eW.IMESSAGE_APP_IPHONE_65="IMESSAGE_APP_IPHONE_65",eW.IMESSAGE_APP_IPHONE_58="IMESSAGE_APP_IPHONE_58",eW.IMESSAGE_APP_IPHONE_55="IMESSAGE_APP_IPHONE_55",eW.IMESSAGE_APP_IPHONE_47="IMESSAGE_APP_IPHONE_47",eW.IMESSAGE_APP_IPHONE_40="IMESSAGE_APP_IPHONE_40",eW.IMESSAGE_APP_IPAD_PRO_3GEN_129="IMESSAGE_APP_IPAD_PRO_3GEN_129",eW.IMESSAGE_APP_IPAD_PRO_3GEN_11="IMESSAGE_APP_IPAD_PRO_3GEN_11",eW.IMESSAGE_APP_IPAD_PRO_129="IMESSAGE_APP_IPAD_PRO_129",eW.IMESSAGE_APP_IPAD_105="IMESSAGE_APP_IPAD_105",eW.IMESSAGE_APP_IPAD_97="IMESSAGE_APP_IPAD_97",(eF=H||(t.SubscriptionCustomerEligibility=H={})).NEW="NEW",eF.EXISTING="EXISTING",eF.EXPIRED="EXPIRED",(eH=K||(t.SubscriptionGracePeriodDuration=K={})).THREE_DAYS="THREE_DAYS",eH.SIXTEEN_DAYS="SIXTEEN_DAYS",eH.TWENTY_EIGHT_DAYS="TWENTY_EIGHT_DAYS",(eK=J||(t.SubscriptionOfferDuration=J={})).THREE_DAYS="THREE_DAYS",eK.ONE_WEEK="ONE_WEEK",eK.TWO_WEEKS="TWO_WEEKS",eK.ONE_MONTH="ONE_MONTH",eK.TWO_MONTHS="TWO_MONTHS",eK.THREE_MONTHS="THREE_MONTHS",eK.SIX_MONTHS="SIX_MONTHS",eK.ONE_YEAR="ONE_YEAR",(eJ=Y||(t.SubscriptionOfferEligibility=Y={})).STACK_WITH_INTRO_OFFERS="STACK_WITH_INTRO_OFFERS",eJ.REPLACE_INTRO_OFFERS="REPLACE_INTRO_OFFERS",(eY=Z||(t.SubscriptionOfferMode=Z={})).PAY_AS_YOU_GO="PAY_AS_YOU_GO",eY.PAY_UP_FRONT="PAY_UP_FRONT",eY.FREE_TRIAL="FREE_TRIAL",(eZ=Q||(t.SubscriptionStatusUrlVersion=Q={})).V1="V1",eZ.V2="V2",(eQ=X||(t.TerritoryCode=X={})).ABW="ABW",eQ.AFG="AFG",eQ.AGO="AGO",eQ.AIA="AIA",eQ.ALB="ALB",eQ.AND="AND",eQ.ANT="ANT",eQ.ARE="ARE",eQ.ARG="ARG",eQ.ARM="ARM",eQ.ASM="ASM",eQ.ATG="ATG",eQ.AUS="AUS",eQ.AUT="AUT",eQ.AZE="AZE",eQ.BDI="BDI",eQ.BEL="BEL",eQ.BEN="BEN",eQ.BES="BES",eQ.BFA="BFA",eQ.BGD="BGD",eQ.BGR="BGR",eQ.BHR="BHR",eQ.BHS="BHS",eQ.BIH="BIH",eQ.BLR="BLR",eQ.BLZ="BLZ",eQ.BMU="BMU",eQ.BOL="BOL",eQ.BRA="BRA",eQ.BRB="BRB",eQ.BRN="BRN",eQ.BTN="BTN",eQ.BWA="BWA",eQ.CAF="CAF",eQ.CAN="CAN",eQ.CHE="CHE",eQ.CHL="CHL",eQ.CHN="CHN",eQ.CIV="CIV",eQ.CMR="CMR",eQ.COD="COD",eQ.COG="COG",eQ.COK="COK",eQ.COL="COL",eQ.COM="COM",eQ.CPV="CPV",eQ.CRI="CRI",eQ.CUB="CUB",eQ.CUW="CUW",eQ.CXR="CXR",eQ.CYM="CYM",eQ.CYP="CYP",eQ.CZE="CZE",eQ.DEU="DEU",eQ.DJI="DJI",eQ.DMA="DMA",eQ.DNK="DNK",eQ.DOM="DOM",eQ.DZA="DZA",eQ.ECU="ECU",eQ.EGY="EGY",eQ.ERI="ERI",eQ.ESP="ESP",eQ.EST="EST",eQ.ETH="ETH",eQ.FIN="FIN",eQ.FJI="FJI",eQ.FLK="FLK",eQ.FRA="FRA",eQ.FRO="FRO",eQ.FSM="FSM",eQ.GAB="GAB",eQ.GBR="GBR",eQ.GEO="GEO",eQ.GGY="GGY",eQ.GHA="GHA",eQ.GIB="GIB",eQ.GIN="GIN",eQ.GLP="GLP",eQ.GMB="GMB",eQ.GNB="GNB",eQ.GNQ="GNQ",eQ.GRC="GRC",eQ.GRD="GRD",eQ.GRL="GRL",eQ.GTM="GTM",eQ.GUF="GUF",eQ.GUM="GUM",eQ.GUY="GUY",eQ.HKG="HKG",eQ.HND="HND",eQ.HRV="HRV",eQ.HTI="HTI",eQ.HUN="HUN",eQ.IDN="IDN",eQ.IMN="IMN",eQ.IND="IND",eQ.IRL="IRL",eQ.IRQ="IRQ",eQ.ISL="ISL",eQ.ISR="ISR",eQ.ITA="ITA",eQ.JAM="JAM",eQ.JEY="JEY",eQ.JOR="JOR",eQ.JPN="JPN",eQ.KAZ="KAZ",eQ.KEN="KEN",eQ.KGZ="KGZ",eQ.KHM="KHM",eQ.KIR="KIR",eQ.KNA="KNA",eQ.KOR="KOR",eQ.KWT="KWT",eQ.LAO="LAO",eQ.LBN="LBN",eQ.LBR="LBR",eQ.LBY="LBY",eQ.LCA="LCA",eQ.LIE="LIE",eQ.LKA="LKA",eQ.LSO="LSO",eQ.LTU="LTU",eQ.LUX="LUX",eQ.LVA="LVA",eQ.MAC="MAC",eQ.MAR="MAR",eQ.MCO="MCO",eQ.MDA="MDA",eQ.MDG="MDG",eQ.MDV="MDV",eQ.MEX="MEX",eQ.MHL="MHL",eQ.MKD="MKD",eQ.MLI="MLI",eQ.MLT="MLT",eQ.MMR="MMR",eQ.MNE="MNE",eQ.MNG="MNG",eQ.MNP="MNP",eQ.MOZ="MOZ",eQ.MRT="MRT",eQ.MSR="MSR",eQ.MTQ="MTQ",eQ.MUS="MUS",eQ.MWI="MWI",eQ.MYS="MYS",eQ.MYT="MYT",eQ.NAM="NAM",eQ.NCL="NCL",eQ.NER="NER",eQ.NFK="NFK",eQ.NGA="NGA",eQ.NIC="NIC",eQ.NIU="NIU",eQ.NLD="NLD",eQ.NOR="NOR",eQ.NPL="NPL",eQ.NRU="NRU",eQ.NZL="NZL",eQ.OMN="OMN",eQ.PAK="PAK",eQ.PAN="PAN",eQ.PER="PER",eQ.PHL="PHL",eQ.PLW="PLW",eQ.PNG="PNG",eQ.POL="POL",eQ.PRI="PRI",eQ.PRT="PRT",eQ.PRY="PRY",eQ.PSE="PSE",eQ.PYF="PYF",eQ.QAT="QAT",eQ.REU="REU",eQ.ROU="ROU",eQ.RUS="RUS",eQ.RWA="RWA",eQ.SAU="SAU",eQ.SEN="SEN",eQ.SGP="SGP",eQ.SHN="SHN",eQ.SLB="SLB",eQ.SLE="SLE",eQ.SLV="SLV",eQ.SMR="SMR",eQ.SOM="SOM",eQ.SPM="SPM",eQ.SRB="SRB",eQ.SSD="SSD",eQ.STP="STP",eQ.SUR="SUR",eQ.SVK="SVK",eQ.SVN="SVN",eQ.SWE="SWE",eQ.SWZ="SWZ",eQ.SXM="SXM",eQ.SYC="SYC",eQ.TCA="TCA",eQ.TCD="TCD",eQ.TGO="TGO",eQ.THA="THA",eQ.TJK="TJK",eQ.TKM="TKM",eQ.TLS="TLS",eQ.TON="TON",eQ.TTO="TTO",eQ.TUN="TUN",eQ.TUR="TUR",eQ.TUV="TUV",eQ.TWN="TWN",eQ.TZA="TZA",eQ.UGA="UGA",eQ.UKR="UKR",eQ.UMI="UMI",eQ.URY="URY",eQ.USA="USA",eQ.UZB="UZB",eQ.VAT="VAT",eQ.VCT="VCT",eQ.VEN="VEN",eQ.VGB="VGB",eQ.VIR="VIR",eQ.VNM="VNM",eQ.VUT="VUT",eQ.WLF="WLF",eQ.WSM="WSM",eQ.XKS="XKS",eQ.YEM="YEM",eQ.ZAF="ZAF",eQ.ZMB="ZMB",eQ.ZWE="ZWE",(eX=ee||(t.UserRole=ee={})).ADMIN="ADMIN",eX.FINANCE="FINANCE",eX.ACCOUNT_HOLDER="ACCOUNT_HOLDER",eX.SALES="SALES",eX.MARKETING="MARKETING",eX.APP_MANAGER="APP_MANAGER",eX.DEVELOPER="DEVELOPER",eX.ACCESS_TO_REPORTS="ACCESS_TO_REPORTS",eX.CUSTOMER_SUPPORT="CUSTOMER_SUPPORT",eX.CREATE_APPS="CREATE_APPS",eX.CLOUD_MANAGED_DEVELOPER_ID="CLOUD_MANAGED_DEVELOPER_ID",eX.CLOUD_MANAGED_APP_DISTRIBUTION="CLOUD_MANAGED_APP_DISTRIBUTION",eX.GENERATE_INDIVIDUAL_KEYS="GENERATE_INDIVIDUAL_KEYS",(e1=et||(t.WebhookEventType=et={})).ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED="ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED",e1.ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED="ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED",e1.ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED="ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED",e1.APP_STORE_VERSION_APP_VERSION_STATE_UPDATED="APP_STORE_VERSION_APP_VERSION_STATE_UPDATED",e1.BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED="BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED",e1.BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED="BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED",e1.BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED="BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED",e1.BACKGROUND_ASSET_VERSION_STATE_UPDATED="BACKGROUND_ASSET_VERSION_STATE_UPDATED",e1.BETA_FEEDBACK_CRASH_SUBMISSION_CREATED="BETA_FEEDBACK_CRASH_SUBMISSION_CREATED",e1.BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED="BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED",e1.BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED="BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED",e1.BUILD_UPLOAD_STATE_UPDATED="BUILD_UPLOAD_STATE_UPDATED"},3715(e,t,r){var i,s=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,s)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),a=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=this&&this.__importStar||(i=function(e){return(i=Object.getOwnPropertyNames||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[t.length]=r);return t})(e)},function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r=i(e),n=0;n<r.length;n++)"default"!==r[n]&&s(t,e,r[n]);return a(t,e),t}),p=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.AppStoreConnectClient=void 0;let o=n(r(9126)),c=r(7103),m=n(r(257)),l=p(r(4383));t.AppStoreConnectClient=class{appStoreConnectOptions;bearerToken=null;bearerTokenGeneratedAt=0;api=o;constructor(e){if(!e)throw Error("AppStoreConnectOptions is required");this.appStoreConnectOptions=e,c.client.setConfig({baseUrl:"https://api.appstoreconnect.apple.com"}),c.client.interceptors.request.use(async(e,t)=>(e.headers.set("Authorization",`Bearer ${await this.getToken()}`),e))}async getToken(){if(this.appStoreConnectOptions.bearerToken)this.bearerToken=this.appStoreConnectOptions.bearerToken;else{let{privateKeyId:e,issuerId:t,privateKey:r,privateKeyFile:i,expirationTime:s}=this.appStoreConnectOptions;if(e&&(r||i)){let r=s??600;if(!this.bearerToken||this.bearerTokenGeneratedAt+1e3*r<Date.now()){if(i){let e=await l.default.promises.open(i,l.default.constants.O_RDONLY);try{this.appStoreConnectOptions.privateKey=await e.readFile("utf8")}finally{await e.close()}}t?this.bearerToken=await this.generateAuthToken(t,e,this.appStoreConnectOptions.privateKey,r):this.bearerToken=await this.generateUserAuthToken(e,this.appStoreConnectOptions.privateKey,r),this.bearerTokenGeneratedAt=Date.now()}}else throw Error("Bearer token or private key information is required to generate a token")}return this.bearerToken}async generateAuthToken(e,t,r,i){let s="ES256",a=await m.importPKCS8(r,s);return await new m.SignJWT({}).setProtectedHeader({alg:s,kid:t,typ:"JWT"}).setIssuer(e).setAudience("appstoreconnect-v1").setExpirationTime(new Date(Date.now()+1e3*i)).sign(a)}async generateUserAuthToken(e,t,r){let i="ES256",s=await m.importPKCS8(t,i);return await new m.SignJWT({}).setProtectedHeader({alg:i,kid:e,typ:"JWT"}).setSubject("user").setAudience("appstoreconnect-v1").setExpirationTime(new Date(Date.now()+1e3*r)).sign(s)}}},6138(e,t,r){var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var s=Object.getOwnPropertyDescriptor(t,r);(!s||("get"in s?!t.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,s)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),s=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||i(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),s(r(3715),t),s(r(1726),t)},257(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.cryptoRuntime=t.base64url=t.generateSecret=t.generateKeyPair=t.errors=t.decodeJwt=t.decodeProtectedHeader=t.importJWK=t.importX509=t.importPKCS8=t.importSPKI=t.exportJWK=t.exportSPKI=t.exportPKCS8=t.UnsecuredJWT=t.experimental_jwksCache=t.jwksCache=t.createRemoteJWKSet=t.createLocalJWKSet=t.EmbeddedJWK=t.calculateJwkThumbprintUri=t.calculateJwkThumbprint=t.EncryptJWT=t.SignJWT=t.GeneralSign=t.FlattenedSign=t.CompactSign=t.FlattenedEncrypt=t.CompactEncrypt=t.jwtDecrypt=t.jwtVerify=t.generalVerify=t.flattenedVerify=t.compactVerify=t.GeneralEncrypt=t.generalDecrypt=t.flattenedDecrypt=t.compactDecrypt=void 0;var i=r(6923);Object.defineProperty(t,"compactDecrypt",{enumerable:!0,get:function(){return i.compactDecrypt}});var s=r(4533);Object.defineProperty(t,"flattenedDecrypt",{enumerable:!0,get:function(){return s.flattenedDecrypt}});var a=r(774);Object.defineProperty(t,"generalDecrypt",{enumerable:!0,get:function(){return a.generalDecrypt}});var n=r(782);Object.defineProperty(t,"GeneralEncrypt",{enumerable:!0,get:function(){return n.GeneralEncrypt}});var p=r(1427);Object.defineProperty(t,"compactVerify",{enumerable:!0,get:function(){return p.compactVerify}});var o=r(6833);Object.defineProperty(t,"flattenedVerify",{enumerable:!0,get:function(){return o.flattenedVerify}});var c=r(9060);Object.defineProperty(t,"generalVerify",{enumerable:!0,get:function(){return c.generalVerify}});var m=r(3082);Object.defineProperty(t,"jwtVerify",{enumerable:!0,get:function(){return m.jwtVerify}});var l=r(3814);Object.defineProperty(t,"jwtDecrypt",{enumerable:!0,get:function(){return l.jwtDecrypt}});var d=r(7815);Object.defineProperty(t,"CompactEncrypt",{enumerable:!0,get:function(){return d.CompactEncrypt}});var u=r(9805);Object.defineProperty(t,"FlattenedEncrypt",{enumerable:!0,get:function(){return u.FlattenedEncrypt}});var y=r(9851);Object.defineProperty(t,"CompactSign",{enumerable:!0,get:function(){return y.CompactSign}});var h=r(4329);Object.defineProperty(t,"FlattenedSign",{enumerable:!0,get:function(){return h.FlattenedSign}});var g=r(7440);Object.defineProperty(t,"GeneralSign",{enumerable:!0,get:function(){return g.GeneralSign}});var b=r(2230);Object.defineProperty(t,"SignJWT",{enumerable:!0,get:function(){return b.SignJWT}});var f=r(6638);Object.defineProperty(t,"EncryptJWT",{enumerable:!0,get:function(){return f.EncryptJWT}});var S=r(2599);Object.defineProperty(t,"calculateJwkThumbprint",{enumerable:!0,get:function(){return S.calculateJwkThumbprint}}),Object.defineProperty(t,"calculateJwkThumbprintUri",{enumerable:!0,get:function(){return S.calculateJwkThumbprintUri}});var C=r(278);Object.defineProperty(t,"EmbeddedJWK",{enumerable:!0,get:function(){return C.EmbeddedJWK}});var R=r(6980);Object.defineProperty(t,"createLocalJWKSet",{enumerable:!0,get:function(){return R.createLocalJWKSet}});var A=r(9877);Object.defineProperty(t,"createRemoteJWKSet",{enumerable:!0,get:function(){return A.createRemoteJWKSet}}),Object.defineProperty(t,"jwksCache",{enumerable:!0,get:function(){return A.jwksCache}}),Object.defineProperty(t,"experimental_jwksCache",{enumerable:!0,get:function(){return A.experimental_jwksCache}});var P=r(49);Object.defineProperty(t,"UnsecuredJWT",{enumerable:!0,get:function(){return P.UnsecuredJWT}});var E=r(7687);Object.defineProperty(t,"exportPKCS8",{enumerable:!0,get:function(){return E.exportPKCS8}}),Object.defineProperty(t,"exportSPKI",{enumerable:!0,get:function(){return E.exportSPKI}}),Object.defineProperty(t,"exportJWK",{enumerable:!0,get:function(){return E.exportJWK}});var L=r(7364);Object.defineProperty(t,"importSPKI",{enumerable:!0,get:function(){return L.importSPKI}}),Object.defineProperty(t,"importPKCS8",{enumerable:!0,get:function(){return L.importPKCS8}}),Object.defineProperty(t,"importX509",{enumerable:!0,get:function(){return L.importX509}}),Object.defineProperty(t,"importJWK",{enumerable:!0,get:function(){return L.importJWK}});var I=r(4443);Object.defineProperty(t,"decodeProtectedHeader",{enumerable:!0,get:function(){return I.decodeProtectedHeader}});var v=r(8396);Object.defineProperty(t,"decodeJwt",{enumerable:!0,get:function(){return v.decodeJwt}}),t.errors=r(6247);var k=r(409);Object.defineProperty(t,"generateKeyPair",{enumerable:!0,get:function(){return k.generateKeyPair}});var j=r(4121);Object.defineProperty(t,"generateSecret",{enumerable:!0,get:function(){return j.generateSecret}}),t.base64url=r(8462);var T=r(4166);Object.defineProperty(t,"cryptoRuntime",{enumerable:!0,get:function(){return T.default}})},6923(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.compactDecrypt=n;let i=r(4533),s=r(6247),a=r(5821);async function n(e,t,r){if(e instanceof Uint8Array&&(e=a.decoder.decode(e)),"string"!=typeof e)throw new s.JWEInvalid("Compact JWE must be a string or Uint8Array");let{0:n,1:p,2:o,3:c,4:m,length:l}=e.split(".");if(5!==l)throw new s.JWEInvalid("Invalid Compact JWE");let d=await (0,i.flattenedDecrypt)({ciphertext:c,iv:o||void 0,protected:n,tag:m||void 0,encrypted_key:p||void 0},t,r),u={plaintext:d.plaintext,protectedHeader:d.protectedHeader};return"function"==typeof t?{...u,key:d.key}:u}},7815(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.CompactEncrypt=void 0;let i=r(9805);t.CompactEncrypt=class{_flattened;constructor(e){this._flattened=new i.FlattenedEncrypt(e)}setContentEncryptionKey(e){return this._flattened.setContentEncryptionKey(e),this}setInitializationVector(e){return this._flattened.setInitializationVector(e),this}setProtectedHeader(e){return this._flattened.setProtectedHeader(e),this}setKeyManagementParameters(e){return this._flattened.setKeyManagementParameters(e),this}async encrypt(e,t){let r=await this._flattened.encrypt(e,t);return[r.protected,r.encrypted_key,r.iv,r.ciphertext,r.tag].join(".")}}},4533(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.flattenedDecrypt=u;let i=r(82),s=r(4799),a=r(6247),n=r(9476),p=r(1855),o=r(4760),c=r(5821),m=r(1784),l=r(2458),d=r(8604);async function u(e,t,r){let u,y,h,g,b,f,S;if(!(0,p.default)(e))throw new a.JWEInvalid("Flattened JWE must be an object");if(void 0===e.protected&&void 0===e.header&&void 0===e.unprotected)throw new a.JWEInvalid("JOSE Header missing");if(void 0!==e.iv&&"string"!=typeof e.iv)throw new a.JWEInvalid("JWE Initialization Vector incorrect type");if("string"!=typeof e.ciphertext)throw new a.JWEInvalid("JWE Ciphertext missing or incorrect type");if(void 0!==e.tag&&"string"!=typeof e.tag)throw new a.JWEInvalid("JWE Authentication Tag incorrect type");if(void 0!==e.protected&&"string"!=typeof e.protected)throw new a.JWEInvalid("JWE Protected Header incorrect type");if(void 0!==e.encrypted_key&&"string"!=typeof e.encrypted_key)throw new a.JWEInvalid("JWE Encrypted Key incorrect type");if(void 0!==e.aad&&"string"!=typeof e.aad)throw new a.JWEInvalid("JWE AAD incorrect type");if(void 0!==e.header&&!(0,p.default)(e.header))throw new a.JWEInvalid("JWE Shared Unprotected Header incorrect type");if(void 0!==e.unprotected&&!(0,p.default)(e.unprotected))throw new a.JWEInvalid("JWE Per-Recipient Unprotected Header incorrect type");if(e.protected)try{let t=(0,i.decode)(e.protected);u=JSON.parse(c.decoder.decode(t))}catch{throw new a.JWEInvalid("JWE Protected Header is invalid")}if(!(0,n.default)(u,e.header,e.unprotected))throw new a.JWEInvalid("JWE Protected, JWE Unprotected Header, and JWE Per-Recipient Unprotected Header Parameter names must be disjoint");let C={...u,...e.header,...e.unprotected};if((0,l.default)(a.JWEInvalid,new Map,r?.crit,u,C),void 0!==C.zip)throw new a.JOSENotSupported('JWE "zip" (Compression Algorithm) Header Parameter is not supported.');let{alg:R,enc:A}=C;if("string"!=typeof R||!R)throw new a.JWEInvalid("missing JWE Algorithm (alg) in JWE Header");if("string"!=typeof A||!A)throw new a.JWEInvalid("missing JWE Encryption Algorithm (enc) in JWE Header");let P=r&&(0,d.default)("keyManagementAlgorithms",r.keyManagementAlgorithms),E=r&&(0,d.default)("contentEncryptionAlgorithms",r.contentEncryptionAlgorithms);if(P&&!P.has(R)||!P&&R.startsWith("PBES2"))throw new a.JOSEAlgNotAllowed('"alg" (Algorithm) Header Parameter value not allowed');if(E&&!E.has(A))throw new a.JOSEAlgNotAllowed('"enc" (Encryption Algorithm) Header Parameter value not allowed');if(void 0!==e.encrypted_key)try{y=(0,i.decode)(e.encrypted_key)}catch{throw new a.JWEInvalid("Failed to base64url decode the encrypted_key")}let L=!1;"function"==typeof t&&(t=await t(u,e),L=!0);try{h=await (0,o.default)(R,t,y,C,r)}catch(e){if(e instanceof TypeError||e instanceof a.JWEInvalid||e instanceof a.JOSENotSupported)throw e;h=(0,m.default)(A)}if(void 0!==e.iv)try{g=(0,i.decode)(e.iv)}catch{throw new a.JWEInvalid("Failed to base64url decode the iv")}if(void 0!==e.tag)try{b=(0,i.decode)(e.tag)}catch{throw new a.JWEInvalid("Failed to base64url decode the tag")}let I=c.encoder.encode(e.protected??"");f=void 0!==e.aad?(0,c.concat)(I,c.encoder.encode("."),c.encoder.encode(e.aad)):I;try{S=(0,i.decode)(e.ciphertext)}catch{throw new a.JWEInvalid("Failed to base64url decode the ciphertext")}let v={plaintext:await (0,s.default)(A,h,S,g,b,f)};if(void 0!==e.protected&&(v.protectedHeader=u),void 0!==e.aad)try{v.additionalAuthenticatedData=(0,i.decode)(e.aad)}catch{throw new a.JWEInvalid("Failed to base64url decode the aad")}return(void 0!==e.unprotected&&(v.sharedUnprotectedHeader=e.unprotected),void 0!==e.header&&(v.unprotectedHeader=e.header),L)?{...v,key:t}:v}},9805(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.FlattenedEncrypt=void 0;let i=r(82),s=r(3688),a=r(2027),n=r(508),p=r(6247),o=r(9476),c=r(5821),m=r(2458);t.FlattenedEncrypt=class{_plaintext;_protectedHeader;_sharedUnprotectedHeader;_unprotectedHeader;_aad;_cek;_iv;_keyManagementParameters;constructor(e){if(!(e instanceof Uint8Array))throw TypeError("plaintext must be an instance of Uint8Array");this._plaintext=e}setKeyManagementParameters(e){if(this._keyManagementParameters)throw TypeError("setKeyManagementParameters can only be called once");return this._keyManagementParameters=e,this}setProtectedHeader(e){if(this._protectedHeader)throw TypeError("setProtectedHeader can only be called once");return this._protectedHeader=e,this}setSharedUnprotectedHeader(e){if(this._sharedUnprotectedHeader)throw TypeError("setSharedUnprotectedHeader can only be called once");return this._sharedUnprotectedHeader=e,this}setUnprotectedHeader(e){if(this._unprotectedHeader)throw TypeError("setUnprotectedHeader can only be called once");return this._unprotectedHeader=e,this}setAdditionalAuthenticatedData(e){return this._aad=e,this}setContentEncryptionKey(e){if(this._cek)throw TypeError("setContentEncryptionKey can only be called once");return this._cek=e,this}setInitializationVector(e){if(this._iv)throw TypeError("setInitializationVector can only be called once");return this._iv=e,this}async encrypt(e,t){let r,l,d,u,y;if(!this._protectedHeader&&!this._unprotectedHeader&&!this._sharedUnprotectedHeader)throw new p.JWEInvalid("either setProtectedHeader, setUnprotectedHeader, or sharedUnprotectedHeader must be called before #encrypt()");if(!(0,o.default)(this._protectedHeader,this._unprotectedHeader,this._sharedUnprotectedHeader))throw new p.JWEInvalid("JWE Protected, JWE Shared Unprotected and JWE Per-Recipient Header Parameter names must be disjoint");let h={...this._protectedHeader,...this._unprotectedHeader,...this._sharedUnprotectedHeader};if((0,m.default)(p.JWEInvalid,new Map,t?.crit,this._protectedHeader,h),void 0!==h.zip)throw new p.JOSENotSupported('JWE "zip" (Compression Algorithm) Header Parameter is not supported.');let{alg:g,enc:b}=h;if("string"!=typeof g||!g)throw new p.JWEInvalid('JWE "alg" (Algorithm) Header Parameter missing or invalid');if("string"!=typeof b||!b)throw new p.JWEInvalid('JWE "enc" (Encryption Algorithm) Header Parameter missing or invalid');if(this._cek&&("dir"===g||"ECDH-ES"===g))throw TypeError(`setContentEncryptionKey cannot be called with JWE "alg" (Algorithm) Header ${g}`);{let i;({cek:l,encryptedKey:r,parameters:i}=await (0,n.default)(g,b,e,this._cek,this._keyManagementParameters)),i&&(t&&s.unprotected in t?this._unprotectedHeader?this._unprotectedHeader={...this._unprotectedHeader,...i}:this.setUnprotectedHeader(i):this._protectedHeader?this._protectedHeader={...this._protectedHeader,...i}:this.setProtectedHeader(i))}u=this._protectedHeader?c.encoder.encode((0,i.encode)(JSON.stringify(this._protectedHeader))):c.encoder.encode(""),this._aad?(y=(0,i.encode)(this._aad),d=(0,c.concat)(u,c.encoder.encode("."),c.encoder.encode(y))):d=u;let{ciphertext:f,tag:S,iv:C}=await (0,a.default)(b,this._plaintext,l,this._iv,d),R={ciphertext:(0,i.encode)(f)};return C&&(R.iv=(0,i.encode)(C)),S&&(R.tag=(0,i.encode)(S)),r&&(R.encrypted_key=(0,i.encode)(r)),y&&(R.aad=y),this._protectedHeader&&(R.protected=c.decoder.decode(u)),this._sharedUnprotectedHeader&&(R.unprotected=this._sharedUnprotectedHeader),this._unprotectedHeader&&(R.header=this._unprotectedHeader),R}}},774(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.generalDecrypt=n;let i=r(4533),s=r(6247),a=r(1855);async function n(e,t,r){if(!(0,a.default)(e))throw new s.JWEInvalid("General JWE must be an object");if(!Array.isArray(e.recipients)||!e.recipients.every(a.default))throw new s.JWEInvalid("JWE Recipients missing or incorrect type");if(!e.recipients.length)throw new s.JWEInvalid("JWE Recipients has no members");for(let s of e.recipients)try{return await (0,i.flattenedDecrypt)({aad:e.aad,ciphertext:e.ciphertext,encrypted_key:s.encrypted_key,header:s.header,iv:e.iv,protected:e.protected,tag:e.tag,unprotected:e.unprotected},t,r)}catch{}throw new s.JWEDecryptionFailed}},782(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.GeneralEncrypt=void 0;let i=r(9805),s=r(3688),a=r(6247),n=r(1784),p=r(9476),o=r(508),c=r(82),m=r(2458);class l{parent;unprotectedHeader;key;options;constructor(e,t,r){this.parent=e,this.key=t,this.options=r}setUnprotectedHeader(e){if(this.unprotectedHeader)throw TypeError("setUnprotectedHeader can only be called once");return this.unprotectedHeader=e,this}addRecipient(...e){return this.parent.addRecipient(...e)}encrypt(...e){return this.parent.encrypt(...e)}done(){return this.parent}}t.GeneralEncrypt=class{_plaintext;_recipients=[];_protectedHeader;_unprotectedHeader;_aad;constructor(e){this._plaintext=e}addRecipient(e,t){let r=new l(this,e,{crit:t?.crit});return this._recipients.push(r),r}setProtectedHeader(e){if(this._protectedHeader)throw TypeError("setProtectedHeader can only be called once");return this._protectedHeader=e,this}setSharedUnprotectedHeader(e){if(this._unprotectedHeader)throw TypeError("setSharedUnprotectedHeader can only be called once");return this._unprotectedHeader=e,this}setAdditionalAuthenticatedData(e){return this._aad=e,this}async encrypt(){let e;if(!this._recipients.length)throw new a.JWEInvalid("at least one recipient must be added");if(1===this._recipients.length){let[e]=this._recipients,t=await new i.FlattenedEncrypt(this._plaintext).setAdditionalAuthenticatedData(this._aad).setProtectedHeader(this._protectedHeader).setSharedUnprotectedHeader(this._unprotectedHeader).setUnprotectedHeader(e.unprotectedHeader).encrypt(e.key,{...e.options}),r={ciphertext:t.ciphertext,iv:t.iv,recipients:[{}],tag:t.tag};return t.aad&&(r.aad=t.aad),t.protected&&(r.protected=t.protected),t.unprotected&&(r.unprotected=t.unprotected),t.encrypted_key&&(r.recipients[0].encrypted_key=t.encrypted_key),t.header&&(r.recipients[0].header=t.header),r}for(let t=0;t<this._recipients.length;t++){let r=this._recipients[t];if(!(0,p.default)(this._protectedHeader,this._unprotectedHeader,r.unprotectedHeader))throw new a.JWEInvalid("JWE Protected, JWE Shared Unprotected and JWE Per-Recipient Header Parameter names must be disjoint");let i={...this._protectedHeader,...this._unprotectedHeader,...r.unprotectedHeader},{alg:s}=i;if("string"!=typeof s||!s)throw new a.JWEInvalid('JWE "alg" (Algorithm) Header Parameter missing or invalid');if("dir"===s||"ECDH-ES"===s)throw new a.JWEInvalid('"dir" and "ECDH-ES" alg may only be used with a single recipient');if("string"!=typeof i.enc||!i.enc)throw new a.JWEInvalid('JWE "enc" (Encryption Algorithm) Header Parameter missing or invalid');if(e){if(e!==i.enc)throw new a.JWEInvalid('JWE "enc" (Encryption Algorithm) Header Parameter must be the same for all recipients')}else e=i.enc;if((0,m.default)(a.JWEInvalid,new Map,r.options.crit,this._protectedHeader,i),void 0!==i.zip)throw new a.JOSENotSupported('JWE "zip" (Compression Algorithm) Header Parameter is not supported.')}let t=(0,n.default)(e),r={ciphertext:"",iv:"",recipients:[],tag:""};for(let a=0;a<this._recipients.length;a++){let n=this._recipients[a],p={};r.recipients.push(p);let m=({...this._protectedHeader,...this._unprotectedHeader,...n.unprotectedHeader}).alg.startsWith("PBES2")?2048+a:void 0;if(0===a){let e=await new i.FlattenedEncrypt(this._plaintext).setAdditionalAuthenticatedData(this._aad).setContentEncryptionKey(t).setProtectedHeader(this._protectedHeader).setSharedUnprotectedHeader(this._unprotectedHeader).setUnprotectedHeader(n.unprotectedHeader).setKeyManagementParameters({p2c:m}).encrypt(n.key,{...n.options,[s.unprotected]:!0});r.ciphertext=e.ciphertext,r.iv=e.iv,r.tag=e.tag,e.aad&&(r.aad=e.aad),e.protected&&(r.protected=e.protected),e.unprotected&&(r.unprotected=e.unprotected),p.encrypted_key=e.encrypted_key,e.header&&(p.header=e.header);continue}let{encryptedKey:l,parameters:d}=await (0,o.default)(n.unprotectedHeader?.alg||this._protectedHeader?.alg||this._unprotectedHeader?.alg,e,n.key,t,{p2c:m});p.encrypted_key=(0,c.encode)(l),(n.unprotectedHeader||d)&&(p.header={...n.unprotectedHeader,...d})}return r}}},278(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.EmbeddedJWK=n;let i=r(7364),s=r(1855),a=r(6247);async function n(e,t){let r={...e,...t?.header};if(!(0,s.default)(r.jwk))throw new a.JWSInvalid('"jwk" (JSON Web Key) Header Parameter must be a JSON object');let n=await (0,i.importJWK)({...r.jwk,ext:!0},r.alg);if(n instanceof Uint8Array||"public"!==n.type)throw new a.JWSInvalid('"jwk" (JSON Web Key) Header Parameter must be a public key');return n}},2599(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.calculateJwkThumbprint=c,t.calculateJwkThumbprintUri=m;let i=r(6332),s=r(82),a=r(6247),n=r(5821),p=r(1855),o=(e,t)=>{if("string"!=typeof e||!e)throw new a.JWKInvalid(`${t} missing or invalid`)};async function c(e,t){let r;if(!(0,p.default)(e))throw TypeError("JWK must be an object");if("sha256"!==(t??="sha256")&&"sha384"!==t&&"sha512"!==t)throw TypeError('digestAlgorithm must one of "sha256", "sha384", or "sha512"');switch(e.kty){case"EC":o(e.crv,'"crv" (Curve) Parameter'),o(e.x,'"x" (X Coordinate) Parameter'),o(e.y,'"y" (Y Coordinate) Parameter'),r={crv:e.crv,kty:e.kty,x:e.x,y:e.y};break;case"OKP":o(e.crv,'"crv" (Subtype of Key Pair) Parameter'),o(e.x,'"x" (Public Key) Parameter'),r={crv:e.crv,kty:e.kty,x:e.x};break;case"RSA":o(e.e,'"e" (Exponent) Parameter'),o(e.n,'"n" (Modulus) Parameter'),r={e:e.e,kty:e.kty,n:e.n};break;case"oct":o(e.k,'"k" (Key Value) Parameter'),r={k:e.k,kty:e.kty};break;default:throw new a.JOSENotSupported('"kty" (Key Type) Parameter missing or unsupported')}let c=n.encoder.encode(JSON.stringify(r));return(0,s.encode)(await (0,i.default)(t,c))}async function m(e,t){t??="sha256";let r=await c(e,t);return`urn:ietf:params:oauth:jwk-thumbprint:sha-${t.slice(-3)}:${r}`}},6980(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.createLocalJWKSet=function(e){let t=new o(e),r=async(e,r)=>t.getKey(e,r);return Object.defineProperties(r,{jwks:{value:()=>p(t._jwks),enumerable:!0,configurable:!1,writable:!1}}),r};let i=r(7364),s=r(6247),a=r(1855);function n(e){return(0,a.default)(e)}function p(e){return"function"==typeof structuredClone?structuredClone(e):JSON.parse(JSON.stringify(e))}class o{_jwks;_cached=new WeakMap;constructor(e){if(!function(e){return e&&"object"==typeof e&&Array.isArray(e.keys)&&e.keys.every(n)}(e))throw new s.JWKSInvalid("JSON Web Key Set malformed");this._jwks=p(e)}async getKey(e,t){let{alg:r,kid:i}={...e,...t?.header},a=function(e){switch("string"==typeof e&&e.slice(0,2)){case"RS":case"PS":return"RSA";case"ES":return"EC";case"Ed":return"OKP";default:throw new s.JOSENotSupported('Unsupported "alg" value for a JSON Web Key Set')}}(r),n=this._jwks.keys.filter(e=>{let t=a===e.kty;if(t&&"string"==typeof i&&(t=i===e.kid),t&&"string"==typeof e.alg&&(t=r===e.alg),t&&"string"==typeof e.use&&(t="sig"===e.use),t&&Array.isArray(e.key_ops)&&(t=e.key_ops.includes("verify")),t)switch(r){case"ES256":t="P-256"===e.crv;break;case"ES256K":t="secp256k1"===e.crv;break;case"ES384":t="P-384"===e.crv;break;case"ES512":t="P-521"===e.crv;break;case"Ed25519":t="Ed25519"===e.crv;break;case"EdDSA":t="Ed25519"===e.crv||"Ed448"===e.crv}return t}),{0:p,length:o}=n;if(0===o)throw new s.JWKSNoMatchingKey;if(1!==o){let e=new s.JWKSMultipleMatchingKeys,{_cached:t}=this;throw e[Symbol.asyncIterator]=async function*(){for(let e of n)try{yield await c(t,e,r)}catch{}},e}return c(this._cached,p,r)}}async function c(e,t,r){let a=e.get(t)||e.set(t,{}).get(t);if(void 0===a[r]){let e=await (0,i.importJWK)({...t,ext:!0},r);if(e instanceof Uint8Array||"public"!==e.type)throw new s.JWKSInvalid("JSON Web Key Set members must be public keys");a[r]=e}return a[r]}},9877(e,t,r){let i;Object.defineProperty(t,"__esModule",{value:!0}),t.experimental_jwksCache=t.jwksCache=void 0,t.createRemoteJWKSet=function(e,t){let r=new o(e,t),i=async(e,t)=>r.getKey(e,t);return Object.defineProperties(i,{coolingDown:{get:()=>r.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>r.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>r.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>!!r._pendingFetch,enumerable:!0,configurable:!1},jwks:{value:()=>r._local?.jwks(),enumerable:!0,configurable:!1,writable:!1}}),i};let s=r(8832),a=r(6247),n=r(6980),p=r(1855);("u"<typeof navigator||!navigator.userAgent?.startsWith?.("Mozilla/5.0 "))&&(i="jose/v5.10.0"),t.jwksCache=Symbol();class o{_url;_timeoutDuration;_cooldownDuration;_cacheMaxAge;_jwksTimestamp;_pendingFetch;_options;_local;_cache;constructor(e,r){if(!(e instanceof URL))throw TypeError("url must be an instance of URL");this._url=new URL(e.href),this._options={agent:r?.agent,headers:r?.headers},this._timeoutDuration="number"==typeof r?.timeoutDuration?r?.timeoutDuration:5e3,this._cooldownDuration="number"==typeof r?.cooldownDuration?r?.cooldownDuration:3e4,this._cacheMaxAge="number"==typeof r?.cacheMaxAge?r?.cacheMaxAge:6e5,r?.[t.jwksCache]!==void 0&&(this._cache=r?.[t.jwksCache],function(e,t){return!("object"!=typeof e||null===e||!("uat"in e)||"number"!=typeof e.uat||Date.now()-e.uat>=t)&&"jwks"in e&&!!(0,p.default)(e.jwks)&&!!Array.isArray(e.jwks.keys)&&!!Array.prototype.every.call(e.jwks.keys,p.default)}(r?.[t.jwksCache],this._cacheMaxAge)&&(this._jwksTimestamp=this._cache.uat,this._local=(0,n.createLocalJWKSet)(this._cache.jwks)))}coolingDown(){return"number"==typeof this._jwksTimestamp&&Date.now()<this._jwksTimestamp+this._cooldownDuration}fresh(){return"number"==typeof this._jwksTimestamp&&Date.now()<this._jwksTimestamp+this._cacheMaxAge}async getKey(e,t){this._local&&this.fresh()||await this.reload();try{return await this._local(e,t)}catch(r){if(r instanceof a.JWKSNoMatchingKey&&!1===this.coolingDown())return await this.reload(),this._local(e,t);throw r}}async reload(){this._pendingFetch&&("u">typeof WebSocketPair||"u">typeof navigator&&"Cloudflare-Workers"===navigator.userAgent||"u">typeof EdgeRuntime&&"vercel"===EdgeRuntime)&&(this._pendingFetch=void 0);let e=new Headers(this._options.headers);i&&!e.has("User-Agent")&&(e.set("User-Agent",i),this._options.headers=Object.fromEntries(e.entries())),this._pendingFetch||=(0,s.default)(this._url,this._timeoutDuration,this._options).then(e=>{this._local=(0,n.createLocalJWKSet)(e),this._cache&&(this._cache.uat=Date.now(),this._cache.jwks=e),this._jwksTimestamp=Date.now(),this._pendingFetch=void 0}).catch(e=>{throw this._pendingFetch=void 0,e}),await this._pendingFetch}}t.experimental_jwksCache=t.jwksCache},9851(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.CompactSign=void 0;let i=r(4329);t.CompactSign=class{_flattened;constructor(e){this._flattened=new i.FlattenedSign(e)}setProtectedHeader(e){return this._flattened.setProtectedHeader(e),this}async sign(e,t){let r=await this._flattened.sign(e,t);if(void 0===r.payload)throw TypeError("use the flattened module for creating JWS with b64: false");return`${r.protected}.${r.payload}.${r.signature}`}}},1427(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.compactVerify=n;let i=r(6833),s=r(6247),a=r(5821);async function n(e,t,r){if(e instanceof Uint8Array&&(e=a.decoder.decode(e)),"string"!=typeof e)throw new s.JWSInvalid("Compact JWS must be a string or Uint8Array");let{0:n,1:p,2:o,length:c}=e.split(".");if(3!==c)throw new s.JWSInvalid("Invalid Compact JWS");let m=await (0,i.flattenedVerify)({payload:p,protected:n,signature:o},t,r),l={payload:m.payload,protectedHeader:m.protectedHeader};return"function"==typeof t?{...l,key:m.key}:l}},4329(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.FlattenedSign=void 0;let i=r(82),s=r(7965),a=r(9476),n=r(6247),p=r(5821),o=r(1688),c=r(2458);t.FlattenedSign=class{_payload;_protectedHeader;_unprotectedHeader;constructor(e){if(!(e instanceof Uint8Array))throw TypeError("payload must be an instance of Uint8Array");this._payload=e}setProtectedHeader(e){if(this._protectedHeader)throw TypeError("setProtectedHeader can only be called once");return this._protectedHeader=e,this}setUnprotectedHeader(e){if(this._unprotectedHeader)throw TypeError("setUnprotectedHeader can only be called once");return this._unprotectedHeader=e,this}async sign(e,t){let r;if(!this._protectedHeader&&!this._unprotectedHeader)throw new n.JWSInvalid("either setProtectedHeader or setUnprotectedHeader must be called before #sign()");if(!(0,a.default)(this._protectedHeader,this._unprotectedHeader))throw new n.JWSInvalid("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");let m={...this._protectedHeader,...this._unprotectedHeader},l=(0,c.default)(n.JWSInvalid,new Map([["b64",!0]]),t?.crit,this._protectedHeader,m),d=!0;if(l.has("b64")&&"boolean"!=typeof(d=this._protectedHeader.b64))throw new n.JWSInvalid('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:u}=m;if("string"!=typeof u||!u)throw new n.JWSInvalid('JWS "alg" (Algorithm) Header Parameter missing or invalid');(0,o.checkKeyTypeWithJwk)(u,e,"sign");let y=this._payload;d&&(y=p.encoder.encode((0,i.encode)(y))),r=this._protectedHeader?p.encoder.encode((0,i.encode)(JSON.stringify(this._protectedHeader))):p.encoder.encode("");let h=(0,p.concat)(r,p.encoder.encode("."),y),g=await (0,s.default)(u,e,h),b={signature:(0,i.encode)(g),payload:""};return d&&(b.payload=p.decoder.decode(y)),this._unprotectedHeader&&(b.header=this._unprotectedHeader),this._protectedHeader&&(b.protected=p.decoder.decode(r)),b}}},6833(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.flattenedVerify=y;let i=r(82),s=r(3117),a=r(6247),n=r(5821),p=r(9476),o=r(1855),c=r(1688),m=r(2458),l=r(8604),d=r(6990),u=r(7364);async function y(e,t,r){let y,h;if(!(0,o.default)(e))throw new a.JWSInvalid("Flattened JWS must be an object");if(void 0===e.protected&&void 0===e.header)throw new a.JWSInvalid('Flattened JWS must have either of the "protected" or "header" members');if(void 0!==e.protected&&"string"!=typeof e.protected)throw new a.JWSInvalid("JWS Protected Header incorrect type");if(void 0===e.payload)throw new a.JWSInvalid("JWS Payload missing");if("string"!=typeof e.signature)throw new a.JWSInvalid("JWS Signature missing or incorrect type");if(void 0!==e.header&&!(0,o.default)(e.header))throw new a.JWSInvalid("JWS Unprotected Header incorrect type");let g={};if(e.protected)try{let t=(0,i.decode)(e.protected);g=JSON.parse(n.decoder.decode(t))}catch{throw new a.JWSInvalid("JWS Protected Header is invalid")}if(!(0,p.default)(g,e.header))throw new a.JWSInvalid("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");let b={...g,...e.header},f=(0,m.default)(a.JWSInvalid,new Map([["b64",!0]]),r?.crit,g,b),S=!0;if(f.has("b64")&&"boolean"!=typeof(S=g.b64))throw new a.JWSInvalid('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:C}=b;if("string"!=typeof C||!C)throw new a.JWSInvalid('JWS "alg" (Algorithm) Header Parameter missing or invalid');let R=r&&(0,l.default)("algorithms",r.algorithms);if(R&&!R.has(C))throw new a.JOSEAlgNotAllowed('"alg" (Algorithm) Header Parameter value not allowed');if(S){if("string"!=typeof e.payload)throw new a.JWSInvalid("JWS Payload must be a string")}else if("string"!=typeof e.payload&&!(e.payload instanceof Uint8Array))throw new a.JWSInvalid("JWS Payload must be a string or an Uint8Array instance");let A=!1;"function"==typeof t?(t=await t(g,e),A=!0,(0,c.checkKeyTypeWithJwk)(C,t,"verify"),(0,d.isJWK)(t)&&(t=await (0,u.importJWK)(t,C))):(0,c.checkKeyTypeWithJwk)(C,t,"verify");let P=(0,n.concat)(n.encoder.encode(e.protected??""),n.encoder.encode("."),"string"==typeof e.payload?n.encoder.encode(e.payload):e.payload);try{y=(0,i.decode)(e.signature)}catch{throw new a.JWSInvalid("Failed to base64url decode the signature")}if(!await (0,s.default)(C,t,y,P))throw new a.JWSSignatureVerificationFailed;if(S)try{h=(0,i.decode)(e.payload)}catch{throw new a.JWSInvalid("Failed to base64url decode the payload")}else h="string"==typeof e.payload?n.encoder.encode(e.payload):e.payload;let E={payload:h};return(void 0!==e.protected&&(E.protectedHeader=g),void 0!==e.header&&(E.unprotectedHeader=e.header),A)?{...E,key:t}:E}},7440(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.GeneralSign=void 0;let i=r(4329),s=r(6247);class a{parent;protectedHeader;unprotectedHeader;options;key;constructor(e,t,r){this.parent=e,this.key=t,this.options=r}setProtectedHeader(e){if(this.protectedHeader)throw TypeError("setProtectedHeader can only be called once");return this.protectedHeader=e,this}setUnprotectedHeader(e){if(this.unprotectedHeader)throw TypeError("setUnprotectedHeader can only be called once");return this.unprotectedHeader=e,this}addSignature(...e){return this.parent.addSignature(...e)}sign(...e){return this.parent.sign(...e)}done(){return this.parent}}t.GeneralSign=class{_payload;_signatures=[];constructor(e){this._payload=e}addSignature(e,t){let r=new a(this,e,t);return this._signatures.push(r),r}async sign(){if(!this._signatures.length)throw new s.JWSInvalid("at least one signature must be added");let e={signatures:[],payload:""};for(let t=0;t<this._signatures.length;t++){let r=this._signatures[t],a=new i.FlattenedSign(this._payload);a.setProtectedHeader(r.protectedHeader),a.setUnprotectedHeader(r.unprotectedHeader);let{payload:n,...p}=await a.sign(r.key,r.options);if(0===t)e.payload=n;else if(e.payload!==n)throw new s.JWSInvalid("inconsistent use of JWS Unencoded Payload (RFC7797)");e.signatures.push(p)}return e}}},9060(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.generalVerify=n;let i=r(6833),s=r(6247),a=r(1855);async function n(e,t,r){if(!(0,a.default)(e))throw new s.JWSInvalid("General JWS must be an object");if(!Array.isArray(e.signatures)||!e.signatures.every(a.default))throw new s.JWSInvalid("JWS Signatures missing or incorrect type");for(let s of e.signatures)try{return await (0,i.flattenedVerify)({header:s.header,payload:e.payload,protected:s.protected,signature:s.signature},t,r)}catch{}throw new s.JWSSignatureVerificationFailed}},3814(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.jwtDecrypt=n;let i=r(6923),s=r(493),a=r(6247);async function n(e,t,r){let n=await (0,i.compactDecrypt)(e,t,r),p=(0,s.default)(n.protectedHeader,n.plaintext,r),{protectedHeader:o}=n;if(void 0!==o.iss&&o.iss!==p.iss)throw new a.JWTClaimValidationFailed('replicated "iss" claim header parameter mismatch',p,"iss","mismatch");if(void 0!==o.sub&&o.sub!==p.sub)throw new a.JWTClaimValidationFailed('replicated "sub" claim header parameter mismatch',p,"sub","mismatch");if(void 0!==o.aud&&JSON.stringify(o.aud)!==JSON.stringify(p.aud))throw new a.JWTClaimValidationFailed('replicated "aud" claim header parameter mismatch',p,"aud","mismatch");let c={payload:p,protectedHeader:o};return"function"==typeof t?{...c,key:n.key}:c}},6638(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.EncryptJWT=void 0;let i=r(7815),s=r(5821),a=r(751);class n extends a.ProduceJWT{_cek;_iv;_keyManagementParameters;_protectedHeader;_replicateIssuerAsHeader;_replicateSubjectAsHeader;_replicateAudienceAsHeader;setProtectedHeader(e){if(this._protectedHeader)throw TypeError("setProtectedHeader can only be called once");return this._protectedHeader=e,this}setKeyManagementParameters(e){if(this._keyManagementParameters)throw TypeError("setKeyManagementParameters can only be called once");return this._keyManagementParameters=e,this}setContentEncryptionKey(e){if(this._cek)throw TypeError("setContentEncryptionKey can only be called once");return this._cek=e,this}setInitializationVector(e){if(this._iv)throw TypeError("setInitializationVector can only be called once");return this._iv=e,this}replicateIssuerAsHeader(){return this._replicateIssuerAsHeader=!0,this}replicateSubjectAsHeader(){return this._replicateSubjectAsHeader=!0,this}replicateAudienceAsHeader(){return this._replicateAudienceAsHeader=!0,this}async encrypt(e,t){let r=new i.CompactEncrypt(s.encoder.encode(JSON.stringify(this._payload)));return this._replicateIssuerAsHeader&&(this._protectedHeader={...this._protectedHeader,iss:this._payload.iss}),this._replicateSubjectAsHeader&&(this._protectedHeader={...this._protectedHeader,sub:this._payload.sub}),this._replicateAudienceAsHeader&&(this._protectedHeader={...this._protectedHeader,aud:this._payload.aud}),r.setProtectedHeader(this._protectedHeader),this._iv&&r.setInitializationVector(this._iv),this._cek&&r.setContentEncryptionKey(this._cek),this._keyManagementParameters&&r.setKeyManagementParameters(this._keyManagementParameters),r.encrypt(e,t)}}t.EncryptJWT=n},751(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ProduceJWT=void 0;let i=r(936),s=r(1855),a=r(9743);function n(e,t){if(!Number.isFinite(t))throw TypeError(`Invalid ${e} input`);return t}t.ProduceJWT=class{_payload;constructor(e={}){if(!(0,s.default)(e))throw TypeError("JWT Claims Set MUST be an object");this._payload=e}setIssuer(e){return this._payload={...this._payload,iss:e},this}setSubject(e){return this._payload={...this._payload,sub:e},this}setAudience(e){return this._payload={...this._payload,aud:e},this}setJti(e){return this._payload={...this._payload,jti:e},this}setNotBefore(e){return"number"==typeof e?this._payload={...this._payload,nbf:n("setNotBefore",e)}:e instanceof Date?this._payload={...this._payload,nbf:n("setNotBefore",(0,i.default)(e))}:this._payload={...this._payload,nbf:(0,i.default)(new Date)+(0,a.default)(e)},this}setExpirationTime(e){return"number"==typeof e?this._payload={...this._payload,exp:n("setExpirationTime",e)}:e instanceof Date?this._payload={...this._payload,exp:n("setExpirationTime",(0,i.default)(e))}:this._payload={...this._payload,exp:(0,i.default)(new Date)+(0,a.default)(e)},this}setIssuedAt(e){return void 0===e?this._payload={...this._payload,iat:(0,i.default)(new Date)}:e instanceof Date?this._payload={...this._payload,iat:n("setIssuedAt",(0,i.default)(e))}:"string"==typeof e?this._payload={...this._payload,iat:n("setIssuedAt",(0,i.default)(new Date)+(0,a.default)(e))}:this._payload={...this._payload,iat:n("setIssuedAt",e)},this}}},2230(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.SignJWT=void 0;let i=r(9851),s=r(6247),a=r(5821),n=r(751);class p extends n.ProduceJWT{_protectedHeader;setProtectedHeader(e){return this._protectedHeader=e,this}async sign(e,t){let r=new i.CompactSign(a.encoder.encode(JSON.stringify(this._payload)));if(r.setProtectedHeader(this._protectedHeader),Array.isArray(this._protectedHeader?.crit)&&this._protectedHeader.crit.includes("b64")&&!1===this._protectedHeader.b64)throw new s.JWTInvalid("JWTs MUST NOT use unencoded payload");return r.sign(e,t)}}t.SignJWT=p},49(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.UnsecuredJWT=void 0;let i=r(82),s=r(5821),a=r(6247),n=r(493),p=r(751);class o extends p.ProduceJWT{encode(){let e=i.encode(JSON.stringify({alg:"none"})),t=i.encode(JSON.stringify(this._payload));return`${e}.${t}.`}static decode(e,t){let r;if("string"!=typeof e)throw new a.JWTInvalid("Unsecured JWT must be a string");let{0:p,1:o,2:c,length:m}=e.split(".");if(3!==m||""!==c)throw new a.JWTInvalid("Invalid Unsecured JWT");try{if(r=JSON.parse(s.decoder.decode(i.decode(p))),"none"!==r.alg)throw Error()}catch{throw new a.JWTInvalid("Invalid Unsecured JWT")}return{payload:(0,n.default)(r,i.decode(o),t),header:r}}}t.UnsecuredJWT=o},3082(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.jwtVerify=n;let i=r(1427),s=r(493),a=r(6247);async function n(e,t,r){let n=await (0,i.compactVerify)(e,t,r);if(n.protectedHeader.crit?.includes("b64")&&!1===n.protectedHeader.b64)throw new a.JWTInvalid("JWTs MUST NOT use unencoded payload");let p={payload:(0,s.default)(n.protectedHeader,n.payload,r),protectedHeader:n.protectedHeader};return"function"==typeof t?{...p,key:n.key}:p}},7687(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.exportSPKI=n,t.exportPKCS8=p,t.exportJWK=o;let i=r(293),s=r(293),a=r(9590);async function n(e){return(0,i.toSPKI)(e)}async function p(e){return(0,s.toPKCS8)(e)}async function o(e){return(0,a.default)(e)}},409(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.generateKeyPair=s;let i=r(7975);async function s(e,t){return(0,i.generateKeyPair)(e,t)}},4121(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.generateSecret=s;let i=r(7975);async function s(e,t){return(0,i.generateSecret)(e,t)}},7364(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.importSPKI=o,t.importX509=c,t.importPKCS8=m,t.importJWK=l;let i=r(82),s=r(293),a=r(4660),n=r(6247),p=r(1855);async function o(e,t,r){if("string"!=typeof e||0!==e.indexOf("-----BEGIN PUBLIC KEY-----"))throw TypeError('"spki" must be SPKI formatted string');return(0,s.fromSPKI)(e,t,r)}async function c(e,t,r){if("string"!=typeof e||0!==e.indexOf("-----BEGIN CERTIFICATE-----"))throw TypeError('"x509" must be X.509 formatted string');return(0,s.fromX509)(e,t,r)}async function m(e,t,r){if("string"!=typeof e||0!==e.indexOf("-----BEGIN PRIVATE KEY-----"))throw TypeError('"pkcs8" must be PKCS#8 formatted string');return(0,s.fromPKCS8)(e,t,r)}async function l(e,t){if(!(0,p.default)(e))throw TypeError("JWK must be an object");switch(t||=e.alg,e.kty){case"oct":if("string"!=typeof e.k||!e.k)throw TypeError('missing "k" (Key Value) Parameter value');return(0,i.decode)(e.k);case"RSA":if("oth"in e&&void 0!==e.oth)throw new n.JOSENotSupported('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');case"EC":case"OKP":return(0,a.default)({...e,alg:t});default:throw new n.JOSENotSupported('Unsupported "kty" (Key Type) Parameter value')}}},7031(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.wrap=n,t.unwrap=p;let i=r(2027),s=r(4799),a=r(82);async function n(e,t,r,s){let n=e.slice(0,7),p=await (0,i.default)(n,r,t,s,new Uint8Array(0));return{encryptedKey:p.ciphertext,iv:(0,a.encode)(p.iv),tag:(0,a.encode)(p.tag)}}async function p(e,t,r,i,a){let n=e.slice(0,7);return(0,s.default)(n,t,r,i,a,new Uint8Array(0))}},5821(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decoder=t.encoder=void 0,t.concat=s,t.p2s=function(e,r){return s(t.encoder.encode(e),new Uint8Array([0]),r)},t.uint64be=function(e){let t=Math.floor(e/0x100000000),r=new Uint8Array(8);return a(r,t,0),a(r,e%0x100000000,4),r},t.uint32be=n,t.lengthAndInput=function(e){return s(n(e.length),e)},t.concatKdf=p;let i=r(6332);function s(...e){let t=new Uint8Array(e.reduce((e,{length:t})=>e+t,0)),r=0;for(let i of e)t.set(i,r),r+=i.length;return t}function a(e,t,r){if(t<0||t>=0x100000000)throw RangeError(`value must be >= 0 and <= ${0x100000000-1}. Received ${t}`);e.set([t>>>24,t>>>16,t>>>8,255&t],r)}function n(e){let t=new Uint8Array(4);return a(t,e),t}async function p(e,t,r){let s=Math.ceil((t>>3)/32),a=new Uint8Array(32*s);for(let t=0;t<s;t++){let s=new Uint8Array(4+e.length+r.length);s.set(n(t+1)),s.set(e,4),s.set(r,4+e.length),a.set(await (0,i.default)("sha256",s),32*t)}return a.slice(0,t>>3)}t.encoder=new TextEncoder,t.decoder=new TextDecoder},1784(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.bitLength=a;let i=r(6247),s=r(927);function a(e){switch(e){case"A128GCM":return 128;case"A192GCM":return 192;case"A256GCM":case"A128CBC-HS256":return 256;case"A192CBC-HS384":return 384;case"A256CBC-HS512":return 512;default:throw new i.JOSENotSupported(`Unsupported JWE Algorithm: ${e}`)}}t.default=e=>(0,s.default)(new Uint8Array(a(e)>>3))},1146(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(6247),s=r(7974);t.default=(e,t)=>{if(t.length<<3!==(0,s.bitLength)(e))throw new i.JWEInvalid("Invalid Initialization Vector length")}},1688(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.checkKeyTypeWithJwk=void 0;let i=r(8737),s=r(740),a=r(6990),n=e=>e?.[Symbol.toStringTag],p=(e,t,r)=>{if(void 0!==t.use&&"sig"!==t.use)throw TypeError("Invalid key for this operation, when present its use must be sig");if(void 0!==t.key_ops&&t.key_ops.includes?.(r)!==!0)throw TypeError(`Invalid key for this operation, when present its key_ops must include ${r}`);if(void 0!==t.alg&&t.alg!==e)throw TypeError(`Invalid key for this operation, when present its alg must be ${e}`);return!0};function o(e,t,r,o){t.startsWith("HS")||"dir"===t||t.startsWith("PBES2")||/^A\d{3}(?:GCM)?KW$/.test(t)?((e,t,r,o)=>{if(!(t instanceof Uint8Array)){if(o&&a.isJWK(t)){if(a.isSecretJWK(t)&&p(e,t,r))return;throw TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!(0,s.default)(t))throw TypeError((0,i.withAlg)(e,t,...s.types,"Uint8Array",o?"JSON Web Key":null));if("secret"!==t.type)throw TypeError(`${n(t)} instances for symmetric algorithms must be of type "secret"`)}})(t,r,o,e):((e,t,r,o)=>{if(o&&a.isJWK(t))switch(r){case"sign":if(a.isPrivateJWK(t)&&p(e,t,r))return;throw TypeError("JSON Web Key for this operation be a private JWK");case"verify":if(a.isPublicJWK(t)&&p(e,t,r))return;throw TypeError("JSON Web Key for this operation be a public JWK")}if(!(0,s.default)(t))throw TypeError((0,i.withAlg)(e,t,...s.types,o?"JSON Web Key":null));if("secret"===t.type)throw TypeError(`${n(t)} instances for asymmetric algorithms must not be of type "secret"`);if("sign"===r&&"public"===t.type)throw TypeError(`${n(t)} instances for asymmetric algorithm signing must be of type "private"`);if("decrypt"===r&&"public"===t.type)throw TypeError(`${n(t)} instances for asymmetric algorithm decryption must be of type "private"`);if(t.algorithm&&"verify"===r&&"private"===t.type)throw TypeError(`${n(t)} instances for asymmetric algorithm verifying must be of type "public"`);if(t.algorithm&&"encrypt"===r&&"private"===t.type)throw TypeError(`${n(t)} instances for asymmetric algorithm encryption must be of type "public"`)})(t,r,o,e)}t.default=o.bind(void 0,!1),t.checkKeyTypeWithJwk=o.bind(void 0,!0)},8405(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof Uint8Array)||e.length<8)throw new i.JWEInvalid("PBES2 Salt Input must be 8 or more octets")};let i=r(6247)},2484(e,t){function r(e,t="algorithm.name"){return TypeError(`CryptoKey does not support this operation, its ${t} must be ${e}`)}function i(e,t){return e.name===t}function s(e){return parseInt(e.name.slice(4),10)}function a(e,t){if(t.length&&!t.some(t=>e.usages.includes(t))){let e="CryptoKey does not support this operation, its usages must include ";if(t.length>2){let r=t.pop();e+=`one of ${t.join(", ")}, or ${r}.`}else 2===t.length?e+=`one of ${t[0]} or ${t[1]}.`:e+=`${t[0]}.`;throw TypeError(e)}}Object.defineProperty(t,"__esModule",{value:!0}),t.checkSigCryptoKey=function(e,t,...n){switch(t){case"HS256":case"HS384":case"HS512":{if(!i(e.algorithm,"HMAC"))throw r("HMAC");let a=parseInt(t.slice(2),10);if(s(e.algorithm.hash)!==a)throw r(`SHA-${a}`,"algorithm.hash");break}case"RS256":case"RS384":case"RS512":{if(!i(e.algorithm,"RSASSA-PKCS1-v1_5"))throw r("RSASSA-PKCS1-v1_5");let a=parseInt(t.slice(2),10);if(s(e.algorithm.hash)!==a)throw r(`SHA-${a}`,"algorithm.hash");break}case"PS256":case"PS384":case"PS512":{if(!i(e.algorithm,"RSA-PSS"))throw r("RSA-PSS");let a=parseInt(t.slice(2),10);if(s(e.algorithm.hash)!==a)throw r(`SHA-${a}`,"algorithm.hash");break}case"EdDSA":if("Ed25519"!==e.algorithm.name&&"Ed448"!==e.algorithm.name)throw r("Ed25519 or Ed448");break;case"Ed25519":if(!i(e.algorithm,"Ed25519"))throw r("Ed25519");break;case"ES256":case"ES384":case"ES512":{if(!i(e.algorithm,"ECDSA"))throw r("ECDSA");let s=function(e){switch(e){case"ES256":return"P-256";case"ES384":return"P-384";case"ES512":return"P-521";default:throw Error("unreachable")}}(t);if(e.algorithm.namedCurve!==s)throw r(s,"algorithm.namedCurve");break}default:throw TypeError("CryptoKey does not support this operation")}a(e,n)},t.checkEncCryptoKey=function(e,t,...n){switch(t){case"A128GCM":case"A192GCM":case"A256GCM":{if(!i(e.algorithm,"AES-GCM"))throw r("AES-GCM");let s=parseInt(t.slice(1,4),10);if(e.algorithm.length!==s)throw r(s,"algorithm.length");break}case"A128KW":case"A192KW":case"A256KW":{if(!i(e.algorithm,"AES-KW"))throw r("AES-KW");let s=parseInt(t.slice(1,4),10);if(e.algorithm.length!==s)throw r(s,"algorithm.length");break}case"ECDH":switch(e.algorithm.name){case"ECDH":case"X25519":case"X448":break;default:throw r("ECDH, X25519, or X448")}break;case"PBES2-HS256+A128KW":case"PBES2-HS384+A192KW":case"PBES2-HS512+A256KW":if(!i(e.algorithm,"PBKDF2"))throw r("PBKDF2");break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":{if(!i(e.algorithm,"RSA-OAEP"))throw r("RSA-OAEP");let a=parseInt(t.slice(9),10)||1;if(s(e.algorithm.hash)!==a)throw r(`SHA-${a}`,"algorithm.hash");break}default:throw TypeError("CryptoKey does not support this operation")}a(e,n)}},4760(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(2395),s=r(6112),a=r(5904),n=r(3020),p=r(82),o=r(7889),c=r(6247),m=r(1784),l=r(7364),d=r(1688),u=r(1855),y=r(7031);t.default=async function(e,t,r,h,g){switch((0,d.default)(e,t,"decrypt"),t=await o.default.normalizePrivateKey?.(t,e)||t,e){case"dir":if(void 0!==r)throw new c.JWEInvalid("Encountered unexpected JWE Encrypted Key");return t;case"ECDH-ES":if(void 0!==r)throw new c.JWEInvalid("Encountered unexpected JWE Encrypted Key");case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":{let a,n;if(!(0,u.default)(h.epk))throw new c.JWEInvalid('JOSE Header "epk" (Ephemeral Public Key) missing or invalid');if(!s.ecdhAllowed(t))throw new c.JOSENotSupported("ECDH with the provided key is not allowed or not supported by your javascript runtime");let o=await (0,l.importJWK)(h.epk,e);if(void 0!==h.apu){if("string"!=typeof h.apu)throw new c.JWEInvalid('JOSE Header "apu" (Agreement PartyUInfo) invalid');try{a=(0,p.decode)(h.apu)}catch{throw new c.JWEInvalid("Failed to base64url decode the apu")}}if(void 0!==h.apv){if("string"!=typeof h.apv)throw new c.JWEInvalid('JOSE Header "apv" (Agreement PartyVInfo) invalid');try{n=(0,p.decode)(h.apv)}catch{throw new c.JWEInvalid("Failed to base64url decode the apv")}}let d=await s.deriveKey(o,t,"ECDH-ES"===e?h.enc:e,"ECDH-ES"===e?(0,m.bitLength)(h.enc):parseInt(e.slice(-5,-2),10),a,n);if("ECDH-ES"===e)return d;if(void 0===r)throw new c.JWEInvalid("JWE Encrypted Key missing");return(0,i.unwrap)(e.slice(-6),d,r)}case"RSA1_5":case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":if(void 0===r)throw new c.JWEInvalid("JWE Encrypted Key missing");return(0,n.decrypt)(e,t,r);case"PBES2-HS256+A128KW":case"PBES2-HS384+A192KW":case"PBES2-HS512+A256KW":{let i;if(void 0===r)throw new c.JWEInvalid("JWE Encrypted Key missing");if("number"!=typeof h.p2c)throw new c.JWEInvalid('JOSE Header "p2c" (PBES2 Count) missing or invalid');let s=g?.maxPBES2Count||1e4;if(h.p2c>s)throw new c.JWEInvalid('JOSE Header "p2c" (PBES2 Count) out is of acceptable bounds');if("string"!=typeof h.p2s)throw new c.JWEInvalid('JOSE Header "p2s" (PBES2 Salt) missing or invalid');try{i=(0,p.decode)(h.p2s)}catch{throw new c.JWEInvalid("Failed to base64url decode the p2s")}return(0,a.decrypt)(e,t,r,h.p2c,i)}case"A128KW":case"A192KW":case"A256KW":if(void 0===r)throw new c.JWEInvalid("JWE Encrypted Key missing");return(0,i.unwrap)(e,t,r);case"A128GCMKW":case"A192GCMKW":case"A256GCMKW":{let i,s;if(void 0===r)throw new c.JWEInvalid("JWE Encrypted Key missing");if("string"!=typeof h.iv)throw new c.JWEInvalid('JOSE Header "iv" (Initialization Vector) missing or invalid');if("string"!=typeof h.tag)throw new c.JWEInvalid('JOSE Header "tag" (Authentication Tag) missing or invalid');try{i=(0,p.decode)(h.iv)}catch{throw new c.JWEInvalid("Failed to base64url decode the iv")}try{s=(0,p.decode)(h.tag)}catch{throw new c.JWEInvalid("Failed to base64url decode the tag")}return(0,y.unwrap)(e,t,r,i,s)}default:throw new c.JOSENotSupported('Invalid or unsupported "alg" (JWE Algorithm) header value')}}},508(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(2395),s=r(6112),a=r(5904),n=r(3020),p=r(82),o=r(7889),c=r(1784),m=r(6247),l=r(7687),d=r(1688),u=r(7031);t.default=async function(e,t,r,y,h={}){let g,b,f;switch((0,d.default)(e,r,"encrypt"),r=await o.default.normalizePublicKey?.(r,e)||r,e){case"dir":f=r;break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":{if(!s.ecdhAllowed(r))throw new m.JOSENotSupported("ECDH with the provided key is not allowed or not supported by your javascript runtime");let{apu:a,apv:n}=h,{epk:o}=h;o||=(await s.generateEpk(r)).privateKey;let{x:d,y:u,crv:S,kty:C}=await (0,l.exportJWK)(o),R=await s.deriveKey(r,o,"ECDH-ES"===e?t:e,"ECDH-ES"===e?(0,c.bitLength)(t):parseInt(e.slice(-5,-2),10),a,n);if(b={epk:{x:d,crv:S,kty:C}},"EC"===C&&(b.epk.y=u),a&&(b.apu=(0,p.encode)(a)),n&&(b.apv=(0,p.encode)(n)),"ECDH-ES"===e){f=R;break}f=y||(0,c.default)(t);let A=e.slice(-6);g=await (0,i.wrap)(A,R,f);break}case"RSA1_5":case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":f=y||(0,c.default)(t),g=await (0,n.encrypt)(e,r,f);break;case"PBES2-HS256+A128KW":case"PBES2-HS384+A192KW":case"PBES2-HS512+A256KW":{f=y||(0,c.default)(t);let{p2c:i,p2s:s}=h;({encryptedKey:g,...b}=await (0,a.encrypt)(e,r,f,i,s));break}case"A128KW":case"A192KW":case"A256KW":f=y||(0,c.default)(t),g=await (0,i.wrap)(e,r,f);break;case"A128GCMKW":case"A192GCMKW":case"A256GCMKW":{f=y||(0,c.default)(t);let{iv:i}=h;({encryptedKey:g,...b}=await (0,u.wrap)(e,r,f,i));break}default:throw new m.JOSENotSupported('Invalid or unsupported "alg" (JWE Algorithm) header value')}return{cek:f,encryptedKey:g,parameters:b}}},936(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=e=>Math.floor(e.getTime()/1e3)},8737(e,t){function r(e,t,...i){if((i=i.filter(Boolean)).length>2){let t=i.pop();e+=`one of type ${i.join(", ")}, or ${t}.`}else 2===i.length?e+=`one of type ${i[0]} or ${i[1]}.`:e+=`of type ${i[0]}.`;return null==t?e+=` Received ${t}`:"function"==typeof t&&t.name?e+=` Received function ${t.name}`:"object"==typeof t&&null!=t&&t.constructor?.name&&(e+=` Received an instance of ${t.constructor.name}`),e}Object.defineProperty(t,"__esModule",{value:!0}),t.withAlg=function(e,t,...i){return r(`Key for the ${e} algorithm must be `,t,...i)},t.default=(e,...t)=>r("Key must be ",e,...t)},9476(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=(...e)=>{let t,r=e.filter(Boolean);if(0===r.length||1===r.length)return!0;for(let e of r){let r=Object.keys(e);if(!t||0===t.size){t=new Set(r);continue}for(let e of r){if(t.has(e))return!1;t.add(e)}}return!0}},6990(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.isJWK=s,t.isPrivateJWK=function(e){return"oct"!==e.kty&&"string"==typeof e.d},t.isPublicJWK=function(e){return"oct"!==e.kty&&void 0===e.d},t.isSecretJWK=function(e){return s(e)&&"oct"===e.kty&&"string"==typeof e.k};let i=r(1855);function s(e){return(0,i.default)(e)&&"string"==typeof e.kty}},1855(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if("object"!=typeof e||null===e||"[object Object]"!==Object.prototype.toString.call(e))return!1;if(null===Object.getPrototypeOf(e))return!0;let t=e;for(;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}},7974(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.bitLength=a;let i=r(6247),s=r(927);function a(e){switch(e){case"A128GCM":case"A128GCMKW":case"A192GCM":case"A192GCMKW":case"A256GCM":case"A256GCMKW":return 96;case"A128CBC-HS256":case"A192CBC-HS384":case"A256CBC-HS512":return 128;default:throw new i.JOSENotSupported(`Unsupported JWE Algorithm: ${e}`)}}t.default=e=>(0,s.default)(new Uint8Array(a(e)>>3))},493(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(6247),s=r(5821),a=r(936),n=r(9743),p=r(1855),o=e=>e.toLowerCase().replace(/^application\//,"");t.default=(e,t,r={})=>{var c,m;let l,d;try{l=JSON.parse(s.decoder.decode(t))}catch{}if(!(0,p.default)(l))throw new i.JWTInvalid("JWT Claims Set must be a top-level JSON object");let{typ:u}=r;if(u&&("string"!=typeof e.typ||o(e.typ)!==o(u)))throw new i.JWTClaimValidationFailed('unexpected "typ" JWT header value',l,"typ","check_failed");let{requiredClaims:y=[],issuer:h,subject:g,audience:b,maxTokenAge:f}=r,S=[...y];for(let e of(void 0!==f&&S.push("iat"),void 0!==b&&S.push("aud"),void 0!==g&&S.push("sub"),void 0!==h&&S.push("iss"),new Set(S.reverse())))if(!(e in l))throw new i.JWTClaimValidationFailed(`missing required "${e}" claim`,l,e,"missing");if(h&&!(Array.isArray(h)?h:[h]).includes(l.iss))throw new i.JWTClaimValidationFailed('unexpected "iss" claim value',l,"iss","check_failed");if(g&&l.sub!==g)throw new i.JWTClaimValidationFailed('unexpected "sub" claim value',l,"sub","check_failed");if(b&&(c=l.aud,m="string"==typeof b?[b]:b,"string"==typeof c?!m.includes(c):!(Array.isArray(c)&&m.some(Set.prototype.has.bind(new Set(c))))))throw new i.JWTClaimValidationFailed('unexpected "aud" claim value',l,"aud","check_failed");switch(typeof r.clockTolerance){case"string":d=(0,n.default)(r.clockTolerance);break;case"number":d=r.clockTolerance;break;case"undefined":d=0;break;default:throw TypeError("Invalid clockTolerance option type")}let{currentDate:C}=r,R=(0,a.default)(C||new Date);if((void 0!==l.iat||f)&&"number"!=typeof l.iat)throw new i.JWTClaimValidationFailed('"iat" claim must be a number',l,"iat","invalid");if(void 0!==l.nbf){if("number"!=typeof l.nbf)throw new i.JWTClaimValidationFailed('"nbf" claim must be a number',l,"nbf","invalid");if(l.nbf>R+d)throw new i.JWTClaimValidationFailed('"nbf" claim timestamp check failed',l,"nbf","check_failed")}if(void 0!==l.exp){if("number"!=typeof l.exp)throw new i.JWTClaimValidationFailed('"exp" claim must be a number',l,"exp","invalid");if(l.exp<=R-d)throw new i.JWTExpired('"exp" claim timestamp check failed',l,"exp","check_failed")}if(f){let e=R-l.iat;if(e-d>("number"==typeof f?f:(0,n.default)(f)))throw new i.JWTExpired('"iat" claim timestamp check failed (too far in the past)',l,"iat","check_failed");if(e<0-d)throw new i.JWTClaimValidationFailed('"iat" claim timestamp check failed (it should be in the past)',l,"iat","check_failed")}return l}},3688(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.unprotected=void 0,t.unprotected=Symbol()},9743(e,t){Object.defineProperty(t,"__esModule",{value:!0});let r=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i;t.default=e=>{let t,i=r.exec(e);if(!i||i[4]&&i[1])throw TypeError("Invalid time period format");let s=parseFloat(i[2]);switch(i[3].toLowerCase()){case"sec":case"secs":case"second":case"seconds":case"s":t=Math.round(s);break;case"minute":case"minutes":case"min":case"mins":case"m":t=Math.round(60*s);break;case"hour":case"hours":case"hr":case"hrs":case"h":t=Math.round(3600*s);break;case"day":case"days":case"d":t=Math.round(86400*s);break;case"week":case"weeks":case"w":t=Math.round(604800*s);break;default:t=Math.round(0x1e187e0*s)}return"-"===i[1]||"ago"===i[4]?-t:t}},8604(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=(e,t)=>{if(void 0!==t&&(!Array.isArray(t)||t.some(e=>"string"!=typeof e)))throw TypeError(`"${e}" option must be an array of strings`);if(t)return new Set(t)}},2458(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(6247);t.default=function(e,t,r,s,a){let n;if(void 0!==a.crit&&s?.crit===void 0)throw new e('"crit" (Critical) Header Parameter MUST be integrity protected');if(!s||void 0===s.crit)return new Set;if(!Array.isArray(s.crit)||0===s.crit.length||s.crit.some(e=>"string"!=typeof e||0===e.length))throw new e('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');for(let p of(n=void 0!==r?new Map([...Object.entries(r),...t.entries()]):t,s.crit)){if(!n.has(p))throw new i.JOSENotSupported(`Extension Header Parameter "${p}" is not recognized`);if(void 0===a[p])throw new e(`Extension Header Parameter "${p}" is missing`);if(n.get(p)&&void 0===s[p])throw new e(`Extension Header Parameter "${p}" MUST be integrity protected`)}return new Set(s.crit)}},2395(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.unwrap=t.wrap=void 0;let i=r(5356),s=r(8335),a=r(6247),n=r(5821),p=r(8993),o=r(2484),c=r(4512),m=r(8737),l=r(3022),d=r(740);function u(e,t){if(e.symmetricKeySize<<3!==parseInt(t.slice(1,4),10))throw TypeError(`Invalid key size for alg: ${t}`)}function y(e,t,r){if((0,c.default)(e))return e;if(e instanceof Uint8Array)return(0,s.createSecretKey)(e);if((0,p.isCryptoKey)(e))return(0,o.checkEncCryptoKey)(e,t,r),s.KeyObject.from(e);throw TypeError((0,m.default)(e,...d.types,"Uint8Array"))}t.wrap=(e,t,r)=>{let p=parseInt(e.slice(1,4),10),o=`aes${p}-wrap`;if(!(0,l.default)(o))throw new a.JOSENotSupported(`alg ${e} is not supported either by JOSE or your javascript runtime`);let c=y(t,e,"wrapKey");u(c,e);let m=(0,s.createCipheriv)(o,c,i.Buffer.alloc(8,166));return(0,n.concat)(m.update(r),m.final())},t.unwrap=(e,t,r)=>{let p=parseInt(e.slice(1,4),10),o=`aes${p}-wrap`;if(!(0,l.default)(o))throw new a.JOSENotSupported(`alg ${e} is not supported either by JOSE or your javascript runtime`);let c=y(t,e,"unwrapKey");u(c,e);let m=(0,s.createDecipheriv)(o,c,i.Buffer.alloc(8,166));return(0,n.concat)(m.update(r),m.final())}},293(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.fromX509=t.fromSPKI=t.fromPKCS8=t.toPKCS8=t.toSPKI=void 0;let i=r(8335),s=r(5356),a=r(8993),n=r(4512),p=r(8737),o=r(740),c=(e,t,r)=>{let s;if((0,a.isCryptoKey)(r)){if(!r.extractable)throw TypeError("CryptoKey is not extractable");s=i.KeyObject.from(r)}else if((0,n.default)(r))s=r;else throw TypeError((0,p.default)(r,...o.types));if(s.type!==e)throw TypeError(`key is not a ${e} key`);return s.export({format:"pem",type:t})};t.toSPKI=e=>c("public","spki",e),t.toPKCS8=e=>c("private","pkcs8",e),t.fromPKCS8=e=>(0,i.createPrivateKey)({key:s.Buffer.from(e.replace(/(?:-----(?:BEGIN|END) PRIVATE KEY-----|\s)/g,""),"base64"),type:"pkcs8",format:"der"}),t.fromSPKI=e=>(0,i.createPublicKey)({key:s.Buffer.from(e.replace(/(?:-----(?:BEGIN|END) PUBLIC KEY-----|\s)/g,""),"base64"),type:"spki",format:"der"}),t.fromX509=e=>(0,i.createPublicKey)({key:e,type:"spki",format:"pem"})},82(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decode=t.encode=t.encodeBase64=t.decodeBase64=void 0;let i=r(5356),s=r(5821);t.encode=e=>i.Buffer.from(e).toString("base64url"),t.decodeBase64=e=>new Uint8Array(i.Buffer.from(e,"base64")),t.encodeBase64=e=>i.Buffer.from(e).toString("base64"),t.decode=e=>{let t;return new Uint8Array(i.Buffer.from(((t=e)instanceof Uint8Array&&(t=s.decoder.decode(t)),t),"base64url"))}},4803(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r,a,n,p){let o=(0,s.concat)(e,t,r,(0,s.uint64be)(e.length<<3)),c=(0,i.createHmac)(`sha${a}`,n);return c.update(o),c.digest().slice(0,p>>3)};let i=r(8335),s=r(5821)},2319(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(6247),s=r(4512);t.default=(e,t)=>{let r;switch(e){case"A128CBC-HS256":case"A192CBC-HS384":case"A256CBC-HS512":r=parseInt(e.slice(-3),10);break;case"A128GCM":case"A192GCM":case"A256GCM":r=parseInt(e.slice(1,4),10);break;default:throw new i.JOSENotSupported(`Content Encryption Algorithm ${e} is not supported either by JOSE or your javascript runtime`)}if(t instanceof Uint8Array){let e=t.byteLength<<3;if(e!==r)throw new i.JWEInvalid(`Invalid Content Encryption Key length. Expected ${r} bits, got ${e} bits`);return}if((0,s.default)(t)&&"secret"===t.type){let e=t.symmetricKeySize<<3;if(e!==r)throw new i.JWEInvalid(`Invalid Content Encryption Key length. Expected ${r} bits, got ${e} bits`);return}throw TypeError("Invalid Content Encryption Key type")}},8257(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335);t.default=(e,t)=>{let r;try{r=e instanceof i.KeyObject?e.asymmetricKeyDetails?.modulusLength:Buffer.from(e.n,"base64url").byteLength<<3}catch{}if("number"!=typeof r||r<2048)throw TypeError(`${t} requires key modulusLength to be 2048 bits or larger`)}},3022(e,t,r){let i;Object.defineProperty(t,"__esModule",{value:!0});let s=r(8335);t.default=e=>(i||=new Set((0,s.getCiphers)())).has(e)},4799(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335),s=r(1146),a=r(2319),n=r(5821),p=r(6247),o=r(2167),c=r(4803),m=r(8993),l=r(2484),d=r(4512),u=r(8737),y=r(3022),h=r(740);t.default=(e,t,r,g,b,f)=>{let S;if((0,m.isCryptoKey)(t))(0,l.checkEncCryptoKey)(t,e,"decrypt"),S=i.KeyObject.from(t);else if(t instanceof Uint8Array||(0,d.default)(t))S=t;else throw TypeError((0,u.default)(t,...h.types,"Uint8Array"));if(!g)throw new p.JWEInvalid("JWE Initialization Vector missing");if(!b)throw new p.JWEInvalid("JWE Authentication Tag missing");switch((0,a.default)(e,S),(0,s.default)(e,g),e){case"A128CBC-HS256":case"A192CBC-HS384":case"A256CBC-HS512":return function(e,t,r,s,a,m){let l,u,h=parseInt(e.slice(1,4),10);(0,d.default)(t)&&(t=t.export());let g=t.subarray(h>>3),b=t.subarray(0,h>>3),f=parseInt(e.slice(-3),10),S=`aes-${h}-cbc`;if(!(0,y.default)(S))throw new p.JOSENotSupported(`alg ${e} is not supported by your javascript runtime`);let C=(0,c.default)(m,s,r,f,b,h);try{l=(0,o.default)(a,C)}catch{}if(!l)throw new p.JWEDecryptionFailed;try{let e=(0,i.createDecipheriv)(S,g,s);u=(0,n.concat)(e.update(r),e.final())}catch{}if(!u)throw new p.JWEDecryptionFailed;return u}(e,S,r,g,b,f);case"A128GCM":case"A192GCM":case"A256GCM":var C=S;let R=parseInt(e.slice(1,4),10),A=`aes-${R}-gcm`;if(!(0,y.default)(A))throw new p.JOSENotSupported(`alg ${e} is not supported by your javascript runtime`);try{let e=(0,i.createDecipheriv)(A,C,g,{authTagLength:16});e.setAuthTag(b),f.byteLength&&e.setAAD(f,{plaintextLength:r.length});let t=e.update(r);return e.final(),t}catch{throw new p.JWEDecryptionFailed}default:throw new p.JOSENotSupported("Unsupported JWE Content Encryption Algorithm")}}},6332(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335);t.default=(e,t)=>(0,i.createHash)(e).update(t).digest()},5945(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){switch(e){case"PS256":case"RS256":case"ES256":case"ES256K":return"sha256";case"PS384":case"RS384":case"ES384":return"sha384";case"PS512":case"RS512":case"ES512":return"sha512";case"Ed25519":case"EdDSA":return;default:throw new i.JOSENotSupported(`alg ${e} is not supported either by JOSE or your javascript runtime`)}};let i=r(6247)},6112(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.ecdhAllowed=void 0,t.deriveKey=y,t.generateEpk=h;let i=r(8335),s=r(7418),a=r(8960),n=r(5821),p=r(6247),o=r(8993),c=r(2484),m=r(4512),l=r(8737),d=r(740),u=(0,s.promisify)(i.generateKeyPair);async function y(e,t,r,s,a=new Uint8Array(0),p=new Uint8Array(0)){let u,h;if((0,o.isCryptoKey)(e))(0,c.checkEncCryptoKey)(e,"ECDH"),u=i.KeyObject.from(e);else if((0,m.default)(e))u=e;else throw TypeError((0,l.default)(e,...d.types));if((0,o.isCryptoKey)(t))(0,c.checkEncCryptoKey)(t,"ECDH","deriveBits"),h=i.KeyObject.from(t);else if((0,m.default)(t))h=t;else throw TypeError((0,l.default)(t,...d.types));let g=(0,n.concat)((0,n.lengthAndInput)(n.encoder.encode(r)),(0,n.lengthAndInput)(a),(0,n.lengthAndInput)(p),(0,n.uint32be)(s)),b=(0,i.diffieHellman)({privateKey:h,publicKey:u});return(0,n.concatKdf)(b,s,g)}async function h(e){let t;if((0,o.isCryptoKey)(e))t=i.KeyObject.from(e);else if((0,m.default)(e))t=e;else throw TypeError((0,l.default)(e,...d.types));switch(t.asymmetricKeyType){case"x25519":return u("x25519");case"x448":return u("x448");case"ec":return u("ec",{namedCurve:(0,a.default)(t)});default:throw new p.JOSENotSupported("Invalid or unsupported EPK")}}t.ecdhAllowed=e=>["P-256","P-384","P-521","X25519","X448"].includes((0,a.default)(e))},2027(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335),s=r(1146),a=r(2319),n=r(5821),p=r(4803),o=r(8993),c=r(2484),m=r(4512),l=r(8737),d=r(7974),u=r(6247),y=r(3022),h=r(740);t.default=(e,t,r,g,b)=>{let f;if((0,o.isCryptoKey)(r))(0,c.checkEncCryptoKey)(r,e,"encrypt"),f=i.KeyObject.from(r);else if(r instanceof Uint8Array||(0,m.default)(r))f=r;else throw TypeError((0,l.default)(r,...h.types,"Uint8Array"));switch((0,a.default)(e,f),g?(0,s.default)(e,g):g=(0,d.default)(e),e){case"A128CBC-HS256":case"A192CBC-HS384":case"A256CBC-HS512":return function(e,t,r,s,a){let o=parseInt(e.slice(1,4),10);(0,m.default)(r)&&(r=r.export());let c=r.subarray(o>>3),l=r.subarray(0,o>>3),d=`aes-${o}-cbc`;if(!(0,y.default)(d))throw new u.JOSENotSupported(`alg ${e} is not supported by your javascript runtime`);let h=(0,i.createCipheriv)(d,c,s),g=(0,n.concat)(h.update(t),h.final()),b=parseInt(e.slice(-3),10),f=(0,p.default)(a,s,g,b,l,o);return{ciphertext:g,tag:f,iv:s}}(e,t,f,g,b);case"A128GCM":case"A192GCM":case"A256GCM":var S=f,C=g;let R=parseInt(e.slice(1,4),10),A=`aes-${R}-gcm`;if(!(0,y.default)(A))throw new u.JOSENotSupported(`alg ${e} is not supported by your javascript runtime`);let P=(0,i.createCipheriv)(A,S,C,{authTagLength:16});b.byteLength&&P.setAAD(b,{plaintextLength:t.length});let E=P.update(t);return P.final(),{ciphertext:E,tag:P.getAuthTag(),iv:C};default:throw new u.JOSENotSupported("Unsupported JWE Content Encryption Algorithm")}}},8832(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(6310),s=r(447),a=r(3351),n=r(6247),p=r(5821);t.default=async(e,t,r)=>{let o;switch(e.protocol){case"https:":o=s.get;break;case"http:":o=i.get;break;default:throw TypeError("Unsupported URL protocol.")}let{agent:c,headers:m}=r,l=o(e.href,{agent:c,timeout:t,headers:m}),[d]=await Promise.race([(0,a.once)(l,"response"),(0,a.once)(l,"timeout")]);if(!d)throw l.destroy(),new n.JWKSTimeout;if(200!==d.statusCode)throw new n.JOSEError("Expected 200 OK from the JSON Web Key Set HTTP response");let u=[];for await(let e of d)u.push(e);try{return JSON.parse(p.decoder.decode((0,p.concat)(...u)))}catch{throw new n.JOSEError("Failed to parse the JSON Web Key Set HTTP response as JSON")}}},7975(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.generateSecret=o,t.generateKeyPair=c;let i=r(8335),s=r(7418),a=r(927),n=r(6247),p=(0,s.promisify)(i.generateKeyPair);async function o(e,t){let r;switch(e){case"HS256":case"HS384":case"HS512":case"A128CBC-HS256":case"A192CBC-HS384":case"A256CBC-HS512":r=parseInt(e.slice(-3),10);break;case"A128KW":case"A192KW":case"A256KW":case"A128GCMKW":case"A192GCMKW":case"A256GCMKW":case"A128GCM":case"A192GCM":case"A256GCM":r=parseInt(e.slice(1,4),10);break;default:throw new n.JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}return(0,i.createSecretKey)((0,a.default)(new Uint8Array(r>>3)))}async function c(e,t){switch(e){case"RS256":case"RS384":case"RS512":case"PS256":case"PS384":case"PS512":case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":case"RSA1_5":{let e=t?.modulusLength??2048;if("number"!=typeof e||e<2048)throw new n.JOSENotSupported("Invalid or unsupported modulusLength option provided, 2048 bits or larger keys must be used");return await p("rsa",{modulusLength:e,publicExponent:65537})}case"ES256":return p("ec",{namedCurve:"P-256"});case"ES256K":return p("ec",{namedCurve:"secp256k1"});case"ES384":return p("ec",{namedCurve:"P-384"});case"ES512":return p("ec",{namedCurve:"P-521"});case"Ed25519":return p("ed25519");case"EdDSA":switch(t?.crv){case void 0:case"Ed25519":return p("ed25519");case"Ed448":return p("ed448");default:throw new n.JOSENotSupported("Invalid or unsupported crv option provided, supported values are Ed25519 and Ed448")}case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":{let e=t?.crv??"P-256";switch(e){case void 0:case"P-256":case"P-384":case"P-521":return p("ec",{namedCurve:e});case"X25519":return p("x25519");case"X448":return p("x448");default:throw new n.JOSENotSupported("Invalid or unsupported crv option provided, supported values are P-256, P-384, P-521, X25519, and X448")}}default:throw new n.JOSENotSupported('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}}},8960(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.weakMap=void 0;let i=r(8335),s=r(6247),a=r(8993),n=r(4512),p=r(8737),o=r(740),c=r(6990);t.weakMap=new WeakMap,t.default=(e,t)=>{let r;if((0,a.isCryptoKey)(e))r=i.KeyObject.from(e);else if((0,n.default)(e))r=e;else if((0,c.isJWK)(e))return e.crv;else throw TypeError((0,p.default)(e,...o.types));if("secret"===r.type)throw TypeError('only "private" or "public" type keys can be used for this operation');switch(r.asymmetricKeyType){case"ed25519":case"ed448":return`Ed${r.asymmetricKeyType.slice(2)}`;case"x25519":case"x448":return`X${r.asymmetricKeyType.slice(1)}`;case"ec":{let e=r.asymmetricKeyDetails.namedCurve;if(t)return e;switch(e){case"prime256v1":return"P-256";case"secp384r1":return"P-384";case"secp521r1":return"P-521";case"secp256k1":return"secp256k1";default:throw new s.JOSENotSupported("Unsupported key curve for this operation")}}default:throw TypeError("Invalid asymmetric key type for this operation")}}},5206(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){if(t instanceof Uint8Array){if(!e.startsWith("HS"))throw TypeError((0,n.default)(t,...p.types));return(0,i.createSecretKey)(t)}if(t instanceof i.KeyObject)return t;if((0,s.isCryptoKey)(t))return(0,a.checkSigCryptoKey)(t,e,r),i.KeyObject.from(t);if(o.isJWK(t))return e.startsWith("HS")?(0,i.createSecretKey)(Buffer.from(t.k,"base64url")):t;throw TypeError((0,n.default)(t,...p.types,"Uint8Array","JSON Web Key"))};let i=r(8335),s=r(8993),a=r(2484),n=r(8737),p=r(740),o=r(6990)},3254(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){switch(e){case"HS256":return"sha256";case"HS384":return"sha384";case"HS512":return"sha512";default:throw new i.JOSENotSupported(`alg ${e} is not supported either by JOSE or your javascript runtime`)}};let i=r(6247)},740(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.types=void 0;let i=r(8993),s=r(4512);t.default=e=>(0,s.default)(e)||(0,i.isCryptoKey)(e);let a=["KeyObject"];t.types=a,(globalThis.CryptoKey||i.default?.CryptoKey)&&a.push("CryptoKey")},4512(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(7418);t.default=e=>i.types.isKeyObject(e)},4660(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335);t.default=e=>e.d?(0,i.createPrivateKey)({format:"jwk",key:e}):(0,i.createPublicKey)({format:"jwk",key:e})},9590(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335),s=r(82),a=r(6247),n=r(8993),p=r(4512),o=r(8737),c=r(740);t.default=e=>{let t;if((0,n.isCryptoKey)(e)){if(!e.extractable)throw TypeError("CryptoKey is not extractable");t=i.KeyObject.from(e)}else if((0,p.default)(e))t=e;else if(e instanceof Uint8Array)return{kty:"oct",k:(0,s.encode)(e)};else throw TypeError((0,o.default)(e,...c.types,"Uint8Array"));if("secret"!==t.type&&!["rsa","ec","ed25519","x25519","ed448","x448"].includes(t.asymmetricKeyType))throw new a.JOSENotSupported("Unsupported key asymmetricKeyType");return t.export({format:"jwk"})}},7980(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){let r,o,c,m;if(t instanceof i.KeyObject)r=t.asymmetricKeyType,o=t.asymmetricKeyDetails;else switch(c=!0,t.kty){case"RSA":r="rsa";break;case"EC":r="ec";break;case"OKP":if("Ed25519"===t.crv){r="ed25519";break}if("Ed448"===t.crv){r="ed448";break}throw TypeError("Invalid key for this operation, its crv must be Ed25519 or Ed448");default:throw TypeError("Invalid key for this operation, its kty must be RSA, OKP, or EC")}switch(e){case"Ed25519":if("ed25519"!==r)throw TypeError("Invalid key for this operation, its asymmetricKeyType must be ed25519");break;case"EdDSA":if(!["ed25519","ed448"].includes(r))throw TypeError("Invalid key for this operation, its asymmetricKeyType must be ed25519 or ed448");break;case"RS256":case"RS384":case"RS512":if("rsa"!==r)throw TypeError("Invalid key for this operation, its asymmetricKeyType must be rsa");(0,n.default)(t,e);break;case"PS256":case"PS384":case"PS512":if("rsa-pss"===r){let{hashAlgorithm:t,mgf1HashAlgorithm:r,saltLength:i}=o,s=parseInt(e.slice(-3),10);if(void 0!==t&&(t!==`sha${s}`||r!==t))throw TypeError(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${e}`);if(void 0!==i&&i>s>>3)throw TypeError(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${e}`)}else if("rsa"!==r)throw TypeError("Invalid key for this operation, its asymmetricKeyType must be rsa or rsa-pss");(0,n.default)(t,e),m={padding:i.constants.RSA_PKCS1_PSS_PADDING,saltLength:i.constants.RSA_PSS_SALTLEN_DIGEST};break;case"ES256":case"ES256K":case"ES384":case"ES512":{if("ec"!==r)throw TypeError("Invalid key for this operation, its asymmetricKeyType must be ec");let i=(0,s.default)(t),a=p.get(e);if(i!==a)throw TypeError(`Invalid key curve for the algorithm, its curve must be ${a}, got ${i}`);m={dsaEncoding:"ieee-p1363"};break}default:throw new a.JOSENotSupported(`alg ${e} is not supported either by JOSE or your javascript runtime`)}return c?{format:"jwk",key:t,...m}:m?{...m,key:t}:t};let i=r(8335),s=r(8960),a=r(6247),n=r(8257),p=new Map([["ES256","P-256"],["ES256K","secp256k1"],["ES384","P-384"],["ES512","P-521"]])},7889(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default={}},5904(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decrypt=t.encrypt=void 0;let i=r(7418),s=r(8335),a=r(927),n=r(5821),p=r(82),o=r(2395),c=r(8405),m=r(8993),l=r(2484),d=r(4512),u=r(8737),y=r(740),h=(0,i.promisify)(s.pbkdf2);function g(e,t){if((0,d.default)(e))return e.export();if(e instanceof Uint8Array)return e;if((0,m.isCryptoKey)(e))return(0,l.checkEncCryptoKey)(e,t,"deriveBits","deriveKey"),s.KeyObject.from(e).export();throw TypeError((0,u.default)(e,...y.types,"Uint8Array"))}t.encrypt=async(e,t,r,i=2048,s=(0,a.default)(new Uint8Array(16)))=>{(0,c.default)(s);let m=(0,n.p2s)(e,s),l=parseInt(e.slice(13,16),10)>>3,d=g(t,e),u=await h(d,m,i,l,`sha${e.slice(8,11)}`);return{encryptedKey:await (0,o.wrap)(e.slice(-6),u,r),p2c:i,p2s:(0,p.encode)(s)}},t.decrypt=async(e,t,r,i,s)=>{(0,c.default)(s);let a=(0,n.p2s)(e,s),p=parseInt(e.slice(13,16),10)>>3,m=g(t,e),l=await h(m,a,i,p,`sha${e.slice(8,11)}`);return(0,o.unwrap)(e.slice(-6),l,r)}},927(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(8335);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return i.randomFillSync}})},3020(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decrypt=t.encrypt=void 0;let i=r(8335),s=r(7418),a=r(8257),n=r(8993),p=r(2484),o=r(4512),c=r(8737),m=r(740),l=(e,t)=>{if("rsa"!==e.asymmetricKeyType)throw TypeError("Invalid key for this operation, its asymmetricKeyType must be rsa");(0,a.default)(e,t)},d=(0,s.deprecate)(()=>i.constants.RSA_PKCS1_PADDING,'The RSA1_5 "alg" (JWE Algorithm) is deprecated and will be removed in the next major revision.'),u=e=>{switch(e){case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":return i.constants.RSA_PKCS1_OAEP_PADDING;case"RSA1_5":return d();default:return}},y=e=>{switch(e){case"RSA-OAEP":return"sha1";case"RSA-OAEP-256":return"sha256";case"RSA-OAEP-384":return"sha384";case"RSA-OAEP-512":return"sha512";default:return}};function h(e,t,...r){if((0,o.default)(e))return e;if((0,n.isCryptoKey)(e))return(0,p.checkEncCryptoKey)(e,t,...r),i.KeyObject.from(e);throw TypeError((0,c.default)(e,...m.types))}t.encrypt=(e,t,r)=>{let s=u(e),a=y(e),n=h(t,e,"wrapKey","encrypt");return l(n,e),(0,i.publicEncrypt)({key:n,oaepHash:a,padding:s},r)},t.decrypt=(e,t,r)=>{let s=u(e),a=y(e),n=h(t,e,"unwrapKey","decrypt");return l(n,e),(0,i.privateDecrypt)({key:n,oaepHash:a,padding:s},r)}},9754(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default="node:crypto"},7965(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335),s=r(7418),a=r(5945),n=r(3254),p=r(7980),o=r(5206),c=(0,s.promisify)(i.sign);t.default=async(e,t,r)=>{let s=(0,o.default)(e,t,"sign");if(e.startsWith("HS")){let t=i.createHmac((0,n.default)(e),s);return t.update(r),t.digest()}return c((0,a.default)(e),r,(0,p.default)(e,s))}},2167(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=r(8335).timingSafeEqual},3117(e,t,r){Object.defineProperty(t,"__esModule",{value:!0});let i=r(8335),s=r(7418),a=r(5945),n=r(7980),p=r(7965),o=r(5206),c=(0,s.promisify)(i.verify);t.default=async(e,t,r,s)=>{let m=(0,o.default)(e,t,"verify");if(e.startsWith("HS")){let t=await (0,p.default)(e,m,s);try{return i.timingSafeEqual(r,t)}catch{return!1}}let l=(0,a.default)(e),d=(0,n.default)(e,m);try{return await c(l,s,d,r)}catch{return!1}}},8993(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.isCryptoKey=void 0;let i=r(8335),s=r(7418);t.default=i.webcrypto,t.isCryptoKey=e=>s.types.isCryptoKey(e)},8462(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decode=t.encode=void 0;let i=r(82);t.encode=i.encode,t.decode=i.decode},8396(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decodeJwt=function(e){let t,r;if("string"!=typeof e)throw new n.JWTInvalid("JWTs must use Compact JWS serialization, JWT must be a string");let{1:p,length:o}=e.split(".");if(5===o)throw new n.JWTInvalid("Only JWTs using Compact JWS serialization can be decoded");if(3!==o)throw new n.JWTInvalid("Invalid JWT");if(!p)throw new n.JWTInvalid("JWTs must contain a payload");try{t=(0,i.decode)(p)}catch{throw new n.JWTInvalid("Failed to base64url decode the payload")}try{r=JSON.parse(s.decoder.decode(t))}catch{throw new n.JWTInvalid("Failed to parse the decoded payload as JSON")}if(!(0,a.default)(r))throw new n.JWTInvalid("Invalid JWT Claims Set");return r};let i=r(8462),s=r(5821),a=r(1855),n=r(6247)},4443(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.decodeProtectedHeader=function(e){let t;if("string"==typeof e){let r=e.split(".");(3===r.length||5===r.length)&&([t]=r)}else if("object"==typeof e&&e)if("protected"in e)t=e.protected;else throw TypeError("Token does not contain a Protected Header");try{if("string"!=typeof t||!t)throw Error();let e=JSON.parse(s.decoder.decode((0,i.decode)(t)));if(!(0,a.default)(e))throw Error();return e}catch{throw TypeError("Invalid Token or Protected Header formatting")}};let i=r(8462),s=r(5821),a=r(1855)},6247(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.JWSSignatureVerificationFailed=t.JWKSTimeout=t.JWKSMultipleMatchingKeys=t.JWKSNoMatchingKey=t.JWKSInvalid=t.JWKInvalid=t.JWTInvalid=t.JWSInvalid=t.JWEInvalid=t.JWEDecryptionFailed=t.JOSENotSupported=t.JOSEAlgNotAllowed=t.JWTExpired=t.JWTClaimValidationFailed=t.JOSEError=void 0;class r extends Error{static code="ERR_JOSE_GENERIC";code="ERR_JOSE_GENERIC";constructor(e,t){super(e,t),this.name=this.constructor.name,Error.captureStackTrace?.(this,this.constructor)}}t.JOSEError=r,t.JWTClaimValidationFailed=class extends r{static code="ERR_JWT_CLAIM_VALIDATION_FAILED";code="ERR_JWT_CLAIM_VALIDATION_FAILED";claim;reason;payload;constructor(e,t,r="unspecified",i="unspecified"){super(e,{cause:{claim:r,reason:i,payload:t}}),this.claim=r,this.reason=i,this.payload=t}},t.JWTExpired=class extends r{static code="ERR_JWT_EXPIRED";code="ERR_JWT_EXPIRED";claim;reason;payload;constructor(e,t,r="unspecified",i="unspecified"){super(e,{cause:{claim:r,reason:i,payload:t}}),this.claim=r,this.reason=i,this.payload=t}},t.JOSEAlgNotAllowed=class extends r{static code="ERR_JOSE_ALG_NOT_ALLOWED";code="ERR_JOSE_ALG_NOT_ALLOWED"},t.JOSENotSupported=class extends r{static code="ERR_JOSE_NOT_SUPPORTED";code="ERR_JOSE_NOT_SUPPORTED"},t.JWEDecryptionFailed=class extends r{static code="ERR_JWE_DECRYPTION_FAILED";code="ERR_JWE_DECRYPTION_FAILED";constructor(e="decryption operation failed",t){super(e,t)}},t.JWEInvalid=class extends r{static code="ERR_JWE_INVALID";code="ERR_JWE_INVALID"},t.JWSInvalid=class extends r{static code="ERR_JWS_INVALID";code="ERR_JWS_INVALID"},t.JWTInvalid=class extends r{static code="ERR_JWT_INVALID";code="ERR_JWT_INVALID"},t.JWKInvalid=class extends r{static code="ERR_JWK_INVALID";code="ERR_JWK_INVALID"},t.JWKSInvalid=class extends r{static code="ERR_JWKS_INVALID";code="ERR_JWKS_INVALID"},t.JWKSNoMatchingKey=class extends r{static code="ERR_JWKS_NO_MATCHING_KEY";code="ERR_JWKS_NO_MATCHING_KEY";constructor(e="no applicable key found in the JSON Web Key Set",t){super(e,t)}};class i extends r{[Symbol.asyncIterator];static code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";constructor(e="multiple matching keys found in the JSON Web Key Set",t){super(e,t)}}t.JWKSMultipleMatchingKeys=i,t.JWKSTimeout=class extends r{static code="ERR_JWKS_TIMEOUT";code="ERR_JWKS_TIMEOUT";constructor(e="request timed out",t){super(e,t)}},t.JWSSignatureVerificationFailed=class extends r{static code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";constructor(e="signature verification failed",t){super(e,t)}}},4166(e,t,r){Object.defineProperty(t,"__esModule",{value:!0}),t.default=r(9754).default},2093(e,t,r){function i(e){let t=e.errors?.map(e=>{let t=e.detail||e.title||e.code;return e.code?`[${e.code}] ${t}`:t});return t?.length?t.join("; "):JSON.stringify(e)}r.d(t,{Fx:()=>a});class s extends Error{constructor(e,t=i(e)){super(t),function(e,t,r){t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r}(this,"response",void 0),this.response=e,this.name="AppStoreConnectApiError"}}function a(e){if(e.error){let t=e.response?.status,r=t?`HTTP ${t}: `:"";throw new s(e.error,r+i(e.error))}return e.data}},4139(e,t,r){r.d(t,{K:()=>a});var i=r(6138);let s=null;function a(){if(s)return s;let e=process.env.APP_STORE_CONNECT_KEY_ID,t=process.env.APP_STORE_CONNECT_ISSUER_ID,r=process.env.APP_STORE_CONNECT_P8_PATH;if(!e||!t||!r)throw Error("Set APP_STORE_CONNECT_KEY_ID, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_P8_PATH");return s=new i.AppStoreConnectClient({issuerId:t,privateKeyId:e,privateKeyFile:r})}},3918(e,t,r){r.r(t),r.d(t,{default:()=>o,metadata:()=>p,schema:()=>n});var i=r(9412),s=r(4139),a=r(2093);let n={appStoreVersionLocalizationId:i.YjP().describe("App Store version localization ID to update (from list-app-store-version-localizations)"),description:i.YjP().optional().nullable().describe("App description for this locale"),keywords:i.YjP().optional().nullable().describe("Comma-separated keywords for this locale"),marketingUrl:i.YjP().optional().nullable().describe("Marketing URL for this locale"),promotionalText:i.YjP().optional().nullable().describe("Promotional text shown above the description (can be updated without a new submission)"),supportUrl:i.YjP().optional().nullable().describe("Support URL for this locale"),whatsNew:i.YjP().optional().nullable().describe("What's new text (release notes) for this locale")},p={name:"update-app-store-version-localization",description:"Update localized metadata (description, keywords, URLs, what's new, promotional text) for a specific App Store version locale. Get the localization ID from list-app-store-version-localizations.",annotations:{title:"Update app store version localization",readOnlyHint:!1,destructiveHint:!1,idempotentHint:!1,openWorldHint:!1}};async function o(e){let t=(0,s.K)(),{appStoreVersionLocalizationId:r,...i}=e,n={};for(let e of["description","keywords","marketingUrl","promotionalText","supportUrl","whatsNew"])void 0!==i[e]&&(n[e]=i[e]);let p={data:{type:"appStoreVersionLocalizations",id:r,...Object.keys(n).length>0&&{attributes:n}}},o=await t.api.AppStoreVersionLocalizations.appStoreVersionLocalizationsUpdateInstance({body:p,path:{id:r}});return JSON.stringify((0,a.Fx)(o),null,2)}},9412(e,t,r){let i,s,a;r.d(t,{zMY:()=>au,KCZ:()=>aU,YjP:()=>sb,aig:()=>aa,k5n:()=>a3,YOg:()=>a$});var n,p,o={};r.r(o),r.d(o,{base64:()=>eT,base64url:()=>eq,bigint:()=>ew,boolean:()=>ex,browserEmail:()=>eP,cidrv4:()=>ek,cidrv6:()=>ej,cuid:()=>ea,cuid2:()=>en,date:()=>e$,datetime:()=>ez,domain:()=>eD,duration:()=>el,e164:()=>eO,email:()=>ef,emoji:()=>eE,extendedDuration:()=>ed,guid:()=>eu,hex:()=>eJ,hostname:()=>e_,html5Email:()=>eS,idnEmail:()=>eA,integer:()=>eB,ipv4:()=>eL,ipv6:()=>eI,ksuid:()=>ec,lowercase:()=>eH,mac:()=>ev,md5_base64:()=>eX,md5_base64url:()=>e1,md5_hex:()=>eQ,nanoid:()=>em,null:()=>eW,number:()=>eU,rfc5322Email:()=>eC,sha1_base64:()=>e2,sha1_base64url:()=>e4,sha1_hex:()=>e0,sha256_base64:()=>e6,sha256_base64url:()=>e8,sha256_hex:()=>e5,sha384_base64:()=>e9,sha384_base64url:()=>e7,sha384_hex:()=>e3,sha512_base64:()=>tt,sha512_base64url:()=>tr,sha512_hex:()=>te,string:()=>eM,time:()=>eN,ulid:()=>ep,undefined:()=>eF,unicodeEmail:()=>eR,uppercase:()=>eK,uuid:()=>ey,uuid4:()=>eh,uuid6:()=>eg,uuid7:()=>eb,xid:()=>eo});var c={};r.r(c),r.d(c,{endsWith:()=>iN,gt:()=>iC,gte:()=>iR,includes:()=>i$,length:()=>i_,lowercase:()=>iO,lt:()=>ib,lte:()=>iS,maxLength:()=>iT,maxSize:()=>iv,mime:()=>iM,minLength:()=>iq,minSize:()=>ik,multipleOf:()=>iI,negative:()=>iP,nonnegative:()=>iL,nonpositive:()=>iE,normalize:()=>iB,overwrite:()=>iw,positive:()=>iA,property:()=>iz,regex:()=>iD,size:()=>ij,slugify:()=>iF,startsWith:()=>iV,toLowerCase:()=>ix,toUpperCase:()=>iW,trim:()=>iU,uppercase:()=>iG});var m={};r.r(m),r.d(m,{ZodISODate:()=>i5,ZodISODateTime:()=>i2,ZodISODuration:()=>i9,ZodISOTime:()=>i8,date:()=>i6,datetime:()=>i4,duration:()=>i7,time:()=>i3});var l={};function d(e,t,r){function i(r,i){if(r._zod||Object.defineProperty(r,"_zod",{value:{def:i,constr:n,traits:new Set},enumerable:!1}),r._zod.traits.has(e))return;r._zod.traits.add(e),t(r,i);let s=n.prototype,a=Object.keys(s);for(let e=0;e<a.length;e++){let t=a[e];t in r||(r[t]=s[t].bind(r))}}let s=r?.Parent??Object;class a extends s{}function n(e){var t;let s=r?.Parent?new a:this;for(let r of(i(s,e),(t=s._zod).deferred??(t.deferred=[]),s._zod.deferred))r();return s}return Object.defineProperty(a,"name",{value:e}),Object.defineProperty(n,"init",{value:i}),Object.defineProperty(n,Symbol.hasInstance,{value:t=>!!r?.Parent&&t instanceof r.Parent||t?._zod?.traits?.has(e)}),Object.defineProperty(n,"name",{value:e}),n}r.r(l),r.d(l,{ZodAny:()=>aL,ZodArray:()=>aG,ZodBase64:()=>s0,ZodBase64URL:()=>s4,ZodBigInt:()=>ay,ZodBigIntFormat:()=>ag,ZodBoolean:()=>ad,ZodCIDRv4:()=>sZ,ZodCIDRv6:()=>sX,ZodCUID:()=>sG,ZodCUID2:()=>sV,ZodCatch:()=>nC,ZodCodec:()=>nI,ZodCustom:()=>nN,ZodCustomStringFormat:()=>s7,ZodDate:()=>aD,ZodDefault:()=>nd,ZodDiscriminatedUnion:()=>aF,ZodE164:()=>s6,ZodEmail:()=>sS,ZodEmoji:()=>sq,ZodEnum:()=>a8,ZodExactOptional:()=>np,ZodFile:()=>nt,ZodFunction:()=>n$,ZodGUID:()=>sR,ZodIPv4:()=>sW,ZodIPv6:()=>sJ,ZodIntersection:()=>aK,ZodJWT:()=>s3,ZodKSUID:()=>sU,ZodLazy:()=>n_,ZodLiteral:()=>a7,ZodMAC:()=>sH,ZodMap:()=>a2,ZodNaN:()=>nA,ZodNanoID:()=>sD,ZodNever:()=>aj,ZodNonOptional:()=>ng,ZodNull:()=>aP,ZodNullable:()=>nc,ZodNumber:()=>as,ZodNumberFormat:()=>an,ZodObject:()=>aN,ZodOptional:()=>na,ZodPipe:()=>nE,ZodPrefault:()=>ny,ZodPromise:()=>nO,ZodReadonly:()=>nk,ZodRecord:()=>aQ,ZodSet:()=>a5,ZodString:()=>sg,ZodStringFormat:()=>sf,ZodSuccess:()=>nf,ZodSymbol:()=>aS,ZodTemplateLiteral:()=>nT,ZodTransform:()=>ni,ZodTuple:()=>aY,ZodType:()=>sy,ZodULID:()=>sz,ZodURL:()=>sk,ZodUUID:()=>sP,ZodUndefined:()=>aR,ZodUnion:()=>aB,ZodUnknown:()=>av,ZodVoid:()=>aq,ZodXID:()=>sw,ZodXor:()=>ax,_ZodString:()=>sh,_default:()=>nu,_function:()=>nV,any:()=>aI,array:()=>a$,base64:()=>s2,base64url:()=>s5,bigint:()=>ah,boolean:()=>au,catch:()=>nR,check:()=>nz,cidrv4:()=>sQ,cidrv6:()=>s1,codec:()=>nv,cuid:()=>s$,cuid2:()=>sN,custom:()=>nM,date:()=>aO,describe:()=>nU,discriminatedUnion:()=>aH,e164:()=>s8,email:()=>sC,emoji:()=>s_,enum:()=>a3,exactOptional:()=>no,file:()=>nr,float32:()=>ao,float64:()=>ac,function:()=>nV,guid:()=>sA,hash:()=>ai,hex:()=>ar,hostname:()=>at,httpUrl:()=>sT,instanceof:()=>nW,int:()=>ap,int32:()=>am,int64:()=>ab,intersection:()=>aJ,ipv4:()=>sF,ipv6:()=>sY,json:()=>nH,jwt:()=>s9,keyof:()=>aV,ksuid:()=>sx,lazy:()=>nD,literal:()=>ne,looseObject:()=>aw,looseRecord:()=>a0,mac:()=>sK,map:()=>a4,meta:()=>nx,nan:()=>nP,nanoid:()=>sO,nativeEnum:()=>a9,never:()=>aT,nonoptional:()=>nb,null:()=>aE,nullable:()=>nm,nullish:()=>nl,number:()=>aa,object:()=>az,optional:()=>nn,partialRecord:()=>a1,pipe:()=>nL,prefault:()=>nh,preprocess:()=>nK,promise:()=>nG,readonly:()=>nj,record:()=>aX,refine:()=>nw,set:()=>a6,strictObject:()=>aM,string:()=>sb,stringFormat:()=>ae,stringbool:()=>nF,success:()=>nS,superRefine:()=>nB,symbol:()=>aC,templateLiteral:()=>nq,transform:()=>ns,tuple:()=>aZ,uint32:()=>al,uint64:()=>af,ulid:()=>sM,undefined:()=>aA,union:()=>aU,unknown:()=>ak,url:()=>sj,uuid:()=>sE,uuidv4:()=>sL,uuidv6:()=>sI,uuidv7:()=>sv,void:()=>a_,xid:()=>sB,xor:()=>aW}),Object.freeze({status:"aborted"}),Symbol("zod_brand");class u extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class y extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}}let h={};function g(e){return e&&Object.assign(h,e),h}function b(e){let t=Object.values(e).filter(e=>"number"==typeof e);return Object.entries(e).filter(([e,r])=>-1===t.indexOf(+e)).map(([e,t])=>t)}function f(e,t="|"){return e.map(e=>N(e)).join(t)}function S(e,t){return"bigint"==typeof t?t.toString():t}function C(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function R(e){return null==e}function A(e){let t=+!!e.startsWith("^"),r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}let P=Symbol("evaluating");function E(e,t,r){let i;Object.defineProperty(e,t,{get(){if(i!==P)return void 0===i&&(i=P,i=r()),i},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}function L(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function I(...e){let t={};for(let r of e)Object.assign(t,Object.getOwnPropertyDescriptors(r));return Object.defineProperties({},t)}function v(e){return JSON.stringify(e)}let k="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function j(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let T=C(()=>{if("u">typeof navigator&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return Function(""),!0}catch(e){return!1}});function q(e){if(!1===j(e))return!1;let t=e.constructor;if(void 0===t||"function"!=typeof t)return!0;let r=t.prototype;return!1!==j(r)&&!1!==Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")}function _(e){return q(e)?{...e}:Array.isArray(e)?[...e]:e}let D=new Set(["string","number","symbol"]),O=new Set(["string","number","bigint","boolean","symbol","undefined"]);function G(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function $(e,t,r){let i=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(i._zod.parent=e),i}function V(e){if(!e)return{};if("string"==typeof e)return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");e.error=e.message}return(delete e.message,"string"==typeof e.error)?{...e,error:()=>e.error}:e}function N(e){return"bigint"==typeof e?e.toString()+"n":"string"==typeof e?`"${e}"`:`${e}`}let z={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-0x80000000,0x7fffffff],uint32:[0,0xffffffff],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},M={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function w(e,t=0){if(!0===e.aborted)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function B(e,t){return t.map(t=>(t.path??(t.path=[]),t.path.unshift(e),t))}function U(e){return"string"==typeof e?e:e?.message}function x(e,t,r){let i={...e,path:e.path??[]};return e.message||(i.message=U(e.inst?._zod.def?.error?.(e))??U(t?.error?.(e))??U(r.customError?.(e))??U(r.localeError?.(e))??"Invalid input"),delete i.inst,delete i.continue,t?.reportInput||delete i.input,i}function W(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function F(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function H(...e){let[t,r,i]=e;return"string"==typeof t?{message:t,code:"custom",input:r,inst:i}:{...t}}let K=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,S,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},J=d("$ZodError",K),Y=d("$ZodError",K,{Parent:Error}),Z=e=>(t,r,i,s)=>{let a=i?Object.assign(i,{async:!1}):{async:!1},n=t._zod.run({value:r,issues:[]},a);if(n instanceof Promise)throw new u;if(n.issues.length){let t=new(s?.Err??e)(n.issues.map(e=>x(e,a,g())));throw k(t,s?.callee),t}return n.value},Q=Z(Y),X=e=>async(t,r,i,s)=>{let a=i?Object.assign(i,{async:!0}):{async:!0},n=t._zod.run({value:r,issues:[]},a);if(n instanceof Promise&&(n=await n),n.issues.length){let t=new(s?.Err??e)(n.issues.map(e=>x(e,a,g())));throw k(t,s?.callee),t}return n.value},ee=X(Y),et=e=>(t,r,i)=>{let s=i?{...i,async:!1}:{async:!1},a=t._zod.run({value:r,issues:[]},s);if(a instanceof Promise)throw new u;return a.issues.length?{success:!1,error:new(e??J)(a.issues.map(e=>x(e,s,g())))}:{success:!0,data:a.value}},er=et(Y),ei=e=>async(t,r,i)=>{let s=i?Object.assign(i,{async:!0}):{async:!0},a=t._zod.run({value:r,issues:[]},s);return a instanceof Promise&&(a=await a),a.issues.length?{success:!1,error:new e(a.issues.map(e=>x(e,s,g())))}:{success:!0,data:a.value}},es=ei(Y),ea=/^[cC][^\s-]{8,}$/,en=/^[0-9a-z]+$/,ep=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,eo=/^[0-9a-vA-V]{20}$/,ec=/^[A-Za-z0-9]{27}$/,em=/^[a-zA-Z0-9_-]{21}$/,el=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,ed=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,eu=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,ey=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,eh=ey(4),eg=ey(6),eb=ey(7),ef=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,eS=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,eC=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,eR=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,eA=eR,eP=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function eE(){return RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")}let eL=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,eI=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ev=e=>{let t=G(e??":");return RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},ek=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,ej=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,eT=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,eq=/^[A-Za-z0-9_-]*$/,e_=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,eD=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,eO=/^\+[1-9]\d{6,14}$/,eG="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",e$=RegExp(`^${eG}$`);function eV(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return"number"==typeof e.precision?-1===e.precision?`${t}`:0===e.precision?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function eN(e){return RegExp(`^${eV(e)}$`)}function ez(e){let t=eV({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let i=`${t}(?:${r.join("|")})`;return RegExp(`^${eG}T(?:${i})$`)}let eM=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return RegExp(`^${t}$`)},ew=/^-?\d+n?$/,eB=/^-?\d+$/,eU=/^-?\d+(?:\.\d+)?$/,ex=/^(?:true|false)$/i,eW=/^null$/i,eF=/^undefined$/i,eH=/^[^A-Z]*$/,eK=/^[^a-z]*$/,eJ=/^[0-9a-fA-F]*$/;function eY(e,t){return RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function eZ(e){return RegExp(`^[A-Za-z0-9_-]{${e}}$`)}let eQ=/^[0-9a-fA-F]{32}$/,eX=eY(22,"=="),e1=eZ(22),e0=/^[0-9a-fA-F]{40}$/,e2=eY(27,"="),e4=eZ(27),e5=/^[0-9a-fA-F]{64}$/,e6=eY(43,"="),e8=eZ(43),e3=/^[0-9a-fA-F]{96}$/,e9=eY(64,""),e7=eZ(64),te=/^[0-9a-fA-F]{128}$/,tt=eY(86,"=="),tr=eZ(86),ti=d("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),ts={number:"number",bigint:"bigint",object:"date"},ta=d("$ZodCheckLessThan",(e,t)=>{ti.init(e,t);let r=ts[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,i=(t.inclusive?r.maximum:r.exclusiveMaximum)??1/0;t.value<i&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value<=t.value:i.value<t.value)||i.issues.push({origin:r,code:"too_big",maximum:"object"==typeof t.value?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),tn=d("$ZodCheckGreaterThan",(e,t)=>{ti.init(e,t);let r=ts[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,i=(t.inclusive?r.minimum:r.exclusiveMinimum)??-1/0;t.value>i&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value>=t.value:i.value>t.value)||i.issues.push({origin:r,code:"too_small",minimum:"object"==typeof t.value?t.value.getTime():t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),tp=d("$ZodCheckMultipleOf",(e,t)=>{ti.init(e,t),e._zod.onattach.push(e=>{var r;(r=e._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw Error("Cannot mix number and bigint in multiple_of check.");("bigint"==typeof r.value?r.value%t.value===BigInt(0):0===function(e,t){let r=(e.toString().split(".")[1]||"").length,i=t.toString(),s=(i.split(".")[1]||"").length;if(0===s&&/\d?e-\d?/.test(i)){let e=i.match(/\d?e-(\d?)/);e?.[1]&&(s=Number.parseInt(e[1]))}let a=r>s?r:s;return Number.parseInt(e.toFixed(a).replace(".",""))%Number.parseInt(t.toFixed(a).replace(".",""))/10**a}(r.value,t.value))||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),to=d("$ZodCheckNumberFormat",(e,t)=>{ti.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),i=r?"int":"number",[s,a]=z[t.format];e._zod.onattach.push(e=>{let i=e._zod.bag;i.format=t.format,i.minimum=s,i.maximum=a,r&&(i.pattern=eB)}),e._zod.check=n=>{let p=n.value;if(r){if(!Number.isInteger(p))return void n.issues.push({expected:i,format:t.format,code:"invalid_type",continue:!1,input:p,inst:e});if(!Number.isSafeInteger(p))return void(p>0?n.issues.push({input:p,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort}):n.issues.push({input:p,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,inclusive:!0,continue:!t.abort}))}p<s&&n.issues.push({origin:"number",input:p,code:"too_small",minimum:s,inclusive:!0,inst:e,continue:!t.abort}),p>a&&n.issues.push({origin:"number",input:p,code:"too_big",maximum:a,inclusive:!0,inst:e,continue:!t.abort})}}),tc=d("$ZodCheckBigIntFormat",(e,t)=>{ti.init(e,t);let[r,i]=M[t.format];e._zod.onattach.push(e=>{let s=e._zod.bag;s.format=t.format,s.minimum=r,s.maximum=i}),e._zod.check=s=>{let a=s.value;a<r&&s.issues.push({origin:"bigint",input:a,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),a>i&&s.issues.push({origin:"bigint",input:a,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),tm=d("$ZodCheckMaxSize",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.size}),e._zod.onattach.push(e=>{let r=e._zod.bag.maximum??1/0;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{let i=r.value;i.size<=t.maximum||r.issues.push({origin:W(i),code:"too_big",maximum:t.maximum,inclusive:!0,input:i,inst:e,continue:!t.abort})}}),tl=d("$ZodCheckMinSize",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.size}),e._zod.onattach.push(e=>{let r=e._zod.bag.minimum??-1/0;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{let i=r.value;i.size>=t.minimum||r.issues.push({origin:W(i),code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}}),td=d("$ZodCheckSizeEquals",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.size}),e._zod.onattach.push(e=>{let r=e._zod.bag;r.minimum=t.size,r.maximum=t.size,r.size=t.size}),e._zod.check=r=>{let i=r.value,s=i.size;if(s===t.size)return;let a=s>t.size;r.issues.push({origin:W(i),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),tu=d("$ZodCheckMaxLength",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag.maximum??1/0;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{let i=r.value;if(i.length<=t.maximum)return;let s=F(i);r.issues.push({origin:s,code:"too_big",maximum:t.maximum,inclusive:!0,input:i,inst:e,continue:!t.abort})}}),ty=d("$ZodCheckMinLength",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag.minimum??-1/0;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{let i=r.value;if(i.length>=t.minimum)return;let s=F(i);r.issues.push({origin:s,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}}),th=d("$ZodCheckLengthEquals",(e,t)=>{var r;ti.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return!R(t)&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag;r.minimum=t.length,r.maximum=t.length,r.length=t.length}),e._zod.check=r=>{let i=r.value,s=i.length;if(s===t.length)return;let a=F(i),n=s>t.length;r.issues.push({origin:a,...n?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),tg=d("$ZodCheckStringFormat",(e,t)=>{var r,i;ti.init(e,t),e._zod.onattach.push(e=>{let r=e._zod.bag;r.format=t.format,t.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:t.format,input:r.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(i=e._zod).check??(i.check=()=>{})}),tb=d("$ZodCheckRegex",(e,t)=>{tg.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),tf=d("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=eH),tg.init(e,t)}),tS=d("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=eK),tg.init(e,t)}),tC=d("$ZodCheckIncludes",(e,t)=>{ti.init(e,t);let r=G(t.includes),i=new RegExp("number"==typeof t.position?`^.{${t.position}}${r}`:r);t.pattern=i,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(i)}),e._zod.check=r=>{r.value.includes(t.includes,t.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:r.value,inst:e,continue:!t.abort})}}),tR=d("$ZodCheckStartsWith",(e,t)=>{ti.init(e,t);let r=RegExp(`^${G(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),tA=d("$ZodCheckEndsWith",(e,t)=>{ti.init(e,t);let r=RegExp(`.*${G(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}});function tP(e,t,r){e.issues.length&&t.issues.push(...B(r,e.issues))}let tE=d("$ZodCheckProperty",(e,t)=>{ti.init(e,t),e._zod.check=e=>{let r=t.schema._zod.run({value:e.value[t.property],issues:[]},{});if(r instanceof Promise)return r.then(r=>tP(r,e,t.property));tP(r,e,t.property)}}),tL=d("$ZodCheckMimeType",(e,t)=>{ti.init(e,t);let r=new Set(t.mime);e._zod.onattach.push(e=>{e._zod.bag.mime=t.mime}),e._zod.check=i=>{r.has(i.value.type)||i.issues.push({code:"invalid_value",values:t.mime,input:i.value.type,inst:e,continue:!t.abort})}}),tI=d("$ZodCheckOverwrite",(e,t)=>{ti.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}});class tv{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if("function"==typeof e){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let t=e.split("\n").filter(e=>e),r=Math.min(...t.map(e=>e.length-e.trimStart().length));for(let e of t.map(e=>e.slice(r)).map(e=>" ".repeat(2*this.indent)+e))this.content.push(e)}compile(){return Function(...this?.args,[...(this?.content??[""]).map(e=>` ${e}`)].join("\n"))}}let tk={major:4,minor:3,patch:6},tj=d("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=tk;let i=[...e._zod.def.checks??[]];for(let t of(e._zod.traits.has("$ZodCheck")&&i.unshift(e),i))for(let r of t._zod.onattach)r(e);if(0===i.length)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(e,t,r)=>{let i,s=w(e);for(let a of t){if(a._zod.def.when){if(!a._zod.def.when(e))continue}else if(s)continue;let t=e.issues.length,n=a._zod.check(e);if(n instanceof Promise&&r?.async===!1)throw new u;if(i||n instanceof Promise)i=(i??Promise.resolve()).then(async()=>{await n,e.issues.length!==t&&(s||(s=w(e,t)))});else{if(e.issues.length===t)continue;s||(s=w(e,t))}}return i?i.then(()=>e):e},r=(r,s,a)=>{if(w(r))return r.aborted=!0,r;let n=t(s,i,a);if(n instanceof Promise){if(!1===a.async)throw new u;return n.then(t=>e._zod.parse(t,a))}return e._zod.parse(n,a)};e._zod.run=(s,a)=>{if(a.skipChecks)return e._zod.parse(s,a);if("backward"===a.direction){let t=e._zod.parse({value:s.value,issues:[]},{...a,skipChecks:!0});return t instanceof Promise?t.then(e=>r(e,s,a)):r(t,s,a)}let n=e._zod.parse(s,a);if(n instanceof Promise){if(!1===a.async)throw new u;return n.then(e=>t(e,i,a))}return t(n,i,a)}}E(e,"~standard",()=>({validate:t=>{try{let r=er(e,t);return r.success?{value:r.data}:{issues:r.error?.issues}}catch(r){return es(e,t).then(e=>e.success?{value:e.data}:{issues:e.error?.issues})}},vendor:"zod",version:1}))}),tT=d("$ZodString",(e,t)=>{tj.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??eM(e._zod.bag),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=String(r.value)}catch(e){}return"string"==typeof r.value||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),tq=d("$ZodStringFormat",(e,t)=>{tg.init(e,t),tT.init(e,t)}),t_=d("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=eu),tq.init(e,t)}),tD=d("$ZodUUID",(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(void 0===e)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=ey(e))}else t.pattern??(t.pattern=ey());tq.init(e,t)}),tO=d("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=ef),tq.init(e,t)}),tG=d("$ZodURL",(e,t)=>{tq.init(e,t),e._zod.check=r=>{try{let i=r.value.trim(),s=new URL(i);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(s.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(s.protocol.endsWith(":")?s.protocol.slice(0,-1):s.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=s.href:r.value=i;return}catch(i){r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),t$=d("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=eE()),tq.init(e,t)}),tV=d("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=em),tq.init(e,t)}),tN=d("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=ea),tq.init(e,t)}),tz=d("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=en),tq.init(e,t)}),tM=d("$ZodULID",(e,t)=>{t.pattern??(t.pattern=ep),tq.init(e,t)}),tw=d("$ZodXID",(e,t)=>{t.pattern??(t.pattern=eo),tq.init(e,t)}),tB=d("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=ec),tq.init(e,t)}),tU=d("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=ez(t)),tq.init(e,t)}),tx=d("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=e$),tq.init(e,t)}),tW=d("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=eN(t)),tq.init(e,t)}),tF=d("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=el),tq.init(e,t)}),tH=d("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=eL),tq.init(e,t),e._zod.bag.format="ipv4"}),tK=d("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=eI),tq.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),tJ=d("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=ev(t.delimiter)),tq.init(e,t),e._zod.bag.format="mac"}),tY=d("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=ek),tq.init(e,t)}),tZ=d("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=ej),tq.init(e,t),e._zod.check=r=>{let i=r.value.split("/");try{if(2!==i.length)throw Error();let[e,t]=i;if(!t)throw Error();let r=Number(t);if(`${r}`!==t||r<0||r>128)throw Error();new URL(`http://[${e}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function tQ(e){if(""===e)return!0;if(e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}let tX=d("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=eT),tq.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{tQ(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}}),t1=d("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=eq),tq.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{!function(e){if(!eq.test(e))return!1;let t=e.replace(/[-_]/g,e=>"-"===e?"+":"/");return tQ(t.padEnd(4*Math.ceil(t.length/4),"="))}(r.value)&&r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),t0=d("$ZodE164",(e,t)=>{t.pattern??(t.pattern=eO),tq.init(e,t)}),t2=d("$ZodJWT",(e,t)=>{tq.init(e,t),e._zod.check=r=>{!function(e,t=null){try{let r=e.split(".");if(3!==r.length)return!1;let[i]=r;if(!i)return!1;let s=JSON.parse(atob(i));if("typ"in s&&s?.typ!=="JWT"||!s.alg||t&&(!("alg"in s)||s.alg!==t))return!1;return!0}catch{return!1}}(r.value,t.alg)&&r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),t4=d("$ZodCustomStringFormat",(e,t)=>{tq.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),t5=d("$ZodNumber",(e,t)=>{tj.init(e,t),e._zod.pattern=e._zod.bag.pattern??eU,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=Number(r.value)}catch(e){}let s=r.value;if("number"==typeof s&&!Number.isNaN(s)&&Number.isFinite(s))return r;let a="number"==typeof s?Number.isNaN(s)?"NaN":Number.isFinite(s)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:s,inst:e,...a?{received:a}:{}}),r}}),t6=d("$ZodNumberFormat",(e,t)=>{to.init(e,t),t5.init(e,t)}),t8=d("$ZodBoolean",(e,t)=>{tj.init(e,t),e._zod.pattern=ex,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=!!r.value}catch(e){}let s=r.value;return"boolean"==typeof s||r.issues.push({expected:"boolean",code:"invalid_type",input:s,inst:e}),r}}),t3=d("$ZodBigInt",(e,t)=>{tj.init(e,t),e._zod.pattern=ew,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch(e){}return"bigint"==typeof r.value||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),t9=d("$ZodBigIntFormat",(e,t)=>{tc.init(e,t),t3.init(e,t)}),t7=d("$ZodSymbol",(e,t)=>{tj.init(e,t),e._zod.parse=(t,r)=>{let i=t.value;return"symbol"==typeof i||t.issues.push({expected:"symbol",code:"invalid_type",input:i,inst:e}),t}}),re=d("$ZodUndefined",(e,t)=>{tj.init(e,t),e._zod.pattern=eF,e._zod.values=new Set([void 0]),e._zod.optin="optional",e._zod.optout="optional",e._zod.parse=(t,r)=>{let i=t.value;return void 0===i||t.issues.push({expected:"undefined",code:"invalid_type",input:i,inst:e}),t}}),rt=d("$ZodNull",(e,t)=>{tj.init(e,t),e._zod.pattern=eW,e._zod.values=new Set([null]),e._zod.parse=(t,r)=>{let i=t.value;return null===i||t.issues.push({expected:"null",code:"invalid_type",input:i,inst:e}),t}}),rr=d("$ZodAny",(e,t)=>{tj.init(e,t),e._zod.parse=e=>e}),ri=d("$ZodUnknown",(e,t)=>{tj.init(e,t),e._zod.parse=e=>e}),rs=d("$ZodNever",(e,t)=>{tj.init(e,t),e._zod.parse=(t,r)=>(t.issues.push({expected:"never",code:"invalid_type",input:t.value,inst:e}),t)}),ra=d("$ZodVoid",(e,t)=>{tj.init(e,t),e._zod.parse=(t,r)=>{let i=t.value;return void 0===i||t.issues.push({expected:"void",code:"invalid_type",input:i,inst:e}),t}}),rn=d("$ZodDate",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=new Date(r.value)}catch(e){}let s=r.value,a=s instanceof Date;return a&&!Number.isNaN(s.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:s,...a?{received:"Invalid Date"}:{},inst:e}),r}});function rp(e,t,r){e.issues.length&&t.issues.push(...B(r,e.issues)),t.value[r]=e.value}let ro=d("$ZodArray",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{let s=r.value;if(!Array.isArray(s))return r.issues.push({expected:"array",code:"invalid_type",input:s,inst:e}),r;r.value=Array(s.length);let a=[];for(let e=0;e<s.length;e++){let n=s[e],p=t.element._zod.run({value:n,issues:[]},i);p instanceof Promise?a.push(p.then(t=>rp(t,r,e))):rp(p,r,e)}return a.length?Promise.all(a).then(()=>r):r}});function rc(e,t,r,i,s){if(e.issues.length){if(s&&!(r in i))return;t.issues.push(...B(r,e.issues))}void 0===e.value?r in i&&(t.value[r]=void 0):t.value[r]=e.value}function rm(e){var t;let r=Object.keys(e.shape);for(let t of r)if(!e.shape?.[t]?._zod?.traits?.has("$ZodType"))throw Error(`Invalid element at key "${t}": expected a Zod schema`);let i=Object.keys(t=e.shape).filter(e=>"optional"===t[e]._zod.optin&&"optional"===t[e]._zod.optout);return{...e,keys:r,keySet:new Set(r),numKeys:r.length,optionalKeys:new Set(i)}}function rl(e,t,r,i,s,a){let n=[],p=s.keySet,o=s.catchall._zod,c=o.def.type,m="optional"===o.optout;for(let s in t){if(p.has(s))continue;if("never"===c){n.push(s);continue}let a=o.run({value:t[s],issues:[]},i);a instanceof Promise?e.push(a.then(e=>rc(e,r,s,t,m))):rc(a,r,s,t,m)}return(n.length&&r.issues.push({code:"unrecognized_keys",keys:n,input:t,inst:a}),e.length)?Promise.all(e).then(()=>r):r}let rd=d("$ZodObject",(e,t)=>{let r;tj.init(e,t);let i=Object.getOwnPropertyDescriptor(t,"shape");if(!i?.get){let e=t.shape;Object.defineProperty(t,"shape",{get:()=>{let r={...e};return Object.defineProperty(t,"shape",{value:r}),r}})}let s=C(()=>rm(t));E(e._zod,"propValues",()=>{let e=t.shape,r={};for(let t in e){let i=e[t]._zod;if(i.values)for(let e of(r[t]??(r[t]=new Set),i.values))r[t].add(e)}return r});let a=t.catchall;e._zod.parse=(t,i)=>{r??(r=s.value);let n=t.value;if(!j(n))return t.issues.push({expected:"object",code:"invalid_type",input:n,inst:e}),t;t.value={};let p=[],o=r.shape;for(let e of r.keys){let r=o[e],s="optional"===r._zod.optout,a=r._zod.run({value:n[e],issues:[]},i);a instanceof Promise?p.push(a.then(r=>rc(r,t,e,n,s))):rc(a,t,e,n,s)}return a?rl(p,n,t,i,s.value,e):p.length?Promise.all(p).then(()=>t):t}}),ru=d("$ZodObjectJIT",(e,t)=>{let r,i;rd.init(e,t);let s=e._zod.parse,a=C(()=>rm(t)),n=!h.jitless,p=n&&T.value,o=t.catchall;e._zod.parse=(c,m)=>{i??(i=a.value);let l=c.value;return j(l)?n&&p&&m?.async===!1&&!0!==m.jitless?(r||(r=(e=>{let t=new tv(["shape","payload","ctx"]),r=a.value,i=e=>{let t=v(e);return`shape[${t}]._zod.run({ value: input[${t}], issues: [] }, ctx)`};t.write("const input = payload.value;");let s=Object.create(null),n=0;for(let e of r.keys)s[e]=`key_${n++}`;for(let a of(t.write("const newResult = {};"),r.keys)){let r=s[a],n=v(a),p=e[a],o=p?._zod?.optout==="optional";t.write(`const ${r} = ${i(a)};`),o?t.write(`
2
+ if (${r}.issues.length) {
3
+ if (${n} in input) {
4
+ payload.issues = payload.issues.concat(${r}.issues.map(iss => ({
5
+ ...iss,
6
+ path: iss.path ? [${n}, ...iss.path] : [${n}]
7
+ })));
8
+ }
9
+ }
10
+
11
+ if (${r}.value === undefined) {
12
+ if (${n} in input) {
13
+ newResult[${n}] = undefined;
14
+ }
15
+ } else {
16
+ newResult[${n}] = ${r}.value;
17
+ }
18
+
19
+ `):t.write(`
20
+ if (${r}.issues.length) {
21
+ payload.issues = payload.issues.concat(${r}.issues.map(iss => ({
22
+ ...iss,
23
+ path: iss.path ? [${n}, ...iss.path] : [${n}]
24
+ })));
25
+ }
26
+
27
+ if (${r}.value === undefined) {
28
+ if (${n} in input) {
29
+ newResult[${n}] = undefined;
30
+ }
31
+ } else {
32
+ newResult[${n}] = ${r}.value;
33
+ }
34
+
35
+ `)}t.write("payload.value = newResult;"),t.write("return payload;");let p=t.compile();return(t,r)=>p(e,t,r)})(t.shape)),c=r(c,m),o)?rl([],l,c,m,i,e):c:s(c,m):(c.issues.push({expected:"object",code:"invalid_type",input:l,inst:e}),c)}});function ry(e,t,r,i){for(let r of e)if(0===r.issues.length)return t.value=r.value,t;let s=e.filter(e=>!w(e));return 1===s.length?(t.value=s[0].value,s[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(e=>e.issues.map(e=>x(e,i,g())))}),t)}let rh=d("$ZodUnion",(e,t)=>{tj.init(e,t),E(e._zod,"optin",()=>t.options.some(e=>"optional"===e._zod.optin)?"optional":void 0),E(e._zod,"optout",()=>t.options.some(e=>"optional"===e._zod.optout)?"optional":void 0),E(e._zod,"values",()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),E(e._zod,"pattern",()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>A(e.source)).join("|")})$`)}});let r=1===t.options.length,i=t.options[0]._zod.run;e._zod.parse=(s,a)=>{if(r)return i(s,a);let n=!1,p=[];for(let e of t.options){let t=e._zod.run({value:s.value,issues:[]},a);if(t instanceof Promise)p.push(t),n=!0;else{if(0===t.issues.length)return t;p.push(t)}}return n?Promise.all(p).then(t=>ry(t,s,e,a)):ry(p,s,e,a)}});function rg(e,t,r,i){let s=e.filter(e=>0===e.issues.length);return 1===s.length?t.value=s[0].value:0===s.length?t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(e=>e.issues.map(e=>x(e,i,g())))}):t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:[],inclusive:!1}),t}let rb=d("$ZodXor",(e,t)=>{rh.init(e,t),t.inclusive=!1;let r=1===t.options.length,i=t.options[0]._zod.run;e._zod.parse=(s,a)=>{if(r)return i(s,a);let n=!1,p=[];for(let e of t.options){let t=e._zod.run({value:s.value,issues:[]},a);t instanceof Promise?(p.push(t),n=!0):p.push(t)}return n?Promise.all(p).then(t=>rg(t,s,e,a)):rg(p,s,e,a)}}),rf=d("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,rh.init(e,t);let r=e._zod.parse;E(e._zod,"propValues",()=>{let e={};for(let r of t.options){let i=r._zod.propValues;if(!i||0===Object.keys(i).length)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(r)}"`);for(let[t,r]of Object.entries(i))for(let i of(e[t]||(e[t]=new Set),r))e[t].add(i)}return e});let i=C(()=>{let e=t.options,r=new Map;for(let i of e){let e=i._zod.propValues?.[t.discriminator];if(!e||0===e.size)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let t of e){if(r.has(t))throw Error(`Duplicate discriminator value "${String(t)}"`);r.set(t,i)}}return r});e._zod.parse=(s,a)=>{let n=s.value;if(!j(n))return s.issues.push({code:"invalid_type",expected:"object",input:n,inst:e}),s;let p=i.value.get(n?.[t.discriminator]);return p?p._zod.run(s,a):t.unionFallback?r(s,a):(s.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:n,path:[t.discriminator],inst:e}),s)}}),rS=d("$ZodIntersection",(e,t)=>{tj.init(e,t),e._zod.parse=(e,r)=>{let i=e.value,s=t.left._zod.run({value:i,issues:[]},r),a=t.right._zod.run({value:i,issues:[]},r);return s instanceof Promise||a instanceof Promise?Promise.all([s,a]).then(([t,r])=>rC(e,t,r)):rC(e,s,a)}});function rC(e,t,r){let i,s=new Map;for(let r of t.issues)if("unrecognized_keys"===r.code)for(let e of(i??(i=r),r.keys))s.has(e)||s.set(e,{}),s.get(e).l=!0;else e.issues.push(r);for(let t of r.issues)if("unrecognized_keys"===t.code)for(let e of t.keys)s.has(e)||s.set(e,{}),s.get(e).r=!0;else e.issues.push(t);let a=[...s].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(a.length&&i&&e.issues.push({...i,keys:a}),w(e))return e;let n=function e(t,r){if(t===r||t instanceof Date&&r instanceof Date&&+t==+r)return{valid:!0,data:t};if(q(t)&&q(r)){let i=Object.keys(r),s=Object.keys(t).filter(e=>-1!==i.indexOf(e)),a={...t,...r};for(let i of s){let s=e(t[i],r[i]);if(!s.valid)return{valid:!1,mergeErrorPath:[i,...s.mergeErrorPath]};a[i]=s.data}return{valid:!0,data:a}}if(Array.isArray(t)&&Array.isArray(r)){if(t.length!==r.length)return{valid:!1,mergeErrorPath:[]};let i=[];for(let s=0;s<t.length;s++){let a=e(t[s],r[s]);if(!a.valid)return{valid:!1,mergeErrorPath:[s,...a.mergeErrorPath]};i.push(a.data)}return{valid:!0,data:i}}return{valid:!1,mergeErrorPath:[]}}(t.value,r.value);if(!n.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return e.value=n.data,e}let rR=d("$ZodTuple",(e,t)=>{tj.init(e,t);let r=t.items;e._zod.parse=(i,s)=>{let a=i.value;if(!Array.isArray(a))return i.issues.push({input:a,inst:e,expected:"tuple",code:"invalid_type"}),i;i.value=[];let n=[],p=[...r].reverse().findIndex(e=>"optional"!==e._zod.optin),o=-1===p?0:r.length-p;if(!t.rest){let t=a.length>r.length,s=a.length<o-1;if(t||s)return i.issues.push({...t?{code:"too_big",maximum:r.length,inclusive:!0}:{code:"too_small",minimum:r.length},input:a,inst:e,origin:"array"}),i}let c=-1;for(let e of r){if(++c>=a.length&&c>=o)continue;let t=e._zod.run({value:a[c],issues:[]},s);t instanceof Promise?n.push(t.then(e=>rA(e,i,c))):rA(t,i,c)}if(t.rest)for(let e of a.slice(r.length)){c++;let r=t.rest._zod.run({value:e,issues:[]},s);r instanceof Promise?n.push(r.then(e=>rA(e,i,c))):rA(r,i,c)}return n.length?Promise.all(n).then(()=>i):i}});function rA(e,t,r){e.issues.length&&t.issues.push(...B(r,e.issues)),t.value[r]=e.value}let rP=d("$ZodRecord",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{let s=r.value;if(!q(s))return r.issues.push({expected:"record",code:"invalid_type",input:s,inst:e}),r;let a=[],n=t.keyType._zod.values;if(n){let p;r.value={};let o=new Set;for(let e of n)if("string"==typeof e||"number"==typeof e||"symbol"==typeof e){o.add("number"==typeof e?e.toString():e);let n=t.valueType._zod.run({value:s[e],issues:[]},i);n instanceof Promise?a.push(n.then(t=>{t.issues.length&&r.issues.push(...B(e,t.issues)),r.value[e]=t.value})):(n.issues.length&&r.issues.push(...B(e,n.issues)),r.value[e]=n.value)}for(let e in s)o.has(e)||(p=p??[]).push(e);p&&p.length>0&&r.issues.push({code:"unrecognized_keys",input:s,inst:e,keys:p})}else for(let n of(r.value={},Reflect.ownKeys(s))){if("__proto__"===n)continue;let p=t.keyType._zod.run({value:n,issues:[]},i);if(p instanceof Promise)throw Error("Async schemas not supported in object keys currently");if("string"==typeof n&&eU.test(n)&&p.issues.length){let e=t.keyType._zod.run({value:Number(n),issues:[]},i);if(e instanceof Promise)throw Error("Async schemas not supported in object keys currently");0===e.issues.length&&(p=e)}if(p.issues.length){"loose"===t.mode?r.value[n]=s[n]:r.issues.push({code:"invalid_key",origin:"record",issues:p.issues.map(e=>x(e,i,g())),input:n,path:[n],inst:e});continue}let o=t.valueType._zod.run({value:s[n],issues:[]},i);o instanceof Promise?a.push(o.then(e=>{e.issues.length&&r.issues.push(...B(n,e.issues)),r.value[p.value]=e.value})):(o.issues.length&&r.issues.push(...B(n,o.issues)),r.value[p.value]=o.value)}return a.length?Promise.all(a).then(()=>r):r}}),rE=d("$ZodMap",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{let s=r.value;if(!(s instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:s,inst:e}),r;let a=[];for(let[n,p]of(r.value=new Map,s)){let o=t.keyType._zod.run({value:n,issues:[]},i),c=t.valueType._zod.run({value:p,issues:[]},i);o instanceof Promise||c instanceof Promise?a.push(Promise.all([o,c]).then(([t,a])=>{rL(t,a,r,n,s,e,i)})):rL(o,c,r,n,s,e,i)}return a.length?Promise.all(a).then(()=>r):r}});function rL(e,t,r,i,s,a,n){e.issues.length&&(D.has(typeof i)?r.issues.push(...B(i,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:s,inst:a,issues:e.issues.map(e=>x(e,n,g()))})),t.issues.length&&(D.has(typeof i)?r.issues.push(...B(i,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:s,inst:a,key:i,issues:t.issues.map(e=>x(e,n,g()))})),r.value.set(e.value,t.value)}let rI=d("$ZodSet",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{let s=r.value;if(!(s instanceof Set))return r.issues.push({input:s,inst:e,expected:"set",code:"invalid_type"}),r;let a=[];for(let e of(r.value=new Set,s)){let s=t.valueType._zod.run({value:e,issues:[]},i);s instanceof Promise?a.push(s.then(e=>rv(e,r))):rv(s,r)}return a.length?Promise.all(a).then(()=>r):r}});function rv(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}let rk=d("$ZodEnum",(e,t)=>{tj.init(e,t);let r=b(t.entries),i=new Set(r);e._zod.values=i,e._zod.pattern=RegExp(`^(${r.filter(e=>D.has(typeof e)).map(e=>"string"==typeof e?G(e):e.toString()).join("|")})$`),e._zod.parse=(t,s)=>{let a=t.value;return i.has(a)||t.issues.push({code:"invalid_value",values:r,input:a,inst:e}),t}}),rj=d("$ZodLiteral",(e,t)=>{if(tj.init(e,t),0===t.values.length)throw Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=RegExp(`^(${t.values.map(e=>"string"==typeof e?G(e):e?G(e.toString()):String(e)).join("|")})$`),e._zod.parse=(i,s)=>{let a=i.value;return r.has(a)||i.issues.push({code:"invalid_value",values:t.values,input:a,inst:e}),i}}),rT=d("$ZodFile",(e,t)=>{tj.init(e,t),e._zod.parse=(t,r)=>{let i=t.value;return i instanceof File||t.issues.push({expected:"file",code:"invalid_type",input:i,inst:e}),t}}),rq=d("$ZodTransform",(e,t)=>{tj.init(e,t),e._zod.parse=(r,i)=>{if("backward"===i.direction)throw new y(e.constructor.name);let s=t.transform(r.value,r);if(i.async)return(s instanceof Promise?s:Promise.resolve(s)).then(e=>(r.value=e,r));if(s instanceof Promise)throw new u;return r.value=s,r}});function r_(e,t){return e.issues.length&&void 0===t?{issues:[],value:void 0}:e}let rD=d("$ZodOptional",(e,t)=>{tj.init(e,t),e._zod.optin="optional",e._zod.optout="optional",E(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),E(e._zod,"pattern",()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${A(e.source)})?$`):void 0}),e._zod.parse=(e,r)=>{if("optional"===t.innerType._zod.optin){let i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(t=>r_(t,e.value)):r_(i,e.value)}return void 0===e.value?e:t.innerType._zod.run(e,r)}}),rO=d("$ZodExactOptional",(e,t)=>{rD.init(e,t),E(e._zod,"values",()=>t.innerType._zod.values),E(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(e,r)=>t.innerType._zod.run(e,r)}),rG=d("$ZodNullable",(e,t)=>{tj.init(e,t),E(e._zod,"optin",()=>t.innerType._zod.optin),E(e._zod,"optout",()=>t.innerType._zod.optout),E(e._zod,"pattern",()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${A(e.source)}|null)$`):void 0}),E(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,r)=>null===e.value?e:t.innerType._zod.run(e,r)}),r$=d("$ZodDefault",(e,t)=>{tj.init(e,t),e._zod.optin="optional",E(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);if(void 0===e.value)return e.value=t.defaultValue,e;let i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(e=>rV(e,t)):rV(i,t)}});function rV(e,t){return void 0===e.value&&(e.value=t.defaultValue),e}let rN=d("$ZodPrefault",(e,t)=>{tj.init(e,t),e._zod.optin="optional",E(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>("backward"===r.direction||void 0===e.value&&(e.value=t.defaultValue),t.innerType._zod.run(e,r))}),rz=d("$ZodNonOptional",(e,t)=>{tj.init(e,t),E(e._zod,"values",()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>void 0!==e)):void 0}),e._zod.parse=(r,i)=>{let s=t.innerType._zod.run(r,i);return s instanceof Promise?s.then(t=>rM(t,e)):rM(s,e)}});function rM(e,t){return e.issues.length||void 0!==e.value||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}let rw=d("$ZodSuccess",(e,t)=>{tj.init(e,t),e._zod.parse=(e,r)=>{if("backward"===r.direction)throw new y("ZodSuccess");let i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(t=>(e.value=0===t.issues.length,e)):(e.value=0===i.issues.length,e)}}),rB=d("$ZodCatch",(e,t)=>{tj.init(e,t),E(e._zod,"optin",()=>t.innerType._zod.optin),E(e._zod,"optout",()=>t.innerType._zod.optout),E(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(i=>(e.value=i.value,i.issues.length&&(e.value=t.catchValue({...e,error:{issues:i.issues.map(e=>x(e,r,g()))},input:e.value}),e.issues=[]),e)):(e.value=i.value,i.issues.length&&(e.value=t.catchValue({...e,error:{issues:i.issues.map(e=>x(e,r,g()))},input:e.value}),e.issues=[]),e)}}),rU=d("$ZodNaN",(e,t)=>{tj.init(e,t),e._zod.parse=(t,r)=>("number"==typeof t.value&&Number.isNaN(t.value)||t.issues.push({input:t.value,inst:e,expected:"nan",code:"invalid_type"}),t)}),rx=d("$ZodPipe",(e,t)=>{tj.init(e,t),E(e._zod,"values",()=>t.in._zod.values),E(e._zod,"optin",()=>t.in._zod.optin),E(e._zod,"optout",()=>t.out._zod.optout),E(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(e,r)=>{if("backward"===r.direction){let i=t.out._zod.run(e,r);return i instanceof Promise?i.then(e=>rW(e,t.in,r)):rW(i,t.in,r)}let i=t.in._zod.run(e,r);return i instanceof Promise?i.then(e=>rW(e,t.out,r)):rW(i,t.out,r)}});function rW(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}let rF=d("$ZodCodec",(e,t)=>{tj.init(e,t),E(e._zod,"values",()=>t.in._zod.values),E(e._zod,"optin",()=>t.in._zod.optin),E(e._zod,"optout",()=>t.out._zod.optout),E(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(e,r)=>{if("forward"===(r.direction||"forward")){let i=t.in._zod.run(e,r);return i instanceof Promise?i.then(e=>rH(e,t,r)):rH(i,t,r)}{let i=t.out._zod.run(e,r);return i instanceof Promise?i.then(e=>rH(e,t,r)):rH(i,t,r)}}});function rH(e,t,r){if(e.issues.length)return e.aborted=!0,e;if("forward"===(r.direction||"forward")){let i=t.transform(e.value,e);return i instanceof Promise?i.then(i=>rK(e,i,t.out,r)):rK(e,i,t.out,r)}{let i=t.reverseTransform(e.value,e);return i instanceof Promise?i.then(i=>rK(e,i,t.in,r)):rK(e,i,t.in,r)}}function rK(e,t,r,i){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},i)}let rJ=d("$ZodReadonly",(e,t)=>{tj.init(e,t),E(e._zod,"propValues",()=>t.innerType._zod.propValues),E(e._zod,"values",()=>t.innerType._zod.values),E(e._zod,"optin",()=>t.innerType?._zod?.optin),E(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(rY):rY(i)}});function rY(e){return e.value=Object.freeze(e.value),e}let rZ=d("$ZodTemplateLiteral",(e,t)=>{tj.init(e,t);let r=[];for(let e of t.parts)if("object"==typeof e&&null!==e){if(!e._zod.pattern)throw Error(`Invalid template literal part, no pattern found: ${[...e._zod.traits].shift()}`);let t=e._zod.pattern instanceof RegExp?e._zod.pattern.source:e._zod.pattern;if(!t)throw Error(`Invalid template literal part: ${e._zod.traits}`);let i=+!!t.startsWith("^"),s=t.endsWith("$")?t.length-1:t.length;r.push(t.slice(i,s))}else if(null===e||O.has(typeof e))r.push(G(`${e}`));else throw Error(`Invalid template literal part: ${e}`);e._zod.pattern=RegExp(`^${r.join("")}$`),e._zod.parse=(r,i)=>("string"!=typeof r.value?r.issues.push({input:r.value,inst:e,expected:"string",code:"invalid_type"}):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(r.value)||r.issues.push({input:r.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source})),r)}),rQ=d("$ZodFunction",(e,t)=>(tj.init(e,t),e._def=t,e._zod.def=t,e.implement=t=>{if("function"!=typeof t)throw Error("implement() must be called with a function");return function(...r){let i=Reflect.apply(t,this,e._def.input?Q(e._def.input,r):r);return e._def.output?Q(e._def.output,i):i}},e.implementAsync=t=>{if("function"!=typeof t)throw Error("implementAsync() must be called with a function");return async function(...r){let i=e._def.input?await ee(e._def.input,r):r,s=await Reflect.apply(t,this,i);return e._def.output?await ee(e._def.output,s):s}},e._zod.parse=(t,r)=>("function"!=typeof t.value?t.issues.push({code:"invalid_type",expected:"function",input:t.value,inst:e}):e._def.output&&"promise"===e._def.output._zod.def.type?t.value=e.implementAsync(t.value):t.value=e.implement(t.value),t),e.input=(...t)=>{let r=e.constructor;return new r(Array.isArray(t[0])?{type:"function",input:new rR({type:"tuple",items:t[0],rest:t[1]}),output:e._def.output}:{type:"function",input:t[0],output:e._def.output})},e.output=t=>new e.constructor({type:"function",input:e._def.input,output:t}),e)),rX=d("$ZodPromise",(e,t)=>{tj.init(e,t),e._zod.parse=(e,r)=>Promise.resolve(e.value).then(e=>t.innerType._zod.run({value:e,issues:[]},r))}),r1=d("$ZodLazy",(e,t)=>{tj.init(e,t),E(e._zod,"innerType",()=>t.getter()),E(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),E(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),E(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),E(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(t,r)=>e._zod.innerType._zod.run(t,r)}),r0=d("$ZodCustom",(e,t)=>{ti.init(e,t),tj.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=r=>{let i=r.value,s=t.fn(i);if(s instanceof Promise)return s.then(t=>r2(t,r,i,e));r2(s,r,i,e)}});function r2(e,t,r,i){if(!e){let e={code:"custom",input:r,inst:i,path:[...i._zod.def.path??[]],continue:!i._zod.def.abort};i._zod.def.params&&(e.params=i._zod.def.params),t.issues.push(H(e))}}Symbol("ZodOutput"),Symbol("ZodInput");(n=globalThis).__zod_globalRegistry??(n.__zod_globalRegistry=new class e{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let r=t[0];return this._map.set(e,r),r&&"object"==typeof r&&"id"in r&&this._idmap.set(r.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&"object"==typeof t&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let r={...this.get(t)??{}};delete r.id;let i={...r,...this._map.get(e)};return Object.keys(i).length?i:void 0}return this._map.get(e)}has(e){return this._map.has(e)}});let r4=globalThis.__zod_globalRegistry;function r5(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...V(t)})}function r6(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...V(t)})}function r8(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...V(t)})}function r3(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...V(t)})}function r9(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...V(t)})}function r7(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...V(t)})}function ie(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...V(t)})}function it(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...V(t)})}function ir(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...V(t)})}function ii(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...V(t)})}function is(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...V(t)})}function ia(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...V(t)})}function ip(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...V(t)})}function io(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...V(t)})}function ic(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...V(t)})}function im(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...V(t)})}function il(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...V(t)})}function id(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...V(t)})}function iu(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...V(t)})}function iy(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...V(t)})}function ih(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...V(t)})}function ig(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...V(t)})}function ib(e,t){return new ta({check:"less_than",...V(t),value:e,inclusive:!1})}function iS(e,t){return new ta({check:"less_than",...V(t),value:e,inclusive:!0})}function iC(e,t){return new tn({check:"greater_than",...V(t),value:e,inclusive:!1})}function iR(e,t){return new tn({check:"greater_than",...V(t),value:e,inclusive:!0})}function iA(e){return iC(0,e)}function iP(e){return ib(0,e)}function iE(e){return iS(0,e)}function iL(e){return iR(0,e)}function iI(e,t){return new tp({check:"multiple_of",...V(t),value:e})}function iv(e,t){return new tm({check:"max_size",...V(t),maximum:e})}function ik(e,t){return new tl({check:"min_size",...V(t),minimum:e})}function ij(e,t){return new td({check:"size_equals",...V(t),size:e})}function iT(e,t){return new tu({check:"max_length",...V(t),maximum:e})}function iq(e,t){return new ty({check:"min_length",...V(t),minimum:e})}function i_(e,t){return new th({check:"length_equals",...V(t),length:e})}function iD(e,t){return new tb({check:"string_format",format:"regex",...V(t),pattern:e})}function iO(e){return new tf({check:"string_format",format:"lowercase",...V(e)})}function iG(e){return new tS({check:"string_format",format:"uppercase",...V(e)})}function i$(e,t){return new tC({check:"string_format",format:"includes",...V(t),includes:e})}function iV(e,t){return new tR({check:"string_format",format:"starts_with",...V(t),prefix:e})}function iN(e,t){return new tA({check:"string_format",format:"ends_with",...V(t),suffix:e})}function iz(e,t,r){return new tE({check:"property",property:e,schema:t,...V(r)})}function iM(e,t){return new tL({check:"mime_type",mime:e,...V(t)})}function iw(e){return new tI({check:"overwrite",tx:e})}function iB(e){return iw(t=>t.normalize(e))}function iU(){return iw(e=>e.trim())}function ix(){return iw(e=>e.toLowerCase())}function iW(){return iw(e=>e.toUpperCase())}function iF(){return iw(e=>e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,""))}function iH(e,t,r,i={}){let s=V(i),a={...V(i),check:"string_format",type:"string",format:t,fn:"function"==typeof r?r:e=>r.test(e),...s};return r instanceof RegExp&&(a.pattern=r),new e(a)}function iK(e){let t=e?.target??"draft-2020-12";return"draft-4"===t&&(t="draft-04"),"draft-7"===t&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??r4,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function iJ(e,t,r={path:[],schemaPath:[]}){var i;let s=e._zod.def,a=t.seen.get(e);if(a)return a.count++,r.schemaPath.includes(e)&&(a.cycle=r.path),a.schema;let n={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,n);let p=e._zod.toJSONSchema?.();if(p)n.schema=p;else{let i={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,n.schema,i);else{let r=n.schema,a=t.processors[s.type];if(!a)throw Error(`[toJSONSchema]: Non-representable type encountered: ${s.type}`);a(e,t,r,i)}let a=e._zod.parent;a&&(n.ref||(n.ref=a),iJ(a,t,i),t.seen.get(a).isParent=!0)}let o=t.metadataRegistry.get(e);return o&&Object.assign(n.schema,o),"input"===t.io&&function e(t,r){let i=r??{seen:new Set};if(i.seen.has(t))return!1;i.seen.add(t);let s=t._zod.def;if("transform"===s.type)return!0;if("array"===s.type)return e(s.element,i);if("set"===s.type)return e(s.valueType,i);if("lazy"===s.type)return e(s.getter(),i);if("promise"===s.type||"optional"===s.type||"nonoptional"===s.type||"nullable"===s.type||"readonly"===s.type||"default"===s.type||"prefault"===s.type)return e(s.innerType,i);if("intersection"===s.type)return e(s.left,i)||e(s.right,i);if("record"===s.type||"map"===s.type)return e(s.keyType,i)||e(s.valueType,i);if("pipe"===s.type)return e(s.in,i)||e(s.out,i);if("object"===s.type){for(let t in s.shape)if(e(s.shape[t],i))return!0;return!1}if("union"===s.type){for(let t of s.options)if(e(t,i))return!0;return!1}if("tuple"===s.type){for(let t of s.items)if(e(t,i))return!0;if(s.rest&&e(s.rest,i))return!0}return!1}(e)&&(delete n.schema.examples,delete n.schema.default),"input"===t.io&&n.schema._prefault&&((i=n.schema).default??(i.default=n.schema._prefault)),delete n.schema._prefault,t.seen.get(e).schema}function iY(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let i=new Map;for(let t of e.seen.entries()){let r=e.metadataRegistry.get(t[0])?.id;if(r){let e=i.get(r);if(e&&e!==t[0])throw Error(`Duplicate schema id "${r}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);i.set(r,t[0])}}let s=t=>{if(t[1].schema.$ref)return;let i=t[1],{ref:s,defId:a}=(t=>{let i="draft-2020-12"===e.target?"$defs":"definitions";if(e.external){let r=e.external.registry.get(t[0])?.id,s=e.external.uri??(e=>e);if(r)return{ref:s(r)};let a=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=a,{defId:a,ref:`${s("__shared")}#/${i}/${a}`}}if(t[1]===r)return{ref:"#"};let s=`#/${i}/`,a=t[1].schema.id??`__schema${e.counter++}`;return{defId:a,ref:s+a}})(t);i.def={...i.schema},a&&(i.defId=a);let n=i.schema;for(let e in n)delete n[e];n.$ref=s};if("throw"===e.cycles)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join("/")}/<root>
36
+
37
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let r of e.seen.entries()){let i=r[1];if(t===r[0]){s(r);continue}if(e.external){let i=e.external.registry.get(r[0])?.id;if(t!==r[0]&&i){s(r);continue}}if(e.metadataRegistry.get(r[0])?.id||i.cycle||i.count>1&&"ref"===e.reused){s(r);continue}}}function iZ(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let i=t=>{let r=e.seen.get(t);if(null===r.ref)return;let s=r.def??r.schema,a={...s},n=r.ref;if(r.ref=null,n){i(n);let r=e.seen.get(n),p=r.schema;if(p.$ref&&("draft-07"===e.target||"draft-04"===e.target||"openapi-3.0"===e.target)?(s.allOf=s.allOf??[],s.allOf.push(p)):Object.assign(s,p),Object.assign(s,a),t._zod.parent===n)for(let e in s)"$ref"!==e&&"allOf"!==e&&(e in a||delete s[e]);if(p.$ref&&r.def)for(let e in s)"$ref"!==e&&"allOf"!==e&&e in r.def&&JSON.stringify(s[e])===JSON.stringify(r.def[e])&&delete s[e]}let p=t._zod.parent;if(p&&p!==n){i(p);let t=e.seen.get(p);if(t?.schema.$ref&&(s.$ref=t.schema.$ref,t.def))for(let e in s)"$ref"!==e&&"allOf"!==e&&e in t.def&&JSON.stringify(s[e])===JSON.stringify(t.def[e])&&delete s[e]}e.override({zodSchema:t,jsonSchema:s,path:r.path??[]})};for(let t of[...e.seen.entries()].reverse())i(t[0]);let s={};if("draft-2020-12"===e.target?s.$schema="https://json-schema.org/draft/2020-12/schema":"draft-07"===e.target?s.$schema="http://json-schema.org/draft-07/schema#":"draft-04"===e.target?s.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let r=e.external.registry.get(t)?.id;if(!r)throw Error("Schema is missing an `id` property");s.$id=e.external.uri(r)}Object.assign(s,r.def??r.schema);let a=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(a[e.defId]=e.def)}e.external||Object.keys(a).length>0&&("draft-2020-12"===e.target?s.$defs=a:s.definitions=a);try{let r=JSON.parse(JSON.stringify(s));return Object.defineProperty(r,"~standard",{value:{...t["~standard"],jsonSchema:{input:iQ(t,"input",e.processors),output:iQ(t,"output",e.processors)}},enumerable:!1,writable:!1}),r}catch(e){throw Error("Error converting schema to JSON.")}}let iQ=(e,t,r={})=>i=>{let{libraryOptions:s,target:a}=i??{},n=iK({...s??{},target:a,io:t,processors:r});return iJ(e,n),iY(n,e),iZ(n,e)},iX={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i1=(e,t,r,i)=>{let s=e._zod.def,a=!1===s.inclusive,n=s.options.map((e,r)=>iJ(e,t,{...i,path:[...i.path,a?"oneOf":"anyOf",r]}));a?r.oneOf=n:r.anyOf=n},i0=(e,t,r,i)=>{let s=e._zod.def;iJ(s.innerType,t,i),t.seen.get(e).ref=s.innerType},i2=d("ZodISODateTime",(e,t)=>{tU.init(e,t),sf.init(e,t)});function i4(e){return new i2({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...V(e)})}let i5=d("ZodISODate",(e,t)=>{tx.init(e,t),sf.init(e,t)});function i6(e){return new i5({type:"string",format:"date",check:"string_format",...V(e)})}let i8=d("ZodISOTime",(e,t)=>{tW.init(e,t),sf.init(e,t)});function i3(e){return new i8({type:"string",format:"time",check:"string_format",precision:null,...V(e)})}let i9=d("ZodISODuration",(e,t)=>{tF.init(e,t),sf.init(e,t)});function i7(e){return new i9({type:"string",format:"duration",check:"string_format",...V(e)})}let se=(e,t)=>{J.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>(function(e,t=e=>e.message){let r={_errors:[]},i=e=>{for(let s of e.issues)if("invalid_union"===s.code&&s.errors.length)s.errors.map(e=>i({issues:e}));else if("invalid_key"===s.code)i({issues:s.issues});else if("invalid_element"===s.code)i({issues:s.issues});else if(0===s.path.length)r._errors.push(t(s));else{let e=r,i=0;for(;i<s.path.length;){let r=s.path[i];i===s.path.length-1?(e[r]=e[r]||{_errors:[]},e[r]._errors.push(t(s))):e[r]=e[r]||{_errors:[]},e=e[r],i++}}};return i(e),r})(e,t)},flatten:{value:t=>(function(e,t=e=>e.message){let r={},i=[];for(let s of e.issues)s.path.length>0?(r[s.path[0]]=r[s.path[0]]||[],r[s.path[0]].push(t(s))):i.push(t(s));return{formErrors:i,fieldErrors:r}})(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,S,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,S,2)}},isEmpty:{get:()=>0===e.issues.length}})};d("ZodError",se);let st=d("ZodError",se,{Parent:Error}),sr=Z(st),si=X(st),ss=et(st),sa=ei(st),sn=(e,t,r)=>{let i=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return Z(st)(e,t,i)},sp=(e,t,r)=>Z(st)(e,t,r),so=async(e,t,r)=>{let i=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return X(st)(e,t,i)},sc=async(e,t,r)=>X(st)(e,t,r),sm=(e,t,r)=>{let i=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return et(st)(e,t,i)},sl=(e,t,r)=>et(st)(e,t,r),sd=async(e,t,r)=>{let i=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return ei(st)(e,t,i)},su=async(e,t,r)=>ei(st)(e,t,r),sy=d("ZodType",(e,t)=>(tj.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:iQ(e,"input"),output:iQ(e,"output")}}),e.toJSONSchema=((e,t={})=>r=>{let i=iK({...r,processors:t});return iJ(e,i),iY(i,e),iZ(i,e)})(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone(I(t,{checks:[...t.checks??[],...r.map(e=>"function"==typeof e?{_zod:{check:e,def:{check:"custom"},onattach:[]}}:e)]}),{parent:!0}),e.with=e.check,e.clone=(t,r)=>$(e,t,r),e.brand=()=>e,e.register=(t,r)=>(t.add(e,r),e),e.parse=(t,r)=>sr(e,t,r,{callee:e.parse}),e.safeParse=(t,r)=>ss(e,t,r),e.parseAsync=async(t,r)=>si(e,t,r,{callee:e.parseAsync}),e.safeParseAsync=async(t,r)=>sa(e,t,r),e.spa=e.safeParseAsync,e.encode=(t,r)=>sn(e,t,r),e.decode=(t,r)=>sp(e,t,r),e.encodeAsync=async(t,r)=>so(e,t,r),e.decodeAsync=async(t,r)=>sc(e,t,r),e.safeEncode=(t,r)=>sm(e,t,r),e.safeDecode=(t,r)=>sl(e,t,r),e.safeEncodeAsync=async(t,r)=>sd(e,t,r),e.safeDecodeAsync=async(t,r)=>su(e,t,r),e.refine=(t,r)=>e.check(nw(t,r)),e.superRefine=t=>e.check(nB(t)),e.overwrite=t=>e.check(iw(t)),e.optional=()=>nn(e),e.exactOptional=()=>no(e),e.nullable=()=>nm(e),e.nullish=()=>nn(nm(e)),e.nonoptional=t=>nb(e,t),e.array=()=>a$(e),e.or=t=>aU([e,t]),e.and=t=>aJ(e,t),e.transform=t=>nL(e,ns(t)),e.default=t=>nu(e,t),e.prefault=t=>nh(e,t),e.catch=t=>nR(e,t),e.pipe=t=>nL(e,t),e.readonly=()=>nj(e),e.describe=t=>{let r=e.clone();return r4.add(r,{description:t}),r},Object.defineProperty(e,"description",{get:()=>r4.get(e)?.description,configurable:!0}),e.meta=(...t)=>{if(0===t.length)return r4.get(e);let r=e.clone();return r4.add(r,t[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=t=>t(e),e)),sh=d("_ZodString",(e,t)=>{tT.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r)=>{r.type="string";let{minimum:i,maximum:s,format:a,patterns:n,contentEncoding:p}=e._zod.bag;if("number"==typeof i&&(r.minLength=i),"number"==typeof s&&(r.maxLength=s),a&&(r.format=iX[a]??a,""===r.format&&delete r.format,"time"===a&&delete r.format),p&&(r.contentEncoding=p),n&&n.size>0){let e=[...n];1===e.length?r.pattern=e[0].source:e.length>1&&(r.allOf=[...e.map(e=>({..."draft-07"===t.target||"draft-04"===t.target||"openapi-3.0"===t.target?{type:"string"}:{},pattern:e.source}))])}})(e,t,r);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...t)=>e.check(iD(...t)),e.includes=(...t)=>e.check(i$(...t)),e.startsWith=(...t)=>e.check(iV(...t)),e.endsWith=(...t)=>e.check(iN(...t)),e.min=(...t)=>e.check(iq(...t)),e.max=(...t)=>e.check(iT(...t)),e.length=(...t)=>e.check(i_(...t)),e.nonempty=(...t)=>e.check(iq(1,...t)),e.lowercase=t=>e.check(iO(t)),e.uppercase=t=>e.check(iG(t)),e.trim=()=>e.check(iU()),e.normalize=(...t)=>e.check(iB(...t)),e.toLowerCase=()=>e.check(ix()),e.toUpperCase=()=>e.check(iW()),e.slugify=()=>e.check(iF())}),sg=d("ZodString",(e,t)=>{tT.init(e,t),sh.init(e,t),e.email=t=>e.check(r5(sS,t)),e.url=t=>e.check(ie(sk,t)),e.jwt=t=>e.check(ig(s3,t)),e.emoji=t=>e.check(it(sq,t)),e.guid=t=>e.check(r6(sR,t)),e.uuid=t=>e.check(r8(sP,t)),e.uuidv4=t=>e.check(r3(sP,t)),e.uuidv6=t=>e.check(r9(sP,t)),e.uuidv7=t=>e.check(r7(sP,t)),e.nanoid=t=>e.check(ir(sD,t)),e.guid=t=>e.check(r6(sR,t)),e.cuid=t=>e.check(ii(sG,t)),e.cuid2=t=>e.check(is(sV,t)),e.ulid=t=>e.check(ia(sz,t)),e.base64=t=>e.check(iu(s0,t)),e.base64url=t=>e.check(iy(s4,t)),e.xid=t=>e.check(ip(sw,t)),e.ksuid=t=>e.check(io(sU,t)),e.ipv4=t=>e.check(ic(sW,t)),e.ipv6=t=>e.check(im(sJ,t)),e.cidrv4=t=>e.check(il(sZ,t)),e.cidrv6=t=>e.check(id(sX,t)),e.e164=t=>e.check(ih(s6,t)),e.datetime=t=>e.check(i4(t)),e.date=t=>e.check(i6(t)),e.time=t=>e.check(i3(t)),e.duration=t=>e.check(i7(t))});function sb(e){return new sg({type:"string",...V(e)})}let sf=d("ZodStringFormat",(e,t)=>{tq.init(e,t),sh.init(e,t)}),sS=d("ZodEmail",(e,t)=>{tO.init(e,t),sf.init(e,t)});function sC(e){return r5(sS,e)}let sR=d("ZodGUID",(e,t)=>{t_.init(e,t),sf.init(e,t)});function sA(e){return r6(sR,e)}let sP=d("ZodUUID",(e,t)=>{tD.init(e,t),sf.init(e,t)});function sE(e){return r8(sP,e)}function sL(e){return r3(sP,e)}function sI(e){return r9(sP,e)}function sv(e){return r7(sP,e)}let sk=d("ZodURL",(e,t)=>{tG.init(e,t),sf.init(e,t)});function sj(e){return ie(sk,e)}function sT(e){return ie(sk,{protocol:/^https?$/,hostname:eD,...V(e)})}let sq=d("ZodEmoji",(e,t)=>{t$.init(e,t),sf.init(e,t)});function s_(e){return it(sq,e)}let sD=d("ZodNanoID",(e,t)=>{tV.init(e,t),sf.init(e,t)});function sO(e){return ir(sD,e)}let sG=d("ZodCUID",(e,t)=>{tN.init(e,t),sf.init(e,t)});function s$(e){return ii(sG,e)}let sV=d("ZodCUID2",(e,t)=>{tz.init(e,t),sf.init(e,t)});function sN(e){return is(sV,e)}let sz=d("ZodULID",(e,t)=>{tM.init(e,t),sf.init(e,t)});function sM(e){return ia(sz,e)}let sw=d("ZodXID",(e,t)=>{tw.init(e,t),sf.init(e,t)});function sB(e){return ip(sw,e)}let sU=d("ZodKSUID",(e,t)=>{tB.init(e,t),sf.init(e,t)});function sx(e){return io(sU,e)}let sW=d("ZodIPv4",(e,t)=>{tH.init(e,t),sf.init(e,t)});function sF(e){return ic(sW,e)}let sH=d("ZodMAC",(e,t)=>{tJ.init(e,t),sf.init(e,t)});function sK(e){return new sH({type:"string",format:"mac",check:"string_format",abort:!1,...V(e)})}let sJ=d("ZodIPv6",(e,t)=>{tK.init(e,t),sf.init(e,t)});function sY(e){return im(sJ,e)}let sZ=d("ZodCIDRv4",(e,t)=>{tY.init(e,t),sf.init(e,t)});function sQ(e){return il(sZ,e)}let sX=d("ZodCIDRv6",(e,t)=>{tZ.init(e,t),sf.init(e,t)});function s1(e){return id(sX,e)}let s0=d("ZodBase64",(e,t)=>{tX.init(e,t),sf.init(e,t)});function s2(e){return iu(s0,e)}let s4=d("ZodBase64URL",(e,t)=>{t1.init(e,t),sf.init(e,t)});function s5(e){return iy(s4,e)}let s6=d("ZodE164",(e,t)=>{t0.init(e,t),sf.init(e,t)});function s8(e){return ih(s6,e)}let s3=d("ZodJWT",(e,t)=>{t2.init(e,t),sf.init(e,t)});function s9(e){return ig(s3,e)}let s7=d("ZodCustomStringFormat",(e,t)=>{t4.init(e,t),sf.init(e,t)});function ae(e,t,r={}){return iH(s7,e,t,r)}function at(e){return iH(s7,"hostname",e_,e)}function ar(e){return iH(s7,"hex",eJ,e)}function ai(e,t){let r=t?.enc??"hex",i=`${e}_${r}`,s=o[i];if(!s)throw Error(`Unrecognized hash format: ${i}`);return iH(s7,i,s,t)}let as=d("ZodNumber",(e,t)=>{t5.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r)=>{let{minimum:i,maximum:s,format:a,multipleOf:n,exclusiveMaximum:p,exclusiveMinimum:o}=e._zod.bag;"string"==typeof a&&a.includes("int")?r.type="integer":r.type="number","number"==typeof o&&("draft-04"===t.target||"openapi-3.0"===t.target?(r.minimum=o,r.exclusiveMinimum=!0):r.exclusiveMinimum=o),"number"==typeof i&&(r.minimum=i,"number"==typeof o&&"draft-04"!==t.target&&(o>=i?delete r.minimum:delete r.exclusiveMinimum)),"number"==typeof p&&("draft-04"===t.target||"openapi-3.0"===t.target?(r.maximum=p,r.exclusiveMaximum=!0):r.exclusiveMaximum=p),"number"==typeof s&&(r.maximum=s,"number"==typeof p&&"draft-04"!==t.target&&(p<=s?delete r.maximum:delete r.exclusiveMaximum)),"number"==typeof n&&(r.multipleOf=n)})(e,t,r),e.gt=(t,r)=>e.check(iC(t,r)),e.gte=(t,r)=>e.check(iR(t,r)),e.min=(t,r)=>e.check(iR(t,r)),e.lt=(t,r)=>e.check(ib(t,r)),e.lte=(t,r)=>e.check(iS(t,r)),e.max=(t,r)=>e.check(iS(t,r)),e.int=t=>e.check(ap(t)),e.safe=t=>e.check(ap(t)),e.positive=t=>e.check(iC(0,t)),e.nonnegative=t=>e.check(iR(0,t)),e.negative=t=>e.check(ib(0,t)),e.nonpositive=t=>e.check(iS(0,t)),e.multipleOf=(t,r)=>e.check(iI(t,r)),e.step=(t,r)=>e.check(iI(t,r)),e.finite=()=>e;let r=e._zod.bag;e.minValue=Math.max(r.minimum??-1/0,r.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(r.maximum??1/0,r.exclusiveMaximum??1/0)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function aa(e){return new as({type:"number",checks:[],...V(e)})}let an=d("ZodNumberFormat",(e,t)=>{t6.init(e,t),as.init(e,t)});function ap(e){return new an({type:"number",check:"number_format",abort:!1,format:"safeint",...V(e)})}function ao(e){return new an({type:"number",check:"number_format",abort:!1,format:"float32",...V(e)})}function ac(e){return new an({type:"number",check:"number_format",abort:!1,format:"float64",...V(e)})}function am(e){return new an({type:"number",check:"number_format",abort:!1,format:"int32",...V(e)})}function al(e){return new an({type:"number",check:"number_format",abort:!1,format:"uint32",...V(e)})}let ad=d("ZodBoolean",(e,t)=>{t8.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.type="boolean"}});function au(e){return new ad({type:"boolean",...V(e)})}let ay=d("ZodBigInt",(e,t)=>{t3.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("BigInt cannot be represented in JSON Schema")})(e),e.gte=(t,r)=>e.check(iR(t,r)),e.min=(t,r)=>e.check(iR(t,r)),e.gt=(t,r)=>e.check(iC(t,r)),e.gte=(t,r)=>e.check(iR(t,r)),e.min=(t,r)=>e.check(iR(t,r)),e.lt=(t,r)=>e.check(ib(t,r)),e.lte=(t,r)=>e.check(iS(t,r)),e.max=(t,r)=>e.check(iS(t,r)),e.positive=t=>e.check(iC(BigInt(0),t)),e.negative=t=>e.check(ib(BigInt(0),t)),e.nonpositive=t=>e.check(iS(BigInt(0),t)),e.nonnegative=t=>e.check(iR(BigInt(0),t)),e.multipleOf=(t,r)=>e.check(iI(t,r));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function ah(e){return new ay({type:"bigint",...V(e)})}let ag=d("ZodBigIntFormat",(e,t)=>{t9.init(e,t),ay.init(e,t)});function ab(e){return new ag({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...V(e)})}function af(e){return new ag({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...V(e)})}let aS=d("ZodSymbol",(e,t)=>{t7.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Symbols cannot be represented in JSON Schema")})(e)});function aC(e){return new aS({type:"symbol",...V(e)})}let aR=d("ZodUndefined",(e,t)=>{re.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Undefined cannot be represented in JSON Schema")})(e)});function aA(e){return new aR({type:"undefined",...V(e)})}let aP=d("ZodNull",(e,t)=>{rt.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{"openapi-3.0"===e.target?(t.type="string",t.nullable=!0,t.enum=[null]):t.type="null"}});function aE(e){return new aP({type:"null",...V(e)})}let aL=d("ZodAny",(e,t)=>{rr.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>void 0});function aI(){return new aL({type:"any"})}let av=d("ZodUnknown",(e,t)=>{ri.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>void 0});function ak(){return new av({type:"unknown"})}let aj=d("ZodNever",(e,t)=>{rs.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.not={}}});function aT(e){return new aj({type:"never",...V(e)})}let aq=d("ZodVoid",(e,t)=>{ra.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Void cannot be represented in JSON Schema")})(e)});function a_(e){return new aq({type:"void",...V(e)})}let aD=d("ZodDate",(e,t)=>{rn.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Date cannot be represented in JSON Schema")})(e),e.min=(t,r)=>e.check(iR(t,r)),e.max=(t,r)=>e.check(iS(t,r));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function aO(e){return new aD({type:"date",...V(e)})}let aG=d("ZodArray",(e,t)=>{ro.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r,i)=>{let s=e._zod.def,{minimum:a,maximum:n}=e._zod.bag;"number"==typeof a&&(r.minItems=a),"number"==typeof n&&(r.maxItems=n),r.type="array",r.items=iJ(s.element,t,{...i,path:[...i.path,"items"]})})(e,t,r,i),e.element=t.element,e.min=(t,r)=>e.check(iq(t,r)),e.nonempty=t=>e.check(iq(1,t)),e.max=(t,r)=>e.check(iT(t,r)),e.length=(t,r)=>e.check(i_(t,r)),e.unwrap=()=>e.element});function a$(e,t){return new aG({type:"array",element:e,...V(t)})}function aV(e){return a3(Object.keys(e._zod.def.shape))}let aN=d("ZodObject",(e,t)=>{ru.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r,i)=>{let s=e._zod.def;r.type="object",r.properties={};let a=s.shape;for(let e in a)r.properties[e]=iJ(a[e],t,{...i,path:[...i.path,"properties",e]});let n=new Set([...new Set(Object.keys(a))].filter(e=>{let r=s.shape[e]._zod;return"input"===t.io?void 0===r.optin:void 0===r.optout}));n.size>0&&(r.required=Array.from(n)),s.catchall?._zod.def.type==="never"?r.additionalProperties=!1:s.catchall?s.catchall&&(r.additionalProperties=iJ(s.catchall,t,{...i,path:[...i.path,"additionalProperties"]})):"output"===t.io&&(r.additionalProperties=!1)})(e,t,r,i),E(e,"shape",()=>t.shape),e.keyof=()=>a3(Object.keys(e._zod.def.shape)),e.catchall=t=>e.clone({...e._zod.def,catchall:t}),e.passthrough=()=>e.clone({...e._zod.def,catchall:ak()}),e.loose=()=>e.clone({...e._zod.def,catchall:ak()}),e.strict=()=>e.clone({...e._zod.def,catchall:aT()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=t=>(function(e,t){if(!q(t))throw Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let r=e._zod.def.shape;for(let e in t)if(void 0!==Object.getOwnPropertyDescriptor(r,e))throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let i=I(e._zod.def,{get shape(){let r={...e._zod.def.shape,...t};return L(this,"shape",r),r}});return $(e,i)})(e,t),e.safeExtend=t=>(function(e,t){if(!q(t))throw Error("Invalid input to safeExtend: expected a plain object");let r=I(e._zod.def,{get shape(){let r={...e._zod.def.shape,...t};return L(this,"shape",r),r}});return $(e,r)})(e,t),e.merge=t=>{let r;return r=I(e._zod.def,{get shape(){let r={...e._zod.def.shape,...t._zod.def.shape};return L(this,"shape",r),r},get catchall(){return t._zod.def.catchall},checks:[]}),$(e,r)},e.pick=t=>(function(e,t){let r=e._zod.def,i=r.checks;if(i&&i.length>0)throw Error(".pick() cannot be used on object schemas containing refinements");let s=I(e._zod.def,{get shape(){let e={};for(let i in t){if(!(i in r.shape))throw Error(`Unrecognized key: "${i}"`);t[i]&&(e[i]=r.shape[i])}return L(this,"shape",e),e},checks:[]});return $(e,s)})(e,t),e.omit=t=>(function(e,t){let r=e._zod.def,i=r.checks;if(i&&i.length>0)throw Error(".omit() cannot be used on object schemas containing refinements");let s=I(e._zod.def,{get shape(){let i={...e._zod.def.shape};for(let e in t){if(!(e in r.shape))throw Error(`Unrecognized key: "${e}"`);t[e]&&delete i[e]}return L(this,"shape",i),i},checks:[]});return $(e,s)})(e,t),e.partial=(...t)=>(function(e,t,r){let i=t._zod.def.checks;if(i&&i.length>0)throw Error(".partial() cannot be used on object schemas containing refinements");let s=I(t._zod.def,{get shape(){let i=t._zod.def.shape,s={...i};if(r)for(let t in r){if(!(t in i))throw Error(`Unrecognized key: "${t}"`);r[t]&&(s[t]=e?new e({type:"optional",innerType:i[t]}):i[t])}else for(let t in i)s[t]=e?new e({type:"optional",innerType:i[t]}):i[t];return L(this,"shape",s),s},checks:[]});return $(t,s)})(na,e,t[0]),e.required=(...t)=>{var r;let i;return r=t[0],i=I(e._zod.def,{get shape(){let t=e._zod.def.shape,i={...t};if(r)for(let e in r){if(!(e in i))throw Error(`Unrecognized key: "${e}"`);r[e]&&(i[e]=new ng({type:"nonoptional",innerType:t[e]}))}else for(let e in t)i[e]=new ng({type:"nonoptional",innerType:t[e]});return L(this,"shape",i),i}}),$(e,i)}});function az(e,t){return new aN({type:"object",shape:e??{},...V(t)})}function aM(e,t){return new aN({type:"object",shape:e,catchall:aT(),...V(t)})}function aw(e,t){return new aN({type:"object",shape:e,catchall:ak(),...V(t)})}let aB=d("ZodUnion",(e,t)=>{rh.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>i1(e,t,r,i),e.options=t.options});function aU(e,t){return new aB({type:"union",options:e,...V(t)})}let ax=d("ZodXor",(e,t)=>{aB.init(e,t),rb.init(e,t),e._zod.processJSONSchema=(t,r,i)=>i1(e,t,r,i),e.options=t.options});function aW(e,t){return new ax({type:"union",options:e,inclusive:!1,...V(t)})}let aF=d("ZodDiscriminatedUnion",(e,t)=>{aB.init(e,t),rf.init(e,t)});function aH(e,t,r){return new aF({type:"union",options:t,discriminator:e,...V(r)})}let aK=d("ZodIntersection",(e,t)=>{rS.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s,a,n,p;return a=iJ((s=e._zod.def).left,t,{...i,path:[...i.path,"allOf",0]}),n=iJ(s.right,t,{...i,path:[...i.path,"allOf",1]}),void(r.allOf=[...(p=e=>"allOf"in e&&1===Object.keys(e).length)(a)?a.allOf:[a],...p(n)?n.allOf:[n]])}});function aJ(e,t){return new aK({type:"intersection",left:e,right:t})}let aY=d("ZodTuple",(e,t)=>{rR.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r,i)=>{let s=e._zod.def;r.type="array";let a="draft-2020-12"===t.target?"prefixItems":"items",n="draft-2020-12"===t.target||"openapi-3.0"===t.target?"items":"additionalItems",p=s.items.map((e,r)=>iJ(e,t,{...i,path:[...i.path,a,r]})),o=s.rest?iJ(s.rest,t,{...i,path:[...i.path,n,..."openapi-3.0"===t.target?[s.items.length]:[]]}):null;"draft-2020-12"===t.target?(r.prefixItems=p,o&&(r.items=o)):"openapi-3.0"===t.target?(r.items={anyOf:p},o&&r.items.anyOf.push(o),r.minItems=p.length,o||(r.maxItems=p.length)):(r.items=p,o&&(r.additionalItems=o));let{minimum:c,maximum:m}=e._zod.bag;"number"==typeof c&&(r.minItems=c),"number"==typeof m&&(r.maxItems=m)})(e,t,r,i),e.rest=t=>e.clone({...e._zod.def,rest:t})});function aZ(e,t,r){let i=t instanceof tj,s=i?r:t;return new aY({type:"tuple",items:e,rest:i?t:null,...V(s)})}let aQ=d("ZodRecord",(e,t)=>{rP.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r,i)=>{let s=e._zod.def;r.type="object";let a=s.keyType,n=a._zod.bag,p=n?.patterns;if("loose"===s.mode&&p&&p.size>0){let e=iJ(s.valueType,t,{...i,path:[...i.path,"patternProperties","*"]});for(let t of(r.patternProperties={},p))r.patternProperties[t.source]=e}else("draft-07"===t.target||"draft-2020-12"===t.target)&&(r.propertyNames=iJ(s.keyType,t,{...i,path:[...i.path,"propertyNames"]})),r.additionalProperties=iJ(s.valueType,t,{...i,path:[...i.path,"additionalProperties"]});let o=a._zod.values;if(o){let e=[...o].filter(e=>"string"==typeof e||"number"==typeof e);e.length>0&&(r.required=e)}})(e,t,r,i),e.keyType=t.keyType,e.valueType=t.valueType});function aX(e,t,r){return new aQ({type:"record",keyType:e,valueType:t,...V(r)})}function a1(e,t,r){let i=$(e);return i._zod.values=void 0,new aQ({type:"record",keyType:i,valueType:t,...V(r)})}function a0(e,t,r){return new aQ({type:"record",keyType:e,valueType:t,mode:"loose",...V(r)})}let a2=d("ZodMap",(e,t)=>{rE.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Map cannot be represented in JSON Schema")})(e),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...t)=>e.check(ik(...t)),e.nonempty=t=>e.check(ik(1,t)),e.max=(...t)=>e.check(iv(...t)),e.size=(...t)=>e.check(ij(...t))});function a4(e,t,r){return new a2({type:"map",keyType:e,valueType:t,...V(r)})}let a5=d("ZodSet",(e,t)=>{rI.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Set cannot be represented in JSON Schema")})(e),e.min=(...t)=>e.check(ik(...t)),e.nonempty=t=>e.check(ik(1,t)),e.max=(...t)=>e.check(iv(...t)),e.size=(...t)=>e.check(ij(...t))});function a6(e,t){return new a5({type:"set",valueType:e,...V(t)})}let a8=d("ZodEnum",(e,t)=>{rk.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;(s=b(e._zod.def.entries)).every(e=>"number"==typeof e)&&(r.type="number"),s.every(e=>"string"==typeof e)&&(r.type="string"),r.enum=s},e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(e,i)=>{let s={};for(let i of e)if(r.has(i))s[i]=t.entries[i];else throw Error(`Key ${i} not found in enum`);return new a8({...t,checks:[],...V(i),entries:s})},e.exclude=(e,i)=>{let s={...t.entries};for(let t of e)if(r.has(t))delete s[t];else throw Error(`Key ${t} not found in enum`);return new a8({...t,checks:[],...V(i),entries:s})}});function a3(e,t){return new a8({type:"enum",entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...V(t)})}function a9(e,t){return new a8({type:"enum",entries:e,...V(t)})}let a7=d("ZodLiteral",(e,t)=>{rj.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r)=>{let i=e._zod.def,s=[];for(let e of i.values)if(void 0===e){if("throw"===t.unrepresentable)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if("bigint"==typeof e)if("throw"===t.unrepresentable)throw Error("BigInt literals cannot be represented in JSON Schema");else s.push(Number(e));else s.push(e);if(0===s.length);else if(1===s.length){let e=s[0];r.type=null===e?"null":typeof e,"draft-04"===t.target||"openapi-3.0"===t.target?r.enum=[e]:r.const=e}else s.every(e=>"number"==typeof e)&&(r.type="number"),s.every(e=>"string"==typeof e)&&(r.type="string"),s.every(e=>"boolean"==typeof e)&&(r.type="boolean"),s.every(e=>null===e)&&(r.type="null"),r.enum=s})(e,t,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function ne(e,t){return new a7({type:"literal",values:Array.isArray(e)?e:[e],...V(t)})}let nt=d("ZodFile",(e,t)=>{rT.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t)=>{let r={type:"string",format:"binary",contentEncoding:"binary"},{minimum:i,maximum:s,mime:a}=e._zod.bag;void 0!==i&&(r.minLength=i),void 0!==s&&(r.maxLength=s),a?1===a.length?(r.contentMediaType=a[0],Object.assign(t,r)):(Object.assign(t,r),t.anyOf=a.map(e=>({contentMediaType:e}))):Object.assign(t,r)})(e,r),e.min=(t,r)=>e.check(ik(t,r)),e.max=(t,r)=>e.check(iv(t,r)),e.mime=(t,r)=>e.check(iM(Array.isArray(t)?t:[t],r))});function nr(e){return new nt({type:"file",...V(e)})}let ni=d("ZodTransform",(e,t)=>{rq.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Transforms cannot be represented in JSON Schema")})(e),e._zod.parse=(r,i)=>{if("backward"===i.direction)throw new y(e.constructor.name);r.addIssue=i=>{"string"==typeof i?r.issues.push(H(i,r.value,t)):(i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=e),r.issues.push(H(i)))};let s=t.transform(r.value,r);return s instanceof Promise?s.then(e=>(r.value=e,r)):(r.value=s,r)}});function ns(e){return new ni({type:"transform",transform:e})}let na=d("ZodOptional",(e,t)=>{rD.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>i0(e,t,r,i),e.unwrap=()=>e._zod.def.innerType});function nn(e){return new na({type:"optional",innerType:e})}let np=d("ZodExactOptional",(e,t)=>{rO.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>i0(e,t,r,i),e.unwrap=()=>e._zod.def.innerType});function no(e){return new np({type:"optional",innerType:e})}let nc=d("ZodNullable",(e,t)=>{rG.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s,a,n;return a=iJ((s=e._zod.def).innerType,t,i),n=t.seen.get(e),void("openapi-3.0"===t.target?(n.ref=s.innerType,r.nullable=!0):r.anyOf=[a,{type:"null"}])},e.unwrap=()=>e._zod.def.innerType});function nm(e){return new nc({type:"nullable",innerType:e})}function nl(e){return nn(nm(e))}let nd=d("ZodDefault",(e,t)=>{r$.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ((s=e._zod.def).innerType,t,i),t.seen.get(e).ref=s.innerType,r.default=JSON.parse(JSON.stringify(s.defaultValue))},e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function nu(e,t){return new nd({type:"default",innerType:e,get defaultValue(){return"function"==typeof t?t():_(t)}})}let ny=d("ZodPrefault",(e,t)=>{rN.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ((s=e._zod.def).innerType,t,i),t.seen.get(e).ref=s.innerType,"input"===t.io&&(r._prefault=JSON.parse(JSON.stringify(s.defaultValue)))},e.unwrap=()=>e._zod.def.innerType});function nh(e,t){return new ny({type:"prefault",innerType:e,get defaultValue(){return"function"==typeof t?t():_(t)}})}let ng=d("ZodNonOptional",(e,t)=>{rz.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ((s=e._zod.def).innerType,t,i),t.seen.get(e).ref=s.innerType},e.unwrap=()=>e._zod.def.innerType});function nb(e,t){return new ng({type:"nonoptional",innerType:e,...V(t)})}let nf=d("ZodSuccess",(e,t)=>{rw.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.type="boolean"},e.unwrap=()=>e._zod.def.innerType});function nS(e){return new nf({type:"success",innerType:e})}let nC=d("ZodCatch",(e,t)=>{rB.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t,r,i)=>{let s,a=e._zod.def;iJ(a.innerType,t,i),t.seen.get(e).ref=a.innerType;try{s=a.catchValue(void 0)}catch{throw Error("Dynamic catch values are not supported in JSON Schema")}r.default=s})(e,t,r,i),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function nR(e,t){return new nC({type:"catch",innerType:e,catchValue:"function"==typeof t?t:()=>t})}let nA=d("ZodNaN",(e,t)=>{rU.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("NaN cannot be represented in JSON Schema")})(e)});function nP(e){return new nA({type:"nan",...V(e)})}let nE=d("ZodPipe",(e,t)=>{rx.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s,a;return s=e._zod.def,void(iJ(a="input"===t.io?"transform"===s.in._zod.def.type?s.out:s.in:s.out,t,i),t.seen.get(e).ref=a)},e.in=t.in,e.out=t.out});function nL(e,t){return new nE({type:"pipe",in:e,out:t})}let nI=d("ZodCodec",(e,t)=>{nE.init(e,t),rF.init(e,t)});function nv(e,t,r){return new nI({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}let nk=d("ZodReadonly",(e,t)=>{rJ.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ((s=e._zod.def).innerType,t,i),t.seen.get(e).ref=s.innerType,r.readOnly=!0},e.unwrap=()=>e._zod.def.innerType});function nj(e){return new nk({type:"readonly",innerType:e})}let nT=d("ZodTemplateLiteral",(e,t)=>{rZ.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>((e,t)=>{let r=e._zod.pattern;if(!r)throw Error("Pattern not found in template literal");t.type="string",t.pattern=r.source})(e,r)});function nq(e,t){return new nT({type:"template_literal",parts:e,...V(t)})}let n_=d("ZodLazy",(e,t)=>{r1.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ(s=e._zod.innerType,t,i),t.seen.get(e).ref=s},e.unwrap=()=>e._zod.def.getter()});function nD(e){return new n_({type:"lazy",getter:e})}let nO=d("ZodPromise",(e,t)=>{rX.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(t,r,i)=>{let s;iJ((s=e._zod.def).innerType,t,i),t.seen.get(e).ref=s.innerType},e.unwrap=()=>e._zod.def.innerType});function nG(e){return new nO({type:"promise",innerType:e})}let n$=d("ZodFunction",(e,t)=>{rQ.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Function types cannot be represented in JSON Schema")})(e)});function nV(e){return new n$({type:"function",input:Array.isArray(e?.input)?aZ(e?.input):e?.input??a$(ak()),output:e?.output??ak()})}let nN=d("ZodCustom",(e,t)=>{r0.init(e,t),sy.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Custom types cannot be represented in JSON Schema")})(e)});function nz(e){let t=new ti({check:"custom"});return t._zod.check=e,t}function nM(e,t){var r;let i;return r=e??(()=>!0),(i=V(t)).abort??(i.abort=!0),new nN({type:"custom",check:"custom",fn:r,...i})}function nw(e,t={}){return new nN({type:"custom",check:"custom",fn:e,...V(t)})}function nB(e){var t;let r,i;return t=t=>(t.addIssue=e=>{"string"==typeof e?t.issues.push(H(e,t.value,r._zod.def)):(e.fatal&&(e.continue=!1),e.code??(e.code="custom"),e.input??(e.input=t.value),e.inst??(e.inst=r),e.continue??(e.continue=!r._zod.def.abort),t.issues.push(H(e)))},e(t.value,t)),(i=new ti({check:"custom",...V(void 0)}))._zod.check=t,r=i}let nU=function(e){let t=new ti({check:"describe"});return t._zod.onattach=[t=>{let r=r4.get(t)??{};r4.add(t,{...r,description:e})}],t._zod.check=()=>{},t},nx=function(e){let t=new ti({check:"meta"});return t._zod.onattach=[t=>{let r=r4.get(t)??{};r4.add(t,{...r,...e})}],t._zod.check=()=>{},t};function nW(e,t={}){let r=new nN({type:"custom",check:"custom",fn:t=>t instanceof e,abort:!0,...V(t)});return r._zod.bag.Class=e,r._zod.check=t=>{t.value instanceof e||t.issues.push({code:"invalid_type",expected:e.name,input:t.value,inst:r,path:[...r._zod.def.path??[]]})},r}let nF=(...e)=>(function(e,t){let r=V(t),i=r.truthy??["true","1","yes","on","y","enabled"],s=r.falsy??["false","0","no","off","n","disabled"];"sensitive"!==r.case&&(i=i.map(e=>"string"==typeof e?e.toLowerCase():e),s=s.map(e=>"string"==typeof e?e.toLowerCase():e));let a=new Set(i),n=new Set(s),p=e.Codec??rF,o=e.Boolean??t8,c=new p({type:"pipe",in:new(e.String??tT)({type:"string",error:r.error}),out:new o({type:"boolean",error:r.error}),transform:(e,t)=>{let i=e;return"sensitive"!==r.case&&(i=i.toLowerCase()),!!a.has(i)||!n.has(i)&&(t.issues.push({code:"invalid_value",expected:"stringbool",values:[...a,...n],input:t.value,inst:c,continue:!1}),{})},reverseTransform:(e,t)=>!0===e?i[0]||"true":s[0]||"false",error:r.error});return c})({Codec:nI,Boolean:ad,String:sg},...e);function nH(e){let t=nD(()=>aU([sb(e),aa(),au(),aE(),a$(t),aX(sb(),t)]));return t}function nK(e,t){return nL(ns(e),t)}p||(p={}),g({localeError:(i={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}},s={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},a={nan:"NaN"},e=>{switch(e.code){case"invalid_type":{let t=a[e.expected]??e.expected,r=function(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":if(null===e)return"null";if(Array.isArray(e))return"array";if(e&&Object.getPrototypeOf(e)!==Object.prototype&&"constructor"in e&&e.constructor)return e.constructor.name}return t}(e.input),i=a[r]??r;return`Invalid input: expected ${t}, received ${i}`}case"invalid_value":if(1===e.values.length)return`Invalid input: expected ${N(e.values[0])}`;return`Invalid option: expected one of ${f(e.values,"|")}`;case"too_big":{let t=e.inclusive?"<=":"<",r=i[e.origin]??null;if(r)return`Too big: expected ${e.origin??"value"} to have ${t}${e.maximum.toString()} ${r.unit??"elements"}`;return`Too big: expected ${e.origin??"value"} to be ${t}${e.maximum.toString()}`}case"too_small":{let t=e.inclusive?">=":">",r=i[e.origin]??null;if(r)return`Too small: expected ${e.origin} to have ${t}${e.minimum.toString()} ${r.unit}`;return`Too small: expected ${e.origin} to be ${t}${e.minimum.toString()}`}case"invalid_format":if("starts_with"===e.format)return`Invalid string: must start with "${e.prefix}"`;if("ends_with"===e.format)return`Invalid string: must end with "${e.suffix}"`;if("includes"===e.format)return`Invalid string: must include "${e.includes}"`;if("regex"===e.format)return`Invalid string: must match pattern ${e.pattern}`;return`Invalid ${s[e.format]??e.format}`;case"not_multiple_of":return`Invalid number: must be a multiple of ${e.divisor}`;case"unrecognized_keys":return`Unrecognized key${e.keys.length>1?"s":""}: ${f(e.keys,", ")}`;case"invalid_key":return`Invalid key in ${e.origin}`;case"invalid_union":default:return"Invalid input";case"invalid_element":return`Invalid value in ${e.origin}`}})})}};