-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-13939 Only extract new occ endpoint to feature lib
- Loading branch information
1 parent
0243e62
commit 4fe7f67
Showing
2 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
...ure-libs/product-configurator/textfield/occ/occ-configurator-textfield-endpoints.model.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,6 @@ | ||
import { OccEndpoint } from '@spartacus/core'; | ||
declare module '@spartacus/core' { | ||
interface OccEndpoints { | ||
/** | ||
* Endpoint for create configuration for the textfield configurator | ||
* | ||
* @member {string} | ||
*/ | ||
createTextfieldConfiguration?: string; | ||
/** | ||
* Endpoint for add textfield configuration to cart | ||
* | ||
* @member {string} | ||
*/ | ||
addTextfieldConfigurationToCart?: string; | ||
/** | ||
* Endpoint for reading textfield configuration attached to the cart entry | ||
*/ | ||
readTextfieldConfigurationForCartEntry?: string; | ||
/** | ||
* Endpoint for reading textfield configuration attached to the order entry | ||
*/ | ||
readTextfieldConfigurationForOrderEntry?: string | OccEndpoint; | ||
/** | ||
* Endpoint for updating textfield configuration attached to the cart entry | ||
*/ | ||
updateTextfieldConfigurationForCartEntry?: string; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters