@codat/lending 2.1.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/README.md +34 -34
  2. package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.d.ts +40 -0
  3. package/dist/sdk/models/shared/accountcategoriesupdatedwebhook.js +90 -0
  4. package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.d.ts +7 -0
  5. package/dist/sdk/models/shared/accountcategoriesupdatedwebhookdata.js +45 -0
  6. package/dist/sdk/models/shared/{addressesitems.d.ts → accountingaddress.d.ts} +1 -1
  7. package/dist/sdk/models/shared/{addressesitems.js → accountingaddress.js} +13 -13
  8. package/dist/sdk/models/shared/accountingbillcreditnote.d.ts +2 -2
  9. package/dist/sdk/models/shared/accountingbillcreditnote.js +3 -3
  10. package/dist/sdk/models/shared/accountingcompanyinfo.d.ts +6 -66
  11. package/dist/sdk/models/shared/accountingcompanyinfo.js +10 -100
  12. package/dist/sdk/models/shared/accountingcreditnote.d.ts +2 -2
  13. package/dist/sdk/models/shared/accountingcreditnote.js +3 -3
  14. package/dist/sdk/models/shared/accountingcustomer.d.ts +2 -2
  15. package/dist/sdk/models/shared/accountingcustomer.js +3 -3
  16. package/dist/sdk/models/shared/accountinginvoice.d.ts +2 -2
  17. package/dist/sdk/models/shared/accountinginvoice.js +3 -3
  18. package/dist/sdk/models/shared/accountingsupplier.d.ts +2 -2
  19. package/dist/sdk/models/shared/accountingsupplier.js +3 -3
  20. package/dist/sdk/models/shared/clientratelimitreachedwebhook.d.ts +32 -0
  21. package/dist/sdk/models/shared/clientratelimitreachedwebhook.js +80 -0
  22. package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.d.ts +31 -0
  23. package/dist/sdk/models/shared/clientratelimitreachedwebhookdata.js +50 -0
  24. package/dist/sdk/models/shared/clientratelimitresetwebhook.d.ts +32 -0
  25. package/dist/sdk/models/shared/clientratelimitresetwebhook.js +80 -0
  26. package/dist/sdk/models/shared/clientratelimitresetwebhookdata.d.ts +39 -0
  27. package/dist/sdk/models/shared/clientratelimitresetwebhookdata.js +60 -0
  28. package/dist/sdk/models/shared/commercecompanyinfo.d.ts +4 -4
  29. package/dist/sdk/models/shared/commercecompanyinfo.js +6 -6
  30. package/dist/sdk/models/shared/contact.d.ts +4 -4
  31. package/dist/sdk/models/shared/contact.js +6 -6
  32. package/dist/sdk/models/shared/index.d.ts +9 -3
  33. package/dist/sdk/models/shared/index.js +9 -3
  34. package/dist/sdk/models/shared/items.d.ts +2 -9
  35. package/dist/sdk/models/shared/items.js +5 -6
  36. package/dist/sdk/models/shared/phonenumber.d.ts +12 -0
  37. package/dist/sdk/models/shared/{withholdingtaxitems.js → phonenumber.js} +12 -11
  38. package/dist/sdk/models/shared/{weblinksitems.d.ts → weblink.d.ts} +3 -3
  39. package/dist/sdk/models/shared/{weblinksitems.js → weblink.js} +14 -14
  40. package/dist/sdk/models/webhooks/accountcategoriesupdated.d.ts +7 -0
  41. package/dist/sdk/models/webhooks/accountcategoriesupdated.js +51 -0
  42. package/dist/sdk/models/webhooks/clientratelimitreached.d.ts +7 -0
  43. package/dist/sdk/models/webhooks/clientratelimitreached.js +51 -0
  44. package/dist/sdk/models/webhooks/clientratelimitreset.d.ts +7 -0
  45. package/dist/sdk/models/webhooks/clientratelimitreset.js +51 -0
  46. package/dist/sdk/models/webhooks/index.d.ts +3 -0
  47. package/dist/sdk/models/webhooks/index.js +22 -0
  48. package/dist/sdk/sdk.js +2 -2
  49. package/docs/models/shared/accountcategoriesupdatedwebhook.md +18 -0
  50. package/docs/models/shared/accountcategoriesupdatedwebhookdata.md +8 -0
  51. package/docs/models/shared/{addressesitems.md → accountingaddress.md} +1 -1
  52. package/docs/models/shared/accountingbillcreditnote.md +1 -1
  53. package/docs/models/shared/accountingcompanyinfo.md +3 -3
  54. package/docs/models/shared/accountingcreditnote.md +1 -1
  55. package/docs/models/shared/accountingcustomer.md +1 -1
  56. package/docs/models/shared/accountinginvoice.md +1 -1
  57. package/docs/models/shared/accountingsupplier.md +1 -1
  58. package/docs/models/shared/clientratelimitreachedwebhook.md +16 -0
  59. package/docs/models/shared/clientratelimitreachedwebhookdata.md +9 -0
  60. package/docs/models/shared/clientratelimitresetwebhook.md +16 -0
  61. package/docs/models/shared/clientratelimitresetwebhookdata.md +11 -0
  62. package/docs/models/shared/commercecompanyinfo.md +2 -2
  63. package/docs/models/shared/contact.md +2 -2
  64. package/docs/models/shared/items.md +4 -4
  65. package/docs/models/shared/{accountingcompanyinfophone.md → phonenumber.md} +1 -1
  66. package/docs/models/shared/weblink.md +11 -0
  67. package/docs/models/shared/{itemstype.md → weblinktype.md} +1 -1
  68. package/docs/models/webhooks/accountcategoriesupdatedresponse.md +10 -0
  69. package/docs/models/webhooks/clientratelimitreachedresponse.md +10 -0
  70. package/docs/models/webhooks/clientratelimitresetresponse.md +10 -0
  71. package/docs/sdks/accountingbankdata/README.md +1 -1
  72. package/docs/sdks/accountingbankdataaccounts/README.md +3 -3
  73. package/docs/sdks/accountspayable/README.md +1 -1
  74. package/docs/sdks/accountspayablebillcreditnotes/README.md +3 -3
  75. package/docs/sdks/accountspayablebillpayments/README.md +3 -3
  76. package/docs/sdks/accountspayablebills/README.md +6 -6
  77. package/docs/sdks/accountspayablesuppliers/README.md +6 -6
  78. package/docs/sdks/accountsreceivable/README.md +1 -1
  79. package/docs/sdks/accountsreceivablecreditnotes/README.md +3 -3
  80. package/docs/sdks/accountsreceivablecustomers/README.md +6 -6
  81. package/docs/sdks/accountsreceivabledirectincomes/README.md +6 -6
  82. package/docs/sdks/accountsreceivableinvoices/README.md +8 -8
  83. package/docs/sdks/accountsreceivablepayments/README.md +3 -3
  84. package/docs/sdks/accountsreceivablereports/README.md +5 -5
  85. package/docs/sdks/banking/README.md +1 -1
  86. package/docs/sdks/bankingaccountbalances/README.md +2 -2
  87. package/docs/sdks/bankingcategorizedstatement/README.md +2 -2
  88. package/docs/sdks/bankingtransactioncategories/README.md +3 -3
  89. package/docs/sdks/companies/README.md +1 -1
  90. package/docs/sdks/companyinfo/README.md +1 -1
  91. package/docs/sdks/connections/README.md +1 -1
  92. package/docs/sdks/dataintegrity/README.md +1 -1
  93. package/docs/sdks/excelreports/README.md +1 -1
  94. package/docs/sdks/fileupload/README.md +1 -1
  95. package/docs/sdks/financialstatements/README.md +1 -1
  96. package/docs/sdks/financialstatementsaccounts/README.md +3 -3
  97. package/docs/sdks/financialstatementsbalancesheet/README.md +3 -3
  98. package/docs/sdks/financialstatementscashflow/README.md +2 -2
  99. package/docs/sdks/financialstatementsprofitandloss/README.md +3 -3
  100. package/docs/sdks/liabilities/README.md +1 -1
  101. package/docs/sdks/managedata/README.md +1 -1
  102. package/docs/sdks/managedatapulloperations/README.md +3 -3
  103. package/docs/sdks/managedatarefresh/README.md +3 -3
  104. package/docs/sdks/sales/README.md +1 -1
  105. package/docs/sdks/salespaymentmethods/README.md +3 -3
  106. package/docs/sdks/salesproductcategories/README.md +3 -3
  107. package/docs/sdks/transactions/README.md +1 -1
  108. package/docs/sdks/transactionsaccounttransactions/README.md +3 -3
  109. package/docs/sdks/transactionsdirectcosts/README.md +6 -6
  110. package/docs/sdks/transactionsjournalentries/README.md +3 -3
  111. package/package.json +1 -1
  112. package/dist/sdk/models/shared/withholdingtaxitems.d.ts +0 -5
  113. package/docs/models/shared/accountingcompanyinfoaccountingaddress.md +0 -14
  114. package/docs/models/shared/accountingcompanyinfoweblink.md +0 -11
  115. package/docs/models/shared/accountingcompanyinfoweblinktype.md +0 -12
  116. package/docs/models/shared/weblinksitems.md +0 -11
  117. package/docs/models/shared/withholdingtaxitems.md +0 -9
