stigg-api-client-v2 2.323.4__py3-none-any.whl → 2.325.3__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.

Potentially problematic release.


This version of stigg-api-client-v2 might be problematic. Click here for more details.

@@ -174,6 +174,11 @@ class AddonSort(BaseModel):
174
174
  nulls: Optional[SortNulls] = None
175
175
 
176
176
 
177
+ class AddonUnArchiveInput(BaseModel):
178
+ environment_id: Optional[str] = Field(alias="environmentId", default=None)
179
+ id: str
180
+
181
+
177
182
  class AddonUpdateInput(BaseModel):
178
183
  additional_meta_data: Optional[Any] = Field(
179
184
  alias="additionalMetaData", default=None
@@ -305,6 +310,7 @@ class ArchivePlanInput(BaseModel):
305
310
  class AttachCustomerPaymentMethodInput(BaseModel):
306
311
  customer_id: Optional[str] = Field(alias="customerId", default=None)
307
312
  environment_id: Optional[str] = Field(alias="environmentId", default=None)
313
+ integration_id: Optional[str] = Field(alias="integrationId", default=None)
308
314
  payment_method_id: str = Field(alias="paymentMethodId")
309
315
  ref_id: Optional[str] = Field(alias="refId", default=None)
310
316
  vendor_identifier: VendorIdentifier = Field(alias="vendorIdentifier")
@@ -766,6 +772,7 @@ class CustomerBillingInfo(BaseModel):
766
772
  billing_address: Optional["Address"] = Field(alias="billingAddress", default=None)
767
773
  currency: Optional[Currency] = None
768
774
  customer_name: Optional[str] = Field(alias="customerName", default=None)
775
+ integration_id: Optional[str] = Field(alias="integrationId", default=None)
769
776
  invoice_custom_fields: Optional[Any] = Field(
770
777
  alias="invoiceCustomFields", default=None
771
778
  )
@@ -2037,6 +2044,7 @@ class ImportSubscriptionsBulkInput(BaseModel):
2037
2044
  class InitAddStripeCustomerPaymentMethodInput(BaseModel):
2038
2045
  customer_ref_id: str = Field(alias="customerRefId")
2039
2046
  environment_id: Optional[str] = Field(alias="environmentId", default=None)
2047
+ integration_id: Optional[str] = Field(alias="integrationId", default=None)
2040
2048
 
2041
2049
 
2042
2050
  class IntFieldComparison(BaseModel):
@@ -2773,6 +2781,7 @@ class PlanUpdateInput(BaseModel):
2773
2781
  class PreparePaymentMethodFormInput(BaseModel):
2774
2782
  customer_id: str = Field(alias="customerId")
2775
2783
  environment_id: Optional[str] = Field(alias="environmentId", default=None)
2784
+ integration_id: Optional[str] = Field(alias="integrationId", default=None)
2776
2785
 
2777
2786
 
2778
2787
  class PreviewNextInvoiceInput(BaseModel):
@@ -4221,6 +4230,16 @@ class TypographyConfigurationInput(BaseModel):
4221
4230
  h_3: Optional["FontVariantInput"] = Field(alias="h3", default=None)
4222
4231
 
4223
4232
 
4233
+ class UnArchiveFeatureInput(BaseModel):
4234
+ environment_id: Optional[str] = Field(alias="environmentId", default=None)
4235
+ id: str
4236
+
4237
+
4238
+ class UnArchivePlanInput(BaseModel):
4239
+ environment_id: Optional[str] = Field(alias="environmentId", default=None)
4240
+ id: str
4241
+
4242
+
4224
4243
  class UnarchiveCustomerInput(BaseModel):
4225
4244
  customer_id: str = Field(alias="customerId")
4226
4245
  environment_id: Optional[str] = Field(alias="environmentId", default=None)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client-v2
3
- Version: 2.323.4
3
+ Version: 2.325.3
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -106,7 +106,7 @@ stigg/_vendors/pydantic-2.6.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCe
106
106
  stigg/_vendors/pydantic-2.6.4.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
107
107
  stigg/_vendors/pydantic-2.6.4.dist-info/licenses/LICENSE,sha256=qeGG88oWte74QxjnpwFyE1GgDLe4rjpDlLZ7SeNSnvM,1129
108
108
  stigg/client.py,sha256=RWrVnxo9zHFXka8KJVE4sMgyek70ispQk0vqOINCvM0,8335
109
- stigg/generated/__init__.py,sha256=cMTTW3j7zYbdixcgYh7DF9_jnCE0F5HmxI_9589RIdQ,69074
109
+ stigg/generated/__init__.py,sha256=b51t6c7Q-cJDVvDByMLaRsDXEkokvItn4MpH2mVx93Y,69232
110
110
  stigg/generated/apply_subscription.py,sha256=Vbs-QZZxN16pUpt3Hp7Jvvcc5o_8xwJK9oTLQQjH0ZA,451
111
111
  stigg/generated/archive_customer.py,sha256=3N3iBiT2Vvzfb0ckV3o57A6lmJ_ef7JNPaMX_Jtcg6c,396
112
112
  stigg/generated/async_base_client.py,sha256=zqd6IhYxpalyA6KQkeGhXgSurC0vXSwSWmSlM2zZ0VM,12593
@@ -119,11 +119,11 @@ stigg/generated/client.py,sha256=AHebP8X0jl5noIxkZwMgE-EOE3e5lv-tGrCj2xDt58c,169
119
119
  stigg/generated/create_subscription.py,sha256=vbpBJ_daXHcQDtvU3vbwSr2E7s4VGRHxqPavyTV3Mtk,457
120
120
  stigg/generated/delegate_subscription_to_customer.py,sha256=0TgQDO0Hk-z7X7PGtqhvciqa8IjkToK9cpiX3Kqu_UY,561
121
121
  stigg/generated/detach_customer_payment_method.py,sha256=ACXlC2xsGaUP723OrayFZQ9SbXxe8TtVUYdG1gqcYFc,523
122
- stigg/generated/enums.py,sha256=h9LSA5nwfWf-0PfV_KXU4DVxr07T_9ZF4LcYXGRIMxY,34540
122
+ stigg/generated/enums.py,sha256=1Klqj6m2KUZluIbRnrmuorZWCrc2Blfxj1N_UT1042g,34674
123
123
  stigg/generated/estimate_subscription.py,sha256=c0_vg0A_Hi8fdjeGudWZ0WziUF9jcjX5rlRitGMAMaQ,479
124
124
  stigg/generated/estimate_subscription_update.py,sha256=ZYIFqqHHDfzhrOn95QnMmPNTXZ7JrKWRlUFzk8fWwKA,528
125
125
  stigg/generated/exceptions.py,sha256=OQu-ZYCCV4VyMWTd1HR8gIjIK2CrA_JMlFxqOAJugWY,2411
126
- stigg/generated/fragments.py,sha256=TxbVYIup3a6K4GVhfm8hhJaoy0wuoT0H3ca-oz0BTJA,100632
126
+ stigg/generated/fragments.py,sha256=bEGEMsLhfAzXC9zDVdN2EF0sjOIm9VCNKat4orlpieY,100632
127
127
  stigg/generated/get_active_subscriptions.py,sha256=ngZ9jr8vzGI59wT8FhUFl46a8j9waoNjeZ1_lrcu2ww,513
128
128
  stigg/generated/get_active_subscriptions_list.py,sha256=Awi9al2MXxdt_y7ZnWYZh8U3R9XiX50c7TyO4WZxyhw,541
129
129
  stigg/generated/get_checkout_state.py,sha256=SAOXGAND879dwb7R5mr5LPZuPVuMUDwNR5M4mgmHv6w,409
@@ -144,7 +144,7 @@ stigg/generated/grant_promotional_entitlements.py,sha256=72PRYuqecL-0SkWb7deygkh
144
144
  stigg/generated/import_customer.py,sha256=yEtrEB7T-Aykv3AUl-rAQz2XL6hKL0j-7JL3h-xi87o,403
145
145
  stigg/generated/import_customer_bulk.py,sha256=miLn2ScWlPOH1IipltY5Vgd-ZQ_BkBk9t3-EsLvU5ZQ,284
146
146
  stigg/generated/import_subscriptions_bulk.py,sha256=QgitpZkjE7eBhP1o5W0PTVAbKOvz61dNoeBAWupIcgU,297
147
- stigg/generated/input_types.py,sha256=Vpk36x_g6IcZNyf_9468U50_hycdNtwDPEggOEdWu_o,191503
147
+ stigg/generated/input_types.py,sha256=aEjkX2dGtdW4x4zlwsEX_suIRT2uUsiiXkAs9RawvPM,192213
148
148
  stigg/generated/migrate_subscription_to_latest.py,sha256=qQDwH7EodYAeJFb62IIl-MAEB5MbthgCJ0v1RMxpdYk,516
149
149
  stigg/generated/preview_next_invoice.py,sha256=MiQ4Gv7Ve1Hv60xhaQi7uj82aq0xLP2UB-gjvcQdOL8,478
150
150
  stigg/generated/preview_subscription.py,sha256=Qo2vlFs7sFzqaE8J_e-EHTRfLvG46lko-dcJMxDSCR0,475
@@ -160,7 +160,7 @@ stigg/generated/transfer_subscription_to_resource.py,sha256=4-N7quYhHpVTGPi6EV-U
160
160
  stigg/generated/unarchive_customer.py,sha256=0OVttDrNNOHp6xIpLfDj--XfZL0ogkSpy9eW71jND2k,441
161
161
  stigg/generated/update_customer.py,sha256=DdbIKqG3AxIJie6Wk49m4dSVyXrQbY6UjhReZR6lkIM,403
162
162
  stigg/generated/update_subscription.py,sha256=R7RdFcFh1oEz-AHLiMBW5XvpQTi3ucB3Z4r-LvZjHJQ,457
163
- stigg_api_client_v2-2.323.4.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
164
- stigg_api_client_v2-2.323.4.dist-info/METADATA,sha256=oBnTjTCJsD0iK2qgHH04C73AeqncmmczCrZ9lPYSOo8,2258
165
- stigg_api_client_v2-2.323.4.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
166
- stigg_api_client_v2-2.323.4.dist-info/RECORD,,
163
+ stigg_api_client_v2-2.325.3.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
164
+ stigg_api_client_v2-2.325.3.dist-info/METADATA,sha256=79kHHHiPg9m32AnV2w0QR4DB62RwruEWCUOoz1x9FVI,2258
165
+ stigg_api_client_v2-2.325.3.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
166
+ stigg_api_client_v2-2.325.3.dist-info/RECORD,,