@flowio/api-mock-generator 6.17.68 → 6.17.69
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 -5
- package/package.json +2 -2
- package/src/api.json +16 -5
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.5",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"application": {
|
|
77
77
|
"key": "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version": "0.21.
|
|
79
|
+
"version": "0.21.32",
|
|
80
80
|
"enums": [],
|
|
81
81
|
"interfaces": ["generate_load"],
|
|
82
82
|
"unions": ["generate_load"],
|
|
83
|
-
"models": ["generate_load_multiple_orgs", "generate_load_single_org", "test", "test_form"],
|
|
83
|
+
"models": ["generate_load_multiple_orgs", "generate_load_single_org", "svitlana_test", "test", "test_form"],
|
|
84
84
|
"annotations": []
|
|
85
85
|
}],
|
|
86
86
|
"enums": [{
|
|
@@ -1970,6 +1970,9 @@
|
|
|
1970
1970
|
}, {
|
|
1971
1971
|
"name": "transfer",
|
|
1972
1972
|
"attributes": []
|
|
1973
|
+
}, {
|
|
1974
|
+
"name": "negative_balance_guarantee",
|
|
1975
|
+
"attributes": []
|
|
1973
1976
|
}],
|
|
1974
1977
|
"attributes": []
|
|
1975
1978
|
}, {
|
|
@@ -3115,6 +3118,10 @@
|
|
|
3115
3118
|
"name": "duties_taxes_paid_surcharge",
|
|
3116
3119
|
"attributes": [],
|
|
3117
3120
|
"description": "Surcharge applied per shipment for all shipment that are sent DDP"
|
|
3121
|
+
}, {
|
|
3122
|
+
"name": "tip",
|
|
3123
|
+
"attributes": [],
|
|
3124
|
+
"description": "Tip information associated with an order"
|
|
3118
3125
|
}],
|
|
3119
3126
|
"attributes": []
|
|
3120
3127
|
}, {
|
|
@@ -3152,6 +3159,10 @@
|
|
|
3152
3159
|
"name": "surcharges",
|
|
3153
3160
|
"attributes": [],
|
|
3154
3161
|
"description": "Additional fees and levies applied to the order"
|
|
3162
|
+
}, {
|
|
3163
|
+
"name": "tip",
|
|
3164
|
+
"attributes": [],
|
|
3165
|
+
"description": "The details of tip associated with an order"
|
|
3155
3166
|
}],
|
|
3156
3167
|
"attributes": []
|
|
3157
3168
|
}, {
|
|
@@ -48138,7 +48149,7 @@
|
|
|
48138
48149
|
}, {
|
|
48139
48150
|
"name": "destination",
|
|
48140
48151
|
"type": "shipping_address",
|
|
48141
|
-
"required":
|
|
48152
|
+
"required": false,
|
|
48142
48153
|
"attributes": [],
|
|
48143
48154
|
"annotations": ["personal_data", "consumer"],
|
|
48144
48155
|
"description": "Destination contact information and structured address"
|
|
@@ -48152,7 +48163,7 @@
|
|
|
48152
48163
|
}, {
|
|
48153
48164
|
"name": "origin",
|
|
48154
48165
|
"type": "shipping_address",
|
|
48155
|
-
"required":
|
|
48166
|
+
"required": false,
|
|
48156
48167
|
"attributes": [],
|
|
48157
48168
|
"annotations": ["personal_data", "consumer"],
|
|
48158
48169
|
"description": "Origin contact information and structured address"
|
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.69",
|
|
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": "4ae49474a1813e8aac634c65824b9b915a4b31d5"
|
|
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.5",
|
|
14
14
|
"info" : {
|
|
15
15
|
"license" : {
|
|
16
16
|
"name" : "MIT",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
"application" : {
|
|
77
77
|
"key" : "ben-test-internal"
|
|
78
78
|
},
|
|
79
|
-
"version" : "0.21.
|
|
79
|
+
"version" : "0.21.32",
|
|
80
80
|
"enums" : [ ],
|
|
81
81
|
"interfaces" : [ "generate_load" ],
|
|
82
82
|
"unions" : [ "generate_load" ],
|
|
83
|
-
"models" : [ "generate_load_multiple_orgs", "generate_load_single_org", "test", "test_form" ],
|
|
83
|
+
"models" : [ "generate_load_multiple_orgs", "generate_load_single_org", "svitlana_test", "test", "test_form" ],
|
|
84
84
|
"annotations" : [ ]
|
|
85
85
|
} ],
|
|
86
86
|
"enums" : [ {
|
|
@@ -1970,6 +1970,9 @@
|
|
|
1970
1970
|
}, {
|
|
1971
1971
|
"name" : "transfer",
|
|
1972
1972
|
"attributes" : [ ]
|
|
1973
|
+
}, {
|
|
1974
|
+
"name" : "negative_balance_guarantee",
|
|
1975
|
+
"attributes" : [ ]
|
|
1973
1976
|
} ],
|
|
1974
1977
|
"attributes" : [ ]
|
|
1975
1978
|
}, {
|
|
@@ -3115,6 +3118,10 @@
|
|
|
3115
3118
|
"name" : "duties_taxes_paid_surcharge",
|
|
3116
3119
|
"attributes" : [ ],
|
|
3117
3120
|
"description" : "Surcharge applied per shipment for all shipment that are sent DDP"
|
|
3121
|
+
}, {
|
|
3122
|
+
"name" : "tip",
|
|
3123
|
+
"attributes" : [ ],
|
|
3124
|
+
"description" : "Tip information associated with an order"
|
|
3118
3125
|
} ],
|
|
3119
3126
|
"attributes" : [ ]
|
|
3120
3127
|
}, {
|
|
@@ -3152,6 +3159,10 @@
|
|
|
3152
3159
|
"name" : "surcharges",
|
|
3153
3160
|
"attributes" : [ ],
|
|
3154
3161
|
"description" : "Additional fees and levies applied to the order"
|
|
3162
|
+
}, {
|
|
3163
|
+
"name" : "tip",
|
|
3164
|
+
"attributes" : [ ],
|
|
3165
|
+
"description" : "The details of tip associated with an order"
|
|
3155
3166
|
} ],
|
|
3156
3167
|
"attributes" : [ ]
|
|
3157
3168
|
}, {
|
|
@@ -48138,7 +48149,7 @@
|
|
|
48138
48149
|
}, {
|
|
48139
48150
|
"name" : "destination",
|
|
48140
48151
|
"type" : "shipping_address",
|
|
48141
|
-
"required" :
|
|
48152
|
+
"required" : false,
|
|
48142
48153
|
"attributes" : [ ],
|
|
48143
48154
|
"annotations" : [ "personal_data", "consumer" ],
|
|
48144
48155
|
"description" : "Destination contact information and structured address"
|
|
@@ -48152,7 +48163,7 @@
|
|
|
48152
48163
|
}, {
|
|
48153
48164
|
"name" : "origin",
|
|
48154
48165
|
"type" : "shipping_address",
|
|
48155
|
-
"required" :
|
|
48166
|
+
"required" : false,
|
|
48156
48167
|
"attributes" : [ ],
|
|
48157
48168
|
"annotations" : [ "personal_data", "consumer" ],
|
|
48158
48169
|
"description" : "Origin contact information and structured address"
|