@flowio/api-mock-generator 6.17.69 → 6.17.71

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.10",
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.39",
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
  }, {
@@ -31322,6 +31335,12 @@
31322
31335
  "required": false,
31323
31336
  "attributes": [],
31324
31337
  "annotations": []
31338
+ }, {
31339
+ "name": "deactivate_at",
31340
+ "type": "date-time-iso8601",
31341
+ "required": false,
31342
+ "attributes": [],
31343
+ "annotations": []
31325
31344
  }],
31326
31345
  "attributes": [],
31327
31346
  "interfaces": [],
@@ -51403,6 +51422,14 @@
51403
51422
  "required": true,
51404
51423
  "attributes": [],
51405
51424
  "annotations": []
51425
+ }, {
51426
+ "name": "includes",
51427
+ "type": "[levy_inclusion]",
51428
+ "required": false,
51429
+ "attributes": [],
51430
+ "annotations": [],
51431
+ "description": "Indicators for tax and duty inclusive pricing.",
51432
+ "default": "[]"
51406
51433
  }],
51407
51434
  "attributes": [],
51408
51435
  "interfaces": [],
@@ -51532,6 +51559,9 @@
51532
51559
  "required": true,
51533
51560
  "attributes": [],
51534
51561
  "annotations": [],
51562
+ "deprecation": {
51563
+ "description": "Replace with usage of 'includes' at the top level"
51564
+ },
51535
51565
  "default": "[]"
51536
51566
  }],
51537
51567
  "attributes": [],
@@ -51619,6 +51649,9 @@
51619
51649
  "required": true,
51620
51650
  "attributes": [],
51621
51651
  "annotations": [],
51652
+ "deprecation": {
51653
+ "description": "Replace with usage of 'includes' at the top level"
51654
+ },
51622
51655
  "default": "[]"
51623
51656
  }, {
51624
51657
  "name": "ship_from",
@@ -53631,6 +53664,13 @@
53631
53664
  "required": true,
53632
53665
  "attributes": [],
53633
53666
  "annotations": []
53667
+ }, {
53668
+ "name": "revenue_share_percentage",
53669
+ "type": "decimal",
53670
+ "required": false,
53671
+ "attributes": [],
53672
+ "annotations": [],
53673
+ "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
53674
  }],
53635
53675
  "attributes": [],
53636
53676
  "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.71",
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": "2bd18d938f840ec2fa147fa4651350a1bb75b33a"
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.10",
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.39",
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
  }, {
@@ -31322,6 +31335,12 @@
31322
31335
  "required" : false,
31323
31336
  "attributes" : [ ],
31324
31337
  "annotations" : [ ]
31338
+ }, {
31339
+ "name" : "deactivate_at",
31340
+ "type" : "date-time-iso8601",
31341
+ "required" : false,
31342
+ "attributes" : [ ],
31343
+ "annotations" : [ ]
31325
31344
  } ],
31326
31345
  "attributes" : [ ],
31327
31346
  "interfaces" : [ ],
@@ -51403,6 +51422,14 @@
51403
51422
  "required" : true,
51404
51423
  "attributes" : [ ],
51405
51424
  "annotations" : [ ]
51425
+ }, {
51426
+ "name" : "includes",
51427
+ "type" : "[levy_inclusion]",
51428
+ "required" : false,
51429
+ "attributes" : [ ],
51430
+ "annotations" : [ ],
51431
+ "description" : "Indicators for tax and duty inclusive pricing.",
51432
+ "default" : "[]"
51406
51433
  } ],
51407
51434
  "attributes" : [ ],
51408
51435
  "interfaces" : [ ],
@@ -51532,6 +51559,9 @@
51532
51559
  "required" : true,
51533
51560
  "attributes" : [ ],
51534
51561
  "annotations" : [ ],
51562
+ "deprecation" : {
51563
+ "description" : "Replace with usage of 'includes' at the top level"
51564
+ },
51535
51565
  "default" : "[]"
51536
51566
  } ],
51537
51567
  "attributes" : [ ],
@@ -51619,6 +51649,9 @@
51619
51649
  "required" : true,
51620
51650
  "attributes" : [ ],
51621
51651
  "annotations" : [ ],
51652
+ "deprecation" : {
51653
+ "description" : "Replace with usage of 'includes' at the top level"
51654
+ },
51622
51655
  "default" : "[]"
51623
51656
  }, {
51624
51657
  "name" : "ship_from",
@@ -53631,6 +53664,13 @@
53631
53664
  "required" : true,
53632
53665
  "attributes" : [ ],
53633
53666
  "annotations" : [ ]
53667
+ }, {
53668
+ "name" : "revenue_share_percentage",
53669
+ "type" : "decimal",
53670
+ "required" : false,
53671
+ "attributes" : [ ],
53672
+ "annotations" : [ ],
53673
+ "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
53674
  } ],
53635
53675
  "attributes" : [ ],
53636
53676
  "interfaces" : [ ]