@rechargeapps/storefront-client 0.22.0 → 0.23.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/dist/index.d.ts CHANGED
@@ -1454,7 +1454,7 @@ interface OnetimeCreateProps {
1454
1454
  add_to_next_charge?: boolean;
1455
1455
  }
1456
1456
  declare type CreateOnetimeRequest = SubType<Onetime, OnetimeRequiredCreateProps, OnetimeOptionalCreateProps> & OnetimeCreateProps;
1457
- declare type OnetimeOptionalUpdateProps = 'address_id' | 'next_charge_scheduled_at' | 'properties' | 'quantity' | 'external_variant_id' | 'sku';
1457
+ declare type OnetimeOptionalUpdateProps = 'next_charge_scheduled_at' | 'properties' | 'quantity' | 'external_variant_id' | 'sku';
1458
1458
  declare type UpdateOnetimeRequest = Partial<Pick<Onetime, OnetimeOptionalUpdateProps>>;
1459
1459
  interface OnetimesResponse {
1460
1460
  next_cursor: null | string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * recharge-client-0.22.0.min.js
2
+ * recharge-client-0.23.1.min.js
3
3
  * Copyright (c) Recharge
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rechargeapps/storefront-client",
3
3
  "description": "Storefront client for Recharge",
4
- "version": "0.22.0",
4
+ "version": "0.23.1",
5
5
  "license": "ISC",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",