@flowio/api-mock-generator 6.17.65 → 6.17.66
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 -3
- package/package.json +2 -2
- package/src/api.json +8 -3
package/dist/api.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.v0",
|
|
13
|
-
"version": "0.17.
|
|
13
|
+
"version": "0.17.96",
|
|
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.20.
|
|
79
|
+
"version": "0.20.79",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
@@ -4140,6 +4140,11 @@
|
|
|
4140
4140
|
"attributes": [],
|
|
4141
4141
|
"description": "Oversized and heavy items have specific limits.",
|
|
4142
4142
|
"value": "Oversized"
|
|
4143
|
+
}, {
|
|
4144
|
+
"name": "restrict_by_default",
|
|
4145
|
+
"attributes": [],
|
|
4146
|
+
"description": "Used to restrict all new products in a catalog by default",
|
|
4147
|
+
"value": "Restrict by Default"
|
|
4143
4148
|
}, {
|
|
4144
4149
|
"name": "supplements",
|
|
4145
4150
|
"attributes": [],
|
|
@@ -41838,7 +41843,7 @@
|
|
|
41838
41843
|
"annotations": [],
|
|
41839
41844
|
"description": "The reasons why item was restricted."
|
|
41840
41845
|
}, {
|
|
41841
|
-
"name": "
|
|
41846
|
+
"name": "updated_by",
|
|
41842
41847
|
"type": "string",
|
|
41843
41848
|
"required": false,
|
|
41844
41849
|
"attributes": [],
|
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.66",
|
|
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": "2430172d05199bd940ad6b8a39eaf47a9efcea8c"
|
|
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.17.
|
|
13
|
+
"version" : "0.17.96",
|
|
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.20.
|
|
79
|
+
"version" : "0.20.79",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
@@ -4140,6 +4140,11 @@
|
|
|
4140
4140
|
"attributes" : [ ],
|
|
4141
4141
|
"description" : "Oversized and heavy items have specific limits.",
|
|
4142
4142
|
"value" : "Oversized"
|
|
4143
|
+
}, {
|
|
4144
|
+
"name" : "restrict_by_default",
|
|
4145
|
+
"attributes" : [ ],
|
|
4146
|
+
"description" : "Used to restrict all new products in a catalog by default",
|
|
4147
|
+
"value" : "Restrict by Default"
|
|
4143
4148
|
}, {
|
|
4144
4149
|
"name" : "supplements",
|
|
4145
4150
|
"attributes" : [ ],
|
|
@@ -41838,7 +41843,7 @@
|
|
|
41838
41843
|
"annotations" : [ ],
|
|
41839
41844
|
"description" : "The reasons why item was restricted."
|
|
41840
41845
|
}, {
|
|
41841
|
-
"name" : "
|
|
41846
|
+
"name" : "updated_by",
|
|
41842
41847
|
"type" : "string",
|
|
41843
41848
|
"required" : false,
|
|
41844
41849
|
"attributes" : [ ],
|