@flowio/api-mock-generator 6.17.85 → 6.17.86

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.96",
13
+ "version": "0.19.2",
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.23.84",
79
+ "version": "0.23.99",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -4148,6 +4148,11 @@
4148
4148
  "attributes": [],
4149
4149
  "description": "Created for Gamer Supps, used to restrict supplements, neutraceuticals, etc",
4150
4150
  "value": "Supplements"
4151
+ }, {
4152
+ "name": "tattoo_ink_and_pmu",
4153
+ "attributes": [],
4154
+ "description": "Tattoo inks and pigments, used for body modification or permanent makeup must be manufactured to ECHA/REACH guidelines to be accepted into UK and EU member states.",
4155
+ "value": "Tattoo Ink And PMU"
4151
4156
  }, {
4152
4157
  "name": "weapon",
4153
4158
  "attributes": [],
@@ -6609,6 +6614,12 @@
6609
6614
  "required": false,
6610
6615
  "attributes": [],
6611
6616
  "annotations": []
6617
+ }, {
6618
+ "name": "reference_id",
6619
+ "type": "string",
6620
+ "required": false,
6621
+ "attributes": [],
6622
+ "annotations": []
6612
6623
  }],
6613
6624
  "attributes": []
6614
6625
  }, {
@@ -13590,6 +13601,18 @@
13590
13601
  "attributes": [],
13591
13602
  "annotations": [],
13592
13603
  "description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
13604
+ }, {
13605
+ "name": "reference_id",
13606
+ "type": "string",
13607
+ "required": false,
13608
+ "attributes": [],
13609
+ "annotations": []
13610
+ }, {
13611
+ "name": "hub_code",
13612
+ "type": "string",
13613
+ "required": false,
13614
+ "attributes": [],
13615
+ "annotations": []
13593
13616
  }],
13594
13617
  "attributes": [],
13595
13618
  "interfaces": [],
@@ -20778,6 +20801,12 @@
20778
20801
  "attributes": [],
20779
20802
  "annotations": [],
20780
20803
  "description": "indicates which party estimated the package"
20804
+ }, {
20805
+ "name": "reference_id",
20806
+ "type": "string",
20807
+ "required": false,
20808
+ "attributes": [],
20809
+ "annotations": []
20781
20810
  }],
20782
20811
  "attributes": [],
20783
20812
  "interfaces": []
@@ -29709,6 +29738,27 @@
29709
29738
  "attributes": [],
29710
29739
  "annotations": [],
29711
29740
  "description": "If present, records an event indicating that the shipment was returned to origin."
29741
+ }, {
29742
+ "name": "crossed_border",
29743
+ "type": "label_tracking_summary_update",
29744
+ "required": false,
29745
+ "attributes": [],
29746
+ "annotations": [],
29747
+ "description": "If present, records an event indicating that the shipment crossed the border."
29748
+ }, {
29749
+ "name": "destroyed",
29750
+ "type": "label_tracking_summary_update",
29751
+ "required": false,
29752
+ "attributes": [],
29753
+ "annotations": [],
29754
+ "description": "If present, records an event indicating that the shipment was destroyed."
29755
+ }, {
29756
+ "name": "return_reversal",
29757
+ "type": "label_tracking_summary_update",
29758
+ "required": false,
29759
+ "attributes": [],
29760
+ "annotations": [],
29761
+ "description": "If present, records an event indicating that the shipment has been return reversed."
29712
29762
  }],
29713
29763
  "attributes": [],
29714
29764
  "interfaces": []
@@ -51414,6 +51464,12 @@
51414
51464
  "attributes": [],
51415
51465
  "annotations": [],
51416
51466
  "description": "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
51467
+ }, {
51468
+ "name": "reference_id",
51469
+ "type": "string",
51470
+ "required": false,
51471
+ "attributes": [],
51472
+ "annotations": []
51417
51473
  }],
51418
51474
  "attributes": [],
51419
51475
  "interfaces": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.85",
3
+ "version": "6.17.86",
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": "f75564e8d259c34e55cd55031e0f18ad6abc6a96"
31
+ "gitHead": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
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.96",
13
+ "version" : "0.19.2",
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.23.84",
79
+ "version" : "0.23.99",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -4148,6 +4148,11 @@
4148
4148
  "attributes" : [ ],
