Skip to content

Commit

Permalink
docs: api reference and website examples update to a6eb839
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent 09cd23d commit f0506bd
Show file tree
Hide file tree
Showing 18 changed files with 161 additions and 152 deletions.
249 changes: 129 additions & 120 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": "ad5568dd-897b-4b98-8067-6fa39d490205",
"accountId": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"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": "2c920a00-1861-43f9-b218-bd11779ee1a4",
"accountId": "59b73893-ce72-4a87-ba1b-5d556210e55b",
"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": "6e1358ea-d1f2-4ec4-a3c3-a899aa69184a",
"accountSetId": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"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": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "6e1358ea-d1f2-4ec4-a3c3-a899aa69184a",
"accountSetId": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"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": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "58518953-6c39-4d2b-a26d-121e03c33dcf",
"correlationId": "58518953-6c39-4d2b-a26d-121e03c33dcf"
"transactionId": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7",
"correlationId": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7"
}
}
}
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": "056e712c-fd07-4bc8-8a4a-504f36a34bd4"
"txTemplateId": "db0909c9-fa91-4daa-9142-5dc6bdf58626"
}
},
"withdrawalTemplate": {
"txTemplate": {
"txTemplateId": "cf2d4ec8-54fc-44d4-9217-db62bfcb42ef"
"txTemplateId": "d64e4aec-eb35-48cc-a1ab-02ccd46703b9"
}
}
}
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": "ad5568dd-897b-4b98-8067-6fa39d490205",
"accountId": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"name": "Alice - Checking",
"code": "ALICE.CHECKING-ad5568dd-897b-4b98-8067-6fa39d490205",
"code": "ALICE.CHECKING-ffa4e483-0e81-42db-bd5e-c4596a61df69",
"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": "2c920a00-1861-43f9-b218-bd11779ee1a4",
"accountId": "59b73893-ce72-4a87-ba1b-5d556210e55b",
"name": "Assets",
"code": "ASSET-2c920a00-1861-43f9-b218-bd11779ee1a4",
"code": "ASSET-59b73893-ce72-4a87-ba1b-5d556210e55b",
"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": "6e1358ea-d1f2-4ec4-a3c3-a899aa69184a",
"journalId": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"accountSetId": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "6e1358ea-d1f2-4ec4-a3c3-a899aa69184a",
"journalId": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"accountSetId": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "ad5568dd-897b-4b98-8067-6fa39d490205",
"journalId": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"accountId": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "6e1358ea-d1f2-4ec4-a3c3-a899aa69184a",
"memberId": "ad5568dd-897b-4b98-8067-6fa39d490205",
"accountSetId": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"memberId": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"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": "55cd5272-0972-4872-a7f4-8a5d253b8cd7",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"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": "58518953-6c39-4d2b-a26d-121e03c33dcf",
"txTemplateCode": "DEPOSIT-056e712c-fd07-4bc8-8a4a-504f36a34bd4",
"transactionId": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7",
"txTemplateCode": "DEPOSIT-db0909c9-fa91-4daa-9142-5dc6bdf58626",
"params": {
"account": "ad5568dd-897b-4b98-8067-6fa39d490205",
"account": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"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": "056e712c-fd07-4bc8-8a4a-504f36a34bd4",
"depositTemplateCode": "DEPOSIT-056e712c-fd07-4bc8-8a4a-504f36a34bd4",
"withdrawalTemplateId": "cf2d4ec8-54fc-44d4-9217-db62bfcb42ef",
"withdrawalTemplateCode": "WITHDRAWAL-cf2d4ec8-54fc-44d4-9217-db62bfcb42ef",
"assetAccountId": "uuid('2c920a00-1861-43f9-b218-bd11779ee1a4')",
"journalId": "uuid('55cd5272-0972-4872-a7f4-8a5d253b8cd7')"
"depositTemplateId": "db0909c9-fa91-4daa-9142-5dc6bdf58626",
"depositTemplateCode": "DEPOSIT-db0909c9-fa91-4daa-9142-5dc6bdf58626",
"withdrawalTemplateId": "d64e4aec-eb35-48cc-a1ab-02ccd46703b9",
"withdrawalTemplateCode": "WITHDRAWAL-d64e4aec-eb35-48cc-a1ab-02ccd46703b9",
"assetAccountId": "uuid('59b73893-ce72-4a87-ba1b-5d556210e55b')",
"journalId": "uuid('1e2fb8a2-18f1-4c3b-a271-6d70570ca429')"
}

0 comments on commit f0506bd

Please sign in to comment.