stigg-api-client 1.219.0__tar.gz → 1.222.0__tar.gz

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 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.219.0
3
+ Version: 1.222.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "1.219.0"
3
+ version = "1.222.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -314,6 +314,7 @@ def fragment_subscription_fragment():
314
314
  _frag_latest_invoice = _frag.latest_invoice()
315
315
  _frag_latest_invoice.__fragment__(fragment_subscription_invoice_fragment())
316
316
  _frag.payment_collection()
317
+ _frag.payment_collection_method()
317
318
  _frag.billing_sync_error()
318
319
  _frag_resource = _frag.resource()
319
320
  _frag_resource.__fragment__(fragment_customer_resource_fragment())
@@ -180,7 +180,7 @@ class ErrorCode(sgqlc.types.Enum):
180
180
 
181
181
  class EventActor(sgqlc.types.Enum):
182
182
  __schema__ = schema
183
- __choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'AWS', 'SALESFORCE', 'SCHEDULER', 'SERVICE', 'STRIPE', 'SUPPORT', 'SYSTEM', 'USER')
183
+ __choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'AWS', 'IMPORT', 'MIGRATION', 'SALESFORCE', 'SCHEDULER', 'SERVICE', 'STRIPE', 'SUPPORT', 'SYSTEM', 'USER')
184
184
 
185
185
 
186
186
  class EventEntityType(sgqlc.types.Enum):