@flowio/api-mock-generator 6.17.70 → 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 +8 -2
- package/package.json +2 -2
- package/src/api.json +8 -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.18.
|
|
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.
|
|
79
|
+
"version": "0.21.39",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -31335,6 +31335,12 @@
|
|
|
31335
31335
|
"required": false,
|
|
31336
31336
|
"attributes": [],
|
|
31337
31337
|
"annotations": []
|
|
31338
|
+
}, {
|
|
31339
|
+
"name": "deactivate_at",
|
|
31340
|
+
"type": "date-time-iso8601",
|
|
31341
|
+
"required": false,
|
|
31342
|
+
"attributes": [],
|
|
31343
|
+
"annotations": []
|
|
31338
31344
|
}],
|
|
31339
31345
|
"attributes": [],
|
|
31340
31346
|
"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.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": "
|
|
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.
|
|
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.
|
|
79
|
+
"version" : "0.21.39",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -31335,6 +31335,12 @@
|
|
|
31335
31335
|
"required" : false,
|
|
31336
31336
|
"attributes" : [ ],
|
|
31337
31337
|
"annotations" : [ ]
|
|
31338
|
+
}, {
|
|
31339
|
+
"name" : "deactivate_at",
|
|
31340
|
+
"type" : "date-time-iso8601",
|
|
31341
|
+
"required" : false,
|
|
31342
|
+
"attributes" : [ ],
|
|
31343
|
+
"annotations" : [ ]
|
|
31338
31344
|
} ],
|
|
31339
31345
|
"attributes" : [ ],
|
|
31340
31346
|
"interfaces" : [ ],
|