stigg-api-client-v2 2.448.1__py3-none-any.whl → 2.451.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.

@@ -749,6 +749,7 @@ class AsyncClient(AsyncBaseClient):
749
749
  displayName
750
750
  description
751
751
  additionalMetaData
752
+ hiddenFromWidgets
752
753
  entitlements {
753
754
  ...PackageEntitlementFragment
754
755
  }
@@ -2858,6 +2859,7 @@ class AsyncClient(AsyncBaseClient):
2858
2859
  displayName
2859
2860
  description
2860
2861
  additionalMetaData
2862
+ hiddenFromWidgets
2861
2863
  entitlements {
2862
2864
  ...PackageEntitlementFragment
2863
2865
  }
@@ -3376,6 +3378,7 @@ class AsyncClient(AsyncBaseClient):
3376
3378
  displayName
3377
3379
  description
3378
3380
  additionalMetaData
3381
+ hiddenFromWidgets
3379
3382
  entitlements {
3380
3383
  ...PackageEntitlementFragment
3381
3384
  }
@@ -3909,6 +3912,7 @@ class AsyncClient(AsyncBaseClient):
3909
3912
  displayName
3910
3913
  description
3911
3914
  additionalMetaData
3915
+ hiddenFromWidgets
3912
3916
  entitlements {
3913
3917
  ...PackageEntitlementFragment
3914
3918
  }
@@ -4354,6 +4358,7 @@ class AsyncClient(AsyncBaseClient):
4354
4358
  displayName
4355
4359
  description
4356
4360
  additionalMetaData
4361
+ hiddenFromWidgets
4357
4362
  entitlements {
4358
4363
  ...PackageEntitlementFragment
4359
4364
  }
@@ -5430,6 +5435,7 @@ class AsyncClient(AsyncBaseClient):
5430
5435
  displayName
5431
5436
  description
5432
5437
  additionalMetaData
5438
+ hiddenFromWidgets
5433
5439
  entitlements {
5434
5440
  ...PackageEntitlementFragment
5435
5441
  }
@@ -5996,6 +6002,7 @@ class AsyncClient(AsyncBaseClient):
5996
6002
  additionalMetaData
5997
6003
  billingId
5998
6004
  maxQuantity
6005
+ hiddenFromWidgets
5999
6006
  dependencies {
6000
6007
  ...MockPaywallAddonDependencyFragment
6001
6008
  }
stigg/generated/client.py CHANGED
@@ -749,6 +749,7 @@ class Client(BaseClient):
749
749
  displayName
750
750
  description
751
751
  additionalMetaData
752
+ hiddenFromWidgets
752
753
  entitlements {
753
754
  ...PackageEntitlementFragment
754
755
  }
@@ -2856,6 +2857,7 @@ class Client(BaseClient):
2856
2857
  displayName
2857
2858
  description
2858
2859
  additionalMetaData
2860
+ hiddenFromWidgets
2859
2861
  entitlements {
2860
2862
  ...PackageEntitlementFragment
2861
2863
  }
@@ -3374,6 +3376,7 @@ class Client(BaseClient):
3374
3376
  displayName
3375
3377
  description
3376
3378
  additionalMetaData
3379
+ hiddenFromWidgets
3377
3380
  entitlements {
3378
3381
  ...PackageEntitlementFragment
3379
3382
  }
@@ -3907,6 +3910,7 @@ class Client(BaseClient):
3907
3910
  displayName
3908
3911
  description
3909
3912
  additionalMetaData
3913
+ hiddenFromWidgets
3910
3914
  entitlements {
3911
3915
  ...PackageEntitlementFragment
3912
3916
  }
@@ -4352,6 +4356,7 @@ class Client(BaseClient):
4352
4356
  displayName
4353
4357
  description
4354
4358
  additionalMetaData
4359
+ hiddenFromWidgets
4355
4360
  entitlements {
4356
4361
  ...PackageEntitlementFragment
4357
4362
  }
@@ -5428,6 +5433,7 @@ class Client(BaseClient):
5428
5433
  displayName
5429
5434
  description
5430
5435
  additionalMetaData
5436
+ hiddenFromWidgets
5431
5437
  entitlements {
5432
5438
  ...PackageEntitlementFragment
5433
5439
  }
@@ -5992,6 +5998,7 @@ class Client(BaseClient):
5992
5998
  additionalMetaData
5993
5999
  billingId
5994
6000
  maxQuantity
