@flowio/api-mock-generator 6.17.97 → 6.17.98
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 +45 -9
- package/package.json +2 -2
- package/src/api.json +45 -9
package/dist/api.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key": "api"
|
|
8
8
|
},
|
|
9
9
|
"namespace": "io.flow.v0",
|
|
10
|
-
"version": "0.19.
|
|
10
|
+
"version": "0.19.78",
|
|
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.25.
|
|
31
|
+
"version": "0.25.77",
|
|
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"],
|
|
33
33
|
"interfaces": [],
|
|
34
34
|
"unions": [],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application": {
|
|
59
59
|
"key": "apple-pay"
|
|
60
60
|
},
|
|
61
|
-
"version": "0.4.
|
|
61
|
+
"version": "0.4.21",
|
|
62
62
|
"enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
|
|
63
63
|
"interfaces": [],
|
|
64
64
|
"unions": [],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application": {
|
|
74
74
|
"key": "google-pay"
|
|
75
75
|
},
|
|
76
|
-
"version": "0.4.
|
|
76
|
+
"version": "0.4.21",
|
|
77
77
|
"enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
|
|
78
78
|
"interfaces": [],
|
|
79
79
|
"unions": ["payment_method_token"],
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"application": {
|
|
89
89
|
"key": "sellability"
|
|
90
90
|
},
|
|
91
|
-
"version": "0.19.
|
|
91
|
+
"version": "0.19.78",
|
|
92
92
|
"enums": ["rule_effect_type", "sellability_error_code"],
|
|
93
93
|
"interfaces": [],
|
|
94
94
|
"unions": [],
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"application": {
|
|
104
104
|
"key": "shopify-external"
|
|
105
105
|
},
|
|
106
|
-
"version": "0.4.
|
|
106
|
+
"version": "0.4.21",
|
|
107
107
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "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_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
108
108
|
"interfaces": [],
|
|
109
109
|
"unions": [],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"application": {
|
|
119
119
|
"key": "ben-test-internal"
|
|
120
120
|
},
|
|
121
|
-
"version": "0.25.
|
|
121
|
+
"version": "0.25.77",
|
|
122
122
|
"enums": [],
|
|
123
123
|
"interfaces": ["generate_load"],
|
|
124
124
|
"unions": ["generate_load"],
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"application": {
|
|
134
134
|
"key": "tech-onboarding-playground"
|
|
135
135
|
},
|
|
136
|
-
"version": "0.25.
|
|
136
|
+
"version": "0.25.77",
|
|
137
137
|
"enums": ["aldo_item_type", "ansh_item_type"],
|
|
138
138
|
"interfaces": [],
|
|
139
139
|
"unions": [],
|
|
@@ -9616,6 +9616,10 @@
|
|
|
9616
9616
|
"type": "oversize_piece_surcharge_service_fee",
|
|
9617
9617
|
"attributes": [],
|
|
9618
9618
|
"discriminator_value": "oversize_piece_surcharge_service_fee"
|
|
9619
|
+
}, {
|
|
9620
|
+
"type": "overweight_piece_surcharge_service_fee",
|
|
9621
|
+
"attributes": [],
|
|
9622
|
+
"discriminator_value": "overweight_piece_surcharge_service_fee"
|
|
9619
9623
|
}, {
|
|
9620
9624
|
"type": "remote_area_by_weight_service_fee",
|
|
9621
9625
|
"attributes": [],
|
|
@@ -37384,6 +37388,31 @@
|
|
|
37384
37388
|
}],
|
|
37385
37389
|
"attributes": [],
|
|
37386
37390
|
"interfaces": []
|
|
37391
|
+
}, {
|
|
37392
|
+
"name": "overweight_piece_surcharge_service_fee",
|
|
37393
|
+
"plural": "overweight_piece_surcharge_service_fees",
|
|
37394
|
+
"fields": [{
|
|
37395
|
+
"name": "weight_threshold",
|
|
37396
|
+
"type": "decimal",
|
|
37397
|
+
"required": false,
|
|
37398
|
+
"attributes": [],
|
|
37399
|
+
"annotations": []
|
|
37400
|
+
}, {
|
|
37401
|
+
"name": "weight_unit",
|
|
37402
|
+
"type": "unit_of_measurement",
|
|
37403
|
+
"required": false,
|
|
37404
|
+
"attributes": [],
|
|
37405
|
+
"annotations": []
|
|
37406
|
+
}, {
|
|
37407
|
+
"name": "amount",
|
|
37408
|
+
"type": "money",
|
|
37409
|
+
"required": true,
|
|
37410
|
+
"attributes": [],
|
|
37411
|
+
"annotations": [],
|
|
37412
|
+
"description": "surcharge amount"
|
|
37413
|
+
}],
|
|
37414
|
+
"attributes": [],
|
|
37415
|
+
"interfaces": []
|
|
37387
37416
|
}, {
|
|
37388
37417
|
"name": "package_dimensions",
|
|
37389
37418
|
"plural": "package_dimensionses",
|
|
@@ -44034,6 +44063,13 @@
|
|
|
44034
44063
|
"attributes": [],
|
|
44035
44064
|
"annotations": [],
|
|
44036
44065
|
"description": "The date and time where rates in this lane will take effect and produce shipping estimates."
|
|
44066
|
+
}, {
|
|
44067
|
+
"name": "published_at",
|
|
44068
|
+
"type": "date-time-iso8601",
|
|
44069
|
+
"required": false,
|
|
44070
|
+
"attributes": [],
|
|
44071
|
+
"annotations": [],
|
|
44072
|
+
"description": "Timestamp when this ratecard will be available for production requests."
|
|
44037
44073
|
}, {
|
|
44038
44074
|
"name": "origination_zones",
|
|
44039
44075
|
"type": "[zone]",
|
|
@@ -97609,7 +97645,7 @@
|
|
|
97609
97645
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
97610
97646
|
}],
|
|
97611
97647
|
"apidoc": {
|
|
97612
|
-
"version": "0.19.
|
|
97648
|
+
"version": "0.19.78"
|
|
97613
97649
|
},
|
|
97614
97650
|
"base_url": "https://api.flow.io",
|
|
97615
97651
|
"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.98",
|
|
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": "8576b898d83e1dcc0515407b0506255b71ab3d80"
|
|
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.19.
|
|
10
|
+
"version" : "0.19.78",
|
|
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.25.
|
|
31
|
+
"version" : "0.25.77",
|
|
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" ],
|
|
33
33
|
"interfaces" : [ ],
|
|
34
34
|
"unions" : [ ],
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"application" : {
|
|
59
59
|
"key" : "apple-pay"
|
|
60
60
|
},
|
|
61
|
-
"version" : "0.4.
|
|
61
|
+
"version" : "0.4.21",
|
|
62
62
|
"enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
|
|
63
63
|
"interfaces" : [ ],
|
|
64
64
|
"unions" : [ ],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"application" : {
|
|
74
74
|
"key" : "google-pay"
|
|
75
75
|
},
|
|
76
|
-
"version" : "0.4.
|
|
76
|
+
"version" : "0.4.21",
|
|
77
77
|
"enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
|
|
78
78
|
"interfaces" : [ ],
|
|
79
79
|
"unions" : [ "payment_method_token" ],
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"application" : {
|
|
89
89
|
"key" : "sellability"
|
|
90
90
|
},
|
|
91
|
-
"version" : "0.19.
|
|
91
|
+
"version" : "0.19.78",
|
|
92
92
|
"enums" : [ "rule_effect_type", "sellability_error_code" ],
|
|
93
93
|
"interfaces" : [ ],
|
|
94
94
|
"unions" : [ ],
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"application" : {
|
|
104
104
|
"key" : "shopify-external"
|
|
105
105
|
},
|
|
106
|
-
"version" : "0.4.
|
|
106
|
+
"version" : "0.4.21",
|
|
107
107
|
"enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "graphql_weight_unit", "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_plan_name", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
|
|
108
108
|
"interfaces" : [ ],
|
|
109
109
|
"unions" : [ ],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"application" : {
|
|
119
119
|
"key" : "ben-test-internal"
|
|
120
120
|
},
|
|
121
|
-
"version" : "0.25.
|
|
121
|
+
"version" : "0.25.77",
|
|
122
122
|
"enums" : [ ],
|
|
123
123
|
"interfaces" : [ "generate_load" ],
|
|
124
124
|
"unions" : [ "generate_load" ],
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"application" : {
|
|
134
134
|
"key" : "tech-onboarding-playground"
|
|
135
135
|
},
|
|
136
|
-
"version" : "0.25.
|
|
136
|
+
"version" : "0.25.77",
|
|
137
137
|
"enums" : [ "aldo_item_type", "ansh_item_type" ],
|
|
138
138
|
"interfaces" : [ ],
|
|
139
139
|
"unions" : [ ],
|
|
@@ -9616,6 +9616,10 @@
|
|
|
9616
9616
|
"type" : "oversize_piece_surcharge_service_fee",
|
|
9617
9617
|
"attributes" : [ ],
|
|
9618
9618
|
"discriminator_value" : "oversize_piece_surcharge_service_fee"
|
|
9619
|
+
}, {
|
|
9620
|
+
"type" : "overweight_piece_surcharge_service_fee",
|
|
9621
|
+
"attributes" : [ ],
|
|
9622
|
+
"discriminator_value" : "overweight_piece_surcharge_service_fee"
|
|
9619
9623
|
}, {
|
|
9620
9624
|
"type" : "remote_area_by_weight_service_fee",
|
|
9621
9625
|
"attributes" : [ ],
|
|
@@ -37384,6 +37388,31 @@
|
|
|
37384
37388
|
} ],
|
|
37385
37389
|
"attributes" : [ ],
|
|
37386
37390
|
"interfaces" : [ ]
|
|
37391
|
+
}, {
|
|
37392
|
+
"name" : "overweight_piece_surcharge_service_fee",
|
|
37393
|
+
"plural" : "overweight_piece_surcharge_service_fees",
|
|
37394
|
+
"fields" : [ {
|
|
37395
|
+
"name" : "weight_threshold",
|
|
37396
|
+
"type" : "decimal",
|
|
37397
|
+
"required" : false,
|
|
37398
|
+
"attributes" : [ ],
|
|
37399
|
+
"annotations" : [ ]
|
|
37400
|
+
}, {
|
|
37401
|
+
"name" : "weight_unit",
|
|
37402
|
+
"type" : "unit_of_measurement",
|
|
37403
|
+
"required" : false,
|
|
37404
|
+
"attributes" : [ ],
|
|
37405
|
+
"annotations" : [ ]
|
|
37406
|
+
}, {
|
|
37407
|
+
"name" : "amount",
|
|
37408
|
+
"type" : "money",
|
|
37409
|
+
"required" : true,
|
|
37410
|
+
"attributes" : [ ],
|
|
37411
|
+
"annotations" : [ ],
|
|
37412
|
+
"description" : "surcharge amount"
|
|
37413
|
+
} ],
|
|
37414
|
+
"attributes" : [ ],
|
|
37415
|
+
"interfaces" : [ ]
|
|
37387
37416
|
}, {
|
|
37388
37417
|
"name" : "package_dimensions",
|
|
37389
37418
|
"plural" : "package_dimensionses",
|
|
@@ -44034,6 +44063,13 @@
|
|
|
44034
44063
|
"attributes" : [ ],
|
|
44035
44064
|
"annotations" : [ ],
|
|
44036
44065
|
"description" : "The date and time where rates in this lane will take effect and produce shipping estimates."
|
|
44066
|
+
}, {
|
|
44067
|
+
"name" : "published_at",
|
|
44068
|
+
"type" : "date-time-iso8601",
|
|
44069
|
+
"required" : false,
|
|
44070
|
+
"attributes" : [ ],
|
|
44071
|
+
"annotations" : [ ],
|
|
44072
|
+
"description" : "Timestamp when this ratecard will be available for production requests."
|
|
44037
44073
|
}, {
|
|
44038
44074
|
"name" : "origination_zones",
|
|
44039
44075
|
"type" : "[zone]",
|
|
@@ -97609,7 +97645,7 @@
|
|
|
97609
97645
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
97610
97646
|
} ],
|
|
97611
97647
|
"apidoc" : {
|
|
97612
|
-
"version" : "0.19.
|
|
97648
|
+
"version" : "0.19.78"
|
|
97613
97649
|
},
|
|
97614
97650
|
"base_url" : "https://api.flow.io",
|
|
97615
97651
|
"description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."
|