stigg-api-client 1.59.0__tar.gz → 1.69.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.59.0
3
+ Version: 1.69.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.59.0"
3
+ version = "1.69.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -27,7 +27,7 @@ class AccountStatus(sgqlc.types.Enum):
27
27
 
28
28
  class AddonSortFields(sgqlc.types.Enum):
29
29
  __schema__ = schema
30
- __choices__ = ('billingId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isLatest', 'pricingType', 'productId', 'refId', 'status', 'updatedAt', 'versionNumber')
30
+ __choices__ = ('billingId', 'createdAt', 'description', 'displayName', 'environmentId', 'id', 'isLatest', 'maxQuantity', 'pricingType', 'productId', 'refId', 'status', 'updatedAt', 'versionNumber')
31
31
 
32
32
 
33
33
  class AggregationFunction(sgqlc.types.Enum):
@@ -170,7 +170,7 @@ class EnvironmentType(sgqlc.types.Enum):
170
170
 
171
171
  class ErrorCode(sgqlc.types.Enum):
172
172
  __schema__ = schema
173
- __choices__ = ('AccountNotFoundError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier')
173
+ __choices__ = ('AccountNotFoundError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CheckoutOptionsMissing', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerHasNoPaymentMethod', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier')
174
174
 
175
175
 
176
176
  class EventLogType(sgqlc.types.Enum):
@@ -508,7 +508,7 @@ class AddCompatibleAddonsToPlanInput(sgqlc.types.Input):
508
508
 
509
509
  class AddonCreateInput(sgqlc.types.Input):
510
510
  __schema__ = schema
511
- __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'pricing_type', 'product_id', 'ref_id', 'status')
511
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_plan_dimension', 'billing_id', 'description', 'display_name', 'environment_id', 'hidden_from_widgets', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status')
512
512
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
513
513
  aws_marketplace_plan_dimension = sgqlc.types.Field(String, graphql_name='awsMarketplacePlanDimension')
514
514
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -516,6 +516,7 @@ class AddonCreateInput(sgqlc.types.Input):
516
516
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
517
517
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
518
518
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
519
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
519
520
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
520
521
  product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='productId')
521
522
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -524,7 +525,7 @@ class AddonCreateInput(sgqlc.types.Input):
524
525
 
525
526
  class AddonFilter(sgqlc.types.Input):
526
527
  __schema__ = schema
527
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
528
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
528
529
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('AddonFilter')), graphql_name='and')
529
530
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
530
531
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
@@ -533,6 +534,7 @@ class AddonFilter(sgqlc.types.Input):
533
534
  environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
534
535
  id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
535
536
  is_latest = sgqlc.types.Field('BooleanFieldComparison', graphql_name='isLatest')
537
+ max_quantity = sgqlc.types.Field('NumberFieldComparison', graphql_name='maxQuantity')
536
538
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('AddonFilter')), graphql_name='or')
537
539
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
538
540
  product_id = sgqlc.types.Field('StringFieldComparison', graphql_name='productId')
@@ -552,13 +554,14 @@ class AddonSort(sgqlc.types.Input):
552
554
 
553
555
  class AddonUpdateInput(sgqlc.types.Input):
554
556
  __schema__ = schema
555
- __field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'hidden_from_widgets', 'id', 'status')
557
+ __field_names__ = ('additional_meta_data', 'billing_id', 'description', 'display_name', 'hidden_from_widgets', 'id', 'max_quantity', 'status')
556
558
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
557
559
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
558
560
  description = sgqlc.types.Field(String, graphql_name='description')
559
561
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
560
562
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
561
563
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
564
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
562
565
  status = sgqlc.types.Field(PackageStatus, graphql_name='status')
563
566
 
564
567
 
@@ -601,7 +604,7 @@ class ApiKeySort(sgqlc.types.Input):
601
604
 
602
605
  class ApplySubscriptionInput(sgqlc.types.Input):
603
606
  __schema__ = schema
