@stigg/api-client-js 0.456.0 → 0.456.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "0.456.0",
3
+ "version": "0.456.1",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "graphql": "^15.6.1",
@@ -162,7 +162,7 @@ export declare type AttachCustomerPaymentMethodInput = {
162
162
  };
163
163
  export declare type BillableFeatureInput = {
164
164
  featureId: Scalars['String'];
165
- usageLimit: Scalars['Float'];
165
+ quantity: Scalars['Float'];
166
166
  };
167
167
  export declare enum BillingAnchor {
168
168
  StartOfTheMonth = "START_OF_THE_MONTH",