billfixers-partner 1.2.3 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d03fecf53ba94d473db4b3a6ae819f202cf77683a25cd6e4f1205800d5a9a7f
4
- data.tar.gz: 787115f962172cb98ac18b1b4e19f51c785950ef7ab6703bb7f1521761b23958
3
+ metadata.gz: 4a1711f994bad70448e70829eb0ef0dee4860adf52fb949a443ba1efacc26cd3
4
+ data.tar.gz: e6a370ef45152d5761333f1f3d38d2f7866e72dd0d37401b530dc069833ea710
5
5
  SHA512:
6
- metadata.gz: aaeea7b81d2f011b678f8e40060fdd789450a2918a77aac94ab3fc22a7db1242241fd4772f5fd7218f1c8a01c1673dcc049c249a3680908b6eefab78e3295ccc
7
- data.tar.gz: eb0a3f318572a57b5ee7321052d7196fbf9d38ffa1296c4ac010fbf60b93d26230f66c6df85d28369d25c20dbcc98d18ffe92589ae4a8b830eedbe836d41a300
6
+ metadata.gz: 2a7f6d21417c2724a66f6293dfb1d64b02f0c8b3620048861df2357e69d6ffda5d11ec6c085852f121b89753294991ca5904b2191636610d14437b26ebdb5041
7
+ data.tar.gz: 417e3e8878b8acc44c4eee32ba091a4a4a977f05b2a9d43a373f99337a44387f4feb10f80f6aebab2b564ac408c4b2ac5a300f4fd945bee507b2752b68e33ca0
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /tmp/
9
9
  .byebug_history
10
10
  *.gem
11
+ .DS_Store
@@ -21,7 +21,6 @@ module Billfixers
21
21
  firstName
22
22
  lastName
23
23
  phoneNumber
24
- avatarUrl
25
24
  b2b
26
25
  createdAt
27
26
  updatedAt
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Billfixers
4
4
  module Partner
5
- VERSION = '1.2.3'
5
+ VERSION = '1.2.4'
6
6
  end
7
7
  end
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,38 @@
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
+ },
219
267
  {
220
268
  "name": "documentlessAllowed",
221
269
  "description": "Allows documentless submission of a bill",
@@ -244,6 +292,30 @@
244
292
  "isDeprecated": false,
245
293
  "deprecationReason": null
246
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
+ },
247
319
  {
248
320
  "name": "grossSavings",
249
321
  "description": "The lifetime value gained from negotiations",
@@ -324,6 +396,22 @@
324
396
  "isDeprecated": false,
325
397
  "deprecationReason": null
326
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
+ },
327
415
  {
328
416
  "name": "offers",
329
417
  "description": null,
@@ -1161,6 +1249,18 @@
1161
1249
  "isDeprecated": false,
1162
1250
  "deprecationReason": null
1163
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
+ },
1164
1264
  {
1165
1265
  "name": "type",
1166
1266
  "description": null,
@@ -1420,6 +1520,125 @@
1420
1520
  "enumValues": null,
1421
1521
  "possibleTypes": null
1422
1522
  },
