Skip to content

Commit

Permalink
docs: api reference and website examples update to e6f0165
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent d452f4c commit fe23554
Show file tree
Hide file tree
Showing 18 changed files with 157 additions and 157 deletions.
250 changes: 125 additions & 125 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": "8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"accountId": "2ae0514d-47c9-4457-868c-8d79095862ec",
"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": "4a3d1311-296b-453b-aeb7-99751751b92d",
"accountId": "da7a2cd3-e2e1-4cc3-ab87-f896447de5ea",
"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": "d0201e0b-bf04-4630-9877-a897b49216a0",
"accountSetId": "47cc8dcc-572d-4565-af9b-042ca037305f",
"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": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "d0201e0b-bf04-4630-9877-a897b49216a0",
"accountSetId": "47cc8dcc-572d-4565-af9b-042ca037305f",
"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": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "12577e42-1a11-4136-9a34-e654a20c1837",
"correlationId": "12577e42-1a11-4136-9a34-e654a20c1837"
"transactionId": "0f10777f-4565-4f2e-9fba-e780ffa0e4d7",
"correlationId": "0f10777f-4565-4f2e-9fba-e780ffa0e4d7"
}
}
}
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": "1da76398-f389-46be-a1c2-64a22f48e1ee"
"txTemplateId": "dd1a9e87-d1e3-47b5-9451-a40c04228809"
}
},
"withdrawalTemplate": {
"txTemplate": {
"txTemplateId": "fb652350-45c9-4737-8cb0-08a768f83f57"
"txTemplateId": "69ee37c0-854c-4a5f-9734-ad9dad0114f1"
}
}
}
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": "8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"accountId": "2ae0514d-47c9-4457-868c-8d79095862ec",
"name": "Alice - Checking",
"code": "ALICE.CHECKING-8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"code": "ALICE.CHECKING-2ae0514d-47c9-4457-868c-8d79095862ec",
"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": "4a3d1311-296b-453b-aeb7-99751751b92d",
"accountId": "da7a2cd3-e2e1-4cc3-ab87-f896447de5ea",
"name": "Assets",
"code": "ASSET-4a3d1311-296b-453b-aeb7-99751751b92d",
"code": "ASSET-da7a2cd3-e2e1-4cc3-ab87-f896447de5ea",
"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": "d0201e0b-bf04-4630-9877-a897b49216a0",
"journalId": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"accountSetId": "47cc8dcc-572d-4565-af9b-042ca037305f",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "d0201e0b-bf04-4630-9877-a897b49216a0",
"journalId": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"accountSetId": "47cc8dcc-572d-4565-af9b-042ca037305f",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"journalId": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"accountId": "2ae0514d-47c9-4457-868c-8d79095862ec",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "d0201e0b-bf04-4630-9877-a897b49216a0",
"memberId": "8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"accountSetId": "47cc8dcc-572d-4565-af9b-042ca037305f",
"memberId": "2ae0514d-47c9-4457-868c-8d79095862ec",
"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": "f04aef7a-39a6-46a3-ac18-f7e2b55b42d3",
"journalId": "501168b4-19f7-46bf-90c9-42e33f9eba93",
"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": "12577e42-1a11-4136-9a34-e654a20c1837",
"txTemplateCode": "DEPOSIT-1da76398-f389-46be-a1c2-64a22f48e1ee",
"transactionId": "0f10777f-4565-4f2e-9fba-e780ffa0e4d7",
"txTemplateCode": "DEPOSIT-dd1a9e87-d1e3-47b5-9451-a40c04228809",
"params": {
"account": "8a5df8ea-ccfb-4d2b-959e-06ce7e840af7",
"account": "2ae0514d-47c9-4457-868c-8d79095862ec",
"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": "1da76398-f389-46be-a1c2-64a22f48e1ee",
"depositTemplateCode": "DEPOSIT-1da76398-f389-46be-a1c2-64a22f48e1ee",
"withdrawalTemplateId": "fb652350-45c9-4737-8cb0-08a768f83f57",
"withdrawalTemplateCode": "WITHDRAWAL-fb652350-45c9-4737-8cb0-08a768f83f57",
"assetAccountId": "uuid('4a3d1311-296b-453b-aeb7-99751751b92d')",
"journalId": "uuid('f04aef7a-39a6-46a3-ac18-f7e2b55b42d3')"
"depositTemplateId": "dd1a9e87-d1e3-47b5-9451-a40c04228809",
"depositTemplateCode": "DEPOSIT-dd1a9e87-d1e3-47b5-9451-a40c04228809",
"withdrawalTemplateId": "69ee37c0-854c-4a5f-9734-ad9dad0114f1",
"withdrawalTemplateCode": "WITHDRAWAL-69ee37c0-854c-4a5f-9734-ad9dad0114f1",
"assetAccountId": "uuid('da7a2cd3-e2e1-4cc3-ab87-f896447de5ea')",
"journalId": "uuid('501168b4-19f7-46bf-90c9-42e33f9eba93')"
}

0 comments on commit fe23554

Please sign in to comment.