@proca/api
Advanced tools
Comparing version 3.0.0-alpha.6 to 3.0.0-alpha.9
@@ -32,8 +32,2 @@ export declare type Maybe<T> = T | null; | ||
DateTime: any; | ||
/** | ||
* The `Decimal` scalar type represents signed double-precision fractional | ||
* values parsed by the `Decimal` library. The Decimal appears in a JSON | ||
* response as a string to preserve precision. | ||
*/ | ||
Decimal: any; | ||
Json: any; | ||
@@ -214,2 +208,3 @@ /** | ||
email: Maybe<Scalars['String']>; | ||
message: Maybe<Scalars['String']>; | ||
objectId: Maybe<Scalars['Int']>; | ||
@@ -294,4 +289,4 @@ }; | ||
schema: Maybe<DonationSchema>; | ||
/** Provide amount of this donation */ | ||
amount: Scalars['Decimal']; | ||
/** Provide amount of this donation, in smallest units for currency */ | ||
amount: Scalars['Int']; | ||
/** Provide currency of this donation */ | ||
@@ -307,4 +302,4 @@ currency: Scalars['String']; | ||
schema?: Maybe<DonationSchema>; | ||
/** Provide amount of this donation */ | ||
amount?: Maybe<Scalars['Decimal']>; | ||
/** Provide amount of this donation, in smallest units for currency */ | ||
amount?: Maybe<Scalars['Int']>; | ||
/** Provide currency of this donation */ | ||
@@ -633,2 +628,3 @@ currency?: Maybe<Scalars['String']>; | ||
name: Scalars['String']; | ||
message?: Maybe<Scalars['String']>; | ||
}; | ||
@@ -733,2 +729,3 @@ export declare type RootMutationTypeAddActionArgs = { | ||
name?: Maybe<Scalars['String']>; | ||
url?: Maybe<Scalars['String']>; | ||
}; | ||
@@ -790,3 +787,3 @@ export declare type RootQueryTypeExportActionsArgs = { | ||
export declare type StripePaymentIntentInput = { | ||
amount: Scalars['Float']; | ||
amount: Scalars['Int']; | ||
currency: Scalars['String']; | ||
@@ -796,3 +793,3 @@ paymentMethodTypes?: Maybe<Array<Scalars['String']>>; | ||
export declare type StripeSubscriptionInput = { | ||
amount: Scalars['Float']; | ||
amount: Scalars['Int']; | ||
currency: Scalars['String']; | ||
@@ -799,0 +796,0 @@ frequencyUnit: DonationFrequencyUnit; |
{ | ||
"name": "@proca/api", | ||
"version": "3.0.0-alpha.6", | ||
"version": "3.0.0-alpha.9", | ||
"description": "Client library for Proca API", | ||
@@ -54,3 +54,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "5eab86fd4f28c69316236771397e7bc80e140fc4" | ||
"gitHead": "657083b46998a0c78a2bd4475f01ae6e868fda8a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
586352
9255