@flowio/api-internal-mock-generator 5.31.12 → 5.31.13
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-internal.json +7 -6
- package/package.json +2 -2
- package/src/api-internal.json +7 -6
package/dist/api-internal.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key": "api-internal"
|
|
11
11
|
},
|
|
12
12
|
"namespace": "io.flow.internal.v0",
|
|
13
|
-
"version": "0.15.
|
|
13
|
+
"version": "0.15.98",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"application": {
|
|
617
617
|
"key": "pricing-indicator-internal-event"
|
|
618
618
|
},
|
|
619
|
-
"version": "0.15.
|
|
619
|
+
"version": "0.15.98",
|
|
620
620
|
"enums": ["pricing_indicator_status", "service_name"],
|
|
621
621
|
"interfaces": [],
|
|
622
622
|
"unions": ["pricing_indicator_event"],
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"application": {
|
|
647
647
|
"key": "order-management"
|
|
648
648
|
},
|
|
649
|
-
"version": "0.16.
|
|
649
|
+
"version": "0.16.14",
|
|
650
650
|
"enums": ["cancel_reason", "fulfillment_item_quantity_status", "order_change_source"],
|
|
651
651
|
"interfaces": [],
|
|
652
652
|
"unions": [],
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"application": {
|
|
662
662
|
"key": "catalog-exclusion"
|
|
663
663
|
},
|
|
664
|
-
"version": "0.16.
|
|
664
|
+
"version": "0.16.14",
|
|
665
665
|
"enums": ["exclusion_rule_state"],
|
|
666
666
|
"interfaces": [],
|
|
667
667
|
"unions": [],
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"application": {
|
|
677
677
|
"key": "catalog-return"
|
|
678
678
|
},
|
|
679
|
-
"version": "0.16.
|
|
679
|
+
"version": "0.16.14",
|
|
680
680
|
"enums": ["return_policy_state"],
|
|
681
681
|
"interfaces": [],
|
|
682
682
|
"unions": [],
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"application": {
|
|
692
692
|
"key": "ftp"
|
|
693
693
|
},
|
|
694
|
-
"version": "0.16.
|
|
694
|
+
"version": "0.16.14",
|
|
695
695
|
"enums": ["ftp_file_source"],
|
|
696
696
|
"interfaces": [],
|
|
697
697
|
"unions": [],
|
|
@@ -78179,6 +78179,7 @@
|
|
|
78179
78179
|
"type": "restriction_status",
|
|
78180
78180
|
"location": "Query",
|
|
78181
78181
|
"required": true,
|
|
78182
|
+
"default": "in_review",
|
|
78182
78183
|
"example": "in_review"
|
|
78183
78184
|
}, {
|
|
78184
78185
|
"name": "rule_ids",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-mock-generator",
|
|
3
|
-
"version": "5.31.
|
|
3
|
+
"version": "5.31.13",
|
|
4
4
|
"description": "A mock data generator based on our internal API specifications for JavaScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flowcommerce",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"apibuilder-js": "0.0.13",
|
|
30
30
|
"apibuilder-mock-generator": "0.0.13"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "6e33ec0698be755cc1e9d5c22fe204c008b47cf8"
|
|
33
33
|
}
|
package/src/api-internal.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"key" : "api-internal"
|
|
11
11
|
},
|
|
12
12
|
"namespace" : "io.flow.internal.v0",
|
|
13
|
-
"version" : "0.15.
|
|
13
|
+
"version" : "0.15.98",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"application" : {
|
|
617
617
|
"key" : "pricing-indicator-internal-event"
|
|
618
618
|
},
|
|
619
|
-
"version" : "0.15.
|
|
619
|
+
"version" : "0.15.98",
|
|
620
620
|
"enums" : [ "pricing_indicator_status", "service_name" ],
|
|
621
621
|
"interfaces" : [ ],
|
|
622
622
|
"unions" : [ "pricing_indicator_event" ],
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"application" : {
|
|
647
647
|
"key" : "order-management"
|
|
648
648
|
},
|
|
649
|
-
"version" : "0.16.
|
|
649
|
+
"version" : "0.16.14",
|
|
650
650
|
"enums" : [ "cancel_reason", "fulfillment_item_quantity_status", "order_change_source" ],
|
|
651
651
|
"interfaces" : [ ],
|
|
652
652
|
"unions" : [ ],
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"application" : {
|
|
662
662
|
"key" : "catalog-exclusion"
|
|
663
663
|
},
|
|
664
|
-
"version" : "0.16.
|
|
664
|
+
"version" : "0.16.14",
|
|
665
665
|
"enums" : [ "exclusion_rule_state" ],
|
|
666
666
|
"interfaces" : [ ],
|
|
667
667
|
"unions" : [ ],
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"application" : {
|
|
677
677
|
"key" : "catalog-return"
|
|
678
678
|
},
|
|
679
|
-
"version" : "0.16.
|
|
679
|
+
"version" : "0.16.14",
|
|
680
680
|
"enums" : [ "return_policy_state" ],
|
|
681
681
|
"interfaces" : [ ],
|
|
682
682
|
"unions" : [ ],
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"application" : {
|
|
692
692
|
"key" : "ftp"
|
|
693
693
|
},
|
|
694
|
-
"version" : "0.16.
|
|
694
|
+
"version" : "0.16.14",
|
|
695
695
|
"enums" : [ "ftp_file_source" ],
|
|
696
696
|
"interfaces" : [ ],
|
|
697
697
|
"unions" : [ ],
|
|
@@ -78179,6 +78179,7 @@
|
|
|
78179
78179
|
"type" : "restriction_status",
|
|
78180
78180
|
"location" : "Query",
|
|
78181
78181
|
"required" : true,
|
|
78182
|
+
"default" : "in_review",
|
|
78182
78183
|
"example" : "in_review"
|
|
78183
78184
|
}, {
|
|
78184
78185
|
"name" : "rule_ids",
|