@teemill/platform 0.31.0 → 0.33.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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/platform@0.31.0
1
+ ## @teemill/platform@0.33.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.31.0 --save
39
+ npm install @teemill/platform@0.33.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,8 @@ Class | Method | HTTP request | Description
54
54
  *CustomersApi* | [**exportCustomers**](docs/CustomersApi.md#exportcustomers) | **GET** /v1/platform/{platformId}/customers/export | Export customers
55
55
  *CustomersApi* | [**getCustomer**](docs/CustomersApi.md#getcustomer) | **GET** /v1/platform/{platformId}/customers/{customerId} | Get customer
56
56
  *CustomersApi* | [**listCustomers**](docs/CustomersApi.md#listcustomers) | **GET** /v1/platform/{platformId}/customers | List customers
57
+ *DashboardApi* | [**getDashboard**](docs/DashboardApi.md#getdashboard) | **GET** /v1/platform/{platformId}/dashboard | Get the platform\'s dashboard
58
+ *DashboardApi* | [**saveDashboard**](docs/DashboardApi.md#savedashboard) | **PUT** /v1/platform/{platformId}/dashboard | Save the platform\'s dashboard
57
59
  *EnquiriesApi* | [**createChatChannel**](docs/EnquiriesApi.md#createchatchannel) | **POST** /v1/platform/{platformId}/customers/enquiries/{enquiryId}/chat-channel | Create chat channel
58
60
  *EnquiriesApi* | [**getCustomerEnquiry**](docs/EnquiriesApi.md#getcustomerenquiry) | **GET** /v1/platform/{platformId}/customers/enquiries/{enquiryId} | Get customer enquiry
59
61
  *EnquiriesApi* | [**listCustomerEnquiries**](docs/EnquiriesApi.md#listcustomerenquiries) | **GET** /v1/platform/{platformId}/customers/enquiries | List customer enquiries
@@ -75,6 +77,11 @@ Class | Method | HTTP request | Description
75
77
  *PaymentApi* | [**authorizeStripe**](docs/PaymentApi.md#authorizestripe) | **GET** /v1/platform/payment/stripe/authorize | Authorize Stripe
76
78
  *PaymentApi* | [**deauthorizeStripe**](docs/PaymentApi.md#deauthorizestripe) | **DELETE** /v1/platform/payment/stripe/deauthorize | Deauthorize Stripe
77
79
  *PaymentApi* | [**getStripePaymentAccount**](docs/PaymentApi.md#getstripepaymentaccount) | **GET** /v1/platform/payment/stripe | Get Stripe Payment Account
80
+ *PixelsApi* | [**createPixel**](docs/PixelsApi.md#createpixel) | **POST** /v1/platform/{platformId}/pixels | Create a pixel
81
+ *PixelsApi* | [**deletePixel**](docs/PixelsApi.md#deletepixel) | **DELETE** /v1/platform/{platformId}/pixels/{pixelId} | Delete a pixel
82
+ *PixelsApi* | [**getPixel**](docs/PixelsApi.md#getpixel) | **GET** /v1/platform/{platformId}/pixels/{pixelId} | Get pixel
83
+ *PixelsApi* | [**listPixels**](docs/PixelsApi.md#listpixels) | **GET** /v1/platform/{platformId}/pixels | List pixels
84
+ *PixelsApi* | [**updatePixel**](docs/PixelsApi.md#updatepixel) | **PUT** /v1/platform/{platformId}/pixels/{pixelId} | Update a pixel
78
85
  *PlatformApi* | [**createClientDomain**](docs/PlatformApi.md#createclientdomain) | **POST** /v1/platform/client/domains | Create a platform client domain
79
86
  *PlatformApi* | [**createDomain**](docs/PlatformApi.md#createdomain) | **POST** /v1/platform/domains | Create a platform domain
80
87
  *PlatformApi* | [**deleteClientDomain**](docs/PlatformApi.md#deleteclientdomain) | **DELETE** /v1/platform/client/domains/{domain} | Delete a platform client domain
@@ -111,6 +118,8 @@ Class | Method | HTTP request | Description
111
118
  - [CreateDomainRequest](docs/CreateDomainRequest.md)
112
119
  - [CreateOrder](docs/CreateOrder.md)
113
120
  - [CreateOrderContactInformation](docs/CreateOrderContactInformation.md)
121
+ - [CreatePixelRequest](docs/CreatePixelRequest.md)
122
+ - [CreatePixelRequestFilters](docs/CreatePixelRequestFilters.md)
114
123
  - [CreateReview201Response](docs/CreateReview201Response.md)
115
124
  - [CreateReviewPayload](docs/CreateReviewPayload.md)
116
125
  - [CreateReviewPayloadAuthor](docs/CreateReviewPayloadAuthor.md)
@@ -118,6 +127,7 @@ Class | Method | HTTP request | Description
118
127
  - [Customer](docs/Customer.md)
119
128
  - [CustomersResponse](docs/CustomersResponse.md)
120
129
  - [CustomsInformation](docs/CustomsInformation.md)
130
+ - [DashboardItem](docs/DashboardItem.md)
121
131
  - [DeliveryEstimates](docs/DeliveryEstimates.md)
122
132
  - [Domain](docs/Domain.md)
123
133
  - [Enquiry](docs/Enquiry.md)
@@ -129,6 +139,7 @@ Class | Method | HTTP request | Description
129
139
  - [FulfillersResponse](docs/FulfillersResponse.md)
130
140
  - [Fulfillment](docs/Fulfillment.md)
131
141
  - [FulfillmentItem](docs/FulfillmentItem.md)
142
+ - [GetDashboardResponse](docs/GetDashboardResponse.md)
132
143
  - [Image](docs/Image.md)
133
144
  - [InlineObject](docs/InlineObject.md)
134
145
  - [InlineObject1](docs/InlineObject1.md)
@@ -148,6 +159,8 @@ Class | Method | HTTP request | Description
148
159
  - [Origin](docs/Origin.md)
149
160
  - [PaymentAccount](docs/PaymentAccount.md)
150
161
  - [PaymentAttempt](docs/PaymentAttempt.md)
162
+ - [Pixel](docs/Pixel.md)
163
+ - [PixelsResponse](docs/PixelsResponse.md)
151
164
  - [Platform](docs/Platform.md)
152
165
  - [PlatformLogo](docs/PlatformLogo.md)
153
166
  - [Price](docs/Price.md)
@@ -160,6 +173,7 @@ Class | Method | HTTP request | Description
160
173
  - [ReviewReply](docs/ReviewReply.md)
161
174
  - [ReviewReplyAuthor](docs/ReviewReplyAuthor.md)
162
175
  - [ReviewsResponse](docs/ReviewsResponse.md)
176
+ - [SaveDashboardRequest](docs/SaveDashboardRequest.md)
163
177
  - [SaveTermsRequest](docs/SaveTermsRequest.md)
164
178
  - [ShippingMethod](docs/ShippingMethod.md)
165
179
  - [Statistics](docs/Statistics.md)