Skip to content

Commit 1fcc7b1

Browse files
committed
Fix typo
1 parent 2a62da9 commit 1fcc7b1

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Full documentation is located in the [`docs/`](docs/) folder:
3737
- [GLS Action Overview](docs/Actions/GLS/overview.md)
3838
- [GLS Configuration](docs/Actions/GLS/configs.md)
3939
- [GLS Functions](docs/Actions/GLS/functions.md)
40-
- [GLS Types](docs/Actions/GLS/types.md)
40+
- [GLS Types](docs/Actions/GLS/types.mdx)
4141
- [GLS Events](docs/Actions/GLS/events.md)
4242
- [Common Use Cases](docs/Actions/GLS/use-cases.md)
4343
- [Troubleshooting & Community Support](docs/Actions/GLS/troubleshooting.md)

docs/Actions/GLS/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ The value must be a valid `GLS_SHIPPER` object:
107107
}
108108
```
109109

110-
See [Types — GLS_SHIPPER](types.md#GLS_SHIPPER) for the full field reference.
110+
See [Types — GLS_SHIPPER](types.mdx#GLS_SHIPPER) for the full field reference.

docs/Actions/GLS/functions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ createAddress(
5656
| `MobilePhonenumber` | string (min 4, max 35) | No | Mobile phone number |
5757
| `eMail` | string (max 80) | No | Email address |
5858

59-
**Returns:** [`GLS_ADDRESS`](types.md#GLS_ADDRESS)
59+
**Returns:** [`GLS_ADDRESS`](types.mdx#GLS_ADDRESS)
6060

6161
---
6262

@@ -83,7 +83,7 @@ createConsignee(
8383
| `AddressSchema` | GLS_ADDRESS | **Yes** | The delivery address for this consignee |
8484
| `Category` | `"BUSINESS"` \| `"PRIVATE"` | **Yes** | Whether the consignee is a business or private recipient |
8585

86-
**Returns:** [`GLS_CONSIGNEE`](types.md#GLS_CONSIGNEE)
86+
**Returns:** [`GLS_CONSIGNEE`](types.mdx#GLS_CONSIGNEE)
8787

8888
---
8989

@@ -114,7 +114,7 @@ createShipmentUnit(
114114
| `note2` | string (max 50) | No | Additional note printed on the label (line 2) |
115115
| `shipmentUnitService` | GLS_UNIT_SERVICE | No | Unit-level services (Cash, AddonLiability, HazardousGoods, etc.) |
116116

117-
**Returns:** [`GLS_SHIPMENT_UNIT`](types.md#GLS_SHIPMENT_UNIT)
117+
**Returns:** [`GLS_SHIPMENT_UNIT`](types.mdx#GLS_SHIPMENT_UNIT-array)
118118

119119
---
120120

@@ -140,7 +140,7 @@ createPrintingOptions(returnLabels: RETURN_LABELS): GLS_PRINTING_OPTIONS
140140
| `TemplateSet` | `NONE`, `D_200`, `PF_4_I`, `ZPL_200`, `ZPL_300`, ... | Label template set |
141141
| `LabelFormat` | `PDF`, `ZEBRA`, `INTERMEC`, `DATAMAX`, `TOSHIBA`, `PNG` | Output format |
142142

143-
**Returns:** [`GLS_PRINTING_OPTIONS`](types.md#GLS_PRINTING_OPTIONS)
143+
**Returns:** [`GLS_PRINTING_OPTIONS`](types.mdx#GLS_PRINTING_OPTIONS)
144144

145145
---
146146

@@ -169,7 +169,7 @@ createCustomContent(
169169
| `barcodeType` | `"EAN_128"` \| `"CODE_39"` | No | Barcode symbology |
170170
| `barcode` | string | No | Custom barcode value |
171171

172-
**Returns:** [`GLS_CUSTOM_CONTENT`](types.md#GLS_CUSTOM_CONTENT)
172+
**Returns:** [`GLS_CUSTOM_CONTENT`](types.mdx#GLS_CUSTOM_CONTENT)
173173

174174
---
175175

@@ -536,7 +536,7 @@ validateShipment
536536
└── validationResult.Issues[]
537537
```
538538

539-
See [Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA](types.md#GLS_VALIDATE_SHIPMENT_REQUEST_DATA) for the input format.
539+
See [Types — GLS_VALIDATE_SHIPMENT_REQUEST_DATA](types.mdx#GLS_VALIDATE_SHIPMENT_REQUEST_DATA) for the input format.
540540

541541
---
542542

docs/Actions/GLS/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GLS_CREATE_PARCELS_RESPONSE ← tracking IDs, barcode data, print data, routing
9191
- [Quick Start](quick-start.md) — Create your first shipment in a few steps
9292
- [Configuration](configs.md) — Full list of configuration options and how to get credentials
9393
- [Functions](functions.md) — All available functions with parameter details
94-
- [Types](types.md) — All data types used in the GLS Action
94+
- [Types](types.mdx) — All data types used in the GLS Action
9595
- [Events](events.md) — Events emitted by the GLS Action
9696
- [Common Use Cases](use-cases.md) — Example flows for real-world scenarios
9797
- [Troubleshooting](troubleshooting.md) — FAQ and community support

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before using any action from Centaurus, make sure you have:
3737
- [GLS Action Overview](Actions/GLS/overview.md) — Get started with the GLS shipping integration
3838
- [GLS Configuration](Actions/GLS/configs.md) — API keys and configuration options
3939
- [GLS Functions](Actions/GLS/functions.md) — All available functions and their parameters
40-
- [GLS Types](Actions/GLS/types.md) — Data types used across the GLS action
40+
- [GLS Types](Actions/GLS/types.mdx) — Data types used across the GLS action
4141
- [GLS Events](Actions/GLS/events.md) — Events emitted by the GLS action
4242
- [Common Use Cases](Actions/GLS/use-cases.md) — Example workflows using the GLS action
4343
- [Troubleshooting](Actions/GLS/troubleshooting.md) — FAQ and community support

0 commit comments

Comments
 (0)