budgea_client 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -0
  4. data/Rakefile +1 -5
  5. data/budgea_openapi.json +748 -63
  6. data/docs/Account.md +2 -0
  7. data/docs/AdministrationApi.md +497 -4
  8. data/docs/AuthenticationApi.md +2 -0
  9. data/docs/BanksApi.md +165 -48
  10. data/docs/ConnectionsApi.md +14 -12
  11. data/docs/Connector.md +2 -0
  12. data/docs/DocumentsApi.md +26 -26
  13. data/docs/InlineResponse20013.md +1 -1
  14. data/docs/InlineResponse20014.md +1 -1
  15. data/docs/InlineResponse20015.md +1 -1
  16. data/docs/InlineResponse20016.md +1 -1
  17. data/docs/InlineResponse20017.md +1 -1
  18. data/docs/InlineResponse20018.md +1 -1
  19. data/docs/InlineResponse20019.md +1 -1
  20. data/docs/InlineResponse20020.md +1 -1
  21. data/docs/InlineResponse20021.md +1 -1
  22. data/docs/InlineResponse20022.md +1 -1
  23. data/docs/InlineResponse20023.md +1 -1
  24. data/docs/InlineResponse20024.md +1 -1
  25. data/docs/InlineResponse20025.md +1 -1
  26. data/docs/InlineResponse20026.md +1 -1
  27. data/docs/InlineResponse20027.md +1 -1
  28. data/docs/InlineResponse20028.md +1 -1
  29. data/docs/InlineResponse20029.md +1 -1
  30. data/docs/InlineResponse20030.md +1 -1
  31. data/docs/InlineResponse20031.md +1 -1
  32. data/docs/InlineResponse20032.md +1 -1
  33. data/docs/InlineResponse20033.md +1 -1
  34. data/docs/InlineResponse20034.md +1 -1
  35. data/docs/InlineResponse20035.md +1 -1
  36. data/docs/InlineResponse20036.md +1 -1
  37. data/docs/PFMApi.md +10 -10
  38. data/docs/ProvidersApi.md +38 -38
  39. data/docs/TermsApi.md +4 -4
  40. data/docs/Transaction.md +1 -1
  41. data/docs/TransfersApi.md +43 -25
  42. data/docs/UsersManagementApi.md +4 -4
  43. data/docs/WealthApi.md +18 -18
  44. data/docs/Webhook.md +2 -0
  45. data/lib/budgea_client/api/administration_api.rb +506 -6
  46. data/lib/budgea_client/api/authentication_api.rb +3 -0
  47. data/lib/budgea_client/api/banks_api.rb +183 -72
  48. data/lib/budgea_client/api/connections_api.rb +21 -18
  49. data/lib/budgea_client/api/documents_api.rb +39 -39
  50. data/lib/budgea_client/api/pfm_api.rb +15 -15
  51. data/lib/budgea_client/api/providers_api.rb +57 -57
  52. data/lib/budgea_client/api/terms_api.rb +6 -6
  53. data/lib/budgea_client/api/transfers_api.rb +63 -36
  54. data/lib/budgea_client/api/users_management_api.rb +6 -6
  55. data/lib/budgea_client/api/wealth_api.rb +27 -27
  56. data/lib/budgea_client/models/account.rb +24 -4
  57. data/lib/budgea_client/models/connector.rb +26 -1
  58. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  59. data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
  60. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  61. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  62. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  63. data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
  64. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  65. data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
  66. data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
  67. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  68. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  69. data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
  70. data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
  71. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  72. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  73. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  74. data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
  75. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  76. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  77. data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
  78. data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
  79. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  80. data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
  82. data/lib/budgea_client/models/transaction.rb +11 -18
  83. data/lib/budgea_client/models/webhook.rb +24 -4
  84. data/lib/budgea_client/version.rb +1 -1
  85. data/lib/budgea_client.rb +7 -0
  86. data/original_budgea_openapi.json +771 -142
  87. data/pkg/budgea_client-2.0.1.gem +0 -0
  88. metadata +4 -3
@@ -848,6 +848,13 @@
848
848
  "name": "type",
849
849
  "description": "to target a specific account type which will be"
850
850
  },
851
+ {
852
+ "required": false,
853
+ "in": "query",
854
+ "type": "integer",
855
+ "name": "occurrences",
856
+ "description": "require at least N accounts of the targeted"
857
+ },
851
858
  {
852
859
  "required": false,
853
860
  "type": "string",
@@ -1026,6 +1033,63 @@
1026
1033
  "summary": "Get all categories"
1027
1034
  }
1028
1035
  },
