@flowio/api-mock-generator 6.17.49 → 6.17.51
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 +620 -9
- package/package.json +2 -2
- package/src/api.json +620 -9
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.35",
|
|
14
14
|
"info": {
|
|
15
15
|
"license": {
|
|
16
16
|
"name": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"application": {
|
|
32
32
|
"key": "apple-pay"
|
|
33
33
|
},
|
|
34
|
-
"version": "0.3.
|
|
34
|
+
"version": "0.3.17",
|
|
35
35
|
"enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
|
|
36
36
|
"interfaces": [],
|
|
37
37
|
"unions": [],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"application": {
|
|
47
47
|
"key": "google-pay"
|
|
48
48
|
},
|
|
49
|
-
"version": "0.3.
|
|
49
|
+
"version": "0.3.17",
|
|
50
50
|
"enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
|
|
51
51
|
"interfaces": [],
|
|
52
52
|
"unions": ["payment_method_token"],
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"application": {
|
|
62
62
|
"key": "shopify-external"
|
|
63
63
|
},
|
|
64
|
-
"version": "0.3.
|
|
64
|
+
"version": "0.3.17",
|
|
65
65
|
"enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
|
|
66
66
|
"interfaces": [],
|
|
67
67
|
"unions": [],
|
|
@@ -1728,6 +1728,9 @@
|
|
|
1728
1728
|
}, {
|
|
1729
1729
|
"name": "payment_request_upserted",
|
|
1730
1730
|
"attributes": []
|
|
1731
|
+
}, {
|
|
1732
|
+
"name": "payment_request_deleted",
|
|
1733
|
+
"attributes": []
|
|
1731
1734
|
}, {
|
|
1732
1735
|
"name": "price_book_upserted",
|
|
1733
1736
|
"attributes": []
|
|
@@ -3666,6 +3669,9 @@
|
|
|
3666
3669
|
"values": [{
|
|
3667
3670
|
"name": "invalid_account_number",
|
|
3668
3671
|
"attributes": []
|
|
3672
|
+
}, {
|
|
3673
|
+
"name": "account_closed",
|
|
3674
|
+
"attributes": []
|
|
3669
3675
|
}, {
|
|
3670
3676
|
"name": "could_not_process",
|
|
3671
3677
|
"attributes": []
|
|
@@ -5345,6 +5351,40 @@
|
|
|
5345
5351
|
"annotations": []
|
|
5346
5352
|
}],
|
|
5347
5353
|
"attributes": []
|
|
5354
|
+
}, {
|
|
5355
|
+
"name": "bank_account_iban",
|
|
5356
|
+
"plural": "bank_account_ibans",
|
|
5357
|
+
"fields": [{
|
|
5358
|
+
"name": "swift_code",
|
|
5359
|
+
"type": "string",
|
|
5360
|
+
"required": true,
|
|
5361
|
+
"attributes": [],
|
|
5362
|
+
"annotations": []
|
|
5363
|
+
}, {
|
|
5364
|
+
"name": "iban",
|
|
5365
|
+
"type": "string",
|
|
5366
|
+
"required": true,
|
|
5367
|
+
"attributes": [],
|
|
5368
|
+
"annotations": []
|
|
5369
|
+
}],
|
|
5370
|
+
"attributes": []
|
|
5371
|
+
}, {
|
|
5372
|
+
"name": "bank_account_simple",
|
|
5373
|
+
"plural": "bank_account_simples",
|
|
5374
|
+
"fields": [{
|
|
5375
|
+
"name": "routing_number",
|
|
5376
|
+
"type": "string",
|
|
5377
|
+
"required": true,
|
|
5378
|
+
"attributes": [],
|
|
5379
|
+
"annotations": []
|
|
5380
|
+
}, {
|
|
5381
|
+
"name": "account_number",
|
|
5382
|
+
"type": "string",
|
|
5383
|
+
"required": true,
|
|
5384
|
+
"attributes": [],
|
|
5385
|
+
"annotations": []
|
|
5386
|
+
}],
|
|
5387
|
+
"attributes": []
|
|
5348
5388
|
}, {
|
|
5349
5389
|
"name": "common_hop_estimate",
|
|
5350
5390
|
"plural": "common_hop_estimates",
|
|
@@ -5936,6 +5976,17 @@
|
|
|
5936
5976
|
"description": "Items included in the package, if available."
|
|
5937
5977
|
}],
|
|
5938
5978
|
"attributes": []
|
|
5979
|
+
}, {
|
|
5980
|
+
"name": "shipping_label_form_interface",
|
|
5981
|
+
"plural": "shipping_label_form_interfaces",
|
|
5982
|
+
"fields": [{
|
|
5983
|
+
"name": "order_number",
|
|
5984
|
+
"type": "string",
|
|
5985
|
+
"required": true,
|
|
5986
|
+
"attributes": [],
|
|
5987
|
+
"annotations": []
|
|
5988
|
+
}],
|
|
5989
|
+
"attributes": []
|
|
5939
5990
|
}, {
|
|
5940
5991
|
"name": "sync_pending_record_interface",
|
|
5941
5992
|
"plural": "sync_pending_record_interfaces",
|
|
@@ -6324,13 +6375,51 @@
|
|
|
6324
6375
|
"attributes": [],
|
|
6325
6376
|
"interfaces": [],
|
|
6326
6377
|
"discriminator": "discriminator"
|
|
6378
|
+
}, {
|
|
6379
|
+
"name": "bank_account_form",
|
|
6380
|
+
"plural": "bank_account_forms",
|
|
6381
|
+
"types": [{
|
|
6382
|
+
"type": "bank_account_form_info",
|
|
6383
|
+
"attributes": [],
|
|
6384
|
+
"default": true,
|
|
6385
|
+
"discriminator_value": "info"
|
|
6386
|
+
}, {
|
|
6387
|
+
"type": "bank_account_form_simple",
|
|
6388
|
+
"attributes": [],
|
|
6389
|
+
"default": false,
|
|
6390
|
+
"discriminator_value": "simple"
|
|
6391
|
+
}],
|
|
6392
|
+
"attributes": [],
|
|
6393
|
+
"interfaces": [],
|
|
6394
|
+
"discriminator": "discriminator"
|
|
6327
6395
|
}, {
|
|
6328
6396
|
"name": "bank_account_info",
|
|
6329
6397
|
"plural": "bank_account_infoes",
|
|
6330
6398
|
"types": [{
|
|
6331
6399
|
"type": "bank_account_info_usa",
|
|
6332
6400
|
"attributes": [],
|
|
6401
|
+
"default": false,
|
|
6333
6402
|
"discriminator_value": "usa"
|
|
6403
|
+
}, {
|
|
6404
|
+
"type": "bank_account_info_can",
|
|
6405
|
+
"attributes": [],
|
|
6406
|
+
"default": false,
|
|
6407
|
+
"discriminator_value": "can"
|
|
6408
|
+
}, {
|
|
6409
|
+
"type": "bank_account_info_gbr",
|
|
6410
|
+
"attributes": [],
|
|
6411
|
+
"default": false,
|
|
6412
|
+
"discriminator_value": "gbr"
|
|
6413
|
+
}, {
|
|
6414
|
+
"type": "bank_account_info_fra",
|
|
6415
|
+
"attributes": [],
|
|
6416
|
+
"default": false,
|
|
6417
|
+
"discriminator_value": "fra"
|
|
6418
|
+
}, {
|
|
6419
|
+
"type": "bank_account_info_ita",
|
|
6420
|
+
"attributes": [],
|
|
6421
|
+
"default": false,
|
|
6422
|
+
"discriminator_value": "ita"
|
|
6334
6423
|
}],
|
|
6335
6424
|
"attributes": [],
|
|
6336
6425
|
"interfaces": [],
|
|
@@ -6559,6 +6648,21 @@
|
|
|
6559
6648
|
"attributes": [],
|
|
6560
6649
|
"interfaces": [],
|
|
6561
6650
|
"discriminator": "discriminator"
|
|
6651
|
+
}, {
|
|
6652
|
+
"name": "entity",
|
|
6653
|
+
"plural": "entities",
|
|
6654
|
+
"types": [{
|
|
6655
|
+
"type": "company",
|
|
6656
|
+
"attributes": [],
|
|
6657
|
+
"discriminator_value": "company"
|
|
6658
|
+
}, {
|
|
6659
|
+
"type": "individual",
|
|
6660
|
+
"attributes": [],
|
|
6661
|
+
"discriminator_value": "individual"
|
|
6662
|
+
}],
|
|
6663
|
+
"attributes": [],
|
|
6664
|
+
"interfaces": [],
|
|
6665
|
+
"discriminator": "discriminator"
|
|
6562
6666
|
}, {
|
|
6563
6667
|
"name": "event",
|
|
6564
6668
|
"plural": "events",
|
|
@@ -7275,6 +7379,10 @@
|
|
|
7275
7379
|
"type": "payment_request_upserted",
|
|
7276
7380
|
"attributes": [],
|
|
7277
7381
|
"discriminator_value": "payment_request_upserted"
|
|
7382
|
+
}, {
|
|
7383
|
+
"type": "payment_request_deleted",
|
|
7384
|
+
"attributes": [],
|
|
7385
|
+
"discriminator_value": "payment_request_deleted"
|
|
7278
7386
|
}, {
|
|
7279
7387
|
"type": "price_book_upserted",
|
|
7280
7388
|
"attributes": [],
|
|
@@ -7687,6 +7795,28 @@
|
|
|
7687
7795
|
"interfaces": [],
|
|
7688
7796
|
"discriminator": "discriminator",
|
|
7689
7797
|
"description": "Types of rules used to apply on inventory to calculate available quantity"
|
|
7798
|
+
}, {
|
|
7799
|
+
"name": "know_your_business",
|
|
7800
|
+
"plural": "know_your_businesses",
|
|
7801
|
+
"types": [{
|
|
7802
|
+
"type": "know_your_business_usa",
|
|
7803
|
+
"attributes": [],
|
|
7804
|
+
"discriminator_value": "know_your_business_usa"
|
|
7805
|
+
}],
|
|
7806
|
+
"attributes": [],
|
|
7807
|
+
"interfaces": [],
|
|
7808
|
+
"discriminator": "discriminator"
|
|
7809
|
+
}, {
|
|
7810
|
+
"name": "know_your_business_form",
|
|
7811
|
+
"plural": "know_your_business_forms",
|
|
7812
|
+
"types": [{
|
|
7813
|
+
"type": "know_your_business_usa_form",
|
|
7814
|
+
"attributes": [],
|
|
7815
|
+
"discriminator_value": "know_your_business_usa_form"
|
|
7816
|
+
}],
|
|
7817
|
+
"attributes": [],
|
|
7818
|
+
"interfaces": [],
|
|
7819
|
+
"discriminator": "discriminator"
|
|
7690
7820
|
}, {
|
|
7691
7821
|
"name": "localized_price",
|
|
7692
7822
|
"plural": "localized_prices",
|
|
@@ -8581,9 +8711,13 @@
|
|
|
8581
8711
|
"type": "summary_shipping_label_form",
|
|
8582
8712
|
"attributes": [],
|
|
8583
8713
|
"discriminator_value": "summary_shipping_label_form"
|
|
8714
|
+
}, {
|
|
8715
|
+
"type": "bridge_shipping_label_form",
|
|
8716
|
+
"attributes": [],
|
|
8717
|
+
"discriminator_value": "bridge_shipping_label_form"
|
|
8584
8718
|
}],
|
|
8585
8719
|
"attributes": [],
|
|
8586
|
-
"interfaces": [],
|
|
8720
|
+
"interfaces": ["shipping_label_form_interface"],
|
|
8587
8721
|
"discriminator": "discriminator",
|
|
8588
8722
|
"description": "Different models for forms to create shipping labels"
|
|
8589
8723
|
}, {
|
|
@@ -12121,8 +12255,8 @@
|
|
|
12121
12255
|
"attributes": [],
|
|
12122
12256
|
"interfaces": []
|
|
12123
12257
|
}, {
|
|
12124
|
-
"name": "
|
|
12125
|
-
"plural": "
|
|
12258
|
+
"name": "bank_account_form_info",
|
|
12259
|
+
"plural": "bank_account_form_infoes",
|
|
12126
12260
|
"fields": [{
|
|
12127
12261
|
"name": "info",
|
|
12128
12262
|
"type": "bank_account_info",
|
|
@@ -12132,6 +12266,97 @@
|
|
|
12132
12266
|
}],
|
|
12133
12267
|
"attributes": [],
|
|
12134
12268
|
"interfaces": []
|
|
12269
|
+
}, {
|
|
12270
|
+
"name": "bank_account_form_simple",
|
|
12271
|
+
"plural": "bank_account_form_simples",
|
|
12272
|
+
"fields": [{
|
|
12273
|
+
"name": "routing_number",
|
|
12274
|
+
"type": "string",
|
|
12275
|
+
"required": true,
|
|
12276
|
+
"attributes": [],
|
|
12277
|
+
"annotations": []
|
|
12278
|
+
}, {
|
|
12279
|
+
"name": "account_number",
|
|
12280
|
+
"type": "string",
|
|
12281
|
+
"required": true,
|
|
12282
|
+
"attributes": [],
|
|
12283
|
+
"annotations": []
|
|
12284
|
+
}],
|
|
12285
|
+
"attributes": [],
|
|
12286
|
+
"interfaces": [],
|
|
12287
|
+
"description": "A form to setup a bank account for any country - we'll automatically identify the country from the routing/account number provided"
|
|
12288
|
+
}, {
|
|
12289
|
+
"name": "bank_account_info_can",
|
|
12290
|
+
"plural": "bank_account_info_cans",
|
|
12291
|
+
"fields": [{
|
|
12292
|
+
"name": "routing_number",
|
|
12293
|
+
"type": "string",
|
|
12294
|
+
"required": true,
|
|
12295
|
+
"attributes": [],
|
|
12296
|
+
"annotations": []
|
|
12297
|
+
}, {
|
|
12298
|
+
"name": "account_number",
|
|
12299
|
+
"type": "string",
|
|
12300
|
+
"required": true,
|
|
12301
|
+
"attributes": [],
|
|
12302
|
+
"annotations": []
|
|
12303
|
+
}],
|
|
12304
|
+
"attributes": [],
|
|
12305
|
+
"interfaces": ["bank_account_simple"]
|
|
12306
|
+
}, {
|
|
12307
|
+
"name": "bank_account_info_fra",
|
|
12308
|
+
"plural": "bank_account_info_fras",
|
|
12309
|
+
"fields": [{
|
|
12310
|
+
"name": "swift_code",
|
|
12311
|
+
"type": "string",
|
|
12312
|
+
"required": true,
|
|
12313
|
+
"attributes": [],
|
|
12314
|
+
"annotations": []
|
|
12315
|
+
}, {
|
|
12316
|
+
"name": "iban",
|
|
12317
|
+
"type": "string",
|
|
12318
|
+
"required": true,
|
|
12319
|
+
"attributes": [],
|
|
12320
|
+
"annotations": []
|
|
12321
|
+
}],
|
|
12322
|
+
"attributes": [],
|
|
12323
|
+
"interfaces": ["bank_account_iban"]
|
|
12324
|
+
}, {
|
|
12325
|
+
"name": "bank_account_info_gbr",
|
|
12326
|
+
"plural": "bank_account_info_gbrs",
|
|
12327
|
+
"fields": [{
|
|
12328
|
+
"name": "swift_code",
|
|
12329
|
+
"type": "string",
|
|
12330
|
+
"required": true,
|
|
12331
|
+
"attributes": [],
|
|
12332
|
+
"annotations": []
|
|
12333
|
+
}, {
|
|
12334
|
+
"name": "iban",
|
|
12335
|
+
"type": "string",
|
|
12336
|
+
"required": true,
|
|
12337
|
+
"attributes": [],
|
|
12338
|
+
"annotations": []
|
|
12339
|
+
}],
|
|
12340
|
+
"attributes": [],
|
|
12341
|
+
"interfaces": ["bank_account_iban"]
|
|
12342
|
+
}, {
|
|
12343
|
+
"name": "bank_account_info_ita",
|
|
12344
|
+
"plural": "bank_account_info_itas",
|
|
12345
|
+
"fields": [{
|
|
12346
|
+
"name": "swift_code",
|
|
12347
|
+
"type": "string",
|
|
12348
|
+
"required": true,
|
|
12349
|
+
"attributes": [],
|
|
12350
|
+
"annotations": []
|
|
12351
|
+
}, {
|
|
12352
|
+
"name": "iban",
|
|
12353
|
+
"type": "string",
|
|
12354
|
+
"required": true,
|
|
12355
|
+
"attributes": [],
|
|
12356
|
+
"annotations": []
|
|
12357
|
+
}],
|
|
12358
|
+
"attributes": [],
|
|
12359
|
+
"interfaces": ["bank_account_iban"]
|
|
12135
12360
|
}, {
|
|
12136
12361
|
"name": "bank_account_info_usa",
|
|
12137
12362
|
"plural": "bank_account_info_usas",
|
|
@@ -12149,7 +12374,7 @@
|
|
|
12149
12374
|
"annotations": []
|
|
12150
12375
|
}],
|
|
12151
12376
|
"attributes": [],
|
|
12152
|
-
"interfaces": []
|
|
12377
|
+
"interfaces": ["bank_account_simple"]
|
|
12153
12378
|
}, {
|
|
12154
12379
|
"name": "bank_account_reference",
|
|
12155
12380
|
"plural": "bank_account_references",
|
|
@@ -12390,6 +12615,42 @@
|
|
|
12390
12615
|
}],
|
|
12391
12616
|
"attributes": [],
|
|
12392
12617
|
"interfaces": []
|
|
12618
|
+
}, {
|
|
12619
|
+
"name": "bridge_shipping_label_form",
|
|
12620
|
+
"plural": "bridge_shipping_label_forms",
|
|
12621
|
+
"fields": [{
|
|
12622
|
+
"name": "order_number",
|
|
12623
|
+
"type": "string",
|
|
12624
|
+
"required": true,
|
|
12625
|
+
"attributes": [],
|
|
12626
|
+
"annotations": [],
|
|
12627
|
+
"description": "Order number/key of the client organization. This will allow Flow to tie and track a label to a submitted order, if applicable."
|
|
12628
|
+
}, {
|
|
12629
|
+
"name": "items",
|
|
12630
|
+
"type": "[line_item_form]",
|
|
12631
|
+
"required": false,
|
|
12632
|
+
"attributes": [],
|
|
12633
|
+
"annotations": [],
|
|
12634
|
+
"description": "List of items and quantities going into this shipment",
|
|
12635
|
+
"minimum": 1
|
|
12636
|
+
}, {
|
|
12637
|
+
"name": "package",
|
|
12638
|
+
"type": "shipping_label_package",
|
|
12639
|
+
"required": false,
|
|
12640
|
+
"attributes": [],
|
|
12641
|
+
"annotations": [],
|
|
12642
|
+
"description": "Package to be shipped, including dimensions and items included"
|
|
12643
|
+
}, {
|
|
12644
|
+
"name": "origin",
|
|
12645
|
+
"type": "shipping_address",
|
|
12646
|
+
"required": false,
|
|
12647
|
+
"attributes": [],
|
|
12648
|
+
"annotations": ["personal_data", "consumer"],
|
|
12649
|
+
"description": "Origin contact information and structured address"
|
|
12650
|
+
}],
|
|
12651
|
+
"attributes": [],
|
|
12652
|
+
"interfaces": [],
|
|
12653
|
+
"description": "Form to create a shipping label via the GLBE Bridge."
|
|
12393
12654
|
}, {
|
|
12394
12655
|
"name": "browse_optin_responses",
|
|
12395
12656
|
"plural": "browse_optin_responses",
|
|
@@ -16317,6 +16578,36 @@
|
|
|
16317
16578
|
}],
|
|
16318
16579
|
"attributes": [],
|
|
16319
16580
|
"interfaces": []
|
|
16581
|
+
}, {
|
|
16582
|
+
"name": "company",
|
|
16583
|
+
"plural": "companies",
|
|
16584
|
+
"fields": [{
|
|
16585
|
+
"name": "legal_name",
|
|
16586
|
+
"type": "string",
|
|
16587
|
+
"required": true,
|
|
16588
|
+
"attributes": [],
|
|
16589
|
+
"annotations": []
|
|
16590
|
+
}, {
|
|
16591
|
+
"name": "incorporation_country",
|
|
16592
|
+
"type": "string",
|
|
16593
|
+
"required": true,
|
|
16594
|
+
"attributes": [],
|
|
16595
|
+
"annotations": []
|
|
16596
|
+
}, {
|
|
16597
|
+
"name": "incorporation_jurisdiction",
|
|
16598
|
+
"type": "string",
|
|
16599
|
+
"required": true,
|
|
16600
|
+
"attributes": [],
|
|
16601
|
+
"annotations": []
|
|
16602
|
+
}, {
|
|
16603
|
+
"name": "tax_registration_number",
|
|
16604
|
+
"type": "string",
|
|
16605
|
+
"required": true,
|
|
16606
|
+
"attributes": [],
|
|
16607
|
+
"annotations": []
|
|
16608
|
+
}],
|
|
16609
|
+
"attributes": [],
|
|
16610
|
+
"interfaces": []
|
|
16320
16611
|
}, {
|
|
16321
16612
|
"name": "consumer_invoice",
|
|
16322
16613
|
"plural": "consumer_invoices",
|
|
@@ -19251,7 +19542,7 @@
|
|
|
19251
19542
|
}, {
|
|
19252
19543
|
"name": "order_number",
|
|
19253
19544
|
"type": "string",
|
|
19254
|
-
"required":
|
|
19545
|
+
"required": true,
|
|
19255
19546
|
"attributes": [],
|
|
19256
19547
|
"annotations": [],
|
|
19257
19548
|
"description": "Order number/key of the client organization. This will allow Flow to tie and track a label to a submitted order, if applicable."
|
|
@@ -25149,6 +25440,30 @@
|
|
|
25149
25440
|
}],
|
|
25150
25441
|
"attributes": [],
|
|
25151
25442
|
"interfaces": []
|
|
25443
|
+
}, {
|
|
25444
|
+
"name": "individual",
|
|
25445
|
+
"plural": "individuals",
|
|
25446
|
+
"fields": [{
|
|
25447
|
+
"name": "legal_name",
|
|
25448
|
+
"type": "string",
|
|
25449
|
+
"required": true,
|
|
25450
|
+
"attributes": [],
|
|
25451
|
+
"annotations": []
|
|
25452
|
+
}, {
|
|
25453
|
+
"name": "tax_registration_number",
|
|
25454
|
+
"type": "string",
|
|
25455
|
+
"required": false,
|
|
25456
|
+
"attributes": [],
|
|
25457
|
+
"annotations": []
|
|
25458
|
+
}, {
|
|
25459
|
+
"name": "date_of_birth",
|
|
25460
|
+
"type": "date-iso8601",
|
|
25461
|
+
"required": true,
|
|
25462
|
+
"attributes": [],
|
|
25463
|
+
"annotations": []
|
|
25464
|
+
}],
|
|
25465
|
+
"attributes": [],
|
|
25466
|
+
"interfaces": []
|
|
25152
25467
|
}, {
|
|
25153
25468
|
"name": "inline_authorization_details",
|
|
25154
25469
|
"plural": "inline_authorization_detailses",
|
|
@@ -27216,6 +27531,97 @@
|
|
|
27216
27531
|
"attributes": [],
|
|
27217
27532
|
"interfaces": [],
|
|
27218
27533
|
"description": "Contains cart related data."
|
|
27534
|
+
}, {
|
|
27535
|
+
"name": "know_your_business_usa",
|
|
27536
|
+
"plural": "know_your_business_usas",
|
|
27537
|
+
"fields": [{
|
|
27538
|
+
"name": "id",
|
|
27539
|
+
"type": "string",
|
|
27540
|
+
"required": true,
|
|
27541
|
+
"attributes": [],
|
|
27542
|
+
"annotations": [],
|
|
27543
|
+
"description": "Globally unique identifier"
|
|
27544
|
+
}, {
|
|
27545
|
+
"name": "primary_entity",
|
|
27546
|
+
"type": "entity",
|
|
27547
|
+
"required": true,
|
|
27548
|
+
"attributes": [],
|
|
27549
|
+
"annotations": []
|
|
27550
|
+
}, {
|
|
27551
|
+
"name": "parent_company",
|
|
27552
|
+
"type": "company",
|
|
27553
|
+
"required": false,
|
|
27554
|
+
"attributes": [],
|
|
27555
|
+
"annotations": []
|
|
27556
|
+
}, {
|
|
27557
|
+
"name": "ultimate_parent_company",
|
|
27558
|
+
"type": "company",
|
|
27559
|
+
"required": false,
|
|
27560
|
+
"attributes": [],
|
|
27561
|
+
"annotations": []
|
|
27562
|
+
}, {
|
|
27563
|
+
"name": "ultimate_beneficiary_owner",
|
|
27564
|
+
"type": "individual",
|
|
27565
|
+
"required": true,
|
|
27566
|
+
"attributes": [],
|
|
27567
|
+
"annotations": []
|
|
27568
|
+
}, {
|
|
27569
|
+
"name": "business_url",
|
|
27570
|
+
"type": "string",
|
|
27571
|
+
"required": true,
|
|
27572
|
+
"attributes": [],
|
|
27573
|
+
"annotations": []
|
|
27574
|
+
}, {
|
|
27575
|
+
"name": "business_address",
|
|
27576
|
+
"type": "address",
|
|
27577
|
+
"required": true,
|
|
27578
|
+
"attributes": [],
|
|
27579
|
+
"annotations": []
|
|
27580
|
+
}],
|
|
27581
|
+
"attributes": [],
|
|
27582
|
+
"interfaces": []
|
|
27583
|
+
}, {
|
|
27584
|
+
"name": "know_your_business_usa_form",
|
|
27585
|
+
"plural": "know_your_business_usa_forms",
|
|
27586
|
+
"fields": [{
|
|
27587
|
+
"name": "primary_entity",
|
|
27588
|
+
"type": "entity",
|
|
27589
|
+
"required": true,
|
|
27590
|
+
"attributes": [],
|
|
27591
|
+
"annotations": []
|
|
27592
|
+
}, {
|
|
27593
|
+
"name": "parent_company",
|
|
27594
|
+
"type": "company",
|
|
27595
|
+
"required": false,
|
|
27596
|
+
"attributes": [],
|
|
27597
|
+
"annotations": []
|
|
27598
|
+
}, {
|
|
27599
|
+
"name": "ultimate_parent_company",
|
|
27600
|
+
"type": "company",
|
|
27601
|
+
"required": false,
|
|
27602
|
+
"attributes": [],
|
|
27603
|
+
"annotations": []
|
|
27604
|
+
}, {
|
|
27605
|
+
"name": "ultimate_beneficiary_owner",
|
|
27606
|
+
"type": "individual",
|
|
27607
|
+
"required": true,
|
|
27608
|
+
"attributes": [],
|
|
27609
|
+
"annotations": []
|
|
27610
|
+
}, {
|
|
27611
|
+
"name": "business_url",
|
|
27612
|
+
"type": "string",
|
|
27613
|
+
"required": true,
|
|
27614
|
+
"attributes": [],
|
|
27615
|
+
"annotations": []
|
|
27616
|
+
}, {
|
|
27617
|
+
"name": "business_address",
|
|
27618
|
+
"type": "address",
|
|
27619
|
+
"required": true,
|
|
27620
|
+
"attributes": [],
|
|
27621
|
+
"annotations": []
|
|
27622
|
+
}],
|
|
27623
|
+
"attributes": [],
|
|
27624
|
+
"interfaces": []
|
|
27219
27625
|
}, {
|
|
27220
27626
|
"name": "kube-healthcheck",
|
|
27221
27627
|
"plural": "kube-healthchecks",
|
|
@@ -30162,6 +30568,13 @@
|
|
|
30162
30568
|
"name": "onboarding_state_transition",
|
|
30163
30569
|
"plural": "onboarding_state_transitions",
|
|
30164
30570
|
"fields": [{
|
|
30571
|
+
"name": "id",
|
|
30572
|
+
"type": "string",
|
|
30573
|
+
"required": true,
|
|
30574
|
+
"attributes": [],
|
|
30575
|
+
"annotations": [],
|
|
30576
|
+
"description": "Globally unique identifier"
|
|
30577
|
+
}, {
|
|
30165
30578
|
"name": "state",
|
|
30166
30579
|
"type": "onboarding_state",
|
|
30167
30580
|
"required": true,
|
|
@@ -30698,6 +31111,13 @@
|
|
|
30698
31111
|
"attributes": [],
|
|
30699
31112
|
"annotations": ["personal_data", "consumer"],
|
|
30700
31113
|
"description": "If present, provides the geo ip related information for this order"
|
|
31114
|
+
}, {
|
|
31115
|
+
"name": "device_details",
|
|
31116
|
+
"type": "device_details",
|
|
31117
|
+
"required": false,
|
|
31118
|
+
"attributes": [],
|
|
31119
|
+
"annotations": ["personal_data", "consumer"],
|
|
31120
|
+
"description": "The technical details of the customer's device."
|
|
30701
31121
|
}],
|
|
30702
31122
|
"attributes": [],
|
|
30703
31123
|
"interfaces": [],
|
|
@@ -34416,6 +34836,30 @@
|
|
|
34416
34836
|
"required": true,
|
|
34417
34837
|
"attributes": [],
|
|
34418
34838
|
"annotations": []
|
|
34839
|
+
}, {
|
|
34840
|
+
"name": "started_at",
|
|
34841
|
+
"type": "date-time-iso8601",
|
|
34842
|
+
"required": false,
|
|
34843
|
+
"attributes": [],
|
|
34844
|
+
"annotations": []
|
|
34845
|
+
}, {
|
|
34846
|
+
"name": "time_blocked",
|
|
34847
|
+
"type": "long",
|
|
34848
|
+
"required": false,
|
|
34849
|
+
"attributes": [],
|
|
34850
|
+
"annotations": []
|
|
34851
|
+
}, {
|
|
34852
|
+
"name": "blocked_since",
|
|
34853
|
+
"type": "date-time-iso8601",
|
|
34854
|
+
"required": false,
|
|
34855
|
+
"attributes": [],
|
|
34856
|
+
"annotations": []
|
|
34857
|
+
}, {
|
|
34858
|
+
"name": "completed_at",
|
|
34859
|
+
"type": "date-time-iso8601",
|
|
34860
|
+
"required": false,
|
|
34861
|
+
"attributes": [],
|
|
34862
|
+
"annotations": []
|
|
34419
34863
|
}],
|
|
34420
34864
|
"attributes": [],
|
|
34421
34865
|
"interfaces": []
|
|
@@ -37657,6 +38101,38 @@
|
|
|
37657
38101
|
}],
|
|
37658
38102
|
"attributes": [],
|
|
37659
38103
|
"interfaces": []
|
|
38104
|
+
}, {
|
|
38105
|
+
"name": "payment_request_deleted",
|
|
38106
|
+
"plural": "payment_request_deleteds",
|
|
38107
|
+
"fields": [{
|
|
38108
|
+
"name": "event_id",
|
|
38109
|
+
"type": "string",
|
|
38110
|
+
"required": true,
|
|
38111
|
+
"attributes": [],
|
|
38112
|
+
"annotations": []
|
|
38113
|
+
}, {
|
|
38114
|
+
"name": "timestamp",
|
|
38115
|
+
"type": "date-time-iso8601",
|
|
38116
|
+
"required": true,
|
|
38117
|
+
"attributes": [],
|
|
38118
|
+
"annotations": []
|
|
38119
|
+
}, {
|
|
38120
|
+
"name": "organization",
|
|
38121
|
+
"type": "string",
|
|
38122
|
+
"required": true,
|
|
38123
|
+
"attributes": [],
|
|
38124
|
+
"annotations": [],
|
|
38125
|
+
"description": "Refers to your organization's account identifier"
|
|
38126
|
+
}, {
|
|
38127
|
+
"name": "id",
|
|
38128
|
+
"type": "string",
|
|
38129
|
+
"required": true,
|
|
38130
|
+
"attributes": [],
|
|
38131
|
+
"annotations": [],
|
|
38132
|
+
"description": "Globally unique identifier"
|
|
38133
|
+
}],
|
|
38134
|
+
"attributes": [],
|
|
38135
|
+
"interfaces": []
|
|
37660
38136
|
}, {
|
|
37661
38137
|
"name": "payment_request_form",
|
|
37662
38138
|
"plural": "payment_request_forms",
|
|
@@ -86646,6 +87122,78 @@
|
|
|
86646
87122
|
}
|
|
86647
87123
|
}],
|
|
86648
87124
|
"path": "/:organization/search/item/query/suggestions"
|
|
87125
|
+
}, {
|
|
87126
|
+
"type": "know_your_business",
|
|
87127
|
+
"plural": "know_your_businesses",
|
|
87128
|
+
"operations": [{
|
|
87129
|
+
"method": "PUT",
|
|
87130
|
+
"path": "/:organization/shopify/merchant/config/know/your/business",
|
|
87131
|
+
"parameters": [{
|
|
87132
|
+
"name": "organization",
|
|
87133
|
+
"type": "string",
|
|
87134
|
+
"location": "Path",
|
|
87135
|
+
"required": true,
|
|
87136
|
+
"description": "Refers to your organization's account identifier"
|
|
87137
|
+
}],
|
|
87138
|
+
"responses": [{
|
|
87139
|
+
"code": {
|
|
87140
|
+
"integer": {
|
|
87141
|
+
"value": 200
|
|
87142
|
+
}
|
|
87143
|
+
},
|
|
87144
|
+
"type": "know_your_business",
|
|
87145
|
+
"description": "Successful response",
|
|
87146
|
+
"attributes": []
|
|
87147
|
+
}, {
|
|
87148
|
+
"code": {
|
|
87149
|
+
"integer": {
|
|
87150
|
+
"value": 201
|
|
87151
|
+
}
|
|
87152
|
+
},
|
|
87153
|
+
"type": "know_your_business",
|
|
87154
|
+
"description": "Operation succeeded and the resource was created",
|
|
87155
|
+
"attributes": []
|
|
87156
|
+
}, {
|
|
87157
|
+
"code": {
|
|
87158
|
+
"integer": {
|
|
87159
|
+
"value": 401
|
|
87160
|
+
}
|
|
87161
|
+
},
|
|
87162
|
+
"type": "unit",
|
|
87163
|
+
"description": "Authorization failed",
|
|
87164
|
+
"attributes": []
|
|
87165
|
+
}, {
|
|
87166
|
+
"code": {
|
|
87167
|
+
"integer": {
|
|
87168
|
+
"value": 404
|
|
87169
|
+
}
|
|
87170
|
+
},
|
|
87171
|
+
"type": "unit",
|
|
87172
|
+
"description": "Resource was not found",
|
|
87173
|
+
"attributes": []
|
|
87174
|
+
}, {
|
|
87175
|
+
"code": {
|
|
87176
|
+
"integer": {
|
|
87177
|
+
"value": 422
|
|
87178
|
+
}
|
|
87179
|
+
},
|
|
87180
|
+
"type": "generic_error",
|
|
87181
|
+
"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.",
|
|
87182
|
+
"attributes": []
|
|
87183
|
+
}],
|
|
87184
|
+
"attributes": [],
|
|
87185
|
+
"body": {
|
|
87186
|
+
"type": "know_your_business_form",
|
|
87187
|
+
"attributes": []
|
|
87188
|
+
}
|
|
87189
|
+
}],
|
|
87190
|
+
"attributes": [{
|
|
87191
|
+
"name": "docs",
|
|
87192
|
+
"value": {
|
|
87193
|
+
"module": "general"
|
|
87194
|
+
}
|
|
87195
|
+
}],
|
|
87196
|
+
"path": "/:organization/shopify/merchant/config/know/your/business"
|
|
86649
87197
|
}, {
|
|
86650
87198
|
"type": "kube-healthcheck",
|
|
86651
87199
|
"plural": "kube-healthchecks",
|
|
@@ -95908,6 +96456,69 @@
|
|
|
95908
96456
|
}
|
|
95909
96457
|
}],
|
|
95910
96458
|
"path": "/:organization/billing/transactions"
|
|
96459
|
+
}, {
|
|
96460
|
+
"type": "ultimate_beneficiary_owner",
|
|
96461
|
+
"plural": "ultimate_beneficiary_owners",
|
|
96462
|
+
"operations": [{
|
|
96463
|
+
"method": "PUT",
|
|
96464
|
+
"path": "/:organization/shopify/merchant/config/ultimate/beneficiary/owner",
|
|
96465
|
+
"parameters": [{
|
|
96466
|
+
"name": "organization",
|
|
96467
|
+
"type": "string",
|
|
96468
|
+
"location": "Path",
|
|
96469
|
+
"required": true,
|
|
96470
|
+
"description": "Refers to your organization's account identifier"
|
|
96471
|
+
}],
|
|
96472
|
+
"responses": [{
|
|
96473
|
+
"code": {
|
|
96474
|
+
"integer": {
|
|
96475
|
+
"value": 200
|
|
96476
|
+
}
|
|
96477
|
+
},
|
|
96478
|
+
"type": "ultimate_beneficiary_owner",
|
|
96479
|
+
"description": "Successful response",
|
|
96480
|
+
"attributes": []
|
|
96481
|
+
}, {
|
|
96482
|
+
"code": {
|
|
96483
|
+
"integer": {
|
|
96484
|
+
"value": 401
|
|
96485
|
+
}
|
|
96486
|
+
},
|
|
96487
|
+
"type": "unit",
|
|
96488
|
+
"description": "Authorization failed",
|
|
96489
|
+
"attributes": []
|
|
96490
|
+
}, {
|
|
96491
|
+
"code": {
|
|
96492
|
+
"integer": {
|
|
96493
|
+
"value": 404
|
|
96494
|
+
}
|
|
96495
|
+
},
|
|
96496
|
+
"type": "unit",
|
|
96497
|
+
"description": "Resource was not found",
|
|
96498
|
+
"attributes": []
|
|
96499
|
+
}, {
|
|
96500
|
+
"code": {
|
|
96501
|
+
"integer": {
|
|
96502
|
+
"value": 422
|
|
96503
|
+
}
|
|
96504
|
+
},
|
|
96505
|
+
"type": "generic_error",
|
|
96506
|
+
"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.",
|
|
96507
|
+
"attributes": []
|
|
96508
|
+
}],
|
|
96509
|
+
"attributes": [],
|
|
96510
|
+
"body": {
|
|
96511
|
+
"type": "ultimate_beneficiary_owner",
|
|
96512
|
+
"attributes": []
|
|
96513
|
+
}
|
|
96514
|
+
}],
|
|
96515
|
+
"attributes": [{
|
|
96516
|
+
"name": "docs",
|
|
96517
|
+
"value": {
|
|
96518
|
+
"module": "general"
|
|
96519
|
+
}
|
|
96520
|
+
}],
|
|
96521
|
+
"path": "/:organization/shopify/merchant/config/ultimate/beneficiary/owner"
|
|
95911
96522
|
}, {
|
|
95912
96523
|
"type": "upload",
|
|
95913
96524
|
"plural": "uploads",
|