stigg-api-client 1.175.0__py3-none-any.whl → 1.177.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
@@ -143,6 +143,11 @@ class DiscountType(sgqlc.types.Enum):
143
143
  __choices__ = ('FIXED', 'PERCENTAGE')
144
144
 
145
145
 
146
+ class EntitlementBehavior(sgqlc.types.Enum):
147
+ __schema__ = schema
148
+ __choices__ = ('Increment', 'Override')
149
+
150
+
146
151
  class EntitlementResetPeriod(sgqlc.types.Enum):
147
152
  __schema__ = schema
148
153
  __choices__ = ('DAY', 'HOUR', 'MONTH', 'WEEK', 'YEAR')
@@ -170,7 +175,7 @@ class EnvironmentType(sgqlc.types.Enum):
170
175
 
171
176
  class ErrorCode(sgqlc.types.Enum):
172
177
  __schema__ = schema
173
- __choices__ = ('AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementUsageOutOfRangeError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'FreePlanCantHaveCompatiblePackageGroupError', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'MissingSubscriptionInvoiceError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackageGroupMinItemsError', 'PackageGroupNotFound', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionInvoiceStatusError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier', 'UsageMeasurementDiffOutOfRangeError')
178
+ __choices__ = ('AccountNotFoundError', 'AddonDependencyMissingError', 'AddonHasToHavePriceError', 'AddonNotFound', 'AddonQuantityExceedsLimitError', 'AddonWithDraftCannotBeDeletedError', 'AmountTooLarge', 'ArchivedCouponCantBeApplied', 'AuthCustomerMismatch', 'AwsMarketplaceIntegrationError', 'AwsMarketplaceIntegrationValidationError', 'BadUserInput', 'BillingIntegrationMissing', 'BillingPeriodMissingError', 'CannotAddOverrideEntitlementToPlan', 'CannotArchiveFeatureError', 'CannotDeleteCustomerError', 'CannotDeleteFeatureError', 'CannotDeleteProductError', 'CannotEditPackageInNonDraftMode', 'CannotRemovePaymentMethodFromCustomerError', 'CannotReportUsageForEntitlementWithMeterError', 'CannotUpsertToPackageThatHasDraft', 'CheckoutIsNotSupported', 'CouponNotFound', 'CustomerAlreadyHaveCustomerCoupon', 'CustomerAlreadyUsesCoupon', 'CustomerHasNoEmailAddress', 'CustomerNoBillingId', 'CustomerNotFound', 'CustomerResourceNotFound', 'DowngradeBillingPeriodNotSupportedError', 'DraftPlanCantBeArchived', 'DuplicateAddonProvisionedError', 'DuplicateProductValidationError', 'DuplicatedEntityNotAllowed', 'EditAllowedOnDraftPackageOnlyError', 'EntitlementLimitExceededError', 'EntitlementUsageOutOfRangeError', 'EntitlementsMustBelongToSamePackage', 'EntityIdDifferentFromRefIdError', 'EntityIsArchivedError', 'EnvironmentMissing', 'ExperimentAlreadyRunning', 'ExperimentNotFoundError', 'ExperimentStatusError', 'FailedToCreateCheckoutSessionError', 'FailedToImportCustomer', 'FeatureNotFound', 'FetchAllCountriesPricesNotAllowed', 'FreePlanCantHaveCompatiblePackageGroupError', 'IdentityForbidden', 'ImportAlreadyInProgress', 'ImportSubscriptionsBulkError', 'InitStripePaymentMethodError', 'IntegrationNotFound', 'IntegrationValidationError', 'IntegrityViolation', 'InvalidAddressError', 'InvalidArgumentError', 'InvalidCancellationDate', 'InvalidEntitlementResetPeriod', 'InvalidMemberDelete', 'InvalidMetadataError', 'InvalidQuantity', 'InvalidSubscriptionStatus', 'InvalidUpdatePriceUnitAmountError', 'MemberInvitationError', 'MemberNotFound', 'MergeEnvironmentValidationError', 'MeterMustBeAssociatedToMeteredFeature', 'MeteringNotAvailableForFeatureType', 'MissingEntityIdError', 'MissingSubscriptionInvoiceError', 'NoFeatureEntitlementInSubscription', 'NoProductsAvailable', 'OperationNotAllowedDuringInProgressExperiment', 'PackageAlreadyPublished', 'PackageGroupMinItemsError', 'PackageGroupNotFound', 'PackagePricingTypeNotSet', 'PaymentMethodNotFoundError', 'PlanCannotBePublishWhenBasePlanIsDraft', 'PlanCannotBePublishWhenCompatibleAddonIsDraft', 'PlanIsUsedAsDefaultStartPlan', 'PlanIsUsedAsDowngradePlan', 'PlanNotFound', 'PlanWithChildCantBeDeleted', 'PlansCircularDependencyError', 'PriceNotFound', 'ProductNotFoundError', 'PromotionCodeCustomerNotFirstPurchase', 'PromotionCodeMaxRedemptionsReached', 'PromotionCodeMinimumAmountNotReached', 'PromotionCodeNotActive', 'PromotionCodeNotForCustomer', 'PromotionCodeNotFound', 'PromotionalEntitlementNotFoundError', 'RateLimitExceeded', 'RecalculateEntitlementsError', 'ResyncAlreadyInProgress', 'ScheduledMigrationAlreadyExistsError', 'SelectedBillingModelDoesntMatchImportedItemError', 'StripeCustomerIsDeleted', 'StripeError', 'SubscriptionAlreadyCanceledOrExpired', 'SubscriptionAlreadyOnLatestPlanError', 'SubscriptionInvoiceStatusError', 'SubscriptionMustHaveSinglePlanError', 'SubscriptionNotFound', 'TooManySubscriptionsPerCustomer', 'TrialMinDateError', 'TrialMustBeCancelledImmediately', 'UnPublishedPackage', 'Unauthenticated', 'UncompatibleSubscriptionAddon', 'UnexpectedError', 'UnsupportedFeatureType', 'UnsupportedSubscriptionScheduleType', 'UnsupportedVendorIdentifier', 'UsageMeasurementDiffOutOfRangeError')
174
179
 