1036
+ "/categories/keywords": {
1037
+ "post": {
1038
+ "responses": {
1039
+ "200": {
1040
+ "description": "Successful POST on Keyword resource",
1041
+ "schema": {
1042
+ "$ref": "#/definitions/Keyword"
1043
+ }
1044
+ }
1045
+ },
1046
+ "tags": [
1047
+ "Banks"
1048
+ ],
1049
+ "description": "If the keyword already exists the keyword is not added. Used for the categorization of transactions.<br><br>Form params: - id_category (integer): a reference towards the category associated with the keyword - keyword (string): the searched keyword - income (bool): 1 if the associated category represents an income else 0 - priority (integer): sets the priority for the keyword, used when categorizing<br><br>",
1050
+ "parameters": [
1051
+ {
1052
+ "required": false,
1053
+ "type": "string",
1054
+ "name": "expand",
1055
+ "in": "query"
1056
+ }
1057
+ ],
1058
+ "summary": "Add a new keyword associated with a category in the database."
1059
+ }
1060
+ },
1061
+ "/categories/keywords/{id_keyword}": {
1062
+ "delete": {
1063
+ "responses": {
1064
+ "200": {
1065
+ "description": "Successful DELETE on Keyword resource",
1066
+ "schema": {
1067
+ "$ref": "#/definitions/Keyword"
1068
+ }
1069
+ }
1070
+ },
1071
+ "tags": [
1072
+ "Banks"
1073
+ ],
1074
+ "description": "",
1075
+ "parameters": [
1076
+ {
1077
+ "required": true,
1078
+ "in": "path",
1079
+ "type": "integer",
1080
+ "name": "id_keyword",
1081
+ "description": ""
1082
+ },
1083
+ {
1084
+ "required": false,
1085
+ "type": "string",
1086
+ "name": "expand",
1087
+ "in": "query"
1088
+ }
1089
+ ],
1090
+ "summary": "Delete a particular key-value pair on a transaction."
1091
+ }
1092
+ },
1029
1093
  "/categorize": {
1030
1094
  "post": {
1031
1095
  "responses": {
@@ -1501,6 +1565,72 @@
1501
1565
  "summary": "Set a configuration value on the API."
1502
1566
  }
1503
1567
  },
1568
+ "/config/logs": {
1569
+ "get": {
1570
+ "responses": {
1571
+ "200": {
1572
+ "description": "configlogs",
1573
+ "schema": {
1574
+ "required": [
1575
+ "configlogs"
1576
+ ],
1577
+ "type": "object",
1578
+ "properties": {
1579
+ "configlogs": {
1580
+ "items": {
1581
+ "$ref": "#/definitions/ConfigLog"
1582
+ },
1583
+ "type": "array"
1584
+ }
1585
+ }
1586
+ }
1587
+ }
1588
+ },
1589
+ "tags": [
1590
+ "Administration"
1591
+ ],
1592
+ "description": "<br><br>",
1593
+ "parameters": [
1594
+ {
1595
+ "required": false,
1596
+ "in": "query",
1597
+ "type": "string",
1598
+ "name": "search",
1599
+ "description": "limit the results to keys matching the given value"
1600
+ },
1601
+ {
1602
+ "required": false,
1603
+ "in": "query",
1604
+ "type": "string",
1605
+ "name": "type",
1606
+ "description": "type of change done on the configuration"
1607
+ },
1608
+ {
1609
+ "name": "min_date",
1610
+ "format": "date",
1611
+ "required": false,
1612
+ "in": "query",
1613
+ "type": "string",
1614
+ "description": "minimal date of the change"
1615
+ },
1616
+ {
1617
+ "name": "max_date",
1618
+ "format": "date",
1619
+ "required": false,
1620
+ "in": "query",
1621
+ "type": "string",
1622
+ "description": "maximum date of the change"
1623
+ },
1624
+ {
1625
+ "required": false,
1626
+ "type": "string",
1627
+ "name": "expand",
1628
+ "in": "query"
1629
+ }
1630
+ ],
1631
+ "summary": "Get configuration change history of the API."
1632
+ }
1633
+ },
1504
1634
  "/connections": {
1505
1635
  "get": {
1506
1636
  "responses": {
@@ -1593,13 +1723,6 @@
1593
1723
  ],
1594
1724
  "description": "Send a request to add a new connector<br><br>",
1595
1725
  "parameters": [
1596
- {
1597
- "required": false,
1598
- "in": "formData",
1599
- "type": "string",
1600
- "name": "api",
1601
- "description": "Name of the API"
1602
- },
1603
1726
  {
1604
1727
  "required": true,
1605
1728
  "in": "formData",
@@ -7273,6 +7396,13 @@
7273
7396
  "name": "id_connector",
7274
7397
  "description": "ID of the connector"
7275
7398
  },
7399
+ {
7400
+ "required": false,
7401
+ "in": "formData",
7402
+ "type": "string",
7403
+ "name": "connector_uuid",
7404
+ "description": "optional uuid of the connector (replaces id_connector)"
7405
+ },
7276
7406
  {
7277
7407
  "required": false,
7278
7408
  "type": "string",
@@ -20085,6 +20215,13 @@
20085
20215
  "name": "id_connector",
20086
20216
  "description": "ID of the connector"
20087
20217
  },
20218
+ {
20219
+ "required": false,
20220
+ "in": "formData",
20221
+ "type": "string",
20222
+ "name": "connector_uuid",
20223
+ "description": "Optional unique ID of the connector (replaces id_connector)"
20224
+ },
20088
20225
  {
20089
20226
  "required": false,
20090
20227
  "in": "formData",
@@ -20187,6 +20324,13 @@
20187
20324
  "name": "id_service",
20188
20325
  "description": "The service ID to associate with the webhook"
20189
20326
  },
20327
+ {
20328
+ "required": false,
20329
+ "in": "formData",
20330
+ "type": "string",
20331
+ "name": "id_auth",
20332
+ "description": "The webhook authentication process to use (its ID or its name)"
20333
+ },
20190
20334
  {
20191
20335
  "name": "url",
20192
20336
  "format": "float",
@@ -20242,13 +20386,24 @@
20242
20386
  "summary": "Deletes all webhooks"
20243
20387
  }
20244
20388
  },
20245
- "/webhooks/{id_webhook}": {
20246
- "post": {
20389
+ "/webhooks/auth": {
20390
+ "get": {
20247
20391
  "responses": {
20248
20392
  "200": {
20249
- "description": "Successful POST on Webhook resource",
20393
+ "description": "authproviders",
20250
20394
  "schema": {
20251
- "$ref": "#/definitions/Webhook"
20395
+ "required": [
20396
+ "authproviders"
20397
+ ],
20398
+ "type": "object",
20399
+ "properties": {
20400
+ "authproviders": {
20401
+ "items": {
20402
+ "$ref": "#/definitions/AuthProvider"
20403
+ },
20404
+ "type": "array"
20405
+ }
20406
+ }
20252
20407
  }
20253
20408
  }
20254
20409
  },
@@ -20257,49 +20412,73 @@
20257
20412
  ],
20258
20413
  "description": "",
20259
20414
  "parameters": [
20260
- {
20261
- "required": true,
20262
- "in": "path",
20263
- "type": "integer",
20264
- "name": "id_webhook",
20265
- "description": ""
20266
- },
20267
20415
  {
20268
20416
  "required": false,
20269
- "in": "formData",
20270
20417
  "type": "string",
20271
- "name": "deleted",
20272
- "description": "a date to delete the webhook or 'null' to enable it"
20273
- },
20418
+ "name": "expand",
20419
+ "in": "query"
20420
+ }
20421
+ ],
20422
+ "summary": "Get webhooks authentication types"
20423
+ },
20424
+ "post": {
20425
+ "responses": {
20426
+ "200": {
20427
+ "description": "Successful POST on AuthProvider resource",
20428
+ "schema": {
20429
+ "$ref": "#/definitions/AuthProvider"
20430
+ }
20431
+ }
20432
+ },
20433
+ "tags": [
20434
+ "Administration"
20435
+ ],
20436
+ "description": "",
20437
+ "parameters": [
20274
20438
  {
20275
- "required": false,
20439
+ "required": true,
20276
20440
  "in": "formData",
20277
20441
  "type": "integer",
20278
- "name": "id_user",
20279
- "description": "The user ID to associate with the webhook"
20442
+ "name": "type",
20443
+ "description": "The type of the authentication process (oauth, certificate, token, etc...)"
20280
20444
  },
20281
20445
  {
20282
- "required": false,
20446
+ "required": true,
20283
20447
  "in": "formData",
20284
- "type": "integer",
20285
- "name": "id_service",
20286
- "description": "The service ID to associate with the webhook"
20448
+ "type": "string",
20449
+ "name": "name",
20450
+ "description": "The name of the authentication process to differentiate"
20287
20451
  },
20288
20452
  {
20289
- "name": "url",
20290
- "format": "float",
20291
20453
  "required": false,
20292
20454
  "in": "formData",
20293
- "type": "number",
20294
- "description": "The webhook callback url"
20455
+ "type": "string",
20456
+ "name": "config",
20457
+ "description": "The authentication process configuration. A dict contains either the certificate"
20295
20458
  },
20296
20459
  {
20297
20460
  "required": false,
20298
- "in": "formData",
20299
20461
  "type": "string",
20300
- "name": "event",
20301
- "description": "The webhook event"
20302
- },
20462
+ "name": "expand",
20463
+ "in": "query"
20464
+ }
20465
+ ],
20466
+ "summary": "Adds a new webhook authentication type"
20467
+ },
20468
+ "delete": {
20469
+ "responses": {
20470
+ "200": {
20471
+ "description": "Successful DELETE on AuthProvider resource",
20472
+ "schema": {
20473
+ "$ref": "#/definitions/AuthProvider"
20474
+ }
20475
+ }
20476
+ },
20477
+ "tags": [
20478
+ "Administration"
20479
+ ],
20480
+ "description": "",
20481
+ "parameters": [
20303
20482
  {
20304
20483
  "required": false,
20305
20484
  "type": "string",
@@ -20307,14 +20486,16 @@
20307
20486
  "in": "query"
20308
20487
  }
20309
20488
  ],
20310
- "summary": "Updates a webhook"
20311
- },
20312
- "put": {
20489
+ "summary": "Deletes all webhook authentication types"
20490
+ }
20491
+ },
20492
+ "/webhooks/auth/{id_auth}": {
20493
+ "post": {
20313
20494
  "responses": {
20314
20495
  "200": {
20315
- "description": "Successful PUT on Webhook resource",
20496
+ "description": "Successful POST on AuthProvider resource",
20316
20497
  "schema": {
20317
- "$ref": "#/definitions/Webhook"
20498
+ "$ref": "#/definitions/AuthProvider"
20318
20499
  }
20319
20500
  }
20320
20501
  },
@@ -20327,44 +20508,29 @@
20327
20508
  "required": true,
20328
20509
  "in": "path",
20329
20510
  "type": "integer",
20330
- "name": "id_webhook",
20511
+ "name": "id_auth",
20331
20512
  "description": ""
20332
20513
  },
20333
20514
  {
20334
- "required": false,
20335
- "in": "formData",
20336
- "type": "string",
20337
- "name": "deleted",
20338
- "description": "a date to delete the webhook or 'null' to enable it"
20339
- },
20340
- {
20341
- "required": false,
20342
- "in": "formData",
20343
- "type": "integer",
20344
- "name": "id_user",
20345
- "description": "The user ID to associate with the webhook"
20346
- },
20347
- {
20348
- "required": false,
20515
+ "required": true,
20349
20516
  "in": "formData",
20350
20517
  "type": "integer",
20351
- "name": "id_service",
20352
- "description": "The service ID to associate with the webhook"
20518
+ "name": "type",
20519
+ "description": "The type of the authentication process (oauth, certificate, token, etc...)"
20353
20520
  },
20354
20521
  {
20355
- "name": "url",
20356
- "format": "float",
20357
- "required": false,
20522
+ "required": true,
20358
20523
  "in": "formData",
20359
- "type": "number",
20360
- "description": "The webhook callback url"
20524
+ "type": "string",
20525
+ "name": "name",
20526
+ "description": "The name of the authentication process to differentiate"
20361
20527
  },
20362
20528
  {
20363
20529
  "required": false,
20364
20530
  "in": "formData",
20365
20531
  "type": "string",
20366
- "name": "event",
20367
- "description": "The webhook event"
20532
+ "name": "config",
20533
+ "description": "The authentication process configuration. A dict containing either the certificate"
20368
20534
  },
20369
20535
  {
20370
20536
  "required": false,
@@ -20373,27 +20539,256 @@
20373
20539
  "in": "query"
20374
20540
  }
20375
20541
  ],
20376
- "summary": "Updates a webhook"
20542
+ "summary": "Updates the webhook authentication type"
20377
20543
  },
20378
- "delete": {
20544
+ "put": {
20379
20545
  "responses": {
20380
20546
  "200": {
20381
- "description": "Successful DELETE on Webhook resource",
20547
+ "description": "Successful PUT on AuthProvider resource",
20382
20548
  "schema": {
20383
- "$ref": "#/definitions/Webhook"
20549
+ "$ref": "#/definitions/AuthProvider"
20384
20550
  }
20385
20551
  }
20386
20552
  },
20387
20553
  "tags": [
20388
20554
  "Administration"
20389
20555
  ],
20390
- "description": "Updates the deleted field with the date of the deletion<br><br>",
20556
+ "description": "",
20391
20557
  "parameters": [
20392
20558
  {
20393
20559
  "required": true,
20394
20560
  "in": "path",
20395
20561
  "type": "integer",
20396
- "name": "id_webhook",
20562
+ "name": "id_auth",
20563
+ "description": ""
20564
+ },
20565
+ {
20566
+ "required": true,
20567
+ "in": "formData",
20568
+ "type": "integer",
20569
+ "name": "type",
20570
+ "description": "The type of the authentication process (oauth, certificate, token, etc...)"
20571
+ },
20572
+ {
20573
+ "required": true,
20574
+ "in": "formData",
20575
+ "type": "string",
20576
+ "name": "name",
20577
+ "description": "The name of the authentication process to differentiate"
20578
+ },
20579
+ {
20580
+ "required": false,
20581
+ "in": "formData",
20582
+ "type": "string",
20583
+ "name": "config",
20584
+ "description": "The authentication process configuration. A dict containt either the certificate"
20585
+ },
20586
+ {
20587
+ "required": false,
20588
+ "type": "string",
20589
+ "name": "expand",
20590
+ "in": "query"
20591
+ }
20592
+ ],
20593
+ "summary": "Updates the webhook authentication type"
20594
+ },
20595
+ "delete": {
20596
+ "responses": {
20597
+ "200": {
20598
+ "description": "Successful DELETE on AuthProvider resource",
20599
+ "schema": {
20600
+ "$ref": "#/definitions/AuthProvider"
20601
+ }
20602
+ }
20603
+ },
20604
+ "tags": [
20605
+ "Administration"
20606
+ ],
20607
+ "description": "Updates the deleted field with the date of the deletion<br><br>",
20608
+ "parameters": [
20609
+ {
20610
+ "required": true,
20611
+ "in": "path",
20612
+ "type": "integer",
20613
+ "name": "id_auth",
20614
+ "description": ""
20615
+ },
20616
+ {
20617
+ "required": false,
20618
+ "type": "string",
20619
+ "name": "expand",
20620
+ "in": "query"
20621
+ }
20622
+ ],
20623
+ "summary": "Deletes the webhook authentication type"
20624
+ }
20625
+ },
20626
+ "/webhooks/{id_webhook}": {
20627
+ "post": {
20628
+ "responses": {
20629
+ "200": {
20630
+ "description": "Successful POST on Webhook resource",
20631
+ "schema": {
20632
+ "$ref": "#/definitions/Webhook"
20633
+ }
20634
+ }
20635
+ },
20636
+ "tags": [
20637
+ "Administration"
20638
+ ],
20639
+ "description": "",
20640
+ "parameters": [
20641
+ {
20642
+ "required": true,
20643
+ "in": "path",
20644
+ "type": "integer",
20645
+ "name": "id_webhook",
20646
+ "description": ""
20647
+ },
20648
+ {
20649
+ "required": false,
20650
+ "in": "formData",
20651
+ "type": "string",
20652
+ "name": "deleted",
20653
+ "description": "a date to delete the webhook or 'null' to enable it"
20654
+ },
20655
+ {
20656
+ "required": false,
20657
+ "in": "formData",
20658
+ "type": "integer",
20659
+ "name": "id_user",
20660
+ "description": "The user ID to associate with the webhook"
20661
+ },
20662
+ {
20663
+ "required": false,
20664
+ "in": "formData",
20665
+ "type": "integer",
20666
+ "name": "id_service",
20667
+ "description": "The service ID to associate with the webhook"
20668
+ },
20669
+ {
20670
+ "required": false,
20671
+ "in": "formData",
20672
+ "type": "integer",
20673
+ "name": "id_auth",
20674
+ "description": "The webhook authentication process to use"
20675
+ },
20676
+ {
20677
+ "name": "url",
20678
+ "format": "float",
20679
+ "required": false,
20680
+ "in": "formData",
20681
+ "type": "number",
20682
+ "description": "The webhook callback url"
20683
+ },
20684
+ {
20685
+ "required": false,
20686
+ "in": "formData",
20687
+ "type": "string",
20688
+ "name": "event",
20689
+ "description": "The webhook event"
20690
+ },
20691
+ {
20692
+ "required": false,
20693
+ "type": "string",
20694
+ "name": "expand",
20695
+ "in": "query"
20696
+ }
20697
+ ],
20698
+ "summary": "Updates a webhook"
20699
+ },
20700
+ "put": {
20701
+ "responses": {
20702
+ "200": {
20703
+ "description": "Successful PUT on Webhook resource",
20704
+ "schema": {
20705
+ "$ref": "#/definitions/Webhook"
20706
+ }
20707
+ }
20708
+ },
20709
+ "tags": [
20710
+ "Administration"
20711
+ ],
20712
+ "description": "",
20713
+ "parameters": [
20714
+ {
20715
+ "required": true,
20716
+ "in": "path",
20717
+ "type": "integer",
20718
+ "name": "id_webhook",
20719
+ "description": ""
20720
+ },
20721
+ {
20722
+ "required": false,
20723
+ "in": "formData",
20724
+ "type": "string",
20725
+ "name": "deleted",
20726
+ "description": "a date to delete the webhook or 'null' to enable it"
20727
+ },
20728
+ {
20729
+ "required": false,
20730
+ "in": "formData",
20731
+ "type": "integer",
20732
+ "name": "id_user",
20733
+ "description": "The user ID to associate with the webhook"
20734
+ },
20735
+ {
20736
+ "required": false,
20737
+ "in": "formData",
20738
+ "type": "integer",
20739
+ "name": "id_service",
20740
+ "description": "The service ID to associate with the webhook"
20741
+ },
20742
+ {
20743
+ "required": false,
20744
+ "in": "formData",
20745
+ "type": "integer",
20746
+ "name": "id_auth",
20747
+ "description": "The webhook authentication process to use"
20748
+ },
20749
+ {
20750
+ "name": "url",
20751
+ "format": "float",
20752
+ "required": false,
20753
+ "in": "formData",
20754
+ "type": "number",
20755
+ "description": "The webhook callback url"
20756
+ },
20757
+ {
20758
+ "required": false,
20759
+ "in": "formData",
20760
+ "type": "string",
20761
+ "name": "event",
20762
+ "description": "The webhook event"
20763
+ },
20764
+ {
20765
+ "required": false,
20766
+ "type": "string",
20767
+ "name": "expand",
20768
+ "in": "query"
20769
+ }
20770
+ ],
20771
+ "summary": "Updates a webhook"
20772
+ },
20773
+ "delete": {
20774
+ "responses": {
20775
+ "200": {
20776
+ "description": "Successful DELETE on Webhook resource",
20777
+ "schema": {
20778
+ "$ref": "#/definitions/Webhook"
20779
+ }
20780
+ }
20781
+ },
20782
+ "tags": [
20783
+ "Administration"
20784
+ ],
20785
+ "description": "Updates the deleted field with the date of the deletion<br><br>",
20786
+ "parameters": [
20787
+ {
20788
+ "required": true,
20789
+ "in": "path",
20790
+ "type": "integer",
20791
+ "name": "id_webhook",
20397
20792
  "description": ""
20398
20793
  },
20399
20794
  {
@@ -20406,6 +20801,50 @@
20406
20801
  "summary": "Deletes a webhook"
20407
20802
  }
20408
20803
  },
20804
+ "/webhooks/{id_webhook}/add_to_data": {
20805
+ "get": {
20806
+ "responses": {
20807
+ "200": {
20808
+ "description": "standard HTTP response"
20809
+ }
20810
+ },
20811
+ "tags": [
20812
+ "Administration"
20813
+ ],
20814
+ "description": "",
20815
+ "parameters": [
20816
+ {
20817
+ "required": true,
20818
+ "in": "path",
20819
+ "type": "integer",
20820
+ "name": "id_webhook",
20821
+ "description": ""
20822
+ }
20823
+ ],
20824
+ "summary": "retrieve the list of the value to add in webhooks when sending the requested webhook"
20825
+ },
20826
+ "post": {
20827
+ "responses": {
20828
+ "200": {
20829
+ "description": "standard HTTP response"
20830
+ }
20831
+ },
20832
+ "tags": [
20833
+ "HUB"
20834
+ ],
20835
+ "description": "For each parameter, a value will be added in the webhook data. Use the key to set the name of the field. The values that can be added are to be found in the user configuration.<br><br>",
20836
+ "parameters": [
20837
+ {
20838
+ "required": true,
20839
+ "in": "path",
20840
+ "type": "integer",
20841
+ "name": "id_webhook",
20842
+ "description": ""
20843
+ }
20844
+ ],
20845
+ "summary": "Setup a field to store in user config when calling the endpoint"
20846
+ }
20847
+ },
20409
20848
  "/webhooks/{id_webhook}/logs": {
20410
20849
  "get": {
20411
20850
  "responses": {
@@ -20478,7 +20917,9 @@
20478
20917
  ],
20479
20918
  "summary": "Get webhooks logs."
20480
20919
  }
20481
- }
20920
+ },
20921
+ "/services/interview/elambert": {},
20922
+ "/services/interview/vardisson": {}
20482
20923
  },
20483
20924
  "host": "demo.biapi.pro",
20484
20925
  "x-deactivated_services": [],
@@ -20492,7 +20933,8 @@
20492
20933
  "name",
20493
20934
  "id_weboob",
20494
20935
  "charged",
20495
- "beta"
20936
+ "beta",
20937
+ "uuid"
20496
20938
  ],
