@flowio/api-mock-generator 6.17.54 → 6.17.55

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 CHANGED
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.17.60",
13
+ "version": "0.17.61",
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.28",
34
+ "version": "0.3.29",
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.28",
49
+ "version": "0.3.29",
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.28",
64
+ "version": "0.3.29",
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": "billing-true-up"
78
78
  },
79
- "version": "0.19.64",
79
+ "version": "0.19.76",
80
80
  "enums": ["true_up_surcharge_type", "weight_selection"],
81
81
  "interfaces": [],
82
82
  "unions": ["label_surcharge_detail"],
@@ -91,7 +91,7 @@
91
91
  "application": {
92
92
  "key": "ben-test-internal"
93
93
  },
94
- "version": "0.19.58",
94
+ "version": "0.19.64",
95
95
  "enums": [],
96
96
  "interfaces": ["generate_load"],
97
97
  "unions": ["generate_load"],
@@ -3584,6 +3584,10 @@
3584
3584
  "name": "order_domestic",
3585
3585
  "attributes": [],
3586
3586
  "description": "The order is a domestic order."
3587
+ }, {
3588
+ "name": "order_mismatched_currencies",
3589
+ "attributes": [],
3590
+ "description": "The order has transactions in a different currency than the presentment currency."
3587
3591
  }],
3588
3592
  "attributes": [],
3589
3593
  "description": "The type of check that was performed."
@@ -27904,6 +27908,12 @@
27904
27908
  "required": true,
27905
27909
  "attributes": [],
27906
27910
  "annotations": []
27911
+ }, {
27912
+ "name": "shop",
27913
+ "type": "shop",
27914
+ "required": false,
27915
+ "attributes": [],
27916
+ "annotations": []
27907
27917
  }, {
27908
27918
  "name": "primary_entity",
27909
27919
  "type": "entity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.54",
3
+ "version": "6.17.55",
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": "2ec4e55423f8c68d0d75db7df7825e96a4433e9b"
31
+ "gitHead": "8fbab724c6c2213e0635284f23a62cd0996693eb"
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.60",
13
+ "version" : "0.17.61",
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.28",
34
+ "version" : "0.3.29",
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.28",
49
+ "version" : "0.3.29",
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.28",
64
+ "version" : "0.3.29",
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" : "billing-true-up"
78
78
  },
79
- "version" : "0.19.64",
79
+ "version" : "0.19.76",
80
80
  "enums" : [ "true_up_surcharge_type", "weight_selection" ],
81
81
  "interfaces" : [ ],
82
82
  "unions" : [ "label_surcharge_detail" ],
@@ -91,7 +91,7 @@
91
91
  "application" : {
92
92
  "key" : "ben-test-internal"
93
93
  },
94
- "version" : "0.19.58",
94
+ "version" : "0.19.64",
95
95
  "enums" : [ ],
96
96
  "interfaces" : [ "generate_load" ],
97
97
  "unions" : [ "generate_load" ],
@@ -3584,6 +3584,10 @@
3584
3584
  "name" : "order_domestic",
3585
3585
  "attributes" : [ ],
3586
3586
  "description" : "The order is a domestic order."
3587
+ }, {
3588
+ "name" : "order_mismatched_currencies",
3589
+ "attributes" : [ ],
3590
+ "description" : "The order has transactions in a different currency than the presentment currency."
3587
3591
  } ],
3588
3592
  "attributes" : [ ],
3589
3593
  "description" : "The type of check that was performed."
@@ -27904,6 +27908,12 @@
27904
27908
  "required" : true,
27905
27909
  "attributes" : [ ],
27906
27910
  "annotations" : [ ]
27911
+ }, {
27912
+ "name" : "shop",
27913
+ "type" : "shop",
27914
+ "required" : false,
27915
+ "attributes" : [ ],
27916
+ "annotations" : [ ]
27907
27917
  }, {
27908
27918
  "name" : "primary_entity",
27909
27919
  "type" : "entity",