stigg-api-client 2.470.0__py3-none-any.whl → 2.472.0__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 might be problematic. Click here for more details.

stigg/generated/schema.py CHANGED
@@ -626,14 +626,14 @@ class experimentGroupType(sgqlc.types.Enum):
626
626
  class AddCompatibleAddonsToPlanInput(sgqlc.types.Input):
627
627
  __schema__ = schema
628
628
  __field_names__ = ('id', 'relation_ids')
629
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
630
- relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='relationIds')
629
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
630
+ relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))), graphql_name='relationIds')
631
631
 
632
632
 
633
633
  class AddonArchiveInput(sgqlc.types.Input):
634
634
  __schema__ = schema
635
635
  __field_names__ = ('environment_id', 'ref_id')
636
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
636
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
637
637
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
638
638
 
639
639
 
@@ -653,7 +653,7 @@ class AddonCreateInput(sgqlc.types.Input):
653
653
  dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='dependencies')
654
654
  description = sgqlc.types.Field(String, graphql_name='description')
655
655
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
656
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
656
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
657
657
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
658
658
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
659
659
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -670,8 +670,8 @@ class AddonFilter(sgqlc.types.Input):
670
670
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
671
671
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
672
672
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
673
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
674
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
673
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
674
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
675
675
  is_latest = sgqlc.types.Field('BooleanFieldComparison', graphql_name='isLatest')
676
676
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('AddonFilter')), graphql_name='or')
677
677
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -693,7 +693,7 @@ class AddonSort(sgqlc.types.Input):
693
693
  class AddonUnArchiveInput(sgqlc.types.Input):
694
694
  __schema__ = schema
695
695
  __field_names__ = ('environment_id', 'id')
696
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
696
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
697
697
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
698
698
 
699
699
 
@@ -706,7 +706,7 @@ class AddonUpdateInput(sgqlc.types.Input):
706
706
  description = sgqlc.types.Field(String, graphql_name='description')
707
707
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
708
708
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
709
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
709
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
710
710
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
711
711
  status = sgqlc.types.Field(PackageStatus, graphql_name='status')
712
712
 
@@ -728,7 +728,7 @@ class AggregatedEventsByCustomerInput(sgqlc.types.Input):
728
728
  __field_names__ = ('aggregation', 'customer_id', 'environment_id', 'filters')
729
729
  aggregation = sgqlc.types.Field(sgqlc.types.non_null('MeterAggregation'), graphql_name='aggregation')
730
730
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
731
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
731
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
732
732
  filters = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MeterFilterDefinitionInput'))), graphql_name='filters')
733
733
 
734
734
 
@@ -736,7 +736,7 @@ class ApiKeyFilter(sgqlc.types.Input):
736
736
  __schema__ = schema
737
737
  __field_names__ = ('and_', 'id', 'or_')
738
738
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ApiKeyFilter')), graphql_name='and')
739
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
739
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
740
740
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ApiKeyFilter')), graphql_name='or')
741
741
 
742
742
 
@@ -782,7 +782,7 @@ class ApplySubscriptionInput(sgqlc.types.Input):
782
782
  class ArchiveCouponInput(sgqlc.types.Input):
783
783
  __schema__ = schema
784
784
  __field_names__ = ('environment_id', 'ref_id')
785
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
785
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
786
786
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
787
787
 
788
788
 
@@ -790,7 +790,7 @@ class ArchiveCustomerInput(sgqlc.types.Input):
790
790
  __schema__ = schema
791
791
  __field_names__ = ('customer_id', 'environment_id')
792
792
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
793
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
793
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
794
794
 
795
795
 
796
796
  class ArchiveEnvironmentInput(sgqlc.types.Input):
@@ -810,7 +810,7 @@ class ArchiveFeatureGroupInput(sgqlc.types.Input):
810
810
  class ArchiveFeatureInput(sgqlc.types.Input):
811
811
  __schema__ = schema
812
812
  __field_names__ = ('environment_id', 'id')
813
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
813
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
814
814
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
815
815
 
816
816
 
@@ -824,7 +824,7 @@ class ArchivePackageGroup(sgqlc.types.Input):
824
824
  class ArchivePlanInput(sgqlc.types.Input):
825
825
  __schema__ = schema
826
826
  __field_names__ = ('environment_id', 'id')
827
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
827
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
828
828
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
829
829
 
830
830
 
@@ -833,7 +833,7 @@ class AttachCustomerPaymentMethodInput(sgqlc.types.Input):
833
833
  __field_names__ = ('billing_currency', 'customer_id', 'environment_id', 'integration_id', 'payment_method_id', 'ref_id', 'vendor_identifier')
834
834
  billing_currency = sgqlc.types.Field(Currency, graphql_name='billingCurrency')
835
835
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
836
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
836
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
837
837
  integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
838
838
  payment_method_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='paymentMethodId')
839
839
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -1029,7 +1029,7 @@ class ClearCustomerPersistentCacheInput(sgqlc.types.Input):
1029
1029
  __schema__ = schema
1030
1030
  __field_names__ = ('customer_id', 'environment_id', 'resource_id')
1031
1031
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
1032
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1032
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1033
1033
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
1034
1034
 
1035
1035
 
@@ -1041,8 +1041,8 @@ class CouponFilter(sgqlc.types.Input):
1041
1041
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1042
1042
  customers = sgqlc.types.Field('CouponFilterCustomerFilter', graphql_name='customers')
1043
1043
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
1044
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1045
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1044
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1045
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1046
1046
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1047
1047
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CouponFilter')), graphql_name='or')
1048
1048
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -1064,8 +1064,8 @@ class CouponFilterCustomerFilter(sgqlc.types.Input):
1064
1064
  customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
1065
1065
  deleted_at = sgqlc.types.Field('DateFieldComparison', graphql_name='deletedAt')
1066
1066
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
1067
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1068
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1067
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1068
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1069
1069
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1070
1070
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CouponFilterCustomerFilter')), graphql_name='or')
1071
1071
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -1135,7 +1135,7 @@ class CreateCouponInput(sgqlc.types.Input):
1135
1135
  description = sgqlc.types.Field(String, graphql_name='description')
1136
1136
  discount_value = sgqlc.types.Field(Float, graphql_name='discountValue')
1137
1137
  duration_in_months = sgqlc.types.Field(Float, graphql_name='durationInMonths')
1138
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1138
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1139
1139
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
1140
1140
  percent_off = sgqlc.types.Field(Float, graphql_name='percentOff')
1141
1141
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
@@ -1167,7 +1167,7 @@ class CreateExperimentInput(sgqlc.types.Input):
1167
1167
  __field_names__ = ('control_group_name', 'description', 'environment_id', 'name', 'product_id', 'product_settings', 'variant_group_name', 'variant_percentage')
1168
1168
  control_group_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='controlGroupName')
1169
1169
  description = sgqlc.types.Field(String, graphql_name='description')
1170
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1170
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1171
1171
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
1172
1172
  product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='productId')
1173
1173
  product_settings = sgqlc.types.Field('ProductSettingsInput', graphql_name='productSettings')
@@ -1192,9 +1192,9 @@ class CreateHook(sgqlc.types.Input):
1192
1192
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
1193
1193
  description = sgqlc.types.Field(String, graphql_name='description')
1194
1194
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
1195
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1195
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1196
1196
  event_log_types = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EventLogType)), graphql_name='eventLogTypes')
1197
- id = sgqlc.types.Field(String, graphql_name='id')
1197
+ id = sgqlc.types.Field(UUID, graphql_name='id')
1198
1198
  secret_key = sgqlc.types.Field(String, graphql_name='secretKey')
1199
1199
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
1200
1200
 
@@ -1270,7 +1270,7 @@ class CreateOrUpdateAwsMarketplaceProductInput(sgqlc.types.Input):
1270
1270
  aws_product_id = sgqlc.types.Field(String, graphql_name='awsProductId')
1271
1271
  description = sgqlc.types.Field(String, graphql_name='description')
1272
1272
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
1273
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1273
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1274
1274
  multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
1275
1275
  product_id = sgqlc.types.Field(String, graphql_name='productId')
1276
1276
  product_settings = sgqlc.types.Field('ProductSettingsInput', graphql_name='productSettings')
@@ -1283,7 +1283,7 @@ class CreatePackageGroup(sgqlc.types.Input):
1283
1283
  __field_names__ = ('description', 'display_name', 'environment_id', 'package_group_id', 'product_id')
1284
1284
  description = sgqlc.types.Field(String, graphql_name='description')
1285
1285
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
1286
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1286
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1287
1287
  package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
1288
1288
  product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='productId')
1289
1289
 
@@ -1293,7 +1293,7 @@ class CreateWorkflowTriggerInput(sgqlc.types.Input):
1293
1293
  __field_names__ = ('configuration', 'endpoint', 'environment_id', 'event_log_types', 'trigger_id')
1294
1294
  configuration = sgqlc.types.Field(JSON, graphql_name='configuration')
1295
1295
  endpoint = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='endpoint')
1296
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1296
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1297
1297
  event_log_types = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(EventLogType))), graphql_name='eventLogTypes')
1298
1298
  trigger_id = sgqlc.types.Field(String, graphql_name='triggerId')
1299
1299
 
@@ -1335,8 +1335,8 @@ class CustomerFilter(sgqlc.types.Input):
1335
1335
  customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
1336
1336
  deleted_at = sgqlc.types.Field('DateFieldComparison', graphql_name='deletedAt')
1337
1337
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
1338
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1339
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1338
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1339
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1340
1340
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1341
1341
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilter')), graphql_name='or')
1342
1342
  promotional_entitlements = sgqlc.types.Field('CustomerFilterPromotionalEntitlementFilter', graphql_name='promotionalEntitlements')
@@ -1384,8 +1384,8 @@ class CustomerFilterPromotionalEntitlementFilter(sgqlc.types.Input):
1384
1384
  __field_names__ = ('and_', 'created_at', 'environment_id', 'id', 'or_', 'status', 'updated_at')
1385
1385
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterPromotionalEntitlementFilter')), graphql_name='and')
1386
1386
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1387
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1388
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1387
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1388
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1389
1389
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerFilterPromotionalEntitlementFilter')), graphql_name='or')
1390
1390
  status = sgqlc.types.Field('PromotionalEntitlementStatusFilterComparison', graphql_name='status')
1391
1391
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
@@ -1403,7 +1403,7 @@ class CustomerInput(sgqlc.types.Input):
1403
1403
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
1404
1404
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
1405
1405
  email = sgqlc.types.Field(String, graphql_name='email')
1406
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1406
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1407
1407
  name = sgqlc.types.Field(String, graphql_name='name')
1408
1408
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
1409
1409
  salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
@@ -1444,7 +1444,7 @@ class CustomerResourceFilter(sgqlc.types.Input):
1444
1444
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilter')), graphql_name='and')
1445
1445
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1446
1446
  customer = sgqlc.types.Field('CustomerResourceFilterCustomerFilter', graphql_name='customer')
1447
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1447
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1448
1448
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilter')), graphql_name='or')
1449
1449
  resource_id = sgqlc.types.Field('StringFieldComparison', graphql_name='resourceId')
1450
1450
  subscriptions = sgqlc.types.Field('CustomerResourceFilterCustomerSubscriptionFilter', graphql_name='subscriptions')
@@ -1462,8 +1462,8 @@ class CustomerResourceFilterCustomerFilter(sgqlc.types.Input):
1462
1462
  customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
1463
1463
  deleted_at = sgqlc.types.Field('DateFieldComparison', graphql_name='deletedAt')
1464
1464
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
1465
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1466
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1465
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1466
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1467
1467
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1468
1468
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerResourceFilterCustomerFilter')), graphql_name='or')
1469
1469
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -1577,8 +1577,8 @@ class CustomerSubscriptionFilterCustomerFilter(sgqlc.types.Input):
1577
1577
  customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
1578
1578
  deleted_at = sgqlc.types.Field('DateFieldComparison', graphql_name='deletedAt')
1579
1579
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
1580
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1581
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1580
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1581
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1582
1582
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
1583
1583
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerFilter')), graphql_name='or')
1584
1584
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -1592,7 +1592,7 @@ class CustomerSubscriptionFilterCustomerResourceFilter(sgqlc.types.Input):
1592
1592
  __field_names__ = ('and_', 'created_at', 'environment_id', 'or_', 'resource_id')
1593
1593
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerResourceFilter')), graphql_name='and')
1594
1594
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1595
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1595
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1596
1596
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterCustomerResourceFilter')), graphql_name='or')
1597
1597
  resource_id = sgqlc.types.Field('StringFieldComparison', graphql_name='resourceId')
1598
1598
 
@@ -1605,8 +1605,8 @@ class CustomerSubscriptionFilterPlanFilter(sgqlc.types.Input):
1605
1605
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1606
1606
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
1607
1607
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
1608
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1609
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1608
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1609
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1610
1610
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
1611
1611
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterPlanFilter')), graphql_name='or')
1612
1612
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -1622,7 +1622,7 @@ class CustomerSubscriptionFilterSubscriptionAddonFilter(sgqlc.types.Input):
1622
1622
  __field_names__ = ('and_', 'created_at', 'id', 'or_', 'quantity', 'updated_at')
1623
1623
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterSubscriptionAddonFilter')), graphql_name='and')
1624
1624
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1625
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1625
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1626
1626
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterSubscriptionAddonFilter')), graphql_name='or')
1627
1627
  quantity = sgqlc.types.Field('NumberFieldComparison', graphql_name='quantity')
1628
1628
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
@@ -1633,8 +1633,8 @@ class CustomerSubscriptionFilterSubscriptionEntitlementFilter(sgqlc.types.Input)
1633
1633
  __field_names__ = ('and_', 'created_at', 'environment_id', 'id', 'or_', 'subscription_id', 'updated_at')
1634
1634
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterSubscriptionEntitlementFilter')), graphql_name='and')
1635
1635
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1636
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
1637
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1636
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
1637
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1638
1638
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterSubscriptionEntitlementFilter')), graphql_name='or')
1639
1639
  subscription_id = sgqlc.types.Field('StringFieldComparison', graphql_name='subscriptionId')
1640
1640
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
@@ -1648,7 +1648,7 @@ class CustomerSubscriptionFilterSubscriptionPriceFilter(sgqlc.types.Input):
1648
1648
  created_at = sgqlc.types.Field('DateFieldComparison', graphql_name='createdAt')
1649
1649
  feature_id = sgqlc.types.Field('StringFieldComparison', graphql_name='featureId')
1650
1650
  has_soft_limit = sgqlc.types.Field(BooleanFieldComparison, graphql_name='hasSoftLimit')
1651
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1651
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1652
1652
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscriptionFilterSubscriptionPriceFilter')), graphql_name='or')
1653
1653
  updated_at = sgqlc.types.Field('DateFieldComparison', graphql_name='updatedAt')
1654
1654
  usage_limit = sgqlc.types.Field('NumberFieldComparison', graphql_name='usageLimit')
@@ -1714,32 +1714,32 @@ class DelegateSubscriptionToCustomerInput(sgqlc.types.Input):
1714
1714
  class DeleteFeatureInput(sgqlc.types.Input):
1715
1715
  __schema__ = schema
1716
1716
  __field_names__ = ('environment_id', 'id')
1717
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1717
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1718
1718
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1719
1719
 
1720
1720
 
1721
1721
  class DeleteOneHookInput(sgqlc.types.Input):
1722
1722
  __schema__ = schema
1723
1723
  __field_names__ = ('id',)
1724
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1724
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
1725
1725
 
1726
1726
 
1727
1727
  class DeleteOneIntegrationInput(sgqlc.types.Input):
1728
1728
  __schema__ = schema
1729
1729
  __field_names__ = ('id',)
1730
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1730
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
1731
1731
 
1732
1732
 
1733
1733
  class DeleteOnePackageEntitlementInput(sgqlc.types.Input):
1734
1734
  __schema__ = schema
1735
1735
  __field_names__ = ('id',)
1736
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1736
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
1737
1737
 
1738
1738
 
1739
1739
  class DeleteOnePriceInput(sgqlc.types.Input):
1740
1740
  __schema__ = schema
1741
1741
  __field_names__ = ('id',)
1742
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1742
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
1743
1743
 
1744
1744
 
1745
1745
  class DeleteOneProductInput(sgqlc.types.Input):
@@ -1751,13 +1751,13 @@ class DeleteOneProductInput(sgqlc.types.Input):
1751
1751
  class DeleteOnePromotionalEntitlementInput(sgqlc.types.Input):