20497
20939
  "type": "object",
20498
20940
  "properties": {
@@ -20545,6 +20987,14 @@
20545
20987
  "auth_mechanism": {
20546
20988
  "type": "string",
20547
20989
  "description": "Authentication mechanism to use"
20990
+ },
20991
+ "siret": {
20992
+ "type": "string",
20993
+ "description": "SIRET code for Bill modules"
20994
+ },
20995
+ "uuid": {
20996
+ "type": "string",
20997
+ "description": "Unique connector identifier"
20548
20998
  }
20549
20999
  },
20550
21000
  "example": {
@@ -20559,7 +21009,9 @@
20559
21009
  "slug": "",
20560
21010
  "sync_frequency": 0,
20561
21011
  "months_to_fetch": 0,
20562
- "auth_mechanism": ""
21012
+ "auth_mechanism": "",
21013
+ "siret": "",
21014
+ "uuid": ""
20563
21015
  }
20564
21016
  },
20565
21017
  "Field": {
@@ -20690,6 +21142,66 @@
20690
21142
  "platform": ""
20691
21143
  }
20692
21144
  },
21145
+ "Keyword": {
21146
+ "required": [
21147
+ "id",
21148
+ "keyword",
21149
+ "id_category",
21150
+ "priority",
21151
+ "income"
21152
+ ],
21153
+ "type": "object",
21154
+ "properties": {
21155
+ "id": {
21156
+ "type": "integer"
21157
+ },
21158
+ "keyword": {
21159
+ "type": "string"
21160
+ },
21161
+ "id_category": {
21162
+ "type": "integer"
21163
+ },
21164
+ "priority": {
21165
+ "type": "integer"
21166
+ },
21167
+ "income": {
21168
+ "type": "boolean"
21169
+ }
21170
+ },
21171
+ "example": {
21172
+ "id": 0,
21173
+ "keyword": "",
21174
+ "id_category": 0,
21175
+ "priority": 0,
21176
+ "income": false
21177
+ }
21178
+ },
21179
+ "AuthProvider": {
21180
+ "required": [
21181
+ "id",
21182
+ "name",
21183
+ "type"
21184
+ ],
21185
+ "type": "object",
21186
+ "properties": {
21187
+ "id": {
21188
+ "type": "integer"
21189
+ },
21190
+ "name": {
21191
+ "type": "string",
21192
+ "description": "Name to differentiate the authentication type"
21193
+ },
21194
+ "type": {
21195
+ "type": "string",
21196
+ "description": "Authentication type to use when pushing the webhook"
21197
+ }
21198
+ },
21199
+ "example": {
21200
+ "id": 0,
21201
+ "name": "",
21202
+ "type": ""
21203
+ }
21204
+ },
20693
21205
  "TermsOfService": {
20694
21206
  "required": [
20695
21207
  "id",
@@ -20720,8 +21232,8 @@
20720
21232
  "id": 0,
20721
21233
  "version": "",
20722
21234
  "id_file": 0,
20723
- "created": "2019-03-12 13:08:00.680453",
20724
- "deleted": "2019-03-12 13:08:00.680558"
21235
+ "created": "2019-06-28 14:51:56.329645",
21236
+ "deleted": "2019-06-28 14:51:56.329749"
20725
21237
  }
20726
21238
  },
