billfixers-partner 1.2.1 → 1.2.5

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.
data/partner_schema.json CHANGED
@@ -156,6 +156,22 @@
156
156
  "isDeprecated": false,
157
157
  "deprecationReason": null
158
158
  },
159
+ {
160
+ "name": "badDocument",
161
+ "description": null,
162
+ "args": [],
163
+ "type": {
164
+ "kind": "NON_NULL",
165
+ "name": null,
166
+ "ofType": {
167
+ "kind": "SCALAR",
168
+ "name": "Boolean",
169
+ "ofType": null
170
+ }
171
+ },
172
+ "isDeprecated": false,
173
+ "deprecationReason": null
174
+ },
159
175
  {
160
176
  "name": "cancelledAt",
161
177
  "description": "The date the bill negotiations were cancelled, if present",
@@ -216,6 +232,106 @@
216
232
  "isDeprecated": false,
217
233
  "deprecationReason": null
218
234
  },
235
+ {
236
+ "name": "documentCount",
237
+ "description": null,
238
+ "args": [],
239
+ "type": {
240
+ "kind": "NON_NULL",
241
+ "name": null,
242
+ "ofType": {
243
+ "kind": "SCALAR",
244
+ "name": "Int",
245
+ "ofType": null
246
+ }
247
+ },
248
+ "isDeprecated": false,
249
+ "deprecationReason": null
250
+ },
251
+ {
252
+ "name": "documentless",
253
+ "description": "",
254
+ "args": [],
255
+ "type": {
256
+ "kind": "NON_NULL",
257
+ "name": null,
258
+ "ofType": {
259
+ "kind": "SCALAR",
260
+ "name": "Boolean",
261
+ "ofType": null
262
+ }
263
+ },
264
+ "isDeprecated": false,
265
+ "deprecationReason": null
266
+ },
267
+ {
268
+ "name": "documentlessAllowed",
269
+ "description": "Allows documentless submission of a bill",
270
+ "args": [],
271
+ "type": {
272
+ "kind": "NON_NULL",
273
+ "name": null,
274
+ "ofType": {
275
+ "kind": "SCALAR",
276
+ "name": "Boolean",
277
+ "ofType": null
278
+ }
279
+ },
280
+ "isDeprecated": false,
281
+ "deprecationReason": null
282
+ },
283
+ {
284
+ "name": "documentlessInfo",
285
+ "description": "A JSON object containing fields needed for documentless negotiation related to this bill's provider.",
286
+ "args": [],
287
+ "type": {
288
+ "kind": "SCALAR",
289
+ "name": "JSON",
290
+ "ofType": null
291
+ },
292
+ "isDeprecated": false,
293
+ "deprecationReason": null
294
+ },
295
+ {
296
+ "name": "documents",
297
+ "description": null,
298
+ "args": [],
299
+ "type": {
300
+ "kind": "NON_NULL",
301
+ "name": null,
302
+ "ofType": {
303
+ "kind": "LIST",
304
+ "name": null,
305
+ "ofType": {
306
+ "kind": "NON_NULL",
307
+ "name": null,
308
+ "ofType": {
309
+ "kind": "OBJECT",
310
+ "name": "Document",
311
+ "ofType": null
312
+ }
313
+ }
314
+ }
315
+ },
316
+ "isDeprecated": false,
317
+ "deprecationReason": null
318
+ },
319
+ {
320
+ "name": "grossSavings",
321
+ "description": "The lifetime value gained from negotiations",
322
+ "args": [],
323
+ "type": {
324
+ "kind": "NON_NULL",
325
+ "name": null,
326
+ "ofType": {
327
+ "kind": "SCALAR",
328
+ "name": "Money",
329
+ "ofType": null
330
+ }
331
+ },
332
+ "isDeprecated": false,
333
+ "deprecationReason": null
334
+ },
219
335
  {
220
336
  "name": "id",
221
337
  "description": "Alpha-numeric unique identifier",
@@ -232,6 +348,30 @@
232
348
  "isDeprecated": false,
233
349
  "deprecationReason": null
234
350
  },
351
+ {
352
+ "name": "informationRequests",
353
+ "description": null,
354
+ "args": [],
355
+ "type": {
356
+ "kind": "NON_NULL",
357
+ "name": null,
358
+ "ofType": {
359
+ "kind": "LIST",
360
+ "name": null,
361
+ "ofType": {
362
+ "kind": "NON_NULL",
363
+ "name": null,
364
+ "ofType": {
365
+ "kind": "OBJECT",
366
+ "name": "InformationRequest",
367
+ "ofType": null
368
+ }
369
+ }
370
+ }
371
+ },
372
+ "isDeprecated": false,
373
+ "deprecationReason": null
374
+ },
235
375
  {
236
376
  "name": "items",
237
377
  "description": "The items on the bill",
@@ -256,6 +396,22 @@
256
396
  "isDeprecated": false,
257
397
  "deprecationReason": null
258
398
  },
399
+ {
400
+ "name": "missingDocumentInfo",
401
+ "description": null,
402
+ "args": [],
403
+ "type": {
404
+ "kind": "NON_NULL",
405
+ "name": null,
406
+ "ofType": {
407
+ "kind": "SCALAR",
408
+ "name": "Boolean",
409
+ "ofType": null
410
+ }
411
+ },
412
+ "isDeprecated": false,
413
+ "deprecationReason": null
414
+ },
259
415
  {
260
416
  "name": "offers",
261
417
  "description": null,
@@ -346,7 +502,7 @@
346
502
  },
