@flowio/api-mock-generator 6.17.81 → 6.17.84

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 +412 -6
  2. package/package.json +2 -2
  3. package/src/api.json +412 -6
package/dist/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.18.72",
13
+ "version": "0.18.89",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -31,7 +31,7 @@
31
31
  "application": {
32
32
  "key": "apple-pay"
33
33
  },
34
- "version": "0.3.54",
34
+ "version": "0.3.65",
35
35
  "enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
36
36
  "interfaces": [],
37
37
  "unions": [],
@@ -46,7 +46,7 @@
46
46
  "application": {
47
47
  "key": "google-pay"
48
48
  },
49
- "version": "0.3.54",
49
+ "version": "0.3.65",
50
50
  "enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
51
51
  "interfaces": [],
52
52
  "unions": ["payment_method_token"],
@@ -61,7 +61,7 @@
61
61
  "application": {
62
62
  "key": "shopify-external"
63
63
  },
64
- "version": "0.3.54",
64
+ "version": "0.3.65",
65
65
  "enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
66
66
  "interfaces": [],
67
67
  "unions": [],
@@ -76,7 +76,7 @@
76
76
  "application": {
77
77
  "key": "ben-test-internal"
78
78
  },
79
- "version": "0.23.35",
79
+ "version": "0.23.62",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -1331,6 +1331,15 @@
1331
1331
  }, {
1332
1332
  "name": "catalog_statistics_deleted",
1333
1333
  "attributes": []
1334
+ }, {
1335
+ "name": "item_inserted",
1336
+ "attributes": []
1337
+ }, {
1338
+ "name": "item_updated",
1339
+ "attributes": []
1340
+ }, {
1341
+ "name": "item_deleted",
1342
+ "attributes": []
1334
1343
  }, {
1335
1344
  "name": "channel_upserted",
1336
1345
  "attributes": []
@@ -2006,6 +2015,10 @@
2006
2015
  "name": "flow-can",
2007
2016
  "attributes": [],
2008
2017
  "description": "Flow Commerce Canada Inc., Vancouver, BC, CAN"
2018
+ }, {
2019
+ "name": "ge-usa",
2020
+ "attributes": [],
2021
+ "description": "Global-e US Inc., New York, NY, USA"
2009
2022
  }],
2010
2023
  "attributes": []
2011
2024
  }, {
@@ -3684,6 +3697,18 @@
3684
3697
  }, {
3685
3698
  "name": "przelewy24",
3686
3699
  "attributes": []
3700
+ }, {
3701
+ "name": "mobilepay",
3702
+ "attributes": []
3703
+ }, {
3704
+ "name": "grabpay",
3705
+ "attributes": []
3706
+ }, {
3707
+ "name": "vipps",
3708
+ "attributes": []
3709
+ }, {
3710
+ "name": "kcp_creditcard",
3711
+ "attributes": []
3687
3712
  }],
3688
3713
  "attributes": [],
3689
3714
  "description": "The payment method type."
@@ -4252,6 +4277,59 @@
4252
4277
  }],
4253
4278
  "attributes": [],
4254
4279
  "description": "Contains details related to the reason for which a refund failed."
4280
+ }, {
4281
+ "name": "refund_failure_category",
4282
+ "plural": "refund_failure_categories",
4283
+ "values": [{
4284
+ "name": "amount_too_high",
4285
+ "attributes": [],
4286
+ "description": "The requested refund amount is higher than the payment amount"
4287
+ }, {
4288
+ "name": "amount_too_low",
4289
+ "attributes": [],
4290
+ "description": "The requested refund amount is too low to be accepted"
4291
+ }, {
4292
+ "name": "not_enough_balance",
4293
+ "attributes": [],
4294
+ "description": "The requested refund amount is higher than the remaining balance of the payment"
4295
+ }, {
4296
+ "name": "insufficient_funds",
4297
+ "attributes": [],
4298
+ "description": "There is not enough balance on the merchant account to process the refund."
4299
+ }, {
4300
+ "name": "refund_period_expired",
4301
+ "attributes": [],
4302
+ "description": "The refund was requested past the expiration date permitted by the payment method to process the request."
4303
+ }, {
4304
+ "name": "dispute",
4305
+ "attributes": [],
4306
+ "description": "There is a dispute on the payment"
4307
+ }, {
4308
+ "name": "not_captured",
4309
+ "attributes": [],
4310
+ "description": "The refund was requested before the transaction was captured."
4311
+ }, {
4312
+ "name": "unsupported_payment_method",
4313
+ "attributes": [],
4314
+ "description": "Refunds are not supported on this payment method"
4315
+ }, {
4316
+ "name": "unsupported_partial_refund",
4317
+ "attributes": [],
4318
+ "description": "Partial refunds are not allowed on this transaction"
4319
+ }, {
4320
+ "name": "invalid_currency",
4321
+ "attributes": [],
4322
+ "description": "The refund was requested in a currency different from the currency in which the authorization was made."
4323
+ }, {
4324
+ "name": "card_no_longer_valid",
4325
+ "attributes": [],
4326
+ "description": "The original card is no longer valid"
4327
+ }, {
4328
+ "name": "general",
4329
+ "attributes": [],
4330
+ "description": "The fallback error that covers everything else"
4331
+ }],
4332
+ "attributes": []
4255
4333
  }, {
4256
4334
  "name": "refund_status",
4257
4335
  "plural": "refund_statuses",
@@ -5157,6 +5235,9 @@
5157
5235
  }, {
5158
5236
  "name": "failed_payout",
5159
5237
  "attributes": []
5238
+ }, {
5239
+ "name": "tax_refund",
5240
+ "attributes": []
5160
5241
  }],
5161
5242
  "attributes": []
5162
5243
  }, {
@@ -5233,6 +5314,10 @@
5233
5314
  }, {
5234
5315
  "name": "residential_extended_area_pickup",
5235
5316
  "attributes": []
5317
+ }, {
5318
+ "name": "package_level_detail",
5319
+ "attributes": [],
5320
+ "description": "A fee for missing Package Level Detail (PLD) information provided by the shipper to UPS before delivery."
5236
5321
  }],
5237
5322
  "attributes": []
5238
5323
  }, {
@@ -6206,6 +6291,36 @@
6206
6291
  "description": "Globally unique identifier"
6207
6292
  }],
6208
6293
  "attributes": []