1752
1752
  __schema__ = schema
1753
1753
  __field_names__ = ('id',)
1754
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
1754
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
1755
1755
 
1756
1756
 
1757
1757
  class DeleteWorkflowTriggerInput(sgqlc.types.Input):
1758
1758
  __schema__ = schema
1759
1759
  __field_names__ = ('environment_id', 'workflow_trigger_id')
1760
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1760
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1761
1761
  workflow_trigger_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='workflowTriggerId')
1762
1762
 
1763
1763
 
@@ -1765,7 +1765,7 @@ class DetachCustomerPaymentMethodInput(sgqlc.types.Input):
1765
1765
  __schema__ = schema
1766
1766
  __field_names__ = ('customer_id', 'environment_id')
1767
1767
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
1768
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1768
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1769
1769
 
1770
1770
 
1771
1771
  class DimensionsMappingInput(sgqlc.types.Input):
@@ -1786,7 +1786,7 @@ class DiscardPackageDraftInput(sgqlc.types.Input):
1786
1786
  class DoesFeatureExist(sgqlc.types.Input):
1787
1787
  __schema__ = schema
1788
1788
  __field_names__ = ('environment_id', 'ref_id')
1789
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
1789
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
1790
1790
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
1791
1791
 
1792
1792
 
@@ -1819,7 +1819,7 @@ class EditPackageGroupDetailsInput(sgqlc.types.Input):
1819
1819
  __field_names__ = ('description', 'display_name', 'environment_id', 'package_group_id')
1820
1820
  description = sgqlc.types.Field(String, graphql_name='description')
1821
1821
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
1822
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1822
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1823
1823
  package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
1824
1824
 
1825
1825
 
@@ -1828,7 +1828,7 @@ class EntitlementCheckRequested(sgqlc.types.Input):
1828
1828
  __field_names__ = ('customer_id', 'entitlement_check_result', 'environment_id', 'feature_id', 'requested_usage', 'resource_id')
1829
1829
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
1830
1830
  entitlement_check_result = sgqlc.types.Field(sgqlc.types.non_null('EntitlementCheckResult'), graphql_name='entitlementCheckResult')
1831
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1831
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
1832
1832
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
1833
1833
  requested_usage = sgqlc.types.Field(Float, graphql_name='requestedUsage')
1834
1834
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
@@ -1871,7 +1871,7 @@ class EnvironmentFilter(sgqlc.types.Input):
1871
1871
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('EnvironmentFilter')), graphql_name='and')
1872
1872
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
1873
1873
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
1874
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
1874
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
1875
1875
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('EnvironmentFilter')), graphql_name='or')
1876
1876
  permanent_deletion_date = sgqlc.types.Field(DateFieldComparison, graphql_name='permanentDeletionDate')
1877
1877
  slug = sgqlc.types.Field('StringFieldComparison', graphql_name='slug')
@@ -1952,7 +1952,7 @@ class EventLogEntityIdFilterComparison(sgqlc.types.Input):
1952
1952
  class EventLogEnvironmentIdFilterComparison(sgqlc.types.Input):
1953
1953
  __schema__ = schema
1954
1954
  __field_names__ = ('eq',)
1955
- eq = sgqlc.types.Field(String, graphql_name='eq')
1955
+ eq = sgqlc.types.Field(UUID, graphql_name='eq')
1956
1956
 
1957
1957
 
1958
1958
  class EventLogEventLogTypeFilterComparison(sgqlc.types.Input):
@@ -2002,7 +2002,7 @@ class EventsFieldsInput(sgqlc.types.Input):
2002
2002
  __schema__ = schema
2003
2003
  __field_names__ = ('customer_id', 'environment_id', 'feature_id', 'filters', 'meter_id', 'resource_id', 'unique_values_limit')
2004
2004
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
2005
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2005
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
2006
2006
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
2007
2007
  filters = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('MeterFilterDefinitionInput')), graphql_name='filters')
2008
2008
  meter_id = sgqlc.types.Field(String, graphql_name='meterId')
@@ -2016,8 +2016,8 @@ class ExperimentFilter(sgqlc.types.Input):
2016
2016
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilter')), graphql_name='and')
2017
2017
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2018
2018
  customers = sgqlc.types.Field('ExperimentFilterCustomerFilter', graphql_name='customers')
2019
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2020
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2019
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2020
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2021
2021
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
2022
2022
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilter')), graphql_name='or')
2023
2023
  product_id = sgqlc.types.Field('StringFieldComparison', graphql_name='productId')
@@ -2037,8 +2037,8 @@ class ExperimentFilterCustomerFilter(sgqlc.types.Input):
2037
2037
  customer_id = sgqlc.types.Field('StringFieldComparison', graphql_name='customerId')
2038
2038
  deleted_at = sgqlc.types.Field(DateFieldComparison, graphql_name='deletedAt')
2039
2039
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
2040
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2041
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2040
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2041
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2042
2042
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
2043
2043
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ExperimentFilterCustomerFilter')), graphql_name='or')
2044
2044
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -2058,7 +2058,7 @@ class ExperimentSort(sgqlc.types.Input):
2058
2058
  class ExperimentStatsQuery(sgqlc.types.Input):
2059
2059
  __schema__ = schema
2060
2060
  __field_names__ = ('environment_id', 'experiment_ref_id')
2061
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2061
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2062
2062
  experiment_ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='experimentRefId')
2063
2063
 
2064
2064
 
@@ -2084,7 +2084,7 @@ class ExperimentStatusFilterComparison(sgqlc.types.Input):
2084
2084
  class FeatureAssociatedLatestPackages(sgqlc.types.Input):
2085
2085
  __schema__ = schema
2086
2086
  __field_names__ = ('environment_id', 'feature_id')
2087
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2087
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
2088
2088
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
2089
2089
 
2090
2090
 
@@ -2095,10 +2095,10 @@ class FeatureFilter(sgqlc.types.Input):
2095
2095
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2096
2096
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
2097
2097
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2098
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2098
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2099
2099
  feature_status = sgqlc.types.Field('FeatureStatusFilterComparison', graphql_name='featureStatus')
2100
2100
  feature_type = sgqlc.types.Field('FeatureTypeFilterComparison', graphql_name='featureType')
2101
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2101
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2102
2102
  meter_type = sgqlc.types.Field('MeterTypeFilterComparison', graphql_name='meterType')
2103
2103
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('FeatureFilter')), graphql_name='or')
2104
2104
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -2155,7 +2155,7 @@ class FeatureInput(sgqlc.types.Input):
2155
2155
  description = sgqlc.types.Field(String, graphql_name='description')
2156
2156
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
2157
2157
  enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntityInput)), graphql_name='enumConfiguration')
2158
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2158
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
2159
2159
  feature_status = sgqlc.types.Field(FeatureStatus, graphql_name='featureStatus')
2160
2160
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
2161
2161
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
@@ -2252,14 +2252,14 @@ class GetAuth0ApplicationsInput(sgqlc.types.Input):
2252
2252
  client_domain = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientDomain')
2253
2253
  client_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientId')
2254
2254
  client_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='clientSecret')
2255
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2255
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2256
2256
 
2257
2257
 
2258
2258
  class GetCustomerByRefIdInput(sgqlc.types.Input):
2259
2259
  __schema__ = schema
2260
2260
  __field_names__ = ('customer_id', 'environment_id')
2261
2261
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
2262
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2262
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2263
2263
 
2264
2264
 
2265
2265
  class GetPackageByRefIdInput(sgqlc.types.Input):
@@ -2284,7 +2284,7 @@ class GetPaywallInput(sgqlc.types.Input):
2284
2284
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
2285
2285
  context = sgqlc.types.Field(WidgetType, graphql_name='context')
2286
2286
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
2287
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2287
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2288
2288
  fetch_all_countries_prices = sgqlc.types.Field(Boolean, graphql_name='fetchAllCountriesPrices')
2289
2289
  include_hidden_plans = sgqlc.types.Field(Boolean, graphql_name='includeHiddenPlans')
2290
2290
  product_id = sgqlc.types.Field(String, graphql_name='productId')
@@ -2301,13 +2301,13 @@ class GetSubscriptionInput(sgqlc.types.Input):
2301
2301
  class GetWidgetConfigurationInput(sgqlc.types.Input):
2302
2302
  __schema__ = schema
2303
2303
  __field_names__ = ('environment_id',)
2304
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2304
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2305
2305
 
2306
2306
 
2307
2307
  class GetWorkflowTriggersInput(sgqlc.types.Input):
2308
2308
  __schema__ = schema
2309
2309
  __field_names__ = ('environment_id', 'trigger_id', 'workflow_trigger_id')
2310
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2310
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2311
2311
  trigger_id = sgqlc.types.Field(String, graphql_name='triggerId')
2312
2312
  workflow_trigger_id = sgqlc.types.Field(String, graphql_name='workflowTriggerId')
2313
2313
 
@@ -2332,7 +2332,7 @@ class GrantPromotionalEntitlementsInput(sgqlc.types.Input):
2332
2332
  __schema__ = schema
2333
2333
  __field_names__ = ('customer_id', 'environment_id', 'promotional_entitlements')
2334
2334
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
2335
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2335
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2336
2336
  promotional_entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(GrantPromotionalEntitlementInput))), graphql_name='promotionalEntitlements')
2337
2337
 
2338
2338
 
@@ -2342,8 +2342,8 @@ class HookFilter(sgqlc.types.Input):
2342
2342
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('HookFilter')), graphql_name='and')
2343
2343
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2344
2344
  endpoint = sgqlc.types.Field('StringFieldComparison', graphql_name='endpoint')
2345
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2346
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2345
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2346
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2347
2347
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('HookFilter')), graphql_name='or')
2348
2348
  status = sgqlc.types.Field('HookStatusFilterComparison', graphql_name='status')
2349
2349
 
@@ -2386,7 +2386,7 @@ class ImportCustomerBulkInput(sgqlc.types.Input):
2386
2386
  __schema__ = schema
2387
2387
  __field_names__ = ('customers', 'environment_id')
2388
2388
  customers = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ImportCustomerInput'))), graphql_name='customers')
2389
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2389
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2390
2390
 
2391
2391
 
2392
2392
  class ImportCustomerInput(sgqlc.types.Input):
@@ -2396,7 +2396,7 @@ class ImportCustomerInput(sgqlc.types.Input):
2396
2396
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
2397
2397
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
2398
2398
  email = sgqlc.types.Field(String, graphql_name='email')
2399
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2399
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2400
2400
  name = sgqlc.types.Field(String, graphql_name='name')
2401
2401
  payment_method_id = sgqlc.types.Field(String, graphql_name='paymentMethodId')
2402
2402
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -2436,7 +2436,7 @@ class ImportIntegrationTaskFilter(sgqlc.types.Input):
2436
2436
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ImportIntegrationTaskFilter')), graphql_name='and')
2437
2437
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2438
2438
  environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2439
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2439
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2440
2440
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ImportIntegrationTaskFilter')), graphql_name='or')
2441
2441
  status = sgqlc.types.Field('TaskStatusFilterComparison', graphql_name='status')
2442
2442
  task_type = sgqlc.types.Field('TaskTypeFilterComparison', graphql_name='taskType')
@@ -2481,7 +2481,7 @@ class InitAddStripeCustomerPaymentMethodInput(sgqlc.types.Input):
2481
2481
  __schema__ = schema
2482
2482
  __field_names__ = ('customer_ref_id', 'environment_id', 'integration_id')
2483
2483
  customer_ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerRefId')
2484
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2484
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2485
2485
  integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
2486
2486
 
2487
2487
 
@@ -2514,8 +2514,8 @@ class IntegrationFilter(sgqlc.types.Input):
2514
2514
  __field_names__ = ('and_', 'created_at', 'environment_id', 'id', 'or_', 'vendor_identifier', 'vendor_type')
2515
2515
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('IntegrationFilter')), graphql_name='and')
2516
2516
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2517
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2518
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2517
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2518
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2519
2519
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('IntegrationFilter')), graphql_name='or')
2520
2520
  vendor_identifier = sgqlc.types.Field('VendorIdentifierFilterComparison', graphql_name='vendorIdentifier')
2521
2521
  vendor_type = sgqlc.types.Field('IntegrationVendorTypeFilterComparison', graphql_name='vendorType')
@@ -2550,14 +2550,14 @@ class InviteMembersInput(sgqlc.types.Input):
2550
2550
  class ListAwsProductDimensionsInput(sgqlc.types.Input):
2551
2551
  __schema__ = schema
2552
2552
  __field_names__ = ('environment_id', 'product_id')
2553
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2553
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2554
2554
  product_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='productId')
2555
2555
 
2556
2556
 
2557
2557
  class ListAwsProductsInput(sgqlc.types.Input):
2558
2558
  __schema__ = schema
2559
2559
  __field_names__ = ('environment_id',)
2560
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2560
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2561
2561
 
2562
2562
 
2563
2563
  class MarkInvoiceAsPaidInput(sgqlc.types.Input):
@@ -2573,7 +2573,7 @@ class MemberFilter(sgqlc.types.Input):
2573
2573
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('MemberFilter')), graphql_name='and')
2574
2574
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2575
2575
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
2576
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2576
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2577
2577
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('MemberFilter')), graphql_name='or')
2578
2578
  user = sgqlc.types.Field('MemberFilterUserFilter', graphql_name='user')
2579
2579
 
@@ -2583,7 +2583,7 @@ class MemberFilterUserFilter(sgqlc.types.Input):
2583
2583
  __field_names__ = ('and_', 'email', 'id', 'name', 'or_')
2584
2584
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('MemberFilterUserFilter')), graphql_name='and')
2585
2585
  email = sgqlc.types.Field('StringFieldComparison', graphql_name='email')
2586
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2586
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2587
2587
  name = sgqlc.types.Field('StringFieldComparison', graphql_name='name')
2588
2588
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('MemberFilterUserFilter')), graphql_name='or')
2589
2589
 
@@ -2710,7 +2710,7 @@ class OverageEntitlementCreateInput(sgqlc.types.Input):
2710
2710
  description = sgqlc.types.Field(String, graphql_name='description')
2711
2711
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2712
2712
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
2713
- feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
2713
+ feature_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureId')
2714
2714
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
2715
2715
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
2716
2716
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
@@ -2741,8 +2741,8 @@ class PackageDTOFilter(sgqlc.types.Input):
2741
2741
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2742
2742
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
2743
2743
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2744
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2745
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2744
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2745
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2746
2746
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2747
2747
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageDTOFilter')), graphql_name='or')
2748
2748
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -2766,9 +2766,9 @@ class PackageEntitlementFilter(sgqlc.types.Input):
2766
2766
  __field_names__ = ('and_', 'created_at', 'environment_id', 'feature', 'id', 'or_', 'package', 'package_id', 'updated_at')
2767
2767
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementFilter')), graphql_name='and')
2768
2768
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2769
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2769
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2770
2770
  feature = sgqlc.types.Field('PackageEntitlementFilterFeatureFilter', graphql_name='feature')
2771
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2771
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2772
2772
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementFilter')), graphql_name='or')
2773
2773
  package = sgqlc.types.Field('PackageEntitlementFilterPackageDTOFilter', graphql_name='package')
2774
2774
  package_id = sgqlc.types.Field('StringFieldComparison', graphql_name='packageId')
@@ -2782,10 +2782,10 @@ class PackageEntitlementFilterFeatureFilter(sgqlc.types.Input):
2782
2782
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2783
2783
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
2784
2784
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2785
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2785
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2786
2786
  feature_status = sgqlc.types.Field(FeatureStatusFilterComparison, graphql_name='featureStatus')
2787
2787
  feature_type = sgqlc.types.Field(FeatureTypeFilterComparison, graphql_name='featureType')
2788
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2788
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2789
2789
  meter_type = sgqlc.types.Field(MeterTypeFilterComparison, graphql_name='meterType')
2790
2790
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementFilterFeatureFilter')), graphql_name='or')
2791
2791
  ref_id = sgqlc.types.Field('StringFieldComparison', graphql_name='refId')
@@ -2800,8 +2800,8 @@ class PackageEntitlementFilterPackageDTOFilter(sgqlc.types.Input):
2800
2800
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2801
2801
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
2802
2802
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2803
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2804
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2803
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2804
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2805
2805
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2806
2806
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementFilterPackageDTOFilter')), graphql_name='or')
2807
2807
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -2819,15 +2819,15 @@ class PackageEntitlementInput(sgqlc.types.Input):
2819
2819
  description = sgqlc.types.Field(String, graphql_name='description')