20727
21239
  "Category": {
@@ -20931,7 +21443,7 @@
20931
21443
  "code": "",
20932
21444
  "name": "",
20933
21445
  "id_type": 0,
20934
- "last_update": "2019-03-12 13:08:00.694060"
21446
+ "last_update": "2019-06-28 14:51:56.339827"
20935
21447
  }
20936
21448
  },
20937
21449
  "Webhook": {
@@ -20973,22 +21485,90 @@
20973
21485
  "type": "integer",
20974
21486
  "description": "ID of the webhook event"
20975
21487
  },
21488
+ "id_auth": {
21489
+ "type": "integer",
21490
+ "description": "ID of the authentication process"
21491
+ },
20976
21492
  "url": {
20977
21493
  "type": "string",
20978
21494
  "description": "URL of the webhook"
21495
+ },
21496
+ "add_to_data": {
21497
+ "type": "string",
21498
+ "description": "json object to describe data to add"
20979
21499
  }
20980
21500
  },
20981
21501
  "example": {
20982
21502
  "id": 0,
20983
- "created": "2019-03-12 13:08:00.697921",
20984
- "updated": "2019-03-12 13:08:00.698025",
20985
- "deleted": "2019-03-12 13:08:00.698104",
21503
+ "created": "2019-06-28 14:51:56.342837",
21504
+ "updated": "2019-06-28 14:51:56.342939",
21505
+ "deleted": "2019-06-28 14:51:56.343011",
20986
21506
  "id_service": 0,
20987
21507
  "id_user": 0,
20988
21508
  "id_event": 0,
21509
+ "id_auth": 0,
20989
21510
  "url": ""
20990
21511
  }
