@flowio/api-mock-generator 6.17.69 → 6.17.70

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.18.5",
13
+ "version": "0.18.9",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -76,7 +76,7 @@
76
76
  "application": {
77
77
  "key": "ben-test-internal"
78
78
  },
79
- "version": "0.21.32",
79
+ "version": "0.21.38",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -5748,6 +5748,19 @@
5748
5748
  "attributes": [],
5749
5749
  "annotations": [],
5750
5750
  "description": "Indicates when the authorization was successfully authorized by the payment provider"
5751
+ }, {
5752
+ "name": "processor",
5753
+ "type": "expandable_payment_processor",
5754
+ "required": false,
5755
+ "attributes": [],
5756
+ "annotations": [],
5757
+ "description": "Details about which payment processor was used for this authorization"
5758
+ }, {
5759
+ "name": "created_at",
5760
+ "type": "date-time-iso8601",
5761
+ "required": true,
5762
+ "attributes": [],
5763
+ "annotations": []
5751
5764
  }],
5752
5765
  "attributes": []
5753
5766
  }, {
@@ -51403,6 +51416,14 @@
51403
51416
  "required": true,
51404
51417
  "attributes": [],
51405
51418
  "annotations": []
51419
+ }, {
51420
+ "name": "includes",
51421
+ "type": "[levy_inclusion]",
51422
+ "required": false,
51423
+ "attributes": [],
51424
+ "annotations": [],
51425
+ "description": "Indicators for tax and duty inclusive pricing.",
51426
+ "default": "[]"
51406
51427
  }],
51407
51428
  "attributes": [],
51408
51429
  "interfaces": [],
@@ -51532,6 +51553,9 @@
51532
51553
  "required": true,
51533
51554
  "attributes": [],
51534
51555
  "annotations": [],
51556
+ "deprecation": {
51557
+ "description": "Replace with usage of 'includes' at the top level"
51558
+ },
51535
51559
  "default": "[]"
51536
51560
  }],
51537
51561
  "attributes": [],
@@ -51619,6 +51643,9 @@
51619
51643
  "required": true,
51620
51644
  "attributes": [],
51621
51645
  "annotations": [],
51646
+ "deprecation": {
51647
+ "description": "Replace with usage of 'includes' at the top level"
51648
+ },
51622
51649
  "default": "[]"
51623
51650
  }, {
51624
51651
  "name": "ship_from",
@@ -53631,6 +53658,13 @@
53631
53658
  "required": true,
53632
53659
  "attributes": [],
53633
53660
  "annotations": []
53661
+ }, {
53662
+ "name": "revenue_share_percentage",
53663
+ "type": "decimal",
53664
+ "required": false,
53665
+ "attributes": [],
53666
+ "annotations": [],
53667
+ "description": "Percentage of revenue a channel should receive from shipments made on this ratecard. Omitted when none. Values are expressed as '0.0295' to represent '2.95%'"
53634
53668
  }],
53635
53669
  "attributes": [],
53636
53670
  "interfaces": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.69",
3
+ "version": "6.17.70",
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": "4ae49474a1813e8aac634c65824b9b915a4b31d5"
31
+ "gitHead": "597e2435a16a5bd699023530c389a211edd61d60"
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.18.5",
13
+ "version" : "0.18.9",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -76,7 +76,7 @@
76
76
  "application" : {
77
77
  "key" : "ben-test-internal"
78
78
  },
79
- "version" : "0.21.32",
79
+ "version" : "0.21.38",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -5748,6 +5748,19 @@
5748
5748
  "attributes" : [ ],
5749
5749
  "annotations" : [ ],
5750
5750
  "description" : "Indicates when the authorization was successfully authorized by the payment provider"
5751
+ }, {
5752
+ "name" : "processor",
5753
+ "type" : "expandable_payment_processor",
5754
+ "required" : false,
5755
+ "attributes" : [ ],
5756
+ "annotations" : [ ],
5757
+ "description" : "Details about which payment processor was used for this authorization"
5758
+ }, {
5759
+ "name" : "created_at",
5760
+ "type" : "date-time-iso8601",
5761
+ "required" : true,
5762
+ "attributes" : [ ],
5763
+ "annotations" : [ ]
5751
5764
  } ],
5752
5765
  "attributes" : [ ]
5753
5766
  }, {
@@ -51403,6 +51416,14 @@
51403
51416
  "required" : true,
51404
51417
  "attributes" : [ ],
51405
51418
  "annotations" : [ ]
51419
+ }, {
51420
+ "name" : "includes",
51421
+ "type" : "[levy_inclusion]",
51422
+ "required" : false,
51423
+ "attributes" : [ ],
51424
+ "annotations" : [ ],
51425
+ "description" : "Indicators for tax and duty inclusive pricing.",
51426
+ "default" : "[]"
51406
51427
  } ],
51407
51428
  "attributes" : [ ],
51408
51429
  "interfaces" : [ ],
@@ -51532,6 +51553,9 @@
51532
51553
  "required" : true,
51533
51554
  "attributes" : [ ],
51534
51555
  "annotations" : [ ],
51556
+ "deprecation" : {
51557
+ "description" : "Replace with usage of 'includes' at the top level"
51558
+ },
51535
51559
  "default" : "[]"
51536
51560
  } ],
51537
51561
  "attributes" : [ ],
@@ -51619,6 +51643,9 @@
51619
51643
  "required" : true,
51620
51644
  "attributes" : [ ],
51621
51645
  "annotations" : [ ],
51646
+ "deprecation" : {
51647
+ "description" : "Replace with usage of 'includes' at the top level"
51648
+ },
51622
51649
  "default" : "[]"
51623
51650
  }, {
51624
51651
  "name" : "ship_from",
@@ -53631,6 +53658,13 @@
53631
53658
  "required" : true,
53632
53659
  "attributes" : [ ],
53633
53660
  "annotations" : [ ]
53661
+ }, {
53662
+ "name" : "revenue_share_percentage",
53663
+ "type" : "decimal",
53664
+ "required" : false,
53665
+ "attributes" : [ ],
53666
+ "annotations" : [ ],
53667
+ "description" : "Percentage of revenue a channel should receive from shipments made on this ratecard. Omitted when none. Values are expressed as '0.0295' to represent '2.95%'"
53634
53668
  } ],
53635
53669
  "attributes" : [ ],
53636
53670
  "interfaces" : [ ]