@wix/app-extensions 1.0.1 → 1.0.3

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;
@@ -21107,7 +21095,8 @@ interface AppRouter {
21107
21095
  preferredPrefix?: string;
21108
21096
  /**
21109
21097
  * The data/routing source shared across the router's pages.
21110
- * @format WEB_URL
21098
+ * @minLength 1
21099
+ * @maxLength 2048
21111
21100
  */
21112
21101
  routerServiceUrl?: string;
21113
21102
  /**
@@ -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;
@@ -21107,7 +21095,8 @@ interface AppRouter {
21107
21095
  preferredPrefix?: string;
21108
21096
  /**
21109
21097
  * The data/routing source shared across the router's pages.
21110
- * @format WEB_URL
21098
+ * @minLength 1
21099
+ * @maxLength 2048
21111
21100
  */
21112
21101
  routerServiceUrl?: string;
21113
21102
  /**
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.3",
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": "e803efe7a80776ba3f1186c62425e76c6524c8978f6dd9b0f9a31cae"
36
36
  }