Skip to content

Commit

Permalink
deploy: a443b67
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2024
1 parent 86c088f commit 9347d88
Show file tree
Hide file tree
Showing 18 changed files with 149 additions and 158 deletions.
243 changes: 117 additions & 126 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": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"accountId": "fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"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": "59b73893-ce72-4a87-ba1b-5d556210e55b",
"accountId": "7b893736-084f-4cfa-b361-4b6f1a32a0f5",
"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": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"accountSetId": "b53c3417-642b-4bdc-a13c-03529519f8f1",
"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": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"accountSetId": "b53c3417-642b-4bdc-a13c-03529519f8f1",
"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": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7",
"correlationId": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7"
"transactionId": "b362f3d8-b1cc-4379-8a02-a2be7add54c4",
"correlationId": "b362f3d8-b1cc-4379-8a02-a2be7add54c4"
}
}
}
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": "db0909c9-fa91-4daa-9142-5dc6bdf58626"
"txTemplateId": "c3c581f2-bab6-4e25-a65b-2febb0262f56"
}
},
"withdrawalTemplate": {
"txTemplate": {
"txTemplateId": "d64e4aec-eb35-48cc-a1ab-02ccd46703b9"
"txTemplateId": "eb0d7533-8c6d-45d4-b7a6-96b11b62d5c3"
}
}
}
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": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"accountId": "fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"name": "Alice - Checking",
"code": "ALICE.CHECKING-ffa4e483-0e81-42db-bd5e-c4596a61df69",
"code": "ALICE.CHECKING-fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"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": "59b73893-ce72-4a87-ba1b-5d556210e55b",
"accountId": "7b893736-084f-4cfa-b361-4b6f1a32a0f5",
"name": "Assets",
"code": "ASSET-59b73893-ce72-4a87-ba1b-5d556210e55b",
"code": "ASSET-7b893736-084f-4cfa-b361-4b6f1a32a0f5",
"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": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"accountSetId": "b53c3417-642b-4bdc-a13c-03529519f8f1",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"accountSetId": "b53c3417-642b-4bdc-a13c-03529519f8f1",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"journalId": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"accountId": "fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "6e35e02c-b639-40e5-abcb-c868f61a224d",
"memberId": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"accountSetId": "b53c3417-642b-4bdc-a13c-03529519f8f1",
"memberId": "fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"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": "1e2fb8a2-18f1-4c3b-a271-6d70570ca429",
"journalId": "a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81",
"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": "42e5b040-a61a-47e6-a3fe-3fbdb68f1dd7",
"txTemplateCode": "DEPOSIT-db0909c9-fa91-4daa-9142-5dc6bdf58626",
"transactionId": "b362f3d8-b1cc-4379-8a02-a2be7add54c4",
"txTemplateCode": "DEPOSIT-c3c581f2-bab6-4e25-a65b-2febb0262f56",
"params": {
"account": "ffa4e483-0e81-42db-bd5e-c4596a61df69",
"account": "fa5e659e-6401-42d9-ba1b-c4ea9a3af05a",
"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": "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')"
"depositTemplateId": "c3c581f2-bab6-4e25-a65b-2febb0262f56",
"depositTemplateCode": "DEPOSIT-c3c581f2-bab6-4e25-a65b-2febb0262f56",
"withdrawalTemplateId": "eb0d7533-8c6d-45d4-b7a6-96b11b62d5c3",
"withdrawalTemplateCode": "WITHDRAWAL-eb0d7533-8c6d-45d4-b7a6-96b11b62d5c3",
"assetAccountId": "uuid('7b893736-084f-4cfa-b361-4b6f1a32a0f5')",
"journalId": "uuid('a2e1b4c6-05eb-44ab-97f9-99fe59a9fd81')"
}

0 comments on commit 9347d88

Please sign in to comment.