6001
+ hiddenFromWidgets
5995
6002
  dependencies {
5996
6003
  ...MockPaywallAddonDependencyFragment
5997
6004
  }
@@ -113,29 +113,33 @@ class PriceTierFragmentFlatPrice(BaseModel):
113
113
  currency: Currency
114
114
 
115
115
 
116
- class OveragePriceFragment(BaseModel):
116
+ class PriceFragment(BaseModel):
117
117
  billing_model: BillingModel = Field(alias="billingModel")
118
118
  billing_period: BillingPeriod = Field(alias="billingPeriod")
119
+ billing_cadence: BillingCadence = Field(alias="billingCadence")
119
120
  billing_id: Optional[str] = Field(alias="billingId", default=None)
121
+ min_unit_quantity: Optional[float] = Field(alias="minUnitQuantity", default=None)
122
+ max_unit_quantity: Optional[float] = Field(alias="maxUnitQuantity", default=None)
120
123
  billing_country_code: Optional[str] = Field(
121
124
  alias="billingCountryCode", default=None
122
125
  )
123
- price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
126
+ price: Optional["PriceFragmentPrice"] = Field(default=None)
124
127
  tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
125
- tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
126
- feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
128
+ tiers: Optional[List["PriceFragmentTiers"]] = Field(default=None)
129
+ feature: Optional["PriceFragmentFeature"] = Field(default=None)
130
+ block_size: Optional[float] = Field(alias="blockSize", default=None)
127
131
 
128
132
 
129
- class OveragePriceFragmentPrice(BaseModel):
133
+ class PriceFragmentPrice(BaseModel):
130
134
  amount: float
131
135
  currency: Currency
132
136
 
133
137
 
134
- class OveragePriceFragmentTiers(PriceTierFragment):
138
+ class PriceFragmentTiers(PriceTierFragment):
135
139
  pass
136
140
 
137
141
 
138
- class OveragePriceFragmentFeature(BaseModel):
142
+ class PriceFragmentFeature(BaseModel):
139
143
  ref_id: str = Field(alias="refId")
140
144
  feature_units: Optional[str] = Field(alias="featureUnits", default=None)
