Home
last modified time | relevance | path

Searched refs:PATCH (Results 1 – 11 of 11) sorted by relevance

/expo/tools/src/publish-packages/
H A Dconstants.ts41 export const RELEASE_TYPES_ASC_ORDER = [ReleaseType.PATCH, ReleaseType.MINOR, ReleaseType.MAJOR];
H A Dhelpers.ts202 return hasNativeChanges ? ReleaseType.MINOR : ReleaseType.PATCH;
204 return ReleaseType.PATCH;
245 ReleaseType.PATCH
352 return [ReleaseType.MAJOR, ReleaseType.MINOR, ReleaseType.PATCH].map((type) => {
H A Dtypes.ts147 PATCH = 'patch', enumerator
/expo/apps/router-e2e/__e2e__/server/app/
H A Dmethods+api.ts28 export function PATCH() { function
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt91 PATCH("PATCH")
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt91 PATCH("PATCH")
/expo/ios/Exponent/Kernel/Api/
H A DEXApiV2Client.m65 httpMethodsWithBody = [NSSet setWithObjects:@"POST", @"PUT", @"PATCH", nil];
/expo/packages/expo-file-system/build/
H A DFileSystem.types.js.map1 …ssing\nexport type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH';\n\nexport type R…
H A DFileSystem.js.map1 …inary-upload`, fileUri, {\n * fieldName: 'file',\n * httpMethod: 'PATCH',\n * uploadTy…
/expo/docs/pages/preview/
H A Dapi-routes.mdx50 You can export any of the following functions `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and …
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx440 httpMethod: 'PATCH',
463 …- **httpMethod (_String_)** -- The request method. Accepts values: 'POST', 'PUT', 'PATCH. Default …