@wix/auto_sdk_cache_cache 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ export declare function invalidateCache(invalidationMethods: InvalidationMethods
50
50
  * Takes the metaSiteID from the context and performs a hard purge.
51
51
  * @public
52
52
  * @documentationMaturity preview
53
- * @permissionId SSR.INVALIDATE_SITE_CACHE
53
+ * @permissionId SSR.INVALIDATE_CACHE
54
54
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
55
55
  */
56
56
  export declare function purgeSiteCache(): Promise<void>;
@@ -82,7 +82,7 @@ exports.invalidateCache = invalidateCache;
82
82
  * Takes the metaSiteID from the context and performs a hard purge.
83
83
  * @public
84
84
  * @documentationMaturity preview
85
- * @permissionId SSR.INVALIDATE_SITE_CACHE
85
+ * @permissionId SSR.INVALIDATE_CACHE
86
86
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
87
87
  */
88
88
  async function purgeSiteCache() {
@@ -50,7 +50,7 @@ export declare function invalidateCache(invalidationMethods: InvalidationMethods
50
50
  * Takes the metaSiteID from the context and performs a hard purge.
51
51
  * @public
52
52
  * @documentationMaturity preview
53
- * @permissionId SSR.INVALIDATE_SITE_CACHE
53
+ * @permissionId SSR.INVALIDATE_CACHE
54
54
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
55
55
  */
56
56
  export declare function purgeSiteCache(): Promise<void>;
@@ -55,7 +55,7 @@ export async function invalidateCache(invalidationMethods) {
55
55
  * Takes the metaSiteID from the context and performs a hard purge.
56
56
  * @public
57
57
  * @documentationMaturity preview
58
- * @permissionId SSR.INVALIDATE_SITE_CACHE
58
+ * @permissionId SSR.INVALIDATE_CACHE
59
59
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
60
60
  */
61
61
  export async function purgeSiteCache() {
@@ -50,7 +50,7 @@ export declare function invalidateCache(invalidationMethods: InvalidationMethods
50
50
  * Takes the metaSiteID from the context and performs a hard purge.
51
51
  * @public
52
52
  * @documentationMaturity preview
53
- * @permissionId SSR.INVALIDATE_SITE_CACHE
53
+ * @permissionId SSR.INVALIDATE_CACHE
54
54
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
55
55
  */
56
56
  export declare function purgeSiteCache(): Promise<void>;
@@ -82,7 +82,7 @@ exports.invalidateCache = invalidateCache;
82
82
  * Takes the metaSiteID from the context and performs a hard purge.
83
83
  * @public
84
84
  * @documentationMaturity preview
85
- * @permissionId SSR.INVALIDATE_SITE_CACHE
85
+ * @permissionId SSR.INVALIDATE_CACHE
86
86
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
87
87
  */
88
88
  async function purgeSiteCache() {
@@ -50,7 +50,7 @@ export declare function invalidateCache(invalidationMethods: InvalidationMethods
50
50
  * Takes the metaSiteID from the context and performs a hard purge.
51
51
  * @public
52
52
  * @documentationMaturity preview
53
- * @permissionId SSR.INVALIDATE_SITE_CACHE
53
+ * @permissionId SSR.INVALIDATE_CACHE
54
54
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
55
55
  */
56
56
  export declare function purgeSiteCache(): Promise<void>;
@@ -55,7 +55,7 @@ export async function invalidateCache(invalidationMethods) {
55
55
  * Takes the metaSiteID from the context and performs a hard purge.
56
56
  * @public
57
57
  * @documentationMaturity preview
58
- * @permissionId SSR.INVALIDATE_SITE_CACHE
58
+ * @permissionId SSR.INVALIDATE_CACHE
59
59
  * @fqn com.wixpress.html.cache.invalidate.InvalidateCacheService.PurgeSiteCache
60
60
  */
61
61
  export async function purgeSiteCache() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_cache_cache",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ssr.v1.invalidate_cache_request"
49
49
  }
50
50
  },
51
- "falconPackageHash": "f2b649aefcfc36076fedcd90dcfd8ebd92ef001d594353ff2a486731"
51
+ "falconPackageHash": "8dbe36b7d8a827661f85942cf05092cf691715af5ff86212272299b5"
52
52
  }