141
145
  feature_units_plural: Optional[str] = Field(
@@ -145,33 +149,29 @@ class OveragePriceFragmentFeature(BaseModel):
145
149
  description: Optional[str] = Field(default=None)
146
150
 
147
151
 
148
- class PriceFragment(BaseModel):
152
+ class OveragePriceFragment(BaseModel):
149
153
  billing_model: BillingModel = Field(alias="billingModel")
150
154
  billing_period: BillingPeriod = Field(alias="billingPeriod")
151
- billing_cadence: BillingCadence = Field(alias="billingCadence")
152
155
  billing_id: Optional[str] = Field(alias="billingId", default=None)
153
- min_unit_quantity: Optional[float] = Field(alias="minUnitQuantity", default=None)
154
- max_unit_quantity: Optional[float] = Field(alias="maxUnitQuantity", default=None)
155
156
  billing_country_code: Optional[str] = Field(
156
157
  alias="billingCountryCode", default=None
157
158
  )
158
- price: Optional["PriceFragmentPrice"] = Field(default=None)
159
+ price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
159
160
  tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
160
- tiers: Optional[List["PriceFragmentTiers"]] = Field(default=None)
161
- feature: Optional["PriceFragmentFeature"] = Field(default=None)
162
- block_size: Optional[float] = Field(alias="blockSize", default=None)
161
+ tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
162
+ feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
163
163
 
164
164
 
165
- class PriceFragmentPrice(BaseModel):
165
+ class OveragePriceFragmentPrice(BaseModel):
166
166
  amount: float
167
167
  currency: Currency
168
168
 
169
169
 
170
- class PriceFragmentTiers(PriceTierFragment):
170
+ class OveragePriceFragmentTiers(PriceTierFragment):
171
171
  pass
172
172
 
173
173
 
174
- class PriceFragmentFeature(BaseModel):
174
+ class OveragePriceFragmentFeature(BaseModel):
175
175
  ref_id: str = Field(alias="refId")
176
176
  feature_units: Optional[str] = Field(alias="featureUnits", default=None)
177
177
  feature_units_plural: Optional[str] = Field(
@@ -190,6 +190,9 @@ class AddonFragment(BaseModel):
190
190
  additional_meta_data: Optional[Any] = Field(
191
191
  alias="additionalMetaData", default=None
192
192
  )
193
+ hidden_from_widgets: Optional[List[WidgetType]] = Field(
194
+ alias="hiddenFromWidgets", default=None
195
+ )
193
196
  entitlements: Optional[List["AddonFragmentEntitlements"]] = Field(default=None)
194
197
  prices: Optional[List["AddonFragmentPrices"]] = Field(default=None)
195
198
  overage_prices: Optional[List["AddonFragmentOveragePrices"]] = Field(
@@ -216,81 +219,45 @@ class AddonFragmentDependencies(AddonDependencyFragment):
216
219
  pass
217
220
 
218
221
 
219
- class SlimCustomerFragment(BaseModel):
220
- id: str
221
- name: Optional[str] = Field(default=None)
222
- email: Optional[str] = Field(default=None)
223
- created_at: Optional[Any] = Field(alias="createdAt", default=None)
224
- updated_at: Any = Field(alias="updatedAt")
225
- ref_id: str = Field(alias="refId")
226
- customer_id: str = Field(alias="customerId")
227
- billing_id: Optional[str] = Field(alias="billingId", default=None)
228
- additional_meta_data: Optional[Any] = Field(
229
- alias="additionalMetaData", default=None
230
- )
231
- aws_marketplace_customer_id: Optional[str] = Field(
232
- alias="awsMarketplaceCustomerId", default=None
233
- )
234
-
235
-
236
- class TotalPriceFragment(BaseModel):
237
- sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
238
- total: "TotalPriceFragmentTotal"
239
-
240
-
241
- class TotalPriceFragmentSubTotal(BaseModel):
242
- amount: float
243
- currency: Currency
244
-
245
-
246
- class TotalPriceFragmentTotal(BaseModel):
247
- amount: float
248
- currency: Currency
249
-
250
-
251
- class SubscriptionTrialConfigurationFragment(BaseModel):
252
- trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
253
-
254
-
255
- class SubscriptionFutureUpdateData(BaseModel):
222
+ class SubscriptionScheduledUpdateData(BaseModel):
256
223
  subscription_schedule_type: SubscriptionScheduleType = Field(
257
224
  alias="subscriptionScheduleType"
258
225
  )
259
226
  schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
260
227
  scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
261
- target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
228
+ target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
262
229
  alias="targetPackage", default=None
263
230
  )
264
231
  schedule_variables: Optional[
265
232
  Annotated[
266
233
  Union[
267
- "SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
268
- "SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
269
- "SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
270
- "SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
271
- "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
272
- "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
273
- "SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
274
- "SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
234
+ "SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
235
+ "SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
236
+ "SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
237
+ "SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
238
+ "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
239
+ "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
240
+ "SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
241
+ "SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
275
242
  ],
276
243
  Field(discriminator="typename__"),
277
244
  ]
278
245
  ] = Field(alias="scheduleVariables", default=None)
279
246
 
280
247
 
281
- class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
248
+ class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
282
249
  id: str
283
250
  ref_id: str = Field(alias="refId")
284
251
  display_name: str = Field(alias="displayName")
285
252
 
286
253
 
287
- class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
254
+ class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
288
255
  typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
289
256
  addon_ref_id: str = Field(alias="addonRefId")
290
257
  new_quantity: float = Field(alias="newQuantity")
291
258
 
292
259
 
293
- class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
260
+ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
294
261
  BaseModel
295
262
  ):
296
263
  typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
@@ -298,53 +265,55 @@ class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVaria
298
265
  feature_id: Optional[str] = Field(alias="featureId", default=None)
299
266
 
300
267
 
301
- class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
268
+ class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
302
269
  BaseModel
303
270
  ):
304
271
  typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
305
272
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
306
273
 
307
274
 
308
- class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
275
+ class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
309
276
  typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
310
277
 
311
278
 
312
- class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
279
+ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
280
+ BaseModel
281
+ ):
313
282
  typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
314
283
  downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
315
284
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
316
285
  billable_features: Optional[
317
286
  List[
318
- "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
287
+ "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
319
288
  ]
320
289
  ] = Field(alias="billableFeatures", default=None)
321
290
  addons: Optional[
322
291
  List[
323
- "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
292
+ "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
324
293
  ]
325
294
  ] = Field(default=None)
326
295
  price_overrides: Optional[
327
296
  List[
328
- "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
297
+ "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
329
298
  ]
330
299
  ] = Field(alias="priceOverrides", default=None)
331
300
 
332
301
 
333
- class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
302
+ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
334
303
  BaseModel