2820
2820
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2821
2821
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
2822
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
2823
- feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
2822
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
2823
+ feature_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureId')
2824
2824
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
2825
2825
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
2826
2826
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
2827
2827
  is_custom = sgqlc.types.Field(Boolean, graphql_name='isCustom')
2828
2828
  monthly_reset_period_configuration = sgqlc.types.Field(MonthlyResetPeriodConfigInput, graphql_name='monthlyResetPeriodConfiguration')
2829
2829
  order = sgqlc.types.Field(Float, graphql_name='order')
2830
- package_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageId')
2830
+ package_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='packageId')
2831
2831
  reset_period = sgqlc.types.Field(EntitlementResetPeriod, graphql_name='resetPeriod')
2832
2832
  usage_limit = sgqlc.types.Field(Float, graphql_name='usageLimit')
2833
2833
  weekly_reset_period_configuration = sgqlc.types.Field('WeeklyResetPeriodConfigInput', graphql_name='weeklyResetPeriodConfiguration')
@@ -2867,7 +2867,7 @@ class PackageGroupFilter(sgqlc.types.Input):
2867
2867
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageGroupFilter')), graphql_name='and')
2868
2868
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2869
2869
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2870
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2870
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2871
2871
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
2872
2872
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageGroupFilter')), graphql_name='or')
2873
2873
  package_group_id = sgqlc.types.Field('StringFieldComparison', graphql_name='packageGroupId')
@@ -2887,8 +2887,8 @@ class PackageGroupFilterProductFilter(sgqlc.types.Input):
2887
2887
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
2888
2888
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
2889
2889
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
2890
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
2891
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
2890
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
2891
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
2892
2892
  is_default_product = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isDefaultProduct')
2893
2893
  multiple_subscriptions = sgqlc.types.Field(BooleanFieldComparison, graphql_name='multipleSubscriptions')
2894
2894
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageGroupFilterProductFilter')), graphql_name='or')
@@ -2939,7 +2939,7 @@ class PackagePricingInput(sgqlc.types.Input):
2939
2939
  class PackagePublishInput(sgqlc.types.Input):
2940
2940
  __schema__ = schema
2941
2941
  __field_names__ = ('id', 'migration_type')
2942
- id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name='id')
2942
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
2943
2943
  migration_type = sgqlc.types.Field(sgqlc.types.non_null(PublishMigrationType), graphql_name='migrationType')
2944
2944
 
2945
2945
 
@@ -3017,7 +3017,7 @@ class PlanCreateInput(sgqlc.types.Input):
3017
3017
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
3018
3018
  description = sgqlc.types.Field(String, graphql_name='description')
3019
3019
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
3020
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3020
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3021
3021
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
3022
3022
  parent_plan_id = sgqlc.types.Field(String, graphql_name='parentPlanId')
3023
3023
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -3035,8 +3035,8 @@ class PlanFilter(sgqlc.types.Input):
3035
3035
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3036
3036
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
3037
3037
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
3038
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3039
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3038
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3039
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3040
3040
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
3041
3041
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilter')), graphql_name='or')
3042
3042
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -3056,8 +3056,8 @@ class PlanFilterAddonFilter(sgqlc.types.Input):
3056
3056
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3057
3057
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
3058
3058
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
3059
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3060
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3059
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3060
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3061
3061
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
3062
3062
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterAddonFilter')), graphql_name='or')
3063
3063
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -3077,8 +3077,8 @@ class PlanFilterProductFilter(sgqlc.types.Input):
3077
3077
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3078
3078
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
3079
3079
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
3080
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3081
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3080
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3081
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3082
3082
  is_default_product = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isDefaultProduct')
3083
3083
  multiple_subscriptions = sgqlc.types.Field(BooleanFieldComparison, graphql_name='multipleSubscriptions')
3084
3084
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanFilterProductFilter')), graphql_name='or')
@@ -3103,7 +3103,7 @@ class PlanUpdateInput(sgqlc.types.Input):
3103
3103
  description = sgqlc.types.Field(String, graphql_name='description')
3104
3104
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
3105
3105
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
3106
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3106
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3107
3107
  minimum_spend = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(MinimumSpendInput)), graphql_name='minimumSpend')
3108
3108
  parent_plan_id = sgqlc.types.Field(String, graphql_name='parentPlanId')
3109
3109
  status = sgqlc.types.Field(PackageStatus, graphql_name='status')
@@ -3113,7 +3113,7 @@ class PreparePaymentMethodFormInput(sgqlc.types.Input):
3113
3113
  __schema__ = schema
3114
3114
  __field_names__ = ('customer_id', 'environment_id', 'integration_id')
3115
3115
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
3116
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3116
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3117
3117
  integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
3118
3118
 
3119
3119
 
@@ -3154,7 +3154,7 @@ class PriceFilter(sgqlc.types.Input):
3154
3154
  billing_model = sgqlc.types.Field(BillingModelFilterComparison, graphql_name='billingModel')
3155
3155
  billing_period = sgqlc.types.Field(BillingPeriodFilterComparison, graphql_name='billingPeriod')
3156
3156
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3157
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3157
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3158
3158
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PriceFilter')), graphql_name='or')
3159
3159
  package = sgqlc.types.Field('PriceFilterPackageDTOFilter', graphql_name='package')
3160
3160
  tiers_mode = sgqlc.types.Field('TiersModeFilterComparison', graphql_name='tiersMode')
@@ -3168,8 +3168,8 @@ class PriceFilterPackageDTOFilter(sgqlc.types.Input):
3168
3168
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3169
3169
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
3170
3170
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
3171
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3172
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3171
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3172
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3173
3173
  is_latest = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isLatest')
3174
3174
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PriceFilterPackageDTOFilter')), graphql_name='or')
3175
3175
  pricing_type = sgqlc.types.Field('PricingTypeFilterComparison', graphql_name='pricingType')
@@ -3258,7 +3258,7 @@ class ProductCreateInput(sgqlc.types.Input):
3258
3258
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
3259
3259
  description = sgqlc.types.Field(String, graphql_name='description')
3260
3260
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
3261
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
3261
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
3262
3262
  multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
3263
3263
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
3264
3264
 
@@ -3272,8 +3272,8 @@ class ProductFilter(sgqlc.types.Input):
3272
3272
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3273
3273
  description = sgqlc.types.Field('StringFieldComparison', graphql_name='description')
3274
3274
  display_name = sgqlc.types.Field('StringFieldComparison', graphql_name='displayName')
3275
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3276
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3275
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3276
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3277
3277
  is_default_product = sgqlc.types.Field(BooleanFieldComparison, graphql_name='isDefaultProduct')
3278
3278
  multiple_subscriptions = sgqlc.types.Field(BooleanFieldComparison, graphql_name='multipleSubscriptions')
3279
3279
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('ProductFilter')), graphql_name='or')
@@ -3318,8 +3318,8 @@ class PromotionalEntitlementFilter(sgqlc.types.Input):
3318
3318
  __field_names__ = ('and_', 'created_at', 'environment_id', 'id', 'or_', 'status', 'updated_at')
3319
3319
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PromotionalEntitlementFilter')), graphql_name='and')
3320
3320
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3321
- environment_id = sgqlc.types.Field('StringFieldComparison', graphql_name='environmentId')
3322
- id = sgqlc.types.Field('StringFieldComparison', graphql_name='id')
3321
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3322
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3323
3323
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PromotionalEntitlementFilter')), graphql_name='or')
3324
3324
  status = sgqlc.types.Field('PromotionalEntitlementStatusFilterComparison', graphql_name='status')
3325
3325
  updated_at = sgqlc.types.Field(DateFieldComparison, graphql_name='updatedAt')
@@ -3331,7 +3331,7 @@ class PromotionalEntitlementInput(sgqlc.types.Input):
3331
3331
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
3332
3332
  description = sgqlc.types.Field(String, graphql_name='description')
3333
3333
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
3334
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
3334
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
3335
3335
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
3336
3336
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
3337
3337
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
@@ -3398,7 +3398,7 @@ class ProvisionCustomerInput(sgqlc.types.Input):
3398
3398
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
3399
3399
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
3400
3400
  email = sgqlc.types.Field(String, graphql_name='email')
3401
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3401
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3402
3402
  exclude_from_experiment = sgqlc.types.Field(Boolean, graphql_name='excludeFromExperiment')
3403
3403
  name = sgqlc.types.Field(String, graphql_name='name')
3404
3404
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -3515,7 +3515,7 @@ class RecalculateEntitlementsInput(sgqlc.types.Input):
3515
3515
  __schema__ = schema
3516
3516
  __field_names__ = ('customer_ids', 'environment_id', 'for_all_customers', 'side_effects_options')
3517
3517
  customer_ids = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='customerIds')
3518
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
3518
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
3519
3519
  for_all_customers = sgqlc.types.Field(Boolean, graphql_name='forAllCustomers')
3520
3520
  side_effects_options = sgqlc.types.Field('RecalculateEntitlementsSideEffectsOptionsInput', graphql_name='sideEffectsOptions')
3521
3521
 
@@ -3532,36 +3532,36 @@ class RecalculateEntitlementsSideEffectsOptionsInput(sgqlc.types.Input):
3532
3532
  class RemoveBasePlanFromPlanInput(sgqlc.types.Input):
3533
3533
  __schema__ = schema
3534
3534
  __field_names__ = ('id', 'relation_id')
3535
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3536
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3535
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3536
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3537
3537
 
3538
3538
 
3539
3539
  class RemoveCompatibleAddonsFromPlanInput(sgqlc.types.Input):
3540
3540
  __schema__ = schema
3541
3541
  __field_names__ = ('id', 'relation_ids')
3542
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3543
- relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='relationIds')
3542
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3543
+ relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))), graphql_name='relationIds')
3544
3544
 
3545
3545
 
3546
3546
  class RemoveCouponFromCustomerInput(sgqlc.types.Input):
3547
3547
  __schema__ = schema
3548
3548
  __field_names__ = ('id', 'relation_id')
3549
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3550
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3549
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3550
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3551
3551
 
3552
3552
 
3553
3553
  class RemoveExperimentFromCustomerInput(sgqlc.types.Input):
3554
3554
  __schema__ = schema
3555
3555
  __field_names__ = ('id', 'relation_id')
3556
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3557
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3556
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3557
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3558
3558
 
3559
3559
 
3560
3560
  class RemoveExperimentFromCustomerSubscriptionInput(sgqlc.types.Input):
3561
3561
  __schema__ = schema
3562
3562
  __field_names__ = ('id', 'relation_id')
3563
3563
  id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3564
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3564
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3565
3565
 
3566
3566
 
3567
3567
  class ReportUsageBaseInput(sgqlc.types.Input):
@@ -3579,7 +3579,7 @@ class ReportUsageBaseInput(sgqlc.types.Input):
3579
3579
  class ReportUsageBulkInput(sgqlc.types.Input):
3580
3580
  __schema__ = schema
3581
3581
  __field_names__ = ('environment_id', 'usages')
3582
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3582
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3583
3583
  usages = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(ReportUsageBaseInput))), graphql_name='usages')
3584
3584
 
3585
3585
 
@@ -3589,7 +3589,7 @@ class ReportUsageInput(sgqlc.types.Input):
3589
3589
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
3590
3590
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
3591
3591
  dimensions = sgqlc.types.Field(JSON, graphql_name='dimensions')
3592
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3592
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3593
3593
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
3594
3594
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
3595
3595
  update_behavior = sgqlc.types.Field(UsageUpdateBehavior, graphql_name='updateBehavior')
@@ -3609,7 +3609,7 @@ class RevokePromotionalEntitlementInput(sgqlc.types.Input):
3609
3609
  __schema__ = schema
3610
3610
  __field_names__ = ('customer_id', 'environment_id', 'feature_id')
3611
3611
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
3612
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3612
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3613
3613
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
3614
3614
 
3615
3615
 
@@ -3631,43 +3631,43 @@ class SetAccessRolesInput(sgqlc.types.Input):
3631
3631
  class SetBasePlanOnPlanInput(sgqlc.types.Input):
3632
3632
  __schema__ = schema
3633
3633
  __field_names__ = ('id', 'relation_id')
3634
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3635
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3634
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3635
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3636
3636
 
3637
3637
 
3638
3638
  class SetCompatibleAddonsOnPlanInput(sgqlc.types.Input):
3639
3639
  __schema__ = schema
3640
3640
  __field_names__ = ('id', 'relation_ids')
3641
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3642
- relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='relationIds')
3641
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3642
+ relation_ids = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UUID))), graphql_name='relationIds')
3643
3643
 
3644
3644
 
3645
3645
  class SetCouponOnCustomerInput(sgqlc.types.Input):
3646
3646
  __schema__ = schema
3647
3647
  __field_names__ = ('id', 'relation_id')
3648
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3649
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3648
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3649
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3650
3650
 
3651
3651
 
3652
3652
  class SetExperimentOnCustomerInput(sgqlc.types.Input):
3653
3653
  __schema__ = schema
3654
3654
  __field_names__ = ('id', 'relation_id')
3655
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3656
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3655
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3656
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3657
3657
 
3658
3658
 
3659
3659
  class SetExperimentOnCustomerSubscriptionInput(sgqlc.types.Input):
3660
3660
  __schema__ = schema
3661
3661
  __field_names__ = ('id', 'relation_id')
3662
3662
  id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
3663
- relation_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='relationId')
3663
+ relation_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='relationId')
3664
3664
 
3665
3665
 
3666
3666
  class SetPackageGroupAddons(sgqlc.types.Input):
3667
3667
  __schema__ = schema
3668
3668
  __field_names__ = ('addons', 'environment_id', 'package_group_id')
3669
3669
  addons = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='addons')
3670
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3670
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3671
3671
  package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
3672
3672
 
3673
3673
 
@@ -3688,7 +3688,7 @@ class SetPlanCompatiblePackageGroupOptions(sgqlc.types.Input):
3688
3688
  class SetPlanCompatiblePackageGroups(sgqlc.types.Input):
3689
3689
  __schema__ = schema
3690
3690
  __field_names__ = ('environment_id', 'id', 'package_groups')
3691
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3691
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3692
3692
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
3693
3693
  package_groups = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(SetPlanCompatiblePackageGroup))), graphql_name='packageGroups')
3694
3694
 
@@ -3708,14 +3708,14 @@ class SnowflakeCredentialsInput(sgqlc.types.Input):
3708
3708
  class StartExperimentInput(sgqlc.types.Input):
3709
3709
  __schema__ = schema
3710
3710
  __field_names__ = ('environment_id', 'ref_id')
3711
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3711
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3712
3712
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
3713
3713
 
3714
3714
 
3715
3715
  class StopExperimentInput(sgqlc.types.Input):
3716
3716
  __schema__ = schema
3717
3717
  __field_names__ = ('environment_id', 'ref_id')
3718
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
3718
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3719
3719
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
3720
3720
 
3721
3721
 
@@ -3775,7 +3775,7 @@ class SubscriptionAddonFilter(sgqlc.types.Input):
3775
3775
  __field_names__ = ('and_', 'created_at', 'id', 'or_', 'price', 'quantity', 'subscription', 'updated_at')
3776
3776
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilter')), graphql_name='and')
3777
3777
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3778
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3778
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3779
3779
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilter')), graphql_name='or')
3780
3780
  price = sgqlc.types.Field('SubscriptionAddonFilterPriceFilter', graphql_name='price')
3781
3781
  quantity = sgqlc.types.Field(NumberFieldComparison, graphql_name='quantity')
@@ -3824,7 +3824,7 @@ class SubscriptionAddonFilterPriceFilter(sgqlc.types.Input):
3824
3824
  billing_model = sgqlc.types.Field(BillingModelFilterComparison, graphql_name='billingModel')
3825
3825
  billing_period = sgqlc.types.Field(BillingPeriodFilterComparison, graphql_name='billingPeriod')
3826
3826
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3827
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3827
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3828
3828
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonFilterPriceFilter')), graphql_name='or')
3829
3829
  tiers_mode = sgqlc.types.Field('TiersModeFilterComparison', graphql_name='tiersMode')
3830
3830
 
@@ -3920,9 +3920,9 @@ class SubscriptionEntitlementFilter(sgqlc.types.Input):
3920
3920
  __field_names__ = ('and_', 'created_at', 'environment_id', 'feature', 'id', 'or_', 'subscription', 'subscription_id', 'updated_at')
3921
3921
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilter')), graphql_name='and')
3922
3922
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3923
- environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
3923
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3924
3924
  feature = sgqlc.types.Field('SubscriptionEntitlementFilterFeatureFilter', graphql_name='feature')