1523
+ {
1524
+ "kind": "OBJECT",
1525
+ "name": "Document",
1526
+ "description": null,
1527
+ "fields": [
1528
+ {
1529
+ "name": "createdAt",
1530
+ "description": null,
1531
+ "args": [],
1532
+ "type": {
1533
+ "kind": "NON_NULL",
1534
+ "name": null,
1535
+ "ofType": {
1536
+ "kind": "SCALAR",
1537
+ "name": "DateTime",
1538
+ "ofType": null
1539
+ }
1540
+ },
1541
+ "isDeprecated": false,
1542
+ "deprecationReason": null
1543
+ },
1544
+ {
1545
+ "name": "documentableId",
1546
+ "description": null,
1547
+ "args": [],
1548
+ "type": {
1549
+ "kind": "NON_NULL",
1550
+ "name": null,
1551
+ "ofType": {
1552
+ "kind": "SCALAR",
1553
+ "name": "ID",
1554
+ "ofType": null
1555
+ }
1556
+ },
1557
+ "isDeprecated": false,
1558
+ "deprecationReason": null
1559
+ },
1560
+ {
1561
+ "name": "documentableType",
1562
+ "description": null,
1563
+ "args": [],
1564
+ "type": {
1565
+ "kind": "NON_NULL",
1566
+ "name": null,
1567
+ "ofType": {
1568
+ "kind": "SCALAR",
1569
+ "name": "String",
1570
+ "ofType": null
1571
+ }
1572
+ },
1573
+ "isDeprecated": false,
1574
+ "deprecationReason": null
1575
+ },
1576
+ {
1577
+ "name": "filename",
1578
+ "description": null,
1579
+ "args": [],
1580
+ "type": {
1581
+ "kind": "NON_NULL",
1582
+ "name": null,
1583
+ "ofType": {
1584
+ "kind": "SCALAR",
1585
+ "name": "String",
1586
+ "ofType": null
1587
+ }
1588
+ },
1589
+ "isDeprecated": false,
1590
+ "deprecationReason": null
1591
+ },
1592
+ {
1593
+ "name": "id",
1594
+ "description": null,
1595
+ "args": [],
1596
+ "type": {
1597
+ "kind": "NON_NULL",
1598
+ "name": null,
1599
+ "ofType": {
1600
+ "kind": "SCALAR",
1601
+ "name": "ID",
1602
+ "ofType": null
1603
+ }
1604
+ },
1605
+ "isDeprecated": false,
1606
+ "deprecationReason": null
1607
+ },
1608
+ {
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",
1622
+ "description": null,
1623
+ "args": [],
1624
+ "type": {
1625
+ "kind": "NON_NULL",
1626
+ "name": null,
1627
+ "ofType": {
1628
+ "kind": "SCALAR",
1629
+ "name": "String",
1630
+ "ofType": null
1631
+ }
1632
+ },
1633
+ "isDeprecated": false,
1634
+ "deprecationReason": null
1635
+ }
1636
+ ],
1637
+ "inputFields": null,
1638
+ "interfaces": [],
1639
+ "enumValues": null,
1640
+ "possibleTypes": null
1641
+ },
1423
1642
  {
1424
1643
  "kind": "OBJECT",
1425
1644
  "name": "Fixer",
@@ -2601,6 +2820,33 @@
2601
2820
  "isDeprecated": false,
2602
2821
  "deprecationReason": null
2603
2822
  },
2823
+ {
2824
+ "name": "RotateApiKeys",
2825
+ "description": null,
2826
+ "args": [
2827
+ {
2828
+ "name": "input",
2829
+ "description": "Parameters for RotateApiKeys",
2830
+ "type": {
2831
+ "kind": "NON_NULL",
2832
+ "name": null,
2833
+ "ofType": {
2834
+ "kind": "INPUT_OBJECT",
2835
+ "name": "RotateApiKeysInput",
2836
+ "ofType": null
2837
+ }
2838
+ },
2839
+ "defaultValue": null
2840
+ }
2841
+ ],
2842
+ "type": {
2843
+ "kind": "OBJECT",
2844
+ "name": "RotateApiKeysPayload",
2845
+ "ofType": null
2846
+ },
2847
+ "isDeprecated": false,
2848
+ "deprecationReason": null
2849
+ },
2604
2850
  {
2605
2851
  "name": "SandboxGenerateNegotiation",
2606
2852
  "description": null,
@@ -5108,6 +5354,37 @@
5108
5354
  "isDeprecated": false,
5109
5355
  "deprecationReason": null
5110
5356
  },
