stigg-api-client-v2 2.478.0__py3-none-any.whl → 2.480.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 +327 -325
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.480.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.480.0.dist-info}/RECORD +7 -7
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.480.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.480.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
|
@@ -80,6 +80,38 @@ class PriceTierFragmentFlatPrice(BaseModel):
|
|
|
80
80
|
currency: Currency
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
class OveragePriceFragment(BaseModel):
|
|
84
|
+
billing_model: BillingModel = Field(alias="billingModel")
|
|
85
|
+
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
86
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
87
|
+
billing_country_code: Optional[str] = Field(
|
|
88
|
+
alias="billingCountryCode", default=None
|
|
89
|
+
)
|
|
90
|
+
price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
|
|
91
|
+
tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
|
|
92
|
+
tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
|
|
93
|
+
feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
class OveragePriceFragmentPrice(BaseModel):
|
|
97
|
+
amount: float
|
|
98
|
+
currency: Currency
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
class OveragePriceFragmentTiers(PriceTierFragment):
|
|
102
|
+
pass
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class OveragePriceFragmentFeature(BaseModel):
|
|
106
|
+
ref_id: str = Field(alias="refId")
|
|
107
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
108
|
+
feature_units_plural: Optional[str] = Field(
|
|
109
|
+
alias="featureUnitsPlural", default=None
|
|
110
|
+
)
|
|
111
|
+
display_name: str = Field(alias="displayName")
|
|
112
|
+
description: Optional[str] = Field(default=None)
|
|
113
|
+
|
|
114
|
+
|
|
83
115
|
class PriceFragment(BaseModel):
|
|
84
116
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
85
117
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -149,38 +181,6 @@ class PackageEntitlementFragmentFeature(BaseModel):
|
|
|
149
181
|
)
|
|
150
182
|
|
|
151
183
|
|
|
152
|
-
class OveragePriceFragment(BaseModel):
|
|
153
|
-
billing_model: BillingModel = Field(alias="billingModel")
|
|
154
|
-
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
155
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
156
|
-
billing_country_code: Optional[str] = Field(
|
|
157
|
-
alias="billingCountryCode", default=None
|
|
158
|
-
)
|
|
159
|
-
price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
|
|
160
|
-
tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
|
|
161
|
-
tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
|
|
162
|
-
feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class OveragePriceFragmentPrice(BaseModel):
|
|
166
|
-
amount: float
|
|
167
|
-
currency: Currency
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
class OveragePriceFragmentTiers(PriceTierFragment):
|
|
171
|
-
pass
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
class OveragePriceFragmentFeature(BaseModel):
|
|
175
|
-
ref_id: str = Field(alias="refId")
|
|
176
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
177
|
-
feature_units_plural: Optional[str] = Field(
|
|
178
|
-
alias="featureUnitsPlural", default=None
|
|
179
|
-
)
|
|
180
|
-
display_name: str = Field(alias="displayName")
|
|
181
|
-
description: Optional[str] = Field(default=None)
|
|
182
|
-
|
|
183
|
-
|
|
184
184
|
class AddonFragment(BaseModel):
|
|
185
185
|
id: Any
|
|
186
186
|
ref_id: str = Field(alias="refId")
|
|
@@ -219,6 +219,168 @@ class AddonFragmentDependencies(AddonDependencyFragment):
|
|
|
219
219
|
pass
|
|
220
220
|
|
|
221
221
|
|
|
222
|
+
class SubscriptionScheduledUpdateData(BaseModel):
|
|
223
|
+
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
224
|
+
alias="subscriptionScheduleType"
|
|
225
|
+
)
|
|
226
|
+
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
227
|
+
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
228
|
+
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
229
|
+
alias="targetPackage", default=None
|
|
230
|
+
)
|
|
231
|
+
schedule_variables: Optional[
|
|
232
|
+
Annotated[
|
|
233
|
+
Union[
|
|
234
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
235
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
236
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
237
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
238
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
239
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
240
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
241
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
242
|
+
],
|
|
243
|
+
Field(discriminator="typename__"),
|
|
244
|
+
]
|
|
245
|
+
] = Field(alias="scheduleVariables", default=None)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
249
|
+
id: Any
|
|
250
|
+
ref_id: str = Field(alias="refId")
|
|
251
|
+
display_name: str = Field(alias="displayName")
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
255
|
+
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
256
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
257
|
+
new_quantity: float = Field(alias="newQuantity")
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
261
|
+
BaseModel
|
|
262
|
+
):
|
|
263
|
+
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
264
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
265
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
269
|
+
BaseModel
|
|
270
|
+
):
|
|
271
|
+
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
272
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
276
|
+
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
280
|
+
BaseModel
|
|
281
|
+
):
|
|
282
|
+
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
283
|
+
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
284
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
285
|
+
billable_features: Optional[
|
|
286
|
+
List[
|
|
287
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
288
|
+
]
|
|
289
|
+
] = Field(alias="billableFeatures", default=None)
|
|
290
|
+
addons: Optional[
|
|
291
|
+
List[
|
|
292
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
293
|
+
]
|
|
294
|
+
] = Field(default=None)
|
|
295
|
+
price_overrides: Optional[
|
|
296
|
+
List[
|
|
297
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
298
|
+
]
|
|
299
|
+
] = Field(alias="priceOverrides", default=None)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
303
|
+
BaseModel
|
|
304
|
+
):
|
|
305
|
+
feature_id: str = Field(alias="featureId")
|
|
306
|
+
quantity: float
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
310
|
+
BaseModel
|
|
311
|
+
):
|
|
312
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
313
|
+
quantity: float
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
317
|
+
BaseModel
|
|
318
|
+
):
|
|
319
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
320
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
321
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
325
|
+
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
326
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
327
|
+
change_type: PlanChangeType = Field(alias="changeType")
|
|
328
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
329
|
+
billable_features: Optional[
|
|
330
|
+
List[
|
|
331
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
332
|
+
]
|
|
333
|
+
] = Field(alias="billableFeatures", default=None)
|
|
334
|
+
addons: Optional[
|
|
335
|
+
List[
|
|
336
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
337
|
+
]
|
|
338
|
+
] = Field(default=None)
|
|
339
|
+
price_overrides: Optional[
|
|
340
|
+
List[
|
|
341
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
342
|
+
]
|
|
343
|
+
] = Field(alias="priceOverrides", default=None)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
347
|
+
BaseModel
|
|
348
|
+
):
|
|
349
|
+
feature_id: str = Field(alias="featureId")
|
|
350
|
+
quantity: float
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
354
|
+
BaseModel
|
|
355
|
+
):
|
|
356
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
357
|
+
quantity: float
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
361
|
+
BaseModel
|
|
362
|
+
):
|
|
363
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
364
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
365
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
369
|
+
BaseModel
|
|
370
|
+
):
|
|
371
|
+
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
372
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
373
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
377
|
+
BaseModel
|
|
378
|
+
):
|
|
379
|
+
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
380
|
+
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
381
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
382
|
+
|
|
383
|
+
|
|
222
384
|
class SlimCustomerFragment(BaseModel):
|
|
223
385
|
id: Any
|
|
224
386
|
name: Optional[str] = Field(default=None)
|
|
@@ -236,21 +398,6 @@ class SlimCustomerFragment(BaseModel):
|
|
|
236
398
|
)
|
|
237
399
|
|
|
238
400
|
|
|
239
|
-
class TotalPriceFragment(BaseModel):
|
|
240
|
-
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
241
|
-
total: "TotalPriceFragmentTotal"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
class TotalPriceFragmentSubTotal(BaseModel):
|
|
245
|
-
amount: float
|
|
246
|
-
currency: Currency
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
class TotalPriceFragmentTotal(BaseModel):
|
|
250
|
-
amount: float
|
|
251
|
-
currency: Currency
|
|
252
|
-
|
|
253
|
-
|
|
254
401
|
class ProductFragment(BaseModel):
|
|
255
402
|
ref_id: str = Field(alias="refId")
|
|
256
403
|
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
@@ -368,206 +515,67 @@ class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
|
368
515
|
|
|
369
516
|
|
|
370
517
|
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
371
|
-
limit: float
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
class SubscriptionFutureUpdateData(BaseModel):
|
|
375
|
-
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
376
|
-
alias="subscriptionScheduleType"
|
|
377
|
-
)
|
|
378
|
-
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
379
|
-
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
380
|
-
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
381
|
-
alias="targetPackage", default=None
|
|
382
|
-
)
|
|
383
|
-
schedule_variables: Optional[
|
|
384
|
-
Annotated[
|
|
385
|
-
Union[
|
|
386
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
387
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
388
|
-
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
389
|
-
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
390
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
391
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
392
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
393
|
-
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
394
|
-
],
|
|
395
|
-
Field(discriminator="typename__"),
|
|
396
|
-
]
|
|
397
|
-
] = Field(alias="scheduleVariables", default=None)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
401
|
-
id: Any
|
|
402
|
-
ref_id: str = Field(alias="refId")
|
|
403
|
-
display_name: str = Field(alias="displayName")
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
407
|
-
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
408
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
409
|
-
new_quantity: float = Field(alias="newQuantity")
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
413
|
-
BaseModel
|
|
414
|
-
):
|
|
415
|
-
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
416
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
417
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
421
|
-
BaseModel
|
|
422
|
-
):
|
|
423
|
-
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
424
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
428
|
-
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
432
|
-
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
433
|
-
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
434
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
435
|
-
billable_features: Optional[
|
|
436
|
-
List[
|
|
437
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
438
|
-
]
|
|
439
|
-
] = Field(alias="billableFeatures", default=None)
|
|
440
|
-
addons: Optional[
|
|
441
|
-
List[
|
|
442
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
443
|
-
]
|
|
444
|
-
] = Field(default=None)
|
|
445
|
-
price_overrides: Optional[
|
|
446
|
-
List[
|
|
447
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
448
|
-
]
|
|
449
|
-
] = Field(alias="priceOverrides", default=None)
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
453
|
-
BaseModel
|
|
454
|
-
):
|
|
455
|
-
feature_id: str = Field(alias="featureId")
|
|
456
|
-
quantity: float
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
460
|
-
BaseModel
|
|
461
|
-
):
|
|
462
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
463
|
-
quantity: float
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
467
|
-
BaseModel
|
|
468
|
-
):
|
|
469
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
470
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
471
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
475
|
-
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
476
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
477
|
-
change_type: PlanChangeType = Field(alias="changeType")
|
|
478
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
479
|
-
billable_features: Optional[
|
|
480
|
-
List[
|
|
481
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
482
|
-
]
|
|
483
|
-
] = Field(alias="billableFeatures", default=None)
|
|
484
|
-
addons: Optional[
|
|
485
|
-
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
486
|
-
] = Field(default=None)
|
|
487
|
-
price_overrides: Optional[
|
|
488
|
-
List[
|
|
489
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
490
|
-
]
|
|
491
|
-
] = Field(alias="priceOverrides", default=None)
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
495
|
-
BaseModel
|
|
496
|
-
):
|
|
497
|
-
feature_id: str = Field(alias="featureId")
|
|
498
|
-
quantity: float
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
502
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
503
|
-
quantity: float
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
507
|
-
BaseModel
|
|
508
|
-
):
|
|
509
|
-
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
510
|
-
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
511
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
515
|
-
BaseModel
|
|
516
|
-
):
|
|
517
|
-
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
518
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
519
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
523
|
-
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
524
|
-
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
525
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
518
|
+
limit: float
|
|
526
519
|
|
|
527
520
|
|
|
528
521
|
class CustomerResourceFragment(BaseModel):
|
|
529
522
|
resource_id: str = Field(alias="resourceId")
|
|
530
523
|
|
|
531
524
|
|
|
532
|
-
class
|
|
525
|
+
class TotalPriceFragment(BaseModel):
|
|
526
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
527
|
+
total: "TotalPriceFragmentTotal"
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
531
|
+
amount: float
|
|
532
|
+
currency: Currency
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
536
|
+
amount: float
|
|
537
|
+
currency: Currency
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
533
541
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
534
542
|
alias="subscriptionScheduleType"
|
|
535
543
|
)
|
|
536
544
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
537
545
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
538
|
-
target_package: Optional["
|
|
546
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
539
547
|
alias="targetPackage", default=None
|
|
540
548
|
)
|
|
541
549
|
schedule_variables: Optional[
|
|
542
550
|
Annotated[
|
|
543
551
|
Union[
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
553
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
554
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
555
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
556
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
557
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
558
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
559
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
552
560
|
],
|
|
553
561
|
Field(discriminator="typename__"),
|
|
554
562
|
]
|
|
555
563
|
] = Field(alias="scheduleVariables", default=None)
|
|
556
564
|
|
|
557
565
|
|
|
558
|
-
class
|
|
566
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
559
567
|
id: Any
|
|
560
568
|
ref_id: str = Field(alias="refId")
|
|
561
569
|
display_name: str = Field(alias="displayName")
|
|
562
570
|
|
|
563
571
|
|
|
564
|
-
class
|
|
572
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
565
573
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
566
574
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
567
575
|
new_quantity: float = Field(alias="newQuantity")
|
|
568
576
|
|
|
569
577
|
|
|
570
|
-
class
|
|
578
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
571
579
|
BaseModel
|
|
572
580
|
):
|
|
573
581
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -575,55 +583,53 @@ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVa
|
|
|
575
583
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
576
584
|
|
|
577
585
|
|
|
578
|
-
class
|
|
586
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
579
587
|
BaseModel
|
|
580
588
|
):
|
|
581
589
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
582
590
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
583
591
|
|
|
584
592
|
|
|
585
|
-
class
|
|
593
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
586
594
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
587
595
|
|
|
588
596
|
|
|
589
|
-
class
|
|
590
|
-
BaseModel
|
|
591
|
-
):
|
|
597
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
592
598
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
593
599
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
594
600
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
595
601
|
billable_features: Optional[
|
|
596
602
|
List[
|
|
597
|
-
"
|
|
603
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
598
604
|
]
|
|
599
605
|
] = Field(alias="billableFeatures", default=None)
|
|
600
606
|
addons: Optional[
|
|
601
607
|
List[
|
|
602
|
-
"
|
|
608
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
603
609
|
]
|
|
604
610
|
] = Field(default=None)
|
|
605
611
|
price_overrides: Optional[
|
|
606
612
|
List[
|
|
607
|
-
"
|
|
613
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
608
614
|
]
|
|
609
615
|
] = Field(alias="priceOverrides", default=None)
|
|
610
616
|
|
|
611
617
|
|
|
612
|
-
class
|
|
618
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
613
619
|
BaseModel
|
|
614
620
|
):
|
|
615
621
|
feature_id: str = Field(alias="featureId")
|
|
616
622
|
quantity: float
|
|
617
623
|
|
|
618
624
|
|
|
619
|
-
class
|
|
625
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
620
626
|
BaseModel
|
|
621
627
|
):
|
|
622
628
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
623
629
|
quantity: float
|
|
624
630
|
|
|
625
631
|
|
|
626
|
-
class
|
|
632
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
627
633
|
BaseModel
|
|
628
634
|
):
|
|
629
635
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -631,43 +637,39 @@ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPr
|
|
|
631
637
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
632
638
|
|
|
633
639
|
|
|
634
|
-
class
|
|
640
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
635
641
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
636
642
|
plan_ref_id: str = Field(alias="planRefId")
|
|
637
643
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
638
644
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
639
645
|
billable_features: Optional[
|
|
640
646
|
List[
|
|
641
|
-
"
|
|
647
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
642
648
|
]
|
|
643
649
|
] = Field(alias="billableFeatures", default=None)
|
|
644
650
|
addons: Optional[
|
|
645
|
-
List[
|
|
646
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
647
|
-
]
|
|
651
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
648
652
|
] = Field(default=None)
|
|
649
653
|
price_overrides: Optional[
|
|
650
654
|
List[
|
|
651
|
-
"
|
|
655
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
652
656
|
]
|
|
653
657
|
] = Field(alias="priceOverrides", default=None)
|
|
654
658
|
|
|
655
659
|
|
|
656
|
-
class
|
|
660
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
657
661
|
BaseModel
|
|
658
662
|
):
|
|
659
663
|
feature_id: str = Field(alias="featureId")
|
|
660
664
|
quantity: float
|
|
661
665
|
|
|
662
666
|
|
|
663
|
-
class
|
|
664
|
-
BaseModel
|
|
665
|
-
):
|
|
667
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
666
668
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
667
669
|
quantity: float
|
|
668
670
|
|
|
669
671
|
|
|
670
|
-
class
|
|
672
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
671
673
|
BaseModel
|
|
672
674
|
):
|
|
673
675
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -675,7 +677,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOv
|
|
|
675
677
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
676
678
|
|
|
677
679
|
|
|
678
|
-
class
|
|
680
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
679
681
|
BaseModel
|
|
680
682
|
):
|
|
681
683
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -683,9 +685,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVar
|
|
|
683
685
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
684
686
|
|
|
685
687
|
|
|
686
|
-
class
|
|
687
|
-
BaseModel
|
|
688
|
-
):
|
|
688
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
689
689
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
690
690
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
691
691
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
@@ -1262,6 +1262,50 @@ 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
|
+
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1303
|
+
addon_id: str = Field(alias="addonId")
|
|
1304
|
+
description: Optional[str] = Field(default=None)
|
|
1305
|
+
display_name: str = Field(alias="displayName")
|
|
1306
|
+
quantity: int
|
|
1307
|
+
|
|
1308
|
+
|
|
1265
1309
|
class CustomerPortalSubscriptionScheduledUpdateDataFragment(BaseModel):
|
|
1266
1310
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
1267
1311
|
alias="subscriptionScheduleType"
|
|
@@ -1431,40 +1475,6 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
|
|
|
1431
1475
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
1432
1476
|
|
|
1433
1477
|
|
|
1434
|
-
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1435
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1436
|
-
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1437
|
-
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1438
|
-
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1439
|
-
default=None
|
|
1440
|
-
)
|
|
1441
|
-
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1442
|
-
default=None
|
|
1443
|
-
)
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1447
|
-
amount: float
|
|
1448
|
-
currency: Currency
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1452
|
-
id: Any
|
|
1453
|
-
ref_id: str = Field(alias="refId")
|
|
1454
|
-
display_name: str = Field(alias="displayName")
|
|
1455
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1456
|
-
feature_units_plural: Optional[str] = Field(
|
|
1457
|
-
alias="featureUnitsPlural", default=None
|
|
1458
|
-
)
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1462
|
-
addon_id: str = Field(alias="addonId")
|
|
1463
|
-
description: Optional[str] = Field(default=None)
|
|
1464
|
-
display_name: str = Field(alias="displayName")
|
|
1465
|
-
quantity: int
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
1478
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
1469
1479
|
subscription_id: str = Field(alias="subscriptionId")
|
|
1470
1480
|
plan_id: str = Field(alias="planId")
|
|
@@ -1561,16 +1571,6 @@ class CustomerPortalSubscriptionFragmentScheduledUpdates(
|
|
|
1561
1571
|
pass
|
|
1562
1572
|
|
|
1563
1573
|
|
|
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,39 +1798,6 @@ 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
|
-
|
|
1834
1801
|
class MockPaywallPriceFragment(BaseModel):
|
|
1835
1802
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
1836
1803
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -1865,6 +1832,39 @@ class MockPaywallPriceFragmentFeature(BaseModel):
|
|
|
1865
1832
|
display_name: str = Field(alias="displayName")
|
|
1866
1833
|
|
|
1867
1834
|
|
|
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
|
)
|
|
@@ -2837,18 +2839,18 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
|
|
|
2837
2839
|
|
|
2838
2840
|
AddonDependencyFragment.model_rebuild()
|
|
2839
2841
|
PriceTierFragment.model_rebuild()
|
|
2842
|
+
OveragePriceFragment.model_rebuild()
|
|
2840
2843
|
PriceFragment.model_rebuild()
|
|
2841
2844
|
PackageEntitlementFragment.model_rebuild()
|
|
2842
|
-
OveragePriceFragment.model_rebuild()
|
|
2843
2845
|
AddonFragment.model_rebuild()
|
|
2846
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2844
2847
|
SlimCustomerFragment.model_rebuild()
|
|
2845
|
-
TotalPriceFragment.model_rebuild()
|
|
2846
2848
|
ProductFragment.model_rebuild()
|
|
2847
2849
|
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2848
2850
|
PlanFragment.model_rebuild()
|
|
2849
|
-
SubscriptionFutureUpdateData.model_rebuild()
|
|
2850
2851
|
CustomerResourceFragment.model_rebuild()
|
|
2851
|
-
|
|
2852
|
+
TotalPriceFragment.model_rebuild()
|
|
2853
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2852
2854
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2853
2855
|
SubscriptionInvoiceFragment.model_rebuild()
|
|
2854
2856
|
SubscriptionFragment.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
|
-
|
|
2870
|
+
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2869
2871
|
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2870
2872
|
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2873
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2871
2874
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2872
|
-
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
|
-
MockPaywallPackageEntitlementFragment.model_rebuild()
|
|
2883
2884
|
MockPaywallPriceFragment.model_rebuild()
|
|
2885
|
+
MockPaywallPackageEntitlementFragment.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=NurmvOc4pwP4aW6Z7MAgqMHLvhVCz6G3KL_uIyxNUjo,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.480.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
165
|
+
stigg_api_client_v2-2.480.0.dist-info/METADATA,sha256=xjgfSgmLlkCmTFBm5CeZaNkwBqllBVa4dHvqf6C5YDY,2258
|
|
166
|
+
stigg_api_client_v2-2.480.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
167
|
+
stigg_api_client_v2-2.480.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|