3925
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3925
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3926
3926
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilter')), graphql_name='or')
3927
3927
  subscription = sgqlc.types.Field('SubscriptionEntitlementFilterCustomerSubscriptionFilter', graphql_name='subscription')
3928
3928
  subscription_id = sgqlc.types.Field(StringFieldComparison, graphql_name='subscriptionId')
@@ -3968,10 +3968,10 @@ class SubscriptionEntitlementFilterFeatureFilter(sgqlc.types.Input):
3968
3968
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
3969
3969
  description = sgqlc.types.Field(StringFieldComparison, graphql_name='description')
3970
3970
  display_name = sgqlc.types.Field(StringFieldComparison, graphql_name='displayName')
3971
- environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
3971
+ environment_id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='environmentId')
3972
3972
  feature_status = sgqlc.types.Field(FeatureStatusFilterComparison, graphql_name='featureStatus')
3973
3973
  feature_type = sgqlc.types.Field(FeatureTypeFilterComparison, graphql_name='featureType')
3974
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
3974
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
3975
3975
  meter_type = sgqlc.types.Field(MeterTypeFilterComparison, graphql_name='meterType')
3976
3976
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionEntitlementFilterFeatureFilter')), graphql_name='or')
3977
3977
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
@@ -4052,7 +4052,7 @@ class SubscriptionMigrationTaskFilter(sgqlc.types.Input):
4052
4052
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionMigrationTaskFilter')), graphql_name='and')
4053
4053
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4054
4054
  environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
4055
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4055
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
4056
4056
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionMigrationTaskFilter')), graphql_name='or')
4057
4057
  status = sgqlc.types.Field('TaskStatusFilterComparison', graphql_name='status')
4058
4058
  task_type = sgqlc.types.Field('TaskTypeFilterComparison', graphql_name='taskType')
@@ -4080,7 +4080,7 @@ class SubscriptionPriceFilter(sgqlc.types.Input):
4080
4080
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4081
4081
  feature_id = sgqlc.types.Field(StringFieldComparison, graphql_name='featureId')
4082
4082
  has_soft_limit = sgqlc.types.Field(BooleanFieldComparison, graphql_name='hasSoftLimit')
4083
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4083
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
4084
4084
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilter')), graphql_name='or')
4085
4085
  price = sgqlc.types.Field('SubscriptionPriceFilterPriceFilter', graphql_name='price')
4086
4086
  subscription = sgqlc.types.Field('SubscriptionPriceFilterCustomerSubscriptionFilter', graphql_name='subscription')
@@ -4129,7 +4129,7 @@ class SubscriptionPriceFilterPriceFilter(sgqlc.types.Input):
4129
4129
  billing_model = sgqlc.types.Field(BillingModelFilterComparison, graphql_name='billingModel')
4130
4130
  billing_period = sgqlc.types.Field(BillingPeriodFilterComparison, graphql_name='billingPeriod')
4131
4131
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4132
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4132
+ id = sgqlc.types.Field('UUIDFilterComparison', graphql_name='id')
4133
4133
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionPriceFilterPriceFilter')), graphql_name='or')
4134
4134
  tiers_mode = sgqlc.types.Field('TiersModeFilterComparison', graphql_name='tiersMode')
4135
4135
 
@@ -4199,7 +4199,7 @@ class SubscriptionUpdateUsageResetCutoffRuleInput(sgqlc.types.Input):
4199
4199
  class SyncTaxRatesInput(sgqlc.types.Input):
4200
4200
  __schema__ = schema
4201
4201
  __field_names__ = ('environment_id',)
4202
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4202
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4203
4203
 
4204
4204
 
4205
4205
  class TaskStatusFilterComparison(sgqlc.types.Input):
@@ -4259,7 +4259,7 @@ class TestWorkflowInput(sgqlc.types.Input):
4259
4259
  __schema__ = schema
4260
4260
  __field_names__ = ('endpoint_url', 'environment_id', 'hook_event_type')
4261
4261
  endpoint_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='endpointUrl')
4262
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4262
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4263
4263
  hook_event_type = sgqlc.types.Field(sgqlc.types.non_null(EventLogType), graphql_name='hookEventType')
4264
4264
 
4265
4265
 
@@ -4294,7 +4294,7 @@ class TransferSubscriptionToResourceInput(sgqlc.types.Input):
4294
4294
  __schema__ = schema
4295
4295
  __field_names__ = ('destination_resource_id', 'environment_id', 'subscription_id')
4296
4296
  destination_resource_id = sgqlc.types.Field(String, graphql_name='destinationResourceId')
4297
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4297
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4298
4298
  subscription_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='subscriptionId')
4299
4299
 
4300
4300
 
@@ -4375,14 +4375,14 @@ class UnArchiveFeatureGroupInput(sgqlc.types.Input):
4375
4375
  class UnArchiveFeatureInput(sgqlc.types.Input):
4376
4376
  __schema__ = schema
4377
4377
  __field_names__ = ('environment_id', 'id')
4378
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4378
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4379
4379
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4380
4380
 
4381
4381
 
4382
4382
  class UnArchivePlanInput(sgqlc.types.Input):
4383
4383
  __schema__ = schema
4384
4384
  __field_names__ = ('environment_id', 'id')
4385
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4385
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4386
4386
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4387
4387
 
4388
4388
 
@@ -4390,7 +4390,7 @@ class UnarchiveCustomerInput(sgqlc.types.Input):
4390
4390
  __schema__ = schema
4391
4391
  __field_names__ = ('customer_id', 'environment_id')
4392
4392
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
4393
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4393
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4394
4394
 
4395
4395
 
4396
4396
  class UnarchiveEnvironmentInput(sgqlc.types.Input):
@@ -4426,7 +4426,7 @@ class UpdateCouponInput(sgqlc.types.Input):
4426
4426
  __field_names__ = ('additional_meta_data', 'description', 'environment_id', 'name', 'ref_id')
4427
4427
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
4428
4428
  description = sgqlc.types.Field(String, graphql_name='description')
4429
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4429
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4430
4430
  name = sgqlc.types.Field(String, graphql_name='name')
4431
4431
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
4432
4432
 
@@ -4442,7 +4442,7 @@ class UpdateCustomerInput(sgqlc.types.Input):
4442
4442
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
4443
4443
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
4444
4444
  email = sgqlc.types.Field(String, graphql_name='email')
4445
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4445
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4446
4446
  name = sgqlc.types.Field(String, graphql_name='name')
4447
4447
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
4448
4448
  salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
@@ -4454,7 +4454,7 @@ class UpdateExperimentInput(sgqlc.types.Input):
4454
4454
  __field_names__ = ('control_group_name', 'description', 'environment_id', 'name', 'product_id', 'product_settings', 'ref_id', 'variant_group_name', 'variant_percentage')
4455
4455
  control_group_name = sgqlc.types.Field(String, graphql_name='controlGroupName')
4456
4456
  description = sgqlc.types.Field(String, graphql_name='description')
4457
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4457
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4458
4458
  name = sgqlc.types.Field(String, graphql_name='name')
4459
4459
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4460
4460
  product_settings = sgqlc.types.Field(ProductSettingsInput, graphql_name='productSettings')
@@ -4470,7 +4470,7 @@ class UpdateFeatureInput(sgqlc.types.Input):
4470
4470
  description = sgqlc.types.Field(String, graphql_name='description')
4471
4471
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4472
4472
  enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntityInput)), graphql_name='enumConfiguration')
4473
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
4473
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
4474
4474
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
4475
4475
  feature_units_plural = sgqlc.types.Field(String, graphql_name='featureUnitsPlural')
4476
4476
  meter = sgqlc.types.Field(CreateMeter, graphql_name='meter')
@@ -4485,9 +4485,9 @@ class UpdateHook(sgqlc.types.Input):
4485
4485
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4486
4486
  description = sgqlc.types.Field(String, graphql_name='description')
4487
4487
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
4488
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4488
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4489
4489
  event_log_types = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EventLogType)), graphql_name='eventLogTypes')
4490
- id = sgqlc.types.Field(String, graphql_name='id')
4490
+ id = sgqlc.types.Field(UUID, graphql_name='id')
4491
4491
  secret_key = sgqlc.types.Field(String, graphql_name='secretKey')
4492
4492
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
4493
4493
 
@@ -4508,42 +4508,42 @@ class UpdateIntegrationInput(sgqlc.types.Input):
4508
4508
  class UpdateOneEnvironmentInput(sgqlc.types.Input):
4509
4509
  __schema__ = schema
4510
4510
  __field_names__ = ('id', 'update')
4511
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4511
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4512
4512
  update = sgqlc.types.Field(sgqlc.types.non_null(EnvironmentInput), graphql_name='update')
4513
4513
 
4514
4514
 
4515
4515
  class UpdateOneHookInput(sgqlc.types.Input):
4516
4516
  __schema__ = schema
4517
4517
  __field_names__ = ('id', 'update')
4518
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4518
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4519
4519
  update = sgqlc.types.Field(sgqlc.types.non_null(UpdateHook), graphql_name='update')
4520
4520
 
4521
4521
 
4522
4522
  class UpdateOneIntegrationInput(sgqlc.types.Input):
4523
4523
  __schema__ = schema
4524
4524
  __field_names__ = ('id', 'update')
4525
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4525
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4526
4526
  update = sgqlc.types.Field(sgqlc.types.non_null(UpdateIntegrationInput), graphql_name='update')
4527
4527
 
4528
4528
 
4529
4529
  class UpdateOnePackageEntitlementInput(sgqlc.types.Input):
4530
4530
  __schema__ = schema
4531
4531
  __field_names__ = ('id', 'update')
4532
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4532
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4533
4533
  update = sgqlc.types.Field(sgqlc.types.non_null(PackageEntitlementUpdateInput), graphql_name='update')
4534
4534
 
4535
4535
 
4536
4536
  class UpdateOneProductInput(sgqlc.types.Input):
4537
4537
  __schema__ = schema
4538
4538
  __field_names__ = ('id', 'update')
4539
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4539
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4540
4540
  update = sgqlc.types.Field(sgqlc.types.non_null(ProductUpdateInput), graphql_name='update')
4541
4541
 
4542
4542
 
4543
4543
  class UpdateOnePromotionalEntitlementInput(sgqlc.types.Input):
4544
4544
  __schema__ = schema
4545
4545
  __field_names__ = ('id', 'update')
4546
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4546
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4547
4547
  update = sgqlc.types.Field(sgqlc.types.non_null(PromotionalEntitlementUpdateInput), graphql_name='update')
4548
4548
 
4549
4549
 
@@ -4551,14 +4551,14 @@ class UpdatePackageEntitlementOrderInput(sgqlc.types.Input):
4551
4551
  __schema__ = schema
4552
4552
  __field_names__ = ('entitlements', 'environment_id', 'package_id')
4553
4553
  entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UpdatePackageEntitlementOrderItemInput'))), graphql_name='entitlements')
4554
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4554
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4555
4555
  package_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageId')
4556
4556
 
4557
4557
 
4558
4558
  class UpdatePackageEntitlementOrderItemInput(sgqlc.types.Input):
4559
4559
  __schema__ = schema
4560
4560
  __field_names__ = ('id', 'order')
4561
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4561
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4562
4562
  order = sgqlc.types.Field(Float, graphql_name='order')
4563
4563
 
4564
4564
 
@@ -4627,14 +4627,14 @@ class UsageEventsInput(sgqlc.types.Input):
4627
4627
  __schema__ = schema
4628
4628
  __field_names__ = ('customer_id', 'environment_id', 'filters')
4629
4629
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
4630
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
4630
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
4631
4631
  filters = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(MeterFilterDefinitionInput)), graphql_name='filters')
4632
4632
 
4633
4633
 
4634
4634
  class UsageEventsReportInput(sgqlc.types.Input):
4635
4635
  __schema__ = schema
4636
4636
  __field_names__ = ('environment_id', 'usage_events')
4637
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4637
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4638
4638
  usage_events = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(UsageEventReportInput))), graphql_name='usageEvents')
4639
4639
 
4640
4640
 
@@ -4643,7 +4643,7 @@ class UsageHistoryInput(sgqlc.types.Input):
4643
4643
  __field_names__ = ('customer_ref_id', 'end_date', 'environment_id', 'feature_ref_id', 'group_by', 'monthly_reset_period_configuration', 'reset_period', 'resource_ref_id', 'start_date', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
4644
4644
  customer_ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerRefId')
4645
4645
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
4646
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4646
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4647
4647
  feature_ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureRefId')
4648
4648
  group_by = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='groupBy')
4649
4649
  monthly_reset_period_configuration = sgqlc.types.Field(MonthlyResetPeriodConfigInput, graphql_name='monthlyResetPeriodConfiguration')
@@ -4659,7 +4659,7 @@ class UsageHistoryV2Input(sgqlc.types.Input):
4659
4659
  __field_names__ = ('customer_id', 'end_date', 'environment_id', 'feature_id', 'group_by', 'resource_id', 'start_date')
4660
4660
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
4661
4661
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
4662
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4662
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4663
4663
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
4664
4664
  group_by = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='groupBy')
4665
4665
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
@@ -4672,7 +4672,7 @@ class UsageMeasurementCreateInput(sgqlc.types.Input):
4672
4672
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4673
4673
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
4674
4674
  dimensions = sgqlc.types.Field(JSON, graphql_name='dimensions')
4675
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4675
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4676
4676
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
4677
4677
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
4678
4678
  update_behavior = sgqlc.types.Field(UsageUpdateBehavior, graphql_name='updateBehavior')
@@ -4685,9 +4685,9 @@ class UsageMeasurementFilter(sgqlc.types.Input):
4685
4685
  and_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilter')), graphql_name='and')
4686
4686
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4687
4687
  customer = sgqlc.types.Field('UsageMeasurementFilterCustomerFilter', graphql_name='customer')
4688
- environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
4688
+ environment_id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='environmentId')
4689
4689
  feature = sgqlc.types.Field('UsageMeasurementFilterFeatureFilter', graphql_name='feature')
4690
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4690
+ id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='id')
4691
4691
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilter')), graphql_name='or')
4692
4692
 
4693
4693
 
@@ -4703,8 +4703,8 @@ class UsageMeasurementFilterCustomerFilter(sgqlc.types.Input):
4703
4703
  customer_id = sgqlc.types.Field(StringFieldComparison, graphql_name='customerId')
4704
4704
  deleted_at = sgqlc.types.Field(DateFieldComparison, graphql_name='deletedAt')
4705
4705
  email = sgqlc.types.Field(StringFieldComparison, graphql_name='email')
4706
- environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
4707
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4706
+ environment_id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='environmentId')
4707
+ id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='id')
4708
4708
  name = sgqlc.types.Field(StringFieldComparison, graphql_name='name')
4709
4709
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilterCustomerFilter')), graphql_name='or')
4710
4710
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
@@ -4720,10 +4720,10 @@ class UsageMeasurementFilterFeatureFilter(sgqlc.types.Input):
4720
4720
  created_at = sgqlc.types.Field(DateFieldComparison, graphql_name='createdAt')
4721
4721
  description = sgqlc.types.Field(StringFieldComparison, graphql_name='description')
4722
4722
  display_name = sgqlc.types.Field(StringFieldComparison, graphql_name='displayName')
4723
- environment_id = sgqlc.types.Field(StringFieldComparison, graphql_name='environmentId')
4723
+ environment_id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='environmentId')
4724
4724
  feature_status = sgqlc.types.Field(FeatureStatusFilterComparison, graphql_name='featureStatus')
4725
4725
  feature_type = sgqlc.types.Field(FeatureTypeFilterComparison, graphql_name='featureType')
4726
- id = sgqlc.types.Field(StringFieldComparison, graphql_name='id')
4726
+ id = sgqlc.types.Field(UUIDFilterComparison, graphql_name='id')
4727
4727
  meter_type = sgqlc.types.Field(MeterTypeFilterComparison, graphql_name='meterType')
4728
4728
  or_ = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementFilterFeatureFilter')), graphql_name='or')
4729
4729
  ref_id = sgqlc.types.Field(StringFieldComparison, graphql_name='refId')
@@ -4776,14 +4776,14 @@ class WidgetConfigurationUpdateInput(sgqlc.types.Input):
4776
4776
  __field_names__ = ('checkout_configuration', 'customer_portal_configuration', 'environment_id', 'paywall_configuration')
4777
4777
  checkout_configuration = sgqlc.types.Field(CheckoutConfigurationInput, graphql_name='checkoutConfiguration')