6294
+ }, {
6295
+ "name": "item_upserted",
6296
+ "plural": "item_upserteds",
6297
+ "fields": [{
6298
+ "name": "event_id",
6299
+ "type": "string",
6300
+ "required": true,
6301
+ "attributes": [],
6302
+ "annotations": []
6303
+ }, {
6304
+ "name": "timestamp",
6305
+ "type": "date-time-iso8601",
6306
+ "required": true,
6307
+ "attributes": [],
6308
+ "annotations": []
6309
+ }, {
6310
+ "name": "organization",
6311
+ "type": "string",
6312
+ "required": true,
6313
+ "attributes": [],
6314
+ "annotations": [],
6315
+ "description": "Refers to your organization's account identifier"
6316
+ }, {
6317
+ "name": "item",
6318
+ "type": "item",
6319
+ "required": true,
6320
+ "attributes": [],
6321
+ "annotations": []
6322
+ }],
6323
+ "attributes": []
6209
6324
  }, {
6210
6325
  "name": "localized_price",
6211
6326
  "plural": "localized_prices",
@@ -6482,6 +6597,12 @@
6482
6597
  "required": true,
6483
6598
  "attributes": [],
6484
6599
  "annotations": []
6600
+ }, {
6601
+ "name": "direction",
6602
+ "type": "direction",
6603
+ "required": false,
6604
+ "attributes": [],
6605
+ "annotations": []
6485
6606
  }],
6486
6607
  "attributes": []
6487
6608
  }, {
@@ -7307,6 +7428,18 @@
7307
7428
  "type": "catalog_statistics_deleted",
7308
7429
  "attributes": [],
7309
7430
  "discriminator_value": "catalog_statistics_deleted"
7431
+ }, {
7432
+ "type": "item_inserted",
7433
+ "attributes": [],
7434
+ "discriminator_value": "item_inserted"
7435
+ }, {
7436
+ "type": "item_updated",
7437
+ "attributes": [],
7438
+ "discriminator_value": "item_updated"
7439
+ }, {
7440
+ "type": "item_deleted",
7441
+ "attributes": [],
7442
+ "discriminator_value": "item_deleted"
7310
7443
  }, {
7311
7444
  "type": "channel_upserted",
7312
7445
  "attributes": [],
@@ -8712,10 +8845,26 @@
8712
8845
  "type": "payment_method_data_init_przelewy24",
8713
8846
  "attributes": [],
8714
8847
  "discriminator_value": "init_przelewy24"
8848
+ }, {
8849
+ "type": "payment_method_data_init_mobilepay",
8850
+ "attributes": [],
8851
+ "discriminator_value": "init_mobilepay"
8852
+ }, {
8853
+ "type": "payment_method_data_init_kcp_creditcard",
8854
+ "attributes": [],
8855
+ "discriminator_value": "init_kcp_creditcard"
8715
8856
  }, {
8716
8857
  "type": "payment_method_data_init_bancontact",
8717
8858
  "attributes": [],
8718
8859
  "discriminator_value": "init_bancontact"
8860
+ }, {
8861
+ "type": "payment_method_data_init_grabpay",
8862
+ "attributes": [],
8863
+ "discriminator_value": "init_grabpay"
8864
+ }, {
8865
+ "type": "payment_method_data_init_vipps",
8866
+ "attributes": [],
8867
+ "discriminator_value": "init_vipps"
8719
8868
  }, {
8720
8869
  "type": "payment_method_data_validate_applepay",
8721
8870
  "attributes": [],
@@ -8843,10 +8992,22 @@
8843
8992
  "type": "payment_method_summary_twint",
8844
8993
  "attributes": [],
8845
8994
  "discriminator_value": "twint"
8995
+ }, {
8996
+ "type": "payment_method_summary_vipps",
8997
+ "attributes": [],
8998
+ "discriminator_value": "vipps"
8846
8999
  }, {
8847
9000
  "type": "payment_method_summary_przelewy24",
8848
9001
  "attributes": [],
8849
9002
  "discriminator_value": "przelewy24"
9003
+ }, {
9004
+ "type": "payment_method_summary_mobilepay",
9005
+ "attributes": [],
9006
+ "discriminator_value": "mobilepay"
9007
+ }, {
9008
+ "type": "payment_method_summary_kcp_creditcard",
9009
+ "attributes": [],
9010
+ "discriminator_value": "kcp_creditcard"
8850
9011
  }, {
8851
9012
  "type": "payment_method_summary_sofort",
8852
9013
  "attributes": [],
@@ -8855,6 +9016,10 @@
8855
9016
  "type": "payment_method_summary_bancontact",
8856
9017
  "attributes": [],
8857
9018
  "discriminator_value": "bancontact"
9019
+ }, {
9020
+ "type": "payment_method_summary_grabpay",
9021
+ "attributes": [],
9022
+ "discriminator_value": "grabpay"
8858
9023
  }],
8859
9024
  "attributes": [],
8860
9025
  "interfaces": ["payment_method_summary"],
@@ -13412,6 +13577,13 @@
13412
13577
  "attributes": [],
13413
13578
  "annotations": ["personal_data", "consumer"],
13414
13579
  "description": "Origin contact information and structured address"
13580
+ }, {
13581
+ "name": "direction",
13582
+ "type": "direction",
13583
+ "required": false,
13584
+ "attributes": [],
13585
+ "annotations": [],
13586
+ "description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
13415
13587
  }],
13416
13588
  "attributes": [],
13417
13589
  "interfaces": [],
@@ -20542,7 +20714,7 @@
20542
20714
  "type": "direction",
20543
20715
  "required": false,
20544
20716
  "attributes": [],
20545
- "annotations": ["personal_data", "consumer"],
20717
+ "annotations": [],
20546
20718
  "description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
20547
20719
  }, {
20548
20720
  "name": "order_number",
@@ -27837,6 +28009,37 @@
27837
28009
  }],
27838
28010
  "attributes": [],
27839
28011
  "interfaces": []
28012
+ }, {
28013
+ "name": "item_deleted",
28014
+ "plural": "item_deleteds",
28015
+ "fields": [{
28016
+ "name": "event_id",
28017
+ "type": "string",
28018
+ "required": true,
28019
+ "attributes": [],
28020
+ "annotations": []
28021
+ }, {
28022
+ "name": "timestamp",
28023
+ "type": "date-time-iso8601",
28024
+ "required": true,
28025
+ "attributes": [],
28026
+ "annotations": []
28027
+ }, {
28028
+ "name": "organization",
28029
+ "type": "string",
28030
+ "required": true,
28031
+ "attributes": [],
28032
+ "annotations": [],
28033
+ "description": "Refers to your organization's account identifier"
28034
+ }, {
28035
+ "name": "item",
28036
+ "type": "item",
28037
+ "required": true,
28038
+ "attributes": [],
28039
+ "annotations": []
28040
+ }],
28041
+ "attributes": [],
28042
+ "interfaces": []
27840
28043
  }, {
27841
28044
  "name": "item_form",
27842
28045
  "plural": "item_forms",
@@ -28063,6 +28266,37 @@
28063
28266
  }],
