@flowio/api-mock-generator 6.17.94 → 6.17.95

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 (3) hide show
  1. package/dist/api.json +88 -259
  2. package/package.json +2 -2
  3. package/src/api.json +88 -259
package/dist/api.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "apidoc": {
3
- "version": "0.19.55"
3
+ "version": "0.19.59"
4
4
  },
5
5
  "name": "API",
6
6
  "organization": {
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.19.55",
13
+ "version": "0.19.59",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -31,7 +31,7 @@
31
31
  "application": {
32
32
  "key": "channel-internal"
33
33
  },
34
- "version": "0.25.39",
34
+ "version": "0.25.41",
35
35
  "enums": ["channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status"],
36
36
  "interfaces": [],
37
37
  "unions": [],
@@ -106,7 +106,7 @@
106
106
  "application": {
107
107
  "key": "ben-test-internal"
108
108
  },
109
- "version": "0.25.39",
109
+ "version": "0.25.41",
110
110
  "enums": [],
111
111
  "interfaces": ["generate_load"],
112
112
  "unions": ["generate_load"],
@@ -121,7 +121,7 @@
121
121
  "application": {
122
122
  "key": "tech-onboarding-playground"
123
123
  },
124
- "version": "0.25.39",
124
+ "version": "0.25.41",
125
125
  "enums": ["aldo_item_type", "ansh_item_type"],
126
126
  "interfaces": [],
127
127
  "unions": [],
@@ -1266,15 +1266,37 @@
1266
1266
  }],
1267
1267
  "attributes": []
