@flowio/api-internal-mock-generator 5.26.31 → 5.26.33

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.
@@ -10,7 +10,7 @@
10
10
  "key": "api-internal"
11
11
  },
12
12
  "namespace": "io.flow.internal.v0",
13
- "version": "0.14.65",
13
+ "version": "0.14.67",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -571,7 +571,7 @@
571
571
  "application": {
572
572
  "key": "export"
573
573
  },
574
- "version": "0.11.21",
574
+ "version": "0.11.22",
575
575
  "enums": ["export_status", "item_identifier"],
576
576
  "interfaces": ["csv_price_book_item_export_row"],
577
577
  "unions": ["export_delivery", "export_type"],
@@ -586,7 +586,7 @@
586
586
  "application": {
587
587
  "key": "pricing-indicator-internal-event"
588
588
  },
589
- "version": "0.14.65",
589
+ "version": "0.14.67",
590
590
  "enums": ["pricing_indicator_status", "service_name"],
591
591
  "interfaces": [],
592
592
  "unions": ["pricing_indicator_event"],
@@ -616,7 +616,7 @@
616
616
  "application": {
617
617
  "key": "order-management"
618
618
  },
619
- "version": "0.11.18",
619
+ "version": "0.11.21",
620
620
  "enums": ["cancel_reason", "fulfillment_item_quantity_status", "order_change_source"],
621
621
  "interfaces": [],
622
622
  "unions": [],
@@ -631,7 +631,7 @@
631
631
  "application": {
632
632
  "key": "catalog-exclusion"
633
633
  },
634
- "version": "0.11.18",
634
+ "version": "0.11.21",
635
635
  "enums": ["exclusion_rule_state"],
636
636
  "interfaces": [],
637
637
  "unions": [],
@@ -646,7 +646,7 @@
646
646
  "application": {
647
647
  "key": "catalog-return"
648
648
  },
649
- "version": "0.11.18",
649
+ "version": "0.11.21",
650
650
  "enums": ["return_policy_state"],
651
651
  "interfaces": [],
652
652
  "unions": [],
@@ -661,7 +661,7 @@
661
661
  "application": {
662
662
  "key": "ftp"
663
663
  },
664
- "version": "0.11.18",
664
+ "version": "0.11.21",
665
665
  "enums": ["ftp_file_source"],
666
666
  "interfaces": [],
667
667
  "unions": [],
@@ -1165,6 +1165,28 @@
1165
1165
  "attributes": []
1166
1166
  }],
1167
1167
  "attributes": []
1168
+ }, {
1169
+ "name": "checkout_bootstrap_by_order_quote_error_code",
1170
+ "plural": "checkout_bootstrap_by_order_quote_error_codes",
1171
+ "values": [{
1172
+ "name": "order_quote_not_found",
1173
+ "attributes": []
1174
+ }],
1175
+ "attributes": []
1176
+ }, {
1177
+ "name": "checkout_bootstrap_by_session_error_code",
1178
+ "plural": "checkout_bootstrap_by_session_error_codes",
1179
+ "values": [{
1180
+ "name": "session_not_found",
1181
+ "attributes": []
1182
+ }, {
1183
+ "name": "session_experience_required",
1184
+ "attributes": []
1185
+ }, {
1186
+ "name": "country_not_supported",
1187
+ "attributes": []
1188
+ }],
1189
+ "attributes": []
1168
1190
  }, {
1169
1191
  "name": "checkout_create_authorization_details_error_code",
1170
1192
  "plural": "checkout_create_authorization_details_error_codes",
@@ -1196,6 +1218,14 @@
1196
1218
  "attributes": []
1197
1219
  }],
1198
1220
  "attributes": []
