Skip to content

Commit dc233bc

Browse files
committed
Updated packages
1 parent 84f2644 commit dc233bc

File tree

61 files changed

+877
-204
lines changed

Some content is hidden

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

61 files changed

+877
-204
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides functionality to store and retrieve the history of transactions.
1313

1414
## Constructors
1515

16-
### new BillingHistoryService()
16+
### Constructor
1717

1818
> **new BillingHistoryService**(): `BillingHistoryService`
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides functionality to generate and retrieve receipts for transactions.
1313

1414
## Constructors
1515

16-
### new BillingReceiptService()
16+
### Constructor
1717

1818
> **new BillingReceiptService**(): `BillingReceiptService`
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides functionality to process and retrieve billing transactions.
1313

1414
## Constructors
1515

16-
### new BillingService()
16+
### Constructor
1717

1818
> **new BillingService**(): `BillingService`
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Manages and integrates different aspects of customer data and interactions with
1313

1414
## Constructors
1515

16-
### new CustomerAccount()
16+
### Constructor
1717

1818
> **new CustomerAccount**(`customer`, `contactInfo`, `billingInfo`): `CustomerAccount`
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Service for managing customers.
1212

1313
## Constructors
1414

15-
### new CustomerService()
15+
### Constructor
1616

1717
> **new CustomerService**(): `CustomerService`
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Class representing a product inventory.
1212

1313
## Constructors
1414

15-
### new ProductInventory()
15+
### Constructor
1616

1717
> **new ProductInventory**(): `ProductInventory`
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Service for managing product reviews.
1212

1313
## Constructors
1414

15-
### new ProductReviewService()
15+
### Constructor
1616

1717
> **new ProductReviewService**(): `ProductReviewService`
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides methods to handle the logistics of order shipments, including recording
1313

1414
## Constructors
1515

16-
### new ShippingService()
16+
### Constructor
1717

1818
> **new ShippingService**(): `ShippingService`
1919

examples/display-options/docs/billing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
***
44

5-
[Home](../README.md) / billing
5+
[dummy-typescript-api](../README.md) / billing
66

77
# billing
88

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
***
44

5-
[Home](../../README.md) / [billing](../README.md) / BillingHistoryService
5+
[dummy-typescript-api](../../README.md) / [billing](../README.md) / BillingHistoryService
66

77
# Class: BillingHistoryService
88

@@ -13,7 +13,7 @@ Provides functionality to store and retrieve the history of transactions.
1313

1414
## Constructors
1515

16-
### new BillingHistoryService()
16+
### Constructor
1717

1818
```ts
1919
new BillingHistoryService(): BillingHistoryService

0 commit comments

Comments
 (0)