@wix/activity-counters_activity-counters
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -11,3 +11,6 @@ export interface ActivityCounter { | ||
counters?: Counter[]; | ||
/** @readonly */ | ||
/** | ||
* Revision number, which increments by 1 each time the counter is updated. To prevent conflicting changes, the existing revision must be used when updating a counter. | ||
* @readonly | ||
*/ | ||
revision?: string | null; | ||
@@ -14,0 +17,0 @@ } |
@@ -11,3 +11,6 @@ export interface ActivityCounter { | ||
counters?: Counter[]; | ||
/** @readonly */ | ||
/** | ||
* Revision number, which increments by 1 each time the counter is updated. To prevent conflicting changes, the existing revision must be used when updating a counter. | ||
* @readonly | ||
*/ | ||
revision?: string | null; | ||
@@ -289,3 +292,2 @@ } | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -310,3 +312,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -326,3 +327,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField memberId | ||
@@ -358,3 +358,2 @@ * @permissionId MEMBERS.ACTIVITY_COUNTERS_READ | ||
* @public | ||
* @documentationMaturity preview | ||
* @param options - Information about the activity counters to retrieve. | ||
@@ -388,3 +387,2 @@ * @permissionScope Manage Activity Counters | ||
* @param value - Value to compare against. | ||
* @documentationMaturity preview | ||
*/ | ||
@@ -394,18 +392,11 @@ eq: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
* @param value - Value to compare against. | ||
* @documentationMaturity preview | ||
*/ | ||
ne: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
/** @documentationMaturity preview */ | ||
in: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. | ||
* @documentationMaturity preview | ||
*/ | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */ | ||
limit: (limit: number) => ActivityCountersQueryBuilder; | ||
/** @param skip - Number of items to skip in the query results before returning the results. | ||
* @documentationMaturity preview | ||
*/ | ||
/** @param skip - Number of items to skip in the query results before returning the results. */ | ||
skip: (skip: number) => ActivityCountersQueryBuilder; | ||
/** @documentationMaturity preview */ | ||
find: () => Promise<ActivityCountersQueryResult>; | ||
} | ||
export {}; |
@@ -50,3 +50,2 @@ "use strict"; | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -95,3 +94,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -135,3 +133,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField memberId | ||
@@ -188,3 +185,2 @@ * @permissionId MEMBERS.ACTIVITY_COUNTERS_READ | ||
* @public | ||
* @documentationMaturity preview | ||
* @param options - Information about the activity counters to retrieve. | ||
@@ -191,0 +187,0 @@ * @permissionScope Manage Activity Counters |
@@ -11,3 +11,6 @@ export interface ActivityCounter { | ||
counters?: Counter[]; | ||
/** @readonly */ | ||
/** | ||
* Revision number, which increments by 1 each time the counter is updated. To prevent conflicting changes, the existing revision must be used when updating a counter. | ||
* @readonly | ||
*/ | ||
revision?: string | null; | ||
@@ -14,0 +17,0 @@ } |
@@ -11,3 +11,6 @@ export interface ActivityCounter { | ||
counters?: Counter[]; | ||
/** @readonly */ | ||
/** | ||
* Revision number, which increments by 1 each time the counter is updated. To prevent conflicting changes, the existing revision must be used when updating a counter. | ||
* @readonly | ||
*/ | ||
revision?: string | null; | ||
@@ -289,3 +292,2 @@ } | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -310,3 +312,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -326,3 +327,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField memberId | ||
@@ -358,3 +358,2 @@ * @permissionId MEMBERS.ACTIVITY_COUNTERS_READ | ||
* @public | ||
* @documentationMaturity preview | ||
* @param options - Information about the activity counters to retrieve. | ||
@@ -388,3 +387,2 @@ * @permissionScope Manage Activity Counters | ||
* @param value - Value to compare against. | ||
* @documentationMaturity preview | ||
*/ | ||
@@ -394,18 +392,11 @@ eq: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
* @param value - Value to compare against. | ||
* @documentationMaturity preview | ||
*/ | ||
ne: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
/** @documentationMaturity preview */ | ||
in: (propertyName: 'memberId', value: any) => ActivityCountersQueryBuilder; | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. | ||
* @documentationMaturity preview | ||
*/ | ||
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */ | ||
limit: (limit: number) => ActivityCountersQueryBuilder; | ||
/** @param skip - Number of items to skip in the query results before returning the results. | ||
* @documentationMaturity preview | ||
*/ | ||
/** @param skip - Number of items to skip in the query results before returning the results. */ | ||
skip: (skip: number) => ActivityCountersQueryBuilder; | ||
/** @documentationMaturity preview */ | ||
find: () => Promise<ActivityCountersQueryResult>; | ||
} | ||
export {}; |
@@ -24,3 +24,2 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -68,3 +67,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField counter | ||
@@ -107,3 +105,2 @@ * @requiredField memberId | ||
* @public | ||
* @documentationMaturity preview | ||
* @requiredField memberId | ||
@@ -159,3 +156,2 @@ * @permissionId MEMBERS.ACTIVITY_COUNTERS_READ | ||
* @public | ||
* @documentationMaturity preview | ||
* @param options - Information about the activity counters to retrieve. | ||
@@ -162,0 +158,0 @@ * @permissionScope Manage Activity Counters |
{ | ||
"name": "@wix/activity-counters_activity-counters", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"publishConfig": { | ||
@@ -57,3 +57,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "f6f8017347b005e3db46b1ec6c458b844c105bf9fe63aca454aebf67" | ||
"falconPackageHash": "8aef5d57ce3fb610984bc0ff9ae711ebd379ce9f024ad4183ac85bad" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
146964
2752