20991
21512
  },
21513
+ "WebhookData": {
21514
+ "required": [
21515
+ "id",
21516
+ "id_webhook",
21517
+ "id_user",
21518
+ "created"
21519
+ ],
21520
+ "type": "object",
21521
+ "properties": {
21522
+ "id": {
21523
+ "type": "integer",
21524
+ "description": "ID of the webhook data"
21525
+ },
21526
+ "id_webhook": {
21527
+ "type": "integer",
21528
+ "description": "ID of the webhook"
21529
+ },
21530
+ "id_service": {
21531
+ "type": "integer",
21532
+ "description": "ID of the recipient service"
21533
+ },
21534
+ "id_user": {
21535
+ "type": "integer",
21536
+ "description": "ID of the emitter user"
21537
+ },
21538
+ "id_resource": {
21539
+ "type": "integer",
21540
+ "description": "a changing ID used to filter webhookdata depending on the event triggered"
21541
+ },
21542
+ "data": {
21543
+ "type": "string",
21544
+ "description": "Data emitted"
21545
+ },
21546
+ "mimetype": {
21547
+ "type": "string",
21548
+ "description": "Mimetype of the data"
21549
+ },
21550
+ "created": {
21551
+ "type": "string",
21552
+ "description": "Timestamp when the hook data was generated",
21553
+ "format": "date-time"
21554
+ },
21555
+ "success": {
21556
+ "type": "string",
21557
+ "description": "Timestamp when the hook has been successfully called",
21558
+ "format": "date-time"
21559
+ }
21560
+ },
21561
+ "example": {
21562
+ "id": 0,
21563
+ "id_webhook": 0,
21564
+ "id_service": 0,
21565
+ "id_user": 0,
21566
+ "id_resource": 0,
21567
+ "mimetype": "",
21568
+ "created": "2019-06-28 14:51:56.345068",
21569
+ "success": "2019-06-28 14:51:56.345133"
21570
+ }
21571
+ },
20992
21572
  "WebhookLog": {
20993
21573
  "required": [
20994
21574
  "id",
@@ -21037,10 +21617,10 @@
21037
21617
  "id_webhook_data": 0,
21038
21618
  "id_service": 0,
21039
21619
  "id_user": 0,
21040
- "timestamp": "2019-03-12 13:08:00.700198",
21041
- "response_date": "2019-03-12 13:08:00.700288",
21620
+ "timestamp": "2019-06-28 14:51:56.346123",
21621
+ "response_date": "2019-06-28 14:51:56.346190",
21042
21622
  "response_code": 0,
21043
- "next_try": "2019-03-12 13:08:00.700427"
21623
+ "next_try": "2019-06-28 14:51:56.346314"
21044
21624
  }
21045
21625
  },
