@promoboxx/graphql-gateway-types 1.35.0 → 1.37.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/graphql.schema.json +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/schema.graphql +1 -1
package/graphql.schema.json
CHANGED
|
@@ -49876,7 +49876,7 @@
|
|
|
49876
49876
|
"description": "Gets the specific stripe payment intent with the given ID",
|
|
49877
49877
|
"args": [
|
|
49878
49878
|
{
|
|
49879
|
-
"name": "
|
|
49879
|
+
"name": "typeId",
|
|
49880
49880
|
"description": null,
|
|
49881
49881
|
"type": {
|
|
49882
49882
|
"kind": "NON_NULL",
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -4563,7 +4563,7 @@ type Query {
|
|
|
4563
4563
|
getStripePaymentIntentByID(id: ID!): StripePaymentIntent!
|
|
4564
4564
|
|
|
4565
4565
|
"""Gets the specific stripe payment intent with the given ID"""
|
|
4566
|
-
getStripePaymentIntents(
|
|
4566
|
+
getStripePaymentIntents(typeId: ID!, walletType: String!): [StripePaymentIntent!]
|
|
4567
4567
|
getSupportedLocales: [String!]
|
|
4568
4568
|
getTwitterAccount(id: ID!, params: TwitterAccountParams): TwitterAccount!
|
|
4569
4569
|
getTwitterAccounts(params: TwitterAccountParams, resourceId: ID!, resourceType: String!): [TwitterAccount!]!
|