1268
1268
  }, {
1269
- "name": "event_type",
1270
- "plural": "event_types",
1269
+ "name": "estimate_origin",
1270
+ "plural": "estimate_origins",
1271
1271
  "values": [{
1272
- "name": "authorization_retry_upserted",
1272
+ "name": "Shopify",
1273
1273
  "attributes": []
1274
1274
  }, {
1275
- "name": "authorization_retry_deleted",
1275
+ "name": "GlobalE",
1276
+ "attributes": []
1277
+ }, {
1278
+ "name": "Aftership",
1279
+ "attributes": []
1280
+ }, {
1281
+ "name": "Carrier",
1282
+ "attributes": []
1283
+ }],
1284
+ "attributes": []
1285
+ }, {
1286
+ "name": "estimate_type",
1287
+ "plural": "estimate_types",
1288
+ "values": [{
1289
+ "name": "Estimated",
1276
1290
  "attributes": []
1277
1291
  }, {
1292
+ "name": "Final",
1293
+ "attributes": []
1294
+ }],
1295
+ "attributes": []
1296
+ }, {
1297
+ "name": "event_type",
1298
+ "plural": "event_types",
1299
+ "values": [{
1278
1300
  "name": "test_upserted",
1279
1301
  "attributes": []
1280
1302
  }, {
@@ -1697,18 +1719,6 @@
1697
1719
  }, {
1698
1720
  "name": "merchant_application_deleted",
1699
1721
  "attributes": []
1700
- }, {
1701
- "name": "checkout_optin_responses_upserted",
1702
- "attributes": []
1703
- }, {
1704
- "name": "checkout_optin_responses_deleted",
1705
- "attributes": []
1706
- }, {
1707
- "name": "browse_optin_responses_upserted",
1708
- "attributes": []
1709
- }, {
1710
- "name": "browse_optin_responses_deleted",
1711
- "attributes": []
1712
1722
  }, {
1713
1723
  "name": "order_placed",
1714
1724
  "attributes": []
@@ -1832,6 +1842,12 @@
1832
1842
  }, {
1833
1843
  "name": "virtual_card_refund_deleted",
1834
1844
  "attributes": []
1845
+ }, {
1846
+ "name": "authorization_retry_upserted",
1847
+ "attributes": []
1848
+ }, {
1849
+ "name": "authorization_retry_deleted",
1850
+ "attributes": []
1835
1851
  }, {
1836
1852
  "name": "payment_request_upserted",
1837
1853
  "attributes": []
@@ -2942,20 +2958,6 @@
2942
2958
  "attributes": []
2943
2959
  }],
2944
2960
  "attributes": []
2945
- }, {
2946
- "name": "optin_response_type",
2947
- "plural": "optin_response_types",
2948
- "values": [{
2949
- "name": "not_shown",
2950
- "attributes": []
2951
- }, {
2952
- "name": "opted_in",
2953
- "attributes": []
2954
- }, {
2955
- "name": "opted_out",
2956
- "attributes": []
2957
- }],
2958
- "attributes": []
2959
2961
  }, {
2960
2962
  "name": "order_change_source",
2961
2963
  "plural": "order_change_sources",
@@ -7380,14 +7382,6 @@
7380
7382
  "name": "event",
7381
7383
  "plural": "events",
7382
7384
  "types": [{
7383
- "type": "authorization_retry_upserted",
7384
- "attributes": [],
7385
- "discriminator_value": "authorization_retry_upserted"
7386
- }, {
7387
- "type": "authorization_retry_deleted",
7388
- "attributes": [],
7389
- "discriminator_value": "authorization_retry_deleted"
7390
- }, {
7391
7385
  "type": "test_upserted",
7392
7386
  "attributes": [],
7393
7387
  "discriminator_value": "test_upserted"
@@ -7951,22 +7945,6 @@
7951
7945
  "type": "merchant_application_deleted",
7952
7946
  "attributes": [],
7953
7947
  "discriminator_value": "merchant_application_deleted"
7954
- }, {
7955
- "type": "checkout_optin_responses_upserted",
7956
- "attributes": [],
7957
- "discriminator_value": "checkout_optin_responses_upserted"
7958
- }, {
7959
- "type": "checkout_optin_responses_deleted",
7960
- "attributes": [],
7961
- "discriminator_value": "checkout_optin_responses_deleted"
7962
- }, {
7963
- "type": "browse_optin_responses_upserted",
7964
- "attributes": [],
7965
- "discriminator_value": "browse_optin_responses_upserted"
7966
- }, {
7967
- "type": "browse_optin_responses_deleted",
7968
- "attributes": [],
7969
- "discriminator_value": "browse_optin_responses_deleted"
7970
7948
  }, {
7971
7949
  "type": "order_placed",
7972
7950
  "attributes": [],
@@ -8132,6 +8110,14 @@
8132
8110
  "type": "virtual_card_refund_deleted",
8133
8111
  "attributes": [],
8134
8112
  "discriminator_value": "virtual_card_refund_deleted"
8113
+ }, {
8114
+ "type": "authorization_retry_upserted",
8115
+ "attributes": [],
8116
+ "discriminator_value": "authorization_retry_upserted"
8117
+ }, {
8118
+ "type": "authorization_retry_deleted",
8119
+ "attributes": [],
8120
+ "discriminator_value": "authorization_retry_deleted"
8135
8121
  }, {
8136
8122
  "type": "payment_request_upserted",
8137
8123
  "attributes": [],
@@ -13867,94 +13853,6 @@
13867
13853
  "attributes": [],
13868
13854
  "interfaces": [],
13869
13855
  "description": "Form to create a shipping label via the GLBE Bridge."
13870
- }, {
13871
- "name": "browse_optin_responses",
13872
- "plural": "browse_optin_responses",
13873
- "fields": [{
13874
- "name": "id",
13875
- "type": "string",
13876
- "required": true,
13877
- "attributes": [],
13878
- "annotations": [],
13879
- "description": "Globally unique identifier"
13880
- }, {
13881
- "name": "session_id",
13882
- "type": "string",
13883
- "required": true,
13884
- "attributes": [],
13885
- "annotations": []
13886
- }, {
13887
- "name": "optin_responses",
13888
- "type": "[optin_response]",
13889
- "required": true,
13890
- "attributes": [],
13891
- "annotations": []
13892
- }],
13893
- "attributes": [],
13894
- "interfaces": []
13895
- }, {
13896
- "name": "browse_optin_responses_deleted",
13897
- "plural": "browse_optin_responses_deleteds",
13898
- "fields": [{
13899
- "name": "event_id",
13900
- "type": "string",
13901
- "required": true,
13902
- "attributes": [],
13903
- "annotations": []
13904
- }, {
13905
- "name": "timestamp",
13906
- "type": "date-time-iso8601",
13907
- "required": true,
13908
- "attributes": [],
13909
- "annotations": []
13910
- }, {
13911
- "name": "organization",
13912
- "type": "string",
13913
- "required": true,
13914
- "attributes": [],
13915
- "annotations": [],
13916
- "description": "Refers to your organization's account identifier"
13917
- }, {
13918
- "name": "id",
13919
- "type": "string",
13920
- "required": true,
13921
- "attributes": [],
13922
- "annotations": [],
13923
- "description": "Globally unique identifier"
13924
- }],
13925
- "attributes": [],
13926
- "interfaces": []
13927
- }, {
13928
- "name": "browse_optin_responses_upserted",
13929
- "plural": "browse_optin_responses_upserteds",
13930
- "fields": [{
13931
- "name": "event_id",
13932
- "type": "string",
13933
- "required": true,
13934
- "attributes": [],
13935
- "annotations": []
13936
- }, {
13937
- "name": "timestamp",
13938
- "type": "date-time-iso8601",
13939
- "required": true,
13940
- "attributes": [],
13941
- "annotations": []
13942
- }, {
13943
- "name": "organization",
13944
- "type": "string",
13945
- "required": true,
13946
- "attributes": [],
13947
- "annotations": [],
13948
- "description": "Refers to your organization's account identifier"
13949
- }, {
13950
- "name": "browse_optin_responses",
13951
- "type": "browse_optin_responses",
13952
- "required": true,
13953
- "attributes": [],
13954
- "annotations": []
13955
- }],
13956
- "attributes": [],
13957
- "interfaces": []
13958
13856
  }, {
13959
13857
  "name": "browser_info",
13960
13858
  "plural": "browser_infoes",
@@ -17633,100 +17531,6 @@
17633
17531
  }],
17634
17532
  "attributes": [],
17635
17533
  "interfaces": []
17636
- }, {
17637
- "name": "checkout_optin_responses",
17638
- "plural": "checkout_optin_responses",
17639
- "fields": [{
17640
- "name": "id",
17641
- "type": "string",
17642
- "required": true,
17643
- "attributes": [],
17644
- "annotations": [],
17645
- "description": "Globally unique identifier"
17646
- }, {
17647
- "name": "order_number",
17648
- "type": "string",
17649
- "required": true,
17650
- "attributes": [],
17651
- "annotations": []
17652
- }, {
17653
- "name": "session_id",
17654
- "type": "string",
17655
- "required": true,
17656
- "attributes": [],
17657
- "annotations": []
17658
- }, {
17659
- "name": "optin_responses",
17660
- "type": "[optin_response]",
17661
- "required": true,
17662
- "attributes": [],
17663
- "annotations": []
17664
- }],
17665
- "attributes": [],
17666
- "interfaces": []
17667
- }, {
17668
- "name": "checkout_optin_responses_deleted",
17669
- "plural": "checkout_optin_responses_deleteds",
17670
- "fields": [{
17671
- "name": "event_id",
17672
- "type": "string",
17673
- "required": true,
17674
- "attributes": [],
17675
- "annotations": []
17676
- }, {
17677
- "name": "timestamp",
17678
- "type": "date-time-iso8601",
17679
- "required": true,
17680
- "attributes": [],
17681
- "annotations": []
17682
- }, {
17683
- "name": "organization",
17684
- "type": "string",
17685
- "required": true,
17686
- "attributes": [],
17687
- "annotations": [],
17688
- "description": "Refers to your organization's account identifier"
17689
- }, {
17690
- "name": "id",
17691
- "type": "string",
17692
- "required": true,
17693
- "attributes": [],
17694
- "annotations": [],
17695
- "description": "Globally unique identifier"
17696
- }],
17697
- "attributes": [],
17698
- "interfaces": []
17699
- }, {
17700
- "name": "checkout_optin_responses_upserted",
17701
- "plural": "checkout_optin_responses_upserteds",
17702
- "fields": [{
17703
- "name": "event_id",
17704
- "type": "string",
17705
- "required": true,
17706
- "attributes": [],
17707
- "annotations": []
17708
- }, {
17709
- "name": "timestamp",
17710
- "type": "date-time-iso8601",
17711
- "required": true,
17712
- "attributes": [],
17713
- "annotations": []
17714
- }, {
17715
- "name": "organization",
17716
- "type": "string",
17717
- "required": true,
17718
- "attributes": [],
17719
- "annotations": [],
17720
- "description": "Refers to your organization's account identifier"
17721
- }, {
17722
- "name": "checkout_optin_responses",
17723
- "type": "checkout_optin_responses",
17724
- "required": true,
17725
- "attributes": [],
17726
- "annotations": []
17727
- }],
17728
- "attributes": [],
17729
- "interfaces": []
17730
17534
  }, {
17731
17535
  "name": "checkout_reference",
17732
17536
  "plural": "checkout_references",
@@ -22640,6 +22444,49 @@
22640
22444
  "attributes": [],
22641
22445
  "interfaces": [],
22642
22446
  "description": "Tax identifier could be associated to a merchant of record entity."
22447
+ }, {
22448
+ "name": "estimate",
22449
+ "plural": "estimates",
22450
+ "fields": [{
22451
+ "name": "id",
22452
+ "type": "string",
22453
+ "required": true,
22454
+ "attributes": [],
22455
+ "annotations": [],
22456
+ "description": "Globally unique identifier"
22457
+ }, {
22458
+ "name": "organization_id",
22459
+ "type": "string",
22460
+ "required": true,
22461
+ "attributes": [],
22462
+ "annotations": []
22463
+ }, {
22464
+ "name": "label_id",
22465
+ "type": "string",
22466
+ "required": true,
22467
+ "attributes": [],
22468
+ "annotations": []
22469
+ }, {
22470
+ "name": "estimate",
22471
+ "type": "shipping_label_hop_summary",
22472
+ "required": true,
22473
+ "attributes": [],
22474
+ "annotations": []
22475
+ }, {
22476
+ "name": "type",
22477
+ "type": "estimate_type",
22478
+ "required": true,
22479
+ "attributes": [],
22480
+ "annotations": []
22481
+ }, {
22482
+ "name": "origin",
22483
+ "type": "estimate_origin",
22484
+ "required": false,
22485
+ "attributes": [],
22486
+ "annotations": []
22487
+ }],
22488
+ "attributes": [],
22489
+ "interfaces": []
22643
22490
  }, {
22644
22491
  "name": "estimated_dimensions",
22645
22492
  "plural": "estimated_dimensionses",
@@ -32629,24 +32476,6 @@
32629
32476
  "attributes": [],
32630
32477
  "interfaces": [],
32631
32478
  "description": "Defines structured fields for a operations contact person. Typically used for specifying operations contact person for a third party logistics partner"
32632
- }, {
32633
- "name": "optin_response",
32634
- "plural": "optin_responses",
32635
- "fields": [{
32636
- "name": "key",
32637
- "type": "string",
32638
- "required": true,
32639
- "attributes": [],
32640
- "annotations": []
32641
- }, {
32642
- "name": "value",
32643
- "type": "optin_response_type",
32644
- "required": true,
32645
- "attributes": [],
32646
- "annotations": []
32647
- }],
32648
- "attributes": [],
32649
- "interfaces": []
32650
32479
  }, {
32651
32480
  "name": "option_weight_estimates",
32652
32481
  "plural": "option_weight_estimates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.94",
3
+ "version": "6.17.95",
4
4
  "description": "A mock data generator based on our API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -28,5 +28,5 @@
28
28
  "apibuilder-js": "0.0.13",
29
29
  "apibuilder-mock-generator": "0.0.13"
30
30
  },