1221
+ }, {
1222
+ "name": "checkout_create_by_order_quote_error_code",
1223
+ "plural": "checkout_create_by_order_quote_error_codes",
1224
+ "values": [{
1225
+ "name": "order_quote_not_found",
1226
+ "attributes": []
1227
+ }],
1228
+ "attributes": []
1199
1229
  }, {
1200
1230
  "name": "checkout_create_by_session_by_customer_token_error_code",
1201
1231
  "plural": "checkout_create_by_session_by_customer_token_error_codes",
@@ -5846,6 +5876,36 @@
5846
5876
  "attributes": [],
5847
5877
  "interfaces": [],
5848
5878
  "discriminator": "discriminator"
5879
+ }, {
5880
+ "name": "checkout_bootstrap_by_order_quote_response",
5881
+ "plural": "checkout_bootstrap_by_order_quote_responses",
5882
+ "types": [{
5883
+ "type": "checkout_bootstrap_by_order_quote_response_error",
5884
+ "attributes": [],
5885
+ "discriminator_value": "checkout_bootstrap_by_order_quote_response_error"
5886
+ }, {
5887
+ "type": "checkout_bootstrap_by_order_quote_response_success",
5888
+ "attributes": [],
5889
+ "discriminator_value": "checkout_bootstrap_by_order_quote_response_success"
5890
+ }],
5891
+ "attributes": [],
5892
+ "interfaces": [],
5893
+ "discriminator": "discriminator"
5894
+ }, {
5895
+ "name": "checkout_bootstrap_by_session_response",
5896
+ "plural": "checkout_bootstrap_by_session_responses",
5897
+ "types": [{
5898
+ "type": "checkout_bootstrap_by_session_response_error",
5899
+ "attributes": [],
5900
+ "discriminator_value": "checkout_bootstrap_by_session_response_error"
5901
+ }, {
5902
+ "type": "checkout_bootstrap_by_session_response_success",
5903
+ "attributes": [],
5904
+ "discriminator_value": "checkout_bootstrap_by_session_response_success"
5905
+ }],
5906
+ "attributes": [],
5907
+ "interfaces": [],
5908
+ "discriminator": "discriminator"
5849
5909
  }, {
5850
5910
  "name": "checkout_confirmation_details",
5851
5911
  "plural": "checkout_confirmation_detailses",
@@ -5872,6 +5932,21 @@
5872
5932
  "attributes": [],
5873
5933
  "interfaces": [],
5874
5934
  "discriminator": "discriminator"
5935
+ }, {
5936
+ "name": "checkout_create_by_order_quote_response",
5937
+ "plural": "checkout_create_by_order_quote_responses",
5938
+ "types": [{
5939
+ "type": "checkout_create_by_order_quote_response_error",
5940
+ "attributes": [],
5941
+ "discriminator_value": "checkout_create_by_order_quote_response_error"
5942
+ }, {
5943
+ "type": "checkout_create_by_order_quote_response_success",
5944
+ "attributes": [],
5945
+ "discriminator_value": "checkout_create_by_order_quote_response_success"
5946
+ }],
5947
+ "attributes": [],
5948
+ "interfaces": [],
5949
+ "discriminator": "discriminator"
5875
5950
  }, {
5876
5951
  "name": "checkout_create_by_session_by_customer_token_response",
5877
5952
  "plural": "checkout_create_by_session_by_customer_token_responses",
@@ -6339,9 +6414,21 @@
6339
6414
  "name": "checkout_request_form",
6340
6415
  "plural": "checkout_request_forms",
6341
6416
  "types": [{
6417
+ "type": "checkout_bootstrap_by_order_quote_request_form",
6418
+ "attributes": [],
6419
+ "discriminator_value": "checkout_bootstrap_by_order_quote_request_form"
6420
+ }, {
6421
+ "type": "checkout_bootstrap_by_session_request_form",
6422
+ "attributes": [],
6423
+ "discriminator_value": "checkout_bootstrap_by_session_request_form"
6424
+ }, {
6342
6425
  "type": "checkout_create_authorization_details_request_form",
6343
6426
  "attributes": [],
6344
6427
  "discriminator_value": "checkout_create_authorization_details_request_form"
6428
+ }, {
6429
+ "type": "checkout_create_by_order_quote_request_form",
6430
+ "attributes": [],
6431
+ "discriminator_value": "checkout_create_by_order_quote_request_form"
6345
6432
  }, {
6346
6433
  "type": "checkout_create_by_session_by_customer_token_request_form",
6347
6434
  "attributes": [],
@@ -6370,6 +6457,22 @@
6370
6457
  "name": "checkout_response",
6371
6458
  "plural": "checkout_responses",
6372
6459
  "types": [{
6460
+ "type": "checkout_bootstrap_by_order_quote_response_error",
6461
+ "attributes": [],
6462
+ "discriminator_value": "checkout_bootstrap_by_order_quote_response_error"
6463
+ }, {
6464
+ "type": "checkout_bootstrap_by_order_quote_response_success",
6465
+ "attributes": [],
6466
+ "discriminator_value": "checkout_bootstrap_by_order_quote_response_success"
6467
+ }, {
6468
+ "type": "checkout_bootstrap_by_session_response_error",
6469
+ "attributes": [],
6470
+ "discriminator_value": "checkout_bootstrap_by_session_response_error"
6471
+ }, {
6472
+ "type": "checkout_bootstrap_by_session_response_success",
6473
+ "attributes": [],
6474
+ "discriminator_value": "checkout_bootstrap_by_session_response_success"
6475
+ }, {
6373
6476
  "type": "checkout_create_authorization_details_response_error",
6374
6477
  "attributes": [],
6375
6478
  "discriminator_value": "checkout_create_authorization_details_response_error"
@@ -6377,6 +6480,14 @@
6377
6480
  "type": "checkout_create_authorization_details_response_success",
6378
6481
  "attributes": [],
6379
6482
  "discriminator_value": "checkout_create_authorization_details_response_success"
6483
+ }, {
6484
+ "type": "checkout_create_by_order_quote_response_error",
6485
+ "attributes": [],
6486
+ "discriminator_value": "checkout_create_by_order_quote_response_error"
6487
+ }, {
6488
+ "type": "checkout_create_by_order_quote_response_success",
6489
+ "attributes": [],
6490
+ "discriminator_value": "checkout_create_by_order_quote_response_success"
6380
6491
  }, {
6381
6492
  "type": "checkout_create_by_session_by_customer_token_response_error",
6382
6493
  "attributes": [],
@@ -16080,6 +16191,114 @@
16080
16191
  }],
16081
16192
  "attributes": [],
16082
16193
  "interfaces": []
16194
+ }, {
16195
+ "name": "checkout_bootstrap_by_order_quote_error",
16196
+ "plural": "checkout_bootstrap_by_order_quote_errors",
16197
+ "fields": [{
16198
+ "name": "code",
16199
+ "type": "checkout_bootstrap_by_order_quote_error_code",
16200
+ "required": true,
16201
+ "attributes": [],
16202
+ "annotations": []
16203
+ }, {
16204
+ "name": "message",
16205
+ "type": "string",
16206
+ "required": true,
16207
+ "attributes": [],
16208
+ "annotations": []
16209
+ }],
16210
+ "attributes": [],
16211
+ "interfaces": []
16212
+ }, {
16213
+ "name": "checkout_bootstrap_by_order_quote_request_form",
16214
+ "plural": "checkout_bootstrap_by_order_quote_request_forms",
16215
+ "fields": [{
16216
+ "name": "order_quote_id",
16217
+ "type": "string",
16218
+ "required": true,
16219
+ "attributes": [],
16220
+ "annotations": []
16221
+ }],
16222
+ "attributes": [],
16223
+ "interfaces": []
16224
+ }, {
16225
+ "name": "checkout_bootstrap_by_order_quote_response_error",
16226
+ "plural": "checkout_bootstrap_by_order_quote_response_errors",
16227
+ "fields": [{
16228
+ "name": "errors",
16229
+ "type": "[checkout_bootstrap_by_order_quote_error]",
16230
+ "required": true,
16231
+ "attributes": [],
16232
+ "annotations": []
16233
+ }],
16234
+ "attributes": [],
16235
+ "interfaces": []
16236
+ }, {
16237
+ "name": "checkout_bootstrap_by_order_quote_response_success",
16238
+ "plural": "checkout_bootstrap_by_order_quote_response_successes",
16239
+ "fields": [{
16240
+ "name": "checkout",
16241
+ "type": "v2_checkout",
16242
+ "required": true,
16243
+ "attributes": [],
16244
+ "annotations": []
16245
+ }],
16246
+ "attributes": [],
16247
+ "interfaces": []
16248
+ }, {
16249
+ "name": "checkout_bootstrap_by_session_error",
16250
+ "plural": "checkout_bootstrap_by_session_errors",
16251
+ "fields": [{
16252
+ "name": "code",
16253
+ "type": "checkout_bootstrap_by_session_error_code",
16254
+ "required": true,
16255
+ "attributes": [],
16256
+ "annotations": []
16257
+ }, {
16258
+ "name": "message",
16259
+ "type": "string",
16260
+ "required": true,
16261
+ "attributes": [],
16262
+ "annotations": []
16263
+ }],
16264
+ "attributes": [],
16265
+ "interfaces": []
16266
+ }, {
16267
+ "name": "checkout_bootstrap_by_session_request_form",
16268
+ "plural": "checkout_bootstrap_by_session_request_forms",
16269
+ "fields": [{
16270
+ "name": "session_id",
16271
+ "type": "string",
16272
+ "required": true,
16273
+ "attributes": [],
16274
+ "annotations": []
16275
+ }],
16276
+ "attributes": [],
16277
+ "interfaces": []
16278
+ }, {
16279
+ "name": "checkout_bootstrap_by_session_response_error",
16280
+ "plural": "checkout_bootstrap_by_session_response_errors",
16281
+ "fields": [{
16282
+ "name": "errors",
16283
+ "type": "[checkout_bootstrap_by_session_error]",
16284
+ "required": true,
16285
+ "attributes": [],
16286
+ "annotations": []
16287
+ }],
16288
+ "attributes": [],
16289
+ "interfaces": []
16290
+ }, {
16291
+ "name": "checkout_bootstrap_by_session_response_success",
16292
+ "plural": "checkout_bootstrap_by_session_response_successes",
16293
+ "fields": [{
16294
+ "name": "checkout",
16295
+ "type": "v2_checkout",
16296
+ "required": true,
16297
+ "attributes": [],
16298
+ "annotations": []
16299
+ }],
16300
+ "attributes": [],
16301
+ "interfaces": []
16083
16302
  }, {
16084
16303
  "name": "checkout_bundle",
16085
16304
  "plural": "checkout_bundles",
@@ -16550,6 +16769,60 @@
16550
16769
  }],
16551
16770
  "attributes": [],
16552
16771
  "interfaces": []
16772
+ }, {
16773
+ "name": "checkout_create_by_order_quote_error",
16774
+ "plural": "checkout_create_by_order_quote_errors",
16775
+ "fields": [{
16776
+ "name": "code",
16777
+ "type": "checkout_create_by_order_quote_error_code",
16778
+ "required": true,
16779
+ "attributes": [],
16780
+ "annotations": []
16781
+ }, {
16782
+ "name": "message",
16783
+ "type": "string",
16784
+ "required": true,
16785
+ "attributes": [],
16786
+ "annotations": []
16787
+ }],
16788
+ "attributes": [],
16789
+ "interfaces": []
16790
+ }, {
16791
+ "name": "checkout_create_by_order_quote_request_form",
16792
+ "plural": "checkout_create_by_order_quote_request_forms",
16793
+ "fields": [{
16794
+ "name": "order_quote_id",
16795
+ "type": "string",
16796
+ "required": true,
16797
+ "attributes": [],
16798
+ "annotations": []
16799
+ }],
16800
+ "attributes": [],
16801
+ "interfaces": []
16802
+ }, {
16803
+ "name": "checkout_create_by_order_quote_response_error",
16804
+ "plural": "checkout_create_by_order_quote_response_errors",
16805
+ "fields": [{
16806
+ "name": "errors",
16807
+ "type": "[checkout_create_by_order_quote_error]",
16808
+ "required": true,
16809
+ "attributes": [],
16810
+ "annotations": []
16811
+ }],
16812
+ "attributes": [],
16813
+ "interfaces": []
16814
+ }, {
16815
+ "name": "checkout_create_by_order_quote_response_success",
16816
+ "plural": "checkout_create_by_order_quote_response_successes",
16817
+ "fields": [{
16818
+ "name": "checkout",
16819
+ "type": "v2_checkout",
16820
+ "required": true,
16821
+ "attributes": [],
16822
+ "annotations": []
16823
+ }],
16824
+ "attributes": [],
16825
+ "interfaces": []
16553
16826
  }, {
16554
16827
  "name": "checkout_create_by_session_by_customer_token_error",
16555
16828
  "plural": "checkout_create_by_session_by_customer_token_errors",
@@ -30022,9 +30295,9 @@
30022
30295
  "name": "heap_checkout_event",
30023
30296
  "plural": "heap_checkout_events",
30024
30297
  "fields": [{
30025
- "name": "message",
30026
- "type": "blaze_checkout_event_message",
30027
- "required": true,
30298
+ "name": "event_type",
30299
+ "type": "blaze_checkout_event",
30300
+ "required": false,
30028
30301
  "attributes": [],
30029
30302
  "annotations": []
30030
30303
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-mock-generator",
3
- "version": "5.26.31",
3
+ "version": "5.26.33",
4
4
  "description": "A mock data generator based on our internal API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -29,5 +29,5 @@
29
29
  "apibuilder-js": "0.0.13",
30
30
  "apibuilder-mock-generator": "0.0.13"
31
31
  },
32
- "gitHead": "ceb669794c5f0cdb89b4ffd2bbd53da73c86ac48"
32
+ "gitHead": "8a48fda35625671b87498128b88f238457500d78"
33
33
  }
@@ -10,7 +10,7 @@
10
10
  "key" : "api-internal"
11
11
  },
