@bundleup/sdk 0.0.14 → 0.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.
package/dist/index.d.mts CHANGED
@@ -128,9 +128,8 @@ interface Params {
128
128
  interface Response$1<T> {
129
129
  data: T;
130
130
  _raw?: any;
131
- pageInfo: {
131
+ metadata: {
132
132
  next: string | null;
133
- limit: number;
134
133
  };
135
134
  }
136
135
  declare abstract class Base {
package/dist/index.d.ts CHANGED
@@ -128,9 +128,8 @@ interface Params {
128
128
  interface Response$1<T> {
129
129
  data: T;
130
130
  _raw?: any;
131
- pageInfo: {
131
+ metadata: {
132
132
  next: string | null;
133
- limit: number;
134
133
  };
135
134
  }
136
135
  declare abstract class Base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundleup/sdk",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "SDK package for BundleUp",
5
5
  "exports": {
6
6
  ".": {