@compassdigital/sdk.typescript 4.128.0 → 4.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -1
- package/lib/index.js +591 -591
- package/lib/interface/ai.d.ts +12 -8
- package/lib/interface/ai.d.ts.map +1 -1
- package/lib/interface/centricos.d.ts +13 -12
- package/lib/interface/centricos.d.ts.map +1 -1
- package/lib/interface/consumer.d.ts +12 -12
- package/lib/interface/consumer.d.ts.map +1 -1
- package/lib/interface/discount.d.ts +12 -12
- package/lib/interface/discount.d.ts.map +1 -1
- package/lib/interface/frictionless.d.ts +0 -5
- package/lib/interface/frictionless.d.ts.map +1 -1
- package/lib/interface/menu.d.ts +13 -0
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/review.d.ts +13 -8
- package/lib/interface/review.d.ts.map +1 -1
- package/lib/interface/shoppingcart.d.ts +4 -1
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/lib/interface/tax.d.ts +11 -11
- package/lib/interface/tax.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +591 -591
- package/src/interface/ai.ts +19 -9
- package/src/interface/centricos.ts +21 -17
- package/src/interface/consumer.ts +19 -13
- package/src/interface/discount.ts +19 -14
- package/src/interface/frictionless.ts +0 -6
- package/src/interface/menu.ts +13 -0
- package/src/interface/review.ts +20 -8
- package/src/interface/shoppingcart.ts +4 -1
- package/src/interface/tax.ts +17 -11
- package/test/client.test.ts +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -4832,7 +4832,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
4832
4832
|
*/
|
|
4833
4833
|
post_discount(body: PostDiscountBody, options?: RequestOptions): ResponsePromise<PostDiscountResponse>;
|
|
4834
4834
|
/**
|
|
4835
|
-
* GET /discount/all - Get all
|
|
4835
|
+
* GET /discount/all - Get all discounts
|
|
4836
4836
|
*
|
|
4837
4837
|
* @param options - additional request options
|
|
4838
4838
|
*/
|