From 10d380b2b3ea5ed2136ed958a362215457132c96 Mon Sep 17 00:00:00 2001 From: wangkai Date: Wed, 29 Jun 2022 18:37:38 +0800 Subject: [PATCH 1/2] d.ts change Signed-off-by: wangkai --- api/@ohos.data.distributedData.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index b69caae78a..a1277b2843 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -389,7 +389,7 @@ declare namespace distributedData { /** * Device-collaborated database, as specified by {@code DeviceKVStore} * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ DEVICE_COLLABORATION = 0, @@ -405,7 +405,7 @@ declare namespace distributedData { /** * Multi-version database, as specified by {@code MultiKVStore} * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ MULTI_VERSION = 2, @@ -423,7 +423,7 @@ declare namespace distributedData { * NO_LEVEL: mains not set the security level. * * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ NO_LEVEL = 0, @@ -536,7 +536,7 @@ declare namespace distributedData { /** * Indicates schema object * @since 8 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ schema?: Schema; -- Gitee From a6c4b176e9511933987505258356a8fa05f49ba6 Mon Sep 17 00:00:00 2001 From: wangkai Date: Tue, 12 Jul 2022 15:07:35 +0800 Subject: [PATCH 2/2] context change Signed-off-by: wangkai --- api/@ohos.data.distributedData.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index a1277b2843..244e0d157b 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -57,7 +57,6 @@ declare namespace distributedData { * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A * @Note: if swap the area, you should close all the KV store and use the new Context to create the KVManager - * @StageModelOnly */ context: Context; } -- Gitee