@promoboxx/graphql-gateway-types 1.138.0 → 1.139.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.
@@ -29888,7 +29888,7 @@
29888
29888
  "name": null,
29889
29889
  "ofType": {
29890
29890
  "kind": "SCALAR",
29891
- "name": "Int",
29891
+ "name": "String",
29892
29892
  "ofType": null
29893
29893
  }
29894
29894
  },
package/index.d.ts CHANGED
@@ -3242,7 +3242,7 @@ export type FiltersResourceType =
3242
3242
  | 'divisions';
3243
3243
 
3244
3244
  export type FundingSource = {
3245
- amount_cents: Scalars['Int']['input'];
3245
+ amount_cents: Scalars['String']['input'];
3246
3246
  entity_id: Scalars['ID']['input'];
3247
3247
  entity_type: Scalars['String']['input'];
3248
3248
  ledger_type: Scalars['String']['input'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.138.0",
3
+ "version": "1.139.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -3130,7 +3130,7 @@ enum FiltersResourceType {
3130
3130
  }
3131
3131
 
3132
3132
  input FundingSource {
3133
- amount_cents: Int!
3133
+ amount_cents: String!
3134
3134
  entity_id: ID!
3135
3135
  entity_type: String!
3136
3136
  ledger_type: String!