From 4ec81030b622d5b7a05356a6411bfceea1ed617b Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Tue, 15 Jun 2021 23:14:46 -0700 Subject: [PATCH] docs: update --- docs/Enums.html | 4 +- docs/Enums/Progress.html | 18 ++--- docs/Extensions.html | 2 +- docs/Protocols.html | 6 +- docs/Protocols/CCKContainer.html | 8 +-- docs/Protocols/CCKDatabase.html | 112 +++++++++++++++---------------- docs/index.html | 4 +- 7 files changed, 77 insertions(+), 77 deletions(-) diff --git a/docs/Enums.html b/docs/Enums.html index 9e45097..1fab9fd 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -124,7 +124,7 @@

Declaration

diff --git a/docs/Enums/Progress.html b/docs/Enums/Progress.html index b96faa7..cd6fb84 100644 --- a/docs/Enums/Progress.html +++ b/docs/Enums/Progress.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -99,7 +99,7 @@

Progress

Represents the completion progress of a CKRecord save or fetch operation.

@@ -156,7 +156,7 @@

Return Value

The Progress.

@@ -186,7 +186,7 @@

Declaration

@@ -216,7 +216,7 @@

Declaration

@@ -245,7 +245,7 @@

Declaration

@@ -274,7 +274,7 @@

Declaration

@@ -303,7 +303,7 @@

Declaration

@@ -332,7 +332,7 @@

Declaration

diff --git a/docs/Extensions.html b/docs/Extensions.html index 6c39508..888a7f1 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

diff --git a/docs/Protocols.html b/docs/Protocols.html index 06c87fe..a1a2a6e 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -135,7 +135,7 @@

Declaration

@@ -179,7 +179,7 @@

Declaration

diff --git a/docs/Protocols/CCKContainer.html b/docs/Protocols/CCKContainer.html index b09d027..1498cd6 100644 --- a/docs/Protocols/CCKContainer.html +++ b/docs/Protocols/CCKContainer.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -110,7 +110,7 @@

CCKContainer

@@ -148,7 +148,7 @@

Declaration

@@ -191,7 +191,7 @@

Return Value

determine the account status.

diff --git a/docs/Protocols/CCKDatabase.html b/docs/Protocols/CCKDatabase.html index 6d3f235..af23280 100644 --- a/docs/Protocols/CCKDatabase.html +++ b/docs/Protocols/CCKDatabase.html @@ -21,7 +21,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -110,7 +110,7 @@

CCKDatabase

@@ -149,7 +149,7 @@

Declaration

@@ -185,7 +185,7 @@

Declaration

@@ -221,7 +221,7 @@

Declaration

@@ -256,7 +256,7 @@

Declaration

@@ -292,7 +292,7 @@

Declaration

@@ -328,7 +328,7 @@

Declaration

@@ -362,7 +362,7 @@

Declaration

@@ -396,7 +396,7 @@

Declaration

@@ -433,7 +433,7 @@

Declaration

@@ -467,7 +467,7 @@

Declaration

@@ -501,7 +501,7 @@

Declaration

@@ -536,7 +536,7 @@

Declaration

@@ -613,7 +613,7 @@

Return Value

A Publisher that emits the saved CKRecord, or an error if CombineCloudKit can’t save it.

@@ -704,7 +704,7 @@

Return Value

A Publisher that the saved CKRecords, or an error if CombineCloudKit can’t save them.

@@ -783,7 +783,7 @@

Return Value

A Publisher that emits the saved CKRecord, or an error if CombineCloudKit can’t save it.

@@ -860,7 +860,7 @@

Return Value

A Publisher that emits the Progress of the saved CKRecord, or an error if CombineCloudKit can’t save it.

@@ -951,7 +951,7 @@

Return Value

A Publisher that emits the Progress of the saved CKRecords, or an error if CombineCloudKit can’t save them.

@@ -1029,7 +1029,7 @@

Return Value

it.

@@ -1121,7 +1121,7 @@

Return Value

them.

@@ -1188,7 +1188,7 @@

Return Value

A Publisher that emits the saved CKRecord.ID, or an error if CombineCloudKit can’t save it.

@@ -1292,7 +1292,7 @@

Return Value

A Publisher that the saved CKRecords and the deleted CKRecord.IDs.

@@ -1396,7 +1396,7 @@

Return Value

A Publisher that emits the Progress of the saved CKRecords, and the deleted CKRecord.IDs.

@@ -1489,7 +1489,7 @@

Return Value

A Publisher that emits the fetched CKRecord, or an error if CombineCloudKit can’t fetch it.