12
12
  "namespace" : "io.flow.internal.v0",
13
- "version" : "0.14.65",
13
+ "version" : "0.14.67",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -571,7 +571,7 @@
571
571
  "application" : {
572
572
  "key" : "export"
573
573
  },
574
- "version" : "0.11.21",
574
+ "version" : "0.11.22",
575
575
  "enums" : [ "export_status", "item_identifier" ],
576
576
  "interfaces" : [ "csv_price_book_item_export_row" ],
577
577
  "unions" : [ "export_delivery", "export_type" ],
@@ -586,7 +586,7 @@
586
586
  "application" : {
587
587
  "key" : "pricing-indicator-internal-event"
588
588
  },
589
- "version" : "0.14.65",
589
+ "version" : "0.14.67",
590
590
  "enums" : [ "pricing_indicator_status", "service_name" ],
591
591
  "interfaces" : [ ],
592
592
  "unions" : [ "pricing_indicator_event" ],
@@ -616,7 +616,7 @@
616
616
  "application" : {
617
617
  "key" : "order-management"
618
618
  },
619
- "version" : "0.11.18",
619
+ "version" : "0.11.21",
620
620
  "enums" : [ "cancel_reason", "fulfillment_item_quantity_status", "order_change_source" ],
621
621
  "interfaces" : [ ],