@@ -1,4 +1,4 @@
1
- # accountingBankDataAccounts
1
+ # AccountingBankData.Accounts
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.accountingBankDataAccounts.get({
31
+ sdk.accountingBankData.accounts.get({
32
32
  accountId: "unde",
33
33
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -74,7 +74,7 @@ const sdk = new CodatLending({
74
74
  },
75
75
  });
76
76
 
77
- sdk.accountingBankDataAccounts.list({
77
+ sdk.accountingBankData.accounts.list({
78
78
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
79
79
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
80
80
  orderBy: "-modifiedDate",
@@ -1,4 +1,4 @@
1
- # accountsPayable
1
+ # AccountsPayable
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -1,4 +1,4 @@
1
- # accountsPayableBillCreditNotes
1
+ # AccountsPayable.BillCreditNotes
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.accountsPayableBillCreditNotes.get({
31
+ sdk.accountsPayable.billCreditNotes.get({
32
32
  billCreditNoteId: "molestiae",
33
33
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  }).then((res: GetAccountingBillCreditNoteResponse) => {
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
73
73
  },
74
74
  });
75
75
 
76
- sdk.accountsPayableBillCreditNotes.list({
76
+ sdk.accountsPayable.billCreditNotes.list({
77
77
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
78
78
  orderBy: "-modifiedDate",
79
79
  page: 1,
@@ -1,4 +1,4 @@
1
- # accountsPayableBillPayments
1
+ # AccountsPayable.BillPayments
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.accountsPayableBillPayments.get({
31
+ sdk.accountsPayable.billPayments.get({
32
32
  billPaymentId: "placeat",
33
33
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  }).then((res: GetAccountingBillPaymentResponse) => {
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
73
73
  },
74
74
  });
75
75
 
76
- sdk.accountsPayableBillPayments.list({
76
+ sdk.accountsPayable.billPayments.list({
77
77
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
78
78
  orderBy: "-modifiedDate",
79
79
  page: 1,
@@ -1,4 +1,4 @@
1
- # accountsPayableBills
1
+ # AccountsPayable.Bills
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
29
29
  },
30
30
  });
31
31
 
32
- sdk.accountsPayableBills.downloadAttachment({
32
+ sdk.accountsPayable.bills.downloadAttachment({
33
33
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  billId: "iusto",
35
35
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
78
78
  },
79
79
  });
80
80
 
81
- sdk.accountsPayableBills.get({
81
+ sdk.accountsPayable.bills.get({
82
82
  billId: "excepturi",
83
83
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
84
84
  }).then((res: GetAccountingBillResponse) => {
@@ -123,7 +123,7 @@ const sdk = new CodatLending({
123
123
  },
124
124
  });
125
125
 
126
- sdk.accountsPayableBills.getAttachment({
126
+ sdk.accountsPayable.bills.getAttachment({
127
127
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
128
128
  billId: "nisi",
129
129
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
@@ -170,7 +170,7 @@ const sdk = new CodatLending({
170
170
  },
171
171
  });
172
172
 
173
- sdk.accountsPayableBills.list({
173
+ sdk.accountsPayable.bills.list({
174
174
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
175
175
  orderBy: "-modifiedDate",
176
176
  page: 1,
@@ -218,7 +218,7 @@ const sdk = new CodatLending({
218
218
  },
219
219
  });
220
220
 
221
- sdk.accountsPayableBills.listAttachments({
221
+ sdk.accountsPayable.bills.listAttachments({
222
222
  billId: "temporibus",
223
223
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
224
224
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -1,4 +1,4 @@
1
- # accountsPayableSuppliers
1
+ # AccountsPayable.Suppliers
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
29
29
  },
30
30
  });
31
31
 
32
- sdk.accountsPayableSuppliers.downloadAttachment({
32
+ sdk.accountsPayable.suppliers.downloadAttachment({
33
33
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
35
35
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
78
78
  },
79
79
  });
80
80
 
81
- sdk.accountsPayableSuppliers.get({
81
+ sdk.accountsPayable.suppliers.get({
82
82
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
83
83
  supplierId: "quis",
84
84
  }).then((res: GetAccountingSupplierResponse) => {
@@ -123,7 +123,7 @@ const sdk = new CodatLending({
123
123
  },
124
124
  });
125
125
 
126
- sdk.accountsPayableSuppliers.getAttachment({
126
+ sdk.accountsPayable.suppliers.getAttachment({
127
127
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
128
128
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
129
129
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -170,7 +170,7 @@ const sdk = new CodatLending({
170
170
  },
171
171
  });
172
172
 
173
- sdk.accountsPayableSuppliers.list({
173
+ sdk.accountsPayable.suppliers.list({
174
174
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
175
175
  orderBy: "-modifiedDate",
176
176
  page: 1,
@@ -218,7 +218,7 @@ const sdk = new CodatLending({
218
218
  },
219
219
  });
220
220
 
221
- sdk.accountsPayableSuppliers.listAttachments({
221
+ sdk.accountsPayable.suppliers.listAttachments({
222
222
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
223
223
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
224
224
  supplierId: "perferendis",
@@ -1,4 +1,4 @@
1
- # accountsReceivable
1
+ # AccountsReceivable
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -1,4 +1,4 @@
1
- # accountsReceivableCreditNotes
1
+ # AccountsReceivable.CreditNotes
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.accountsReceivableCreditNotes.get({
31
+ sdk.accountsReceivable.creditNotes.get({
32
32
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
33
33
  creditNoteId: "ipsam",
34
34
  }).then((res: GetAccountingCreditNoteResponse) => {
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
73
73
  },
74
74
  });
75
75
 
76
- sdk.accountsReceivableCreditNotes.list({
76
+ sdk.accountsReceivable.creditNotes.list({
77
77
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
78
78
  orderBy: "-modifiedDate",
79
79
  page: 1,
@@ -1,4 +1,4 @@
1
- # accountsReceivableCustomers
1
+ # AccountsReceivable.Customers
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
29
29
  },
30
30
  });
31
31
 
32
- sdk.accountsReceivableCustomers.downloadAttachment({
32
+ sdk.accountsReceivable.customers.downloadAttachment({
33
33
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
35
35
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
78
78
  },
79
79
  });
80
80
 
81
- sdk.accountsReceivableCustomers.get({
81
+ sdk.accountsReceivable.customers.get({
82
82
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
83
83
  customerId: "quo",
84
84
  }).then((res: GetAccountingCustomerResponse) => {
@@ -123,7 +123,7 @@ const sdk = new CodatLending({
123
123
  },
124
124
  });
125
125
 
126
- sdk.accountsReceivableCustomers.getAttachment({
126
+ sdk.accountsReceivable.customers.getAttachment({
127
127
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
128
128
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
129
129
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -170,7 +170,7 @@ const sdk = new CodatLending({
170
170
  },
171
171
  });
172
172
 
173
- sdk.accountsReceivableCustomers.list({
173
+ sdk.accountsReceivable.customers.list({
174
174
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
175
175
  orderBy: "-modifiedDate",
176
176
  page: 1,
@@ -218,7 +218,7 @@ const sdk = new CodatLending({
218
218
  },
219
219
  });
220
220
 
221
- sdk.accountsReceivableCustomers.listAttachments({
221
+ sdk.accountsReceivable.customers.listAttachments({
222
222
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
223
223
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
224
224
  customerId: "at",
@@ -1,4 +1,4 @@
1
- # accountsReceivableDirectIncomes
1
+ # AccountsReceivable.DirectIncomes
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -29,7 +29,7 @@ const sdk = new CodatLending({
29
29
  },
30
30
  });
31
31
 
32
- sdk.accountsReceivableDirectIncomes.downloadAttachment({
32
+ sdk.accountsReceivable.directIncomes.downloadAttachment({
33
33
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
35
35
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -78,7 +78,7 @@ const sdk = new CodatLending({
78
78
  },
79
79
  });
80
80
 
81
- sdk.accountsReceivableDirectIncomes.get({
81
+ sdk.accountsReceivable.directIncomes.get({
82
82
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
83
83
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
84
84
  directIncomeId: "molestiae",
@@ -124,7 +124,7 @@ const sdk = new CodatLending({
124
124
  },
125
125
  });
126
126
 
127
- sdk.accountsReceivableDirectIncomes.getAttachment({
127
+ sdk.accountsReceivable.directIncomes.getAttachment({
128
128
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
129
129
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
130
130
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -172,7 +172,7 @@ const sdk = new CodatLending({
172
172
  },
173
173
  });
174
174
 
175
- sdk.accountsReceivableDirectIncomes.list({
175
+ sdk.accountsReceivable.directIncomes.list({
176
176
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
177
177
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
178
178
  orderBy: "-modifiedDate",
@@ -221,7 +221,7 @@ const sdk = new CodatLending({
221
221
  },
222
222
  });
223
223
 
224
- sdk.accountsReceivableDirectIncomes.listAttachments({
224
+ sdk.accountsReceivable.directIncomes.listAttachments({
225
225
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
226
226
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
227
227
  directIncomeId: "totam",
@@ -1,4 +1,4 @@
1
- # accountsReceivableInvoices
1
+ # AccountsReceivable.Invoices
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -31,7 +31,7 @@ const sdk = new CodatLending({
31
31
  },
32
32
  });
33
33
 
34
- sdk.accountsReceivableInvoices.downloadAttachment({
34
+ sdk.accountsReceivable.invoices.downloadAttachment({
35
35
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
36
36
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
37
37
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
73
73
  },
74
74
  });
75
75
 
76
- sdk.accountsReceivableInvoices.downloadPdf({
76
+ sdk.accountsReceivable.invoices.downloadPdf({
77
77
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
78
78
  invoiceId: "dolorum",
79
79
  }).then((res: DownloadAccountingInvoicePdfResponse) => {
@@ -119,7 +119,7 @@ const sdk = new CodatLending({
119
119
  },
120
120
  });
121
121
 
122
- sdk.accountsReceivableInvoices.get({
122
+ sdk.accountsReceivable.invoices.get({
123
123
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
124
124
  invoiceId: "dicta",
125
125
  }).then((res: GetAccountingInvoiceResponse) => {
@@ -164,7 +164,7 @@ const sdk = new CodatLending({
164
164
  },
165
165
  });
166
166
 
167
- sdk.accountsReceivableInvoices.getAttachment({
167
+ sdk.accountsReceivable.invoices.getAttachment({
168
168
  attachmentId: "8a210b68-6988-11ed-a1eb-0242ac120002",
169
169
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
170
170
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
@@ -217,7 +217,7 @@ const sdk = new CodatLending({
217
217
  },
218
218
  });
219
219
 
220
- sdk.accountsReceivableInvoices.list({
220
+ sdk.accountsReceivable.invoices.list({
221
221
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
222
222
  orderBy: "-modifiedDate",
223
223
  page: 1,
@@ -265,7 +265,7 @@ const sdk = new CodatLending({
265
265
  },
266
266
  });
267
267
 
268
- sdk.accountsReceivableInvoices.listAttachments({
268
+ sdk.accountsReceivable.invoices.listAttachments({
269
269
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
270
270
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
271
271
  invoiceId: "occaecati",
@@ -306,7 +306,7 @@ const sdk = new CodatLending({
306
306
  },
307
307
  });
308
308
 
309
- sdk.accountsReceivableInvoices.listReconciled({
309
+ sdk.accountsReceivable.invoices.listReconciled({
310
310
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
311
311
  page: 1,
312
312
  pageSize: 100,
@@ -1,4 +1,4 @@
1
- # accountsReceivablePayments
1
+ # AccountsReceivable.Payments
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.accountsReceivablePayments.get({
31
+ sdk.accountsReceivable.payments.get({
32
32
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
33
33
  paymentId: "deleniti",
34
34
  }).then((res: GetAccountingPaymentResponse) => {
@@ -73,7 +73,7 @@ const sdk = new CodatLending({
73
73
  },
74
74
  });
75
75
 
76
- sdk.accountsReceivablePayments.list({
76
+ sdk.accountsReceivable.payments.list({
77
77
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
78
78
  orderBy: "-modifiedDate",
79
79
  page: 1,
@@ -1,4 +1,4 @@
1
- # accountsReceivableReports
1
+ # AccountsReceivable.Reports
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -24,7 +24,7 @@ const sdk = new CodatLending({
24
24
  },
25
25
  });
26
26
 
27
- sdk.accountsReceivableReports.getAgedCreditors({
27
+ sdk.accountsReceivable.reports.getAgedCreditors({
28
28
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
29
29
  numberOfPeriods: 12,
30
30
  periodLengthDays: 30,
@@ -67,7 +67,7 @@ const sdk = new CodatLending({
67
67
  },
68
68
  });
69
69
 
70
- sdk.accountsReceivableReports.getAgedDebtors({
70
+ sdk.accountsReceivable.reports.getAgedDebtors({
71
71
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
72
72
  numberOfPeriods: 12,
73
73
  periodLengthDays: 30,
@@ -109,7 +109,7 @@ const sdk = new CodatLending({
109
109
  },
110
110
  });
111
111
 
112
- sdk.accountsReceivableReports.isAgedCreditorsAvailable({
112
+ sdk.accountsReceivable.reports.isAgedCreditorsAvailable({
113
113
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
114
114
  }).then((res: IsAgedCreditorsReportAvailableResponse) => {
115
115
  if (res.statusCode == 200) {
@@ -148,7 +148,7 @@ const sdk = new CodatLending({
148
148
  },
149
149
  });
150
150
 
151
- sdk.accountsReceivableReports.isAgedDebtorsAvailable({
151
+ sdk.accountsReceivable.reports.isAgedDebtorsAvailable({
152
152
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
153
153
  }).then((res: IsAgedDebtorsReportAvailableResponse) => {
154
154
  if (res.statusCode == 200) {
@@ -1,4 +1,4 @@
1
- # banking
1
+ # Banking
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -1,4 +1,4 @@
1
- # bankingAccountBalances
1
+ # Banking.AccountBalances
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -25,7 +25,7 @@ const sdk = new CodatLending({
25
25
  },
26
26
  });
27
27
 
28
- sdk.bankingAccountBalances.list({
28
+ sdk.banking.accountBalances.list({
29
29
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
30
30
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
31
31
  orderBy: "-modifiedDate",
@@ -1,4 +1,4 @@
1
- # bankingCategorizedStatement
1
+ # Banking.CategorizedStatement
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -24,7 +24,7 @@ const sdk = new CodatLending({
24
24
  },
25
25
  });
26
26
 
27
- sdk.bankingCategorizedStatement.get({
27
+ sdk.banking.categorizedStatement.get({
28
28
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
29
29
  page: 1,
30
30
  pageSize: 100,
@@ -1,4 +1,4 @@
1
- # bankingTransactionCategories
1
+ # Banking.TransactionCategories
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.bankingTransactionCategories.get({
31
+ sdk.banking.transactionCategories.get({
32
32
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
33
33
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
34
34
  transactionCategoryId: "molestiae",
@@ -74,7 +74,7 @@ const sdk = new CodatLending({
74
74
  },
75
75
  });
76
76
 
77
- sdk.bankingTransactionCategories.list({
77
+ sdk.banking.transactionCategories.list({
78
78
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
79
79
  connectionId: "2e9d2c44-f675-40ba-8049-353bfcb5e171",
80
80
  orderBy: "-modifiedDate",
@@ -1,4 +1,4 @@
1
- # companies
1
+ # Companies
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # companyInfo
1
+ # CompanyInfo
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # connections
1
+ # Connections
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # dataIntegrity
1
+ # DataIntegrity
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # excelReports
1
+ # ExcelReports
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # fileUpload
1
+ # FileUpload
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # financialStatements
1
+ # FinancialStatements
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -1,4 +1,4 @@
1
- # financialStatementsAccounts
1
+ # FinancialStatements.Accounts
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -28,7 +28,7 @@ const sdk = new CodatLending({
28
28
  },
29
29
  });
30
30
 
31
- sdk.financialStatementsAccounts.get({
31
+ sdk.financialStatements.accounts.get({
32
32
  accountId: "cum",
33
33
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
34
34
  }).then((res: GetAccountingAccountResponse) => {
@@ -72,7 +72,7 @@ const sdk = new CodatLending({
72
72
  },
73
73
  });
74
74
 
75
- sdk.financialStatementsAccounts.list({
75
+ sdk.financialStatements.accounts.list({
76
76
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
77
77
  orderBy: "-modifiedDate",
78
78
  page: 1,
@@ -1,4 +1,4 @@
1
- # financialStatementsBalanceSheet
1
+ # FinancialStatements.BalanceSheet
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -21,7 +21,7 @@ const sdk = new CodatLending({
21
21
  },
22
22
  });
23
23
 
24
- sdk.financialStatementsBalanceSheet.get({
24
+ sdk.financialStatements.balanceSheet.get({
25
25
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
26
26
  periodLength: 4,
27
27
  periodsToCompare: 20,
@@ -65,7 +65,7 @@ const sdk = new CodatLending({
65
65
  },
66
66
  });
67
67
 
68
- sdk.financialStatementsBalanceSheet.getCategorizedAccounts({
68
+ sdk.financialStatements.balanceSheet.getCategorizedAccounts({
69
69
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
70
70
  numberOfPeriods: 568434,
71
71
  reportDate: "29-09-2020",
@@ -1,4 +1,4 @@
1
- # financialStatementsCashFlow
1
+ # FinancialStatements.CashFlow
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -20,7 +20,7 @@ const sdk = new CodatLending({
20
20
  },
21
21
  });
22
22
 
23
- sdk.financialStatementsCashFlow.get({
23
+ sdk.financialStatements.cashFlow.get({
24
24
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
25
25
  periodLength: 4,
26
26
  periodsToCompare: 20,
@@ -1,4 +1,4 @@
1
- # financialStatementsProfitAndLoss
1
+ # FinancialStatements.ProfitAndLoss
2
2
 
3
3
  ### Available Operations
4
4
 
@@ -21,7 +21,7 @@ const sdk = new CodatLending({
21
21
  },
22
22
  });
23
23
 
24
- sdk.financialStatementsProfitAndLoss.get({
24
+ sdk.financialStatements.profitAndLoss.get({
25
25
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
26
26
  periodLength: 4,
27
27
  periodsToCompare: 20,
@@ -65,7 +65,7 @@ const sdk = new CodatLending({
65
65
  },
66
66
  });
67
67
 
68
- sdk.financialStatementsProfitAndLoss.getCategorizedAccounts({
68
+ sdk.financialStatements.profitAndLoss.getCategorizedAccounts({
69
69
  companyId: "8a210b68-6988-11ed-a1eb-0242ac120002",
70
70
  numberOfPeriods: 324141,
71
71
  reportDate: "29-09-2020",
@@ -1,4 +1,4 @@
1
- # liabilities
1
+ # Liabilities
2
2
 
3
3
  ## Overview
4
4
 
@@ -1,4 +1,4 @@
1
- # manageData
1
+ # ManageData
2
2
 
3
3
  ### Available Operations
4
4