31
- "gitHead": "9d141ab307f8ab0c4af0c9121439b34df013becd"
31
+ "gitHead": "804cd1afec6f2a750da3a0f134494fec43c1f1f7"
32
32
  }
package/src/api.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "apidoc" : {
3
- "version" : "0.19.55"
3
+ "version" : "0.19.59"
4
4
  },
5
5
  "name" : "API",
6
6
  "organization" : {
@@ -10,7 +10,7 @@
10
10
  "key" : "api"
11
11
  },
12
12
  "namespace" : "io.flow.v0",
13
- "version" : "0.19.55",
13
+ "version" : "0.19.59",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -31,7 +31,7 @@
31
31
  "application" : {
32
32
  "key" : "channel-internal"
33
33
  },
34
- "version" : "0.25.39",
34
+ "version" : "0.25.41",
35
35
  "enums" : [ "channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status" ],
36
36
  "interfaces" : [ ],
37
37
  "unions" : [ ],
@@ -106,7 +106,7 @@
106
106
  "application" : {
107
107
  "key" : "ben-test-internal"
108
108
  },
109
- "version" : "0.25.39",
109
+ "version" : "0.25.41",
110
110
  "enums" : [ ],
111
111
  "interfaces" : [ "generate_load" ],
112
112
  "unions" : [ "generate_load" ],
