@matochmat/api-client 1.7.0-next.20 → 1.7.0-next.3
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/dist/index.cjs.js +0 -25
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -28
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/v2/customerQuote.d.ts +2 -12
- package/dist/v2/lunchFunctionality.d.ts +0 -12
- package/dist/v2/notice.d.ts +0 -38
- package/dist/v2/order.d.ts +0 -4
- package/dist/v2/subscriptionPeriod.d.ts +0 -46
- package/dist/v2/teamMember.d.ts +0 -53
- package/package.json +1 -1
- package/dist/v2/restaurantFunctionalityVisibilityType.d.ts +0 -30
- package/dist/v3/baseResponse.d.ts +0 -1
- package/dist/v3/crawlingConfiguration.d.ts +0 -11
- package/dist/v3/crawlingConfigurationModel.d.ts +0 -11
- package/dist/v3/crawlingConfigurationTextContentStrategyType.d.ts +0 -11
- package/dist/v3/customerQuote.d.ts +0 -11
- package/dist/v3/customerQuoteUploadConnection.d.ts +0 -11
- package/dist/v3/deliveryInfo.d.ts +0 -11
- package/dist/v3/displaySolutionV1Configuration.d.ts +0 -11
- package/dist/v3/integrationV1Configuration.d.ts +0 -11
- package/dist/v3/integrationV2Configuration.d.ts +0 -11
- package/dist/v3/lunchFunctionality.d.ts +0 -16
- package/dist/v3/notice.d.ts +0 -11
- package/dist/v3/openingHour.d.ts +0 -11
- package/dist/v3/order.d.ts +0 -17
- package/dist/v3/orderItem.d.ts +0 -11
- package/dist/v3/pdfV1Configuration.d.ts +0 -11
- package/dist/v3/pdfV1ConfigurationType.d.ts +0 -11
- package/dist/v3/pdfV2Configuration.d.ts +0 -11
- package/dist/v3/pdfV2ConfigurationType.d.ts +0 -11
- package/dist/v3/showcase.d.ts +0 -11
- package/dist/v3/showcasePositionType.d.ts +0 -11
- package/dist/v3/showcaseType.d.ts +0 -11
- package/dist/v3/tableBooking.d.ts +0 -11
- package/dist/v3/takeAway.d.ts +0 -11
- package/dist/v3/teamMember.d.ts +0 -11
- package/dist/v3/teamMemberUploadConnection.d.ts +0 -11
- package/dist/v3/upload.d.ts +0 -11
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2CrawlingConfigurationModelType } from '../v2/crawlingConfigurationModel';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2CrawlingConfigurationModelApiEndpointSlug as apiV3CrawlingConfigurationModelApiEndpointSlug } from '../v2/crawlingConfigurationModel';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the crawling configuration model endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3CrawlingConfigurationModelType = ApiV2CrawlingConfigurationModelType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for crawling configuration model items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3CrawlingConfigurationModelResponseType = ApiV3BaseResponseType<ApiV3CrawlingConfigurationModelType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2CrawlingConfigurationTextContentStrategyTypeType } from '../v2/crawlingConfigurationTextContentStrategyType';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug as apiV3CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug } from '../v2/crawlingConfigurationTextContentStrategyType';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the crawling configuration text content strategy type endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3CrawlingConfigurationTextContentStrategyTypeType = ApiV2CrawlingConfigurationTextContentStrategyTypeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for crawling configuration text content strategy type items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3CrawlingConfigurationTextContentStrategyTypeResponseType = ApiV3BaseResponseType<ApiV3CrawlingConfigurationTextContentStrategyTypeType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2CustomerQuoteType } from '../v2/customerQuote';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2CustomerQuoteApiEndpointSlug as apiV3CustomerQuoteApiEndpointSlug } from '../v2/customerQuote';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the customer quote endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3CustomerQuoteType = ApiV2CustomerQuoteType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for customer quotes items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3CustomerQuoteResponseType = ApiV3BaseResponseType<ApiV3CustomerQuoteType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2CustomerQuoteUploadConnectionType } from '../v2/customerQuoteUploadConnection';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2CustomerQuoteUploadConnectionApiEndpointSlug as apiV3CustomerQuoteUploadConnectionApiEndpointSlug } from '../v2/customerQuoteUploadConnection';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the customer quote upload connection endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3CustomerQuoteUploadConnectionType = ApiV2CustomerQuoteUploadConnectionType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for customer quote upload connection items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3UCustomerQuoteUploadConnectionResponseType = ApiV3BaseResponseType<ApiV3CustomerQuoteUploadConnectionType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2DeliveryInfoType } from '../v2/deliveryInfo';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2DeliveryInfoApiEndpointSlug as apiV3DeliveryInfoApiEndpointSlug } from '../v2/deliveryInfo';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the delivery info endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3DeliveryInfoType = ApiV2DeliveryInfoType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for delivery info items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3DeliveryInfoResponseType = ApiV3BaseResponseType<ApiV3DeliveryInfoType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2DisplaySolutionV1ConfigurationType } from '../v2/displaySolutionV1Configuration';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2DisplaySolutionV1ConfigurationApiEndpointSlug as apiV3DisplaySolutionV1ConfigurationApiEndpointSlug } from '../v2/displaySolutionV1Configuration';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the display solutions v1 configurations endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3DisplaySolutionV1ConfigurationType = ApiV2DisplaySolutionV1ConfigurationType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for display solutions v1 configurations.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3DisplaySolutionV1ConfigurationResponseType = ApiV3BaseResponseType<ApiV3DisplaySolutionV1ConfigurationType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2IntegrationV1ConfigurationType } from '../v2/integrationV1Configuration';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2IntegrationV1ConfigurationApiEndpointSlug as apiV3IntegrationV1ConfigurationApiEndpointSlug } from '../v2/integrationV1Configuration';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the integration v1 configurations endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3IntegrationV1ConfigurationType = ApiV2IntegrationV1ConfigurationType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for integration v1 configurations.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3IntegrationV1ConfigurationResponseType = ApiV3BaseResponseType<ApiV3IntegrationV1ConfigurationType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2IntegrationV2ConfigurationType } from '../v2/integrationV2Configuration';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2IntegrationV2ConfigurationApiEndpointSlug as apiV3IntegrationV2ConfigurationApiEndpointSlug } from '../v2/integrationV2Configuration';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the integration v2 configurations endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3IntegrationV2ConfigurationType = ApiV2IntegrationV2ConfigurationType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for integration v2 configurations.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3IntegrationV2ConfigurationResponseType = ApiV3BaseResponseType<ApiV3IntegrationV2ConfigurationType[], number>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ApiV2BaseResponseType } from '../v2/baseResponse';
|
|
2
|
-
import type { ApiV2LunchFunctionalityType } from '../v2/lunchFunctionality';
|
|
3
|
-
import type { ApiV3OpeningHourType } from '../v3/openingHour';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the lunch functionality endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3LunchFunctionalityType = Omit<ApiV2LunchFunctionalityType, 'openingHourList'> & {
|
|
8
|
-
/**
|
|
9
|
-
* List of opening hours for the lunch.
|
|
10
|
-
*/
|
|
11
|
-
openingHourList: ApiV3OpeningHourType[];
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* The API response type for lunch functionality.
|
|
15
|
-
*/
|
|
16
|
-
export type ApiV3LunchFunctionalityResponseType = ApiV2BaseResponseType<ApiV3LunchFunctionalityType[], number>;
|
package/dist/v3/notice.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2NoticeType } from '../v2/notice';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2NoticeApiEndpointSlug as apiV3NoticeApiEndpointSlug } from '../v2/notice';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the notice endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3NoticeType = ApiV2NoticeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for notice items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3NoticeResponseType = ApiV3BaseResponseType<ApiV3NoticeType[], number>;
|
package/dist/v3/openingHour.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2OpeningHourType } from '../v2/openingHour';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2OpeningHourApiEndpointSlug as apiV3OpeningHourApiEndpointSlug } from '../v2/openingHour';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the opening hour endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3OpeningHourType = ApiV2OpeningHourType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for opening hour items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3OpeningHourResponseType = ApiV3BaseResponseType<ApiV3OpeningHourType[], number>;
|
package/dist/v3/order.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ApiV2OrderType } from '../v2/order';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
import type { ApiV3OrderItemType } from '../v3/orderItem';
|
|
4
|
-
export { apiV2OrderApiEndpointSlug as apiV3OrderApiEndpointSlug } from '../v2/order';
|
|
5
|
-
/**
|
|
6
|
-
* Type for the individual array items in v3 of the API for the order endpoint.
|
|
7
|
-
*/
|
|
8
|
-
export type ApiV3OrderType = ApiV2OrderType & {
|
|
9
|
-
/**
|
|
10
|
-
* List of order items.
|
|
11
|
-
*/
|
|
12
|
-
orderItemList: ApiV3OrderItemType[];
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* The API response type for order items.
|
|
16
|
-
*/
|
|
17
|
-
export type ApiV3OrderResponseType = ApiV3BaseResponseType<ApiV3OrderType[], number>;
|
package/dist/v3/orderItem.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2OrderItemType } from '../v2/orderItem';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2OrderItemApiEndpointSlug as apiV3OrderItemApiEndpointSlug } from '../v2/orderItem';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the order item endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3OrderItemType = ApiV2OrderItemType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for order item items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3OrderItemResponseType = ApiV3BaseResponseType<ApiV3OrderItemType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2PdfV1ConfigurationType } from '../v2/pdfV1Configuration';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2PdfV1ConfigurationApiEndpointSlug as apiV3PdfV1ConfigurationApiEndpointSlug } from '../v2/pdfV1Configuration';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the PDF v1 configurations endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3PdfV1ConfigurationType = ApiV2PdfV1ConfigurationType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for PDF v1 configurations.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3PdfV1ConfigurationResponseType = ApiV3BaseResponseType<ApiV3PdfV1ConfigurationType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2PdfV1ConfigurationTypeType } from '../v2/pdfV1ConfigurationType';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2PdfV1ConfigurationTypeApiEndpointSlug as apiV3PdfV1ConfigurationTypeApiEndpointSlug } from '../v2/pdfV1ConfigurationType';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the PDF v1 configuration types endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3PdfV1ConfigurationTypeType = ApiV2PdfV1ConfigurationTypeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for PDF v1 configuration types.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3PdfV1ConfigurationTypeResponseType = ApiV3BaseResponseType<ApiV3PdfV1ConfigurationTypeType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2PdfV2ConfigurationType } from '../v2/pdfV2Configuration';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2PdfV2ConfigurationApiEndpointSlug as apiV3PdfV2ConfigurationApiEndpointSlug } from '../v2/pdfV2Configuration';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the PDF v2 configurations endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3PdfV2ConfigurationType = ApiV2PdfV2ConfigurationType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for PDF v2 configurations.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3PdfV2ConfigurationResponseType = ApiV3BaseResponseType<ApiV3PdfV2ConfigurationType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2PdfV2ConfigurationTypeType } from '../v2/pdfV2ConfigurationType';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2PdfV2ConfigurationTypeApiEndpointSlug as apiV3PdfV2ConfigurationTypeApiEndpointSlug } from '../v2/pdfV2ConfigurationType';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the PDF v2 configuration types endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3PdfV2ConfigurationTypeType = ApiV2PdfV2ConfigurationTypeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for PDF v2 configuration types.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3PdfV2ConfigurationTypeResponseType = ApiV3BaseResponseType<ApiV3PdfV2ConfigurationTypeType[], number>;
|
package/dist/v3/showcase.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2ShowcaseType } from '../v2/showcase';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2ShowcaseApiEndpointSlug as apiV3ShowcaseApiEndpointSlug } from '../v2/showcase';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the showcase endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3ShowcaseType = ApiV2ShowcaseType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for showcase items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3ShowcaseResponseType = ApiV3BaseResponseType<ApiV3ShowcaseType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2ShowcasePositionTypeType } from '../v2/showcasePositionType';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2ShowcasePositionTypeApiEndpointSlug as apiV3ShowcasePositionTypeApiEndpointSlug } from '../v2/showcasePositionType';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the showcase position type endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3ShowcasePositionTypeType = ApiV2ShowcasePositionTypeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for showcase position type items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3ShowcasePositionTypeResponseType = ApiV3BaseResponseType<ApiV3ShowcasePositionTypeType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2ShowcaseTypeType } from '../v2/showcaseType';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2ShowcaseTypeApiEndpointSlug as apiV3ShowcaseTypeApiEndpointSlug } from '../v2/showcaseType';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the showcase position type endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3ShowcaseTypeType = ApiV2ShowcaseTypeType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for showcase position type items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3ShowcaseTypeResponseType = ApiV3BaseResponseType<ApiV3ShowcaseTypeType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2TableBookingType } from '../v2/tableBooking';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2TableBookingApiEndpointSlug as apiV3TableBookingApiEndpointSlug } from '../v2/tableBooking';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the table booking endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3TableBookingType = ApiV2TableBookingType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for table booking items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3TableBookingResponseType = ApiV3BaseResponseType<ApiV3TableBookingType[], number>;
|
package/dist/v3/takeAway.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2TakeAwayType } from '../v2/takeAway';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2TakeAwayApiEndpointSlug as apiV3TakeAwayApiEndpointSlug } from '../v2/takeAway';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the take away endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3TakeAwayType = ApiV2TakeAwayType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for take away items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3TakeAwayResponseType = ApiV3BaseResponseType<ApiV3TakeAwayType[], number>;
|
package/dist/v3/teamMember.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2TeamMemberType } from '../v2/teamMember';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2TeamMemberApiEndpointSlug as apiV3TeamMemberApiEndpointSlug } from '../v2/teamMember';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the team member endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3TeamMemberType = ApiV2TeamMemberType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for team members items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3TeamMemberResponseType = ApiV3BaseResponseType<ApiV3TeamMemberType[], number>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2TeamMemberUploadConnectionType } from '../v2/teamMemberUploadConnection';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2TeamMemberUploadConnectionApiEndpointSlug as apiV3TeamMemberUploadConnectionApiEndpointSlug } from '../v2/teamMemberUploadConnection';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the team member upload connection endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3TeamMemberUploadConnectionType = ApiV2TeamMemberUploadConnectionType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for team member upload connection items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3UTeamMemberUploadConnectionResponseType = ApiV3BaseResponseType<ApiV3TeamMemberUploadConnectionType[], number>;
|
package/dist/v3/upload.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { ApiV2UploadType } from '../v2/upload';
|
|
2
|
-
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2UploadsApiEndpointSlug as apiV3UploadApiEndpointSlug } from '../v2/upload';
|
|
4
|
-
/**
|
|
5
|
-
* Type for the individual array items in v3 of the API for the upload endpoint.
|
|
6
|
-
*/
|
|
7
|
-
export type ApiV3UploadType = ApiV2UploadType;
|
|
8
|
-
/**
|
|
9
|
-
* The API response type for upload items.
|
|
10
|
-
*/
|
|
11
|
-
export type ApiV3UploadResponseType = ApiV3BaseResponseType<ApiV3UploadType[], number>;
|