From 5abf43be2b2244c82df6f9a39b67e5ce06e62b08 Mon Sep 17 00:00:00 2001 From: Anka Date: Sat, 20 Jul 2024 22:02:59 +0000 Subject: [PATCH] Update documentation to 48b38b15 on 'release' --- .../objectable/issaved()-2szlz.json | 4 +- .../parseswift/parsehooktriggerobject.json | 51 ++++ .../parsehooktriggerobject/classname.json | 230 ++++++++++++++++++ .../received(_:)-4tgno.json | 4 +- .../parseobject/merge(with:)-6romo.json | 4 +- .../parseobject/mergeparse(with:)-9yft4.json | 6 +- .../classname/index.html | 1 + release/index/index.json | 41 ++-- 8 files changed, 316 insertions(+), 25 deletions(-) create mode 100644 release/data/documentation/parseswift/parsehooktriggerobject/classname.json create mode 100644 release/documentation/parseswift/parsehooktriggerobject/classname/index.html diff --git a/release/data/documentation/parseswift/objectable/issaved()-2szlz.json b/release/data/documentation/parseswift/objectable/issaved()-2szlz.json index 2bdc4946d..35ebc469d 100644 --- a/release/data/documentation/parseswift/objectable/issaved()-2szlz.json +++ b/release/data/documentation/parseswift/objectable/issaved()-2szlz.json @@ -8,8 +8,8 @@ "defaultImplementationsSections" : [ { "identifiers" : [ - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/Objectable\/isSaved", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/Objectable\/isSaved()-9c65v" + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/Objectable\/isSaved()-9c65v", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/Objectable\/isSaved" ], "title" : "Objectable Implementations" } diff --git a/release/data/documentation/parseswift/parsehooktriggerobject.json b/release/data/documentation/parseswift/parsehooktriggerobject.json index c9f5275ef..141d52d7f 100644 --- a/release/data/documentation/parseswift/parsehooktriggerobject.json +++ b/release/data/documentation/parseswift/parsehooktriggerobject.json @@ -106,6 +106,12 @@ "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/objectType(_:)" ], "title" : "Enumeration Cases" + }, + { + "identifiers" : [ + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className" + ], + "title" : "Instance Properties" } ], "variants" : [ @@ -170,6 +176,51 @@ "type" : "topic", "url" : "\/documentation\/parseswift\/parsehooktriggerobject" }, +"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject/className": { + "abstract" : [ + { + "text" : "The class name of the ", + "type" : "text" + }, + { + "code" : "ParseObject", + "type" : "codeVoice" + }, + { + "text" : " to trigger on.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "className" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className", + "kind" : "symbol", + "role" : "symbol", + "title" : "className", + "type" : "topic", + "url" : "\/documentation\/parseswift\/parsehooktriggerobject\/classname" +}, "doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject/config": { "abstract" : [ { diff --git a/release/data/documentation/parseswift/parsehooktriggerobject/classname.json b/release/data/documentation/parseswift/parsehooktriggerobject/classname.json new file mode 100644 index 000000000..2a8f538db --- /dev/null +++ b/release/data/documentation/parseswift/parsehooktriggerobject/classname.json @@ -0,0 +1,230 @@ +{ + "abstract" : [ + { + "text" : "The class name of the ", + "type" : "text" + }, + { + "code" : "ParseObject", + "type" : "codeVoice" + }, + { + "text" : " to trigger on.", + "type" : "text" + } + ], + "hierarchy" : { + "paths" : [ + [ + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject" + ] + ] + }, + "identifier" : { + "interfaceLanguage" : "swift", + "url" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className" + }, + "kind" : "symbol", + "metadata" : { + "externalID" : "s:10ParseSwift0A17HookTriggerObjectO9classNameSSvp", + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "className" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "modules" : [ + { + "name" : "ParseSwift" + } + ], + "role" : "symbol", + "roleHeading" : "Instance Property", + "symbolKind" : "property", + "title" : "className" + }, + "primaryContentSections" : [ + { + "declarations" : [ + { + "languages" : [ + "swift" + ], + "platforms" : [ + "iOS" + ], + "tokens" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "className" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + }, + { + "kind" : "text", + "text" : " { " + }, + { + "kind" : "keyword", + "text" : "get" + }, + { + "kind" : "text", + "text" : " }" + } + ] + } + ], + "kind" : "declarations" + } + ], + "schemaVersion" : { + "major" : 0, + "minor" : 3, + "patch" : 0 + }, + "sections" : [ + + ], + "variants" : [ + { + "paths" : [ + "\/documentation\/parseswift\/parsehooktriggerobject\/classname" + ], + "traits" : [ + { + "interfaceLanguage" : "swift" + } + ] + } + ] +, +"references": { +"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift": { + "abstract" : [ + { + "text" : "A pure Swift library that gives you access to the powerful Parse Server backend from your Swift applications.", + "type" : "text" + } + ], + "identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift", + "kind" : "symbol", + "role" : "collection", + "title" : "ParseSwift", + "type" : "topic", + "url" : "\/documentation\/parseswift" +}, +"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject": { + "abstract" : [ + { + "text" : "The objects that Parse Hooks can be triggered on.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "enum" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "ParseHookTriggerObject" + } + ], + "identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject", + "kind" : "symbol", + "navigatorTitle" : [ + { + "kind" : "identifier", + "text" : "ParseHookTriggerObject" + } + ], + "role" : "symbol", + "title" : "ParseHookTriggerObject", + "type" : "topic", + "url" : "\/documentation\/parseswift\/parsehooktriggerobject" +}, +"doc://edu.uky.cs.netreconlab.ParseSwift/documentation/ParseSwift/ParseHookTriggerObject/className": { + "abstract" : [ + { + "text" : "The class name of the ", + "type" : "text" + }, + { + "code" : "ParseObject", + "type" : "codeVoice" + }, + { + "text" : " to trigger on.", + "type" : "text" + } + ], + "fragments" : [ + { + "kind" : "keyword", + "text" : "var" + }, + { + "kind" : "text", + "text" : " " + }, + { + "kind" : "identifier", + "text" : "className" + }, + { + "kind" : "text", + "text" : ": " + }, + { + "kind" : "typeIdentifier", + "preciseIdentifier" : "s:SS", + "text" : "String" + } + ], + "identifier" : "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseHookTriggerObject\/className", + "kind" : "symbol", + "role" : "symbol", + "title" : "className", + "type" : "topic", + "url" : "\/documentation\/parseswift\/parsehooktriggerobject\/classname" +} +} +} \ No newline at end of file diff --git a/release/data/documentation/parseswift/parselivequerydelegate/received(_:)-4tgno.json b/release/data/documentation/parseswift/parselivequerydelegate/received(_:)-4tgno.json index 9856e9f95..3fbd151ca 100644 --- a/release/data/documentation/parseswift/parselivequerydelegate/received(_:)-4tgno.json +++ b/release/data/documentation/parseswift/parselivequerydelegate/received(_:)-4tgno.json @@ -8,8 +8,8 @@ "defaultImplementationsSections" : [ { "identifiers" : [ - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseLiveQueryDelegate\/received(_:)-1f3yl", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseLiveQueryDelegate\/received(_:)-798hl" + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseLiveQueryDelegate\/received(_:)-798hl", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseLiveQueryDelegate\/received(_:)-1f3yl" ], "title" : "ParseLiveQueryDelegate Implementations" } diff --git a/release/data/documentation/parseswift/parseobject/merge(with:)-6romo.json b/release/data/documentation/parseswift/parseobject/merge(with:)-6romo.json index 383499dc9..c060c7bf9 100644 --- a/release/data/documentation/parseswift/parseobject/merge(with:)-6romo.json +++ b/release/data/documentation/parseswift/parseobject/merge(with:)-6romo.json @@ -25,9 +25,9 @@ { "identifiers" : [ "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-99wj6", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-35a9v", "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-3cli5", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-4hjo0" + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-4hjo0", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/merge(with:)-35a9v" ], "title" : "ParseObject Implementations" } diff --git a/release/data/documentation/parseswift/parseobject/mergeparse(with:)-9yft4.json b/release/data/documentation/parseswift/parseobject/mergeparse(with:)-9yft4.json index 9df7e58c3..971c4e389 100644 --- a/release/data/documentation/parseswift/parseobject/mergeparse(with:)-9yft4.json +++ b/release/data/documentation/parseswift/parseobject/mergeparse(with:)-9yft4.json @@ -24,10 +24,10 @@ "defaultImplementationsSections" : [ { "identifiers" : [ - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-8plu3", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-13frx", "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-6csd5", - "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-49r7x" + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-49r7x", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-13frx", + "doc:\/\/edu.uky.cs.netreconlab.ParseSwift\/documentation\/ParseSwift\/ParseObject\/mergeParse(with:)-8plu3" ], "title" : "ParseObject Implementations" } diff --git a/release/documentation/parseswift/parsehooktriggerobject/classname/index.html b/release/documentation/parseswift/parsehooktriggerobject/classname/index.html new file mode 100644 index 000000000..4cbdf941c --- /dev/null +++ b/release/documentation/parseswift/parsehooktriggerobject/classname/index.html @@ -0,0 +1 @@ +Documentation
\ No newline at end of file diff --git a/release/index/index.json b/release/index/index.json index 74e6014aa..6f9f546fa 100644 --- a/release/index/index.json +++ b/release/index/index.json @@ -832,15 +832,15 @@ "children" : [ { "children" : [ - { - "path" : "\/documentation\/parseswift\/objectable\/issaved", - "title" : "var isSaved: Bool", - "type" : "property" - }, { "path" : "\/documentation\/parseswift\/objectable\/issaved()-9c65v", "title" : "func isSaved() async throws -> Bool", "type" : "method" + }, + { + "path" : "\/documentation\/parseswift\/objectable\/issaved", + "title" : "var isSaved: Bool", + "type" : "property" } ], "title" : "Objectable Implementations", @@ -2031,13 +2031,13 @@ { "children" : [ { - "path" : "\/documentation\/parseswift\/parselivequerydelegate\/received(_:)-1f3yl", - "title" : "func received(Error)", + "path" : "\/documentation\/parseswift\/parselivequerydelegate\/received(_:)-798hl", + "title" : "func received(URLSessionTaskTransactionMetrics)", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parselivequerydelegate\/received(_:)-798hl", - "title" : "func received(URLSessionTaskTransactionMetrics)", + "path" : "\/documentation\/parseswift\/parselivequerydelegate\/received(_:)-1f3yl", + "title" : "func received(Error)", "type" : "method" } ], @@ -2253,17 +2253,17 @@ "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-35a9v", + "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-3cli5", "title" : "func merge(with: Self) throws -> Self", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-3cli5", + "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-4hjo0", "title" : "func merge(with: Self) throws -> Self", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-4hjo0", + "path" : "\/documentation\/parseswift\/parseobject\/merge(with:)-35a9v", "title" : "func merge(with: Self) throws -> Self", "type" : "method" } @@ -2281,22 +2281,22 @@ { "children" : [ { - "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-8plu3", + "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-6csd5", "title" : "func mergeParse(with: Self) throws -> Self", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-13frx", + "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-49r7x", "title" : "func mergeParse(with: Self) throws -> Self", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-6csd5", + "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-13frx", "title" : "func mergeParse(with: Self) throws -> Self", "type" : "method" }, { - "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-49r7x", + "path" : "\/documentation\/parseswift\/parseobject\/mergeparse(with:)-8plu3", "title" : "func mergeParse(with: Self) throws -> Self", "type" : "method" } @@ -14734,6 +14734,15 @@ "path" : "\/documentation\/parseswift\/parsehooktriggerobject\/objecttype(_:)", "title" : "case objectType(any ParseObject.Type)", "type" : "case" + }, + { + "title" : "Instance Properties", + "type" : "groupMarker" + }, + { + "path" : "\/documentation\/parseswift\/parsehooktriggerobject\/classname", + "title" : "var className: String", + "type" : "property" } ], "path" : "\/documentation\/parseswift\/parsehooktriggerobject",