@flowio/api-mock-generator 6.17.83 → 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.
- package/dist/api.json +341 -5
- package/package.json +2 -2
- package/src/api.json +341 -5
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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": []
|
|
@@ -3691,6 +3700,15 @@
|
|
|
3691
3700
|
}, {
|
|
3692
3701
|
"name": "mobilepay",
|
|
3693
3702
|
"attributes": []
|
|
3703
|
+
}, {
|
|
3704
|
+
"name": "grabpay",
|
|
3705
|
+
"attributes": []
|
|
3706
|
+
}, {
|
|
3707
|
+
"name": "vipps",
|
|
3708
|
+
"attributes": []
|
|
3709
|
+
}, {
|
|
3710
|
+
"name": "kcp_creditcard",
|
|
3711
|
+
"attributes": []
|
|
3694
3712
|
}],
|
|
3695
3713
|
"attributes": [],
|
|
3696
3714
|
"description": "The payment method type."
|
|
@@ -4259,6 +4277,59 @@
|
|
|
4259
4277
|
}],
|
|
4260
4278
|
"attributes": [],
|
|
4261
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": []
|
|
4262
4333
|
}, {
|
|
4263
4334
|
"name": "refund_status",
|
|
4264
4335
|
"plural": "refund_statuses",
|
|
@@ -5164,6 +5235,9 @@
|
|
|
5164
5235
|
}, {
|
|
5165
5236
|
"name": "failed_payout",
|
|
5166
5237
|
"attributes": []
|
|
5238
|
+
}, {
|
|
5239
|
+
"name": "tax_refund",
|
|
5240
|
+
"attributes": []
|
|
5167
5241
|
}],
|
|
5168
5242
|
"attributes": []
|
|
5169
5243
|
}, {
|
|
@@ -6217,6 +6291,36 @@
|
|
|
6217
6291
|
"description": "Globally unique identifier"
|
|
6218
6292
|
}],
|
|
6219
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": []
|
|
6220
6324
|
}, {
|
|
6221
6325
|
"name": "localized_price",
|
|
6222
6326
|
"plural": "localized_prices",
|
|
@@ -7324,6 +7428,18 @@
|
|
|
7324
7428
|
"type": "catalog_statistics_deleted",
|
|
7325
7429
|
"attributes": [],
|
|
7326
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"
|
|
7327
7443
|
}, {
|
|
7328
7444
|
"type": "channel_upserted",
|
|
7329
7445
|
"attributes": [],
|
|
@@ -8733,10 +8849,22 @@
|
|
|
8733
8849
|
"type": "payment_method_data_init_mobilepay",
|
|
8734
8850
|
"attributes": [],
|
|
8735
8851
|
"discriminator_value": "init_mobilepay"
|
|
8852
|
+
}, {
|
|
8853
|
+
"type": "payment_method_data_init_kcp_creditcard",
|
|
8854
|
+
"attributes": [],
|
|
8855
|
+
"discriminator_value": "init_kcp_creditcard"
|
|
8736
8856
|
}, {
|
|
8737
8857
|
"type": "payment_method_data_init_bancontact",
|
|
8738
8858
|
"attributes": [],
|
|
8739
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"
|
|
8740
8868
|
}, {
|
|
8741
8869
|
"type": "payment_method_data_validate_applepay",
|
|
8742
8870
|
"attributes": [],
|
|
@@ -8864,6 +8992,10 @@
|
|
|
8864
8992
|
"type": "payment_method_summary_twint",
|
|
8865
8993
|
"attributes": [],
|
|
8866
8994
|
"discriminator_value": "twint"
|
|
8995
|
+
}, {
|
|
8996
|
+
"type": "payment_method_summary_vipps",
|
|
8997
|
+
"attributes": [],
|
|
8998
|
+
"discriminator_value": "vipps"
|
|
8867
8999
|
}, {
|
|
8868
9000
|
"type": "payment_method_summary_przelewy24",
|
|
8869
9001
|
"attributes": [],
|
|
@@ -8872,6 +9004,10 @@
|
|
|
8872
9004
|
"type": "payment_method_summary_mobilepay",
|
|
8873
9005
|
"attributes": [],
|
|
8874
9006
|
"discriminator_value": "mobilepay"
|
|
9007
|
+
}, {
|
|
9008
|
+
"type": "payment_method_summary_kcp_creditcard",
|
|
9009
|
+
"attributes": [],
|
|
9010
|
+
"discriminator_value": "kcp_creditcard"
|
|
8875
9011
|
}, {
|
|
8876
9012
|
"type": "payment_method_summary_sofort",
|
|
8877
9013
|
"attributes": [],
|
|
@@ -8880,6 +9016,10 @@
|
|
|
8880
9016
|
"type": "payment_method_summary_bancontact",
|
|
8881
9017
|
"attributes": [],
|
|
8882
9018
|
"discriminator_value": "bancontact"
|
|
9019
|
+
}, {
|
|
9020
|
+
"type": "payment_method_summary_grabpay",
|
|
9021
|
+
"attributes": [],
|
|
9022
|
+
"discriminator_value": "grabpay"
|
|
8883
9023
|
}],
|
|
8884
9024
|
"attributes": [],
|
|
8885
9025
|
"interfaces": ["payment_method_summary"],
|
|
@@ -27869,6 +28009,37 @@
|
|
|
27869
28009
|
}],
|
|
27870
28010
|
"attributes": [],
|
|
27871
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": []
|
|
27872
28043
|
}, {
|
|
27873
28044
|
"name": "item_form",
|
|
27874
28045
|
"plural": "item_forms",
|
|
@@ -28095,6 +28266,37 @@
|
|
|
28095
28266
|
}],
|
|
28096
28267
|
"attributes": [],
|
|
28097
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"]
|
|
28098
28300
|
}, {
|
|
28099
28301
|
"name": "item_margin",
|
|
28100
28302
|
"plural": "item_margins",
|
|
@@ -28660,6 +28862,37 @@
|
|
|
28660
28862
|
"attributes": [],
|
|
28661
28863
|
"interfaces": [],
|
|
28662
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"]
|
|
28663
28896
|
}, {
|
|
28664
28897
|
"name": "item_version",
|
|
28665
28898
|
"plural": "item_versions",
|
|
@@ -38387,6 +38620,19 @@
|
|
|
38387
38620
|
}],
|
|
38388
38621
|
"attributes": [],
|
|
38389
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": []
|
|
38390
38636
|
}, {
|
|
38391
38637
|
"name": "payment_method_data_init_ideal",
|
|
38392
38638
|
"plural": "payment_method_data_init_ideals",
|
|
@@ -38406,6 +38652,19 @@
|
|
|
38406
38652
|
}],
|
|
38407
38653
|
"attributes": [],
|
|
38408
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": []
|
|
38409
38668
|
}, {
|
|
38410
38669
|
"name": "payment_method_data_init_klarna",
|
|
38411
38670
|
"plural": "payment_method_data_init_klarnas",
|
|
@@ -38484,6 +38743,19 @@
|
|
|
38484
38743
|
}],
|
|
38485
38744
|
"attributes": [],
|
|
38486
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": []
|
|
38487
38759
|
}, {
|
|
38488
38760
|
"name": "payment_method_data_option_logo_svg",
|
|
38489
38761
|
"plural": "payment_method_data_option_logo_svgs",
|
|
@@ -38829,6 +39101,18 @@
|
|
|
38829
39101
|
}],
|
|
38830
39102
|
"attributes": [],
|
|
38831
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": []
|
|
38832
39116
|
}, {
|
|
38833
39117
|
"name": "payment_method_summary_ideal",
|
|
38834
39118
|
"plural": "payment_method_summary_ideals",
|
|
@@ -38847,6 +39131,18 @@
|
|
|
38847
39131
|
}],
|
|
38848
39132
|
"attributes": [],
|
|
38849
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": []
|
|
38850
39146
|
}, {
|
|
38851
39147
|
"name": "payment_method_summary_klarna",
|
|
38852
39148
|
"plural": "payment_method_summary_klarnas",
|
|
@@ -38919,6 +39215,18 @@
|
|
|
38919
39215
|
}],
|
|
38920
39216
|
"attributes": [],
|
|
38921
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": []
|
|
38922
39230
|
}, {
|
|
38923
39231
|
"name": "payment_order_details_line_item",
|
|
38924
39232
|
"plural": "payment_order_details_line_items",
|
|
@@ -42052,6 +42360,20 @@
|
|
|
42052
42360
|
"attributes": [],
|
|
42053
42361
|
"annotations": [],
|
|
42054
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."
|
|
42055
42377
|
}],
|
|
42056
42378
|
"attributes": [],
|
|
42057
42379
|
"interfaces": [],
|
|
@@ -44440,6 +44762,20 @@
|
|
|
44440
44762
|
"attributes": [],
|
|
44441
44763
|
"annotations": [],
|
|
44442
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"
|
|
44443
44779
|
}],
|
|
44444
44780
|
"attributes": [],
|
|
44445
44781
|
"interfaces": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
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": "
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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" : [ ]
|
|
@@ -3691,6 +3700,15 @@
|
|
|
3691
3700
|
}, {
|
|
3692
3701
|
"name" : "mobilepay",
|
|
3693
3702
|
"attributes" : [ ]
|
|
3703
|
+
}, {
|
|
3704
|
+
"name" : "grabpay",
|
|
3705
|
+
"attributes" : [ ]
|
|
3706
|
+
}, {
|
|
3707
|
+
"name" : "vipps",
|
|
3708
|
+
"attributes" : [ ]
|
|
3709
|
+
}, {
|
|
3710
|
+
"name" : "kcp_creditcard",
|
|
3711
|
+
"attributes" : [ ]
|
|
3694
3712
|
} ],
|
|
3695
3713
|
"attributes" : [ ],
|
|
3696
3714
|
"description" : "The payment method type."
|
|
@@ -4259,6 +4277,59 @@
|
|
|
4259
4277
|
} ],
|
|
4260
4278
|
"attributes" : [ ],
|
|
4261
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" : [ ]
|
|
4262
4333
|
}, {
|
|
4263
4334
|
"name" : "refund_status",
|
|
4264
4335
|
"plural" : "refund_statuses",
|
|
@@ -5164,6 +5235,9 @@
|
|
|
5164
5235
|
}, {
|
|
5165
5236
|
"name" : "failed_payout",
|
|
5166
5237
|
"attributes" : [ ]
|
|
5238
|
+
}, {
|
|
5239
|
+
"name" : "tax_refund",
|
|
5240
|
+
"attributes" : [ ]
|
|
5167
5241
|
} ],
|
|
5168
5242
|
"attributes" : [ ]
|
|
5169
5243
|
}, {
|
|
@@ -6217,6 +6291,36 @@
|
|
|
6217
6291
|
"description" : "Globally unique identifier"
|
|
6218
6292
|
} ],
|
|
6219
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" : [ ]
|
|
6220
6324
|
}, {
|
|
6221
6325
|
"name" : "localized_price",
|
|
6222
6326
|
"plural" : "localized_prices",
|
|
@@ -7324,6 +7428,18 @@
|
|
|
7324
7428
|
"type" : "catalog_statistics_deleted",
|
|
7325
7429
|
"attributes" : [ ],
|
|
7326
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"
|
|
7327
7443
|
}, {
|
|
7328
7444
|
"type" : "channel_upserted",
|
|
7329
7445
|
"attributes" : [ ],
|
|
@@ -8733,10 +8849,22 @@
|
|
|
8733
8849
|
"type" : "payment_method_data_init_mobilepay",
|
|
8734
8850
|
"attributes" : [ ],
|
|
8735
8851
|
"discriminator_value" : "init_mobilepay"
|
|
8852
|
+
}, {
|
|
8853
|
+
"type" : "payment_method_data_init_kcp_creditcard",
|
|
8854
|
+
"attributes" : [ ],
|
|
8855
|
+
"discriminator_value" : "init_kcp_creditcard"
|
|
8736
8856
|
}, {
|
|
8737
8857
|
"type" : "payment_method_data_init_bancontact",
|
|
8738
8858
|
"attributes" : [ ],
|
|
8739
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"
|
|
8740
8868
|
}, {
|
|
8741
8869
|
"type" : "payment_method_data_validate_applepay",
|
|
8742
8870
|
"attributes" : [ ],
|
|
@@ -8864,6 +8992,10 @@
|
|
|
8864
8992
|
"type" : "payment_method_summary_twint",
|
|
8865
8993
|
"attributes" : [ ],
|
|
8866
8994
|
"discriminator_value" : "twint"
|
|
8995
|
+
}, {
|
|
8996
|
+
"type" : "payment_method_summary_vipps",
|
|
8997
|
+
"attributes" : [ ],
|
|
8998
|
+
"discriminator_value" : "vipps"
|
|
8867
8999
|
}, {
|
|
8868
9000
|
"type" : "payment_method_summary_przelewy24",
|
|
8869
9001
|
"attributes" : [ ],
|
|
@@ -8872,6 +9004,10 @@
|
|
|
8872
9004
|
"type" : "payment_method_summary_mobilepay",
|
|
8873
9005
|
"attributes" : [ ],
|
|
8874
9006
|
"discriminator_value" : "mobilepay"
|
|
9007
|
+
}, {
|
|
9008
|
+
"type" : "payment_method_summary_kcp_creditcard",
|
|
9009
|
+
"attributes" : [ ],
|
|
9010
|
+
"discriminator_value" : "kcp_creditcard"
|
|
8875
9011
|
}, {
|
|
8876
9012
|
"type" : "payment_method_summary_sofort",
|
|
8877
9013
|
"attributes" : [ ],
|
|
@@ -8880,6 +9016,10 @@
|
|
|
8880
9016
|
"type" : "payment_method_summary_bancontact",
|
|
8881
9017
|
"attributes" : [ ],
|
|
8882
9018
|
"discriminator_value" : "bancontact"
|
|
9019
|
+
}, {
|
|
9020
|
+
"type" : "payment_method_summary_grabpay",
|
|
9021
|
+
"attributes" : [ ],
|
|
9022
|
+
"discriminator_value" : "grabpay"
|
|
8883
9023
|
} ],
|
|
8884
9024
|
"attributes" : [ ],
|
|
8885
9025
|
"interfaces" : [ "payment_method_summary" ],
|
|
@@ -27869,6 +28009,37 @@
|
|
|
27869
28009
|
} ],
|
|
27870
28010
|
"attributes" : [ ],
|
|
27871
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" : [ ]
|
|
27872
28043
|
}, {
|
|
27873
28044
|
"name" : "item_form",
|
|
27874
28045
|
"plural" : "item_forms",
|
|
@@ -28095,6 +28266,37 @@
|
|
|
28095
28266
|
} ],
|
|
28096
28267
|
"attributes" : [ ],
|
|
28097
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" ]
|
|
28098
28300
|
}, {
|
|
28099
28301
|
"name" : "item_margin",
|
|
28100
28302
|
"plural" : "item_margins",
|
|
@@ -28660,6 +28862,37 @@
|
|
|
28660
28862
|
"attributes" : [ ],
|
|
28661
28863
|
"interfaces" : [ ],
|
|
28662
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" ]
|
|
28663
28896
|
}, {
|
|
28664
28897
|
"name" : "item_version",
|
|
28665
28898
|
"plural" : "item_versions",
|
|
@@ -38387,6 +38620,19 @@
|
|
|
38387
38620
|
} ],
|
|
38388
38621
|
"attributes" : [ ],
|
|
38389
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" : [ ]
|
|
38390
38636
|
}, {
|
|
38391
38637
|
"name" : "payment_method_data_init_ideal",
|
|
38392
38638
|
"plural" : "payment_method_data_init_ideals",
|
|
@@ -38406,6 +38652,19 @@
|
|
|
38406
38652
|
} ],
|
|
38407
38653
|
"attributes" : [ ],
|
|
38408
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" : [ ]
|
|
38409
38668
|
}, {
|
|
38410
38669
|
"name" : "payment_method_data_init_klarna",
|
|
38411
38670
|
"plural" : "payment_method_data_init_klarnas",
|
|
@@ -38484,6 +38743,19 @@
|
|
|
38484
38743
|
} ],
|
|
38485
38744
|
"attributes" : [ ],
|
|
38486
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" : [ ]
|
|
38487
38759
|
}, {
|
|
38488
38760
|
"name" : "payment_method_data_option_logo_svg",
|
|
38489
38761
|
"plural" : "payment_method_data_option_logo_svgs",
|
|
@@ -38829,6 +39101,18 @@
|
|
|
38829
39101
|
} ],
|
|
38830
39102
|
"attributes" : [ ],
|
|
38831
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" : [ ]
|
|
38832
39116
|
}, {
|
|
38833
39117
|
"name" : "payment_method_summary_ideal",
|
|
38834
39118
|
"plural" : "payment_method_summary_ideals",
|
|
@@ -38847,6 +39131,18 @@
|
|
|
38847
39131
|
} ],
|
|
38848
39132
|
"attributes" : [ ],
|
|
38849
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" : [ ]
|
|
38850
39146
|
}, {
|
|
38851
39147
|
"name" : "payment_method_summary_klarna",
|
|
38852
39148
|
"plural" : "payment_method_summary_klarnas",
|
|
@@ -38919,6 +39215,18 @@
|
|
|
38919
39215
|
} ],
|
|
38920
39216
|
"attributes" : [ ],
|
|
38921
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" : [ ]
|
|
38922
39230
|
}, {
|
|
38923
39231
|
"name" : "payment_order_details_line_item",
|
|
38924
39232
|
"plural" : "payment_order_details_line_items",
|
|
@@ -42052,6 +42360,20 @@
|
|
|
42052
42360
|
"attributes" : [ ],
|
|
42053
42361
|
"annotations" : [ ],
|
|
42054
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."
|
|
42055
42377
|
} ],
|
|
42056
42378
|
"attributes" : [ ],
|
|
42057
42379
|
"interfaces" : [ ],
|
|
@@ -44440,6 +44762,20 @@
|
|
|
44440
44762
|
"attributes" : [ ],
|
|
44441
44763
|
"annotations" : [ ],
|
|
44442
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"
|
|
44443
44779
|
} ],
|
|
44444
44780
|
"attributes" : [ ],
|
|
44445
44781
|
"interfaces" : [ ],
|