Skip to content

Commit

Permalink
deploy: f75aa46
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2024
1 parent cffec54 commit 5cb7526
Show file tree
Hide file tree
Showing 18 changed files with 142 additions and 142 deletions.
220 changes: 110 additions & 110 deletions api-reference.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gql/responses/accountCreateCheckingResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountCreate": {
"account": {
"accountId": "bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"name": "Alice - Checking"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gql/responses/accountCreateDebitResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountCreate": {
"account": {
"accountId": "8ef289d0-2ad9-4a2a-8be8-967861379ffa",
"accountId": "290bbf35-096e-4bb8-b32a-a7e2f0412581",
"name": "Assets"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gql/responses/accountSetCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountSetCreate": {
"accountSet": {
"accountSetId": "5a84a1d1-1975-4902-9d4d-9562d16edf7a",
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"name": "Account Set"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gql/responses/accountSetWithBalanceResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"accountSet": {
"name": "Account Set",
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"balance": {
"settled": {
"normalBalance": {
Expand Down
2 changes: 1 addition & 1 deletion gql/responses/addToAccountSetResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"addToAccountSet": {
"accountSet": {
"accountSetId": "5a84a1d1-1975-4902-9d4d-9562d16edf7a",
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"name": "Account Set",
"balance": {
"settled": {
Expand Down
2 changes: 1 addition & 1 deletion gql/responses/journalCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"data": {
"journalCreate": {
"journal": {
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"name": "General Ledger"
}
}
Expand Down
4 changes: 2 additions & 2 deletions gql/responses/transactionPostResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"data": {
"transactionPost": {
"transaction": {
"transactionId": "02c14b3b-816f-4d56-a5b3-4a336e9a5b78",
"correlationId": "02c14b3b-816f-4d56-a5b3-4a336e9a5b78"
"transactionId": "79612adb-53b1-45df-a70e-a23c05085cfe",
"correlationId": "79612adb-53b1-45df-a70e-a23c05085cfe"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gql/responses/txTemplateCreateResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"data": {
"depositTemplate": {
"txTemplate": {
"txTemplateId": "023af53d-5e38-4841-af08-55a66be314e3"
"txTemplateId": "44aa40f8-0ef5-454a-a384-affbfcae838c"
}
},
"withdrawalTemplate": {
"txTemplate": {
"txTemplateId": "4b98b9c9-1e2f-442a-a56a-fabdbdaf0ac4"
"txTemplateId": "277fb215-8737-4c65-9ad5-411fd2ca6e9e"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gql/variables/accountCreateChecking.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"input": {
"accountId": "bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"name": "Alice - Checking",
"code": "ALICE.CHECKING-bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"code": "ALICE.CHECKING-09f23d5c-513a-46a6-872f-0629b4c2621d",
"normalBalanceType": "CREDIT"
}
}
4 changes: 2 additions & 2 deletions gql/variables/accountCreateDebit.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"input": {
"accountId": "8ef289d0-2ad9-4a2a-8be8-967861379ffa",
"accountId": "290bbf35-096e-4bb8-b32a-a7e2f0412581",
"name": "Assets",
"code": "ASSET-8ef289d0-2ad9-4a2a-8be8-967861379ffa",
"code": "ASSET-290bbf35-096e-4bb8-b32a-a7e2f0412581",
"normalBalanceType": "DEBIT"
}
}
4 changes: 2 additions & 2 deletions gql/variables/accountSetCreate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"input": {
"accountSetId": "5a84a1d1-1975-4902-9d4d-9562d16edf7a",
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"name": "Account Set",
"normalBalanceType": "CREDIT"
}
Expand Down
4 changes: 2 additions & 2 deletions gql/variables/accountSetWithBalance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"accountSetId": "5a84a1d1-1975-4902-9d4d-9562d16edf7a",
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"currency": "USD"
}
4 changes: 2 additions & 2 deletions gql/variables/accountWithBalance.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"accountId": "bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"accountId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"currency": "USD"
}
4 changes: 2 additions & 2 deletions gql/variables/addToAccountSet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"input": {
"accountSetId": "5a84a1d1-1975-4902-9d4d-9562d16edf7a",
"memberId": "bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"accountSetId": "c9527b3e-75e0-45bd-a768-a02b397cf09f",
"memberId": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"memberType": "ACCOUNT"
}
}
2 changes: 1 addition & 1 deletion gql/variables/journalCreate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"input": {
"journalId": "fc66122b-2a98-436a-b83a-a88f3a19d4da",
"journalId": "c7627489-9455-4efd-96a5-9609ce33831a",
"name": "General Ledger"
}
}
6 changes: 3 additions & 3 deletions gql/variables/transactionPost.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"input": {
"transactionId": "02c14b3b-816f-4d56-a5b3-4a336e9a5b78",
"txTemplateCode": "DEPOSIT-023af53d-5e38-4841-af08-55a66be314e3",
"transactionId": "79612adb-53b1-45df-a70e-a23c05085cfe",
"txTemplateCode": "DEPOSIT-44aa40f8-0ef5-454a-a384-affbfcae838c",
"params": {
"account": "bb2bfbb9-24de-40e7-a86c-3a6d7d1aed86",
"account": "09f23d5c-513a-46a6-872f-0629b4c2621d",
"amount": "9.53",
"effective": "2022-09-21"
}
Expand Down
12 changes: 6 additions & 6 deletions gql/variables/txTemplateCreate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"depositTemplateId": "023af53d-5e38-4841-af08-55a66be314e3",
"depositTemplateCode": "DEPOSIT-023af53d-5e38-4841-af08-55a66be314e3",
"withdrawalTemplateId": "4b98b9c9-1e2f-442a-a56a-fabdbdaf0ac4",
"withdrawalTemplateCode": "WITHDRAWAL-4b98b9c9-1e2f-442a-a56a-fabdbdaf0ac4",
"assetAccountId": "uuid('8ef289d0-2ad9-4a2a-8be8-967861379ffa')",
"journalId": "uuid('fc66122b-2a98-436a-b83a-a88f3a19d4da')"
"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')"
}

0 comments on commit 5cb7526

Please sign in to comment.