@flowio/api-mock-generator 6.17.106 → 6.17.107

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
@@ -7,7 +7,7 @@
7
7
  "key": "api"
8
8
  },
9
9
  "namespace": "io.flow.v0",
10
- "version": "0.20.58",
10
+ "version": "0.20.59",
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.27.47",
31
+ "version": "0.27.50",
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", "order_payment_source_type"],
33
33
  "interfaces": [],
34
34
  "unions": [],
@@ -5352,6 +5352,9 @@
5352
5352
  }, {
5353
5353
  "name": "ge_revenue_share",
5354
5354
  "attributes": []
5355
+ }, {
5356
+ "name": "merchant_fee",
5357
+ "attributes": []
5355
5358
  }],
5356
5359
  "attributes": []
5357
5360
  }, {
@@ -80668,7 +80671,7 @@
80668
80671
  "description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
80669
80672
  }],
80670
80673
  "apidoc": {
80671
- "version": "0.20.58"
80674
+ "version": "0.20.59"
80672
80675
  },
80673
80676
  "base_url": "https://api.flow.io",
80674
80677
  "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.106",
3
+ "version": "6.17.107",
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": "5c6b5f5cb926cc945c9f4291efe22dedfde83355"
31
+ "gitHead": "3006280bce074215dc46ad9c937db245d67d2783"
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.20.58",
10
+ "version" : "0.20.59",
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.27.47",
31
+ "version" : "0.27.50",
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", "order_payment_source_type" ],
33
33
  "interfaces" : [ ],
34
34
  "unions" : [ ],
@@ -5352,6 +5352,9 @@
5352
5352
  }, {
5353
5353
  "name" : "ge_revenue_share",
5354
5354
  "attributes" : [ ]
5355
+ }, {
5356
+ "name" : "merchant_fee",
5357
+ "attributes" : [ ]
5355
5358
  } ],
5356
5359
  "attributes" : [ ]
5357
5360
  }, {
@@ -80668,7 +80671,7 @@
80668
80671
  "description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
80669
80672
  } ],
80670
80673
  "apidoc" : {
80671
- "version" : "0.20.58"
80674
+ "version" : "0.20.59"
80672
80675
  },
80673
80676
  "base_url" : "https://api.flow.io",
80674
80677
  "description" : "The Flow Commerce REST API provides full access to the global ecommerce platform."