@dropins/storefront-quote-management 0.0.1-alpha19 → 0.0.1-alpha21

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.
Files changed (122) hide show
  1. package/api/acceptQuoteTemplate/acceptQuoteTemplate.d.ts +13 -0
  2. package/api/acceptQuoteTemplate/graphql/acceptQuoteTemplate.d.ts +10 -0
  3. package/{containers/QuoteSummaryList → api/acceptQuoteTemplate}/index.d.ts +1 -2
  4. package/api/addQuoteTemplateLineItemNote/addQuoteTemplateLineItemNote.d.ts +15 -0
  5. package/api/addQuoteTemplateLineItemNote/graphql/setQuoteTemplateLineItemNote.d.ts +10 -0
  6. package/api/addQuoteTemplateLineItemNote/index.d.ts +10 -0
  7. package/api/addQuoteTemplateShippingAddress/addQuoteTemplateShippingAddress.d.ts +37 -0
  8. package/api/addQuoteTemplateShippingAddress/graphql/setNegotiableQuoteTemplateShippingAddress.d.ts +10 -0
  9. package/api/addQuoteTemplateShippingAddress/index.d.ts +10 -0
  10. package/api/cancelQuoteTemplate/cancelQuoteTemplate.d.ts +14 -0
  11. package/api/cancelQuoteTemplate/graphql/cancelQuoteTemplate.d.ts +10 -0
  12. package/api/cancelQuoteTemplate/index.d.ts +10 -0
  13. package/api/closeNegotiableQuote/closeNegotiableQuote.d.ts +31 -0
  14. package/api/closeNegotiableQuote/graphql/CloseNegotiableQuoteMutation.d.ts +2 -0
  15. package/api/closeNegotiableQuote/index.d.ts +10 -0
  16. package/api/createQuoteTemplate/createQuoteTemplate.d.ts +4 -0
  17. package/api/createQuoteTemplate/graphql/createQuoteTemplate.d.ts +10 -0
  18. package/api/createQuoteTemplate/index.d.ts +10 -0
  19. package/api/deleteQuoteTemplate/deleteQuoteTemplate.d.ts +15 -0
  20. package/api/deleteQuoteTemplate/graphql/deleteQuoteTemplate.d.ts +10 -0
  21. package/api/deleteQuoteTemplate/index.d.ts +10 -0
  22. package/api/generateQuoteFromTemplate/generateQuoteFromTemplate.d.ts +15 -0
  23. package/api/generateQuoteFromTemplate/graphql/generateNegotiableQuoteFromTemplate.d.ts +10 -0
  24. package/api/generateQuoteFromTemplate/index.d.ts +10 -0
  25. package/api/getQuoteTemplateData/getQuoteTemplateData.d.ts +4 -0
  26. package/api/getQuoteTemplateData/graphql/getQuoteTemplateData.d.ts +10 -0
  27. package/api/getQuoteTemplateData/index.d.ts +10 -0
  28. package/api/getQuoteTemplates/getQuoteTemplates.d.ts +34 -0
  29. package/api/getQuoteTemplates/graphql/getQuoteTemplates.d.ts +10 -0
  30. package/api/getQuoteTemplates/index.d.ts +10 -0
  31. package/api/graphql/NegotiableQuoteFragment.d.ts +4 -12
  32. package/api/graphql/NegotiableQuoteTemplateFragment.d.ts +10 -0
  33. package/api/index.d.ts +15 -1
  34. package/api/openQuoteTemplate/graphql/openQuoteTemplate.d.ts +10 -0
  35. package/api/openQuoteTemplate/index.d.ts +10 -0
  36. package/api/openQuoteTemplate/openQuoteTemplate.d.ts +13 -0
  37. package/api/removeQuoteTemplateItems/graphql/removeNegotiableQuoteTemplateItems.d.ts +10 -0
  38. package/api/removeQuoteTemplateItems/index.d.ts +10 -0
  39. package/api/removeQuoteTemplateItems/removeQuoteTemplateItems.d.ts +14 -0
  40. package/api/requestNegotiableQuote/graphql/RequestNegotiableQuoteMutation.d.ts +4 -12
  41. package/api/sendForReview/graphql/SendNegotiableQuoteForReviewMutation.d.ts +4 -12
  42. package/api/sendQuoteTemplateForReview/graphql/sendQuoteTemplateForReview.d.ts +10 -0
  43. package/api/sendQuoteTemplateForReview/index.d.ts +10 -0
  44. package/api/sendQuoteTemplateForReview/sendQuoteTemplateForReview.d.ts +15 -0
  45. package/api/setShippingAddress/graphql/SetNegotiableQuoteShippingAddressMutation.d.ts +4 -12
  46. package/api/updateQuantities/graphql/UpdateNegotiableQuoteQuantitiesMutation.d.ts +10 -0
  47. package/api/{getStoreConfig → updateQuantities}/index.d.ts +1 -1
  48. package/api/updateQuantities/updateQuantities.d.ts +36 -0
  49. package/api/updateQuoteTemplateItemQuantities/graphql/updateNegotiableQuoteTemplateQuantities.d.ts +10 -0
  50. package/api/updateQuoteTemplateItemQuantities/index.d.ts +10 -0
  51. package/api/updateQuoteTemplateItemQuantities/updateQuoteTemplateItemQuantities.d.ts +20 -0
  52. package/api.js +306 -32
  53. package/api.js.map +1 -1
  54. package/chunks/ItemsQuoted.js +1 -1
  55. package/chunks/ItemsQuoted.js.map +1 -1
  56. package/chunks/NegotiableQuoteFragment.js +0 -129
  57. package/chunks/NegotiableQuoteFragment.js.map +1 -1
  58. package/chunks/OrderSummaryLine.js +1 -1
  59. package/chunks/OrderSummaryLine.js.map +1 -1
  60. package/chunks/fetch-graphql.js +4 -0
  61. package/chunks/fetch-graphql.js.map +1 -0
  62. package/chunks/getQuoteTemplates.js +50 -0
  63. package/chunks/getQuoteTemplates.js.map +1 -0
  64. package/chunks/negotiableQuotes.js +1 -1
  65. package/chunks/negotiableQuotes.js.map +1 -1
  66. package/chunks/renameNegotiableQuote.js +46 -4
  67. package/chunks/renameNegotiableQuote.js.map +1 -1
  68. package/chunks/state.js +1 -1
  69. package/chunks/state.js.map +1 -1
  70. package/chunks/updateQuantities.js +21 -0
  71. package/chunks/updateQuantities.js.map +1 -0
  72. package/chunks/uploadFile.js +1 -1
  73. package/chunks/uploadFile.js.map +1 -1
  74. package/components/ProductListTable/ProductListTable.d.ts +1 -0
  75. package/components/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +29 -0
  76. package/components/QuoteTemplatesListTable/index.d.ts +10 -0
  77. package/components/index.d.ts +2 -0
  78. package/containers/ItemsQuoted/ItemsQuoted.d.ts +1 -1
  79. package/containers/ItemsQuoted.js +1 -1
  80. package/containers/ManageNegotiableQuote.js +1 -1
  81. package/containers/ManageNegotiableQuote.js.map +1 -1
  82. package/containers/OrderSummary.js +1 -1
  83. package/containers/OrderSummary.js.map +1 -1
  84. package/containers/OrderSummaryLine.js +1 -1
  85. package/containers/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +70 -0
  86. package/containers/QuoteTemplatesListTable/index.d.ts +11 -0
  87. package/containers/QuoteTemplatesListTable.d.ts +3 -0
  88. package/containers/QuoteTemplatesListTable.js +4 -0
  89. package/containers/QuoteTemplatesListTable.js.map +1 -0
  90. package/containers/QuotesListTable.js +1 -1
  91. package/containers/QuotesListTable.js.map +1 -1
  92. package/containers/RequestNegotiableQuoteForm.js +1 -1
  93. package/containers/RequestNegotiableQuoteForm.js.map +1 -1
  94. package/containers/index.d.ts +3 -3
  95. package/data/models/__fixtures__/negotiableQuoteModel.d.ts +0 -1
  96. package/data/models/__fixtures__/negotiableQuoteTemplatesListModel.d.ts +5 -0
  97. package/data/models/index.d.ts +1 -0
  98. package/data/models/negotiable-quote-model.d.ts +22 -45
  99. package/data/models/negotiable-quote-template-model.d.ts +136 -0
  100. package/data/models/store-config-model.d.ts +2 -5
  101. package/data/transforms/__fixtures__/negotiableQuoteData.d.ts +2 -216
  102. package/data/transforms/__fixtures__/negotiableQuoteTemplateData.d.ts +1604 -0
  103. package/data/transforms/index.d.ts +5 -13
  104. package/data/transforms/transform-quote-template.d.ts +5 -0
  105. package/i18n/en_US.json.d.ts +24 -12
  106. package/package.json +1 -1
  107. package/render.js +3 -3
  108. package/render.js.map +1 -1
  109. package/types/state.types.d.ts +1 -1
  110. package/api/getStoreConfig/getStoreConfig.d.ts +0 -4
  111. package/api/getStoreConfig/graphql/StoreConfigQuery.d.ts +0 -10
  112. package/chunks/ChevronDown.js +0 -4
  113. package/chunks/ChevronDown.js.map +0 -1
  114. package/chunks/transform-quote.js +0 -4
  115. package/chunks/transform-quote.js.map +0 -1
  116. package/containers/QuoteSummaryList/QuoteSummaryList.d.ts +0 -51
  117. package/containers/QuoteSummaryList.d.ts +0 -3
  118. package/containers/QuoteSummaryList.js +0 -4
  119. package/containers/QuoteSummaryList.js.map +0 -1
  120. package/data/models/__fixtures__/storeConfigModel.d.ts +0 -5
  121. package/data/transforms/__fixtures__/storeConfigData.d.ts +0 -31
  122. package/data/transforms/transform-store-config.d.ts +0 -4