175
180
 
176
181
  class EventLogType(sgqlc.types.Enum):
@@ -497,7 +502,7 @@ class UsageUpdateBehavior(sgqlc.types.Enum):
497
502
 
498
503
  class VendorIdentifier(sgqlc.types.Enum):
499
504
  __schema__ = schema
500
- __choices__ = ('AWS_MARKETPLACE', 'HUBSPOT', 'SALESFORCE', 'SNOWFLAKE', 'STRIPE', 'ZUORA')
505
+ __choices__ = ('AWS_MARKETPLACE', 'BIG_QUERY', 'HUBSPOT', 'SALESFORCE', 'SNOWFLAKE', 'STRIPE', 'ZUORA')
501
506
 
502
507
 
503
508
  class WeeklyAccordingTo(sgqlc.types.Enum):
@@ -715,6 +720,19 @@ class AwsMarketplaceCredentialsInput(sgqlc.types.Input):
715
720
  aws_role_arn = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='awsRoleArn')
716
721
 
717
722
 
723
+ class BigQueryCredentialsInput(sgqlc.types.Input):
724
+ __schema__ = schema
725
+ __field_names__ = ('credentials_json', 'dataset_id', 'dataset_location', 'gcs_bucket_name', 'gcs_bucket_path', 'hmac_key_access_id', 'hmac_key_secret', 'project_id')
726
+ credentials_json = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='credentialsJson')
727
+ dataset_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='datasetId')
728
+ dataset_location = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='datasetLocation')
729
+ gcs_bucket_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='gcsBucketName')
730
+ gcs_bucket_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='gcsBucketPath')
731
+ hmac_key_access_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='hmacKeyAccessId')
732
+ hmac_key_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='hmacKeySecret')
733
+ project_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='projectId')
734
+
735
+
718
736
  class BillableFeatureInput(sgqlc.types.Input):
