stigg-api-client-v2 2.412.2__py3-none-any.whl → 2.415.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.
- stigg/generated/fragments.py +254 -254
- stigg/generated/input_types.py +1 -1
- {stigg_api_client_v2-2.412.2.dist-info → stigg_api_client_v2-2.415.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.412.2.dist-info → stigg_api_client_v2-2.415.0.dist-info}/RECORD +6 -6
- {stigg_api_client_v2-2.412.2.dist-info → stigg_api_client_v2-2.415.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.412.2.dist-info → stigg_api_client_v2-2.415.0.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")
|
|
@@ -299,176 +299,6 @@ class EntitlementFragmentFeature(FeatureFragment):
|
|
|
299
299
|
pass
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
class CustomerResourceFragment(BaseModel):
|
|
303
|
-
resource_id: str = Field(alias="resourceId")
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
307
|
-
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
class SubscriptionScheduledUpdateData(BaseModel):
|
|
311
|
-
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
312
|
-
alias="subscriptionScheduleType"
|
|
313
|
-
)
|
|
314
|
-
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
315
|
-
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
316
|
-
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
317
|
-
alias="targetPackage", default=None
|
|
318
|
-
)
|
|
319
|
-
schedule_variables: Optional[
|
|
320
|
-
Annotated[
|
|
321
|
-
Union[
|
|
322
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
323
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
324
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
325
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
326
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
327
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
328
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
329
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
330
|
-
],
|
|
331
|
-
Field(discriminator="typename__"),
|
|
332
|
-
]
|
|
333
|
-
] = Field(alias="scheduleVariables", default=None)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
337
|
-
id: str
|
|
338
|
-
ref_id: str = Field(alias="refId")
|
|
339
|
-
display_name: str = Field(alias="displayName")
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
343
|
-
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
344
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
345
|
-
new_quantity: float = Field(alias="newQuantity")
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
349
|
-
BaseModel
|
|
350
|
-
):
|
|
351
|
-
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
352
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
353
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
357
|
-
BaseModel
|
|
358
|
-
):
|
|
359
|
-
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
360
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
364
|
-
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
368
|
-
BaseModel
|
|
369
|
-
):
|
|
370
|
-
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
371
|
-
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
372
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
373
|
-
billable_features: Optional[
|
|
374
|
-
List[
|
|
375
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
376
|
-
]
|
|
377
|
-
] = Field(alias="billableFeatures", default=None)
|
|
378
|
-
addons: Optional[
|
|
379
|
-
List[
|
|
380
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
381
|
-
]
|
|
382
|
-
] = Field(default=None)
|
|
383
|
-
price_overrides: Optional[
|
|
384
|
-
List[
|
|
385
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
386
|
-
]
|
|
387
|
-
] = Field(alias="priceOverrides", default=None)
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
391
|
-
BaseModel
|
|
392
|
-
):
|
|
393
|
-
feature_id: str = Field(alias="featureId")
|
|
394
|
-
quantity: float
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
398
|
-
BaseModel
|
|
399
|
-
):
|
|
400
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
401
|
-
quantity: float
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
405
|
-
BaseModel
|
|
406
|
-
):
|
|
407
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
408
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
409
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
413
|
-
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
414
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
415
|
-
change_type: PlanChangeType = Field(alias="changeType")
|
|
416
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
417
|
-
billable_features: Optional[
|
|
418
|
-
List[
|
|
419
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
420
|
-
]
|
|
421
|
-
] = Field(alias="billableFeatures", default=None)
|
|
422
|
-
addons: Optional[
|
|
423
|
-
List[
|
|
424
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
425
|
-
]
|
|
426
|
-
] = Field(default=None)
|
|
427
|
-
price_overrides: Optional[
|
|
428
|
-
List[
|
|
429
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
430
|
-
]
|
|
431
|
-
] = Field(alias="priceOverrides", default=None)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
435
|
-
BaseModel
|
|
436
|
-
):
|
|
437
|
-
feature_id: str = Field(alias="featureId")
|
|
438
|
-
quantity: float
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
442
|
-
BaseModel
|
|
443
|
-
):
|
|
444
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
445
|
-
quantity: float
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
449
|
-
BaseModel
|
|
450
|
-
):
|
|
451
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
452
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
453
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
457
|
-
BaseModel
|
|
458
|
-
):
|
|
459
|
-
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
460
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
461
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
465
|
-
BaseModel
|
|
466
|
-
):
|
|
467
|
-
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
468
|
-
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
469
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
470
|
-
|
|
471
|
-
|
|
472
302
|
class SlimCustomerFragment(BaseModel):
|
|
473
303
|
id: str
|
|
474
304
|
name: Optional[str] = Field(default=None)
|
|
@@ -486,33 +316,6 @@ class SlimCustomerFragment(BaseModel):
|
|
|
486
316
|
)
|
|
487
317
|
|
|
488
318
|
|
|
489
|
-
class SubscriptionInvoiceFragment(BaseModel):
|
|
490
|
-
billing_id: str = Field(alias="billingId")
|
|
491
|
-
status: SubscriptionInvoiceStatus
|
|
492
|
-
created_at: Any = Field(alias="createdAt")
|
|
493
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
494
|
-
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
495
|
-
requires_action: bool = Field(alias="requiresAction")
|
|
496
|
-
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
497
|
-
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
498
|
-
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
499
|
-
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
500
|
-
alias="billingReason", default=None
|
|
501
|
-
)
|
|
502
|
-
currency: Optional[str] = Field(default=None)
|
|
503
|
-
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
504
|
-
sub_total_excluding_tax: Optional[float] = Field(
|
|
505
|
-
alias="subTotalExcludingTax", default=None
|
|
506
|
-
)
|
|
507
|
-
total: Optional[float] = Field(default=None)
|
|
508
|
-
total_excluding_tax: Optional[float] = Field(
|
|
509
|
-
alias="totalExcludingTax", default=None
|
|
510
|
-
)
|
|
511
|
-
tax: Optional[float] = Field(default=None)
|
|
512
|
-
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
513
|
-
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
514
|
-
|
|
515
|
-
|
|
516
319
|
class SubscriptionFutureUpdateData(BaseModel):
|
|
517
320
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
518
321
|
alias="subscriptionScheduleType"
|
|
@@ -667,24 +470,6 @@ class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(Bas
|
|
|
667
470
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
668
471
|
|
|
669
472
|
|
|
670
|
-
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
671
|
-
package_group_id: str = Field(alias="packageGroupId")
|
|
672
|
-
display_name: str = Field(alias="displayName")
|
|
673
|
-
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
674
|
-
default=None
|
|
675
|
-
)
|
|
676
|
-
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
680
|
-
pass
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
684
|
-
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
685
|
-
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
686
|
-
|
|
687
|
-
|
|
688
473
|
class ProductFragment(BaseModel):
|
|
689
474
|
ref_id: str = Field(alias="refId")
|
|
690
475
|
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
@@ -706,6 +491,24 @@ class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
|
706
491
|
display_name: str = Field(alias="displayName")
|
|
707
492
|
|
|
708
493
|
|
|
494
|
+
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
495
|
+
package_group_id: str = Field(alias="packageGroupId")
|
|
496
|
+
display_name: str = Field(alias="displayName")
|
|
497
|
+
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
498
|
+
default=None
|
|
499
|
+
)
|
|
500
|
+
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
504
|
+
pass
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
508
|
+
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
509
|
+
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
510
|
+
|
|
511
|
+
|
|
709
512
|
class PlanFragment(BaseModel):
|
|
710
513
|
id: str
|
|
711
514
|
ref_id: str = Field(alias="refId")
|
|
@@ -787,6 +590,172 @@ class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
|
787
590
|
limit: float
|
|
788
591
|
|
|
789
592
|
|
|
593
|
+
class CustomerResourceFragment(BaseModel):
|
|
594
|
+
resource_id: str = Field(alias="resourceId")
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
class SubscriptionScheduledUpdateData(BaseModel):
|
|
598
|
+
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
599
|
+
alias="subscriptionScheduleType"
|
|
600
|
+
)
|
|
601
|
+
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
602
|
+
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
603
|
+
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
604
|
+
alias="targetPackage", default=None
|
|
605
|
+
)
|
|
606
|
+
schedule_variables: Optional[
|
|
607
|
+
Annotated[
|
|
608
|
+
Union[
|
|
609
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
610
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
611
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
612
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
613
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
614
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
615
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
616
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
617
|
+
],
|
|
618
|
+
Field(discriminator="typename__"),
|
|
619
|
+
]
|
|
620
|
+
] = Field(alias="scheduleVariables", default=None)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
624
|
+
id: str
|
|
625
|
+
ref_id: str = Field(alias="refId")
|
|
626
|
+
display_name: str = Field(alias="displayName")
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
630
|
+
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
631
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
632
|
+
new_quantity: float = Field(alias="newQuantity")
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
636
|
+
BaseModel
|
|
637
|
+
):
|
|
638
|
+
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
639
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
640
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
644
|
+
BaseModel
|
|
645
|
+
):
|
|
646
|
+
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
647
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
651
|
+
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
655
|
+
BaseModel
|
|
656
|
+
):
|
|
657
|
+
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
658
|
+
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
659
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
660
|
+
billable_features: Optional[
|
|
661
|
+
List[
|
|
662
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
663
|
+
]
|
|
664
|
+
] = Field(alias="billableFeatures", default=None)
|
|
665
|
+
addons: Optional[
|
|
666
|
+
List[
|
|
667
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
668
|
+
]
|
|
669
|
+
] = Field(default=None)
|
|
670
|
+
price_overrides: Optional[
|
|
671
|
+
List[
|
|
672
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
673
|
+
]
|
|
674
|
+
] = Field(alias="priceOverrides", default=None)
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
678
|
+
BaseModel
|
|
679
|
+
):
|
|
680
|
+
feature_id: str = Field(alias="featureId")
|
|
681
|
+
quantity: float
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
685
|
+
BaseModel
|
|
686
|
+
):
|
|
687
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
688
|
+
quantity: float
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
692
|
+
BaseModel
|
|
693
|
+
):
|
|
694
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
695
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
696
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
700
|
+
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
701
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
702
|
+
change_type: PlanChangeType = Field(alias="changeType")
|
|
703
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
704
|
+
billable_features: Optional[
|
|
705
|
+
List[
|
|
706
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
707
|
+
]
|
|
708
|
+
] = Field(alias="billableFeatures", default=None)
|
|
709
|
+
addons: Optional[
|
|
710
|
+
List[
|
|
711
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
712
|
+
]
|
|
713
|
+
] = Field(default=None)
|
|
714
|
+
price_overrides: Optional[
|
|
715
|
+
List[
|
|
716
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
717
|
+
]
|
|
718
|
+
] = Field(alias="priceOverrides", default=None)
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
722
|
+
BaseModel
|
|
723
|
+
):
|
|
724
|
+
feature_id: str = Field(alias="featureId")
|
|
725
|
+
quantity: float
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
729
|
+
BaseModel
|
|
730
|
+
):
|
|
731
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
732
|
+
quantity: float
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
736
|
+
BaseModel
|
|
737
|
+
):
|
|
738
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
739
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
740
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
744
|
+
BaseModel
|
|
745
|
+
):
|
|
746
|
+
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
747
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
748
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
752
|
+
BaseModel
|
|
753
|
+
):
|
|
754
|
+
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
755
|
+
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
756
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
757
|
+
|
|
758
|
+
|
|
790
759
|
class TotalPriceFragment(BaseModel):
|
|
791
760
|
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
792
761
|
total: "TotalPriceFragmentTotal"
|
|
@@ -802,6 +771,37 @@ class TotalPriceFragmentTotal(BaseModel):
|
|
|
802
771
|
currency: Currency
|
|
803
772
|
|
|
804
773
|
|
|
774
|
+
class SubscriptionInvoiceFragment(BaseModel):
|
|
775
|
+
billing_id: str = Field(alias="billingId")
|
|
776
|
+
status: SubscriptionInvoiceStatus
|
|
777
|
+
created_at: Any = Field(alias="createdAt")
|
|
778
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
779
|
+
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
780
|
+
requires_action: bool = Field(alias="requiresAction")
|
|
781
|
+
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
782
|
+
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
783
|
+
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
784
|
+
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
785
|
+
alias="billingReason", default=None
|
|
786
|
+
)
|
|
787
|
+
currency: Optional[str] = Field(default=None)
|
|
788
|
+
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
789
|
+
sub_total_excluding_tax: Optional[float] = Field(
|
|
790
|
+
alias="subTotalExcludingTax", default=None
|
|
791
|
+
)
|
|
792
|
+
total: Optional[float] = Field(default=None)
|
|
793
|
+
total_excluding_tax: Optional[float] = Field(
|
|
794
|
+
alias="totalExcludingTax", default=None
|
|
795
|
+
)
|
|
796
|
+
tax: Optional[float] = Field(default=None)
|
|
797
|
+
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
798
|
+
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
802
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
803
|
+
|
|
804
|
+
|
|
805
805
|
class SubscriptionFragment(BaseModel):
|
|
806
806
|
id: str
|
|
807
807
|
subscription_id: str = Field(alias="subscriptionId")
|
|
@@ -2770,23 +2770,23 @@ 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
2778
|
FeatureFragment.model_rebuild()
|
|
2779
2779
|
EntitlementFragment.model_rebuild()
|
|
2780
|
-
CustomerResourceFragment.model_rebuild()
|
|
2781
|
-
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2782
|
-
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2783
2780
|
SlimCustomerFragment.model_rebuild()
|
|
2784
|
-
SubscriptionInvoiceFragment.model_rebuild()
|
|
2785
2781
|
SubscriptionFutureUpdateData.model_rebuild()
|
|
2786
|
-
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2787
2782
|
ProductFragment.model_rebuild()
|
|
2783
|
+
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2788
2784
|
PlanFragment.model_rebuild()
|
|
2785
|
+
CustomerResourceFragment.model_rebuild()
|
|
2786
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2789
2787
|
TotalPriceFragment.model_rebuild()
|
|
2788
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2789
|
+
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2790
2790
|
SubscriptionFragment.model_rebuild()
|
|
2791
2791
|
ApplySubscriptionFragment.model_rebuild()
|
|
2792
2792
|
FontVariantFragment.model_rebuild()
|
stigg/generated/input_types.py
CHANGED
|
@@ -4319,7 +4319,7 @@ class UpdateCouponInput(BaseModel):
|
|
|
4319
4319
|
)
|
|
4320
4320
|
description: Optional[str] = None
|
|
4321
4321
|
environment_id: Optional[str] = Field(alias="environmentId", default=None)
|
|
4322
|
-
name: str
|
|
4322
|
+
name: Optional[str] = None
|
|
4323
4323
|
ref_id: str = Field(alias="refId")
|
|
4324
4324
|
|
|
4325
4325
|
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=t6q4y-5cKBmgLTrf_2YWXkNvmclEjnvBos1Ycd0aomI,3521
|
|
|
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=XZkCYkOQJ5cj6xYbvLijhDnv9i-kbiGM8slOpq-tbHE,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
|
|
@@ -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=uDdFYmmvwvobLQDS09UDQZQYnOlsupzz4bXQMMM-Ba4,193972
|
|
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.415.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
164
|
+
stigg_api_client_v2-2.415.0.dist-info/METADATA,sha256=r3AprAiLJjFjoOfAp2LHwackkcG6JOENawXCE278nwc,2258
|
|
165
|
+
stigg_api_client_v2-2.415.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
166
|
+
stigg_api_client_v2-2.415.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|