@rechargeapps/storefront-client 0.22.0 → 0.23.0
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 = '
|
|
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;
|