335
304
  ):
336
305
  feature_id: str = Field(alias="featureId")
337
306
  quantity: float
338
307
 
339
308
 
340
- class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
309
+ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
341
310
  BaseModel
342
311
  ):
343
312
  addon_ref_id: str = Field(alias="addonRefId")
344
313
  quantity: float
345
314
 
346
315
 
347
- class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
316
+ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
348
317
  BaseModel
349
318
  ):
350
319
  plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
@@ -352,39 +321,43 @@ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPrice
352
321
  feature_id: Optional[str] = Field(alias="featureId", default=None)
353
322
 
354
323
 
355
- class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
324
+ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
356
325
  typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
357
326
  plan_ref_id: str = Field(alias="planRefId")
358
327
  change_type: PlanChangeType = Field(alias="changeType")
359
328
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
360
329
  billable_features: Optional[
361
330
  List[
362
- "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
331
+ "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
363
332
  ]
364
333
  ] = Field(alias="billableFeatures", default=None)
365
334
  addons: Optional[
366
- List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
335
+ List[
336
+ "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
337
+ ]
367
338
  ] = Field(default=None)
368
339
  price_overrides: Optional[
369
340
  List[
370
- "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
341
+ "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
371
342
  ]
372
343
  ] = Field(alias="priceOverrides", default=None)
373
344
 
374
345
 
375
- class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
346
+ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
376
347
  BaseModel
377
348
  ):
378
349
  feature_id: str = Field(alias="featureId")
379
350
  quantity: float
380
351
 
381
352
 
382
- class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
353
+ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
354
+ BaseModel
355
+ ):
383
356
  addon_ref_id: str = Field(alias="addonRefId")
384
357
  quantity: float
385
358
 
386
359
 
387
- class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
360
+ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
388
361
  BaseModel
389
362
  ):
390
363
  plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
@@ -392,7 +365,7 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverr
392
365
  feature_id: Optional[str] = Field(alias="featureId", default=None)
393
366
 
394
367
 
395
- class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
368
+ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
396
369
  BaseModel
397
370
  ):
398
371
  typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
@@ -400,51 +373,53 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariab
400
373
  feature_id: Optional[str] = Field(alias="featureId", default=None)
401
374
 
402
375
 
403
- class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
376
+ class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
377
+ BaseModel
378
+ ):
404
379
  typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
405
380
  new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
406
381
  feature_id: Optional[str] = Field(alias="featureId", default=None)
407
382
 
408
383
 
409
- class SubscriptionScheduledUpdateData(BaseModel):
384
+ class SubscriptionFutureUpdateData(BaseModel):
410
385
  subscription_schedule_type: SubscriptionScheduleType = Field(
411
386
  alias="subscriptionScheduleType"
412
387
  )
413
388
  schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
414
389
  scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
415
- target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
390
+ target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
416
391
  alias="targetPackage", default=None
417
392
  )
418
393
  schedule_variables: Optional[
419
394
  Annotated[
420
395
  Union[
421
- "SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
422
- "SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
423
- "SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
424
- "SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
425
- "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
426
- "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
427
- "SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
428
- "SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
396
+ "SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
397
+ "SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
398
+ "SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
399
+ "SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
400
+ "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
401
+ "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
402
+ "SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
403
+ "SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
429
404
  ],
430
405
  Field(discriminator="typename__"),
431
406
  ]
432
407
  ] = Field(alias="scheduleVariables", default=None)
433
408
 
434
409
 
435
- class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
410
+ class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
436
411
  id: str
437
412
  ref_id: str = Field(alias="refId")
438
413
  display_name: str = Field(alias="displayName")
439
414
 
440
415
 
441
- class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
416
+ class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
442
417
  typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
443
418
  addon_ref_id: str = Field(alias="addonRefId")
444
419
  new_quantity: float = Field(alias="newQuantity")
445
420
 
446
421
 
447
- class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
422
+ class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
448
423
  BaseModel
449
424
  ):
450
425
  typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
@@ -452,55 +427,53 @@ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVa
452
427
  feature_id: Optional[str] = Field(alias="featureId", default=None)
453
428
 
454
429
 
455
- class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
430
+ class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
456
431
  BaseModel
457
432
  ):
458
433
  typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
459
434
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
460
435
 
461
436
 
462
- class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
437
+ class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
463
438
  typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
464
439
 
465
440
 
466
- class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
467
- BaseModel
468
- ):
441
+ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
469
442
  typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
