@flowio/api-internal-mock-generator 5.31.38 → 5.31.39

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.
@@ -10,7 +10,7 @@
10
10
  "key" : "api-internal"
11
11
  },
12
12
  "namespace" : "io.flow.internal.v0",
13
- "version" : "0.17.12",
13
+ "version" : "0.17.17",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -545,7 +545,7 @@
545
545
  "enums" : [ "attachment_type", "fee_deduction_type", "payout_status_code", "transaction_source", "withholding_deduction_type" ],
546
546
  "interfaces" : [ "bank_account", "default_bank_account", "statement_interface", "transaction_interface", "transaction_source_interface" ],
547
547
  "unions" : [ "settlement" ],
548
- "models" : [ "account_reference", "attachment", "bank_account_form", "billing_channel_order_summary", "billing_channel_organization_summary", "billing_channel_payment_request_reference", "billing_channel_statement_reference", "billing_discount", "channel_statement", "channel_transaction", "default_bank_account_form", "fee_deduction", "no_payout", "organization_bank_account", "organization_default_bank_account", "payout", "payout_status", "statement", "transaction", "withholding_deduction" ],
548
+ "models" : [ "account_reference", "attachment", "bank_account_form", "bank_account_reference", "billing_channel_order_summary", "billing_channel_organization_summary", "billing_channel_payment_request_reference", "billing_channel_statement_reference", "billing_discount", "channel_statement", "channel_transaction", "default_bank_account_form", "fee_deduction", "no_payout", "organization_bank_account", "organization_default_bank_account", "payout", "payout_status", "statement", "transaction", "withholding_deduction" ],
549
549
  "annotations" : [ ]
550
550
  }, {
551
551
  "uri" : "https://app.apibuilder.io/flow/order-management-event/latest/service.json",
@@ -646,7 +646,7 @@
646
646
  "application" : {
647
647
  "key" : "pricing-indicator-internal-event"
648
648
  },
649
- "version" : "0.17.12",
649
+ "version" : "0.17.17",
650
650
  "enums" : [ "pricing_indicator_status", "service_name" ],
651
651
  "interfaces" : [ ],
652
652
  "unions" : [ "pricing_indicator_event" ],
@@ -676,7 +676,7 @@
676
676
  "application" : {
677
677
  "key" : "order-management"
678
678
  },
679
- "version" : "0.16.82",
679
+ "version" : "0.16.83",
680
680
  "enums" : [ "cancel_reason", "fulfillment_item_quantity_status", "order_change_source" ],
681
681
  "interfaces" : [ ],
682
682
  "unions" : [ ],
@@ -691,7 +691,7 @@
691
691
  "application" : {
692
692
  "key" : "catalog-exclusion"
693
693
  },
694
- "version" : "0.16.82",
694
+ "version" : "0.16.83",
695
695
  "enums" : [ "exclusion_rule_state" ],
696
696
  "interfaces" : [ ],
697
697
  "unions" : [ ],
@@ -706,7 +706,7 @@
706
706
  "application" : {
707
707
  "key" : "catalog-return"
708
708
  },
709
- "version" : "0.16.82",
709
+ "version" : "0.16.83",
710
710
  "enums" : [ "return_policy_state" ],
711
711
  "interfaces" : [ ],
712
712
  "unions" : [ ],
@@ -721,7 +721,7 @@
721
721
  "application" : {
722
722
  "key" : "ftp"
723
723
  },
724
- "version" : "0.16.82",
724
+ "version" : "0.16.83",
725
725
  "enums" : [ "ftp_file_source" ],
726
726
  "interfaces" : [ ],
727
727
  "unions" : [ ],
@@ -2858,6 +2858,24 @@
2858
2858
  }, {
2859
2859
  "name" : "bank_payment_deleted_v2",
2860
2860
  "attributes" : [ ]
2861
+ }, {
2862
+ "name" : "channel_transaction_upserted",
2863
+ "attributes" : [ ]
2864
+ }, {
2865
+ "name" : "channel_transaction_deleted",
2866
+ "attributes" : [ ]
2867
+ }, {
2868
+ "name" : "order_transaction_upserted",
2869
+ "attributes" : [ ]
2870
+ }, {
2871
+ "name" : "order_transaction_deleted",
2872
+ "attributes" : [ ]
2873
+ }, {
2874
+ "name" : "label_transaction_upserted",
2875
+ "attributes" : [ ]
2876
+ }, {
2877
+ "name" : "label_transaction_deleted",
2878
+ "attributes" : [ ]
2861
2879
  }, {
2862
2880
  "name" : "calculator_organization_settings_upserted",
2863
2881
  "attributes" : [ ]
@@ -4570,6 +4588,28 @@
4570
4588
  "description" : "externally visible merchant rejection reason"
4571
4589
  } ],