719
737
  __schema__ = schema
720
738
  __field_names__ = ('feature_id', 'quantity')
@@ -1012,8 +1030,9 @@ class CreateHook(sgqlc.types.Input):
1012
1030
 
1013
1031
  class CreateIntegrationInput(sgqlc.types.Input):
1014
1032
  __schema__ = schema
1015
- __field_names__ = ('aws_marketplace_credentials', 'environment_id', 'hubspot_credentials', 'salesforce_credentials', 'snowflake_credentials', 'stripe_credentials', 'vendor_identifier', 'zuora_credentials')
1033
+ __field_names__ = ('aws_marketplace_credentials', 'big_query_credentials', 'environment_id', 'hubspot_credentials', 'salesforce_credentials', 'snowflake_credentials', 'stripe_credentials', 'vendor_identifier', 'zuora_credentials')
1016
1034
  aws_marketplace_credentials = sgqlc.types.Field(AwsMarketplaceCredentialsInput, graphql_name='awsMarketplaceCredentials')
1035
+ big_query_credentials = sgqlc.types.Field(BigQueryCredentialsInput, graphql_name='bigQueryCredentials')
1017
1036
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
1018
1037
  hubspot_credentials = sgqlc.types.Field('HubspotCredentialsInput', graphql_name='hubspotCredentials')
1019
1038
  salesforce_credentials = sgqlc.types.Field('SalesforceCredentialsInput', graphql_name='salesforceCredentials')
@@ -2277,7 +2296,8 @@ class NumberFieldComparisonBetween(sgqlc.types.Input):
2277
2296
 
2278
2297
  class OverageEntitlementCreateInput(sgqlc.types.Input):
2279
2298
  __schema__ = schema
2280
- __field_names__ = ('description', 'display_name_override', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2299
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2300
+ behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2281
2301
  description = sgqlc.types.Field(String, graphql_name='description')
2282
2302
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2283
2303
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
@@ -2384,7 +2404,8 @@ class PackageEntitlementFilterPackageDTOFilter(sgqlc.types.Input):
2384
2404
 
2385
2405
  class PackageEntitlementInput(sgqlc.types.Input):
2386
2406
  __schema__ = schema
2387
- __field_names__ = ('description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'package_id', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2407
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'package_id', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2408
+ behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2388
2409
  description = sgqlc.types.Field(String, graphql_name='description')
2389
2410
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2390
2411
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
@@ -2412,7 +2433,8 @@ class PackageEntitlementSort(sgqlc.types.Input):
2412
2433
 
2413
2434
  class PackageEntitlementUpdateInput(sgqlc.types.Input):
2414
2435
  __schema__ = schema
2415
- __field_names__ = ('description', 'display_name_override', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2436
+ __field_names__ = ('behavior', 'description', 'display_name_override', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_custom', 'monthly_reset_period_configuration', 'order', 'reset_period', 'usage_limit', 'weekly_reset_period_configuration', 'yearly_reset_period_configuration')
2437
+ behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
2416
2438
  description = sgqlc.types.Field(String, graphql_name='description')
2417
2439
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
2418
2440
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
@@ -4500,6 +4522,21 @@ class BasePlanChange(sgqlc.types.Type):
4500
4522
  change_type = sgqlc.types.Field(ChangeType, graphql_name='changeType')
4501
4523
 
4502
4524
 
4525
+ class BigQueryCredentials(sgqlc.types.Type):
4526
+ __schema__ = schema
4527
+ __field_names__ = ('airbyte_connection_id', 'airbyte_destination_id', 'credentials_json', 'dataset_id', 'dataset_location', 'gcs_bucket_name', 'gcs_bucket_path', 'hmac_key_access_id', 'hmac_key_secret', 'project_id')
4528
+ airbyte_connection_id = sgqlc.types.Field(String, graphql_name='airbyteConnectionId')
4529
+ airbyte_destination_id = sgqlc.types.Field(String, graphql_name='airbyteDestinationId')
4530
+ credentials_json = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='credentialsJson')
4531
+ dataset_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='datasetId')
4532
+ dataset_location = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='datasetLocation')
4533
+ gcs_bucket_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='gcsBucketName')
4534
+ gcs_bucket_path = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='gcsBucketPath')
4535
+ hmac_key_access_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='hmacKeyAccessId')
4536
+ hmac_key_secret = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='hmacKeySecret')
4537
+ project_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='projectId')
4538
+
4539
+
4503
4540
  class BillableFeature(sgqlc.types.Type):
