stigg-api-client-v2 2.314.2__py3-none-any.whl → 2.315.1__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/fragments.py +315 -315
- {stigg_api_client_v2-2.314.2.dist-info → stigg_api_client_v2-2.315.1.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.314.2.dist-info → stigg_api_client_v2-2.315.1.dist-info}/RECORD +5 -5
- {stigg_api_client_v2-2.314.2.dist-info → stigg_api_client_v2-2.315.1.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.314.2.dist-info → stigg_api_client_v2-2.315.1.dist-info}/WHEEL +0 -0
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(
|
|
@@ -148,6 +115,39 @@ class PriceFragmentFeature(BaseModel):
|
|
|
148
115
|
description: Optional[str] = Field(default=None)
|
|
149
116
|
|
|
150
117
|
|
|
118
|
+
class PackageEntitlementFragment(BaseModel):
|
|
119
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
120
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
121
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
122
|
+
feature_id: str = Field(alias="featureId")
|
|
123
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
124
|
+
alias="resetPeriod", default=None
|
|
125
|
+
)
|
|
126
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
127
|
+
alias="hiddenFromWidgets", default=None
|
|
128
|
+
)
|
|
129
|
+
is_custom: Optional[bool] = Field(alias="isCustom", default=None)
|
|
130
|
+
display_name_override: Optional[str] = Field(
|
|
131
|
+
alias="displayNameOverride", default=None
|
|
132
|
+
)
|
|
133
|
+
feature: "PackageEntitlementFragmentFeature"
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
class PackageEntitlementFragmentFeature(BaseModel):
|
|
137
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
138
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
139
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
140
|
+
feature_units_plural: Optional[str] = Field(
|
|
141
|
+
alias="featureUnitsPlural", default=None
|
|
142
|
+
)
|
|
143
|
+
display_name: str = Field(alias="displayName")
|
|
144
|
+
description: Optional[str] = Field(default=None)
|
|
145
|
+
ref_id: str = Field(alias="refId")
|
|
146
|
+
additional_meta_data: Optional[Any] = Field(
|
|
147
|
+
alias="additionalMetaData", default=None
|
|
148
|
+
)
|
|
149
|
+
|
|
150
|
+
|
|
151
151
|
class OveragePriceFragment(BaseModel):
|
|
152
152
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
153
153
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -215,128 +215,165 @@ class AddonFragmentDependencies(AddonDependencyFragment):
|
|
|
215
215
|
pass
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
class
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
222
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
223
|
-
feature_units_plural: Optional[str] = Field(
|
|
224
|
-
alias="featureUnitsPlural", default=None
|
|
225
|
-
)
|
|
218
|
+
class ProductFragment(BaseModel):
|
|
219
|
+
ref_id: str = Field(alias="refId")
|
|
220
|
+
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
226
221
|
description: Optional[str] = Field(default=None)
|
|
227
|
-
|
|
222
|
+
additional_meta_data: Optional[Any] = Field(
|
|
223
|
+
alias="additionalMetaData", default=None
|
|
224
|
+
)
|
|
225
|
+
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
class ProductFragmentProductSettings(BaseModel):
|
|
229
|
+
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
230
|
+
alias="downgradePlan", default=None
|
|
231
|
+
)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
228
235
|
ref_id: str = Field(alias="refId")
|
|
229
|
-
|
|
230
|
-
|
|
236
|
+
display_name: str = Field(alias="displayName")
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
240
|
+
package_group_id: str = Field(alias="packageGroupId")
|
|
241
|
+
display_name: str = Field(alias="displayName")
|
|
242
|
+
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
243
|
+
default=None
|
|
231
244
|
)
|
|
245
|
+
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
232
246
|
|
|
233
247
|
|
|
234
|
-
class
|
|
235
|
-
|
|
236
|
-
round: UnitTransformationRound
|
|
248
|
+
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
249
|
+
pass
|
|
237
250
|
|
|
238
251
|
|
|
239
|
-
class
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
252
|
+
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
253
|
+
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
254
|
+
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
class PlanFragment(BaseModel):
|
|
258
|
+
id: str
|
|
259
|
+
ref_id: str = Field(alias="refId")
|
|
260
|
+
display_name: str = Field(alias="displayName")
|
|
261
|
+
description: Optional[str] = Field(default=None)
|
|
262
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
263
|
+
version_number: int = Field(alias="versionNumber")
|
|
264
|
+
additional_meta_data: Optional[Any] = Field(
|
|
265
|
+
alias="additionalMetaData", default=None
|
|
244
266
|
)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
248
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
249
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
250
|
-
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
251
|
-
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
252
|
-
entitlement_updated_at: Optional[Any] = Field(
|
|
253
|
-
alias="entitlementUpdatedAt", default=None
|
|
267
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
268
|
+
alias="hiddenFromWidgets", default=None
|
|
254
269
|
)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
270
|
+
product: "PlanFragmentProduct"
|
|
271
|
+
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
272
|
+
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
273
|
+
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
274
|
+
alias="inheritedEntitlements", default=None
|
|
275
|
+
)
|
|
276
|
+
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
277
|
+
alias="compatibleAddons", default=None
|
|
278
|
+
)
|
|
279
|
+
compatible_package_groups: Optional[
|
|
280
|
+
List["PlanFragmentCompatiblePackageGroups"]
|
|
281
|
+
] = Field(alias="compatiblePackageGroups", default=None)
|
|
282
|
+
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
283
|
+
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
284
|
+
alias="overagePrices", default=None
|
|
285
|
+
)
|
|
286
|
+
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
287
|
+
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
288
|
+
alias="defaultTrialConfig", default=None
|
|
262
289
|
)
|
|
263
|
-
reset_period_configuration: Optional[
|
|
264
|
-
Annotated[
|
|
265
|
-
Union[
|
|
266
|
-
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
267
|
-
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
268
|
-
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
269
|
-
],
|
|
270
|
-
Field(discriminator="typename__"),
|
|
271
|
-
]
|
|
272
|
-
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
273
|
-
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
274
290
|
|
|
275
291
|
|
|
276
|
-
class
|
|
277
|
-
|
|
278
|
-
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
279
|
-
alias="monthlyAccordingTo", default=None
|
|
280
|
-
)
|
|
292
|
+
class PlanFragmentProduct(ProductFragment):
|
|
293
|
+
pass
|
|
281
294
|
|
|
282
295
|
|
|
283
|
-
class
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
alias="weeklyAccordingTo", default=None
|
|
287
|
-
)
|
|
296
|
+
class PlanFragmentBasePlan(BaseModel):
|
|
297
|
+
ref_id: str = Field(alias="refId")
|
|
298
|
+
display_name: str = Field(alias="displayName")
|
|
288
299
|
|
|
289
300
|
|
|
290
|
-
class
|
|
291
|
-
|
|
292
|
-
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
293
|
-
alias="yearlyAccordingTo", default=None
|
|
294
|
-
)
|
|
301
|
+
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
302
|
+
pass
|
|
295
303
|
|
|
296
304
|
|
|
297
|
-
class
|
|
305
|
+
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
298
306
|
pass
|
|
299
307
|
|
|
300
308
|
|
|
301
|
-
class
|
|
309
|
+
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
310
|
+
pass
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
314
|
+
pass
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
class PlanFragmentPrices(PriceFragment):
|
|
318
|
+
pass
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
322
|
+
pass
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
326
|
+
duration: float
|
|
327
|
+
units: TrialPeriodUnits
|
|
328
|
+
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
329
|
+
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
330
|
+
alias="trialEndBehavior", default=None
|
|
331
|
+
)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
335
|
+
limit: float
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
302
339
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
303
340
|
alias="subscriptionScheduleType"
|
|
304
341
|
)
|
|
305
342
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
306
343
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
307
|
-
target_package: Optional["
|
|
344
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
308
345
|
alias="targetPackage", default=None
|
|
309
346
|
)
|
|
310
347
|
schedule_variables: Optional[
|
|
311
348
|
Annotated[
|
|
312
349
|
Union[
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
350
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
351
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
352
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
353
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
354
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
355
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
356
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
357
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
321
358
|
],
|
|
322
359
|
Field(discriminator="typename__"),
|
|
323
360
|
]
|
|
324
361
|
] = Field(alias="scheduleVariables", default=None)
|
|
325
362
|
|
|
326
363
|
|
|
327
|
-
class
|
|
364
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
328
365
|
id: str
|
|
329
366
|
ref_id: str = Field(alias="refId")
|
|
330
367
|
display_name: str = Field(alias="displayName")
|
|
331
368
|
|
|
332
369
|
|
|
333
|
-
class
|
|
370
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
334
371
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
335
372
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
336
373
|
new_quantity: float = Field(alias="newQuantity")
|
|
337
374
|
|
|
338
375
|
|
|
339
|
-
class
|
|
376
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
340
377
|
BaseModel
|
|
341
378
|
):
|
|
342
379
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -344,55 +381,53 @@ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVa
|
|
|
344
381
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
345
382
|
|
|
346
383
|
|
|
347
|
-
class
|
|
384
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
348
385
|
BaseModel
|
|
349
386
|
):
|
|
350
387
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
351
388
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
352
389
|
|
|
353
390
|
|
|
354
|
-
class
|
|
391
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
355
392
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
356
393
|
|
|
357
394
|
|
|
358
|
-
class
|
|
359
|
-
BaseModel
|
|
360
|
-
):
|
|
395
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
361
396
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
362
397
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
363
398
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
364
399
|
billable_features: Optional[
|
|
365
400
|
List[
|
|
366
|
-
"
|
|
401
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
367
402
|
]
|
|
368
403
|
] = Field(alias="billableFeatures", default=None)
|
|
369
404
|
addons: Optional[
|
|
370
405
|
List[
|
|
371
|
-
"
|
|
406
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
372
407
|
]
|
|
373
408
|
] = Field(default=None)
|
|
374
409
|
price_overrides: Optional[
|
|
375
410
|
List[
|
|
376
|
-
"
|
|
411
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
377
412
|
]
|
|
378
413
|
] = Field(alias="priceOverrides", default=None)
|
|
379
414
|
|
|
380
415
|
|
|
381
|
-
class
|
|
416
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
382
417
|
BaseModel
|
|
383
418
|
):
|
|
384
419
|
feature_id: str = Field(alias="featureId")
|
|
385
420
|
quantity: float
|
|
386
421
|
|
|
387
422
|
|
|
388
|
-
class
|
|
423
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
389
424
|
BaseModel
|
|
390
425
|
):
|
|
391
426
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
392
427
|
quantity: float
|
|
393
428
|
|
|
394
429
|
|
|
395
|
-
class
|
|
430
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
396
431
|
BaseModel
|
|
397
432
|
):
|
|
398
433
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -400,43 +435,39 @@ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPr
|
|
|
400
435
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
401
436
|
|
|
402
437
|
|
|
403
|
-
class
|
|
438
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
404
439
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
405
440
|
plan_ref_id: str = Field(alias="planRefId")
|
|
406
441
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
407
442
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
408
443
|
billable_features: Optional[
|
|
409
444
|
List[
|
|
410
|
-
"
|
|
445
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
411
446
|
]
|
|
412
447
|
] = Field(alias="billableFeatures", default=None)
|
|
413
448
|
addons: Optional[
|
|
414
|
-
List[
|
|
415
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
416
|
-
]
|
|
449
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
417
450
|
] = Field(default=None)
|
|
418
451
|
price_overrides: Optional[
|
|
419
452
|
List[
|
|
420
|
-
"
|
|
453
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
421
454
|
]
|
|
422
455
|
] = Field(alias="priceOverrides", default=None)
|
|
423
456
|
|
|
424
457
|
|
|
425
|
-
class
|
|
458
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
426
459
|
BaseModel
|
|
427
460
|
):
|
|
428
461
|
feature_id: str = Field(alias="featureId")
|
|
429
462
|
quantity: float
|
|
430
463
|
|
|
431
464
|
|
|
432
|
-
class
|
|
433
|
-
BaseModel
|
|
434
|
-
):
|
|
465
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
435
466
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
436
467
|
quantity: float
|
|
437
468
|
|
|
438
469
|
|
|
439
|
-
class
|
|
470
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
440
471
|
BaseModel
|
|
441
472
|
):
|
|
442
473
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -444,7 +475,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOv
|
|
|
444
475
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
445
476
|
|
|
446
477
|
|
|
447
|
-
class
|
|
478
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
448
479
|
BaseModel
|
|
449
480
|
):
|
|
450
481
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -452,74 +483,51 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVar
|
|
|
452
483
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
453
484
|
|
|
454
485
|
|
|
455
|
-
class
|
|
456
|
-
BaseModel
|
|
457
|
-
):
|
|
486
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
458
487
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
459
488
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
460
489
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
461
490
|
|
|
462
491
|
|
|
463
|
-
class
|
|
464
|
-
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
class SlimCustomerFragment(BaseModel):
|
|
468
|
-
id: str
|
|
469
|
-
name: Optional[str] = Field(default=None)
|
|
470
|
-
email: Optional[str] = Field(default=None)
|
|
471
|
-
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
472
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
473
|
-
ref_id: str = Field(alias="refId")
|
|
474
|
-
customer_id: str = Field(alias="customerId")
|
|
475
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
476
|
-
additional_meta_data: Optional[Any] = Field(
|
|
477
|
-
alias="additionalMetaData", default=None
|
|
478
|
-
)
|
|
479
|
-
aws_marketplace_customer_id: Optional[str] = Field(
|
|
480
|
-
alias="awsMarketplaceCustomerId", default=None
|
|
481
|
-
)
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
class SubscriptionFutureUpdateData(BaseModel):
|
|
492
|
+
class SubscriptionScheduledUpdateData(BaseModel):
|
|
485
493
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
486
494
|
alias="subscriptionScheduleType"
|
|
487
495
|
)
|
|
488
496
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
489
497
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
490
|
-
target_package: Optional["
|
|
498
|
+
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
491
499
|
alias="targetPackage", default=None
|
|
492
500
|
)
|
|
493
501
|
schedule_variables: Optional[
|
|
494
502
|
Annotated[
|
|
495
503
|
Union[
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
505
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
506
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
507
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
508
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
509
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
510
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
511
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
504
512
|
],
|
|
505
513
|
Field(discriminator="typename__"),
|
|
506
514
|
]
|
|
507
515
|
] = Field(alias="scheduleVariables", default=None)
|
|
508
516
|
|
|
509
517
|
|
|
510
|
-
class
|
|
518
|
+
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
511
519
|
id: str
|
|
512
520
|
ref_id: str = Field(alias="refId")
|
|
513
521
|
display_name: str = Field(alias="displayName")
|
|
514
522
|
|
|
515
523
|
|
|
516
|
-
class
|
|
524
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
517
525
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
518
526
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
519
527
|
new_quantity: float = Field(alias="newQuantity")
|
|
520
528
|
|
|
521
529
|
|
|
522
|
-
class
|
|
530
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
523
531
|
BaseModel
|
|
524
532
|
):
|
|
525
533
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -527,53 +535,55 @@ class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVaria
|
|
|
527
535
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
528
536
|
|
|
529
537
|
|
|
530
|
-
class
|
|
538
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
531
539
|
BaseModel
|
|
532
540
|
):
|
|
533
541
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
534
542
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
535
543
|
|
|
536
544
|
|
|
537
|
-
class
|
|
545
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
538
546
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
539
547
|
|
|
540
548
|
|
|
541
|
-
class
|
|
549
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
550
|
+
BaseModel
|
|
551
|
+
):
|
|
542
552
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
543
553
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
544
554
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
545
555
|
billable_features: Optional[
|
|
546
556
|
List[
|
|
547
|
-
"
|
|
557
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
548
558
|
]
|
|
549
559
|
] = Field(alias="billableFeatures", default=None)
|
|
550
560
|
addons: Optional[
|
|
551
561
|
List[
|
|
552
|
-
"
|
|
562
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
553
563
|
]
|
|
554
564
|
] = Field(default=None)
|
|
555
565
|
price_overrides: Optional[
|
|
556
566
|
List[
|
|
557
|
-
"
|
|
567
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
558
568
|
]
|
|
559
569
|
] = Field(alias="priceOverrides", default=None)
|
|
560
570
|
|
|
561
571
|
|
|
562
|
-
class
|
|
572
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
563
573
|
BaseModel
|
|
564
574
|
):
|
|
565
575
|
feature_id: str = Field(alias="featureId")
|
|
566
576
|
quantity: float
|
|
567
577
|
|
|
568
578
|
|
|
569
|
-
class
|
|
579
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
570
580
|
BaseModel
|
|
571
581
|
):
|
|
572
582
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
573
583
|
quantity: float
|
|
574
584
|
|
|
575
585
|
|
|
576
|
-
class
|
|
586
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
577
587
|
BaseModel
|
|
578
588
|
):
|
|
579
589
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -581,39 +591,43 @@ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPrice
|
|
|
581
591
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
582
592
|
|
|
583
593
|
|
|
584
|
-
class
|
|
594
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
585
595
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
586
596
|
plan_ref_id: str = Field(alias="planRefId")
|
|
587
597
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
588
598
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
589
599
|
billable_features: Optional[
|
|
590
600
|
List[
|
|
591
|
-
"
|
|
601
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
592
602
|
]
|
|
593
603
|
] = Field(alias="billableFeatures", default=None)
|
|
594
604
|
addons: Optional[
|
|
595
|
-
List[
|
|
605
|
+
List[
|
|
606
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
607
|
+
]
|
|
596
608
|
] = Field(default=None)
|
|
597
609
|
price_overrides: Optional[
|
|
598
610
|
List[
|
|
599
|
-
"
|
|
611
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
600
612
|
]
|
|
601
613
|
] = Field(alias="priceOverrides", default=None)
|
|
602
614
|
|
|
603
615
|
|
|
604
|
-
class
|
|
616
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
605
617
|
BaseModel
|
|
606
618
|
):
|
|
607
619
|
feature_id: str = Field(alias="featureId")
|
|
608
620
|
quantity: float
|
|
609
621
|
|
|
610
622
|
|
|
611
|
-
class
|
|
623
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
624
|
+
BaseModel
|
|
625
|
+
):
|
|
612
626
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
613
627
|
quantity: float
|
|
614
628
|
|
|
615
629
|
|
|
616
|
-
class
|
|
630
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
617
631
|
BaseModel
|
|
618
632
|
):
|
|
619
633
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -621,7 +635,7 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverr
|
|
|
621
635
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
622
636
|
|
|
623
637
|
|
|
624
|
-
class
|
|
638
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
625
639
|
BaseModel
|
|
626
640
|
):
|
|
627
641
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -629,29 +643,16 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariab
|
|
|
629
643
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
630
644
|
|
|
631
645
|
|
|
632
|
-
class
|
|
646
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
647
|
+
BaseModel
|
|
648
|
+
):
|
|
633
649
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
634
650
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
635
651
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
636
652
|
|
|
637
653
|
|
|
638
|
-
class
|
|
639
|
-
|
|
640
|
-
total: "TotalPriceFragmentTotal"
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
class TotalPriceFragmentSubTotal(BaseModel):
|
|
644
|
-
amount: float
|
|
645
|
-
currency: Currency
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
class TotalPriceFragmentTotal(BaseModel):
|
|
649
|
-
amount: float
|
|
650
|
-
currency: Currency
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
class CustomerResourceFragment(BaseModel):
|
|
654
|
-
resource_id: str = Field(alias="resourceId")
|
|
654
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
655
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
655
656
|
|
|
656
657
|
|
|
657
658
|
class SubscriptionInvoiceFragment(BaseModel):
|
|
@@ -681,124 +682,40 @@ class SubscriptionInvoiceFragment(BaseModel):
|
|
|
681
682
|
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
682
683
|
|
|
683
684
|
|
|
684
|
-
class
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
description: Optional[str] = Field(default=None)
|
|
688
|
-
additional_meta_data: Optional[Any] = Field(
|
|
689
|
-
alias="additionalMetaData", default=None
|
|
690
|
-
)
|
|
691
|
-
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
class ProductFragmentProductSettings(BaseModel):
|
|
695
|
-
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
696
|
-
alias="downgradePlan", default=None
|
|
697
|
-
)
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
701
|
-
ref_id: str = Field(alias="refId")
|
|
702
|
-
display_name: str = Field(alias="displayName")
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
706
|
-
package_group_id: str = Field(alias="packageGroupId")
|
|
707
|
-
display_name: str = Field(alias="displayName")
|
|
708
|
-
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
709
|
-
default=None
|
|
710
|
-
)
|
|
711
|
-
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
685
|
+
class TotalPriceFragment(BaseModel):
|
|
686
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
687
|
+
total: "TotalPriceFragmentTotal"
|
|
712
688
|
|
|
713
689
|
|
|
714
|
-
class
|
|
715
|
-
|
|
690
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
691
|
+
amount: float
|
|
692
|
+
currency: Currency
|
|
716
693
|
|
|
717
694
|
|
|
718
|
-
class
|
|
719
|
-
|
|
720
|
-
|
|
695
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
696
|
+
amount: float
|
|
697
|
+
currency: Currency
|
|
721
698
|
|
|
722
699
|
|
|
723
|
-
class
|
|
700
|
+
class SlimCustomerFragment(BaseModel):
|
|
724
701
|
id: str
|
|
702
|
+
name: Optional[str] = Field(default=None)
|
|
703
|
+
email: Optional[str] = Field(default=None)
|
|
704
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
705
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
725
706
|
ref_id: str = Field(alias="refId")
|
|
726
|
-
|
|
727
|
-
description: Optional[str] = Field(default=None)
|
|
707
|
+
customer_id: str = Field(alias="customerId")
|
|
728
708
|
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
729
|
-
version_number: int = Field(alias="versionNumber")
|
|
730
709
|
additional_meta_data: Optional[Any] = Field(
|
|
731
710
|
alias="additionalMetaData", default=None
|
|
732
711
|
)
|
|
733
|
-
|
|
734
|
-
alias="
|
|
735
|
-
)
|
|
736
|
-
product: "PlanFragmentProduct"
|
|
737
|
-
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
738
|
-
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
739
|
-
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
740
|
-
alias="inheritedEntitlements", default=None
|
|
741
|
-
)
|
|
742
|
-
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
743
|
-
alias="compatibleAddons", default=None
|
|
744
|
-
)
|
|
745
|
-
compatible_package_groups: Optional[
|
|
746
|
-
List["PlanFragmentCompatiblePackageGroups"]
|
|
747
|
-
] = Field(alias="compatiblePackageGroups", default=None)
|
|
748
|
-
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
749
|
-
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
750
|
-
alias="overagePrices", default=None
|
|
751
|
-
)
|
|
752
|
-
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
753
|
-
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
754
|
-
alias="defaultTrialConfig", default=None
|
|
755
|
-
)
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
class PlanFragmentProduct(ProductFragment):
|
|
759
|
-
pass
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
class PlanFragmentBasePlan(BaseModel):
|
|
763
|
-
ref_id: str = Field(alias="refId")
|
|
764
|
-
display_name: str = Field(alias="displayName")
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
768
|
-
pass
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
772
|
-
pass
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
776
|
-
pass
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
780
|
-
pass
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
class PlanFragmentPrices(PriceFragment):
|
|
784
|
-
pass
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
788
|
-
pass
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
792
|
-
duration: float
|
|
793
|
-
units: TrialPeriodUnits
|
|
794
|
-
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
795
|
-
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
796
|
-
alias="trialEndBehavior", default=None
|
|
712
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
713
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
797
714
|
)
|
|
798
715
|
|
|
799
716
|
|
|
800
|
-
class
|
|
801
|
-
|
|
717
|
+
class CustomerResourceFragment(BaseModel):
|
|
718
|
+
resource_id: str = Field(alias="resourceId")
|
|
802
719
|
|
|
803
720
|
|
|
804
721
|
class SubscriptionFragment(BaseModel):
|
|
@@ -910,6 +827,89 @@ class SubscriptionFragmentTrialConfiguration(SubscriptionTrialConfigurationFragm
|
|
|
910
827
|
pass
|
|
911
828
|
|
|
912
829
|
|
|
830
|
+
class FeatureFragment(BaseModel):
|
|
831
|
+
typename__: str = Field(alias="__typename")
|
|
832
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
833
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
834
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
835
|
+
feature_units_plural: Optional[str] = Field(
|
|
836
|
+
alias="featureUnitsPlural", default=None
|
|
837
|
+
)
|
|
838
|
+
description: Optional[str] = Field(default=None)
|
|
839
|
+
display_name: str = Field(alias="displayName")
|
|
840
|
+
ref_id: str = Field(alias="refId")
|
|
841
|
+
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
842
|
+
alias="unitTransformation", default=None
|
|
843
|
+
)
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
class FeatureFragmentUnitTransformation(BaseModel):
|
|
847
|
+
divide: float
|
|
848
|
+
round: UnitTransformationRound
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
class EntitlementFragment(BaseModel):
|
|
852
|
+
typename__: str = Field(alias="__typename")
|
|
853
|
+
is_granted: bool = Field(alias="isGranted")
|
|
854
|
+
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
855
|
+
alias="accessDeniedReason", default=None
|
|
856
|
+
)
|
|
857
|
+
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
858
|
+
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
859
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
860
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
861
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
862
|
+
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
863
|
+
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
864
|
+
entitlement_updated_at: Optional[Any] = Field(
|
|
865
|
+
alias="entitlementUpdatedAt", default=None
|
|
866
|
+
)
|
|
867
|
+
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
868
|
+
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
869
|
+
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
870
|
+
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
871
|
+
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
872
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
873
|
+
alias="resetPeriod", default=None
|
|
874
|
+
)
|
|
875
|
+
reset_period_configuration: Optional[
|
|
876
|
+
Annotated[
|
|
877
|
+
Union[
|
|
878
|
+
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
879
|
+
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
880
|
+
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
881
|
+
],
|
|
882
|
+
Field(discriminator="typename__"),
|
|
883
|
+
]
|
|
884
|
+
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
885
|
+
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
889
|
+
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
890
|
+
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
891
|
+
alias="monthlyAccordingTo", default=None
|
|
892
|
+
)
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
896
|
+
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
897
|
+
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
898
|
+
alias="weeklyAccordingTo", default=None
|
|
899
|
+
)
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
903
|
+
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
904
|
+
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
905
|
+
alias="yearlyAccordingTo", default=None
|
|
906
|
+
)
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
class EntitlementFragmentFeature(FeatureFragment):
|
|
910
|
+
pass
|
|
911
|
+
|
|
912
|
+
|
|
913
913
|
class ApplySubscriptionFragment(BaseModel):
|
|
914
914
|
subscription: Optional["ApplySubscriptionFragmentSubscription"] = Field(
|
|
915
915
|
default=None
|
|
@@ -2763,24 +2763,24 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
|
|
|
2763
2763
|
|
|
2764
2764
|
|
|
2765
2765
|
AddonDependencyFragment.model_rebuild()
|
|
2766
|
-
PackageEntitlementFragment.model_rebuild()
|
|
2767
2766
|
PriceTierFragment.model_rebuild()
|
|
2768
2767
|
PriceFragment.model_rebuild()
|
|
2768
|
+
PackageEntitlementFragment.model_rebuild()
|
|
2769
2769
|
OveragePriceFragment.model_rebuild()
|
|
2770
2770
|
AddonFragment.model_rebuild()
|
|
2771
|
-
|
|
2772
|
-
|
|
2771
|
+
ProductFragment.model_rebuild()
|
|
2772
|
+
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2773
|
+
PlanFragment.model_rebuild()
|
|
2774
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2773
2775
|
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2774
2776
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2775
|
-
|
|
2776
|
-
SubscriptionFutureUpdateData.model_rebuild()
|
|
2777
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2777
2778
|
TotalPriceFragment.model_rebuild()
|
|
2779
|
+
SlimCustomerFragment.model_rebuild()
|
|
2778
2780
|
CustomerResourceFragment.model_rebuild()
|
|
2779
|
-
SubscriptionInvoiceFragment.model_rebuild()
|
|
2780
|
-
ProductFragment.model_rebuild()
|
|
2781
|
-
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2782
|
-
PlanFragment.model_rebuild()
|
|
2783
2781
|
SubscriptionFragment.model_rebuild()
|
|
2782
|
+
FeatureFragment.model_rebuild()
|
|
2783
|
+
EntitlementFragment.model_rebuild()
|
|
2784
2784
|
ApplySubscriptionFragment.model_rebuild()
|
|
2785
2785
|
FontVariantFragment.model_rebuild()
|
|
2786
2786
|
TypographyConfigurationFragment.model_rebuild()
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=qWrohdIPTsA0omqBKnEiGAonNwjgF9yViJte1c9f5hM,3440
|
|
|
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=fLdn1Ka6LJhJABEPvERWcqir9VsA34YGe9pM7XO47SQ,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
|
|
@@ -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.315.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
164
|
+
stigg_api_client_v2-2.315.1.dist-info/METADATA,sha256=knJS_Mp0C1QKK9N6rsCSYLk1jJt1mTrw_fX_6GJMEfw,2258
|
|
165
|
+
stigg_api_client_v2-2.315.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
166
|
+
stigg_api_client_v2-2.315.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|