604
- __field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'customer_id', 'payment_method_id', 'plan_id', 'promotion_code', 'resource_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'trial_override_configuration', 'unit_quantity')
607
+ __field_names__ = ('additional_meta_data', 'addons', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'customer_id', 'payment_method_id', 'plan_id', 'promotion_code', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'trial_override_configuration', 'unit_quantity')
605
608
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
606
609
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
607
610
  billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('BillableFeatureInput')), graphql_name='billableFeatures')
@@ -614,6 +617,7 @@ class ApplySubscriptionInput(sgqlc.types.Input):
614
617
  plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
615
618
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
616
619
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
620
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
617
621
  schedule_strategy = sgqlc.types.Field(ScheduleStrategy, graphql_name='scheduleStrategy')
618
622
  skip_trial = sgqlc.types.Field(Boolean, graphql_name='skipTrial')
619
623
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
@@ -1119,7 +1123,7 @@ class CustomerFilterPromotionalEntitlementFilter(sgqlc.types.Input):
1119
1123
 
1120
1124
  class CustomerInput(sgqlc.types.Input):
1121
1125
  __schema__ = schema
1122
- __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'created_at', 'crm_id', 'customer_id', 'email', 'environment_id', 'name', 'ref_id', 'should_sync_free')
1126
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'created_at', 'crm_id', 'customer_id', 'email', 'environment_id', 'name', 'ref_id', 'salesforce_id', 'should_sync_free')
1123
1127
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
1124
1128
  aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
1125
1129
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -1132,6 +1136,7 @@ class CustomerInput(sgqlc.types.Input):
1132
1136
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1133
1137
  name = sgqlc.types.Field(String, graphql_name='name')
1134
1138
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
1139
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
1135
1140
  should_sync_free = sgqlc.types.Field(Boolean, graphql_name='shouldSyncFree')
1136
1141
 
1137
1142
 
@@ -2435,7 +2440,7 @@ class PlanFilter(sgqlc.types.Input):
2435
2440
 
2436
2441
  class PlanFilterAddonFilter(sgqlc.types.Input):
2437
2442
  __schema__ = schema
2438
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
2443
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
2439
2444
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterAddonFilter')), graphql_name='and')
2440
2445
  billing_id = sgqlc.types.Field('StringFieldComparison', graphql_name='billingId')
2441
2446
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -2444,6 +2449,7 @@ class PlanFilterAddonFilter(sgqlc.types.Input):
2444
2449
  environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2445
2450
  id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2446
2451
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2452
+ max_quantity = sgqlc.types.Field(NumberFieldComparison, graphql_name='maxQuantity')
2447
2453
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterAddonFilter')), graphql_name='or')
2448
2454
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
2449
2455
  product_id = sgqlc.types.Field('StringFieldComparison', graphql_name='productId')
@@ -2734,7 +2740,7 @@ class PromotionalEntitlementUpdateInput(sgqlc.types.Input):
2734
2740
 
2735
2741
  class ProvisionCustomerInput(sgqlc.types.Input):
2736
2742
  __schema__ = schema
2737
- __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'created_at', 'crm_id', 'customer_id', 'email', 'environment_id', 'exclude_from_experiment', 'name', 'ref_id', 'should_sync_free', 'subscription_params')
2743
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'created_at', 'crm_id', 'customer_id', 'email', 'environment_id', 'exclude_from_experiment', 'name', 'ref_id', 'salesforce_id', 'should_sync_free', 'subscription_params')
2738
2744
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
2739
2745
  aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
2740
2746
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -2748,13 +2754,14 @@ class ProvisionCustomerInput(sgqlc.types.Input):
2748
2754
  exclude_from_experiment = sgqlc.types.Field(Boolean, graphql_name='excludeFromExperiment')
2749
2755
  name = sgqlc.types.Field(String, graphql_name='name')
2750
2756
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
2757
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
2751
2758
  should_sync_free = sgqlc.types.Field(Boolean, graphql_name='shouldSyncFree')
2752
2759
  subscription_params = sgqlc.types.Field('ProvisionCustomerSubscriptionInput', graphql_name='subscriptionParams')
