@wix/auto_sdk_subscription_subscriptions 1.0.14 → 1.0.15

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.
@@ -1883,6 +1883,11 @@ interface SortingClauses {
1883
1883
  interface SearchSubscriptionsResponse {
1884
1884
  subscriptions?: Subscription[];
1885
1885
  cursor?: CursorPaging;
1886
+ pagingMetadata?: CursorPagingMetadata;
1887
+ }
1888
+ interface CursorPagingMetadata {
1889
+ /** Total number of items matching the filter. Available only on the first page of *Search* */
1890
+ total?: number | null;
1886
1891
  }
1887
1892
  interface TurnOnSubscriptionAutoRenewalRequest {
1888
1893
  /** @format GUID */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_subscription_subscriptions",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.billing.v1.subscription"
51
51
  }
52
52
  },
53
- "falconPackageHash": "94a161cbfcfa38839487c96b745ccd2d0d6e8b7a4a1258054b9616bb"
53
+ "falconPackageHash": "3f059be435d378a47d77a4688833b72e360028f7ef7591eeb4ab0dcb"
54
54
  }