28064
28267
  "attributes": [],
28065
28268
  "interfaces": []
28269
+ }, {
28270
+ "name": "item_inserted",
28271
+ "plural": "item_inserteds",
28272
+ "fields": [{
28273
+ "name": "event_id",
28274
+ "type": "string",
28275
+ "required": true,
28276
+ "attributes": [],
28277
+ "annotations": []
28278
+ }, {
28279
+ "name": "timestamp",
28280
+ "type": "date-time-iso8601",
28281
+ "required": true,
28282
+ "attributes": [],
28283
+ "annotations": []
28284
+ }, {
28285
+ "name": "organization",
28286
+ "type": "string",
28287
+ "required": true,
28288
+ "attributes": [],
28289
+ "annotations": [],
28290
+ "description": "Refers to your organization's account identifier"
28291
+ }, {
28292
+ "name": "item",
28293
+ "type": "item",
28294
+ "required": true,
28295
+ "attributes": [],
28296
+ "annotations": []
28297
+ }],
28298
+ "attributes": [],
28299
+ "interfaces": ["item_upserted"]
28066
28300
  }, {
28067
28301
  "name": "item_margin",
28068
28302
  "plural": "item_margins",
@@ -28628,6 +28862,37 @@
28628
28862
  "attributes": [],
28629
28863
  "interfaces": [],
28630
28864
  "description": "Statistics covering product catalog item information, including total catalog item count, number of distinct categories, etc."
28865
+ }, {
28866
+ "name": "item_updated",
28867
+ "plural": "item_updateds",
28868
+ "fields": [{
28869
+ "name": "event_id",
28870
+ "type": "string",
28871
+ "required": true,
28872
+ "attributes": [],
28873
+ "annotations": []
28874
+ }, {
28875
+ "name": "timestamp",
28876
+ "type": "date-time-iso8601",
28877
+ "required": true,
28878
+ "attributes": [],
28879
+ "annotations": []
28880
+ }, {
28881
+ "name": "organization",
28882
+ "type": "string",
28883
+ "required": true,
28884
+ "attributes": [],
28885
+ "annotations": [],
28886
+ "description": "Refers to your organization's account identifier"
28887
+ }, {
28888
+ "name": "item",
28889
+ "type": "item",
28890
+ "required": true,
28891
+ "attributes": [],
28892
+ "annotations": []
28893
+ }],
28894
+ "attributes": [],
28895
+ "interfaces": ["item_upserted"]
28631
28896
  }, {
28632
28897
  "name": "item_version",
28633
28898
  "plural": "item_versions",
@@ -38355,6 +38620,19 @@
38355
38620
  }],
38356
38621
  "attributes": [],
38357
38622
  "interfaces": []
38623
+ }, {
38624
+ "name": "payment_method_data_init_grabpay",
38625
+ "plural": "payment_method_data_init_grabpays",
38626
+ "fields": [{
38627
+ "name": "reference",
38628
+ "type": "string",
38629
+ "required": false,
38630
+ "attributes": [],
38631
+ "annotations": [],
38632
+ "description": "Custom payment identifier"
38633
+ }],
38634
+ "attributes": [],
38635
+ "interfaces": []
38358
38636
  }, {
38359
38637
  "name": "payment_method_data_init_ideal",
38360
38638
  "plural": "payment_method_data_init_ideals",
@@ -38374,6 +38652,19 @@
38374
38652
  }],
38375
38653
  "attributes": [],
38376
38654
  "interfaces": []
38655
+ }, {
38656
+ "name": "payment_method_data_init_kcp_creditcard",
38657
+ "plural": "payment_method_data_init_kcp_creditcards",
38658
+ "fields": [{
38659
+ "name": "reference",
38660
+ "type": "string",
38661
+ "required": false,
38662
+ "attributes": [],
38663
+ "annotations": [],
38664
+ "description": "Custom payment identifier"
38665
+ }],
38666
+ "attributes": [],
38667
+ "interfaces": []
38377
38668
  }, {
38378
38669
  "name": "payment_method_data_init_klarna",
38379
38670
  "plural": "payment_method_data_init_klarnas",
@@ -38387,6 +38678,19 @@
38387
38678
  }],
38388
38679
  "attributes": [],
38389
38680
  "interfaces": []
38681
+ }, {
38682
+ "name": "payment_method_data_init_mobilepay",
38683
+ "plural": "payment_method_data_init_mobilepays",
38684
+ "fields": [{
38685
+ "name": "reference",
38686
+ "type": "string",
38687
+ "required": false,
38688
+ "attributes": [],
38689
+ "annotations": [],
38690
+ "description": "Custom payment identifier"
38691
+ }],
38692
+ "attributes": [],
38693
+ "interfaces": []
38390
38694
  }, {
38391
38695
  "name": "payment_method_data_init_paypal",
38392
38696
  "plural": "payment_method_data_init_paypals",
@@ -38439,6 +38743,19 @@
38439
38743
  }],
38440
38744
  "attributes": [],
38441
38745
  "interfaces": []
38746
+ }, {
38747
+ "name": "payment_method_data_init_vipps",
38748
+ "plural": "payment_method_data_init_vippses",
38749
+ "fields": [{
38750
+ "name": "reference",
38751
+ "type": "string",
38752
+ "required": false,
38753
+ "attributes": [],
38754
+ "annotations": [],
38755
+ "description": "Custom payment identifier"
38756
+ }],
38757
+ "attributes": [],
38758
+ "interfaces": []
38442
38759
  }, {
38443
38760
  "name": "payment_method_data_option_logo_svg",
38444
38761
  "plural": "payment_method_data_option_logo_svgs",
@@ -38784,6 +39101,18 @@
38784
39101
  }],
38785
39102
  "attributes": [],
38786
39103
  "interfaces": []
