@flowio/api-internal-mock-generator 5.31.120 → 5.31.121
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 +302 -72
- package/package.json +2 -2
- package/src/api-internal.json +302 -72
package/dist/api-internal.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key": "api-internal"
|
|
8
8
|
},
|
|
9
9
|
"namespace": "io.flow.internal.v0",
|
|
10
|
-
"version": "0.26.
|
|
10
|
+
"version": "0.26.52",
|
|
11
11
|
"info": {
|
|
12
12
|
"license": {
|
|
13
13
|
"name": "MIT",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"application": {
|
|
629
629
|
"key": "shopify-markets-internal-event"
|
|
630
630
|
},
|
|
631
|
-
"version": "0.26.
|
|
631
|
+
"version": "0.26.52",
|
|
632
632
|
"enums": ["shopify_incoterm_configuration"],
|
|
633
633
|
"interfaces": [],
|
|
634
634
|
"unions": ["shopify_markets_internal_event"],
|
|
@@ -4396,6 +4396,17 @@
|
|
|
4396
4396
|
"description": "The decision was made by Merchant."
|
|
4397
4397
|
}],
|
|
4398
4398
|
"attributes": []
|
|
4399
|
+
}, {
|
|
4400
|
+
"name": "hosein_item_type",
|
|
4401
|
+
"plural": "hosein_item_types",
|
|
4402
|
+
"values": [{
|
|
4403
|
+
"name": "physical",
|
|
4404
|
+
"attributes": []
|
|
4405
|
+
}, {
|
|
4406
|
+
"name": "digital",
|
|
4407
|
+
"attributes": []
|
|
4408
|
+
}],
|
|
4409
|
+
"attributes": []
|
|
4399
4410
|
}, {
|
|
4400
4411
|
"name": "http_method",
|
|
4401
4412
|
"plural": "http_methods",
|
|
@@ -5491,6 +5502,20 @@
|
|
|
5491
5502
|
"attributes": []
|
|
5492
5503
|
}],
|
|
5493
5504
|
"attributes": []
|
|
5505
|
+
}, {
|
|
5506
|
+
"name": "pending_record_type",
|
|
5507
|
+
"plural": "pending_record_types",
|
|
5508
|
+
"values": [{
|
|
5509
|
+
"name": "verification",
|
|
5510
|
+
"attributes": []
|
|
5511
|
+
}, {
|
|
5512
|
+
"name": "classification",
|
|
5513
|
+
"attributes": []
|
|
5514
|
+
}, {
|
|
5515
|
+
"name": "restriction",
|
|
5516
|
+
"attributes": []
|
|
5517
|
+
}],
|
|
5518
|
+
"attributes": []
|
|
5494
5519
|
}, {
|
|
5495
5520
|
"name": "prateek_item_type",
|
|
5496
5521
|
"plural": "prateek_item_types",
|
|
@@ -32711,6 +32736,87 @@
|
|
|
32711
32736
|
"attributes": [],
|
|
32712
32737
|
"interfaces": [],
|
|
32713
32738
|
"description": "Export harmonized items."
|
|
32739
|
+
}, {
|
|
32740
|
+
"name": "hosein_item",
|
|
32741
|
+
"plural": "hosein_items",
|
|
32742
|
+
"fields": [{
|
|
32743
|
+
"name": "id",
|
|
32744
|
+
"type": "string",
|
|
32745
|
+
"required": true,
|
|
32746
|
+
"attributes": [],
|
|
32747
|
+
"annotations": [],
|
|
32748
|
+
"description": "Globally unique identifier"
|
|
32749
|
+
}, {
|
|
32750
|
+
"name": "number",
|
|
32751
|
+
"type": "string",
|
|
32752
|
+
"required": true,
|
|
32753
|
+
"attributes": [],
|
|
32754
|
+
"annotations": [],
|
|
32755
|
+
"description": "Client's unique identifier for this object"
|
|
32756
|
+
}, {
|
|
32757
|
+
"name": "amount",
|
|
32758
|
+
"type": "io.flow.common.v0.models.price",
|
|
32759
|
+
"required": true,
|
|
32760
|
+
"attributes": [],
|
|
32761
|
+
"annotations": []
|
|
32762
|
+
}, {
|
|
32763
|
+
"name": "description",
|
|
32764
|
+
"type": "string",
|
|
32765
|
+
"required": false,
|
|
32766
|
+
"attributes": [],
|
|
32767
|
+
"annotations": []
|
|
32768
|
+
}, {
|
|
32769
|
+
"name": "type",
|
|
32770
|
+
"type": "hosein_item_type",
|
|
32771
|
+
"required": true,
|
|
32772
|
+
"attributes": [],
|
|
32773
|
+
"annotations": []
|
|
32774
|
+
}, {
|
|
32775
|
+
"name": "added_on",
|
|
32776
|
+
"type": "date-time-iso8601",
|
|
32777
|
+
"required": true,
|
|
32778
|
+
"attributes": [],
|
|
32779
|
+
"annotations": []
|
|
32780
|
+
}],
|
|
32781
|
+
"attributes": [],
|
|
32782
|
+
"interfaces": []
|
|
32783
|
+
}, {
|
|
32784
|
+
"name": "hosein_item_form",
|
|
32785
|
+
"plural": "hosein_item_forms",
|
|
32786
|
+
"fields": [{
|
|
32787
|
+
"name": "number",
|
|
32788
|
+
"type": "string",
|
|
32789
|
+
"required": true,
|
|
32790
|
+
"attributes": [],
|
|
32791
|
+
"annotations": [],
|
|
32792
|
+
"description": "Client's unique identifier for this object"
|
|
32793
|
+
}, {
|
|
32794
|
+
"name": "amount",
|
|
32795
|
+
"type": "io.flow.common.v0.models.price",
|
|
32796
|
+
"required": true,
|
|
32797
|
+
"attributes": [],
|
|
32798
|
+
"annotations": []
|
|
32799
|
+
}, {
|
|
32800
|
+
"name": "description",
|
|
32801
|
+
"type": "string",
|
|
32802
|
+
"required": false,
|
|
32803
|
+
"attributes": [],
|
|
32804
|
+
"annotations": []
|
|
32805
|
+
}, {
|
|
32806
|
+
"name": "type",
|
|
32807
|
+
"type": "hosein_item_type",
|
|
32808
|
+
"required": true,
|
|
32809
|
+
"attributes": [],
|
|
32810
|
+
"annotations": []
|
|
32811
|
+
}, {
|
|
32812
|
+
"name": "added_on",
|
|
32813
|
+
"type": "date-time-iso8601",
|
|
32814
|
+
"required": true,
|
|
32815
|
+
"attributes": [],
|
|
32816
|
+
"annotations": []
|
|
32817
|
+
}],
|
|
32818
|
+
"attributes": [],
|
|
32819
|
+
"interfaces": []
|
|
32714
32820
|
}, {
|
|
32715
32821
|
"name": "href",
|
|
32716
32822
|
"plural": "hrefs",
|
|
@@ -42606,41 +42712,6 @@
|
|
|
42606
42712
|
"required": false,
|
|
42607
42713
|
"attributes": [],
|
|
42608
42714
|
"annotations": []
|
|
42609
|
-
}, {
|
|
42610
|
-
"name": "matching_positive_keywords",
|
|
42611
|
-
"type": "[string]",
|
|
42612
|
-
"required": true,
|
|
42613
|
-
"attributes": [],
|
|
42614
|
-
"annotations": [],
|
|
42615
|
-
"description": "Catalog matching positive keywords for the product triggered rules."
|
|
42616
|
-
}, {
|
|
42617
|
-
"name": "product_categories",
|
|
42618
|
-
"type": "[string]",
|
|
42619
|
-
"required": true,
|
|
42620
|
-
"attributes": [],
|
|
42621
|
-
"annotations": [],
|
|
42622
|
-
"description": "Catalog product categories."
|
|
42623
|
-
}, {
|
|
42624
|
-
"name": "matching_negative_keywords",
|
|
42625
|
-
"type": "[string]",
|
|
42626
|
-
"required": true,
|
|
42627
|
-
"attributes": [],
|
|
42628
|
-
"annotations": [],
|
|
42629
|
-
"description": "Catalog matching negative keywords for the product triggered rules."
|
|
42630
|
-
}, {
|
|
42631
|
-
"name": "decisions_user_ids",
|
|
42632
|
-
"type": "[string]",
|
|
42633
|
-
"required": true,
|
|
42634
|
-
"attributes": [],
|
|
42635
|
-
"annotations": [],
|
|
42636
|
-
"description": "Users that made restriction decisions for this merchant."
|
|
42637
|
-
}, {
|
|
42638
|
-
"name": "restriction_rule_ids",
|
|
42639
|
-
"type": "[string]",
|
|
42640
|
-
"required": true,
|
|
42641
|
-
"attributes": [],
|
|
42642
|
-
"annotations": [],
|
|
42643
|
-
"description": "Restriction rules that were used for products of this merchant."
|
|
42644
42715
|
}],
|
|
42645
42716
|
"attributes": [],
|
|
42646
42717
|
"interfaces": []
|
|
@@ -51634,12 +51705,6 @@
|
|
|
51634
51705
|
"name": "restriction_filter",
|
|
51635
51706
|
"plural": "restriction_filters",
|
|
51636
51707
|
"fields": [{
|
|
51637
|
-
"name": "categories",
|
|
51638
|
-
"type": "[string]",
|
|
51639
|
-
"required": true,
|
|
51640
|
-
"attributes": [],
|
|
51641
|
-
"annotations": []
|
|
51642
|
-
}, {
|
|
51643
51708
|
"name": "users",
|
|
51644
51709
|
"type": "[io.flow.common.v0.models.user]",
|
|
51645
51710
|
"required": true,
|
|
@@ -51907,13 +51972,6 @@
|
|
|
51907
51972
|
"attributes": [],
|
|
51908
51973
|
"annotations": [],
|
|
51909
51974
|
"maximum": 100
|
|
51910
|
-
}, {
|
|
51911
|
-
"name": "categories",
|
|
51912
|
-
"type": "[string]",
|
|
51913
|
-
"required": false,
|
|
51914
|
-
"attributes": [],
|
|
51915
|
-
"annotations": [],
|
|
51916
|
-
"maximum": 100
|
|
51917
51975
|
}, {
|
|
51918
51976
|
"name": "category",
|
|
51919
51977
|
"type": "string",
|
|
@@ -52570,13 +52628,6 @@
|
|
|
52570
52628
|
"attributes": [],
|
|
52571
52629
|
"annotations": [],
|
|
52572
52630
|
"maximum": 100
|
|
52573
|
-
}, {
|
|
52574
|
-
"name": "categories",
|
|
52575
|
-
"type": "[string]",
|
|
52576
|
-
"required": false,
|
|
52577
|
-
"attributes": [],
|
|
52578
|
-
"annotations": [],
|
|
52579
|
-
"maximum": 100
|
|
52580
52631
|
}, {
|
|
52581
52632
|
"name": "category",
|
|
52582
52633
|
"type": "string",
|
|
@@ -79453,6 +79504,193 @@
|
|
|
79453
79504
|
}
|
|
79454
79505
|
}],
|
|
79455
79506
|
"path": "/classification/unclassified/statistics"
|
|
79507
|
+
}, {
|
|
79508
|
+
"type": "hosein_item",
|
|
79509
|
+
"plural": "hosein_items",
|
|
79510
|
+
"operations": [{
|
|
79511
|
+
"method": "POST",
|
|
79512
|
+
"path": "hosein/items",
|
|
79513
|
+
"parameters": [],
|
|
79514
|
+
"responses": [{
|
|
79515
|
+
"code": {
|
|
79516
|
+
"integer": {
|
|
79517
|
+
"value": 201
|
|
79518
|
+
}
|
|
79519
|
+
},
|
|
79520
|
+
"type": "hosein_item",
|
|
79521
|
+
"description": "Operation succeeded and the resource was created",
|
|
79522
|
+
"attributes": []
|
|
79523
|
+
}, {
|
|
79524
|
+
"code": {
|
|
79525
|
+
"integer": {
|
|
79526
|
+
"value": 401
|
|
79527
|
+
}
|
|
79528
|
+
},
|
|
79529
|
+
"type": "unit",
|
|
79530
|
+
"description": "Authorization failed",
|
|
79531
|
+
"attributes": []
|
|
79532
|
+
}, {
|
|
79533
|
+
"code": {
|
|
79534
|
+
"integer": {
|
|
79535
|
+
"value": 404
|
|
79536
|
+
}
|
|
79537
|
+
},
|
|
79538
|
+
"type": "unit",
|
|
79539
|
+
"description": "Resource was not found",
|
|
79540
|
+
"attributes": []
|
|
79541
|
+
}, {
|
|
79542
|
+
"code": {
|
|
79543
|
+
"integer": {
|
|
79544
|
+
"value": 422
|
|
79545
|
+
}
|
|
79546
|
+
},
|
|
79547
|
+
"type": "io.flow.error.v0.models.generic_error",
|
|
79548
|
+
"description": "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
79549
|
+
"attributes": []
|
|
79550
|
+
}],
|
|
79551
|
+
"attributes": [],
|
|
79552
|
+
"body": {
|
|
79553
|
+
"type": "hosein_item_form",
|
|
79554
|
+
"attributes": []
|
|
79555
|
+
}
|
|
79556
|
+
}, {
|
|
79557
|
+
"method": "GET",
|
|
79558
|
+
"path": "hosein/items/:id",
|
|
79559
|
+
"parameters": [{
|
|
79560
|
+
"name": "id",
|
|
79561
|
+
"type": "string",
|
|
79562
|
+
"location": "Path",
|
|
79563
|
+
"required": true,
|
|
79564
|
+
"description": "Filter by one or more IDs of this resource"
|
|
79565
|
+
}],
|
|
79566
|
+
"responses": [{
|
|
79567
|
+
"code": {
|
|
79568
|
+
"integer": {
|
|
79569
|
+
"value": 200
|
|
79570
|
+
}
|
|
79571
|
+
},
|
|
79572
|
+
"type": "hosein_item",
|
|
79573
|
+
"description": "Successful response",
|
|
79574
|
+
"attributes": []
|
|
79575
|
+
}, {
|
|
79576
|
+
"code": {
|
|
79577
|
+
"integer": {
|
|
79578
|
+
"value": 401
|
|
79579
|
+
}
|
|
79580
|
+
},
|
|
79581
|
+
"type": "unit",
|
|
79582
|
+
"description": "Authorization failed",
|
|
79583
|
+
"attributes": []
|
|
79584
|
+
}, {
|
|
79585
|
+
"code": {
|
|
79586
|
+
"integer": {
|
|
79587
|
+
"value": 404
|
|
79588
|
+
}
|
|
79589
|
+
},
|
|
79590
|
+
"type": "unit",
|
|
79591
|
+
"description": "Resource was not found",
|
|
79592
|
+
"attributes": []
|
|
79593
|
+
}],
|
|
79594
|
+
"attributes": []
|
|
79595
|
+
}, {
|
|
79596
|
+
"method": "PUT",
|
|
79597
|
+
"path": "hosein/items/:id",
|
|
79598
|
+
"parameters": [{
|
|
79599
|
+
"name": "id",
|
|
79600
|
+
"type": "string",
|
|
79601
|
+
"location": "Path",
|
|
79602
|
+
"required": true,
|
|
79603
|
+
"description": "Filter by one or more IDs of this resource"
|
|
79604
|
+
}],
|
|
79605
|
+
"responses": [{
|
|
79606
|
+
"code": {
|
|
79607
|
+
"integer": {
|
|
79608
|
+
"value": 200
|
|
79609
|
+
}
|
|
79610
|
+
},
|
|
79611
|
+
"type": "hosein_item",
|
|
79612
|
+
"description": "Successful response",
|
|
79613
|
+
"attributes": []
|
|
79614
|
+
}, {
|
|
79615
|
+
"code": {
|
|
79616
|
+
"integer": {
|
|
79617
|
+
"value": 401
|
|
79618
|
+
}
|
|
79619
|
+
},
|
|
79620
|
+
"type": "unit",
|
|
79621
|
+
"description": "Authorization failed",
|
|
79622
|
+
"attributes": []
|
|
79623
|
+
}, {
|
|
79624
|
+
"code": {
|
|
79625
|
+
"integer": {
|
|
79626
|
+
"value": 404
|
|
79627
|
+
}
|
|
79628
|
+
},
|
|
79629
|
+
"type": "unit",
|
|
79630
|
+
"description": "Resource was not found",
|
|
79631
|
+
"attributes": []
|
|
79632
|
+
}, {
|
|
79633
|
+
"code": {
|
|
79634
|
+
"integer": {
|
|
79635
|
+
"value": 422
|
|
79636
|
+
}
|
|
79637
|
+
},
|
|
79638
|
+
"type": "io.flow.error.v0.models.generic_error",
|
|
79639
|
+
"description": "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
79640
|
+
"attributes": []
|
|
79641
|
+
}],
|
|
79642
|
+
"attributes": [],
|
|
79643
|
+
"body": {
|
|
79644
|
+
"type": "hosein_item_form",
|
|
79645
|
+
"attributes": []
|
|
79646
|
+
}
|
|
79647
|
+
}, {
|
|
79648
|
+
"method": "DELETE",
|
|
79649
|
+
"path": "hosein/items/:id",
|
|
79650
|
+
"parameters": [{
|
|
79651
|
+
"name": "id",
|
|
79652
|
+
"type": "string",
|
|
79653
|
+
"location": "Path",
|
|
79654
|
+
"required": true,
|
|
79655
|
+
"description": "Filter by one or more IDs of this resource"
|
|
79656
|
+
}],
|
|
79657
|
+
"responses": [{
|
|
79658
|
+
"code": {
|
|
79659
|
+
"integer": {
|
|
79660
|
+
"value": 200
|
|
79661
|
+
}
|
|
79662
|
+
},
|
|
79663
|
+
"type": "unit",
|
|
79664
|
+
"description": "Successful response",
|
|
79665
|
+
"attributes": []
|
|
79666
|
+
}, {
|
|
79667
|
+
"code": {
|
|
79668
|
+
"integer": {
|
|
79669
|
+
"value": 401
|
|
79670
|
+
}
|
|
79671
|
+
},
|
|
79672
|
+
"type": "unit",
|
|
79673
|
+
"description": "Authorization failed",
|
|
79674
|
+
"attributes": []
|
|
79675
|
+
}, {
|
|
79676
|
+
"code": {
|
|
79677
|
+
"integer": {
|
|
79678
|
+
"value": 404
|
|
79679
|
+
}
|
|
79680
|
+
},
|
|
79681
|
+
"type": "unit",
|
|
79682
|
+
"description": "Resource was not found",
|
|
79683
|
+
"attributes": []
|
|
79684
|
+
}],
|
|
79685
|
+
"attributes": []
|
|
79686
|
+
}],
|
|
79687
|
+
"attributes": [{
|
|
79688
|
+
"name": "docs",
|
|
79689
|
+
"value": {
|
|
79690
|
+
"module": "general"
|
|
79691
|
+
}
|
|
79692
|
+
}],
|
|
79693
|
+
"path": "hosein/items"
|
|
79456
79694
|
}, {
|
|
79457
79695
|
"type": "hs6",
|
|
79458
79696
|
"plural": "hs6",
|
|
@@ -99020,13 +99258,6 @@
|
|
|
99020
99258
|
"type": "string",
|
|
99021
99259
|
"location": "Query",
|
|
99022
99260
|
"required": false
|
|
99023
|
-
}, {
|
|
99024
|
-
"name": "categories",
|
|
99025
|
-
"type": "[string]",
|
|
99026
|
-
"location": "Query",
|
|
99027
|
-
"required": false,
|
|
99028
|
-
"description": "to be removed when we port JH over to category parameter",
|
|
99029
|
-
"maximum": 100
|
|
99030
99261
|
}, {
|
|
99031
99262
|
"name": "user_ids",
|
|
99032
99263
|
"type": "[string]",
|
|
@@ -99574,6 +99805,12 @@
|
|
|
99574
99805
|
"location": "Query",
|
|
99575
99806
|
"required": false,
|
|
99576
99807
|
"description": "filter results by organizations that have items pending verification."
|
|
99808
|
+
}, {
|
|
99809
|
+
"name": "filter_orgs_with_pending",
|
|
99810
|
+
"type": "pending_record_type",
|
|
99811
|
+
"location": "Query",
|
|
99812
|
+
"required": false,
|
|
99813
|
+
"description": "filter results by organizations that have items pending verification."
|
|
99577
99814
|
}, {
|
|
99578
99815
|
"name": "transacting_orgs",
|
|
99579
99816
|
"type": "boolean",
|
|
@@ -99713,13 +99950,6 @@
|
|
|
99713
99950
|
"type": "string",
|
|
99714
99951
|
"location": "Query",
|
|
99715
99952
|
"required": false
|
|
99716
|
-
}, {
|
|
99717
|
-
"name": "categories",
|
|
99718
|
-
"type": "[string]",
|
|
99719
|
-
"location": "Query",
|
|
99720
|
-
"required": false,
|
|
99721
|
-
"description": "to be removed when we port JH over to category parameter",
|
|
99722
|
-
"maximum": 100
|
|
99723
99953
|
}, {
|
|
99724
99954
|
"name": "product_name_query",
|
|
99725
99955
|
"type": "string",
|
|
@@ -105432,7 +105662,7 @@
|
|
|
105432
105662
|
"description": "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
105433
105663
|
}],
|
|
105434
105664
|
"apidoc": {
|
|
105435
|
-
"version": "0.26.
|
|
105665
|
+
"version": "0.26.52"
|
|
105436
105666
|
},
|
|
105437
105667
|
"base_url": "https://api.flow.io"
|
|
105438
105668
|
}
|
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.121",
|
|
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": "7d28f997ef6b47ba201019e1b3cfbf16b47cece1"
|
|
33
33
|
}
|
package/src/api-internal.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"key" : "api-internal"
|
|
8
8
|
},
|
|
9
9
|
"namespace" : "io.flow.internal.v0",
|
|
10
|
-
"version" : "0.26.
|
|
10
|
+
"version" : "0.26.52",
|
|
11
11
|
"info" : {
|
|
12
12
|
"license" : {
|
|
13
13
|
"name" : "MIT",
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"application" : {
|
|
629
629
|
"key" : "shopify-markets-internal-event"
|
|
630
630
|
},
|
|
631
|
-
"version" : "0.26.
|
|
631
|
+
"version" : "0.26.52",
|
|
632
632
|
"enums" : [ "shopify_incoterm_configuration" ],
|
|
633
633
|
"interfaces" : [ ],
|
|
634
634
|
"unions" : [ "shopify_markets_internal_event" ],
|
|
@@ -4396,6 +4396,17 @@
|
|
|
4396
4396
|
"description" : "The decision was made by Merchant."
|
|
4397
4397
|
} ],
|
|
4398
4398
|
"attributes" : [ ]
|
|
4399
|
+
}, {
|
|
4400
|
+
"name" : "hosein_item_type",
|
|
4401
|
+
"plural" : "hosein_item_types",
|
|
4402
|
+
"values" : [ {
|
|
4403
|
+
"name" : "physical",
|
|
4404
|
+
"attributes" : [ ]
|
|
4405
|
+
}, {
|
|
4406
|
+
"name" : "digital",
|
|
4407
|
+
"attributes" : [ ]
|
|
4408
|
+
} ],
|
|
4409
|
+
"attributes" : [ ]
|
|
4399
4410
|
}, {
|
|
4400
4411
|
"name" : "http_method",
|
|
4401
4412
|
"plural" : "http_methods",
|
|
@@ -5491,6 +5502,20 @@
|
|
|
5491
5502
|
"attributes" : [ ]
|
|
5492
5503
|
} ],
|
|
5493
5504
|
"attributes" : [ ]
|
|
5505
|
+
}, {
|
|
5506
|
+
"name" : "pending_record_type",
|
|
5507
|
+
"plural" : "pending_record_types",
|
|
5508
|
+
"values" : [ {
|
|
5509
|
+
"name" : "verification",
|
|
5510
|
+
"attributes" : [ ]
|
|
5511
|
+
}, {
|
|
5512
|
+
"name" : "classification",
|
|
5513
|
+
"attributes" : [ ]
|
|
5514
|
+
}, {
|
|
5515
|
+
"name" : "restriction",
|
|
5516
|
+
"attributes" : [ ]
|
|
5517
|
+
} ],
|
|
5518
|
+
"attributes" : [ ]
|
|
5494
5519
|
}, {
|
|
5495
5520
|
"name" : "prateek_item_type",
|
|
5496
5521
|
"plural" : "prateek_item_types",
|
|
@@ -32711,6 +32736,87 @@
|
|
|
32711
32736
|
"attributes" : [ ],
|
|
32712
32737
|
"interfaces" : [ ],
|
|
32713
32738
|
"description" : "Export harmonized items."
|
|
32739
|
+
}, {
|
|
32740
|
+
"name" : "hosein_item",
|
|
32741
|
+
"plural" : "hosein_items",
|
|
32742
|
+
"fields" : [ {
|
|
32743
|
+
"name" : "id",
|
|
32744
|
+
"type" : "string",
|
|
32745
|
+
"required" : true,
|
|
32746
|
+
"attributes" : [ ],
|
|
32747
|
+
"annotations" : [ ],
|
|
32748
|
+
"description" : "Globally unique identifier"
|
|
32749
|
+
}, {
|
|
32750
|
+
"name" : "number",
|
|
32751
|
+
"type" : "string",
|
|
32752
|
+
"required" : true,
|
|
32753
|
+
"attributes" : [ ],
|
|
32754
|
+
"annotations" : [ ],
|
|
32755
|
+
"description" : "Client's unique identifier for this object"
|
|
32756
|
+
}, {
|
|
32757
|
+
"name" : "amount",
|
|
32758
|
+
"type" : "io.flow.common.v0.models.price",
|
|
32759
|
+
"required" : true,
|
|
32760
|
+
"attributes" : [ ],
|
|
32761
|
+
"annotations" : [ ]
|
|
32762
|
+
}, {
|
|
32763
|
+
"name" : "description",
|
|
32764
|
+
"type" : "string",
|
|
32765
|
+
"required" : false,
|
|
32766
|
+
"attributes" : [ ],
|
|
32767
|
+
"annotations" : [ ]
|
|
32768
|
+
}, {
|
|
32769
|
+
"name" : "type",
|
|
32770
|
+
"type" : "hosein_item_type",
|
|
32771
|
+
"required" : true,
|
|
32772
|
+
"attributes" : [ ],
|
|
32773
|
+
"annotations" : [ ]
|
|
32774
|
+
}, {
|
|
32775
|
+
"name" : "added_on",
|
|
32776
|
+
"type" : "date-time-iso8601",
|
|
32777
|
+
"required" : true,
|
|
32778
|
+
"attributes" : [ ],
|
|
32779
|
+
"annotations" : [ ]
|
|
32780
|
+
} ],
|
|
32781
|
+
"attributes" : [ ],
|
|
32782
|
+
"interfaces" : [ ]
|
|
32783
|
+
}, {
|
|
32784
|
+
"name" : "hosein_item_form",
|
|
32785
|
+
"plural" : "hosein_item_forms",
|
|
32786
|
+
"fields" : [ {
|
|
32787
|
+
"name" : "number",
|
|
32788
|
+
"type" : "string",
|
|
32789
|
+
"required" : true,
|
|
32790
|
+
"attributes" : [ ],
|
|
32791
|
+
"annotations" : [ ],
|
|
32792
|
+
"description" : "Client's unique identifier for this object"
|
|
32793
|
+
}, {
|
|
32794
|
+
"name" : "amount",
|
|
32795
|
+
"type" : "io.flow.common.v0.models.price",
|
|
32796
|
+
"required" : true,
|
|
32797
|
+
"attributes" : [ ],
|
|
32798
|
+
"annotations" : [ ]
|
|
32799
|
+
}, {
|
|
32800
|
+
"name" : "description",
|
|
32801
|
+
"type" : "string",
|
|
32802
|
+
"required" : false,
|
|
32803
|
+
"attributes" : [ ],
|
|
32804
|
+
"annotations" : [ ]
|
|
32805
|
+
}, {
|
|
32806
|
+
"name" : "type",
|
|
32807
|
+
"type" : "hosein_item_type",
|
|
32808
|
+
"required" : true,
|
|
32809
|
+
"attributes" : [ ],
|
|
32810
|
+
"annotations" : [ ]
|
|
32811
|
+
}, {
|
|
32812
|
+
"name" : "added_on",
|
|
32813
|
+
"type" : "date-time-iso8601",
|
|
32814
|
+
"required" : true,
|
|
32815
|
+
"attributes" : [ ],
|
|
32816
|
+
"annotations" : [ ]
|
|
32817
|
+
} ],
|
|
32818
|
+
"attributes" : [ ],
|
|
32819
|
+
"interfaces" : [ ]
|
|
32714
32820
|
}, {
|
|
32715
32821
|
"name" : "href",
|
|
32716
32822
|
"plural" : "hrefs",
|
|
@@ -42606,41 +42712,6 @@
|
|
|
42606
42712
|
"required" : false,
|
|
42607
42713
|
"attributes" : [ ],
|
|
42608
42714
|
"annotations" : [ ]
|
|
42609
|
-
}, {
|
|
42610
|
-
"name" : "matching_positive_keywords",
|
|
42611
|
-
"type" : "[string]",
|
|
42612
|
-
"required" : true,
|
|
42613
|
-
"attributes" : [ ],
|
|
42614
|
-
"annotations" : [ ],
|
|
42615
|
-
"description" : "Catalog matching positive keywords for the product triggered rules."
|
|
42616
|
-
}, {
|
|
42617
|
-
"name" : "product_categories",
|
|
42618
|
-
"type" : "[string]",
|
|
42619
|
-
"required" : true,
|
|
42620
|
-
"attributes" : [ ],
|
|
42621
|
-
"annotations" : [ ],
|
|
42622
|
-
"description" : "Catalog product categories."
|
|
42623
|
-
}, {
|
|
42624
|
-
"name" : "matching_negative_keywords",
|
|
42625
|
-
"type" : "[string]",
|
|
42626
|
-
"required" : true,
|
|
42627
|
-
"attributes" : [ ],
|
|
42628
|
-
"annotations" : [ ],
|
|
42629
|
-
"description" : "Catalog matching negative keywords for the product triggered rules."
|
|
42630
|
-
}, {
|
|
42631
|
-
"name" : "decisions_user_ids",
|
|
42632
|
-
"type" : "[string]",
|
|
42633
|
-
"required" : true,
|
|
42634
|
-
"attributes" : [ ],
|
|
42635
|
-
"annotations" : [ ],
|
|
42636
|
-
"description" : "Users that made restriction decisions for this merchant."
|
|
42637
|
-
}, {
|
|
42638
|
-
"name" : "restriction_rule_ids",
|
|
42639
|
-
"type" : "[string]",
|
|
42640
|
-
"required" : true,
|
|
42641
|
-
"attributes" : [ ],
|
|
42642
|
-
"annotations" : [ ],
|
|
42643
|
-
"description" : "Restriction rules that were used for products of this merchant."
|
|
42644
42715
|
} ],
|
|
42645
42716
|
"attributes" : [ ],
|
|
42646
42717
|
"interfaces" : [ ]
|
|
@@ -51634,12 +51705,6 @@
|
|
|
51634
51705
|
"name" : "restriction_filter",
|
|
51635
51706
|
"plural" : "restriction_filters",
|
|
51636
51707
|
"fields" : [ {
|
|
51637
|
-
"name" : "categories",
|
|
51638
|
-
"type" : "[string]",
|
|
51639
|
-
"required" : true,
|
|
51640
|
-
"attributes" : [ ],
|
|
51641
|
-
"annotations" : [ ]
|
|
51642
|
-
}, {
|
|
51643
51708
|
"name" : "users",
|
|
51644
51709
|
"type" : "[io.flow.common.v0.models.user]",
|
|
51645
51710
|
"required" : true,
|
|
@@ -51907,13 +51972,6 @@
|
|
|
51907
51972
|
"attributes" : [ ],
|
|
51908
51973
|
"annotations" : [ ],
|
|
51909
51974
|
"maximum" : 100
|
|
51910
|
-
}, {
|
|
51911
|
-
"name" : "categories",
|
|
51912
|
-
"type" : "[string]",
|
|
51913
|
-
"required" : false,
|
|
51914
|
-
"attributes" : [ ],
|
|
51915
|
-
"annotations" : [ ],
|
|
51916
|
-
"maximum" : 100
|
|
51917
51975
|
}, {
|
|
51918
51976
|
"name" : "category",
|
|
51919
51977
|
"type" : "string",
|
|
@@ -52570,13 +52628,6 @@
|
|
|
52570
52628
|
"attributes" : [ ],
|
|
52571
52629
|
"annotations" : [ ],
|
|
52572
52630
|
"maximum" : 100
|
|
52573
|
-
}, {
|
|
52574
|
-
"name" : "categories",
|
|
52575
|
-
"type" : "[string]",
|
|
52576
|
-
"required" : false,
|
|
52577
|
-
"attributes" : [ ],
|
|
52578
|
-
"annotations" : [ ],
|
|
52579
|
-
"maximum" : 100
|
|
52580
52631
|
}, {
|
|
52581
52632
|
"name" : "category",
|
|
52582
52633
|
"type" : "string",
|
|
@@ -79453,6 +79504,193 @@
|
|
|
79453
79504
|
}
|
|
79454
79505
|
} ],
|
|
79455
79506
|
"path" : "/classification/unclassified/statistics"
|
|
79507
|
+
}, {
|
|
79508
|
+
"type" : "hosein_item",
|
|
79509
|
+
"plural" : "hosein_items",
|
|
79510
|
+
"operations" : [ {
|
|
79511
|
+
"method" : "POST",
|
|
79512
|
+
"path" : "hosein/items",
|
|
79513
|
+
"parameters" : [ ],
|
|
79514
|
+
"responses" : [ {
|
|
79515
|
+
"code" : {
|
|
79516
|
+
"integer" : {
|
|
79517
|
+
"value" : 201
|
|
79518
|
+
}
|
|
79519
|
+
},
|
|
79520
|
+
"type" : "hosein_item",
|
|
79521
|
+
"description" : "Operation succeeded and the resource was created",
|
|
79522
|
+
"attributes" : [ ]
|
|
79523
|
+
}, {
|
|
79524
|
+
"code" : {
|
|
79525
|
+
"integer" : {
|
|
79526
|
+
"value" : 401
|
|
79527
|
+
}
|
|
79528
|
+
},
|
|
79529
|
+
"type" : "unit",
|
|
79530
|
+
"description" : "Authorization failed",
|
|
79531
|
+
"attributes" : [ ]
|
|
79532
|
+
}, {
|
|
79533
|
+
"code" : {
|
|
79534
|
+
"integer" : {
|
|
79535
|
+
"value" : 404
|
|
79536
|
+
}
|
|
79537
|
+
},
|
|
79538
|
+
"type" : "unit",
|
|
79539
|
+
"description" : "Resource was not found",
|
|
79540
|
+
"attributes" : [ ]
|
|
79541
|
+
}, {
|
|
79542
|
+
"code" : {
|
|
79543
|
+
"integer" : {
|
|
79544
|
+
"value" : 422
|
|
79545
|
+
}
|
|
79546
|
+
},
|
|
79547
|
+
"type" : "io.flow.error.v0.models.generic_error",
|
|
79548
|
+
"description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
79549
|
+
"attributes" : [ ]
|
|
79550
|
+
} ],
|
|
79551
|
+
"attributes" : [ ],
|
|
79552
|
+
"body" : {
|
|
79553
|
+
"type" : "hosein_item_form",
|
|
79554
|
+
"attributes" : [ ]
|
|
79555
|
+
}
|
|
79556
|
+
}, {
|
|
79557
|
+
"method" : "GET",
|
|
79558
|
+
"path" : "hosein/items/:id",
|
|
79559
|
+
"parameters" : [ {
|
|
79560
|
+
"name" : "id",
|
|
79561
|
+
"type" : "string",
|
|
79562
|
+
"location" : "Path",
|
|
79563
|
+
"required" : true,
|
|
79564
|
+
"description" : "Filter by one or more IDs of this resource"
|
|
79565
|
+
} ],
|
|
79566
|
+
"responses" : [ {
|
|
79567
|
+
"code" : {
|
|
79568
|
+
"integer" : {
|
|
79569
|
+
"value" : 200
|
|
79570
|
+
}
|
|
79571
|
+
},
|
|
79572
|
+
"type" : "hosein_item",
|
|
79573
|
+
"description" : "Successful response",
|
|
79574
|
+
"attributes" : [ ]
|
|
79575
|
+
}, {
|
|
79576
|
+
"code" : {
|
|
79577
|
+
"integer" : {
|
|
79578
|
+
"value" : 401
|
|
79579
|
+
}
|
|
79580
|
+
},
|
|
79581
|
+
"type" : "unit",
|
|
79582
|
+
"description" : "Authorization failed",
|
|
79583
|
+
"attributes" : [ ]
|
|
79584
|
+
}, {
|
|
79585
|
+
"code" : {
|
|
79586
|
+
"integer" : {
|
|
79587
|
+
"value" : 404
|
|
79588
|
+
}
|
|
79589
|
+
},
|
|
79590
|
+
"type" : "unit",
|
|
79591
|
+
"description" : "Resource was not found",
|
|
79592
|
+
"attributes" : [ ]
|
|
79593
|
+
} ],
|
|
79594
|
+
"attributes" : [ ]
|
|
79595
|
+
}, {
|
|
79596
|
+
"method" : "PUT",
|
|
79597
|
+
"path" : "hosein/items/:id",
|
|
79598
|
+
"parameters" : [ {
|
|
79599
|
+
"name" : "id",
|
|
79600
|
+
"type" : "string",
|
|
79601
|
+
"location" : "Path",
|
|
79602
|
+
"required" : true,
|
|
79603
|
+
"description" : "Filter by one or more IDs of this resource"
|
|
79604
|
+
} ],
|
|
79605
|
+
"responses" : [ {
|
|
79606
|
+
"code" : {
|
|
79607
|
+
"integer" : {
|
|
79608
|
+
"value" : 200
|
|
79609
|
+
}
|
|
79610
|
+
},
|
|
79611
|
+
"type" : "hosein_item",
|
|
79612
|
+
"description" : "Successful response",
|
|
79613
|
+
"attributes" : [ ]
|
|
79614
|
+
}, {
|
|
79615
|
+
"code" : {
|
|
79616
|
+
"integer" : {
|
|
79617
|
+
"value" : 401
|
|
79618
|
+
}
|
|
79619
|
+
},
|
|
79620
|
+
"type" : "unit",
|
|
79621
|
+
"description" : "Authorization failed",
|
|
79622
|
+
"attributes" : [ ]
|
|
79623
|
+
}, {
|
|
79624
|
+
"code" : {
|
|
79625
|
+
"integer" : {
|
|
79626
|
+
"value" : 404
|
|
79627
|
+
}
|
|
79628
|
+
},
|
|
79629
|
+
"type" : "unit",
|
|
79630
|
+
"description" : "Resource was not found",
|
|
79631
|
+
"attributes" : [ ]
|
|
79632
|
+
}, {
|
|
79633
|
+
"code" : {
|
|
79634
|
+
"integer" : {
|
|
79635
|
+
"value" : 422
|
|
79636
|
+
}
|
|
79637
|
+
},
|
|
79638
|
+
"type" : "io.flow.error.v0.models.generic_error",
|
|
79639
|
+
"description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
|
|
79640
|
+
"attributes" : [ ]
|
|
79641
|
+
} ],
|
|
79642
|
+
"attributes" : [ ],
|
|
79643
|
+
"body" : {
|
|
79644
|
+
"type" : "hosein_item_form",
|
|
79645
|
+
"attributes" : [ ]
|
|
79646
|
+
}
|
|
79647
|
+
}, {
|
|
79648
|
+
"method" : "DELETE",
|
|
79649
|
+
"path" : "hosein/items/:id",
|
|
79650
|
+
"parameters" : [ {
|
|
79651
|
+
"name" : "id",
|
|
79652
|
+
"type" : "string",
|
|
79653
|
+
"location" : "Path",
|
|
79654
|
+
"required" : true,
|
|
79655
|
+
"description" : "Filter by one or more IDs of this resource"
|
|
79656
|
+
} ],
|
|
79657
|
+
"responses" : [ {
|
|
79658
|
+
"code" : {
|
|
79659
|
+
"integer" : {
|
|
79660
|
+
"value" : 200
|
|
79661
|
+
}
|
|
79662
|
+
},
|
|
79663
|
+
"type" : "unit",
|
|
79664
|
+
"description" : "Successful response",
|
|
79665
|
+
"attributes" : [ ]
|
|
79666
|
+
}, {
|
|
79667
|
+
"code" : {
|
|
79668
|
+
"integer" : {
|
|
79669
|
+
"value" : 401
|
|
79670
|
+
}
|
|
79671
|
+
},
|
|
79672
|
+
"type" : "unit",
|
|
79673
|
+
"description" : "Authorization failed",
|
|
79674
|
+
"attributes" : [ ]
|
|
79675
|
+
}, {
|
|
79676
|
+
"code" : {
|
|
79677
|
+
"integer" : {
|
|
79678
|
+
"value" : 404
|
|
79679
|
+
}
|
|
79680
|
+
},
|
|
79681
|
+
"type" : "unit",
|
|
79682
|
+
"description" : "Resource was not found",
|
|
79683
|
+
"attributes" : [ ]
|
|
79684
|
+
} ],
|
|
79685
|
+
"attributes" : [ ]
|
|
79686
|
+
} ],
|
|
79687
|
+
"attributes" : [ {
|
|
79688
|
+
"name" : "docs",
|
|
79689
|
+
"value" : {
|
|
79690
|
+
"module" : "general"
|
|
79691
|
+
}
|
|
79692
|
+
} ],
|
|
79693
|
+
"path" : "hosein/items"
|
|
79456
79694
|
}, {
|
|
79457
79695
|
"type" : "hs6",
|
|
79458
79696
|
"plural" : "hs6",
|
|
@@ -99020,13 +99258,6 @@
|
|
|
99020
99258
|
"type" : "string",
|
|
99021
99259
|
"location" : "Query",
|
|
99022
99260
|
"required" : false
|
|
99023
|
-
}, {
|
|
99024
|
-
"name" : "categories",
|
|
99025
|
-
"type" : "[string]",
|
|
99026
|
-
"location" : "Query",
|
|
99027
|
-
"required" : false,
|
|
99028
|
-
"description" : "to be removed when we port JH over to category parameter",
|
|
99029
|
-
"maximum" : 100
|
|
99030
99261
|
}, {
|
|
99031
99262
|
"name" : "user_ids",
|
|
99032
99263
|
"type" : "[string]",
|
|
@@ -99574,6 +99805,12 @@
|
|
|
99574
99805
|
"location" : "Query",
|
|
99575
99806
|
"required" : false,
|
|
99576
99807
|
"description" : "filter results by organizations that have items pending verification."
|
|
99808
|
+
}, {
|
|
99809
|
+
"name" : "filter_orgs_with_pending",
|
|
99810
|
+
"type" : "pending_record_type",
|
|
99811
|
+
"location" : "Query",
|
|
99812
|
+
"required" : false,
|
|
99813
|
+
"description" : "filter results by organizations that have items pending verification."
|
|
99577
99814
|
}, {
|
|
99578
99815
|
"name" : "transacting_orgs",
|
|
99579
99816
|
"type" : "boolean",
|
|
@@ -99713,13 +99950,6 @@
|
|
|
99713
99950
|
"type" : "string",
|
|
99714
99951
|
"location" : "Query",
|
|
99715
99952
|
"required" : false
|
|
99716
|
-
}, {
|
|
99717
|
-
"name" : "categories",
|
|
99718
|
-
"type" : "[string]",
|
|
99719
|
-
"location" : "Query",
|
|
99720
|
-
"required" : false,
|
|
99721
|
-
"description" : "to be removed when we port JH over to category parameter",
|
|
99722
|
-
"maximum" : 100
|
|
99723
99953
|
}, {
|
|
99724
99954
|
"name" : "product_name_query",
|
|
99725
99955
|
"type" : "string",
|
|
@@ -105432,7 +105662,7 @@
|
|
|
105432
105662
|
"description" : "Identifies a field that contains data that must be handled in a way that is compliant with the PCI standard."
|
|
105433
105663
|
} ],
|
|
105434
105664
|
"apidoc" : {
|
|
105435
|
-
"version" : "0.26.
|
|
105665
|
+
"version" : "0.26.52"
|
|
105436
105666
|
},
|
|
105437
105667
|
"base_url" : "https://api.flow.io"
|
|
105438
105668
|
}
|