@@ -0,0 +1,1604 @@
1
+ /********************************************************************
2
+ * Copyright 2025 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
9
+ export declare const mockQuoteTemplateData: {
10
+ uid: string;
11
+ name: string;
12
+ created_at: string;
13
+ updated_at: string;
14
+ expiration_date: string;
15
+ status: string;
16
+ sales_rep_name: string;
17
+ buyer: {
18
+ firstname: string;
19
+ lastname: string;
20
+ };
21
+ comments: ({
22
+ uid: string;
23
+ created_at: string;
24
+ author: {
25
+ firstname: string;
26
+ lastname: string;
27
+ };
28
+ text: string;
29
+ attachments: {
30
+ name: string;
31
+ url: string;
32
+ }[];
33
+ } | {
34
+ uid: string;
35
+ created_at: string;
36
+ author: {
37
+ firstname: string;
38
+ lastname: string;
39
+ };
40
+ text: string;
41
+ attachments?: undefined;
42
+ })[];
43
+ items: ({
44
+ uid: string;
45
+ product: {
46
+ name: string;
47
+ sku: string;
48
+ uid: string;
49
+ stock_status: string;
50
+ };
51
+ prices: {
52
+ price: {
53
+ currency: string;
54
+ value: number;
55
+ };
56
+ original_item_price: {
57
+ currency: string;
58
+ value: number;
59
+ };
60
+ row_total: {
61
+ currency: string;
62
+ value: number;
63
+ };
64
+ catalog_discount: {
65
+ amount_off: number;
66
+ percent_off: number;
67
+ };
68
+ discounts: {
69
+ label: string;
70
+ value: string;
71
+ amount: {
72
+ currency: string;
73
+ value: number;
74
+ };
75
+ }[];
76
+ };
77
+ quantity: number;
78
+ note_from_buyer: {
79
+ created_at: string;
80
+ creator_id: string;
81
+ creator_type: string;
82
+ negotiable_quote_template_item_uid: string;
83
+ note: string;
84
+ note_uid: string;
85
+ }[];
86
+ note_from_seller: {
87
+ created_at: string;
88
+ creator_id: string;
89
+ creator_type: string;
90
+ negotiable_quote_template_item_uid: string;
91
+ note: string;
92
+ note_uid: string;
93
+ }[];
94
+ configurable_options?: undefined;
95
+ bundle_options?: undefined;
96
+ } | {
97
+ uid: string;
98
+ product: {
99
+ name: string;
100
+ sku: string;
101
+ uid: string;
102
+ stock_status: string;
103
+ };
104
+ prices: {
105
+ price: {
106
+ currency: string;
107
+ value: number;
108
+ };
109
+ original_item_price: {
110
+ currency: string;
111
+ value: number;
112
+ };
113
+ row_total: {
114
+ currency: string;
115
+ value: number;
116
+ };
117
+ catalog_discount: {
118
+ amount_off: number;
119
+ percent_off: number;
120
+ };
121
+ discounts: {
122
+ label: string;
123
+ value: string;
124
+ amount: {
125
+ currency: string;
126
+ value: number;
127
+ };
128
+ }[];
129
+ };
130
+ quantity: number;
131
+ configurable_options: {
132
+ option_label: string;
133
+ value_label: string;
134
+ }[];
135
+ note_from_buyer: {
136
+ created_at: string;
137
+ creator_id: string;
138
+ creator_type: string;
139
+ negotiable_quote_template_item_uid: string;
140
+ note: string;
141
+ note_uid: string;
142
+ }[];
143
+ note_from_seller: never[];
144
+ bundle_options?: undefined;
145
+ } | {
146
+ uid: string;
147
+ product: {
148
+ name: string;
149
+ sku: string;
150
+ uid: string;
151
+ stock_status: string;
152
+ };
153
+ prices: {
154
+ price: {
155
+ currency: string;
156
+ value: number;
157
+ };
158
+ original_item_price: {
159
+ currency: string;
160
+ value: number;
161
+ };
162
+ row_total: {
163
+ currency: string;
164
+ value: number;
165
+ };
166
+ catalog_discount: {
167
+ amount_off: number;
168
+ percent_off: number;
169
+ };
170
+ discounts: {
171
+ label: string;
172
+ value: string;
173
+ amount: {
174
+ currency: string;
175
+ value: number;
176
+ };
177
+ }[];
178
+ };
179
+ quantity: number;
180
+ bundle_options: {
181
+ label: string;
182
+ values: {
183
+ label: string;
184
+ quantity: number;
185
+ original_price: {
186
+ currency: string;
187
+ value: number;
188
+ };
189
+ priceV2: {
190
+ currency: string;
191
+ value: number;
192
+ };
193
+ }[];
194
+ }[];
195
+ note_from_buyer: {
196
+ created_at: string;
197
+ creator_id: string;
198
+ creator_type: string;
199
+ negotiable_quote_template_item_uid: string;
200
+ note: string;
201
+ note_uid: string;
202
+ }[];
203
+ note_from_seller: {
204
+ created_at: string;
205
+ creator_id: string;
206
+ creator_type: string;
207
+ negotiable_quote_template_item_uid: string;
208
+ note: string;
209
+ note_uid: string;
210
+ }[];
211
+ configurable_options?: undefined;
212
+ })[];
213
+ history: ({
214
+ uid: string;
215
+ created_at: string;
216
+ author: {
217
+ firstname: string;
218
+ lastname: string;
219
+ };
220
+ change_type: string;
221
+ changes: {
222
+ comment_added: {
223
+ comment: string;
224
+ };
225
+ statuses: {
226
+ changes: {
227
+ new_status: string;
228
+ old_status: null;
229
+ }[];
230
+ };
231
+ expiration: {
232
+ new_expiration: string;
233
+ old_expiration: null;
234
+ };
235
+ custom_changes?: undefined;
236
+ total?: undefined;
237
+ };
238
+ } | {
239
+ uid: string;
240
+ created_at: string;
241
+ author: {
242
+ firstname: string;
243
+ lastname: string;
244
+ };
245
+ change_type: string;
246
+ changes: {
247
+ custom_changes: {
248
+ new_value: string;
249
+ old_value: string;
250
+ title: string;
251
+ };
252
+ statuses: {
253
+ changes: {
254
+ new_status: string;
255
+ old_status: string;
256
+ }[];
257
+ };
258
+ total: {
259
+ new_price: {
260
+ currency: string;
261
+ value: number;
262
+ };
263
+ old_price: {
264
+ currency: string;
265
+ value: number;
266
+ };
267
+ };
268
+ comment_added?: undefined;
269
+ expiration?: undefined;
270
+ };
271
+ })[];
272
+ prices: {
273
+ subtotal_excluding_tax: {
274
+ currency: string;
275
+ value: number;
276
+ };
277
+ subtotal_including_tax: {
278
+ currency: string;
279
+ value: number;
280
+ };
281
+ subtotal_with_discount_excluding_tax: {
282
+ currency: string;
283
+ value: number;
284
+ };
285
+ applied_taxes: {
286
+ label: string;
287
+ amount: {
288
+ currency: string;
289
+ value: number;
290
+ };
291
+ }[];
292
+ grand_total: {
293
+ currency: string;
294
+ value: number;
295
+ };
296
+ };
297
+ shipping_addresses: {
298
+ uid: string;
299
+ firstname: string;
300
+ lastname: string;
301
+ company: string;
302
+ street: string[];
303
+ city: string;
304
+ region: {
305
+ code: string;
306
+ label: string;
307
+ region_id: number;
308
+ };
309
+ postcode: string;
310
+ country: {
311
+ code: string;
312
+ label: string;
313
+ };
314
+ telephone: string;
315
+ }[];
316
+ };
317
+ export declare const mockMinimalQuoteTemplateData: {
318
+ uid: string;
319
+ name: string;
320
+ created_at: string;
321
+ updated_at: string;
322
+ status: string;
323
+ buyer: {
324
+ firstname: string;
325
+ lastname: string;
326
+ };
327
+ items: never[];
328
+ };
329
+ export declare const mockSubmittedQuoteTemplateData: {
330
+ uid: string;
331
+ name: string;
332
+ status: string;
333
+ created_at: string;
334
+ updated_at: string;
335
+ expiration_date: string;
336
+ sales_rep_name: string;
337
+ buyer: {
338
+ firstname: string;
339
+ lastname: string;
340
+ };
341
+ comments: ({
342
+ uid: string;
343
+ created_at: string;
344
+ author: {
345
+ firstname: string;
346
+ lastname: string;
347
+ };
348
+ text: string;
349
+ attachments: {
350
+ name: string;
351
+ url: string;
352
+ }[];
353
+ } | {
354
+ uid: string;
355
+ created_at: string;
356
+ author: {
357
+ firstname: string;
358
+ lastname: string;
359
+ };
360
+ text: string;
361
+ attachments?: undefined;
362
+ })[];
363
+ items: ({
364
+ uid: string;
365
+ product: {
366
+ name: string;
367
+ sku: string;
368
+ uid: string;
369
+ stock_status: string;
370
+ };
371
+ prices: {
372
+ price: {
373
+ currency: string;
374
+ value: number;
375
+ };
376
+ original_item_price: {
377
+ currency: string;
378
+ value: number;
379
+ };
380
+ row_total: {
381
+ currency: string;
382
+ value: number;
383
+ };
384
+ catalog_discount: {
385
+ amount_off: number;
386
+ percent_off: number;
387
+ };
388
+ discounts: {
389
+ label: string;
390
+ value: string;
391
+ amount: {
392
+ currency: string;
393
+ value: number;
394
+ };
395
+ }[];
396
+ };
397
+ quantity: number;
398
+ note_from_buyer: {
399
+ created_at: string;
400
+ creator_id: string;
401
+ creator_type: string;
402
+ negotiable_quote_template_item_uid: string;
403
+ note: string;
404
+ note_uid: string;
405
+ }[];
406
+ note_from_seller: {
407
+ created_at: string;
408
+ creator_id: string;
409
+ creator_type: string;
410
+ negotiable_quote_template_item_uid: string;
411
+ note: string;
412
+ note_uid: string;
413
+ }[];
414
+ configurable_options?: undefined;
415
+ bundle_options?: undefined;
416
+ } | {
417
+ uid: string;
418
+ product: {
419
+ name: string;
420
+ sku: string;
421
+ uid: string;
422
+ stock_status: string;
423
+ };
424
+ prices: {
425
+ price: {
426
+ currency: string;
427
+ value: number;
428
+ };
429
+ original_item_price: {
430
+ currency: string;
431
+ value: number;
432
+ };
433
+ row_total: {
434
+ currency: string;
435
+ value: number;
436
+ };
437
+ catalog_discount: {
438
+ amount_off: number;
439
+ percent_off: number;
440
+ };
441
+ discounts: {
442
+ label: string;
443
+ value: string;
444
+ amount: {
445
+ currency: string;
446
+ value: number;
447
+ };
448
+ }[];
449
+ };
450
+ quantity: number;
451
+ configurable_options: {
452
+ option_label: string;
453
+ value_label: string;
454
+ }[];
455
+ note_from_buyer: {
456
+ created_at: string;
457
+ creator_id: string;
458
+ creator_type: string;
459
+ negotiable_quote_template_item_uid: string;
460
+ note: string;
461
+ note_uid: string;
462
+ }[];
463
+ note_from_seller: never[];
464
+ bundle_options?: undefined;
465
+ } | {
466
+ uid: string;
467
+ product: {
468
+ name: string;
469
+ sku: string;
470
+ uid: string;
471
+ stock_status: string;
472
+ };
473
+ prices: {
474
+ price: {
475
+ currency: string;
476
+ value: number;
477
+ };
478
+ original_item_price: {
479
+ currency: string;
480
+ value: number;
481
+ };
482
+ row_total: {
483
+ currency: string;
484
+ value: number;
485
+ };
486
+ catalog_discount: {
487
+ amount_off: number;
488
+ percent_off: number;
489
+ };
490
+ discounts: {
491
+ label: string;
492
+ value: string;
493
+ amount: {
494
+ currency: string;
495
+ value: number;
496
+ };
497
+ }[];
498
+ };
499
+ quantity: number;
500
+ bundle_options: {
501
+ label: string;
502
+ values: {
503
+ label: string;
504
+ quantity: number;
505
+ original_price: {
506
+ currency: string;
507
+ value: number;
508
+ };
509
+ priceV2: {
510
+ currency: string;
511
+ value: number;
512
+ };
513
+ }[];
514
+ }[];
515
+ note_from_buyer: {
516
+ created_at: string;
517
+ creator_id: string;
518
+ creator_type: string;
519
+ negotiable_quote_template_item_uid: string;
520
+ note: string;
521
+ note_uid: string;
522
+ }[];
523
+ note_from_seller: {
524
+ created_at: string;
525
+ creator_id: string;
526
+ creator_type: string;
527
+ negotiable_quote_template_item_uid: string;
528
+ note: string;
529
+ note_uid: string;
530
+ }[];
531
+ configurable_options?: undefined;
532
+ })[];
533
+ history: ({
534
+ uid: string;
535
+ created_at: string;
536
+ author: {
537
+ firstname: string;
538
+ lastname: string;
539
+ };
540
+ change_type: string;
541
+ changes: {
542
+ comment_added: {
543
+ comment: string;
544
+ };
545
+ statuses: {
546
+ changes: {
547
+ new_status: string;
548
+ old_status: null;
549
+ }[];
550
+ };
551
+ expiration: {
552
+ new_expiration: string;
553
+ old_expiration: null;
554
+ };
555
+ custom_changes?: undefined;
556
+ total?: undefined;
557
+ };
558
+ } | {
559
+ uid: string;
560
+ created_at: string;
561
+ author: {
562
+ firstname: string;
563
+ lastname: string;
564
+ };
565
+ change_type: string;
566
+ changes: {
567
+ custom_changes: {
568
+ new_value: string;
569
+ old_value: string;
570
+ title: string;
571
+ };
572
+ statuses: {
573
+ changes: {
574
+ new_status: string;
575
+ old_status: string;
576
+ }[];
577
+ };
578
+ total: {
579
+ new_price: {
580
+ currency: string;
581
+ value: number;
582
+ };
583
+ old_price: {
584
+ currency: string;
585
+ value: number;
586
+ };
587
+ };
588
+ comment_added?: undefined;
589
+ expiration?: undefined;
590
+ };
591
+ })[];
592
+ prices: {
593
+ subtotal_excluding_tax: {
594
+ currency: string;
595
+ value: number;
596
+ };
597
+ subtotal_including_tax: {
598
+ currency: string;
599
+ value: number;
600
+ };
601
+ subtotal_with_discount_excluding_tax: {
602
+ currency: string;
603
+ value: number;
604
+ };
605
+ applied_taxes: {
606
+ label: string;
607
+ amount: {
608
+ currency: string;
609
+ value: number;
610
+ };
611
+ }[];
612
+ grand_total: {
613
+ currency: string;
614
+ value: number;
615
+ };
616
+ };
617
+ shipping_addresses: {
618
+ uid: string;
619
+ firstname: string;
620
+ lastname: string;
621
+ company: string;
622
+ street: string[];
623
+ city: string;
624
+ region: {
625
+ code: string;
626
+ label: string;
627
+ region_id: number;
628
+ };
629
+ postcode: string;
630
+ country: {
631
+ code: string;
632
+ label: string;
633
+ };
634
+ telephone: string;
635
+ }[];
636
+ };
637
+ export declare const mockInReviewQuoteTemplateData: {
638
+ uid: string;
639
+ name: string;
640
+ status: string;
641
+ created_at: string;
642
+ updated_at: string;
643
+ expiration_date: string;
644
+ sales_rep_name: string;
645
+ buyer: {
646
+ firstname: string;
647
+ lastname: string;
648
+ };
649
+ comments: ({
650
+ uid: string;
651
+ created_at: string;
652
+ author: {
653
+ firstname: string;
654
+ lastname: string;
655
+ };
656
+ text: string;
657
+ attachments: {
658
+ name: string;
659
+ url: string;
660
+ }[];
661
+ } | {
662
+ uid: string;
663
+ created_at: string;
664
+ author: {
665
+ firstname: string;
666
+ lastname: string;
667
+ };
668
+ text: string;
669
+ attachments?: undefined;
670
+ })[];
671
+ items: ({
672
+ uid: string;
673
+ product: {
674
+ name: string;
675
+ sku: string;
676
+ uid: string;
677
+ stock_status: string;
678
+ };
679
+ prices: {
680
+ price: {
681
+ currency: string;
682
+ value: number;
683
+ };
684
+ original_item_price: {
685
+ currency: string;
686
+ value: number;
687
+ };
688
+ row_total: {
689
+ currency: string;
690
+ value: number;
691
+ };
692
+ catalog_discount: {
693
+ amount_off: number;
694
+ percent_off: number;
695
+ };
696
+ discounts: {
697
+ label: string;
698
+ value: string;
699
+ amount: {
700
+ currency: string;
701
+ value: number;
702
+ };
703
+ }[];
704
+ };
705
+ quantity: number;
706
+ note_from_buyer: {
707
+ created_at: string;
708
+ creator_id: string;
709
+ creator_type: string;
710
+ negotiable_quote_template_item_uid: string;
711
+ note: string;
712
+ note_uid: string;
713
+ }[];
714
+ note_from_seller: {
715
+ created_at: string;
716
+ creator_id: string;
717
+ creator_type: string;
718
+ negotiable_quote_template_item_uid: string;
719
+ note: string;
720
+ note_uid: string;
721
+ }[];
722
+ configurable_options?: undefined;
723
+ bundle_options?: undefined;
724
+ } | {
725
+ uid: string;
726
+ product: {
727
+ name: string;
728
+ sku: string;
729
+ uid: string;
730
+ stock_status: string;
731
+ };
732
+ prices: {
733
+ price: {
734
+ currency: string;
735
+ value: number;
736
+ };
737
+ original_item_price: {
738
+ currency: string;
739
+ value: number;
740
+ };
741
+ row_total: {
742
+ currency: string;
743
+ value: number;
744
+ };
745
+ catalog_discount: {
746
+ amount_off: number;
747
+ percent_off: number;
748
+ };
749
+ discounts: {
750
+ label: string;
751
+ value: string;
752
+ amount: {
753
+ currency: string;
754
+ value: number;
755
+ };
756
+ }[];
757
+ };
758
+ quantity: number;
759
+ configurable_options: {
760
+ option_label: string;
761
+ value_label: string;
762
+ }[];
763
+ note_from_buyer: {
764
+ created_at: string;
765
+ creator_id: string;
766
+ creator_type: string;
767
+ negotiable_quote_template_item_uid: string;
768
+ note: string;
769
+ note_uid: string;
770
+ }[];
771
+ note_from_seller: never[];
772
+ bundle_options?: undefined;
773
+ } | {
774
+ uid: string;
775
+ product: {
776
+ name: string;
777
+ sku: string;
778
+ uid: string;
779
+ stock_status: string;
780
+ };
781
+ prices: {
782
+ price: {
783
+ currency: string;
784
+ value: number;
785
+ };
786
+ original_item_price: {
787
+ currency: string;
788
+ value: number;
789
+ };
790
+ row_total: {
791
+ currency: string;
792
+ value: number;
793
+ };
794
+ catalog_discount: {
795
+ amount_off: number;
796
+ percent_off: number;
797
+ };
798
+ discounts: {
799
+ label: string;
800
+ value: string;
801
+ amount: {
802
+ currency: string;
803
+ value: number;
804
+ };
805
+ }[];
806
+ };
807
+ quantity: number;
808
+ bundle_options: {
809
+ label: string;
810
+ values: {
811
+ label: string;
812
+ quantity: number;
813
+ original_price: {
814
+ currency: string;
815
+ value: number;
816
+ };
817
+ priceV2: {
818
+ currency: string;
819
+ value: number;
820
+ };
821
+ }[];
822
+ }[];
823
+ note_from_buyer: {
824
+ created_at: string;
825
+ creator_id: string;
826
+ creator_type: string;
827
+ negotiable_quote_template_item_uid: string;
828
+ note: string;
829
+ note_uid: string;
830
+ }[];
831
+ note_from_seller: {
832
+ created_at: string;
833
+ creator_id: string;
834
+ creator_type: string;
835
+ negotiable_quote_template_item_uid: string;
836
+ note: string;
837
+ note_uid: string;
838
+ }[];
839
+ configurable_options?: undefined;
840
+ })[];
841
+ history: ({
842
+ uid: string;
843
+ created_at: string;
844
+ author: {
845
+ firstname: string;
846
+ lastname: string;
847
+ };
848
+ change_type: string;
849
+ changes: {
850
+ comment_added: {
851
+ comment: string;
852
+ };
853
+ statuses: {
854
+ changes: {
855
+ new_status: string;
856
+ old_status: null;
857
+ }[];
858
+ };
859
+ expiration: {
860
+ new_expiration: string;
861
+ old_expiration: null;
862
+ };
863
+ custom_changes?: undefined;
864
+ total?: undefined;
865
+ };
866
+ } | {
867
+ uid: string;
868
+ created_at: string;
869
+ author: {
870
+ firstname: string;
871
+ lastname: string;
872
+ };
873
+ change_type: string;
874
+ changes: {
875
+ custom_changes: {
876
+ new_value: string;
877
+ old_value: string;
878
+ title: string;
879
+ };
880
+ statuses: {
881
+ changes: {
882
+ new_status: string;
883
+ old_status: string;
884
+ }[];
885
+ };
886
+ total: {
887
+ new_price: {
888
+ currency: string;
889
+ value: number;
890
+ };
891
+ old_price: {
892
+ currency: string;
893
+ value: number;
894
+ };
895
+ };
896
+ comment_added?: undefined;
897
+ expiration?: undefined;
898
+ };
899
+ })[];
900
+ prices: {
901
+ subtotal_excluding_tax: {
902
+ currency: string;
903
+ value: number;
904
+ };
905
+ subtotal_including_tax: {
906
+ currency: string;
907
+ value: number;
908
+ };
909
+ subtotal_with_discount_excluding_tax: {
910
+ currency: string;
911
+ value: number;
912
+ };
913
+ applied_taxes: {
914
+ label: string;
915
+ amount: {
916
+ currency: string;
917
+ value: number;
918
+ };
919
+ }[];
920
+ grand_total: {
921
+ currency: string;
922
+ value: number;
923
+ };
924
+ };
925
+ shipping_addresses: {
926
+ uid: string;
927
+ firstname: string;
928
+ lastname: string;
929
+ company: string;
930
+ street: string[];
931
+ city: string;
932
+ region: {
933
+ code: string;
934
+ label: string;
935
+ region_id: number;
936
+ };
937
+ postcode: string;
938
+ country: {
939
+ code: string;
940
+ label: string;
941
+ };
942
+ telephone: string;
943
+ }[];
944
+ };
945
+ export declare const mockClosedQuoteTemplateData: {
946
+ uid: string;
947
+ name: string;
948
+ status: string;
949
+ created_at: string;
950
+ updated_at: string;
951
+ expiration_date: string;
952
+ sales_rep_name: string;
953
+ buyer: {
954
+ firstname: string;
955
+ lastname: string;
956
+ };
957
+ comments: ({
958
+ uid: string;
959
+ created_at: string;
960
+ author: {
961
+ firstname: string;
962
+ lastname: string;
963
+ };
964
+ text: string;
965
+ attachments: {
966
+ name: string;
967
+ url: string;
968
+ }[];
969
+ } | {
970
+ uid: string;
971
+ created_at: string;
972
+ author: {
973
+ firstname: string;
974
+ lastname: string;
975
+ };
976
+ text: string;
977
+ attachments?: undefined;
978
+ })[];
979
+ items: ({
980
+ uid: string;
981
+ product: {
982
+ name: string;
983
+ sku: string;
984
+ uid: string;
985
+ stock_status: string;
986
+ };
987
+ prices: {
988
+ price: {
989
+ currency: string;
990
+ value: number;
991
+ };
992
+ original_item_price: {
993
+ currency: string;
994
+ value: number;
995
+ };
996
+ row_total: {
997
+ currency: string;
998
+ value: number;
999
+ };
1000
+ catalog_discount: {
1001
+ amount_off: number;
1002
+ percent_off: number;
1003
+ };
1004
+ discounts: {
1005
+ label: string;
1006
+ value: string;
1007
+ amount: {
1008
+ currency: string;
1009
+ value: number;
1010
+ };
1011
+ }[];
1012
+ };
1013
+ quantity: number;
1014
+ note_from_buyer: {
1015
+ created_at: string;
1016
+ creator_id: string;
1017
+ creator_type: string;
1018
+ negotiable_quote_template_item_uid: string;
1019
+ note: string;
1020
+ note_uid: string;
1021
+ }[];
1022
+ note_from_seller: {
1023
+ created_at: string;
1024
+ creator_id: string;
1025
+ creator_type: string;
1026
+ negotiable_quote_template_item_uid: string;
1027
+ note: string;
1028
+ note_uid: string;
1029
+ }[];
1030
+ configurable_options?: undefined;
1031
+ bundle_options?: undefined;
1032
+ } | {
1033
+ uid: string;
1034
+ product: {
1035
+ name: string;
1036
+ sku: string;
1037
+ uid: string;
1038
+ stock_status: string;
1039
+ };
1040
+ prices: {
1041
+ price: {
1042
+ currency: string;
1043
+ value: number;
1044
+ };
1045
+ original_item_price: {
1046
+ currency: string;
1047
+ value: number;
1048
+ };
1049
+ row_total: {
1050
+ currency: string;
1051
+ value: number;
1052
+ };
1053
+ catalog_discount: {
1054
+ amount_off: number;
1055
+ percent_off: number;
1056
+ };
1057
+ discounts: {
1058
+ label: string;
1059
+ value: string;
1060
+ amount: {
1061
+ currency: string;
1062
+ value: number;
1063
+ };
1064
+ }[];
1065
+ };
1066
+ quantity: number;
1067
+ configurable_options: {
1068
+ option_label: string;
1069
+ value_label: string;
1070
+ }[];
1071
+ note_from_buyer: {
1072
+ created_at: string;
1073
+ creator_id: string;
1074
+ creator_type: string;
1075
+ negotiable_quote_template_item_uid: string;
1076
+ note: string;
1077
+ note_uid: string;
1078
+ }[];
1079
+ note_from_seller: never[];
1080
+ bundle_options?: undefined;
1081
+ } | {
1082
+ uid: string;
1083
+ product: {
1084
+ name: string;
1085
+ sku: string;
1086
+ uid: string;
1087
+ stock_status: string;
1088
+ };
1089
+ prices: {
1090
+ price: {
1091
+ currency: string;
1092
+ value: number;
1093
+ };
1094
+ original_item_price: {
1095
+ currency: string;
1096
+ value: number;
1097
+ };
1098
+ row_total: {
1099
+ currency: string;
1100
+ value: number;
1101
+ };
1102
+ catalog_discount: {
1103
+ amount_off: number;
1104
+ percent_off: number;
1105
+ };
1106
+ discounts: {
1107
+ label: string;
1108
+ value: string;
1109
+ amount: {
1110
+ currency: string;
1111
+ value: number;
1112
+ };
1113
+ }[];
1114
+ };
1115
+ quantity: number;
1116
+ bundle_options: {
1117
+ label: string;
1118
+ values: {
1119
+ label: string;
1120
+ quantity: number;
1121
+ original_price: {
1122
+ currency: string;
1123
+ value: number;
1124
+ };
1125
+ priceV2: {
1126
+ currency: string;
1127
+ value: number;
1128
+ };
1129
+ }[];
1130
+ }[];
1131
+ note_from_buyer: {
1132
+ created_at: string;
1133
+ creator_id: string;
1134
+ creator_type: string;
1135
+ negotiable_quote_template_item_uid: string;
1136
+ note: string;
1137
+ note_uid: string;
1138
+ }[];
1139
+ note_from_seller: {
1140
+ created_at: string;
1141
+ creator_id: string;
1142
+ creator_type: string;
1143
+ negotiable_quote_template_item_uid: string;
1144
+ note: string;
1145
+ note_uid: string;
1146
+ }[];
1147
+ configurable_options?: undefined;
1148
+ })[];
1149
+ history: ({
1150
+ uid: string;
1151
+ created_at: string;
1152
+ author: {
1153
+ firstname: string;
1154
+ lastname: string;
1155
+ };
1156
+ change_type: string;
1157
+ changes: {
1158
+ comment_added: {
1159
+ comment: string;
1160
+ };
1161
+ statuses: {
1162
+ changes: {
1163
+ new_status: string;
1164
+ old_status: null;
1165
+ }[];
1166
+ };
1167
+ expiration: {
1168
+ new_expiration: string;
1169
+ old_expiration: null;
1170
+ };
1171
+ custom_changes?: undefined;
1172
+ total?: undefined;
1173
+ };
1174
+ } | {
1175
+ uid: string;
1176
+ created_at: string;
1177
+ author: {
1178
+ firstname: string;
1179
+ lastname: string;
1180
+ };
1181
+ change_type: string;
1182
+ changes: {
1183
+ custom_changes: {
1184
+ new_value: string;
1185
+ old_value: string;
1186
+ title: string;
1187
+ };
1188
+ statuses: {
1189
+ changes: {
1190
+ new_status: string;
1191
+ old_status: string;
1192
+ }[];
1193
+ };
1194
+ total: {
1195
+ new_price: {
1196
+ currency: string;
1197
+ value: number;
1198
+ };
1199
+ old_price: {
1200
+ currency: string;
1201
+ value: number;
1202
+ };
1203
+ };
1204
+ comment_added?: undefined;
1205
+ expiration?: undefined;
1206
+ };
1207
+ })[];
1208
+ prices: {
1209
+ subtotal_excluding_tax: {
1210
+ currency: string;
1211
+ value: number;
1212
+ };
1213
+ subtotal_including_tax: {
1214
+ currency: string;
1215
+ value: number;
1216
+ };
1217
+ subtotal_with_discount_excluding_tax: {
1218
+ currency: string;
1219
+ value: number;
1220
+ };
1221
+ applied_taxes: {
1222
+ label: string;
1223
+ amount: {
1224
+ currency: string;
1225
+ value: number;
1226
+ };
1227
+ }[];
1228
+ grand_total: {
1229
+ currency: string;
1230
+ value: number;
1231
+ };
1232
+ };
1233
+ shipping_addresses: {
1234
+ uid: string;
1235
+ firstname: string;
1236
+ lastname: string;
1237
+ company: string;
1238
+ street: string[];
1239
+ city: string;
1240
+ region: {
1241
+ code: string;
1242
+ label: string;
1243
+ region_id: number;
1244
+ };
1245
+ postcode: string;
1246
+ country: {
1247
+ code: string;
1248
+ label: string;
1249
+ };
1250
+ telephone: string;
1251
+ }[];
1252
+ };
1253
+ export declare const mockInactiveQuoteTemplateData: {
1254
+ uid: string;
1255
+ name: string;
1256
+ status: string;
1257
+ created_at: string;
1258
+ updated_at: string;
1259
+ expiration_date: string;
1260
+ sales_rep_name: string;
1261
+ buyer: {
1262
+ firstname: string;
1263
+ lastname: string;
1264
+ };
1265
+ comments: ({
1266
+ uid: string;
1267
+ created_at: string;
1268
+ author: {
1269
+ firstname: string;
1270
+ lastname: string;
1271
+ };
1272
+ text: string;
1273
+ attachments: {
1274
+ name: string;
1275
+ url: string;
1276
+ }[];
1277
+ } | {
1278
+ uid: string;
1279
+ created_at: string;
1280
+ author: {
1281
+ firstname: string;
1282
+ lastname: string;
1283
+ };
1284
+ text: string;
1285
+ attachments?: undefined;
1286
+ })[];
1287
+ items: ({
1288
+ uid: string;
1289
+ product: {
1290
+ name: string;
1291
+ sku: string;
1292
+ uid: string;
1293
+ stock_status: string;
1294
+ };
1295
+ prices: {
1296
+ price: {
1297
+ currency: string;
1298
+ value: number;
1299
+ };
1300
+ original_item_price: {
1301
+ currency: string;
1302
+ value: number;
1303
+ };
1304
+ row_total: {
1305
+ currency: string;
1306
+ value: number;
1307
+ };
1308
+ catalog_discount: {
1309
+ amount_off: number;
1310
+ percent_off: number;
1311
+ };
1312
+ discounts: {
1313
+ label: string;
1314
+ value: string;
1315
+ amount: {
1316
+ currency: string;
1317
+ value: number;
1318
+ };
1319
+ }[];
1320
+ };
1321
+ quantity: number;
1322
+ note_from_buyer: {
1323
+ created_at: string;
1324
+ creator_id: string;
1325
+ creator_type: string;
1326
+ negotiable_quote_template_item_uid: string;
1327
+ note: string;
1328
+ note_uid: string;
1329
+ }[];
1330
+ note_from_seller: {
1331
+ created_at: string;
1332
+ creator_id: string;
1333
+ creator_type: string;
1334
+ negotiable_quote_template_item_uid: string;
1335
+ note: string;
1336
+ note_uid: string;
1337
+ }[];
1338
+ configurable_options?: undefined;
1339
+ bundle_options?: undefined;
1340
+ } | {
1341
+ uid: string;
1342
+ product: {
1343
+ name: string;
1344
+ sku: string;
1345
+ uid: string;
1346
+ stock_status: string;
1347
+ };
1348
+ prices: {
1349
+ price: {
1350
+ currency: string;
1351
+ value: number;
1352
+ };
1353
+ original_item_price: {
1354
+ currency: string;
1355
+ value: number;
1356
+ };
1357
+ row_total: {
1358
+ currency: string;
1359
+ value: number;
1360
+ };
1361
+ catalog_discount: {
1362
+ amount_off: number;
1363
+ percent_off: number;
1364
+ };
1365
+ discounts: {
1366
+ label: string;
1367
+ value: string;
1368
+ amount: {
1369
+ currency: string;
1370
+ value: number;
1371
+ };
1372
+ }[];
1373
+ };
1374
+ quantity: number;
1375
+ configurable_options: {
1376
+ option_label: string;
1377
+ value_label: string;
1378
+ }[];
1379
+ note_from_buyer: {
1380
+ created_at: string;
1381
+ creator_id: string;
1382
+ creator_type: string;
1383
+ negotiable_quote_template_item_uid: string;
1384
+ note: string;
1385
+ note_uid: string;
1386
+ }[];
1387
+ note_from_seller: never[];
1388
+ bundle_options?: undefined;
1389
+ } | {
1390
+ uid: string;
1391
+ product: {
1392
+ name: string;
1393
+ sku: string;
1394
+ uid: string;
1395
+ stock_status: string;
1396
+ };
1397
+ prices: {
1398
+ price: {
1399
+ currency: string;
1400
+ value: number;
1401
+ };
1402
+ original_item_price: {
1403
+ currency: string;
1404
+ value: number;
1405
+ };
1406
+ row_total: {
1407
+ currency: string;
1408
+ value: number;
1409
+ };
1410
+ catalog_discount: {
1411
+ amount_off: number;
1412
+ percent_off: number;
1413
+ };
1414
+ discounts: {
1415
+ label: string;
1416
+ value: string;
1417
+ amount: {
1418
+ currency: string;
1419
+ value: number;
1420
+ };
1421
+ }[];
1422
+ };
1423
+ quantity: number;
1424
+ bundle_options: {
1425
+ label: string;
1426
+ values: {
1427
+ label: string;
1428
+ quantity: number;
1429
+ original_price: {
1430
+ currency: string;
1431
+ value: number;
1432
+ };
1433
+ priceV2: {
1434
+ currency: string;
1435
+ value: number;
1436
+ };
1437
+ }[];
1438
+ }[];
1439
+ note_from_buyer: {
1440
+ created_at: string;
1441
+ creator_id: string;
1442
+ creator_type: string;
1443
+ negotiable_quote_template_item_uid: string;
1444
+ note: string;
1445
+ note_uid: string;
1446
+ }[];
1447
+ note_from_seller: {
1448
+ created_at: string;
1449
+ creator_id: string;
1450
+ creator_type: string;
1451
+ negotiable_quote_template_item_uid: string;
1452
+ note: string;
1453
+ note_uid: string;
1454
+ }[];
1455
+ configurable_options?: undefined;
1456
+ })[];
1457
+ history: ({
1458
+ uid: string;
1459
+ created_at: string;
1460
+ author: {
1461
+ firstname: string;
1462
+ lastname: string;
1463
+ };
1464
+ change_type: string;
1465
+ changes: {
1466
+ comment_added: {
1467
+ comment: string;
1468
+ };
1469
+ statuses: {
1470
+ changes: {
1471
+ new_status: string;
1472
+ old_status: null;
1473
+ }[];
1474
+ };
1475
+ expiration: {
1476
+ new_expiration: string;
1477
+ old_expiration: null;
1478
+ };
1479
+ custom_changes?: undefined;
1480
+ total?: undefined;
1481
+ };
1482
+ } | {
1483
+ uid: string;
1484
+ created_at: string;
1485
+ author: {
1486
+ firstname: string;
1487
+ lastname: string;
1488
+ };
1489
+ change_type: string;
1490
+ changes: {
1491
+ custom_changes: {
1492
+ new_value: string;
1493
+ old_value: string;
1494
+ title: string;
1495
+ };
1496
+ statuses: {
1497
+ changes: {
1498
+ new_status: string;
1499
+ old_status: string;
1500
+ }[];
1501
+ };
1502
+ total: {
1503
+ new_price: {
1504
+ currency: string;
1505
+ value: number;
1506
+ };
1507
+ old_price: {
1508
+ currency: string;
1509
+ value: number;
1510
+ };
1511
+ };
1512
+ comment_added?: undefined;
1513
+ expiration?: undefined;
1514
+ };
1515
+ })[];
1516
+ prices: {
1517
+ subtotal_excluding_tax: {
1518
+ currency: string;
1519
+ value: number;
1520
+ };
1521
+ subtotal_including_tax: {
1522
+ currency: string;
1523
+ value: number;
1524
+ };
1525
+ subtotal_with_discount_excluding_tax: {
1526
+ currency: string;
1527
+ value: number;
1528
+ };
1529
+ applied_taxes: {
1530
+ label: string;
1531
+ amount: {
1532
+ currency: string;
1533
+ value: number;
1534
+ };
1535
+ }[];
1536
+ grand_total: {
1537
+ currency: string;
1538
+ value: number;
1539
+ };
1540
+ };
1541
+ shipping_addresses: {
1542
+ uid: string;
1543
+ firstname: string;
1544
+ lastname: string;
1545
+ company: string;
1546
+ street: string[];
1547
+ city: string;
1548
+ region: {
1549
+ code: string;
1550
+ label: string;
1551
+ region_id: number;
1552
+ };
1553
+ postcode: string;
1554
+ country: {
1555
+ code: string;
1556
+ label: string;
1557
+ };
1558
+ telephone: string;
1559
+ }[];
1560
+ };
1561
+ export declare const mockQuoteTemplateListData: {
1562
+ items: {
1563
+ template_id: string;
1564
+ name: string;
1565
+ created_at: string;
1566
+ updated_at: string;
1567
+ status: string;
1568
+ state: string;
1569
+ min_negotiated_grand_total: number;
1570
+ last_shared_at: string;
1571
+ last_ordered_at: string;
1572
+ expiration_date: string;
1573
+ orders_placed: number;
1574
+ prices: {
1575
+ grand_total: {
1576
+ value: number;
1577
+ currency: string;
1578
+ };
1579
+ };
1580
+ }[];
1581
+ page_info: {
1582
+ current_page: number;
1583
+ page_size: number;
1584
+ total_pages: number;
1585
+ };
1586
+ total_count: number;
1587
+ sort_fields: {
1588
+ default: string;
1589
+ options: {
1590
+ label: string;
1591
+ value: string;
1592
+ }[];
1593
+ };
1594
+ };
1595
+ export declare const mockEmptyQuoteTemplateListData: {
1596
+ items: never[];
1597
+ page_info: {
1598
+ current_page: number;
1599
+ page_size: number;
1600
+ total_pages: number;
1601
+ };
1602
+ total_count: number;
1603
+ };
1604
+ //# sourceMappingURL=negotiableQuoteTemplateData.d.ts.map