347
503
  {
348
504
  "name": "totalSavings",
349
- "description": "The total value gained from negotiations",
505
+ "description": "The current value gained from negotiations",
350
506
  "args": [],
351
507
  "type": {
352
508
  "kind": "NON_NULL",
@@ -860,6 +1016,22 @@
860
1016
  "name": "Customer",
861
1017
  "description": "The person being billed by a provider",
862
1018
  "fields": [
1019
+ {
1020
+ "name": "allTimeGrossSavings",
1021
+ "description": null,
1022
+ "args": [],
1023
+ "type": {
1024
+ "kind": "NON_NULL",
1025
+ "name": null,
1026
+ "ofType": {
1027
+ "kind": "SCALAR",
1028
+ "name": "Money",
1029
+ "ofType": null
1030
+ }
1031
+ },
1032
+ "isDeprecated": false,
1033
+ "deprecationReason": null
1034
+ },
863
1035
  {
864
1036
  "name": "avatarUrl",
865
1037
  "description": null,
@@ -892,6 +1064,22 @@
892
1064
  "isDeprecated": false,
893
1065
  "deprecationReason": null
894
1066
  },
1067
+ {
1068
+ "name": "billCount",
1069
+ "description": null,
1070
+ "args": [],
1071
+ "type": {
1072
+ "kind": "NON_NULL",
1073
+ "name": null,
1074
+ "ofType": {
1075
+ "kind": "SCALAR",
1076
+ "name": "Int",
1077
+ "ofType": null
1078
+ }
1079
+ },
1080
+ "isDeprecated": false,
1081
+ "deprecationReason": null
1082
+ },
895
1083
  {
896
1084
  "name": "bills",
897
1085
  "description": null,
@@ -970,13 +1158,9 @@
970
1158
  "description": null,
971
1159
  "args": [],
972
1160
  "type": {
973
- "kind": "NON_NULL",
974
- "name": null,
975
- "ofType": {
976
- "kind": "SCALAR",
977
- "name": "String",
978
- "ofType": null
979
- }
1161
+ "kind": "SCALAR",
1162
+ "name": "String",
1163
+ "ofType": null
980
1164
  },
981
1165
  "isDeprecated": false,
982
1166
  "deprecationReason": null
@@ -1049,6 +1233,50 @@
1049
1233
  "isDeprecated": false,
1050
1234
  "deprecationReason": null
1051
1235
  },
1236
+ {
1237
+ "name": "readyBillCount",
1238
+ "description": null,
1239
+ "args": [],
1240
+ "type": {
1241
+ "kind": "NON_NULL",
1242
+ "name": null,
1243
+ "ofType": {
1244
+ "kind": "SCALAR",
1245
+ "name": "Int",
1246
+ "ofType": null
1247
+ }
1248
+ },
1249
+ "isDeprecated": false,
1250
+ "deprecationReason": null
1251
+ },
1252
+ {
1253
+ "name": "referralData",
1254
+ "description": null,
1255
+ "args": [],
1256
+ "type": {
1257
+ "kind": "SCALAR",
1258
+ "name": "JSON",
1259
+ "ofType": null
1260
+ },
1261
+ "isDeprecated": false,
1262
+ "deprecationReason": null
1263
+ },
1264
+ {
1265
+ "name": "type",
1266
+ "description": null,
1267
+ "args": [],
1268
+ "type": {
1269
+ "kind": "NON_NULL",
1270
+ "name": null,
1271
+ "ofType": {
1272
+ "kind": "SCALAR",
1273
+ "name": "String",
1274
+ "ofType": null
1275
+ }
1276
+ },
1277
+ "isDeprecated": false,
1278
+ "deprecationReason": null
1279
+ },
1052
1280
  {
1053
1281
  "name": "updatedAt",
1054
1282
  "description": null,
@@ -1294,11 +1522,11 @@
1294
1522
  },
1295
1523
  {
1296
1524
  "kind": "OBJECT",
1297
- "name": "Fixer",
1525
+ "name": "Document",
1298
1526
  "description": null,
1299
1527
  "fields": [
1300
1528
  {
1301
- "name": "email",
1529
+ "name": "createdAt",
1302
1530
  "description": null,
1303
1531
  "args": [],
1304
1532
  "type": {
@@ -1306,7 +1534,7 @@
1306
1534
  "name": null,
1307
1535
  "ofType": {
1308
1536
  "kind": "SCALAR",
1309
- "name": "String",
1537
+ "name": "DateTime",
1310
1538
  "ofType": null
1311
1539
  }
1312
1540
  },
@@ -1314,7 +1542,7 @@
1314
1542
  "deprecationReason": null
1315
1543
  },
1316
1544
  {
1317
- "name": "firstName",
1545
+ "name": "documentableId",
1318
1546
  "description": null,
1319
1547
  "args": [],
1320
1548
  "type": {
@@ -1322,7 +1550,7 @@
1322
1550
  "name": null,
1323
1551
  "ofType": {
1324
1552
  "kind": "SCALAR",
1325
- "name": "String",
1553
+ "name": "ID",
1326
1554
  "ofType": null
1327
1555
  }
1328
1556
  },
@@ -1330,7 +1558,7 @@
1330
1558
  "deprecationReason": null
1331
1559
  },
1332
1560
  {
1333
- "name": "firstNameLastInitial",
1561
+ "name": "documentableType",
1334
1562
  "description": null,
1335
1563
  "args": [],
1336
1564
  "type": {
@@ -1346,7 +1574,7 @@
1346
1574
  "deprecationReason": null
1347
1575
  },
1348
1576
  {
1349
- "name": "id",
1577
+ "name": "filename",
1350
1578
  "description": null,
1351
1579
  "args": [],
1352
1580
  "type": {
@@ -1354,7 +1582,7 @@
1354
1582
  "name": null,
1355
1583
  "ofType": {
1356
1584
  "kind": "SCALAR",
1357
- "name": "ID",
1585
+ "name": "String",
1358
1586
  "ofType": null
1359
1587
  }
1360
1588
  },
@@ -1362,7 +1590,7 @@
1362
1590
  "deprecationReason": null
1363
1591
  },
1364
1592
  {
1365
- "name": "lastName",
1593
+ "name": "id",
1366
1594
  "description": null,
1367
1595
  "args": [],
1368
1596
  "type": {
@@ -1370,7 +1598,7 @@
1370
1598
  "name": null,
1371
1599
  "ofType": {
1372
1600
  "kind": "SCALAR",
1373
- "name": "String",
1601
+ "name": "ID",
1374
1602
  "ofType": null
1375
1603
  }
1376
1604
  },
@@ -1378,7 +1606,19 @@
1378
1606
  "deprecationReason": null
1379
1607
  },
1380
1608
  {
1381
- "name": "name",
1609
+ "name": "title",
1610
+ "description": null,
1611
+ "args": [],
1612
+ "type": {
1613
+ "kind": "SCALAR",
1614
+ "name": "String",
1615
+ "ofType": null
1616
+ },
1617
+ "isDeprecated": false,
1618
+ "deprecationReason": null
1619
+ },
1620
+ {
1621
+ "name": "url",
1382
1622
  "description": null,
1383
1623
  "args": [],
1384
1624
  "type": {
@@ -1392,9 +1632,116 @@
1392
1632
  },
1393
1633
  "isDeprecated": false,
1394
1634
  "deprecationReason": null
1395
- },
1396
- {
1397
- "name": "phoneNumber",
1635
+ }
1636
+ ],
1637
+ "inputFields": null,
1638
+ "interfaces": [],
1639
+ "enumValues": null,
1640
+ "possibleTypes": null
1641
+ },
1642
+ {
1643
+ "kind": "OBJECT",
1644
+ "name": "Fixer",
1645
+ "description": null,
1646
+ "fields": [
1647
+ {
1648
+ "name": "email",
1649
+ "description": null,
1650
+ "args": [],
1651
+ "type": {
1652
+ "kind": "NON_NULL",
1653
+ "name": null,
1654
+ "ofType": {
1655
+ "kind": "SCALAR",
1656
+ "name": "String",
1657
+ "ofType": null
1658
+ }
1659
+ },
1660
+ "isDeprecated": false,
1661
+ "deprecationReason": null
1662
+ },
1663
+ {
1664
+ "name": "firstName",
1665
+ "description": null,
1666
+ "args": [],
1667
+ "type": {
1668
+ "kind": "NON_NULL",
1669
+ "name": null,
1670
+ "ofType": {
1671
+ "kind": "SCALAR",
1672
+ "name": "String",
1673
+ "ofType": null
1674
+ }
1675
+ },
1676
+ "isDeprecated": false,
1677
+ "deprecationReason": null
1678
+ },
1679
+ {
1680
+ "name": "firstNameLastInitial",
1681
+ "description": null,
1682
+ "args": [],
1683
+ "type": {
1684
+ "kind": "NON_NULL",
1685
+ "name": null,
1686
+ "ofType": {
1687
+ "kind": "SCALAR",
1688
+ "name": "String",
1689
+ "ofType": null
1690
+ }
1691
+ },
1692
+ "isDeprecated": false,
1693
+ "deprecationReason": null
1694
+ },
1695
+ {
1696
+ "name": "id",
1697
+ "description": null,
1698
+ "args": [],
1699
+ "type": {
1700
+ "kind": "NON_NULL",
1701
+ "name": null,
1702
+ "ofType": {
1703
+ "kind": "SCALAR",
1704
+ "name": "ID",
1705
+ "ofType": null
1706
+ }
1707
+ },
1708
+ "isDeprecated": false,
1709
+ "deprecationReason": null
1710
+ },
1711
+ {
1712
+ "name": "lastName",
1713
+ "description": null,
1714
+ "args": [],
1715
+ "type": {
1716
+ "kind": "NON_NULL",
1717
+ "name": null,
1718
+ "ofType": {
1719
+ "kind": "SCALAR",
1720
+ "name": "String",
1721
+ "ofType": null
1722
+ }
1723
+ },
1724
+ "isDeprecated": false,
1725
+ "deprecationReason": null
1726
+ },
1727
+ {
1728
+ "name": "name",
1729
+ "description": null,
1730
+ "args": [],
1731
+ "type": {
1732
+ "kind": "NON_NULL",
1733
+ "name": null,
1734
+ "ofType": {
1735
+ "kind": "SCALAR",
1736
+ "name": "String",
1737
+ "ofType": null
1738
+ }
1739
+ },
1740
+ "isDeprecated": false,
1741
+ "deprecationReason": null
1742
+ },
1743
+ {
1744
+ "name": "phoneNumber",
1398
1745
  "description": null,
1399
1746
  "args": [],
1400
1747
  "type": {
@@ -1603,6 +1950,22 @@
1603
1950
  "name": "InformationRequest",
1604
1951
  "description": null,
1605
1952
  "fields": [
1953
+ {
1954
+ "name": "bill",
1955
+ "description": null,
1956
+ "args": [],
1957
+ "type": {
1958
+ "kind": "NON_NULL",
1959
+ "name": null,
1960
+ "ofType": {
1961
+ "kind": "OBJECT",
1962
+ "name": "Bill",
1963
+ "ofType": null
1964
+ }
1965
+ },
1966
+ "isDeprecated": false,
1967
+ "deprecationReason": null
1968
+ },
1606
1969
  {
1607
1970
  "name": "content",
1608
1971
  "description": null,
@@ -1651,6 +2014,22 @@
1651
2014
  "isDeprecated": false,
1652
2015
  "deprecationReason": null
1653
2016
  },
2017
+ {
2018
+ "name": "customer",
2019
+ "description": null,
2020
+ "args": [],
2021
+ "type": {
2022
+ "kind": "NON_NULL",
2023
+ "name": null,
2024
+ "ofType": {
2025
+ "kind": "OBJECT",
2026
+ "name": "Customer",
2027
+ "ofType": null
2028
+ }
2029
+ },
2030
+ "isDeprecated": false,
2031
+ "deprecationReason": null
2032
+ },
1654
2033
  {
1655
2034
  "name": "fields",
1656
2035
  "description": null,
@@ -2093,6 +2472,22 @@
2093
2472
  "isDeprecated": false,
2094
2473
  "deprecationReason": null
2095
2474
  },
2475
+ {
2476
+ "name": "expired",
2477
+ "description": "Whether or not the savings for this item have expired",
2478
+ "args": [],
2479
+ "type": {
2480
+ "kind": "NON_NULL",
2481
+ "name": null,
2482
+ "ofType": {
2483
+ "kind": "SCALAR",
2484
+ "name": "Boolean",
2485
+ "ofType": null
2486
+ }
2487
+ },
2488
+ "isDeprecated": false,
2489
+ "deprecationReason": null
2490
+ },
2096
2491
  {
2097
2492
  "name": "name",
2098
2493
  "description": "Name of the good or service",
@@ -2243,6 +2638,16 @@
2243
2638
  "enumValues": null,
2244
2639
  "possibleTypes": null
2245
2640
  },
2641
+ {
2642
+ "kind": "SCALAR",
2643
+ "name": "JSON",
2644
+ "description": "Represents untyped JSON",
2645
+ "fields": null,
2646
+ "inputFields": null,
2647
+ "interfaces": null,
2648
+ "enumValues": null,
2649
+ "possibleTypes": null
2650
+ },
2246
2651
  {
2247
2652
  "kind": "SCALAR",
2248
2653
  "name": "Money",
@@ -2339,6 +2744,33 @@
2339
2744
  "isDeprecated": false,
2340
2745
  "deprecationReason": null
2341
2746
  },
2747
+ {
2748
+ "name": "ProvideDocumentlessInfo",
2749
+ "description": null,
2750
+ "args": [
2751
+ {
2752
+ "name": "input",
2753
+ "description": "Parameters for ProvideDocumentlessInfo",
2754
+ "type": {
2755
+ "kind": "NON_NULL",
2756
+ "name": null,
2757
+ "ofType": {
2758
+ "kind": "INPUT_OBJECT",
2759
+ "name": "ProvideDocumentlessInfoInput",
2760
+ "ofType": null
2761
+ }
2762
+ },
2763
+ "defaultValue": null
2764
+ }
2765
+ ],
2766
+ "type": {
2767
+ "kind": "OBJECT",
2768
+ "name": "ProvideDocumentlessInfoPayload",
2769
+ "ofType": null
2770
+ },
2771
+ "isDeprecated": false,
2772
+ "deprecationReason": null
2773
+ },
2342
2774
  {
2343
2775
  "name": "RejectOffer",
2344
2776
  "description": "Reject an offer",
@@ -2421,18 +2853,18 @@
2421
2853
  "deprecationReason": null
2422
2854
  },
2423
2855
  {
2424
- "name": "StopNegotiating",
2856
+ "name": "RotateApiKeys",
2425
2857
  "description": null,
2426
2858
  "args": [
2427
2859
  {
2428
2860
  "name": "input",
2429
- "description": "Parameters for StopNegotiating",
2861
+ "description": "Parameters for RotateApiKeys",
2430
2862
  "type": {
2431
2863
  "kind": "NON_NULL",
2432
2864
  "name": null,
2433
2865
  "ofType": {
2434
2866
  "kind": "INPUT_OBJECT",
2435
- "name": "StopNegotiatingInput",
2867
+ "name": "RotateApiKeysInput",
2436
2868
  "ofType": null
2437
2869
  }
2438
2870
  },
@@ -2441,25 +2873,25 @@
2441
2873
  ],
2442
2874
  "type": {
2443
2875
  "kind": "OBJECT",
2444
- "name": "StopNegotiatingPayload",
2876
+ "name": "RotateApiKeysPayload",
2445
2877
  "ofType": null
2446
2878
  },
2447
2879
  "isDeprecated": false,
2448
2880
  "deprecationReason": null
2449
2881
  },
2450
2882
  {
2451
- "name": "UpdateBill",
2883
+ "name": "SandboxGenerateNegotiation",
2452
2884
  "description": null,
2453
2885
  "args": [
2454
2886
  {
2455
2887
  "name": "input",
2456
- "description": "Parameters for UpdateBill",
2888
+ "description": "Parameters for SandboxGenerateNegotiation",
2457
2889
  "type": {
2458
2890
  "kind": "NON_NULL",
2459
2891
  "name": null,
2460
2892
  "ofType": {
2461
2893
  "kind": "INPUT_OBJECT",
2462
- "name": "UpdateBillInput",
2894
+ "name": "SandboxGenerateNegotiationInput",
2463
2895
  "ofType": null
2464
2896
  }
2465
2897
  },
@@ -2468,25 +2900,25 @@
2468
2900
  ],
2469
2901
  "type": {
2470
2902
  "kind": "OBJECT",
2471
- "name": "UpdateBillPayload",
2903
+ "name": "SandboxGenerateNegotiationPayload",
2472
2904
  "ofType": null
2473
2905
  },
2474
2906
  "isDeprecated": false,
2475
2907
  "deprecationReason": null
2476
2908
  },
2477
2909
  {
2478
- "name": "UpdateCustomer",
2910
+ "name": "SandboxResetBill",
2479
2911
  "description": null,
2480
2912
  "args": [
2481
2913
  {
2482
2914
  "name": "input",
2483
- "description": "Parameters for UpdateCustomer",
2915
+ "description": "Parameters for SandboxResetBill",
2484
2916
  "type": {
2485
2917
  "kind": "NON_NULL",
2486
2918
  "name": null,
2487
2919
  "ofType": {
2488
2920
  "kind": "INPUT_OBJECT",
2489
- "name": "UpdateCustomerInput",
2921
+ "name": "SandboxResetBillInput",
2490
2922
  "ofType": null
2491
2923
  }
2492
2924
  },
@@ -2495,25 +2927,25 @@
2495
2927
  ],
2496
2928
  "type": {
2497
2929
  "kind": "OBJECT",
2498
- "name": "UpdateCustomerPayload",
2930
+ "name": "SandboxResetBillPayload",
2499
2931
  "ofType": null
2500
2932
  },
2501
2933
  "isDeprecated": false,
2502
2934
  "deprecationReason": null
2503
2935
  },
2504
2936
  {
2505
- "name": "UpdateWebhookUrls",
2937
+ "name": "SandboxTransitionNegotiation",
2506
2938
  "description": null,
2507
2939
  "args": [
2508
2940
  {
2509
2941
  "name": "input",
2510
- "description": "Parameters for UpdateWebhookUrls",
2942
+ "description": "Parameters for SandboxTransitionNegotiation",
2511
2943
  "type": {
2512
2944
  "kind": "NON_NULL",
2513
2945
  "name": null,
2514
2946
  "ofType": {
2515
2947
  "kind": "INPUT_OBJECT",
2516
- "name": "UpdateWebhookUrlsInput",
2948
+ "name": "SandboxTransitionNegotiationInput",
2517
2949
  "ofType": null
2518
2950
  }
2519
2951
  },
@@ -2522,55 +2954,163 @@
2522
2954
  ],
2523
2955
  "type": {
2524
2956
  "kind": "OBJECT",
2525
- "name": "UpdateWebhookUrlsPayload",
2957
+ "name": "SandboxTransitionNegotiationPayload",
2526
2958
  "ofType": null
2527
2959
  },
2528
2960
  "isDeprecated": false,
2529
2961
  "deprecationReason": null
2530
- }
2531
- ],
2532
- "inputFields": null,
2533
- "interfaces": [],
2534
- "enumValues": null,
2535
- "possibleTypes": null
2536
- },
2537
- {
2538
- "kind": "OBJECT",
2539
- "name": "Negotiation",
2540
- "description": null,
2541
- "fields": [
2542
- {
2543
- "name": "billId",
2544
- "description": null,
2545
- "args": [],
2546
- "type": {
2547
- "kind": "NON_NULL",
2548
- "name": null,
2549
- "ofType": {
2550
- "kind": "SCALAR",
2551
- "name": "ID",
2552
- "ofType": null
2553
- }
2554
- },
2555
- "isDeprecated": false,
2556
- "deprecationReason": null
2557
2962
  },
2558
2963
  {
2559
- "name": "cancelledAt",
2964
+ "name": "StopNegotiating",
2560
2965
  "description": null,
2561
- "args": [],
2966
+ "args": [
2967
+ {
2968
+ "name": "input",
2969
+ "description": "Parameters for StopNegotiating",
2970
+ "type": {
2971
+ "kind": "NON_NULL",
2972
+ "name": null,
2973
+ "ofType": {
2974
+ "kind": "INPUT_OBJECT",
2975
+ "name": "StopNegotiatingInput",
2976
+ "ofType": null
2977
+ }
2978
+ },
2979
+ "defaultValue": null
2980
+ }
2981
+ ],
2562
2982
  "type": {
2563
- "kind": "SCALAR",
2564
- "name": "DateTime",
2983
+ "kind": "OBJECT",
2984
+ "name": "StopNegotiatingPayload",
2565
2985
  "ofType": null
2566
2986
  },
2567
2987
  "isDeprecated": false,
2568
2988
  "deprecationReason": null
2569
2989
  },
2570
2990
  {
2571
- "name": "compedAt",
2991
+ "name": "UpdateBill",
2572
2992
  "description": null,
2573
- "args": [],
2993
+ "args": [
2994
+ {
2995
+ "name": "input",
2996
+ "description": "Parameters for UpdateBill",
2997
+ "type": {
2998
+ "kind": "NON_NULL",
2999
+ "name": null,
3000
+ "ofType": {
3001
+ "kind": "INPUT_OBJECT",
3002
+ "name": "UpdateBillInput",
3003
+ "ofType": null
3004
+ }
3005
+ },
3006
+ "defaultValue": null
3007
+ }
3008
+ ],
3009
+ "type": {
3010
+ "kind": "OBJECT",
3011
+ "name": "UpdateBillPayload",
3012
+ "ofType": null
3013
+ },
3014
+ "isDeprecated": false,
3015
+ "deprecationReason": null
3016
+ },
3017
+ {
3018
+ "name": "UpdateCustomer",
3019
+ "description": null,
3020
+ "args": [
3021
+ {
3022
+ "name": "input",
3023
+ "description": "Parameters for UpdateCustomer",
3024
+ "type": {
3025
+ "kind": "NON_NULL",
3026
+ "name": null,
3027
+ "ofType": {
3028
+ "kind": "INPUT_OBJECT",
3029
+ "name": "UpdateCustomerInput",
3030
+ "ofType": null
3031
+ }
3032
+ },
3033
+ "defaultValue": null
3034
+ }
3035
+ ],
3036
+ "type": {
3037
+ "kind": "OBJECT",
3038
+ "name": "UpdateCustomerPayload",
3039
+ "ofType": null
3040
+ },
3041
+ "isDeprecated": false,
3042
+ "deprecationReason": null
3043
+ },
3044
+ {
3045
+ "name": "UpdateWebhookUrls",
3046
+ "description": null,
3047
+ "args": [
3048
+ {
3049
+ "name": "input",
3050
+ "description": "Parameters for UpdateWebhookUrls",
3051
+ "type": {
3052
+ "kind": "NON_NULL",
3053
+ "name": null,
3054
+ "ofType": {
3055
+ "kind": "INPUT_OBJECT",
3056
+ "name": "UpdateWebhookUrlsInput",
3057
+ "ofType": null
3058
+ }
3059
+ },
3060
+ "defaultValue": null
3061
+ }
3062
+ ],
3063
+ "type": {
3064
+ "kind": "OBJECT",
3065
+ "name": "UpdateWebhookUrlsPayload",
3066
+ "ofType": null
3067
+ },
3068
+ "isDeprecated": false,
3069
+ "deprecationReason": null
3070
+ }
3071
+ ],
3072
+ "inputFields": null,
3073
+ "interfaces": [],
3074
+ "enumValues": null,
3075
+ "possibleTypes": null
3076
+ },
3077
+ {
3078
+ "kind": "OBJECT",
3079
+ "name": "Negotiation",
3080
+ "description": null,
3081
+ "fields": [
3082
+ {
3083
+ "name": "billId",
3084
+ "description": null,
3085
+ "args": [],
3086
+ "type": {
3087
+ "kind": "NON_NULL",
3088
+ "name": null,
3089
+ "ofType": {
3090
+ "kind": "SCALAR",
3091
+ "name": "ID",
3092
+ "ofType": null
3093
+ }
3094
+ },
3095
+ "isDeprecated": false,
3096
+ "deprecationReason": null
3097
+ },
3098
+ {
3099
+ "name": "cancelledAt",
3100
+ "description": null,
3101
+ "args": [],
3102
+ "type": {
3103
+ "kind": "SCALAR",
3104
+ "name": "DateTime",
3105
+ "ofType": null
3106
+ },
3107
+ "isDeprecated": false,
3108
+ "deprecationReason": null
3109
+ },
3110
+ {
3111
+ "name": "compedAt",
3112
+ "description": null,
3113
+ "args": [],
2574
3114
  "type": {
2575
3115
  "kind": "SCALAR",
2576
3116
  "name": "DateTime",
@@ -2885,6 +3425,140 @@
2885
3425
  "enumValues": null,
2886
3426
  "possibleTypes": null
2887
3427
  },
3428
+ {
3429
+ "kind": "OBJECT",
3430
+ "name": "NegotiationConnection",
3431
+ "description": "The connection type for Negotiation.",
3432
+ "fields": [
3433
+ {
3434
+ "name": "edges",
3435
+ "description": "A list of edges.",
3436
+ "args": [],
3437
+ "type": {
3438
+ "kind": "NON_NULL",
3439
+ "name": null,
3440
+ "ofType": {
3441
+ "kind": "LIST",
3442
+ "name": null,
3443
+ "ofType": {
3444
+ "kind": "NON_NULL",
3445
+ "name": null,
3446
+ "ofType": {
3447
+ "kind": "OBJECT",
3448
+ "name": "NegotiationEdge",
3449
+ "ofType": null
3450
+ }
3451
+ }
3452
+ }
3453
+ },
3454
+ "isDeprecated": false,
3455
+ "deprecationReason": null
3456
+ },
3457
+ {
3458
+ "name": "nodes",
3459
+ "description": "A list of nodes.",
3460
+ "args": [],
3461
+ "type": {
3462
+ "kind": "NON_NULL",
3463
+ "name": null,
3464
+ "ofType": {
3465
+ "kind": "LIST",
3466
+ "name": null,
3467
+ "ofType": {
3468
+ "kind": "NON_NULL",
3469
+ "name": null,
3470
+ "ofType": {
3471
+ "kind": "OBJECT",
3472
+ "name": "Negotiation",
3473
+ "ofType": null
3474
+ }
3475
+ }
3476
+ }
3477
+ },
3478
+ "isDeprecated": false,
3479
+ "deprecationReason": null
3480
+ },
3481
+ {
3482
+ "name": "pageInfo",
3483
+ "description": "Information to aid in pagination.",
3484
+ "args": [],
3485
+ "type": {
3486
+ "kind": "NON_NULL",
3487
+ "name": null,
3488
+ "ofType": {
3489
+ "kind": "OBJECT",
3490
+ "name": "PageInfo",
3491
+ "ofType": null
3492
+ }
3493
+ },
3494
+ "isDeprecated": false,
3495
+ "deprecationReason": null
3496
+ },
3497
+ {
3498
+ "name": "totalCount",
3499
+ "description": null,
3500
+ "args": [],
3501
+ "type": {
3502
+ "kind": "NON_NULL",
3503
+ "name": null,
3504
+ "ofType": {
3505
+ "kind": "SCALAR",
3506
+ "name": "Int",
3507
+ "ofType": null
3508
+ }
3509
+ },
3510
+ "isDeprecated": false,
3511
+ "deprecationReason": null
3512
+ }
3513
+ ],
3514
+ "inputFields": null,
3515
+ "interfaces": [],
3516
+ "enumValues": null,
3517
+ "possibleTypes": null
3518
+ },
3519
+ {
3520
+ "kind": "OBJECT",
3521
+ "name": "NegotiationEdge",
3522
+ "description": "An edge in a connection.",
3523
+ "fields": [
3524
+ {
3525
+ "name": "cursor",
3526
+ "description": "A cursor for use in pagination.",
3527
+ "args": [],
3528
+ "type": {
3529
+ "kind": "NON_NULL",
3530
+ "name": null,
3531
+ "ofType": {
3532
+ "kind": "SCALAR",
3533
+ "name": "String",
3534
+ "ofType": null
3535
+ }
3536
+ },
3537
+ "isDeprecated": false,
3538
+ "deprecationReason": null
3539
+ },
3540
+ {
3541
+ "name": "node",
3542
+ "description": "The item at the end of the edge.",
3543
+ "args": [],
3544
+ "type": {
3545
+ "kind": "NON_NULL",
3546
+ "name": null,
3547
+ "ofType": {
3548
+ "kind": "OBJECT",
3549
+ "name": "Negotiation",
3550
+ "ofType": null
3551
+ }
3552
+ },
3553
+ "isDeprecated": false,
3554
+ "deprecationReason": null
3555
+ }
3556
+ ],
3557
+ "inputFields": null,
3558
+ "interfaces": [],
3559
+ "enumValues": null,
3560
+ "possibleTypes": null
3561
+ },
2888
3562
  {
2889
3563
  "kind": "OBJECT",
2890
3564
  "name": "Offer",
@@ -3267,15 +3941,15 @@
3267
3941
  "description": null,
3268
3942
  "fields": [
3269
3943
  {
3270
- "name": "createdAt",
3271
- "description": null,
3944
+ "name": "apiKey",
3945
+ "description": "Live API key",
3272
3946
  "args": [],
3273
3947
  "type": {
3274
3948
  "kind": "NON_NULL",
3275
3949
  "name": null,
3276
3950
  "ofType": {
3277
3951
  "kind": "SCALAR",
3278
- "name": "DateTime",
3952
+ "name": "String",
3279
3953
  "ofType": null
3280
3954
  }
3281
3955
  },
@@ -3283,15 +3957,15 @@
3283
3957
  "deprecationReason": null
3284
3958
  },
3285
3959
  {
3286
- "name": "id",
3287
- "description": "Alpha-numeric unique identifier",
3960
+ "name": "averageSavingsPerBill",
3961
+ "description": null,
3288
3962
  "args": [],
3289
3963
  "type": {
3290
3964
  "kind": "NON_NULL",
3291
3965
  "name": null,
3292
3966
  "ofType": {
3293
3967
  "kind": "SCALAR",
3294
- "name": "String",
3968
+ "name": "Money",
3295
3969
  "ofType": null
3296
3970
  }
3297
3971
  },
@@ -3299,27 +3973,31 @@
3299
3973
  "deprecationReason": null
3300
3974
  },
3301
3975
  {
3302
- "name": "liveWebhookUrl",
3303
- "description": "Webhook URL for live/production requests",
3976
+ "name": "averageSavingsPerCustomer",
3977
+ "description": null,
3304
3978
  "args": [],
3305
3979
  "type": {
3306
- "kind": "SCALAR",
3307
- "name": "String",
3308
- "ofType": null
3980
+ "kind": "NON_NULL",
3981
+ "name": null,
3982
+ "ofType": {
3983
+ "kind": "SCALAR",
3984
+ "name": "Money",
3985
+ "ofType": null
3986
+ }
3309
3987
  },
3310
3988
  "isDeprecated": false,
3311
3989
  "deprecationReason": null
3312
3990
  },
3313
3991
  {
3314
- "name": "name",
3315
- "description": "Name of the partner",
3992
+ "name": "averageSavingsPerReadyBill",
3993
+ "description": null,
3316
3994
  "args": [],
3317
3995
  "type": {
3318
3996
  "kind": "NON_NULL",
3319
3997
  "name": null,
3320
3998
  "ofType": {
3321
3999
  "kind": "SCALAR",
3322
- "name": "String",
4000
+ "name": "Money",
3323
4001
  "ofType": null
3324
4002
  }
3325
4003
  },
@@ -3327,27 +4005,31 @@
3327
4005
  "deprecationReason": null
3328
4006
  },
3329
4007
  {
3330
- "name": "referralCode",
3331
- "description": "The partner's referral code",
4008
+ "name": "billCount",
4009
+ "description": null,
3332
4010
  "args": [],
3333
4011
  "type": {
3334
- "kind": "SCALAR",
3335
- "name": "String",
3336
- "ofType": null
4012
+ "kind": "NON_NULL",
4013
+ "name": null,
4014
+ "ofType": {
4015
+ "kind": "SCALAR",
4016
+ "name": "Int",
4017
+ "ofType": null
4018
+ }
3337
4019
  },
3338
4020
  "isDeprecated": false,
3339
4021
  "deprecationReason": null
3340
4022
  },
3341
4023
  {
3342
- "name": "referralLink",
3343
- "description": "The partner's referral link",
4024
+ "name": "createdAt",
4025
+ "description": null,
3344
4026
  "args": [],
3345
4027
  "type": {
3346
4028
  "kind": "NON_NULL",
3347
4029
  "name": null,
3348
4030
  "ofType": {
3349
4031
  "kind": "SCALAR",
3350
- "name": "String",
4032
+ "name": "DateTime",
3351
4033
  "ofType": null
3352
4034
  }
3353
4035
  },
@@ -3355,19 +4037,23 @@
3355
4037
  "deprecationReason": null
3356
4038
  },
3357
4039
  {
3358
- "name": "testWebhookUrl",
3359
- "description": "Webhook URL for test/development requests",
4040
+ "name": "customerCount",
4041
+ "description": null,
3360
4042
  "args": [],
3361
4043
  "type": {
3362
- "kind": "SCALAR",
3363
- "name": "String",
3364
- "ofType": null
4044
+ "kind": "NON_NULL",
4045
+ "name": null,
4046
+ "ofType": {
4047
+ "kind": "SCALAR",
4048
+ "name": "Int",
4049
+ "ofType": null
4050
+ }
3365
4051
  },
3366
4052
  "isDeprecated": false,
3367
4053
  "deprecationReason": null
3368
4054
  },
3369
4055
  {
3370
- "name": "updatedAt",
4056
+ "name": "customersWithReadyBillsCount",
3371
4057
  "description": null,
3372
4058
  "args": [],
3373
4059
  "type": {
@@ -3375,58 +4061,39 @@
3375
4061
  "name": null,
3376
4062
  "ofType": {
3377
4063
  "kind": "SCALAR",
3378
- "name": "DateTime",
4064
+ "name": "Int",
3379
4065
  "ofType": null
3380
4066
  }
3381
4067
  },
3382
4068
  "isDeprecated": false,
3383
4069
  "deprecationReason": null
3384
- }
3385
- ],
3386
- "inputFields": null,
3387
- "interfaces": [],
3388
- "enumValues": null,
3389
- "possibleTypes": null
3390
- },
3391
- {
3392
- "kind": "OBJECT",
3393
- "name": "Provider",
3394
- "description": null,
3395
- "fields": [
4070
+ },
3396
4071
  {
3397
- "name": "billFields",
4072
+ "name": "customersWithoutReadyBillsCount",
3398
4073
  "description": null,
3399
4074
  "args": [],
3400
4075
  "type": {
3401
4076
  "kind": "NON_NULL",
3402
4077
  "name": null,
3403
4078
  "ofType": {
3404
- "kind": "LIST",
3405
- "name": null,
3406
- "ofType": {
3407
- "kind": "NON_NULL",
3408
- "name": null,
3409
- "ofType": {
3410
- "kind": "SCALAR",
3411
- "name": "String",
3412
- "ofType": null
3413
- }
3414
- }
4079
+ "kind": "SCALAR",
4080
+ "name": "Int",
4081
+ "ofType": null
3415
4082
  }
3416
4083
  },
3417
4084
  "isDeprecated": false,
3418
4085
  "deprecationReason": null
3419
4086
  },
3420
4087
  {
3421
- "name": "createdAt",
3422
- "description": null,
4088
+ "name": "id",
4089
+ "description": "Alpha-numeric unique identifier",
3423
4090
  "args": [],
3424
4091
  "type": {
3425
4092
  "kind": "NON_NULL",
3426
4093
  "name": null,
3427
4094
  "ofType": {
3428
4095
  "kind": "SCALAR",
3429
- "name": "DateTime",
4096
+ "name": "String",
3430
4097
  "ofType": null
3431
4098
  }
3432
4099
  },
@@ -3434,7 +4101,7 @@
3434
4101
  "deprecationReason": null
3435
4102
  },
3436
4103
  {
3437
- "name": "id",
4104
+ "name": "lastNinetyDaysSignups",
3438
4105
  "description": null,
3439
4106
  "args": [],
3440
4107
  "type": {
@@ -3442,7 +4109,7 @@
3442
4109
  "name": null,
3443
4110
  "ofType": {
3444
4111
  "kind": "SCALAR",
3445
- "name": "ID",
4112
+ "name": "Int",
3446
4113
  "ofType": null
3447
4114
  }
3448
4115
  },
@@ -3450,19 +4117,23 @@
3450
4117
  "deprecationReason": null
3451
4118
  },
3452
4119
  {
3453
- "name": "logo",
4120
+ "name": "lastSevenDaysSignups",
3454
4121
  "description": null,
3455
4122
  "args": [],
3456
4123
  "type": {
3457
- "kind": "OBJECT",
3458
- "name": "Image",
3459
- "ofType": null
4124
+ "kind": "NON_NULL",
4125
+ "name": null,
4126
+ "ofType": {
4127
+ "kind": "SCALAR",
4128
+ "name": "Int",
4129
+ "ofType": null
4130
+ }
3460
4131
  },
3461
4132
  "isDeprecated": false,
3462
4133
  "deprecationReason": null
3463
4134
  },
3464
4135
  {
3465
- "name": "name",
4136
+ "name": "lastThirtyDaysSignups",
3466
4137
  "description": null,
3467
4138
  "args": [],
3468
4139
  "type": {
@@ -3470,7 +4141,7 @@
3470
4141
  "name": null,
3471
4142
  "ofType": {
3472
4143
  "kind": "SCALAR",
3473
- "name": "String",
4144
+ "name": "Int",
3474
4145
  "ofType": null
3475
4146
  }
3476
4147
  },
@@ -3478,66 +4149,43 @@
3478
4149
  "deprecationReason": null
3479
4150
  },
3480
4151
  {
3481
- "name": "services",
3482
- "description": null,
4152
+ "name": "liveWebhookUrl",
4153
+ "description": "Webhook URL for live/production requests",
3483
4154
  "args": [],
3484
4155
  "type": {
3485
- "kind": "NON_NULL",
3486
- "name": null,
3487
- "ofType": {
3488
- "kind": "LIST",
3489
- "name": null,
3490
- "ofType": {
3491
- "kind": "NON_NULL",
3492
- "name": null,
3493
- "ofType": {
3494
- "kind": "SCALAR",
3495
- "name": "String",
3496
- "ofType": null
3497
- }
3498
- }
3499
- }
4156
+ "kind": "SCALAR",
4157
+ "name": "String",
4158
+ "ofType": null
3500
4159
  },
3501
4160
  "isDeprecated": false,
3502
4161
  "deprecationReason": null
3503
4162
  },
3504
4163
  {
3505
- "name": "updatedAt",
3506
- "description": null,
4164
+ "name": "name",
4165
+ "description": "Name of the partner",
3507
4166
  "args": [],
3508
4167
  "type": {
3509
4168
  "kind": "NON_NULL",
3510
4169
  "name": null,
3511
4170
  "ofType": {
3512
4171
  "kind": "SCALAR",
3513
- "name": "DateTime",
4172
+ "name": "String",
3514
4173
  "ofType": null
3515
4174
  }
3516
4175
  },
3517
4176
  "isDeprecated": false,
3518
4177
  "deprecationReason": null
3519
- }
3520
- ],
3521
- "inputFields": null,
3522
- "interfaces": [],
3523
- "enumValues": null,
3524
- "possibleTypes": null
3525
- },
3526
- {
3527
- "kind": "OBJECT",
3528
- "name": "Query",
3529
- "description": null,
3530
- "fields": [
4178
+ },
3531
4179
  {
3532
- "name": "CalculateSavingsEstimate",
4180
+ "name": "readyBillCount",
3533
4181
  "description": null,
3534
4182
  "args": [],
3535
4183
  "type": {
3536
4184
  "kind": "NON_NULL",
3537
4185
  "name": null,
3538
4186
  "ofType": {
3539
- "kind": "OBJECT",
3540
- "name": "SavingsEstimate",
4187
+ "kind": "SCALAR",
4188
+ "name": "Int",
3541
4189
  "ofType": null
3542
4190
  }
3543
4191
  },
@@ -3545,42 +4193,27 @@
3545
4193
  "deprecationReason": null
3546
4194
  },
3547
4195
  {
3548
- "name": "FindBill",
3549
- "description": null,
3550
- "args": [
3551
- {
3552
- "name": "id",
3553
- "description": null,
3554
- "type": {
3555
- "kind": "NON_NULL",
3556
- "name": null,
3557
- "ofType": {
3558
- "kind": "SCALAR",
3559
- "name": "ID",
3560
- "ofType": null
3561
- }
3562
- },
3563
- "defaultValue": null
3564
- }
3565
- ],
4196
+ "name": "referralCode",
4197
+ "description": "The partner's referral code",
4198
+ "args": [],
3566
4199
  "type": {
3567
- "kind": "OBJECT",
3568
- "name": "Bill",
4200
+ "kind": "SCALAR",
4201
+ "name": "String",
3569
4202
  "ofType": null
3570
4203
  },
3571
4204
  "isDeprecated": false,
3572
4205
  "deprecationReason": null
3573
4206
  },
3574
4207
  {
3575
- "name": "FindCurrentPartner",
3576
- "description": null,
4208
+ "name": "referralLink",
4209
+ "description": "The partner's referral link",
3577
4210
  "args": [],
3578
4211
  "type": {
3579
4212
  "kind": "NON_NULL",
3580
4213
  "name": null,
3581
4214
  "ofType": {
3582
- "kind": "OBJECT",
3583
- "name": "Partner",
4215
+ "kind": "SCALAR",
4216
+ "name": "String",
3584
4217
  "ofType": null
3585
4218
  }
3586
4219
  },
@@ -3588,65 +4221,681 @@
3588
4221
  "deprecationReason": null
3589
4222
  },
3590
4223
  {
3591
- "name": "FindCustomer",
3592
- "description": null,
3593
- "args": [
3594
- {
3595
- "name": "id",
3596
- "description": null,
3597
- "type": {
3598
- "kind": "NON_NULL",
3599
- "name": null,
3600
- "ofType": {
3601
- "kind": "SCALAR",
3602
- "name": "ID",
3603
- "ofType": null
3604
- }
3605
- },
3606
- "defaultValue": null
4224
+ "name": "testApiKey",
4225
+ "description": "Test API key",
4226
+ "args": [],
4227
+ "type": {
4228
+ "kind": "NON_NULL",
4229
+ "name": null,
4230
+ "ofType": {
4231
+ "kind": "SCALAR",
4232
+ "name": "String",
4233
+ "ofType": null
3607
4234
  }
3608
- ],
4235
+ },
4236
+ "isDeprecated": false,
4237
+ "deprecationReason": null
4238
+ },
4239
+ {
4240
+ "name": "testWebhookUrl",
4241
+ "description": "Webhook URL for test/development requests",
4242
+ "args": [],
3609
4243
  "type": {
3610
- "kind": "OBJECT",
3611
- "name": "Customer",
4244
+ "kind": "SCALAR",
4245
+ "name": "String",
3612
4246
  "ofType": null
3613
4247
  },
3614
4248
  "isDeprecated": false,
3615
4249
  "deprecationReason": null
3616
4250
  },
3617
4251
  {
3618
- "name": "FindInformationRequest",
4252
+ "name": "totalSavings",
3619
4253
  "description": null,
3620
- "args": [
3621
- {
3622
- "name": "id",
3623
- "description": null,
3624
- "type": {
3625
- "kind": "NON_NULL",
3626
- "name": null,
3627
- "ofType": {
3628
- "kind": "SCALAR",
3629
- "name": "ID",
3630
- "ofType": null
3631
- }
3632
- },
3633
- "defaultValue": null
3634
- }
3635
- ],
4254
+ "args": [],
3636
4255
  "type": {
3637
- "kind": "OBJECT",
3638
- "name": "InformationRequest",
3639
- "ofType": null
4256
+ "kind": "NON_NULL",
4257
+ "name": null,
4258
+ "ofType": {
4259
+ "kind": "SCALAR",
4260
+ "name": "Money",
4261
+ "ofType": null
4262
+ }
3640
4263
  },
3641
4264
  "isDeprecated": false,
3642
4265
  "deprecationReason": null
3643
4266
  },
3644
4267
  {
3645
- "name": "FindOffer",
4268
+ "name": "updatedAt",
3646
4269
  "description": null,
3647
- "args": [
3648
- {
3649
- "name": "id",
4270
+ "args": [],
4271
+ "type": {
4272
+ "kind": "NON_NULL",
4273
+ "name": null,
4274
+ "ofType": {
4275
+ "kind": "SCALAR",
4276
+ "name": "DateTime",
4277
+ "ofType": null
4278
+ }
4279
+ },
4280
+ "isDeprecated": false,
4281
+ "deprecationReason": null
4282
+ }
4283
+ ],
4284
+ "inputFields": null,
4285
+ "interfaces": [],
4286
+ "enumValues": null,
4287
+ "possibleTypes": null
4288
+ },
4289
+ {
4290
+ "kind": "INPUT_OBJECT",
4291
+ "name": "ProvideDocumentlessInfoInput",
4292
+ "description": "Autogenerated input type of ProvideDocumentlessInfo",
4293
+ "fields": null,
4294
+ "inputFields": [
4295
+ {
4296
+ "name": "billId",
4297
+ "description": null,
4298
+ "type": {
4299
+ "kind": "NON_NULL",
4300
+ "name": null,
4301
+ "ofType": {
4302
+ "kind": "SCALAR",
4303
+ "name": "ID",
4304
+ "ofType": null
4305
+ }
4306
+ },
4307
+ "defaultValue": null
4308
+ },
4309
+ {
4310
+ "name": "documentlessInfo",
4311
+ "description": null,
4312
+ "type": {
4313
+ "kind": "NON_NULL",
4314
+ "name": null,
4315
+ "ofType": {
4316
+ "kind": "SCALAR",
4317
+ "name": "JSON",
4318
+ "ofType": null
4319
+ }
4320
+ },
4321
+ "defaultValue": null
4322
+ },
4323
+ {
4324
+ "name": "clientMutationId",
4325
+ "description": "A unique identifier for the client performing the mutation.",
4326
+ "type": {
4327
+ "kind": "SCALAR",
4328
+ "name": "String",
4329
+ "ofType": null
4330
+ },
4331
+ "defaultValue": null
4332
+ }
4333
+ ],
4334
+ "interfaces": null,
4335
+ "enumValues": null,
4336
+ "possibleTypes": null
4337
+ },
4338
+ {
4339
+ "kind": "OBJECT",
4340
+ "name": "ProvideDocumentlessInfoPayload",
4341
+ "description": "Autogenerated return type of ProvideDocumentlessInfo",
4342
+ "fields": [
4343
+ {
4344
+ "name": "bill",
4345
+ "description": null,
4346
+ "args": [],
4347
+ "type": {
4348
+ "kind": "OBJECT",
4349
+ "name": "Bill",
4350
+ "ofType": null
4351
+ },
4352
+ "isDeprecated": false,
4353
+ "deprecationReason": null
4354
+ },
4355
+ {
4356
+ "name": "clientMutationId",
4357
+ "description": "A unique identifier for the client performing the mutation.",
4358
+ "args": [],
4359
+ "type": {
4360
+ "kind": "SCALAR",
4361
+ "name": "String",
4362
+ "ofType": null
4363
+ },
4364
+ "isDeprecated": false,
4365
+ "deprecationReason": null
4366
+ },
4367
+ {
4368
+ "name": "errors",
4369
+ "description": null,
4370
+ "args": [],
4371
+ "type": {
4372
+ "kind": "NON_NULL",
4373
+ "name": null,
4374
+ "ofType": {
4375
+ "kind": "LIST",
4376
+ "name": null,
4377
+ "ofType": {
4378
+ "kind": "NON_NULL",
4379
+ "name": null,
4380
+ "ofType": {
4381
+ "kind": "SCALAR",
4382
+ "name": "String",
4383
+ "ofType": null
4384
+ }
4385
+ }
4386
+ }
4387
+ },
4388
+ "isDeprecated": false,
4389
+ "deprecationReason": null
4390
+ },
4391
+ {
4392
+ "name": "success",
4393
+ "description": null,
4394
+ "args": [],
4395
+ "type": {
4396
+ "kind": "NON_NULL",
4397
+ "name": null,
4398
+ "ofType": {
4399
+ "kind": "SCALAR",
4400
+ "name": "Boolean",
4401
+ "ofType": null
4402
+ }
4403
+ },
4404
+ "isDeprecated": false,
4405
+ "deprecationReason": null
4406
+ }
4407
+ ],
4408
+ "inputFields": null,
4409
+ "interfaces": [],
4410
+ "enumValues": null,
4411
+ "possibleTypes": null
4412
+ },
4413
+ {
4414
+ "kind": "OBJECT",
4415
+ "name": "Provider",
4416
+ "description": null,
4417
+ "fields": [
4418
+ {
4419
+ "name": "billFields",
4420
+ "description": null,
4421
+ "args": [],
4422
+ "type": {
4423
+ "kind": "NON_NULL",
4424
+ "name": null,
4425
+ "ofType": {
4426
+ "kind": "LIST",
4427
+ "name": null,
4428
+ "ofType": {
4429
+ "kind": "NON_NULL",
4430
+ "name": null,
4431
+ "ofType": {
4432
+ "kind": "SCALAR",
4433
+ "name": "String",
4434
+ "ofType": null
4435
+ }
4436
+ }
4437
+ }
4438
+ },
4439
+ "isDeprecated": false,
4440
+ "deprecationReason": null
4441
+ },
4442
+ {
4443
+ "name": "createdAt",
4444
+ "description": null,
4445
+ "args": [],
4446
+ "type": {
4447
+ "kind": "NON_NULL",
4448
+ "name": null,
4449
+ "ofType": {
4450
+ "kind": "SCALAR",
4451
+ "name": "DateTime",
4452
+ "ofType": null
4453
+ }
4454
+ },
4455
+ "isDeprecated": false,
4456
+ "deprecationReason": null
4457
+ },
4458
+ {
4459
+ "name": "documentlessAllowed",
4460
+ "description": "Allows documentless submission of a bill",
4461
+ "args": [],
4462
+ "type": {
4463
+ "kind": "NON_NULL",
4464
+ "name": null,
4465
+ "ofType": {
4466
+ "kind": "SCALAR",
4467
+ "name": "Boolean",
4468
+ "ofType": null
4469
+ }
4470
+ },
4471
+ "isDeprecated": false,
4472
+ "deprecationReason": null
4473
+ },
4474
+ {
4475
+ "name": "id",
4476
+ "description": null,
4477
+ "args": [],
4478
+ "type": {
4479
+ "kind": "NON_NULL",
4480
+ "name": null,
4481
+ "ofType": {
4482
+ "kind": "SCALAR",
4483
+ "name": "ID",
4484
+ "ofType": null
4485
+ }
4486
+ },
4487
+ "isDeprecated": false,
4488
+ "deprecationReason": null
4489
+ },
4490
+ {
4491
+ "name": "logo",
4492
+ "description": null,
4493
+ "args": [],
4494
+ "type": {
4495
+ "kind": "OBJECT",
4496
+ "name": "Image",
4497
+ "ofType": null
4498
+ },
4499
+ "isDeprecated": false,
4500
+ "deprecationReason": null
4501
+ },
4502
+ {
4503
+ "name": "name",
4504
+ "description": null,
4505
+ "args": [],
4506
+ "type": {
4507
+ "kind": "NON_NULL",
4508
+ "name": null,
4509
+ "ofType": {
4510
+ "kind": "SCALAR",
4511
+ "name": "String",
4512
+ "ofType": null
4513
+ }
4514
+ },
4515
+ "isDeprecated": false,
4516
+ "deprecationReason": null
4517
+ },
4518
+ {
4519
+ "name": "providerBillFields",
4520
+ "description": null,
4521
+ "args": [],
4522
+ "type": {
4523
+ "kind": "NON_NULL",
4524
+ "name": null,
4525
+ "ofType": {
4526
+ "kind": "LIST",
4527
+ "name": null,
4528
+ "ofType": {
4529
+ "kind": "NON_NULL",
4530
+ "name": null,
4531
+ "ofType": {
4532
+ "kind": "OBJECT",
4533
+ "name": "ProviderBillField",
4534
+ "ofType": null
4535
+ }
4536
+ }
4537
+ }
4538
+ },
4539
+ "isDeprecated": false,
4540
+ "deprecationReason": null
4541
+ },
4542
+ {
4543
+ "name": "services",
4544
+ "description": null,
4545
+ "args": [],
4546
+ "type": {
4547
+ "kind": "NON_NULL",
4548
+ "name": null,
4549
+ "ofType": {
4550
+ "kind": "LIST",
4551
+ "name": null,
4552
+ "ofType": {
4553
+ "kind": "NON_NULL",
4554
+ "name": null,
4555
+ "ofType": {
4556
+ "kind": "SCALAR",
4557
+ "name": "String",
4558
+ "ofType": null
4559
+ }
4560
+ }
4561
+ }
4562
+ },
4563
+ "isDeprecated": false,
4564
+ "deprecationReason": null
4565
+ },
4566
+ {
4567
+ "name": "updatedAt",
4568
+ "description": null,
4569
+ "args": [],
4570
+ "type": {
4571
+ "kind": "NON_NULL",
4572
+ "name": null,
4573
+ "ofType": {
4574
+ "kind": "SCALAR",
4575
+ "name": "DateTime",
4576
+ "ofType": null
4577
+ }
4578
+ },
4579
+ "isDeprecated": false,
4580
+ "deprecationReason": null
4581
+ }
4582
+ ],
4583
+ "inputFields": null,
4584
+ "interfaces": [],
4585
+ "enumValues": null,
4586
+ "possibleTypes": null
4587
+ },
4588
+ {
4589
+ "kind": "OBJECT",
4590
+ "name": "ProviderBillField",
4591
+ "description": null,
4592
+ "fields": [
4593
+ {
4594
+ "name": "createdAt",
4595
+ "description": null,
4596
+ "args": [],
4597
+ "type": {
4598
+ "kind": "NON_NULL",
4599
+ "name": null,
4600
+ "ofType": {
4601
+ "kind": "SCALAR",
4602
+ "name": "DateTime",
4603
+ "ofType": null
4604
+ }
4605
+ },
4606
+ "isDeprecated": false,
4607
+ "deprecationReason": null
4608
+ },
4609
+ {
4610
+ "name": "dataType",
4611
+ "description": null,
4612
+ "args": [],
4613
+ "type": {
4614
+ "kind": "NON_NULL",
4615
+ "name": null,
4616
+ "ofType": {
4617
+ "kind": "SCALAR",
4618
+ "name": "String",
4619
+ "ofType": null
4620
+ }
4621
+ },
4622
+ "isDeprecated": false,
4623
+ "deprecationReason": null
4624
+ },
4625
+ {
4626
+ "name": "formatHashString",
4627
+ "description": null,
4628
+ "args": [],
4629
+ "type": {
4630
+ "kind": "SCALAR",
4631
+ "name": "String",
4632
+ "ofType": null
4633
+ },
4634
+ "isDeprecated": false,
4635
+ "deprecationReason": null
4636
+ },
4637
+ {
4638
+ "name": "helpText",
4639
+ "description": null,
4640
+ "args": [],
4641
+ "type": {
4642
+ "kind": "SCALAR",
4643
+ "name": "String",
4644
+ "ofType": null
4645
+ },
4646
+ "isDeprecated": false,
4647
+ "deprecationReason": null
4648
+ },
4649
+ {
4650
+ "name": "id",
4651
+ "description": null,
4652
+ "args": [],
4653
+ "type": {
4654
+ "kind": "NON_NULL",
4655
+ "name": null,
4656
+ "ofType": {
4657
+ "kind": "SCALAR",
4658
+ "name": "ID",
4659
+ "ofType": null
4660
+ }
4661
+ },
4662
+ "isDeprecated": false,
4663
+ "deprecationReason": null
4664
+ },
4665
+ {
4666
+ "name": "label",
4667
+ "description": null,
4668
+ "args": [],
4669
+ "type": {
4670
+ "kind": "NON_NULL",
4671
+ "name": null,
4672
+ "ofType": {
4673
+ "kind": "SCALAR",
4674
+ "name": "String",
4675
+ "ofType": null
4676
+ }
4677
+ },
4678
+ "isDeprecated": false,
4679
+ "deprecationReason": null
4680
+ },
4681
+ {
4682
+ "name": "name",
4683
+ "description": null,
4684
+ "args": [],
4685
+ "type": {
4686
+ "kind": "NON_NULL",
4687
+ "name": null,
4688
+ "ofType": {
4689
+ "kind": "SCALAR",
4690
+ "name": "String",
4691
+ "ofType": null
4692
+ }
4693
+ },
4694
+ "isDeprecated": false,
4695
+ "deprecationReason": null
4696
+ },
4697
+ {
4698
+ "name": "placeholder",
4699
+ "description": null,
4700
+ "args": [],
4701
+ "type": {
4702
+ "kind": "SCALAR",
4703
+ "name": "String",
4704
+ "ofType": null
4705
+ },
4706
+ "isDeprecated": false,
4707
+ "deprecationReason": null
4708
+ },
4709
+ {
4710
+ "name": "providerId",
4711
+ "description": null,
4712
+ "args": [],
4713
+ "type": {
4714
+ "kind": "NON_NULL",
4715
+ "name": null,
4716
+ "ofType": {
4717
+ "kind": "SCALAR",
4718
+ "name": "ID",
4719
+ "ofType": null
4720
+ }
4721
+ },
4722
+ "isDeprecated": false,
4723
+ "deprecationReason": null
4724
+ },
4725
+ {
4726
+ "name": "required",
4727
+ "description": null,
4728
+ "args": [],
4729
+ "type": {
4730
+ "kind": "NON_NULL",
4731
+ "name": null,
4732
+ "ofType": {
4733
+ "kind": "SCALAR",
4734
+ "name": "Boolean",
4735
+ "ofType": null
4736
+ }
4737
+ },
4738
+ "isDeprecated": false,
4739
+ "deprecationReason": null
4740
+ },
4741
+ {
4742
+ "name": "requiredResponseLength",
4743
+ "description": null,
4744
+ "args": [],
4745
+ "type": {
4746
+ "kind": "SCALAR",
4747
+ "name": "Int",
4748
+ "ofType": null
4749
+ },
4750
+ "isDeprecated": false,
4751
+ "deprecationReason": null
4752
+ },
4753
+ {
4754
+ "name": "updatedAt",
4755
+ "description": null,
4756
+ "args": [],
4757
+ "type": {
4758
+ "kind": "NON_NULL",
4759
+ "name": null,
4760
+ "ofType": {
4761
+ "kind": "SCALAR",
4762
+ "name": "DateTime",
4763
+ "ofType": null
4764
+ }
4765
+ },
4766
+ "isDeprecated": false,
4767
+ "deprecationReason": null
4768
+ }
4769
+ ],
4770
+ "inputFields": null,
4771
+ "interfaces": [],
4772
+ "enumValues": null,
4773
+ "possibleTypes": null
4774
+ },
4775
+ {
4776
+ "kind": "OBJECT",
4777
+ "name": "Query",
4778
+ "description": null,
4779
+ "fields": [
4780
+ {
4781
+ "name": "CalculateSavingsEstimate",
4782
+ "description": null,
4783
+ "args": [],
4784
+ "type": {
4785
+ "kind": "NON_NULL",
4786
+ "name": null,
4787
+ "ofType": {
4788
+ "kind": "OBJECT",
4789
+ "name": "SavingsEstimate",
4790
+ "ofType": null
4791
+ }
4792
+ },
4793
+ "isDeprecated": false,
4794
+ "deprecationReason": null
4795
+ },
4796
+ {
4797
+ "name": "FindBill",
4798
+ "description": null,
4799
+ "args": [
4800
+ {
4801
+ "name": "id",
4802
+ "description": null,
4803
+ "type": {
4804
+ "kind": "NON_NULL",
4805
+ "name": null,
4806
+ "ofType": {
4807
+ "kind": "SCALAR",
4808
+ "name": "ID",
4809
+ "ofType": null
4810
+ }
4811
+ },
4812
+ "defaultValue": null
4813
+ }
4814
+ ],
4815
+ "type": {
4816
+ "kind": "OBJECT",
4817
+ "name": "Bill",
4818
+ "ofType": null
4819
+ },
4820
+ "isDeprecated": false,
4821
+ "deprecationReason": null
4822
+ },
4823
+ {
4824
+ "name": "FindCurrentPartner",
4825
+ "description": null,
4826
+ "args": [],
4827
+ "type": {
4828
+ "kind": "NON_NULL",
4829
+ "name": null,
4830
+ "ofType": {
4831
+ "kind": "OBJECT",
4832
+ "name": "Partner",
4833
+ "ofType": null
4834
+ }
4835
+ },
4836
+ "isDeprecated": false,
4837
+ "deprecationReason": null
4838
+ },
4839
+ {
4840
+ "name": "FindCustomer",
4841
+ "description": null,
4842
+ "args": [
4843
+ {
4844
+ "name": "id",
4845
+ "description": null,
4846
+ "type": {
4847
+ "kind": "NON_NULL",
4848
+ "name": null,
4849
+ "ofType": {
4850
+ "kind": "SCALAR",
4851
+ "name": "ID",
4852
+ "ofType": null
4853
+ }
4854
+ },
4855
+ "defaultValue": null
4856
+ }
4857
+ ],
4858
+ "type": {
4859
+ "kind": "OBJECT",
4860
+ "name": "Customer",
4861
+ "ofType": null
4862
+ },
4863
+ "isDeprecated": false,
4864
+ "deprecationReason": null
4865
+ },
4866
+ {
4867
+ "name": "FindInformationRequest",
4868
+ "description": null,
4869
+ "args": [
4870
+ {
4871
+ "name": "id",
4872
+ "description": null,
4873
+ "type": {
4874
+ "kind": "NON_NULL",
4875
+ "name": null,
4876
+ "ofType": {
4877
+ "kind": "SCALAR",
4878
+ "name": "ID",
4879
+ "ofType": null
4880
+ }
4881
+ },
4882
+ "defaultValue": null
4883
+ }
4884
+ ],
4885
+ "type": {
4886
+ "kind": "OBJECT",
4887
+ "name": "InformationRequest",
4888
+ "ofType": null
4889
+ },
4890
+ "isDeprecated": false,
4891
+ "deprecationReason": null
4892
+ },
4893
+ {
4894
+ "name": "FindOffer",
4895
+ "description": null,
4896
+ "args": [
4897
+ {
4898
+ "name": "id",
3650
4899
  "description": null,
3651
4900
  "type": {
3652
4901
  "kind": "NON_NULL",
@@ -4058,7 +5307,133 @@
4058
5307
  "name": "Int",
4059
5308
  "ofType": null
4060
5309
  },
4061
- "defaultValue": "0"
5310
+ "defaultValue": "0"
5311
+ },
5312
+ {
5313
+ "name": "after",
5314
+ "description": "Returns the elements in the list that come after the specified cursor.",
5315
+ "type": {
5316
+ "kind": "SCALAR",
5317
+ "name": "String",
5318
+ "ofType": null
5319
+ },
5320
+ "defaultValue": null
5321
+ },
5322
+ {
5323
+ "name": "before",
5324
+ "description": "Returns the elements in the list that come before the specified cursor.",
5325
+ "type": {
5326
+ "kind": "SCALAR",
5327
+ "name": "String",
5328
+ "ofType": null
5329
+ },
5330
+ "defaultValue": null
5331
+ },
5332
+ {
5333
+ "name": "first",
5334
+ "description": "Returns the first _n_ elements from the list.",
5335
+ "type": {
5336
+ "kind": "SCALAR",
5337
+ "name": "Int",
5338
+ "ofType": null
5339
+ },
5340
+ "defaultValue": null
5341
+ },
5342
+ {
5343
+ "name": "last",
5344
+ "description": "Returns the last _n_ elements from the list.",
5345
+ "type": {
5346
+ "kind": "SCALAR",
5347
+ "name": "Int",
5348
+ "ofType": null
5349
+ },
5350
+ "defaultValue": null
5351
+ }
5352
+ ],
5353
+ "type": {
5354
+ "kind": "NON_NULL",
5355
+ "name": null,
5356
+ "ofType": {
5357
+ "kind": "OBJECT",
5358
+ "name": "OfferConnection",
5359
+ "ofType": null
5360
+ }
5361
+ },
5362
+ "isDeprecated": false,
5363
+ "deprecationReason": null
5364
+ },
5365
+ {
5366
+ "name": "ListProviders",
5367
+ "description": null,
5368
+ "args": [],
5369
+ "type": {
5370
+ "kind": "NON_NULL",
5371
+ "name": null,
5372
+ "ofType": {
5373
+ "kind": "LIST",
5374
+ "name": null,
5375
+ "ofType": {
5376
+ "kind": "NON_NULL",
5377
+ "name": null,
5378
+ "ofType": {
5379
+ "kind": "OBJECT",
5380
+ "name": "Provider",
5381
+ "ofType": null
5382
+ }
5383
+ }
5384
+ }
5385
+ },
5386
+ "isDeprecated": false,
5387
+ "deprecationReason": null
5388
+ },
5389
+ {
5390
+ "name": "PingUptime",
5391
+ "description": null,
5392
+ "args": [
5393
+ {
5394
+ "name": "partnerId",
5395
+ "description": null,
5396
+ "type": {
5397
+ "kind": "NON_NULL",
5398
+ "name": null,
5399
+ "ofType": {
5400
+ "kind": "SCALAR",
5401
+ "name": "ID",
5402
+ "ofType": null
5403
+ }
5404
+ },
5405
+ "defaultValue": null
5406
+ }
5407
+ ],
5408
+ "type": {
5409
+ "kind": "NON_NULL",
5410
+ "name": null,
5411
+ "ofType": {
5412
+ "kind": "SCALAR",
5413
+ "name": "String",
5414
+ "ofType": null
5415
+ }
5416
+ },
5417
+ "isDeprecated": false,
5418
+ "deprecationReason": null
5419
+ },
5420
+ {
5421
+ "name": "SandboxListNegotiationsForBill",
5422
+ "description": null,
5423
+ "args": [
5424
+ {
5425
+ "name": "billId",
5426
+ "description": "",
5427
+ "type": {
5428
+ "kind": "NON_NULL",
5429
+ "name": null,
5430
+ "ofType": {
5431
+ "kind": "SCALAR",
5432
+ "name": "ID",
5433
+ "ofType": null
5434
+ }
5435
+ },
5436
+ "defaultValue": null
4062
5437
  },
4063
5438
  {
4064
5439
  "name": "after",
@@ -4100,21 +5475,325 @@
4100
5475
  },
4101
5476
  "defaultValue": null
4102
5477
  }
4103
- ],
5478
+ ],
5479
+ "type": {
5480
+ "kind": "NON_NULL",
5481
+ "name": null,
5482
+ "ofType": {
5483
+ "kind": "OBJECT",
5484
+ "name": "NegotiationConnection",
5485
+ "ofType": null
5486
+ }
5487
+ },
5488
+ "isDeprecated": false,
5489
+ "deprecationReason": null
5490
+ }
5491
+ ],
5492
+ "inputFields": null,
5493
+ "interfaces": [],
5494
+ "enumValues": null,
5495
+ "possibleTypes": null
5496
+ },
5497
+ {
5498
+ "kind": "INPUT_OBJECT",
5499
+ "name": "RejectOfferInput",
5500
+ "description": "Autogenerated input type of RejectOffer",
5501
+ "fields": null,
5502
+ "inputFields": [
5503
+ {
5504
+ "name": "id",
5505
+ "description": null,
5506
+ "type": {
5507
+ "kind": "NON_NULL",
5508
+ "name": null,
5509
+ "ofType": {
5510
+ "kind": "SCALAR",
5511
+ "name": "ID",
5512
+ "ofType": null
5513
+ }
5514
+ },
5515
+ "defaultValue": null
5516
+ },
5517
+ {
5518
+ "name": "clientMutationId",
5519
+ "description": "A unique identifier for the client performing the mutation.",
5520
+ "type": {
5521
+ "kind": "SCALAR",
5522
+ "name": "String",
5523
+ "ofType": null
5524
+ },
5525
+ "defaultValue": null
5526
+ }
5527
+ ],
5528
+ "interfaces": null,
5529
+ "enumValues": null,
5530
+ "possibleTypes": null
5531
+ },
5532
+ {
5533
+ "kind": "OBJECT",
5534
+ "name": "RejectOfferPayload",
5535
+ "description": "Autogenerated return type of RejectOffer",
5536
+ "fields": [
5537
+ {
5538
+ "name": "clientMutationId",
5539
+ "description": "A unique identifier for the client performing the mutation.",
5540
+ "args": [],
5541
+ "type": {
5542
+ "kind": "SCALAR",
5543
+ "name": "String",
5544
+ "ofType": null
5545
+ },
5546
+ "isDeprecated": false,
5547
+ "deprecationReason": null
5548
+ },
5549
+ {
5550
+ "name": "errors",
5551
+ "description": null,
5552
+ "args": [],
5553
+ "type": {
5554
+ "kind": "NON_NULL",
5555
+ "name": null,
5556
+ "ofType": {
5557
+ "kind": "LIST",
5558
+ "name": null,
5559
+ "ofType": {
5560
+ "kind": "NON_NULL",
5561
+ "name": null,
5562
+ "ofType": {
5563
+ "kind": "SCALAR",
5564
+ "name": "String",
5565
+ "ofType": null
5566
+ }
5567
+ }
5568
+ }
5569
+ },
5570
+ "isDeprecated": false,
5571
+ "deprecationReason": null
5572
+ },
5573
+ {
5574
+ "name": "offer",
5575
+ "description": null,
5576
+ "args": [],
5577
+ "type": {
5578
+ "kind": "OBJECT",
5579
+ "name": "Offer",
5580
+ "ofType": null
5581
+ },
5582
+ "isDeprecated": false,
5583
+ "deprecationReason": null
5584
+ },
5585
+ {
5586
+ "name": "success",
5587
+ "description": null,
5588
+ "args": [],
5589
+ "type": {
5590
+ "kind": "NON_NULL",
5591
+ "name": null,
5592
+ "ofType": {
5593
+ "kind": "SCALAR",
5594
+ "name": "Boolean",
5595
+ "ofType": null
5596
+ }
5597
+ },
5598
+ "isDeprecated": false,
5599
+ "deprecationReason": null
5600
+ }
5601
+ ],
5602
+ "inputFields": null,
5603
+ "interfaces": [],
5604
+ "enumValues": null,
5605
+ "possibleTypes": null
5606
+ },
5607
+ {
5608
+ "kind": "INPUT_OBJECT",
5609
+ "name": "RenegotiateBillInput",
5610
+ "description": "Autogenerated input type of RenegotiateBill",
5611
+ "fields": null,
5612
+ "inputFields": [
5613
+ {
5614
+ "name": "id",
5615
+ "description": "Id of the bill that should be renegotiated",
5616
+ "type": {
5617
+ "kind": "NON_NULL",
5618
+ "name": null,
5619
+ "ofType": {
5620
+ "kind": "SCALAR",
5621
+ "name": "ID",
5622
+ "ofType": null
5623
+ }
5624
+ },
5625
+ "defaultValue": null
5626
+ },
5627
+ {
5628
+ "name": "clientMutationId",
5629
+ "description": "A unique identifier for the client performing the mutation.",
5630
+ "type": {
5631
+ "kind": "SCALAR",
5632
+ "name": "String",
5633
+ "ofType": null
5634
+ },
5635
+ "defaultValue": null
5636
+ }
5637
+ ],
5638
+ "interfaces": null,
5639
+ "enumValues": null,
5640
+ "possibleTypes": null
5641
+ },
5642
+ {
5643
+ "kind": "OBJECT",
5644
+ "name": "RenegotiateBillPayload",
5645
+ "description": "Autogenerated return type of RenegotiateBill",
5646
+ "fields": [
5647
+ {
5648
+ "name": "bill",
5649
+ "description": null,
5650
+ "args": [],
5651
+ "type": {
5652
+ "kind": "OBJECT",
5653
+ "name": "Bill",
5654
+ "ofType": null
5655
+ },
5656
+ "isDeprecated": false,
5657
+ "deprecationReason": null
5658
+ },
5659
+ {
5660
+ "name": "clientMutationId",
5661
+ "description": "A unique identifier for the client performing the mutation.",
5662
+ "args": [],
5663
+ "type": {
5664
+ "kind": "SCALAR",
5665
+ "name": "String",
5666
+ "ofType": null
5667
+ },
5668
+ "isDeprecated": false,
5669
+ "deprecationReason": null
5670
+ },
5671
+ {
5672
+ "name": "errors",
5673
+ "description": null,
5674
+ "args": [],
5675
+ "type": {
5676
+ "kind": "NON_NULL",
5677
+ "name": null,
5678
+ "ofType": {
5679
+ "kind": "LIST",
5680
+ "name": null,
5681
+ "ofType": {
5682
+ "kind": "NON_NULL",
5683
+ "name": null,
5684
+ "ofType": {
5685
+ "kind": "SCALAR",
5686
+ "name": "String",
5687
+ "ofType": null
5688
+ }
5689
+ }
5690
+ }
5691
+ },
5692
+ "isDeprecated": false,
5693
+ "deprecationReason": null
5694
+ },
5695
+ {
5696
+ "name": "success",
5697
+ "description": null,
5698
+ "args": [],
5699
+ "type": {
5700
+ "kind": "NON_NULL",
5701
+ "name": null,
5702
+ "ofType": {
5703
+ "kind": "SCALAR",
5704
+ "name": "Boolean",
5705
+ "ofType": null
5706
+ }
5707
+ },
5708
+ "isDeprecated": false,
5709
+ "deprecationReason": null
5710
+ }
5711
+ ],
5712
+ "inputFields": null,
5713
+ "interfaces": [],
5714
+ "enumValues": null,
5715
+ "possibleTypes": null
5716
+ },
5717
+ {
5718
+ "kind": "INPUT_OBJECT",
5719
+ "name": "RespondToInformationRequestInput",
5720
+ "description": "Autogenerated input type of RespondToInformationRequest",
5721
+ "fields": null,
5722
+ "inputFields": [
5723
+ {
5724
+ "name": "id",
5725
+ "description": "Id of the information request",
5726
+ "type": {
5727
+ "kind": "NON_NULL",
5728
+ "name": null,
5729
+ "ofType": {
5730
+ "kind": "SCALAR",
5731
+ "name": "ID",
5732
+ "ofType": null
5733
+ }
5734
+ },
5735
+ "defaultValue": null
5736
+ },
5737
+ {
5738
+ "name": "informationRequest",
5739
+ "description": null,
4104
5740
  "type": {
4105
5741
  "kind": "NON_NULL",
4106
5742
  "name": null,
4107
5743
  "ofType": {
4108
- "kind": "OBJECT",
4109
- "name": "OfferConnection",
5744
+ "kind": "INPUT_OBJECT",
5745
+ "name": "InformationRequestAttributes",
4110
5746
  "ofType": null
4111
5747
  }
4112
5748
  },
5749
+ "defaultValue": null
5750
+ },
5751
+ {
5752
+ "name": "clientMutationId",
5753
+ "description": "A unique identifier for the client performing the mutation.",
5754
+ "type": {
5755
+ "kind": "SCALAR",
5756
+ "name": "String",
5757
+ "ofType": null
5758
+ },
5759
+ "defaultValue": null
5760
+ }
5761
+ ],
5762
+ "interfaces": null,
5763
+ "enumValues": null,
5764
+ "possibleTypes": null
5765
+ },
5766
+ {
5767
+ "kind": "OBJECT",
5768
+ "name": "RespondToInformationRequestPayload",
5769
+ "description": "Autogenerated return type of RespondToInformationRequest",
5770
+ "fields": [
5771
+ {
5772
+ "name": "bill",
5773
+ "description": null,
5774
+ "args": [],
5775
+ "type": {
5776
+ "kind": "OBJECT",
5777
+ "name": "Bill",
5778
+ "ofType": null
5779
+ },
4113
5780
  "isDeprecated": false,
4114
5781
  "deprecationReason": null
4115
5782
  },
4116
5783
  {
4117
- "name": "ListProviders",
5784
+ "name": "clientMutationId",
5785
+ "description": "A unique identifier for the client performing the mutation.",
5786
+ "args": [],
5787
+ "type": {
5788
+ "kind": "SCALAR",
5789
+ "name": "String",
5790
+ "ofType": null
5791
+ },
5792
+ "isDeprecated": false,
5793
+ "deprecationReason": null
5794
+ },
5795
+ {
5796
+ "name": "errors",
4118
5797
  "description": null,
4119
5798
  "args": [],
4120
5799
  "type": {
@@ -4127,8 +5806,8 @@
4127
5806
  "kind": "NON_NULL",
4128
5807
  "name": null,
4129
5808
  "ofType": {
4130
- "kind": "OBJECT",
4131
- "name": "Provider",
5809
+ "kind": "SCALAR",
5810
+ "name": "String",
4132
5811
  "ofType": null
4133
5812
  }
4134
5813
  }
@@ -4136,6 +5815,46 @@
4136
5815
  },
4137
5816
  "isDeprecated": false,
4138
5817
  "deprecationReason": null
5818
+ },
5819
+ {
5820
+ "name": "informationRequest",
5821
+ "description": null,
5822
+ "args": [],
5823
+ "type": {
5824
+ "kind": "OBJECT",
5825
+ "name": "InformationRequest",
5826
+ "ofType": null
5827
+ },
5828
+ "isDeprecated": false,
5829
+ "deprecationReason": null
5830
+ },
5831
+ {
5832
+ "name": "negotiation",
5833
+ "description": null,
5834
+ "args": [],
5835
+ "type": {
5836
+ "kind": "OBJECT",
5837
+ "name": "Negotiation",
5838
+ "ofType": null
5839
+ },
5840
+ "isDeprecated": false,
5841
+ "deprecationReason": null
5842
+ },
5843
+ {
5844
+ "name": "success",
5845
+ "description": null,
5846
+ "args": [],
5847
+ "type": {
5848
+ "kind": "NON_NULL",
5849
+ "name": null,
5850
+ "ofType": {
5851
+ "kind": "SCALAR",
5852
+ "name": "Boolean",
5853
+ "ofType": null
5854
+ }
5855
+ },
5856
+ "isDeprecated": false,
5857
+ "deprecationReason": null
4139
5858
  }
4140
5859
  ],
4141
5860
  "inputFields": null,
@@ -4145,24 +5864,10 @@
4145
5864
  },
4146
5865
  {
4147
5866
  "kind": "INPUT_OBJECT",
4148
- "name": "RejectOfferInput",
4149
- "description": "Autogenerated input type of RejectOffer",
5867
+ "name": "RotateApiKeysInput",
5868
+ "description": "Autogenerated input type of RotateApiKeys",
4150
5869
  "fields": null,
4151
5870
  "inputFields": [
4152
- {
4153
- "name": "id",
4154
- "description": null,
4155
- "type": {
4156
- "kind": "NON_NULL",
4157
- "name": null,
4158
- "ofType": {
4159
- "kind": "SCALAR",
4160
- "name": "ID",
4161
- "ofType": null
4162
- }
4163
- },
4164
- "defaultValue": null
4165
- },
4166
5871
  {
4167
5872
  "name": "clientMutationId",
4168
5873
  "description": "A unique identifier for the client performing the mutation.",
@@ -4180,8 +5885,8 @@
4180
5885
  },
4181
5886
  {
4182
5887
  "kind": "OBJECT",
4183
- "name": "RejectOfferPayload",
4184
- "description": "Autogenerated return type of RejectOffer",
5888
+ "name": "RotateApiKeysPayload",
5889
+ "description": "Autogenerated return type of RotateApiKeys",
4185
5890
  "fields": [
4186
5891
  {
4187
5892
  "name": "clientMutationId",
@@ -4220,12 +5925,12 @@
4220
5925
  "deprecationReason": null
4221
5926
  },
4222
5927
  {
4223
- "name": "offer",
5928
+ "name": "partner",
4224
5929
  "description": null,
4225
5930
  "args": [],
4226
5931
  "type": {
4227
5932
  "kind": "OBJECT",
4228
- "name": "Offer",
5933
+ "name": "Partner",
4229
5934
  "ofType": null
4230
5935
  },
4231
5936
  "isDeprecated": false,
@@ -4255,13 +5960,13 @@
4255
5960
  },
4256
5961
  {
4257
5962
  "kind": "INPUT_OBJECT",
4258
- "name": "RenegotiateBillInput",
4259
- "description": "Autogenerated input type of RenegotiateBill",
5963
+ "name": "SandboxGenerateNegotiationInput",
5964
+ "description": "Autogenerated input type of SandboxGenerateNegotiation",
4260
5965
  "fields": null,
4261
5966
  "inputFields": [
4262
5967
  {
4263
- "name": "id",
4264
- "description": "Id of the bill that should be renegotiated",
5968
+ "name": "billId",
5969
+ "description": "",
4265
5970
  "type": {
4266
5971
  "kind": "NON_NULL",
4267
5972
  "name": null,
@@ -4290,8 +5995,8 @@
4290
5995
  },
4291
5996
  {
4292
5997
  "kind": "OBJECT",
4293
- "name": "RenegotiateBillPayload",
4294
- "description": "Autogenerated return type of RenegotiateBill",
5998
+ "name": "SandboxGenerateNegotiationPayload",
5999
+ "description": "Autogenerated return type of SandboxGenerateNegotiation",
4295
6000
  "fields": [
4296
6001
  {
4297
6002
  "name": "bill",
@@ -4365,13 +6070,13 @@
4365
6070
  },
4366
6071
  {
4367
6072
  "kind": "INPUT_OBJECT",
4368
- "name": "RespondToInformationRequestInput",
4369
- "description": "Autogenerated input type of RespondToInformationRequest",
6073
+ "name": "SandboxResetBillInput",
6074
+ "description": "Autogenerated input type of SandboxResetBill",
4370
6075
  "fields": null,
4371
6076
  "inputFields": [
4372
6077
  {
4373
- "name": "id",
4374
- "description": "Id of the information request",
6078
+ "name": "billId",
6079
+ "description": "",
4375
6080
  "type": {
4376
6081
  "kind": "NON_NULL",
4377
6082
  "name": null,
@@ -4383,20 +6088,6 @@
4383
6088
  },
4384
6089
  "defaultValue": null
4385
6090
  },
4386
- {
4387
- "name": "informationRequest",
4388
- "description": null,
4389
- "type": {
4390
- "kind": "NON_NULL",
4391
- "name": null,
4392
- "ofType": {
4393
- "kind": "INPUT_OBJECT",
4394
- "name": "InformationRequestAttributes",
4395
- "ofType": null
4396
- }
4397
- },
4398
- "defaultValue": null
4399
- },
4400
6091
  {
4401
6092
  "name": "clientMutationId",
4402
6093
  "description": "A unique identifier for the client performing the mutation.",
@@ -4414,8 +6105,8 @@
4414
6105
  },
4415
6106
  {
4416
6107
  "kind": "OBJECT",
4417
- "name": "RespondToInformationRequestPayload",
4418
- "description": "Autogenerated return type of RespondToInformationRequest",
6108
+ "name": "SandboxResetBillPayload",
6109
+ "description": "Autogenerated return type of SandboxResetBill",
4419
6110
  "fields": [
4420
6111
  {
4421
6112
  "name": "bill",
@@ -4466,17 +6157,117 @@
4466
6157
  "deprecationReason": null
4467
6158
  },
4468
6159
  {
4469
- "name": "informationRequest",
6160
+ "name": "success",
4470
6161
  "description": null,
4471
6162
  "args": [],
4472
6163
  "type": {
4473
- "kind": "OBJECT",
4474
- "name": "InformationRequest",
6164
+ "kind": "NON_NULL",
6165
+ "name": null,
6166
+ "ofType": {
6167
+ "kind": "SCALAR",
6168
+ "name": "Boolean",
6169
+ "ofType": null
6170
+ }
6171
+ },
6172
+ "isDeprecated": false,
6173
+ "deprecationReason": null
6174
+ }
6175
+ ],
6176
+ "inputFields": null,
6177
+ "interfaces": [],
6178
+ "enumValues": null,
6179
+ "possibleTypes": null
6180
+ },
6181
+ {
6182
+ "kind": "INPUT_OBJECT",
6183
+ "name": "SandboxTransitionNegotiationInput",
6184
+ "description": "Autogenerated input type of SandboxTransitionNegotiation",
6185
+ "fields": null,
6186
+ "inputFields": [
6187
+ {
6188
+ "name": "negId",
6189
+ "description": "Id of the negotiation that will transition",
6190
+ "type": {
6191
+ "kind": "NON_NULL",
6192
+ "name": null,
6193
+ "ofType": {
6194
+ "kind": "SCALAR",
6195
+ "name": "ID",
6196
+ "ofType": null
6197
+ }
6198
+ },
6199
+ "defaultValue": null
6200
+ },
6201
+ {
6202
+ "name": "transition",
6203
+ "description": null,
6204
+ "type": {
6205
+ "kind": "NON_NULL",
6206
+ "name": null,
6207
+ "ofType": {
6208
+ "kind": "SCALAR",
6209
+ "name": "String",
6210
+ "ofType": null
6211
+ }
6212
+ },
6213
+ "defaultValue": null
6214
+ },
6215
+ {
6216
+ "name": "clientMutationId",
6217
+ "description": "A unique identifier for the client performing the mutation.",
6218
+ "type": {
6219
+ "kind": "SCALAR",
6220
+ "name": "String",
6221
+ "ofType": null
6222
+ },
6223
+ "defaultValue": null
6224
+ }
6225
+ ],
6226
+ "interfaces": null,
6227
+ "enumValues": null,
6228
+ "possibleTypes": null
6229
+ },
6230
+ {
6231
+ "kind": "OBJECT",
6232
+ "name": "SandboxTransitionNegotiationPayload",
6233
+ "description": "Autogenerated return type of SandboxTransitionNegotiation",
6234
+ "fields": [
6235
+ {
6236
+ "name": "clientMutationId",
6237
+ "description": "A unique identifier for the client performing the mutation.",
6238
+ "args": [],
6239
+ "type": {
6240
+ "kind": "SCALAR",
6241
+ "name": "String",
4475
6242
  "ofType": null
4476
6243
  },
4477
6244
  "isDeprecated": false,
4478
6245
  "deprecationReason": null
4479
6246
  },
6247
+ {
6248
+ "name": "errors",
6249
+ "description": null,
6250
+ "args": [],
6251
+ "type": {
6252
+ "kind": "NON_NULL",
6253
+ "name": null,
6254
+ "ofType": {
6255
+ "kind": "LIST",
6256
+ "name": null,
6257
+ "ofType": {
6258
+ "kind": "NON_NULL",
6259
+ "name": null,
6260
+ "ofType": {
6261
+ "kind": "SCALAR",
6262
+ "name": "String",
6263
+ "ofType": null
6264
+ }
6265
+ }
6266
+ }
6267
+ },
6268
+ "isDeprecated": false,
6269
+ "deprecationReason": null
6270
+ },
4480
6271
  {
4481
6272
  "name": "negotiation",
4482
6273
  "description": null,