2753
2760
 
2754
2761
 
2755
2762
  class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
2756
2763
  __schema__ = schema
2757
- __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2764
+ __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2758
2765
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
2759
2766
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
2760
2767
  await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
@@ -2768,6 +2775,7 @@ class ProvisionCustomerSubscriptionInput(sgqlc.types.Input):
2768
2775
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
2769
2776
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
2770
2777
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
2778
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
2771
2779
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
2772
2780
  subscription_entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementInput')), graphql_name='subscriptionEntitlements')
2773
2781
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
@@ -2784,7 +2792,7 @@ class ProvisionSandboxInput(sgqlc.types.Input):
2784
2792
 
2785
2793
  class ProvisionSubscription(sgqlc.types.Input):
2786
2794
  __schema__ = schema
2787
- __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'checkout_options', 'customer_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2795
+ __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'checkout_options', 'customer_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2788
2796
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
2789
2797
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
2790
2798
  await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
@@ -2800,6 +2808,7 @@ class ProvisionSubscription(sgqlc.types.Input):
2800
2808
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
2801
2809
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
2802
2810
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
2811
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
2803
2812
  schedule_strategy = sgqlc.types.Field(ScheduleStrategy, graphql_name='scheduleStrategy')
2804
2813
  skip_trial = sgqlc.types.Field(Boolean, graphql_name='skipTrial')
2805
2814
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
@@ -2811,7 +2820,7 @@ class ProvisionSubscription(sgqlc.types.Input):
2811
2820
 
2812
2821
  class ProvisionSubscriptionInput(sgqlc.types.Input):
2813
2822
  __schema__ = schema
2814
- __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'checkout_options', 'customer_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2823
+ __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'checkout_options', 'customer_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'skip_trial', 'start_date', 'subscription_entitlements', 'subscription_id', 'trial_override_configuration', 'unit_quantity')
2815
2824
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
2816
2825
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
2817
2826
  await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
@@ -2827,6 +2836,7 @@ class ProvisionSubscriptionInput(sgqlc.types.Input):
2827
2836
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
2828
2837
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
2829
2838
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
2839
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
2830
2840
  schedule_strategy = sgqlc.types.Field(ScheduleStrategy, graphql_name='scheduleStrategy')
2831
2841
  skip_trial = sgqlc.types.Field(Boolean, graphql_name='skipTrial')
2832
2842
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
@@ -3071,7 +3081,7 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
3071
3081
 
3072
3082
  class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
3073
3083
  __schema__ = schema
3074
- __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
3084
+ __field_names__ = ('and_', 'billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'or_', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
3075
3085
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterAddonFilter')), graphql_name='and')
3076
3086
  billing_id = sgqlc.types.Field(StringFieldComparison, graphql_name='billingId')
3077
3087
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
@@ -3080,6 +3090,7 @@ class SubscriptionAddonFilterAddonFilter(sgqlc.types.Input):
3080
3090
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
3081
3091
  id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3082
3092
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
3093
+ max_quantity = sgqlc.types.Field(NumberFieldComparison, graphql_name='maxQuantity')
3083
3094
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterAddonFilter')), graphql_name='or')
3084
3095
  pricing_type = sgqlc.types.Field(PricingTypeFilterComparison, graphql_name='pricingType')
3085
3096
  product_id = sgqlc.types.Field(StringFieldComparison, graphql_name='productId')
@@ -3271,7 +3282,7 @@ class SubscriptionEntitlementSort(sgqlc.types.Input):
3271
3282
 
3272
3283
  class SubscriptionInput(sgqlc.types.Input):
3273
3284
  __schema__ = schema
3274
- __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'crm_id', 'customer_id', 'end_date', 'environment_id', 'is_custom_price_subscription', 'is_overriding_trial_config', 'is_trial', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'schedule_strategy', 'start_date', 'subscription_entitlements', 'subscription_id', 'unit_quantity')
3285
+ __field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_country_code', 'billing_id', 'billing_information', 'billing_period', 'crm_id', 'customer_id', 'end_date', 'environment_id', 'is_custom_price_subscription', 'is_overriding_trial_config', 'is_trial', 'plan_id', 'price_unit_amount', 'promotion_code', 'ref_id', 'resource_id', 'salesforce_id', 'schedule_strategy', 'start_date', 'subscription_entitlements', 'subscription_id', 'unit_quantity')
3275
3286
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
3276
3287
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
3277
3288
  await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
