stigg-api-client-v2 2.418.0__py3-none-any.whl → 2.430.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 +300 -300
- {stigg_api_client_v2-2.418.0.dist-info → stigg_api_client_v2-2.430.1.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.418.0.dist-info → stigg_api_client_v2-2.430.1.dist-info}/RECORD +5 -5
- {stigg_api_client_v2-2.418.0.dist-info → stigg_api_client_v2-2.430.1.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.418.0.dist-info → stigg_api_client_v2-2.430.1.dist-info}/WHEEL +0 -0
stigg/generated/fragments.py
CHANGED
|
@@ -60,39 +60,6 @@ class AddonDependencyFragment(BaseModel):
|
|
|
60
60
|
description: Optional[str] = Field(default=None)
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
class PackageEntitlementFragment(BaseModel):
|
|
64
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
65
|
-
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
66
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
67
|
-
feature_id: str = Field(alias="featureId")
|
|
68
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
69
|
-
alias="resetPeriod", default=None
|
|
70
|
-
)
|
|
71
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
72
|
-
alias="hiddenFromWidgets", default=None
|
|
73
|
-
)
|
|
74
|
-
is_custom: Optional[bool] = Field(alias="isCustom", default=None)
|
|
75
|
-
display_name_override: Optional[str] = Field(
|
|
76
|
-
alias="displayNameOverride", default=None
|
|
77
|
-
)
|
|
78
|
-
feature: "PackageEntitlementFragmentFeature"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
class PackageEntitlementFragmentFeature(BaseModel):
|
|
82
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
83
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
84
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
85
|
-
feature_units_plural: Optional[str] = Field(
|
|
86
|
-
alias="featureUnitsPlural", default=None
|
|
87
|
-
)
|
|
88
|
-
display_name: str = Field(alias="displayName")
|
|
89
|
-
description: Optional[str] = Field(default=None)
|
|
90
|
-
ref_id: str = Field(alias="refId")
|
|
91
|
-
additional_meta_data: Optional[Any] = Field(
|
|
92
|
-
alias="additionalMetaData", default=None
|
|
93
|
-
)
|
|
94
|
-
|
|
95
|
-
|
|
96
63
|
class PriceTierFragment(BaseModel):
|
|
97
64
|
up_to: Optional[float] = Field(alias="upTo", default=None)
|
|
98
65
|
unit_price: Optional["PriceTierFragmentUnitPrice"] = Field(
|
|
@@ -145,6 +112,39 @@ class OveragePriceFragmentFeature(BaseModel):
|
|
|
145
112
|
description: Optional[str] = Field(default=None)
|
|
146
113
|
|
|
147
114
|
|
|
115
|
+
class PackageEntitlementFragment(BaseModel):
|
|
116
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
117
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
118
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
119
|
+
feature_id: str = Field(alias="featureId")
|
|
120
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
121
|
+
alias="resetPeriod", default=None
|
|
122
|
+
)
|
|
123
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
124
|
+
alias="hiddenFromWidgets", default=None
|
|
125
|
+
)
|
|
126
|
+
is_custom: Optional[bool] = Field(alias="isCustom", default=None)
|
|
127
|
+
display_name_override: Optional[str] = Field(
|
|
128
|
+
alias="displayNameOverride", default=None
|
|
129
|
+
)
|
|
130
|
+
feature: "PackageEntitlementFragmentFeature"
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
class PackageEntitlementFragmentFeature(BaseModel):
|
|
134
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
135
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
136
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
137
|
+
feature_units_plural: Optional[str] = Field(
|
|
138
|
+
alias="featureUnitsPlural", default=None
|
|
139
|
+
)
|
|
140
|
+
display_name: str = Field(alias="displayName")
|
|
141
|
+
description: Optional[str] = Field(default=None)
|
|
142
|
+
ref_id: str = Field(alias="refId")
|
|
143
|
+
additional_meta_data: Optional[Any] = Field(
|
|
144
|
+
alias="additionalMetaData", default=None
|
|
145
|
+
)
|
|
146
|
+
|
|
147
|
+
|
|
148
148
|
class PriceFragment(BaseModel):
|
|
149
149
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
150
150
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -216,66 +216,178 @@ class AddonFragmentDependencies(AddonDependencyFragment):
|
|
|
216
216
|
pass
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
class
|
|
220
|
-
|
|
219
|
+
class FeatureFragment(BaseModel):
|
|
220
|
+
typename__: str = Field(alias="__typename")
|
|
221
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
222
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
223
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
224
|
+
feature_units_plural: Optional[str] = Field(
|
|
225
|
+
alias="featureUnitsPlural", default=None
|
|
226
|
+
)
|
|
227
|
+
description: Optional[str] = Field(default=None)
|
|
228
|
+
display_name: str = Field(alias="displayName")
|
|
229
|
+
ref_id: str = Field(alias="refId")
|
|
230
|
+
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
231
|
+
alias="unitTransformation", default=None
|
|
232
|
+
)
|
|
221
233
|
|
|
222
234
|
|
|
223
|
-
class
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
235
|
+
class FeatureFragmentUnitTransformation(BaseModel):
|
|
236
|
+
divide: float
|
|
237
|
+
round: UnitTransformationRound
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
class EntitlementFragment(BaseModel):
|
|
241
|
+
typename__: str = Field(alias="__typename")
|
|
242
|
+
is_granted: bool = Field(alias="isGranted")
|
|
243
|
+
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
244
|
+
alias="accessDeniedReason", default=None
|
|
245
|
+
)
|
|
246
|
+
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
247
|
+
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
248
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
249
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
250
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
251
|
+
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
252
|
+
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
253
|
+
entitlement_updated_at: Optional[Any] = Field(
|
|
254
|
+
alias="entitlementUpdatedAt", default=None
|
|
255
|
+
)
|
|
256
|
+
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
257
|
+
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
258
|
+
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
259
|
+
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
260
|
+
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
261
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
262
|
+
alias="resetPeriod", default=None
|
|
263
|
+
)
|
|
264
|
+
reset_period_configuration: Optional[
|
|
265
|
+
Annotated[
|
|
266
|
+
Union[
|
|
267
|
+
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
268
|
+
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
269
|
+
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
270
|
+
],
|
|
271
|
+
Field(discriminator="typename__"),
|
|
272
|
+
]
|
|
273
|
+
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
274
|
+
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
278
|
+
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
279
|
+
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
280
|
+
alias="monthlyAccordingTo", default=None
|
|
281
|
+
)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
285
|
+
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
286
|
+
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
287
|
+
alias="weeklyAccordingTo", default=None
|
|
288
|
+
)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
292
|
+
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
293
|
+
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
294
|
+
alias="yearlyAccordingTo", default=None
|
|
295
|
+
)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
class EntitlementFragmentFeature(FeatureFragment):
|
|
299
|
+
pass
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
class CustomerResourceFragment(BaseModel):
|
|
303
|
+
resource_id: str = Field(alias="resourceId")
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
class SubscriptionInvoiceFragment(BaseModel):
|
|
307
|
+
billing_id: str = Field(alias="billingId")
|
|
308
|
+
status: SubscriptionInvoiceStatus
|
|
309
|
+
created_at: Any = Field(alias="createdAt")
|
|
228
310
|
updated_at: Any = Field(alias="updatedAt")
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
311
|
+
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
312
|
+
requires_action: bool = Field(alias="requiresAction")
|
|
313
|
+
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
314
|
+
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
315
|
+
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
316
|
+
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
317
|
+
alias="billingReason", default=None
|
|
234
318
|
)
|
|
235
|
-
|
|
236
|
-
|
|
319
|
+
currency: Optional[str] = Field(default=None)
|
|
320
|
+
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
321
|
+
sub_total_excluding_tax: Optional[float] = Field(
|
|
322
|
+
alias="subTotalExcludingTax", default=None
|
|
323
|
+
)
|
|
324
|
+
total: Optional[float] = Field(default=None)
|
|
325
|
+
total_excluding_tax: Optional[float] = Field(
|
|
326
|
+
alias="totalExcludingTax", default=None
|
|
237
327
|
)
|
|
328
|
+
tax: Optional[float] = Field(default=None)
|
|
329
|
+
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
330
|
+
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
238
331
|
|
|
239
332
|
|
|
240
|
-
class
|
|
333
|
+
class TotalPriceFragment(BaseModel):
|
|
334
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
335
|
+
total: "TotalPriceFragmentTotal"
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
339
|
+
amount: float
|
|
340
|
+
currency: Currency
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
344
|
+
amount: float
|
|
345
|
+
currency: Currency
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
349
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
241
353
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
242
354
|
alias="subscriptionScheduleType"
|
|
243
355
|
)
|
|
244
356
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
245
357
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
246
|
-
target_package: Optional["
|
|
358
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
247
359
|
alias="targetPackage", default=None
|
|
248
360
|
)
|
|
249
361
|
schedule_variables: Optional[
|
|
250
362
|
Annotated[
|
|
251
363
|
Union[
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
364
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
365
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
366
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
367
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
368
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
369
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
370
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
371
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
260
372
|
],
|
|
261
373
|
Field(discriminator="typename__"),
|
|
262
374
|
]
|
|
263
375
|
] = Field(alias="scheduleVariables", default=None)
|
|
264
376
|
|
|
265
377
|
|
|
266
|
-
class
|
|
378
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
267
379
|
id: str
|
|
268
380
|
ref_id: str = Field(alias="refId")
|
|
269
381
|
display_name: str = Field(alias="displayName")
|
|
270
382
|
|
|
271
383
|
|
|
272
|
-
class
|
|
384
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
273
385
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
274
386
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
275
387
|
new_quantity: float = Field(alias="newQuantity")
|
|
276
388
|
|
|
277
389
|
|
|
278
|
-
class
|
|
390
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
279
391
|
BaseModel
|
|
280
392
|
):
|
|
281
393
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -283,55 +395,53 @@ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVa
|
|
|
283
395
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
284
396
|
|
|
285
397
|
|
|
286
|
-
class
|
|
398
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
287
399
|
BaseModel
|
|
288
400
|
):
|
|
289
401
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
290
402
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
291
403
|
|
|
292
404
|
|
|
293
|
-
class
|
|
405
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
294
406
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
295
407
|
|
|
296
408
|
|
|
297
|
-
class
|
|
298
|
-
BaseModel
|
|
299
|
-
):
|
|
409
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
300
410
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
301
411
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
302
412
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
303
413
|
billable_features: Optional[
|
|
304
414
|
List[
|
|
305
|
-
"
|
|
415
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
306
416
|
]
|
|
307
417
|
] = Field(alias="billableFeatures", default=None)
|
|
308
418
|
addons: Optional[
|
|
309
419
|
List[
|
|
310
|
-
"
|
|
420
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
311
421
|
]
|
|
312
422
|
] = Field(default=None)
|
|
313
423
|
price_overrides: Optional[
|
|
314
424
|
List[
|
|
315
|
-
"
|
|
425
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
316
426
|
]
|
|
317
427
|
] = Field(alias="priceOverrides", default=None)
|
|
318
428
|
|
|
319
429
|
|
|
320
|
-
class
|
|
430
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
321
431
|
BaseModel
|
|
322
432
|
):
|
|
323
433
|
feature_id: str = Field(alias="featureId")
|
|
324
434
|
quantity: float
|
|
325
435
|
|
|
326
436
|
|
|
327
|
-
class
|
|
437
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
328
438
|
BaseModel
|
|
329
439
|
):
|
|
330
440
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
331
441
|
quantity: float
|
|
332
442
|
|
|
333
443
|
|
|
334
|
-
class
|
|
444
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
335
445
|
BaseModel
|
|
336
446
|
):
|
|
337
447
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -339,43 +449,39 @@ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPr
|
|
|
339
449
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
340
450
|
|
|
341
451
|
|
|
342
|
-
class
|
|
452
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
343
453
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
344
454
|
plan_ref_id: str = Field(alias="planRefId")
|
|
345
455
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
346
456
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
347
457
|
billable_features: Optional[
|
|
348
458
|
List[
|
|
349
|
-
"
|
|
459
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
350
460
|
]
|
|
351
461
|
] = Field(alias="billableFeatures", default=None)
|
|
352
462
|
addons: Optional[
|
|
353
|
-
List[
|
|
354
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
355
|
-
]
|
|
463
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
356
464
|
] = Field(default=None)
|
|
357
465
|
price_overrides: Optional[
|
|
358
466
|
List[
|
|
359
|
-
"
|
|
467
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
360
468
|
]
|
|
361
469
|
] = Field(alias="priceOverrides", default=None)
|
|
362
470
|
|
|
363
471
|
|
|
364
|
-
class
|
|
472
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
365
473
|
BaseModel
|
|
366
474
|
):
|
|
367
475
|
feature_id: str = Field(alias="featureId")
|
|
368
476
|
quantity: float
|
|
369
477
|
|
|
370
478
|
|
|
371
|
-
class
|
|
372
|
-
BaseModel
|
|
373
|
-
):
|
|
479
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
374
480
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
375
481
|
quantity: float
|
|
376
482
|
|
|
377
483
|
|
|
378
|
-
class
|
|
484
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
379
485
|
BaseModel
|
|
380
486
|
):
|
|
381
487
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -383,7 +489,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOv
|
|
|
383
489
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
384
490
|
|
|
385
491
|
|
|
386
|
-
class
|
|
492
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
387
493
|
BaseModel
|
|
388
494
|
):
|
|
389
495
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -391,95 +497,51 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVar
|
|
|
391
497
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
392
498
|
|
|
393
499
|
|
|
394
|
-
class
|
|
395
|
-
BaseModel
|
|
396
|
-
):
|
|
500
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
397
501
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
398
502
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
399
503
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
400
504
|
|
|
401
505
|
|
|
402
|
-
class
|
|
403
|
-
billing_id: str = Field(alias="billingId")
|
|
404
|
-
status: SubscriptionInvoiceStatus
|
|
405
|
-
created_at: Any = Field(alias="createdAt")
|
|
406
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
407
|
-
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
408
|
-
requires_action: bool = Field(alias="requiresAction")
|
|
409
|
-
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
410
|
-
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
411
|
-
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
412
|
-
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
413
|
-
alias="billingReason", default=None
|
|
414
|
-
)
|
|
415
|
-
currency: Optional[str] = Field(default=None)
|
|
416
|
-
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
417
|
-
sub_total_excluding_tax: Optional[float] = Field(
|
|
418
|
-
alias="subTotalExcludingTax", default=None
|
|
419
|
-
)
|
|
420
|
-
total: Optional[float] = Field(default=None)
|
|
421
|
-
total_excluding_tax: Optional[float] = Field(
|
|
422
|
-
alias="totalExcludingTax", default=None
|
|
423
|
-
)
|
|
424
|
-
tax: Optional[float] = Field(default=None)
|
|
425
|
-
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
426
|
-
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
class TotalPriceFragment(BaseModel):
|
|
430
|
-
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
431
|
-
total: "TotalPriceFragmentTotal"
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
class TotalPriceFragmentSubTotal(BaseModel):
|
|
435
|
-
amount: float
|
|
436
|
-
currency: Currency
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
class TotalPriceFragmentTotal(BaseModel):
|
|
440
|
-
amount: float
|
|
441
|
-
currency: Currency
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
class SubscriptionFutureUpdateData(BaseModel):
|
|
506
|
+
class SubscriptionScheduledUpdateData(BaseModel):
|
|
445
507
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
446
508
|
alias="subscriptionScheduleType"
|
|
447
509
|
)
|
|
448
510
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
449
511
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
450
|
-
target_package: Optional["
|
|
512
|
+
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
451
513
|
alias="targetPackage", default=None
|
|
452
514
|
)
|
|
453
515
|
schedule_variables: Optional[
|
|
454
516
|
Annotated[
|
|
455
517
|
Union[
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
518
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
519
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
520
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
521
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
522
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
523
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
524
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
525
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
464
526
|
],
|
|
465
527
|
Field(discriminator="typename__"),
|
|
466
528
|
]
|
|
467
529
|
] = Field(alias="scheduleVariables", default=None)
|
|
468
530
|
|
|
469
531
|
|
|
470
|
-
class
|
|
532
|
+
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
471
533
|
id: str
|
|
472
534
|
ref_id: str = Field(alias="refId")
|
|
473
535
|
display_name: str = Field(alias="displayName")
|
|
474
536
|
|
|
475
537
|
|
|
476
|
-
class
|
|
538
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
477
539
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
478
540
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
479
541
|
new_quantity: float = Field(alias="newQuantity")
|
|
480
542
|
|
|
481
543
|
|
|
482
|
-
class
|
|
544
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
483
545
|
BaseModel
|
|
484
546
|
):
|
|
485
547
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -487,53 +549,55 @@ class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVaria
|
|
|
487
549
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
488
550
|
|
|
489
551
|
|
|
490
|
-
class
|
|
552
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
491
553
|
BaseModel
|
|
492
554
|
):
|
|
493
555
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
494
556
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
495
557
|
|
|
496
558
|
|
|
497
|
-
class
|
|
559
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
498
560
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
499
561
|
|
|
500
562
|
|
|
501
|
-
class
|
|
563
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
564
|
+
BaseModel
|
|
565
|
+
):
|
|
502
566
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
503
567
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
504
568
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
505
569
|
billable_features: Optional[
|
|
506
570
|
List[
|
|
507
|
-
"
|
|
571
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
508
572
|
]
|
|
509
573
|
] = Field(alias="billableFeatures", default=None)
|
|
510
574
|
addons: Optional[
|
|
511
575
|
List[
|
|
512
|
-
"
|
|
576
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
513
577
|
]
|
|
514
578
|
] = Field(default=None)
|
|
515
579
|
price_overrides: Optional[
|
|
516
580
|
List[
|
|
517
|
-
"
|
|
581
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
518
582
|
]
|
|
519
583
|
] = Field(alias="priceOverrides", default=None)
|
|
520
584
|
|
|
521
585
|
|
|
522
|
-
class
|
|
586
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
523
587
|
BaseModel
|
|
524
588
|
):
|
|
525
589
|
feature_id: str = Field(alias="featureId")
|
|
526
590
|
quantity: float
|
|
527
591
|
|
|
528
592
|
|
|
529
|
-
class
|
|
593
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
530
594
|
BaseModel
|
|
531
595
|
):
|
|
532
596
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
533
597
|
quantity: float
|
|
534
598
|
|
|
535
599
|
|
|
536
|
-
class
|
|
600
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
537
601
|
BaseModel
|
|
538
602
|
):
|
|
539
603
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -541,39 +605,43 @@ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPrice
|
|
|
541
605
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
542
606
|
|
|
543
607
|
|
|
544
|
-
class
|
|
608
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
545
609
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
546
610
|
plan_ref_id: str = Field(alias="planRefId")
|
|
547
611
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
548
612
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
549
613
|
billable_features: Optional[
|
|
550
614
|
List[
|
|
551
|
-
"
|
|
615
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
552
616
|
]
|
|
553
617
|
] = Field(alias="billableFeatures", default=None)
|
|
554
618
|
addons: Optional[
|
|
555
|
-
List[
|
|
619
|
+
List[
|
|
620
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
621
|
+
]
|
|
556
622
|
] = Field(default=None)
|
|
557
623
|
price_overrides: Optional[
|
|
558
624
|
List[
|
|
559
|
-
"
|
|
625
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
560
626
|
]
|
|
561
627
|
] = Field(alias="priceOverrides", default=None)
|
|
562
628
|
|
|
563
629
|
|
|
564
|
-
class
|
|
630
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
565
631
|
BaseModel
|
|
566
632
|
):
|
|
567
633
|
feature_id: str = Field(alias="featureId")
|
|
568
634
|
quantity: float
|
|
569
635
|
|
|
570
636
|
|
|
571
|
-
class
|
|
637
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
638
|
+
BaseModel
|
|
639
|
+
):
|
|
572
640
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
573
641
|
quantity: float
|
|
574
642
|
|
|
575
643
|
|
|
576
|
-
class
|
|
644
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
577
645
|
BaseModel
|
|
578
646
|
):
|
|
579
647
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -581,7 +649,7 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverr
|
|
|
581
649
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
582
650
|
|
|
583
651
|
|
|
584
|
-
class
|
|
652
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
585
653
|
BaseModel
|
|
586
654
|
):
|
|
587
655
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -589,30 +657,14 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariab
|
|
|
589
657
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
590
658
|
|
|
591
659
|
|
|
592
|
-
class
|
|
660
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
661
|
+
BaseModel
|
|
662
|
+
):
|
|
593
663
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
594
664
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
595
665
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
596
666
|
|
|
597
667
|
|
|
598
|
-
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
599
|
-
package_group_id: str = Field(alias="packageGroupId")
|
|
600
|
-
display_name: str = Field(alias="displayName")
|
|
601
|
-
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
602
|
-
default=None
|
|
603
|
-
)
|
|
604
|
-
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
608
|
-
pass
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
612
|
-
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
613
|
-
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
614
|
-
|
|
615
|
-
|
|
616
668
|
class ProductFragment(BaseModel):
|
|
617
669
|
ref_id: str = Field(alias="refId")
|
|
618
670
|
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
@@ -634,6 +686,24 @@ class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
|
634
686
|
display_name: str = Field(alias="displayName")
|
|
635
687
|
|
|
636
688
|
|
|
689
|
+
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
690
|
+
package_group_id: str = Field(alias="packageGroupId")
|
|
691
|
+
display_name: str = Field(alias="displayName")
|
|
692
|
+
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
693
|
+
default=None
|
|
694
|
+
)
|
|
695
|
+
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
699
|
+
pass
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
703
|
+
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
704
|
+
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
705
|
+
|
|
706
|
+
|
|
637
707
|
class PlanFragment(BaseModel):
|
|
638
708
|
id: str
|
|
639
709
|
ref_id: str = Field(alias="refId")
|
|
@@ -715,8 +785,21 @@ class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
|
715
785
|
limit: float
|
|
716
786
|
|
|
717
787
|
|
|
718
|
-
class
|
|
719
|
-
|
|
788
|
+
class SlimCustomerFragment(BaseModel):
|
|
789
|
+
id: str
|
|
790
|
+
name: Optional[str] = Field(default=None)
|
|
791
|
+
email: Optional[str] = Field(default=None)
|
|
792
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
793
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
794
|
+
ref_id: str = Field(alias="refId")
|
|
795
|
+
customer_id: str = Field(alias="customerId")
|
|
796
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
797
|
+
additional_meta_data: Optional[Any] = Field(
|
|
798
|
+
alias="additionalMetaData", default=None
|
|
799
|
+
)
|
|
800
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
801
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
802
|
+
)
|
|
720
803
|
|
|
721
804
|
|
|
722
805
|
class SubscriptionFragment(BaseModel):
|
|
@@ -828,89 +911,6 @@ class SubscriptionFragmentTrialConfiguration(SubscriptionTrialConfigurationFragm
|
|
|
828
911
|
pass
|
|
829
912
|
|
|
830
913
|
|
|
831
|
-
class FeatureFragment(BaseModel):
|
|
832
|
-
typename__: str = Field(alias="__typename")
|
|
833
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
834
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
835
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
836
|
-
feature_units_plural: Optional[str] = Field(
|
|
837
|
-
alias="featureUnitsPlural", default=None
|
|
838
|
-
)
|
|
839
|
-
description: Optional[str] = Field(default=None)
|
|
840
|
-
display_name: str = Field(alias="displayName")
|
|
841
|
-
ref_id: str = Field(alias="refId")
|
|
842
|
-
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
843
|
-
alias="unitTransformation", default=None
|
|
844
|
-
)
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
class FeatureFragmentUnitTransformation(BaseModel):
|
|
848
|
-
divide: float
|
|
849
|
-
round: UnitTransformationRound
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
class EntitlementFragment(BaseModel):
|
|
853
|
-
typename__: str = Field(alias="__typename")
|
|
854
|
-
is_granted: bool = Field(alias="isGranted")
|
|
855
|
-
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
856
|
-
alias="accessDeniedReason", default=None
|
|
857
|
-
)
|
|
858
|
-
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
859
|
-
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
860
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
861
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
862
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
863
|
-
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
864
|
-
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
865
|
-
entitlement_updated_at: Optional[Any] = Field(
|
|
866
|
-
alias="entitlementUpdatedAt", default=None
|
|
867
|
-
)
|
|
868
|
-
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
869
|
-
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
870
|
-
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
871
|
-
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
872
|
-
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
873
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
874
|
-
alias="resetPeriod", default=None
|
|
875
|
-
)
|
|
876
|
-
reset_period_configuration: Optional[
|
|
877
|
-
Annotated[
|
|
878
|
-
Union[
|
|
879
|
-
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
880
|
-
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
881
|
-
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
882
|
-
],
|
|
883
|
-
Field(discriminator="typename__"),
|
|
884
|
-
]
|
|
885
|
-
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
886
|
-
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
890
|
-
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
891
|
-
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
892
|
-
alias="monthlyAccordingTo", default=None
|
|
893
|
-
)
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
897
|
-
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
898
|
-
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
899
|
-
alias="weeklyAccordingTo", default=None
|
|
900
|
-
)
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
904
|
-
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
905
|
-
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
906
|
-
alias="yearlyAccordingTo", default=None
|
|
907
|
-
)
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
class EntitlementFragmentFeature(FeatureFragment):
|
|
911
|
-
pass
|
|
912
|
-
|
|
913
|
-
|
|
914
914
|
class ApplySubscriptionFragment(BaseModel):
|
|
915
915
|
subscription: Optional["ApplySubscriptionFragmentSubscription"] = Field(
|
|
916
916
|
default=None
|
|
@@ -1257,31 +1257,11 @@ class CustomerPortalEntitlementFragmentFeature(FeatureFragment):
|
|
|
1257
1257
|
pass
|
|
1258
1258
|
|
|
1259
1259
|
|
|
1260
|
-
class
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1264
|
-
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1265
|
-
default=None
|
|
1266
|
-
)
|
|
1267
|
-
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1268
|
-
default=None
|
|
1269
|
-
)
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1273
|
-
amount: float
|
|
1274
|
-
currency: Currency
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1278
|
-
id: str
|
|
1279
|
-
ref_id: str = Field(alias="refId")
|
|
1260
|
+
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1261
|
+
addon_id: str = Field(alias="addonId")
|
|
1262
|
+
description: Optional[str] = Field(default=None)
|
|
1280
1263
|
display_name: str = Field(alias="displayName")
|
|
1281
|
-
|
|
1282
|
-
feature_units_plural: Optional[str] = Field(
|
|
1283
|
-
alias="featureUnitsPlural", default=None
|
|
1284
|
-
)
|
|
1264
|
+
quantity: int
|
|
1285
1265
|
|
|
1286
1266
|
|
|
1287
1267
|
class CustomerPortalSubscriptionScheduledUpdateDataFragment(BaseModel):
|
|
@@ -1453,11 +1433,31 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
|
|
|
1453
1433
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
1454
1434
|
|
|
1455
1435
|
|
|
1456
|
-
class
|
|
1457
|
-
|
|
1458
|
-
|
|
1436
|
+
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1437
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1438
|
+
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1439
|
+
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1440
|
+
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1441
|
+
default=None
|
|
1442
|
+
)
|
|
1443
|
+
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1444
|
+
default=None
|
|
1445
|
+
)
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1449
|
+
amount: float
|
|
1450
|
+
currency: Currency
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1454
|
+
id: str
|
|
1455
|
+
ref_id: str = Field(alias="refId")
|
|
1459
1456
|
display_name: str = Field(alias="displayName")
|
|
1460
|
-
|
|
1457
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1458
|
+
feature_units_plural: Optional[str] = Field(
|
|
1459
|
+
alias="featureUnitsPlural", default=None
|
|
1460
|
+
)
|
|
1461
1461
|
|
|
1462
1462
|
|
|
1463
1463
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
@@ -2770,24 +2770,24 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
|
|
|
2770
2770
|
|
|
2771
2771
|
|
|
2772
2772
|
AddonDependencyFragment.model_rebuild()
|
|
2773
|
-
PackageEntitlementFragment.model_rebuild()
|
|
2774
2773
|
PriceTierFragment.model_rebuild()
|
|
2775
2774
|
OveragePriceFragment.model_rebuild()
|
|
2775
|
+
PackageEntitlementFragment.model_rebuild()
|
|
2776
2776
|
PriceFragment.model_rebuild()
|
|
2777
2777
|
AddonFragment.model_rebuild()
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2778
|
+
FeatureFragment.model_rebuild()
|
|
2779
|
+
EntitlementFragment.model_rebuild()
|
|
2780
|
+
CustomerResourceFragment.model_rebuild()
|
|
2781
2781
|
SubscriptionInvoiceFragment.model_rebuild()
|
|
2782
2782
|
TotalPriceFragment.model_rebuild()
|
|
2783
|
+
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2783
2784
|
SubscriptionFutureUpdateData.model_rebuild()
|
|
2784
|
-
|
|
2785
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2785
2786
|
ProductFragment.model_rebuild()
|
|
2787
|
+
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2786
2788
|
PlanFragment.model_rebuild()
|
|
2787
|
-
|
|
2789
|
+
SlimCustomerFragment.model_rebuild()
|
|
2788
2790
|
SubscriptionFragment.model_rebuild()
|
|
2789
|
-
FeatureFragment.model_rebuild()
|
|
2790
|
-
EntitlementFragment.model_rebuild()
|
|
2791
2791
|
ApplySubscriptionFragment.model_rebuild()
|
|
2792
2792
|
FontVariantFragment.model_rebuild()
|
|
2793
2793
|
TypographyConfigurationFragment.model_rebuild()
|
|
@@ -2799,9 +2799,9 @@ CheckoutStateFragment.model_rebuild()
|
|
|
2799
2799
|
CustomerPortalBillingInformationFragment.model_rebuild()
|
|
2800
2800
|
CustomerPortalConfigurationFragment.model_rebuild()
|
|
2801
2801
|
CustomerPortalEntitlementFragment.model_rebuild()
|
|
2802
|
-
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2803
|
-
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2804
2802
|
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2803
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2804
|
+
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2805
2805
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2806
2806
|
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2807
2807
|
CustomerPortalFragment.model_rebuild()
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=BnCwbHSipcepnaDJ7ZOwNfdLtRW_p67ObbANkWR2xhY,3528
|
|
|
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=JtHuWnH2iXO1hTXVXIKxrK4finGwzaHtICLcgJdq9fs,100917
|
|
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.430.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
164
|
+
stigg_api_client_v2-2.430.1.dist-info/METADATA,sha256=fWeYzYJYW3OnUBNhqQLvddkUUuN_gAyEY3NiSF7Dijs,2258
|
|
165
|
+
stigg_api_client_v2-2.430.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
166
|
+
stigg_api_client_v2-2.430.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|