470
443
  downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
471
444
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
472
445
  billable_features: Optional[
473
446
  List[
474
- "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
447
+ "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
475
448
  ]
476
449
  ] = Field(alias="billableFeatures", default=None)
477
450
  addons: Optional[
478
451
  List[
479
- "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
452
+ "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
480
453
  ]
481
454
  ] = Field(default=None)
482
455
  price_overrides: Optional[
483
456
  List[
484
- "SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
457
+ "SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
485
458
  ]
486
459
  ] = Field(alias="priceOverrides", default=None)
487
460
 
488
461
 
489
- class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
462
+ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
490
463
  BaseModel
491
464
  ):
492
465
  feature_id: str = Field(alias="featureId")
493
466
  quantity: float
494
467
 
495
468
 
496
- class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
469
+ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
497
470
  BaseModel
498
471
  ):
499
472
  addon_ref_id: str = Field(alias="addonRefId")
500
473
  quantity: float
501
474
 
502
475
 
503
- class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
476
+ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
504
477
  BaseModel
505
478
  ):
506
479
  plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
@@ -508,43 +481,39 @@ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPr
508
481
  feature_id: Optional[str] = Field(alias="featureId", default=None)
509
482
 
510
483
 
511
- class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
484
+ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
512
485
  typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
513
486
  plan_ref_id: str = Field(alias="planRefId")
514
487
  change_type: PlanChangeType = Field(alias="changeType")
515
488
  billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
516
489
  billable_features: Optional[
517
490
  List[
518
- "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
491
+ "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
519
492
  ]
520
493
  ] = Field(alias="billableFeatures", default=None)
521
494
  addons: Optional[
522
- List[
523
- "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
524
- ]
495
+ List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
525
496
  ] = Field(default=None)
526
497
  price_overrides: Optional[
527
498
  List[
528
- "SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
499
+ "SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
529
500
  ]
530
501
  ] = Field(alias="priceOverrides", default=None)
531
502
 
532
503
 
533
- class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
504
+ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
534
505
  BaseModel
535
506
  ):
536
507
  feature_id: str = Field(alias="featureId")
537
508
  quantity: float
538
509
 
539
510
 
540
- class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
541
- BaseModel
542
- ):
511
+ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
543
512
  addon_ref_id: str = Field(alias="addonRefId")
544
513
  quantity: float
545
514
 
546
515
 
547
- class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
516
+ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
548
517
  BaseModel
549
518
  ):
550
519
  plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
@@ -552,7 +521,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOv
552
521
  feature_id: Optional[str] = Field(alias="featureId", default=None)
553
522
 
554
523
 
555
- class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
524
+ class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
556
525
  BaseModel
557
526
  ):
558
527
  typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
@@ -560,14 +529,16 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVar
560
529
  feature_id: Optional[str] = Field(alias="featureId", default=None)
561
530
 
562
531
 
563
- class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
564
- BaseModel
565
- ):
532
+ class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
566
533
  typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
567
534
  new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
568
535
  feature_id: Optional[str] = Field(alias="featureId", default=None)
569
536
 
570
537
 
538
+ class SubscriptionTrialConfigurationFragment(BaseModel):
539
+ trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
540
+
541
+
571
542
  class SubscriptionInvoiceFragment(BaseModel):
572
543
  billing_id: str = Field(alias="billingId")
573
544
  status: SubscriptionInvoiceStatus
@@ -715,6 +686,38 @@ class PlanFragmentDefaultTrialConfigBudget(BaseModel):
715
686
  limit: float
716
687
 
717
688
 
689
+ class SlimCustomerFragment(BaseModel):
690
+ id: str
691
+ name: Optional[str] = Field(default=None)
692
+ email: Optional[str] = Field(default=None)
693
+ created_at: Optional[Any] = Field(alias="createdAt", default=None)
694
+ updated_at: Any = Field(alias="updatedAt")
695
+ ref_id: str = Field(alias="refId")
696
+ customer_id: str = Field(alias="customerId")
697
+ billing_id: Optional[str] = Field(alias="billingId", default=None)
698
+ additional_meta_data: Optional[Any] = Field(
699
+ alias="additionalMetaData", default=None
700
+ )
701
+ aws_marketplace_customer_id: Optional[str] = Field(
702
+ alias="awsMarketplaceCustomerId", default=None
703
+ )
704
+
705
+
706
+ class TotalPriceFragment(BaseModel):
707
+ sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
708
+ total: "TotalPriceFragmentTotal"
709
+
710
+
711
+ class TotalPriceFragmentSubTotal(BaseModel):
712
+ amount: float
713
+ currency: Currency
714
+
715
+
716
+ class TotalPriceFragmentTotal(BaseModel):
717
+ amount: float
718
+ currency: Currency
719
+
720
+
718
721
  class CustomerResourceFragment(BaseModel):
