@devite/shopware-client 1.5.9 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +825 -12110
- package/dist/index.d.cts +4319 -5694
- package/dist/index.d.mts +4319 -5694
- package/dist/index.d.ts +4319 -5694
- package/dist/index.mjs +825 -12110
- package/dist/src/payloads/Payload.d.ts +1 -1
- package/dist/types/ClientRequestOptions.d.ts +0 -2
- package/dist/types/api/admin/{SystemConfig.d.ts → SystemConfigEntry.d.ts} +1 -1
- package/dist/types/api/admin/index.d.ts +1 -1
- package/dist/types/api/admin/salesChannel/SalesChannel.d.ts +2 -2
- package/dist/types/clients/admin/CustomerClient.d.ts +0 -176
- package/dist/types/clients/admin/DocumentClient.d.ts +1 -118
- package/dist/types/clients/admin/MailClient.d.ts +0 -89
- package/dist/types/clients/admin/OrderClient.d.ts +0 -322
- package/dist/types/clients/admin/SystemClient.d.ts +0 -118
- package/dist/types/clients/admin/index.d.ts +0 -33
- package/dist/types/clients/store/DocumentClient.d.ts +1 -4
- package/package.json +1 -1
- package/dist/types/clients/admin/AppClient.d.ts +0 -292
- package/dist/types/clients/admin/CategoryClient.d.ts +0 -60
- package/dist/types/clients/admin/ContentClient.d.ts +0 -176
- package/dist/types/clients/admin/CountryClient.d.ts +0 -60
- package/dist/types/clients/admin/CurrencyClient.d.ts +0 -60
- package/dist/types/clients/admin/CustomDataClient.d.ts +0 -118
- package/dist/types/clients/admin/DeliveryTimeClient.d.ts +0 -30
- package/dist/types/clients/admin/FlowClient.d.ts +0 -89
- package/dist/types/clients/admin/ImportExportClient.d.ts +0 -89
- package/dist/types/clients/admin/IntegrationClient.d.ts +0 -30
- package/dist/types/clients/admin/LocaleClient.d.ts +0 -60
- package/dist/types/clients/admin/MediaClient.d.ts +0 -176
- package/dist/types/clients/admin/NewsletterClient.d.ts +0 -30
- package/dist/types/clients/admin/NumberRangeClient.d.ts +0 -118
- package/dist/types/clients/admin/PaymentMethodClient.d.ts +0 -30
- package/dist/types/clients/admin/PluginClient.d.ts +0 -30
- package/dist/types/clients/admin/ProductClient.d.ts +0 -553
- package/dist/types/clients/admin/PromotionClient.d.ts +0 -176
- package/dist/types/clients/admin/PropertyGroupClient.d.ts +0 -60
- package/dist/types/clients/admin/RuleClient.d.ts +0 -60
- package/dist/types/clients/admin/SalesChannelClient.d.ts +0 -118
- package/dist/types/clients/admin/SalutationClient.d.ts +0 -30
- package/dist/types/clients/admin/ScriptClient.d.ts +0 -30
- package/dist/types/clients/admin/SecurityClient.d.ts +0 -30
- package/dist/types/clients/admin/SeoClient.d.ts +0 -60
- package/dist/types/clients/admin/ShippingMethodClient.d.ts +0 -60
- package/dist/types/clients/admin/SnippetClient.d.ts +0 -60
- package/dist/types/clients/admin/StateMachineClient.d.ts +0 -89
- package/dist/types/clients/admin/TagClient.d.ts +0 -30
- package/dist/types/clients/admin/TaxClient.d.ts +0 -118
- package/dist/types/clients/admin/UnitClient.d.ts +0 -30
- package/dist/types/clients/admin/UserClient.d.ts +0 -118
- package/dist/types/clients/admin/WebhookClient.d.ts +0 -60
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
import { ShopwareDocumentBaseConfig } from "#types/api/admin/document/baseConfig/ShopwareDocumentBaseConfig";
|
|
2
2
|
import { StateMachineTransition } from "#types/api/admin/stateMachine/StateMachineTransition";
|
|
3
|
-
import { Order } from "#types/api/admin/order/Order";
|
|
4
|
-
import { OrderAddress } from "#types/api/admin/order/OrderAddress";
|
|
5
|
-
import { OrderCustomer } from "#types/api/admin/order/OrderCustomer";
|
|
6
|
-
import { OrderDelivery } from "#types/api/admin/order/delivery/OrderDelivery";
|
|
7
|
-
import { OrderDeliveryPosition } from "#types/api/admin/order/delivery/OrderDeliveryPosition";
|
|
8
|
-
import { OrderLineItem } from "#types/api/admin/order/lineItem/OrderLineItem";
|
|
9
|
-
import { OrderLineItemDownload } from "#types/api/admin/order/lineItem/OrderLineItemDownload";
|
|
10
|
-
import { OrderTransaction } from "#types/api/admin/order/transaction/OrderTransaction";
|
|
11
|
-
import { OrderTransactionCapture } from "#types/api/admin/order/transaction/capture/OrderTransactionCapture";
|
|
12
|
-
import { OrderTransactionCaptureRefund } from "#types/api/admin/order/transaction/capture/OrderTransactionCaptureRefund";
|
|
13
|
-
import { OrderTransactionCaptureRefundPosition } from "#types/api/admin/order/transaction/capture/OrderTransactionCaptureRefundPosition";
|
|
14
|
-
import { Criteria } from "#types/api/global/query/Criteria";
|
|
15
|
-
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
16
3
|
/** Document Management **/
|
|
17
4
|
export interface DownloadMergedRequest {
|
|
18
5
|
documentIds?: Array<string>;
|
|
@@ -26,7 +13,6 @@ export type DocumentListCreateRequest = Array<{
|
|
|
26
13
|
referencedDocumentId?: string;
|
|
27
14
|
config?: ShopwareDocumentBaseConfig;
|
|
28
15
|
}>;
|
|
29
|
-
export type DownloadResponse = Blob;
|
|
30
16
|
/** Order Management **/
|
|
31
17
|
export interface StateTransitionRequest {
|
|
32
18
|
sendMail?: boolean;
|
|
@@ -36,311 +22,3 @@ export interface StateTransitionRequest {
|
|
|
36
22
|
stateFieldName?: string;
|
|
37
23
|
}
|
|
38
24
|
export type StateTransitionResponse = StateMachineTransition;
|
|
39
|
-
/** Orders **/
|
|
40
|
-
export interface OrderListResponse {
|
|
41
|
-
total?: number;
|
|
42
|
-
data?: Array<Order>;
|
|
43
|
-
}
|
|
44
|
-
export type OrderCreateRequest = Order;
|
|
45
|
-
export type OrderCreateResponse = {
|
|
46
|
-
data: Order;
|
|
47
|
-
};
|
|
48
|
-
export type OrderListSearchRequest = Criteria;
|
|
49
|
-
export interface OrderListSearchResponse {
|
|
50
|
-
total?: number;
|
|
51
|
-
data?: Array<Order>;
|
|
52
|
-
}
|
|
53
|
-
export interface OrderSingleResponse {
|
|
54
|
-
data: Order;
|
|
55
|
-
}
|
|
56
|
-
export type OrderUpdateRequest = Order;
|
|
57
|
-
export type OrderUpdateResponse = {
|
|
58
|
-
data: Order;
|
|
59
|
-
};
|
|
60
|
-
export interface OrderAggregationRequest {
|
|
61
|
-
aggregations: Array<Aggregation>;
|
|
62
|
-
}
|
|
63
|
-
export interface OrderAggregationResponse {
|
|
64
|
-
total?: number;
|
|
65
|
-
data?: Array<Order>;
|
|
66
|
-
}
|
|
67
|
-
/** Addresses **/
|
|
68
|
-
export interface AddressListResponse {
|
|
69
|
-
total?: number;
|
|
70
|
-
data?: Array<OrderAddress>;
|
|
71
|
-
}
|
|
72
|
-
export type AddressCreateRequest = OrderAddress;
|
|
73
|
-
export type AddressCreateResponse = {
|
|
74
|
-
data: OrderAddress;
|
|
75
|
-
};
|
|
76
|
-
export type AddressListSearchRequest = Criteria;
|
|
77
|
-
export interface AddressListSearchResponse {
|
|
78
|
-
total?: number;
|
|
79
|
-
data?: Array<OrderAddress>;
|
|
80
|
-
}
|
|
81
|
-
export interface AddressSingleResponse {
|
|
82
|
-
data: OrderAddress;
|
|
83
|
-
}
|
|
84
|
-
export type AddressUpdateRequest = OrderAddress;
|
|
85
|
-
export type AddressUpdateResponse = {
|
|
86
|
-
data: OrderAddress;
|
|
87
|
-
};
|
|
88
|
-
export interface AddressAggregationRequest {
|
|
89
|
-
aggregations: Array<Aggregation>;
|
|
90
|
-
}
|
|
91
|
-
export interface AddressAggregationResponse {
|
|
92
|
-
total?: number;
|
|
93
|
-
data?: Array<OrderAddress>;
|
|
94
|
-
}
|
|
95
|
-
/** Customers **/
|
|
96
|
-
export interface CustomerListResponse {
|
|
97
|
-
total?: number;
|
|
98
|
-
data?: Array<OrderCustomer>;
|
|
99
|
-
}
|
|
100
|
-
export type CustomerCreateRequest = OrderCustomer;
|
|
101
|
-
export type CustomerCreateResponse = {
|
|
102
|
-
data: OrderCustomer;
|
|
103
|
-
};
|
|
104
|
-
export type CustomerListSearchRequest = Criteria;
|
|
105
|
-
export interface CustomerListSearchResponse {
|
|
106
|
-
total?: number;
|
|
107
|
-
data?: Array<OrderCustomer>;
|
|
108
|
-
}
|
|
109
|
-
export interface CustomerSingleResponse {
|
|
110
|
-
data: OrderCustomer;
|
|
111
|
-
}
|
|
112
|
-
export type CustomerUpdateRequest = OrderCustomer;
|
|
113
|
-
export type CustomerUpdateResponse = {
|
|
114
|
-
data: OrderCustomer;
|
|
115
|
-
};
|
|
116
|
-
export interface CustomerAggregationRequest {
|
|
117
|
-
aggregations: Array<Aggregation>;
|
|
118
|
-
}
|
|
119
|
-
export interface CustomerAggregationResponse {
|
|
120
|
-
total?: number;
|
|
121
|
-
data?: Array<OrderCustomer>;
|
|
122
|
-
}
|
|
123
|
-
/** Deliveries **/
|
|
124
|
-
export interface DeliveryListResponse {
|
|
125
|
-
total?: number;
|
|
126
|
-
data?: Array<OrderDelivery>;
|
|
127
|
-
}
|
|
128
|
-
export type DeliveryCreateRequest = OrderDelivery;
|
|
129
|
-
export type DeliveryCreateResponse = {
|
|
130
|
-
data: OrderDelivery;
|
|
131
|
-
};
|
|
132
|
-
export type DeliveryListSearchRequest = Criteria;
|
|
133
|
-
export interface DeliveryListSearchResponse {
|
|
134
|
-
total?: number;
|
|
135
|
-
data?: Array<OrderDelivery>;
|
|
136
|
-
}
|
|
137
|
-
export interface DeliverySingleResponse {
|
|
138
|
-
data: OrderDelivery;
|
|
139
|
-
}
|
|
140
|
-
export type DeliveryUpdateRequest = OrderDelivery;
|
|
141
|
-
export type DeliveryUpdateResponse = {
|
|
142
|
-
data: OrderDelivery;
|
|
143
|
-
};
|
|
144
|
-
export interface DeliveryAggregationRequest {
|
|
145
|
-
aggregations: Array<Aggregation>;
|
|
146
|
-
}
|
|
147
|
-
export interface DeliveryAggregationResponse {
|
|
148
|
-
total?: number;
|
|
149
|
-
data?: Array<OrderDelivery>;
|
|
150
|
-
}
|
|
151
|
-
/** Delivery Positions **/
|
|
152
|
-
export interface DeliveryPositionListResponse {
|
|
153
|
-
total?: number;
|
|
154
|
-
data?: Array<OrderDeliveryPosition>;
|
|
155
|
-
}
|
|
156
|
-
export type DeliveryPositionCreateRequest = OrderDeliveryPosition;
|
|
157
|
-
export type DeliveryPositionCreateResponse = {
|
|
158
|
-
data: OrderDeliveryPosition;
|
|
159
|
-
};
|
|
160
|
-
export type DeliveryPositionListSearchRequest = Criteria;
|
|
161
|
-
export interface DeliveryPositionListSearchResponse {
|
|
162
|
-
total?: number;
|
|
163
|
-
data?: Array<OrderDeliveryPosition>;
|
|
164
|
-
}
|
|
165
|
-
export interface DeliveryPositionSingleResponse {
|
|
166
|
-
data: OrderDeliveryPosition;
|
|
167
|
-
}
|
|
168
|
-
export type DeliveryPositionUpdateRequest = OrderDeliveryPosition;
|
|
169
|
-
export type DeliveryPositionUpdateResponse = {
|
|
170
|
-
data: OrderDeliveryPosition;
|
|
171
|
-
};
|
|
172
|
-
export interface DeliveryPositionAggregationRequest {
|
|
173
|
-
aggregations: Array<Aggregation>;
|
|
174
|
-
}
|
|
175
|
-
export interface DeliveryPositionAggregationResponse {
|
|
176
|
-
total?: number;
|
|
177
|
-
data?: Array<OrderDeliveryPosition>;
|
|
178
|
-
}
|
|
179
|
-
/** Line Items **/
|
|
180
|
-
export interface LineItemListResponse {
|
|
181
|
-
total?: number;
|
|
182
|
-
data?: Array<OrderLineItem>;
|
|
183
|
-
}
|
|
184
|
-
export type LineItemCreateRequest = OrderLineItem;
|
|
185
|
-
export type LineItemCreateResponse = {
|
|
186
|
-
data: OrderLineItem;
|
|
187
|
-
};
|
|
188
|
-
export type LineItemListSearchRequest = Criteria;
|
|
189
|
-
export interface LineItemListSearchResponse {
|
|
190
|
-
total?: number;
|
|
191
|
-
data?: Array<OrderLineItem>;
|
|
192
|
-
}
|
|
193
|
-
export interface LineItemSingleResponse {
|
|
194
|
-
data: OrderLineItem;
|
|
195
|
-
}
|
|
196
|
-
export type LineItemUpdateRequest = OrderLineItem;
|
|
197
|
-
export type LineItemUpdateResponse = {
|
|
198
|
-
data: OrderLineItem;
|
|
199
|
-
};
|
|
200
|
-
export interface LineItemAggregationRequest {
|
|
201
|
-
aggregations: Array<Aggregation>;
|
|
202
|
-
}
|
|
203
|
-
export interface LineItemAggregationResponse {
|
|
204
|
-
total?: number;
|
|
205
|
-
data?: Array<OrderLineItem>;
|
|
206
|
-
}
|
|
207
|
-
/** Line Item Downloads **/
|
|
208
|
-
export interface LineItemDownloadListResponse {
|
|
209
|
-
total?: number;
|
|
210
|
-
data?: Array<OrderLineItemDownload>;
|
|
211
|
-
}
|
|
212
|
-
export type LineItemDownloadCreateRequest = OrderLineItemDownload;
|
|
213
|
-
export type LineItemDownloadCreateResponse = {
|
|
214
|
-
data: OrderLineItemDownload;
|
|
215
|
-
};
|
|
216
|
-
export type LineItemDownloadListSearchRequest = Criteria;
|
|
217
|
-
export interface LineItemDownloadListSearchResponse {
|
|
218
|
-
total?: number;
|
|
219
|
-
data?: Array<OrderLineItemDownload>;
|
|
220
|
-
}
|
|
221
|
-
export interface LineItemDownloadSingleResponse {
|
|
222
|
-
data: OrderLineItemDownload;
|
|
223
|
-
}
|
|
224
|
-
export type LineItemDownloadUpdateRequest = OrderLineItemDownload;
|
|
225
|
-
export type LineItemDownloadUpdateResponse = {
|
|
226
|
-
data: OrderLineItemDownload;
|
|
227
|
-
};
|
|
228
|
-
export interface LineItemDownloadAggregationRequest {
|
|
229
|
-
aggregations: Array<Aggregation>;
|
|
230
|
-
}
|
|
231
|
-
export interface LineItemDownloadAggregationResponse {
|
|
232
|
-
total?: number;
|
|
233
|
-
data?: Array<OrderLineItemDownload>;
|
|
234
|
-
}
|
|
235
|
-
/** Transactions **/
|
|
236
|
-
export interface TransactionListResponse {
|
|
237
|
-
total?: number;
|
|
238
|
-
data?: Array<OrderTransaction>;
|
|
239
|
-
}
|
|
240
|
-
export type TransactionCreateRequest = OrderTransaction;
|
|
241
|
-
export type TransactionCreateResponse = {
|
|
242
|
-
data: OrderTransaction;
|
|
243
|
-
};
|
|
244
|
-
export type TransactionListSearchRequest = Criteria;
|
|
245
|
-
export interface TransactionListSearchResponse {
|
|
246
|
-
total?: number;
|
|
247
|
-
data?: Array<OrderTransaction>;
|
|
248
|
-
}
|
|
249
|
-
export interface TransactionSingleResponse {
|
|
250
|
-
data: OrderTransaction;
|
|
251
|
-
}
|
|
252
|
-
export type TransactionUpdateRequest = OrderTransaction;
|
|
253
|
-
export type TransactionUpdateResponse = {
|
|
254
|
-
data: OrderTransaction;
|
|
255
|
-
};
|
|
256
|
-
export interface TransactionAggregationRequest {
|
|
257
|
-
aggregations: Array<Aggregation>;
|
|
258
|
-
}
|
|
259
|
-
export interface TransactionAggregationResponse {
|
|
260
|
-
total?: number;
|
|
261
|
-
data?: Array<OrderTransaction>;
|
|
262
|
-
}
|
|
263
|
-
/** Transaction Captures **/
|
|
264
|
-
export interface TransactionCaptureListResponse {
|
|
265
|
-
total?: number;
|
|
266
|
-
data?: Array<OrderTransactionCapture>;
|
|
267
|
-
}
|
|
268
|
-
export type TransactionCaptureCreateRequest = OrderTransactionCapture;
|
|
269
|
-
export type TransactionCaptureCreateResponse = {
|
|
270
|
-
data: OrderTransactionCapture;
|
|
271
|
-
};
|
|
272
|
-
export type TransactionCaptureListSearchRequest = Criteria;
|
|
273
|
-
export interface TransactionCaptureListSearchResponse {
|
|
274
|
-
total?: number;
|
|
275
|
-
data?: Array<OrderTransactionCapture>;
|
|
276
|
-
}
|
|
277
|
-
export interface TransactionCaptureSingleResponse {
|
|
278
|
-
data: OrderTransactionCapture;
|
|
279
|
-
}
|
|
280
|
-
export type TransactionCaptureUpdateRequest = OrderTransactionCapture;
|
|
281
|
-
export type TransactionCaptureUpdateResponse = {
|
|
282
|
-
data: OrderTransactionCapture;
|
|
283
|
-
};
|
|
284
|
-
export interface TransactionCaptureAggregationRequest {
|
|
285
|
-
aggregations: Array<Aggregation>;
|
|
286
|
-
}
|
|
287
|
-
export interface TransactionCaptureAggregationResponse {
|
|
288
|
-
total?: number;
|
|
289
|
-
data?: Array<OrderTransactionCapture>;
|
|
290
|
-
}
|
|
291
|
-
/** Transaction Capture Refunds **/
|
|
292
|
-
export interface TransactionCaptureRefundListResponse {
|
|
293
|
-
total?: number;
|
|
294
|
-
data?: Array<OrderTransactionCaptureRefund>;
|
|
295
|
-
}
|
|
296
|
-
export type TransactionCaptureRefundCreateRequest = OrderTransactionCaptureRefund;
|
|
297
|
-
export type TransactionCaptureRefundCreateResponse = {
|
|
298
|
-
data: OrderTransactionCaptureRefund;
|
|
299
|
-
};
|
|
300
|
-
export type TransactionCaptureRefundListSearchRequest = Criteria;
|
|
301
|
-
export interface TransactionCaptureRefundListSearchResponse {
|
|
302
|
-
total?: number;
|
|
303
|
-
data?: Array<OrderTransactionCaptureRefund>;
|
|
304
|
-
}
|
|
305
|
-
export interface TransactionCaptureRefundSingleResponse {
|
|
306
|
-
data: OrderTransactionCaptureRefund;
|
|
307
|
-
}
|
|
308
|
-
export type TransactionCaptureRefundUpdateRequest = OrderTransactionCaptureRefund;
|
|
309
|
-
export type TransactionCaptureRefundUpdateResponse = {
|
|
310
|
-
data: OrderTransactionCaptureRefund;
|
|
311
|
-
};
|
|
312
|
-
export interface TransactionCaptureRefundAggregationRequest {
|
|
313
|
-
aggregations: Array<Aggregation>;
|
|
314
|
-
}
|
|
315
|
-
export interface TransactionCaptureRefundAggregationResponse {
|
|
316
|
-
total?: number;
|
|
317
|
-
data?: Array<OrderTransactionCaptureRefund>;
|
|
318
|
-
}
|
|
319
|
-
/** Transaction Capture Refund Positions **/
|
|
320
|
-
export interface TransactionCaptureRefundPositionListResponse {
|
|
321
|
-
total?: number;
|
|
322
|
-
data?: Array<OrderTransactionCaptureRefundPosition>;
|
|
323
|
-
}
|
|
324
|
-
export type TransactionCaptureRefundPositionCreateRequest = OrderTransactionCaptureRefundPosition;
|
|
325
|
-
export type TransactionCaptureRefundPositionCreateResponse = {
|
|
326
|
-
data: OrderTransactionCaptureRefundPosition;
|
|
327
|
-
};
|
|
328
|
-
export type TransactionCaptureRefundPositionListSearchRequest = Criteria;
|
|
329
|
-
export interface TransactionCaptureRefundPositionListSearchResponse {
|
|
330
|
-
total?: number;
|
|
331
|
-
data?: Array<OrderTransactionCaptureRefundPosition>;
|
|
332
|
-
}
|
|
333
|
-
export interface TransactionCaptureRefundPositionSingleResponse {
|
|
334
|
-
data: OrderTransactionCaptureRefundPosition;
|
|
335
|
-
}
|
|
336
|
-
export type TransactionCaptureRefundPositionUpdateRequest = OrderTransactionCaptureRefundPosition;
|
|
337
|
-
export type TransactionCaptureRefundPositionUpdateResponse = {
|
|
338
|
-
data: OrderTransactionCaptureRefundPosition;
|
|
339
|
-
};
|
|
340
|
-
export interface TransactionCaptureRefundPositionAggregationRequest {
|
|
341
|
-
aggregations: Array<Aggregation>;
|
|
342
|
-
}
|
|
343
|
-
export interface TransactionCaptureRefundPositionAggregationResponse {
|
|
344
|
-
total?: number;
|
|
345
|
-
data?: Array<OrderTransactionCaptureRefundPosition>;
|
|
346
|
-
}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { LogEntry } from "#types/api/admin/LogEntry";
|
|
2
|
-
import { Notification } from "#types/api/admin/Notification";
|
|
3
|
-
import { SystemConfig } from "#types/api/admin/SystemConfig";
|
|
4
|
-
import { ScheduledTask } from "#types/api/admin/ScheduledTask";
|
|
5
|
-
import { Criteria } from "#types/api/global/query/Criteria";
|
|
6
|
-
import { Aggregation } from "#types/api/global/aggregation/Aggregation";
|
|
7
1
|
/** Info & Health **/
|
|
8
2
|
export type BusinessEventsResponse = Array<{
|
|
9
3
|
name?: string;
|
|
@@ -71,115 +65,3 @@ export interface ScheduledTaskRunResponse {
|
|
|
71
65
|
export interface ScheduledTaskMinIntervalResponse {
|
|
72
66
|
minRunInterval?: string;
|
|
73
67
|
}
|
|
74
|
-
/** Log Entries **/
|
|
75
|
-
export interface LogEntryListResponse {
|
|
76
|
-
total?: number;
|
|
77
|
-
data?: Array<LogEntry>;
|
|
78
|
-
}
|
|
79
|
-
export type LogEntryCreateRequest = LogEntry;
|
|
80
|
-
export type LogEntryCreateResponse = {
|
|
81
|
-
data: LogEntry;
|
|
82
|
-
};
|
|
83
|
-
export type LogEntryListSearchRequest = Criteria;
|
|
84
|
-
export interface LogEntryListSearchResponse {
|
|
85
|
-
total?: number;
|
|
86
|
-
data?: Array<LogEntry>;
|
|
87
|
-
}
|
|
88
|
-
export interface LogEntrySingleResponse {
|
|
89
|
-
data: LogEntry;
|
|
90
|
-
}
|
|
91
|
-
export type LogEntryUpdateRequest = LogEntry;
|
|
92
|
-
export type LogEntryUpdateResponse = {
|
|
93
|
-
data: LogEntry;
|
|
94
|
-
};
|
|
95
|
-
export interface LogEntryAggregationRequest {
|
|
96
|
-
aggregations: Array<Aggregation>;
|
|
97
|
-
}
|
|
98
|
-
export interface LogEntryAggregationResponse {
|
|
99
|
-
total?: number;
|
|
100
|
-
data?: Array<LogEntry>;
|
|
101
|
-
}
|
|
102
|
-
/** Notifications **/
|
|
103
|
-
export interface NotificationListResponse {
|
|
104
|
-
total?: number;
|
|
105
|
-
data?: Array<Notification>;
|
|
106
|
-
}
|
|
107
|
-
export type NotificationCreateRequest = Notification;
|
|
108
|
-
export type NotificationCreateResponse = {
|
|
109
|
-
data: Notification;
|
|
110
|
-
};
|
|
111
|
-
export type NotificationListSearchRequest = Criteria;
|
|
112
|
-
export interface NotificationListSearchResponse {
|
|
113
|
-
total?: number;
|
|
114
|
-
data?: Array<Notification>;
|
|
115
|
-
}
|
|
116
|
-
export interface NotificationSingleResponse {
|
|
117
|
-
data: Notification;
|
|
118
|
-
}
|
|
119
|
-
export type NotificationUpdateRequest = Notification;
|
|
120
|
-
export type NotificationUpdateResponse = {
|
|
121
|
-
data: Notification;
|
|
122
|
-
};
|
|
123
|
-
export interface NotificationAggregationRequest {
|
|
124
|
-
aggregations: Array<Aggregation>;
|
|
125
|
-
}
|
|
126
|
-
export interface NotificationAggregationResponse {
|
|
127
|
-
total?: number;
|
|
128
|
-
data?: Array<Notification>;
|
|
129
|
-
}
|
|
130
|
-
/** Config Entries **/
|
|
131
|
-
export interface ConfigEntryListResponse {
|
|
132
|
-
total?: number;
|
|
133
|
-
data?: Array<SystemConfig>;
|
|
134
|
-
}
|
|
135
|
-
export type ConfigEntryCreateRequest = SystemConfig;
|
|
136
|
-
export type ConfigEntryCreateResponse = {
|
|
137
|
-
data: SystemConfig;
|
|
138
|
-
};
|
|
139
|
-
export type ConfigEntryListSearchRequest = Criteria;
|
|
140
|
-
export interface ConfigEntryListSearchResponse {
|
|
141
|
-
total?: number;
|
|
142
|
-
data?: Array<SystemConfig>;
|
|
143
|
-
}
|
|
144
|
-
export interface ConfigEntrySingleResponse {
|
|
145
|
-
data: SystemConfig;
|
|
146
|
-
}
|
|
147
|
-
export type ConfigEntryUpdateRequest = SystemConfig;
|
|
148
|
-
export type ConfigEntryUpdateResponse = {
|
|
149
|
-
data: SystemConfig;
|
|
150
|
-
};
|
|
151
|
-
export interface ConfigEntryAggregationRequest {
|
|
152
|
-
aggregations: Array<Aggregation>;
|
|
153
|
-
}
|
|
154
|
-
export interface ConfigEntryAggregationResponse {
|
|
155
|
-
total?: number;
|
|
156
|
-
data?: Array<SystemConfig>;
|
|
157
|
-
}
|
|
158
|
-
/** Scheduled Tasks **/
|
|
159
|
-
export interface ScheduledTaskListResponse {
|
|
160
|
-
total?: number;
|
|
161
|
-
data?: Array<ScheduledTask>;
|
|
162
|
-
}
|
|
163
|
-
export type ScheduledTaskCreateRequest = ScheduledTask;
|
|
164
|
-
export type ScheduledTaskCreateResponse = {
|
|
165
|
-
data: ScheduledTask;
|
|
166
|
-
};
|
|
167
|
-
export type ScheduledTaskListSearchRequest = Criteria;
|
|
168
|
-
export interface ScheduledTaskListSearchResponse {
|
|
169
|
-
total?: number;
|
|
170
|
-
data?: Array<ScheduledTask>;
|
|
171
|
-
}
|
|
172
|
-
export interface ScheduledTaskSingleResponse {
|
|
173
|
-
data: ScheduledTask;
|
|
174
|
-
}
|
|
175
|
-
export type ScheduledTaskUpdateRequest = ScheduledTask;
|
|
176
|
-
export type ScheduledTaskUpdateResponse = {
|
|
177
|
-
data: ScheduledTask;
|
|
178
|
-
};
|
|
179
|
-
export interface ScheduledTaskAggregationRequest {
|
|
180
|
-
aggregations: Array<Aggregation>;
|
|
181
|
-
}
|
|
182
|
-
export interface ScheduledTaskAggregationResponse {
|
|
183
|
-
total?: number;
|
|
184
|
-
data?: Array<ScheduledTask>;
|
|
185
|
-
}
|
|
@@ -1,38 +1,5 @@
|
|
|
1
|
-
export * as App from "./AppClient";
|
|
2
|
-
export * as Category from "./CategoryClient";
|
|
3
|
-
export * as Content from "./ContentClient";
|
|
4
|
-
export * as Country from "./CountryClient";
|
|
5
|
-
export * as Currency from "./CurrencyClient";
|
|
6
|
-
export * as CustomData from "./CustomDataClient";
|
|
7
1
|
export * as Customer from "./CustomerClient";
|
|
8
|
-
export * as DeliveryTime from "./DeliveryTimeClient";
|
|
9
2
|
export * as Document from "./DocumentClient";
|
|
10
|
-
export * as Flow from "./FlowClient";
|
|
11
|
-
export * as ImportExport from "./ImportExportClient";
|
|
12
|
-
export * as Integration from "./IntegrationClient";
|
|
13
|
-
export * as Locale from "./LocaleClient";
|
|
14
3
|
export * as Mail from "./MailClient";
|
|
15
|
-
export * as Media from "./MediaClient";
|
|
16
|
-
export * as Newsletter from "./NewsletterClient";
|
|
17
|
-
export * as NumberRange from "./NumberRangeClient";
|
|
18
4
|
export * as Order from "./OrderClient";
|
|
19
|
-
export * as PaymentMethod from "./PaymentMethodClient";
|
|
20
|
-
export * as Plugin from "./PluginClient";
|
|
21
|
-
export * as Product from "./ProductClient";
|
|
22
|
-
export * as Promotion from "./PromotionClient";
|
|
23
|
-
export * as PropertyGroup from "./PropertyGroupClient";
|
|
24
|
-
export * as Rule from "./RuleClient";
|
|
25
|
-
export * as SalesChannel from "./SalesChannelClient";
|
|
26
|
-
export * as Salutation from "./SalutationClient";
|
|
27
|
-
export * as Script from "./ScriptClient";
|
|
28
|
-
export * as Security from "./SecurityClient";
|
|
29
|
-
export * as Seo from "./SeoClient";
|
|
30
|
-
export * as ShippingMethod from "./ShippingMethodClient";
|
|
31
|
-
export * as Snippet from "./SnippetClient";
|
|
32
|
-
export * as StateMachine from "./StateMachineClient";
|
|
33
5
|
export * as System from "./SystemClient";
|
|
34
|
-
export * as Tag from "./TagClient";
|
|
35
|
-
export * as Tax from "./TaxClient";
|
|
36
|
-
export * as Unit from "./UnitClient";
|
|
37
|
-
export * as User from "./UserClient";
|
|
38
|
-
export * as Webhook from "./WebhookClient";
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { ShopwareDocument } from "#types/api/store/document/ShopwareDocument";
|
|
3
|
-
export type DocumentDownloadRequest = Criteria;
|
|
4
|
-
export type DocumentDownloadResponse = ShopwareDocument;
|
|
1
|
+
export type DocumentDownloadResponse = Blob;
|