@flowio/api-mock-generator 6.17.72 → 6.17.73
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 +326 -2
- package/package.json +2 -2
- package/src/api.json +326 -2
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.24",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.21.
|
|
79
|
+
"version": "0.21.60",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -2029,6 +2029,10 @@
|
|
|
2029
2029
|
"name": "organization_finance",
|
|
2030
2030
|
"attributes": [],
|
|
2031
2031
|
"description": "Can access billing and reconcilliation functions and retreive relevant data."
|
|
2032
|
+
}, {
|
|
2033
|
+
"name": "organization_classification",
|
|
2034
|
+
"attributes": [],
|
|
2035
|
+
"description": "Can access catalog item information."
|
|
2032
2036
|
}, {
|
|
2033
2037
|
"name": "flow_operations",
|
|
2034
2038
|
"attributes": [],
|
|
@@ -2659,6 +2663,17 @@
|
|
|
2659
2663
|
"attributes": []
|
|
2660
2664
|
}],
|
|
2661
2665
|
"attributes": []
|
|
2666
|
+
}, {
|
|
2667
|
+
"name": "merchant_disabled_reason",
|
|
2668
|
+
"plural": "merchant_disabled_reasons",
|
|
2669
|
+
"values": [{
|
|
2670
|
+
"name": "merchant_deactivated",
|
|
2671
|
+
"attributes": []
|
|
2672
|
+
}, {
|
|
2673
|
+
"name": "merchant_rejected",
|
|
2674
|
+
"attributes": []
|
|
2675
|
+
}],
|
|
2676
|
+
"attributes": []
|
|
2662
2677
|
}, {
|
|
2663
2678
|
"name": "merchant_gift_card_error_code",
|
|
2664
2679
|
"plural": "merchant_gift_card_error_codes",
|
|
@@ -2756,6 +2771,9 @@
|
|
|
2756
2771
|
}, {
|
|
2757
2772
|
"name": "exception_merchant",
|
|
2758
2773
|
"attributes": []
|
|
2774
|
+
}, {
|
|
2775
|
+
"name": "application_missing",
|
|
2776
|
+
"attributes": []
|
|
2759
2777
|
}],
|
|
2760
2778
|
"attributes": []
|
|
2761
2779
|
}, {
|
|
@@ -5228,6 +5246,18 @@
|
|
|
5228
5246
|
}, {
|
|
5229
5247
|
"name": "address_correction",
|
|
5230
5248
|
"attributes": []
|
|
5249
|
+
}, {
|
|
5250
|
+
"name": "security_ratecard_fee",
|
|
5251
|
+
"attributes": []
|
|
5252
|
+
}, {
|
|
5253
|
+
"name": "eei_filing_ratecard_fee",
|
|
5254
|
+
"attributes": []
|
|
5255
|
+
}, {
|
|
5256
|
+
"name": "fixed_ddp_ratecard_fee",
|
|
5257
|
+
"attributes": []
|
|
5258
|
+
}, {
|
|
5259
|
+
"name": "fixed_currency_conversion_ratecard_fee",
|
|
5260
|
+
"attributes": []
|
|
5231
5261
|
}],
|
|
5232
5262
|
"attributes": []
|
|
5233
5263
|
}, {
|
|
@@ -8515,6 +8545,10 @@
|
|
|
8515
8545
|
"type": "merchant_deactivated",
|
|
8516
8546
|
"attributes": [],
|
|
8517
8547
|
"discriminator_value": "merchant_deactivated"
|
|
8548
|
+
}, {
|
|
8549
|
+
"type": "merchant_disabled",
|
|
8550
|
+
"attributes": [],
|
|
8551
|
+
"discriminator_value": "merchant_disabled"
|
|
8518
8552
|
}],
|
|
8519
8553
|
"attributes": [],
|
|
8520
8554
|
"interfaces": [],
|
|
@@ -9122,6 +9156,22 @@
|
|
|
9122
9156
|
"type": "duties_taxes_paid_surcharge_ratecard_fee",
|
|
9123
9157
|
"attributes": [],
|
|
9124
9158
|
"discriminator_value": "duties_taxes_paid_surcharge_ratecard_fee"
|
|
9159
|
+
}, {
|
|
9160
|
+
"type": "security_ratecard_fee",
|
|
9161
|
+
"attributes": [],
|
|
9162
|
+
"discriminator_value": "security_ratecard_fee"
|
|
9163
|
+
}, {
|
|
9164
|
+
"type": "eei_filing_ratecard_fee",
|
|
9165
|
+
"attributes": [],
|
|
9166
|
+
"discriminator_value": "eei_filing_ratecard_fee"
|
|
9167
|
+
}, {
|
|
9168
|
+
"type": "fixed_ddp_ratecard_fee",
|
|
9169
|
+
"attributes": [],
|
|
9170
|
+
"discriminator_value": "fixed_ddp_ratecard_fee"
|
|
9171
|
+
}, {
|
|
9172
|
+
"type": "fixed_currency_conversion_ratecard_fee",
|
|
9173
|
+
"attributes": [],
|
|
9174
|
+
"discriminator_value": "fixed_currency_conversion_ratecard_fee"
|
|
9125
9175
|
}],
|
|
9126
9176
|
"attributes": [],
|
|
9127
9177
|
"interfaces": [],
|
|
@@ -9258,6 +9308,34 @@
|
|
|
9258
9308
|
"type": "oversize_piece_surcharge_service_fee",
|
|
9259
9309
|
"attributes": [],
|
|
9260
9310
|
"discriminator_value": "oversize_piece_surcharge_service_fee"
|
|
9311
|
+
}, {
|
|
9312
|
+
"type": "remote_area_by_weight_service_fee",
|
|
9313
|
+
"attributes": [],
|
|
9314
|
+
"discriminator_value": "remote_area_by_weight_service_fee"
|
|
9315
|
+
}, {
|
|
9316
|
+
"type": "additional_handling_service_fee",
|
|
9317
|
+
"attributes": [],
|
|
9318
|
+
"discriminator_value": "additional_handling_service_fee"
|
|
9319
|
+
}, {
|
|
9320
|
+
"type": "large_package_service_fee",
|
|
9321
|
+
"attributes": [],
|
|
9322
|
+
"discriminator_value": "large_package_service_fee"
|
|
9323
|
+
}, {
|
|
9324
|
+
"type": "security_service_fee",
|
|
9325
|
+
"attributes": [],
|
|
9326
|
+
"discriminator_value": "security_service_fee"
|
|
9327
|
+
}, {
|
|
9328
|
+
"type": "fixed_ddp_service_fee",
|
|
9329
|
+
"attributes": [],
|
|
9330
|
+
"discriminator_value": "fixed_ddp_service_fee"
|
|
9331
|
+
}, {
|
|
9332
|
+
"type": "fixed_currency_conversion_service_fee",
|
|
9333
|
+
"attributes": [],
|
|
9334
|
+
"discriminator_value": "fixed_currency_conversion_service_fee"
|
|
9335
|
+
}, {
|
|
9336
|
+
"type": "eei_filing_service_fee",
|
|
9337
|
+
"attributes": [],
|
|
9338
|
+
"discriminator_value": "eei_filing_service_fee"
|
|
9261
9339
|
}],
|
|
9262
9340
|
"attributes": [],
|
|
9263
9341
|
"interfaces": [],
|
|
@@ -10342,6 +10420,54 @@
|
|
|
10342
10420
|
}],
|
|
10343
10421
|
"attributes": [],
|
|
10344
10422
|
"interfaces": []
|
|
10423
|
+
}, {
|
|
10424
|
+
"name": "additional_handling_service_fee",
|
|
10425
|
+
"plural": "additional_handling_service_fees",
|
|
10426
|
+
"fields": [{
|
|
10427
|
+
"name": "length_girth_threshold",
|
|
10428
|
+
"type": "decimal",
|
|
10429
|
+
"required": false,
|
|
10430
|
+
"attributes": [],
|
|
10431
|
+
"annotations": []
|
|
10432
|
+
}, {
|
|
10433
|
+
"name": "length_threshold",
|
|
10434
|
+
"type": "decimal",
|
|
10435
|
+
"required": false,
|
|
10436
|
+
"attributes": [],
|
|
10437
|
+
"annotations": []
|
|
10438
|
+
}, {
|
|
10439
|
+
"name": "width_threshold",
|
|
10440
|
+
"type": "decimal",
|
|
10441
|
+
"required": false,
|
|
10442
|
+
"attributes": [],
|
|
10443
|
+
"annotations": []
|
|
10444
|
+
}, {
|
|
10445
|
+
"name": "dimensional_unit",
|
|
10446
|
+
"type": "unit_of_measurement",
|
|
10447
|
+
"required": false,
|
|
10448
|
+
"attributes": [],
|
|
10449
|
+
"annotations": []
|
|
10450
|
+
}, {
|
|
10451
|
+
"name": "weight_threshold",
|
|
10452
|
+
"type": "decimal",
|
|
10453
|
+
"required": false,
|
|
10454
|
+
"attributes": [],
|
|
10455
|
+
"annotations": []
|
|
10456
|
+
}, {
|
|
10457
|
+
"name": "weight_unit",
|
|
10458
|
+
"type": "unit_of_measurement",
|
|
10459
|
+
"required": false,
|
|
10460
|
+
"attributes": [],
|
|
10461
|
+
"annotations": []
|
|
10462
|
+
}, {
|
|
10463
|
+
"name": "amount",
|
|
10464
|
+
"type": "money",
|
|
10465
|
+
"required": true,
|
|
10466
|
+
"attributes": [],
|
|
10467
|
+
"annotations": []
|
|
10468
|
+
}],
|
|
10469
|
+
"attributes": [],
|
|
10470
|
+
"interfaces": []
|
|
10345
10471
|
}, {
|
|
10346
10472
|
"name": "additional_services_requested",
|
|
10347
10473
|
"plural": "additional_services_requesteds",
|
|
@@ -21812,6 +21938,36 @@
|
|
|
21812
21938
|
}],
|
|
21813
21939
|
"attributes": [],
|
|
21814
21940
|
"interfaces": []
|
|
21941
|
+
}, {
|
|
21942
|
+
"name": "eei_filing_ratecard_fee",
|
|
21943
|
+
"plural": "eei_filing_ratecard_fees",
|
|
21944
|
+
"fields": [{
|
|
21945
|
+
"name": "amount",
|
|
21946
|
+
"type": "money",
|
|
21947
|
+
"required": true,
|
|
21948
|
+
"attributes": [],
|
|
21949
|
+
"annotations": []
|
|
21950
|
+
}],
|
|
21951
|
+
"attributes": [],
|
|
21952
|
+
"interfaces": []
|
|
21953
|
+
}, {
|
|
21954
|
+
"name": "eei_filing_service_fee",
|
|
21955
|
+
"plural": "eei_filing_service_fees",
|
|
21956
|
+
"fields": [{
|
|
21957
|
+
"name": "amount",
|
|
21958
|
+
"type": "money",
|
|
21959
|
+
"required": true,
|
|
21960
|
+
"attributes": [],
|
|
21961
|
+
"annotations": []
|
|
21962
|
+
}, {
|
|
21963
|
+
"name": "value_threshold",
|
|
21964
|
+
"type": "money",
|
|
21965
|
+
"required": true,
|
|
21966
|
+
"attributes": [],
|
|
21967
|
+
"annotations": []
|
|
21968
|
+
}],
|
|
21969
|
+
"attributes": [],
|
|
21970
|
+
"interfaces": []
|
|
21815
21971
|
}, {
|
|
21816
21972
|
"name": "email_abandoned_order_promotion",
|
|
21817
21973
|
"plural": "email_abandoned_order_promotions",
|
|
@@ -23987,6 +24143,76 @@
|
|
|
23987
24143
|
"attributes": [],
|
|
23988
24144
|
"interfaces": [],
|
|
23989
24145
|
"description": "Indicates a field is required if it is presented in the user interface"
|
|
24146
|
+
}, {
|
|
24147
|
+
"name": "fixed_currency_conversion_ratecard_fee",
|
|
24148
|
+
"plural": "fixed_currency_conversion_ratecard_fees",
|
|
24149
|
+
"fields": [{
|
|
24150
|
+
"name": "amount",
|
|
24151
|
+
"type": "money",
|
|
24152
|
+
"required": true,
|
|
24153
|
+
"attributes": [],
|
|
24154
|
+
"annotations": []
|
|
24155
|
+
}],
|
|
24156
|
+
"attributes": [],
|
|
24157
|
+
"interfaces": []
|
|
24158
|
+
}, {
|
|
24159
|
+
"name": "fixed_currency_conversion_service_fee",
|
|
24160
|
+
"plural": "fixed_currency_conversion_service_fees",
|
|
24161
|
+
"fields": [{
|
|
24162
|
+
"name": "conditions",
|
|
24163
|
+
"type": "[fixed_fee_condition]",
|
|
24164
|
+
"required": true,
|
|
24165
|
+
"attributes": [],
|
|
24166
|
+
"annotations": [],
|
|
24167
|
+
"description": "List of conditions, the first condition which matches is applied"
|
|
24168
|
+
}],
|
|
24169
|
+
"attributes": [],
|
|
24170
|
+
"interfaces": []
|
|
24171
|
+
}, {
|
|
24172
|
+
"name": "fixed_ddp_ratecard_fee",
|
|
24173
|
+
"plural": "fixed_ddp_ratecard_fees",
|
|
24174
|
+
"fields": [{
|
|
24175
|
+
"name": "amount",
|
|
24176
|
+
"type": "money",
|
|
24177
|
+
"required": true,
|
|
24178
|
+
"attributes": [],
|
|
24179
|
+
"annotations": []
|
|
24180
|
+
}],
|
|
24181
|
+
"attributes": [],
|
|
24182
|
+
"interfaces": []
|
|
24183
|
+
}, {
|
|
24184
|
+
"name": "fixed_ddp_service_fee",
|
|
24185
|
+
"plural": "fixed_ddp_service_fees",
|
|
24186
|
+
"fields": [{
|
|
24187
|
+
"name": "conditions",
|
|
24188
|
+
"type": "[fixed_fee_condition]",
|
|
24189
|
+
"required": true,
|
|
24190
|
+
"attributes": [],
|
|
24191
|
+
"annotations": [],
|
|
24192
|
+
"description": "List of conditions, the first condition which matches is applied"
|
|
24193
|
+
}],
|
|
24194
|
+
"attributes": [],
|
|
24195
|
+
"interfaces": []
|
|
24196
|
+
}, {
|
|
24197
|
+
"name": "fixed_fee_condition",
|
|
24198
|
+
"plural": "fixed_fee_conditions",
|
|
24199
|
+
"fields": [{
|
|
24200
|
+
"name": "countries",
|
|
24201
|
+
"type": "[string]",
|
|
24202
|
+
"required": true,
|
|
24203
|
+
"attributes": [],
|
|
24204
|
+
"annotations": [],
|
|
24205
|
+
"description": "List of ISO 3166-3 country codes to which this condition applies e.g. ['CAN', 'MEX']"
|
|
24206
|
+
}, {
|
|
24207
|
+
"name": "amount",
|
|
24208
|
+
"type": "money",
|
|
24209
|
+
"required": true,
|
|
24210
|
+
"attributes": [],
|
|
24211
|
+
"annotations": [],
|
|
24212
|
+
"description": "Money amount to be applied if this condition applies"
|
|
24213
|
+
}],
|
|
24214
|
+
"attributes": [],
|
|
24215
|
+
"interfaces": []
|
|
23990
24216
|
}, {
|
|
23991
24217
|
"name": "flat_rate",
|
|
23992
24218
|
"plural": "flat_rates",
|
|
@@ -29409,6 +29635,42 @@
|
|
|
29409
29635
|
"attributes": [],
|
|
29410
29636
|
"interfaces": [],
|
|
29411
29637
|
"description": "ISO 639 2-character language code. See https://api.flow.io/reference/languages"
|
|
29638
|
+
}, {
|
|
29639
|
+
"name": "large_package_service_fee",
|
|
29640
|
+
"plural": "large_package_service_fees",
|
|
29641
|
+
"fields": [{
|
|
29642
|
+
"name": "length_girth_threshold",
|
|
29643
|
+
"type": "decimal",
|
|
29644
|
+
"required": false,
|
|
29645
|
+
"attributes": [],
|
|
29646
|
+
"annotations": []
|
|
29647
|
+
}, {
|
|
29648
|
+
"name": "dimensional_unit",
|
|
29649
|
+
"type": "unit_of_measurement",
|
|
29650
|
+
"required": false,
|
|
29651
|
+
"attributes": [],
|
|
29652
|
+
"annotations": []
|
|
29653
|
+
}, {
|
|
29654
|
+
"name": "weight_threshold",
|
|
29655
|
+
"type": "decimal",
|
|
29656
|
+
"required": false,
|
|
29657
|
+
"attributes": [],
|
|
29658
|
+
"annotations": []
|
|
29659
|
+
}, {
|
|
29660
|
+
"name": "weight_unit",
|
|
29661
|
+
"type": "unit_of_measurement",
|
|
29662
|
+
"required": false,
|
|
29663
|
+
"attributes": [],
|
|
29664
|
+
"annotations": []
|
|
29665
|
+
}, {
|
|
29666
|
+
"name": "amount",
|
|
29667
|
+
"type": "money",
|
|
29668
|
+
"required": true,
|
|
29669
|
+
"attributes": [],
|
|
29670
|
+
"annotations": []
|
|
29671
|
+
}],
|
|
29672
|
+
"attributes": [],
|
|
29673
|
+
"interfaces": []
|
|
29412
29674
|
}, {
|
|
29413
29675
|
"name": "line",
|
|
29414
29676
|
"plural": "lines",
|
|
@@ -31007,6 +31269,19 @@
|
|
|
31007
31269
|
"attributes": [],
|
|
31008
31270
|
"interfaces": [],
|
|
31009
31271
|
"description": "The merchant is deactivated by partner"
|
|
31272
|
+
}, {
|
|
31273
|
+
"name": "merchant_disabled",
|
|
31274
|
+
"plural": "merchant_disableds",
|
|
31275
|
+
"fields": [{
|
|
31276
|
+
"name": "reason",
|
|
31277
|
+
"type": "merchant_disabled_reason",
|
|
31278
|
+
"required": true,
|
|
31279
|
+
"attributes": [],
|
|
31280
|
+
"annotations": []
|
|
31281
|
+
}],
|
|
31282
|
+
"attributes": [],
|
|
31283
|
+
"interfaces": [],
|
|
31284
|
+
"description": "The merchant is disabled. Their API token is no longer working."
|
|
31010
31285
|
}, {
|
|
31011
31286
|
"name": "merchant_gift_card_balance",
|
|
31012
31287
|
"plural": "merchant_gift_card_balances",
|
|
@@ -45025,6 +45300,24 @@
|
|
|
45025
45300
|
}],
|
|
45026
45301
|
"attributes": [],
|
|
45027
45302
|
"interfaces": []
|
|
45303
|
+
}, {
|
|
45304
|
+
"name": "remote_area_by_weight_service_fee",
|
|
45305
|
+
"plural": "remote_area_by_weight_service_fees",
|
|
45306
|
+
"fields": [{
|
|
45307
|
+
"name": "amount",
|
|
45308
|
+
"type": "money",
|
|
45309
|
+
"required": true,
|
|
45310
|
+
"attributes": [],
|
|
45311
|
+
"annotations": []
|
|
45312
|
+
}, {
|
|
45313
|
+
"name": "weight_unit",
|
|
45314
|
+
"type": "unit_of_measurement",
|
|
45315
|
+
"required": true,
|
|
45316
|
+
"attributes": [],
|
|
45317
|
+
"annotations": []
|
|
45318
|
+
}],
|
|
45319
|
+
"attributes": [],
|
|
45320
|
+
"interfaces": []
|
|
45028
45321
|
}, {
|
|
45029
45322
|
"name": "remote_area_ratecard_fee",
|
|
45030
45323
|
"plural": "remote_area_ratecard_fees",
|
|
@@ -46531,6 +46824,37 @@
|
|
|
46531
46824
|
}],
|
|
46532
46825
|
"attributes": [],
|
|
46533
46826
|
"interfaces": []
|
|
46827
|
+
}, {
|
|
46828
|
+
"name": "security_ratecard_fee",
|
|
46829
|
+
"plural": "security_ratecard_fees",
|
|
46830
|
+
"fields": [{
|
|
46831
|
+
"name": "amount",
|
|
46832
|
+
"type": "money",
|
|
46833
|
+
"required": true,
|
|
46834
|
+
"attributes": [],
|
|
46835
|
+
"annotations": []
|
|
46836
|
+
}],
|
|
46837
|
+
"attributes": [],
|
|
46838
|
+
"interfaces": []
|
|
46839
|
+
}, {
|
|
46840
|
+
"name": "security_service_fee",
|
|
46841
|
+
"plural": "security_service_fees",
|
|
46842
|
+
"fields": [{
|
|
46843
|
+
"name": "amount",
|
|
46844
|
+
"type": "money",
|
|
46845
|
+
"required": true,
|
|
46846
|
+
"attributes": [],
|
|
46847
|
+
"annotations": []
|
|
46848
|
+
}, {
|
|
46849
|
+
"name": "countries",
|
|
46850
|
+
"type": "[string]",
|
|
46851
|
+
"required": true,
|
|
46852
|
+
"attributes": [],
|
|
46853
|
+
"annotations": [],
|
|
46854
|
+
"description": "The ISO 3166-3 country code"
|
|
46855
|
+
}],
|
|
46856
|
+
"attributes": [],
|
|
46857
|
+
"interfaces": []
|
|
46534
46858
|
}, {
|
|
46535
46859
|
"name": "select_issuer_option_action_details",
|
|
46536
46860
|
"plural": "select_issuer_option_action_detailses",
|
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.73",
|
|
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": "6717f627ae249a5229cfb9b8321accaf3b7e03d1"
|
|
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.24",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.21.
|
|
79
|
+
"version" : "0.21.60",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -2029,6 +2029,10 @@
|
|
|
2029
2029
|
"name" : "organization_finance",
|
|
2030
2030
|
"attributes" : [ ],
|
|
2031
2031
|
"description" : "Can access billing and reconcilliation functions and retreive relevant data."
|
|
2032
|
+
}, {
|
|
2033
|
+
"name" : "organization_classification",
|
|
2034
|
+
"attributes" : [ ],
|
|
2035
|
+
"description" : "Can access catalog item information."
|
|
2032
2036
|
}, {
|
|
2033
2037
|
"name" : "flow_operations",
|
|
2034
2038
|
"attributes" : [ ],
|
|
@@ -2659,6 +2663,17 @@
|
|
|
2659
2663
|
"attributes" : [ ]
|
|
2660
2664
|
} ],
|
|
2661
2665
|
"attributes" : [ ]
|
|
2666
|
+
}, {
|
|
2667
|
+
"name" : "merchant_disabled_reason",
|
|
2668
|
+
"plural" : "merchant_disabled_reasons",
|
|
2669
|
+
"values" : [ {
|
|
2670
|
+
"name" : "merchant_deactivated",
|
|
2671
|
+
"attributes" : [ ]
|
|
2672
|
+
}, {
|
|
2673
|
+
"name" : "merchant_rejected",
|
|
2674
|
+
"attributes" : [ ]
|
|
2675
|
+
} ],
|
|
2676
|
+
"attributes" : [ ]
|
|
2662
2677
|
}, {
|
|
2663
2678
|
"name" : "merchant_gift_card_error_code",
|
|
2664
2679
|
"plural" : "merchant_gift_card_error_codes",
|
|
@@ -2756,6 +2771,9 @@
|
|
|
2756
2771
|
}, {
|
|
2757
2772
|
"name" : "exception_merchant",
|
|
2758
2773
|
"attributes" : [ ]
|
|
2774
|
+
}, {
|
|
2775
|
+
"name" : "application_missing",
|
|
2776
|
+
"attributes" : [ ]
|
|
2759
2777
|
} ],
|
|
2760
2778
|
"attributes" : [ ]
|
|
2761
2779
|
}, {
|
|
@@ -5228,6 +5246,18 @@
|
|
|
5228
5246
|
}, {
|
|
5229
5247
|
"name" : "address_correction",
|
|
5230
5248
|
"attributes" : [ ]
|
|
5249
|
+
}, {
|
|
5250
|
+
"name" : "security_ratecard_fee",
|
|
5251
|
+
"attributes" : [ ]
|
|
5252
|
+
}, {
|
|
5253
|
+
"name" : "eei_filing_ratecard_fee",
|
|
5254
|
+
"attributes" : [ ]
|
|
5255
|
+
}, {
|
|
5256
|
+
"name" : "fixed_ddp_ratecard_fee",
|
|
5257
|
+
"attributes" : [ ]
|
|
5258
|
+
}, {
|
|
5259
|
+
"name" : "fixed_currency_conversion_ratecard_fee",
|
|
5260
|
+
"attributes" : [ ]
|
|
5231
5261
|
} ],
|
|
5232
5262
|
"attributes" : [ ]
|
|
5233
5263
|
}, {
|
|
@@ -8515,6 +8545,10 @@
|
|
|
8515
8545
|
"type" : "merchant_deactivated",
|
|
8516
8546
|
"attributes" : [ ],
|
|
8517
8547
|
"discriminator_value" : "merchant_deactivated"
|
|
8548
|
+
}, {
|
|
8549
|
+
"type" : "merchant_disabled",
|
|
8550
|
+
"attributes" : [ ],
|
|
8551
|
+
"discriminator_value" : "merchant_disabled"
|
|
8518
8552
|
} ],
|
|
8519
8553
|
"attributes" : [ ],
|
|
8520
8554
|
"interfaces" : [ ],
|
|
@@ -9122,6 +9156,22 @@
|
|
|
9122
9156
|
"type" : "duties_taxes_paid_surcharge_ratecard_fee",
|
|
9123
9157
|
"attributes" : [ ],
|
|
9124
9158
|
"discriminator_value" : "duties_taxes_paid_surcharge_ratecard_fee"
|
|
9159
|
+
}, {
|
|
9160
|
+
"type" : "security_ratecard_fee",
|
|
9161
|
+
"attributes" : [ ],
|
|
9162
|
+
"discriminator_value" : "security_ratecard_fee"
|
|
9163
|
+
}, {
|
|
9164
|
+
"type" : "eei_filing_ratecard_fee",
|
|
9165
|
+
"attributes" : [ ],
|
|
9166
|
+
"discriminator_value" : "eei_filing_ratecard_fee"
|
|
9167
|
+
}, {
|
|
9168
|
+
"type" : "fixed_ddp_ratecard_fee",
|
|
9169
|
+
"attributes" : [ ],
|
|
9170
|
+
"discriminator_value" : "fixed_ddp_ratecard_fee"
|
|
9171
|
+
}, {
|
|
9172
|
+
"type" : "fixed_currency_conversion_ratecard_fee",
|
|
9173
|
+
"attributes" : [ ],
|
|
9174
|
+
"discriminator_value" : "fixed_currency_conversion_ratecard_fee"
|
|
9125
9175
|
} ],
|
|
9126
9176
|
"attributes" : [ ],
|
|
9127
9177
|
"interfaces" : [ ],
|
|
@@ -9258,6 +9308,34 @@
|
|
|
9258
9308
|
"type" : "oversize_piece_surcharge_service_fee",
|
|
9259
9309
|
"attributes" : [ ],
|
|
9260
9310
|
"discriminator_value" : "oversize_piece_surcharge_service_fee"
|
|
9311
|
+
}, {
|
|
9312
|
+
"type" : "remote_area_by_weight_service_fee",
|
|
9313
|
+
"attributes" : [ ],
|
|
9314
|
+
"discriminator_value" : "remote_area_by_weight_service_fee"
|
|
9315
|
+
}, {
|
|
9316
|
+
"type" : "additional_handling_service_fee",
|
|
9317
|
+
"attributes" : [ ],
|
|
9318
|
+
"discriminator_value" : "additional_handling_service_fee"
|
|
9319
|
+
}, {
|
|
9320
|
+
"type" : "large_package_service_fee",
|
|
9321
|
+
"attributes" : [ ],
|
|
9322
|
+
"discriminator_value" : "large_package_service_fee"
|
|
9323
|
+
}, {
|
|
9324
|
+
"type" : "security_service_fee",
|
|
9325
|
+
"attributes" : [ ],
|
|
9326
|
+
"discriminator_value" : "security_service_fee"
|
|
9327
|
+
}, {
|
|
9328
|
+
"type" : "fixed_ddp_service_fee",
|
|
9329
|
+
"attributes" : [ ],
|
|
9330
|
+
"discriminator_value" : "fixed_ddp_service_fee"
|
|
9331
|
+
}, {
|
|
9332
|
+
"type" : "fixed_currency_conversion_service_fee",
|
|
9333
|
+
"attributes" : [ ],
|
|
9334
|
+
"discriminator_value" : "fixed_currency_conversion_service_fee"
|
|
9335
|
+
}, {
|
|
9336
|
+
"type" : "eei_filing_service_fee",
|
|
9337
|
+
"attributes" : [ ],
|
|
9338
|
+
"discriminator_value" : "eei_filing_service_fee"
|
|
9261
9339
|
} ],
|
|
9262
9340
|
"attributes" : [ ],
|
|
9263
9341
|
"interfaces" : [ ],
|
|
@@ -10342,6 +10420,54 @@
|
|
|
10342
10420
|
} ],
|
|
10343
10421
|
"attributes" : [ ],
|
|
10344
10422
|
"interfaces" : [ ]
|
|
10423
|
+
}, {
|
|
10424
|
+
"name" : "additional_handling_service_fee",
|
|
10425
|
+
"plural" : "additional_handling_service_fees",
|
|
10426
|
+
"fields" : [ {
|
|
10427
|
+
"name" : "length_girth_threshold",
|
|
10428
|
+
"type" : "decimal",
|
|
10429
|
+
"required" : false,
|
|
10430
|
+
"attributes" : [ ],
|
|
10431
|
+
"annotations" : [ ]
|
|
10432
|
+
}, {
|
|
10433
|
+
"name" : "length_threshold",
|
|
10434
|
+
"type" : "decimal",
|
|
10435
|
+
"required" : false,
|
|
10436
|
+
"attributes" : [ ],
|
|
10437
|
+
"annotations" : [ ]
|
|
10438
|
+
}, {
|
|
10439
|
+
"name" : "width_threshold",
|
|
10440
|
+
"type" : "decimal",
|
|
10441
|
+
"required" : false,
|
|
10442
|
+
"attributes" : [ ],
|
|
10443
|
+
"annotations" : [ ]
|
|
10444
|
+
}, {
|
|
10445
|
+
"name" : "dimensional_unit",
|
|
10446
|
+
"type" : "unit_of_measurement",
|
|
10447
|
+
"required" : false,
|
|
10448
|
+
"attributes" : [ ],
|
|
10449
|
+
"annotations" : [ ]
|
|
10450
|
+
}, {
|
|
10451
|
+
"name" : "weight_threshold",
|
|
10452
|
+
"type" : "decimal",
|
|
10453
|
+
"required" : false,
|
|
10454
|
+
"attributes" : [ ],
|
|
10455
|
+
"annotations" : [ ]
|
|
10456
|
+
}, {
|
|
10457
|
+
"name" : "weight_unit",
|
|
10458
|
+
"type" : "unit_of_measurement",
|
|
10459
|
+
"required" : false,
|
|
10460
|
+
"attributes" : [ ],
|
|
10461
|
+
"annotations" : [ ]
|
|
10462
|
+
}, {
|
|
10463
|
+
"name" : "amount",
|
|
10464
|
+
"type" : "money",
|
|
10465
|
+
"required" : true,
|
|
10466
|
+
"attributes" : [ ],
|
|
10467
|
+
"annotations" : [ ]
|
|
10468
|
+
} ],
|
|
10469
|
+
"attributes" : [ ],
|
|
10470
|
+
"interfaces" : [ ]
|
|
10345
10471
|
}, {
|
|
10346
10472
|
"name" : "additional_services_requested",
|
|
10347
10473
|
"plural" : "additional_services_requesteds",
|
|
@@ -21812,6 +21938,36 @@
|
|
|
21812
21938
|
} ],
|
|
21813
21939
|
"attributes" : [ ],
|
|
21814
21940
|
"interfaces" : [ ]
|
|
21941
|
+
}, {
|
|
21942
|
+
"name" : "eei_filing_ratecard_fee",
|
|
21943
|
+
"plural" : "eei_filing_ratecard_fees",
|
|
21944
|
+
"fields" : [ {
|
|
21945
|
+
"name" : "amount",
|
|
21946
|
+
"type" : "money",
|
|
21947
|
+
"required" : true,
|
|
21948
|
+
"attributes" : [ ],
|
|
21949
|
+
"annotations" : [ ]
|
|
21950
|
+
} ],
|
|
21951
|
+
"attributes" : [ ],
|
|
21952
|
+
"interfaces" : [ ]
|
|
21953
|
+
}, {
|
|
21954
|
+
"name" : "eei_filing_service_fee",
|
|
21955
|
+
"plural" : "eei_filing_service_fees",
|
|
21956
|
+
"fields" : [ {
|
|
21957
|
+
"name" : "amount",
|
|
21958
|
+
"type" : "money",
|
|
21959
|
+
"required" : true,
|
|
21960
|
+
"attributes" : [ ],
|
|
21961
|
+
"annotations" : [ ]
|
|
21962
|
+
}, {
|
|
21963
|
+
"name" : "value_threshold",
|
|
21964
|
+
"type" : "money",
|
|
21965
|
+
"required" : true,
|
|
21966
|
+
"attributes" : [ ],
|
|
21967
|
+
"annotations" : [ ]
|
|
21968
|
+
} ],
|
|
21969
|
+
"attributes" : [ ],
|
|
21970
|
+
"interfaces" : [ ]
|
|
21815
21971
|
}, {
|
|
21816
21972
|
"name" : "email_abandoned_order_promotion",
|
|
21817
21973
|
"plural" : "email_abandoned_order_promotions",
|
|
@@ -23987,6 +24143,76 @@
|
|
|
23987
24143
|
"attributes" : [ ],
|
|
23988
24144
|
"interfaces" : [ ],
|
|
23989
24145
|
"description" : "Indicates a field is required if it is presented in the user interface"
|
|
24146
|
+
}, {
|
|
24147
|
+
"name" : "fixed_currency_conversion_ratecard_fee",
|
|
24148
|
+
"plural" : "fixed_currency_conversion_ratecard_fees",
|
|
24149
|
+
"fields" : [ {
|
|
24150
|
+
"name" : "amount",
|
|
24151
|
+
"type" : "money",
|
|
24152
|
+
"required" : true,
|
|
24153
|
+
"attributes" : [ ],
|
|
24154
|
+
"annotations" : [ ]
|
|
24155
|
+
} ],
|
|
24156
|
+
"attributes" : [ ],
|
|
24157
|
+
"interfaces" : [ ]
|
|
24158
|
+
}, {
|
|
24159
|
+
"name" : "fixed_currency_conversion_service_fee",
|
|
24160
|
+
"plural" : "fixed_currency_conversion_service_fees",
|
|
24161
|
+
"fields" : [ {
|
|
24162
|
+
"name" : "conditions",
|
|
24163
|
+
"type" : "[fixed_fee_condition]",
|
|
24164
|
+
"required" : true,
|
|
24165
|
+
"attributes" : [ ],
|
|
24166
|
+
"annotations" : [ ],
|
|
24167
|
+
"description" : "List of conditions, the first condition which matches is applied"
|
|
24168
|
+
} ],
|
|
24169
|
+
"attributes" : [ ],
|
|
24170
|
+
"interfaces" : [ ]
|
|
24171
|
+
}, {
|
|
24172
|
+
"name" : "fixed_ddp_ratecard_fee",
|
|
24173
|
+
"plural" : "fixed_ddp_ratecard_fees",
|
|
24174
|
+
"fields" : [ {
|
|
24175
|
+
"name" : "amount",
|
|
24176
|
+
"type" : "money",
|
|
24177
|
+
"required" : true,
|
|
24178
|
+
"attributes" : [ ],
|
|
24179
|
+
"annotations" : [ ]
|
|
24180
|
+
} ],
|
|
24181
|
+
"attributes" : [ ],
|
|
24182
|
+
"interfaces" : [ ]
|
|
24183
|
+
}, {
|
|
24184
|
+
"name" : "fixed_ddp_service_fee",
|
|
24185
|
+
"plural" : "fixed_ddp_service_fees",
|
|
24186
|
+
"fields" : [ {
|
|
24187
|
+
"name" : "conditions",
|
|
24188
|
+
"type" : "[fixed_fee_condition]",
|
|
24189
|
+
"required" : true,
|
|
24190
|
+
"attributes" : [ ],
|
|
24191
|
+
"annotations" : [ ],
|
|
24192
|
+
"description" : "List of conditions, the first condition which matches is applied"
|
|
24193
|
+
} ],
|
|
24194
|
+
"attributes" : [ ],
|
|
24195
|
+
"interfaces" : [ ]
|
|
24196
|
+
}, {
|
|
24197
|
+
"name" : "fixed_fee_condition",
|
|
24198
|
+
"plural" : "fixed_fee_conditions",
|
|
24199
|
+
"fields" : [ {
|
|
24200
|
+
"name" : "countries",
|
|
24201
|
+
"type" : "[string]",
|
|
24202
|
+
"required" : true,
|
|
24203
|
+
"attributes" : [ ],
|
|
24204
|
+
"annotations" : [ ],
|
|
24205
|
+
"description" : "List of ISO 3166-3 country codes to which this condition applies e.g. ['CAN', 'MEX']"
|
|
24206
|
+
}, {
|
|
24207
|
+
"name" : "amount",
|
|
24208
|
+
"type" : "money",
|
|
24209
|
+
"required" : true,
|
|
24210
|
+
"attributes" : [ ],
|
|
24211
|
+
"annotations" : [ ],
|
|
24212
|
+
"description" : "Money amount to be applied if this condition applies"
|
|
24213
|
+
} ],
|
|
24214
|
+
"attributes" : [ ],
|
|
24215
|
+
"interfaces" : [ ]
|
|
23990
24216
|
}, {
|
|
23991
24217
|
"name" : "flat_rate",
|
|
23992
24218
|
"plural" : "flat_rates",
|
|
@@ -29409,6 +29635,42 @@
|
|
|
29409
29635
|
"attributes" : [ ],
|
|
29410
29636
|
"interfaces" : [ ],
|
|
29411
29637
|
"description" : "ISO 639 2-character language code. See https://api.flow.io/reference/languages"
|
|
29638
|
+
}, {
|
|
29639
|
+
"name" : "large_package_service_fee",
|
|
29640
|
+
"plural" : "large_package_service_fees",
|
|
29641
|
+
"fields" : [ {
|
|
29642
|
+
"name" : "length_girth_threshold",
|
|
29643
|
+
"type" : "decimal",
|
|
29644
|
+
"required" : false,
|
|
29645
|
+
"attributes" : [ ],
|
|
29646
|
+
"annotations" : [ ]
|
|
29647
|
+
}, {
|
|
29648
|
+
"name" : "dimensional_unit",
|
|
29649
|
+
"type" : "unit_of_measurement",
|
|
29650
|
+
"required" : false,
|
|
29651
|
+
"attributes" : [ ],
|
|
29652
|
+
"annotations" : [ ]
|
|
29653
|
+
}, {
|
|
29654
|
+
"name" : "weight_threshold",
|
|
29655
|
+
"type" : "decimal",
|
|
29656
|
+
"required" : false,
|
|
29657
|
+
"attributes" : [ ],
|
|
29658
|
+
"annotations" : [ ]
|
|
29659
|
+
}, {
|
|
29660
|
+
"name" : "weight_unit",
|
|
29661
|
+
"type" : "unit_of_measurement",
|
|
29662
|
+
"required" : false,
|
|
29663
|
+
"attributes" : [ ],
|
|
29664
|
+
"annotations" : [ ]
|
|
29665
|
+
}, {
|
|
29666
|
+
"name" : "amount",
|
|
29667
|
+
"type" : "money",
|
|
29668
|
+
"required" : true,
|
|
29669
|
+
"attributes" : [ ],
|
|
29670
|
+
"annotations" : [ ]
|
|
29671
|
+
} ],
|
|
29672
|
+
"attributes" : [ ],
|
|
29673
|
+
"interfaces" : [ ]
|
|
29412
29674
|
}, {
|
|
29413
29675
|
"name" : "line",
|
|
29414
29676
|
"plural" : "lines",
|
|
@@ -31007,6 +31269,19 @@
|
|
|
31007
31269
|
"attributes" : [ ],
|
|
31008
31270
|
"interfaces" : [ ],
|
|
31009
31271
|
"description" : "The merchant is deactivated by partner"
|
|
31272
|
+
}, {
|
|
31273
|
+
"name" : "merchant_disabled",
|
|
31274
|
+
"plural" : "merchant_disableds",
|
|
31275
|
+
"fields" : [ {
|
|
31276
|
+
"name" : "reason",
|
|
31277
|
+
"type" : "merchant_disabled_reason",
|
|
31278
|
+
"required" : true,
|
|
31279
|
+
"attributes" : [ ],
|
|
31280
|
+
"annotations" : [ ]
|
|
31281
|
+
} ],
|
|
31282
|
+
"attributes" : [ ],
|
|
31283
|
+
"interfaces" : [ ],
|
|
31284
|
+
"description" : "The merchant is disabled. Their API token is no longer working."
|
|
31010
31285
|
}, {
|
|
31011
31286
|
"name" : "merchant_gift_card_balance",
|
|
31012
31287
|
"plural" : "merchant_gift_card_balances",
|
|
@@ -45025,6 +45300,24 @@
|
|
|
45025
45300
|
} ],
|
|
45026
45301
|
"attributes" : [ ],
|
|
45027
45302
|
"interfaces" : [ ]
|
|
45303
|
+
}, {
|
|
45304
|
+
"name" : "remote_area_by_weight_service_fee",
|
|
45305
|
+
"plural" : "remote_area_by_weight_service_fees",
|
|
45306
|
+
"fields" : [ {
|
|
45307
|
+
"name" : "amount",
|
|
45308
|
+
"type" : "money",
|
|
45309
|
+
"required" : true,
|
|
45310
|
+
"attributes" : [ ],
|
|
45311
|
+
"annotations" : [ ]
|
|
45312
|
+
}, {
|
|
45313
|
+
"name" : "weight_unit",
|
|
45314
|
+
"type" : "unit_of_measurement",
|
|
45315
|
+
"required" : true,
|
|
45316
|
+
"attributes" : [ ],
|
|
45317
|
+
"annotations" : [ ]
|
|
45318
|
+
} ],
|
|
45319
|
+
"attributes" : [ ],
|
|
45320
|
+
"interfaces" : [ ]
|
|
45028
45321
|
}, {
|
|
45029
45322
|
"name" : "remote_area_ratecard_fee",
|
|
45030
45323
|
"plural" : "remote_area_ratecard_fees",
|
|
@@ -46531,6 +46824,37 @@
|
|
|
46531
46824
|
} ],
|
|
46532
46825
|
"attributes" : [ ],
|
|
46533
46826
|
"interfaces" : [ ]
|
|
46827
|
+
}, {
|
|
46828
|
+
"name" : "security_ratecard_fee",
|
|
46829
|
+
"plural" : "security_ratecard_fees",
|
|
46830
|
+
"fields" : [ {
|
|
46831
|
+
"name" : "amount",
|
|
46832
|
+
"type" : "money",
|
|
46833
|
+
"required" : true,
|
|
46834
|
+
"attributes" : [ ],
|
|
46835
|
+
"annotations" : [ ]
|
|
46836
|
+
} ],
|
|
46837
|
+
"attributes" : [ ],
|
|
46838
|
+
"interfaces" : [ ]
|
|
46839
|
+
}, {
|
|
46840
|
+
"name" : "security_service_fee",
|
|
46841
|
+
"plural" : "security_service_fees",
|
|
46842
|
+
"fields" : [ {
|
|
46843
|
+
"name" : "amount",
|
|
46844
|
+
"type" : "money",
|
|
46845
|
+
"required" : true,
|
|
46846
|
+
"attributes" : [ ],
|
|
46847
|
+
"annotations" : [ ]
|
|
46848
|
+
}, {
|
|
46849
|
+
"name" : "countries",
|
|
46850
|
+
"type" : "[string]",
|
|
46851
|
+
"required" : true,
|
|
46852
|
+
"attributes" : [ ],
|
|
46853
|
+
"annotations" : [ ],
|
|
46854
|
+
"description" : "The ISO 3166-3 country code"
|
|
46855
|
+
} ],
|
|
46856
|
+
"attributes" : [ ],
|
|
46857
|
+
"interfaces" : [ ]
|
|
46534
46858
|
}, {
|
|
46535
46859
|
"name" : "select_issuer_option_action_details",
|
|
46536
46860
|
"plural" : "select_issuer_option_action_detailses",
|