stigg-api-client 2.310.0__tar.gz → 2.314.2__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.
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/PKG-INFO +1 -1
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/pyproject.toml +1 -1
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/stigg/generated/schema.py +41 -4
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/LICENSE +0 -0
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/README.md +0 -0
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/stigg/__init__.py +0 -0
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/stigg/client.py +0 -0
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.310.0 → stigg_api_client-2.314.2}/stigg/generated/operations.py +0 -0
|
@@ -3600,9 +3600,10 @@ class StringFieldComparison(sgqlc.types.Input):
|
|
|
3600
3600
|
|
|
3601
3601
|
class StripeCredentialsInput(sgqlc.types.Input):
|
|
3602
3602
|
__schema__ = schema
|
|
3603
|
-
__field_names__ = ('account_id', 'authorization_code', 'is_test_mode')
|
|
3603
|
+
__field_names__ = ('account_id', 'authorization_code', 'is_tax_enabled', 'is_test_mode')
|
|
3604
3604
|
account_id = sgqlc.types.Field(String, graphql_name='accountId')
|
|
3605
3605
|
authorization_code = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='authorizationCode')
|
|
3606
|
+
is_tax_enabled = sgqlc.types.Field(Boolean, graphql_name='isTaxEnabled')
|
|
3606
3607
|
is_test_mode = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isTestMode')
|
|
3607
3608
|
|
|
3608
3609
|
|
|
@@ -4275,7 +4276,7 @@ class UpdateIntegrationInput(sgqlc.types.Input):
|
|
|
4275
4276
|
is_default = sgqlc.types.Field(Boolean, graphql_name='isDefault')
|
|
4276
4277
|
open_fgacredentials = sgqlc.types.Field(OpenFGACredentialsInput, graphql_name='openFGACredentials')
|
|
4277
4278
|
salesforce_credentials = sgqlc.types.Field(SalesforceCredentialsInput, graphql_name='salesforceCredentials')
|
|
4278
|
-
stripe_credentials = sgqlc.types.Field(
|
|
4279
|
+
stripe_credentials = sgqlc.types.Field('UpdateStripeCredentialsInput', graphql_name='stripeCredentials')
|
|
4279
4280
|
vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
|
|
4280
4281
|
zuora_credentials = sgqlc.types.Field('ZuoraCredentialsInput', graphql_name='zuoraCredentials')
|
|
4281
4282
|
|
|
@@ -4337,6 +4338,12 @@ class UpdatePackageEntitlementOrderItemInput(sgqlc.types.Input):
|
|
|
4337
4338
|
order = sgqlc.types.Field(Float, graphql_name='order')
|
|
4338
4339
|
|
|
4339
4340
|
|
|
4341
|
+
class UpdateStripeCredentialsInput(sgqlc.types.Input):
|
|
4342
|
+
__schema__ = schema
|
|
4343
|
+
__field_names__ = ('is_tax_enabled',)
|
|
4344
|
+
is_tax_enabled = sgqlc.types.Field(Boolean, graphql_name='isTaxEnabled')
|
|
4345
|
+
|
|
4346
|
+
|
|
4340
4347
|
class UpdateSubscriptionEntitlementInput(sgqlc.types.Input):
|
|
4341
4348
|
__schema__ = schema
|
|
4342
4349
|
__field_names__ = ('feature_id', 'has_soft_limit', 'has_unlimited_usage', 'id', 'monthly_reset_period_configuration', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
|
|
@@ -8875,9 +8882,10 @@ class StringChangeDTO(sgqlc.types.Type):
|
|
|
8875
8882
|
|
|
8876
8883
|
class StripeCredentials(sgqlc.types.Type):
|
|
8877
8884
|
__schema__ = schema
|
|
8878
|
-
__field_names__ = ('account_display_name', 'account_id', 'is_test_mode')
|
|
8885
|
+
__field_names__ = ('account_display_name', 'account_id', 'is_tax_enabled', 'is_test_mode')
|
|
8879
8886
|
account_display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='accountDisplayName')
|
|
8880
8887
|
account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='accountId')
|
|
8888
|
+
is_tax_enabled = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isTaxEnabled')
|
|
8881
8889
|
is_test_mode = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isTestMode')
|
|
8882
8890
|
|
|
8883
8891
|
|
|
@@ -9550,11 +9558,35 @@ class SubscriptionUpdateUsageResetCutoffRule(sgqlc.types.Type):
|
|
|
9550
9558
|
behavior = sgqlc.types.Field(sgqlc.types.non_null(SubscriptionUpdateUsageCutoffBehavior), graphql_name='behavior')
|
|
9551
9559
|
|
|
9552
9560
|
|
|
9561
|
+
class SyncRevisionBillingData(sgqlc.types.Type):
|
|
9562
|
+
__schema__ = schema
|
|
9563
|
+
__field_names__ = ('billing_id', 'billing_link_url')
|
|
9564
|
+
billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingId')
|
|
9565
|
+
billing_link_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingLinkUrl')
|
|
9566
|
+
|
|
9567
|
+
|
|
9568
|
+
class SyncRevisionMarketplaceData(sgqlc.types.Type):
|
|
9569
|
+
__schema__ = schema
|
|
9570
|
+
__field_names__ = ('dimensions',)
|
|
9571
|
+
dimensions = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='dimensions')
|
|
9572
|
+
|
|
9573
|
+
|
|
9574
|
+
class SyncRevisionPriceBillingData(sgqlc.types.Type):
|
|
9575
|
+
__schema__ = schema
|
|
9576
|
+
__field_names__ = ('billing_id', 'billing_link_url', 'price_group_package_billing_id')
|
|
9577
|
+
billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingId')
|
|
9578
|
+
billing_link_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingLinkUrl')
|
|
9579
|
+
price_group_package_billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='priceGroupPackageBillingId')
|
|
9580
|
+
|
|
9581
|
+
|
|
9553
9582
|
class SyncState(sgqlc.types.Type):
|
|
9554
9583
|
__schema__ = schema
|
|
9555
|
-
__field_names__ = ('error', 'status', 'vendor_identifier')
|
|
9584
|
+
__field_names__ = ('data', 'error', 'integration', 'status', 'synced_entity_id', 'vendor_identifier')
|
|
9585
|
+
data = sgqlc.types.Field('SyncRevisionData', graphql_name='data')
|
|
9556
9586
|
error = sgqlc.types.Field(String, graphql_name='error')
|
|
9587
|
+
integration = sgqlc.types.Field(sgqlc.types.non_null(Integration), graphql_name='integration')
|
|
9557
9588
|
status = sgqlc.types.Field(sgqlc.types.non_null(SyncStatus), graphql_name='status')
|
|
9589
|
+
synced_entity_id = sgqlc.types.Field(String, graphql_name='syncedEntityId')
|
|
9558
9590
|
vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
|
|
9559
9591
|
|
|
9560
9592
|
|
|
@@ -9938,6 +9970,11 @@ class ScheduleVariables(sgqlc.types.Union):
|
|
|
9938
9970
|
__types__ = (AddonChangeVariables, AddonPriceOverrideChangeVariables, BillingPeriodChangeVariables, CouponChangeVariables, DowngradeChangeVariables, PlanChangeVariables, PlanPriceOverrideChangeVariables, UnitAmountChangeVariables)
|
|
9939
9971
|
|
|
9940
9972
|
|
|
9973
|
+
class SyncRevisionData(sgqlc.types.Union):
|
|
9974
|
+
__schema__ = schema
|
|
9975
|
+
__types__ = (SyncRevisionBillingData, SyncRevisionMarketplaceData, SyncRevisionPriceBillingData)
|
|
9976
|
+
|
|
9977
|
+
|
|
9941
9978
|
|
|
9942
9979
|
########################################################################
|
|
9943
9980
|
# Schema Entry Points
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|