Skip to content

Commit 5d5278b

Browse files
author
sangeet-joy_xero
committed
Update from OAS 6.1.1
1 parent 1fac240 commit 5d5278b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+5616
-515
lines changed

docs/v2/accounting/index.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,13 @@
14681468
"pagination" : {
14691469
"$ref" : "#/components/schemas/Pagination"
14701470
},
1471+
"Warnings" : {
1472+
"type" : "array",
1473+
"description" : "Displays array of warning messages from the API",
1474+
"items" : {
1475+
"$ref" : "#/components/schemas/ValidationError"
1476+
}
1477+
},
14711478
"BankTransactions" : {
14721479
"type" : "array",
14731480
"items" : {
@@ -2326,6 +2333,13 @@
23262333
"pagination" : {
23272334
"$ref" : "#/components/schemas/Pagination"
23282335
},
2336+
"Warnings" : {
2337+
"type" : "array",
2338+
"description" : "Displays array of warning messages from the API",
2339+
"items" : {
2340+
"$ref" : "#/components/schemas/ValidationError"
2341+
}
2342+
},
23292343
"Contacts" : {
23302344
"type" : "array",
23312345
"items" : {
@@ -2564,6 +2578,13 @@
25642578
"pagination" : {
25652579
"$ref" : "#/components/schemas/Pagination"
25662580
},
2581+
"Warnings" : {
2582+
"type" : "array",
2583+
"description" : "Displays array of warning messages from the API",
2584+
"items" : {
2585+
"$ref" : "#/components/schemas/ValidationError"
2586+
}
2587+
},
25672588
"CreditNotes" : {
25682589
"type" : "array",
25692590
"items" : {
@@ -3280,6 +3301,13 @@
32803301
"pagination" : {
32813302
"$ref" : "#/components/schemas/Pagination"
32823303
},
3304+
"Warnings" : {
3305+
"type" : "array",
3306+
"description" : "Displays array of warning messages from the API",
3307+
"items" : {
3308+
"$ref" : "#/components/schemas/ValidationError"
3309+
}
3310+
},
32833311
"Invoices" : {
32843312
"type" : "array",
32853313
"items" : {
@@ -3526,6 +3554,13 @@
35263554
"title" : "",
35273555
"type" : "object",
35283556
"properties" : {
3557+
"Warnings" : {
3558+
"type" : "array",
3559+
"description" : "Displays array of warning messages from the API",
3560+
"items" : {
3561+
"$ref" : "#/components/schemas/ValidationError"
3562+
}
3563+
},
35293564
"Journals" : {
35303565
"type" : "array",
35313566
"items" : {
@@ -3919,6 +3954,13 @@
39193954
"pagination" : {
39203955
"$ref" : "#/components/schemas/Pagination"
39213956
},
3957+
"Warnings" : {
3958+
"type" : "array",
3959+
"description" : "Displays array of warning messages from the API",
3960+
"items" : {
3961+
"$ref" : "#/components/schemas/ValidationError"
3962+
}
3963+
},
39223964
"ManualJournals" : {
39233965
"type" : "array",
39243966
"items" : {
@@ -4256,6 +4298,13 @@
42564298
"pagination" : {
42574299
"$ref" : "#/components/schemas/Pagination"
42584300
},
4301+
"Warnings" : {
4302+
"type" : "array",
4303+
"description" : "Displays array of warning messages from the API",
4304+
"items" : {
4305+
"$ref" : "#/components/schemas/ValidationError"
4306+
}
4307+
},
42594308
"Overpayments" : {
42604309
"type" : "array",
42614310
"items" : {
@@ -4524,6 +4573,13 @@
45244573
"pagination" : {
45254574
"$ref" : "#/components/schemas/Pagination"
45264575
},
4576+
"Warnings" : {
4577+
"type" : "array",
4578+
"description" : "Displays array of warning messages from the API",
4579+
"items" : {
4580+
"$ref" : "#/components/schemas/ValidationError"
4581+
}
4582+
},
45274583
"Payments" : {
45284584
"type" : "array",
45294585
"items" : {
@@ -4692,6 +4748,13 @@
46924748
"pagination" : {
46934749
"$ref" : "#/components/schemas/Pagination"
46944750
},
4751+
"Warnings" : {
4752+
"type" : "array",
4753+
"description" : "Displays array of warning messages from the API",
4754+
"items" : {
4755+
"$ref" : "#/components/schemas/ValidationError"
4756+
}
4757+
},
46954758
"Prepayments" : {
46964759
"type" : "array",
46974760
"items" : {
@@ -4894,6 +4957,13 @@
48944957
"pagination" : {
48954958
"$ref" : "#/components/schemas/Pagination"
48964959
},
4960+
"Warnings" : {
4961+
"type" : "array",
4962+
"description" : "Displays array of warning messages from the API",
4963+
"items" : {
4964+
"$ref" : "#/components/schemas/ValidationError"
4965+
}
4966+
},
48974967
"PurchaseOrders" : {
48984968
"type" : "array",
48994969
"items" : {

0 commit comments

Comments
 (0)