Skip to content

Commit

Permalink
Setting up Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Aug 1, 2024
1 parent 4b80b00 commit d861cbc
Show file tree
Hide file tree
Showing 27 changed files with 4,061 additions and 275 deletions.
Binary file modified apollo-ios/CLI/apollo-ios-cli.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"topicSections" : [
{
"identifiers" : [
"doc:\/\/Apollo\/documentation\/Apollo\/CacheWriteInterceptor\/CacheWriteError\/missingCacheRecords",
"doc:\/\/Apollo\/documentation\/Apollo\/CacheWriteInterceptor\/CacheWriteError\/noResponseToParse"
],
"title" : "Enumeration Cases"
Expand Down Expand Up @@ -314,36 +313,10 @@
"type" : "topic",
"url" : "\/documentation\/apollo\/cachewriteinterceptor\/cachewriteerror\/errordescription"
},
"doc://Apollo/documentation/Apollo/CacheWriteInterceptor/CacheWriteError/missingCacheRecords": {
"abstract" : [

],
"fragments" : [
{
"kind" : "keyword",
"text" : "case"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "missingCacheRecords"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/CacheWriteInterceptor\/CacheWriteError\/missingCacheRecords",
"kind" : "symbol",
"role" : "symbol",
"title" : "CacheWriteInterceptor.CacheWriteError.missingCacheRecords",
"type" : "topic",
"url" : "\/documentation\/apollo\/cachewriteinterceptor\/cachewriteerror\/missingcacherecords"
},
"doc://Apollo/documentation/Apollo/CacheWriteInterceptor/CacheWriteError/noResponseToParse": {
"abstract" : [

],
"deprecated" : true,
"fragments" : [
{
"kind" : "keyword",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"deprecationSummary" : [
{
"inlineContent" : [
{
"text" : "Will be removed in a future version.",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -44,9 +33,6 @@
{
"name" : "Apollo"
}
],
"platforms" : [

],
"role" : "symbol",
"roleHeading" : "Case",
Expand Down Expand Up @@ -203,7 +189,6 @@
"abstract" : [

],
"deprecated" : true,
"fragments" : [
{
"kind" : "keyword",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,11 +703,11 @@
"type" : "codeVoice"
},
{
"text" : " conforms to ",
"text" : " is ",
"type" : "text"
},
{
"code" : "Hashable",
"code" : "String",
"type" : "codeVoice"
},
{
Expand All @@ -719,11 +719,11 @@
"type" : "codeVoice"
},
{
"text" : " conforms to ",
"text" : " is ",
"type" : "text"
},
{
"code" : "Hashable",
"code" : "AnyHashable",
"type" : "codeVoice"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"defaultImplementationsSections" : [
{
"identifiers" : [
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-370r3",
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-5e63x",
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-90ybj",
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-370r3"
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/GraphQLOperation\/operationType-90ybj"
],
"title" : "GraphQLOperation Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
"type" : "text"
},
{
"code" : "AnyScalarType",
"code" : "JSONEncodable",
"type" : "codeVoice"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@
"type" : "codeVoice"
},
{
"text" : " conforms to ",
"text" : " is ",
"type" : "text"
},
{
"code" : "Hashable",
"code" : "String",
"type" : "codeVoice"
},
{
Expand All @@ -238,11 +238,11 @@
"type" : "codeVoice"
},
{
"text" : " conforms to ",
"text" : " is ",
"type" : "text"
},
{
"code" : "Hashable",
"code" : "AnyHashable",
"type" : "codeVoice"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"type" : "text"
},
{
"code" : "AnyScalarType",
"code" : "JSONEncodable",
"type" : "codeVoice"
},
{
Expand Down
Loading

0 comments on commit d861cbc

Please sign in to comment.