@@ -3292,6 +3303,7 @@ class SubscriptionInput(sgqlc.types.Input):
3292
3303
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
3293
3304
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
3294
3305
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
3306
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
3295
3307
  schedule_strategy = sgqlc.types.Field(ScheduleStrategy, graphql_name='scheduleStrategy')
3296
3308
  start_date = sgqlc.types.Field(DateTime, graphql_name='startDate')
3297
3309
  subscription_entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionEntitlementInput)), graphql_name='subscriptionEntitlements')
@@ -3573,7 +3585,7 @@ class UpdateCouponInput(sgqlc.types.Input):
3573
3585
 
3574
3586
  class UpdateCustomerInput(sgqlc.types.Input):
3575
3587
  __schema__ = schema
3576
- __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'crm_id', 'customer_id', 'email', 'environment_id', 'name', 'ref_id', 'should_wait_sync')
3588
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_id', 'billing_information', 'coupon_ref_id', 'crm_id', 'customer_id', 'email', 'environment_id', 'name', 'ref_id', 'salesforce_id', 'should_wait_sync')
3577
3589
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
3578
3590
  aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
3579
3591
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -3585,6 +3597,7 @@ class UpdateCustomerInput(sgqlc.types.Input):
3585
3597
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3586
3598
  name = sgqlc.types.Field(String, graphql_name='name')
3587
3599
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
3600
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
3588
3601
  should_wait_sync = sgqlc.types.Field(Boolean, graphql_name='shouldWaitSync')
3589
3602
 
3590
3603
 
@@ -3958,7 +3971,7 @@ class AdditionalMetaDataChange(sgqlc.types.Type):
3958
3971
 
3959
3972
  class Addon(sgqlc.types.Type):
3960
3973
  __schema__ = schema
3961
- __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
3974
+ __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
3962
3975
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
3963
3976
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
3964
3977
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -3973,6 +3986,7 @@ class Addon(sgqlc.types.Type):
3973
3986
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
3974
3987
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3975
3988
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
3989
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
3976
3990
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
3977
3991
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices', args=sgqlc.types.ArgDict((
3978
3992
  ('filter', sgqlc.types.Arg(PriceFilter, graphql_name='filter', default={})),
@@ -3992,7 +4006,7 @@ class Addon(sgqlc.types.Type):
3992
4006
 
3993
4007
  class AddonAggregateGroupBy(sgqlc.types.Type):
3994
4008
  __schema__ = schema
3995
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4009
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
3996
4010
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
3997
4011
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
3998
4012
  description = sgqlc.types.Field(String, graphql_name='description')
@@ -4000,6 +4014,7 @@ class AddonAggregateGroupBy(sgqlc.types.Type):
4000
4014
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4001
4015
  id = sgqlc.types.Field(String, graphql_name='id')
4002
4016
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4017
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4003
4018
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4004
4019
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4005
4020
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4010,7 +4025,8 @@ class AddonAggregateGroupBy(sgqlc.types.Type):
4010
4025
 
4011
4026
  class AddonAvgAggregate(sgqlc.types.Type):
4012
4027
  __schema__ = schema
4013
- __field_names__ = ('version_number',)
4028
+ __field_names__ = ('max_quantity', 'version_number')
4029
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4014
4030
  version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
4015
4031
 
4016
4032
 
@@ -4031,7 +4047,7 @@ class AddonConnection(sgqlc.types.relay.Connection):
4031
4047
 
4032
4048
  class AddonCountAggregate(sgqlc.types.Type):
4033
4049
  __schema__ = schema
4034
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4050
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'is_latest', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4035
4051
  billing_id = sgqlc.types.Field(Int, graphql_name='billingId')