4572
4590
  "attributes" : [ ]
4591
+ }, {
4592
+ "name" : "organization_restriction_queue",
4593
+ "plural" : "organization_restriction_queues",
4594
+ "values" : [ {
4595
+ "name" : "in_review",
4596
+ "attributes" : [ ],
4597
+ "description" : "the organization is under full review."
4598
+ }, {
4599
+ "name" : "reviewed",
4600
+ "attributes" : [ ],
4601
+ "description" : "the organization is full reviewed."
4602
+ }, {
4603
+ "name" : "rejected",
4604
+ "attributes" : [ ],
4605
+ "description" : "the organization is under full review is rejected."
4606
+ }, {
4607
+ "name" : "unscreened",
4608
+ "attributes" : [ ],
4609
+ "description" : "the organization is not screened yet."
4610
+ } ],
4611
+ "attributes" : [ ],
4612
+ "description" : "the queue of the organizations, combining screening_status and full reviewed date."
4573
4613
  }, {
4574
4614
  "name" : "organization_restriction_risk_level",
4575
4615
  "plural" : "organization_restriction_risk_levels",
@@ -4578,11 +4618,6 @@
4578
4618
  "attributes" : [ ],
4579
4619
  "description" : "the organization is at low risk",
4580
4620
  "value" : "5"
4581
- }, {
4582
- "name" : "medium",
4583
- "attributes" : [ ],
4584
- "description" : "the organization is at low risk",
4585
- "value" : "10"
4586
4621
  }, {
4587
4622
  "name" : "high",
4588
4623
  "attributes" : [ ],
@@ -4610,7 +4645,8 @@
4610
4645
  "attributes" : [ ],
4611
4646
  "description" : "Nothing has been screened for an organization"
4612
4647
  } ],
4613
- "attributes" : [ ]
4648
+ "attributes" : [ ],
4649
+ "description" : "The screening status the compliance team can make."
4614
4650
  }, {
4615
4651
  "name" : "output_style",
4616
4652
  "plural" : "output_styles",
@@ -9061,6 +9097,30 @@
9061
9097
  "type" : "bank_payment_deleted_v2",
9062
9098
  "attributes" : [ ],
9063
9099
  "discriminator_value" : "bank_payment_deleted_v2"
9100
+ }, {
9101
+ "type" : "channel_transaction_upserted",
9102
+ "attributes" : [ ],
9103
+ "discriminator_value" : "channel_transaction_upserted"
9104
+ }, {
9105
+ "type" : "channel_transaction_deleted",
9106
+ "attributes" : [ ],
9107
+ "discriminator_value" : "channel_transaction_deleted"
9108
+ }, {
9109
+ "type" : "order_transaction_upserted",
9110
+ "attributes" : [ ],
9111
+ "discriminator_value" : "order_transaction_upserted"
9112
+ }, {
9113
+ "type" : "order_transaction_deleted",
9114
+ "attributes" : [ ],
9115
+ "discriminator_value" : "order_transaction_deleted"
9116
+ }, {
9117
+ "type" : "label_transaction_upserted",
9118
+ "attributes" : [ ],
9119
+ "discriminator_value" : "label_transaction_upserted"
9120
+ }, {
9121
+ "type" : "label_transaction_deleted",
9122
+ "attributes" : [ ],
9123
+ "discriminator_value" : "label_transaction_deleted"
9064
9124
  }, {
9065
9125
  "type" : "calculator_organization_settings_upserted",
9066
9126
  "attributes" : [ ],
@@ -10807,6 +10867,11 @@
10807
10867
  "attributes" : [ ],
10808
10868
  "default" : false,
10809
10869
  "discriminator_value" : "fulfilled"
10870
+ }, {
10871
+ "type" : "proof_of_posting_externally_fulfilled",
10872
+ "attributes" : [ ],
10873
+ "default" : false,
10874
+ "discriminator_value" : "external"
10810
10875
  }, {
10811
10876
  "type" : "proof_of_posting_fully_refunded",
10812
10877
  "attributes" : [ ],
@@ -18239,6 +18304,31 @@
18239
18304
  } ],
