@flowio/api-mock-generator 6.17.37 → 6.17.38
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 +43 -2
- package/package.json +2 -2
- package/src/api.json +43 -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.16.
|
|
13
|
+
"version": "0.16.97",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -7849,6 +7849,21 @@
|
|
|
7849
7849
|
"attributes": [],
|
|
7850
7850
|
"interfaces": [],
|
|
7851
7851
|
"discriminator": "type"
|
|
7852
|
+
}, {
|
|
7853
|
+
"name": "payment_method_data_authorize_applepay_result",
|
|
7854
|
+
"plural": "payment_method_data_authorize_applepay_results",
|
|
7855
|
+
"types": [{
|
|
7856
|
+
"type": "payment_method_data_authorize_applepay_result_success",
|
|
7857
|
+
"attributes": [],
|
|
7858
|
+
"discriminator_value": "success"
|
|
7859
|
+
}, {
|
|
7860
|
+
"type": "payment_method_data_authorize_applepay_result_failure",
|
|
7861
|
+
"attributes": [],
|
|
7862
|
+
"discriminator_value": "failure"
|
|
7863
|
+
}],
|
|
7864
|
+
"attributes": [],
|
|
7865
|
+
"interfaces": [],
|
|
7866
|
+
"discriminator": "type"
|
|
7852
7867
|
}, {
|
|
7853
7868
|
"name": "payment_method_data_authorize_klarna_result",
|
|
7854
7869
|
"plural": "payment_method_data_authorize_klarna_results",
|
|
@@ -35526,12 +35541,38 @@
|
|
|
35526
35541
|
}, {
|
|
35527
35542
|
"name": "payment_method_data_authorize_applepay",
|
|
35528
35543
|
"plural": "payment_method_data_authorize_applepays",
|
|
35544
|
+
"fields": [{
|
|
35545
|
+
"name": "result",
|
|
35546
|
+
"type": "payment_method_data_authorize_applepay_result",
|
|
35547
|
+
"required": true,
|
|
35548
|
+
"attributes": [],
|
|
35549
|
+
"annotations": []
|
|
35550
|
+
}],
|
|
35551
|
+
"attributes": [],
|
|
35552
|
+
"interfaces": []
|
|
35553
|
+
}, {
|
|
35554
|
+
"name": "payment_method_data_authorize_applepay_result_failure",
|
|
35555
|
+
"plural": "payment_method_data_authorize_applepay_result_failures",
|
|
35556
|
+
"fields": [{
|
|
35557
|
+
"name": "placeholder",
|
|
35558
|
+
"type": "string",
|
|
35559
|
+
"required": false,
|
|
35560
|
+
"attributes": [],
|
|
35561
|
+
"annotations": [],
|
|
35562
|
+
"description": "Unused placeholder"
|
|
35563
|
+
}],
|
|
35564
|
+
"attributes": [],
|
|
35565
|
+
"interfaces": []
|
|
35566
|
+
}, {
|
|
35567
|
+
"name": "payment_method_data_authorize_applepay_result_success",
|
|
35568
|
+
"plural": "payment_method_data_authorize_applepay_result_successes",
|
|
35529
35569
|
"fields": [{
|
|
35530
35570
|
"name": "token",
|
|
35531
35571
|
"type": "string",
|
|
35532
35572
|
"required": true,
|
|
35533
35573
|
"attributes": [],
|
|
35534
|
-
"annotations": []
|
|
35574
|
+
"annotations": [],
|
|
35575
|
+
"description": "The authorized token from Apple Pay"
|
|
35535
35576
|
}],
|
|
35536
35577
|
"attributes": [],
|
|
35537
35578
|
"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.38",
|
|
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": "f8f8ae1c2b9472a8a42afdf320e7baa8341a3533"
|
|
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.16.
|
|
13
|
+
"version" : "0.16.97",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -7849,6 +7849,21 @@
|
|
|
7849
7849
|
"attributes" : [ ],
|
|
7850
7850
|
"interfaces" : [ ],
|
|
7851
7851
|
"discriminator" : "type"
|
|
7852
|
+
}, {
|
|
7853
|
+
"name" : "payment_method_data_authorize_applepay_result",
|
|
7854
|
+
"plural" : "payment_method_data_authorize_applepay_results",
|
|
7855
|
+
"types" : [ {
|
|
7856
|
+
"type" : "payment_method_data_authorize_applepay_result_success",
|
|
7857
|
+
"attributes" : [ ],
|
|
7858
|
+
"discriminator_value" : "success"
|
|
7859
|
+
}, {
|
|
7860
|
+
"type" : "payment_method_data_authorize_applepay_result_failure",
|
|
7861
|
+
"attributes" : [ ],
|
|
7862
|
+
"discriminator_value" : "failure"
|
|
7863
|
+
} ],
|
|
7864
|
+
"attributes" : [ ],
|
|
7865
|
+
"interfaces" : [ ],
|
|
7866
|
+
"discriminator" : "type"
|
|
7852
7867
|
}, {
|
|
7853
7868
|
"name" : "payment_method_data_authorize_klarna_result",
|
|
7854
7869
|
"plural" : "payment_method_data_authorize_klarna_results",
|
|
@@ -35526,12 +35541,38 @@
|
|
|
35526
35541
|
}, {
|
|
35527
35542
|
"name" : "payment_method_data_authorize_applepay",
|
|
35528
35543
|
"plural" : "payment_method_data_authorize_applepays",
|
|
35544
|
+
"fields" : [ {
|
|
35545
|
+
"name" : "result",
|
|
35546
|
+
"type" : "payment_method_data_authorize_applepay_result",
|
|
35547
|
+
"required" : true,
|
|
35548
|
+
"attributes" : [ ],
|
|
35549
|
+
"annotations" : [ ]
|
|
35550
|
+
} ],
|
|
35551
|
+
"attributes" : [ ],
|
|
35552
|
+
"interfaces" : [ ]
|
|
35553
|
+
}, {
|
|
35554
|
+
"name" : "payment_method_data_authorize_applepay_result_failure",
|
|
35555
|
+
"plural" : "payment_method_data_authorize_applepay_result_failures",
|
|
35556
|
+
"fields" : [ {
|
|
35557
|
+
"name" : "placeholder",
|
|
35558
|
+
"type" : "string",
|
|
35559
|
+
"required" : false,
|
|
35560
|
+
"attributes" : [ ],
|
|
35561
|
+
"annotations" : [ ],
|
|
35562
|
+
"description" : "Unused placeholder"
|
|
35563
|
+
} ],
|
|
35564
|
+
"attributes" : [ ],
|
|
35565
|
+
"interfaces" : [ ]
|
|
35566
|
+
}, {
|
|
35567
|
+
"name" : "payment_method_data_authorize_applepay_result_success",
|
|
35568
|
+
"plural" : "payment_method_data_authorize_applepay_result_successes",
|
|
35529
35569
|
"fields" : [ {
|
|
35530
35570
|
"name" : "token",
|
|
35531
35571
|
"type" : "string",
|
|
35532
35572
|
"required" : true,
|
|
35533
35573
|
"attributes" : [ ],
|
|
35534
|
-
"annotations" : [ ]
|
|
35574
|
+
"annotations" : [ ],
|
|
35575
|
+
"description" : "The authorized token from Apple Pay"
|
|
35535
35576
|
} ],
|
|
35536
35577
|
"attributes" : [ ],
|
|
35537
35578
|
"interfaces" : [ ]
|