@teemill/platform 0.36.0 → 0.38.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/README.md +3 -2
- package/api.ts +10 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +57 -48
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +57 -48
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/Customer.md +2 -0
- package/docs/Enquiry.md +2 -0
- package/docs/EnquiryTracking.md +28 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/platform@0.
|
|
1
|
+
## @teemill/platform@0.38.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @teemill/platform@0.
|
|
39
|
+
npm install @teemill/platform@0.38.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -136,6 +136,7 @@ Class | Method | HTTP request | Description
|
|
|
136
136
|
- [Enquiry](docs/Enquiry.md)
|
|
137
137
|
- [EnquiryExtraInputsInner](docs/EnquiryExtraInputsInner.md)
|
|
138
138
|
- [EnquiryExtraInputsInnerValue](docs/EnquiryExtraInputsInnerValue.md)
|
|
139
|
+
- [EnquiryTracking](docs/EnquiryTracking.md)
|
|
139
140
|
- [ExportOrders202Response](docs/ExportOrders202Response.md)
|
|
140
141
|
- [Fulfiller](docs/Fulfiller.md)
|
|
141
142
|
- [FulfillerLocation](docs/FulfillerLocation.md)
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Platform API
|
|
5
5
|
* Manage Your podOS platform
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.38.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -294,6 +294,7 @@ export interface Customer {
|
|
|
294
294
|
'gender': string | null;
|
|
295
295
|
'country': string | null;
|
|
296
296
|
'statistics': Statistics;
|
|
297
|
+
'shippingAddress'?: Address;
|
|
297
298
|
}
|
|
298
299
|
export interface CustomersResponse {
|
|
299
300
|
'customers': Array<Customer>;
|
|
@@ -375,6 +376,7 @@ export interface Enquiry {
|
|
|
375
376
|
* The unique id of the user who owns the enquiry
|
|
376
377
|
*/
|
|
377
378
|
'owner': string | null;
|
|
379
|
+
'tracking': EnquiryTracking;
|
|
378
380
|
}
|
|
379
381
|
|
|
380
382
|
export const EnquiryStatusEnum = {
|
|
@@ -395,6 +397,13 @@ export interface EnquiryExtraInputsInner {
|
|
|
395
397
|
*/
|
|
396
398
|
export type EnquiryExtraInputsInnerValue = Array<string | null> | string;
|
|
397
399
|
|
|
400
|
+
export interface EnquiryTracking {
|
|
401
|
+
'utmSource': string | null;
|
|
402
|
+
'utmMedium': string | null;
|
|
403
|
+
'utmCampaign': string | null;
|
|
404
|
+
'utmTerm': string | null;
|
|
405
|
+
'utmContent': string | null;
|
|
406
|
+
}
|
|
398
407
|
export interface ExportOrders202Response {
|
|
399
408
|
/**
|
|
400
409
|
* A message describing the export status
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Platform API
|
|
3
3
|
* Manage Your podOS platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -276,6 +276,7 @@ export interface Customer {
|
|
|
276
276
|
'gender': string | null;
|
|
277
277
|
'country': string | null;
|
|
278
278
|
'statistics': Statistics;
|
|
279
|
+
'shippingAddress'?: Address;
|
|
279
280
|
}
|
|
280
281
|
export interface CustomersResponse {
|
|
281
282
|
'customers': Array<Customer>;
|
|
@@ -356,6 +357,7 @@ export interface Enquiry {
|
|
|
356
357
|
* The unique id of the user who owns the enquiry
|
|
357
358
|
*/
|
|
358
359
|
'owner': string | null;
|
|
360
|
+
'tracking': EnquiryTracking;
|
|
359
361
|
}
|
|
360
362
|
export declare const EnquiryStatusEnum: {
|
|
361
363
|
readonly New: "New";
|
|
@@ -372,6 +374,13 @@ export interface EnquiryExtraInputsInner {
|
|
|
372
374
|
* @type EnquiryExtraInputsInnerValue
|
|
373
375
|
*/
|
|
374
376
|
export type EnquiryExtraInputsInnerValue = Array<string | null> | string;
|
|
377
|
+
export interface EnquiryTracking {
|
|
378
|
+
'utmSource': string | null;
|
|
379
|
+
'utmMedium': string | null;
|
|
380
|
+
'utmCampaign': string | null;
|
|
381
|
+
'utmTerm': string | null;
|
|
382
|
+
'utmContent': string | null;
|
|
383
|
+
}
|
|
375
384
|
export interface ExportOrders202Response {
|
|
376
385
|
/**
|
|
377
386
|
* A message describing the export status
|
|
@@ -1341,7 +1350,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1341
1350
|
* @param {*} [options] Override http request option.
|
|
1342
1351
|
* @throws {RequiredError}
|
|
1343
1352
|
*/
|
|
1344
|
-
exportCustomers(requestParameters: CustomersApiExportCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1353
|
+
exportCustomers(requestParameters: CustomersApiExportCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
1345
1354
|
/**
|
|
1346
1355
|
* Get a customer for a platform by a given customer ID.
|
|
1347
1356
|
* @summary Get customer
|
|
@@ -1349,7 +1358,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1349
1358
|
* @param {*} [options] Override http request option.
|
|
1350
1359
|
* @throws {RequiredError}
|
|
1351
1360
|
*/
|
|
1352
|
-
getCustomer(requestParameters: CustomersApiGetCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Customer, any>>;
|
|
1361
|
+
getCustomer(requestParameters: CustomersApiGetCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Customer, any, {}>>;
|
|
1353
1362
|
/**
|
|
1354
1363
|
* List customer tags
|
|
1355
1364
|
* @summary List customer tags
|
|
@@ -1357,7 +1366,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1357
1366
|
* @param {*} [options] Override http request option.
|
|
1358
1367
|
* @throws {RequiredError}
|
|
1359
1368
|
*/
|
|
1360
|
-
listCustomerTags(requestParameters: CustomersApiListCustomerTagsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerTags200Response, any>>;
|
|
1369
|
+
listCustomerTags(requestParameters: CustomersApiListCustomerTagsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerTags200Response, any, {}>>;
|
|
1361
1370
|
/**
|
|
1362
1371
|
* List customers for a platform
|
|
1363
1372
|
* @summary List customers
|
|
@@ -1365,7 +1374,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1365
1374
|
* @param {*} [options] Override http request option.
|
|
1366
1375
|
* @throws {RequiredError}
|
|
1367
1376
|
*/
|
|
1368
|
-
listCustomers(requestParameters: CustomersApiListCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomersResponse, any>>;
|
|
1377
|
+
listCustomers(requestParameters: CustomersApiListCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomersResponse, any, {}>>;
|
|
1369
1378
|
}
|
|
1370
1379
|
export declare const ExportCustomersSortByEnum: {
|
|
1371
1380
|
readonly LifetimeValue: "+lifetimeValue";
|
|
@@ -1513,7 +1522,7 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
1513
1522
|
* @param {*} [options] Override http request option.
|
|
1514
1523
|
* @throws {RequiredError}
|
|
1515
1524
|
*/
|
|
1516
|
-
getDashboard(requestParameters: DashboardApiGetDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any>>;
|
|
1525
|
+
getDashboard(requestParameters: DashboardApiGetDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any, {}>>;
|
|
1517
1526
|
/**
|
|
1518
1527
|
*
|
|
1519
1528
|
* @summary Save the platform\'s dashboard
|
|
@@ -1521,7 +1530,7 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
1521
1530
|
* @param {*} [options] Override http request option.
|
|
1522
1531
|
* @throws {RequiredError}
|
|
1523
1532
|
*/
|
|
1524
|
-
saveDashboard(requestParameters: DashboardApiSaveDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any>>;
|
|
1533
|
+
saveDashboard(requestParameters: DashboardApiSaveDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any, {}>>;
|
|
1525
1534
|
}
|
|
1526
1535
|
/**
|
|
1527
1536
|
* EnquiriesApi - axios parameter creator
|
|
@@ -1804,7 +1813,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1804
1813
|
* @param {*} [options] Override http request option.
|
|
1805
1814
|
* @throws {RequiredError}
|
|
1806
1815
|
*/
|
|
1807
|
-
createChatChannel(requestParameters: EnquiriesApiCreateChatChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChatChannel200Response, any>>;
|
|
1816
|
+
createChatChannel(requestParameters: EnquiriesApiCreateChatChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChatChannel200Response, any, {}>>;
|
|
1808
1817
|
/**
|
|
1809
1818
|
* Get a customer enquiry
|
|
1810
1819
|
* @summary Get customer enquiry
|
|
@@ -1812,7 +1821,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1812
1821
|
* @param {*} [options] Override http request option.
|
|
1813
1822
|
* @throws {RequiredError}
|
|
1814
1823
|
*/
|
|
1815
|
-
getCustomerEnquiry(requestParameters: EnquiriesApiGetCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any>>;
|
|
1824
|
+
getCustomerEnquiry(requestParameters: EnquiriesApiGetCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any, {}>>;
|
|
1816
1825
|
/**
|
|
1817
1826
|
* List customer enquiries
|
|
1818
1827
|
* @summary List customer enquiries
|
|
@@ -1820,7 +1829,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1820
1829
|
* @param {*} [options] Override http request option.
|
|
1821
1830
|
* @throws {RequiredError}
|
|
1822
1831
|
*/
|
|
1823
|
-
listCustomerEnquiries(requestParameters: EnquiriesApiListCustomerEnquiriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiries200Response, any>>;
|
|
1832
|
+
listCustomerEnquiries(requestParameters: EnquiriesApiListCustomerEnquiriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiries200Response, any, {}>>;
|
|
1824
1833
|
/**
|
|
1825
1834
|
* Lists all customer enquiry Logs
|
|
1826
1835
|
* @summary List customer enquiry Logs
|
|
@@ -1828,7 +1837,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1828
1837
|
* @param {*} [options] Override http request option.
|
|
1829
1838
|
* @throws {RequiredError}
|
|
1830
1839
|
*/
|
|
1831
|
-
listCustomerEnquiryLogs(requestParameters: EnquiriesApiListCustomerEnquiryLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiryLogs200Response, any>>;
|
|
1840
|
+
listCustomerEnquiryLogs(requestParameters: EnquiriesApiListCustomerEnquiryLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiryLogs200Response, any, {}>>;
|
|
1832
1841
|
/**
|
|
1833
1842
|
* Update a customer enquiry
|
|
1834
1843
|
* @summary Update customer enquiry
|
|
@@ -1836,7 +1845,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1836
1845
|
* @param {*} [options] Override http request option.
|
|
1837
1846
|
* @throws {RequiredError}
|
|
1838
1847
|
*/
|
|
1839
|
-
updateCustomerEnquiry(requestParameters: EnquiriesApiUpdateCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any>>;
|
|
1848
|
+
updateCustomerEnquiry(requestParameters: EnquiriesApiUpdateCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any, {}>>;
|
|
1840
1849
|
}
|
|
1841
1850
|
/**
|
|
1842
1851
|
* OrdersApi - axios parameter creator
|
|
@@ -2524,7 +2533,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2524
2533
|
* @param {*} [options] Override http request option.
|
|
2525
2534
|
* @throws {RequiredError}
|
|
2526
2535
|
*/
|
|
2527
|
-
amendOrder(requestParameters: OrdersApiAmendOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2536
|
+
amendOrder(requestParameters: OrdersApiAmendOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2528
2537
|
/**
|
|
2529
2538
|
*
|
|
2530
2539
|
* @summary Confirm order
|
|
@@ -2532,7 +2541,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2532
2541
|
* @param {*} [options] Override http request option.
|
|
2533
2542
|
* @throws {RequiredError}
|
|
2534
2543
|
*/
|
|
2535
|
-
confirmOrder(requestParameters: OrdersApiConfirmOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2544
|
+
confirmOrder(requestParameters: OrdersApiConfirmOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2536
2545
|
/**
|
|
2537
2546
|
*
|
|
2538
2547
|
* @summary Create order
|
|
@@ -2540,7 +2549,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2540
2549
|
* @param {*} [options] Override http request option.
|
|
2541
2550
|
* @throws {RequiredError}
|
|
2542
2551
|
*/
|
|
2543
|
-
createOrder(requestParameters: OrdersApiCreateOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2552
|
+
createOrder(requestParameters: OrdersApiCreateOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2544
2553
|
/**
|
|
2545
2554
|
* Export orders as a CSV file
|
|
2546
2555
|
* @summary Export orders
|
|
@@ -2548,7 +2557,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2548
2557
|
* @param {*} [options] Override http request option.
|
|
2549
2558
|
* @throws {RequiredError}
|
|
2550
2559
|
*/
|
|
2551
|
-
exportOrders(requestParameters: OrdersApiExportOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2560
|
+
exportOrders(requestParameters: OrdersApiExportOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2552
2561
|
/**
|
|
2553
2562
|
* Get a fulfillment for a platform by a given fulfillment ID.
|
|
2554
2563
|
* @summary Get fulfillment
|
|
@@ -2556,7 +2565,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2556
2565
|
* @param {*} [options] Override http request option.
|
|
2557
2566
|
* @throws {RequiredError}
|
|
2558
2567
|
*/
|
|
2559
|
-
getFulfillment(requestParameters: OrdersApiGetFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any>>;
|
|
2568
|
+
getFulfillment(requestParameters: OrdersApiGetFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any, {}>>;
|
|
2560
2569
|
/**
|
|
2561
2570
|
* Get an order for a platform by a given order ID.
|
|
2562
2571
|
* @summary Get order
|
|
@@ -2564,7 +2573,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2564
2573
|
* @param {*} [options] Override http request option.
|
|
2565
2574
|
* @throws {RequiredError}
|
|
2566
2575
|
*/
|
|
2567
|
-
getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2576
|
+
getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2568
2577
|
/**
|
|
2569
2578
|
* Get an order receipt for a platform by a given order ID.
|
|
2570
2579
|
* @summary Get order receipt
|
|
@@ -2572,7 +2581,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2572
2581
|
* @param {*} [options] Override http request option.
|
|
2573
2582
|
* @throws {RequiredError}
|
|
2574
2583
|
*/
|
|
2575
|
-
getOrderReceipt(requestParameters: OrdersApiGetOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2584
|
+
getOrderReceipt(requestParameters: OrdersApiGetOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2576
2585
|
/**
|
|
2577
2586
|
* List available fulfillers for a given fulfillment
|
|
2578
2587
|
* @summary List available fulfillers
|
|
@@ -2580,7 +2589,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2580
2589
|
* @param {*} [options] Override http request option.
|
|
2581
2590
|
* @throws {RequiredError}
|
|
2582
2591
|
*/
|
|
2583
|
-
listAvailableFulfillers(requestParameters: OrdersApiListAvailableFulfillersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FulfillersResponse, any>>;
|
|
2592
|
+
listAvailableFulfillers(requestParameters: OrdersApiListAvailableFulfillersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FulfillersResponse, any, {}>>;
|
|
2584
2593
|
/**
|
|
2585
2594
|
* Lists all orders placed on projects belonging to this platform, paginated into configurable chunks.
|
|
2586
2595
|
* @summary List orders
|
|
@@ -2588,7 +2597,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2588
2597
|
* @param {*} [options] Override http request option.
|
|
2589
2598
|
* @throws {RequiredError}
|
|
2590
2599
|
*/
|
|
2591
|
-
listOrders(requestParameters: OrdersApiListOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrdersResponse, any>>;
|
|
2600
|
+
listOrders(requestParameters: OrdersApiListOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrdersResponse, any, {}>>;
|
|
2592
2601
|
/**
|
|
2593
2602
|
* Retries failed platform payment, so fulfillment can proceed.
|
|
2594
2603
|
* @summary Retry
|
|
@@ -2596,7 +2605,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2596
2605
|
* @param {*} [options] Override http request option.
|
|
2597
2606
|
* @throws {RequiredError}
|
|
2598
2607
|
*/
|
|
2599
|
-
retryPlatformPayment(requestParameters: OrdersApiRetryPlatformPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2608
|
+
retryPlatformPayment(requestParameters: OrdersApiRetryPlatformPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2600
2609
|
/**
|
|
2601
2610
|
*
|
|
2602
2611
|
* @summary Return the contents of an order for a refund or exchange
|
|
@@ -2604,7 +2613,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2604
2613
|
* @param {*} [options] Override http request option.
|
|
2605
2614
|
* @throws {RequiredError}
|
|
2606
2615
|
*/
|
|
2607
|
-
returnOrder(requestParameters: OrdersApiReturnOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2616
|
+
returnOrder(requestParameters: OrdersApiReturnOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2608
2617
|
/**
|
|
2609
2618
|
* Send an order receipt to the customer. A receipt is automatically sent when an order is paid for, so this would be to resend that receipt. Note that this is only available for website orders.
|
|
2610
2619
|
* @summary Send order receipt
|
|
@@ -2612,7 +2621,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2612
2621
|
* @param {*} [options] Override http request option.
|
|
2613
2622
|
* @throws {RequiredError}
|
|
2614
2623
|
*/
|
|
2615
|
-
sendOrderReceipt(requestParameters: OrdersApiSendOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2624
|
+
sendOrderReceipt(requestParameters: OrdersApiSendOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2616
2625
|
/**
|
|
2617
2626
|
* Update a fulfillment that belongs to an order placed through the platform
|
|
2618
2627
|
* @summary Update fulfillment
|
|
@@ -2620,7 +2629,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2620
2629
|
* @param {*} [options] Override http request option.
|
|
2621
2630
|
* @throws {RequiredError}
|
|
2622
2631
|
*/
|
|
2623
|
-
updateFulfillment(requestParameters: OrdersApiUpdateFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any>>;
|
|
2632
|
+
updateFulfillment(requestParameters: OrdersApiUpdateFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any, {}>>;
|
|
2624
2633
|
}
|
|
2625
2634
|
export declare const ListOrdersDateFilterTypeEnum: {
|
|
2626
2635
|
readonly CreatedAt: "createdAt";
|
|
@@ -2753,7 +2762,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2753
2762
|
* @param {*} [options] Override http request option.
|
|
2754
2763
|
* @throws {RequiredError}
|
|
2755
2764
|
*/
|
|
2756
|
-
authorizeStripe(requestParameters: PaymentApiAuthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthorizeStripe200Response, any>>;
|
|
2765
|
+
authorizeStripe(requestParameters: PaymentApiAuthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthorizeStripe200Response, any, {}>>;
|
|
2757
2766
|
/**
|
|
2758
2767
|
* Deauthorize a Stripe payment account
|
|
2759
2768
|
* @summary Deauthorize Stripe
|
|
@@ -2761,7 +2770,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2761
2770
|
* @param {*} [options] Override http request option.
|
|
2762
2771
|
* @throws {RequiredError}
|
|
2763
2772
|
*/
|
|
2764
|
-
deauthorizeStripe(requestParameters: PaymentApiDeauthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2773
|
+
deauthorizeStripe(requestParameters: PaymentApiDeauthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2765
2774
|
/**
|
|
2766
2775
|
* Get the Stripe payment account for the project
|
|
2767
2776
|
* @summary Get Stripe Payment Account
|
|
@@ -2769,7 +2778,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2769
2778
|
* @param {*} [options] Override http request option.
|
|
2770
2779
|
* @throws {RequiredError}
|
|
2771
2780
|
*/
|
|
2772
|
-
getStripePaymentAccount(requestParameters: PaymentApiGetStripePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccount, any>>;
|
|
2781
|
+
getStripePaymentAccount(requestParameters: PaymentApiGetStripePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccount, any, {}>>;
|
|
2773
2782
|
}
|
|
2774
2783
|
/**
|
|
2775
2784
|
* PixelsApi - axios parameter creator
|
|
@@ -3052,7 +3061,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3052
3061
|
* @param {*} [options] Override http request option.
|
|
3053
3062
|
* @throws {RequiredError}
|
|
3054
3063
|
*/
|
|
3055
|
-
createPixel(requestParameters: PixelsApiCreatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3064
|
+
createPixel(requestParameters: PixelsApiCreatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3056
3065
|
/**
|
|
3057
3066
|
* Delete a pixel
|
|
3058
3067
|
* @summary Delete a pixel
|
|
@@ -3060,7 +3069,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3060
3069
|
* @param {*} [options] Override http request option.
|
|
3061
3070
|
* @throws {RequiredError}
|
|
3062
3071
|
*/
|
|
3063
|
-
deletePixel(requestParameters: PixelsApiDeletePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3072
|
+
deletePixel(requestParameters: PixelsApiDeletePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3064
3073
|
/**
|
|
3065
3074
|
* Get a pixel for a platform by a given pixel ID.
|
|
3066
3075
|
* @summary Get pixel
|
|
@@ -3068,7 +3077,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3068
3077
|
* @param {*} [options] Override http request option.
|
|
3069
3078
|
* @throws {RequiredError}
|
|
3070
3079
|
*/
|
|
3071
|
-
getPixel(requestParameters: PixelsApiGetPixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3080
|
+
getPixel(requestParameters: PixelsApiGetPixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3072
3081
|
/**
|
|
3073
3082
|
* List pixels for a platform
|
|
3074
3083
|
* @summary List pixels
|
|
@@ -3076,7 +3085,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3076
3085
|
* @param {*} [options] Override http request option.
|
|
3077
3086
|
* @throws {RequiredError}
|
|
3078
3087
|
*/
|
|
3079
|
-
listPixels(requestParameters: PixelsApiListPixelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PixelsResponse, any>>;
|
|
3088
|
+
listPixels(requestParameters: PixelsApiListPixelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PixelsResponse, any, {}>>;
|
|
3080
3089
|
/**
|
|
3081
3090
|
* Update a pixel
|
|
3082
3091
|
* @summary Update a pixel
|
|
@@ -3084,7 +3093,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3084
3093
|
* @param {*} [options] Override http request option.
|
|
3085
3094
|
* @throws {RequiredError}
|
|
3086
3095
|
*/
|
|
3087
|
-
updatePixel(requestParameters: PixelsApiUpdatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3096
|
+
updatePixel(requestParameters: PixelsApiUpdatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3088
3097
|
}
|
|
3089
3098
|
/**
|
|
3090
3099
|
* PlatformApi - axios parameter creator
|
|
@@ -3397,7 +3406,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3397
3406
|
* @param {*} [options] Override http request option.
|
|
3398
3407
|
* @throws {RequiredError}
|
|
3399
3408
|
*/
|
|
3400
|
-
createClientDomain(requestParameters: PlatformApiCreateClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any>>;
|
|
3409
|
+
createClientDomain(requestParameters: PlatformApiCreateClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any, {}>>;
|
|
3401
3410
|
/**
|
|
3402
3411
|
* Create a new platform domain
|
|
3403
3412
|
* @summary Create a platform domain
|
|
@@ -3405,7 +3414,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3405
3414
|
* @param {*} [options] Override http request option.
|
|
3406
3415
|
* @throws {RequiredError}
|
|
3407
3416
|
*/
|
|
3408
|
-
createDomain(requestParameters: PlatformApiCreateDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any>>;
|
|
3417
|
+
createDomain(requestParameters: PlatformApiCreateDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any, {}>>;
|
|
3409
3418
|
/**
|
|
3410
3419
|
* Delete an existing client platform domain
|
|
3411
3420
|
* @summary Delete a platform client domain
|
|
@@ -3413,7 +3422,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3413
3422
|
* @param {*} [options] Override http request option.
|
|
3414
3423
|
* @throws {RequiredError}
|
|
3415
3424
|
*/
|
|
3416
|
-
deleteClientDomain(requestParameters: PlatformApiDeleteClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3425
|
+
deleteClientDomain(requestParameters: PlatformApiDeleteClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3417
3426
|
/**
|
|
3418
3427
|
* Delete an existing platform domain
|
|
3419
3428
|
* @summary Delete a platform domain
|
|
@@ -3421,7 +3430,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3421
3430
|
* @param {*} [options] Override http request option.
|
|
3422
3431
|
* @throws {RequiredError}
|
|
3423
3432
|
*/
|
|
3424
|
-
deleteDomain(requestParameters: PlatformApiDeleteDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3433
|
+
deleteDomain(requestParameters: PlatformApiDeleteDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3425
3434
|
/**
|
|
3426
3435
|
*
|
|
3427
3436
|
* @summary Get platform details
|
|
@@ -3429,7 +3438,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3429
3438
|
* @param {*} [options] Override http request option.
|
|
3430
3439
|
* @throws {RequiredError}
|
|
3431
3440
|
*/
|
|
3432
|
-
getPlatform(requestParameters: PlatformApiGetPlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any>>;
|
|
3441
|
+
getPlatform(requestParameters: PlatformApiGetPlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any, {}>>;
|
|
3433
3442
|
/**
|
|
3434
3443
|
* List the client domains attached to a platform
|
|
3435
3444
|
* @summary List platform client domains
|
|
@@ -3437,7 +3446,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3437
3446
|
* @param {*} [options] Override http request option.
|
|
3438
3447
|
* @throws {RequiredError}
|
|
3439
3448
|
*/
|
|
3440
|
-
listClientDomains(requestParameters: PlatformApiListClientDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any>>;
|
|
3449
|
+
listClientDomains(requestParameters: PlatformApiListClientDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any, {}>>;
|
|
3441
3450
|
/**
|
|
3442
3451
|
* List the domains attached to a platform
|
|
3443
3452
|
* @summary List platform domains
|
|
@@ -3445,7 +3454,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3445
3454
|
* @param {*} [options] Override http request option.
|
|
3446
3455
|
* @throws {RequiredError}
|
|
3447
3456
|
*/
|
|
3448
|
-
listDomains(requestParameters: PlatformApiListDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any>>;
|
|
3457
|
+
listDomains(requestParameters: PlatformApiListDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any, {}>>;
|
|
3449
3458
|
/**
|
|
3450
3459
|
*
|
|
3451
3460
|
* @summary Update platform
|
|
@@ -3453,7 +3462,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3453
3462
|
* @param {*} [options] Override http request option.
|
|
3454
3463
|
* @throws {RequiredError}
|
|
3455
3464
|
*/
|
|
3456
|
-
updatePlatform(requestParameters: PlatformApiUpdatePlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any>>;
|
|
3465
|
+
updatePlatform(requestParameters: PlatformApiUpdatePlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any, {}>>;
|
|
3457
3466
|
}
|
|
3458
3467
|
/**
|
|
3459
3468
|
* ReviewsApi - axios parameter creator
|
|
@@ -3778,7 +3787,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3778
3787
|
* @param {*} [options] Override http request option.
|
|
3779
3788
|
* @throws {RequiredError}
|
|
3780
3789
|
*/
|
|
3781
|
-
createReview(requestParameters: ReviewsApiCreateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReview201Response, any>>;
|
|
3790
|
+
createReview(requestParameters: ReviewsApiCreateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReview201Response, any, {}>>;
|
|
3782
3791
|
/**
|
|
3783
3792
|
* Export reviews as a CSV file.
|
|
3784
3793
|
* @summary Export reviews
|
|
@@ -3786,7 +3795,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3786
3795
|
* @param {*} [options] Override http request option.
|
|
3787
3796
|
* @throws {RequiredError}
|
|
3788
3797
|
*/
|
|
3789
|
-
exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
3798
|
+
exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
3790
3799
|
/**
|
|
3791
3800
|
* Get a review left on a platform by a given review ID.
|
|
3792
3801
|
* @summary Get review
|
|
@@ -3794,7 +3803,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3794
3803
|
* @param {*} [options] Override http request option.
|
|
3795
3804
|
* @throws {RequiredError}
|
|
3796
3805
|
*/
|
|
3797
|
-
getReview(requestParameters: ReviewsApiGetReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any>>;
|
|
3806
|
+
getReview(requestParameters: ReviewsApiGetReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any, {}>>;
|
|
3798
3807
|
/**
|
|
3799
3808
|
* List reviews left on projects belonging to this platform, paginated into configurable chunks.
|
|
3800
3809
|
* @summary List reviews
|
|
@@ -3802,7 +3811,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3802
3811
|
* @param {*} [options] Override http request option.
|
|
3803
3812
|
* @throws {RequiredError}
|
|
3804
3813
|
*/
|
|
3805
|
-
listReviews(requestParameters: ReviewsApiListReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReviewsResponse, any>>;
|
|
3814
|
+
listReviews(requestParameters: ReviewsApiListReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReviewsResponse, any, {}>>;
|
|
3806
3815
|
/**
|
|
3807
3816
|
* Moderate a review left on a platform.
|
|
3808
3817
|
* @summary Moderate review
|
|
@@ -3810,7 +3819,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3810
3819
|
* @param {*} [options] Override http request option.
|
|
3811
3820
|
* @throws {RequiredError}
|
|
3812
3821
|
*/
|
|
3813
|
-
moderateReview(requestParameters: ReviewsApiModerateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any>>;
|
|
3822
|
+
moderateReview(requestParameters: ReviewsApiModerateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any, {}>>;
|
|
3814
3823
|
}
|
|
3815
3824
|
/**
|
|
3816
3825
|
* TermsApi - axios parameter creator
|
|
@@ -3922,7 +3931,7 @@ export declare class TermsApi extends BaseAPI {
|
|
|
3922
3931
|
* @param {*} [options] Override http request option.
|
|
3923
3932
|
* @throws {RequiredError}
|
|
3924
3933
|
*/
|
|
3925
|
-
getTerms(requestParameters: TermsApiGetTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any>>;
|
|
3934
|
+
getTerms(requestParameters: TermsApiGetTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any, {}>>;
|
|
3926
3935
|
/**
|
|
3927
3936
|
*
|
|
3928
3937
|
* @summary Save the platform\'s terms
|
|
@@ -3930,5 +3939,5 @@ export declare class TermsApi extends BaseAPI {
|
|
|
3930
3939
|
* @param {*} [options] Override http request option.
|
|
3931
3940
|
* @throws {RequiredError}
|
|
3932
3941
|
*/
|
|
3933
|
-
saveTerms(requestParameters: TermsApiSaveTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any>>;
|
|
3942
|
+
saveTerms(requestParameters: TermsApiSaveTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any, {}>>;
|
|
3934
3943
|
}
|
package/dist/api.js
CHANGED
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/esm/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Platform API
|
|
3
3
|
* Manage Your podOS platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.38.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -276,6 +276,7 @@ export interface Customer {
|
|
|
276
276
|
'gender': string | null;
|
|
277
277
|
'country': string | null;
|
|
278
278
|
'statistics': Statistics;
|
|
279
|
+
'shippingAddress'?: Address;
|
|
279
280
|
}
|
|
280
281
|
export interface CustomersResponse {
|
|
281
282
|
'customers': Array<Customer>;
|
|
@@ -356,6 +357,7 @@ export interface Enquiry {
|
|
|
356
357
|
* The unique id of the user who owns the enquiry
|
|
357
358
|
*/
|
|
358
359
|
'owner': string | null;
|
|
360
|
+
'tracking': EnquiryTracking;
|
|
359
361
|
}
|
|
360
362
|
export declare const EnquiryStatusEnum: {
|
|
361
363
|
readonly New: "New";
|
|
@@ -372,6 +374,13 @@ export interface EnquiryExtraInputsInner {
|
|
|
372
374
|
* @type EnquiryExtraInputsInnerValue
|
|
373
375
|
*/
|
|
374
376
|
export type EnquiryExtraInputsInnerValue = Array<string | null> | string;
|
|
377
|
+
export interface EnquiryTracking {
|
|
378
|
+
'utmSource': string | null;
|
|
379
|
+
'utmMedium': string | null;
|
|
380
|
+
'utmCampaign': string | null;
|
|
381
|
+
'utmTerm': string | null;
|
|
382
|
+
'utmContent': string | null;
|
|
383
|
+
}
|
|
375
384
|
export interface ExportOrders202Response {
|
|
376
385
|
/**
|
|
377
386
|
* A message describing the export status
|
|
@@ -1341,7 +1350,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1341
1350
|
* @param {*} [options] Override http request option.
|
|
1342
1351
|
* @throws {RequiredError}
|
|
1343
1352
|
*/
|
|
1344
|
-
exportCustomers(requestParameters: CustomersApiExportCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
1353
|
+
exportCustomers(requestParameters: CustomersApiExportCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
1345
1354
|
/**
|
|
1346
1355
|
* Get a customer for a platform by a given customer ID.
|
|
1347
1356
|
* @summary Get customer
|
|
@@ -1349,7 +1358,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1349
1358
|
* @param {*} [options] Override http request option.
|
|
1350
1359
|
* @throws {RequiredError}
|
|
1351
1360
|
*/
|
|
1352
|
-
getCustomer(requestParameters: CustomersApiGetCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Customer, any>>;
|
|
1361
|
+
getCustomer(requestParameters: CustomersApiGetCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Customer, any, {}>>;
|
|
1353
1362
|
/**
|
|
1354
1363
|
* List customer tags
|
|
1355
1364
|
* @summary List customer tags
|
|
@@ -1357,7 +1366,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1357
1366
|
* @param {*} [options] Override http request option.
|
|
1358
1367
|
* @throws {RequiredError}
|
|
1359
1368
|
*/
|
|
1360
|
-
listCustomerTags(requestParameters: CustomersApiListCustomerTagsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerTags200Response, any>>;
|
|
1369
|
+
listCustomerTags(requestParameters: CustomersApiListCustomerTagsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerTags200Response, any, {}>>;
|
|
1361
1370
|
/**
|
|
1362
1371
|
* List customers for a platform
|
|
1363
1372
|
* @summary List customers
|
|
@@ -1365,7 +1374,7 @@ export declare class CustomersApi extends BaseAPI {
|
|
|
1365
1374
|
* @param {*} [options] Override http request option.
|
|
1366
1375
|
* @throws {RequiredError}
|
|
1367
1376
|
*/
|
|
1368
|
-
listCustomers(requestParameters: CustomersApiListCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomersResponse, any>>;
|
|
1377
|
+
listCustomers(requestParameters: CustomersApiListCustomersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CustomersResponse, any, {}>>;
|
|
1369
1378
|
}
|
|
1370
1379
|
export declare const ExportCustomersSortByEnum: {
|
|
1371
1380
|
readonly LifetimeValue: "+lifetimeValue";
|
|
@@ -1513,7 +1522,7 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
1513
1522
|
* @param {*} [options] Override http request option.
|
|
1514
1523
|
* @throws {RequiredError}
|
|
1515
1524
|
*/
|
|
1516
|
-
getDashboard(requestParameters: DashboardApiGetDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any>>;
|
|
1525
|
+
getDashboard(requestParameters: DashboardApiGetDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any, {}>>;
|
|
1517
1526
|
/**
|
|
1518
1527
|
*
|
|
1519
1528
|
* @summary Save the platform\'s dashboard
|
|
@@ -1521,7 +1530,7 @@ export declare class DashboardApi extends BaseAPI {
|
|
|
1521
1530
|
* @param {*} [options] Override http request option.
|
|
1522
1531
|
* @throws {RequiredError}
|
|
1523
1532
|
*/
|
|
1524
|
-
saveDashboard(requestParameters: DashboardApiSaveDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any>>;
|
|
1533
|
+
saveDashboard(requestParameters: DashboardApiSaveDashboardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetDashboardResponse, any, {}>>;
|
|
1525
1534
|
}
|
|
1526
1535
|
/**
|
|
1527
1536
|
* EnquiriesApi - axios parameter creator
|
|
@@ -1804,7 +1813,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1804
1813
|
* @param {*} [options] Override http request option.
|
|
1805
1814
|
* @throws {RequiredError}
|
|
1806
1815
|
*/
|
|
1807
|
-
createChatChannel(requestParameters: EnquiriesApiCreateChatChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChatChannel200Response, any>>;
|
|
1816
|
+
createChatChannel(requestParameters: EnquiriesApiCreateChatChannelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateChatChannel200Response, any, {}>>;
|
|
1808
1817
|
/**
|
|
1809
1818
|
* Get a customer enquiry
|
|
1810
1819
|
* @summary Get customer enquiry
|
|
@@ -1812,7 +1821,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1812
1821
|
* @param {*} [options] Override http request option.
|
|
1813
1822
|
* @throws {RequiredError}
|
|
1814
1823
|
*/
|
|
1815
|
-
getCustomerEnquiry(requestParameters: EnquiriesApiGetCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any>>;
|
|
1824
|
+
getCustomerEnquiry(requestParameters: EnquiriesApiGetCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any, {}>>;
|
|
1816
1825
|
/**
|
|
1817
1826
|
* List customer enquiries
|
|
1818
1827
|
* @summary List customer enquiries
|
|
@@ -1820,7 +1829,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1820
1829
|
* @param {*} [options] Override http request option.
|
|
1821
1830
|
* @throws {RequiredError}
|
|
1822
1831
|
*/
|
|
1823
|
-
listCustomerEnquiries(requestParameters: EnquiriesApiListCustomerEnquiriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiries200Response, any>>;
|
|
1832
|
+
listCustomerEnquiries(requestParameters: EnquiriesApiListCustomerEnquiriesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiries200Response, any, {}>>;
|
|
1824
1833
|
/**
|
|
1825
1834
|
* Lists all customer enquiry Logs
|
|
1826
1835
|
* @summary List customer enquiry Logs
|
|
@@ -1828,7 +1837,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1828
1837
|
* @param {*} [options] Override http request option.
|
|
1829
1838
|
* @throws {RequiredError}
|
|
1830
1839
|
*/
|
|
1831
|
-
listCustomerEnquiryLogs(requestParameters: EnquiriesApiListCustomerEnquiryLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiryLogs200Response, any>>;
|
|
1840
|
+
listCustomerEnquiryLogs(requestParameters: EnquiriesApiListCustomerEnquiryLogsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCustomerEnquiryLogs200Response, any, {}>>;
|
|
1832
1841
|
/**
|
|
1833
1842
|
* Update a customer enquiry
|
|
1834
1843
|
* @summary Update customer enquiry
|
|
@@ -1836,7 +1845,7 @@ export declare class EnquiriesApi extends BaseAPI {
|
|
|
1836
1845
|
* @param {*} [options] Override http request option.
|
|
1837
1846
|
* @throws {RequiredError}
|
|
1838
1847
|
*/
|
|
1839
|
-
updateCustomerEnquiry(requestParameters: EnquiriesApiUpdateCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any>>;
|
|
1848
|
+
updateCustomerEnquiry(requestParameters: EnquiriesApiUpdateCustomerEnquiryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Enquiry, any, {}>>;
|
|
1840
1849
|
}
|
|
1841
1850
|
/**
|
|
1842
1851
|
* OrdersApi - axios parameter creator
|
|
@@ -2524,7 +2533,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2524
2533
|
* @param {*} [options] Override http request option.
|
|
2525
2534
|
* @throws {RequiredError}
|
|
2526
2535
|
*/
|
|
2527
|
-
amendOrder(requestParameters: OrdersApiAmendOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2536
|
+
amendOrder(requestParameters: OrdersApiAmendOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2528
2537
|
/**
|
|
2529
2538
|
*
|
|
2530
2539
|
* @summary Confirm order
|
|
@@ -2532,7 +2541,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2532
2541
|
* @param {*} [options] Override http request option.
|
|
2533
2542
|
* @throws {RequiredError}
|
|
2534
2543
|
*/
|
|
2535
|
-
confirmOrder(requestParameters: OrdersApiConfirmOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2544
|
+
confirmOrder(requestParameters: OrdersApiConfirmOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2536
2545
|
/**
|
|
2537
2546
|
*
|
|
2538
2547
|
* @summary Create order
|
|
@@ -2540,7 +2549,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2540
2549
|
* @param {*} [options] Override http request option.
|
|
2541
2550
|
* @throws {RequiredError}
|
|
2542
2551
|
*/
|
|
2543
|
-
createOrder(requestParameters: OrdersApiCreateOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2552
|
+
createOrder(requestParameters: OrdersApiCreateOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2544
2553
|
/**
|
|
2545
2554
|
* Export orders as a CSV file
|
|
2546
2555
|
* @summary Export orders
|
|
@@ -2548,7 +2557,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2548
2557
|
* @param {*} [options] Override http request option.
|
|
2549
2558
|
* @throws {RequiredError}
|
|
2550
2559
|
*/
|
|
2551
|
-
exportOrders(requestParameters: OrdersApiExportOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
2560
|
+
exportOrders(requestParameters: OrdersApiExportOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
2552
2561
|
/**
|
|
2553
2562
|
* Get a fulfillment for a platform by a given fulfillment ID.
|
|
2554
2563
|
* @summary Get fulfillment
|
|
@@ -2556,7 +2565,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2556
2565
|
* @param {*} [options] Override http request option.
|
|
2557
2566
|
* @throws {RequiredError}
|
|
2558
2567
|
*/
|
|
2559
|
-
getFulfillment(requestParameters: OrdersApiGetFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any>>;
|
|
2568
|
+
getFulfillment(requestParameters: OrdersApiGetFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any, {}>>;
|
|
2560
2569
|
/**
|
|
2561
2570
|
* Get an order for a platform by a given order ID.
|
|
2562
2571
|
* @summary Get order
|
|
@@ -2564,7 +2573,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2564
2573
|
* @param {*} [options] Override http request option.
|
|
2565
2574
|
* @throws {RequiredError}
|
|
2566
2575
|
*/
|
|
2567
|
-
getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2576
|
+
getOrder(requestParameters: OrdersApiGetOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2568
2577
|
/**
|
|
2569
2578
|
* Get an order receipt for a platform by a given order ID.
|
|
2570
2579
|
* @summary Get order receipt
|
|
@@ -2572,7 +2581,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2572
2581
|
* @param {*} [options] Override http request option.
|
|
2573
2582
|
* @throws {RequiredError}
|
|
2574
2583
|
*/
|
|
2575
|
-
getOrderReceipt(requestParameters: OrdersApiGetOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2584
|
+
getOrderReceipt(requestParameters: OrdersApiGetOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
2576
2585
|
/**
|
|
2577
2586
|
* List available fulfillers for a given fulfillment
|
|
2578
2587
|
* @summary List available fulfillers
|
|
@@ -2580,7 +2589,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2580
2589
|
* @param {*} [options] Override http request option.
|
|
2581
2590
|
* @throws {RequiredError}
|
|
2582
2591
|
*/
|
|
2583
|
-
listAvailableFulfillers(requestParameters: OrdersApiListAvailableFulfillersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FulfillersResponse, any>>;
|
|
2592
|
+
listAvailableFulfillers(requestParameters: OrdersApiListAvailableFulfillersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FulfillersResponse, any, {}>>;
|
|
2584
2593
|
/**
|
|
2585
2594
|
* Lists all orders placed on projects belonging to this platform, paginated into configurable chunks.
|
|
2586
2595
|
* @summary List orders
|
|
@@ -2588,7 +2597,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2588
2597
|
* @param {*} [options] Override http request option.
|
|
2589
2598
|
* @throws {RequiredError}
|
|
2590
2599
|
*/
|
|
2591
|
-
listOrders(requestParameters: OrdersApiListOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrdersResponse, any>>;
|
|
2600
|
+
listOrders(requestParameters: OrdersApiListOrdersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrdersResponse, any, {}>>;
|
|
2592
2601
|
/**
|
|
2593
2602
|
* Retries failed platform payment, so fulfillment can proceed.
|
|
2594
2603
|
* @summary Retry
|
|
@@ -2596,7 +2605,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2596
2605
|
* @param {*} [options] Override http request option.
|
|
2597
2606
|
* @throws {RequiredError}
|
|
2598
2607
|
*/
|
|
2599
|
-
retryPlatformPayment(requestParameters: OrdersApiRetryPlatformPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2608
|
+
retryPlatformPayment(requestParameters: OrdersApiRetryPlatformPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2600
2609
|
/**
|
|
2601
2610
|
*
|
|
2602
2611
|
* @summary Return the contents of an order for a refund or exchange
|
|
@@ -2604,7 +2613,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2604
2613
|
* @param {*} [options] Override http request option.
|
|
2605
2614
|
* @throws {RequiredError}
|
|
2606
2615
|
*/
|
|
2607
|
-
returnOrder(requestParameters: OrdersApiReturnOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any>>;
|
|
2616
|
+
returnOrder(requestParameters: OrdersApiReturnOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Order, any, {}>>;
|
|
2608
2617
|
/**
|
|
2609
2618
|
* Send an order receipt to the customer. A receipt is automatically sent when an order is paid for, so this would be to resend that receipt. Note that this is only available for website orders.
|
|
2610
2619
|
* @summary Send order receipt
|
|
@@ -2612,7 +2621,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2612
2621
|
* @param {*} [options] Override http request option.
|
|
2613
2622
|
* @throws {RequiredError}
|
|
2614
2623
|
*/
|
|
2615
|
-
sendOrderReceipt(requestParameters: OrdersApiSendOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2624
|
+
sendOrderReceipt(requestParameters: OrdersApiSendOrderReceiptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2616
2625
|
/**
|
|
2617
2626
|
* Update a fulfillment that belongs to an order placed through the platform
|
|
2618
2627
|
* @summary Update fulfillment
|
|
@@ -2620,7 +2629,7 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
2620
2629
|
* @param {*} [options] Override http request option.
|
|
2621
2630
|
* @throws {RequiredError}
|
|
2622
2631
|
*/
|
|
2623
|
-
updateFulfillment(requestParameters: OrdersApiUpdateFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any>>;
|
|
2632
|
+
updateFulfillment(requestParameters: OrdersApiUpdateFulfillmentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Fulfillment, any, {}>>;
|
|
2624
2633
|
}
|
|
2625
2634
|
export declare const ListOrdersDateFilterTypeEnum: {
|
|
2626
2635
|
readonly CreatedAt: "createdAt";
|
|
@@ -2753,7 +2762,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2753
2762
|
* @param {*} [options] Override http request option.
|
|
2754
2763
|
* @throws {RequiredError}
|
|
2755
2764
|
*/
|
|
2756
|
-
authorizeStripe(requestParameters: PaymentApiAuthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthorizeStripe200Response, any>>;
|
|
2765
|
+
authorizeStripe(requestParameters: PaymentApiAuthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuthorizeStripe200Response, any, {}>>;
|
|
2757
2766
|
/**
|
|
2758
2767
|
* Deauthorize a Stripe payment account
|
|
2759
2768
|
* @summary Deauthorize Stripe
|
|
@@ -2761,7 +2770,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2761
2770
|
* @param {*} [options] Override http request option.
|
|
2762
2771
|
* @throws {RequiredError}
|
|
2763
2772
|
*/
|
|
2764
|
-
deauthorizeStripe(requestParameters: PaymentApiDeauthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
2773
|
+
deauthorizeStripe(requestParameters: PaymentApiDeauthorizeStripeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
2765
2774
|
/**
|
|
2766
2775
|
* Get the Stripe payment account for the project
|
|
2767
2776
|
* @summary Get Stripe Payment Account
|
|
@@ -2769,7 +2778,7 @@ export declare class PaymentApi extends BaseAPI {
|
|
|
2769
2778
|
* @param {*} [options] Override http request option.
|
|
2770
2779
|
* @throws {RequiredError}
|
|
2771
2780
|
*/
|
|
2772
|
-
getStripePaymentAccount(requestParameters: PaymentApiGetStripePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccount, any>>;
|
|
2781
|
+
getStripePaymentAccount(requestParameters: PaymentApiGetStripePaymentAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PaymentAccount, any, {}>>;
|
|
2773
2782
|
}
|
|
2774
2783
|
/**
|
|
2775
2784
|
* PixelsApi - axios parameter creator
|
|
@@ -3052,7 +3061,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3052
3061
|
* @param {*} [options] Override http request option.
|
|
3053
3062
|
* @throws {RequiredError}
|
|
3054
3063
|
*/
|
|
3055
|
-
createPixel(requestParameters: PixelsApiCreatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3064
|
+
createPixel(requestParameters: PixelsApiCreatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3056
3065
|
/**
|
|
3057
3066
|
* Delete a pixel
|
|
3058
3067
|
* @summary Delete a pixel
|
|
@@ -3060,7 +3069,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3060
3069
|
* @param {*} [options] Override http request option.
|
|
3061
3070
|
* @throws {RequiredError}
|
|
3062
3071
|
*/
|
|
3063
|
-
deletePixel(requestParameters: PixelsApiDeletePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3072
|
+
deletePixel(requestParameters: PixelsApiDeletePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3064
3073
|
/**
|
|
3065
3074
|
* Get a pixel for a platform by a given pixel ID.
|
|
3066
3075
|
* @summary Get pixel
|
|
@@ -3068,7 +3077,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3068
3077
|
* @param {*} [options] Override http request option.
|
|
3069
3078
|
* @throws {RequiredError}
|
|
3070
3079
|
*/
|
|
3071
|
-
getPixel(requestParameters: PixelsApiGetPixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3080
|
+
getPixel(requestParameters: PixelsApiGetPixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3072
3081
|
/**
|
|
3073
3082
|
* List pixels for a platform
|
|
3074
3083
|
* @summary List pixels
|
|
@@ -3076,7 +3085,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3076
3085
|
* @param {*} [options] Override http request option.
|
|
3077
3086
|
* @throws {RequiredError}
|
|
3078
3087
|
*/
|
|
3079
|
-
listPixels(requestParameters: PixelsApiListPixelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PixelsResponse, any>>;
|
|
3088
|
+
listPixels(requestParameters: PixelsApiListPixelsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PixelsResponse, any, {}>>;
|
|
3080
3089
|
/**
|
|
3081
3090
|
* Update a pixel
|
|
3082
3091
|
* @summary Update a pixel
|
|
@@ -3084,7 +3093,7 @@ export declare class PixelsApi extends BaseAPI {
|
|
|
3084
3093
|
* @param {*} [options] Override http request option.
|
|
3085
3094
|
* @throws {RequiredError}
|
|
3086
3095
|
*/
|
|
3087
|
-
updatePixel(requestParameters: PixelsApiUpdatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any>>;
|
|
3096
|
+
updatePixel(requestParameters: PixelsApiUpdatePixelRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Pixel, any, {}>>;
|
|
3088
3097
|
}
|
|
3089
3098
|
/**
|
|
3090
3099
|
* PlatformApi - axios parameter creator
|
|
@@ -3397,7 +3406,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3397
3406
|
* @param {*} [options] Override http request option.
|
|
3398
3407
|
* @throws {RequiredError}
|
|
3399
3408
|
*/
|
|
3400
|
-
createClientDomain(requestParameters: PlatformApiCreateClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any>>;
|
|
3409
|
+
createClientDomain(requestParameters: PlatformApiCreateClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any, {}>>;
|
|
3401
3410
|
/**
|
|
3402
3411
|
* Create a new platform domain
|
|
3403
3412
|
* @summary Create a platform domain
|
|
@@ -3405,7 +3414,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3405
3414
|
* @param {*} [options] Override http request option.
|
|
3406
3415
|
* @throws {RequiredError}
|
|
3407
3416
|
*/
|
|
3408
|
-
createDomain(requestParameters: PlatformApiCreateDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any>>;
|
|
3417
|
+
createDomain(requestParameters: PlatformApiCreateDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Domain, any, {}>>;
|
|
3409
3418
|
/**
|
|
3410
3419
|
* Delete an existing client platform domain
|
|
3411
3420
|
* @summary Delete a platform client domain
|
|
@@ -3413,7 +3422,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3413
3422
|
* @param {*} [options] Override http request option.
|
|
3414
3423
|
* @throws {RequiredError}
|
|
3415
3424
|
*/
|
|
3416
|
-
deleteClientDomain(requestParameters: PlatformApiDeleteClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3425
|
+
deleteClientDomain(requestParameters: PlatformApiDeleteClientDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3417
3426
|
/**
|
|
3418
3427
|
* Delete an existing platform domain
|
|
3419
3428
|
* @summary Delete a platform domain
|
|
@@ -3421,7 +3430,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3421
3430
|
* @param {*} [options] Override http request option.
|
|
3422
3431
|
* @throws {RequiredError}
|
|
3423
3432
|
*/
|
|
3424
|
-
deleteDomain(requestParameters: PlatformApiDeleteDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
3433
|
+
deleteDomain(requestParameters: PlatformApiDeleteDomainRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
3425
3434
|
/**
|
|
3426
3435
|
*
|
|
3427
3436
|
* @summary Get platform details
|
|
@@ -3429,7 +3438,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3429
3438
|
* @param {*} [options] Override http request option.
|
|
3430
3439
|
* @throws {RequiredError}
|
|
3431
3440
|
*/
|
|
3432
|
-
getPlatform(requestParameters: PlatformApiGetPlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any>>;
|
|
3441
|
+
getPlatform(requestParameters: PlatformApiGetPlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any, {}>>;
|
|
3433
3442
|
/**
|
|
3434
3443
|
* List the client domains attached to a platform
|
|
3435
3444
|
* @summary List platform client domains
|
|
@@ -3437,7 +3446,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3437
3446
|
* @param {*} [options] Override http request option.
|
|
3438
3447
|
* @throws {RequiredError}
|
|
3439
3448
|
*/
|
|
3440
|
-
listClientDomains(requestParameters: PlatformApiListClientDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any>>;
|
|
3449
|
+
listClientDomains(requestParameters: PlatformApiListClientDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any, {}>>;
|
|
3441
3450
|
/**
|
|
3442
3451
|
* List the domains attached to a platform
|
|
3443
3452
|
* @summary List platform domains
|
|
@@ -3445,7 +3454,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3445
3454
|
* @param {*} [options] Override http request option.
|
|
3446
3455
|
* @throws {RequiredError}
|
|
3447
3456
|
*/
|
|
3448
|
-
listDomains(requestParameters: PlatformApiListDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any>>;
|
|
3457
|
+
listDomains(requestParameters: PlatformApiListDomainsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListDomains200Response, any, {}>>;
|
|
3449
3458
|
/**
|
|
3450
3459
|
*
|
|
3451
3460
|
* @summary Update platform
|
|
@@ -3453,7 +3462,7 @@ export declare class PlatformApi extends BaseAPI {
|
|
|
3453
3462
|
* @param {*} [options] Override http request option.
|
|
3454
3463
|
* @throws {RequiredError}
|
|
3455
3464
|
*/
|
|
3456
|
-
updatePlatform(requestParameters: PlatformApiUpdatePlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any>>;
|
|
3465
|
+
updatePlatform(requestParameters: PlatformApiUpdatePlatformRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Platform, any, {}>>;
|
|
3457
3466
|
}
|
|
3458
3467
|
/**
|
|
3459
3468
|
* ReviewsApi - axios parameter creator
|
|
@@ -3778,7 +3787,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3778
3787
|
* @param {*} [options] Override http request option.
|
|
3779
3788
|
* @throws {RequiredError}
|
|
3780
3789
|
*/
|
|
3781
|
-
createReview(requestParameters: ReviewsApiCreateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReview201Response, any>>;
|
|
3790
|
+
createReview(requestParameters: ReviewsApiCreateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateReview201Response, any, {}>>;
|
|
3782
3791
|
/**
|
|
3783
3792
|
* Export reviews as a CSV file.
|
|
3784
3793
|
* @summary Export reviews
|
|
@@ -3786,7 +3795,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3786
3795
|
* @param {*} [options] Override http request option.
|
|
3787
3796
|
* @throws {RequiredError}
|
|
3788
3797
|
*/
|
|
3789
|
-
exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
|
|
3798
|
+
exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
3790
3799
|
/**
|
|
3791
3800
|
* Get a review left on a platform by a given review ID.
|
|
3792
3801
|
* @summary Get review
|
|
@@ -3794,7 +3803,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3794
3803
|
* @param {*} [options] Override http request option.
|
|
3795
3804
|
* @throws {RequiredError}
|
|
3796
3805
|
*/
|
|
3797
|
-
getReview(requestParameters: ReviewsApiGetReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any>>;
|
|
3806
|
+
getReview(requestParameters: ReviewsApiGetReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any, {}>>;
|
|
3798
3807
|
/**
|
|
3799
3808
|
* List reviews left on projects belonging to this platform, paginated into configurable chunks.
|
|
3800
3809
|
* @summary List reviews
|
|
@@ -3802,7 +3811,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3802
3811
|
* @param {*} [options] Override http request option.
|
|
3803
3812
|
* @throws {RequiredError}
|
|
3804
3813
|
*/
|
|
3805
|
-
listReviews(requestParameters: ReviewsApiListReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReviewsResponse, any>>;
|
|
3814
|
+
listReviews(requestParameters: ReviewsApiListReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReviewsResponse, any, {}>>;
|
|
3806
3815
|
/**
|
|
3807
3816
|
* Moderate a review left on a platform.
|
|
3808
3817
|
* @summary Moderate review
|
|
@@ -3810,7 +3819,7 @@ export declare class ReviewsApi extends BaseAPI {
|
|
|
3810
3819
|
* @param {*} [options] Override http request option.
|
|
3811
3820
|
* @throws {RequiredError}
|
|
3812
3821
|
*/
|
|
3813
|
-
moderateReview(requestParameters: ReviewsApiModerateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any>>;
|
|
3822
|
+
moderateReview(requestParameters: ReviewsApiModerateReviewRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Review, any, {}>>;
|
|
3814
3823
|
}
|
|
3815
3824
|
/**
|
|
3816
3825
|
* TermsApi - axios parameter creator
|
|
@@ -3922,7 +3931,7 @@ export declare class TermsApi extends BaseAPI {
|
|
|
3922
3931
|
* @param {*} [options] Override http request option.
|
|
3923
3932
|
* @throws {RequiredError}
|
|
3924
3933
|
*/
|
|
3925
|
-
getTerms(requestParameters: TermsApiGetTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any>>;
|
|
3934
|
+
getTerms(requestParameters: TermsApiGetTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any, {}>>;
|
|
3926
3935
|
/**
|
|
3927
3936
|
*
|
|
3928
3937
|
* @summary Save the platform\'s terms
|
|
@@ -3930,5 +3939,5 @@ export declare class TermsApi extends BaseAPI {
|
|
|
3930
3939
|
* @param {*} [options] Override http request option.
|
|
3931
3940
|
* @throws {RequiredError}
|
|
3932
3941
|
*/
|
|
3933
|
-
saveTerms(requestParameters: TermsApiSaveTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any>>;
|
|
3942
|
+
saveTerms(requestParameters: TermsApiSaveTermsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Terms, any, {}>>;
|
|
3934
3943
|
}
|
package/dist/esm/api.js
CHANGED
package/dist/esm/base.d.ts
CHANGED
package/dist/esm/base.js
CHANGED
package/dist/esm/common.d.ts
CHANGED
package/dist/esm/common.js
CHANGED
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/docs/Customer.md
CHANGED
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**gender** | **string** | | [default to undefined]
|
|
14
14
|
**country** | **string** | | [default to undefined]
|
|
15
15
|
**statistics** | [**Statistics**](Statistics.md) | | [default to undefined]
|
|
16
|
+
**shippingAddress** | [**Address**](Address.md) | | [optional] [default to undefined]
|
|
16
17
|
|
|
17
18
|
## Example
|
|
18
19
|
|
|
@@ -27,6 +28,7 @@ const instance: Customer = {
|
|
|
27
28
|
gender,
|
|
28
29
|
country,
|
|
29
30
|
statistics,
|
|
31
|
+
shippingAddress,
|
|
30
32
|
};
|
|
31
33
|
```
|
|
32
34
|
|
package/docs/Enquiry.md
CHANGED
|
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**extraInputs** | [**Array<EnquiryExtraInputsInner>**](EnquiryExtraInputsInner.md) | | [default to undefined]
|
|
20
20
|
**chatChannelRef** | **string** | Reference to the chat channel resource | [optional] [default to undefined]
|
|
21
21
|
**owner** | **string** | The unique id of the user who owns the enquiry | [default to undefined]
|
|
22
|
+
**tracking** | [**EnquiryTracking**](EnquiryTracking.md) | | [default to undefined]
|
|
22
23
|
|
|
23
24
|
## Example
|
|
24
25
|
|
|
@@ -40,6 +41,7 @@ const instance: Enquiry = {
|
|
|
40
41
|
extraInputs,
|
|
41
42
|
chatChannelRef,
|
|
42
43
|
owner,
|
|
44
|
+
tracking,
|
|
43
45
|
};
|
|
44
46
|
```
|
|
45
47
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# EnquiryTracking
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**utmSource** | **string** | | [default to undefined]
|
|
9
|
+
**utmMedium** | **string** | | [default to undefined]
|
|
10
|
+
**utmCampaign** | **string** | | [default to undefined]
|
|
11
|
+
**utmTerm** | **string** | | [default to undefined]
|
|
12
|
+
**utmContent** | **string** | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { EnquiryTracking } from '@teemill/platform';
|
|
18
|
+
|
|
19
|
+
const instance: EnquiryTracking = {
|
|
20
|
+
utmSource,
|
|
21
|
+
utmMedium,
|
|
22
|
+
utmCampaign,
|
|
23
|
+
utmTerm,
|
|
24
|
+
utmContent,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/index.ts
CHANGED