5357
+ {
5358
+ "name": "PingUptime",
5359
+ "description": null,
5360
+ "args": [
5361
+ {
5362
+ "name": "partnerId",
5363
+ "description": null,
5364
+ "type": {
5365
+ "kind": "NON_NULL",
5366
+ "name": null,
5367
+ "ofType": {
5368
+ "kind": "SCALAR",
5369
+ "name": "ID",
5370
+ "ofType": null
5371
+ }
5372
+ },
5373
+ "defaultValue": null
5374
+ }
5375
+ ],
5376
+ "type": {
5377
+ "kind": "NON_NULL",
5378
+ "name": null,
5379
+ "ofType": {
5380
+ "kind": "SCALAR",
5381
+ "name": "String",
5382
+ "ofType": null
5383
+ }
5384
+ },
5385
+ "isDeprecated": false,
5386
+ "deprecationReason": null
5387
+ },
5111
5388
  {
5112
5389
  "name": "SandboxListNegotiationsForBill",
5113
5390
  "description": null,
@@ -5553,6 +5830,102 @@
5553
5830
  "enumValues": null,
5554
5831
  "possibleTypes": null
5555
5832
  },
5833
+ {
5834
+ "kind": "INPUT_OBJECT",
5835
+ "name": "RotateApiKeysInput",
5836
+ "description": "Autogenerated input type of RotateApiKeys",
5837
+ "fields": null,
5838
+ "inputFields": [
5839
+ {
5840
+ "name": "clientMutationId",
5841
+ "description": "A unique identifier for the client performing the mutation.",
5842
+ "type": {
5843
+ "kind": "SCALAR",
5844
+ "name": "String",
5845
+ "ofType": null
5846
+ },
5847
+ "defaultValue": null
5848
+ }
5849
+ ],
5850
+ "interfaces": null,
5851
+ "enumValues": null,
5852
+ "possibleTypes": null
5853
+ },
5854
+ {
5855
+ "kind": "OBJECT",
5856
+ "name": "RotateApiKeysPayload",
5857
+ "description": "Autogenerated return type of RotateApiKeys",
5858
+ "fields": [
5859
+ {
5860
+ "name": "clientMutationId",
5861
+ "description": "A unique identifier for the client performing the mutation.",
5862
+ "args": [],
5863
+ "type": {
5864
+ "kind": "SCALAR",
5865
+ "name": "String",
5866
+ "ofType": null
5867
+ },
5868
+ "isDeprecated": false,
5869
+ "deprecationReason": null
5870
+ },
5871
+ {
5872
+ "name": "errors",
5873
+ "description": null,
5874
+ "args": [],
5875
+ "type": {
5876
+ "kind": "NON_NULL",
5877
+ "name": null,
5878
+ "ofType": {
5879
+ "kind": "LIST",
5880
+ "name": null,
5881
+ "ofType": {
5882
+ "kind": "NON_NULL",
5883
+ "name": null,
5884
+ "ofType": {
5885
+ "kind": "SCALAR",
5886
+ "name": "String",
5887
+ "ofType": null
5888
+ }
5889
+ }
5890
+ }
5891
+ },
5892
+ "isDeprecated": false,
5893
+ "deprecationReason": null
5894
+ },
5895
+ {
5896
+ "name": "partner",
5897
+ "description": null,
5898
+ "args": [],
5899
+ "type": {
5900
+ "kind": "OBJECT",
5901
+ "name": "Partner",
5902
+ "ofType": null
5903
+ },
5904
+ "isDeprecated": false,
5905
+ "deprecationReason": null
5906
+ },
5907
+ {
5908
+ "name": "success",
5909
+ "description": null,
5910
+ "args": [],
5911
+ "type": {
5912
+ "kind": "NON_NULL",
5913
+ "name": null,
5914
+ "ofType": {
5915
+ "kind": "SCALAR",
5916
+ "name": "Boolean",
5917
+ "ofType": null
5918
+ }
5919
+ },
5920
+ "isDeprecated": false,
5921
+ "deprecationReason": null
5922
+ }
5923
+ ],
5924
+ "inputFields": null,
5925
+ "interfaces": [],
5926
+ "enumValues": null,
5927
+ "possibleTypes": null
5928
+ },
5556
5929
  {
5557
5930
  "kind": "INPUT_OBJECT",
5558
5931
  "name": "SandboxGenerateNegotiationInput",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billfixers-partner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BillFixers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport