@flowio/api-mock-generator 6.17.51 → 6.17.53
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 +31 -4
- package/package.json +2 -2
- package/src/api.json +31 -4
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.17.
|
|
13
|
+
"version": "0.17.37",
|
|
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.20",
|
|
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.20",
|
|
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.20",
|
|
65
65
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "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_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
66
66
|
"interfaces": [],
|
|
67
67
|
"unions": [],
|
|
@@ -19819,6 +19819,13 @@
|
|
|
19819
19819
|
"annotations": [],
|
|
19820
19820
|
"description": "Device Fingerprint",
|
|
19821
19821
|
"example": "dde5b5ba-9204-4924-bdd0-0a578d40b46e"
|
|
19822
|
+
}, {
|
|
19823
|
+
"name": "fraud_references",
|
|
19824
|
+
"type": "map[string]",
|
|
19825
|
+
"required": false,
|
|
19826
|
+
"attributes": [],
|
|
19827
|
+
"annotations": [],
|
|
19828
|
+
"description": "Key-value pairs indicating the fraud token where the key is the source of the reference (eg 'my_fraud_product') and the value is the reference (eg 'a1b2c3')"
|
|
19822
19829
|
}],
|
|
19823
19830
|
"attributes": [],
|
|
19824
19831
|
"interfaces": []
|
|
@@ -31787,6 +31794,13 @@
|
|
|
31787
31794
|
"attributes": [],
|
|
31788
31795
|
"annotations": [],
|
|
31789
31796
|
"description": "Optional behaviors to enable for this order"
|
|
31797
|
+
}, {
|
|
31798
|
+
"name": "device_details",
|
|
31799
|
+
"type": "device_details",
|
|
31800
|
+
"required": false,
|
|
31801
|
+
"attributes": [],
|
|
31802
|
+
"annotations": [],
|
|
31803
|
+
"description": "Optional technical details of the customer's device"
|
|
31790
31804
|
}],
|
|
31791
31805
|
"attributes": [],
|
|
31792
31806
|
"interfaces": [],
|
|
@@ -32790,6 +32804,13 @@
|
|
|
32790
32804
|
"attributes": [],
|
|
32791
32805
|
"annotations": [],
|
|
32792
32806
|
"description": "Optional behaviors to enable for this order"
|
|
32807
|
+
}, {
|
|
32808
|
+
"name": "device_details",
|
|
32809
|
+
"type": "device_details",
|
|
32810
|
+
"required": false,
|
|
32811
|
+
"attributes": [],
|
|
32812
|
+
"annotations": [],
|
|
32813
|
+
"description": "Optional technical details of the customer's device"
|
|
32793
32814
|
}],
|
|
32794
32815
|
"attributes": [],
|
|
32795
32816
|
"interfaces": [],
|
|
@@ -46399,6 +46420,12 @@
|
|
|
46399
46420
|
"attributes": [],
|
|
46400
46421
|
"annotations": [],
|
|
46401
46422
|
"description": "Tells us who the recipient of the package is. This will determine information passed on to carriers to make sure the correct label and accounts are used"
|
|
46423
|
+
}, {
|
|
46424
|
+
"name": "created_at",
|
|
46425
|
+
"type": "date-time-iso8601",
|
|
46426
|
+
"required": false,
|
|
46427
|
+
"attributes": [],
|
|
46428
|
+
"annotations": []
|
|
46402
46429
|
}, {
|
|
46403
46430
|
"name": "updated_at",
|
|
46404
46431
|
"type": "date-time-iso8601",
|
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.53",
|
|
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": "a9aebda82a73c3cf583d7536bd0ab8cd24ad9660"
|
|
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.17.
|
|
13
|
+
"version" : "0.17.37",
|
|
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.20",
|
|
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.20",
|
|
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.20",
|
|
65
65
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "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_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
66
66
|
"interfaces" : [ ],
|
|
67
67
|
"unions" : [ ],
|
|
@@ -19819,6 +19819,13 @@
|
|
|
19819
19819
|
"annotations" : [ ],
|
|
19820
19820
|
"description" : "Device Fingerprint",
|
|
19821
19821
|
"example" : "dde5b5ba-9204-4924-bdd0-0a578d40b46e"
|
|
19822
|
+
}, {
|
|
19823
|
+
"name" : "fraud_references",
|
|
19824
|
+
"type" : "map[string]",
|
|
19825
|
+
"required" : false,
|
|
19826
|
+
"attributes" : [ ],
|
|
19827
|
+
"annotations" : [ ],
|
|
19828
|
+
"description" : "Key-value pairs indicating the fraud token where the key is the source of the reference (eg 'my_fraud_product') and the value is the reference (eg 'a1b2c3')"
|
|
19822
19829
|
} ],
|
|
19823
19830
|
"attributes" : [ ],
|
|
19824
19831
|
"interfaces" : [ ]
|
|
@@ -31787,6 +31794,13 @@
|
|
|
31787
31794
|
"attributes" : [ ],
|
|
31788
31795
|
"annotations" : [ ],
|
|
31789
31796
|
"description" : "Optional behaviors to enable for this order"
|
|
31797
|
+
}, {
|
|
31798
|
+
"name" : "device_details",
|
|
31799
|
+
"type" : "device_details",
|
|
31800
|
+
"required" : false,
|
|
31801
|
+
"attributes" : [ ],
|
|
31802
|
+
"annotations" : [ ],
|
|
31803
|
+
"description" : "Optional technical details of the customer's device"
|
|
31790
31804
|
} ],
|
|
31791
31805
|
"attributes" : [ ],
|
|
31792
31806
|
"interfaces" : [ ],
|
|
@@ -32790,6 +32804,13 @@
|
|
|
32790
32804
|
"attributes" : [ ],
|
|
32791
32805
|
"annotations" : [ ],
|
|
32792
32806
|
"description" : "Optional behaviors to enable for this order"
|
|
32807
|
+
}, {
|
|
32808
|
+
"name" : "device_details",
|
|
32809
|
+
"type" : "device_details",
|
|
32810
|
+
"required" : false,
|
|
32811
|
+
"attributes" : [ ],
|
|
32812
|
+
"annotations" : [ ],
|
|
32813
|
+
"description" : "Optional technical details of the customer's device"
|
|
32793
32814
|
} ],
|
|
32794
32815
|
"attributes" : [ ],
|
|
32795
32816
|
"interfaces" : [ ],
|
|
@@ -46399,6 +46420,12 @@
|
|
|
46399
46420
|
"attributes" : [ ],
|
|
46400
46421
|
"annotations" : [ ],
|
|
46401
46422
|
"description" : "Tells us who the recipient of the package is. This will determine information passed on to carriers to make sure the correct label and accounts are used"
|
|
46423
|
+
}, {
|
|
46424
|
+
"name" : "created_at",
|
|
46425
|
+
"type" : "date-time-iso8601",
|
|
46426
|
+
"required" : false,
|
|
46427
|
+
"attributes" : [ ],
|
|
46428
|
+
"annotations" : [ ]
|
|
46402
46429
|
}, {
|
|
46403
46430
|
"name" : "updated_at",
|
|
46404
46431
|
"type" : "date-time-iso8601",
|