4504
4541
  __schema__ = schema
4505
4542
  __field_names__ = ('feature_id', 'quantity')
@@ -6917,7 +6954,8 @@ class PackageDraftSummary(sgqlc.types.Type):
6917
6954
 
6918
6955
  class PackageEntitlement(sgqlc.types.Type):
6919
6956
  __schema__ = schema
6920
- __field_names__ = ('created_at', 'description', 'display_name_override', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
6957
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
6958
+ behavior = sgqlc.types.Field(sgqlc.types.non_null(EntitlementBehavior), graphql_name='behavior')
6921
6959
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6922
6960
  description = sgqlc.types.Field(String, graphql_name='description')
6923
6961
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
@@ -6977,7 +7015,8 @@ class PackageEntitlementCountAggregate(sgqlc.types.Type):
6977
7015
 
6978
7016
  class PackageEntitlementDeleteResponse(sgqlc.types.Type):
6979
7017
  __schema__ = schema
6980
- __field_names__ = ('created_at', 'description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7018
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7019
+ behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
6981
7020
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
6982
7021
  description = sgqlc.types.Field(String, graphql_name='description')
6983
7022
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
@@ -9171,7 +9210,7 @@ class experimentInfo(sgqlc.types.Type):
9171
9210
  ########################################################################
9172
9211
  class Credentials(sgqlc.types.Union):
9173
9212
  __schema__ = schema
9174
- __types__ = (AwsMarketplaceCredentials, HubspotCredentials, SalesforceCredentials, SnowflakeCredentials, StripeCredentials, ZuoraCredentials)
9213
+ __types__ = (AwsMarketplaceCredentials, BigQueryCredentials, HubspotCredentials, SalesforceCredentials, SnowflakeCredentials, StripeCredentials, ZuoraCredentials)
9175
9214
 
9176
9215
 
9177
9216
  class ResetPeriodConfiguration(sgqlc.types.Union):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.175.0
3
+ Version: 1.177.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
2
  stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
3
  stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  stigg/generated/operations.py,sha256=mA401xlRgdYJDGJORvOQi89zw69K1dFQtkdVvGMzFBQ,68731
5
- stigg/generated/schema.py,sha256=jB4s2fnYOVvfwO_qnUWng_Vdy_SWOuTlNk9EU0YvYOE,584457
6
- stigg_api_client-1.175.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.175.0.dist-info/METADATA,sha256=ZmRI3wkZ5XhCa4ALhA2VyfFFt8EaiJcp0ZPpUtdKdU8,3198
8
- stigg_api_client-1.175.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.175.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=FGdyNhN6rMZjcinRSELgLlhHrZk7A0Lmbz0Yewo_HgY,587561
6
+ stigg_api_client-1.177.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.177.0.dist-info/METADATA,sha256=-f7GVlLe_2VHV_jciCYjoXVV4SH8ZZF0QA-kNlwKKGA,3198
8
+ stigg_api_client-1.177.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.177.0.dist-info/RECORD,,