@shopware/api-client 1.2.1 → 1.3.0

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.
@@ -2,7 +2,7 @@
2
2
  * This file is auto-generated. Do not make direct changes to the file.
3
3
  * Instead override it in your shopware.d.ts file.
4
4
  *
5
- * Shopware API version: 6.6.8.0
5
+ * Shopware API version: 6.6.10.0
6
6
  *
7
7
  */
8
8
  type GenericRecord =
@@ -493,6 +493,8 @@ export type Schemas = {
493
493
  /** Format: date-time */
494
494
  readonly createdAt?: string;
495
495
  customFields?: GenericRecord;
496
+ /** Runtime field, cannot be used as part of the criteria. */
497
+ default?: boolean;
496
498
  id: string;
497
499
  name: string;
498
500
  permissions?: GenericRecord[];
@@ -635,6 +637,7 @@ export type Schemas = {
635
637
  languageId: string;
636
638
  lastName: string;
637
639
  role?: components["schemas"]["B2bComponentsRole"];
640
+ status?: string;
638
641
  /** Format: date-time */
639
642
  readonly updatedAt?: string;
640
643
  };
@@ -1275,22 +1278,12 @@ export type Schemas = {
1275
1278
  };
1276
1279
  id?: string;
1277
1280
  mobileBehavior?: string;
1281
+ name?: string;
1278
1282
  page?: components["schemas"]["CmsPage"];
1279
1283
  pageId: string;
1280
1284
  /** Format: int64 */
1281
1285
  position: number;
1282
1286
  sizingMode?: string;
1283
- translated: {
1284
- backgroundColor: string;
1285
- backgroundMediaId: string;
1286
- backgroundMediaMode: string;
1287
- cmsPageVersionId: string;
1288
- cssClass: string;
1289
- mobileBehavior: string;
1290
- pageId: string;
1291
- sizingMode: string;
1292
- type: string;
1293
- };
1294
1287
  /** @enum {string} */
1295
1288
  type: "default" | "sidebar";
1296
1289
  /** Format: date-time */
@@ -1953,6 +1946,8 @@ export type Schemas = {
1953
1946
  customFields?: GenericRecord;
1954
1947
  deepLinkCode: string;
1955
1948
  dependentDocuments?: components["schemas"]["Document"][];
1949
+ documentA11yMediaFile?: components["schemas"]["Media"];
1950
+ documentA11yMediaFileId?: string;
1956
1951
  documentMediaFile?: components["schemas"]["Media"];
1957
1952
  documentMediaFileId?: string;
1958
1953
  documentNumber?: string;
@@ -2092,6 +2087,24 @@ export type Schemas = {
2092
2087
  /** Format: date-time */
2093
2088
  readonly updatedAt?: string;
2094
2089
  };
2090
+ DsrCmsSlide: {
2091
+ cmsSection?: components["schemas"]["CmsSection"];
2092
+ cmsSectionId: string;
2093
+ cmsSectionVersionId?: string;
2094
+ /** Format: date-time */
2095
+ readonly createdAt?: string;
2096
+ id: string;
2097
+ slideName: string;
2098
+ translated: {
2099
+ cmsSectionId: string;
2100
+ cmsSectionVersionId: string;
2101
+ slideName: string;
2102
+ versionId: string;
2103
+ };
2104
+ /** Format: date-time */
2105
+ readonly updatedAt?: string;
2106
+ versionId?: string;
2107
+ };
2095
2108
  DsrInteraction: {
2096
2109
  /** Format: date-time */
2097
2110
  readonly createdAt?: string;
@@ -2971,6 +2984,21 @@ export type Schemas = {
2971
2984
  deliveries?: components["schemas"]["OrderDelivery"][];
2972
2985
  documents: components["schemas"]["Document"][];
2973
2986
  extensions?: {
2987
+ orderEmployee?: {
2988
+ data?: {
2989
+ /** @example 5ea451c08a87db806089c4031601c29a */
2990
+ id?: string;
2991
+ /** @example b2b_order_employee */
2992
+ type?: string;
2993
+ }[];
2994
+ links?: {
2995
+ /**
2996
+ * Format: uri-reference
2997
+ * @example /order/a240fa27925a635b08dc28c9e4f9216d/orderEmployee
2998
+ */
2999
+ related?: string;
3000
+ };
3001
+ };
2974
3002
  quote?: {
2975
3003
  data?: {
2976
3004
  /** @example 7a674c327bfa07f7c1204fb38ca6ef3b */
@@ -5710,6 +5738,10 @@ export type Schemas = {
5710
5738
  displayGross?: boolean;
5711
5739
  name?: string;
5712
5740
  };
5741
+ languageInfo: {
5742
+ localeCode: string;
5743
+ name: string;
5744
+ };
5713
5745
  paymentMethod?: components["schemas"]["PaymentMethod"];
5714
5746
  salesChannel: components["schemas"]["SalesChannel"];
5715
5747
  shippingLocation?: {
@@ -7756,6 +7788,1390 @@ export type Schemas = {
7756
7788
  components["schemas"]["pagination"];
7757
7789
  meta?: components["schemas"]["meta"];
7758
7790
  };
7791
+ swag_paypal_v1_capture: {
7792
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
7793
+ create_time: string;
7794
+ id: string;
7795
+ is_final_capture: boolean;
7796
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
7797
+ parent_payment: string;
7798
+ reason_code: string;
7799
+ state: string;
7800
+ transaction_fee: components["schemas"]["swag_paypal_v1_capture_transaction_fee"];
7801
+ update_time: string;
7802
+ };
7803
+ swag_paypal_v1_capture_transaction_fee: components["schemas"]["swag_paypal_v1_common_value"];
7804
+ swag_paypal_v1_client_token: {
7805
+ client_token: string;
7806
+ /**
7807
+ * Format: date-time
7808
+ * Calculated expiration date
7809
+ */
7810
+ expire_date_time: string;
7811
+ /** The lifetime of the access token, in seconds. */
7812
+ expires_in: number;
7813
+ };
7814
+ swag_paypal_v1_common_address: {
7815
+ city: string;
7816
+ country_code: string;
7817
+ line1: string;
7818
+ line2: string | null;
7819
+ phone: string | null;
7820
+ postal_code: string;
7821
+ state: string | null;
7822
+ };
7823
+ swag_paypal_v1_common_amount: {
7824
+ currency: string;
7825
+ details: components["schemas"]["swag_paypal_v1_common_details"];
7826
+ total: string;
7827
+ };
7828
+ swag_paypal_v1_common_details: {
7829
+ discount: string;
7830
+ handling_fee: string;
7831
+ insurance: string;
7832
+ shipping: string;
7833
+ shipping_discount: string;
7834
+ subtotal: string;
7835
+ tax: string;
7836
+ };
7837
+ swag_paypal_v1_common_link: {
7838
+ enc_type: string | null;
7839
+ href: string;
7840
+ method: string;
7841
+ rel: string;
7842
+ };
7843
+ swag_paypal_v1_common_money: {
7844
+ currency_code: string;
7845
+ value: string;
7846
+ };
7847
+ swag_paypal_v1_common_value: {
7848
+ currency: string;
7849
+ value: string;
7850
+ };
7851
+ swag_paypal_v1_create_webhooks: {
7852
+ event_types: components["schemas"]["swag_paypal_v1_create_webhooks_event_type"][];
7853
+ url: string;
7854
+ };
7855
+ swag_paypal_v1_create_webhooks_event_type: {
7856
+ name: string;
7857
+ };
7858
+ swag_paypal_v1_disputes: {
7859
+ items: components["schemas"]["swag_paypal_v1_disputes_item"][] | null;
7860
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
7861
+ };
7862
+ swag_paypal_v1_disputes_common_buyer: {
7863
+ name: string;
7864
+ };
7865
+ swag_paypal_v1_disputes_common_item: {
7866
+ dispute_amount: components["schemas"]["swag_paypal_v1_common_money"];
7867
+ item_description: string;
7868
+ item_id: string;
7869
+ item_quantity: string;
7870
+ notes: string;
7871
+ partner_transaction_id: string;
7872
+ reason: string;
7873
+ };
7874
+ swag_paypal_v1_disputes_common_product_details: {
7875
+ product_received: string;
7876
+ product_received_time: string;
7877
+ purchase_url: string;
7878
+ return_details: components["schemas"]["swag_paypal_v1_disputes_common_return_details"];
7879
+ sub_reasons: components["schemas"]["swag_paypal_v1_disputes_common_sub_reason"][];
7880
+ };
7881
+ swag_paypal_v1_disputes_common_return_details: {
7882
+ mode: string;
7883
+ receipt: boolean;
7884
+ return_confirmation_number: string;
7885
+ return_time: string;
7886
+ returned: boolean;
7887
+ };
7888
+ swag_paypal_v1_disputes_common_seller: {
7889
+ email: string;
7890
+ merchant_id: string;
7891
+ name: string;
7892
+ };
7893
+ swag_paypal_v1_disputes_common_service_details: {
7894
+ description: string;
7895
+ note: string;
7896
+ purchase_url: string;
7897
+ service_started: string;
7898
+ sub_reasons: components["schemas"]["swag_paypal_v1_disputes_common_sub_reason"][];
7899
+ };
7900
+ swag_paypal_v1_disputes_common_sub_reason: {
7901
+ sub_reason: string;
7902
+ };
7903
+ swag_paypal_v1_disputes_common_transaction: {
7904
+ buyer: components["schemas"]["swag_paypal_v1_disputes_common_buyer"];
7905
+ buyer_transaction_id: string;
7906
+ create_time: string;
7907
+ custom: string;
7908
+ gross_amount: components["schemas"]["swag_paypal_v1_common_money"];
7909
+ invoice_number: string;
7910
+ items: components["schemas"]["swag_paypal_v1_disputes_common_item"][];
7911
+ reference_id: string;
7912
+ seller: components["schemas"]["swag_paypal_v1_disputes_common_seller"];
7913
+ seller_transaction_id: string;
7914
+ transaction_status: string;
7915
+ };
7916
+ swag_paypal_v1_disputes_item: {
7917
+ adjudications: components["schemas"]["swag_paypal_v1_disputes_item_adjudication"][];
7918
+ buyer_response_due_date: string | null;
7919
+ communication_details:
7920
+ | components["schemas"]["swag_paypal_v1_disputes_item_communication_details"]
7921
+ | null;
7922
+ create_time: string;
7923
+ dispute_amount: components["schemas"]["swag_paypal_v1_disputes_item_dispute_amount"];
7924
+ dispute_channel: string | null;
7925
+ dispute_id: string;
7926
+ dispute_life_cycle_stage: string;
7927
+ dispute_outcome:
7928
+ | components["schemas"]["swag_paypal_v1_disputes_item_dispute_outcome"]
7929
+ | null;
7930
+ /** @enum {string|null} */
7931
+ dispute_state:
7932
+ | "REQUIRED_ACTION"
7933
+ | "REQUIRED_OTHER_PARTY_ACTION"
7934
+ | "UNDER_PAYPAL_REVIEW"
7935
+ | "RESOLVED"
7936
+ | "OPEN_INQUIRIES"
7937
+ | "APPEALABLE"
7938
+ | null;
7939
+ disputed_transactions:
7940
+ | components["schemas"]["swag_paypal_v1_disputes_item_disputed_transaction"][]
7941
+ | null;
7942
+ evidences:
7943
+ | components["schemas"]["swag_paypal_v1_disputes_item_evidence"][]
7944
+ | null;
7945
+ extensions: components["schemas"]["swag_paypal_v1_disputes_item_extensions"];
7946
+ external_reason_code: string | null;
7947
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
7948
+ messages:
7949
+ | components["schemas"]["swag_paypal_v1_disputes_item_message"][]
7950
+ | null;
7951
+ money_movements: components["schemas"]["swag_paypal_v1_disputes_item_money_movement"][];
7952
+ offer: components["schemas"]["swag_paypal_v1_disputes_item_offer"] | null;
7953
+ partner_actions:
7954
+ | components["schemas"]["swag_paypal_v1_disputes_item_partner_action"][]
7955
+ | null;
7956
+ reason: string;
7957
+ refund_details:
7958
+ | components["schemas"]["swag_paypal_v1_disputes_item_refund_details"]
7959
+ | null;
7960
+ seller_response_due_date: string | null;
7961
+ status: string;
7962
+ supporting_info:
7963
+ | components["schemas"]["swag_paypal_v1_disputes_item_supporting_info"][]
7964
+ | null;
7965
+ update_time: string;
7966
+ };
7967
+ swag_paypal_v1_disputes_item_adjudication: {
7968
+ adjudication_time: string;
7969
+ dispute_life_cycle_stage: string;
7970
+ reason: string;
7971
+ type: string;
7972
+ };
7973
+ swag_paypal_v1_disputes_item_communication_details: {
7974
+ email: string;
7975
+ note: string;
7976
+ time_posted: string;
7977
+ };
7978
+ swag_paypal_v1_disputes_item_dispute_amount: components["schemas"]["swag_paypal_v1_common_money"];
7979
+ swag_paypal_v1_disputes_item_dispute_outcome: {
7980
+ amount_refunded: components["schemas"]["swag_paypal_v1_common_money"];
7981
+ outcome_code: string;
7982
+ };
7983
+ swag_paypal_v1_disputes_item_disputed_transaction: components["schemas"]["swag_paypal_v1_disputes_common_transaction"] & {
7984
+ seller_protection_eligible: boolean;
7985
+ };
7986
+ swag_paypal_v1_disputes_item_evidence: {
7987
+ documents: components["schemas"]["swag_paypal_v1_disputes_item_evidence_document"][];
7988
+ evidence_info: components["schemas"]["swag_paypal_v1_disputes_item_evidence_evidence_info"];
7989
+ evidence_type: string;
7990
+ item_id: string;
7991
+ notes: string;
7992
+ };
7993
+ swag_paypal_v1_disputes_item_evidence_document: {
7994
+ name: string;
7995
+ };
7996
+ swag_paypal_v1_disputes_item_evidence_evidence_info: {
7997
+ refund_ids: components["schemas"]["swag_paypal_v1_disputes_item_evidence_evidence_info_refund_id"][];
7998
+ tracking_info: components["schemas"]["swag_paypal_v1_disputes_item_evidence_evidence_info_tracking_info"][];
7999
+ };
8000
+ swag_paypal_v1_disputes_item_evidence_evidence_info_refund_id: {
8001
+ refund_id: string;
8002
+ };
8003
+ swag_paypal_v1_disputes_item_evidence_evidence_info_tracking_info: {
8004
+ carrier_name: string;
8005
+ carrier_name_other: string;
8006
+ tracking_number: string;
8007
+ tracking_url: string;
8008
+ };
8009
+ swag_paypal_v1_disputes_item_extensions: {
8010
+ billing_dispute_properties: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties"];
8011
+ buyer_contacted_channel: string;
8012
+ buyer_contacted_time: string;
8013
+ merchandize_dispute_properties: components["schemas"]["swag_paypal_v1_disputes_item_extensions_merchandize_dispute_properties"];
8014
+ merchant_contacted: boolean;
8015
+ merchant_contacted_mode: string;
8016
+ merchant_contacted_outcome: string;
8017
+ merchant_contacted_time: string;
8018
+ };
8019
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties: {
8020
+ canceled_recurring_billing: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_canceled_recurring_billing"];
8021
+ credit_not_processed: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_credit_not_processed"];
8022
+ duplicate_transaction: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_duplicate_transaction"];
8023
+ incorrect_transaction_amount: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_incorrect_transaction_amount"];
8024
+ payment_by_other_means: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_payment_by_other_means"];
8025
+ };
8026
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_canceled_recurring_billing: {
8027
+ cancellation_details: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details"];
8028
+ expected_refund: components["schemas"]["swag_paypal_v1_common_money"];
8029
+ };
8030
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_common_agreed_refund_details: {
8031
+ merchant_agreed_refund: boolean;
8032
+ merchant_agreed_refund_time: string;
8033
+ };
8034
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details: {
8035
+ cancellation_date: string;
8036
+ cancellation_mode: string;
8037
+ cancellation_number: string;
8038
+ cancelled: boolean;
8039
+ };
8040
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_credit_not_processed: {
8041
+ agreed_refund_details: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_common_agreed_refund_details"];
8042
+ cancellation_details: components["schemas"]["swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_common_cancellation_details"];
8043
+ expected_refund: components["schemas"]["swag_paypal_v1_common_money"];
8044
+ issue_type: string;
8045
+ product_details: components["schemas"]["swag_paypal_v1_disputes_common_product_details"];
8046
+ service_details: components["schemas"]["swag_paypal_v1_disputes_common_service_details"];
8047
+ };
8048
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_duplicate_transaction: {
8049
+ original_transaction: components["schemas"]["swag_paypal_v1_disputes_common_transaction"];
8050
+ received_duplicate: boolean;
8051
+ };
8052
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_incorrect_transaction_amount: {
8053
+ correct_transaction_amount: components["schemas"]["swag_paypal_v1_common_money"];
8054
+ correct_transaction_time: string;
8055
+ };
8056
+ swag_paypal_v1_disputes_item_extensions_billing_dispute_properties_payment_by_other_means: {
8057
+ charge_different_from_original: boolean;
8058
+ payment_instrument_suffix: string;
8059
+ payment_method: string;
8060
+ received_duplicate: boolean;
8061
+ };
8062
+ swag_paypal_v1_disputes_item_extensions_merchandize_dispute_properties: {
8063
+ issue_type: string;
8064
+ product_details: components["schemas"]["swag_paypal_v1_disputes_common_product_details"];
8065
+ service_details: components["schemas"]["swag_paypal_v1_disputes_common_service_details"];
8066
+ };
8067
+ swag_paypal_v1_disputes_item_message: {
8068
+ content: string;
8069
+ posted_by: string;
8070
+ time_posted: string;
8071
+ };
8072
+ swag_paypal_v1_disputes_item_money_movement: {
8073
+ affected_party: string;
8074
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8075
+ initiated_time: string;
8076
+ reason: string;
8077
+ type: string;
8078
+ };
8079
+ swag_paypal_v1_disputes_item_offer: {
8080
+ buyer_requested_amount: components["schemas"]["swag_paypal_v1_common_money"];
8081
+ history:
8082
+ | components["schemas"]["swag_paypal_v1_disputes_item_offer_history"][]
8083
+ | null;
8084
+ offer_type: string;
8085
+ seller_offered_amount: components["schemas"]["swag_paypal_v1_common_money"];
8086
+ };
8087
+ swag_paypal_v1_disputes_item_offer_history: {
8088
+ actor: string;
8089
+ event_type: string;
8090
+ offer_time: string;
8091
+ offer_type: string;
8092
+ };
8093
+ swag_paypal_v1_disputes_item_partner_action: {
8094
+ amount: components["schemas"]["swag_paypal_v1_common_money"];
8095
+ create_time: string;
8096
+ due_time: string;
8097
+ id: string;
8098
+ name: string;
8099
+ status: string;
8100
+ update_time: string;
8101
+ };
8102
+ swag_paypal_v1_disputes_item_refund_details: {
8103
+ allowed_refund_amount: components["schemas"]["swag_paypal_v1_common_money"];
8104
+ };
8105
+ swag_paypal_v1_disputes_item_supporting_info: {
8106
+ notes: string;
8107
+ provided_time: string;
8108
+ source: string;
8109
+ };
8110
+ swag_paypal_v1_do_void: {
8111
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8112
+ create_time: string;
8113
+ id: string;
8114
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8115
+ parent_payment: string;
8116
+ state: string;
8117
+ update_time: string;
8118
+ };
8119
+ swag_paypal_v1_merchant_integrations: {
8120
+ capabilities:
8121
+ | components["schemas"]["swag_paypal_v1_merchant_integrations_capability"][]
8122
+ | null;
8123
+ granted_permissions: string[];
8124
+ legal_name: string;
8125
+ merchant_id: string;
8126
+ oauth_integrations: components["schemas"]["swag_paypal_v1_merchant_integrations_oauth_integration"][];
8127
+ payments_receivable: boolean;
8128
+ primary_email: string;
8129
+ primary_email_confirmed: boolean;
8130
+ products: components["schemas"]["swag_paypal_v1_merchant_integrations_product"][];
8131
+ tracking_id: string;
8132
+ };
8133
+ swag_paypal_v1_merchant_integrations_capability: {
8134
+ name: string;
8135
+ status: string;
8136
+ };
8137
+ swag_paypal_v1_merchant_integrations_oauth_integration: {
8138
+ integration_method?: string;
8139
+ integration_type?: string;
8140
+ oauth_third_party?: components["schemas"]["swag_paypal_v1_merchant_integrations_oauth_integration_oauth_third_party"][];
8141
+ status?: string;
8142
+ };
8143
+ swag_paypal_v1_merchant_integrations_oauth_integration_oauth_third_party: {
8144
+ access_token?: string;
8145
+ merchant_client_id?: string;
8146
+ partner_client_id?: string;
8147
+ refresh_token?: string;
8148
+ scopes: string[];
8149
+ };
8150
+ swag_paypal_v1_merchant_integrations_product: {
8151
+ capabilities?: string[];
8152
+ name: string;
8153
+ vetting_status?: string;
8154
+ };
8155
+ swag_paypal_v1_oauth_credentials: {
8156
+ restId: string;
8157
+ restSecret: string;
8158
+ url: string;
8159
+ };
8160
+ swag_paypal_v1_patch: {
8161
+ /** @enum {string} */
8162
+ op: "add" | "replace";
8163
+ path: string;
8164
+ value: string | Record<string, never>[];
8165
+ };
8166
+ swag_paypal_v1_payment: {
8167
+ application_context: components["schemas"]["swag_paypal_v1_payment_application_context"];
8168
+ cart: string;
8169
+ create_time: string;
8170
+ id: string;
8171
+ /**
8172
+ * @default sale
8173
+ * @enum {string}
8174
+ */
8175
+ intent?: "sale" | "authorize" | "order";
8176
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8177
+ payer: components["schemas"]["swag_paypal_v1_payment_payer"];
8178
+ payment_instruction:
8179
+ | components["schemas"]["swag_paypal_v1_payment_payment_instruction"]
8180
+ | null;
8181
+ redirect_urls: components["schemas"]["swag_paypal_v1_payment_redirect_urls"];
8182
+ state: string;
8183
+ transactions: components["schemas"]["swag_paypal_v1_payment_transaction"][];
8184
+ update_time: string;
8185
+ };
8186
+ swag_paypal_v1_payment_application_context: {
8187
+ brand_name: string;
8188
+ /** @enum {string} */
8189
+ landing_page: "Login" | "Billing";
8190
+ locale: string;
8191
+ /** @default SET_PROVIDED_ADDRESS */
8192
+ shipping_preference?: string;
8193
+ /** @default commit */
8194
+ user_action?: string;
8195
+ };
8196
+ swag_paypal_v1_payment_payer: {
8197
+ external_selected_funding_instrument_type: string;
8198
+ payer_info: components["schemas"]["swag_paypal_v1_payment_payer_payer_info"];
8199
+ payment_method: string;
8200
+ status: string;
8201
+ };
8202
+ swag_paypal_v1_payment_payer_execute_payer_info: {
8203
+ payer_id: string;
8204
+ };
8205
+ swag_paypal_v1_payment_payer_payer_info: components["schemas"]["swag_paypal_v1_payment_payer_execute_payer_info"] & {
8206
+ billing_address:
8207
+ | components["schemas"]["swag_paypal_v1_common_address"]
8208
+ | null;
8209
+ country_code: string;
8210
+ email: string;
8211
+ first_name: string;
8212
+ last_name: string;
8213
+ phone: string;
8214
+ shipping_address: components["schemas"]["swag_paypal_v1_payment_transaction_item_list_shipping_address"];
8215
+ };
8216
+ swag_paypal_v1_payment_payment_instruction: {
8217
+ amount: components["schemas"]["swag_paypal_v1_common_value"];
8218
+ instruction_type: string;
8219
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8220
+ payment_due_date: string;
8221
+ recipient_banking_instruction: components["schemas"]["swag_paypal_v1_payment_payment_instruction_recipient_banking_instruction"];
8222
+ reference_number: string;
8223
+ };
8224
+ swag_paypal_v1_payment_payment_instruction_recipient_banking_instruction: {
8225
+ account_holder_name: string;
8226
+ bank_identifier_code: string;
8227
+ bank_name: string;
8228
+ international_bank_account_number: string;
8229
+ };
8230
+ swag_paypal_v1_payment_redirect_urls: {
8231
+ cancel_url: string;
8232
+ return_url: string;
8233
+ };
8234
+ swag_paypal_v1_payment_transaction: {
8235
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8236
+ custom: string;
8237
+ description: string;
8238
+ invoice_number: string | null;
8239
+ item_list:
8240
+ | components["schemas"]["swag_paypal_v1_payment_transaction_item_list"]
8241
+ | null;
8242
+ payee: components["schemas"]["swag_paypal_v1_payment_transaction_payee"];
8243
+ related_resources: components["schemas"]["swag_paypal_v1_payment_transaction_related_resource"][];
8244
+ soft_descriptor: string;
8245
+ };
8246
+ swag_paypal_v1_payment_transaction_item_list: {
8247
+ items: components["schemas"]["swag_paypal_v1_payment_transaction_item_list_item"][];
8248
+ shipping_address: components["schemas"]["swag_paypal_v1_payment_transaction_item_list_shipping_address"];
8249
+ shipping_options: components["schemas"]["swag_paypal_v1_payment_transaction_item_list_shipping_option"][];
8250
+ shipping_phone_number: string;
8251
+ };
8252
+ swag_paypal_v1_payment_transaction_item_list_item: {
8253
+ currency: string;
8254
+ name: string;
8255
+ price: string;
8256
+ quantity: number;
8257
+ sku: string | null;
8258
+ tax: string;
8259
+ };
8260
+ swag_paypal_v1_payment_transaction_item_list_shipping_address: components["schemas"]["swag_paypal_v1_common_address"] & {
8261
+ recipient_name: string;
8262
+ };
8263
+ swag_paypal_v1_payment_transaction_item_list_shipping_option: unknown;
8264
+ swag_paypal_v1_payment_transaction_payee: {
8265
+ email: string;
8266
+ merchant_id: string;
8267
+ };
8268
+ swag_paypal_v1_payment_transaction_related_resource: {
8269
+ authorization:
8270
+ | components["schemas"]["swag_paypal_v1_payment_transaction_related_resource_authorization"]
8271
+ | null;
8272
+ capture:
8273
+ | components["schemas"]["swag_paypal_v1_payment_transaction_related_resource_capture"]
8274
+ | null;
8275
+ order:
8276
+ | components["schemas"]["swag_paypal_v1_payment_transaction_related_resource_order"]
8277
+ | null;
8278
+ refund:
8279
+ | components["schemas"]["swag_paypal_v1_payment_transaction_related_resource_refund"]
8280
+ | null;
8281
+ sale:
8282
+ | components["schemas"]["swag_paypal_v1_payment_transaction_related_resource_sale"]
8283
+ | null;
8284
+ };
8285
+ swag_paypal_v1_payment_transaction_related_resource_authorization: {
8286
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8287
+ create_time: string;
8288
+ id: string;
8289
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8290
+ parent_payment: string;
8291
+ payment_mode: string;
8292
+ protection_eligibility: string;
8293
+ protection_eligibility_type: string;
8294
+ reason_code: string;
8295
+ receipt_id: string;
8296
+ state: string;
8297
+ update_time: string;
8298
+ valid_until: string;
8299
+ };
8300
+ swag_paypal_v1_payment_transaction_related_resource_capture: {
8301
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8302
+ create_time: string;
8303
+ custom: string;
8304
+ id: string;
8305
+ invoice_number: string;
8306
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8307
+ parent_payment: string;
8308
+ payment_mode: string;
8309
+ protection_eligibility: string;
8310
+ protection_eligibility_type: string;
8311
+ receipt_id: string;
8312
+ state: string;
8313
+ transaction_fee: components["schemas"]["swag_paypal_v1_common_value"];
8314
+ update_time: string;
8315
+ };
8316
+ swag_paypal_v1_payment_transaction_related_resource_order: {
8317
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8318
+ create_time: string;
8319
+ id: string;
8320
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8321
+ parent_payment: string;
8322
+ payment_mode: string;
8323
+ protection_eligibility: string;
8324
+ protection_eligibility_type: string;
8325
+ reason_code: string;
8326
+ receipt_id: string;
8327
+ state: string;
8328
+ update_time: string;
8329
+ };
8330
+ swag_paypal_v1_payment_transaction_related_resource_refund: {
8331
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8332
+ capture_id: string;
8333
+ create_time: string;
8334
+ id: string;
8335
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8336
+ parent_payment: string;
8337
+ payment_mode: string;
8338
+ protection_eligibility: string;
8339
+ protection_eligibility_type: string;
8340
+ receipt_id: string;
8341
+ sale_id: string;
8342
+ state: string;
8343
+ update_time: string;
8344
+ };
8345
+ swag_paypal_v1_payment_transaction_related_resource_sale: {
8346
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8347
+ create_time: string;
8348
+ id: string;
8349
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8350
+ parent_payment: string;
8351
+ payment_mode: string;
8352
+ protection_eligibility: string;
8353
+ protection_eligibility_type: string;
8354
+ receipt_id: string;
8355
+ state: string;
8356
+ transaction_fee: components["schemas"]["swag_paypal_v1_common_value"];
8357
+ update_time: string;
8358
+ };
8359
+ swag_paypal_v1_plan: {
8360
+ billing_cycles: components["schemas"]["swag_paypal_v1_plan_billing_cycle"][];
8361
+ description: string | null;
8362
+ name: string;
8363
+ payment_preferences: components["schemas"]["swag_paypal_v1_plan_payment_preferences"];
8364
+ product_id: string;
8365
+ status: string;
8366
+ taxes: components["schemas"]["swag_paypal_v1_plan_taxes"];
8367
+ };
8368
+ swag_paypal_v1_plan_billing_cycle: {
8369
+ frequency: components["schemas"]["swag_paypal_v1_plan_billing_cycle_frequency"];
8370
+ pricing_scheme: components["schemas"]["swag_paypal_v1_plan_billing_cycle_pricing_scheme"];
8371
+ sequence: number;
8372
+ tenure_type: string;
8373
+ total_cycles: number;
8374
+ };
8375
+ swag_paypal_v1_plan_billing_cycle_frequency: {
8376
+ interval_count: number;
8377
+ interval_unit: string;
8378
+ };
8379
+ swag_paypal_v1_plan_billing_cycle_pricing_scheme: {
8380
+ fixed_price: components["schemas"]["swag_paypal_v1_common_money"];
8381
+ };
8382
+ swag_paypal_v1_plan_payment_preferences: {
8383
+ auto_bill_outstanding: boolean;
8384
+ payment_failure_threshold: number;
8385
+ };
8386
+ swag_paypal_v1_plan_taxes: {
8387
+ inclusive: boolean;
8388
+ percentage: string;
8389
+ };
8390
+ swag_paypal_v1_product: {
8391
+ description: string;
8392
+ name: string;
8393
+ type: string;
8394
+ };
8395
+ swag_paypal_v1_refund: {
8396
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8397
+ capture_id: string;
8398
+ create_time: string;
8399
+ description: string;
8400
+ id: string;
8401
+ invoice_number: string;
8402
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8403
+ parent_payment: string;
8404
+ reason: string;
8405
+ refund_from_received_amount: components["schemas"]["swag_paypal_v1_common_value"];
8406
+ refund_from_transaction_fee: components["schemas"]["swag_paypal_v1_common_value"];
8407
+ sale_id: string;
8408
+ state: string;
8409
+ total_refunded_amount: components["schemas"]["swag_paypal_v1_common_value"];
8410
+ update_time: string;
8411
+ };
8412
+ swag_paypal_v1_shipping: {
8413
+ trackers: components["schemas"]["swag_paypal_v1_shipping_tracker"][];
8414
+ };
8415
+ swag_paypal_v1_shipping_tracker: {
8416
+ carrier: string;
8417
+ notify_buyer: boolean;
8418
+ /** Pattern: '2022-08-15' */
8419
+ shipment_date: string;
8420
+ status: string;
8421
+ tracking_number: string;
8422
+ transaction_id: string;
8423
+ };
8424
+ swag_paypal_v1_subscription: {
8425
+ application_context: components["schemas"]["swag_paypal_v1_subscription_application_context"];
8426
+ billing_info:
8427
+ | components["schemas"]["swag_paypal_v1_subscription_billing_info"]
8428
+ | null;
8429
+ create_time: string;
8430
+ id: string;
8431
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8432
+ plan_id: string;
8433
+ quantity: string;
8434
+ shipping_amount: components["schemas"]["swag_paypal_v1_common_money"];
8435
+ start_time: string;
8436
+ status: string;
8437
+ status_update_time: string;
8438
+ subscriber: components["schemas"]["swag_paypal_v1_subscription_subscriber"];
8439
+ update_time: string;
8440
+ };
8441
+ swag_paypal_v1_subscription_application_context: {
8442
+ brand_name: string;
8443
+ cancel_url: string;
8444
+ locale: string;
8445
+ return_url: string;
8446
+ /** @default SET_PROVIDED_ADDRESS */
8447
+ shipping_preference?: string;
8448
+ /** @default SUBSCRIBE_NOW */
8449
+ user_action?: string;
8450
+ };
8451
+ swag_paypal_v1_subscription_billing_info: {
8452
+ cycle_executions: components["schemas"]["swag_paypal_v1_subscription_billing_info_cycle_execution"][];
8453
+ failed_payments_count: number;
8454
+ last_payment: components["schemas"]["swag_paypal_v1_subscription_billing_info_last_payment"];
8455
+ next_billing_time: string | null;
8456
+ outstanding_balance: components["schemas"]["swag_paypal_v1_subscription_billing_info_outstanding_balance"];
8457
+ };
8458
+ swag_paypal_v1_subscription_billing_info_cycle_execution: {
8459
+ cycles_completed: number;
8460
+ cycles_remaining: number;
8461
+ sequence: number;
8462
+ tenure_type: string;
8463
+ total_cycles: number;
8464
+ };
8465
+ swag_paypal_v1_subscription_billing_info_last_payment: {
8466
+ amount: components["schemas"]["swag_paypal_v1_common_money"];
8467
+ time: string;
8468
+ };
8469
+ swag_paypal_v1_subscription_billing_info_outstanding_balance: components["schemas"]["swag_paypal_v1_common_money"];
8470
+ swag_paypal_v1_subscription_subscriber: {
8471
+ email_address: string;
8472
+ name: components["schemas"]["swag_paypal_v1_subscription_subscriber_name"];
8473
+ payer_id: string;
8474
+ shipping_address:
8475
+ | components["schemas"]["swag_paypal_v1_subscription_subscriber_shipping_address"]
8476
+ | null;
8477
+ };
8478
+ swag_paypal_v1_subscription_subscriber_name: {
8479
+ given_name: string;
8480
+ surname: string;
8481
+ };
8482
+ swag_paypal_v1_subscription_subscriber_shipping_address: {
8483
+ address:
8484
+ | components["schemas"]["swag_paypal_v1_subscription_subscriber_shipping_address_address"]
8485
+ | null;
8486
+ name:
8487
+ | components["schemas"]["swag_paypal_v1_subscription_subscriber_shipping_address_name"]
8488
+ | null;
8489
+ };
8490
+ swag_paypal_v1_subscription_subscriber_shipping_address_address: {
8491
+ address_line_1: string | null;
8492
+ address_line_2: string | null;
8493
+ admin_area_1: string | null;
8494
+ admin_area_2: string | null;
8495
+ country_code: string;
8496
+ postal_code: string | null;
8497
+ };
8498
+ swag_paypal_v1_subscription_subscriber_shipping_address_name: {
8499
+ full_name: string;
8500
+ };
8501
+ swag_paypal_v1_token: {
8502
+ /** The access token issued by PayPal. After the access token
8503
+ * expires (see $expiresIn), you must request a new access token. */
8504
+ access_token: string;
8505
+ app_id: string;
8506
+ /**
8507
+ * Format: date-time
8508
+ * Calculated expiration date
8509
+ */
8510
+ expire_date_time: string;
8511
+ /** The lifetime of the access token, in seconds. */
8512
+ expires_in: number;
8513
+ id_token: string | null;
8514
+ nonce: string;
8515
+ /** Scopes expressed in the form of resource URL endpoints. The value of the scope parameter
8516
+ * is expressed as a list of space-delimited, case-sensitive strings. */
8517
+ scope: string;
8518
+ /** The type of the token issued as described in OAuth2.0 RFC6749,
8519
+ * Section 7.1. Value is case insensitive. */
8520
+ token_type: string;
8521
+ };
8522
+ swag_paypal_v1_webhook: {
8523
+ create_time: string;
8524
+ event_type: string;
8525
+ event_version: string;
8526
+ id: string;
8527
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8528
+ resource:
8529
+ | (
8530
+ | components["schemas"]["swag_paypal_v3_payment_token"]
8531
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_authorization"]
8532
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_capture"]
8533
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_refund"]
8534
+ | components["schemas"]["swag_paypal_v1_webhook_resource"]
8535
+ | components["schemas"]["swag_paypal_v1_subscription"]
8536
+ )
8537
+ | null;
8538
+ resource_type: string;
8539
+ resource_version: string;
8540
+ summary: string;
8541
+ };
8542
+ swag_paypal_v1_webhook_resource: {
8543
+ amount: components["schemas"]["swag_paypal_v1_common_amount"];
8544
+ billing_agreement_id: string | null;
8545
+ clearing_time: string;
8546
+ create_time: string;
8547
+ id: string;
8548
+ invoice_number: string;
8549
+ links: components["schemas"]["swag_paypal_v1_common_link"][];
8550
+ merchant_id: string | null;
8551
+ parent_payment: string | null;
8552
+ payment_mode: string;
8553
+ protection_eligibility: string;
8554
+ protection_eligibility_type: string;
8555
+ refund_reason_code: string | null;
8556
+ sale_id: string | null;
8557
+ state: string;
8558
+ transaction_fee: components["schemas"]["swag_paypal_v1_common_value"];
8559
+ update_time: string;
8560
+ };
8561
+ swag_paypal_v2_common_address: {
8562
+ /** The first line of the address. For example, number or street. For example, 173 Drury Lane.
8563
+ * Required for data entry and compliance and risk checks. Must contain the full address. */
8564
+ address_line_1: string | null;
8565
+ /** The second line of the address. For example, suite or apartment number. */
8566
+ address_line_2: string | null;
8567
+ /** The highest level sub-division in a country, which is usually a province, state, or ISO-3166-2 subdivision.
8568
+ * Format for postal delivery. For example, CA and not California. */
8569
+ admin_area_1: string | null;
8570
+ /** A city, town, or village. Smaller than $adminArea1 */
8571
+ admin_area_2: string | null;
8572
+ country_code: string;
8573
+ postal_code: string | null;
8574
+ };
8575
+ swag_paypal_v2_common_link: {
8576
+ enc_type: string | null;
8577
+ href: string;
8578
+ method: string;
8579
+ rel: string;
8580
+ };
8581
+ swag_paypal_v2_common_money: {
8582
+ currency_code: string;
8583
+ value: string;
8584
+ };
8585
+ swag_paypal_v2_common_name: {
8586
+ given_name: string;
8587
+ surname: string;
8588
+ };
8589
+ swag_paypal_v2_common_phone_number: {
8590
+ country_code: string;
8591
+ national_number: string;
8592
+ };
8593
+ swag_paypal_v2_order: {
8594
+ application_context: components["schemas"]["swag_paypal_v2_order_application_context"];
8595
+ create_time: string;
8596
+ id: string;
8597
+ intent: string;
8598
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
8599
+ payer: components["schemas"]["swag_paypal_v2_order_payer"];
8600
+ payment_source:
8601
+ | components["schemas"]["swag_paypal_v2_order_payment_source"]
8602
+ | null;
8603
+ processing_instruction: string;
8604
+ purchase_units:
8605
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit"][]
8606
+ | null;
8607
+ status: string;
8608
+ update_time: string;
8609
+ };
8610
+ swag_paypal_v2_order_application_context: {
8611
+ brand_name: string;
8612
+ cancel_url: string;
8613
+ /**
8614
+ * @default NO_PREFERENCE
8615
+ * @enum {string}
8616
+ */
8617
+ landing_page?: "LOGIN" | "BILLING" | "NO_PREFERENCE";
8618
+ return_url: string;
8619
+ /**
8620
+ * @default SET_PROVIDED_ADDRESS
8621
+ * @enum {string}
8622
+ */
8623
+ shipping_preference?:
8624
+ | "SET_PROVIDED_ADDRESS"
8625
+ | "NO_SHIPPING"
8626
+ | "GET_FROM_FILE";
8627
+ /**
8628
+ * @default PAY_NOW
8629
+ * @enum {string}
8630
+ */
8631
+ user_action?: "CONTINUE" | "PAY_NOW";
8632
+ };
8633
+ swag_paypal_v2_order_payer: {
8634
+ address: components["schemas"]["swag_paypal_v2_common_address"];
8635
+ email_address: string;
8636
+ name: components["schemas"]["swag_paypal_v2_common_name"];
8637
+ payer_id: string;
8638
+ phone:
8639
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_phone"]
8640
+ | null;
8641
+ };
8642
+ swag_paypal_v2_order_payment_source: {
8643
+ apple_pay: components["schemas"]["swag_paypal_v2_order_payment_source_apple_pay"];
8644
+ bancontact:
8645
+ | components["schemas"]["swag_paypal_v2_order_payment_source_bancontact"]
8646
+ | null;
8647
+ blik:
8648
+ | components["schemas"]["swag_paypal_v2_order_payment_source_blik"]
8649
+ | null;
8650
+ boletobancario:
8651
+ | components["schemas"]["swag_paypal_v2_order_payment_source_boletobancario"]
8652
+ | null;
8653
+ card:
8654
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card"]
8655
+ | null;
8656
+ eps:
8657
+ | components["schemas"]["swag_paypal_v2_order_payment_source_eps"]
8658
+ | null;
8659
+ giropay:
8660
+ | components["schemas"]["swag_paypal_v2_order_payment_source_giropay"]
8661
+ | null;
8662
+ google_pay:
8663
+ | components["schemas"]["swag_paypal_v2_order_payment_source_google_pay"]
8664
+ | null;
8665
+ ideal:
8666
+ | components["schemas"]["swag_paypal_v2_order_payment_source_ideal"]
8667
+ | null;
8668
+ multibanco:
8669
+ | components["schemas"]["swag_paypal_v2_order_payment_source_multibanco"]
8670
+ | null;
8671
+ my_bank:
8672
+ | components["schemas"]["swag_paypal_v2_order_payment_source_my_bank"]
8673
+ | null;
8674
+ oxxo:
8675
+ | components["schemas"]["swag_paypal_v2_order_payment_source_oxxo"]
8676
+ | null;
8677
+ p24:
8678
+ | components["schemas"]["swag_paypal_v2_order_payment_source_p24"]
8679
+ | null;
8680
+ pay_upon_invoice:
8681
+ | components["schemas"]["swag_paypal_v2_order_payment_source_pay_upon_invoice"]
8682
+ | null;
8683
+ paypal:
8684
+ | components["schemas"]["swag_paypal_v2_order_payment_source_paypal"]
8685
+ | null;
8686
+ sofort:
8687
+ | components["schemas"]["swag_paypal_v2_order_payment_source_sofort"]
8688
+ | null;
8689
+ token:
8690
+ | components["schemas"]["swag_paypal_v2_order_payment_source_token"]
8691
+ | null;
8692
+ trustly:
8693
+ | components["schemas"]["swag_paypal_v2_order_payment_source_trustly"]
8694
+ | null;
8695
+ venmo:
8696
+ | components["schemas"]["swag_paypal_v2_order_payment_source_venmo"]
8697
+ | null;
8698
+ };
8699
+ swag_paypal_v2_order_payment_source_apple_pay: {
8700
+ attributes:
8701
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes"]
8702
+ | null;
8703
+ card:
8704
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card"]
8705
+ | null;
8706
+ country_code: string;
8707
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8708
+ name: string;
8709
+ };
8710
+ swag_paypal_v2_order_payment_source_bancontact: {
8711
+ country_code: string;
8712
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8713
+ name: string;
8714
+ };
8715
+ swag_paypal_v2_order_payment_source_blik: {
8716
+ country_code: string;
8717
+ email: string;
8718
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8719
+ name: string;
8720
+ };
8721
+ swag_paypal_v2_order_payment_source_boletobancario: {
8722
+ billing_address: components["schemas"]["swag_paypal_v2_common_address"];
8723
+ country_code: string;
8724
+ email: string;
8725
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8726
+ expiry_date: string;
8727
+ name: string;
8728
+ tax_info: components["schemas"]["swag_paypal_v2_order_payment_source_boletobancario_tax_info"];
8729
+ };
8730
+ swag_paypal_v2_order_payment_source_boletobancario_tax_info: {
8731
+ tax_id: string;
8732
+ tax_id_type: string;
8733
+ };
8734
+ swag_paypal_v2_order_payment_source_card: {
8735
+ attributes:
8736
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes"]
8737
+ | null;
8738
+ authentication_result:
8739
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card_authentication_result"]
8740
+ | null;
8741
+ billing_address:
8742
+ | components["schemas"]["swag_paypal_v2_common_address"]
8743
+ | null;
8744
+ brand: string;
8745
+ country_code: string;
8746
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8747
+ last_digits: string;
8748
+ name: string;
8749
+ stored_credential:
8750
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card_stored_credential"]
8751
+ | null;
8752
+ type: string;
8753
+ vault_id: string;
8754
+ };
8755
+ swag_paypal_v2_order_payment_source_card_authentication_result: {
8756
+ liability_shift: string;
8757
+ three_d_secure:
8758
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card_authentication_result_3d_secure"]
8759
+ | null;
8760
+ };
8761
+ swag_paypal_v2_order_payment_source_card_authentication_result_3d_secure: {
8762
+ authentication_status: string;
8763
+ enrollment_status: string;
8764
+ };
8765
+ swag_paypal_v2_order_payment_source_card_stored_credential: {
8766
+ /** @enum {string} */
8767
+ payment_initiator: "MERCHANT" | "CUSTOMER";
8768
+ /** @enum {string} */
8769
+ payment_type: "RECURRING" | "ONE_TIME" | "UNSCHEDULED";
8770
+ previous_network_transaction_reference: string;
8771
+ /** @enum {string} */
8772
+ usage: "DERIVED" | "FIRST" | "SUBSEQUENT";
8773
+ };
8774
+ swag_paypal_v2_order_payment_source_common_attributes: {
8775
+ customer: components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes_customer"];
8776
+ vault: components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes_vault"];
8777
+ verification: components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes_verification"];
8778
+ };
8779
+ swag_paypal_v2_order_payment_source_common_attributes_customer: {
8780
+ id: string;
8781
+ };
8782
+ swag_paypal_v2_order_payment_source_common_attributes_vault: {
8783
+ confirm_payment_token: string;
8784
+ customer:
8785
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes_customer"]
8786
+ | null;
8787
+ id: string | null;
8788
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
8789
+ permit_multiple_payment_tokens: boolean;
8790
+ status: string;
8791
+ store_in_vault: string;
8792
+ usage_type: string;
8793
+ };
8794
+ swag_paypal_v2_order_payment_source_common_attributes_verification: {
8795
+ method: string;
8796
+ };
8797
+ swag_paypal_v2_order_payment_source_common_experience_context: {
8798
+ brand_name: string;
8799
+ cancel_url: string;
8800
+ /** Only: PUI */
8801
+ customer_service_instructions: string[];
8802
+ /**
8803
+ * @default NO_PREFERENCE
8804
+ * @enum {string}
8805
+ */
8806
+ landing_page?: "LOGIN" | "GUEST_CHECKOUT" | "NO_PREFERENCE";
8807
+ locale: string;
8808
+ logo_url: string;
8809
+ /**
8810
+ * Only: PayPal Wallet
8811
+ * @enum {string}
8812
+ */
8813
+ payment_method_preference: "UNRESTRICTED" | "IMMEDIATE_PAYMENT_REQUIRED";
8814
+ return_url: string;
8815
+ /**
8816
+ * @default SET_PROVIDED_ADDRESS
8817
+ * @enum {string}
8818
+ */
8819
+ shipping_preference?:
8820
+ | "SET_PROVIDED_ADDRESS"
8821
+ | "NO_SHIPPING"
8822
+ | "GET_FROM_FILE";
8823
+ /**
8824
+ * @default PAY_NOW
8825
+ * @enum {string}
8826
+ */
8827
+ user_action?: "CONTINUE" | "PAY_NOW";
8828
+ };
8829
+ swag_paypal_v2_order_payment_source_common_phone: {
8830
+ phone_number: components["schemas"]["swag_paypal_v2_common_phone_number"];
8831
+ phone_type: string;
8832
+ };
8833
+ swag_paypal_v2_order_payment_source_eps: {
8834
+ country_code: string;
8835
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8836
+ name: string;
8837
+ };
8838
+ swag_paypal_v2_order_payment_source_giropay: {
8839
+ country_code: string;
8840
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8841
+ name: string;
8842
+ };
8843
+ swag_paypal_v2_order_payment_source_google_pay: {
8844
+ attributes:
8845
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes"]
8846
+ | null;
8847
+ card:
8848
+ | components["schemas"]["swag_paypal_v2_order_payment_source_card"]
8849
+ | null;
8850
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8851
+ };
8852
+ swag_paypal_v2_order_payment_source_ideal: {
8853
+ country_code: string;
8854
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8855
+ name: string;
8856
+ };
8857
+ swag_paypal_v2_order_payment_source_multibanco: {
8858
+ country_code: string;
8859
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8860
+ name: string;
8861
+ };
8862
+ swag_paypal_v2_order_payment_source_my_bank: {
8863
+ country_code: string;
8864
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8865
+ name: string;
8866
+ };
8867
+ swag_paypal_v2_order_payment_source_oxxo: {
8868
+ country_code: string;
8869
+ email: string;
8870
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8871
+ name: string;
8872
+ };
8873
+ swag_paypal_v2_order_payment_source_p24: {
8874
+ country_code: string;
8875
+ email: string;
8876
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8877
+ name: string;
8878
+ };
8879
+ swag_paypal_v2_order_payment_source_pay_upon_invoice: {
8880
+ billing_address: components["schemas"]["swag_paypal_v2_common_address"];
8881
+ birth_date: string;
8882
+ deposit_bank_details: components["schemas"]["swag_paypal_v2_order_payment_source_pay_upon_invoice_deposit_bank_details"];
8883
+ email: string;
8884
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8885
+ name: components["schemas"]["swag_paypal_v2_common_name"];
8886
+ payment_reference: string;
8887
+ phone: components["schemas"]["swag_paypal_v2_common_phone_number"];
8888
+ };
8889
+ swag_paypal_v2_order_payment_source_pay_upon_invoice_deposit_bank_details: {
8890
+ account_holder_name: string;
8891
+ bank_name: string;
8892
+ bic: string;
8893
+ iban: string;
8894
+ };
8895
+ swag_paypal_v2_order_payment_source_paypal: {
8896
+ account_id: string;
8897
+ address: components["schemas"]["swag_paypal_v2_common_address"];
8898
+ attributes:
8899
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes"]
8900
+ | null;
8901
+ billing_agreement_id: string;
8902
+ birth_date: string;
8903
+ email_address: string;
8904
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8905
+ name: components["schemas"]["swag_paypal_v2_common_name"];
8906
+ phone_number:
8907
+ | components["schemas"]["swag_paypal_v2_common_phone_number"]
8908
+ | null;
8909
+ phone_type: string;
8910
+ vault_id: string;
8911
+ };
8912
+ swag_paypal_v2_order_payment_source_sofort: {
8913
+ country_code: string;
8914
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8915
+ name: string;
8916
+ };
8917
+ swag_paypal_v2_order_payment_source_token: {
8918
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8919
+ id: string;
8920
+ stored_payment_source: components["schemas"]["swag_paypal_v2_order_payment_source_token_stored_payment_source"];
8921
+ type: string;
8922
+ };
8923
+ swag_paypal_v2_order_payment_source_token_stored_payment_source: {
8924
+ payment_initiator: string;
8925
+ payment_type: string;
8926
+ usage: string;
8927
+ };
8928
+ swag_paypal_v2_order_payment_source_trustly: {
8929
+ country_code: string;
8930
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8931
+ name: string;
8932
+ };
8933
+ swag_paypal_v2_order_payment_source_venmo: {
8934
+ account_id: string;
8935
+ address: components["schemas"]["swag_paypal_v2_common_address"];
8936
+ attributes:
8937
+ | components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes"]
8938
+ | null;
8939
+ email_address: string;
8940
+ experience_context: components["schemas"]["swag_paypal_v2_order_payment_source_common_experience_context"];
8941
+ name: components["schemas"]["swag_paypal_v2_common_name"];
8942
+ phone_number:
8943
+ | components["schemas"]["swag_paypal_v2_common_phone_number"]
8944
+ | null;
8945
+ user_name: string;
8946
+ vault_id: string;
8947
+ };
8948
+ swag_paypal_v2_order_purchase_unit: {
8949
+ amount: components["schemas"]["swag_paypal_v2_order_purchase_unit_amount"];
8950
+ custom_id: string | null;
8951
+ description: string;
8952
+ invoice_id: string | null;
8953
+ items:
8954
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_item"][]
8955
+ | null;
8956
+ payee: components["schemas"]["swag_paypal_v2_order_purchase_unit_payee"];
8957
+ payments:
8958
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments"]
8959
+ | null;
8960
+ reference_id: string;
8961
+ shipping: components["schemas"]["swag_paypal_v2_order_purchase_unit_shipping"];
8962
+ };
8963
+ swag_paypal_v2_order_purchase_unit_amount: components["schemas"]["swag_paypal_v2_common_money"] & {
8964
+ breakdown:
8965
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_amount_breakdown"]
8966
+ | null;
8967
+ };
8968
+ swag_paypal_v2_order_purchase_unit_amount_breakdown: {
8969
+ discount: components["schemas"]["swag_paypal_v2_common_money"];
8970
+ handling: components["schemas"]["swag_paypal_v2_common_money"];
8971
+ insurance: components["schemas"]["swag_paypal_v2_common_money"];
8972
+ item_total: components["schemas"]["swag_paypal_v2_common_money"];
8973
+ shipping: components["schemas"]["swag_paypal_v2_common_money"];
8974
+ shipping_discount: components["schemas"]["swag_paypal_v2_common_money"];
8975
+ tax_total: components["schemas"]["swag_paypal_v2_common_money"] | null;
8976
+ };
8977
+ swag_paypal_v2_order_purchase_unit_item: {
8978
+ /** @enum {string} */
8979
+ category: "PHYSICAL_GOODS" | "DIGITAL_GOODS" | "DONATION";
8980
+ name: string;
8981
+ quantity: number;
8982
+ sku: string | null;
8983
+ tax: components["schemas"]["swag_paypal_v2_common_money"];
8984
+ tax_rate: string | number | Record<string, never>;
8985
+ unit_amount: components["schemas"]["swag_paypal_v2_common_money"];
8986
+ };
8987
+ swag_paypal_v2_order_purchase_unit_payee: {
8988
+ display_data: components["schemas"]["swag_paypal_v2_order_purchase_unit_payee_display_data"];
8989
+ email_address: string;
8990
+ merchant_id: string;
8991
+ };
8992
+ swag_paypal_v2_order_purchase_unit_payee_display_data: {
8993
+ brand_name: string;
8994
+ };
8995
+ swag_paypal_v2_order_purchase_unit_payments: {
8996
+ authorizations:
8997
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_authorization"][]
8998
+ | null;
8999
+ captures:
9000
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_capture"][]
9001
+ | null;
9002
+ refunds:
9003
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_refund"][]
9004
+ | null;
9005
+ };
9006
+ swag_paypal_v2_order_purchase_unit_payments_authorization: {
9007
+ amount: components["schemas"]["swag_paypal_v2_common_money"] | null;
9008
+ create_time: string;
9009
+ custom_id: string | null;
9010
+ expiration_time: string;
9011
+ id: string;
9012
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9013
+ seller_protection: components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_common_seller_protection"];
9014
+ status: string;
9015
+ update_time: string;
9016
+ };
9017
+ swag_paypal_v2_order_purchase_unit_payments_authorization_seller_protection: {
9018
+ dispute_categories: string[];
9019
+ status: string;
9020
+ };
9021
+ swag_paypal_v2_order_purchase_unit_payments_capture: {
9022
+ amount: components["schemas"]["swag_paypal_v2_common_money"] | null;
9023
+ create_time: string;
9024
+ custom_id: string | null;
9025
+ disbursement_mode: string;
9026
+ final_capture: boolean;
9027
+ id: string;
9028
+ invoice_id: string | null;
9029
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9030
+ note_to_payer: string | null;
9031
+ processor_response: components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_capture_processor_response"];
9032
+ seller_protection: components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_common_seller_protection"];
9033
+ seller_receivable_breakdown: components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_capture_seller_receivable_breakdown"];
9034
+ status: string;
9035
+ update_time: string;
9036
+ };
9037
+ swag_paypal_v2_order_purchase_unit_payments_capture_processor_response: {
9038
+ avs_code: string | null;
9039
+ cvv_code: string | null;
9040
+ response_code: string | null;
9041
+ };
9042
+ swag_paypal_v2_order_purchase_unit_payments_capture_seller_receivable_breakdown: {
9043
+ gross_amount: components["schemas"]["swag_paypal_v2_common_money"];
9044
+ net_amount: components["schemas"]["swag_paypal_v2_common_money"];
9045
+ paypal_fee: components["schemas"]["swag_paypal_v2_common_money"];
9046
+ };
9047
+ swag_paypal_v2_order_purchase_unit_payments_common_seller_protection: {
9048
+ dispute_categories: string[];
9049
+ status: string;
9050
+ };
9051
+ swag_paypal_v2_order_purchase_unit_payments_refund: {
9052
+ amount: components["schemas"]["swag_paypal_v2_common_money"] | null;
9053
+ create_time: string;
9054
+ custom_id: string | null;
9055
+ id: string;
9056
+ invoice_id: string | null;
9057
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9058
+ note_to_payer: string | null;
9059
+ seller_payable_breakdown: components["schemas"]["swag_paypal_v2_order_purchase_unit_payments_refund_seller_payable_breakdown"];
9060
+ status: string;
9061
+ update_time: string;
9062
+ };
9063
+ swag_paypal_v2_order_purchase_unit_payments_refund_seller_payable_breakdown: {
9064
+ gross_amount: components["schemas"]["swag_paypal_v2_common_money"];
9065
+ net_amount: components["schemas"]["swag_paypal_v2_common_money"];
9066
+ paypal_fee: components["schemas"]["swag_paypal_v2_common_money"];
9067
+ total_refunded_amount: components["schemas"]["swag_paypal_v2_common_money"];
9068
+ };
9069
+ swag_paypal_v2_order_purchase_unit_shipping: {
9070
+ address: components["schemas"]["swag_paypal_v2_common_address"];
9071
+ name: components["schemas"]["swag_paypal_v2_order_purchase_unit_shipping_name"];
9072
+ trackers:
9073
+ | components["schemas"]["swag_paypal_v2_order_purchase_unit_shipping_tracker"][]
9074
+ | null;
9075
+ };
9076
+ swag_paypal_v2_order_purchase_unit_shipping_name: {
9077
+ full_name: string;
9078
+ };
9079
+ swag_paypal_v2_order_purchase_unit_shipping_tracker: {
9080
+ id: string;
9081
+ items: components["schemas"]["swag_paypal_v2_order_purchase_unit_item"][];
9082
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9083
+ notify_payer: boolean;
9084
+ status: string;
9085
+ };
9086
+ swag_paypal_v2_order_purchase_unit_shipping_tracker_item: {
9087
+ image_url: string | null;
9088
+ name: string;
9089
+ quantity: number;
9090
+ sku: string | null;
9091
+ url: string | null;
9092
+ };
9093
+ swag_paypal_v2_order_tracker: {
9094
+ capture_id: string;
9095
+ carrier: string;
9096
+ carrier_name_other: string | null;
9097
+ items: components["schemas"]["swag_paypal_v2_order_purchase_unit_shipping_tracker_item"][];
9098
+ /** @default false */
9099
+ notify_payer?: boolean;
9100
+ tracking_number: string;
9101
+ };
9102
+ swag_paypal_v2_patch: {
9103
+ from: string;
9104
+ op: string;
9105
+ path: string;
9106
+ value:
9107
+ | (
9108
+ | number
9109
+ | Record<string, never>
9110
+ | string
9111
+ | boolean
9112
+ | Record<string, never>[]
9113
+ )
9114
+ | null;
9115
+ };
9116
+ swag_paypal_v2_referral: {
9117
+ business_entity: components["schemas"]["swag_paypal_v2_referral_business_entity"];
9118
+ capabilities: string[];
9119
+ legal_consents: components["schemas"]["swag_paypal_v2_referral_legal_consent"][];
9120
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9121
+ operations: components["schemas"]["swag_paypal_v2_referral_operation"][];
9122
+ partner_config_override: components["schemas"]["swag_paypal_v2_referral_partner_config_override"];
9123
+ preferred_language_code: string;
9124
+ products: string[];
9125
+ tracking_id: string;
9126
+ };
9127
+ swag_paypal_v2_referral_business_entity: {
9128
+ addresses: components["schemas"]["swag_paypal_v2_referral_business_entity_address"][];
9129
+ };
9130
+ swag_paypal_v2_referral_business_entity_address: {
9131
+ country_code: string;
9132
+ /** @default WORK */
9133
+ type?: string;
9134
+ };
9135
+ swag_paypal_v2_referral_legal_consent: {
9136
+ granted: boolean;
9137
+ /** @default SHARE_DATA_CONSENT */
9138
+ type?: string;
9139
+ };
9140
+ swag_paypal_v2_referral_operation: {
9141
+ api_integration_preference: components["schemas"]["swag_paypal_v2_referral_operation_integration_preference"];
9142
+ /** @default API_INTEGRATION */
9143
+ operation?: string;
9144
+ };
9145
+ swag_paypal_v2_referral_operation_integration_preference: {
9146
+ rest_api_integration: components["schemas"]["swag_paypal_v2_referral_operation_integration_preference_integration"];
9147
+ };
9148
+ swag_paypal_v2_referral_operation_integration_preference_integration: {
9149
+ /** @default PAYPAL */
9150
+ integration_method?: string;
9151
+ /** @default THIRD_PARTY */
9152
+ integration_type?: string;
9153
+ third_party_details: components["schemas"]["swag_paypal_v2_referral_operation_integration_preference_integration_third_party_details"];
9154
+ };
9155
+ swag_paypal_v2_referral_operation_integration_preference_integration_third_party_details: {
9156
+ features: string[];
9157
+ };
9158
+ swag_paypal_v2_referral_partner_config_override: {
9159
+ partner_logo_url: string;
9160
+ return_url: string;
9161
+ };
9162
+ swag_paypal_v3_payment_token: {
9163
+ customer: components["schemas"]["swag_paypal_v2_order_payment_source_common_attributes_customer"];
9164
+ id: string;
9165
+ links: components["schemas"]["swag_paypal_v2_common_link"][];
9166
+ metadata:
9167
+ | components["schemas"]["swag_paypal_v3_payment_token_metadata"]
9168
+ | null;
9169
+ payment_source: components["schemas"]["swag_paypal_v2_order_payment_source"];
9170
+ status: string;
9171
+ };
9172
+ swag_paypal_v3_payment_token_metadata: {
9173
+ order_id: string;
9174
+ };
7759
9175
  };
7760
9176
  export type operations = {
7761
9177
  "api-info get /_info/openapi3.json": {
@@ -8962,17 +10378,7 @@ export type operations = {
8962
10378
  } & components["schemas"]["EntitySearchResult"];
8963
10379
  responseCode: 200;
8964
10380
  };
8965
- "readB2bEmployee get /employee/{id}": {
8966
- contentType?: "application/json";
8967
- accept?: "application/json";
8968
- pathParams: {
8969
- /** Identifier of the employee to be read */
8970
- id: string;
8971
- };
8972
- response: components["schemas"]["B2bEmployee"];
8973
- responseCode: 200;
8974
- };
8975
- "readEmployee post /employee/{id}": {
10381
+ "readEmployee get /employee/{id}": {
8976
10382
  contentType?: "application/json";
8977
10383
  accept?: "application/json";
8978
10384
  pathParams: {
@@ -9261,6 +10667,79 @@ export type operations = {
9261
10667
  };
9262
10668
  responseCode: 200;
9263
10669
  };
10670
+ "createPayPalOrder post /paypal/create-order": {
10671
+ contentType?: "application/json";
10672
+ accept?: "application/json";
10673
+ body: {
10674
+ /** Use an existing order id to create PayPal order */
10675
+ orderId?: string;
10676
+ /**
10677
+ * Use an existing order id to create PayPal order
10678
+ * @default ppcp
10679
+ */
10680
+ product?: string;
10681
+ };
10682
+ response: {
10683
+ token?: string;
10684
+ };
10685
+ responseCode: 200;
10686
+ };
10687
+ "createPayPalExpressOrder post /paypal/express/create-order": {
10688
+ contentType?: "application/json";
10689
+ accept?: "application/json";
10690
+ response: never;
10691
+ responseCode: 200;
10692
+ };
10693
+ "preparePayPalExpressCheckout post /paypal/express/prepare-checkout": {
10694
+ contentType?: "application/json";
10695
+ accept?: "application/json";
10696
+ body: {
10697
+ /** ID of the paypal order */
10698
+ token?: string;
10699
+ };
10700
+ response: {
10701
+ redirectUrl?: string;
10702
+ };
10703
+ responseCode: 200;
10704
+ };
10705
+ "setPaymentMethodEligibility post /paypal/payment-method-eligibility": {
10706
+ contentType?: "application/json";
10707
+ accept?: "application/json";
10708
+ body: {
10709
+ /** List of PayPal payment method identifiers according to constant REMOVABLE_PAYMENT_HANDLERS */
10710
+ paymentMethods?: string[];
10711
+ };
10712
+ response: never;
10713
+ responseCode: 204;
10714
+ };
10715
+ "getPUIPaymentInstructions get /paypal/pui/payment-instructions/{transactionId}": {
10716
+ contentType?: "application/json";
10717
+ accept?: "application/json";
10718
+ pathParams: {
10719
+ /** Identifier of the order transaction to be fetched */
10720
+ transactionId: string;
10721
+ };
10722
+ response: never;
10723
+ responseCode: 200;
10724
+ };
10725
+ "getPayPalCustomerVaultToken get /paypal/vault-token": {
10726
+ contentType?: "application/json";
10727
+ accept?: "application/json";
10728
+ response: {
10729
+ token?: string;
10730
+ };
10731
+ responseCode: 200;
10732
+ };
10733
+ "paypalVaultClear post /paypal/vault/clear": {
10734
+ contentType?: "application/json";
10735
+ accept?: "application/json";
10736
+ body: {
10737
+ /** @enum {string} */
10738
+ type?: "cancel" | "browser" | "error";
10739
+ };
10740
+ response: never;
10741
+ responseCode: 204;
10742
+ };
9264
10743
  "fetchPendingOrder post /pending-order/{id}": {
9265
10744
  contentType?: "application/json";
9266
10745
  accept?: "application/json";
@@ -9567,6 +11046,20 @@ export type operations = {
9567
11046
  response: never;
9568
11047
  responseCode: 204;
9569
11048
  };
11049
+ "sendMessageInQuote post /quote/{id}/send-message": {
11050
+ contentType?: "application/json";
11051
+ accept?: "application/json";
11052
+ pathParams: {
11053
+ /** Identifier of the quote to be reinvited */
11054
+ id: string;
11055
+ };
11056
+ body?: {
11057
+ /** Message content */
11058
+ comment?: string;
11059
+ };
11060
+ response: never;
11061
+ responseCode: 204;
11062
+ };
9570
11063
  "readQuote post /quote/detail/{id}": {
9571
11064
  contentType?: "application/json";
9572
11065
  accept?: "application/json";