@getruba/checkout 0.3.0 → 0.3.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/guards.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { s as schemas } from './index.d-DvLuMU7T.cjs';
1
+ import { s as schemas } from './index.d-DPYkwmIv.cjs';
2
2
  import 'openapi-fetch';
3
3
 
4
4
  interface ProductCheckoutMixin {
package/dist/guards.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { s as schemas } from './index.d-DvLuMU7T.js';
1
+ import { s as schemas } from './index.d-DPYkwmIv.js';
2
2
  import 'openapi-fetch';
3
3
 
4
4
  interface ProductCheckoutMixin {
@@ -1,4 +1,4 @@
1
- import { C as Client, s as schemas } from '../index.d-DvLuMU7T.cjs';
1
+ import { C as Client, s as schemas } from '../index.d-DPYkwmIv.cjs';
2
2
  import 'openapi-fetch';
3
3
 
4
4
  declare const useCheckoutFulfillmentListener: (client: Client, checkout: schemas["CheckoutPublic"], maxWaitingTimeMs?: number) => [() => Promise<void>, string | null];
@@ -1,4 +1,4 @@
1
- import { C as Client, s as schemas } from '../index.d-DvLuMU7T.js';
1
+ import { C as Client, s as schemas } from '../index.d-DPYkwmIv.js';
2
2
  import 'openapi-fetch';
3
3
 
4
4
  declare const useCheckoutFulfillmentListener: (client: Client, checkout: schemas["CheckoutPublic"], maxWaitingTimeMs?: number) => [() => Promise<void>, string | null];
@@ -9157,7 +9157,7 @@ interface components {
9157
9157
 
9158
9158
  position: number;
9159
9159
 
9160
- is_polar_bot: boolean;
9160
+ is_ruba_bot: boolean;
9161
9161
 
9162
9162
  color: string;
9163
9163
  };
@@ -13209,9 +13209,9 @@ interface components {
13209
13209
 
13210
13210
  PledgeState: 'initiated' | 'created' | 'pending' | 'refunded' | 'disputed' | 'charge_disputed' | 'cancelled';
13211
13211
 
13212
- PolarSelfPaymentMethodInUse: {
13212
+ RubaSelfPaymentMethodInUse: {
13213
13213
 
13214
- error: 'PolarSelfPaymentMethodInUse';
13214
+ error: 'RubaSelfPaymentMethodInUse';
13215
13215
 
13216
13216
  detail: string;
13217
13217
  };
@@ -18551,7 +18551,7 @@ interface operations {
18551
18551
  [name: string]: unknown;
18552
18552
  };
18553
18553
  content: {
18554
- 'application/json': components['schemas']['PolarSelfPaymentMethodInUse'];
18554
+ 'application/json': components['schemas']['RubaSelfPaymentMethodInUse'];
18555
18555
  };
18556
18556
  };
18557
18557
 
@@ -9157,7 +9157,7 @@ interface components {
9157
9157
 
9158
9158
  position: number;
9159
9159
 
9160
- is_polar_bot: boolean;
9160
+ is_ruba_bot: boolean;
9161
9161
 
9162
9162
  color: string;
9163
9163
  };
@@ -13209,9 +13209,9 @@ interface components {
13209
13209
 
13210
13210
  PledgeState: 'initiated' | 'created' | 'pending' | 'refunded' | 'disputed' | 'charge_disputed' | 'cancelled';
13211
13211
 
13212
- PolarSelfPaymentMethodInUse: {
13212
+ RubaSelfPaymentMethodInUse: {
13213
13213
 
13214
- error: 'PolarSelfPaymentMethodInUse';
13214
+ error: 'RubaSelfPaymentMethodInUse';
13215
13215
 
13216
13216
  detail: string;
13217
13217
  };
@@ -18551,7 +18551,7 @@ interface operations {
18551
18551
  [name: string]: unknown;
18552
18552
  };
18553
18553
  content: {
18554
- 'application/json': components['schemas']['PolarSelfPaymentMethodInUse'];
18554
+ 'application/json': components['schemas']['RubaSelfPaymentMethodInUse'];
18555
18555
  };
18556
18556
  };
18557
18557
 
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
- import { s as schemas, o as operations, C as Client } from '../index.d-DvLuMU7T.cjs';
3
+ import { s as schemas, o as operations, C as Client } from '../index.d-DPYkwmIv.cjs';
4
4
  import { A } from './config-oYrbe6vX.js';
5
5
  import { Stripe, StripeElements } from '@stripe/stripe-js';
6
6
  import { UseFormReturn } from 'react-hook-form';
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as react from 'react';
3
- import { s as schemas, o as operations, C as Client } from '../index.d-DvLuMU7T.js';
3
+ import { s as schemas, o as operations, C as Client } from '../index.d-DPYkwmIv.js';
4
4
  import { A } from './config-oYrbe6vX.js';
5
5
  import { Stripe, StripeElements } from '@stripe/stripe-js';
6
6
  import { UseFormReturn } from 'react-hook-form';
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@getruba/checkout",
3
- "description": "Ruba Checkout SDK",
3
+ "description": "Embeddable checkout and payment components for Ruba integrations.",
4
4
  "author": "Ruba",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
- "version": "0.3.0",
7
+ "version": "0.3.1",
8
8
  "files": [
9
9
  "dist"
10
10
  ],