Skip to content

Commit

Permalink
chore(release): 6.306.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.306.2](v6.306.1...v6.306.2) (2024-04-26)

### Bug Fixes

* **full-receipts:** add the dynamic footer feature ([#943](#943)) ([76bfa38](76bfa38))
  • Loading branch information
semantic-release-bot committed Apr 26, 2024
1 parent 76bfa38 commit ecdb1ac
Show file tree
Hide file tree
Showing 13 changed files with 120 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [6.306.2](https://github.com/tillhub/schemas/compare/v6.306.1...v6.306.2) (2024-04-26)


### Bug Fixes

* **full-receipts:** add the dynamic footer feature ([#943](https://github.com/tillhub/schemas/issues/943)) ([76bfa38](https://github.com/tillhub/schemas/commit/76bfa38))

## [6.306.1](https://github.com/tillhub/schemas/compare/v6.306.0...v6.306.1) (2024-04-26)


Expand Down
12 changes: 6 additions & 6 deletions dist/index.json
@@ -1,13 +1,13 @@
[
"/index.json",
"/custom_properties.definition.schema.json",
"/currency.available.schema.json",
"/patch.request.schema.json",
"/custom_properties.definition.schema.json",
"/timezone.schema.json",
"/analytics.reports.transactions.overview.response.schema.json",
"/balances.create.request.schema.json",
"/balances.get-all.response.schema.json",
"/balances.get-one.response.schema.json",
"/balances.get-all.response.schema.json",
"/balances.legacy.create.event.schema.json",
"/balances.legacy.create.request.schema.json",
"/balances.legacy.create.response.schema.json",
Expand Down Expand Up @@ -306,8 +306,8 @@
"/seasons.create.request.schema.json",
"/seasons.update.request.schema.json",
"/service_categories.create.request.schema.json",
"/service_categories.create.response.schema.json",
"/service_categories.update.request.schema.json",
"/service_categories.create.response.schema.json",
"/service_categories.update.response.schema.json",
"/services.create.request.schema.json",
"/services.create.response.schema.json",
Expand Down Expand Up @@ -384,9 +384,9 @@
"/warehouses.update.request.schema.json",
"/webhooks.create.request.schema.json",
"/webhooks.update.request.schema.json",
"/configurations.create.request.schema.json",
"/configurations.update.request.schema.json",
"/profile.create.request.schema.json",
"/profile.update.request.schema.json",
"/support.create.request.schema.json",
"/configurations.update.request.schema.json",
"/configurations.create.request.schema.json"
"/support.create.request.schema.json"
]
2 changes: 1 addition & 1 deletion dist/v0/customers.create.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.481Z",
"example": "2024-04-26T15:02:03.944Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v0/customers.delete.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.482Z",
"example": "2024-04-26T15:02:03.945Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v0/customers.update.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.481Z",
"example": "2024-04-26T15:02:03.945Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v0/stocks-book.create.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.524Z",
"example": "2024-04-26T15:02:03.989Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v1/balances.legacy.create.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.613Z",
"example": "2024-04-26T15:02:04.077Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v1/products.create.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.642Z",
"example": "2024-04-26T15:02:04.107Z",
"type": "string",
"format": "date-time"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/v1/products.update.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.643Z",
"example": "2024-04-26T15:02:04.108Z",
"type": "string",
"format": "date-time"
},
Expand Down
96 changes: 96 additions & 0 deletions dist/v1/templates.put.request.schema.json
Expand Up @@ -2020,6 +2020,102 @@
}
}
},
"footer_items": {
"type": "object",
"additionalProperties": false,
"properties": {
"location_and_date": {
"type": "object",
"additionalProperties": false,
"properties": {
"default": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"custom": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"show": {
"type": "boolean",
"default": true
}
}
},
"signature": {
"type": "object",
"additionalProperties": false,
"properties": {
"default": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"custom": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"show": {
"type": "boolean",
"default": true
}
}
},
"amount_received": {
"type": "object",
"additionalProperties": false,
"properties": {
"default": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"custom": {
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"show": {
"type": "boolean",
"default": true
}
}
}
}
},
"location_and_date": {
"type": "string",
"maxLength": 32
Expand Down
2 changes: 1 addition & 1 deletion dist/v1/transactions.legacy.create.event.schema.json
Expand Up @@ -40,7 +40,7 @@
},
"timestamp": {
"description": "The date and time event was received by webhooks service",
"example": "2024-04-26T09:31:26.662Z",
"example": "2024-04-26T15:02:04.126Z",
"type": "string",
"format": "date-time"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@tillhub/schemas",
"version": "6.306.1",
"version": "6.306.2",
"private": false,
"description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
"main": "./lib/index.js",
Expand Down

0 comments on commit ecdb1ac

Please sign in to comment.