moovio_sdk 0.3.16__py3-none-any.whl → 0.3.18__py3-none-any.whl

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.
Files changed (41) hide show
  1. moovio_sdk/_version.py +3 -3
  2. moovio_sdk/accounts.py +18 -18
  3. moovio_sdk/adjustments.py +4 -4
  4. moovio_sdk/apple_pay.py +10 -10
  5. moovio_sdk/authentication.py +4 -4
  6. moovio_sdk/avatars.py +2 -2
  7. moovio_sdk/bank_accounts.py +18 -18
  8. moovio_sdk/branding.py +8 -8
  9. moovio_sdk/capabilities.py +8 -8
  10. moovio_sdk/card_issuing.py +10 -10
  11. moovio_sdk/cards.py +10 -10
  12. moovio_sdk/disputes.py +22 -22
  13. moovio_sdk/end_to_end_encryption.py +4 -4
  14. moovio_sdk/enriched_address.py +2 -2
  15. moovio_sdk/enriched_profile.py +2 -2
  16. moovio_sdk/fee_plans.py +14 -14
  17. moovio_sdk/files.py +6 -6
  18. moovio_sdk/industries.py +2 -2
  19. moovio_sdk/institutions.py +2 -2
  20. moovio_sdk/issuing_transactions.py +10 -10
  21. moovio_sdk/models/components/accountnameverification.py +18 -9
  22. moovio_sdk/models/components/card.py +36 -34
  23. moovio_sdk/models/components/cardverification.py +5 -4
  24. moovio_sdk/models/components/paymentmethodscard.py +25 -23
  25. moovio_sdk/onboarding.py +8 -8
  26. moovio_sdk/payment_links.py +12 -12
  27. moovio_sdk/payment_methods.py +4 -4
  28. moovio_sdk/ping.py +2 -2
  29. moovio_sdk/receipts.py +4 -4
  30. moovio_sdk/representatives.py +10 -10
  31. moovio_sdk/scheduling.py +12 -12
  32. moovio_sdk/sweeps.py +12 -12
  33. moovio_sdk/terminal_applications.py +8 -8
  34. moovio_sdk/terminal_configurations.py +2 -2
  35. moovio_sdk/transfers.py +22 -22
  36. moovio_sdk/underwriting.py +4 -4
  37. moovio_sdk/wallet_transactions.py +4 -4
  38. moovio_sdk/wallets.py +4 -4
  39. {moovio_sdk-0.3.16.dist-info → moovio_sdk-0.3.18.dist-info}/METADATA +1 -1
  40. {moovio_sdk-0.3.16.dist-info → moovio_sdk-0.3.18.dist-info}/RECORD +41 -41
  41. {moovio_sdk-0.3.16.dist-info → moovio_sdk-0.3.18.dist-info}/WHEEL +0 -0
