@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/components/index.cjs +3 -3
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +3 -3
- package/dist/guards.d.cts +1 -1
- package/dist/guards.d.ts +1 -1
- package/dist/hooks/index.d.cts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/{index.d-DvLuMU7T.d.cts → index.d-DPYkwmIv.d.cts} +4 -4
- package/dist/{index.d-DvLuMU7T.d.ts → index.d-DPYkwmIv.d.ts} +4 -4
- package/dist/providers/index.d.cts +1 -1
- package/dist/providers/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/guards.d.cts
CHANGED
package/dist/guards.d.ts
CHANGED
package/dist/hooks/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Client, s as schemas } from '../index.d-
|
|
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];
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Client, s as schemas } from '../index.d-
|
|
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
|
-
|
|
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
|
-
|
|
13212
|
+
RubaSelfPaymentMethodInUse: {
|
|
13213
13213
|
|
|
13214
|
-
error: '
|
|
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']['
|
|
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
|
-
|
|
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
|
-
|
|
13212
|
+
RubaSelfPaymentMethodInUse: {
|
|
13213
13213
|
|
|
13214
|
-
error: '
|
|
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']['
|
|
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-
|
|
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-
|
|
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
|
|
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.
|
|
7
|
+
"version": "0.3.1",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|