@@ -121,7 +121,7 @@
121
121
  "application" : {
122
122
  "key" : "tech-onboarding-playground"
123
123
  },
124
- "version" : "0.25.39",
124
+ "version" : "0.25.41",
125
125
  "enums" : [ "aldo_item_type", "ansh_item_type" ],
126
126
  "interfaces" : [ ],
127
127
  "unions" : [ ],
@@ -1266,15 +1266,37 @@
1266
1266
  } ],
1267
1267
  "attributes" : [ ]
1268
1268
  }, {
1269
- "name" : "event_type",
1270
- "plural" : "event_types",
1269
+ "name" : "estimate_origin",
1270
+ "plural" : "estimate_origins",
1271
1271
  "values" : [ {
1272
- "name" : "authorization_retry_upserted",
1272
+ "name" : "Shopify",
1273
1273
  "attributes" : [ ]
1274
1274
  }, {
1275
- "name" : "authorization_retry_deleted",
1275
+ "name" : "GlobalE",
1276
+ "attributes" : [ ]
1277
+ }, {
1278
+ "name" : "Aftership",
1279
+ "attributes" : [ ]
1280
+ }, {
1281
+ "name" : "Carrier",
1282
+ "attributes" : [ ]
1283
+ } ],
1284
+ "attributes" : [ ]
1285
+ }, {
1286
+ "name" : "estimate_type",
1287
+ "plural" : "estimate_types",
1288
+ "values" : [ {
1289
+ "name" : "Estimated",
1276
1290
  "attributes" : [ ]
1277
1291
  }, {
1292
+ "name" : "Final",
1293
+ "attributes" : [ ]
1294
+ } ],
1295
+ "attributes" : [ ]
1296
+ }, {
1297
+ "name" : "event_type",
1298
+ "plural" : "event_types",
1299
+ "values" : [ {
1278
1300
  "name" : "test_upserted",
1279
1301
  "attributes" : [ ]
1280
1302
  }, {
@@ -1697,18 +1719,6 @@
1697
1719
  }, {
1698
1720
  "name" : "merchant_application_deleted",
1699
1721
  "attributes" : [ ]
1700
- }, {
1701
- "name" : "checkout_optin_responses_upserted",
1702
- "attributes" : [ ]
1703
- }, {
1704
- "name" : "checkout_optin_responses_deleted",
1705
- "attributes" : [ ]
1706
- }, {
1707
- "name" : "browse_optin_responses_upserted",
1708
- "attributes" : [ ]
1709
- }, {
1710
- "name" : "browse_optin_responses_deleted",
1711
- "attributes" : [ ]
1712
1722
  }, {
1713
1723
  "name" : "order_placed",
1714
1724
  "attributes" : [ ]
@@ -1832,6 +1842,12 @@
1832
1842
  }, {
1833
1843
  "name" : "virtual_card_refund_deleted",
1834
1844
  "attributes" : [ ]
1845
+ }, {
1846
+ "name" : "authorization_retry_upserted",
1847
+ "attributes" : [ ]
1848
+ }, {
1849
+ "name" : "authorization_retry_deleted",
1850
+ "attributes" : [ ]
1835
1851
  }, {
1836
1852
  "name" : "payment_request_upserted",
1837
1853
  "attributes" : [ ]
@@ -2942,20 +2958,6 @@
2942
2958
  "attributes" : [ ]
2943
2959
  } ],
2944
2960
  "attributes" : [ ]
2945
- }, {
2946
- "name" : "optin_response_type",
2947
- "plural" : "optin_response_types",
2948
- "values" : [ {
2949
- "name" : "not_shown",
2950
- "attributes" : [ ]
2951
- }, {
2952
- "name" : "opted_in",
2953
- "attributes" : [ ]
2954
- }, {
2955
- "name" : "opted_out",
2956
- "attributes" : [ ]
2957
- } ],
2958
- "attributes" : [ ]
2959
2961
  }, {
2960
2962
  "name" : "order_change_source",
2961
2963
  "plural" : "order_change_sources",
@@ -7380,14 +7382,6 @@
7380
7382
  "name" : "event",
7381
7383
  "plural" : "events",
7382
7384
  "types" : [ {
7383
- "type" : "authorization_retry_upserted",
7384
- "attributes" : [ ],
7385
- "discriminator_value" : "authorization_retry_upserted"
7386
- }, {
7387
- "type" : "authorization_retry_deleted",
7388
- "attributes" : [ ],
7389
- "discriminator_value" : "authorization_retry_deleted"
7390
- }, {
7391
7385
  "type" : "test_upserted",
7392
7386
  "attributes" : [ ],
7393
7387
  "discriminator_value" : "test_upserted"
@@ -7951,22 +7945,6 @@
7951
7945
  "type" : "merchant_application_deleted",
7952
7946
  "attributes" : [ ],
7953
7947
  "discriminator_value" : "merchant_application_deleted"
7954
- }, {
7955
- "type" : "checkout_optin_responses_upserted",
7956
- "attributes" : [ ],
7957
- "discriminator_value" : "checkout_optin_responses_upserted"
7958
- }, {
7959
- "type" : "checkout_optin_responses_deleted",
7960
- "attributes" : [ ],
7961
- "discriminator_value" : "checkout_optin_responses_deleted"
7962
- }, {
7963
- "type" : "browse_optin_responses_upserted",
7964
- "attributes" : [ ],
7965
- "discriminator_value" : "browse_optin_responses_upserted"
7966
- }, {
7967
- "type" : "browse_optin_responses_deleted",
7968
- "attributes" : [ ],
7969
- "discriminator_value" : "browse_optin_responses_deleted"
7970
7948
  }, {
7971
7949
  "type" : "order_placed",
7972
7950
  "attributes" : [ ],
@@ -8132,6 +8110,14 @@
8132
8110
  "type" : "virtual_card_refund_deleted",
8133
8111
  "attributes" : [ ],
8134
8112
  "discriminator_value" : "virtual_card_refund_deleted"
8113
+ }, {
8114
+ "type" : "authorization_retry_upserted",
8115
+ "attributes" : [ ],
8116
+ "discriminator_value" : "authorization_retry_upserted"
8117
+ }, {
8118
+ "type" : "authorization_retry_deleted",
8119
+ "attributes" : [ ],
8120
+ "discriminator_value" : "authorization_retry_deleted"
8135
8121
  }, {
8136
8122
  "type" : "payment_request_upserted",
8137
8123
  "attributes" : [ ],
@@ -13867,94 +13853,6 @@
13867
13853
  "attributes" : [ ],
13868
13854
  "interfaces" : [ ],
13869
13855
  "description" : "Form to create a shipping label via the GLBE Bridge."
13870
- }, {
13871
- "name" : "browse_optin_responses",
13872
- "plural" : "browse_optin_responses",
13873
- "fields" : [ {
13874
- "name" : "id",
13875
- "type" : "string",
13876
- "required" : true,
13877
- "attributes" : [ ],
13878
- "annotations" : [ ],
13879
- "description" : "Globally unique identifier"
13880
- }, {
13881
- "name" : "session_id",
13882
- "type" : "string",
13883
- "required" : true,
13884
- "attributes" : [ ],
13885
- "annotations" : [ ]
13886
- }, {
13887
- "name" : "optin_responses",
13888
- "type" : "[optin_response]",
13889
- "required" : true,
13890
- "attributes" : [ ],
13891
- "annotations" : [ ]
13892
- } ],
13893
- "attributes" : [ ],
13894
- "interfaces" : [ ]
13895
- }, {
13896
- "name" : "browse_optin_responses_deleted",
13897
- "plural" : "browse_optin_responses_deleteds",
13898
- "fields" : [ {
13899
- "name" : "event_id",
13900
- "type" : "string",
13901
- "required" : true,
13902
- "attributes" : [ ],
13903
- "annotations" : [ ]
13904
- }, {
13905
- "name" : "timestamp",
13906
- "type" : "date-time-iso8601",
13907
- "required" : true,
13908
- "attributes" : [ ],
13909
- "annotations" : [ ]
13910
- }, {
13911
- "name" : "organization",
13912
- "type" : "string",
13913
- "required" : true,
13914
- "attributes" : [ ],
13915
- "annotations" : [ ],
13916
- "description" : "Refers to your organization's account identifier"
13917
- }, {
13918
- "name" : "id",
13919
- "type" : "string",
13920
- "required" : true,
13921
- "attributes" : [ ],
13922
- "annotations" : [ ],
13923
- "description" : "Globally unique identifier"
13924
- } ],
13925
- "attributes" : [ ],
13926
- "interfaces" : [ ]
13927
- }, {
13928
- "name" : "browse_optin_responses_upserted",
13929
- "plural" : "browse_optin_responses_upserteds",
13930
- "fields" : [ {
13931
- "name" : "event_id",
13932
- "type" : "string",
13933
- "required" : true,
13934
- "attributes" : [ ],
13935
- "annotations" : [ ]
13936
- }, {
13937
- "name" : "timestamp",
13938
- "type" : "date-time-iso8601",
13939
- "required" : true,
13940
- "attributes" : [ ],
13941
- "annotations" : [ ]
13942
- }, {
13943
- "name" : "organization",
13944
- "type" : "string",
13945
- "required" : true,
13946
- "attributes" : [ ],
13947
- "annotations" : [ ],
13948
- "description" : "Refers to your organization's account identifier"
13949
- }, {
13950
- "name" : "browse_optin_responses",
13951
- "type" : "browse_optin_responses",
13952
- "required" : true,
13953
- "attributes" : [ ],
13954
- "annotations" : [ ]
13955
- } ],
13956
- "attributes" : [ ],
13957
- "interfaces" : [ ]
13958
13856
  }, {
13959
13857
  "name" : "browser_info",
13960
13858
  "plural" : "browser_infoes",
@@ -17633,100 +17531,6 @@
17633
17531
  } ],
17634
17532
  "attributes" : [ ],
17635
17533
  "interfaces" : [ ]
17636
- }, {
17637
- "name" : "checkout_optin_responses",
17638
- "plural" : "checkout_optin_responses",
17639
- "fields" : [ {
17640
- "name" : "id",
17641
- "type" : "string",
17642
- "required" : true,
17643
- "attributes" : [ ],
17644
- "annotations" : [ ],
17645
- "description" : "Globally unique identifier"
17646
- }, {
17647
- "name" : "order_number",
17648
- "type" : "string",
17649
- "required" : true,
17650
- "attributes" : [ ],
17651
- "annotations" : [ ]
17652
- }, {
17653
- "name" : "session_id",
17654
- "type" : "string",
17655
- "required" : true,
17656
- "attributes" : [ ],
17657
- "annotations" : [ ]
17658
- }, {
17659
- "name" : "optin_responses",
17660
- "type" : "[optin_response]",
17661
- "required" : true,
17662
- "attributes" : [ ],
17663
- "annotations" : [ ]
17664
- } ],
17665
- "attributes" : [ ],
17666
- "interfaces" : [ ]
17667
- }, {
17668
- "name" : "checkout_optin_responses_deleted",
17669
- "plural" : "checkout_optin_responses_deleteds",
17670
- "fields" : [ {
17671
- "name" : "event_id",
17672
- "type" : "string",
17673
- "required" : true,
17674
- "attributes" : [ ],
17675
- "annotations" : [ ]
17676
- }, {
17677
- "name" : "timestamp",
17678
- "type" : "date-time-iso8601",
17679
- "required" : true,
17680
- "attributes" : [ ],
17681
- "annotations" : [ ]
17682
- }, {
17683
- "name" : "organization",
17684
- "type" : "string",
17685
- "required" : true,
17686
- "attributes" : [ ],
17687
- "annotations" : [ ],
17688
- "description" : "Refers to your organization's account identifier"
17689
- }, {
17690
- "name" : "id",
17691
- "type" : "string",
17692
- "required" : true,
17693
- "attributes" : [ ],
17694
- "annotations" : [ ],
17695
- "description" : "Globally unique identifier"
17696
- } ],
17697
- "attributes" : [ ],
17698
- "interfaces" : [ ]
17699
- }, {
17700
- "name" : "checkout_optin_responses_upserted",
17701
- "plural" : "checkout_optin_responses_upserteds",
17702
- "fields" : [ {
17703
- "name" : "event_id",
17704
- "type" : "string",
17705
- "required" : true,
17706
- "attributes" : [ ],
17707
- "annotations" : [ ]
17708
- }, {
17709
- "name" : "timestamp",
17710
- "type" : "date-time-iso8601",
17711
- "required" : true,
17712
- "attributes" : [ ],
17713
- "annotations" : [ ]
17714
- }, {
17715
- "name" : "organization",
17716
- "type" : "string",
17717
- "required" : true,
17718
- "attributes" : [ ],
17719
- "annotations" : [ ],
17720
- "description" : "Refers to your organization's account identifier"
17721
- }, {
17722
- "name" : "checkout_optin_responses",
17723
- "type" : "checkout_optin_responses",
17724
- "required" : true,
17725
- "attributes" : [ ],
17726
- "annotations" : [ ]
17727
- } ],
17728
- "attributes" : [ ],
17729
- "interfaces" : [ ]
17730
17534
  }, {
17731
17535
  "name" : "checkout_reference",
17732
17536
  "plural" : "checkout_references",
@@ -22640,6 +22444,49 @@
22640
22444
  "attributes" : [ ],
22641
22445
  "interfaces" : [ ],
22642
22446
  "description" : "Tax identifier could be associated to a merchant of record entity."
22447
+ }, {
22448
+ "name" : "estimate",
22449
+ "plural" : "estimates",
22450
+ "fields" : [ {
22451
+ "name" : "id",
22452
+ "type" : "string",
22453
+ "required" : true,
22454
+ "attributes" : [ ],
22455
+ "annotations" : [ ],
22456
+ "description" : "Globally unique identifier"
22457
+ }, {
22458
+ "name" : "organization_id",
22459
+ "type" : "string",
22460
+ "required" : true,
22461
+ "attributes" : [ ],
22462
+ "annotations" : [ ]
22463
+ }, {
22464
+ "name" : "label_id",
22465
+ "type" : "string",
22466
+ "required" : true,
22467
+ "attributes" : [ ],
22468
+ "annotations" : [ ]
22469
+ }, {
22470
+ "name" : "estimate",
22471
+ "type" : "shipping_label_hop_summary",
22472
+ "required" : true,
22473
+ "attributes" : [ ],
22474
+ "annotations" : [ ]
22475
+ }, {
22476
+ "name" : "type",
22477
+ "type" : "estimate_type",
22478
+ "required" : true,
22479
+ "attributes" : [ ],
22480
+ "annotations" : [ ]
22481
+ }, {
22482
+ "name" : "origin",
22483
+ "type" : "estimate_origin",
22484
+ "required" : false,
22485
+ "attributes" : [ ],
22486
+ "annotations" : [ ]
22487
+ } ],
22488
+ "attributes" : [ ],
22489
+ "interfaces" : [ ]
22643
22490
  }, {
22644
22491
  "name" : "estimated_dimensions",
22645
22492
  "plural" : "estimated_dimensionses",
@@ -32629,24 +32476,6 @@
32629
32476
  "attributes" : [ ],
32630
32477
  "interfaces" : [ ],
32631
32478
  "description" : "Defines structured fields for a operations contact person. Typically used for specifying operations contact person for a third party logistics partner"
32632
- }, {
32633
- "name" : "optin_response",
32634
- "plural" : "optin_responses",
32635
- "fields" : [ {
32636
- "name" : "key",
32637
- "type" : "string",
32638
- "required" : true,
32639
- "attributes" : [ ],
32640
- "annotations" : [ ]
32641
- }, {
32642
- "name" : "value",
32643
- "type" : "optin_response_type",
32644
- "required" : true,
32645
- "attributes" : [ ],
32646
- "annotations" : [ ]
32647
- } ],
32648
- "attributes" : [ ],
32649
- "interfaces" : [ ]
32650
32479
  }, {
32651
32480
  "name" : "option_weight_estimates",
32652
32481
  "plural" : "option_weight_estimates",