@@ -1582,7 +1582,7 @@

Return Value

A Publisher that emits the fetched CKRecords, or an error if CombineCloudKit can’t fetch them.

@@ -1650,7 +1650,7 @@

Return Value

A Publisher that emits the CKRecord, or an error if CombineCloudKit can’t fetch it.

@@ -1744,7 +1744,7 @@

Return Value

CombineCloudKit can’t fetch it.

@@ -1838,7 +1838,7 @@

Return Value

CombineCloudKit can’t fetch them.

@@ -1918,7 +1918,7 @@

Return Value

A Publisher that emits the CKRecord, or an error if CombineCloudKit can’t fetch it.

@@ -2064,7 +2064,7 @@

Return Value

A Publisher that emits any matching CKRecords, or an error if CombineCloudKit can’t perform the query.

@@ -2184,7 +2184,7 @@

Return Value

A Publisher that emits any matching CKRecords, or an error if CombineCloudKit can’t perform the query.

@@ -2252,7 +2252,7 @@

Return Value

A Publisher that emits the saved CKRecordZone, or an error if CombineCloudKit can’t save it.

@@ -2329,7 +2329,7 @@

Return Value

A Publisher that emits the saved CKRecordZone, or an error if CombineCloudKit can’t save it.

@@ -2406,7 +2406,7 @@

Return Value

A Publisher that emits the saved CKRecordZones, or an error if CombineCloudKit can’t save them.

@@ -2474,7 +2474,7 @@

Return Value

A Publisher that emits the saved CKRecordZone.ID, or an error if CombineCloudKit can’t save it.

@@ -2552,7 +2552,7 @@

Return Value

it.

@@ -2630,7 +2630,7 @@

Return Value

them.

@@ -2721,7 +2721,7 @@

Return Value

error if CombineCloudKit can’t modify them.

@@ -2789,7 +2789,7 @@

Return Value

A Publisher that emits the CKRecordZone, or an error if CombineCloudKit can’t fetch it.

@@ -2866,7 +2866,7 @@

Return Value

A Publisher that emits the CKRecordZone, or an error if CombineCloudKit can’t fetch it.

@@ -2943,7 +2943,7 @@

Return Value

A Publisher that emits the CKRecordZones, or an error if CombineCloudKit can’t fetch them.

@@ -2991,7 +2991,7 @@

Return Value

A Publisher that emits the CKRecordZones, or an error if CombineCloudKit can’t fetch them.

@@ -3055,7 +3055,7 @@

Return Value

A Publisher that emits the CKRecordZones, or an error if CombineCloudKit can’t fetch them.

@@ -3123,7 +3123,7 @@

Return Value

A Publisher that emits the saved CKSubscription, or an error if CombineCloudKit can’t save it.

@@ -3200,7 +3200,7 @@

Return Value

A Publisher that emits the saved CKSubscription, or an error if CombineCloudKit can’t save it.

@@ -3277,7 +3277,7 @@

Return Value

A Publisher that emits the saved CKSubscriptions, or an error if CombineCloudKit can’t save them.

@@ -3345,7 +3345,7 @@

Return Value

A Publisher that emits the deleted CKSubscriptionID, or an error if CombineCloudKit can’t delete it.

@@ -3423,7 +3423,7 @@

Return Value

it.

@@ -3501,7 +3501,7 @@

Return Value

them.

@@ -3592,7 +3592,7 @@

Return Value

error if CombineCloudKit can’t modify them.

@@ -3660,7 +3660,7 @@

Return Value

A Publisher that emits the CKSubscription, or an error if CombineCloudKit can’t fetch it.

@@ -3737,7 +3737,7 @@

Return Value

A Publisher that emits the CKSubscription, or an error if CombineCloudKit can’t fetch it.

@@ -3814,7 +3814,7 @@

Return Value

A Publisher that emits the CKSubscriptions, or an error if CombineCloudKit can’t fetch them.

@@ -3862,7 +3862,7 @@

Return Value

A Publisher that emits the CKSubscriptions, or an error if CombineCloudKit can’t fetch them.

@@ -3926,7 +3926,7 @@

Return Value

A Publisher that emits the CKSubscriptions, or an error if CombineCloudKit can’t fetch them.

diff --git a/docs/index.html b/docs/index.html index ad60678..e5fb0fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@

- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)

@@ -113,7 +113,7 @@

Swift Package Manager

Swift Package Manager. Optionally, specify a version requirement.

dependencies: [
-  .package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.5.0")
+  .package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.5.1")
 ]