18240
18305
  "attributes" : [ ],
18241
18306
  "interfaces" : [ "base_transaction" ]
18307
+ }, {
18308
+ "name" : "channel_transaction_deleted",
18309
+ "plural" : "channel_transaction_deleteds",
18310
+ "fields" : [ {
18311
+ "name" : "event_id",
18312
+ "type" : "string",
18313
+ "required" : true,
18314
+ "attributes" : [ ],
18315
+ "annotations" : [ ]
18316
+ }, {
18317
+ "name" : "timestamp",
18318
+ "type" : "date-time-iso8601",
18319
+ "required" : true,
18320
+ "attributes" : [ ],
18321
+ "annotations" : [ ]
18322
+ }, {
18323
+ "name" : "id",
18324
+ "type" : "string",
18325
+ "required" : true,
18326
+ "attributes" : [ ],
18327
+ "annotations" : [ ],
18328
+ "description" : "Globally unique identifier"
18329
+ } ],
18330
+ "attributes" : [ ],
18331
+ "interfaces" : [ ]
18242
18332
  }, {
18243
18333
  "name" : "channel_transaction_rate",
18244
18334
  "plural" : "channel_transaction_rates",
@@ -18274,6 +18364,30 @@
18274
18364
  "attributes" : [ ],
18275
18365
  "interfaces" : [ ],
18276
18366
  "description" : "Defines the model used in the channel_transactions.rates column"
18367
+ }, {
18368
+ "name" : "channel_transaction_upserted",
18369
+ "plural" : "channel_transaction_upserteds",
18370
+ "fields" : [ {
18371
+ "name" : "event_id",
18372
+ "type" : "string",
18373
+ "required" : true,
18374
+ "attributes" : [ ],
18375
+ "annotations" : [ ]
18376
+ }, {
18377
+ "name" : "timestamp",
18378
+ "type" : "date-time-iso8601",
18379
+ "required" : true,
18380
+ "attributes" : [ ],
18381
+ "annotations" : [ ]
18382
+ }, {
18383
+ "name" : "channel_transaction",
18384
+ "type" : "channel_transaction",
18385
+ "required" : true,
18386
+ "attributes" : [ ],
18387
+ "annotations" : [ ]
18388
+ } ],
18389
+ "attributes" : [ ],
18390
+ "interfaces" : [ ]
18277
18391
  }, {
18278
18392
  "name" : "chargeback",
18279
18393
  "plural" : "chargebacks",
@@ -30774,6 +30888,107 @@
30774
30888
  } ],
30775
30889
  "attributes" : [ ],
30776
30890
  "interfaces" : [ ]