39104
+ }, {
39105
+ "name": "payment_method_summary_grabpay",
39106
+ "plural": "payment_method_summary_grabpays",
39107
+ "fields": [{
39108
+ "name": "merchant_of_record",
39109
+ "type": "merchant_of_record",
39110
+ "required": true,
39111
+ "attributes": [],
39112
+ "annotations": []
39113
+ }],
39114
+ "attributes": [],
39115
+ "interfaces": []
38787
39116
  }, {
38788
39117
  "name": "payment_method_summary_ideal",
38789
39118
  "plural": "payment_method_summary_ideals",
@@ -38802,6 +39131,18 @@
38802
39131
  }],
38803
39132
  "attributes": [],
38804
39133
  "interfaces": []
39134
+ }, {
39135
+ "name": "payment_method_summary_kcp_creditcard",
39136
+ "plural": "payment_method_summary_kcp_creditcards",
39137
+ "fields": [{
39138
+ "name": "merchant_of_record",
39139
+ "type": "merchant_of_record",
39140
+ "required": true,
39141
+ "attributes": [],
39142
+ "annotations": []
39143
+ }],
39144
+ "attributes": [],
39145
+ "interfaces": []
38805
39146
  }, {
38806
39147
  "name": "payment_method_summary_klarna",
38807
39148
  "plural": "payment_method_summary_klarnas",
@@ -38814,6 +39155,18 @@
38814
39155
  }],
38815
39156
  "attributes": [],
38816
39157
  "interfaces": []
39158
+ }, {
39159
+ "name": "payment_method_summary_mobilepay",
39160
+ "plural": "payment_method_summary_mobilepays",
39161
+ "fields": [{
39162
+ "name": "merchant_of_record",
39163
+ "type": "merchant_of_record",
39164
+ "required": true,
39165
+ "attributes": [],
39166
+ "annotations": []
39167
+ }],
39168
+ "attributes": [],
39169
+ "interfaces": []
38817
39170
  }, {
38818
39171
  "name": "payment_method_summary_paypal",
38819
39172
  "plural": "payment_method_summary_paypals",
@@ -38862,6 +39215,18 @@
38862
39215
  }],
38863
39216
  "attributes": [],
38864
39217
  "interfaces": []
39218
+ }, {
39219
+ "name": "payment_method_summary_vipps",
39220
+ "plural": "payment_method_summary_vippses",
39221
+ "fields": [{
39222
+ "name": "merchant_of_record",
39223
+ "type": "merchant_of_record",
39224
+ "required": true,
39225
+ "attributes": [],
39226
+ "annotations": []
39227
+ }],
39228
+ "attributes": [],
39229
+ "interfaces": []
38865
39230
  }, {
38866
39231
  "name": "payment_order_details_line_item",
38867
39232
  "plural": "payment_order_details_line_items",
@@ -41995,6 +42360,20 @@
41995
42360
  "attributes": [],
41996
42361
  "annotations": [],
41997
42362
  "description": "User reference id."
42363
+ }, {
42364
+ "name": "product_restriction_id",
42365
+ "type": "string",
42366
+ "required": false,
42367
+ "attributes": [],
42368
+ "annotations": [],
42369
+ "description": "The id of the product restriction."
42370
+ }, {
42371
+ "name": "hs_code",
42372
+ "type": "string",
42373
+ "required": false,
42374
+ "attributes": [],
42375
+ "annotations": [],
42376
+ "description": "The harmonization HS6 code."
41998
42377
  }],
41999
42378
  "attributes": [],
42000
42379
  "interfaces": [],
@@ -44383,6 +44762,20 @@
44383
44762
  "attributes": [],
44384
44763
  "annotations": [],
44385
44764
  "description": "The amount/currency of the refund in base currency. Added in Summer 2018 and always present since then."
44765
+ }, {
44766
+ "name": "failure_category",
44767
+ "type": "refund_failure_category",
44768
+ "required": false,
44769
+ "attributes": [],
44770
+ "annotations": [],
44771
+ "description": "The internal refund failure category"
44772
+ }, {
44773
+ "name": "failure_psp_reason",
44774
+ "type": "string",
44775
+ "required": false,
44776
+ "attributes": [],
44777
+ "annotations": [],
44778
+ "description": "The failure reason from payment service providers"
44386
44779
  }],
44387
44780
  "attributes": [],
44388
44781
  "interfaces": [],
@@ -47795,6 +48188,12 @@
47795
48188
  "required": false,
47796
48189
  "attributes": [],
47797
48190
  "annotations": []
48191
+ }, {
48192
+ "name": "direction",
48193
+ "type": "direction",
48194
+ "required": false,
48195
+ "attributes": [],
48196
+ "annotations": []
47798
48197
  }],
47799
48198
  "attributes": [],
47800
48199
  "interfaces": [],
@@ -50934,6 +51333,13 @@
50934
51333
  "attributes": [],
50935
51334
  "annotations": [],
50936
51335
  "description": "Optionally center key to infer the origin shipping address"
51336
+ }, {
51337
+ "name": "direction",
51338
+ "type": "direction",
51339
+ "required": false,
51340
+ "attributes": [],
51341
+ "annotations": [],
51342
+ "description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
50937
51343
  }],
50938
51344
  "attributes": [],
50939
51345
  "interfaces": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.81",
3
+ "version": "6.17.84",
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": "54b0e72a2a2a004dbc68536fa4f47e566426a56a"
31
+ "gitHead": "186c2bb75e0d707e7d5df6a6b87e63a9be573e4d"
32
32
  }
package/src/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key" : "api"
11
11
  },
12
12
  "namespace" : "io.flow.v0",
13
- "version" : "0.18.72",
13
+ "version" : "0.18.89",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -31,7 +31,7 @@
31
31
  "application" : {
32
32
  "key" : "apple-pay"
33
33
  },
34
- "version" : "0.3.54",
34
+ "version" : "0.3.65",
35
35
  "enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
36
36
  "interfaces" : [ ],
37
37
  "unions" : [ ],
@@ -46,7 +46,7 @@
46
46
  "application" : {
47
47
  "key" : "google-pay"
48
48
  },
49
- "version" : "0.3.54",
49
+ "version" : "0.3.65",
50
50
  "enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
51
51
  "interfaces" : [ ],
52
52
  "unions" : [ "payment_method_token" ],
@@ -61,7 +61,7 @@
61
61
  "application" : {
62
62
  "key" : "shopify-external"
63
63
  },
64
- "version" : "0.3.54",
64
+ "version" : "0.3.65",
65
65
  "enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
66
66
  "interfaces" : [ ],