719
722
  resource_id: str = Field(alias="resourceId")
720
723
 
@@ -988,6 +991,35 @@ class CheckoutConfigurationFragmentContent(BaseModel):
988
991
  )
989
992
 
990
993
 
994
+ class PromotionalEntitlementFragment(BaseModel):
995
+ status: PromotionalEntitlementStatus
996
+ usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
997
+ feature_id: str = Field(alias="featureId")
998
+ has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
999
+ has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
1000
+ reset_period: Optional[EntitlementResetPeriod] = Field(
1001
+ alias="resetPeriod", default=None
1002
+ )
1003
+ end_date: Optional[Any] = Field(alias="endDate", default=None)
1004
+ is_visible: bool = Field(alias="isVisible")
1005
+ feature: "PromotionalEntitlementFragmentFeature"
1006
+
1007
+
1008
+ class PromotionalEntitlementFragmentFeature(BaseModel):
1009
+ feature_type: FeatureType = Field(alias="featureType")
1010
+ meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
1011
+ feature_units: Optional[str] = Field(alias="featureUnits", default=None)
1012
+ feature_units_plural: Optional[str] = Field(
1013
+ alias="featureUnitsPlural", default=None
1014
+ )
1015
+ display_name: str = Field(alias="displayName")
1016
+ description: Optional[str] = Field(default=None)
1017
+ ref_id: str = Field(alias="refId")
1018
+ additional_meta_data: Optional[Any] = Field(
1019
+ alias="additionalMetaData", default=None
1020
+ )
1021
+
1022
+
991
1023
  class CouponFragment(BaseModel):
992
1024
  id: str
993
1025
  discount_value: float = Field(alias="discountValue")
@@ -1022,35 +1054,6 @@ class CouponFragmentSyncStates(BaseModel):
1022
1054
  status: SyncStatus
1023
1055
 
1024
1056
 
1025
- class PromotionalEntitlementFragment(BaseModel):
1026
- status: PromotionalEntitlementStatus
1027
- usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
1028
- feature_id: str = Field(alias="featureId")
1029
- has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
1030
- has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
1031
- reset_period: Optional[EntitlementResetPeriod] = Field(
1032
- alias="resetPeriod", default=None
1033
- )
1034
- end_date: Optional[Any] = Field(alias="endDate", default=None)
1035
- is_visible: bool = Field(alias="isVisible")
1036
- feature: "PromotionalEntitlementFragmentFeature"
1037
-
1038
-
1039
- class PromotionalEntitlementFragmentFeature(BaseModel):
1040
- feature_type: FeatureType = Field(alias="featureType")
1041
- meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
1042
- feature_units: Optional[str] = Field(alias="featureUnits", default=None)
1043
- feature_units_plural: Optional[str] = Field(
1044
- alias="featureUnitsPlural", default=None
1045
- )
1046
- display_name: str = Field(alias="displayName")
1047
- description: Optional[str] = Field(default=None)
1048
- ref_id: str = Field(alias="refId")
1049
- additional_meta_data: Optional[Any] = Field(
1050
- alias="additionalMetaData", default=None
1051
- )
1052
-
1053
-
1054
1057
  class CustomerFragment(SlimCustomerFragment):
1055
1058
  has_payment_method: bool = Field(alias="hasPaymentMethod")
1056
1059
  has_active_subscription: bool = Field(alias="hasActiveSubscription")
@@ -1257,11 +1260,41 @@ class CustomerPortalEntitlementFragmentFeature(FeatureFragment):
1257
1260
  pass
1258
1261
 
1259
1262
 
1260
- class CustomerPortalSubscriptionAddonFragment(BaseModel):
1261
- addon_id: str = Field(alias="addonId")
1262
- description: Optional[str] = Field(default=None)
1263
+ class CustomerPortalPromotionalEntitlementFragment(BaseModel):
1263
1264
  display_name: str = Field(alias="displayName")
