@teemill/platform 0.62.1 → 0.63.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/.openapi-generator/FILES +124 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +2 -2
- package/api.ts +4 -4
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -4
- 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 +4 -4
- 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/ReviewAuthor.md +2 -2
- package/index.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
README.md
|
|
4
|
+
api.ts
|
|
5
|
+
base.ts
|
|
6
|
+
common.ts
|
|
7
|
+
configuration.ts
|
|
8
|
+
docs/Address.md
|
|
9
|
+
docs/AmendOrderRequest.md
|
|
10
|
+
docs/AmendOrderRequestAmendmentsInner.md
|
|
11
|
+
docs/AmendOrderRequestAmendmentsInnerReason.md
|
|
12
|
+
docs/AmendmentLog.md
|
|
13
|
+
docs/ApiError.md
|
|
14
|
+
docs/Application.md
|
|
15
|
+
docs/AttachedFile.md
|
|
16
|
+
docs/AuthorizeStripe200Response.md
|
|
17
|
+
docs/BulkCreateReviewPayload.md
|
|
18
|
+
docs/BulkCreatedReviews.md
|
|
19
|
+
docs/Client.md
|
|
20
|
+
docs/ConfirmOrderFulfillment.md
|
|
21
|
+
docs/ConfirmOrderFulfillmentShipment.md
|
|
22
|
+
docs/ConfirmOrderRequest.md
|
|
23
|
+
docs/ContactInformation.md
|
|
24
|
+
docs/Coupon.md
|
|
25
|
+
docs/CreateDomainRequest.md
|
|
26
|
+
docs/CreateOrder.md
|
|
27
|
+
docs/CreateOrderChatChannel200Response.md
|
|
28
|
+
docs/CreateOrderContactInformation.md
|
|
29
|
+
docs/CreateOrderPaymentMethod.md
|
|
30
|
+
docs/CreatePixelRequest.md
|
|
31
|
+
docs/CreatePixelRequestFilters.md
|
|
32
|
+
docs/CreateReview201Response.md
|
|
33
|
+
docs/CreateReviewPayload.md
|
|
34
|
+
docs/CreateReviewPayloadAuthor.md
|
|
35
|
+
docs/CreateReviewRequest.md
|
|
36
|
+
docs/Customer.md
|
|
37
|
+
docs/CustomersApi.md
|
|
38
|
+
docs/CustomersResponse.md
|
|
39
|
+
docs/CustomsInformation.md
|
|
40
|
+
docs/DashboardApi.md
|
|
41
|
+
docs/DashboardItem.md
|
|
42
|
+
docs/DataDeletionRequest.md
|
|
43
|
+
docs/DeliveryEstimates.md
|
|
44
|
+
docs/Domain.md
|
|
45
|
+
docs/EnquiriesApi.md
|
|
46
|
+
docs/Enquiry.md
|
|
47
|
+
docs/EnquiryExtraInputsInner.md
|
|
48
|
+
docs/EnquiryExtraInputsInnerValue.md
|
|
49
|
+
docs/EnquiryTracking.md
|
|
50
|
+
docs/ExportOrders202Response.md
|
|
51
|
+
docs/Fulfiller.md
|
|
52
|
+
docs/FulfillerLocation.md
|
|
53
|
+
docs/FulfillersResponse.md
|
|
54
|
+
docs/Fulfillment.md
|
|
55
|
+
docs/FulfillmentItem.md
|
|
56
|
+
docs/GetDashboardResponse.md
|
|
57
|
+
docs/Image.md
|
|
58
|
+
docs/ListCustomerEnquiries200Response.md
|
|
59
|
+
docs/ListCustomerEnquiryLogs200Response.md
|
|
60
|
+
docs/ListCustomerEnquiryLogs200ResponseLogsInner.md
|
|
61
|
+
docs/ListCustomerEnquiryLogs200ResponseLogsInnerCustomer.md
|
|
62
|
+
docs/ListCustomerTags200Response.md
|
|
63
|
+
docs/ListDomains200Response.md
|
|
64
|
+
docs/ModerateReviewRequest.md
|
|
65
|
+
docs/ModerationApi.md
|
|
66
|
+
docs/Option.md
|
|
67
|
+
docs/Order.md
|
|
68
|
+
docs/OrderAdditionalFilesInner.md
|
|
69
|
+
docs/OrderItem.md
|
|
70
|
+
docs/OrderItem1.md
|
|
71
|
+
docs/OrderItem1Price.md
|
|
72
|
+
docs/OrderPaymentMethod.md
|
|
73
|
+
docs/OrderRefundsInner.md
|
|
74
|
+
docs/OrderStatus.md
|
|
75
|
+
docs/OrderTracking.md
|
|
76
|
+
docs/OrdersApi.md
|
|
77
|
+
docs/OrdersResponse.md
|
|
78
|
+
docs/Origin.md
|
|
79
|
+
docs/PaymentAccount.md
|
|
80
|
+
docs/PaymentApi.md
|
|
81
|
+
docs/PaymentAttempt.md
|
|
82
|
+
docs/Pixel.md
|
|
83
|
+
docs/PixelsApi.md
|
|
84
|
+
docs/PixelsResponse.md
|
|
85
|
+
docs/Platform.md
|
|
86
|
+
docs/PlatformApi.md
|
|
87
|
+
docs/PlatformLogo.md
|
|
88
|
+
docs/Price.md
|
|
89
|
+
docs/PrintArea.md
|
|
90
|
+
docs/PriorityLevel.md
|
|
91
|
+
docs/Project.md
|
|
92
|
+
docs/ReturnOrderRequest.md
|
|
93
|
+
docs/ReturnOrderRequestReturnsInner.md
|
|
94
|
+
docs/ReturnOrderRequestReturnsInnerReason.md
|
|
95
|
+
docs/Review.md
|
|
96
|
+
docs/ReviewAuthor.md
|
|
97
|
+
docs/ReviewImagesInner.md
|
|
98
|
+
docs/ReviewProduct.md
|
|
99
|
+
docs/ReviewReply.md
|
|
100
|
+
docs/ReviewReplyAuthor.md
|
|
101
|
+
docs/ReviewsApi.md
|
|
102
|
+
docs/ReviewsResponse.md
|
|
103
|
+
docs/SaveDashboardRequest.md
|
|
104
|
+
docs/SaveTermsRequest.md
|
|
105
|
+
docs/ShippingMethod.md
|
|
106
|
+
docs/Statistics.md
|
|
107
|
+
docs/StatusHistoryItem.md
|
|
108
|
+
docs/Terms.md
|
|
109
|
+
docs/TermsApi.md
|
|
110
|
+
docs/UpdateCustomerEnquiryRequest.md
|
|
111
|
+
docs/UpdateCustomerRequest.md
|
|
112
|
+
docs/UpdateFulfillmentRequest.md
|
|
113
|
+
docs/UpdateModerationItemRequest.md
|
|
114
|
+
docs/UpdateOrderRequest.md
|
|
115
|
+
docs/UpdateOrderRequestAdditionalFilesInner.md
|
|
116
|
+
docs/UpdatePlatformFulfillmentStyleApplicationRequest.md
|
|
117
|
+
docs/UpdatePlatformRequest.md
|
|
118
|
+
docs/ValidationError.md
|
|
119
|
+
docs/Variant.md
|
|
120
|
+
git_push.sh
|
|
121
|
+
index.ts
|
|
122
|
+
package.json
|
|
123
|
+
tsconfig.esm.json
|
|
124
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.20.0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/platform@0.
|
|
1
|
+
## @teemill/platform@0.63.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.63.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Platform
|
|
5
5
|
* Manage Your podOS platform
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.63.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1037,11 +1037,11 @@ export interface Review {
|
|
|
1037
1037
|
}
|
|
1038
1038
|
export interface ReviewAuthor {
|
|
1039
1039
|
/**
|
|
1040
|
-
*
|
|
1040
|
+
* The name of the review\'s author
|
|
1041
1041
|
*/
|
|
1042
1042
|
'name'?: string;
|
|
1043
1043
|
/**
|
|
1044
|
-
*
|
|
1044
|
+
* The email of the review\'s author
|
|
1045
1045
|
*/
|
|
1046
1046
|
'email'?: string;
|
|
1047
1047
|
}
|
|
@@ -1226,7 +1226,7 @@ export interface Variant {
|
|
|
1226
1226
|
/**
|
|
1227
1227
|
* A reference to the resource location
|
|
1228
1228
|
*/
|
|
1229
|
-
'warehouseVariantRef': string;
|
|
1229
|
+
'warehouseVariantRef': string | null;
|
|
1230
1230
|
}
|
|
1231
1231
|
|
|
1232
1232
|
/**
|
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
|
|
3
3
|
* Manage Your podOS platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.63.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -990,11 +990,11 @@ export interface Review {
|
|
|
990
990
|
}
|
|
991
991
|
export interface ReviewAuthor {
|
|
992
992
|
/**
|
|
993
|
-
*
|
|
993
|
+
* The name of the review\'s author
|
|
994
994
|
*/
|
|
995
995
|
'name'?: string;
|
|
996
996
|
/**
|
|
997
|
-
*
|
|
997
|
+
* The email of the review\'s author
|
|
998
998
|
*/
|
|
999
999
|
'email'?: string;
|
|
1000
1000
|
}
|
|
@@ -1172,7 +1172,7 @@ export interface Variant {
|
|
|
1172
1172
|
/**
|
|
1173
1173
|
* A reference to the resource location
|
|
1174
1174
|
*/
|
|
1175
|
-
'warehouseVariantRef': string;
|
|
1175
|
+
'warehouseVariantRef': string | null;
|
|
1176
1176
|
}
|
|
1177
1177
|
/**
|
|
1178
1178
|
* CustomersApi - axios parameter creator
|
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
|
|
3
3
|
* Manage Your podOS platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.63.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -990,11 +990,11 @@ export interface Review {
|
|
|
990
990
|
}
|
|
991
991
|
export interface ReviewAuthor {
|
|
992
992
|
/**
|
|
993
|
-
*
|
|
993
|
+
* The name of the review\'s author
|
|
994
994
|
*/
|
|
995
995
|
'name'?: string;
|
|
996
996
|
/**
|
|
997
|
-
*
|
|
997
|
+
* The email of the review\'s author
|
|
998
998
|
*/
|
|
999
999
|
'email'?: string;
|
|
1000
1000
|
}
|
|
@@ -1172,7 +1172,7 @@ export interface Variant {
|
|
|
1172
1172
|
/**
|
|
1173
1173
|
* A reference to the resource location
|
|
1174
1174
|
*/
|
|
1175
|
-
'warehouseVariantRef': string;
|
|
1175
|
+
'warehouseVariantRef': string | null;
|
|
1176
1176
|
}
|
|
1177
1177
|
/**
|
|
1178
1178
|
* CustomersApi - axios parameter creator
|
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/ReviewAuthor.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**name** | **string** |
|
|
9
|
-
**email** | **string** |
|
|
8
|
+
**name** | **string** | The name of the review\'s author | [optional] [default to undefined]
|
|
9
|
+
**email** | **string** | The email of the review\'s author | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
package/index.ts
CHANGED