4778
4778
  customer_portal_configuration = sgqlc.types.Field(CustomerPortalConfigurationInput, graphql_name='customerPortalConfiguration')
4779
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4779
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4780
4780
  paywall_configuration = sgqlc.types.Field(PaywallConfigurationInput, graphql_name='paywallConfiguration')
4781
4781
 
4782
4782
 
4783
4783
  class WorkflowsLoginInput(sgqlc.types.Input):
4784
4784
  __schema__ = schema
4785
4785
  __field_names__ = ('environment_id',)
4786
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4786
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4787
4787
 
4788
4788
 
4789
4789
  class YearlyResetPeriodConfigInput(sgqlc.types.Input):
@@ -4824,7 +4824,7 @@ class Account(sgqlc.types.Type):
4824
4824
  account_status = sgqlc.types.Field(AccountStatus, graphql_name='accountStatus')
4825
4825
  default_ssoroles = sgqlc.types.Field(AccessRoles, graphql_name='defaultSSORoles')
4826
4826
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
4827
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4827
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4828
4828
  saml_enabled = sgqlc.types.Field(Boolean, graphql_name='samlEnabled')
4829
4829
  subscription_billing_anchor = sgqlc.types.Field(BillingAnchor, graphql_name='subscriptionBillingAnchor')
4830
4830
  subscription_proration_behavior = sgqlc.types.Field(ProrationBehavior, graphql_name='subscriptionProrationBehavior')
@@ -4860,10 +4860,10 @@ class Addon(sgqlc.types.Type):
4860
4860
  draft_summary = sgqlc.types.Field('PackageDraftSummary', graphql_name='draftSummary')
4861
4861
  entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlement')), graphql_name='entitlements')
4862
4862
  environment = sgqlc.types.Field(sgqlc.types.non_null('Environment'), graphql_name='environment')
4863
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
4863
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
4864
4864
  has_subscriptions = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSubscriptions')
4865
4865
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
4866
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
4866
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
4867
4867
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4868
4868
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
4869
4869
  overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
@@ -4891,8 +4891,8 @@ class AddonAggregateGroupBy(sgqlc.types.Type):
4891
4891
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4892
4892
  description = sgqlc.types.Field(String, graphql_name='description')
4893
4893
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4894
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4895
- id = sgqlc.types.Field(String, graphql_name='id')
4894
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4895
+ id = sgqlc.types.Field(UUID, graphql_name='id')
4896
4896
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
4897
4897
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4898
4898
  product_id = sgqlc.types.Field(String, graphql_name='productId')
@@ -4986,8 +4986,8 @@ class AddonMaxAggregate(sgqlc.types.Type):
4986
4986
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
4987
4987
  description = sgqlc.types.Field(String, graphql_name='description')
4988
4988
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
4989
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
4990
- id = sgqlc.types.Field(String, graphql_name='id')
4989
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4990
+ id = sgqlc.types.Field(UUID, graphql_name='id')
4991
4991
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
4992
4992
  product_id = sgqlc.types.Field(String, graphql_name='productId')
4993
4993
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -5003,8 +5003,8 @@ class AddonMinAggregate(sgqlc.types.Type):
5003
5003
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5004
5004
  description = sgqlc.types.Field(String, graphql_name='description')
5005
5005
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
5006
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5007
- id = sgqlc.types.Field(String, graphql_name='id')
5006
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5007
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5008
5008
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
5009
5009
  product_id = sgqlc.types.Field(String, graphql_name='productId')
5010
5010
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -5042,7 +5042,7 @@ class Aggregation(sgqlc.types.Type):
5042
5042
  class ApiKey(sgqlc.types.Type):
5043
5043
  __schema__ = schema
5044
5044
  __field_names__ = ('id', 'key_type', 'token')
5045
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
5045
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
5046
5046
  key_type = sgqlc.types.Field(sgqlc.types.non_null(ApiKeyType), graphql_name='keyType')
5047
5047
  token = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='token')
5048
5048
 
@@ -5273,8 +5273,8 @@ class Coupon(sgqlc.types.Type):
5273
5273
  discount_value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='discountValue')
5274
5274
  duration_in_months = sgqlc.types.Field(Float, graphql_name='durationInMonths')
5275
5275
  environment = sgqlc.types.Field('Environment', graphql_name='environment')
5276
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
5277
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
5276
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
5277
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
5278
5278
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
5279
5279
  percent_off = sgqlc.types.Field(Float, graphql_name='percentOff')
5280
5280
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
@@ -5291,8 +5291,8 @@ class CouponAggregateGroupBy(sgqlc.types.Type):
5291
5291
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5292
5292
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5293
5293
  description = sgqlc.types.Field(String, graphql_name='description')
5294
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5295
- id = sgqlc.types.Field(String, graphql_name='id')
5294
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5295
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5296
5296
  name = sgqlc.types.Field(String, graphql_name='name')
5297
5297
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5298
5298
  source = sgqlc.types.Field(CouponSource, graphql_name='source')
@@ -5344,8 +5344,8 @@ class CouponMaxAggregate(sgqlc.types.Type):
5344
5344
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5345
5345
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5346
5346
  description = sgqlc.types.Field(String, graphql_name='description')
5347
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5348
- id = sgqlc.types.Field(String, graphql_name='id')
5347
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5348
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5349
5349
  name = sgqlc.types.Field(String, graphql_name='name')
5350
5350
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5351
5351
  source = sgqlc.types.Field(CouponSource, graphql_name='source')
@@ -5360,8 +5360,8 @@ class CouponMinAggregate(sgqlc.types.Type):
5360
5360
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
5361
5361
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5362
5362
  description = sgqlc.types.Field(String, graphql_name='description')
5363
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5364
- id = sgqlc.types.Field(String, graphql_name='id')
5363
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5364
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5365
5365
  name = sgqlc.types.Field(String, graphql_name='name')
5366
5366
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5367
5367
  source = sgqlc.types.Field(CouponSource, graphql_name='source')
@@ -5393,14 +5393,14 @@ class Customer(sgqlc.types.Type):
5393
5393
  eligible_for_trial = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('EligibleForTrial')), graphql_name='eligibleForTrial')
5394
5394
  email = sgqlc.types.Field(String, graphql_name='email')
5395
5395
  environment = sgqlc.types.Field('Environment', graphql_name='environment')
5396
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
5396
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
5397
5397
  exclude_from_experiment = sgqlc.types.Field(Boolean, graphql_name='excludeFromExperiment')
5398
5398
  experiment = sgqlc.types.Field('Experiment', graphql_name='experiment')
5399
5399
  experiment_info = sgqlc.types.Field('experimentInfo', graphql_name='experimentInfo')
5400
5400
  has_active_resource = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasActiveResource')
5401
5401
  has_active_subscription = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasActiveSubscription')
5402
5402
  has_payment_method = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasPaymentMethod')
5403
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
5403
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
5404
5404
  name = sgqlc.types.Field(String, graphql_name='name')
5405
5405
  promotional_entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PromotionalEntitlement'))), graphql_name='promotionalEntitlements', args=sgqlc.types.ArgDict((
5406
5406
  ('filter', sgqlc.types.Arg(PromotionalEntitlementFilter, graphql_name='filter', default={})),
@@ -5433,8 +5433,8 @@ class CustomerAggregateGroupBy(sgqlc.types.Type):
5433
5433
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5434
5434
  deleted_at = sgqlc.types.Field(DateTime, graphql_name='deletedAt')
5435
5435
  email = sgqlc.types.Field(String, graphql_name='email')
5436
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5437
- id = sgqlc.types.Field(String, graphql_name='id')
5436
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5437
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5438
5438
  name = sgqlc.types.Field(String, graphql_name='name')
5439
5439
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5440
5440
  salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
@@ -5495,8 +5495,8 @@ class CustomerMaxAggregate(sgqlc.types.Type):
5495
5495
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5496
5496
  deleted_at = sgqlc.types.Field(DateTime, graphql_name='deletedAt')
5497
5497
  email = sgqlc.types.Field(String, graphql_name='email')
5498
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5499
- id = sgqlc.types.Field(String, graphql_name='id')
5498
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5499
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5500
5500
  name = sgqlc.types.Field(String, graphql_name='name')
5501
5501
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5502
5502
  salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
@@ -5515,8 +5515,8 @@ class CustomerMinAggregate(sgqlc.types.Type):
5515
5515
  customer_id = sgqlc.types.Field(String, graphql_name='customerId')
5516
5516
  deleted_at = sgqlc.types.Field(DateTime, graphql_name='deletedAt')
5517
5517
  email = sgqlc.types.Field(String, graphql_name='email')
5518
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5519
- id = sgqlc.types.Field(String, graphql_name='id')
5518
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5519
+ id = sgqlc.types.Field(UUID, graphql_name='id')
5520
5520
  name = sgqlc.types.Field(String, graphql_name='name')
5521
5521
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
5522
5522
  salesforce_id = sgqlc.types.Field(String, graphql_name='salesforceId')
@@ -5603,7 +5603,7 @@ class CustomerPortalPricingFeature(sgqlc.types.Type):
5603
5603
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
5604
5604
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
5605
5605
  feature_units_plural = sgqlc.types.Field(String, graphql_name='featureUnitsPlural')
5606
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
5606
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
5607
5607
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
5608
5608
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
5609
5609
 
@@ -5666,7 +5666,7 @@ class CustomerResource(sgqlc.types.Type):
5666
5666
  __field_names__ = ('created_at', 'customer', 'environment_id', 'resource_id', 'subscriptions')
5667
5667
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
5668
5668
  customer = sgqlc.types.Field(sgqlc.types.non_null(Customer), graphql_name='customer')
5669
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
5669
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
5670
5670
  resource_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='resourceId')
5671
5671
  subscriptions = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('CustomerSubscription'))), graphql_name='subscriptions', args=sgqlc.types.ArgDict((
5672
5672
  ('filter', sgqlc.types.Arg(CustomerSubscriptionFilter, graphql_name='filter', default={'status': {'in': ['ACTIVE', 'IN_TRIAL']}})),
@@ -5679,7 +5679,7 @@ class CustomerResourceAggregateGroupBy(sgqlc.types.Type):
5679
5679
  __schema__ = schema
5680
5680
  __field_names__ = ('created_at', 'environment_id', 'resource_id')
5681
5681
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5682
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5682
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5683
5683
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5684
5684
 
5685
5685
 
@@ -5710,7 +5710,7 @@ class CustomerResourceMaxAggregate(sgqlc.types.Type):
5710
5710
  __schema__ = schema
5711
5711
  __field_names__ = ('created_at', 'environment_id', 'resource_id')
5712
5712
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5713
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5713
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5714
5714
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5715
5715
 
5716
5716
 
@@ -5718,7 +5718,7 @@ class CustomerResourceMinAggregate(sgqlc.types.Type):
5718
5718
  __schema__ = schema
5719
5719
  __field_names__ = ('created_at', 'environment_id', 'resource_id')
5720
5720
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
5721
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
5721
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
5722
5722
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
5723
5723
 
5724
5724
 
@@ -6047,7 +6047,7 @@ class EntitlementFeature(sgqlc.types.Type):
6047
6047
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
6048
6048
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
6049
6049
  feature_units_plural = sgqlc.types.Field(String, graphql_name='featureUnitsPlural')
6050
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6050
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6051
6051
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
6052
6052
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
6053
6053
  unit_transformation = sgqlc.types.Field('UnitTransformation', graphql_name='unitTransformation')
@@ -6107,7 +6107,7 @@ class EntitlementsUpdated(sgqlc.types.Type):
6107
6107
  account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='accountId')
6108
6108
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
6109
6109
  entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement))), graphql_name='entitlements')
6110
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6110
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6111
6111
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
6112
6112
 
6113
6113
 
@@ -6133,7 +6133,7 @@ class Environment(sgqlc.types.Type):
6133
6133
  description = sgqlc.types.Field(String, graphql_name='description')
6134
6134
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6135
6135
  harden_client_access_enabled = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hardenClientAccessEnabled')
6136
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6136
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6137
6137
  is_sandbox = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isSandbox')
6138
6138
  permanent_deletion_date = sgqlc.types.Field(DateTime, graphql_name='permanentDeletionDate')
6139
6139
  provision_status = sgqlc.types.Field(EnvironmentProvisionStatus, graphql_name='provisionStatus')
@@ -6147,7 +6147,7 @@ class EnvironmentAggregateGroupBy(sgqlc.types.Type):
6147
6147
  __field_names__ = ('created_at', 'display_name', 'id', 'permanent_deletion_date', 'slug')
6148
6148
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6149
6149
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6150
- id = sgqlc.types.Field(String, graphql_name='id')
6150
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6151
6151
  permanent_deletion_date = sgqlc.types.Field(DateTime, graphql_name='permanentDeletionDate')
6152
6152
  slug = sgqlc.types.Field(String, graphql_name='slug')
6153
6153
 
@@ -6181,7 +6181,7 @@ class EnvironmentMaxAggregate(sgqlc.types.Type):
6181
6181
  __field_names__ = ('created_at', 'display_name', 'id', 'permanent_deletion_date', 'slug')
6182
6182
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6183
6183
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6184
- id = sgqlc.types.Field(String, graphql_name='id')
6184
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6185
6185
  permanent_deletion_date = sgqlc.types.Field(DateTime, graphql_name='permanentDeletionDate')
6186
6186
  slug = sgqlc.types.Field(String, graphql_name='slug')
6187
6187
 
@@ -6191,7 +6191,7 @@ class EnvironmentMinAggregate(sgqlc.types.Type):
6191
6191
  __field_names__ = ('created_at', 'display_name', 'id', 'permanent_deletion_date', 'slug')
6192
6192
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6193
6193
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6194
- id = sgqlc.types.Field(String, graphql_name='id')
6194
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6195
6195
  permanent_deletion_date = sgqlc.types.Field(DateTime, graphql_name='permanentDeletionDate')
6196
6196
  slug = sgqlc.types.Field(String, graphql_name='slug')
6197
6197
 
@@ -6224,7 +6224,7 @@ class EventLog(sgqlc.types.Type):
6224
6224
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
6225
6225
  entity_id = sgqlc.types.Field(String, graphql_name='entityId')
6226
6226
  entity_type = sgqlc.types.Field(EventEntityType, graphql_name='entityType')
6227
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6227
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6228
6228
  event_log_type = sgqlc.types.Field(sgqlc.types.non_null(EventLogType), graphql_name='eventLogType')
6229
6229
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6230
6230
  parent_entity_id = sgqlc.types.Field(String, graphql_name='parentEntityId')
@@ -6238,7 +6238,7 @@ class EventLogAggregateGroupBy(sgqlc.types.Type):
6238
6238
  __field_names__ = ('created_at', 'entity_id', 'environment_id', 'event_log_type', 'id', 'parent_entity_id')
6239
6239
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6240
6240
  entity_id = sgqlc.types.Field(String, graphql_name='entityId')
6241
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6241
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6242
6242
  event_log_type = sgqlc.types.Field(EventLogType, graphql_name='eventLogType')
6243
6243
  id = sgqlc.types.Field(String, graphql_name='id')
6244
6244
  parent_entity_id = sgqlc.types.Field(String, graphql_name='parentEntityId')
@@ -6274,7 +6274,7 @@ class EventLogMaxAggregate(sgqlc.types.Type):
6274
6274
  __field_names__ = ('created_at', 'entity_id', 'environment_id', 'event_log_type', 'id', 'parent_entity_id')
6275
6275
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6276
6276
  entity_id = sgqlc.types.Field(String, graphql_name='entityId')
6277
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6277
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6278
6278
  event_log_type = sgqlc.types.Field(EventLogType, graphql_name='eventLogType')
6279
6279
  id = sgqlc.types.Field(String, graphql_name='id')
6280
6280
  parent_entity_id = sgqlc.types.Field(String, graphql_name='parentEntityId')
@@ -6285,7 +6285,7 @@ class EventLogMinAggregate(sgqlc.types.Type):
6285
6285
  __field_names__ = ('created_at', 'entity_id', 'environment_id', 'event_log_type', 'id', 'parent_entity_id')
6286
6286
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6287
6287
  entity_id = sgqlc.types.Field(String, graphql_name='entityId')
6288
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6288
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6289
6289
  event_log_type = sgqlc.types.Field(EventLogType, graphql_name='eventLogType')
6290
6290
  id = sgqlc.types.Field(String, graphql_name='id')
6291
6291
  parent_entity_id = sgqlc.types.Field(String, graphql_name='parentEntityId')