67
67
  "unions" : [ ],
@@ -76,7 +76,7 @@
76
76
  "application" : {
77
77
  "key" : "ben-test-internal"
78
78
  },
79
- "version" : "0.23.35",
79
+ "version" : "0.23.62",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -1331,6 +1331,15 @@
1331
1331
  }, {
1332
1332
  "name" : "catalog_statistics_deleted",
1333
1333
  "attributes" : [ ]
1334
+ }, {
1335
+ "name" : "item_inserted",
1336
+ "attributes" : [ ]
1337
+ }, {
1338
+ "name" : "item_updated",
1339
+ "attributes" : [ ]
1340
+ }, {
1341
+ "name" : "item_deleted",
1342
+ "attributes" : [ ]
1334
1343
  }, {
1335
1344
  "name" : "channel_upserted",
1336
1345
  "attributes" : [ ]
@@ -2006,6 +2015,10 @@
2006
2015
  "name" : "flow-can",
2007
2016
  "attributes" : [ ],
2008
2017
  "description" : "Flow Commerce Canada Inc., Vancouver, BC, CAN"
2018
+ }, {
2019
+ "name" : "ge-usa",
2020
+ "attributes" : [ ],
2021
+ "description" : "Global-e US Inc., New York, NY, USA"
2009
2022
  } ],
2010
2023
  "attributes" : [ ]
2011
2024
  }, {
@@ -3684,6 +3697,18 @@
3684
3697
  }, {
3685
3698
  "name" : "przelewy24",
3686
3699
  "attributes" : [ ]
3700
+ }, {
3701
+ "name" : "mobilepay",
3702
+ "attributes" : [ ]
3703
+ }, {
3704
+ "name" : "grabpay",
3705
+ "attributes" : [ ]
3706
+ }, {
3707
+ "name" : "vipps",
3708
+ "attributes" : [ ]
3709
+ }, {
3710
+ "name" : "kcp_creditcard",
3711
+ "attributes" : [ ]
3687
3712
  } ],
3688
3713
  "attributes" : [ ],
3689
3714
  "description" : "The payment method type."
@@ -4252,6 +4277,59 @@
4252
4277
  } ],
4253
4278
  "attributes" : [ ],
4254
4279
  "description" : "Contains details related to the reason for which a refund failed."
4280
+ }, {
4281
+ "name" : "refund_failure_category",
4282
+ "plural" : "refund_failure_categories",
4283
+ "values" : [ {
4284
+ "name" : "amount_too_high",
4285
+ "attributes" : [ ],
4286
+ "description" : "The requested refund amount is higher than the payment amount"
4287
+ }, {
4288
+ "name" : "amount_too_low",
4289
+ "attributes" : [ ],
4290
+ "description" : "The requested refund amount is too low to be accepted"
4291
+ }, {
4292
+ "name" : "not_enough_balance",
4293
+ "attributes" : [ ],
4294
+ "description" : "The requested refund amount is higher than the remaining balance of the payment"
4295
+ }, {
4296
+ "name" : "insufficient_funds",
4297
+ "attributes" : [ ],
4298
+ "description" : "There is not enough balance on the merchant account to process the refund."
4299
+ }, {
4300
+ "name" : "refund_period_expired",
4301
+ "attributes" : [ ],
4302
+ "description" : "The refund was requested past the expiration date permitted by the payment method to process the request."
4303
+ }, {
4304
+ "name" : "dispute",
4305
+ "attributes" : [ ],
4306
+ "description" : "There is a dispute on the payment"
4307
+ }, {
4308
+ "name" : "not_captured",
4309
+ "attributes" : [ ],
4310
+ "description" : "The refund was requested before the transaction was captured."
4311
+ }, {
4312
+ "name" : "unsupported_payment_method",
4313
+ "attributes" : [ ],
4314
+ "description" : "Refunds are not supported on this payment method"
4315
+ }, {
4316
+ "name" : "unsupported_partial_refund",
4317
+ "attributes" : [ ],
4318
+ "description" : "Partial refunds are not allowed on this transaction"
4319
+ }, {
4320
+ "name" : "invalid_currency",
4321
+ "attributes" : [ ],
4322
+ "description" : "The refund was requested in a currency different from the currency in which the authorization was made."
4323
+ }, {
4324
+ "name" : "card_no_longer_valid",
4325
+ "attributes" : [ ],
4326
+ "description" : "The original card is no longer valid"
4327
+ }, {
4328
+ "name" : "general",
4329
+ "attributes" : [ ],
4330
+ "description" : "The fallback error that covers everything else"
4331
+ } ],
4332
+ "attributes" : [ ]
4255
4333
  }, {
4256
4334
  "name" : "refund_status",
4257
4335
  "plural" : "refund_statuses",
@@ -5157,6 +5235,9 @@
5157
5235
  }, {
5158
5236
  "name" : "failed_payout",
5159
5237
  "attributes" : [ ]
5238
+ }, {
5239
+ "name" : "tax_refund",
5240
+ "attributes" : [ ]
5160
5241
  } ],
5161
5242
  "attributes" : [ ]
5162
5243
  }, {
@@ -5233,6 +5314,10 @@
5233
5314
  }, {
5234
5315
  "name" : "residential_extended_area_pickup",
5235
5316
  "attributes" : [ ]
5317
+ }, {
5318
+ "name" : "package_level_detail",
5319
+ "attributes" : [ ],
5320
+ "description" : "A fee for missing Package Level Detail (PLD) information provided by the shipper to UPS before delivery."
5236
5321
  } ],
5237
5322
  "attributes" : [ ]
5238
5323
  }, {
@@ -6206,6 +6291,36 @@
6206
6291
  "description" : "Globally unique identifier"
6207
6292
  } ],
6208
6293
  "attributes" : [ ]