21046
21626
  "DocumentType": {
@@ -21152,12 +21732,12 @@
21152
21732
  "id": 0,
21153
21733
  "id_user": 0,
21154
21734
  "id_connector": 0,
21155
- "last_update": "2019-03-12 13:08:00.715434",
21735
+ "last_update": "2019-06-28 14:51:56.358531",
21156
21736
  "error": "",
21157
- "expire": "2019-03-12 13:08:00.715687",
21737
+ "expire": "2019-06-28 14:51:56.358719",
21158
21738
  "active": true,
21159
- "last_push": "2019-03-12 13:08:00.715851",
21160
- "next_try": "2019-03-12 13:08:00.716098"
21739
+ "last_push": "2019-06-28 14:51:56.358844",
21740
+ "next_try": "2019-06-28 14:51:56.359019"
21161
21741
  }
21162
21742
  },
21163
21743
  "Certificate": {
@@ -21192,7 +21772,7 @@
21192
21772
  "id_public_key_file": 0,
21193
21773
  "id_private_key_file": 0,
21194
21774
  "type": "",
21195
- "created": "2019-03-12 13:08:00.724039"
21775
+ "created": "2019-06-28 14:51:56.370192"
21196
21776
  }
21197
21777
  },
21198
21778
  "ConnectionLog": {
@@ -21276,12 +21856,12 @@
21276
21856
  "login": "",
21277
21857
  "error_uid": "",
21278
21858
  "timestamp": "CURRENT_TIMESTAMP",
21279
- "next_try": "2019-03-12 13:08:00.726321",
21859
+ "next_try": "2019-06-28 14:51:56.372116",
21280
21860
  "error": "",
21281
21861
  "error_message": "",
21282
21862
  "statut": 0,
21283
21863
  "nb_accounts": 0,
21284
- "start": "2019-03-12 13:08:00.726630",
21864
+ "start": "2019-06-28 14:51:56.372406",
21285
21865
  "worker": "",
21286
21866
  "session_folder_id": ""
21287
21867
  }
@@ -21401,8 +21981,8 @@
21401
21981
  "id_recipient": 0,
21402
21982
  "account_iban": "",
21403
21983
  "recipient_iban": "",
21404
- "exec_date": "2019-03-12",
21405
- "register_date": "2019-03-12 13:08:00.736646",
21984
+ "exec_date": "2019-06-28",
21985
+ "register_date": "2019-06-28 14:51:56.381001",
21406
21986
  "amount": 0,
21407
21987
  "fees": 0,
21408
21988
  "webid": "",
@@ -21545,7 +22125,7 @@
21545
22125
  "mean_amount": 0,