@@ -94,7 +94,7 @@ class IssuingTransactions(BaseSDK):
94
94
  hook_ctx=HookContext(
95
95
  base_url=base_url or "",
96
96
  operation_id="listIssuedCardAuthorizations",
97
- oauth2_scopes=[],
97
+ oauth2_scopes=None,
98
98
  security_source=get_security_from_env(
99
99
  self.sdk_configuration.security, components.Security
100
100
  ),
@@ -224,7 +224,7 @@ class IssuingTransactions(BaseSDK):
224
224
  hook_ctx=HookContext(
225
225
  base_url=base_url or "",
226
226
  operation_id="listIssuedCardAuthorizations",
227
- oauth2_scopes=[],
227
+ oauth2_scopes=None,
228
228
  security_source=get_security_from_env(
229
229
  self.sdk_configuration.security, components.Security
230
230
  ),
@@ -339,7 +339,7 @@ class IssuingTransactions(BaseSDK):
339
339
  hook_ctx=HookContext(
340
340
  base_url=base_url or "",
341
341
  operation_id="getIssuedCardAuthorization",
342
- oauth2_scopes=[],
342
+ oauth2_scopes=None,
343
343
  security_source=get_security_from_env(
344
344
  self.sdk_configuration.security, components.Security
345
345
  ),
@@ -454,7 +454,7 @@ class IssuingTransactions(BaseSDK):
454
454
  hook_ctx=HookContext(
455
455
  base_url=base_url or "",
456
456
  operation_id="getIssuedCardAuthorization",
457
- oauth2_scopes=[],
457
+ oauth2_scopes=None,
458
458
  security_source=get_security_from_env(
459
459
  self.sdk_configuration.security, components.Security
460
460
  ),
@@ -575,7 +575,7 @@ class IssuingTransactions(BaseSDK):
575
575
  hook_ctx=HookContext(
576
576
  base_url=base_url or "",
577
577
  operation_id="listIssuedCardAuthorizationEvents",
578
- oauth2_scopes=[],
578
+ oauth2_scopes=None,
579
579
  security_source=get_security_from_env(
580
580
  self.sdk_configuration.security, components.Security
581
581
  ),
@@ -696,7 +696,7 @@ class IssuingTransactions(BaseSDK):
696
696
  hook_ctx=HookContext(
697
697
  base_url=base_url or "",
698
698
  operation_id="listIssuedCardAuthorizationEvents",
699
- oauth2_scopes=[],
699
+ oauth2_scopes=None,
700
700
  security_source=get_security_from_env(
701
701
  self.sdk_configuration.security, components.Security
702
702
  ),
@@ -823,7 +823,7 @@ class IssuingTransactions(BaseSDK):
823
823
  hook_ctx=HookContext(
824
824
  base_url=base_url or "",
825
825
  operation_id="listIssuedCardTransactions",
826
- oauth2_scopes=[],
826
+ oauth2_scopes=None,
827
827
  security_source=get_security_from_env(
828
828
  self.sdk_configuration.security, components.Security
829
829
  ),
@@ -950,7 +950,7 @@ class IssuingTransactions(BaseSDK):
950
950
  hook_ctx=HookContext(
951
951
  base_url=base_url or "",
952
952
  operation_id="listIssuedCardTransactions",
953
- oauth2_scopes=[],
953
+ oauth2_scopes=None,
954
954
  security_source=get_security_from_env(
955
955
  self.sdk_configuration.security, components.Security
956
956
  ),
@@ -1065,7 +1065,7 @@ class IssuingTransactions(BaseSDK):
1065
1065
  hook_ctx=HookContext(
1066
1066
  base_url=base_url or "",
1067
1067
  operation_id="getIssuedCardTransaction",
1068
- oauth2_scopes=[],
1068
+ oauth2_scopes=None,
1069
1069
  security_source=get_security_from_env(
1070
1070
  self.sdk_configuration.security, components.Security
1071
1071
  ),
@@ -1180,7 +1180,7 @@ class IssuingTransactions(BaseSDK):
1180
1180
  hook_ctx=HookContext(
1181
1181
  base_url=base_url or "",
1182
1182
  operation_id="getIssuedCardTransaction",
1183
- oauth2_scopes=[],
1183
+ oauth2_scopes=None,
1184
1184
  security_source=get_security_from_env(
1185
1185
  self.sdk_configuration.security, components.Security
1186
1186
  ),
@@ -4,25 +4,34 @@ from __future__ import annotations
4
4
  from .cardverificationresult import CardVerificationResult
5
5
  from moovio_sdk.types import BaseModel
6
6
  import pydantic
7
- from typing_extensions import Annotated, TypedDict
7
+ from typing import Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
8
9
 
9
10
 
10
11
  class AccountNameVerificationTypedDict(TypedDict):
11
12
  r"""The results of submitting cardholder name to a card network for verification."""
12
13
 
13
- first_name: CardVerificationResult
14
- last_name: CardVerificationResult
15
- middle_name: CardVerificationResult
16
- full_name: CardVerificationResult
14
+ first_name: NotRequired[CardVerificationResult]
15
+ last_name: NotRequired[CardVerificationResult]
16
+ middle_name: NotRequired[CardVerificationResult]
17
+ full_name: NotRequired[CardVerificationResult]
17
18
 
18
19
 
19
20
  class AccountNameVerification(BaseModel):
20
21
  r"""The results of submitting cardholder name to a card network for verification."""
21
22
 
22
- first_name: Annotated[CardVerificationResult, pydantic.Field(alias="firstName")]
23
+ first_name: Annotated[
24
+ Optional[CardVerificationResult], pydantic.Field(alias="firstName")
25
+ ] = None
23
26
 
24
- last_name: Annotated[CardVerificationResult, pydantic.Field(alias="lastName")]
27
+ last_name: Annotated[
28
+ Optional[CardVerificationResult], pydantic.Field(alias="lastName")
29
+ ] = None
25
30
 
26
- middle_name: Annotated[CardVerificationResult, pydantic.Field(alias="middleName")]
31
+ middle_name: Annotated[
32
+ Optional[CardVerificationResult], pydantic.Field(alias="middleName")
33
+ ] = None
27
34
 
28
- full_name: Annotated[CardVerificationResult, pydantic.Field(alias="fullName")]
35
+ full_name: Annotated[
36
+ Optional[CardVerificationResult], pydantic.Field(alias="fullName")
37
+ ] = None
@@ -39,24 +39,20 @@ class CardTypedDict(TypedDict):
39
39
  billing_address: CardAddressTypedDict
40
40
  card_verification: CardVerificationTypedDict
41
41
  r"""The results of submitting cardholder data to a card network for verification."""
42
- issuer: str
43
- r"""Financial institution that issued the card."""
44
- issuer_country: str
45
- r"""Country where the card was issued."""
46
- issuer_url: str
47
- r"""URL of the issuer."""
48
- issuer_phone: str
49
- r"""Phone number of the issuer."""
50
- domestic_push_to_card: DomesticPushToCard
51
- r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
52
- domestic_pull_from_card: DomesticPullFromCard
53
- r"""Indicates if the card supports domestic pull-from-card transfer."""
54
42
  card_category: NotRequired[str]
55
43
  r"""The category or level of the card defined by the issuer.
56
44
  Examples include, but not limited to, \"REWARDS\", \"TRADITIONAL REWARDS\", \"CLASSIC\", and \"CORPORATE PURCHASING\".
57
45
  """
58
46
  holder_name: NotRequired[str]
59
47
  r"""The name of the cardholder as it appears on the card."""
48
+ issuer: NotRequired[str]
49
+ r"""Financial institution that issued the card."""
50
+ issuer_country: NotRequired[str]
51
+ r"""Country where the card was issued."""
52
+ issuer_url: NotRequired[str]
53
+ r"""URL of the issuer."""
54
+ issuer_phone: NotRequired[str]
55
+ r"""Phone number of the issuer."""
60
56
  commercial: NotRequired[bool]
61
57
  r"""If true, the card is for commercial use, or associated with a business.
62
58
  If false, the card is associated with a general consumer.
@@ -70,6 +66,10 @@ class CardTypedDict(TypedDict):
70
66
  merchant_account_id: NotRequired[str]
71
67
  card_account_updater: NotRequired[CardAccountUpdaterTypedDict]
72
68
  r"""The results of the most recent card update request."""
69
+ domestic_push_to_card: NotRequired[DomesticPushToCard]
70
+ r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
71
+ domestic_pull_from_card: NotRequired[DomesticPullFromCard]
72
+ r"""Indicates if the card supports domestic pull-from-card transfer."""
73
73
  payment_methods: NotRequired[List[BasicPaymentMethodTypedDict]]
74
74
 
75
75
 
@@ -107,28 +107,6 @@ class Card(BaseModel):
107
107
  ]
108
108
  r"""The results of submitting cardholder data to a card network for verification."""
109
109
 
110
- issuer: str
111
- r"""Financial institution that issued the card."""
112
-
113
- issuer_country: Annotated[str, pydantic.Field(alias="issuerCountry")]
114
- r"""Country where the card was issued."""
115
-
116
- issuer_url: Annotated[str, pydantic.Field(alias="issuerURL")]
117
- r"""URL of the issuer."""
118
-
119
- issuer_phone: Annotated[str, pydantic.Field(alias="issuerPhone")]
120
- r"""Phone number of the issuer."""
121
-
122
- domestic_push_to_card: Annotated[
123
- DomesticPushToCard, pydantic.Field(alias="domesticPushToCard")
124
- ]
125
- r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
126
-
127
- domestic_pull_from_card: Annotated[
128
- DomesticPullFromCard, pydantic.Field(alias="domesticPullFromCard")
129
- ]
130
- r"""Indicates if the card supports domestic pull-from-card transfer."""
131
-
132
110
  card_category: Annotated[Optional[str], pydantic.Field(alias="cardCategory")] = None
133
111
  r"""The category or level of the card defined by the issuer.
134
112
  Examples include, but not limited to, \"REWARDS\", \"TRADITIONAL REWARDS\", \"CLASSIC\", and \"CORPORATE PURCHASING\".
@@ -137,6 +115,20 @@ class Card(BaseModel):
137
115
  holder_name: Annotated[Optional[str], pydantic.Field(alias="holderName")] = None
138
116
  r"""The name of the cardholder as it appears on the card."""
139
117
 
118
+ issuer: Optional[str] = None
119
+ r"""Financial institution that issued the card."""
120
+
121
+ issuer_country: Annotated[Optional[str], pydantic.Field(alias="issuerCountry")] = (
122
+ None
123
+ )
124
+ r"""Country where the card was issued."""
125
+
126
+ issuer_url: Annotated[Optional[str], pydantic.Field(alias="issuerURL")] = None
127
+ r"""URL of the issuer."""
128
+
129
+ issuer_phone: Annotated[Optional[str], pydantic.Field(alias="issuerPhone")] = None
130
+ r"""Phone number of the issuer."""
131
+
140
132
  commercial: Optional[bool] = None
141
133
  r"""If true, the card is for commercial use, or associated with a business.
142
134
  If false, the card is associated with a general consumer.
@@ -159,6 +151,16 @@ class Card(BaseModel):
159
151
  ] = None
160
152
  r"""The results of the most recent card update request."""
161
153
 
154
+ domestic_push_to_card: Annotated[
155
+ Optional[DomesticPushToCard], pydantic.Field(alias="domesticPushToCard")
156
+ ] = None
157
+ r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
158
+
159
+ domestic_pull_from_card: Annotated[
160
+ Optional[DomesticPullFromCard], pydantic.Field(alias="domesticPullFromCard")
161
+ ] = None
162
+ r"""Indicates if the card supports domestic pull-from-card transfer."""
163
+
162
164
  payment_methods: Annotated[
163
165
  Optional[List[BasicPaymentMethod]], pydantic.Field(alias="paymentMethods")
164
166
  ] = None
@@ -8,7 +8,8 @@ from .accountnameverification import (
8
8
  from .cardverificationresult import CardVerificationResult
9
9
  from moovio_sdk.types import BaseModel
10
10
  import pydantic
11
- from typing_extensions import Annotated, TypedDict
11
+ from typing import Optional
12
+ from typing_extensions import Annotated, NotRequired, TypedDict
12
13
 
13
14
 
14
15
  class CardVerificationTypedDict(TypedDict):
@@ -17,7 +18,7 @@ class CardVerificationTypedDict(TypedDict):
17
18
  cvv: CardVerificationResult
18
19
  address_line1: CardVerificationResult
19
20
  postal_code: CardVerificationResult
20
- account_name: AccountNameVerificationTypedDict
21
+ account_name: NotRequired[AccountNameVerificationTypedDict]
21
22
  r"""The results of submitting cardholder name to a card network for verification."""
22
23
 
23
24
 
@@ -33,6 +34,6 @@ class CardVerification(BaseModel):
33
34
  postal_code: Annotated[CardVerificationResult, pydantic.Field(alias="postalCode")]
34
35
 
35
36
  account_name: Annotated[
36
- AccountNameVerification, pydantic.Field(alias="accountName")
37
- ]
37
+ Optional[AccountNameVerification], pydantic.Field(alias="accountName")
38
+ ] = None
38
39
  r"""The results of submitting cardholder name to a card network for verification."""
@@ -38,21 +38,21 @@ class PaymentMethodsCardTypedDict(TypedDict):
38
38
  billing_address: CardAddressTypedDict
39
39
  card_verification: CardVerificationTypedDict
40
40
  r"""The results of submitting cardholder data to a card network for verification."""
41
- issuer: str
42
- r"""Financial institution that issued the card."""
43
- issuer_country: str
44
- r"""Country where the card was issued."""
45
- domestic_push_to_card: DomesticPushToCard
46
- r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
47
- domestic_pull_from_card: DomesticPullFromCard
48
- r"""Indicates if the card supports domestic pull-from-card transfer."""
49
41
  holder_name: NotRequired[str]
50
42
  r"""The name of the cardholder as it appears on the card."""
43
+ issuer: NotRequired[str]
44
+ r"""Financial institution that issued the card."""
45
+ issuer_country: NotRequired[str]
46
+ r"""Country where the card was issued."""
51
47
  card_on_file: NotRequired[bool]
52
48
  r"""Indicates cardholder has authorized card to be stored for future payments."""
53
49
  merchant_account_id: NotRequired[str]
54
50
  card_account_updater: NotRequired[CardAccountUpdaterTypedDict]
55
51
  r"""The results of the most recent card update request."""
52
+ domestic_push_to_card: NotRequired[DomesticPushToCard]
53
+ r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
54
+ domestic_pull_from_card: NotRequired[DomesticPullFromCard]
55
+ r"""Indicates if the card supports domestic pull-from-card transfer."""
56
56
 
57
57
 
58
58
  class PaymentMethodsCard(BaseModel):
@@ -89,25 +89,17 @@ class PaymentMethodsCard(BaseModel):
89
89
  ]
90
90
  r"""The results of submitting cardholder data to a card network for verification."""
91
91
 
92
- issuer: str
92
+ holder_name: Annotated[Optional[str], pydantic.Field(alias="holderName")] = None
93
+ r"""The name of the cardholder as it appears on the card."""
94
+
95
+ issuer: Optional[str] = None
93
96
  r"""Financial institution that issued the card."""
94
97
 
95
- issuer_country: Annotated[str, pydantic.Field(alias="issuerCountry")]
98
+ issuer_country: Annotated[Optional[str], pydantic.Field(alias="issuerCountry")] = (
99
+ None
100
+ )
96
101
  r"""Country where the card was issued."""
97
102
 
98
- domestic_push_to_card: Annotated[
99
- DomesticPushToCard, pydantic.Field(alias="domesticPushToCard")
100
- ]
101
- r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
102
-
103
- domestic_pull_from_card: Annotated[
104
- DomesticPullFromCard, pydantic.Field(alias="domesticPullFromCard")
105
- ]
106
- r"""Indicates if the card supports domestic pull-from-card transfer."""
107
-
108
- holder_name: Annotated[Optional[str], pydantic.Field(alias="holderName")] = None
109
- r"""The name of the cardholder as it appears on the card."""
110
-
111
103
  card_on_file: Annotated[Optional[bool], pydantic.Field(alias="cardOnFile")] = None
112
104
  r"""Indicates cardholder has authorized card to be stored for future payments."""
113
105
 
@@ -119,3 +111,13 @@ class PaymentMethodsCard(BaseModel):
119
111
  Optional[CardAccountUpdater], pydantic.Field(alias="cardAccountUpdater")
120
112
  ] = None
121
113
  r"""The results of the most recent card update request."""
114
+
115
+ domestic_push_to_card: Annotated[
116
+ Optional[DomesticPushToCard], pydantic.Field(alias="domesticPushToCard")
117
+ ] = None
118
+ r"""Indicates which level of domestic push-to-card transfer is supported by the card, if any."""
119
+
120
+ domestic_pull_from_card: Annotated[
121
+ Optional[DomesticPullFromCard], pydantic.Field(alias="domesticPullFromCard")
122
+ ] = None
123
+ r"""Indicates if the card supports domestic pull-from-card transfer."""
moovio_sdk/onboarding.py CHANGED
@@ -97,7 +97,7 @@ class Onboarding(BaseSDK):
97
97
  hook_ctx=HookContext(
98
98
  base_url=base_url or "",
99
99
  operation_id="createOnboardingInvite",
100
- oauth2_scopes=[],
100
+ oauth2_scopes=None,
101
101
  security_source=get_security_from_env(
102
102
  self.sdk_configuration.security, components.Security
103
103
  ),
@@ -250,7 +250,7 @@ class Onboarding(BaseSDK):
250
250
  hook_ctx=HookContext(
251
251
  base_url=base_url or "",
252
252
  operation_id="createOnboardingInvite",
253
- oauth2_scopes=[],
253
+ oauth2_scopes=None,
254
254
  security_source=get_security_from_env(
255
255
  self.sdk_configuration.security, components.Security
256
256
  ),
@@ -384,7 +384,7 @@ class Onboarding(BaseSDK):
384
384
  hook_ctx=HookContext(
385
385
  base_url=base_url or "",
386
386
  operation_id="listOnboardingInvites",
387
- oauth2_scopes=[],
387
+ oauth2_scopes=None,
388
388
  security_source=get_security_from_env(
389
389
  self.sdk_configuration.security, components.Security
390
390
  ),
@@ -499,7 +499,7 @@ class Onboarding(BaseSDK):
499
499
  hook_ctx=HookContext(
500
500
  base_url=base_url or "",
501
501
  operation_id="listOnboardingInvites",
502
- oauth2_scopes=[],
502
+ oauth2_scopes=None,
503
503
  security_source=get_security_from_env(
504
504
  self.sdk_configuration.security, components.Security
505
505
  ),
@@ -611,7 +611,7 @@ class Onboarding(BaseSDK):
611
611
  hook_ctx=HookContext(
612
612
  base_url=base_url or "",
613
613
  operation_id="getOnboardingInvite",
614
- oauth2_scopes=[],
614
+ oauth2_scopes=None,
615
615
  security_source=get_security_from_env(
616
616
  self.sdk_configuration.security, components.Security
617
617
  ),
@@ -721,7 +721,7 @@ class Onboarding(BaseSDK):
721
721
  hook_ctx=HookContext(
722
722
  base_url=base_url or "",
723
723
  operation_id="getOnboardingInvite",
724
- oauth2_scopes=[],
724
+ oauth2_scopes=None,
725
725
  security_source=get_security_from_env(
726
726
  self.sdk_configuration.security, components.Security
727
727
  ),
@@ -831,7 +831,7 @@ class Onboarding(BaseSDK):
831
831
  hook_ctx=HookContext(
832
832
  base_url=base_url or "",
833
833
  operation_id="revokeOnboardingInvite",
834
- oauth2_scopes=[],
834
+ oauth2_scopes=None,
835
835
  security_source=get_security_from_env(
836
836
  self.sdk_configuration.security, components.Security
837
837
  ),
@@ -930,7 +930,7 @@ class Onboarding(BaseSDK):
930
930
  hook_ctx=HookContext(
931
931
  base_url=base_url or "",
932
932
  operation_id="revokeOnboardingInvite",
933
- oauth2_scopes=[],
933
+ oauth2_scopes=None,
934
934
  security_source=get_security_from_env(
935
935
  self.sdk_configuration.security, components.Security
936
936
  ),
@@ -144,7 +144,7 @@ class PaymentLinks(BaseSDK):
144
144
  hook_ctx=HookContext(
145
145
  base_url=base_url or "",
146
146
  operation_id="createPaymentLink",
147
- oauth2_scopes=[],
147
+ oauth2_scopes=None,
148
148
  security_source=get_security_from_env(
149
149
  self.sdk_configuration.security, components.Security
150
150
  ),
@@ -337,7 +337,7 @@ class PaymentLinks(BaseSDK):
337
337
  hook_ctx=HookContext(
338
338
  base_url=base_url or "",
339
339
  operation_id="createPaymentLink",
340
- oauth2_scopes=[],
340
+ oauth2_scopes=None,
341
341
  security_source=get_security_from_env(
342
342
  self.sdk_configuration.security, components.Security
343
343
  ),
@@ -468,7 +468,7 @@ class PaymentLinks(BaseSDK):
468
468
  hook_ctx=HookContext(
469
469
  base_url=base_url or "",
470
470
  operation_id="listPaymentLinks",
471
- oauth2_scopes=[],
471
+ oauth2_scopes=None,
472
472
  security_source=get_security_from_env(
473
473
  self.sdk_configuration.security, components.Security
474
474
  ),
@@ -580,7 +580,7 @@ class PaymentLinks(BaseSDK):
580
580
  hook_ctx=HookContext(
581
581
  base_url=base_url or "",
582
582
  operation_id="listPaymentLinks",
583
- oauth2_scopes=[],
583
+ oauth2_scopes=None,
584
584
  security_source=get_security_from_env(
585
585
  self.sdk_configuration.security, components.Security
586
586
  ),
@@ -695,7 +695,7 @@ class PaymentLinks(BaseSDK):
695
695
  hook_ctx=HookContext(
696
696
  base_url=base_url or "",
697
697
  operation_id="getPaymentLink",
698
- oauth2_scopes=[],
698
+ oauth2_scopes=None,
699
699
  security_source=get_security_from_env(
700
700
  self.sdk_configuration.security, components.Security
701
701
  ),
@@ -808,7 +808,7 @@ class PaymentLinks(BaseSDK):
808
808
  hook_ctx=HookContext(
809
809
  base_url=base_url or "",
810
810
  operation_id="getPaymentLink",
811
- oauth2_scopes=[],
811
+ oauth2_scopes=None,
812
812
  security_source=get_security_from_env(
813
813
  self.sdk_configuration.security, components.Security
814
814
  ),
@@ -980,7 +980,7 @@ class PaymentLinks(BaseSDK):
980
980
  hook_ctx=HookContext(
981
981
  base_url=base_url or "",
982
982
  operation_id="updatePaymentLink",
983
- oauth2_scopes=[],
983
+ oauth2_scopes=None,
984
984
  security_source=get_security_from_env(
985
985
  self.sdk_configuration.security, components.Security
986
986
  ),
@@ -1173,7 +1173,7 @@ class PaymentLinks(BaseSDK):
1173
1173
  hook_ctx=HookContext(
1174
1174
  base_url=base_url or "",
1175
1175
  operation_id="updatePaymentLink",
1176
- oauth2_scopes=[],
1176
+ oauth2_scopes=None,
1177
1177
  security_source=get_security_from_env(
1178
1178
  self.sdk_configuration.security, components.Security
1179
1179
  ),
@@ -1307,7 +1307,7 @@ class PaymentLinks(BaseSDK):
1307
1307
  hook_ctx=HookContext(
1308
1308
  base_url=base_url or "",
1309
1309
  operation_id="disablePaymentLink",
1310
- oauth2_scopes=[],
1310
+ oauth2_scopes=None,
1311
1311
  security_source=get_security_from_env(
1312
1312
  self.sdk_configuration.security, components.Security
1313
1313
  ),
@@ -1409,7 +1409,7 @@ class PaymentLinks(BaseSDK):
1409
1409
  hook_ctx=HookContext(
1410
1410
  base_url=base_url or "",
1411
1411
  operation_id="disablePaymentLink",
1412
- oauth2_scopes=[],
1412
+ oauth2_scopes=None,
1413
1413
  security_source=get_security_from_env(
1414
1414
  self.sdk_configuration.security, components.Security
1415
1415
  ),
@@ -1517,7 +1517,7 @@ class PaymentLinks(BaseSDK):
1517
1517
  hook_ctx=HookContext(
1518
1518
  base_url=base_url or "",
1519
1519
  operation_id="getPaymentLinkQRCode",
1520
- oauth2_scopes=[],
1520
+ oauth2_scopes=None,
1521
1521
  security_source=get_security_from_env(
1522
1522
  self.sdk_configuration.security, components.Security
1523
1523
  ),
@@ -1642,7 +1642,7 @@ class PaymentLinks(BaseSDK):
1642
1642
  hook_ctx=HookContext(
1643
1643
  base_url=base_url or "",
1644
1644
  operation_id="getPaymentLinkQRCode",
1645
- oauth2_scopes=[],
1645
+ oauth2_scopes=None,
1646
1646
  security_source=get_security_from_env(
1647
1647
  self.sdk_configuration.security, components.Security
1648
1648
  ),
@@ -82,7 +82,7 @@ class PaymentMethods(BaseSDK):
82
82
  hook_ctx=HookContext(
83
83
  base_url=base_url or "",
84
84
  operation_id="listPaymentMethods",
85
- oauth2_scopes=[],
85
+ oauth2_scopes=None,
86
86
  security_source=get_security_from_env(
87
87
  self.sdk_configuration.security, components.Security
88
88
  ),
@@ -201,7 +201,7 @@ class PaymentMethods(BaseSDK):
201
201
  hook_ctx=HookContext(
202
202
  base_url=base_url or "",
203
203
  operation_id="listPaymentMethods",
204
- oauth2_scopes=[],
204
+ oauth2_scopes=None,
205
205
  security_source=get_security_from_env(
206
206
  self.sdk_configuration.security, components.Security
207
207
  ),
@@ -316,7 +316,7 @@ class PaymentMethods(BaseSDK):
316
316
  hook_ctx=HookContext(
317
317
  base_url=base_url or "",
318
318
  operation_id="getPaymentMethod",
319
- oauth2_scopes=[],
319
+ oauth2_scopes=None,
320
320
  security_source=get_security_from_env(
321
321
  self.sdk_configuration.security, components.Security
322
322
  ),
@@ -429,7 +429,7 @@ class PaymentMethods(BaseSDK):
429
429
  hook_ctx=HookContext(
430
430
  base_url=base_url or "",
431
431
  operation_id="getPaymentMethod",
432
- oauth2_scopes=[],
432
+ oauth2_scopes=None,
433
433
  security_source=get_security_from_env(
434
434
  self.sdk_configuration.security, components.Security
435
435
  ),
moovio_sdk/ping.py CHANGED
@@ -77,7 +77,7 @@ class Ping(BaseSDK):
77
77
  hook_ctx=HookContext(
78
78
  base_url=base_url or "",
79
79
  operation_id="ping",
80
- oauth2_scopes=[],
80
+ oauth2_scopes=None,
81
81
  security_source=get_security_from_env(
82
82
  self.sdk_configuration.security, components.Security
83
83
  ),
@@ -188,7 +188,7 @@ class Ping(BaseSDK):
188
188
  hook_ctx=HookContext(
189
189
  base_url=base_url or "",
190
190
  operation_id="ping",
191
- oauth2_scopes=[],
191
+ oauth2_scopes=None,
192
192
  security_source=get_security_from_env(
193
193
  self.sdk_configuration.security, components.Security
194
194
  ),
moovio_sdk/receipts.py CHANGED
@@ -80,7 +80,7 @@ class Receipts(BaseSDK):
80
80
  hook_ctx=HookContext(
81
81
  base_url=base_url or "",
82
82
  operation_id="createReceipts",
83
- oauth2_scopes=[],
83
+ oauth2_scopes=None,
84
84
  security_source=get_security_from_env(
85
85
  self.sdk_configuration.security, components.Security
86
86
  ),
@@ -216,7 +216,7 @@ class Receipts(BaseSDK):
216
216
  hook_ctx=HookContext(
217
217
  base_url=base_url or "",
218
218
  operation_id="createReceipts",
219
- oauth2_scopes=[],
219
+ oauth2_scopes=None,
220
220
  security_source=get_security_from_env(
221
221
  self.sdk_configuration.security, components.Security
222
222
  ),
@@ -347,7 +347,7 @@ class Receipts(BaseSDK):
347
347
  hook_ctx=HookContext(
348
348
  base_url=base_url or "",
349
349
  operation_id="listReceipts",
350
- oauth2_scopes=[],
350
+ oauth2_scopes=None,
351
351
  security_source=get_security_from_env(
352
352
  self.sdk_configuration.security, components.Security
353
353
  ),
@@ -459,7 +459,7 @@ class Receipts(BaseSDK):
459
459
  hook_ctx=HookContext(
460
460
  base_url=base_url or "",
461
461
  operation_id="listReceipts",
462
- oauth2_scopes=[],
462
+ oauth2_scopes=None,
463
463
  security_source=get_security_from_env(
464
464
  self.sdk_configuration.security, components.Security
465
465
  ),