30891
+ }, {
30892
+ "name" : "external_fulfillment_proof",
30893
+ "plural" : "external_fulfillment_proofs",
30894
+ "fields" : [ {
30895
+ "name" : "id",
30896
+ "type" : "string",
30897
+ "required" : true,
30898
+ "attributes" : [ ],
30899
+ "annotations" : [ ],
30900
+ "description" : "Globally unique identifier",
30901
+ "example" : "xxxx-1234"
30902
+ }, {
30903
+ "name" : "order",
30904
+ "type" : "billing_order_transaction_order_reference",
30905
+ "required" : true,
30906
+ "attributes" : [ ],
30907
+ "annotations" : [ ]
30908
+ }, {
30909
+ "name" : "responsible_party",
30910
+ "type" : "responsible_party",
30911
+ "required" : true,
30912
+ "attributes" : [ ],
30913
+ "annotations" : [ ]
30914
+ }, {
30915
+ "name" : "tracking",
30916
+ "type" : "[external_fulfillment_proof_tracking]",
30917
+ "required" : true,
30918
+ "attributes" : [ ],
30919
+ "annotations" : [ ],
30920
+ "description" : "Tracking information for this order if provided",
30921
+ "minimum" : 0
30922
+ } ],
30923
+ "attributes" : [ ],
30924
+ "interfaces" : [ ],
30925
+ "description" : "Represents proof of fulfillment provided manually outside the product. This helps us release post transactions related to orders that were, for example, shipped without using a global-e label"
30926
+ }, {
30927
+ "name" : "external_fulfillment_proof_form",
30928
+ "plural" : "external_fulfillment_proof_forms",
30929
+ "fields" : [ {
30930
+ "name" : "responsible_party",
30931
+ "type" : "responsible_party",
30932
+ "required" : true,
30933
+ "attributes" : [ ],
30934
+ "annotations" : [ ]
30935
+ }, {
30936
+ "name" : "tracking",
30937
+ "type" : "[external_fulfillment_proof_tracking_form]",
30938
+ "required" : false,
30939
+ "attributes" : [ ],
30940
+ "annotations" : [ ]
30941
+ } ],
30942
+ "attributes" : [ ],
30943
+ "interfaces" : [ ]
30944
+ }, {
30945
+ "name" : "external_fulfillment_proof_tracking",
30946
+ "plural" : "external_fulfillment_proof_trackings",
30947
+ "fields" : [ {
30948
+ "name" : "carrier_id",
30949
+ "type" : "string",
30950
+ "required" : false,
30951
+ "attributes" : [ ],
30952
+ "annotations" : [ ]
30953
+ }, {
30954
+ "name" : "service_id",
30955
+ "type" : "string",
30956
+ "required" : false,
30957
+ "attributes" : [ ],
30958
+ "annotations" : [ ]
30959
+ }, {
30960
+ "name" : "carrier_tracking_number",
30961
+ "type" : "string",
30962
+ "required" : false,
30963
+ "attributes" : [ ],
30964
+ "annotations" : [ ]
30965
+ } ],
30966
+ "attributes" : [ ],
30967
+ "interfaces" : [ ]
30968
+ }, {
30969
+ "name" : "external_fulfillment_proof_tracking_form",
30970
+ "plural" : "external_fulfillment_proof_tracking_forms",
30971
+ "fields" : [ {
30972
+ "name" : "carrier_id",
30973
+ "type" : "string",
30974
+ "required" : false,
30975
+ "attributes" : [ ],
30976
+ "annotations" : [ ]
30977
+ }, {
30978
+ "name" : "service_id",
30979
+ "type" : "string",
30980
+ "required" : false,
30981
+ "attributes" : [ ],
30982
+ "annotations" : [ ]
30983
+ }, {
30984
+ "name" : "carrier_tracking_number",
30985
+ "type" : "string",
30986
+ "required" : false,
30987
+ "attributes" : [ ],
30988
+ "annotations" : [ ]
30989
+ } ],
30990
+ "attributes" : [ ],
30991
+ "interfaces" : [ ]
30777
30992
  }, {
30778
30993
  "name" : "facebook_pixel",
30779
30994
  "plural" : "facebook_pixels",
@@ -40131,6 +40346,55 @@
40131
40346
  "attributes" : [ ],
40132
40347
  "interfaces" : [ "base_transaction" ],
40133
40348
  "description" : "Implements the account label service fee, if any. Also responsible for sharing the cost of labels based on the account setting 'charge_label_cost_directly'"
40349
+ }, {
40350
+ "name" : "label_transaction_deleted",
40351
+ "plural" : "label_transaction_deleteds",
40352
+ "fields" : [ {
40353
+ "name" : "event_id",
40354
+ "type" : "string",
40355
+ "required" : true,
40356
+ "attributes" : [ ],
40357
+ "annotations" : [ ]
40358
+ }, {
40359
+ "name" : "timestamp",
40360
+ "type" : "date-time-iso8601",
40361
+ "required" : true,
40362
+ "attributes" : [ ],
40363
+ "annotations" : [ ]
40364
+ }, {
40365
+ "name" : "id",
40366
+ "type" : "string",
40367
+ "required" : true,
40368
+ "attributes" : [ ],
40369
+ "annotations" : [ ],
40370
+ "description" : "Globally unique identifier"
40371
+ } ],
40372
+ "attributes" : [ ],
40373
+ "interfaces" : [ ]
40374
+ }, {
40375
+ "name" : "label_transaction_upserted",
40376
+ "plural" : "label_transaction_upserteds",
40377
+ "fields" : [ {
40378
+ "name" : "event_id",
40379
+ "type" : "string",
40380
+ "required" : true,
40381
+ "attributes" : [ ],
40382
+ "annotations" : [ ]
40383
+ }, {
40384
+ "name" : "timestamp",
40385
+ "type" : "date-time-iso8601",
40386
+ "required" : true,
40387
+ "attributes" : [ ],
40388
+ "annotations" : [ ]
40389
+ }, {
40390
+ "name" : "label_transaction",
40391
+ "type" : "label_transaction",
40392
+ "required" : true,
40393
+ "attributes" : [ ],
40394
+ "annotations" : [ ]
40395
+ } ],
40396
+ "attributes" : [ ],
40397
+ "interfaces" : [ ]
40134
40398
  }, {
40135
40399
  "name" : "labeled_content",
40136
40400
  "plural" : "labeled_contents",
@@ -44567,6 +44831,55 @@
44567
44831
  "attributes" : [ ],
44568
44832
  "interfaces" : [ "base_transaction" ],
44569
44833
  "description" : "Implements the account order service fee, if any"
44834
+ }, {
44835
+ "name" : "order_transaction_deleted",
44836
+ "plural" : "order_transaction_deleteds",
44837
+ "fields" : [ {
44838
+ "name" : "event_id",
44839
+ "type" : "string",
44840
+ "required" : true,
44841
+ "attributes" : [ ],
44842
+ "annotations" : [ ]
44843
+ }, {
44844
+ "name" : "timestamp",
44845
+ "type" : "date-time-iso8601",
44846
+ "required" : true,
44847
+ "attributes" : [ ],
44848
+ "annotations" : [ ]
44849
+ }, {
44850
+ "name" : "id",
44851
+ "type" : "string",
44852
+ "required" : true,
44853
+ "attributes" : [ ],
44854
+ "annotations" : [ ],
44855
+ "description" : "Globally unique identifier"
44856
+ } ],
44857
+ "attributes" : [ ],
44858
+ "interfaces" : [ ]
44859
+ }, {
44860
+ "name" : "order_transaction_upserted",
44861
+ "plural" : "order_transaction_upserteds",
44862
+ "fields" : [ {
44863
+ "name" : "event_id",
44864
+ "type" : "string",
44865
+ "required" : true,
44866
+ "attributes" : [ ],
44867
+ "annotations" : [ ]
44868
+ }, {
44869
+ "name" : "timestamp",
44870
+ "type" : "date-time-iso8601",
44871
+ "required" : true,
44872
+ "attributes" : [ ],
44873
+ "annotations" : [ ]
44874
+ }, {
44875
+ "name" : "order_transaction",
44876
+ "type" : "order_transaction",
44877
+ "required" : true,
44878
+ "attributes" : [ ],
44879
+ "annotations" : [ ]
44880
+ } ],
44881
+ "attributes" : [ ],
44882
+ "interfaces" : [ ]
44570
44883
  }, {
44571
44884
  "name" : "organization_account",
44572
44885
  "plural" : "organization_accounts",
@@ -45581,10 +45894,10 @@
45581
45894
  }, {
45582
45895
  "name" : "risk_level",
45583
45896
  "type" : "organization_restriction_risk_level",
45584
- "required" : true,
45897
+ "required" : false,
45585
45898
  "attributes" : [ ],
45586
45899
  "annotations" : [ ],
45587
- "description" : "risk level of an organization decides if the organization should be reviewed as a high priority"
45900
+ "description" : "risk level of an organization"
45588
45901
  }, {
45589
45902
  "name" : "selective_review_start_date",
45590
45903
  "type" : "date-time-iso8601",
@@ -48610,6 +48923,18 @@
48610
48923
  "attributes" : [ ],
48611
48924
  "interfaces" : [ ],
48612
48925
  "description" : "A product id and an array of restriction_history_item_review_decision for that product sorted in descending order of updated_at."
48926
+ }, {
48927
+ "name" : "proof_of_posting_externally_fulfilled",
48928
+ "plural" : "proof_of_posting_externally_fulfilleds",
48929
+ "fields" : [ {
48930
+ "name" : "external_fulfillment_proof_id",
48931
+ "type" : "string",
48932
+ "required" : true,
48933
+ "attributes" : [ ],
48934
+ "annotations" : [ ]
48935
+ } ],
48936
+ "attributes" : [ ],
48937
+ "interfaces" : [ ]
48613
48938
  }, {
48614
48939
  "name" : "proof_of_posting_fulfilled",
48615
48940
  "plural" : "proof_of_posting_fulfilleds",
@@ -66369,6 +66694,268 @@
66369
66694
  } ],
