@flowio/api-mock-generator 6.17.105 → 6.17.107
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 +51 -3
- package/package.json +2 -2
- package/src/api.json +51 -3
package/dist/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key": "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace": "io.flow.v0",
|
|
10
|
-
"version": "0.20.
|
|
10
|
+
"version": "0.20.59",
|
|
11
11
|
"info": {
|
|
12
12
|
"license": {
|
|
13
13
|
"name": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"application": {
|
|
29
29
|
"key": "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version": "0.27.
|
|
31
|
+
"version": "0.27.50",
|
|
32
32
|
"enums": ["channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "order_payment_source_type"],
|
|
33
33
|
"interfaces": [],
|
|
34
34
|
"unions": [],
|
|
@@ -5352,6 +5352,9 @@
|
|
|
5352
5352
|
}, {
|
|
5353
5353
|
"name": "ge_revenue_share",
|
|
5354
5354
|
"attributes": []
|
|
5355
|
+
}, {
|
|
5356
|
+
"name": "merchant_fee",
|
|
5357
|
+
"attributes": []
|
|
5355
5358
|
}],
|
|
5356
5359
|
"attributes": []
|
|
5357
5360
|
}, {
|
|
@@ -7412,6 +7415,10 @@
|
|
|
7412
7415
|
"type": "consumer_invoice_line_shipping",
|
|
7413
7416
|
"attributes": [],
|
|
7414
7417
|
"discriminator_value": "shipping"
|
|
7418
|
+
}, {
|
|
7419
|
+
"type": "consumer_invoice_line_tip",
|
|
7420
|
+
"attributes": [],
|
|
7421
|
+
"discriminator_value": "tip"
|
|
7415
7422
|
}],
|
|
7416
7423
|
"attributes": [],
|
|
7417
7424
|
"interfaces": [],
|
|
@@ -7431,6 +7438,10 @@
|
|
|
7431
7438
|
"type": "consumer_invoice_line_shipping_form",
|
|
7432
7439
|
"attributes": [],
|
|
7433
7440
|
"discriminator_value": "shipping"
|
|
7441
|
+
}, {
|
|
7442
|
+
"type": "consumer_invoice_line_tip_form",
|
|
7443
|
+
"attributes": [],
|
|
7444
|
+
"discriminator_value": "tip"
|
|
7434
7445
|
}],
|
|
7435
7446
|
"attributes": [],
|
|
7436
7447
|
"interfaces": [],
|
|
@@ -18301,6 +18312,43 @@
|
|
|
18301
18312
|
}],
|
|
18302
18313
|
"attributes": [],
|
|
18303
18314
|
"interfaces": []
|
|
18315
|
+
}, {
|
|
18316
|
+
"name": "consumer_invoice_line_tip",
|
|
18317
|
+
"plural": "consumer_invoice_line_tips",
|
|
18318
|
+
"fields": [{
|
|
18319
|
+
"name": "price",
|
|
18320
|
+
"type": "price",
|
|
18321
|
+
"required": true,
|
|
18322
|
+
"attributes": [],
|
|
18323
|
+
"annotations": []
|
|
18324
|
+
}, {
|
|
18325
|
+
"name": "tax",
|
|
18326
|
+
"type": "consumer_invoice_levy",
|
|
18327
|
+
"required": false,
|
|
18328
|
+
"attributes": [],
|
|
18329
|
+
"annotations": []
|
|
18330
|
+
}],
|
|
18331
|
+
"attributes": [],
|
|
18332
|
+
"interfaces": []
|
|
18333
|
+
}, {
|
|
18334
|
+
"name": "consumer_invoice_line_tip_form",
|
|
18335
|
+
"plural": "consumer_invoice_line_tip_forms",
|
|
18336
|
+
"fields": [{
|
|
18337
|
+
"name": "price",
|
|
18338
|
+
"type": "decimal",
|
|
18339
|
+
"required": true,
|
|
18340
|
+
"attributes": [],
|
|
18341
|
+
"annotations": [],
|
|
18342
|
+
"description": "The value of the tip"
|
|
18343
|
+
}, {
|
|
18344
|
+
"name": "tax",
|
|
18345
|
+
"type": "consumer_invoice_levy_form",
|
|
18346
|
+
"required": false,
|
|
18347
|
+
"attributes": [],
|
|
18348
|
+
"annotations": []
|
|
18349
|
+
}],
|
|
18350
|
+
"attributes": [],
|
|
18351
|
+
"interfaces": []
|
|
18304
18352
|
}, {
|
|
18305
18353
|
"name": "consumer_invoice_order_summary",
|
|
18306
18354
|
"plural": "consumer_invoice_order_summaries",
|
|
@@ -80623,7 +80671,7 @@
|
|
|
80623
80671
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80624
80672
|
}],
|
|
80625
80673
|
"apidoc": {
|
|
80626
|
-
"version": "0.20.
|
|
80674
|
+
"version": "0.20.59"
|
|
80627
80675
|
},
|
|
80628
80676
|
"base_url": "https://api.flow.io",
|
|
80629
80677
|
"description": "The Flow Commerce REST API provides full access to the global ecommerce platform."
|
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.107",
|
|
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": "3006280bce074215dc46ad9c937db245d67d2783"
|
|
32
32
|
}
|
package/src/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key" : "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace" : "io.flow.v0",
|
|
10
|
-
"version" : "0.20.
|
|
10
|
+
"version" : "0.20.59",
|
|
11
11
|
"info" : {
|
|
12
12
|
"license" : {
|
|
13
13
|
"name" : "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"application" : {
|
|
29
29
|
"key" : "channel-internal"
|
|
30
30
|
},
|
|
31
|
-
"version" : "0.27.
|
|
31
|
+
"version" : "0.27.50",
|
|
32
32
|
"enums" : [ "channel_order_acceptance_error_action", "channel_order_acceptance_failure_reason_code", "channel_order_acceptance_next_action_from", "channel_order_acceptance_rejection_reason", "channel_order_acceptance_status", "order_payment_source_type" ],
|
|
33
33
|
"interfaces" : [ ],
|
|
34
34
|
"unions" : [ ],
|
|
@@ -5352,6 +5352,9 @@
|
|
|
5352
5352
|
}, {
|
|
5353
5353
|
"name" : "ge_revenue_share",
|
|
5354
5354
|
"attributes" : [ ]
|
|
5355
|
+
}, {
|
|
5356
|
+
"name" : "merchant_fee",
|
|
5357
|
+
"attributes" : [ ]
|
|
5355
5358
|
} ],
|
|
5356
5359
|
"attributes" : [ ]
|
|
5357
5360
|
}, {
|
|
@@ -7412,6 +7415,10 @@
|
|
|
7412
7415
|
"type" : "consumer_invoice_line_shipping",
|
|
7413
7416
|
"attributes" : [ ],
|
|
7414
7417
|
"discriminator_value" : "shipping"
|
|
7418
|
+
}, {
|
|
7419
|
+
"type" : "consumer_invoice_line_tip",
|
|
7420
|
+
"attributes" : [ ],
|
|
7421
|
+
"discriminator_value" : "tip"
|
|
7415
7422
|
} ],
|
|
7416
7423
|
"attributes" : [ ],
|
|
7417
7424
|
"interfaces" : [ ],
|
|
@@ -7431,6 +7438,10 @@
|
|
|
7431
7438
|
"type" : "consumer_invoice_line_shipping_form",
|
|
7432
7439
|
"attributes" : [ ],
|
|
7433
7440
|
"discriminator_value" : "shipping"
|
|
7441
|
+
}, {
|
|
7442
|
+
"type" : "consumer_invoice_line_tip_form",
|
|
7443
|
+
"attributes" : [ ],
|
|
7444
|
+
"discriminator_value" : "tip"
|
|
7434
7445
|
} ],
|
|
7435
7446
|
"attributes" : [ ],
|
|
7436
7447
|
"interfaces" : [ ],
|
|
@@ -18301,6 +18312,43 @@
|
|
|
18301
18312
|
} ],
|
|
18302
18313
|
"attributes" : [ ],
|
|
18303
18314
|
"interfaces" : [ ]
|
|
18315
|
+
}, {
|
|
18316
|
+
"name" : "consumer_invoice_line_tip",
|
|
18317
|
+
"plural" : "consumer_invoice_line_tips",
|
|
18318
|
+
"fields" : [ {
|
|
18319
|
+
"name" : "price",
|
|
18320
|
+
"type" : "price",
|
|
18321
|
+
"required" : true,
|
|
18322
|
+
"attributes" : [ ],
|
|
18323
|
+
"annotations" : [ ]
|
|
18324
|
+
}, {
|
|
18325
|
+
"name" : "tax",
|
|
18326
|
+
"type" : "consumer_invoice_levy",
|
|
18327
|
+
"required" : false,
|
|
18328
|
+
"attributes" : [ ],
|
|
18329
|
+
"annotations" : [ ]
|
|
18330
|
+
} ],
|
|
18331
|
+
"attributes" : [ ],
|
|
18332
|
+
"interfaces" : [ ]
|
|
18333
|
+
}, {
|
|
18334
|
+
"name" : "consumer_invoice_line_tip_form",
|
|
18335
|
+
"plural" : "consumer_invoice_line_tip_forms",
|
|
18336
|
+
"fields" : [ {
|
|
18337
|
+
"name" : "price",
|
|
18338
|
+
"type" : "decimal",
|
|
18339
|
+
"required" : true,
|
|
18340
|
+
"attributes" : [ ],
|
|
18341
|
+
"annotations" : [ ],
|
|
18342
|
+
"description" : "The value of the tip"
|
|
18343
|
+
}, {
|
|
18344
|
+
"name" : "tax",
|
|
18345
|
+
"type" : "consumer_invoice_levy_form",
|
|
18346
|
+
"required" : false,
|
|
18347
|
+
"attributes" : [ ],
|
|
18348
|
+
"annotations" : [ ]
|
|
18349
|
+
} ],
|
|
18350
|
+
"attributes" : [ ],
|
|
18351
|
+
"interfaces" : [ ]
|
|
18304
18352
|
}, {
|
|
18305
18353
|
"name" : "consumer_invoice_order_summary",
|
|
18306
18354
|
"plural" : "consumer_invoice_order_summaries",
|
|
@@ -80623,7 +80671,7 @@
|
|
|
80623
80671
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80624
80672
|
} ],
|
|
80625
80673
|
"apidoc" : {
|
|
80626
|
-
"version" : "0.20.
|
|
80674
|
+
"version" : "0.20.59"
|
|
80627
80675
|
},
|
|
80628
80676
|
"base_url" : "https://api.flow.io",
|
|
80629
80677
|
"description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."
|