@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.
@@ -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.62.1
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.62.1 --save
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.62.1
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
- * Name of the review\'s author
1040
+ * The name of the review\'s author
1041
1041
  */
1042
1042
  'name'?: string;
1043
1043
  /**
1044
- * Email of the review\'s author
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
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
package/common.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.62.1
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).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Platform
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.62.1
6
+ * The version of the OpenAPI document: 0.63.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.62.1
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
- * Name of the review\'s author
993
+ * The name of the review\'s author
994
994
  */
995
995
  'name'?: string;
996
996
  /**
997
- * Email of the review\'s author
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
@@ -5,7 +5,7 @@
5
5
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.62.1
8
+ * The version of the OpenAPI document: 0.63.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.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.62.1
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).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.62.1
8
+ * The version of the OpenAPI document: 0.63.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.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.62.1
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).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.62.1
8
+ * The version of the OpenAPI document: 0.63.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.62.1
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).
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
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.62.1
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
- * Name of the review\'s author
993
+ * The name of the review\'s author
994
994
  */
995
995
  'name'?: string;
996
996
  /**
997
- * Email of the review\'s author
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
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.62.1
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).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.62.1
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).
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.62.1
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).
@@ -3,7 +3,7 @@
3
3
  * Platform
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.62.1
6
+ * The version of the OpenAPI document: 0.63.0
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.62.1
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).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
package/dist/index.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.62.1
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).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.62.1
8
+ * The version of the OpenAPI document: 0.63.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | Name of the review\'s author | [optional] [default to undefined]
9
- **email** | **string** | Email of the review\'s author | [optional] [default to undefined]
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
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.62.1
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/platform",
3
- "version": "0.62.1",
3
+ "version": "0.63.0",
4
4
  "description": "OpenAPI client for @teemill/platform",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {