@dropins/storefront-quote-management 1.0.0-beta1 → 1.0.0-beta11
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/LICENSE.md +25 -26
- package/api/duplicateNegotiableQuote/duplicateNegotiableQuote.d.ts +1 -0
- package/api/getQuoteTemplates/graphql/getQuoteTemplates.d.ts +1 -1
- package/api/getStoreConfig/graphql/StoreConfigQuery.d.ts +1 -1
- package/api/graphql/NegotiableQuoteTemplateFragment.d.ts +1 -1
- package/api/sendForReview/index.d.ts +1 -1
- package/api/sendQuoteTemplateForReview/sendQuoteTemplateForReview.d.ts +10 -0
- package/api.js +11 -48
- package/api.js.map +1 -1
- package/chunks/AttachedFilesList.js +2 -2
- package/chunks/AttachedFilesList.js.map +1 -1
- package/chunks/CheckWithCircle.js +1 -1
- package/chunks/ChevronDown.js +1 -1
- package/chunks/ConfirmationModal.js +2 -2
- package/chunks/ConfirmationModal.js.map +1 -1
- package/chunks/ItemsQuoted.js +2 -2
- package/chunks/ItemsQuoted.js.map +1 -1
- package/chunks/ItemsQuotedTemplate.js +2 -2
- package/chunks/ItemsQuotedTemplate.js.map +1 -1
- package/chunks/LineItemNoteModal.js +4 -0
- package/chunks/LineItemNoteModal.js.map +1 -0
- package/chunks/NegotiableQuoteFragment.js +2 -1
- package/chunks/NegotiableQuoteFragment.js.map +1 -1
- package/chunks/NegotiableQuoteTemplateFragment.js +155 -7
- package/chunks/NegotiableQuoteTemplateFragment.js.map +1 -1
- package/chunks/OrderSummaryLine.js +2 -2
- package/chunks/OrderSummaryLine.js.map +1 -1
- package/chunks/QuoteCommentsList.js +1 -1
- package/chunks/QuoteCommentsList3.js +1 -1
- package/chunks/QuoteHistoryLog.js +1 -1
- package/chunks/QuoteHistoryLog3.js +1 -1
- package/chunks/QuoteTemplateCommentsList.js +2 -2
- package/chunks/QuoteTemplateCommentsList.js.map +1 -1
- package/chunks/QuoteTemplateHistoryLog.js +1 -1
- package/chunks/RenameQuoteModal.js +4 -0
- package/chunks/RenameQuoteModal.js.map +1 -0
- package/chunks/ShippingAddressDisplay.js +2 -2
- package/chunks/ShippingAddressDisplay.js.map +1 -1
- package/chunks/WarningFilled.js +1 -1
- package/chunks/addQuoteTemplateLineItemNote.js +24 -4
- package/chunks/addQuoteTemplateLineItemNote.js.map +1 -1
- package/chunks/dateUtils.js +1 -1
- package/chunks/duplicateNegotiableQuote.js +6 -6
- package/chunks/duplicateNegotiableQuote.js.map +1 -1
- package/chunks/generateQuoteFromTemplate.js +1 -1
- package/chunks/getQuoteTemplates.js +14 -12
- package/chunks/getQuoteTemplates.js.map +1 -1
- package/chunks/negotiableQuotes.js +2 -2
- package/chunks/openQuoteTemplate.js +30 -9
- package/chunks/openQuoteTemplate.js.map +1 -1
- package/chunks/requestNegotiableQuote.js +1 -1
- package/chunks/setLineItemNote.js +1 -1
- package/chunks/state.js +2 -2
- package/chunks/state.js.map +1 -1
- package/chunks/transform-quote-template.js +2 -2
- package/chunks/transform-quote-template.js.map +1 -1
- package/chunks/transform-quote.js +2 -2
- package/chunks/transform-quote.js.map +1 -1
- package/chunks/uploadFile.js +1 -1
- package/components/LineItemNoteModal/LineItemNoteModal.d.ts +2 -2
- package/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +5 -2
- package/components/ProductListTable/ProductListTable.d.ts +5 -49
- package/components/ReferenceDocumentFormModal/ReferenceDocumentFormModal.d.ts +30 -0
- package/components/ReferenceDocumentFormModal/index.d.ts +11 -0
- package/components/ReferenceDocumentsList/ReferenceDocumentsList.d.ts +18 -0
- package/components/ReferenceDocumentsList/index.d.ts +11 -0
- package/components/index.d.ts +2 -0
- package/containers/ItemsQuoted/ItemsQuoted.d.ts +7 -7
- package/containers/ItemsQuoted.js +2 -2
- package/containers/ItemsQuotedTemplate/ItemsQuotedTemplate.d.ts +5 -1
- package/containers/ItemsQuotedTemplate.js +2 -2
- package/containers/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +3 -0
- package/containers/ManageNegotiableQuote.js +2 -2
- package/containers/ManageNegotiableQuote.js.map +1 -1
- package/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +46 -5
- package/containers/ManageNegotiableQuoteTemplate.js +4 -2
- package/containers/ManageNegotiableQuoteTemplate.js.map +1 -1
- package/containers/OrderSummary.js +2 -2
- package/containers/OrderSummary.js.map +1 -1
- package/containers/OrderSummaryLine.js +2 -2
- package/containers/QuoteCommentsList.js +1 -1
- package/containers/QuoteHistoryLog.js +1 -1
- package/containers/QuoteSummaryList/QuoteSummaryList.d.ts +1 -1
- package/containers/QuoteSummaryList.js +2 -2
- package/containers/QuoteSummaryList.js.map +1 -1
- package/containers/QuoteTemplateCommentsList.js +1 -1
- package/containers/QuoteTemplateHistoryLog.js +1 -1
- package/containers/QuoteTemplatesListTable.js +2 -2
- package/containers/QuoteTemplatesListTable.js.map +1 -1
- package/containers/QuotesListTable.js +2 -2
- package/containers/QuotesListTable.js.map +1 -1
- package/containers/RequestNegotiableQuoteForm.js +2 -2
- package/containers/RequestNegotiableQuoteForm.js.map +1 -1
- package/containers/ShippingAddressDisplay/ShippingAddressDisplay.d.ts +2 -2
- package/containers/ShippingAddressDisplay.js +2 -2
- package/data/models/__fixtures__/negotiableQuoteModel.d.ts +5 -5
- package/data/models/negotiable-quote-model.d.ts +3 -2
- package/data/models/negotiable-quote-template-model.d.ts +4 -39
- package/data/models/store-config-model.d.ts +2 -0
- package/data/transforms/__fixtures__/negotiableQuoteData.d.ts +8 -0
- package/data/transforms/__fixtures__/negotiableQuoteTemplateData.d.ts +616 -75
- package/data/transforms/__fixtures__/storeConfigData.d.ts +4 -0
- package/data/transforms/transform-history.d.ts +15 -0
- package/data/transforms/transform-quote-items.d.ts +15 -0
- package/hooks/useItemsQuotedTemplate.d.ts +15 -0
- package/hooks/useReferenceDocumentLinks.d.ts +34 -0
- package/hooks/useRemoveTemplateItems.d.ts +25 -0
- package/hooks/useRenameTemplate.d.ts +71 -0
- package/hooks/useUpdateTemplateQuantities.d.ts +27 -0
- package/i18n/en_US.json.d.ts +93 -6
- package/lib/itemFormatters.d.ts +1 -1
- package/lib/priceCalculators.d.ts +1 -1
- package/package.json +1 -1
- package/render.js +4 -4
- package/render.js.map +1 -1
- package/chunks/LineItemNoteModal2.js +0 -4
- package/chunks/LineItemNoteModal2.js.map +0 -1
- package/chunks/TabbedContent.js +0 -4
- package/chunks/TabbedContent.js.map +0 -1
|
@@ -42,26 +42,51 @@ export declare const mockQuoteTemplateData: {
|
|
|
42
42
|
attachments?: undefined;
|
|
43
43
|
})[];
|
|
44
44
|
items: ({
|
|
45
|
+
__typename: string;
|
|
45
46
|
uid: string;
|
|
46
47
|
product: {
|
|
47
48
|
name: string;
|
|
48
49
|
sku: string;
|
|
49
50
|
uid: string;
|
|
50
51
|
stock_status: string;
|
|
52
|
+
thumbnail: {
|
|
53
|
+
url: string;
|
|
54
|
+
label: string;
|
|
55
|
+
};
|
|
56
|
+
price_range: {
|
|
57
|
+
maximum_price: {
|
|
58
|
+
regular_price: {
|
|
59
|
+
value: number;
|
|
60
|
+
currency: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
51
64
|
};
|
|
52
65
|
prices: {
|
|
53
66
|
price: {
|
|
54
67
|
currency: string;
|
|
55
68
|
value: number;
|
|
56
69
|
};
|
|
70
|
+
price_including_tax: {
|
|
71
|
+
currency: string;
|
|
72
|
+
value: number;
|
|
73
|
+
};
|
|
57
74
|
original_item_price: {
|
|
58
75
|
currency: string;
|
|
59
76
|
value: number;
|
|
60
77
|
};
|
|
78
|
+
original_row_total: {
|
|
79
|
+
currency: string;
|
|
80
|
+
value: number;
|
|
81
|
+
};
|
|
61
82
|
row_total: {
|
|
62
83
|
currency: string;
|
|
63
84
|
value: number;
|
|
64
85
|
};
|
|
86
|
+
row_total_including_tax: {
|
|
87
|
+
currency: string;
|
|
88
|
+
value: number;
|
|
89
|
+
};
|
|
65
90
|
catalog_discount: {
|
|
66
91
|
amount_off: number;
|
|
67
92
|
percent_off: number;
|
|
@@ -76,45 +101,89 @@ export declare const mockQuoteTemplateData: {
|
|
|
76
101
|
}[];
|
|
77
102
|
};
|
|
78
103
|
quantity: number;
|
|
104
|
+
is_available: boolean;
|
|
79
105
|
note_from_buyer: {
|
|
80
106
|
created_at: string;
|
|
81
|
-
creator_id:
|
|
82
|
-
creator_type:
|
|
83
|
-
|
|
107
|
+
creator_id: number;
|
|
108
|
+
creator_type: number;
|
|
109
|
+
negotiable_quote_item_uid: string;
|
|
84
110
|
note: string;
|
|
85
111
|
note_uid: string;
|
|
86
112
|
}[];
|
|
87
113
|
note_from_seller: {
|
|
88
114
|
created_at: string;
|
|
89
|
-
creator_id:
|
|
90
|
-
creator_type:
|
|
91
|
-
|
|
115
|
+
creator_id: number;
|
|
116
|
+
creator_type: number;
|
|
117
|
+
negotiable_quote_item_uid: string;
|
|
92
118
|
note: string;
|
|
93
119
|
note_uid: string;
|
|
94
120
|
}[];
|
|
121
|
+
configured_variant?: undefined;
|
|
95
122
|
configurable_options?: undefined;
|
|
96
123
|
bundle_options?: undefined;
|
|
97
124
|
} | {
|
|
125
|
+
__typename: string;
|
|
98
126
|
uid: string;
|
|
99
127
|
product: {
|
|
100
128
|
name: string;
|
|
101
129
|
sku: string;
|
|
102
130
|
uid: string;
|
|
103
131
|
stock_status: string;
|
|
132
|
+
thumbnail: {
|
|
133
|
+
url: string;
|
|
134
|
+
label: string;
|
|
135
|
+
};
|
|
136
|
+
price_range: {
|
|
137
|
+
maximum_price: {
|
|
138
|
+
regular_price: {
|
|
139
|
+
value: number;
|
|
140
|
+
currency: string;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
configured_variant: {
|
|
146
|
+
uid: string;
|
|
147
|
+
sku: string;
|
|
148
|
+
stock_status: string;
|
|
149
|
+
thumbnail: {
|
|
150
|
+
url: string;
|
|
151
|
+
label: string;
|
|
152
|
+
};
|
|
153
|
+
price_range: {
|
|
154
|
+
maximum_price: {
|
|
155
|
+
regular_price: {
|
|
156
|
+
value: number;
|
|
157
|
+
currency: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
104
161
|
};
|
|
105
162
|
prices: {
|
|
106
163
|
price: {
|
|
107
164
|
currency: string;
|
|
108
165
|
value: number;
|
|
109
166
|
};
|
|
167
|
+
price_including_tax: {
|
|
168
|
+
currency: string;
|
|
169
|
+
value: number;
|
|
170
|
+
};
|
|
110
171
|
original_item_price: {
|
|
111
172
|
currency: string;
|
|
112
173
|
value: number;
|
|
113
174
|
};
|
|
175
|
+
original_row_total: {
|
|
176
|
+
currency: string;
|
|
177
|
+
value: number;
|
|
178
|
+
};
|
|
114
179
|
row_total: {
|
|
115
180
|
currency: string;
|
|
116
181
|
value: number;
|
|
117
182
|
};
|
|
183
|
+
row_total_including_tax: {
|
|
184
|
+
currency: string;
|
|
185
|
+
value: number;
|
|
186
|
+
};
|
|
118
187
|
catalog_discount: {
|
|
119
188
|
amount_off: number;
|
|
120
189
|
percent_off: number;
|
|
@@ -129,41 +198,67 @@ export declare const mockQuoteTemplateData: {
|
|
|
129
198
|
}[];
|
|
130
199
|
};
|
|
131
200
|
quantity: number;
|
|
201
|
+
is_available: boolean;
|
|
132
202
|
configurable_options: {
|
|
133
203
|
option_label: string;
|
|
134
204
|
value_label: string;
|
|
135
205
|
}[];
|
|
136
206
|
note_from_buyer: {
|
|
137
207
|
created_at: string;
|
|
138
|
-
creator_id:
|
|
139
|
-
creator_type:
|
|
140
|
-
|
|
208
|
+
creator_id: number;
|
|
209
|
+
creator_type: number;
|
|
210
|
+
negotiable_quote_item_uid: string;
|
|
141
211
|
note: string;
|
|
142
212
|
note_uid: string;
|
|
143
213
|
}[];
|
|
144
214
|
note_from_seller: never[];
|
|
145
215
|
bundle_options?: undefined;
|
|
146
216
|
} | {
|
|
217
|
+
__typename: string;
|
|
147
218
|
uid: string;
|
|
148
219
|
product: {
|
|
149
220
|
name: string;
|
|
150
221
|
sku: string;
|
|
151
222
|
uid: string;
|
|
152
223
|
stock_status: string;
|
|
224
|
+
thumbnail: {
|
|
225
|
+
url: string;
|
|
226
|
+
label: string;
|
|
227
|
+
};
|
|
228
|
+
price_range: {
|
|
229
|
+
maximum_price: {
|
|
230
|
+
regular_price: {
|
|
231
|
+
value: number;
|
|
232
|
+
currency: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
};
|
|
153
236
|
};
|
|
154
237
|
prices: {
|
|
155
238
|
price: {
|
|
156
239
|
currency: string;
|
|
157
240
|
value: number;
|
|
158
241
|
};
|
|
242
|
+
price_including_tax: {
|
|
243
|
+
currency: string;
|
|
244
|
+
value: number;
|
|
245
|
+
};
|
|
159
246
|
original_item_price: {
|
|
160
247
|
currency: string;
|
|
161
248
|
value: number;
|
|
162
249
|
};
|
|
250
|
+
original_row_total: {
|
|
251
|
+
currency: string;
|
|
252
|
+
value: number;
|
|
253
|
+
};
|
|
163
254
|
row_total: {
|
|
164
255
|
currency: string;
|
|
165
256
|
value: number;
|
|
166
257
|
};
|
|
258
|
+
row_total_including_tax: {
|
|
259
|
+
currency: string;
|
|
260
|
+
value: number;
|
|
261
|
+
};
|
|
167
262
|
catalog_discount: {
|
|
168
263
|
amount_off: number;
|
|
169
264
|
percent_off: number;
|
|
@@ -178,6 +273,7 @@ export declare const mockQuoteTemplateData: {
|
|
|
178
273
|
}[];
|
|
179
274
|
};
|
|
180
275
|
quantity: number;
|
|
276
|
+
is_available: boolean;
|
|
181
277
|
bundle_options: {
|
|
182
278
|
label: string;
|
|
183
279
|
values: {
|
|
@@ -195,20 +291,21 @@ export declare const mockQuoteTemplateData: {
|
|
|
195
291
|
}[];
|
|
196
292
|
note_from_buyer: {
|
|
197
293
|
created_at: string;
|
|
198
|
-
creator_id:
|
|
199
|
-
creator_type:
|
|
200
|
-
|
|
294
|
+
creator_id: number;
|
|
295
|
+
creator_type: number;
|
|
296
|
+
negotiable_quote_item_uid: string;
|
|
201
297
|
note: string;
|
|
202
298
|
note_uid: string;
|
|
203
299
|
}[];
|
|
204
300
|
note_from_seller: {
|
|
205
301
|
created_at: string;
|
|
206
|
-
creator_id:
|
|
207
|
-
creator_type:
|
|
208
|
-
|
|
302
|
+
creator_id: number;
|
|
303
|
+
creator_type: number;
|
|
304
|
+
negotiable_quote_item_uid: string;
|
|
209
305
|
note: string;
|
|
210
306
|
note_uid: string;
|
|
211
307
|
}[];
|
|
308
|
+
configured_variant?: undefined;
|
|
212
309
|
configurable_options?: undefined;
|
|
213
310
|
})[];
|
|
214
311
|
history: ({
|
|
@@ -314,6 +411,17 @@ export declare const mockQuoteTemplateData: {
|
|
|
314
411
|
};
|
|
315
412
|
telephone: string;
|
|
316
413
|
}[];
|
|
414
|
+
reference_document_links: ({
|
|
415
|
+
link_id: string;
|
|
416
|
+
document_name: string;
|
|
417
|
+
document_identifier: string;
|
|
418
|
+
reference_document_url: string;
|
|
419
|
+
} | {
|
|
420
|
+
link_id: string;
|
|
421
|
+
document_name: string;
|
|
422
|
+
reference_document_url: string;
|
|
423
|
+
document_identifier?: undefined;
|
|
424
|
+
})[];
|
|
317
425
|
};
|
|
318
426
|
export declare const mockMinimalQuoteTemplateData: {
|
|
319
427
|
template_id: string;
|
|
@@ -364,26 +472,51 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
364
472
|
attachments?: undefined;
|
|
365
473
|
})[];
|
|
366
474
|
items: ({
|
|
475
|
+
__typename: string;
|
|
367
476
|
uid: string;
|
|
368
477
|
product: {
|
|
369
478
|
name: string;
|
|
370
479
|
sku: string;
|
|
371
480
|
uid: string;
|
|
372
481
|
stock_status: string;
|
|
482
|
+
thumbnail: {
|
|
483
|
+
url: string;
|
|
484
|
+
label: string;
|
|
485
|
+
};
|
|
486
|
+
price_range: {
|
|
487
|
+
maximum_price: {
|
|
488
|
+
regular_price: {
|
|
489
|
+
value: number;
|
|
490
|
+
currency: string;
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
};
|
|
373
494
|
};
|
|
374
495
|
prices: {
|
|
375
496
|
price: {
|
|
376
497
|
currency: string;
|
|
377
498
|
value: number;
|
|
378
499
|
};
|
|
500
|
+
price_including_tax: {
|
|
501
|
+
currency: string;
|
|
502
|
+
value: number;
|
|
503
|
+
};
|
|
379
504
|
original_item_price: {
|
|
380
505
|
currency: string;
|
|
381
506
|
value: number;
|
|
382
507
|
};
|
|
508
|
+
original_row_total: {
|
|
509
|
+
currency: string;
|
|
510
|
+
value: number;
|
|
511
|
+
};
|
|
383
512
|
row_total: {
|
|
384
513
|
currency: string;
|
|
385
514
|
value: number;
|
|
386
515
|
};
|
|
516
|
+
row_total_including_tax: {
|
|
517
|
+
currency: string;
|
|
518
|
+
value: number;
|
|
519
|
+
};
|
|
387
520
|
catalog_discount: {
|
|
388
521
|
amount_off: number;
|
|
389
522
|
percent_off: number;
|
|
@@ -398,45 +531,89 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
398
531
|
}[];
|
|
399
532
|
};
|
|
400
533
|
quantity: number;
|
|
534
|
+
is_available: boolean;
|
|
401
535
|
note_from_buyer: {
|
|
402
536
|
created_at: string;
|
|
403
|
-
creator_id:
|
|
404
|
-
creator_type:
|
|
405
|
-
|
|
537
|
+
creator_id: number;
|
|
538
|
+
creator_type: number;
|
|
539
|
+
negotiable_quote_item_uid: string;
|
|
406
540
|
note: string;
|
|
407
541
|
note_uid: string;
|
|
408
542
|
}[];
|
|
409
543
|
note_from_seller: {
|
|
410
544
|
created_at: string;
|
|
411
|
-
creator_id:
|
|
412
|
-
creator_type:
|
|
413
|
-
|
|
545
|
+
creator_id: number;
|
|
546
|
+
creator_type: number;
|
|
547
|
+
negotiable_quote_item_uid: string;
|
|
414
548
|
note: string;
|
|
415
549
|
note_uid: string;
|
|
416
550
|
}[];
|
|
551
|
+
configured_variant?: undefined;
|
|
417
552
|
configurable_options?: undefined;
|
|
418
553
|
bundle_options?: undefined;
|
|
419
554
|
} | {
|
|
555
|
+
__typename: string;
|
|
420
556
|
uid: string;
|
|
421
557
|
product: {
|
|
422
558
|
name: string;
|
|
423
559
|
sku: string;
|
|
424
560
|
uid: string;
|
|
425
561
|
stock_status: string;
|
|
562
|
+
thumbnail: {
|
|
563
|
+
url: string;
|
|
564
|
+
label: string;
|
|
565
|
+
};
|
|
566
|
+
price_range: {
|
|
567
|
+
maximum_price: {
|
|
568
|
+
regular_price: {
|
|
569
|
+
value: number;
|
|
570
|
+
currency: string;
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
configured_variant: {
|
|
576
|
+
uid: string;
|
|
577
|
+
sku: string;
|
|
578
|
+
stock_status: string;
|
|
579
|
+
thumbnail: {
|
|
580
|
+
url: string;
|
|
581
|
+
label: string;
|
|
582
|
+
};
|
|
583
|
+
price_range: {
|
|
584
|
+
maximum_price: {
|
|
585
|
+
regular_price: {
|
|
586
|
+
value: number;
|
|
587
|
+
currency: string;
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
};
|
|
426
591
|
};
|
|
427
592
|
prices: {
|
|
428
593
|
price: {
|
|
429
594
|
currency: string;
|
|
430
595
|
value: number;
|
|
431
596
|
};
|
|
597
|
+
price_including_tax: {
|
|
598
|
+
currency: string;
|
|
599
|
+
value: number;
|
|
600
|
+
};
|
|
432
601
|
original_item_price: {
|
|
433
602
|
currency: string;
|
|
434
603
|
value: number;
|
|
435
604
|
};
|
|
605
|
+
original_row_total: {
|
|
606
|
+
currency: string;
|
|
607
|
+
value: number;
|
|
608
|
+
};
|
|
436
609
|
row_total: {
|
|
437
610
|
currency: string;
|
|
438
611
|
value: number;
|
|
439
612
|
};
|
|
613
|
+
row_total_including_tax: {
|
|
614
|
+
currency: string;
|
|
615
|
+
value: number;
|
|
616
|
+
};
|
|
440
617
|
catalog_discount: {
|
|
441
618
|
amount_off: number;
|
|
442
619
|
percent_off: number;
|
|
@@ -451,41 +628,67 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
451
628
|
}[];
|
|
452
629
|
};
|
|
453
630
|
quantity: number;
|
|
631
|
+
is_available: boolean;
|
|
454
632
|
configurable_options: {
|
|
455
633
|
option_label: string;
|
|
456
634
|
value_label: string;
|
|
457
635
|
}[];
|
|
458
636
|
note_from_buyer: {
|
|
459
637
|
created_at: string;
|
|
460
|
-
creator_id:
|
|
461
|
-
creator_type:
|
|
462
|
-
|
|
638
|
+
creator_id: number;
|
|
639
|
+
creator_type: number;
|
|
640
|
+
negotiable_quote_item_uid: string;
|
|
463
641
|
note: string;
|
|
464
642
|
note_uid: string;
|
|
465
643
|
}[];
|
|
466
644
|
note_from_seller: never[];
|
|
467
645
|
bundle_options?: undefined;
|
|
468
646
|
} | {
|
|
647
|
+
__typename: string;
|
|
469
648
|
uid: string;
|
|
470
649
|
product: {
|
|
471
650
|
name: string;
|
|
472
651
|
sku: string;
|
|
473
652
|
uid: string;
|
|
474
653
|
stock_status: string;
|
|
654
|
+
thumbnail: {
|
|
655
|
+
url: string;
|
|
656
|
+
label: string;
|
|
657
|
+
};
|
|
658
|
+
price_range: {
|
|
659
|
+
maximum_price: {
|
|
660
|
+
regular_price: {
|
|
661
|
+
value: number;
|
|
662
|
+
currency: string;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
};
|
|
475
666
|
};
|
|
476
667
|
prices: {
|
|
477
668
|
price: {
|
|
478
669
|
currency: string;
|
|
479
670
|
value: number;
|
|
480
671
|
};
|
|
672
|
+
price_including_tax: {
|
|
673
|
+
currency: string;
|
|
674
|
+
value: number;
|
|
675
|
+
};
|
|
481
676
|
original_item_price: {
|
|
482
677
|
currency: string;
|
|
483
678
|
value: number;
|
|
484
679
|
};
|
|
680
|
+
original_row_total: {
|
|
681
|
+
currency: string;
|
|
682
|
+
value: number;
|
|
683
|
+
};
|
|
485
684
|
row_total: {
|
|
486
685
|
currency: string;
|
|
487
686
|
value: number;
|
|
488
687
|
};
|
|
688
|
+
row_total_including_tax: {
|
|
689
|
+
currency: string;
|
|
690
|
+
value: number;
|
|
691
|
+
};
|
|
489
692
|
catalog_discount: {
|
|
490
693
|
amount_off: number;
|
|
491
694
|
percent_off: number;
|
|
@@ -500,6 +703,7 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
500
703
|
}[];
|
|
501
704
|
};
|
|
502
705
|
quantity: number;
|
|
706
|
+
is_available: boolean;
|
|
503
707
|
bundle_options: {
|
|
504
708
|
label: string;
|
|
505
709
|
values: {
|
|
@@ -517,20 +721,21 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
517
721
|
}[];
|
|
518
722
|
note_from_buyer: {
|
|
519
723
|
created_at: string;
|
|
520
|
-
creator_id:
|
|
521
|
-
creator_type:
|
|
522
|
-
|
|
724
|
+
creator_id: number;
|
|
725
|
+
creator_type: number;
|
|
726
|
+
negotiable_quote_item_uid: string;
|
|
523
727
|
note: string;
|
|
524
728
|
note_uid: string;
|
|
525
729
|
}[];
|
|
526
730
|
note_from_seller: {
|
|
527
731
|
created_at: string;
|
|
528
|
-
creator_id:
|
|
529
|
-
creator_type:
|
|
530
|
-
|
|
732
|
+
creator_id: number;
|
|
733
|
+
creator_type: number;
|
|
734
|
+
negotiable_quote_item_uid: string;
|
|
531
735
|
note: string;
|
|
532
736
|
note_uid: string;
|
|
533
737
|
}[];
|
|
738
|
+
configured_variant?: undefined;
|
|
534
739
|
configurable_options?: undefined;
|
|
535
740
|
})[];
|
|
536
741
|
history: ({
|
|
@@ -636,6 +841,17 @@ export declare const mockSubmittedQuoteTemplateData: {
|
|
|
636
841
|
};
|
|
637
842
|
telephone: string;
|
|
638
843
|
}[];
|
|
844
|
+
reference_document_links: ({
|
|
845
|
+
link_id: string;
|
|
846
|
+
document_name: string;
|
|
847
|
+
document_identifier: string;
|
|
848
|
+
reference_document_url: string;
|
|
849
|
+
} | {
|
|
850
|
+
link_id: string;
|
|
851
|
+
document_name: string;
|
|
852
|
+
reference_document_url: string;
|
|
853
|
+
document_identifier?: undefined;
|
|
854
|
+
})[];
|
|
639
855
|
};
|
|
640
856
|
export declare const mockInReviewQuoteTemplateData: {
|
|
641
857
|
template_id: string;
|
|
@@ -673,26 +889,51 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
673
889
|
attachments?: undefined;
|
|
674
890
|
})[];
|
|
675
891
|
items: ({
|
|
892
|
+
__typename: string;
|
|
676
893
|
uid: string;
|
|
677
894
|
product: {
|
|
678
895
|
name: string;
|
|
679
896
|
sku: string;
|
|
680
897
|
uid: string;
|
|
681
898
|
stock_status: string;
|
|
899
|
+
thumbnail: {
|
|
900
|
+
url: string;
|
|
901
|
+
label: string;
|
|
902
|
+
};
|
|
903
|
+
price_range: {
|
|
904
|
+
maximum_price: {
|
|
905
|
+
regular_price: {
|
|
906
|
+
value: number;
|
|
907
|
+
currency: string;
|
|
908
|
+
};
|
|
909
|
+
};
|
|
910
|
+
};
|
|
682
911
|
};
|
|
683
912
|
prices: {
|
|
684
913
|
price: {
|
|
685
914
|
currency: string;
|
|
686
915
|
value: number;
|
|
687
916
|
};
|
|
917
|
+
price_including_tax: {
|
|
918
|
+
currency: string;
|
|
919
|
+
value: number;
|
|
920
|
+
};
|
|
688
921
|
original_item_price: {
|
|
689
922
|
currency: string;
|
|
690
923
|
value: number;
|
|
691
924
|
};
|
|
925
|
+
original_row_total: {
|
|
926
|
+
currency: string;
|
|
927
|
+
value: number;
|
|
928
|
+
};
|
|
692
929
|
row_total: {
|
|
693
930
|
currency: string;
|
|
694
931
|
value: number;
|
|
695
932
|
};
|
|
933
|
+
row_total_including_tax: {
|
|
934
|
+
currency: string;
|
|
935
|
+
value: number;
|
|
936
|
+
};
|
|
696
937
|
catalog_discount: {
|
|
697
938
|
amount_off: number;
|
|
698
939
|
percent_off: number;
|
|
@@ -707,45 +948,89 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
707
948
|
}[];
|
|
708
949
|
};
|
|
709
950
|
quantity: number;
|
|
951
|
+
is_available: boolean;
|
|
710
952
|
note_from_buyer: {
|
|
711
953
|
created_at: string;
|
|
712
|
-
creator_id:
|
|
713
|
-
creator_type:
|
|
714
|
-
|
|
954
|
+
creator_id: number;
|
|
955
|
+
creator_type: number;
|
|
956
|
+
negotiable_quote_item_uid: string;
|
|
715
957
|
note: string;
|
|
716
958
|
note_uid: string;
|
|
717
959
|
}[];
|
|
718
960
|
note_from_seller: {
|
|
719
961
|
created_at: string;
|
|
720
|
-
creator_id:
|
|
721
|
-
creator_type:
|
|
722
|
-
|
|
962
|
+
creator_id: number;
|
|
963
|
+
creator_type: number;
|
|
964
|
+
negotiable_quote_item_uid: string;
|
|
723
965
|
note: string;
|
|
724
966
|
note_uid: string;
|
|
725
967
|
}[];
|
|
968
|
+
configured_variant?: undefined;
|
|
726
969
|
configurable_options?: undefined;
|
|
727
970
|
bundle_options?: undefined;
|
|
728
971
|
} | {
|
|
972
|
+
__typename: string;
|
|
729
973
|
uid: string;
|
|
730
974
|
product: {
|
|
731
975
|
name: string;
|
|
732
976
|
sku: string;
|
|
733
977
|
uid: string;
|
|
734
978
|
stock_status: string;
|
|
979
|
+
thumbnail: {
|
|
980
|
+
url: string;
|
|
981
|
+
label: string;
|
|
982
|
+
};
|
|
983
|
+
price_range: {
|
|
984
|
+
maximum_price: {
|
|
985
|
+
regular_price: {
|
|
986
|
+
value: number;
|
|
987
|
+
currency: string;
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
};
|
|
992
|
+
configured_variant: {
|
|
993
|
+
uid: string;
|
|
994
|
+
sku: string;
|
|
995
|
+
stock_status: string;
|
|
996
|
+
thumbnail: {
|
|
997
|
+
url: string;
|
|
998
|
+
label: string;
|
|
999
|
+
};
|
|
1000
|
+
price_range: {
|
|
1001
|
+
maximum_price: {
|
|
1002
|
+
regular_price: {
|
|
1003
|
+
value: number;
|
|
1004
|
+
currency: string;
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
};
|
|
735
1008
|
};
|
|
736
1009
|
prices: {
|
|
737
1010
|
price: {
|
|
738
1011
|
currency: string;
|
|
739
1012
|
value: number;
|
|
740
1013
|
};
|
|
1014
|
+
price_including_tax: {
|
|
1015
|
+
currency: string;
|
|
1016
|
+
value: number;
|
|
1017
|
+
};
|
|
741
1018
|
original_item_price: {
|
|
742
1019
|
currency: string;
|
|
743
1020
|
value: number;
|
|
744
1021
|
};
|
|
1022
|
+
original_row_total: {
|
|
1023
|
+
currency: string;
|
|
1024
|
+
value: number;
|
|
1025
|
+
};
|
|
745
1026
|
row_total: {
|
|
746
1027
|
currency: string;
|
|
747
1028
|
value: number;
|
|
748
1029
|
};
|
|
1030
|
+
row_total_including_tax: {
|
|
1031
|
+
currency: string;
|
|
1032
|
+
value: number;
|
|
1033
|
+
};
|
|
749
1034
|
catalog_discount: {
|
|
750
1035
|
amount_off: number;
|
|
751
1036
|
percent_off: number;
|
|
@@ -760,41 +1045,67 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
760
1045
|
}[];
|
|
761
1046
|
};
|
|
762
1047
|
quantity: number;
|
|
1048
|
+
is_available: boolean;
|
|
763
1049
|
configurable_options: {
|
|
764
1050
|
option_label: string;
|
|
765
1051
|
value_label: string;
|
|
766
1052
|
}[];
|
|
767
1053
|
note_from_buyer: {
|
|
768
1054
|
created_at: string;
|
|
769
|
-
creator_id:
|
|
770
|
-
creator_type:
|
|
771
|
-
|
|
1055
|
+
creator_id: number;
|
|
1056
|
+
creator_type: number;
|
|
1057
|
+
negotiable_quote_item_uid: string;
|
|
772
1058
|
note: string;
|
|
773
1059
|
note_uid: string;
|
|
774
1060
|
}[];
|
|
775
1061
|
note_from_seller: never[];
|
|
776
1062
|
bundle_options?: undefined;
|
|
777
1063
|
} | {
|
|
1064
|
+
__typename: string;
|
|
778
1065
|
uid: string;
|
|
779
1066
|
product: {
|
|
780
1067
|
name: string;
|
|
781
1068
|
sku: string;
|
|
782
1069
|
uid: string;
|
|
783
1070
|
stock_status: string;
|
|
1071
|
+
thumbnail: {
|
|
1072
|
+
url: string;
|
|
1073
|
+
label: string;
|
|
1074
|
+
};
|
|
1075
|
+
price_range: {
|
|
1076
|
+
maximum_price: {
|
|
1077
|
+
regular_price: {
|
|
1078
|
+
value: number;
|
|
1079
|
+
currency: string;
|
|
1080
|
+
};
|
|
1081
|
+
};
|
|
1082
|
+
};
|
|
784
1083
|
};
|
|
785
1084
|
prices: {
|
|
786
1085
|
price: {
|
|
787
1086
|
currency: string;
|
|
788
1087
|
value: number;
|
|
789
1088
|
};
|
|
1089
|
+
price_including_tax: {
|
|
1090
|
+
currency: string;
|
|
1091
|
+
value: number;
|
|
1092
|
+
};
|
|
790
1093
|
original_item_price: {
|
|
791
1094
|
currency: string;
|
|
792
1095
|
value: number;
|
|
793
1096
|
};
|
|
1097
|
+
original_row_total: {
|
|
1098
|
+
currency: string;
|
|
1099
|
+
value: number;
|
|
1100
|
+
};
|
|
794
1101
|
row_total: {
|
|
795
1102
|
currency: string;
|
|
796
1103
|
value: number;
|
|
797
1104
|
};
|
|
1105
|
+
row_total_including_tax: {
|
|
1106
|
+
currency: string;
|
|
1107
|
+
value: number;
|
|
1108
|
+
};
|
|
798
1109
|
catalog_discount: {
|
|
799
1110
|
amount_off: number;
|
|
800
1111
|
percent_off: number;
|
|
@@ -809,6 +1120,7 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
809
1120
|
}[];
|
|
810
1121
|
};
|
|
811
1122
|
quantity: number;
|
|
1123
|
+
is_available: boolean;
|
|
812
1124
|
bundle_options: {
|
|
813
1125
|
label: string;
|
|
814
1126
|
values: {
|
|
@@ -826,20 +1138,21 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
826
1138
|
}[];
|
|
827
1139
|
note_from_buyer: {
|
|
828
1140
|
created_at: string;
|
|
829
|
-
creator_id:
|
|
830
|
-
creator_type:
|
|
831
|
-
|
|
1141
|
+
creator_id: number;
|
|
1142
|
+
creator_type: number;
|
|
1143
|
+
negotiable_quote_item_uid: string;
|
|
832
1144
|
note: string;
|
|
833
1145
|
note_uid: string;
|
|
834
1146
|
}[];
|
|
835
1147
|
note_from_seller: {
|
|
836
1148
|
created_at: string;
|
|
837
|
-
creator_id:
|
|
838
|
-
creator_type:
|
|
839
|
-
|
|
1149
|
+
creator_id: number;
|
|
1150
|
+
creator_type: number;
|
|
1151
|
+
negotiable_quote_item_uid: string;
|
|
840
1152
|
note: string;
|
|
841
1153
|
note_uid: string;
|
|
842
1154
|
}[];
|
|
1155
|
+
configured_variant?: undefined;
|
|
843
1156
|
configurable_options?: undefined;
|
|
844
1157
|
})[];
|
|
845
1158
|
history: ({
|
|
@@ -945,6 +1258,17 @@ export declare const mockInReviewQuoteTemplateData: {
|
|
|
945
1258
|
};
|
|
946
1259
|
telephone: string;
|
|
947
1260
|
}[];
|
|
1261
|
+
reference_document_links: ({
|
|
1262
|
+
link_id: string;
|
|
1263
|
+
document_name: string;
|
|
1264
|
+
document_identifier: string;
|
|
1265
|
+
reference_document_url: string;
|
|
1266
|
+
} | {
|
|
1267
|
+
link_id: string;
|
|
1268
|
+
document_name: string;
|
|
1269
|
+
reference_document_url: string;
|
|
1270
|
+
document_identifier?: undefined;
|
|
1271
|
+
})[];
|
|
948
1272
|
};
|
|
949
1273
|
export declare const mockClosedQuoteTemplateData: {
|
|
950
1274
|
template_id: string;
|
|
@@ -982,26 +1306,51 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
982
1306
|
attachments?: undefined;
|
|
983
1307
|
})[];
|
|
984
1308
|
items: ({
|
|
1309
|
+
__typename: string;
|
|
985
1310
|
uid: string;
|
|
986
1311
|
product: {
|
|
987
1312
|
name: string;
|
|
988
1313
|
sku: string;
|
|
989
1314
|
uid: string;
|
|
990
1315
|
stock_status: string;
|
|
1316
|
+
thumbnail: {
|
|
1317
|
+
url: string;
|
|
1318
|
+
label: string;
|
|
1319
|
+
};
|
|
1320
|
+
price_range: {
|
|
1321
|
+
maximum_price: {
|
|
1322
|
+
regular_price: {
|
|
1323
|
+
value: number;
|
|
1324
|
+
currency: string;
|
|
1325
|
+
};
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
991
1328
|
};
|
|
992
1329
|
prices: {
|
|
993
1330
|
price: {
|
|
994
1331
|
currency: string;
|
|
995
1332
|
value: number;
|
|
996
1333
|
};
|
|
1334
|
+
price_including_tax: {
|
|
1335
|
+
currency: string;
|
|
1336
|
+
value: number;
|
|
1337
|
+
};
|
|
997
1338
|
original_item_price: {
|
|
998
1339
|
currency: string;
|
|
999
1340
|
value: number;
|
|
1000
1341
|
};
|
|
1342
|
+
original_row_total: {
|
|
1343
|
+
currency: string;
|
|
1344
|
+
value: number;
|
|
1345
|
+
};
|
|
1001
1346
|
row_total: {
|
|
1002
1347
|
currency: string;
|
|
1003
1348
|
value: number;
|
|
1004
1349
|
};
|
|
1350
|
+
row_total_including_tax: {
|
|
1351
|
+
currency: string;
|
|
1352
|
+
value: number;
|
|
1353
|
+
};
|
|
1005
1354
|
catalog_discount: {
|
|
1006
1355
|
amount_off: number;
|
|
1007
1356
|
percent_off: number;
|
|
@@ -1016,45 +1365,89 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
1016
1365
|
}[];
|
|
1017
1366
|
};
|
|
1018
1367
|
quantity: number;
|
|
1368
|
+
is_available: boolean;
|
|
1019
1369
|
note_from_buyer: {
|
|
1020
1370
|
created_at: string;
|
|
1021
|
-
creator_id:
|
|
1022
|
-
creator_type:
|
|
1023
|
-
|
|
1371
|
+
creator_id: number;
|
|
1372
|
+
creator_type: number;
|
|
1373
|
+
negotiable_quote_item_uid: string;
|
|
1024
1374
|
note: string;
|
|
1025
1375
|
note_uid: string;
|
|
1026
1376
|
}[];
|
|
1027
1377
|
note_from_seller: {
|
|
1028
1378
|
created_at: string;
|
|
1029
|
-
creator_id:
|
|
1030
|
-
creator_type:
|
|
1031
|
-
|
|
1379
|
+
creator_id: number;
|
|
1380
|
+
creator_type: number;
|
|
1381
|
+
negotiable_quote_item_uid: string;
|
|
1032
1382
|
note: string;
|
|
1033
1383
|
note_uid: string;
|
|
1034
1384
|
}[];
|
|
1385
|
+
configured_variant?: undefined;
|
|
1035
1386
|
configurable_options?: undefined;
|
|
1036
1387
|
bundle_options?: undefined;
|
|
1037
1388
|
} | {
|
|
1389
|
+
__typename: string;
|
|
1038
1390
|
uid: string;
|
|
1039
1391
|
product: {
|
|
1040
1392
|
name: string;
|
|
1041
1393
|
sku: string;
|
|
1042
1394
|
uid: string;
|
|
1043
1395
|
stock_status: string;
|
|
1396
|
+
thumbnail: {
|
|
1397
|
+
url: string;
|
|
1398
|
+
label: string;
|
|
1399
|
+
};
|
|
1400
|
+
price_range: {
|
|
1401
|
+
maximum_price: {
|
|
1402
|
+
regular_price: {
|
|
1403
|
+
value: number;
|
|
1404
|
+
currency: string;
|
|
1405
|
+
};
|
|
1406
|
+
};
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
configured_variant: {
|
|
1410
|
+
uid: string;
|
|
1411
|
+
sku: string;
|
|
1412
|
+
stock_status: string;
|
|
1413
|
+
thumbnail: {
|
|
1414
|
+
url: string;
|
|
1415
|
+
label: string;
|
|
1416
|
+
};
|
|
1417
|
+
price_range: {
|
|
1418
|
+
maximum_price: {
|
|
1419
|
+
regular_price: {
|
|
1420
|
+
value: number;
|
|
1421
|
+
currency: string;
|
|
1422
|
+
};
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1044
1425
|
};
|
|
1045
1426
|
prices: {
|
|
1046
1427
|
price: {
|
|
1047
1428
|
currency: string;
|
|
1048
1429
|
value: number;
|
|
1049
1430
|
};
|
|
1431
|
+
price_including_tax: {
|
|
1432
|
+
currency: string;
|
|
1433
|
+
value: number;
|
|
1434
|
+
};
|
|
1050
1435
|
original_item_price: {
|
|
1051
1436
|
currency: string;
|
|
1052
1437
|
value: number;
|
|
1053
1438
|
};
|
|
1439
|
+
original_row_total: {
|
|
1440
|
+
currency: string;
|
|
1441
|
+
value: number;
|
|
1442
|
+
};
|
|
1054
1443
|
row_total: {
|
|
1055
1444
|
currency: string;
|
|
1056
1445
|
value: number;
|
|
1057
1446
|
};
|
|
1447
|
+
row_total_including_tax: {
|
|
1448
|
+
currency: string;
|
|
1449
|
+
value: number;
|
|
1450
|
+
};
|
|
1058
1451
|
catalog_discount: {
|
|
1059
1452
|
amount_off: number;
|
|
1060
1453
|
percent_off: number;
|
|
@@ -1069,41 +1462,67 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
1069
1462
|
}[];
|
|
1070
1463
|
};
|
|
1071
1464
|
quantity: number;
|
|
1465
|
+
is_available: boolean;
|
|
1072
1466
|
configurable_options: {
|
|
1073
1467
|
option_label: string;
|
|
1074
1468
|
value_label: string;
|
|
1075
1469
|
}[];
|
|
1076
1470
|
note_from_buyer: {
|
|
1077
1471
|
created_at: string;
|
|
1078
|
-
creator_id:
|
|
1079
|
-
creator_type:
|
|
1080
|
-
|
|
1472
|
+
creator_id: number;
|
|
1473
|
+
creator_type: number;
|
|
1474
|
+
negotiable_quote_item_uid: string;
|
|
1081
1475
|
note: string;
|
|
1082
1476
|
note_uid: string;
|
|
1083
1477
|
}[];
|
|
1084
1478
|
note_from_seller: never[];
|
|
1085
1479
|
bundle_options?: undefined;
|
|
1086
1480
|
} | {
|
|
1481
|
+
__typename: string;
|
|
1087
1482
|
uid: string;
|
|
1088
1483
|
product: {
|
|
1089
1484
|
name: string;
|
|
1090
1485
|
sku: string;
|
|
1091
1486
|
uid: string;
|
|
1092
1487
|
stock_status: string;
|
|
1488
|
+
thumbnail: {
|
|
1489
|
+
url: string;
|
|
1490
|
+
label: string;
|
|
1491
|
+
};
|
|
1492
|
+
price_range: {
|
|
1493
|
+
maximum_price: {
|
|
1494
|
+
regular_price: {
|
|
1495
|
+
value: number;
|
|
1496
|
+
currency: string;
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
};
|
|
1093
1500
|
};
|
|
1094
1501
|
prices: {
|
|
1095
1502
|
price: {
|
|
1096
1503
|
currency: string;
|
|
1097
1504
|
value: number;
|
|
1098
1505
|
};
|
|
1506
|
+
price_including_tax: {
|
|
1507
|
+
currency: string;
|
|
1508
|
+
value: number;
|
|
1509
|
+
};
|
|
1099
1510
|
original_item_price: {
|
|
1100
1511
|
currency: string;
|
|
1101
1512
|
value: number;
|
|
1102
1513
|
};
|
|
1514
|
+
original_row_total: {
|
|
1515
|
+
currency: string;
|
|
1516
|
+
value: number;
|
|
1517
|
+
};
|
|
1103
1518
|
row_total: {
|
|
1104
1519
|
currency: string;
|
|
1105
1520
|
value: number;
|
|
1106
1521
|
};
|
|
1522
|
+
row_total_including_tax: {
|
|
1523
|
+
currency: string;
|
|
1524
|
+
value: number;
|
|
1525
|
+
};
|
|
1107
1526
|
catalog_discount: {
|
|
1108
1527
|
amount_off: number;
|
|
1109
1528
|
percent_off: number;
|
|
@@ -1118,6 +1537,7 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
1118
1537
|
}[];
|
|
1119
1538
|
};
|
|
1120
1539
|
quantity: number;
|
|
1540
|
+
is_available: boolean;
|
|
1121
1541
|
bundle_options: {
|
|
1122
1542
|
label: string;
|
|
1123
1543
|
values: {
|
|
@@ -1135,20 +1555,21 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
1135
1555
|
}[];
|
|
1136
1556
|
note_from_buyer: {
|
|
1137
1557
|
created_at: string;
|
|
1138
|
-
creator_id:
|
|
1139
|
-
creator_type:
|
|
1140
|
-
|
|
1558
|
+
creator_id: number;
|
|
1559
|
+
creator_type: number;
|
|
1560
|
+
negotiable_quote_item_uid: string;
|
|
1141
1561
|
note: string;
|
|
1142
1562
|
note_uid: string;
|
|
1143
1563
|
}[];
|
|
1144
1564
|
note_from_seller: {
|
|
1145
1565
|
created_at: string;
|
|
1146
|
-
creator_id:
|
|
1147
|
-
creator_type:
|
|
1148
|
-
|
|
1566
|
+
creator_id: number;
|
|
1567
|
+
creator_type: number;
|
|
1568
|
+
negotiable_quote_item_uid: string;
|
|
1149
1569
|
note: string;
|
|
1150
1570
|
note_uid: string;
|
|
1151
1571
|
}[];
|
|
1572
|
+
configured_variant?: undefined;
|
|
1152
1573
|
configurable_options?: undefined;
|
|
1153
1574
|
})[];
|
|
1154
1575
|
history: ({
|
|
@@ -1254,6 +1675,17 @@ export declare const mockClosedQuoteTemplateData: {
|
|
|
1254
1675
|
};
|
|
1255
1676
|
telephone: string;
|
|
1256
1677
|
}[];
|
|
1678
|
+
reference_document_links: ({
|
|
1679
|
+
link_id: string;
|
|
1680
|
+
document_name: string;
|
|
1681
|
+
document_identifier: string;
|
|
1682
|
+
reference_document_url: string;
|
|
1683
|
+
} | {
|
|
1684
|
+
link_id: string;
|
|
1685
|
+
document_name: string;
|
|
1686
|
+
reference_document_url: string;
|
|
1687
|
+
document_identifier?: undefined;
|
|
1688
|
+
})[];
|
|
1257
1689
|
};
|
|
1258
1690
|
export declare const mockInactiveQuoteTemplateData: {
|
|
1259
1691
|
template_id: string;
|
|
@@ -1291,26 +1723,51 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1291
1723
|
attachments?: undefined;
|
|
1292
1724
|
})[];
|
|
1293
1725
|
items: ({
|
|
1726
|
+
__typename: string;
|
|
1294
1727
|
uid: string;
|
|
1295
1728
|
product: {
|
|
1296
1729
|
name: string;
|
|
1297
1730
|
sku: string;
|
|
1298
1731
|
uid: string;
|
|
1299
1732
|
stock_status: string;
|
|
1733
|
+
thumbnail: {
|
|
1734
|
+
url: string;
|
|
1735
|
+
label: string;
|
|
1736
|
+
};
|
|
1737
|
+
price_range: {
|
|
1738
|
+
maximum_price: {
|
|
1739
|
+
regular_price: {
|
|
1740
|
+
value: number;
|
|
1741
|
+
currency: string;
|
|
1742
|
+
};
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1300
1745
|
};
|
|
1301
1746
|
prices: {
|
|
1302
1747
|
price: {
|
|
1303
1748
|
currency: string;
|
|
1304
1749
|
value: number;
|
|
1305
1750
|
};
|
|
1751
|
+
price_including_tax: {
|
|
1752
|
+
currency: string;
|
|
1753
|
+
value: number;
|
|
1754
|
+
};
|
|
1306
1755
|
original_item_price: {
|
|
1307
1756
|
currency: string;
|
|
1308
1757
|
value: number;
|
|
1309
1758
|
};
|
|
1759
|
+
original_row_total: {
|
|
1760
|
+
currency: string;
|
|
1761
|
+
value: number;
|
|
1762
|
+
};
|
|
1310
1763
|
row_total: {
|
|
1311
1764
|
currency: string;
|
|
1312
1765
|
value: number;
|
|
1313
1766
|
};
|
|
1767
|
+
row_total_including_tax: {
|
|
1768
|
+
currency: string;
|
|
1769
|
+
value: number;
|
|
1770
|
+
};
|
|
1314
1771
|
catalog_discount: {
|
|
1315
1772
|
amount_off: number;
|
|
1316
1773
|
percent_off: number;
|
|
@@ -1325,45 +1782,89 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1325
1782
|
}[];
|
|
1326
1783
|
};
|
|
1327
1784
|
quantity: number;
|
|
1785
|
+
is_available: boolean;
|
|
1328
1786
|
note_from_buyer: {
|
|
1329
1787
|
created_at: string;
|
|
1330
|
-
creator_id:
|
|
1331
|
-
creator_type:
|
|
1332
|
-
|
|
1788
|
+
creator_id: number;
|
|
1789
|
+
creator_type: number;
|
|
1790
|
+
negotiable_quote_item_uid: string;
|
|
1333
1791
|
note: string;
|
|
1334
1792
|
note_uid: string;
|
|
1335
1793
|
}[];
|
|
1336
1794
|
note_from_seller: {
|
|
1337
1795
|
created_at: string;
|
|
1338
|
-
creator_id:
|
|
1339
|
-
creator_type:
|
|
1340
|
-
|
|
1796
|
+
creator_id: number;
|
|
1797
|
+
creator_type: number;
|
|
1798
|
+
negotiable_quote_item_uid: string;
|
|
1341
1799
|
note: string;
|
|
1342
1800
|
note_uid: string;
|
|
1343
1801
|
}[];
|
|
1802
|
+
configured_variant?: undefined;
|
|
1344
1803
|
configurable_options?: undefined;
|
|
1345
1804
|
bundle_options?: undefined;
|
|
1346
1805
|
} | {
|
|
1806
|
+
__typename: string;
|
|
1347
1807
|
uid: string;
|
|
1348
1808
|
product: {
|
|
1349
1809
|
name: string;
|
|
1350
1810
|
sku: string;
|
|
1351
1811
|
uid: string;
|
|
1352
1812
|
stock_status: string;
|
|
1813
|
+
thumbnail: {
|
|
1814
|
+
url: string;
|
|
1815
|
+
label: string;
|
|
1816
|
+
};
|
|
1817
|
+
price_range: {
|
|
1818
|
+
maximum_price: {
|
|
1819
|
+
regular_price: {
|
|
1820
|
+
value: number;
|
|
1821
|
+
currency: string;
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
};
|
|
1825
|
+
};
|
|
1826
|
+
configured_variant: {
|
|
1827
|
+
uid: string;
|
|
1828
|
+
sku: string;
|
|
1829
|
+
stock_status: string;
|
|
1830
|
+
thumbnail: {
|
|
1831
|
+
url: string;
|
|
1832
|
+
label: string;
|
|
1833
|
+
};
|
|
1834
|
+
price_range: {
|
|
1835
|
+
maximum_price: {
|
|
1836
|
+
regular_price: {
|
|
1837
|
+
value: number;
|
|
1838
|
+
currency: string;
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1353
1842
|
};
|
|
1354
1843
|
prices: {
|
|
1355
1844
|
price: {
|
|
1356
1845
|
currency: string;
|
|
1357
1846
|
value: number;
|
|
1358
1847
|
};
|
|
1848
|
+
price_including_tax: {
|
|
1849
|
+
currency: string;
|
|
1850
|
+
value: number;
|
|
1851
|
+
};
|
|
1359
1852
|
original_item_price: {
|
|
1360
1853
|
currency: string;
|
|
1361
1854
|
value: number;
|
|
1362
1855
|
};
|
|
1856
|
+
original_row_total: {
|
|
1857
|
+
currency: string;
|
|
1858
|
+
value: number;
|
|
1859
|
+
};
|
|
1363
1860
|
row_total: {
|
|
1364
1861
|
currency: string;
|
|
1365
1862
|
value: number;
|
|
1366
1863
|
};
|
|
1864
|
+
row_total_including_tax: {
|
|
1865
|
+
currency: string;
|
|
1866
|
+
value: number;
|
|
1867
|
+
};
|
|
1367
1868
|
catalog_discount: {
|
|
1368
1869
|
amount_off: number;
|
|
1369
1870
|
percent_off: number;
|
|
@@ -1378,41 +1879,67 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1378
1879
|
}[];
|
|
1379
1880
|
};
|
|
1380
1881
|
quantity: number;
|
|
1882
|
+
is_available: boolean;
|
|
1381
1883
|
configurable_options: {
|
|
1382
1884
|
option_label: string;
|
|
1383
1885
|
value_label: string;
|
|
1384
1886
|
}[];
|
|
1385
1887
|
note_from_buyer: {
|
|
1386
1888
|
created_at: string;
|
|
1387
|
-
creator_id:
|
|
1388
|
-
creator_type:
|
|
1389
|
-
|
|
1889
|
+
creator_id: number;
|
|
1890
|
+
creator_type: number;
|
|
1891
|
+
negotiable_quote_item_uid: string;
|
|
1390
1892
|
note: string;
|
|
1391
1893
|
note_uid: string;
|
|
1392
1894
|
}[];
|
|
1393
1895
|
note_from_seller: never[];
|
|
1394
1896
|
bundle_options?: undefined;
|
|
1395
1897
|
} | {
|
|
1898
|
+
__typename: string;
|
|
1396
1899
|
uid: string;
|
|
1397
1900
|
product: {
|
|
1398
1901
|
name: string;
|
|
1399
1902
|
sku: string;
|
|
1400
1903
|
uid: string;
|
|
1401
1904
|
stock_status: string;
|
|
1905
|
+
thumbnail: {
|
|
1906
|
+
url: string;
|
|
1907
|
+
label: string;
|
|
1908
|
+
};
|
|
1909
|
+
price_range: {
|
|
1910
|
+
maximum_price: {
|
|
1911
|
+
regular_price: {
|
|
1912
|
+
value: number;
|
|
1913
|
+
currency: string;
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1916
|
+
};
|
|
1402
1917
|
};
|
|
1403
1918
|
prices: {
|
|
1404
1919
|
price: {
|
|
1405
1920
|
currency: string;
|
|
1406
1921
|
value: number;
|
|
1407
1922
|
};
|
|
1923
|
+
price_including_tax: {
|
|
1924
|
+
currency: string;
|
|
1925
|
+
value: number;
|
|
1926
|
+
};
|
|
1408
1927
|
original_item_price: {
|
|
1409
1928
|
currency: string;
|
|
1410
1929
|
value: number;
|
|
1411
1930
|
};
|
|
1931
|
+
original_row_total: {
|
|
1932
|
+
currency: string;
|
|
1933
|
+
value: number;
|
|
1934
|
+
};
|
|
1412
1935
|
row_total: {
|
|
1413
1936
|
currency: string;
|
|
1414
1937
|
value: number;
|
|
1415
1938
|
};
|
|
1939
|
+
row_total_including_tax: {
|
|
1940
|
+
currency: string;
|
|
1941
|
+
value: number;
|
|
1942
|
+
};
|
|
1416
1943
|
catalog_discount: {
|
|
1417
1944
|
amount_off: number;
|
|
1418
1945
|
percent_off: number;
|
|
@@ -1427,6 +1954,7 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1427
1954
|
}[];
|
|
1428
1955
|
};
|
|
1429
1956
|
quantity: number;
|
|
1957
|
+
is_available: boolean;
|
|
1430
1958
|
bundle_options: {
|
|
1431
1959
|
label: string;
|
|
1432
1960
|
values: {
|
|
@@ -1444,20 +1972,21 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1444
1972
|
}[];
|
|
1445
1973
|
note_from_buyer: {
|
|
1446
1974
|
created_at: string;
|
|
1447
|
-
creator_id:
|
|
1448
|
-
creator_type:
|
|
1449
|
-
|
|
1975
|
+
creator_id: number;
|
|
1976
|
+
creator_type: number;
|
|
1977
|
+
negotiable_quote_item_uid: string;
|
|
1450
1978
|
note: string;
|
|
1451
1979
|
note_uid: string;
|
|
1452
1980
|
}[];
|
|
1453
1981
|
note_from_seller: {
|
|
1454
1982
|
created_at: string;
|
|
1455
|
-
creator_id:
|
|
1456
|
-
creator_type:
|
|
1457
|
-
|
|
1983
|
+
creator_id: number;
|
|
1984
|
+
creator_type: number;
|
|
1985
|
+
negotiable_quote_item_uid: string;
|
|
1458
1986
|
note: string;
|
|
1459
1987
|
note_uid: string;
|
|
1460
1988
|
}[];
|
|
1989
|
+
configured_variant?: undefined;
|
|
1461
1990
|
configurable_options?: undefined;
|
|
1462
1991
|
})[];
|
|
1463
1992
|
history: ({
|
|
@@ -1563,10 +2092,22 @@ export declare const mockInactiveQuoteTemplateData: {
|
|
|
1563
2092
|
};
|
|
1564
2093
|
telephone: string;
|
|
1565
2094
|
}[];
|
|
2095
|
+
reference_document_links: ({
|
|
2096
|
+
link_id: string;
|
|
2097
|
+
document_name: string;
|
|
2098
|
+
document_identifier: string;
|
|
2099
|
+
reference_document_url: string;
|
|
2100
|
+
} | {
|
|
2101
|
+
link_id: string;
|
|
2102
|
+
document_name: string;
|
|
2103
|
+
reference_document_url: string;
|
|
2104
|
+
document_identifier?: undefined;
|
|
2105
|
+
})[];
|
|
1566
2106
|
};
|
|
1567
2107
|
export declare const mockQuoteTemplateListData: {
|
|
1568
2108
|
items: {
|
|
1569
2109
|
template_id: string;
|
|
2110
|
+
uid: string;
|
|
1570
2111
|
name: string;
|
|
1571
2112
|
created_at: string;
|
|
1572
2113
|
updated_at: string;
|