@@ -6320,8 +6320,8 @@ class Experiment(sgqlc.types.Type):
6320
6320
  customers = sgqlc.types.Field(Customer, graphql_name='customers')
6321
6321
  description = sgqlc.types.Field(String, graphql_name='description')
6322
6322
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
6323
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6324
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6323
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6324
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6325
6325
  initial_product_settings = sgqlc.types.Field('ProductSettings', graphql_name='initialProductSettings')
6326
6326
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
6327
6327
  product = sgqlc.types.Field('Product', graphql_name='product')
@@ -6340,20 +6340,14 @@ class ExperimentAggregateGroupBy(sgqlc.types.Type):
6340
6340
  __schema__ = schema
6341
6341
  __field_names__ = ('created_at', 'environment_id', 'id', 'name', 'product_id', 'ref_id', 'status')
6342
6342
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6343
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6344
- id = sgqlc.types.Field(String, graphql_name='id')
6343
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6344
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6345
6345
  name = sgqlc.types.Field(String, graphql_name='name')
6346
6346
  product_id = sgqlc.types.Field(String, graphql_name='productId')
6347
6347
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
6348
6348
  status = sgqlc.types.Field(ExperimentStatus, graphql_name='status')
6349
6349
 
6350
6350
 
6351
- class ExperimentAvgAggregate(sgqlc.types.Type):
6352
- __schema__ = schema
6353
- __field_names__ = ('id',)
6354
- id = sgqlc.types.Field(Float, graphql_name='id')
6355
-
6356
-
6357
6351
  class ExperimentConnection(sgqlc.types.relay.Connection):
6358
6352
  __schema__ = schema
6359
6353
  __field_names__ = ('edges', 'page_info', 'total_count')
@@ -6385,8 +6379,8 @@ class ExperimentMaxAggregate(sgqlc.types.Type):
6385
6379
  __schema__ = schema
6386
6380
  __field_names__ = ('created_at', 'environment_id', 'id', 'name', 'product_id', 'ref_id', 'status')
6387
6381
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6388
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6389
- id = sgqlc.types.Field(String, graphql_name='id')
6382
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6383
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6390
6384
  name = sgqlc.types.Field(String, graphql_name='name')
6391
6385
  product_id = sgqlc.types.Field(String, graphql_name='productId')
6392
6386
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -6397,8 +6391,8 @@ class ExperimentMinAggregate(sgqlc.types.Type):
6397
6391
  __schema__ = schema
6398
6392
  __field_names__ = ('created_at', 'environment_id', 'id', 'name', 'product_id', 'ref_id', 'status')
6399
6393
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6400
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6401
- id = sgqlc.types.Field(String, graphql_name='id')
6394
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6395
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6402
6396
  name = sgqlc.types.Field(String, graphql_name='name')
6403
6397
  product_id = sgqlc.types.Field(String, graphql_name='productId')
6404
6398
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -6414,12 +6408,6 @@ class ExperimentStats(sgqlc.types.Type):
6414
6408
  variant_subscriptions = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='variantSubscriptions')
6415
6409
 
6416
6410
 
6417
- class ExperimentSumAggregate(sgqlc.types.Type):
6418
- __schema__ = schema
6419
- __field_names__ = ('id',)
6420
- id = sgqlc.types.Field(Float, graphql_name='id')
6421
-
6422
-
6423
6411
  class FailedToImportCustomerError(sgqlc.types.Type):
6424
6412
  __schema__ = schema
6425
6413
  __field_names__ = ('billing_id', 'code', 'failed_billing_ids', 'failed_customer_ids', 'is_validation_error')
@@ -6440,14 +6428,14 @@ class Feature(sgqlc.types.Type):
6440
6428
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
6441
6429
  enum_configuration = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EnumConfigurationEntity)), graphql_name='enumConfiguration')
6442
6430
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
6443
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6431
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6444
6432
  feature_status = sgqlc.types.Field(sgqlc.types.non_null(FeatureStatus), graphql_name='featureStatus')
6445
6433
  feature_type = sgqlc.types.Field(sgqlc.types.non_null(FeatureType), graphql_name='featureType')
6446
6434
  feature_units = sgqlc.types.Field(String, graphql_name='featureUnits')
6447
6435
  feature_units_plural = sgqlc.types.Field(String, graphql_name='featureUnitsPlural')
6448
6436
  has_entitlements = sgqlc.types.Field(Boolean, graphql_name='hasEntitlements')
6449
6437
  has_meter = sgqlc.types.Field(Boolean, graphql_name='hasMeter')
6450
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6438
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6451
6439
  meter = sgqlc.types.Field('Meter', graphql_name='meter')
6452
6440
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
6453
6441
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
@@ -6461,10 +6449,10 @@ class FeatureAggregateGroupBy(sgqlc.types.Type):
6461
6449
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6462
6450
  description = sgqlc.types.Field(String, graphql_name='description')
6463
6451
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6464
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6452
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6465
6453
  feature_status = sgqlc.types.Field(FeatureStatus, graphql_name='featureStatus')
6466
6454
  feature_type = sgqlc.types.Field(FeatureType, graphql_name='featureType')
6467
- id = sgqlc.types.Field(String, graphql_name='id')
6455
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6468
6456
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
6469
6457
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
6470
6458
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
@@ -6603,10 +6591,10 @@ class FeatureMaxAggregate(sgqlc.types.Type):
6603
6591
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6604
6592
  description = sgqlc.types.Field(String, graphql_name='description')
6605
6593
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6606
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6594
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6607
6595
  feature_status = sgqlc.types.Field(FeatureStatus, graphql_name='featureStatus')
6608
6596
  feature_type = sgqlc.types.Field(FeatureType, graphql_name='featureType')
6609
- id = sgqlc.types.Field(String, graphql_name='id')
6597
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6610
6598
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
6611
6599
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
6612
6600
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
@@ -6618,10 +6606,10 @@ class FeatureMinAggregate(sgqlc.types.Type):
6618
6606
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6619
6607
  description = sgqlc.types.Field(String, graphql_name='description')
6620
6608
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
6621
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6609
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6622
6610
  feature_status = sgqlc.types.Field(FeatureStatus, graphql_name='featureStatus')
6623
6611
  feature_type = sgqlc.types.Field(FeatureType, graphql_name='featureType')
6624
- id = sgqlc.types.Field(String, graphql_name='id')
6612
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6625
6613
  meter_type = sgqlc.types.Field(MeterType, graphql_name='meterType')
6626
6614
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
6627
6615
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
@@ -6686,9 +6674,9 @@ class Hook(sgqlc.types.Type):
6686
6674
  description = sgqlc.types.Field(String, graphql_name='description')
6687
6675
  endpoint = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='endpoint')
6688
6676
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
6689
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6677
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6690
6678
  event_log_types = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(EventLogType))), graphql_name='eventLogTypes')
6691
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6679
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6692
6680
  secret_key = sgqlc.types.Field(String, graphql_name='secretKey')
6693
6681
  status = sgqlc.types.Field(sgqlc.types.non_null(HookStatus), graphql_name='status')
6694
6682
 
@@ -6698,8 +6686,8 @@ class HookAggregateGroupBy(sgqlc.types.Type):
6698
6686
  __field_names__ = ('created_at', 'endpoint', 'environment_id', 'id', 'status')
6699
6687
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6700
6688
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
6701
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6702
- id = sgqlc.types.Field(String, graphql_name='id')
6689
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6690
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6703
6691
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
6704
6692
 
6705
6693
 
@@ -6728,9 +6716,9 @@ class HookDeleteResponse(sgqlc.types.Type):
6728
6716
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6729
6717
  description = sgqlc.types.Field(String, graphql_name='description')
6730
6718
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
6731
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6719
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6732
6720
  event_log_types = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(EventLogType)), graphql_name='eventLogTypes')
6733
- id = sgqlc.types.Field(String, graphql_name='id')
6721
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6734
6722
  secret_key = sgqlc.types.Field(String, graphql_name='secretKey')
6735
6723
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
6736
6724
 
@@ -6747,8 +6735,8 @@ class HookMaxAggregate(sgqlc.types.Type):
6747
6735
  __field_names__ = ('created_at', 'endpoint', 'environment_id', 'id', 'status')
6748
6736
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6749
6737
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
6750
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6751
- id = sgqlc.types.Field(String, graphql_name='id')
6738
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6739
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6752
6740
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
6753
6741
 
6754
6742
 
@@ -6757,8 +6745,8 @@ class HookMinAggregate(sgqlc.types.Type):
6757
6745
  __field_names__ = ('created_at', 'endpoint', 'environment_id', 'id', 'status')
6758
6746
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6759
6747
  endpoint = sgqlc.types.Field(String, graphql_name='endpoint')
6760
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6761
- id = sgqlc.types.Field(String, graphql_name='id')
6748
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6749
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6762
6750
  status = sgqlc.types.Field(HookStatus, graphql_name='status')
6763
6751
 
6764
6752
 
@@ -6807,7 +6795,7 @@ class ImportIntegrationTask(sgqlc.types.Type):
6807
6795
  customers_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='customersCount')
6808
6796
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
6809
6797
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6810
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6798
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6811
6799
  import_errors = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('ImportSubTaskError'))), graphql_name='importErrors')
6812
6800
  products_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='productsCount')
6813
6801
  progress = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name='progress')
@@ -6822,7 +6810,7 @@ class ImportIntegrationTaskAggregateGroupBy(sgqlc.types.Type):
6822
6810
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
6823
6811
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6824
6812
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6825
- id = sgqlc.types.Field(String, graphql_name='id')
6813
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6826
6814
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
6827
6815
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
6828
6816
 
@@ -6856,7 +6844,7 @@ class ImportIntegrationTaskMaxAggregate(sgqlc.types.Type):
6856
6844
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
6857
6845
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6858
6846
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6859
- id = sgqlc.types.Field(String, graphql_name='id')
6847
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6860
6848
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
6861
6849
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
6862
6850
 
@@ -6866,7 +6854,7 @@ class ImportIntegrationTaskMinAggregate(sgqlc.types.Type):
6866
6854
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
6867
6855
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6868
6856
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6869
- id = sgqlc.types.Field(String, graphql_name='id')
6857
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6870
6858
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
6871
6859
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
6872
6860
 
@@ -6907,8 +6895,8 @@ class Integration(sgqlc.types.Type):
6907
6895
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6908
6896
  credentials = sgqlc.types.Field('Credentials', graphql_name='credentials')
6909
6897
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
6910
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
6911
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
6898
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
6899
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
6912
6900
  integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
6913
6901
  is_default = sgqlc.types.Field(Boolean, graphql_name='isDefault')
6914
6902
  vendor_identifier = sgqlc.types.Field(sgqlc.types.non_null(VendorIdentifier), graphql_name='vendorIdentifier')
@@ -6919,8 +6907,8 @@ class IntegrationAggregateGroupBy(sgqlc.types.Type):
6919
6907
  __schema__ = schema
6920
6908
  __field_names__ = ('created_at', 'environment_id', 'id', 'vendor_identifier', 'vendor_type')
6921
6909
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6922
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6923
- id = sgqlc.types.Field(String, graphql_name='id')
6910
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6911
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6924
6912
  vendor_identifier = sgqlc.types.Field(VendorIdentifier, graphql_name='vendorIdentifier')
6925
6913
  vendor_type = sgqlc.types.Field(VendorType, graphql_name='vendorType')
6926
6914
 
@@ -6948,8 +6936,8 @@ class IntegrationDeleteResponse(sgqlc.types.Type):
6948
6936
  __field_names__ = ('created_at', 'credentials', 'environment_id', 'id', 'integration_id', 'is_default', 'vendor_identifier', 'vendor_type')
6949
6937
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6950
6938
  credentials = sgqlc.types.Field('Credentials', graphql_name='credentials')
6951
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6952
- id = sgqlc.types.Field(String, graphql_name='id')
6939
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6940
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6953
6941
  integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
6954
6942
  is_default = sgqlc.types.Field(Boolean, graphql_name='isDefault')
6955
6943
  vendor_identifier = sgqlc.types.Field(VendorIdentifier, graphql_name='vendorIdentifier')
@@ -6967,8 +6955,8 @@ class IntegrationMaxAggregate(sgqlc.types.Type):
6967
6955
  __schema__ = schema
6968
6956
  __field_names__ = ('created_at', 'environment_id', 'id', 'vendor_identifier', 'vendor_type')
6969
6957
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6970
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6971
- id = sgqlc.types.Field(String, graphql_name='id')
6958
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6959
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6972
6960
  vendor_identifier = sgqlc.types.Field(VendorIdentifier, graphql_name='vendorIdentifier')
6973
6961
  vendor_type = sgqlc.types.Field(VendorType, graphql_name='vendorType')
6974
6962
 
@@ -6977,8 +6965,8 @@ class IntegrationMinAggregate(sgqlc.types.Type):
6977
6965
  __schema__ = schema
6978
6966
  __field_names__ = ('created_at', 'environment_id', 'id', 'vendor_identifier', 'vendor_type')
6979
6967
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6980
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
6981
- id = sgqlc.types.Field(String, graphql_name='id')
6968
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
6969
+ id = sgqlc.types.Field(UUID, graphql_name='id')
6982
6970
  vendor_identifier = sgqlc.types.Field(VendorIdentifier, graphql_name='vendorIdentifier')
6983
6971
  vendor_type = sgqlc.types.Field(VendorType, graphql_name='vendorType')
6984
6972
 
@@ -7051,7 +7039,7 @@ class Member(sgqlc.types.Type):
7051
7039
  customer_token = sgqlc.types.Field(String, graphql_name='customerToken')
7052
7040
  email = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='email')
7053
7041
  hide_getting_started_page = sgqlc.types.Field(Boolean, graphql_name='hideGettingStartedPage')
7054
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
7042
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
7055
7043
  member_status = sgqlc.types.Field(sgqlc.types.non_null(MemberStatus), graphql_name='memberStatus')
7056
7044
  service_api_key = sgqlc.types.Field(String, graphql_name='serviceApiKey')
7057
7045
  user = sgqlc.types.Field('User', graphql_name='user')
@@ -7063,7 +7051,7 @@ class MemberAggregateGroupBy(sgqlc.types.Type):
7063
7051
  __field_names__ = ('created_at', 'email', 'id')
7064
7052
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7065
7053
  email = sgqlc.types.Field(String, graphql_name='email')
7066
- id = sgqlc.types.Field(String, graphql_name='id')
7054
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7067
7055
 
7068
7056
 
7069
7057
  class MemberConnection(sgqlc.types.relay.Connection):
@@ -7101,7 +7089,7 @@ class MemberMaxAggregate(sgqlc.types.Type):
7101
7089
  __field_names__ = ('created_at', 'email', 'id')
7102
7090
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7103
7091
  email = sgqlc.types.Field(String, graphql_name='email')
7104
- id = sgqlc.types.Field(String, graphql_name='id')
7092
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7105
7093
 
7106
7094
 
7107
7095
  class MemberMinAggregate(sgqlc.types.Type):
@@ -7109,7 +7097,7 @@ class MemberMinAggregate(sgqlc.types.Type):
7109
7097
  __field_names__ = ('created_at', 'email', 'id')
7110
7098
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7111
7099
  email = sgqlc.types.Field(String, graphql_name='email')
7112
- id = sgqlc.types.Field(String, graphql_name='id')
7100
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7113
7101
 
7114
7102
 
7115
7103
  class MemberNotFoundError(sgqlc.types.Type):
@@ -7138,9 +7126,9 @@ class Meter(sgqlc.types.Type):
7138
7126
  __field_names__ = ('aggregation', 'created_at', 'environment_id', 'filters', 'id', 'updated_at')
7139
7127
  aggregation = sgqlc.types.Field(sgqlc.types.non_null(Aggregation), graphql_name='aggregation')
7140
7128
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
7141
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
7129
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
7142
7130
  filters = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('MeterFilterDefinition'))), graphql_name='filters')
7143
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
7131
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
7144
7132
  updated_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='updatedAt')
7145
7133
 
7146
7134
 
@@ -7265,15 +7253,15 @@ class Mutation(sgqlc.types.Type):
7265
7253
  ))
7266
7254
  )
7267
7255
  create_addon_draft = sgqlc.types.Field(sgqlc.types.non_null(Addon), graphql_name='createAddonDraft', args=sgqlc.types.ArgDict((
7268
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
7256
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
7269
7257
  ))
7270
7258
  )
