@wix/app-extensions 1.0.1 → 1.0.2

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.
@@ -19270,14 +19270,6 @@ interface BackOfficeCustomization {
19270
19270
  coreApps?: CoreApps;
19271
19271
  /** Optional sidepanel customization, if not provided, sidePanel will not be shown */
19272
19272
  leftPanel?: LeftPanel;
19273
- /**
19274
- * Optional list of page IDs that should kept alive on the client.
19275
- * @maxSize 2
19276
- * @deprecated Optional list of page IDs that should kept alive on the client.
19277
- * @replacedBy keep_alive_config
19278
- * @targetRemovalDate 2026-12-31
19279
- */
19280
- keepAlivePages?: KeepAlivePage[];
19281
19273
  /** Optional pages configuration, if not provided the default pages configuration will be used */
19282
19274
  pagesConfig?: PagesConfig;
19283
19275
  }
@@ -19599,10 +19591,6 @@ interface LeftPanelWidgetConfig {
19599
19591
  /** @format GUID */
19600
19592
  extensionId?: string;
19601
19593
  }
19602
- interface KeepAlivePage {
19603
- /** @format GUID */
19604
- pageId?: string;
19605
- }
19606
19594
  interface PagesConfig {
19607
19595
  /** Optional keep-alive pages configuration, including page IDs and caching options. */
19608
19596
  keepAliveConfig?: KeepAliveConfig;
@@ -19270,14 +19270,6 @@ interface BackOfficeCustomization {
19270
19270
  coreApps?: CoreApps;
19271
19271
  /** Optional sidepanel customization, if not provided, sidePanel will not be shown */
19272
19272
  leftPanel?: LeftPanel;
19273
- /**
19274
- * Optional list of page IDs that should kept alive on the client.
19275
- * @maxSize 2
19276
- * @deprecated Optional list of page IDs that should kept alive on the client.
19277
- * @replacedBy keep_alive_config
19278
- * @targetRemovalDate 2026-12-31
19279
- */
19280
- keepAlivePages?: KeepAlivePage[];
19281
19273
  /** Optional pages configuration, if not provided the default pages configuration will be used */
19282
19274
  pagesConfig?: PagesConfig;
19283
19275
  }
@@ -19599,10 +19591,6 @@ interface LeftPanelWidgetConfig {
19599
19591
  /** @format GUID */
19600
19592
  extensionId?: string;
19601
19593
  }
19602
- interface KeepAlivePage {
19603
- /** @format GUID */
19604
- pageId?: string;
19605
- }
19606
19594
  interface PagesConfig {
19607
19595
  /** Optional keep-alive pages configuration, including page IDs and caching options. */
19608
19596
  keepAliveConfig?: KeepAliveConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/app-extensions",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,5 +32,5 @@
32
32
  "groupId": "com.wixpress.public-sdk-autogen"
33
33
  }
34
34
  },
35
- "falconPackageHash": "13cbabc4956b7933e07d4d8af978dd46aaea5903880992c48dce7510"
35
+ "falconPackageHash": "21b1fbb9cb73534b3d084b1fe70ee8b2a04c60cd6af79a2e5c186517"
36
36
  }