4036
4052
  created_at = sgqlc.types.Field(Int, graphql_name='createdAt')
4037
4053
  description = sgqlc.types.Field(Int, graphql_name='description')
@@ -4039,6 +4055,7 @@ class AddonCountAggregate(sgqlc.types.Type):
4039
4055
  environment_id = sgqlc.types.Field(Int, graphql_name='environmentId')
4040
4056
  id = sgqlc.types.Field(Int, graphql_name='id')
4041
4057
  is_latest = sgqlc.types.Field(Int, graphql_name='isLatest')
4058
+ max_quantity = sgqlc.types.Field(Int, graphql_name='maxQuantity')
4042
4059
  pricing_type = sgqlc.types.Field(Int, graphql_name='pricingType')
4043
4060
  product_id = sgqlc.types.Field(Int, graphql_name='productId')
4044
4061
  ref_id = sgqlc.types.Field(Int, graphql_name='refId')
@@ -4049,7 +4066,7 @@ class AddonCountAggregate(sgqlc.types.Type):
4049
4066
 
4050
4067
  class AddonDeleteResponse(sgqlc.types.Type):
4051
4068
  __schema__ = schema
4052
- __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
4069
+ __field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
4053
4070
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4054
4071
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4055
4072
  billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
@@ -4063,6 +4080,7 @@ class AddonDeleteResponse(sgqlc.types.Type):
4063
4080
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
4064
4081
  id = sgqlc.types.Field(String, graphql_name='id')
4065
4082
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4083
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4066
4084
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
4067
4085
  prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='prices')
4068
4086
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -4084,13 +4102,14 @@ class AddonEdge(sgqlc.types.Type):
4084
4102
 
4085
4103
  class AddonMaxAggregate(sgqlc.types.Type):
4086
4104
  __schema__ = schema
4087
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4105
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4088
4106
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4089
4107
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4090
4108
  description = sgqlc.types.Field(String, graphql_name='description')
4091
4109
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4092
4110
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4093
4111
  id = sgqlc.types.Field(String, graphql_name='id')
4112
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4094
4113
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4095
4114
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4096
4115
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4101,13 +4120,14 @@ class AddonMaxAggregate(sgqlc.types.Type):
4101
4120
 
4102
4121
  class AddonMinAggregate(sgqlc.types.Type):
4103
4122
  __schema__ = schema
4104
- __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4123
+ __field_names__ = ('billing_id', 'created_at', 'description', 'display_name', 'environment_id', 'id', 'max_quantity', 'pricing_type', 'product_id', 'ref_id', 'status', 'updated_at', 'version_number')
4105
4124
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
4106
4125
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4107
4126
  description = sgqlc.types.Field(String, graphql_name='description')
4108
4127
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4109
4128
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4110
4129
  id = sgqlc.types.Field(String, graphql_name='id')
4130
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4111
4131
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4112
4132
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4113
4133
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -4118,7 +4138,8 @@ class AddonMinAggregate(sgqlc.types.Type):
4118
4138
 
4119
4139
  class AddonSumAggregate(sgqlc.types.Type):
4120
4140
  __schema__ = schema
4121
- __field_names__ = ('version_number',)
4141
+ __field_names__ = ('max_quantity', 'version_number')
4142
+ max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4122
4143
  version_number = sgqlc.types.Field(Float, graphql_name='versionNumber')
4123
4144
 
4124
4145
 
@@ -4395,7 +4416,7 @@ class CouponSumAggregate(sgqlc.types.Type):
4395
4416
 
4396
4417
  class Customer(sgqlc.types.Type):
4397
4418
  __schema__ = schema