66370
66695
  "path" : "/:organization/experiment/:key/results",
66371
66696
  "description" : "Time series experiment results data for specified organization, experiment key, start date, end date. Dates are specified in UTC. Results will be sorted by timestamp."
66697
+ }, {
66698
+ "type" : "external_fulfillment_proof",
66699
+ "plural" : "external_fulfillment_proofs",
66700
+ "operations" : [ {
66701
+ "method" : "GET",
66702
+ "path" : "/internal/billing/external/fulfillment/proof",
66703
+ "parameters" : [ {
66704
+ "name" : "id",
66705
+ "type" : "[string]",
66706
+ "location" : "Query",
66707
+ "required" : false,
66708
+ "description" : "Filter by one or more IDs of this resource",
66709
+ "maximum" : 100
66710
+ }, {
66711
+ "name" : "organization",
66712
+ "type" : "string",
66713
+ "location" : "Query",
66714
+ "required" : false,
66715
+ "description" : "Refers to your organization's account identifier"
66716
+ }, {
66717
+ "name" : "order_number",
66718
+ "type" : "string",
66719
+ "location" : "Query",
66720
+ "required" : false
66721
+ }, {
66722
+ "name" : "limit",
66723
+ "type" : "long",
66724
+ "location" : "Query",
66725
+ "required" : true,
66726
+ "description" : "The maximum number of results to return",
66727
+ "default" : "25",
66728
+ "minimum" : 1,
66729
+ "maximum" : 100
66730
+ }, {
66731
+ "name" : "offset",
66732
+ "type" : "long",
66733
+ "location" : "Query",
66734
+ "required" : true,
66735
+ "description" : "The number of results to skip before returning results",
66736
+ "default" : "0",
66737
+ "minimum" : 0
66738
+ }, {
66739
+ "name" : "sort",
66740
+ "type" : "string",
66741
+ "location" : "Query",
66742
+ "required" : true,
66743
+ "default" : "id"
66744
+ } ],
66745
+ "responses" : [ {
66746
+ "code" : {
66747
+ "integer" : {
66748
+ "value" : 200
66749
+ }
66750
+ },
66751
+ "type" : "[external_fulfillment_proof]",
66752
+ "description" : "Successful response",
66753
+ "attributes" : [ ]
66754
+ }, {
66755
+ "code" : {
66756
+ "integer" : {
66757
+ "value" : 401
66758
+ }
66759
+ },
66760
+ "type" : "unit",
66761
+ "description" : "Authorization failed",
66762
+ "attributes" : [ ]
66763
+ }, {
66764
+ "code" : {
66765
+ "integer" : {
66766
+ "value" : 404
66767
+ }
66768
+ },
66769
+ "type" : "unit",
66770
+ "description" : "Resource was not found",
66771
+ "attributes" : [ ]
66772
+ }, {
66773
+ "code" : {
66774
+ "integer" : {
66775
+ "value" : 422
66776
+ }
66777
+ },
66778
+ "type" : "io.flow.error.v0.models.generic_error",
66779
+ "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.",
66780
+ "attributes" : [ ]
66781
+ } ],
66782
+ "attributes" : [ {
66783
+ "name" : "sort",
66784
+ "value" : {
66785
+ "values" : [ {
66786
+ "value" : "id"
66787
+ }, {
66788
+ "value" : "order_number"
66789
+ }, {
66790
+ "value" : "created_at"
66791
+ } ]
66792
+ }
66793
+ }, {
66794
+ "name" : "linter",
66795
+ "value" : {
66796
+ "ignore" : [ "sort_parameter_default", "versions" ]
66797
+ }
66798
+ } ]
66799
+ }, {
66800
+ "method" : "GET",
66801
+ "path" : "/internal/billing/external/fulfillment/proof/organization/:organization_id/order_number/:order_number",
66802
+ "parameters" : [ {
66803
+ "name" : "organization_id",
66804
+ "type" : "string",
66805
+ "location" : "Path",
66806
+ "required" : true
66807
+ }, {
66808
+ "name" : "order_number",
66809
+ "type" : "string",
66810
+ "location" : "Path",
66811
+ "required" : true
66812
+ } ],
66813
+ "responses" : [ {
66814
+ "code" : {
66815
+ "integer" : {
66816
+ "value" : 200
66817
+ }
66818
+ },
66819
+ "type" : "external_fulfillment_proof",
66820
+ "description" : "Successful response",
66821
+ "attributes" : [ ]
66822
+ }, {
66823
+ "code" : {
66824
+ "integer" : {
66825
+ "value" : 401
66826
+ }
66827
+ },
66828
+ "type" : "unit",
66829
+ "description" : "Authorization failed",
66830
+ "attributes" : [ ]
66831
+ }, {
66832
+ "code" : {
66833
+ "integer" : {
66834
+ "value" : 404
66835
+ }
66836
+ },
66837
+ "type" : "unit",
66838
+ "description" : "Resource was not found",
66839
+ "attributes" : [ ]
66840
+ } ],
66841
+ "attributes" : [ ]
66842
+ }, {
66843
+ "method" : "PUT",
66844
+ "path" : "/internal/billing/external/fulfillment/proof/organization/:organization_id/order_number/:order_number",
66845
+ "parameters" : [ {
66846
+ "name" : "organization_id",
66847
+ "type" : "string",
66848
+ "location" : "Path",
66849
+ "required" : true
66850
+ }, {
66851
+ "name" : "order_number",
66852
+ "type" : "string",
66853
+ "location" : "Path",
66854
+ "required" : true
66855
+ } ],
66856
+ "responses" : [ {
66857
+ "code" : {
66858
+ "integer" : {
66859
+ "value" : 404
66860
+ }
66861
+ },
66862
+ "type" : "unit",
66863
+ "description" : "Resource was not found",
66864
+ "attributes" : [ ]
66865
+ }, {
66866
+ "code" : {
66867
+ "integer" : {
66868
+ "value" : 201
66869
+ }
66870
+ },
66871
+ "type" : "external_fulfillment_proof",
66872
+ "description" : "Operation succeeded and the resource was created",
66873
+ "attributes" : [ ]
66874
+ }, {
66875
+ "code" : {
66876
+ "integer" : {
66877
+ "value" : 422
66878
+ }
66879
+ },
66880
+ "type" : "io.flow.error.v0.models.generic_error",
66881
+ "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.",
66882
+ "attributes" : [ ]
66883
+ }, {
66884
+ "code" : {
66885
+ "integer" : {
66886
+ "value" : 401
66887
+ }
66888
+ },
66889
+ "type" : "unit",
66890
+ "description" : "Authorization failed",
66891
+ "attributes" : [ ]
66892
+ }, {
66893
+ "code" : {
66894
+ "integer" : {
66895
+ "value" : 200
66896
+ }
66897
+ },
66898
+ "type" : "external_fulfillment_proof",
66899
+ "description" : "Successful response",
66900
+ "attributes" : [ ]
66901
+ } ],
66902
+ "attributes" : [ ],
66903
+ "body" : {
66904
+ "type" : "external_fulfillment_proof_form",
66905
+ "attributes" : [ ]
66906
+ }
66907
+ }, {
66908
+ "method" : "DELETE",
66909
+ "path" : "/internal/billing/external/fulfillment/proof/organization/:organization_id/order_number/:order_number",
66910
+ "parameters" : [ {
66911
+ "name" : "organization_id",
66912
+ "type" : "string",
66913
+ "location" : "Path",
66914
+ "required" : true
66915
+ }, {
66916
+ "name" : "order_number",
66917
+ "type" : "string",
66918
+ "location" : "Path",
66919
+ "required" : true
66920
+ } ],
66921
+ "responses" : [ {
66922
+ "code" : {
66923
+ "integer" : {
66924
+ "value" : 204
66925
+ }
66926
+ },
66927
+ "type" : "unit",
66928
+ "description" : "Operation succeeded. No content is returned",
66929
+ "attributes" : [ ]
66930
+ }, {
66931
+ "code" : {
66932
+ "integer" : {
66933
+ "value" : 401
66934
+ }
66935
+ },
66936
+ "type" : "unit",
66937
+ "description" : "Authorization failed",
66938
+ "attributes" : [ ]
66939
+ }, {
66940
+ "code" : {
66941
+ "integer" : {
66942
+ "value" : 404
66943
+ }
66944
+ },
66945
+ "type" : "unit",
66946
+ "description" : "Resource was not found",
66947
+ "attributes" : [ ]
66948
+ } ],
66949
+ "attributes" : [ ]
66950
+ } ],
66951
+ "attributes" : [ {
66952
+ "name" : "docs",
66953
+ "value" : {
66954
+ "module" : "general"
66955
+ }
66956
+ } ],
66957
+ "path" : "/internal/billing/external/fulfillment/proof",
66958
+ "description" : "Represents proof of fulfillment provided manually outside the product. This helps us release post transactions related to orders that were, for example, shipped without using a global-e label"
66372
66959
  }, {
66373
66960
  "type" : "feature",
66374
66961
  "plural" : "features",
@@ -86865,8 +87452,8 @@
86865
87452
  "required" : false,
86866
87453
  "maximum" : 100
86867
87454
  }, {
86868
- "name" : "screening_status",
86869
- "type" : "organization_restriction_screening_status",
87455
+ "name" : "queue",
87456
+ "type" : "organization_restriction_queue",
86870
87457
  "location" : "Query",
86871
87458
  "required" : false
86872
87459
  }, {