stigg-api-client-v2 2.336.0__py3-none-any.whl → 2.341.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-v2 might be problematic. Click here for more details.
- stigg/generated/__init__.py +6 -0
- stigg/generated/fragments.py +318 -318
- stigg/generated/input_types.py +19 -0
- {stigg_api_client_v2-2.336.0.dist-info → stigg_api_client_v2-2.341.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.336.0.dist-info → stigg_api_client_v2-2.341.0.dist-info}/RECORD +7 -7
- {stigg_api_client_v2-2.336.0.dist-info → stigg_api_client_v2-2.341.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.336.0.dist-info → stigg_api_client_v2-2.341.0.dist-info}/WHEEL +0 -0
stigg/generated/__init__.py
CHANGED
|
@@ -608,6 +608,7 @@ from .input_types import (
|
|
|
608
608
|
CreateOneProductInput,
|
|
609
609
|
CreateOrUpdateAwsMarketplaceProductInput,
|
|
610
610
|
CreatePackageGroup,
|
|
611
|
+
CreateWorkflowTriggerInput,
|
|
611
612
|
CursorPaging,
|
|
612
613
|
CustomerBillingInfo,
|
|
613
614
|
CustomerFilter,
|
|
@@ -643,6 +644,7 @@ from .input_types import (
|
|
|
643
644
|
DeleteOnePriceInput,
|
|
644
645
|
DeleteOneProductInput,
|
|
645
646
|
DeleteOnePromotionalEntitlementInput,
|
|
647
|
+
DeleteWorkflowTriggerInput,
|
|
646
648
|
DetachCustomerPaymentMethodInput,
|
|
647
649
|
DimensionsMappingInput,
|
|
648
650
|
DiscardPackageDraftInput,
|
|
@@ -691,6 +693,7 @@ from .input_types import (
|
|
|
691
693
|
GetPaywallInput,
|
|
692
694
|
GetSubscriptionInput,
|
|
693
695
|
GetWidgetConfigurationInput,
|
|
696
|
+
GetWorkflowTriggersInput,
|
|
694
697
|
GrantPromotionalEntitlementInput,
|
|
695
698
|
GrantPromotionalEntitlementsInput,
|
|
696
699
|
HookFilter,
|
|
@@ -1053,6 +1056,7 @@ __all__ = [
|
|
|
1053
1056
|
"CreatePackageGroup",
|
|
1054
1057
|
"CreateSubscription",
|
|
1055
1058
|
"CreateSubscriptionCreateSubscription",
|
|
1059
|
+
"CreateWorkflowTriggerInput",
|
|
1056
1060
|
"Currency",
|
|
1057
1061
|
"CursorPaging",
|
|
1058
1062
|
"CustomerBillingInfo",
|
|
@@ -1155,6 +1159,7 @@ __all__ = [
|
|
|
1155
1159
|
"DeleteOnePriceInput",
|
|
1156
1160
|
"DeleteOneProductInput",
|
|
1157
1161
|
"DeleteOnePromotionalEntitlementInput",
|
|
1162
|
+
"DeleteWorkflowTriggerInput",
|
|
1158
1163
|
"Department",
|
|
1159
1164
|
"DetachCustomerPaymentMethod",
|
|
1160
1165
|
"DetachCustomerPaymentMethodDetachCustomerPaymentMethod",
|
|
@@ -1281,6 +1286,7 @@ __all__ = [
|
|
|
1281
1286
|
"GetUsageHistoryV2",
|
|
1282
1287
|
"GetUsageHistoryV2UsageHistoryV2",
|
|
1283
1288
|
"GetWidgetConfigurationInput",
|
|
1289
|
+
"GetWorkflowTriggersInput",
|
|
1284
1290
|
"GrantPromotionalEntitlementInput",
|
|
1285
1291
|
"GrantPromotionalEntitlements",
|
|
1286
1292
|
"GrantPromotionalEntitlementsGrantPromotionalEntitlements",
|
stigg/generated/fragments.py
CHANGED
|
@@ -59,39 +59,6 @@ class AddonDependencyFragment(BaseModel):
|
|
|
59
59
|
description: Optional[str] = Field(default=None)
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
class PackageEntitlementFragment(BaseModel):
|
|
63
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
64
|
-
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
65
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
66
|
-
feature_id: str = Field(alias="featureId")
|
|
67
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
68
|
-
alias="resetPeriod", default=None
|
|
69
|
-
)
|
|
70
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
71
|
-
alias="hiddenFromWidgets", default=None
|
|
72
|
-
)
|
|
73
|
-
is_custom: Optional[bool] = Field(alias="isCustom", default=None)
|
|
74
|
-
display_name_override: Optional[str] = Field(
|
|
75
|
-
alias="displayNameOverride", default=None
|
|
76
|
-
)
|
|
77
|
-
feature: "PackageEntitlementFragmentFeature"
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
class PackageEntitlementFragmentFeature(BaseModel):
|
|
81
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
82
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
83
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
84
|
-
feature_units_plural: Optional[str] = Field(
|
|
85
|
-
alias="featureUnitsPlural", default=None
|
|
86
|
-
)
|
|
87
|
-
display_name: str = Field(alias="displayName")
|
|
88
|
-
description: Optional[str] = Field(default=None)
|
|
89
|
-
ref_id: str = Field(alias="refId")
|
|
90
|
-
additional_meta_data: Optional[Any] = Field(
|
|
91
|
-
alias="additionalMetaData", default=None
|
|
92
|
-
)
|
|
93
|
-
|
|
94
|
-
|
|
95
62
|
class PriceTierFragment(BaseModel):
|
|
96
63
|
up_to: Optional[float] = Field(alias="upTo", default=None)
|
|
97
64
|
unit_price: Optional["PriceTierFragmentUnitPrice"] = Field(
|
|
@@ -144,6 +111,39 @@ class OveragePriceFragmentFeature(BaseModel):
|
|
|
144
111
|
description: Optional[str] = Field(default=None)
|
|
145
112
|
|
|
146
113
|
|
|
114
|
+
class PackageEntitlementFragment(BaseModel):
|
|
115
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
116
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
117
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
118
|
+
feature_id: str = Field(alias="featureId")
|
|
119
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
120
|
+
alias="resetPeriod", default=None
|
|
121
|
+
)
|
|
122
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
123
|
+
alias="hiddenFromWidgets", default=None
|
|
124
|
+
)
|
|
125
|
+
is_custom: Optional[bool] = Field(alias="isCustom", default=None)
|
|
126
|
+
display_name_override: Optional[str] = Field(
|
|
127
|
+
alias="displayNameOverride", default=None
|
|
128
|
+
)
|
|
129
|
+
feature: "PackageEntitlementFragmentFeature"
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class PackageEntitlementFragmentFeature(BaseModel):
|
|
133
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
134
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
135
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
136
|
+
feature_units_plural: Optional[str] = Field(
|
|
137
|
+
alias="featureUnitsPlural", default=None
|
|
138
|
+
)
|
|
139
|
+
display_name: str = Field(alias="displayName")
|
|
140
|
+
description: Optional[str] = Field(default=None)
|
|
141
|
+
ref_id: str = Field(alias="refId")
|
|
142
|
+
additional_meta_data: Optional[Any] = Field(
|
|
143
|
+
alias="additionalMetaData", default=None
|
|
144
|
+
)
|
|
145
|
+
|
|
146
|
+
|
|
147
147
|
class PriceFragment(BaseModel):
|
|
148
148
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
149
149
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -219,6 +219,38 @@ class CustomerResourceFragment(BaseModel):
|
|
|
219
219
|
resource_id: str = Field(alias="resourceId")
|
|
220
220
|
|
|
221
221
|
|
|
222
|
+
class SlimCustomerFragment(BaseModel):
|
|
223
|
+
id: str
|
|
224
|
+
name: Optional[str] = Field(default=None)
|
|
225
|
+
email: Optional[str] = Field(default=None)
|
|
226
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
227
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
228
|
+
ref_id: str = Field(alias="refId")
|
|
229
|
+
customer_id: str = Field(alias="customerId")
|
|
230
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
231
|
+
additional_meta_data: Optional[Any] = Field(
|
|
232
|
+
alias="additionalMetaData", default=None
|
|
233
|
+
)
|
|
234
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
235
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
236
|
+
)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
class TotalPriceFragment(BaseModel):
|
|
240
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
241
|
+
total: "TotalPriceFragmentTotal"
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
245
|
+
amount: float
|
|
246
|
+
currency: Currency
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
250
|
+
amount: float
|
|
251
|
+
currency: Currency
|
|
252
|
+
|
|
253
|
+
|
|
222
254
|
class SubscriptionScheduledUpdateData(BaseModel):
|
|
223
255
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
224
256
|
alias="subscriptionScheduleType"
|
|
@@ -381,173 +413,124 @@ class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
|
381
413
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
382
414
|
|
|
383
415
|
|
|
384
|
-
class
|
|
385
|
-
|
|
386
|
-
alias="subscriptionScheduleType"
|
|
387
|
-
)
|
|
388
|
-
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
389
|
-
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
390
|
-
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
391
|
-
alias="targetPackage", default=None
|
|
392
|
-
)
|
|
393
|
-
schedule_variables: Optional[
|
|
394
|
-
Annotated[
|
|
395
|
-
Union[
|
|
396
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
397
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
398
|
-
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
399
|
-
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
400
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
401
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
402
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
403
|
-
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
404
|
-
],
|
|
405
|
-
Field(discriminator="typename__"),
|
|
406
|
-
]
|
|
407
|
-
] = Field(alias="scheduleVariables", default=None)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
411
|
-
id: str
|
|
412
|
-
ref_id: str = Field(alias="refId")
|
|
416
|
+
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
417
|
+
package_group_id: str = Field(alias="packageGroupId")
|
|
413
418
|
display_name: str = Field(alias="displayName")
|
|
419
|
+
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
420
|
+
default=None
|
|
421
|
+
)
|
|
422
|
+
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
414
423
|
|
|
415
424
|
|
|
416
|
-
class
|
|
417
|
-
|
|
418
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
419
|
-
new_quantity: float = Field(alias="newQuantity")
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
423
|
-
BaseModel
|
|
424
|
-
):
|
|
425
|
-
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
426
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
427
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
425
|
+
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
426
|
+
pass
|
|
428
427
|
|
|
429
428
|
|
|
430
|
-
class
|
|
431
|
-
|
|
432
|
-
)
|
|
433
|
-
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
434
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
429
|
+
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
430
|
+
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
431
|
+
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
435
432
|
|
|
436
433
|
|
|
437
|
-
class
|
|
438
|
-
|
|
434
|
+
class ProductFragment(BaseModel):
|
|
435
|
+
ref_id: str = Field(alias="refId")
|
|
436
|
+
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
437
|
+
description: Optional[str] = Field(default=None)
|
|
438
|
+
additional_meta_data: Optional[Any] = Field(
|
|
439
|
+
alias="additionalMetaData", default=None
|
|
440
|
+
)
|
|
441
|
+
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
439
442
|
|
|
440
443
|
|
|
441
|
-
class
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
billable_features: Optional[
|
|
446
|
-
List[
|
|
447
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
448
|
-
]
|
|
449
|
-
] = Field(alias="billableFeatures", default=None)
|
|
450
|
-
addons: Optional[
|
|
451
|
-
List[
|
|
452
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
453
|
-
]
|
|
454
|
-
] = Field(default=None)
|
|
455
|
-
price_overrides: Optional[
|
|
456
|
-
List[
|
|
457
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
458
|
-
]
|
|
459
|
-
] = Field(alias="priceOverrides", default=None)
|
|
444
|
+
class ProductFragmentProductSettings(BaseModel):
|
|
445
|
+
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
446
|
+
alias="downgradePlan", default=None
|
|
447
|
+
)
|
|
460
448
|
|
|
461
449
|
|
|
462
|
-
class
|
|
463
|
-
|
|
464
|
-
)
|
|
465
|
-
feature_id: str = Field(alias="featureId")
|
|
466
|
-
quantity: float
|
|
450
|
+
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
451
|
+
ref_id: str = Field(alias="refId")
|
|
452
|
+
display_name: str = Field(alias="displayName")
|
|
467
453
|
|
|
468
454
|
|
|
469
|
-
class
|
|
470
|
-
|
|
471
|
-
)
|
|
472
|
-
|
|
473
|
-
|
|
455
|
+
class PlanFragment(BaseModel):
|
|
456
|
+
id: str
|
|
457
|
+
ref_id: str = Field(alias="refId")
|
|
458
|
+
display_name: str = Field(alias="displayName")
|
|
459
|
+
description: Optional[str] = Field(default=None)
|
|
460
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
461
|
+
version_number: int = Field(alias="versionNumber")
|
|
462
|
+
additional_meta_data: Optional[Any] = Field(
|
|
463
|
+
alias="additionalMetaData", default=None
|
|
464
|
+
)
|
|
465
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
466
|
+
alias="hiddenFromWidgets", default=None
|
|
467
|
+
)
|
|
468
|
+
product: "PlanFragmentProduct"
|
|
469
|
+
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
470
|
+
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
471
|
+
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
472
|
+
alias="inheritedEntitlements", default=None
|
|
473
|
+
)
|
|
474
|
+
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
475
|
+
alias="compatibleAddons", default=None
|
|
476
|
+
)
|
|
477
|
+
compatible_package_groups: Optional[
|
|
478
|
+
List["PlanFragmentCompatiblePackageGroups"]
|
|
479
|
+
] = Field(alias="compatiblePackageGroups", default=None)
|
|
480
|
+
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
481
|
+
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
482
|
+
alias="overagePrices", default=None
|
|
483
|
+
)
|
|
484
|
+
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
485
|
+
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
486
|
+
alias="defaultTrialConfig", default=None
|
|
487
|
+
)
|
|
474
488
|
|
|
475
489
|
|
|
476
|
-
class
|
|
477
|
-
|
|
478
|
-
):
|
|
479
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
480
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
481
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
490
|
+
class PlanFragmentProduct(ProductFragment):
|
|
491
|
+
pass
|
|
482
492
|
|
|
483
493
|
|
|
484
|
-
class
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
change_type: PlanChangeType = Field(alias="changeType")
|
|
488
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
489
|
-
billable_features: Optional[
|
|
490
|
-
List[
|
|
491
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
492
|
-
]
|
|
493
|
-
] = Field(alias="billableFeatures", default=None)
|
|
494
|
-
addons: Optional[
|
|
495
|
-
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
496
|
-
] = Field(default=None)
|
|
497
|
-
price_overrides: Optional[
|
|
498
|
-
List[
|
|
499
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
500
|
-
]
|
|
501
|
-
] = Field(alias="priceOverrides", default=None)
|
|
494
|
+
class PlanFragmentBasePlan(BaseModel):
|
|
495
|
+
ref_id: str = Field(alias="refId")
|
|
496
|
+
display_name: str = Field(alias="displayName")
|
|
502
497
|
|
|
503
498
|
|
|
504
|
-
class
|
|
505
|
-
|
|
506
|
-
):
|
|
507
|
-
feature_id: str = Field(alias="featureId")
|
|
508
|
-
quantity: float
|
|
499
|
+
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
500
|
+
pass
|
|
509
501
|
|
|
510
502
|
|
|
511
|
-
class
|
|
512
|
-
|
|
513
|
-
quantity: float
|
|
503
|
+
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
504
|
+
pass
|
|
514
505
|
|
|
515
506
|
|
|
516
|
-
class
|
|
517
|
-
|
|
518
|
-
):
|
|
519
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
520
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
521
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
507
|
+
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
508
|
+
pass
|
|
522
509
|
|
|
523
510
|
|
|
524
|
-
class
|
|
525
|
-
|
|
526
|
-
):
|
|
527
|
-
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
528
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
529
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
511
|
+
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
512
|
+
pass
|
|
530
513
|
|
|
531
514
|
|
|
532
|
-
class
|
|
533
|
-
|
|
534
|
-
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
535
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
515
|
+
class PlanFragmentPrices(PriceFragment):
|
|
516
|
+
pass
|
|
536
517
|
|
|
537
518
|
|
|
538
|
-
class
|
|
539
|
-
|
|
540
|
-
total: "TotalPriceFragmentTotal"
|
|
519
|
+
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
520
|
+
pass
|
|
541
521
|
|
|
542
522
|
|
|
543
|
-
class
|
|
544
|
-
|
|
545
|
-
|
|
523
|
+
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
524
|
+
duration: float
|
|
525
|
+
units: TrialPeriodUnits
|
|
526
|
+
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
527
|
+
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
528
|
+
alias="trialEndBehavior", default=None
|
|
529
|
+
)
|
|
546
530
|
|
|
547
531
|
|
|
548
|
-
class
|
|
549
|
-
|
|
550
|
-
currency: Currency
|
|
532
|
+
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
533
|
+
limit: float
|
|
551
534
|
|
|
552
535
|
|
|
553
536
|
class SubscriptionInvoiceFragment(BaseModel):
|
|
@@ -577,141 +560,158 @@ class SubscriptionInvoiceFragment(BaseModel):
|
|
|
577
560
|
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
578
561
|
|
|
579
562
|
|
|
580
|
-
class
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
email: Optional[str] = Field(default=None)
|
|
584
|
-
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
585
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
586
|
-
ref_id: str = Field(alias="refId")
|
|
587
|
-
customer_id: str = Field(alias="customerId")
|
|
588
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
589
|
-
additional_meta_data: Optional[Any] = Field(
|
|
590
|
-
alias="additionalMetaData", default=None
|
|
591
|
-
)
|
|
592
|
-
aws_marketplace_customer_id: Optional[str] = Field(
|
|
593
|
-
alias="awsMarketplaceCustomerId", default=None
|
|
594
|
-
)
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
class ProductFragment(BaseModel):
|
|
598
|
-
ref_id: str = Field(alias="refId")
|
|
599
|
-
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
600
|
-
description: Optional[str] = Field(default=None)
|
|
601
|
-
additional_meta_data: Optional[Any] = Field(
|
|
602
|
-
alias="additionalMetaData", default=None
|
|
563
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
564
|
+
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
565
|
+
alias="subscriptionScheduleType"
|
|
603
566
|
)
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
609
|
-
alias="downgradePlan", default=None
|
|
567
|
+
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
568
|
+
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
569
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
570
|
+
alias="targetPackage", default=None
|
|
610
571
|
)
|
|
572
|
+
schedule_variables: Optional[
|
|
573
|
+
Annotated[
|
|
574
|
+
Union[
|
|
575
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
576
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
577
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
578
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
579
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
580
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
581
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
582
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
583
|
+
],
|
|
584
|
+
Field(discriminator="typename__"),
|
|
585
|
+
]
|
|
586
|
+
] = Field(alias="scheduleVariables", default=None)
|
|
611
587
|
|
|
612
588
|
|
|
613
|
-
class
|
|
589
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
590
|
+
id: str
|
|
614
591
|
ref_id: str = Field(alias="refId")
|
|
615
592
|
display_name: str = Field(alias="displayName")
|
|
616
593
|
|
|
617
594
|
|
|
618
|
-
class
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
default=None
|
|
623
|
-
)
|
|
624
|
-
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
628
|
-
pass
|
|
595
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
596
|
+
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
597
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
598
|
+
new_quantity: float = Field(alias="newQuantity")
|
|
629
599
|
|
|
630
600
|
|
|
631
|
-
class
|
|
632
|
-
|
|
633
|
-
|
|
601
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
602
|
+
BaseModel
|
|
603
|
+
):
|
|
604
|
+
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
605
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
606
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
634
607
|
|
|
635
608
|
|
|
636
|
-
class
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
642
|
-
version_number: int = Field(alias="versionNumber")
|
|
643
|
-
additional_meta_data: Optional[Any] = Field(
|
|
644
|
-
alias="additionalMetaData", default=None
|
|
645
|
-
)
|
|
646
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
647
|
-
alias="hiddenFromWidgets", default=None
|
|
648
|
-
)
|
|
649
|
-
product: "PlanFragmentProduct"
|
|
650
|
-
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
651
|
-
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
652
|
-
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
653
|
-
alias="inheritedEntitlements", default=None
|
|
654
|
-
)
|
|
655
|
-
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
656
|
-
alias="compatibleAddons", default=None
|
|
657
|
-
)
|
|
658
|
-
compatible_package_groups: Optional[
|
|
659
|
-
List["PlanFragmentCompatiblePackageGroups"]
|
|
660
|
-
] = Field(alias="compatiblePackageGroups", default=None)
|
|
661
|
-
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
662
|
-
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
663
|
-
alias="overagePrices", default=None
|
|
664
|
-
)
|
|
665
|
-
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
666
|
-
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
667
|
-
alias="defaultTrialConfig", default=None
|
|
668
|
-
)
|
|
609
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
610
|
+
BaseModel
|
|
611
|
+
):
|
|
612
|
+
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
613
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
669
614
|
|
|
670
615
|
|
|
671
|
-
class
|
|
672
|
-
|
|
616
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
617
|
+
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
673
618
|
|
|
674
619
|
|
|
675
|
-
class
|
|
676
|
-
|
|
677
|
-
|
|
620
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
621
|
+
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
622
|
+
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
623
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
624
|
+
billable_features: Optional[
|
|
625
|
+
List[
|
|
626
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
627
|
+
]
|
|
628
|
+
] = Field(alias="billableFeatures", default=None)
|
|
629
|
+
addons: Optional[
|
|
630
|
+
List[
|
|
631
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
632
|
+
]
|
|
633
|
+
] = Field(default=None)
|
|
634
|
+
price_overrides: Optional[
|
|
635
|
+
List[
|
|
636
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
637
|
+
]
|
|
638
|
+
] = Field(alias="priceOverrides", default=None)
|
|
678
639
|
|
|
679
640
|
|
|
680
|
-
class
|
|
681
|
-
|
|
641
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
642
|
+
BaseModel
|
|
643
|
+
):
|
|
644
|
+
feature_id: str = Field(alias="featureId")
|
|
645
|
+
quantity: float
|
|
682
646
|
|
|
683
647
|
|
|
684
|
-
class
|
|
685
|
-
|
|
648
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
649
|
+
BaseModel
|
|
650
|
+
):
|
|
651
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
652
|
+
quantity: float
|
|
686
653
|
|
|
687
654
|
|
|
688
|
-
class
|
|
689
|
-
|
|
655
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
656
|
+
BaseModel
|
|
657
|
+
):
|
|
658
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
659
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
660
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
690
661
|
|
|
691
662
|
|
|
692
|
-
class
|
|
693
|
-
|
|
663
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
664
|
+
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
665
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
666
|
+
change_type: PlanChangeType = Field(alias="changeType")
|
|
667
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
668
|
+
billable_features: Optional[
|
|
669
|
+
List[
|
|
670
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
671
|
+
]
|
|
672
|
+
] = Field(alias="billableFeatures", default=None)
|
|
673
|
+
addons: Optional[
|
|
674
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
675
|
+
] = Field(default=None)
|
|
676
|
+
price_overrides: Optional[
|
|
677
|
+
List[
|
|
678
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
679
|
+
]
|
|
680
|
+
] = Field(alias="priceOverrides", default=None)
|
|
694
681
|
|
|
695
682
|
|
|
696
|
-
class
|
|
697
|
-
|
|
683
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
684
|
+
BaseModel
|
|
685
|
+
):
|
|
686
|
+
feature_id: str = Field(alias="featureId")
|
|
687
|
+
quantity: float
|
|
698
688
|
|
|
699
689
|
|
|
700
|
-
class
|
|
701
|
-
|
|
690
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
691
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
692
|
+
quantity: float
|
|
702
693
|
|
|
703
694
|
|
|
704
|
-
class
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
)
|
|
695
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
696
|
+
BaseModel
|
|
697
|
+
):
|
|
698
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
699
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
700
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
711
701
|
|
|
712
702
|
|
|
713
|
-
class
|
|
714
|
-
|
|
703
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
704
|
+
BaseModel
|
|
705
|
+
):
|
|
706
|
+
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
707
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
708
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
712
|
+
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
713
|
+
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
714
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
715
715
|
|
|
716
716
|
|
|
717
717
|
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
@@ -1429,13 +1429,6 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
|
|
|
1429
1429
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
1430
1430
|
|
|
1431
1431
|
|
|
1432
|
-
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1433
|
-
addon_id: str = Field(alias="addonId")
|
|
1434
|
-
description: Optional[str] = Field(default=None)
|
|
1435
|
-
display_name: str = Field(alias="displayName")
|
|
1436
|
-
quantity: int
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
1432
|
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1440
1433
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1441
1434
|
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
@@ -1463,6 +1456,13 @@ class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
|
1463
1456
|
)
|
|
1464
1457
|
|
|
1465
1458
|
|
|
1459
|
+
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1460
|
+
addon_id: str = Field(alias="addonId")
|
|
1461
|
+
description: Optional[str] = Field(default=None)
|
|
1462
|
+
display_name: str = Field(alias="displayName")
|
|
1463
|
+
quantity: int
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
1466
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
1467
1467
|
subscription_id: str = Field(alias="subscriptionId")
|
|
1468
1468
|
plan_id: str = Field(alias="planId")
|
|
@@ -1786,6 +1786,39 @@ class MockPaywallAddonDependencyFragment(BaseModel):
|
|
|
1786
1786
|
description: Optional[str] = Field(default=None)
|
|
1787
1787
|
|
|
1788
1788
|
|
|
1789
|
+
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1790
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1791
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1792
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1793
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1794
|
+
alias="resetPeriod", default=None
|
|
1795
|
+
)
|
|
1796
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1797
|
+
alias="hiddenFromWidgets", default=None
|
|
1798
|
+
)
|
|
1799
|
+
display_name_override: Optional[str] = Field(
|
|
1800
|
+
alias="displayNameOverride", default=None
|
|
1801
|
+
)
|
|
1802
|
+
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1803
|
+
default=None
|
|
1804
|
+
)
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1808
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
1809
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1810
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1811
|
+
feature_units_plural: Optional[str] = Field(
|
|
1812
|
+
alias="featureUnitsPlural", default=None
|
|
1813
|
+
)
|
|
1814
|
+
display_name: str = Field(alias="displayName")
|
|
1815
|
+
description: Optional[str] = Field(default=None)
|
|
1816
|
+
ref_id: str = Field(alias="refId")
|
|
1817
|
+
additional_meta_data: Optional[Any] = Field(
|
|
1818
|
+
alias="additionalMetaData", default=None
|
|
1819
|
+
)
|
|
1820
|
+
|
|
1821
|
+
|
|
1789
1822
|
class MockPaywallPriceFragment(BaseModel):
|
|
1790
1823
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
1791
1824
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -1820,39 +1853,6 @@ class MockPaywallPriceFragmentFeature(BaseModel):
|
|
|
1820
1853
|
display_name: str = Field(alias="displayName")
|
|
1821
1854
|
|
|
1822
1855
|
|
|
1823
|
-
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1824
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1825
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1826
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1827
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1828
|
-
alias="resetPeriod", default=None
|
|
1829
|
-
)
|
|
1830
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1831
|
-
alias="hiddenFromWidgets", default=None
|
|
1832
|
-
)
|
|
1833
|
-
display_name_override: Optional[str] = Field(
|
|
1834
|
-
alias="displayNameOverride", default=None
|
|
1835
|
-
)
|
|
1836
|
-
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1837
|
-
default=None
|
|
1838
|
-
)
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1842
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
1843
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1844
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1845
|
-
feature_units_plural: Optional[str] = Field(
|
|
1846
|
-
alias="featureUnitsPlural", default=None
|
|
1847
|
-
)
|
|
1848
|
-
display_name: str = Field(alias="displayName")
|
|
1849
|
-
description: Optional[str] = Field(default=None)
|
|
1850
|
-
ref_id: str = Field(alias="refId")
|
|
1851
|
-
additional_meta_data: Optional[Any] = Field(
|
|
1852
|
-
alias="additionalMetaData", default=None
|
|
1853
|
-
)
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
1856
|
class MockPaywallAddonFragment(BaseModel):
|
|
1857
1857
|
ref_id: str = Field(alias="refId")
|
|
1858
1858
|
display_name: str = Field(alias="displayName")
|
|
@@ -2763,20 +2763,20 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
|
|
|
2763
2763
|
|
|
2764
2764
|
|
|
2765
2765
|
AddonDependencyFragment.model_rebuild()
|
|
2766
|
-
PackageEntitlementFragment.model_rebuild()
|
|
2767
2766
|
PriceTierFragment.model_rebuild()
|
|
2768
2767
|
OveragePriceFragment.model_rebuild()
|
|
2768
|
+
PackageEntitlementFragment.model_rebuild()
|
|
2769
2769
|
PriceFragment.model_rebuild()
|
|
2770
2770
|
AddonFragment.model_rebuild()
|
|
2771
2771
|
CustomerResourceFragment.model_rebuild()
|
|
2772
|
-
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2773
|
-
SubscriptionFutureUpdateData.model_rebuild()
|
|
2774
|
-
TotalPriceFragment.model_rebuild()
|
|
2775
|
-
SubscriptionInvoiceFragment.model_rebuild()
|
|
2776
2772
|
SlimCustomerFragment.model_rebuild()
|
|
2777
|
-
|
|
2773
|
+
TotalPriceFragment.model_rebuild()
|
|
2774
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2778
2775
|
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2776
|
+
ProductFragment.model_rebuild()
|
|
2779
2777
|
PlanFragment.model_rebuild()
|
|
2778
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2779
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2780
2780
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2781
2781
|
SubscriptionFragment.model_rebuild()
|
|
2782
2782
|
FeatureFragment.model_rebuild()
|
|
@@ -2794,8 +2794,8 @@ CustomerPortalConfigurationFragment.model_rebuild()
|
|
|
2794
2794
|
CustomerPortalEntitlementFragment.model_rebuild()
|
|
2795
2795
|
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2796
2796
|
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2797
|
-
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2798
2797
|
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2798
|
+
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2799
2799
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2800
2800
|
CustomerPortalFragment.model_rebuild()
|
|
2801
2801
|
CustomerStatisticsFragment.model_rebuild()
|
|
@@ -2806,8 +2806,8 @@ EntitlementsUpdatedPayload.model_rebuild()
|
|
|
2806
2806
|
ImmediateSubscriptionPreviewInvoiceFragment.model_rebuild()
|
|
2807
2807
|
LayoutConfigurationFragment.model_rebuild()
|
|
2808
2808
|
MockPaywallAddonDependencyFragment.model_rebuild()
|
|
2809
|
-
MockPaywallPriceFragment.model_rebuild()
|
|
2810
2809
|
MockPaywallPackageEntitlementFragment.model_rebuild()
|
|
2810
|
+
MockPaywallPriceFragment.model_rebuild()
|
|
2811
2811
|
MockPaywallAddonFragment.model_rebuild()
|
|
2812
2812
|
MockPaywallPlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2813
2813
|
MockPaywallPlanFragment.model_rebuild()
|
stigg/generated/input_types.py
CHANGED
|
@@ -762,6 +762,14 @@ class CreatePackageGroup(BaseModel):
|
|
|
762
762
|
product_id: str = Field(alias="productId")
|
|
763
763
|
|
|
764
764
|
|
|
765
|
+
class CreateWorkflowTriggerInput(BaseModel):
|
|
766
|
+
configuration: Optional[Any] = None
|
|
767
|
+
endpoint: str
|
|
768
|
+
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
769
|
+
event_log_types: List[EventLogType] = Field(alias="eventLogTypes")
|
|
770
|
+
trigger_id: Optional[str] = Field(alias="triggerId", default=None)
|
|
771
|
+
|
|
772
|
+
|
|
765
773
|
class CursorPaging(BaseModel):
|
|
766
774
|
after: Optional[Any] = None
|
|
767
775
|
before: Optional[Any] = None
|
|
@@ -1382,6 +1390,11 @@ class DeleteOnePromotionalEntitlementInput(BaseModel):
|
|
|
1382
1390
|
id: str
|
|
1383
1391
|
|
|
1384
1392
|
|
|
1393
|
+
class DeleteWorkflowTriggerInput(BaseModel):
|
|
1394
|
+
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
1395
|
+
workflow_trigger_id: str = Field(alias="workflowTriggerId")
|
|
1396
|
+
|
|
1397
|
+
|
|
1385
1398
|
class DetachCustomerPaymentMethodInput(BaseModel):
|
|
1386
1399
|
customer_id: str = Field(alias="customerId")
|
|
1387
1400
|
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
@@ -1869,6 +1882,12 @@ class GetWidgetConfigurationInput(BaseModel):
|
|
|
1869
1882
|
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
1870
1883
|
|
|
1871
1884
|
|
|
1885
|
+
class GetWorkflowTriggersInput(BaseModel):
|
|
1886
|
+
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
1887
|
+
trigger_id: Optional[str] = Field(alias="triggerId", default=None)
|
|
1888
|
+
workflow_trigger_id: Optional[str] = Field(alias="workflowTriggerId", default=None)
|
|
1889
|
+
|
|
1890
|
+
|
|
1872
1891
|
class GrantPromotionalEntitlementInput(BaseModel):
|
|
1873
1892
|
custom_end_date: Optional[Any] = Field(alias="customEndDate", default=None)
|
|
1874
1893
|
feature_id: str = Field(alias="featureId")
|
|
@@ -106,7 +106,7 @@ stigg/_vendors/pydantic-2.6.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
106
106
|
stigg/_vendors/pydantic-2.6.4.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
|
107
107
|
stigg/_vendors/pydantic-2.6.4.dist-info/licenses/LICENSE,sha256=qeGG88oWte74QxjnpwFyE1GgDLe4rjpDlLZ7SeNSnvM,1129
|
|
108
108
|
stigg/client.py,sha256=RWrVnxo9zHFXka8KJVE4sMgyek70ispQk0vqOINCvM0,8335
|
|
109
|
-
stigg/generated/__init__.py,sha256=
|
|
109
|
+
stigg/generated/__init__.py,sha256=OcL34c6qtDEyiWqgIcOZiEK21TEq7mmPxa7yz0Q133g,69530
|
|
110
110
|
stigg/generated/apply_subscription.py,sha256=Vbs-QZZxN16pUpt3Hp7Jvvcc5o_8xwJK9oTLQQjH0ZA,451
|
|
111
111
|
stigg/generated/archive_customer.py,sha256=3N3iBiT2Vvzfb0ckV3o57A6lmJ_ef7JNPaMX_Jtcg6c,396
|
|
112
112
|
stigg/generated/async_base_client.py,sha256=zqd6IhYxpalyA6KQkeGhXgSurC0vXSwSWmSlM2zZ0VM,12593
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=iSRG0vGt6BMIBq6y9ilkzSnnBFki6yr6y-GqVc-AUQc,3507
|
|
|
123
123
|
stigg/generated/estimate_subscription.py,sha256=c0_vg0A_Hi8fdjeGudWZ0WziUF9jcjX5rlRitGMAMaQ,479
|
|
124
124
|
stigg/generated/estimate_subscription_update.py,sha256=ZYIFqqHHDfzhrOn95QnMmPNTXZ7JrKWRlUFzk8fWwKA,528
|
|
125
125
|
stigg/generated/exceptions.py,sha256=OQu-ZYCCV4VyMWTd1HR8gIjIK2CrA_JMlFxqOAJugWY,2411
|
|
126
|
-
stigg/generated/fragments.py,sha256=
|
|
126
|
+
stigg/generated/fragments.py,sha256=pV19tucS4F7W-cQE7qSOt1f7aqoI4we6cKlMT7ImjLk,100632
|
|
127
127
|
stigg/generated/get_active_subscriptions.py,sha256=ngZ9jr8vzGI59wT8FhUFl46a8j9waoNjeZ1_lrcu2ww,513
|
|
128
128
|
stigg/generated/get_active_subscriptions_list.py,sha256=Awi9al2MXxdt_y7ZnWYZh8U3R9XiX50c7TyO4WZxyhw,541
|
|
129
129
|
stigg/generated/get_checkout_state.py,sha256=SAOXGAND879dwb7R5mr5LPZuPVuMUDwNR5M4mgmHv6w,409
|
|
@@ -144,7 +144,7 @@ stigg/generated/grant_promotional_entitlements.py,sha256=72PRYuqecL-0SkWb7deygkh
|
|
|
144
144
|
stigg/generated/import_customer.py,sha256=yEtrEB7T-Aykv3AUl-rAQz2XL6hKL0j-7JL3h-xi87o,403
|
|
145
145
|
stigg/generated/import_customer_bulk.py,sha256=miLn2ScWlPOH1IipltY5Vgd-ZQ_BkBk9t3-EsLvU5ZQ,284
|
|
146
146
|
stigg/generated/import_subscriptions_bulk.py,sha256=QgitpZkjE7eBhP1o5W0PTVAbKOvz61dNoeBAWupIcgU,297
|
|
147
|
-
stigg/generated/input_types.py,sha256=
|
|
147
|
+
stigg/generated/input_types.py,sha256=wkygbCf5XX5u1zuNaX5z9esl4sgDg6GQgT9UCEslh3U,193446
|
|
148
148
|
stigg/generated/migrate_subscription_to_latest.py,sha256=qQDwH7EodYAeJFb62IIl-MAEB5MbthgCJ0v1RMxpdYk,516
|
|
149
149
|
stigg/generated/preview_next_invoice.py,sha256=MiQ4Gv7Ve1Hv60xhaQi7uj82aq0xLP2UB-gjvcQdOL8,478
|
|
150
150
|
stigg/generated/preview_subscription.py,sha256=Qo2vlFs7sFzqaE8J_e-EHTRfLvG46lko-dcJMxDSCR0,475
|
|
@@ -160,7 +160,7 @@ stigg/generated/transfer_subscription_to_resource.py,sha256=4-N7quYhHpVTGPi6EV-U
|
|
|
160
160
|
stigg/generated/unarchive_customer.py,sha256=0OVttDrNNOHp6xIpLfDj--XfZL0ogkSpy9eW71jND2k,441
|
|
161
161
|
stigg/generated/update_customer.py,sha256=DdbIKqG3AxIJie6Wk49m4dSVyXrQbY6UjhReZR6lkIM,403
|
|
162
162
|
stigg/generated/update_subscription.py,sha256=R7RdFcFh1oEz-AHLiMBW5XvpQTi3ucB3Z4r-LvZjHJQ,457
|
|
163
|
-
stigg_api_client_v2-2.
|
|
164
|
-
stigg_api_client_v2-2.
|
|
165
|
-
stigg_api_client_v2-2.
|
|
166
|
-
stigg_api_client_v2-2.
|
|
163
|
+
stigg_api_client_v2-2.341.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
164
|
+
stigg_api_client_v2-2.341.0.dist-info/METADATA,sha256=Et_QoUE7q4iA_ZiYd2f_I9muIAgeGbnLTamfAU4O8ho,2258
|
|
165
|
+
stigg_api_client_v2-2.341.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
166
|
+
stigg_api_client_v2-2.341.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|