622
622
  "unions" : [ ],
@@ -631,7 +631,7 @@
631
631
  "application" : {
632
632
  "key" : "catalog-exclusion"
633
633
  },
634
- "version" : "0.11.18",
634
+ "version" : "0.11.21",
635
635
  "enums" : [ "exclusion_rule_state" ],
636
636
  "interfaces" : [ ],
637
637
  "unions" : [ ],
@@ -646,7 +646,7 @@
646
646
  "application" : {
647
647
  "key" : "catalog-return"
648
648
  },
649
- "version" : "0.11.18",
649
+ "version" : "0.11.21",
650
650
  "enums" : [ "return_policy_state" ],
651
651
  "interfaces" : [ ],
652
652
  "unions" : [ ],
@@ -661,7 +661,7 @@
661
661
  "application" : {
662
662
  "key" : "ftp"
663
663
  },
664
- "version" : "0.11.18",
664
+ "version" : "0.11.21",
665
665
  "enums" : [ "ftp_file_source" ],
666
666
  "interfaces" : [ ],
667
667
  "unions" : [ ],
@@ -1165,6 +1165,28 @@
1165
1165
  "attributes" : [ ]
1166
1166
  } ],
1167
1167
  "attributes" : [ ]
1168
+ }, {
1169
+ "name" : "checkout_bootstrap_by_order_quote_error_code",
1170
+ "plural" : "checkout_bootstrap_by_order_quote_error_codes",
1171
+ "values" : [ {
1172
+ "name" : "order_quote_not_found",
1173
+ "attributes" : [ ]
1174
+ } ],
1175
+ "attributes" : [ ]
1176
+ }, {
1177
+ "name" : "checkout_bootstrap_by_session_error_code",
1178
+ "plural" : "checkout_bootstrap_by_session_error_codes",
1179
+ "values" : [ {
1180
+ "name" : "session_not_found",
1181
+ "attributes" : [ ]
1182
+ }, {
1183
+ "name" : "session_experience_required",
1184
+ "attributes" : [ ]
1185
+ }, {
1186
+ "name" : "country_not_supported",
1187
+ "attributes" : [ ]
1188
+ } ],
1189
+ "attributes" : [ ]
1168
1190
  }, {
1169
1191
  "name" : "checkout_create_authorization_details_error_code",
1170
1192
  "plural" : "checkout_create_authorization_details_error_codes",
@@ -1196,6 +1218,14 @@
1196
1218
  "attributes" : [ ]
1197
1219
  } ],