6294
+ }, {
6295
+ "name" : "item_upserted",
6296
+ "plural" : "item_upserteds",
6297
+ "fields" : [ {
6298
+ "name" : "event_id",
6299
+ "type" : "string",
6300
+ "required" : true,
6301
+ "attributes" : [ ],
6302
+ "annotations" : [ ]
6303
+ }, {
6304
+ "name" : "timestamp",
6305
+ "type" : "date-time-iso8601",
6306
+ "required" : true,
6307
+ "attributes" : [ ],
6308
+ "annotations" : [ ]
6309
+ }, {
6310
+ "name" : "organization",
6311
+ "type" : "string",
6312
+ "required" : true,
6313
+ "attributes" : [ ],
6314
+ "annotations" : [ ],
6315
+ "description" : "Refers to your organization's account identifier"
6316
+ }, {
6317
+ "name" : "item",
6318
+ "type" : "item",
6319
+ "required" : true,
6320
+ "attributes" : [ ],
6321
+ "annotations" : [ ]
6322
+ } ],
6323
+ "attributes" : [ ]
6209
6324
  }, {
6210
6325
  "name" : "localized_price",
6211
6326
  "plural" : "localized_prices",
@@ -6482,6 +6597,12 @@
6482
6597
  "required" : true,
6483
6598
  "attributes" : [ ],
6484
6599
  "annotations" : [ ]
6600
+ }, {
6601
+ "name" : "direction",
6602
+ "type" : "direction",
6603
+ "required" : false,
6604
+ "attributes" : [ ],
6605
+ "annotations" : [ ]
6485
6606
  } ],
6486
6607
  "attributes" : [ ]
6487
6608
  }, {
@@ -7307,6 +7428,18 @@
7307
7428
  "type" : "catalog_statistics_deleted",
7308
7429
  "attributes" : [ ],
7309
7430
  "discriminator_value" : "catalog_statistics_deleted"
7431
+ }, {
7432
+ "type" : "item_inserted",
7433
+ "attributes" : [ ],
7434
+ "discriminator_value" : "item_inserted"
7435
+ }, {
7436
+ "type" : "item_updated",
7437
+ "attributes" : [ ],
7438
+ "discriminator_value" : "item_updated"
7439
+ }, {
7440
+ "type" : "item_deleted",
7441
+ "attributes" : [ ],
7442
+ "discriminator_value" : "item_deleted"
7310
7443
  }, {
7311
7444
  "type" : "channel_upserted",
7312
7445
  "attributes" : [ ],
@@ -8712,10 +8845,26 @@
8712
8845
  "type" : "payment_method_data_init_przelewy24",
8713
8846
  "attributes" : [ ],
8714
8847
  "discriminator_value" : "init_przelewy24"
8848
+ }, {
8849
+ "type" : "payment_method_data_init_mobilepay",
8850
+ "attributes" : [ ],
8851
+ "discriminator_value" : "init_mobilepay"
8852
+ }, {
8853
+ "type" : "payment_method_data_init_kcp_creditcard",
8854
+ "attributes" : [ ],
8855
+ "discriminator_value" : "init_kcp_creditcard"
8715
8856
  }, {
8716
8857
  "type" : "payment_method_data_init_bancontact",
8717
8858
  "attributes" : [ ],
8718
8859
  "discriminator_value" : "init_bancontact"
8860
+ }, {
8861
+ "type" : "payment_method_data_init_grabpay",
8862
+ "attributes" : [ ],
8863
+ "discriminator_value" : "init_grabpay"
8864
+ }, {
8865
+ "type" : "payment_method_data_init_vipps",
8866
+ "attributes" : [ ],
8867
+ "discriminator_value" : "init_vipps"
8719
8868
  }, {
8720
8869
  "type" : "payment_method_data_validate_applepay",
8721
8870
  "attributes" : [ ],
@@ -8843,10 +8992,22 @@
8843
8992
  "type" : "payment_method_summary_twint",
8844
8993
  "attributes" : [ ],
8845
8994
  "discriminator_value" : "twint"
8995
+ }, {
8996
+ "type" : "payment_method_summary_vipps",
8997
+ "attributes" : [ ],
8998
+ "discriminator_value" : "vipps"
8846
8999
  }, {
8847
9000
  "type" : "payment_method_summary_przelewy24",
8848
9001
  "attributes" : [ ],
8849
9002
  "discriminator_value" : "przelewy24"
9003
+ }, {
9004
+ "type" : "payment_method_summary_mobilepay",
9005
+ "attributes" : [ ],
9006
+ "discriminator_value" : "mobilepay"
9007
+ }, {
9008
+ "type" : "payment_method_summary_kcp_creditcard",
9009
+ "attributes" : [ ],
9010
+ "discriminator_value" : "kcp_creditcard"
8850
9011
  }, {
8851
9012
  "type" : "payment_method_summary_sofort",
8852
9013
  "attributes" : [ ],
@@ -8855,6 +9016,10 @@
8855
9016
  "type" : "payment_method_summary_bancontact",
8856
9017
  "attributes" : [ ],
8857
9018
  "discriminator_value" : "bancontact"
9019
+ }, {
9020
+ "type" : "payment_method_summary_grabpay",
9021
+ "attributes" : [ ],
9022
+ "discriminator_value" : "grabpay"
8858
9023
  } ],
8859
9024
  "attributes" : [ ],
8860
9025
  "interfaces" : [ "payment_method_summary" ],
@@ -13412,6 +13577,13 @@
13412
13577
  "attributes" : [ ],
13413
13578
  "annotations" : [ "personal_data", "consumer" ],
13414
13579
  "description" : "Origin contact information and structured address"
13580
+ }, {
13581
+ "name" : "direction",
13582
+ "type" : "direction",
13583
+ "required" : false,
13584
+ "attributes" : [ ],
13585
+ "annotations" : [ ],
13586
+ "description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
13415
13587
  } ],
13416
13588
  "attributes" : [ ],
13417
13589
  "interfaces" : [ ],
@@ -20542,7 +20714,7 @@
20542
20714
  "type" : "direction",
20543
20715
  "required" : false,
20544
20716
  "attributes" : [ ],
20545
- "annotations" : [ "personal_data", "consumer" ],
20717
+ "annotations" : [ ],
20546
20718
  "description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
20547
20719
  }, {
20548
20720
  "name" : "order_number",
@@ -27837,6 +28009,37 @@
27837
28009
  } ],
27838
28010
  "attributes" : [ ],
27839
28011
  "interfaces" : [ ]