21546
22126
  "median_increment": 0,
21547
22127
  "enabled": true,
21548
- "next_date": "2019-03-12",
22128
+ "next_date": "2019-06-28",
21549
22129
  "wording": "",
21550
22130
  "id_category": 0,
21551
22131
  "created_by": ""
@@ -21761,11 +22341,11 @@
21761
22341
  "number": "",
21762
22342
  "label": "",
21763
22343
  "subscriber": "",
21764
- "validity": "2019-03-12",
21765
- "renewdate": "2019-03-12",
21766
- "last_update": "2019-03-12 13:08:00.782154",
21767
- "deleted": "2019-03-12 13:08:00.782232",
21768
- "disabled": "2019-03-12 13:08:00.782310",
22344
+ "validity": "2019-06-28",
22345
+ "renewdate": "2019-06-28",
22346
+ "last_update": "2019-06-28 14:51:56.419014",
22347
+ "deleted": "2019-06-28 14:51:56.419073",
22348
+ "disabled": "2019-06-28 14:51:56.419131",
21769
22349
  "error": ""
21770
22350
  }
21771
22351
  },
@@ -21782,8 +22362,7 @@
21782
22362
  "date_scraped",
21783
22363
  "rdate",
21784
22364
  "coming",
21785
- "active",
21786
- "nopurge"
22365
+ "active"
21787
22366
  ],
21788
22367
  "type": "object",
21789
22368
  "properties": {
@@ -21864,6 +22443,11 @@
21864
22443
  "description": "Value date of the transaction",
21865
22444
  "format": "date"
21866
22445
  },
22446
+ "bdate": {
22447
+ "type": "string",
22448
+ "description": "Date used by the bank for the transaction",
22449
+ "format": "date"
22450
+ },
21867
22451
  "coming": {
21868
22452
  "type": "boolean",
21869
22453
  "description": "If true, this transaction hasn't been yet debited"
@@ -21891,11 +22475,6 @@
21891
22475
  "description": "If set, this transaction has been removed from the bank",
21892
22476
  "format": "date-time"
21893
22477
  },
21894
- "nopurge": {
21895
- "default": false,
21896
- "type": "boolean",
21897
- "description": "If set to true, this transaction will never be considered as deleted"
21898
- },
21899
22478
  "original_value": {
21900
22479
  "type": "number",
21901
22480
  "description": "Value in the original currency",
@@ -21931,24 +22510,24 @@
21931
22510
  "id": 0,
21932
22511
  "id_account": 0,
21933
22512
  "webid": "",
21934
- "application_date": "2019-03-12",
21935
- "date": "2019-03-12",
22513
+ "application_date": "2019-06-28",
22514
+ "date": "2019-06-28",
21936
22515
  "value": 0,
21937
22516
  "gross_value": 0,
21938
22517
  "nature": "inconnu",
21939
22518
  "wording": "",
21940
22519
  "id_category": 0,
21941
22520
  "state": "new",
21942
- "date_scraped": "2019-03-12 13:08:00.787303",
21943
- "rdate": "2019-03-12",
21944
- "vdate": "2019-03-12",
22521
+ "date_scraped": "2019-06-28 14:51:56.422611",
22522
+ "rdate": "2019-06-28",
22523
+ "vdate": "2019-06-28",
22524
+ "bdate": "2019-06-28",
21945
22525
  "coming": false,
21946
22526
  "active": true,
21947
22527
  "id_cluster": 0,
21948
22528
  "comment": "",
21949
- "last_update": "2019-03-12 13:08:00.787854",
21950
- "deleted": "2019-03-12 13:08:00.787941",
21951
- "nopurge": false,
22529
+ "last_update": "2019-06-28 14:51:56.423072",
22530
+ "deleted": "2019-06-28 14:51:56.423130",
21952
22531
  "original_value": 0,
21953
22532
  "original_currency": "",
21954
22533
  "commission": 0,
@@ -22105,16 +22684,16 @@
22105
22684
  "diff_percent": 0,
22106
22685
  "prev_diff": 0,
22107
22686
  "portfolio_share": 0,
22108
- "vdate": "2019-03-12",
22109
- "prev_vdate": "2019-03-12",
22687
+ "vdate": "2019-06-28",
22688
+ "prev_vdate": "2019-06-28",
22110
22689
  "id_security": 0,
22111
22690
  "original_currency": "",
22112
22691
  "original_valuation": 0,
22113
22692
  "original_unitvalue": 0,
22114
22693
  "original_unitprice": 0,
22115
22694
  "original_diff": 0,
22116
- "last_update": "2019-03-12 13:08:00.794806",
22117
- "deleted": "2019-03-12 13:08:00.794887"
22695
+ "last_update": "2019-06-28 14:51:56.427807",
22696
+ "deleted": "2019-06-28 14:51:56.427884"
22118
22697
  }
22119
22698
  },
22120
22699
  "Recipient": {
@@ -22213,11 +22792,11 @@
22213
22792
  "iban": "",
22214
22793
  "webid": "",
22215
22794
  "category": "",
22216
- "last_update": "2019-03-12 13:08:00.798766",
22217
- "time_scraped": "2019-03-12 13:08:00.798874",
22218
- "deleted": "2019-03-12 13:08:00.798949",
22219
- "expire": "2019-03-12 13:08:00.799022",
22220
- "enabled_at": "2019-03-12 13:08:00.799096",
22795
+ "last_update": "2019-06-28 14:51:56.430414",
22796
+ "time_scraped": "2019-06-28 14:51:56.430477",
22797
+ "deleted": "2019-06-28 14:51:56.430536",
22798
+ "expire": "2019-06-28 14:51:56.430593",
22799
+ "enabled_at": "2019-06-28 14:51:56.430656",
22221
22800
  "add_verified": false,
22222
22801
  "state": "",
22223
22802
  "error": "",
@@ -22325,8 +22904,8 @@
22325
22904
  "thumb_url": "",
22326
22905
  "name": "",
22327
22906
  "timestamp": "CURRENT_TIMESTAMP",
22328
- "date": "2019-03-12 13:08:00.801723",
22329
- "duedate": "2019-03-12",
22907
+ "date": "2019-06-28 14:51:56.432612",
22908
+ "duedate": "2019-06-28",
22330
22909
  "total_amount": 0,
22331
22910
  "untaxed_amount": 0,
22332
22911
  "vat": 0,
@@ -22334,7 +22913,7 @@
22334
22913
  "readonly": true,
22335
22914
  "number": "",
22336
22915
  "issuer": "",
22337
- "last_update": "2019-03-12 13:08:00.802639",
22916
+ "last_update": "2019-06-28 14:51:56.433201",
22338
22917
  "currency": ""
22339
22918
  }
