@cimplify/sdk 0.2.3 → 0.2.4
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.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1699,9 +1699,8 @@ interface CheckoutResult {
|
|
|
1699
1699
|
authorization_url?: string;
|
|
1700
1700
|
display_text?: string;
|
|
1701
1701
|
provider?: string;
|
|
1702
|
-
access_code?: string;
|
|
1703
|
-
public_key?: string;
|
|
1704
1702
|
client_secret?: string;
|
|
1703
|
+
public_key?: string;
|
|
1705
1704
|
}
|
|
1706
1705
|
|
|
1707
1706
|
declare class CheckoutService {
|
package/dist/index.d.ts
CHANGED
|
@@ -1699,9 +1699,8 @@ interface CheckoutResult {
|
|
|
1699
1699
|
authorization_url?: string;
|
|
1700
1700
|
display_text?: string;
|
|
1701
1701
|
provider?: string;
|
|
1702
|
-
access_code?: string;
|
|
1703
|
-
public_key?: string;
|
|
1704
1702
|
client_secret?: string;
|
|
1703
|
+
public_key?: string;
|
|
1705
1704
|
}
|
|
1706
1705
|
|
|
1707
1706
|
declare class CheckoutService {
|