stigg-api-client-v2 2.475.1__py3-none-any.whl → 2.479.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of stigg-api-client-v2 might be problematic. Click here for more details.
- stigg/generated/async_client.py +9 -0
- stigg/generated/client.py +9 -0
- stigg/generated/fragments.py +311 -309
- {stigg_api_client_v2-2.475.1.dist-info → stigg_api_client_v2-2.479.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.475.1.dist-info → stigg_api_client_v2-2.479.0.dist-info}/RECORD +7 -7
- {stigg_api_client_v2-2.475.1.dist-info → stigg_api_client_v2-2.479.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.475.1.dist-info → stigg_api_client_v2-2.479.0.dist-info}/WHEEL +0 -0
stigg/generated/async_client.py
CHANGED
|
@@ -244,6 +244,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
244
244
|
billingId
|
|
245
245
|
billingLinkUrl
|
|
246
246
|
effectiveEndDate
|
|
247
|
+
cancellationDate
|
|
247
248
|
currentBillingPeriodEnd
|
|
248
249
|
pricingType
|
|
249
250
|
latestInvoice {
|
|
@@ -643,6 +644,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
643
644
|
billingId
|
|
644
645
|
billingLinkUrl
|
|
645
646
|
effectiveEndDate
|
|
647
|
+
cancellationDate
|
|
646
648
|
currentBillingPeriodEnd
|
|
647
649
|
pricingType
|
|
648
650
|
latestInvoice {
|
|
@@ -1281,6 +1283,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
1281
1283
|
billingId
|
|
1282
1284
|
billingLinkUrl
|
|
1283
1285
|
effectiveEndDate
|
|
1286
|
+
cancellationDate
|
|
1284
1287
|
currentBillingPeriodEnd
|
|
1285
1288
|
pricingType
|
|
1286
1289
|
latestInvoice {
|
|
@@ -1428,6 +1431,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
1428
1431
|
billingId
|
|
1429
1432
|
billingLinkUrl
|
|
1430
1433
|
effectiveEndDate
|
|
1434
|
+
cancellationDate
|
|
1431
1435
|
currentBillingPeriodEnd
|
|
1432
1436
|
pricingType
|
|
1433
1437
|
latestInvoice {
|
|
@@ -2238,6 +2242,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2238
2242
|
billingId
|
|
2239
2243
|
billingLinkUrl
|
|
2240
2244
|
effectiveEndDate
|
|
2245
|
+
cancellationDate
|
|
2241
2246
|
currentBillingPeriodEnd
|
|
2242
2247
|
pricingType
|
|
2243
2248
|
latestInvoice {
|
|
@@ -2461,6 +2466,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2461
2466
|
billingId
|
|
2462
2467
|
billingLinkUrl
|
|
2463
2468
|
effectiveEndDate
|
|
2469
|
+
cancellationDate
|
|
2464
2470
|
currentBillingPeriodEnd
|
|
2465
2471
|
pricingType
|
|
2466
2472
|
latestInvoice {
|
|
@@ -2608,6 +2614,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2608
2614
|
billingId
|
|
2609
2615
|
billingLinkUrl
|
|
2610
2616
|
effectiveEndDate
|
|
2617
|
+
cancellationDate
|
|
2611
2618
|
currentBillingPeriodEnd
|
|
2612
2619
|
pricingType
|
|
2613
2620
|
latestInvoice {
|
|
@@ -2755,6 +2762,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2755
2762
|
billingId
|
|
2756
2763
|
billingLinkUrl
|
|
2757
2764
|
effectiveEndDate
|
|
2765
|
+
cancellationDate
|
|
2758
2766
|
currentBillingPeriodEnd
|
|
2759
2767
|
pricingType
|
|
2760
2768
|
latestInvoice {
|
|
@@ -3781,6 +3789,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
3781
3789
|
status
|
|
3782
3790
|
pricingType
|
|
3783
3791
|
startDate
|
|
3792
|
+
cancellationDate
|
|
3784
3793
|
currentBillingPeriodEnd
|
|
3785
3794
|
customer {
|
|
3786
3795
|
customerId
|
stigg/generated/client.py
CHANGED
|
@@ -244,6 +244,7 @@ class Client(BaseClient):
|
|
|
244
244
|
billingId
|
|
245
245
|
billingLinkUrl
|
|
246
246
|
effectiveEndDate
|
|
247
|
+
cancellationDate
|
|
247
248
|
currentBillingPeriodEnd
|
|
248
249
|
pricingType
|
|
249
250
|
latestInvoice {
|
|
@@ -643,6 +644,7 @@ class Client(BaseClient):
|
|
|
643
644
|
billingId
|
|
644
645
|
billingLinkUrl
|
|
645
646
|
effectiveEndDate
|
|
647
|
+
cancellationDate
|
|
646
648
|
currentBillingPeriodEnd
|
|
647
649
|
pricingType
|
|
648
650
|
latestInvoice {
|
|
@@ -1281,6 +1283,7 @@ class Client(BaseClient):
|
|
|
1281
1283
|
billingId
|
|
1282
1284
|
billingLinkUrl
|
|
1283
1285
|
effectiveEndDate
|
|
1286
|
+
cancellationDate
|
|
1284
1287
|
currentBillingPeriodEnd
|
|
1285
1288
|
pricingType
|
|
1286
1289
|
latestInvoice {
|
|
@@ -1428,6 +1431,7 @@ class Client(BaseClient):
|
|
|
1428
1431
|
billingId
|
|
1429
1432
|
billingLinkUrl
|
|
1430
1433
|
effectiveEndDate
|
|
1434
|
+
cancellationDate
|
|
1431
1435
|
currentBillingPeriodEnd
|
|
1432
1436
|
pricingType
|
|
1433
1437
|
latestInvoice {
|
|
@@ -2236,6 +2240,7 @@ class Client(BaseClient):
|
|
|
2236
2240
|
billingId
|
|
2237
2241
|
billingLinkUrl
|
|
2238
2242
|
effectiveEndDate
|
|
2243
|
+
cancellationDate
|
|
2239
2244
|
currentBillingPeriodEnd
|
|
2240
2245
|
pricingType
|
|
2241
2246
|
latestInvoice {
|
|
@@ -2459,6 +2464,7 @@ class Client(BaseClient):
|
|
|
2459
2464
|
billingId
|
|
2460
2465
|
billingLinkUrl
|
|
2461
2466
|
effectiveEndDate
|
|
2467
|
+
cancellationDate
|
|
2462
2468
|
currentBillingPeriodEnd
|
|
2463
2469
|
pricingType
|
|
2464
2470
|
latestInvoice {
|
|
@@ -2606,6 +2612,7 @@ class Client(BaseClient):
|
|
|
2606
2612
|
billingId
|
|
2607
2613
|
billingLinkUrl
|
|
2608
2614
|
effectiveEndDate
|
|
2615
|
+
cancellationDate
|
|
2609
2616
|
currentBillingPeriodEnd
|
|
2610
2617
|
pricingType
|
|
2611
2618
|
latestInvoice {
|
|
@@ -2753,6 +2760,7 @@ class Client(BaseClient):
|
|
|
2753
2760
|
billingId
|
|
2754
2761
|
billingLinkUrl
|
|
2755
2762
|
effectiveEndDate
|
|
2763
|
+
cancellationDate
|
|
2756
2764
|
currentBillingPeriodEnd
|
|
2757
2765
|
pricingType
|
|
2758
2766
|
latestInvoice {
|
|
@@ -3779,6 +3787,7 @@ class Client(BaseClient):
|
|
|
3779
3787
|
status
|
|
3780
3788
|
pricingType
|
|
3781
3789
|
startDate
|
|
3790
|
+
cancellationDate
|
|
3782
3791
|
currentBillingPeriodEnd
|
|
3783
3792
|
customer {
|
|
3784
3793
|
customerId
|
stigg/generated/fragments.py
CHANGED
|
@@ -304,6 +304,176 @@ class EntitlementFragmentFeature(FeatureFragment):
|
|
|
304
304
|
pass
|
|
305
305
|
|
|
306
306
|
|
|
307
|
+
class SubscriptionInvoiceFragment(BaseModel):
|
|
308
|
+
billing_id: str = Field(alias="billingId")
|
|
309
|
+
status: SubscriptionInvoiceStatus
|
|
310
|
+
created_at: Any = Field(alias="createdAt")
|
|
311
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
312
|
+
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
313
|
+
requires_action: bool = Field(alias="requiresAction")
|
|
314
|
+
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
315
|
+
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
316
|
+
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
317
|
+
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
318
|
+
alias="billingReason", default=None
|
|
319
|
+
)
|
|
320
|
+
currency: Optional[str] = Field(default=None)
|
|
321
|
+
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
322
|
+
sub_total_excluding_tax: Optional[float] = Field(
|
|
323
|
+
alias="subTotalExcludingTax", default=None
|
|
324
|
+
)
|
|
325
|
+
total: Optional[float] = Field(default=None)
|
|
326
|
+
total_excluding_tax: Optional[float] = Field(
|
|
327
|
+
alias="totalExcludingTax", default=None
|
|
328
|
+
)
|
|
329
|
+
tax: Optional[float] = Field(default=None)
|
|
330
|
+
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
331
|
+
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
335
|
+
package_group_id: str = Field(alias="packageGroupId")
|
|
336
|
+
display_name: str = Field(alias="displayName")
|
|
337
|
+
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
338
|
+
default=None
|
|
339
|
+
)
|
|
340
|
+
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
344
|
+
pass
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
348
|
+
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
349
|
+
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
class ProductFragment(BaseModel):
|
|
353
|
+
ref_id: str = Field(alias="refId")
|
|
354
|
+
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
355
|
+
description: Optional[str] = Field(default=None)
|
|
356
|
+
additional_meta_data: Optional[Any] = Field(
|
|
357
|
+
alias="additionalMetaData", default=None
|
|
358
|
+
)
|
|
359
|
+
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
class ProductFragmentProductSettings(BaseModel):
|
|
363
|
+
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
364
|
+
alias="downgradePlan", default=None
|
|
365
|
+
)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
369
|
+
ref_id: str = Field(alias="refId")
|
|
370
|
+
display_name: str = Field(alias="displayName")
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
class PlanFragment(BaseModel):
|
|
374
|
+
id: Any
|
|
375
|
+
ref_id: str = Field(alias="refId")
|
|
376
|
+
display_name: str = Field(alias="displayName")
|
|
377
|
+
description: Optional[str] = Field(default=None)
|
|
378
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
379
|
+
version_number: int = Field(alias="versionNumber")
|
|
380
|
+
additional_meta_data: Optional[Any] = Field(
|
|
381
|
+
alias="additionalMetaData", default=None
|
|
382
|
+
)
|
|
383
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
384
|
+
alias="hiddenFromWidgets", default=None
|
|
385
|
+
)
|
|
386
|
+
product: "PlanFragmentProduct"
|
|
387
|
+
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
388
|
+
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
389
|
+
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
390
|
+
alias="inheritedEntitlements", default=None
|
|
391
|
+
)
|
|
392
|
+
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
393
|
+
alias="compatibleAddons", default=None
|
|
394
|
+
)
|
|
395
|
+
compatible_package_groups: Optional[
|
|
396
|
+
List["PlanFragmentCompatiblePackageGroups"]
|
|
397
|
+
] = Field(alias="compatiblePackageGroups", default=None)
|
|
398
|
+
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
399
|
+
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
400
|
+
alias="overagePrices", default=None
|
|
401
|
+
)
|
|
402
|
+
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
403
|
+
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
404
|
+
alias="defaultTrialConfig", default=None
|
|
405
|
+
)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
class PlanFragmentProduct(ProductFragment):
|
|
409
|
+
pass
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
class PlanFragmentBasePlan(BaseModel):
|
|
413
|
+
ref_id: str = Field(alias="refId")
|
|
414
|
+
display_name: str = Field(alias="displayName")
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
418
|
+
pass
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
422
|
+
pass
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
426
|
+
pass
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
430
|
+
pass
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
class PlanFragmentPrices(PriceFragment):
|
|
434
|
+
pass
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
438
|
+
pass
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
442
|
+
duration: float
|
|
443
|
+
units: TrialPeriodUnits
|
|
444
|
+
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
445
|
+
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
446
|
+
alias="trialEndBehavior", default=None
|
|
447
|
+
)
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
451
|
+
limit: float
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
class CustomerResourceFragment(BaseModel):
|
|
455
|
+
resource_id: str = Field(alias="resourceId")
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
class TotalPriceFragment(BaseModel):
|
|
459
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
460
|
+
total: "TotalPriceFragmentTotal"
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
464
|
+
amount: float
|
|
465
|
+
currency: Currency
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
469
|
+
amount: float
|
|
470
|
+
currency: Currency
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
474
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
475
|
+
|
|
476
|
+
|
|
307
477
|
class SubscriptionScheduledUpdateData(BaseModel):
|
|
308
478
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
309
479
|
alias="subscriptionScheduleType"
|
|
@@ -466,8 +636,21 @@ class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
|
466
636
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
467
637
|
|
|
468
638
|
|
|
469
|
-
class
|
|
470
|
-
|
|
639
|
+
class SlimCustomerFragment(BaseModel):
|
|
640
|
+
id: Any
|
|
641
|
+
name: Optional[str] = Field(default=None)
|
|
642
|
+
email: Optional[str] = Field(default=None)
|
|
643
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
644
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
645
|
+
ref_id: str = Field(alias="refId")
|
|
646
|
+
customer_id: str = Field(alias="customerId")
|
|
647
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
648
|
+
additional_meta_data: Optional[Any] = Field(
|
|
649
|
+
alias="additionalMetaData", default=None
|
|
650
|
+
)
|
|
651
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
652
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
653
|
+
)
|
|
471
654
|
|
|
472
655
|
|
|
473
656
|
class SubscriptionFutureUpdateData(BaseModel):
|
|
@@ -565,246 +748,63 @@ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddon
|
|
|
565
748
|
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
566
749
|
BaseModel
|
|
567
750
|
):
|
|
568
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
569
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
570
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
574
|
-
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
575
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
576
|
-
change_type: PlanChangeType = Field(alias="changeType")
|
|
577
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
578
|
-
billable_features: Optional[
|
|
579
|
-
List[
|
|
580
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
581
|
-
]
|
|
582
|
-
] = Field(alias="billableFeatures", default=None)
|
|
583
|
-
addons: Optional[
|
|
584
|
-
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
585
|
-
] = Field(default=None)
|
|
586
|
-
price_overrides: Optional[
|
|
587
|
-
List[
|
|
588
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
589
|
-
]
|
|
590
|
-
] = Field(alias="priceOverrides", default=None)
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
594
|
-
BaseModel
|
|
595
|
-
):
|
|
596
|
-
feature_id: str = Field(alias="featureId")
|
|
597
|
-
quantity: float
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
601
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
602
|
-
quantity: float
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
606
|
-
BaseModel
|
|
607
|
-
):
|
|
608
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
609
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
610
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
614
|
-
BaseModel
|
|
615
|
-
):
|
|
616
|
-
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
617
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
618
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
622
|
-
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
623
|
-
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
624
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
class ProductFragment(BaseModel):
|
|
628
|
-
ref_id: str = Field(alias="refId")
|
|
629
|
-
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
630
|
-
description: Optional[str] = Field(default=None)
|
|
631
|
-
additional_meta_data: Optional[Any] = Field(
|
|
632
|
-
alias="additionalMetaData", default=None
|
|
633
|
-
)
|
|
634
|
-
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
class ProductFragmentProductSettings(BaseModel):
|
|
638
|
-
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
639
|
-
alias="downgradePlan", default=None
|
|
640
|
-
)
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
644
|
-
ref_id: str = Field(alias="refId")
|
|
645
|
-
display_name: str = Field(alias="displayName")
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
649
|
-
package_group_id: str = Field(alias="packageGroupId")
|
|
650
|
-
display_name: str = Field(alias="displayName")
|
|
651
|
-
addons: Optional[List["PlanCompatiblePackageGroupsFragmentAddons"]] = Field(
|
|
652
|
-
default=None
|
|
653
|
-
)
|
|
654
|
-
options: "PlanCompatiblePackageGroupsFragmentOptions"
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
class PlanCompatiblePackageGroupsFragmentAddons(AddonFragment):
|
|
658
|
-
pass
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
662
|
-
min_items: Optional[float] = Field(alias="minItems", default=None)
|
|
663
|
-
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
class PlanFragment(BaseModel):
|
|
667
|
-
id: Any
|
|
668
|
-
ref_id: str = Field(alias="refId")
|
|
669
|
-
display_name: str = Field(alias="displayName")
|
|
670
|
-
description: Optional[str] = Field(default=None)
|
|
671
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
672
|
-
version_number: int = Field(alias="versionNumber")
|
|
673
|
-
additional_meta_data: Optional[Any] = Field(
|
|
674
|
-
alias="additionalMetaData", default=None
|
|
675
|
-
)
|
|
676
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
677
|
-
alias="hiddenFromWidgets", default=None
|
|
678
|
-
)
|
|
679
|
-
product: "PlanFragmentProduct"
|
|
680
|
-
base_plan: Optional["PlanFragmentBasePlan"] = Field(alias="basePlan", default=None)
|
|
681
|
-
entitlements: Optional[List["PlanFragmentEntitlements"]] = Field(default=None)
|
|
682
|
-
inherited_entitlements: Optional[List["PlanFragmentInheritedEntitlements"]] = Field(
|
|
683
|
-
alias="inheritedEntitlements", default=None
|
|
684
|
-
)
|
|
685
|
-
compatible_addons: Optional[List["PlanFragmentCompatibleAddons"]] = Field(
|
|
686
|
-
alias="compatibleAddons", default=None
|
|
687
|
-
)
|
|
688
|
-
compatible_package_groups: Optional[
|
|
689
|
-
List["PlanFragmentCompatiblePackageGroups"]
|
|
690
|
-
] = Field(alias="compatiblePackageGroups", default=None)
|
|
691
|
-
prices: Optional[List["PlanFragmentPrices"]] = Field(default=None)
|
|
692
|
-
overage_prices: Optional[List["PlanFragmentOveragePrices"]] = Field(
|
|
693
|
-
alias="overagePrices", default=None
|
|
694
|
-
)
|
|
695
|
-
pricing_type: Optional[PricingType] = Field(alias="pricingType", default=None)
|
|
696
|
-
default_trial_config: Optional["PlanFragmentDefaultTrialConfig"] = Field(
|
|
697
|
-
alias="defaultTrialConfig", default=None
|
|
698
|
-
)
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
class PlanFragmentProduct(ProductFragment):
|
|
702
|
-
pass
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
class PlanFragmentBasePlan(BaseModel):
|
|
706
|
-
ref_id: str = Field(alias="refId")
|
|
707
|
-
display_name: str = Field(alias="displayName")
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
711
|
-
pass
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
715
|
-
pass
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
719
|
-
pass
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
723
|
-
pass
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
class PlanFragmentPrices(PriceFragment):
|
|
727
|
-
pass
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
731
|
-
pass
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
735
|
-
duration: float
|
|
736
|
-
units: TrialPeriodUnits
|
|
737
|
-
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
738
|
-
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
739
|
-
alias="trialEndBehavior", default=None
|
|
740
|
-
)
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
744
|
-
limit: float
|
|
751
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
752
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
753
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
745
754
|
|
|
746
755
|
|
|
747
|
-
class
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
)
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
)
|
|
765
|
-
total: Optional[float] = Field(default=None)
|
|
766
|
-
total_excluding_tax: Optional[float] = Field(
|
|
767
|
-
alias="totalExcludingTax", default=None
|
|
768
|
-
)
|
|
769
|
-
tax: Optional[float] = Field(default=None)
|
|
770
|
-
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
771
|
-
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
756
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
757
|
+
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
758
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
759
|
+
change_type: PlanChangeType = Field(alias="changeType")
|
|
760
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
761
|
+
billable_features: Optional[
|
|
762
|
+
List[
|
|
763
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
764
|
+
]
|
|
765
|
+
] = Field(alias="billableFeatures", default=None)
|
|
766
|
+
addons: Optional[
|
|
767
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
768
|
+
] = Field(default=None)
|
|
769
|
+
price_overrides: Optional[
|
|
770
|
+
List[
|
|
771
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
772
|
+
]
|
|
773
|
+
] = Field(alias="priceOverrides", default=None)
|
|
772
774
|
|
|
773
775
|
|
|
774
|
-
class
|
|
775
|
-
|
|
776
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
777
|
+
BaseModel
|
|
778
|
+
):
|
|
779
|
+
feature_id: str = Field(alias="featureId")
|
|
780
|
+
quantity: float
|
|
776
781
|
|
|
777
782
|
|
|
778
|
-
class
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
email: Optional[str] = Field(default=None)
|
|
782
|
-
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
783
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
784
|
-
ref_id: str = Field(alias="refId")
|
|
785
|
-
customer_id: str = Field(alias="customerId")
|
|
786
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
787
|
-
additional_meta_data: Optional[Any] = Field(
|
|
788
|
-
alias="additionalMetaData", default=None
|
|
789
|
-
)
|
|
790
|
-
aws_marketplace_customer_id: Optional[str] = Field(
|
|
791
|
-
alias="awsMarketplaceCustomerId", default=None
|
|
792
|
-
)
|
|
783
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
784
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
785
|
+
quantity: float
|
|
793
786
|
|
|
794
787
|
|
|
795
|
-
class
|
|
796
|
-
|
|
797
|
-
|
|
788
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
789
|
+
BaseModel
|
|
790
|
+
):
|
|
791
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
792
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
793
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
798
794
|
|
|
799
795
|
|
|
800
|
-
class
|
|
801
|
-
|
|
802
|
-
|
|
796
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
797
|
+
BaseModel
|
|
798
|
+
):
|
|
799
|
+
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
800
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
801
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
803
802
|
|
|
804
803
|
|
|
805
|
-
class
|
|
806
|
-
|
|
807
|
-
|
|
804
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
805
|
+
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
806
|
+
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
807
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
808
808
|
|
|
809
809
|
|
|
810
810
|
class SubscriptionFragment(BaseModel):
|
|
@@ -1262,43 +1262,6 @@ class CustomerPortalEntitlementFragmentFeature(FeatureFragment):
|
|
|
1262
1262
|
pass
|
|
1263
1263
|
|
|
1264
1264
|
|
|
1265
|
-
class CustomerPortalPromotionalEntitlementFragment(BaseModel):
|
|
1266
|
-
display_name: str = Field(alias="displayName")
|
|
1267
|
-
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
1268
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1269
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1270
|
-
period: PromotionalEntitlementPeriod
|
|
1271
|
-
start_date: Any = Field(alias="startDate")
|
|
1272
|
-
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1276
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1277
|
-
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1278
|
-
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1279
|
-
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1280
|
-
default=None
|
|
1281
|
-
)
|
|
1282
|
-
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1283
|
-
default=None
|
|
1284
|
-
)
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1288
|
-
amount: float
|
|
1289
|
-
currency: Currency
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1293
|
-
id: Any
|
|
1294
|
-
ref_id: str = Field(alias="refId")
|
|
1295
|
-
display_name: str = Field(alias="displayName")
|
|
1296
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1297
|
-
feature_units_plural: Optional[str] = Field(
|
|
1298
|
-
alias="featureUnitsPlural", default=None
|
|
1299
|
-
)
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
1265
|
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1303
1266
|
addon_id: str = Field(alias="addonId")
|
|
1304
1267
|
description: Optional[str] = Field(default=None)
|
|
@@ -1475,6 +1438,33 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
|
|
|
1475
1438
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
1476
1439
|
|
|
1477
1440
|
|
|
1441
|
+
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1442
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1443
|
+
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1444
|
+
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1445
|
+
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1446
|
+
default=None
|
|
1447
|
+
)
|
|
1448
|
+
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1449
|
+
default=None
|
|
1450
|
+
)
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1454
|
+
amount: float
|
|
1455
|
+
currency: Currency
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1459
|
+
id: Any
|
|
1460
|
+
ref_id: str = Field(alias="refId")
|
|
1461
|
+
display_name: str = Field(alias="displayName")
|
|
1462
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1463
|
+
feature_units_plural: Optional[str] = Field(
|
|
1464
|
+
alias="featureUnitsPlural", default=None
|
|
1465
|
+
)
|
|
1466
|
+
|
|
1467
|
+
|
|
1478
1468
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
1479
1469
|
subscription_id: str = Field(alias="subscriptionId")
|
|
1480
1470
|
plan_id: str = Field(alias="planId")
|
|
@@ -1571,6 +1561,16 @@ class CustomerPortalSubscriptionFragmentScheduledUpdates(
|
|
|
1571
1561
|
pass
|
|
1572
1562
|
|
|
1573
1563
|
|
|
1564
|
+
class CustomerPortalPromotionalEntitlementFragment(BaseModel):
|
|
1565
|
+
display_name: str = Field(alias="displayName")
|
|
1566
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
1567
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1568
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1569
|
+
period: PromotionalEntitlementPeriod
|
|
1570
|
+
start_date: Any = Field(alias="startDate")
|
|
1571
|
+
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
1574
|
class CustomerPortalFragment(BaseModel):
|
|
1575
1575
|
subscriptions: List["CustomerPortalFragmentSubscriptions"]
|
|
1576
1576
|
entitlements: List["CustomerPortalFragmentEntitlements"]
|
|
@@ -1798,6 +1798,39 @@ class MockPaywallAddonDependencyFragment(BaseModel):
|
|
|
1798
1798
|
description: Optional[str] = Field(default=None)
|
|
1799
1799
|
|
|
1800
1800
|
|
|
1801
|
+
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1802
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1803
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1804
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1805
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1806
|
+
alias="resetPeriod", default=None
|
|
1807
|
+
)
|
|
1808
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1809
|
+
alias="hiddenFromWidgets", default=None
|
|
1810
|
+
)
|
|
1811
|
+
display_name_override: Optional[str] = Field(
|
|
1812
|
+
alias="displayNameOverride", default=None
|
|
1813
|
+
)
|
|
1814
|
+
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1815
|
+
default=None
|
|
1816
|
+
)
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1820
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
1821
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1822
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1823
|
+
feature_units_plural: Optional[str] = Field(
|
|
1824
|
+
alias="featureUnitsPlural", default=None
|
|
1825
|
+
)
|
|
1826
|
+
display_name: str = Field(alias="displayName")
|
|
1827
|
+
description: Optional[str] = Field(default=None)
|
|
1828
|
+
ref_id: str = Field(alias="refId")
|
|
1829
|
+
additional_meta_data: Optional[Any] = Field(
|
|
1830
|
+
alias="additionalMetaData", default=None
|
|
1831
|
+
)
|
|
1832
|
+
|
|
1833
|
+
|
|
1801
1834
|
class MockPaywallPriceFragment(BaseModel):
|
|
1802
1835
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
1803
1836
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -1832,39 +1865,6 @@ class MockPaywallPriceFragmentFeature(BaseModel):
|
|
|
1832
1865
|
display_name: str = Field(alias="displayName")
|
|
1833
1866
|
|
|
1834
1867
|
|
|
1835
|
-
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1836
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1837
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1838
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1839
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1840
|
-
alias="resetPeriod", default=None
|
|
1841
|
-
)
|
|
1842
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1843
|
-
alias="hiddenFromWidgets", default=None
|
|
1844
|
-
)
|
|
1845
|
-
display_name_override: Optional[str] = Field(
|
|
1846
|
-
alias="displayNameOverride", default=None
|
|
1847
|
-
)
|
|
1848
|
-
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1849
|
-
default=None
|
|
1850
|
-
)
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1854
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
1855
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1856
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1857
|
-
feature_units_plural: Optional[str] = Field(
|
|
1858
|
-
alias="featureUnitsPlural", default=None
|
|
1859
|
-
)
|
|
1860
|
-
display_name: str = Field(alias="displayName")
|
|
1861
|
-
description: Optional[str] = Field(default=None)
|
|
1862
|
-
ref_id: str = Field(alias="refId")
|
|
1863
|
-
additional_meta_data: Optional[Any] = Field(
|
|
1864
|
-
alias="additionalMetaData", default=None
|
|
1865
|
-
)
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
1868
|
class MockPaywallAddonFragment(BaseModel):
|
|
1869
1869
|
ref_id: str = Field(alias="refId")
|
|
1870
1870
|
display_name: str = Field(alias="displayName")
|
|
@@ -2125,6 +2125,7 @@ class SlimSubscriptionFragment(BaseModel):
|
|
|
2125
2125
|
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
2126
2126
|
billing_link_url: Optional[str] = Field(alias="billingLinkUrl", default=None)
|
|
2127
2127
|
effective_end_date: Optional[Any] = Field(alias="effectiveEndDate", default=None)
|
|
2128
|
+
cancellation_date: Optional[Any] = Field(alias="cancellationDate", default=None)
|
|
2128
2129
|
current_billing_period_end: Optional[Any] = Field(
|
|
2129
2130
|
alias="currentBillingPeriodEnd", default=None
|
|
2130
2131
|
)
|
|
@@ -2257,6 +2258,7 @@ class SlimSubscriptionFragmentV2(BaseModel):
|
|
|
2257
2258
|
status: SubscriptionStatus
|
|
2258
2259
|
pricing_type: PricingType = Field(alias="pricingType")
|
|
2259
2260
|
start_date: Any = Field(alias="startDate")
|
|
2261
|
+
cancellation_date: Optional[Any] = Field(alias="cancellationDate", default=None)
|
|
2260
2262
|
current_billing_period_end: Optional[Any] = Field(
|
|
2261
2263
|
alias="currentBillingPeriodEnd", default=None
|
|
2262
2264
|
)
|
|
@@ -2843,16 +2845,16 @@ PackageEntitlementFragment.model_rebuild()
|
|
|
2843
2845
|
AddonFragment.model_rebuild()
|
|
2844
2846
|
FeatureFragment.model_rebuild()
|
|
2845
2847
|
EntitlementFragment.model_rebuild()
|
|
2846
|
-
|
|
2847
|
-
CustomerResourceFragment.model_rebuild()
|
|
2848
|
-
SubscriptionFutureUpdateData.model_rebuild()
|
|
2849
|
-
ProductFragment.model_rebuild()
|
|
2848
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2850
2849
|
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2850
|
+
ProductFragment.model_rebuild()
|
|
2851
2851
|
PlanFragment.model_rebuild()
|
|
2852
|
-
|
|
2852
|
+
CustomerResourceFragment.model_rebuild()
|
|
2853
|
+
TotalPriceFragment.model_rebuild()
|
|
2853
2854
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2855
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2854
2856
|
SlimCustomerFragment.model_rebuild()
|
|
2855
|
-
|
|
2857
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2856
2858
|
SubscriptionFragment.model_rebuild()
|
|
2857
2859
|
ApplySubscriptionFragment.model_rebuild()
|
|
2858
2860
|
FontVariantFragment.model_rebuild()
|
|
@@ -2865,11 +2867,11 @@ CheckoutStateFragment.model_rebuild()
|
|
|
2865
2867
|
CustomerPortalBillingInformationFragment.model_rebuild()
|
|
2866
2868
|
CustomerPortalConfigurationFragment.model_rebuild()
|
|
2867
2869
|
CustomerPortalEntitlementFragment.model_rebuild()
|
|
2868
|
-
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2869
|
-
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2870
2870
|
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2871
2871
|
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2872
|
+
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2872
2873
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2874
|
+
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2873
2875
|
CustomerPortalFragment.model_rebuild()
|
|
2874
2876
|
CustomerStatisticsFragment.model_rebuild()
|
|
2875
2877
|
CustomerWithSubscriptionsFragment.model_rebuild()
|
|
@@ -2879,8 +2881,8 @@ EntitlementsUpdatedPayload.model_rebuild()
|
|
|
2879
2881
|
ImmediateSubscriptionPreviewInvoiceFragment.model_rebuild()
|
|
2880
2882
|
LayoutConfigurationFragment.model_rebuild()
|
|
2881
2883
|
MockPaywallAddonDependencyFragment.model_rebuild()
|
|
2882
|
-
MockPaywallPriceFragment.model_rebuild()
|
|
2883
2884
|
MockPaywallPackageEntitlementFragment.model_rebuild()
|
|
2885
|
+
MockPaywallPriceFragment.model_rebuild()
|
|
2884
2886
|
MockPaywallAddonFragment.model_rebuild()
|
|
2885
2887
|
MockPaywallPlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2886
2888
|
MockPaywallPlanFragment.model_rebuild()
|
|
@@ -110,12 +110,12 @@ stigg/generated/__init__.py,sha256=ZqTxHJXrfwLRuzEhiy_goBs-DkH8QafSL5NEa4rczxI,7
|
|
|
110
110
|
stigg/generated/apply_subscription.py,sha256=Vbs-QZZxN16pUpt3Hp7Jvvcc5o_8xwJK9oTLQQjH0ZA,451
|
|
111
111
|
stigg/generated/archive_customer.py,sha256=3N3iBiT2Vvzfb0ckV3o57A6lmJ_ef7JNPaMX_Jtcg6c,396
|
|
112
112
|
stigg/generated/async_base_client.py,sha256=zqd6IhYxpalyA6KQkeGhXgSurC0vXSwSWmSlM2zZ0VM,12593
|
|
113
|
-
stigg/generated/async_client.py,sha256=
|
|
113
|
+
stigg/generated/async_client.py,sha256=s46zpVm8ltvC-23UgJDck__1DyPEgrZ4VkpsJ3Xl1d0,173564
|
|
114
114
|
stigg/generated/base_client.py,sha256=nAto-nOqrOHFTLqdRy2ZDpT1afgsqCzf6hTeBh5MyPQ,6674
|
|
115
115
|
stigg/generated/base_model.py,sha256=0rs99bmZqPbltlPVMfhExeA5zD6ATQFaNZVsxGNonI4,635
|
|
116
116
|
stigg/generated/cancel_subscription.py,sha256=pKrMFmKjGIuWvnVCYQ8brWQO9_JeTnfScgGQjztuN-o,457
|
|
117
117
|
stigg/generated/cancel_subscription_updates.py,sha256=T1C9vyppzZi_91pEnIGkHUL3GEsvtf5EMwr1f01tjbM,241
|
|
118
|
-
stigg/generated/client.py,sha256=
|
|
118
|
+
stigg/generated/client.py,sha256=FIRvvpLkBu44ce1V4CJtQ1XFIsWX_tqk2Qh46MPpWIM,172975
|
|
119
119
|
stigg/generated/create_subscription.py,sha256=vbpBJ_daXHcQDtvU3vbwSr2E7s4VGRHxqPavyTV3Mtk,457
|
|
120
120
|
stigg/generated/delegate_subscription_to_customer.py,sha256=0TgQDO0Hk-z7X7PGtqhvciqa8IjkToK9cpiX3Kqu_UY,561
|
|
121
121
|
stigg/generated/detach_customer_payment_method.py,sha256=ACXlC2xsGaUP723OrayFZQ9SbXxe8TtVUYdG1gqcYFc,523
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=oBfmlp2nHkpkNzYzCrfjUlNxhMQwC4uys5UidfwhSgw,3631
|
|
|
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=jeqEPh2N34P1s9H710X55h5uDAmW1BDdSTC7VPSn6Mg,103692
|
|
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
|
|
@@ -161,7 +161,7 @@ stigg/generated/transfer_subscription_to_resource.py,sha256=4-N7quYhHpVTGPi6EV-U
|
|
|
161
161
|
stigg/generated/unarchive_customer.py,sha256=0OVttDrNNOHp6xIpLfDj--XfZL0ogkSpy9eW71jND2k,441
|
|
162
162
|
stigg/generated/update_customer.py,sha256=DdbIKqG3AxIJie6Wk49m4dSVyXrQbY6UjhReZR6lkIM,403
|
|
163
163
|
stigg/generated/update_subscription.py,sha256=R7RdFcFh1oEz-AHLiMBW5XvpQTi3ucB3Z4r-LvZjHJQ,457
|
|
164
|
-
stigg_api_client_v2-2.
|
|
165
|
-
stigg_api_client_v2-2.
|
|
166
|
-
stigg_api_client_v2-2.
|
|
167
|
-
stigg_api_client_v2-2.
|
|
164
|
+
stigg_api_client_v2-2.479.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
165
|
+
stigg_api_client_v2-2.479.0.dist-info/METADATA,sha256=lvfh0DgEAg9DpKvh1UNhTiaOoefbhDLuDM-CvkSeSCg,2258
|
|
166
|
+
stigg_api_client_v2-2.479.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
167
|
+
stigg_api_client_v2-2.479.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|