1264
- quantity: int
1265
+ has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
1266
+ has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
1267
+ usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
1268
+ period: PromotionalEntitlementPeriod
1269
+ start_date: Any = Field(alias="startDate")
1270
+ end_date: Optional[Any] = Field(alias="endDate", default=None)
1271
+
1272
+
1273
+ class CustomerPortalSubscriptionPriceFragment(BaseModel):
1274
+ billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
1275
+ billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
1276
+ block_size: Optional[float] = Field(alias="blockSize", default=None)
1277
+ price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
1278
+ default=None
1279
+ )
1280
+ feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
1281
+ default=None
1282
+ )
1283
+
1284
+
1285
+ class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
1286
+ amount: float
1287
+ currency: Currency
1288
+
1289
+
1290
+ class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
1291
+ id: str
1292
+ ref_id: str = Field(alias="refId")
1293
+ display_name: str = Field(alias="displayName")
1294
+ feature_units: Optional[str] = Field(alias="featureUnits", default=None)
1295
+ feature_units_plural: Optional[str] = Field(
1296
+ alias="featureUnitsPlural", default=None
1297
+ )
1265
1298
 
1266
1299
 
1267
1300
  class CustomerPortalSubscriptionScheduledUpdateDataFragment(BaseModel):
@@ -1433,31 +1466,11 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
1433
1466
  feature_id: Optional[str] = Field(alias="featureId", default=None)
1434
1467
 
1435
1468
 
1436
- class CustomerPortalSubscriptionPriceFragment(BaseModel):
1437
- billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
1438
- billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
1439
- block_size: Optional[float] = Field(alias="blockSize", default=None)
1440
- price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
1441
- default=None
1442
- )
1443
- feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
1444
- default=None
1445
- )
1446
-
1447
-
1448
- class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
1449
- amount: float
1450
- currency: Currency
1451
-
1452
-
1453
- class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
1454
- id: str
1455
- ref_id: str = Field(alias="refId")
1469
+ class CustomerPortalSubscriptionAddonFragment(BaseModel):
1470
+ addon_id: str = Field(alias="addonId")
1471
+ description: Optional[str] = Field(default=None)
1456
1472
  display_name: str = Field(alias="displayName")
1457
- feature_units: Optional[str] = Field(alias="featureUnits", default=None)
1458
- feature_units_plural: Optional[str] = Field(
1459
- alias="featureUnitsPlural", default=None
1460
- )
1473
+ quantity: int
1461
1474
 
1462
1475
 
1463
1476
  class CustomerPortalSubscriptionFragment(BaseModel):
@@ -1556,16 +1569,6 @@ class CustomerPortalSubscriptionFragmentScheduledUpdates(
1556
1569
  pass
1557
1570
 
1558
1571
 
1559
- class CustomerPortalPromotionalEntitlementFragment(BaseModel):
1560
- display_name: str = Field(alias="displayName")
1561
- has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
1562
- has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
1563
- usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
1564
- period: PromotionalEntitlementPeriod
1565
- start_date: Any = Field(alias="startDate")
1566
- end_date: Optional[Any] = Field(alias="endDate", default=None)
1567
-
1568
-
1569
1572
  class CustomerPortalFragment(BaseModel):
1570
1573
  subscriptions: List["CustomerPortalFragmentSubscriptions"]
1571
1574
  entitlements: List["CustomerPortalFragmentEntitlements"]
@@ -1869,6 +1872,9 @@ class MockPaywallAddonFragment(BaseModel):
1869
1872
  )
1870
1873
  billing_id: Optional[str] = Field(alias="billingId", default=None)
1871
1874
  max_quantity: Optional[float] = Field(alias="maxQuantity", default=None)
1875
+ hidden_from_widgets: Optional[List[WidgetType]] = Field(
1876
+ alias="hiddenFromWidgets", default=None
1877
+ )
1872
1878
  dependencies: Optional[List["MockPaywallAddonFragmentDependencies"]] = Field(
1873
1879
  default=None
1874
1880
  )
@@ -2830,18 +2836,18 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
2830
2836
  AddonDependencyFragment.model_rebuild()
2831
2837
  PackageEntitlementFragment.model_rebuild()
2832
2838
  PriceTierFragment.model_rebuild()
2833
- OveragePriceFragment.model_rebuild()
2834
2839
  PriceFragment.model_rebuild()
2840
+ OveragePriceFragment.model_rebuild()
2835
2841
  AddonFragment.model_rebuild()
