@flowio/api-mock-generator 6.17.86 → 6.17.87

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.19.2",
13
+ "version": "0.19.3",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -3313,6 +3313,27 @@
3313
3313
  "attributes": []
3314
3314
  }],
3315
3315
  "attributes": []
3316
+ }, {
3317
+ "name": "origin_location_source",
3318
+ "plural": "origin_location_sources",
3319
+ "values": [{
3320
+ "name": "public_hub_code",
3321
+ "attributes": [],
3322
+ "description": "Origin location comes from Public Hub Code"
3323
+ }, {
3324
+ "name": "merchant_hub_code_override",
3325
+ "attributes": [],
3326
+ "description": "Origin location comes from Merchant Hub Code override"
3327
+ }, {
3328
+ "name": "shopify",
3329
+ "attributes": [],
3330
+ "description": "Origin location comes from Shopify"
3331
+ }, {
3332
+ "name": "fallback_location",
3333
+ "attributes": [],
3334
+ "description": "Origin location comes from fallback location"
3335
+ }],
3336
+ "attributes": []
3316
3337
  }, {
3317
3338
  "name": "package_dimensions_source",
3318
3339
  "plural": "package_dimensions_sources",
@@ -13607,6 +13628,13 @@
13607
13628
  "required": false,
13608
13629
  "attributes": [],
13609
13630
  "annotations": []
13631
+ }, {
13632
+ "name": "origin_location_source",
13633
+ "type": "origin_location_source",
13634
+ "required": false,
13635
+ "attributes": [],
13636
+ "annotations": [],
13637
+ "description": "Indicates where the origin location comes from"
13610
13638
  }, {
13611
13639
  "name": "hub_code",
13612
13640
  "type": "string",
@@ -20800,7 +20828,14 @@
20800
20828
  "required": false,
20801
20829
  "attributes": [],
20802
20830
  "annotations": [],
20803
- "description": "indicates which party estimated the package"
20831
+ "description": "Indicates which party estimated the package"
20832
+ }, {
20833
+ "name": "origin_location_source",
20834
+ "type": "origin_location_source",
20835
+ "required": false,
20836
+ "attributes": [],
20837
+ "annotations": [],
20838
+ "description": "Indicates where origin location comes from"
20804
20839
  }, {
20805
20840
  "name": "reference_id",
20806
20841
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.86",
3
+ "version": "6.17.87",
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": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
31
+ "gitHead": "c096f29e80640d1f9e270b50c13e20e26b631283"
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.19.2",
13
+ "version" : "0.19.3",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -3313,6 +3313,27 @@
3313
3313
  "attributes" : [ ]
3314
3314
  } ],
3315
3315
  "attributes" : [ ]
3316
+ }, {
3317
+ "name" : "origin_location_source",
3318
+ "plural" : "origin_location_sources",
3319
+ "values" : [ {
3320
+ "name" : "public_hub_code",
3321
+ "attributes" : [ ],
3322
+ "description" : "Origin location comes from Public Hub Code"
3323
+ }, {
3324
+ "name" : "merchant_hub_code_override",
3325
+ "attributes" : [ ],
3326
+ "description" : "Origin location comes from Merchant Hub Code override"
3327
+ }, {
3328
+ "name" : "shopify",
3329
+ "attributes" : [ ],
3330
+ "description" : "Origin location comes from Shopify"
3331
+ }, {
3332
+ "name" : "fallback_location",
3333
+ "attributes" : [ ],
3334
+ "description" : "Origin location comes from fallback location"
3335
+ } ],
3336
+ "attributes" : [ ]
3316
3337
  }, {
3317
3338
  "name" : "package_dimensions_source",
3318
3339
  "plural" : "package_dimensions_sources",
@@ -13607,6 +13628,13 @@
13607
13628
  "required" : false,
13608
13629
  "attributes" : [ ],
13609
13630
  "annotations" : [ ]
13631
+ }, {
13632
+ "name" : "origin_location_source",
13633
+ "type" : "origin_location_source",
13634
+ "required" : false,
13635
+ "attributes" : [ ],
13636
+ "annotations" : [ ],
13637
+ "description" : "Indicates where the origin location comes from"
13610
13638
  }, {
13611
13639
  "name" : "hub_code",
13612
13640
  "type" : "string",
@@ -20800,7 +20828,14 @@
20800
20828
  "required" : false,
20801
20829
  "attributes" : [ ],
20802
20830
  "annotations" : [ ],
20803
- "description" : "indicates which party estimated the package"
20831
+ "description" : "Indicates which party estimated the package"
20832
+ }, {
20833
+ "name" : "origin_location_source",
20834
+ "type" : "origin_location_source",
20835
+ "required" : false,
20836
+ "attributes" : [ ],
20837
+ "annotations" : [ ],
20838
+ "description" : "Indicates where origin location comes from"
20804
20839
  }, {
20805
20840
  "name" : "reference_id",
20806
20841
  "type" : "string",