@flowio/api-mock-generator 6.17.67 → 6.17.68
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 +58 -5
- package/package.json +2 -2
- package/src/api.json +58 -5
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.
|
|
13
|
+
"version": "0.18.2",
|
|
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.45",
|
|
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.45",
|
|
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.45",
|
|
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": [],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.
|
|
79
|
+
"version": "0.21.6",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -2479,6 +2479,10 @@
|
|
|
2479
2479
|
"name": "notification_requiring_crossdock",
|
|
2480
2480
|
"attributes": [],
|
|
2481
2481
|
"description": "Label was provided by an external logistics provider going to a crossdock"
|
|
2482
|
+
}, {
|
|
2483
|
+
"name": "flow_simulation_sync",
|
|
2484
|
+
"attributes": [],
|
|
2485
|
+
"description": "Label request from Console to simulate a label validation"
|
|
2482
2486
|
}, {
|
|
2483
2487
|
"name": "autogenerated",
|
|
2484
2488
|
"attributes": [],
|
|
@@ -30070,6 +30074,13 @@
|
|
|
30070
30074
|
"attributes": [],
|
|
30071
30075
|
"annotations": [],
|
|
30072
30076
|
"minimum": 1
|
|
30077
|
+
}, {
|
|
30078
|
+
"name": "image",
|
|
30079
|
+
"type": "order_summary_image",
|
|
30080
|
+
"required": false,
|
|
30081
|
+
"attributes": [],
|
|
30082
|
+
"annotations": [],
|
|
30083
|
+
"description": "Provides the primary image to use in a line item"
|
|
30073
30084
|
}, {
|
|
30074
30085
|
"name": "center",
|
|
30075
30086
|
"type": "string",
|
|
@@ -42910,6 +42921,18 @@
|
|
|
42910
42921
|
"required": false,
|
|
42911
42922
|
"attributes": [],
|
|
42912
42923
|
"annotations": []
|
|
42924
|
+
}, {
|
|
42925
|
+
"name": "taxes_owed",
|
|
42926
|
+
"type": "money",
|
|
42927
|
+
"required": false,
|
|
42928
|
+
"attributes": [],
|
|
42929
|
+
"annotations": []
|
|
42930
|
+
}, {
|
|
42931
|
+
"name": "duties_owed",
|
|
42932
|
+
"type": "money",
|
|
42933
|
+
"required": false,
|
|
42934
|
+
"attributes": [],
|
|
42935
|
+
"annotations": []
|
|
42913
42936
|
}],
|
|
42914
42937
|
"attributes": [],
|
|
42915
42938
|
"interfaces": []
|
|
@@ -53451,6 +53474,12 @@
|
|
|
53451
53474
|
"required": true,
|
|
53452
53475
|
"attributes": [],
|
|
53453
53476
|
"annotations": []
|
|
53477
|
+
}, {
|
|
53478
|
+
"name": "label_created_at",
|
|
53479
|
+
"type": "date-time-iso8601",
|
|
53480
|
+
"required": true,
|
|
53481
|
+
"attributes": [],
|
|
53482
|
+
"annotations": []
|
|
53454
53483
|
}, {
|
|
53455
53484
|
"name": "carrier_id",
|
|
53456
53485
|
"type": "string",
|
|
@@ -53463,6 +53492,24 @@
|
|
|
53463
53492
|
"required": true,
|
|
53464
53493
|
"attributes": [],
|
|
53465
53494
|
"annotations": []
|
|
53495
|
+
}, {
|
|
53496
|
+
"name": "outbound",
|
|
53497
|
+
"type": "transaction_metadata_carrier_charge_outbound",
|
|
53498
|
+
"required": false,
|
|
53499
|
+
"attributes": [],
|
|
53500
|
+
"annotations": []
|
|
53501
|
+
}],
|
|
53502
|
+
"attributes": [],
|
|
53503
|
+
"interfaces": []
|
|
53504
|
+
}, {
|
|
53505
|
+
"name": "transaction_metadata_carrier_charge_outbound",
|
|
53506
|
+
"plural": "transaction_metadata_carrier_charge_outbounds",
|
|
53507
|
+
"fields": [{
|
|
53508
|
+
"name": "transaction_id",
|
|
53509
|
+
"type": "string",
|
|
53510
|
+
"required": true,
|
|
53511
|
+
"attributes": [],
|
|
53512
|
+
"annotations": []
|
|
53466
53513
|
}],
|
|
53467
53514
|
"attributes": [],
|
|
53468
53515
|
"interfaces": []
|
|
@@ -78962,6 +79009,12 @@
|
|
|
78962
79009
|
"location": "Query",
|
|
78963
79010
|
"required": false,
|
|
78964
79011
|
"description": "Filter to items created_at after the specified datetime."
|
|
79012
|
+
}, {
|
|
79013
|
+
"name": "event_discriminator",
|
|
79014
|
+
"type": "string",
|
|
79015
|
+
"location": "Query",
|
|
79016
|
+
"required": false,
|
|
79017
|
+
"description": "Filter by delivery event discriminator."
|
|
78965
79018
|
}, {
|
|
78966
79019
|
"name": "limit",
|
|
78967
79020
|
"type": "long",
|
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.68",
|
|
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": "71ee41ffd96a582387a4d438378c1ae949b08c92"
|
|
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.
|
|
13
|
+
"version" : "0.18.2",
|
|
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.45",
|
|
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.45",
|
|
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.45",
|
|
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" : [ ],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.
|
|
79
|
+
"version" : "0.21.6",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -2479,6 +2479,10 @@
|
|
|
2479
2479
|
"name" : "notification_requiring_crossdock",
|
|
2480
2480
|
"attributes" : [ ],
|
|
2481
2481
|
"description" : "Label was provided by an external logistics provider going to a crossdock"
|
|
2482
|
+
}, {
|
|
2483
|
+
"name" : "flow_simulation_sync",
|
|
2484
|
+
"attributes" : [ ],
|
|
2485
|
+
"description" : "Label request from Console to simulate a label validation"
|
|
2482
2486
|
}, {
|
|
2483
2487
|
"name" : "autogenerated",
|
|
2484
2488
|
"attributes" : [ ],
|
|
@@ -30070,6 +30074,13 @@
|
|
|
30070
30074
|
"attributes" : [ ],
|
|
30071
30075
|
"annotations" : [ ],
|
|
30072
30076
|
"minimum" : 1
|
|
30077
|
+
}, {
|
|
30078
|
+
"name" : "image",
|
|
30079
|
+
"type" : "order_summary_image",
|
|
30080
|
+
"required" : false,
|
|
30081
|
+
"attributes" : [ ],
|
|
30082
|
+
"annotations" : [ ],
|
|
30083
|
+
"description" : "Provides the primary image to use in a line item"
|
|
30073
30084
|
}, {
|
|
30074
30085
|
"name" : "center",
|
|
30075
30086
|
"type" : "string",
|
|
@@ -42910,6 +42921,18 @@
|
|
|
42910
42921
|
"required" : false,
|
|
42911
42922
|
"attributes" : [ ],
|
|
42912
42923
|
"annotations" : [ ]
|
|
42924
|
+
}, {
|
|
42925
|
+
"name" : "taxes_owed",
|
|
42926
|
+
"type" : "money",
|
|
42927
|
+
"required" : false,
|
|
42928
|
+
"attributes" : [ ],
|
|
42929
|
+
"annotations" : [ ]
|
|
42930
|
+
}, {
|
|
42931
|
+
"name" : "duties_owed",
|
|
42932
|
+
"type" : "money",
|
|
42933
|
+
"required" : false,
|
|
42934
|
+
"attributes" : [ ],
|
|
42935
|
+
"annotations" : [ ]
|
|
42913
42936
|
} ],
|
|
42914
42937
|
"attributes" : [ ],
|
|
42915
42938
|
"interfaces" : [ ]
|
|
@@ -53451,6 +53474,12 @@
|
|
|
53451
53474
|
"required" : true,
|
|
53452
53475
|
"attributes" : [ ],
|
|
53453
53476
|
"annotations" : [ ]
|
|
53477
|
+
}, {
|
|
53478
|
+
"name" : "label_created_at",
|
|
53479
|
+
"type" : "date-time-iso8601",
|
|
53480
|
+
"required" : true,
|
|
53481
|
+
"attributes" : [ ],
|
|
53482
|
+
"annotations" : [ ]
|
|
53454
53483
|
}, {
|
|
53455
53484
|
"name" : "carrier_id",
|
|
53456
53485
|
"type" : "string",
|
|
@@ -53463,6 +53492,24 @@
|
|
|
53463
53492
|
"required" : true,
|
|
53464
53493
|
"attributes" : [ ],
|
|
53465
53494
|
"annotations" : [ ]
|
|
53495
|
+
}, {
|
|
53496
|
+
"name" : "outbound",
|
|
53497
|
+
"type" : "transaction_metadata_carrier_charge_outbound",
|
|
53498
|
+
"required" : false,
|
|
53499
|
+
"attributes" : [ ],
|
|
53500
|
+
"annotations" : [ ]
|
|
53501
|
+
} ],
|
|
53502
|
+
"attributes" : [ ],
|
|
53503
|
+
"interfaces" : [ ]
|
|
53504
|
+
}, {
|
|
53505
|
+
"name" : "transaction_metadata_carrier_charge_outbound",
|
|
53506
|
+
"plural" : "transaction_metadata_carrier_charge_outbounds",
|
|
53507
|
+
"fields" : [ {
|
|
53508
|
+
"name" : "transaction_id",
|
|
53509
|
+
"type" : "string",
|
|
53510
|
+
"required" : true,
|
|
53511
|
+
"attributes" : [ ],
|
|
53512
|
+
"annotations" : [ ]
|
|
53466
53513
|
} ],
|
|
53467
53514
|
"attributes" : [ ],
|
|
53468
53515
|
"interfaces" : [ ]
|
|
@@ -78962,6 +79009,12 @@
|
|
|
78962
79009
|
"location" : "Query",
|
|
78963
79010
|
"required" : false,
|
|
78964
79011
|
"description" : "Filter to items created_at after the specified datetime."
|
|
79012
|
+
}, {
|
|
79013
|
+
"name" : "event_discriminator",
|
|
79014
|
+
"type" : "string",
|
|
79015
|
+
"location" : "Query",
|
|
79016
|
+
"required" : false,
|
|
79017
|
+
"description" : "Filter by delivery event discriminator."
|
|
78965
79018
|
}, {
|
|
78966
79019
|
"name" : "limit",
|
|
78967
79020
|
"type" : "long",
|