@wix/forum_categories
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -550,2 +550,3 @@ export interface Category { | ||
* @requiredField categoryId | ||
* @param options - Options for subscribing the contact. | ||
*/ | ||
@@ -570,2 +571,3 @@ export declare function subscribeContactToCategory(categoryId: string, options?: SubscribeContactToCategoryOptions): Promise<void>; | ||
* @requiredField categoryId | ||
* @param options - Options for unsubscribing the contact. | ||
*/ | ||
@@ -572,0 +574,0 @@ export declare function unsubscribeContactFromCategory(categoryId: string, options?: UnsubscribeContactFromCategoryOptions): Promise<void>; |
@@ -278,2 +278,3 @@ "use strict"; | ||
* @requiredField categoryId | ||
* @param options - Options for subscribing the contact. | ||
*/ | ||
@@ -320,2 +321,3 @@ async function subscribeContactToCategory(categoryId, options) { | ||
* @requiredField categoryId | ||
* @param options - Options for unsubscribing the contact. | ||
*/ | ||
@@ -322,0 +324,0 @@ async function unsubscribeContactFromCategory(categoryId, options) { |
@@ -550,2 +550,3 @@ export interface Category { | ||
* @requiredField categoryId | ||
* @param options - Options for subscribing the contact. | ||
*/ | ||
@@ -570,2 +571,3 @@ export declare function subscribeContactToCategory(categoryId: string, options?: SubscribeContactToCategoryOptions): Promise<void>; | ||
* @requiredField categoryId | ||
* @param options - Options for unsubscribing the contact. | ||
*/ | ||
@@ -572,0 +574,0 @@ export declare function unsubscribeContactFromCategory(categoryId: string, options?: UnsubscribeContactFromCategoryOptions): Promise<void>; |
@@ -249,2 +249,3 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
* @requiredField categoryId | ||
* @param options - Options for subscribing the contact. | ||
*/ | ||
@@ -290,2 +291,3 @@ export async function subscribeContactToCategory(categoryId, options) { | ||
* @requiredField categoryId | ||
* @param options - Options for unsubscribing the contact. | ||
*/ | ||
@@ -292,0 +294,0 @@ export async function unsubscribeContactFromCategory(categoryId, options) { |
{ | ||
"name": "@wix/forum_categories", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "df88784b360eaade0e4945a63476ad3fe58ec1dd1170bea2a454e811" | ||
"falconPackageHash": "49dfc5072edf437518a500aae23f317edc781a85b6a0d23af60079e5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
215242
4553