7271
7259
  create_empty_addon_draft = sgqlc.types.Field(sgqlc.types.non_null(Addon), graphql_name='createEmptyAddonDraft', args=sgqlc.types.ArgDict((
7272
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
7260
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
7273
7261
  ))
7274
7262
  )
7275
7263
  create_empty_plan_draft = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='createEmptyPlanDraft', args=sgqlc.types.ArgDict((
7276
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
7264
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
7277
7265
  ))
7278
7266
  )
7279
7267
  create_feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='createFeature', args=sgqlc.types.ArgDict((
@@ -7337,7 +7325,7 @@ class Mutation(sgqlc.types.Type):
7337
7325
  ))
7338
7326
  )
7339
7327
  create_plan_draft = sgqlc.types.Field(sgqlc.types.non_null('Plan'), graphql_name='createPlanDraft', args=sgqlc.types.ArgDict((
7340
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
7328
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
7341
7329
  ))
7342
7330
  )
7343
7331
  create_subscription = sgqlc.types.Field(sgqlc.types.non_null(CustomerSubscription), graphql_name='createSubscription', args=sgqlc.types.ArgDict((
@@ -7417,7 +7405,7 @@ class Mutation(sgqlc.types.Type):
7417
7405
  ))
7418
7406
  )
7419
7407
  hide_getting_started_page = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='hideGettingStartedPage', args=sgqlc.types.ArgDict((
7420
- ('member_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='memberId', default=None)),
7408
+ ('member_id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='memberId', default=None)),
7421
7409
  ))
7422
7410
  )
7423
7411
  import_customers_bulk = sgqlc.types.Field(String, graphql_name='importCustomersBulk', args=sgqlc.types.ArgDict((
@@ -7522,7 +7510,7 @@ class Mutation(sgqlc.types.Type):
7522
7510
  ))
7523
7511
  )
7524
7512
  remove_member = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='removeMember', args=sgqlc.types.ArgDict((
7525
- ('member_id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='memberId', default=None)),
7513
+ ('member_id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='memberId', default=None)),
7526
7514
  ))
7527
7515
  )
7528
7516
  remove_plan_draft = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='removePlanDraft', args=sgqlc.types.ArgDict((
@@ -7805,9 +7793,9 @@ class PackageDTO(sgqlc.types.Type):
7805
7793
  draft_details = sgqlc.types.Field('PackageDraftDetails', graphql_name='draftDetails')
7806
7794
  draft_summary = sgqlc.types.Field('PackageDraftSummary', graphql_name='draftSummary')
7807
7795
  entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlement')), graphql_name='entitlements')
7808
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
7796
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
7809
7797
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
7810
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
7798
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
7811
7799
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
7812
7800
  overage_billing_period = sgqlc.types.Field(OverageBillingPeriod, graphql_name='overageBillingPeriod')
7813
7801
  overage_prices = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('Price')), graphql_name='overagePrices')
@@ -7850,13 +7838,13 @@ class PackageEntitlement(sgqlc.types.Type):
7850
7838
  description = sgqlc.types.Field(String, graphql_name='description')
7851
7839
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
7852
7840
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7853
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
7841
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
7854
7842
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
7855
7843
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
7856
7844
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
7857
7845
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
7858
7846
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
7859
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
7847
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
7860
7848
  is_custom = sgqlc.types.Field(Boolean, graphql_name='isCustom')
7861
7849
  meter = sgqlc.types.Field(Meter, graphql_name='meter')
7862
7850
  order = sgqlc.types.Field(Float, graphql_name='order')
@@ -7872,8 +7860,8 @@ class PackageEntitlementAggregateGroupBy(sgqlc.types.Type):
7872
7860
  __schema__ = schema
7873
7861
  __field_names__ = ('created_at', 'environment_id', 'id', 'package_id', 'updated_at')
7874
7862
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7875
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7876
- id = sgqlc.types.Field(String, graphql_name='id')
7863
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7864
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7877
7865
  package_id = sgqlc.types.Field(String, graphql_name='packageId')
7878
7866
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
7879
7867
 
@@ -7912,12 +7900,12 @@ class PackageEntitlementDeleteResponse(sgqlc.types.Type):
7912
7900
  description = sgqlc.types.Field(String, graphql_name='description')
7913
7901
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
7914
7902
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7915
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7903
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7916
7904
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7917
7905
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
7918
7906
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
7919
7907
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
7920
- id = sgqlc.types.Field(String, graphql_name='id')
7908
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7921
7909
  is_custom = sgqlc.types.Field(Boolean, graphql_name='isCustom')
7922
7910
  order = sgqlc.types.Field(Float, graphql_name='order')
7923
7911
  package_id = sgqlc.types.Field(String, graphql_name='packageId')
@@ -7938,8 +7926,8 @@ class PackageEntitlementMaxAggregate(sgqlc.types.Type):
7938
7926
  __schema__ = schema
7939
7927
  __field_names__ = ('created_at', 'environment_id', 'id', 'package_id', 'updated_at')
7940
7928
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7941
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7942
- id = sgqlc.types.Field(String, graphql_name='id')
7929
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7930
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7943
7931
  package_id = sgqlc.types.Field(String, graphql_name='packageId')
7944
7932
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
7945
7933
 
@@ -7948,8 +7936,8 @@ class PackageEntitlementMinAggregate(sgqlc.types.Type):
7948
7936
  __schema__ = schema
7949
7937
  __field_names__ = ('created_at', 'environment_id', 'id', 'package_id', 'updated_at')
7950
7938
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7951
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7952
- id = sgqlc.types.Field(String, graphql_name='id')
7939
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7940
+ id = sgqlc.types.Field(UUID, graphql_name='id')
7953
7941
  package_id = sgqlc.types.Field(String, graphql_name='packageId')
7954
7942
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
7955
7943
 
@@ -7965,7 +7953,7 @@ class PackageGroup(sgqlc.types.Type):
7965
7953
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
7966
7954
  description = sgqlc.types.Field(String, graphql_name='description')
7967
7955
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
7968
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
7956
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
7969
7957
  is_latest = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isLatest')
7970
7958
  package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
7971
7959
  product = sgqlc.types.Field(sgqlc.types.non_null('Product'), graphql_name='product')
@@ -7980,7 +7968,7 @@ class PackageGroupAggregateGroupBy(sgqlc.types.Type):
7980
7968
  __field_names__ = ('created_at', 'display_name', 'environment_id', 'is_latest', 'package_group_id', 'product_id', 'status', 'updated_at', 'version_number')
7981
7969
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7982
7970
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
7983
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7971
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7984
7972
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
7985
7973
  package_group_id = sgqlc.types.Field(String, graphql_name='packageGroupId')
7986
7974
  product_id = sgqlc.types.Field(String, graphql_name='productId')
@@ -8029,7 +8017,7 @@ class PackageGroupMaxAggregate(sgqlc.types.Type):
8029
8017
  __field_names__ = ('created_at', 'display_name', 'environment_id', 'package_group_id', 'product_id', 'status', 'updated_at', 'version_number')
8030
8018
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8031
8019
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8032
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8020
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8033
8021
  package_group_id = sgqlc.types.Field(String, graphql_name='packageGroupId')
8034
8022
  product_id = sgqlc.types.Field(String, graphql_name='productId')
8035
8023
  status = sgqlc.types.Field(PackageGroupStatus, graphql_name='status')
@@ -8042,7 +8030,7 @@ class PackageGroupMinAggregate(sgqlc.types.Type):
8042
8030
  __field_names__ = ('created_at', 'display_name', 'environment_id', 'package_group_id', 'product_id', 'status', 'updated_at', 'version_number')
8043
8031
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8044
8032
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8045
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8033
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8046
8034
  package_group_id = sgqlc.types.Field(String, graphql_name='packageGroupId')
8047
8035
  product_id = sgqlc.types.Field(String, graphql_name='productId')
8048
8036
  status = sgqlc.types.Field(PackageGroupStatus, graphql_name='status')
@@ -8266,9 +8254,9 @@ class Plan(sgqlc.types.Type):
8266
8254
  draft_summary = sgqlc.types.Field(PackageDraftSummary, graphql_name='draftSummary')
8267
8255
  entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PackageEntitlement)), graphql_name='entitlements')
8268
8256
  environment = sgqlc.types.Field(sgqlc.types.non_null(Environment), graphql_name='environment')
8269
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
8257
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
8270
8258
  hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
8271
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
8259
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
8272
8260
  inherited_entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PackageEntitlement)), graphql_name='inheritedEntitlements', args=sgqlc.types.ArgDict((
8273
8261
  ('include_overridden', sgqlc.types.Arg(Boolean, graphql_name='includeOverridden', default=False)),
8274
8262
  ))
@@ -8297,8 +8285,8 @@ class PlanAggregateGroupBy(sgqlc.types.Type):
8297
8285
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8298
8286
  description = sgqlc.types.Field(String, graphql_name='description')
8299
8287
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8300
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8301
- id = sgqlc.types.Field(String, graphql_name='id')
8288
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8289
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8302
8290
  is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
8303
8291
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
8304
8292
  product_id = sgqlc.types.Field(String, graphql_name='productId')
@@ -8362,7 +8350,7 @@ class PlanCompatiblePackageGroups(sgqlc.types.Type):
8362
8350
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
8363
8351
  description = sgqlc.types.Field(String, graphql_name='description')
8364
8352
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
8365
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
8353
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
8366
8354
  is_latest = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isLatest')
8367
8355
  options = sgqlc.types.Field(sgqlc.types.non_null(PlanCompatiblePackageGroupOptions), graphql_name='options')
8368
8356
  package_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='packageGroupId')
@@ -8413,8 +8401,8 @@ class PlanMaxAggregate(sgqlc.types.Type):
8413
8401
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8414
8402
  description = sgqlc.types.Field(String, graphql_name='description')
8415
8403
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8416
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8417
- id = sgqlc.types.Field(String, graphql_name='id')
8404
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8405
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8418
8406
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
8419
8407
  product_id = sgqlc.types.Field(String, graphql_name='productId')
8420
8408
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -8430,8 +8418,8 @@ class PlanMinAggregate(sgqlc.types.Type):
8430
8418
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8431
8419
  description = sgqlc.types.Field(String, graphql_name='description')
8432
8420
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8433
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8434
- id = sgqlc.types.Field(String, graphql_name='id')
8421
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8422
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8435
8423
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
8436
8424
  product_id = sgqlc.types.Field(String, graphql_name='productId')
8437
8425
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -8484,7 +8472,7 @@ class Price(sgqlc.types.Type):
8484
8472
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8485
8473
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
8486
8474
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
8487
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
8475
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
8488
8476
  is_override_price = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isOverridePrice')
8489
8477
  max_unit_quantity = sgqlc.types.Field(Float, graphql_name='maxUnitQuantity')
8490
8478
  min_unit_quantity = sgqlc.types.Field(Float, graphql_name='minUnitQuantity')
@@ -8506,7 +8494,7 @@ class PriceAggregateGroupBy(sgqlc.types.Type):
8506
8494
  billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
8507
8495
  billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
8508
8496
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8509
- id = sgqlc.types.Field(String, graphql_name='id')
8497
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8510
8498
  tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
8511
8499
 
8512
8500
 
@@ -8537,7 +8525,7 @@ class PriceDeleteResponse(sgqlc.types.Type):
8537
8525
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8538
8526
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
8539
8527
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
8540
- id = sgqlc.types.Field(String, graphql_name='id')
8528
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8541
8529
  max_unit_quantity = sgqlc.types.Field(Float, graphql_name='maxUnitQuantity')
8542
8530
  min_unit_quantity = sgqlc.types.Field(Float, graphql_name='minUnitQuantity')
8543
8531
  package_id = sgqlc.types.Field(String, graphql_name='packageId')
@@ -8580,7 +8568,7 @@ class PriceMaxAggregate(sgqlc.types.Type):
8580
8568
  billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
8581
8569
  billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
8582
8570
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8583
- id = sgqlc.types.Field(String, graphql_name='id')
8571
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8584
8572
  tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
8585
8573
 
8586
8574
 
@@ -8592,7 +8580,7 @@ class PriceMinAggregate(sgqlc.types.Type):
8592
8580
  billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
8593
8581
  billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
8594
8582
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8595
- id = sgqlc.types.Field(String, graphql_name='id')
8583
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8596
8584
  tiers_mode = sgqlc.types.Field(TiersMode, graphql_name='tiersMode')
8597
8585
 
8598
8586
 
@@ -8640,9 +8628,9 @@ class Product(sgqlc.types.Type):
8640
8628
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8641
8629
  downgrade_plan = sgqlc.types.Field(Plan, graphql_name='downgradePlan')
8642
8630
  environment = sgqlc.types.Field(Environment, graphql_name='environment')
8643
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
8631
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
8644
8632
  has_subscriptions = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasSubscriptions')
8645
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
8633
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
8646
8634
  is_default_product = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isDefaultProduct')
8647
8635
  multiple_subscriptions = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='multipleSubscriptions')
8648
8636
  plans = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Plan))), graphql_name='plans')
@@ -8661,8 +8649,8 @@ class ProductAggregateGroupBy(sgqlc.types.Type):
8661
8649
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8662
8650
  description = sgqlc.types.Field(String, graphql_name='description')
8663
8651
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8664
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8665
- id = sgqlc.types.Field(String, graphql_name='id')
8652
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8653
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8666
8654
  is_default_product = sgqlc.types.Field(Boolean, graphql_name='isDefaultProduct')
8667
8655
  multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
8668
8656
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
@@ -8710,7 +8698,7 @@ class ProductDeleteResponse(sgqlc.types.Type):
8710
8698
  description = sgqlc.types.Field(String, graphql_name='description')
8711
8699
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8712
8700
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8713
- id = sgqlc.types.Field(String, graphql_name='id')
8701
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8714
8702
  is_default_product = sgqlc.types.Field(Boolean, graphql_name='isDefaultProduct')
8715
8703
  multiple_subscriptions = sgqlc.types.Field(Boolean, graphql_name='multipleSubscriptions')
8716
8704
  plans = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(Plan)), graphql_name='plans')
@@ -8734,8 +8722,8 @@ class ProductMaxAggregate(sgqlc.types.Type):
8734
8722
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8735
8723
  description = sgqlc.types.Field(String, graphql_name='description')
8736
8724
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8737
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8738
- id = sgqlc.types.Field(String, graphql_name='id')
8725
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8726
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8739
8727
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
8740
8728
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
8741
8729
 
@@ -8748,8 +8736,8 @@ class ProductMinAggregate(sgqlc.types.Type):
8748
8736
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8749
8737
  description = sgqlc.types.Field(String, graphql_name='description')
8750
8738
  display_name = sgqlc.types.Field(String, graphql_name='displayName')
8751
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8752
- id = sgqlc.types.Field(String, graphql_name='id')
8739
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8740
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8753
8741
  ref_id = sgqlc.types.Field(String, graphql_name='refId')
8754
8742
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
8755
8743
 
@@ -8816,12 +8804,12 @@ class PromotionalEntitlement(sgqlc.types.Type):
8816
8804
  customer = sgqlc.types.Field(sgqlc.types.non_null(Customer), graphql_name='customer')
8817
8805
  description = sgqlc.types.Field(String, graphql_name='description')
8818
8806
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
8819
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
8807
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
8820
8808
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
8821
- feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
8809
+ feature_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureId')
8822
8810
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
8823
8811
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
8824
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
8812
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
8825
8813
  is_visible = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isVisible')
8826
8814
  meter = sgqlc.types.Field(Meter, graphql_name='meter')
8827
8815
  period = sgqlc.types.Field(sgqlc.types.non_null(PromotionalEntitlementPeriod), graphql_name='period')
@@ -8838,8 +8826,8 @@ class PromotionalEntitlementAggregateGroupBy(sgqlc.types.Type):
8838
8826
  __schema__ = schema
8839
8827
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'updated_at')
8840
8828
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8841
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8842
- id = sgqlc.types.Field(String, graphql_name='id')
8829
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8830
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8843
8831
  status = sgqlc.types.Field(PromotionalEntitlementStatus, graphql_name='status')
8844
8832
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
8845
8833
 
@@ -8868,11 +8856,11 @@ class PromotionalEntitlementDeleteResponse(sgqlc.types.Type):
8868
8856
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8869
8857
  description = sgqlc.types.Field(String, graphql_name='description')
8870
8858
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
8871
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8872
- feature_id = sgqlc.types.Field(String, graphql_name='featureId')
8859
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8860
+ feature_id = sgqlc.types.Field(UUID, graphql_name='featureId')
8873
8861
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
8874
8862
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
8875
- id = sgqlc.types.Field(String, graphql_name='id')
8863
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8876
8864
  is_visible = sgqlc.types.Field(Boolean, graphql_name='isVisible')