28012
+ }, {
28013
+ "name" : "item_deleted",
28014
+ "plural" : "item_deleteds",
28015
+ "fields" : [ {
28016
+ "name" : "event_id",
28017
+ "type" : "string",
28018
+ "required" : true,
28019
+ "attributes" : [ ],
28020
+ "annotations" : [ ]
28021
+ }, {
28022
+ "name" : "timestamp",
28023
+ "type" : "date-time-iso8601",
28024
+ "required" : true,
28025
+ "attributes" : [ ],
28026
+ "annotations" : [ ]
28027
+ }, {
28028
+ "name" : "organization",
28029
+ "type" : "string",
28030
+ "required" : true,
28031
+ "attributes" : [ ],
28032
+ "annotations" : [ ],
28033
+ "description" : "Refers to your organization's account identifier"
28034
+ }, {
28035
+ "name" : "item",
28036
+ "type" : "item",
28037
+ "required" : true,
28038
+ "attributes" : [ ],
28039
+ "annotations" : [ ]
28040
+ } ],
28041
+ "attributes" : [ ],
28042
+ "interfaces" : [ ]
27840
28043
  }, {
27841
28044
  "name" : "item_form",
27842
28045
  "plural" : "item_forms",
@@ -28063,6 +28266,37 @@
28063
28266
  } ],
28064
28267
  "attributes" : [ ],
28065
28268
  "interfaces" : [ ]
28269
+ }, {
28270
+ "name" : "item_inserted",
28271
+ "plural" : "item_inserteds",
28272
+ "fields" : [ {
28273
+ "name" : "event_id",
28274
+ "type" : "string",
28275
+ "required" : true,
28276
+ "attributes" : [ ],
28277
+ "annotations" : [ ]
28278
+ }, {
28279
+ "name" : "timestamp",
28280
+ "type" : "date-time-iso8601",
28281
+ "required" : true,
28282
+ "attributes" : [ ],
28283
+ "annotations" : [ ]
28284
+ }, {
28285
+ "name" : "organization",
28286
+ "type" : "string",
28287
+ "required" : true,
28288
+ "attributes" : [ ],
28289
+ "annotations" : [ ],
28290
+ "description" : "Refers to your organization's account identifier"
28291
+ }, {
28292
+ "name" : "item",
28293
+ "type" : "item",
28294
+ "required" : true,
28295
+ "attributes" : [ ],
28296
+ "annotations" : [ ]
28297
+ } ],
28298
+ "attributes" : [ ],
28299
+ "interfaces" : [ "item_upserted" ]
28066
28300
  }, {
28067
28301
  "name" : "item_margin",
28068
28302
  "plural" : "item_margins",
@@ -28628,6 +28862,37 @@
28628
28862
  "attributes" : [ ],
28629
28863
  "interfaces" : [ ],
28630
28864
  "description" : "Statistics covering product catalog item information, including total catalog item count, number of distinct categories, etc."
28865
+ }, {
28866
+ "name" : "item_updated",
28867
+ "plural" : "item_updateds",
28868
+ "fields" : [ {
28869
+ "name" : "event_id",
28870
+ "type" : "string",
28871
+ "required" : true,
28872
+ "attributes" : [ ],
28873
+ "annotations" : [ ]
28874
+ }, {
28875
+ "name" : "timestamp",
28876
+ "type" : "date-time-iso8601",
28877
+ "required" : true,
28878
+ "attributes" : [ ],
28879
+ "annotations" : [ ]
28880
+ }, {
28881
+ "name" : "organization",
28882
+ "type" : "string",
28883
+ "required" : true,
28884
+ "attributes" : [ ],
28885
+ "annotations" : [ ],
28886
+ "description" : "Refers to your organization's account identifier"
28887
+ }, {
28888
+ "name" : "item",
28889
+ "type" : "item",
28890
+ "required" : true,
28891
+ "attributes" : [ ],
28892
+ "annotations" : [ ]
28893
+ } ],
28894
+ "attributes" : [ ],
28895
+ "interfaces" : [ "item_upserted" ]
28631
28896
  }, {
28632
28897
  "name" : "item_version",
28633
28898
  "plural" : "item_versions",
@@ -38355,6 +38620,19 @@
38355
38620
  } ],
38356
38621
  "attributes" : [ ],
38357
38622
  "interfaces" : [ ]
38623
+ }, {
38624
+ "name" : "payment_method_data_init_grabpay",
38625
+ "plural" : "payment_method_data_init_grabpays",
38626
+ "fields" : [ {
38627
+ "name" : "reference",
38628
+ "type" : "string",
38629
+ "required" : false,
38630
+ "attributes" : [ ],
38631
+ "annotations" : [ ],
38632
+ "description" : "Custom payment identifier"
38633
+ } ],
38634
+ "attributes" : [ ],
38635
+ "interfaces" : [ ]
38358
38636
  }, {
38359
38637
  "name" : "payment_method_data_init_ideal",
38360
38638
  "plural" : "payment_method_data_init_ideals",
@@ -38374,6 +38652,19 @@
38374
38652
  } ],
38375
38653
  "attributes" : [ ],
38376
38654
  "interfaces" : [ ]
38655
+ }, {
38656
+ "name" : "payment_method_data_init_kcp_creditcard",
38657
+ "plural" : "payment_method_data_init_kcp_creditcards",
38658
+ "fields" : [ {
38659
+ "name" : "reference",
38660
+ "type" : "string",
38661
+ "required" : false,
38662
+ "attributes" : [ ],
38663
+ "annotations" : [ ],
38664
+ "description" : "Custom payment identifier"
38665
+ } ],
38666
+ "attributes" : [ ],
38667
+ "interfaces" : [ ]
38377
38668
  }, {
38378
38669
  "name" : "payment_method_data_init_klarna",
38379
38670
  "plural" : "payment_method_data_init_klarnas",
@@ -38387,6 +38678,19 @@
38387
38678
  } ],
38388
38679
  "attributes" : [ ],
38389
38680
  "interfaces" : [ ]
38681
+ }, {
38682
+ "name" : "payment_method_data_init_mobilepay",
38683
+ "plural" : "payment_method_data_init_mobilepays",
38684
+ "fields" : [ {
38685
+ "name" : "reference",
38686
+ "type" : "string",
38687
+ "required" : false,
38688
+ "attributes" : [ ],
38689
+ "annotations" : [ ],
38690
+ "description" : "Custom payment identifier"
38691
+ } ],
38692
+ "attributes" : [ ],
38693
+ "interfaces" : [ ]
38390
38694
  }, {
38391
38695
  "name" : "payment_method_data_init_paypal",
38392
38696
  "plural" : "payment_method_data_init_paypals",
@@ -38439,6 +38743,19 @@
38439
38743
  } ],
38440
38744
  "attributes" : [ ],
38441
38745
  "interfaces" : [ ]
