@flowio/api-mock-generator 6.17.39 → 6.17.40
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 +16 -2
- package/package.json +2 -2
- package/src/api.json +16 -2
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.
|
|
13
|
+
"version": "0.17.1",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -26809,7 +26809,15 @@
|
|
|
26809
26809
|
"type": "date-time-iso8601",
|
|
26810
26810
|
"required": true,
|
|
26811
26811
|
"attributes": [],
|
|
26812
|
-
"annotations": []
|
|
26812
|
+
"annotations": [],
|
|
26813
|
+
"description": "Date a tracking milestone occurred, according to the carrier. Note that if a carrier has a miscalibrated clock, that will impact these data."
|
|
26814
|
+
}, {
|
|
26815
|
+
"name": "created_at",
|
|
26816
|
+
"type": "date-time-iso8601",
|
|
26817
|
+
"required": false,
|
|
26818
|
+
"attributes": [],
|
|
26819
|
+
"annotations": [],
|
|
26820
|
+
"description": "Date the tracking milestone was created in our systems. This may be a later date than the timestamp was received due to delays."
|
|
26813
26821
|
}],
|
|
26814
26822
|
"attributes": [],
|
|
26815
26823
|
"interfaces": []
|
|
@@ -44903,6 +44911,12 @@
|
|
|
44903
44911
|
"attributes": [],
|
|
44904
44912
|
"annotations": [],
|
|
44905
44913
|
"description": "Tells us who the recipient of the package is. This will determine information passed on to carriers to make sure the correct label and accounts are used"
|
|
44914
|
+
}, {
|
|
44915
|
+
"name": "updated_at",
|
|
44916
|
+
"type": "date-time-iso8601",
|
|
44917
|
+
"required": true,
|
|
44918
|
+
"attributes": [],
|
|
44919
|
+
"annotations": []
|
|
44906
44920
|
}],
|
|
44907
44921
|
"attributes": [],
|
|
44908
44922
|
"interfaces": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-mock-generator",
|
|
3
|
-
"version": "6.17.
|
|
3
|
+
"version": "6.17.40",
|
|
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": "
|
|
31
|
+
"gitHead": "63fffa9137d71ba4d2ba733b317fa1ddb1906352"
|
|
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.
|
|
13
|
+
"version" : "0.17.1",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -26809,7 +26809,15 @@
|
|
|
26809
26809
|
"type" : "date-time-iso8601",
|
|
26810
26810
|
"required" : true,
|
|
26811
26811
|
"attributes" : [ ],
|
|
26812
|
-
"annotations" : [ ]
|
|
26812
|
+
"annotations" : [ ],
|
|
26813
|
+
"description" : "Date a tracking milestone occurred, according to the carrier. Note that if a carrier has a miscalibrated clock, that will impact these data."
|
|
26814
|
+
}, {
|
|
26815
|
+
"name" : "created_at",
|
|
26816
|
+
"type" : "date-time-iso8601",
|
|
26817
|
+
"required" : false,
|
|
26818
|
+
"attributes" : [ ],
|
|
26819
|
+
"annotations" : [ ],
|
|
26820
|
+
"description" : "Date the tracking milestone was created in our systems. This may be a later date than the timestamp was received due to delays."
|
|
26813
26821
|
} ],
|
|
26814
26822
|
"attributes" : [ ],
|
|
26815
26823
|
"interfaces" : [ ]
|
|
@@ -44903,6 +44911,12 @@
|
|
|
44903
44911
|
"attributes" : [ ],
|
|
44904
44912
|
"annotations" : [ ],
|
|
44905
44913
|
"description" : "Tells us who the recipient of the package is. This will determine information passed on to carriers to make sure the correct label and accounts are used"
|
|
44914
|
+
}, {
|
|
44915
|
+
"name" : "updated_at",
|
|
44916
|
+
"type" : "date-time-iso8601",
|
|
44917
|
+
"required" : true,
|
|
44918
|
+
"attributes" : [ ],
|
|
44919
|
+
"annotations" : [ ]
|
|
44906
44920
|
} ],
|
|
44907
44921
|
"attributes" : [ ],
|
|
44908
44922
|
"interfaces" : [ ],
|