1198
1220
  "attributes" : [ ]
1221
+ }, {
1222
+ "name" : "checkout_create_by_order_quote_error_code",
1223
+ "plural" : "checkout_create_by_order_quote_error_codes",
1224
+ "values" : [ {
1225
+ "name" : "order_quote_not_found",
1226
+ "attributes" : [ ]
1227
+ } ],
1228
+ "attributes" : [ ]
1199
1229
  }, {
1200
1230
  "name" : "checkout_create_by_session_by_customer_token_error_code",
1201
1231
  "plural" : "checkout_create_by_session_by_customer_token_error_codes",
@@ -5846,6 +5876,36 @@
5846
5876
  "attributes" : [ ],
5847
5877
  "interfaces" : [ ],
5848
5878
  "discriminator" : "discriminator"
5879
+ }, {
5880
+ "name" : "checkout_bootstrap_by_order_quote_response",
5881
+ "plural" : "checkout_bootstrap_by_order_quote_responses",
5882
+ "types" : [ {
5883
+ "type" : "checkout_bootstrap_by_order_quote_response_error",
5884
+ "attributes" : [ ],
5885
+ "discriminator_value" : "checkout_bootstrap_by_order_quote_response_error"
5886
+ }, {
5887
+ "type" : "checkout_bootstrap_by_order_quote_response_success",
5888
+ "attributes" : [ ],
5889
+ "discriminator_value" : "checkout_bootstrap_by_order_quote_response_success"
5890
+ } ],
5891
+ "attributes" : [ ],
5892
+ "interfaces" : [ ],
5893
+ "discriminator" : "discriminator"
5894
+ }, {
5895
+ "name" : "checkout_bootstrap_by_session_response",
5896
+ "plural" : "checkout_bootstrap_by_session_responses",
5897
+ "types" : [ {
5898
+ "type" : "checkout_bootstrap_by_session_response_error",
5899
+ "attributes" : [ ],
5900
+ "discriminator_value" : "checkout_bootstrap_by_session_response_error"
5901
+ }, {
5902
+ "type" : "checkout_bootstrap_by_session_response_success",
5903
+ "attributes" : [ ],
5904
+ "discriminator_value" : "checkout_bootstrap_by_session_response_success"
5905
+ } ],
5906
+ "attributes" : [ ],
5907
+ "interfaces" : [ ],
5908
+ "discriminator" : "discriminator"
5849
5909
  }, {
5850
5910
  "name" : "checkout_confirmation_details",
5851
5911
  "plural" : "checkout_confirmation_detailses",
@@ -5872,6 +5932,21 @@
5872
5932
  "attributes" : [ ],
5873
5933
  "interfaces" : [ ],
5874
5934
  "discriminator" : "discriminator"
5935
+ }, {
5936
+ "name" : "checkout_create_by_order_quote_response",
5937
+ "plural" : "checkout_create_by_order_quote_responses",
5938
+ "types" : [ {
5939
+ "type" : "checkout_create_by_order_quote_response_error",
5940
+ "attributes" : [ ],
5941
+ "discriminator_value" : "checkout_create_by_order_quote_response_error"
5942
+ }, {
5943
+ "type" : "checkout_create_by_order_quote_response_success",
5944
+ "attributes" : [ ],
5945
+ "discriminator_value" : "checkout_create_by_order_quote_response_success"
5946
+ } ],
5947
+ "attributes" : [ ],
5948
+ "interfaces" : [ ],
5949
+ "discriminator" : "discriminator"
5875
5950
  }, {
5876
5951
  "name" : "checkout_create_by_session_by_customer_token_response",
5877
5952
  "plural" : "checkout_create_by_session_by_customer_token_responses",
@@ -6339,9 +6414,21 @@
6339
6414
  "name" : "checkout_request_form",
6340
6415
  "plural" : "checkout_request_forms",
6341
6416
  "types" : [ {
6417
+ "type" : "checkout_bootstrap_by_order_quote_request_form",
6418
+ "attributes" : [ ],
6419
+ "discriminator_value" : "checkout_bootstrap_by_order_quote_request_form"
6420
+ }, {
6421
+ "type" : "checkout_bootstrap_by_session_request_form",
6422
+ "attributes" : [ ],
6423
+ "discriminator_value" : "checkout_bootstrap_by_session_request_form"
6424
+ }, {
6342
6425
  "type" : "checkout_create_authorization_details_request_form",
6343
6426
  "attributes" : [ ],
6344
6427
  "discriminator_value" : "checkout_create_authorization_details_request_form"
6428
+ }, {
6429
+ "type" : "checkout_create_by_order_quote_request_form",
6430
+ "attributes" : [ ],
6431
+ "discriminator_value" : "checkout_create_by_order_quote_request_form"
6345
6432
  }, {
6346
6433
  "type" : "checkout_create_by_session_by_customer_token_request_form",
6347
6434
  "attributes" : [ ],
@@ -6370,6 +6457,22 @@
6370
6457
  "name" : "checkout_response",
6371
6458
  "plural" : "checkout_responses",
6372
6459
  "types" : [ {
6460
+ "type" : "checkout_bootstrap_by_order_quote_response_error",
6461
+ "attributes" : [ ],
6462
+ "discriminator_value" : "checkout_bootstrap_by_order_quote_response_error"
6463
+ }, {
6464
+ "type" : "checkout_bootstrap_by_order_quote_response_success",
6465
+ "attributes" : [ ],
6466
+ "discriminator_value" : "checkout_bootstrap_by_order_quote_response_success"
6467
+ }, {
6468
+ "type" : "checkout_bootstrap_by_session_response_error",
6469
+ "attributes" : [ ],
6470
+ "discriminator_value" : "checkout_bootstrap_by_session_response_error"
6471
+ }, {
6472
+ "type" : "checkout_bootstrap_by_session_response_success",
6473
+ "attributes" : [ ],
6474
+ "discriminator_value" : "checkout_bootstrap_by_session_response_success"
6475
+ }, {
6373
6476
  "type" : "checkout_create_authorization_details_response_error",
6374
6477
  "attributes" : [ ],
6375
6478
  "discriminator_value" : "checkout_create_authorization_details_response_error"
@@ -6377,6 +6480,14 @@
6377
6480
  "type" : "checkout_create_authorization_details_response_success",
6378
6481
  "attributes" : [ ],
6379
6482
  "discriminator_value" : "checkout_create_authorization_details_response_success"
6483
+ }, {
6484
+ "type" : "checkout_create_by_order_quote_response_error",
6485
+ "attributes" : [ ],
6486
+ "discriminator_value" : "checkout_create_by_order_quote_response_error"
6487
+ }, {
6488
+ "type" : "checkout_create_by_order_quote_response_success",
6489
+ "attributes" : [ ],
6490
+ "discriminator_value" : "checkout_create_by_order_quote_response_success"
6380
6491
  }, {
6381
6492
  "type" : "checkout_create_by_session_by_customer_token_response_error",
6382
6493
  "attributes" : [ ],
@@ -16080,6 +16191,114 @@
16080
16191
  } ],
16081
16192
  "attributes" : [ ],
16082
16193
  "interfaces" : [ ]
16194
+ }, {
16195
+ "name" : "checkout_bootstrap_by_order_quote_error",
16196
+ "plural" : "checkout_bootstrap_by_order_quote_errors",
16197
+ "fields" : [ {
16198
+ "name" : "code",
16199
+ "type" : "checkout_bootstrap_by_order_quote_error_code",
16200
+ "required" : true,
16201
+ "attributes" : [ ],
16202
+ "annotations" : [ ]
16203
+ }, {
16204
+ "name" : "message",
16205
+ "type" : "string",
16206
+ "required" : true,
16207
+ "attributes" : [ ],
16208
+ "annotations" : [ ]
16209
+ } ],
16210
+ "attributes" : [ ],
16211
+ "interfaces" : [ ]
16212
+ }, {
16213
+ "name" : "checkout_bootstrap_by_order_quote_request_form",
16214
+ "plural" : "checkout_bootstrap_by_order_quote_request_forms",
16215
+ "fields" : [ {
16216
+ "name" : "order_quote_id",
16217
+ "type" : "string",
16218
+ "required" : true,
16219
+ "attributes" : [ ],
16220
+ "annotations" : [ ]
16221
+ } ],
16222
+ "attributes" : [ ],
16223
+ "interfaces" : [ ]
16224
+ }, {
16225
+ "name" : "checkout_bootstrap_by_order_quote_response_error",
16226
+ "plural" : "checkout_bootstrap_by_order_quote_response_errors",
16227
+ "fields" : [ {
16228
+ "name" : "errors",
16229
+ "type" : "[checkout_bootstrap_by_order_quote_error]",
16230
+ "required" : true,
16231
+ "attributes" : [ ],
16232
+ "annotations" : [ ]
16233
+ } ],
16234
+ "attributes" : [ ],
16235
+ "interfaces" : [ ]
16236
+ }, {
16237
+ "name" : "checkout_bootstrap_by_order_quote_response_success",
16238
+ "plural" : "checkout_bootstrap_by_order_quote_response_successes",
16239
+ "fields" : [ {
16240
+ "name" : "checkout",
16241
+ "type" : "v2_checkout",
16242
+ "required" : true,
16243
+ "attributes" : [ ],
16244
+ "annotations" : [ ]
16245
+ } ],
16246
+ "attributes" : [ ],
16247
+ "interfaces" : [ ]
16248
+ }, {
16249
+ "name" : "checkout_bootstrap_by_session_error",
16250
+ "plural" : "checkout_bootstrap_by_session_errors",
16251
+ "fields" : [ {
16252
+ "name" : "code",
16253
+ "type" : "checkout_bootstrap_by_session_error_code",
16254
+ "required" : true,
16255
+ "attributes" : [ ],
16256
+ "annotations" : [ ]
16257
+ }, {
16258
+ "name" : "message",
16259
+ "type" : "string",
16260
+ "required" : true,
16261
+ "attributes" : [ ],
16262
+ "annotations" : [ ]
16263
+ } ],
16264
+ "attributes" : [ ],
16265
+ "interfaces" : [ ]
16266
+ }, {
16267
+ "name" : "checkout_bootstrap_by_session_request_form",
16268
+ "plural" : "checkout_bootstrap_by_session_request_forms",
16269
+ "fields" : [ {
16270
+ "name" : "session_id",
16271
+ "type" : "string",
16272
+ "required" : true,
16273
+ "attributes" : [ ],
16274
+ "annotations" : [ ]
16275
+ } ],
16276
+ "attributes" : [ ],
16277
+ "interfaces" : [ ]
16278
+ }, {
16279
+ "name" : "checkout_bootstrap_by_session_response_error",
16280
+ "plural" : "checkout_bootstrap_by_session_response_errors",
16281
+ "fields" : [ {
16282
+ "name" : "errors",
16283
+ "type" : "[checkout_bootstrap_by_session_error]",
16284
+ "required" : true,
16285
+ "attributes" : [ ],
16286
+ "annotations" : [ ]
16287
+ } ],
16288
+ "attributes" : [ ],
16289
+ "interfaces" : [ ]
16290
+ }, {
16291
+ "name" : "checkout_bootstrap_by_session_response_success",
16292
+ "plural" : "checkout_bootstrap_by_session_response_successes",
16293
+ "fields" : [ {
16294
+ "name" : "checkout",
16295
+ "type" : "v2_checkout",
16296
+ "required" : true,
16297
+ "attributes" : [ ],
16298
+ "annotations" : [ ]
16299
+ } ],
16300
+ "attributes" : [ ],
16301
+ "interfaces" : [ ]
16083
16302
  }, {
16084
16303
  "name" : "checkout_bundle",
16085
16304
  "plural" : "checkout_bundles",
@@ -16550,6 +16769,60 @@
16550
16769
  } ],
16551
16770
  "attributes" : [ ],
16552
16771
  "interfaces" : [ ]
16772
+ }, {
16773
+ "name" : "checkout_create_by_order_quote_error",
16774
+ "plural" : "checkout_create_by_order_quote_errors",
16775
+ "fields" : [ {
16776
+ "name" : "code",
16777
+ "type" : "checkout_create_by_order_quote_error_code",
16778
+ "required" : true,
16779
+ "attributes" : [ ],
16780
+ "annotations" : [ ]
16781
+ }, {
16782
+ "name" : "message",
16783
+ "type" : "string",
16784
+ "required" : true,
16785
+ "attributes" : [ ],
16786
+ "annotations" : [ ]
16787
+ } ],
16788
+ "attributes" : [ ],
16789
+ "interfaces" : [ ]
16790
+ }, {
16791
+ "name" : "checkout_create_by_order_quote_request_form",
16792
+ "plural" : "checkout_create_by_order_quote_request_forms",
16793
+ "fields" : [ {
16794
+ "name" : "order_quote_id",
16795
+ "type" : "string",
16796
+ "required" : true,
16797
+ "attributes" : [ ],
16798
+ "annotations" : [ ]
16799
+ } ],
16800
+ "attributes" : [ ],
16801
+ "interfaces" : [ ]
16802
+ }, {
16803
+ "name" : "checkout_create_by_order_quote_response_error",
16804
+ "plural" : "checkout_create_by_order_quote_response_errors",
16805
+ "fields" : [ {
16806
+ "name" : "errors",
16807
+ "type" : "[checkout_create_by_order_quote_error]",
16808
+ "required" : true,
16809
+ "attributes" : [ ],
16810
+ "annotations" : [ ]
16811
+ } ],
16812
+ "attributes" : [ ],
16813
+ "interfaces" : [ ]
16814
+ }, {
16815
+ "name" : "checkout_create_by_order_quote_response_success",
16816
+ "plural" : "checkout_create_by_order_quote_response_successes",
16817
+ "fields" : [ {
16818
+ "name" : "checkout",
16819
+ "type" : "v2_checkout",
16820
+ "required" : true,
16821
+ "attributes" : [ ],
16822
+ "annotations" : [ ]
16823
+ } ],
16824
+ "attributes" : [ ],
16825
+ "interfaces" : [ ]
16553
16826
  }, {
16554
16827
  "name" : "checkout_create_by_session_by_customer_token_error",
16555
16828
  "plural" : "checkout_create_by_session_by_customer_token_errors",
@@ -30022,9 +30295,9 @@
30022
30295
  "name" : "heap_checkout_event",
30023
30296
  "plural" : "heap_checkout_events",
30024
30297
  "fields" : [ {
30025
- "name" : "message",
30026
- "type" : "blaze_checkout_event_message",
30027
- "required" : true,
30298
+ "name" : "event_type",
30299
+ "type" : "blaze_checkout_event",
30300
+ "required" : false,
30028
30301
  "attributes" : [ ],
30029
30302
  "annotations" : [ ]
30030
30303
  }, {