22340
22919
  },
@@ -22368,6 +22947,10 @@
22368
22947
  "type": "string",
22369
22948
  "description": "Account number"
22370
22949
  },
22950
+ "webid": {
22951
+ "type": "string",
22952
+ "description": "Account webid"
22953
+ },
22371
22954
  "original_name": {
22372
22955
  "type": "string",
22373
22956
  "description": "Original name of the account on the bank"
@@ -22431,6 +23014,10 @@
22431
23014
  "usage": {
22432
23015
  "type": "string",
22433
23016
  "description": "Account usage"
23017
+ },
23018
+ "ownership": {
23019
+ "type": "string",
23020
+ "description": "Relationship between the credentials owner and the account"
22434
23021
  }
22435
23022
  },
22436
23023
  "example": {
@@ -22439,20 +23026,22 @@
22439
23026
  "id_user": 0,
22440
23027
  "id_parent": 0,
22441
23028
  "number": "",
23029
+ "webid": "",
22442
23030
  "original_name": "",
22443
23031
  "balance": 0,
22444
23032
  "coming": 0,
22445
23033
  "display": true,
22446
- "last_update": "2019-03-12 13:08:00.808463",
22447
- "deleted": "2019-03-12 13:08:00.808560",
22448
- "disabled": "2019-03-12 13:08:00.808639",
23034
+ "last_update": "2019-06-28 14:51:56.437854",
23035
+ "deleted": "2019-06-28 14:51:56.437921",
23036
+ "disabled": "2019-06-28 14:51:56.437980",
22449
23037
  "iban": "",
22450
23038
  "currency": "",
22451
23039
  "id_type": 0,
22452
23040
  "bookmarked": false,
22453
23041
  "name": "",
22454
23042
  "error": "",
22455
- "usage": ""
23043
+ "usage": "",
23044
+ "ownership": ""
22456
23045
  }
22457
23046
  },
22458
23047
  "Project": {
@@ -22627,10 +23216,10 @@
22627
23216
  "label": "",
22628
23217
  "value": 0,
22629
23218
  "quantity": 0,
22630
- "availability_date": "2019-03-12",
23219
+ "availability_date": "2019-06-28",
22631
23220
  "condition": "inconnu",
22632
- "last_update": "2019-03-12 13:08:00.817603",
22633
- "deleted": "2019-03-12 13:08:00.817684"
23221
+ "last_update": "2019-06-28 14:51:56.444824",
23222
+ "deleted": "2019-06-28 14:51:56.444884"
22634
23223
  }
22635
23224
  },
22636
23225
  "Invite": {
@@ -22666,7 +23255,7 @@
22666
23255
  "id_user_inviting": 0,
22667
23256
  "id_user_invited": 0,
22668
23257
  "email_invited": "",
22669
- "timestamp": "2019-03-12 13:08:00.818970"
23258
+ "timestamp": "2019-06-28 14:51:56.445950"
22670
23259
  }
22671
23260
  },
22672
23261
  "Alert": {
@@ -22887,7 +23476,7 @@
22887
23476
  "example": {
22888
23477
  "id": 0,
22889
23478
  "id_investment": 0,
22890
- "vdate": "2019-03-12",
23479
+ "vdate": "2019-06-28",
22891
23480
  "unitvalue": 0,
22892
23481
  "original_currency": "",
22893
23482
  "original_unitvalue": 0
@@ -23047,7 +23636,7 @@
23047
23636
  "crypto": false,
23048
23637
  "precision": 2,
23049
23638
  "marketcap": 0,
23050
- "datetime": "2019-03-12 13:08:01.124343"
23639
+ "datetime": "2019-06-28 14:51:56.715370"
23051
23640
  }
23052
23641
  },
23053
23642
  "ConnectorCategory": {
@@ -23097,6 +23686,47 @@
23097
23686
  "worker": ""
23098
23687
  }
23099
23688
  },
23689
+ "ConfigLog": {
23690
+ "required": [
23691
+ "id",
23692
+ "key",
23693
+ "type",
23694
+ "timestamp"
23695
+ ],
23696
+ "type": "object",
23697
+ "properties": {
23698
+ "id": {
23699
+ "type": "integer"
23700
+ },
23701
+ "key": {
23702
+ "type": "string"
23703
+ },
23704
+ "previous_value": {
23705
+ "type": "string"
23706
+ },
23707
+ "new_value": {
23708
+ "type": "string"
23709
+ },
23710
+ "type": {
23711
+ "type": "string",
23712
+ "description": "Action done on the config: add, update or delete"
23713
+ },
23714
+ "timestamp": {
23715
+ "default": "CURRENT_TIMESTAMP",
23716
+ "type": "string",
23717
+ "description": "Timestamp of when the configuration key was changed",
23718
+ "format": "date-time"
23719
+ }
23720
+ },
23721
+ "example": {
23722
+ "id": 0,
23723
+ "key": "",
23724
+ "previous_value": "",
23725
+ "new_value": "",
23726
+ "type": "",
23727
+ "timestamp": "CURRENT_TIMESTAMP"
23728
+ }
23729
+ },
23100
23730
  "OidcWhitelist": {
23101
23731
  "required": [
23102
23732
  "id",
@@ -23140,6 +23770,9 @@
23140
23770
  {
23141
23771
  "name": "Documents"
23142
23772
  },
23773
+ {
23774
+ "name": "HUB"
23775
+ },
23143
23776
  {
23144
23777
  "name": "OCR"
23145
23778
  },
@@ -23179,10 +23812,6 @@
23179
23812
  {
23180
23813
  "url": "https://cashbee-mordor-sandbox.biapi.pro/2.0",
23181
23814
  "description": "cashbee-mordor-sandbox.biapi.pro"
23182
- },
23183
- {
23184
- "url": "https://cashbee-sandbox.biapi.pro/2.0",
23185
- "description": "cashbee-sandbox.biapi.pro"
23186
23815
  }
23187
23816
  ]
23188
- }
23817
+ }