38746
+ }, {
38747
+ "name" : "payment_method_data_init_vipps",
38748
+ "plural" : "payment_method_data_init_vippses",
38749
+ "fields" : [ {
38750
+ "name" : "reference",
38751
+ "type" : "string",
38752
+ "required" : false,
38753
+ "attributes" : [ ],
38754
+ "annotations" : [ ],
38755
+ "description" : "Custom payment identifier"
38756
+ } ],
38757
+ "attributes" : [ ],
38758
+ "interfaces" : [ ]
38442
38759
  }, {
38443
38760
  "name" : "payment_method_data_option_logo_svg",
38444
38761
  "plural" : "payment_method_data_option_logo_svgs",
@@ -38784,6 +39101,18 @@
38784
39101
  } ],
38785
39102
  "attributes" : [ ],
38786
39103
  "interfaces" : [ ]
39104
+ }, {
39105
+ "name" : "payment_method_summary_grabpay",
39106
+ "plural" : "payment_method_summary_grabpays",
39107
+ "fields" : [ {
39108
+ "name" : "merchant_of_record",
39109
+ "type" : "merchant_of_record",
39110
+ "required" : true,
39111
+ "attributes" : [ ],
39112
+ "annotations" : [ ]
39113
+ } ],
39114
+ "attributes" : [ ],
39115
+ "interfaces" : [ ]
38787
39116
  }, {
38788
39117
  "name" : "payment_method_summary_ideal",
38789
39118
  "plural" : "payment_method_summary_ideals",
@@ -38802,6 +39131,18 @@
38802
39131
  } ],
38803
39132
  "attributes" : [ ],
38804
39133
  "interfaces" : [ ]
39134
+ }, {
39135
+ "name" : "payment_method_summary_kcp_creditcard",
39136
+ "plural" : "payment_method_summary_kcp_creditcards",
39137
+ "fields" : [ {
39138
+ "name" : "merchant_of_record",
39139
+ "type" : "merchant_of_record",
39140
+ "required" : true,
39141
+ "attributes" : [ ],
39142
+ "annotations" : [ ]
39143
+ } ],
39144
+ "attributes" : [ ],
39145
+ "interfaces" : [ ]
38805
39146
  }, {
38806
39147
  "name" : "payment_method_summary_klarna",
38807
39148
  "plural" : "payment_method_summary_klarnas",
@@ -38814,6 +39155,18 @@
38814
39155
  } ],
38815
39156
  "attributes" : [ ],
38816
39157
  "interfaces" : [ ]
39158
+ }, {
39159
+ "name" : "payment_method_summary_mobilepay",
39160
+ "plural" : "payment_method_summary_mobilepays",
39161
+ "fields" : [ {
39162
+ "name" : "merchant_of_record",
39163
+ "type" : "merchant_of_record",
39164
+ "required" : true,
39165
+ "attributes" : [ ],
39166
+ "annotations" : [ ]
39167
+ } ],
39168
+ "attributes" : [ ],
39169
+ "interfaces" : [ ]
38817
39170
  }, {
38818
39171
  "name" : "payment_method_summary_paypal",
38819
39172
  "plural" : "payment_method_summary_paypals",
@@ -38862,6 +39215,18 @@
38862
39215
  } ],
38863
39216
  "attributes" : [ ],
38864
39217
  "interfaces" : [ ]
39218
+ }, {
39219
+ "name" : "payment_method_summary_vipps",
39220
+ "plural" : "payment_method_summary_vippses",
39221
+ "fields" : [ {
39222
+ "name" : "merchant_of_record",
39223
+ "type" : "merchant_of_record",
39224
+ "required" : true,
39225
+ "attributes" : [ ],
39226
+ "annotations" : [ ]
39227
+ } ],
39228
+ "attributes" : [ ],
39229
+ "interfaces" : [ ]
38865
39230
  }, {
38866
39231
  "name" : "payment_order_details_line_item",
38867
39232
  "plural" : "payment_order_details_line_items",
@@ -41995,6 +42360,20 @@
41995
42360
  "attributes" : [ ],
41996
42361
  "annotations" : [ ],
41997
42362
  "description" : "User reference id."
42363
+ }, {
42364
+ "name" : "product_restriction_id",
42365
+ "type" : "string",
42366
+ "required" : false,
42367
+ "attributes" : [ ],
42368
+ "annotations" : [ ],
42369
+ "description" : "The id of the product restriction."
42370
+ }, {
42371
+ "name" : "hs_code",
42372
+ "type" : "string",
42373
+ "required" : false,
42374
+ "attributes" : [ ],
42375
+ "annotations" : [ ],
42376
+ "description" : "The harmonization HS6 code."
41998
42377
  } ],
41999
42378
  "attributes" : [ ],
42000
42379
  "interfaces" : [ ],
@@ -44383,6 +44762,20 @@
44383
44762
  "attributes" : [ ],
44384
44763
  "annotations" : [ ],
44385
44764
  "description" : "The amount/currency of the refund in base currency. Added in Summer 2018 and always present since then."
44765
+ }, {
44766
+ "name" : "failure_category",
44767
+ "type" : "refund_failure_category",
44768
+ "required" : false,
44769
+ "attributes" : [ ],
44770
+ "annotations" : [ ],
44771
+ "description" : "The internal refund failure category"
44772
+ }, {
44773
+ "name" : "failure_psp_reason",
44774
+ "type" : "string",
44775
+ "required" : false,
44776
+ "attributes" : [ ],
44777
+ "annotations" : [ ],
44778
+ "description" : "The failure reason from payment service providers"
44386
44779
  } ],
44387
44780
  "attributes" : [ ],
44388
44781
  "interfaces" : [ ],
@@ -47795,6 +48188,12 @@
47795
48188
  "required" : false,
47796
48189
  "attributes" : [ ],
47797
48190
  "annotations" : [ ]
48191
+ }, {
48192
+ "name" : "direction",
48193
+ "type" : "direction",
48194
+ "required" : false,
48195
+ "attributes" : [ ],
48196
+ "annotations" : [ ]
47798
48197
  } ],
47799
48198
  "attributes" : [ ],
47800
48199
  "interfaces" : [ ],
@@ -50934,6 +51333,13 @@
50934
51333
  "attributes" : [ ],
50935
51334
  "annotations" : [ ],
50936
51335
  "description" : "Optionally center key to infer the origin shipping address"
51336
+ }, {
51337
+ "name" : "direction",
51338
+ "type" : "direction",
51339
+ "required" : false,
51340
+ "attributes" : [ ],
51341
+ "annotations" : [ ],
51342
+ "description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
50937
51343
  } ],
50938
51344
  "attributes" : [ ],
50939
51345
  "interfaces" : [ ],