8877
8865
  period = sgqlc.types.Field(PromotionalEntitlementPeriod, graphql_name='period')
8878
8866
  reset_period = sgqlc.types.Field(EntitlementResetPeriod, graphql_name='resetPeriod')
@@ -8895,8 +8883,8 @@ class PromotionalEntitlementMaxAggregate(sgqlc.types.Type):
8895
8883
  __schema__ = schema
8896
8884
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'updated_at')
8897
8885
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8898
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8899
- id = sgqlc.types.Field(String, graphql_name='id')
8886
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8887
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8900
8888
  status = sgqlc.types.Field(PromotionalEntitlementStatus, graphql_name='status')
8901
8889
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
8902
8890
 
@@ -8905,8 +8893,8 @@ class PromotionalEntitlementMinAggregate(sgqlc.types.Type):
8905
8893
  __schema__ = schema
8906
8894
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'updated_at')
8907
8895
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
8908
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
8909
- id = sgqlc.types.Field(String, graphql_name='id')
8896
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
8897
+ id = sgqlc.types.Field(UUID, graphql_name='id')
8910
8898
  status = sgqlc.types.Field(PromotionalEntitlementStatus, graphql_name='status')
8911
8899
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
8912
8900
 
@@ -8965,7 +8953,7 @@ class Query(sgqlc.types.Type):
8965
8953
  ))
8966
8954
  )
8967
8955
  coupon = sgqlc.types.Field(Coupon, graphql_name='coupon', args=sgqlc.types.ArgDict((
8968
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
8956
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
8969
8957
  ))
8970
8958
  )
8971
8959
  coupons = sgqlc.types.Field(sgqlc.types.non_null(CouponConnection), graphql_name='coupons', args=sgqlc.types.ArgDict((
@@ -9035,7 +9023,7 @@ class Query(sgqlc.types.Type):
9035
9023
  ))
9036
9024
  )
9037
9025
  experiment = sgqlc.types.Field(Experiment, graphql_name='experiment', args=sgqlc.types.ArgDict((
9038
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
9026
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
9039
9027
  ))
9040
9028
  )
9041
9029
  experiments = sgqlc.types.Field(sgqlc.types.non_null(ExperimentConnection), graphql_name='experiments', args=sgqlc.types.ArgDict((
@@ -9103,7 +9091,7 @@ class Query(sgqlc.types.Type):
9103
9091
  ))
9104
9092
  )
9105
9093
  hook = sgqlc.types.Field(Hook, graphql_name='hook', args=sgqlc.types.ArgDict((
9106
- ('id', sgqlc.types.Arg(sgqlc.types.non_null(String), graphql_name='id', default=None)),
9094
+ ('id', sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name='id', default=None)),
9107
9095
  ))
9108
9096
  )
9109
9097
  hooks = sgqlc.types.Field(sgqlc.types.non_null(HookConnection), graphql_name='hooks', args=sgqlc.types.ArgDict((
@@ -9404,7 +9392,7 @@ class SubscriptionAddon(sgqlc.types.Type):
9404
9392
  addon = sgqlc.types.Field(sgqlc.types.non_null(Addon), graphql_name='addon')
9405
9393
  addon_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='addonId')
9406
9394
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9407
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9395
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
9408
9396
  price = sgqlc.types.Field(Price, graphql_name='price')
9409
9397
  quantity = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='quantity')
9410
9398
  subscription = sgqlc.types.Field(sgqlc.types.non_null(CustomerSubscription), graphql_name='subscription')
@@ -9415,7 +9403,7 @@ class SubscriptionAddonAggregateGroupBy(sgqlc.types.Type):
9415
9403
  __schema__ = schema
9416
9404
  __field_names__ = ('created_at', 'id', 'quantity', 'updated_at')
9417
9405
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9418
- id = sgqlc.types.Field(String, graphql_name='id')
9406
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9419
9407
  quantity = sgqlc.types.Field(Float, graphql_name='quantity')
9420
9408
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9421
9409
 
@@ -9446,7 +9434,7 @@ class SubscriptionAddonMaxAggregate(sgqlc.types.Type):
9446
9434
  __schema__ = schema
9447
9435
  __field_names__ = ('created_at', 'id', 'quantity', 'updated_at')
9448
9436
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9449
- id = sgqlc.types.Field(String, graphql_name='id')
9437
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9450
9438
  quantity = sgqlc.types.Field(Float, graphql_name='quantity')
9451
9439
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9452
9440
 
@@ -9455,7 +9443,7 @@ class SubscriptionAddonMinAggregate(sgqlc.types.Type):
9455
9443
  __schema__ = schema
9456
9444
  __field_names__ = ('created_at', 'id', 'quantity', 'updated_at')
9457
9445
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9458
- id = sgqlc.types.Field(String, graphql_name='id')
9446
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9459
9447
  quantity = sgqlc.types.Field(Float, graphql_name='quantity')
9460
9448
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9461
9449
 
@@ -9481,9 +9469,9 @@ class SubscriptionCoupon(sgqlc.types.Type):
9481
9469
  amounts_off = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(Money)), graphql_name='amountsOff')
9482
9470
  discount_value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='discountValue')
9483
9471
  duration_in_months = sgqlc.types.Field(Float, graphql_name='durationInMonths')
9484
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
9472
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
9485
9473
  expiration_date = sgqlc.types.Field(DateTime, graphql_name='expirationDate')
9486
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9474
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
9487
9475
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='name')
9488
9476
  percent_off = sgqlc.types.Field(Float, graphql_name='percentOff')
9489
9477
  ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
@@ -9497,12 +9485,12 @@ class SubscriptionEntitlement(sgqlc.types.Type):
9497
9485
  __field_names__ = ('created_at', 'description', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'id', 'meter', 'reset_period', 'reset_period_configuration', 'subscription', 'subscription_id', 'updated_at', 'usage_limit')
9498
9486
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9499
9487
  description = sgqlc.types.Field(String, graphql_name='description')
9500
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
9488
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
9501
9489
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
9502
9490
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
9503
9491
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
9504
9492
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
9505
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9493
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
9506
9494
  meter = sgqlc.types.Field(Meter, graphql_name='meter')
9507
9495
  reset_period = sgqlc.types.Field(EntitlementResetPeriod, graphql_name='resetPeriod')
9508
9496
  reset_period_configuration = sgqlc.types.Field('ResetPeriodConfiguration', graphql_name='resetPeriodConfiguration')
@@ -9516,8 +9504,8 @@ class SubscriptionEntitlementAggregateGroupBy(sgqlc.types.Type):
9516
9504
  __schema__ = schema
9517
9505
  __field_names__ = ('created_at', 'environment_id', 'id', 'subscription_id', 'updated_at')
9518
9506
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9519
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9520
- id = sgqlc.types.Field(String, graphql_name='id')
9507
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
9508
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9521
9509
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
9522
9510
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9523
9511
 
@@ -9550,8 +9538,8 @@ class SubscriptionEntitlementMaxAggregate(sgqlc.types.Type):
9550
9538
  __schema__ = schema
9551
9539
  __field_names__ = ('created_at', 'environment_id', 'id', 'subscription_id', 'updated_at')
9552
9540
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9553
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9554
- id = sgqlc.types.Field(String, graphql_name='id')
9541
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
9542
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9555
9543
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
9556
9544
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9557
9545
 
@@ -9560,8 +9548,8 @@ class SubscriptionEntitlementMinAggregate(sgqlc.types.Type):
9560
9548
  __schema__ = schema
9561
9549
  __field_names__ = ('created_at', 'environment_id', 'id', 'subscription_id', 'updated_at')
9562
9550
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9563
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9564
- id = sgqlc.types.Field(String, graphql_name='id')
9551
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
9552
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9565
9553
  subscription_id = sgqlc.types.Field(String, graphql_name='subscriptionId')
9566
9554
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9567
9555
 
@@ -9693,7 +9681,7 @@ class SubscriptionMigrationTask(sgqlc.types.Type):
9693
9681
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9694
9682
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
9695
9683
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
9696
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9684
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
9697
9685
  initiated_package_id = sgqlc.types.Field(String, graphql_name='initiatedPackageId')
9698
9686
  migrated_customers_count = sgqlc.types.Field(Int, graphql_name='migratedCustomersCount')
9699
9687
  packages = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(PackageDTO))), graphql_name='packages', args=sgqlc.types.ArgDict((
@@ -9712,7 +9700,7 @@ class SubscriptionMigrationTaskAggregateGroupBy(sgqlc.types.Type):
9712
9700
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
9713
9701
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9714
9702
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9715
- id = sgqlc.types.Field(String, graphql_name='id')
9703
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9716
9704
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
9717
9705
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
9718
9706
 
@@ -9746,7 +9734,7 @@ class SubscriptionMigrationTaskMaxAggregate(sgqlc.types.Type):
9746
9734
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
9747
9735
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9748
9736
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9749
- id = sgqlc.types.Field(String, graphql_name='id')
9737
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9750
9738
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
9751
9739
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
9752
9740
 
@@ -9756,7 +9744,7 @@ class SubscriptionMigrationTaskMinAggregate(sgqlc.types.Type):
9756
9744
  __field_names__ = ('created_at', 'environment_id', 'id', 'status', 'task_type')
9757
9745
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9758
9746
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
9759
- id = sgqlc.types.Field(String, graphql_name='id')
9747
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9760
9748
  status = sgqlc.types.Field(TaskStatus, graphql_name='status')
9761
9749
  task_type = sgqlc.types.Field(TaskType, graphql_name='taskType')
9762
9750
 
@@ -9872,7 +9860,7 @@ class SubscriptionPrice(sgqlc.types.Type):
9872
9860
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9873
9861
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
9874
9862
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
9875
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9863
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
9876
9864
  price = sgqlc.types.Field(Price, graphql_name='price')
9877
9865
  subscription = sgqlc.types.Field(sgqlc.types.non_null(CustomerSubscription), graphql_name='subscription')
9878
9866
  updated_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='updatedAt')
@@ -9886,7 +9874,7 @@ class SubscriptionPriceAggregateGroupBy(sgqlc.types.Type):
9886
9874
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9887
9875
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
9888
9876
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
9889
- id = sgqlc.types.Field(String, graphql_name='id')
9877
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9890
9878
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9891
9879
  usage_limit = sgqlc.types.Field(Float, graphql_name='usageLimit')
9892
9880
 
@@ -9922,7 +9910,7 @@ class SubscriptionPriceMaxAggregate(sgqlc.types.Type):
9922
9910
  billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
9923
9911
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9924
9912
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
9925
- id = sgqlc.types.Field(String, graphql_name='id')
9913
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9926
9914
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9927
9915
  usage_limit = sgqlc.types.Field(Float, graphql_name='usageLimit')
9928
9916
 
@@ -9933,7 +9921,7 @@ class SubscriptionPriceMinAggregate(sgqlc.types.Type):
9933
9921
  billing_model = sgqlc.types.Field(BillingModel, graphql_name='billingModel')
9934
9922
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
9935
9923
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
9936
- id = sgqlc.types.Field(String, graphql_name='id')
9924
+ id = sgqlc.types.Field(UUID, graphql_name='id')
9937
9925
  updated_at = sgqlc.types.Field(DateTime, graphql_name='updatedAt')
9938
9926
  usage_limit = sgqlc.types.Field(Float, graphql_name='usageLimit')
9939
9927
 
@@ -10236,7 +10224,7 @@ class UnsupportedVendorIdentifierError(sgqlc.types.Type):
10236
10224
  class UpdateEntitlementsOrderDTO(sgqlc.types.Type):
10237
10225
  __schema__ = schema
10238
10226
  __field_names__ = ('id', 'order')
10239
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
10227
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
10240
10228
  order = sgqlc.types.Field(Float, graphql_name='order')
10241
10229
 
10242
10230
 
@@ -10317,12 +10305,12 @@ class UsageMeasurement(sgqlc.types.Type):
10317
10305
  __field_names__ = ('created_at', 'customer', 'customer_id', 'environment', 'environment_id', 'feature', 'feature_id', 'id', 'value')
10318
10306
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
10319
10307
  customer = sgqlc.types.Field(sgqlc.types.non_null(Customer), graphql_name='customer')
10320
- customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
10308
+ customer_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='customerId')
10321
10309
  environment = sgqlc.types.Field(sgqlc.types.non_null(Environment), graphql_name='environment')
10322
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
10310
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
10323
10311
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
10324
- feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
10325
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
10312
+ feature_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureId')
10313
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
10326
10314
  value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='value')
10327
10315
 
10328
10316
 
@@ -10330,14 +10318,8 @@ class UsageMeasurementAggregateGroupBy(sgqlc.types.Type):
10330
10318
  __schema__ = schema
10331
10319
  __field_names__ = ('created_at', 'environment_id', 'id')
10332
10320
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10333
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
10334
- id = sgqlc.types.Field(String, graphql_name='id')
10335
-
10336
-
10337
- class UsageMeasurementAvgAggregate(sgqlc.types.Type):
10338
- __schema__ = schema
10339
- __field_names__ = ('id',)
10340
- id = sgqlc.types.Field(Float, graphql_name='id')
10321
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10322
+ id = sgqlc.types.Field(UUID, graphql_name='id')
10341
10323
 
10342
10324
 
10343
10325
  class UsageMeasurementConnection(sgqlc.types.relay.Connection):
@@ -10367,16 +10349,16 @@ class UsageMeasurementMaxAggregate(sgqlc.types.Type):
10367
10349
  __schema__ = schema
10368
10350
  __field_names__ = ('created_at', 'environment_id', 'id')
10369
10351
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10370
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
10371
- id = sgqlc.types.Field(String, graphql_name='id')
10352
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10353
+ id = sgqlc.types.Field(UUID, graphql_name='id')
10372
10354
 
10373
10355
 
10374
10356
  class UsageMeasurementMinAggregate(sgqlc.types.Type):
10375
10357
  __schema__ = schema
10376
10358
  __field_names__ = ('created_at', 'environment_id', 'id')
10377
10359
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
10378
- environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
10379
- id = sgqlc.types.Field(String, graphql_name='id')
10360
+ environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
10361
+ id = sgqlc.types.Field(UUID, graphql_name='id')
10380
10362
 
10381
10363
 
10382
10364
  class UsageMeasurementPoint(sgqlc.types.Type):
@@ -10387,19 +10369,13 @@ class UsageMeasurementPoint(sgqlc.types.Type):
10387
10369
  value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='value')
10388
10370
 
10389
10371
 
10390
- class UsageMeasurementSumAggregate(sgqlc.types.Type):
10391
- __schema__ = schema
10392
- __field_names__ = ('id',)
10393
- id = sgqlc.types.Field(Float, graphql_name='id')
10394
-
10395
-
10396
10372
  class UsageMeasurementUpdated(sgqlc.types.Type):
10397
10373
  __schema__ = schema
10398
10374
  __field_names__ = ('account_id', 'current_usage', 'customer_id', 'environment_id', 'feature_id', 'next_reset_date', 'resource_id', 'usage_period_end', 'usage_period_start')
10399
10375
  account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='accountId')
10400
10376
  current_usage = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='currentUsage')
10401
10377
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
10402
- environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
10378
+ environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
10403
10379
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
10404
10380
  next_reset_date = sgqlc.types.Field(Float, graphql_name='nextResetDate')
10405
10381
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
@@ -10415,7 +10391,7 @@ class UsageMeasurementWithCurrentUsage(sgqlc.types.Type):
10415
10391
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
10416
10392
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
10417
10393
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
10418
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
10394
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
10419
10395
  next_reset_date = sgqlc.types.Field(DateTime, graphql_name='nextResetDate')
10420
10396
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
10421
10397
  timestamp = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='timestamp')
@@ -10436,7 +10412,7 @@ class User(sgqlc.types.Type):
10436
10412
  __field_names__ = ('department', 'email', 'id', 'last_seen_at', 'memberships', 'name', 'profile_image_url', 'support_chat_token')
10437
10413
  department = sgqlc.types.Field(Department, graphql_name='department')
10438
10414
  email = sgqlc.types.Field(String, graphql_name='email')
10439
- id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
10415
+ id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
10440
10416
  last_seen_at = sgqlc.types.Field(DateTime, graphql_name='lastSeenAt')
10441
10417
  memberships = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Member))), graphql_name='memberships')
10442
10418
  name = sgqlc.types.Field(String, graphql_name='name')