4149
4149
  "description" : "Created for Gamer Supps, used to restrict supplements, neutraceuticals, etc",
4150
4150
  "value" : "Supplements"
4151
+ }, {
4152
+ "name" : "tattoo_ink_and_pmu",
4153
+ "attributes" : [ ],
4154
+ "description" : "Tattoo inks and pigments, used for body modification or permanent makeup must be manufactured to ECHA/REACH guidelines to be accepted into UK and EU member states.",
4155
+ "value" : "Tattoo Ink And PMU"
4151
4156
  }, {
4152
4157
  "name" : "weapon",
4153
4158
  "attributes" : [ ],
@@ -6609,6 +6614,12 @@
6609
6614
  "required" : false,
6610
6615
  "attributes" : [ ],
6611
6616
  "annotations" : [ ]
6617
+ }, {
6618
+ "name" : "reference_id",
6619
+ "type" : "string",
6620
+ "required" : false,
6621
+ "attributes" : [ ],
6622
+ "annotations" : [ ]
6612
6623
  } ],
6613
6624
  "attributes" : [ ]
6614
6625
  }, {
@@ -13590,6 +13601,18 @@
13590
13601
  "attributes" : [ ],
13591
13602
  "annotations" : [ ],
13592
13603
  "description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
13604
+ }, {
13605
+ "name" : "reference_id",
13606
+ "type" : "string",
13607
+ "required" : false,
13608
+ "attributes" : [ ],
13609
+ "annotations" : [ ]
13610
+ }, {
13611
+ "name" : "hub_code",
13612
+ "type" : "string",
13613
+ "required" : false,
13614
+ "attributes" : [ ],
13615
+ "annotations" : [ ]
13593
13616
  } ],
13594
13617
  "attributes" : [ ],
13595
13618
  "interfaces" : [ ],
@@ -20778,6 +20801,12 @@
20778
20801
  "attributes" : [ ],
20779
20802
  "annotations" : [ ],
20780
20803
  "description" : "indicates which party estimated the package"
20804
+ }, {
20805
+ "name" : "reference_id",
20806
+ "type" : "string",
20807
+ "required" : false,
20808
+ "attributes" : [ ],
20809
+ "annotations" : [ ]
20781
20810
  } ],
20782
20811
  "attributes" : [ ],
20783
20812
  "interfaces" : [ ]
@@ -29709,6 +29738,27 @@
29709
29738
  "attributes" : [ ],
29710
29739
  "annotations" : [ ],
29711
29740
  "description" : "If present, records an event indicating that the shipment was returned to origin."
29741
+ }, {
29742
+ "name" : "crossed_border",
29743
+ "type" : "label_tracking_summary_update",
29744
+ "required" : false,
29745
+ "attributes" : [ ],
29746
+ "annotations" : [ ],
29747
+ "description" : "If present, records an event indicating that the shipment crossed the border."
29748
+ }, {
29749
+ "name" : "destroyed",
29750
+ "type" : "label_tracking_summary_update",
29751
+ "required" : false,
29752
+ "attributes" : [ ],
29753
+ "annotations" : [ ],
29754
+ "description" : "If present, records an event indicating that the shipment was destroyed."
29755
+ }, {
29756
+ "name" : "return_reversal",
29757
+ "type" : "label_tracking_summary_update",
29758
+ "required" : false,
29759
+ "attributes" : [ ],
29760
+ "annotations" : [ ],
29761
+ "description" : "If present, records an event indicating that the shipment has been return reversed."
29712
29762
  } ],
29713
29763
  "attributes" : [ ],
29714
29764
  "interfaces" : [ ]
@@ -51414,6 +51464,12 @@
51414
51464
  "attributes" : [ ],
51415
51465
  "annotations" : [ ],
51416
51466
  "description" : "Tells us whether the ratecard is for outbound or reverse logistics. This will determine information passed on to carriers to make sure the correct label and accounts are used. If not specified, defaults to outbound."
51467
+ }, {
51468
+ "name" : "reference_id",
51469
+ "type" : "string",
51470
+ "required" : false,
51471
+ "attributes" : [ ],
51472
+ "annotations" : [ ]
51417
51473
  } ],
51418
51474
  "attributes" : [ ],
51419
51475
  "interfaces" : [ ],