Skip to content

Commit

Permalink
docs: api reference and website examples update to 963f601
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 7384d66 commit bee2c82
Show file tree
Hide file tree
Showing 18 changed files with 157 additions and 148 deletions.
241 changes: 125 additions & 116 deletions website/static/api-reference.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountCreate": {
"account": {
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"accountId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"name": "Alice - Checking"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountCreate": {
"account": {
"accountId": "290bbf35-096e-4bb8-b32a-a7e2f0412581",
"accountId": "278b2446-61d2-4617-91bd-da04af56e367",
"name": "Assets"
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/static/gql/responses/accountSetCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountSetCreate": {
"accountSet": {
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f",
"name": "Account Set"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountSet": {
"name": "Account Set",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"balance": {
"settled": {
"normalBalance": {
Expand Down
2 changes: 1 addition & 1 deletion website/static/gql/responses/addToAccountSetResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"addToAccountSet": {
"accountSet": {
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f",
"name": "Account Set",
"balance": {
"settled": {
Expand Down
2 changes: 1 addition & 1 deletion website/static/gql/responses/journalCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"journalCreate": {
"journal": {
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"name": "General Ledger"
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/static/gql/responses/transactionPostResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"data": {
"transactionPost": {
"transaction": {
"transactionId": "79612adb-53b1-45df-a70e-a23c05085cfe",
"correlationId": "79612adb-53b1-45df-a70e-a23c05085cfe"
"transactionId": "96bfbc7d-fd11-4b4d-b2d5-28b5e4120fe3",
"correlationId": "96bfbc7d-fd11-4b4d-b2d5-28b5e4120fe3"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/static/gql/responses/txTemplateCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"data": {
"depositTemplate": {
"txTemplate": {
"txTemplateId": "44aa40f8-0ef5-454a-a384-affbfcae838c"
"txTemplateId": "958a617f-4edd-4073-bd06-df2c56c7b52c"
}
},
"withdrawalTemplate": {
"txTemplate": {
"txTemplateId": "277fb215-8737-4c65-9ad5-411fd2ca6e9e"
"txTemplateId": "e3179eb8-d1e9-42be-bbe1-e27f6fd7a9a7"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions website/static/gql/variables/accountCreateChecking.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"input": {
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"accountId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"name": "Alice - Checking",
"code": "ALICE.CHECKING-09f23d5c-513a-46a6-872f-0629b4c2621d",
"code": "ALICE.CHECKING-d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"normalBalanceType": "CREDIT"
}
}
4 changes: 2 additions & 2 deletions website/static/gql/variables/accountCreateDebit.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"input": {
"accountId": "290bbf35-096e-4bb8-b32a-a7e2f0412581",
"accountId": "278b2446-61d2-4617-91bd-da04af56e367",
"name": "Assets",
"code": "ASSET-290bbf35-096e-4bb8-b32a-a7e2f0412581",
"code": "ASSET-278b2446-61d2-4617-91bd-da04af56e367",
"normalBalanceType": "DEBIT"
}
}
4 changes: 2 additions & 2 deletions website/static/gql/variables/accountSetCreate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"input": {
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"name": "Account Set",
"normalBalanceType": "CREDIT"
}
Expand Down
4 changes: 2 additions & 2 deletions website/static/gql/variables/accountSetWithBalance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"currency": "USD"
}
4 changes: 2 additions & 2 deletions website/static/gql/variables/accountWithBalance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"accountId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"currency": "USD"
}
4 changes: 2 additions & 2 deletions website/static/gql/variables/addToAccountSet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"input": {
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"memberId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"accountSetId": "368541c8-55a2-4efb-a8c8-60a914be312f",
"memberId": "d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"memberType": "ACCOUNT"
}
}
2 changes: 1 addition & 1 deletion website/static/gql/variables/journalCreate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"input": {
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"journalId": "e5e66c99-1008-47f2-9bba-b17f61a53293",
"name": "General Ledger"
}
}
6 changes: 3 additions & 3 deletions website/static/gql/variables/transactionPost.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"input": {
"transactionId": "79612adb-53b1-45df-a70e-a23c05085cfe",
"txTemplateCode": "DEPOSIT-44aa40f8-0ef5-454a-a384-affbfcae838c",
"transactionId": "96bfbc7d-fd11-4b4d-b2d5-28b5e4120fe3",
"txTemplateCode": "DEPOSIT-958a617f-4edd-4073-bd06-df2c56c7b52c",
"params": {
"account": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"account": "d5d4635b-5ff4-42dc-b389-3f0967b0a309",
"amount": "9.53",
"effective": "2022-09-21"
}
Expand Down
12 changes: 6 additions & 6 deletions website/static/gql/variables/txTemplateCreate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"depositTemplateId": "44aa40f8-0ef5-454a-a384-affbfcae838c",
"depositTemplateCode": "DEPOSIT-44aa40f8-0ef5-454a-a384-affbfcae838c",
"withdrawalTemplateId": "277fb215-8737-4c65-9ad5-411fd2ca6e9e",
"withdrawalTemplateCode": "WITHDRAWAL-277fb215-8737-4c65-9ad5-411fd2ca6e9e",
"assetAccountId": "uuid('290bbf35-096e-4bb8-b32a-a7e2f0412581')",
"journalId": "uuid('c7627489-9455-4efd-96a5-9609ce33831a')"
"depositTemplateId": "958a617f-4edd-4073-bd06-df2c56c7b52c",
"depositTemplateCode": "DEPOSIT-958a617f-4edd-4073-bd06-df2c56c7b52c",
"withdrawalTemplateId": "e3179eb8-d1e9-42be-bbe1-e27f6fd7a9a7",
"withdrawalTemplateCode": "WITHDRAWAL-e3179eb8-d1e9-42be-bbe1-e27f6fd7a9a7",
"assetAccountId": "uuid('278b2446-61d2-4617-91bd-da04af56e367')",
"journalId": "uuid('e5e66c99-1008-47f2-9bba-b17f61a53293')"
}

0 comments on commit bee2c82

Please sign in to comment.