@flowio/api-mock-generator 6.17.105 → 6.17.106
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 +48 -3
- package/package.json +2 -2
- package/src/api.json +48 -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.58",
|
|
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.47",
|
|
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": [],
|
|
@@ -7412,6 +7412,10 @@
|
|
|
7412
7412
|
"type": "consumer_invoice_line_shipping",
|
|
7413
7413
|
"attributes": [],
|
|
7414
7414
|
"discriminator_value": "shipping"
|
|
7415
|
+
}, {
|
|
7416
|
+
"type": "consumer_invoice_line_tip",
|
|
7417
|
+
"attributes": [],
|
|
7418
|
+
"discriminator_value": "tip"
|
|
7415
7419
|
}],
|
|
7416
7420
|
"attributes": [],
|
|
7417
7421
|
"interfaces": [],
|
|
@@ -7431,6 +7435,10 @@
|
|
|
7431
7435
|
"type": "consumer_invoice_line_shipping_form",
|
|
7432
7436
|
"attributes": [],
|
|
7433
7437
|
"discriminator_value": "shipping"
|
|
7438
|
+
}, {
|
|
7439
|
+
"type": "consumer_invoice_line_tip_form",
|
|
7440
|
+
"attributes": [],
|
|
7441
|
+
"discriminator_value": "tip"
|
|
7434
7442
|
}],
|
|
7435
7443
|
"attributes": [],
|
|
7436
7444
|
"interfaces": [],
|
|
@@ -18301,6 +18309,43 @@
|
|
|
18301
18309
|
}],
|
|
18302
18310
|
"attributes": [],
|
|
18303
18311
|
"interfaces": []
|
|
18312
|
+
}, {
|
|
18313
|
+
"name": "consumer_invoice_line_tip",
|
|
18314
|
+
"plural": "consumer_invoice_line_tips",
|
|
18315
|
+
"fields": [{
|
|
18316
|
+
"name": "price",
|
|
18317
|
+
"type": "price",
|
|
18318
|
+
"required": true,
|
|
18319
|
+
"attributes": [],
|
|
18320
|
+
"annotations": []
|
|
18321
|
+
}, {
|
|
18322
|
+
"name": "tax",
|
|
18323
|
+
"type": "consumer_invoice_levy",
|
|
18324
|
+
"required": false,
|
|
18325
|
+
"attributes": [],
|
|
18326
|
+
"annotations": []
|
|
18327
|
+
}],
|
|
18328
|
+
"attributes": [],
|
|
18329
|
+
"interfaces": []
|
|
18330
|
+
}, {
|
|
18331
|
+
"name": "consumer_invoice_line_tip_form",
|
|
18332
|
+
"plural": "consumer_invoice_line_tip_forms",
|
|
18333
|
+
"fields": [{
|
|
18334
|
+
"name": "price",
|
|
18335
|
+
"type": "decimal",
|
|
18336
|
+
"required": true,
|
|
18337
|
+
"attributes": [],
|
|
18338
|
+
"annotations": [],
|
|
18339
|
+
"description": "The value of the tip"
|
|
18340
|
+
}, {
|
|
18341
|
+
"name": "tax",
|
|
18342
|
+
"type": "consumer_invoice_levy_form",
|
|
18343
|
+
"required": false,
|
|
18344
|
+
"attributes": [],
|
|
18345
|
+
"annotations": []
|
|
18346
|
+
}],
|
|
18347
|
+
"attributes": [],
|
|
18348
|
+
"interfaces": []
|
|
18304
18349
|
}, {
|
|
18305
18350
|
"name": "consumer_invoice_order_summary",
|
|
18306
18351
|
"plural": "consumer_invoice_order_summaries",
|
|
@@ -80623,7 +80668,7 @@
|
|
|
80623
80668
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80624
80669
|
}],
|
|
80625
80670
|
"apidoc": {
|
|
80626
|
-
"version": "0.20.
|
|
80671
|
+
"version": "0.20.58"
|
|
80627
80672
|
},
|
|
80628
80673
|
"base_url": "https://api.flow.io",
|
|
80629
80674
|
"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.106",
|
|
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": "5c6b5f5cb926cc945c9f4291efe22dedfde83355"
|
|
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.58",
|
|
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.47",
|
|
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" : [ ],
|
|
@@ -7412,6 +7412,10 @@
|
|
|
7412
7412
|
"type" : "consumer_invoice_line_shipping",
|
|
7413
7413
|
"attributes" : [ ],
|
|
7414
7414
|
"discriminator_value" : "shipping"
|
|
7415
|
+
}, {
|
|
7416
|
+
"type" : "consumer_invoice_line_tip",
|
|
7417
|
+
"attributes" : [ ],
|
|
7418
|
+
"discriminator_value" : "tip"
|
|
7415
7419
|
} ],
|
|
7416
7420
|
"attributes" : [ ],
|
|
7417
7421
|
"interfaces" : [ ],
|
|
@@ -7431,6 +7435,10 @@
|
|
|
7431
7435
|
"type" : "consumer_invoice_line_shipping_form",
|
|
7432
7436
|
"attributes" : [ ],
|
|
7433
7437
|
"discriminator_value" : "shipping"
|
|
7438
|
+
}, {
|
|
7439
|
+
"type" : "consumer_invoice_line_tip_form",
|
|
7440
|
+
"attributes" : [ ],
|
|
7441
|
+
"discriminator_value" : "tip"
|
|
7434
7442
|
} ],
|
|
7435
7443
|
"attributes" : [ ],
|
|
7436
7444
|
"interfaces" : [ ],
|
|
@@ -18301,6 +18309,43 @@
|
|
|
18301
18309
|
} ],
|
|
18302
18310
|
"attributes" : [ ],
|
|
18303
18311
|
"interfaces" : [ ]
|
|
18312
|
+
}, {
|
|
18313
|
+
"name" : "consumer_invoice_line_tip",
|
|
18314
|
+
"plural" : "consumer_invoice_line_tips",
|
|
18315
|
+
"fields" : [ {
|
|
18316
|
+
"name" : "price",
|
|
18317
|
+
"type" : "price",
|
|
18318
|
+
"required" : true,
|
|
18319
|
+
"attributes" : [ ],
|
|
18320
|
+
"annotations" : [ ]
|
|
18321
|
+
}, {
|
|
18322
|
+
"name" : "tax",
|
|
18323
|
+
"type" : "consumer_invoice_levy",
|
|
18324
|
+
"required" : false,
|
|
18325
|
+
"attributes" : [ ],
|
|
18326
|
+
"annotations" : [ ]
|
|
18327
|
+
} ],
|
|
18328
|
+
"attributes" : [ ],
|
|
18329
|
+
"interfaces" : [ ]
|
|
18330
|
+
}, {
|
|
18331
|
+
"name" : "consumer_invoice_line_tip_form",
|
|
18332
|
+
"plural" : "consumer_invoice_line_tip_forms",
|
|
18333
|
+
"fields" : [ {
|
|
18334
|
+
"name" : "price",
|
|
18335
|
+
"type" : "decimal",
|
|
18336
|
+
"required" : true,
|
|
18337
|
+
"attributes" : [ ],
|
|
18338
|
+
"annotations" : [ ],
|
|
18339
|
+
"description" : "The value of the tip"
|
|
18340
|
+
}, {
|
|
18341
|
+
"name" : "tax",
|
|
18342
|
+
"type" : "consumer_invoice_levy_form",
|
|
18343
|
+
"required" : false,
|
|
18344
|
+
"attributes" : [ ],
|
|
18345
|
+
"annotations" : [ ]
|
|
18346
|
+
} ],
|
|
18347
|
+
"attributes" : [ ],
|
|
18348
|
+
"interfaces" : [ ]
|
|
18304
18349
|
}, {
|
|
18305
18350
|
"name" : "consumer_invoice_order_summary",
|
|
18306
18351
|
"plural" : "consumer_invoice_order_summaries",
|
|
@@ -80623,7 +80668,7 @@
|
|
|
80623
80668
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
80624
80669
|
} ],
|
|
80625
80670
|
"apidoc" : {
|
|
80626
|
-
"version" : "0.20.
|
|
80671
|
+
"version" : "0.20.58"
|
|
80627
80672
|
},
|
|
80628
80673
|
"base_url" : "https://api.flow.io",
|
|
80629
80674
|
"description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."
|