Skip to content

Commit 12812c4

Browse files
committed
Updated packages
1 parent 126fa0e commit 12812c4

40 files changed

+232
-238
lines changed

examples/default-options/docs/billing/classes/BillingHistoryService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Provides functionality to store and retrieve the history of transactions.
1515

1616
### new BillingHistoryService()
1717

18-
> **new BillingHistoryService**(): [`BillingHistoryService`](BillingHistoryService.md)
18+
> **new BillingHistoryService**(): `BillingHistoryService`
1919
2020
#### Returns
2121

22-
[`BillingHistoryService`](BillingHistoryService.md)
22+
`BillingHistoryService`
2323

2424
## Methods
2525

examples/default-options/docs/billing/classes/BillingReceiptService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Provides functionality to generate and retrieve receipts for transactions.
1515

1616
### new BillingReceiptService()
1717

18-
> **new BillingReceiptService**(): [`BillingReceiptService`](BillingReceiptService.md)
18+
> **new BillingReceiptService**(): `BillingReceiptService`
1919
2020
#### Returns
2121

22-
[`BillingReceiptService`](BillingReceiptService.md)
22+
`BillingReceiptService`
2323

2424
## Methods
2525

examples/default-options/docs/billing/classes/BillingService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Provides functionality to process and retrieve billing transactions.
1515

1616
### new BillingService()
1717

18-
> **new BillingService**(): [`BillingService`](BillingService.md)
18+
> **new BillingService**(): `BillingService`
1919
2020
#### Returns
2121

22-
[`BillingService`](BillingService.md)
22+
`BillingService`
2323

2424
## Methods
2525

examples/default-options/docs/customer/classes/CustomerAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Manages and integrates different aspects of customer data and interactions with
1515

1616
### new CustomerAccount()
1717

18-
> **new CustomerAccount**(`customer`, `contactInfo`, `billingInfo`): [`CustomerAccount`](CustomerAccount.md)
18+
> **new CustomerAccount**(`customer`, `contactInfo`, `billingInfo`): `CustomerAccount`
1919
2020
Defined in: [customer.ts:88](https://github.com/typedoc2md/dummy-typescript-api/blob/main/src/customer.ts#L88)
2121

@@ -43,7 +43,7 @@ Customer's billing information.
4343

4444
#### Returns
4545

46-
[`CustomerAccount`](CustomerAccount.md)
46+
`CustomerAccount`
4747

4848
## Methods
4949

examples/default-options/docs/customer/classes/CustomerService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Service for managing customers.
1414

1515
### new CustomerService()
1616

17-
> **new CustomerService**(): [`CustomerService`](CustomerService.md)
17+
> **new CustomerService**(): `CustomerService`
1818
1919
#### Returns
2020

21-
[`CustomerService`](CustomerService.md)
21+
`CustomerService`
2222

2323
## Methods
2424

examples/default-options/docs/products/classes/ProductInventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Class representing a product inventory.
1414

1515
### new ProductInventory()
1616

17-
> **new ProductInventory**(): [`ProductInventory`](ProductInventory.md)
17+
> **new ProductInventory**(): `ProductInventory`
1818
1919
#### Returns
2020

21-
[`ProductInventory`](ProductInventory.md)
21+
`ProductInventory`
2222

2323
## Methods
2424

examples/default-options/docs/products/classes/ProductReviewService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Service for managing product reviews.
1414

1515
### new ProductReviewService()
1616

17-
> **new ProductReviewService**(): [`ProductReviewService`](ProductReviewService.md)
17+
> **new ProductReviewService**(): `ProductReviewService`
1818
1919
#### Returns
2020

21-
[`ProductReviewService`](ProductReviewService.md)
21+
`ProductReviewService`
2222

2323
## Methods
2424

examples/default-options/docs/shipping/classes/ShippingService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Provides methods to handle the logistics of order shipments, including recording
1515

1616
### new ShippingService()
1717

18-
> **new ShippingService**(): [`ShippingService`](ShippingService.md)
18+
> **new ShippingService**(): `ShippingService`
1919
2020
#### Returns
2121

22-
[`ShippingService`](ShippingService.md)
22+
`ShippingService`
2323

2424
## Methods
2525

examples/default-options/docs/utilities/functions/shuffleArray.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Function to shuffle an array.
1414

1515
## Type Parameters
1616

17-
**T**
17+
### T
18+
19+
`T`
1820

1921
## Parameters
2022

examples/display-options/docs/billing/classes/BillingHistoryService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ new BillingHistoryService(): BillingHistoryService
2121

2222
#### Returns
2323

24-
[`BillingHistoryService`](BillingHistoryService.md)
24+
`BillingHistoryService`
2525

2626
## Methods
2727

0 commit comments

Comments
 (0)