2836
- SlimCustomerFragment.model_rebuild()
2837
- TotalPriceFragment.model_rebuild()
2838
- SubscriptionTrialConfigurationFragment.model_rebuild()
2839
- SubscriptionFutureUpdateData.model_rebuild()
2840
2842
  SubscriptionScheduledUpdateData.model_rebuild()
2843
+ SubscriptionFutureUpdateData.model_rebuild()
2844
+ SubscriptionTrialConfigurationFragment.model_rebuild()
2841
2845
  SubscriptionInvoiceFragment.model_rebuild()
2842
2846
  ProductFragment.model_rebuild()
2843
2847
  PlanCompatiblePackageGroupsFragment.model_rebuild()
2844
2848
  PlanFragment.model_rebuild()
2849
+ SlimCustomerFragment.model_rebuild()
2850
+ TotalPriceFragment.model_rebuild()
2845
2851
  CustomerResourceFragment.model_rebuild()
2846
2852
  SubscriptionFragment.model_rebuild()
2847
2853
  FeatureFragment.model_rebuild()
@@ -2850,18 +2856,18 @@ ApplySubscriptionFragment.model_rebuild()
2850
2856
  FontVariantFragment.model_rebuild()
2851
2857
  TypographyConfigurationFragment.model_rebuild()
2852
2858
  CheckoutConfigurationFragment.model_rebuild()
2853
- CouponFragment.model_rebuild()
2854
2859
  PromotionalEntitlementFragment.model_rebuild()
2860
+ CouponFragment.model_rebuild()
2855
2861
  CustomerFragment.model_rebuild()
2856
2862
  CheckoutStateFragment.model_rebuild()
2857
2863
  CustomerPortalBillingInformationFragment.model_rebuild()
2858
2864
  CustomerPortalConfigurationFragment.model_rebuild()
2859
2865
  CustomerPortalEntitlementFragment.model_rebuild()
2860
- CustomerPortalSubscriptionAddonFragment.model_rebuild()
2861
- CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
2866
+ CustomerPortalPromotionalEntitlementFragment.model_rebuild()
2862
2867
  CustomerPortalSubscriptionPriceFragment.model_rebuild()
2868
+ CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
2869
+ CustomerPortalSubscriptionAddonFragment.model_rebuild()
2863
2870
  CustomerPortalSubscriptionFragment.model_rebuild()
2864
- CustomerPortalPromotionalEntitlementFragment.model_rebuild()
2865
2871
  CustomerPortalFragment.model_rebuild()
2866
2872
  CustomerStatisticsFragment.model_rebuild()
2867
2873
  CustomerWithSubscriptionsFragment.model_rebuild()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client-v2
3
- Version: 2.448.1
3
+ Version: 2.451.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -110,12 +110,12 @@ stigg/generated/__init__.py,sha256=g8i06n-ZimE-XYhwV960mEXXK1Rx9svLtKo4gxnUtLY,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=andBzY5HC_K2dUxpDe4kNxxUyYjDFFXLQx2NfJbsw8Q,172786
113
+ stigg/generated/async_client.py,sha256=44mGoYvxv5WYmqRprupdoktY0a00YNzDOZ2KjUC3aoQ,173010
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=i2l4lt_FEO2eg3g9SiMzORQFddsS_xSsOEoqlpIHO7Q,172197
118
+ stigg/generated/client.py,sha256=OXPEsN3pWBsiqUcTkLsmFEW4p23uiAXrWtgjs0CHcN4,172421
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=Ax7idhOxqqwhmzBPImea0R-KRcq7j5EQNVAqUFbMl_8,3551
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=S2YlhH9HwRbYvPdnWPx4cMApaBIFnqpl1G8NdIIH044,103124
126
+ stigg/generated/fragments.py,sha256=CdOD6YQX0ZUstYKQhB1pvwOVm-9j5_Wv6v7fmrdJBWY,103354
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.448.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
165
- stigg_api_client_v2-2.448.1.dist-info/METADATA,sha256=UJoeUveCzXohN4lPEX54L1xRxkbzikLWevdX65apV10,2258
166
- stigg_api_client_v2-2.448.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
167
- stigg_api_client_v2-2.448.1.dist-info/RECORD,,
164
+ stigg_api_client_v2-2.451.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
165
+ stigg_api_client_v2-2.451.0.dist-info/METADATA,sha256=BppbpGnQiVPjTWKb58BcGuu28JT3EucFJrEf9gtWjOo,2258
166
+ stigg_api_client_v2-2.451.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
167
+ stigg_api_client_v2-2.451.0.dist-info/RECORD,,