@flowio/api-internal-mock-generator 5.30.4 → 5.30.5
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 +9 -6
- package/package.json +2 -2
- package/src/api-internal.json +9 -6
package/dist/api-internal.json
CHANGED
|
@@ -347,10 +347,10 @@
|
|
|
347
347
|
"key": "adyen"
|
|
348
348
|
},
|
|
349
349
|
"version": "0.2.66",
|
|
350
|
-
"enums": ["channel", "contract", "device_channel", "event_code", "
|
|
350
|
+
"enums": ["channel", "contract", "device_channel", "event_code", "method", "operation", "payment_method", "recurring_processing_model", "result_code", "shopper_interaction", "threeds_completion_indicator"],
|
|
351
351
|
"interfaces": [],
|
|
352
352
|
"unions": ["browser_info", "payment_method_data"],
|
|
353
|
-
"models": ["address", "amount", "
|
|
353
|
+
"models": ["address", "amount", "authentication", "authorize_request", "authorize_request_3d", "authorize_request_3ds2", "authorize_response", "bank_account", "browser_info_3ds1", "browser_info_3ds2", "cancel_request", "cancel_response", "card", "challenge_shopper_additional_data", "chargeback_notification_additional_data", "error", "identify_shopper_additional_data", "inner_notification_request_item", "modification_request", "modification_response", "notification_request", "notification_response", "origin_keys_request", "origin_keys_response", "outer_notification_request_item", "payment_details", "payment_request", "payment_response", "payment_response_additional_data", "recurring", "redirect", "redirect_data", "request_for_information_additional_data", "scheme", "three_d_secure_data", "threeds2_request_data", "threeds2_result", "threeds_additional_data"],
|
|
354
354
|
"annotations": []
|
|
355
355
|
}, {
|
|
356
356
|
"uri": "https://app.apibuilder.io/flow/bitpay/latest/service.json",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"application": {
|
|
632
632
|
"key": "order-management"
|
|
633
633
|
},
|
|
634
|
-
"version": "0.11.
|
|
634
|
+
"version": "0.11.62",
|
|
635
635
|
"enums": ["cancel_reason", "fulfillment_item_quantity_status", "order_change_source"],
|
|
636
636
|
"interfaces": [],
|
|
637
637
|
"unions": [],
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"application": {
|
|
647
647
|
"key": "catalog-exclusion"
|
|
648
648
|
},
|
|
649
|
-
"version": "0.11.
|
|
649
|
+
"version": "0.11.62",
|
|
650
650
|
"enums": ["exclusion_rule_state"],
|
|
651
651
|
"interfaces": [],
|
|
652
652
|
"unions": [],
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"application": {
|
|
662
662
|
"key": "catalog-return"
|
|
663
663
|
},
|
|
664
|
-
"version": "0.11.
|
|
664
|
+
"version": "0.11.62",
|
|
665
665
|
"enums": ["return_policy_state"],
|
|
666
666
|
"interfaces": [],
|
|
667
667
|
"unions": [],
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"application": {
|
|
677
677
|
"key": "ftp"
|
|
678
678
|
},
|
|
679
|
-
"version": "0.11.
|
|
679
|
+
"version": "0.11.62",
|
|
680
680
|
"enums": ["ftp_file_source"],
|
|
681
681
|
"interfaces": [],
|
|
682
682
|
"unions": [],
|
|
@@ -4885,6 +4885,9 @@
|
|
|
4885
4885
|
}, {
|
|
4886
4886
|
"name": "statement_regenerated",
|
|
4887
4887
|
"attributes": []
|
|
4888
|
+
}, {
|
|
4889
|
+
"name": "failed",
|
|
4890
|
+
"attributes": []
|
|
4888
4891
|
}],
|
|
4889
4892
|
"attributes": []
|
|
4890
4893
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-mock-generator",
|
|
3
|
-
"version": "5.30.
|
|
3
|
+
"version": "5.30.5",
|
|
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": "8d26790d7b5a0972ae0243ebf14d224f1ec78fea"
|
|
33
33
|
}
|
package/src/api-internal.json
CHANGED
|
@@ -347,10 +347,10 @@
|
|
|
347
347
|
"key" : "adyen"
|
|
348
348
|
},
|
|
349
349
|
"version" : "0.2.66",
|
|
350
|
-
"enums" : [ "channel", "contract", "device_channel", "event_code", "
|
|
350
|
+
"enums" : [ "channel", "contract", "device_channel", "event_code", "method", "operation", "payment_method", "recurring_processing_model", "result_code", "shopper_interaction", "threeds_completion_indicator" ],
|
|
351
351
|
"interfaces" : [ ],
|
|
352
352
|
"unions" : [ "browser_info", "payment_method_data" ],
|
|
353
|
-
"models" : [ "address", "amount", "
|
|
353
|
+
"models" : [ "address", "amount", "authentication", "authorize_request", "authorize_request_3d", "authorize_request_3ds2", "authorize_response", "bank_account", "browser_info_3ds1", "browser_info_3ds2", "cancel_request", "cancel_response", "card", "challenge_shopper_additional_data", "chargeback_notification_additional_data", "error", "identify_shopper_additional_data", "inner_notification_request_item", "modification_request", "modification_response", "notification_request", "notification_response", "origin_keys_request", "origin_keys_response", "outer_notification_request_item", "payment_details", "payment_request", "payment_response", "payment_response_additional_data", "recurring", "redirect", "redirect_data", "request_for_information_additional_data", "scheme", "three_d_secure_data", "threeds2_request_data", "threeds2_result", "threeds_additional_data" ],
|
|
354
354
|
"annotations" : [ ]
|
|
355
355
|
}, {
|
|
356
356
|
"uri" : "https://app.apibuilder.io/flow/bitpay/latest/service.json",
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"application" : {
|
|
632
632
|
"key" : "order-management"
|
|
633
633
|
},
|
|
634
|
-
"version" : "0.11.
|
|
634
|
+
"version" : "0.11.62",
|
|
635
635
|
"enums" : [ "cancel_reason", "fulfillment_item_quantity_status", "order_change_source" ],
|
|
636
636
|
"interfaces" : [ ],
|
|
637
637
|
"unions" : [ ],
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"application" : {
|
|
647
647
|
"key" : "catalog-exclusion"
|
|
648
648
|
},
|
|
649
|
-
"version" : "0.11.
|
|
649
|
+
"version" : "0.11.62",
|
|
650
650
|
"enums" : [ "exclusion_rule_state" ],
|
|
651
651
|
"interfaces" : [ ],
|
|
652
652
|
"unions" : [ ],
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"application" : {
|
|
662
662
|
"key" : "catalog-return"
|
|
663
663
|
},
|
|
664
|
-
"version" : "0.11.
|
|
664
|
+
"version" : "0.11.62",
|
|
665
665
|
"enums" : [ "return_policy_state" ],
|
|
666
666
|
"interfaces" : [ ],
|
|
667
667
|
"unions" : [ ],
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"application" : {
|
|
677
677
|
"key" : "ftp"
|
|
678
678
|
},
|
|
679
|
-
"version" : "0.11.
|
|
679
|
+
"version" : "0.11.62",
|
|
680
680
|
"enums" : [ "ftp_file_source" ],
|
|
681
681
|
"interfaces" : [ ],
|
|
682
682
|
"unions" : [ ],
|
|
@@ -4885,6 +4885,9 @@
|
|
|
4885
4885
|
}, {
|
|
4886
4886
|
"name" : "statement_regenerated",
|
|
4887
4887
|
"attributes" : [ ]
|
|
4888
|
+
}, {
|
|
4889
|
+
"name" : "failed",
|
|
4890
|
+
"attributes" : [ ]
|
|
4888
4891
|
} ],
|
|
4889
4892
|
"attributes" : [ ]
|
|
4890
4893
|
}, {
|