4398
- __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_currency', 'billing_id', 'billing_link_url', 'coupon', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'default_payment_expiration_month', 'default_payment_expiration_year', 'default_payment_method_id', 'default_payment_method_last4_digits', 'default_payment_method_type', 'deleted_at', 'eligible_for_trial', 'email', 'environment', 'environment_id', 'exclude_from_experiment', 'experiment', 'experiment_info', 'has_active_resource', 'has_active_subscription', 'has_payment_method', 'id', 'name', 'promotional_entitlements', 'ref_id', 'statistics', 'subscriptions', 'sync_states', 'total_active_promotional_entitlements', 'total_active_subscription', 'trialed_plans', 'updated_at')
4419
+ __field_names__ = ('additional_meta_data', 'aws_marketplace_customer_id', 'billing_currency', 'billing_id', 'billing_link_url', 'coupon', 'created_at', 'crm_hubspot_company_id', 'crm_hubspot_company_url', 'crm_id', 'customer_id', 'default_payment_expiration_month', 'default_payment_expiration_year', 'default_payment_method_id', 'default_payment_method_last4_digits', 'default_payment_method_type', 'deleted_at', 'eligible_for_trial', 'email', 'environment', 'environment_id', 'exclude_from_experiment', 'experiment', 'experiment_info', 'has_active_resource', 'has_active_subscription', 'has_payment_method', 'id', 'name', 'promotional_entitlements', 'ref_id', 'salesforce_id', 'statistics', 'subscriptions', 'sync_states', 'total_active_promotional_entitlements', 'total_active_subscription', 'trialed_plans', 'updated_at')
4399
4420
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4400
4421
  aws_marketplace_customer_id = sgqlc.types.Field(String, graphql_name='awsMarketplaceCustomerId')
4401
4422
  billing_currency = sgqlc.types.Field(Currency, graphql_name='billingCurrency')
@@ -4431,6 +4452,7 @@ class Customer(sgqlc.types.Type):
4431
4452
  ))
4432
4453
  )
4433
4454
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
4455
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
4434
4456
  statistics = sgqlc.types.Field('CustomerStatistics', graphql_name='statistics')
4435
4457
  subscriptions = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscription')), graphql_name='subscriptions', args=sgqlc.types.ArgDict((
4436
4458
  ('filter', sgqlc.types.Arg(CustomerSubscriptionFilter, graphql_name='filter', default={'status': {'in': ['ACTIVE', 'IN_TRIAL']}})),
@@ -4746,7 +4768,7 @@ class CustomerStatistics(sgqlc.types.Type):
4746
4768
 
4747
4769
  class CustomerSubscription(sgqlc.types.Type):
4748
4770
  __schema__ = schema
4749
- __field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'old_billing_id', 'outdated_price_packages', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
4771
+ __field_names__ = ('additional_meta_data', 'addons', 'billing_id', 'billing_link_url', 'billing_sync_error', 'cancel_reason', 'cancellation_date', 'coupon', 'created_at', 'crm_id', 'crm_link_url', 'current_billing_period_end', 'current_billing_period_start', 'customer', 'effective_end_date', 'end_date', 'environment', 'environment_id', 'experiment', 'experiment_info', 'future_updates', 'id', 'is_custom_price_subscription', 'latest_invoice', 'old_billing_id', 'outdated_price_packages', 'payment_collection', 'plan', 'prices', 'pricing_type', 'ref_id', 'resource', 'resource_id', 'salesforce_id', 'scheduled_updates', 'start_date', 'status', 'subscription_entitlements', 'subscription_id', 'sync_states', 'total_price', 'trial_end_date', 'was_in_trial')
4750
4772
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4751
4773
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddon')), graphql_name='addons', args=sgqlc.types.ArgDict((
4752
4774
  ('filter', sgqlc.types.Arg(SubscriptionAddonFilter, graphql_name='filter', default={})),
@@ -4788,6 +4810,7 @@ class CustomerSubscription(sgqlc.types.Type):
4788
4810
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
4789
4811
  resource = sgqlc.types.Field(CustomerResource, graphql_name='resource')
4790
4812
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
4813
+ salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
4791
4814
  scheduled_updates = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionScheduledUpdate')), graphql_name='scheduledUpdates')
4792
4815
  start_date = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='startDate')
4793
4816
  status = sgqlc.types.Field(sgqlc.types.non_null(SubscriptionStatus), graphql_name='status')