Skip to content

Commit

Permalink
Merge pull request #988 from codatio/oas-sync
Browse files Browse the repository at this point in the history
Automated PR created by OAS bot
  • Loading branch information
pzaichkina authored Jan 31, 2024
2 parents 4f00e47 + 1fb8ebd commit 1750679
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 70 deletions.
42 changes: 27 additions & 15 deletions static/oas/Codat-Accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -143170,7 +143170,33 @@
"id": {
"type": "string",
"description": "Identifier for the item that is unique to a company in the accounting platform."
},
}
}
},
{
"$ref": "#/components/schemas/Item/definitions/itemPrototype"
},
{
"properties": {
"metadata": {
"$ref": "#/components/schemas/Metadata"
}
}
},
{
"$ref": "#/components/schemas/ModifiedDates"
}
],
"required": [
"itemStatus",
"type",
"isBillItem",
"isInvoiceItem"
],
"definitions": {
"itemPrototype": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true,
Expand Down Expand Up @@ -143201,25 +143227,11 @@
"invoiceItem": {
"$ref": "#/components/schemas/Item/definitions/invoiceItem"
},
"metadata": {
"$ref": "#/components/schemas/Metadata"
},
"supplementalData": {
"$ref": "#/components/schemas/SupplementalData"
}
}
},
{
"$ref": "#/components/schemas/ModifiedDates"
}
],
"required": [
"itemStatus",
"type",
"isBillItem",
"isInvoiceItem"
],
"definitions": {
"itemRef": {
"title": "Item reference",
"type": "object",
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Bank-Feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -4969,7 +4969,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -5067,7 +5066,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Lending.json
Original file line number Diff line number Diff line change
Expand Up @@ -116412,7 +116412,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -116510,7 +116509,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down
39 changes: 20 additions & 19 deletions static/oas/Codat-Platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -3974,7 +3974,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"$ref": "#/components/schemas/SourceType"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"platformName": {
"type": "string",
Expand Down Expand Up @@ -4060,7 +4060,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down Expand Up @@ -4807,7 +4809,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"$ref": "#/components/schemas/SourceType"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"integrationId": {
"$ref": "#/components/schemas/Connection/properties/integrationId"
Expand Down Expand Up @@ -4838,6 +4840,21 @@
"enabled"
],
"definitions": {
"sourceType": {
"title": "Source Type",
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
},
"dataTypeFeature": {
"title": "Data type feature",
"description": "Describes support for a given datatype and associated operations",
Expand Down Expand Up @@ -4983,7 +5000,7 @@
"description": "Name of company whose connection has changed."
},
"sourceType": {
"$ref": "#/components/schemas/SourceType",
"$ref": "#/components/schemas/Integration/definitions/sourceType",
"nullable": true
}
}
Expand Down Expand Up @@ -5809,22 +5826,6 @@
}
}
},
"SourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
},
"SupplementalDataConfiguration": {
"description": "",
"title": "Supplemental data configuration",
Expand Down
34 changes: 19 additions & 15 deletions static/oas/Codat-Sync-Commerce-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17049,20 +17049,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"platformName": {
"type": "string",
Expand Down Expand Up @@ -17148,7 +17135,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down Expand Up @@ -17631,7 +17620,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"$ref": "#/components/schemas/Connection/properties/sourceType"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"integrationId": {
"$ref": "#/components/schemas/Connection/properties/integrationId"
Expand Down Expand Up @@ -17662,6 +17651,21 @@
"enabled"
],
"definitions": {
"sourceType": {
"title": "Source Type",
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
},
"dataTypeFeature": {
"title": "Data type feature",
"description": "Describes support for a given datatype and associated operations",
Expand Down
34 changes: 19 additions & 15 deletions static/oas/Codat-Sync-Commerce.json
Original file line number Diff line number Diff line change
Expand Up @@ -1942,20 +1942,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"platformName": {
"type": "string",
Expand Down Expand Up @@ -2041,7 +2028,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down Expand Up @@ -2303,7 +2292,7 @@
"$ref": "#/components/schemas/Branding/properties/sourceId"
},
"sourceType": {
"$ref": "#/components/schemas/Connection/properties/sourceType"
"$ref": "#/components/schemas/Integration/definitions/sourceType"
},
"integrationId": {
"$ref": "#/components/schemas/Connection/properties/integrationId"
Expand Down Expand Up @@ -2334,6 +2323,21 @@
"enabled"
],
"definitions": {
"sourceType": {
"title": "Source Type",
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
"example": "Accounting"
},
"dataTypeFeature": {
"title": "Data type feature",
"description": "Describes support for a given datatype and associated operations",
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Sync-Expenses-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2366,7 +2366,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -2464,7 +2463,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Sync-Expenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -12852,7 +12852,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -12950,7 +12949,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Sync-Payables.json
Original file line number Diff line number Diff line change
Expand Up @@ -45629,7 +45629,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -45727,7 +45726,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down
3 changes: 2 additions & 1 deletion static/oas/Codat-Sync-Payroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -14578,7 +14578,6 @@
},
"sourceType": {
"title": "Source Type",
"x-internal": true,
"description": "The type of platform of the connection.",
"type": "string",
"enum": [
Expand Down Expand Up @@ -14676,7 +14675,9 @@
"enum": [
"Accounting",
"Banking",
"BankFeed",
"Commerce",
"Expense",
"Other",
"Unknown"
],
Expand Down

0 comments on commit 1750679

Please sign in to comment.