stigg-api-client-v2 2.298.0__py3-none-any.whl → 2.302.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/__init__.py +4 -0
- stigg/generated/enums.py +9 -0
- stigg/generated/fragments.py +424 -424
- stigg/generated/input_types.py +16 -0
- {stigg_api_client_v2-2.298.0.dist-info → stigg_api_client_v2-2.302.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.298.0.dist-info → stigg_api_client_v2-2.302.0.dist-info}/RECORD +8 -8
- {stigg_api_client_v2-2.298.0.dist-info → stigg_api_client_v2-2.302.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.298.0.dist-info → stigg_api_client_v2-2.302.0.dist-info}/WHEEL +0 -0
stigg/generated/__init__.py
CHANGED
|
@@ -130,6 +130,7 @@ from .enums import (
|
|
|
130
130
|
UsageMeasurementSortFields,
|
|
131
131
|
UsageUpdateBehavior,
|
|
132
132
|
VendorIdentifier,
|
|
133
|
+
VendorType,
|
|
133
134
|
WeeklyAccordingTo,
|
|
134
135
|
WidgetType,
|
|
135
136
|
YearlyAccordingTo,
|
|
@@ -705,6 +706,7 @@ from .input_types import (
|
|
|
705
706
|
InitAddStripeCustomerPaymentMethodInput,
|
|
706
707
|
IntegrationFilter,
|
|
707
708
|
IntegrationSort,
|
|
709
|
+
IntegrationVendorTypeFilterComparison,
|
|
708
710
|
IntFieldComparison,
|
|
709
711
|
IntFieldComparisonBetween,
|
|
710
712
|
InviteMembersInput,
|
|
@@ -1321,6 +1323,7 @@ __all__ = [
|
|
|
1321
1323
|
"IntegrationFilter",
|
|
1322
1324
|
"IntegrationSort",
|
|
1323
1325
|
"IntegrationSortFields",
|
|
1326
|
+
"IntegrationVendorTypeFilterComparison",
|
|
1324
1327
|
"InviteMembersInput",
|
|
1325
1328
|
"InvoiceLineItemType",
|
|
1326
1329
|
"LayoutConfigurationFragment",
|
|
@@ -1811,6 +1814,7 @@ __all__ = [
|
|
|
1811
1814
|
"ValidateMergeEnvironmentInput",
|
|
1812
1815
|
"VendorIdentifier",
|
|
1813
1816
|
"VendorIdentifierFilterComparison",
|
|
1817
|
+
"VendorType",
|
|
1814
1818
|
"WeeklyAccordingTo",
|
|
1815
1819
|
"WeeklyResetPeriodConfigInput",
|
|
1816
1820
|
"WidgetConfigurationUpdateInput",
|
stigg/generated/enums.py
CHANGED
|
@@ -728,6 +728,7 @@ class IntegrationSortFields(str, Enum):
|
|
|
728
728
|
environmentId = "environmentId"
|
|
729
729
|
id = "id"
|
|
730
730
|
vendorIdentifier = "vendorIdentifier"
|
|
731
|
+
vendorType = "vendorType"
|
|
731
732
|
|
|
732
733
|
|
|
733
734
|
class InvoiceLineItemType(str, Enum):
|
|
@@ -1160,6 +1161,14 @@ class VendorIdentifier(str, Enum):
|
|
|
1160
1161
|
ZUORA = "ZUORA"
|
|
1161
1162
|
|
|
1162
1163
|
|
|
1164
|
+
class VendorType(str, Enum):
|
|
1165
|
+
AUTH = "AUTH"
|
|
1166
|
+
BILLING = "BILLING"
|
|
1167
|
+
CRM = "CRM"
|
|
1168
|
+
DATA_EXPORT = "DATA_EXPORT"
|
|
1169
|
+
MARKETPLACE = "MARKETPLACE"
|
|
1170
|
+
|
|
1171
|
+
|
|
1163
1172
|
class WeeklyAccordingTo(str, Enum):
|
|
1164
1173
|
EveryFriday = "EveryFriday"
|
|
1165
1174
|
EveryMonday = "EveryMonday"
|
stigg/generated/fragments.py
CHANGED
|
@@ -215,188 +215,123 @@ class AddonFragmentDependencies(AddonDependencyFragment):
|
|
|
215
215
|
pass
|
|
216
216
|
|
|
217
217
|
|
|
218
|
-
class
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
alias="targetPackage", default=None
|
|
218
|
+
class FeatureFragment(BaseModel):
|
|
219
|
+
typename__: str = Field(alias="__typename")
|
|
220
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
221
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
222
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
223
|
+
feature_units_plural: Optional[str] = Field(
|
|
224
|
+
alias="featureUnitsPlural", default=None
|
|
226
225
|
)
|
|
227
|
-
|
|
228
|
-
Annotated[
|
|
229
|
-
Union[
|
|
230
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
231
|
-
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
232
|
-
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
233
|
-
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
234
|
-
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
235
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
236
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
237
|
-
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
238
|
-
],
|
|
239
|
-
Field(discriminator="typename__"),
|
|
240
|
-
]
|
|
241
|
-
] = Field(alias="scheduleVariables", default=None)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
245
|
-
id: str
|
|
246
|
-
ref_id: str = Field(alias="refId")
|
|
226
|
+
description: Optional[str] = Field(default=None)
|
|
247
227
|
display_name: str = Field(alias="displayName")
|
|
228
|
+
ref_id: str = Field(alias="refId")
|
|
229
|
+
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
230
|
+
alias="unitTransformation", default=None
|
|
231
|
+
)
|
|
248
232
|
|
|
249
233
|
|
|
250
|
-
class
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
new_quantity: float = Field(alias="newQuantity")
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
257
|
-
BaseModel
|
|
258
|
-
):
|
|
259
|
-
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
260
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
261
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
265
|
-
BaseModel
|
|
266
|
-
):
|
|
267
|
-
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
268
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
272
|
-
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
234
|
+
class FeatureFragmentUnitTransformation(BaseModel):
|
|
235
|
+
divide: float
|
|
236
|
+
round: UnitTransformationRound
|
|
273
237
|
|
|
274
238
|
|
|
275
|
-
class
|
|
276
|
-
typename__:
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
] = Field(alias="
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
] = Field(
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
239
|
+
class EntitlementFragment(BaseModel):
|
|
240
|
+
typename__: str = Field(alias="__typename")
|
|
241
|
+
is_granted: bool = Field(alias="isGranted")
|
|
242
|
+
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
243
|
+
alias="accessDeniedReason", default=None
|
|
244
|
+
)
|
|
245
|
+
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
246
|
+
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
247
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
248
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
249
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
250
|
+
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
251
|
+
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
252
|
+
entitlement_updated_at: Optional[Any] = Field(
|
|
253
|
+
alias="entitlementUpdatedAt", default=None
|
|
254
|
+
)
|
|
255
|
+
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
256
|
+
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
257
|
+
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
258
|
+
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
259
|
+
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
260
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
261
|
+
alias="resetPeriod", default=None
|
|
262
|
+
)
|
|
263
|
+
reset_period_configuration: Optional[
|
|
264
|
+
Annotated[
|
|
265
|
+
Union[
|
|
266
|
+
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
267
|
+
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
268
|
+
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
269
|
+
],
|
|
270
|
+
Field(discriminator="typename__"),
|
|
292
271
|
]
|
|
293
|
-
] = Field(alias="
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
297
|
-
BaseModel
|
|
298
|
-
):
|
|
299
|
-
feature_id: str = Field(alias="featureId")
|
|
300
|
-
quantity: float
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
304
|
-
BaseModel
|
|
305
|
-
):
|
|
306
|
-
addon_ref_id: str = Field(alias="addonRefId")
|
|
307
|
-
quantity: float
|
|
272
|
+
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
273
|
+
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
308
274
|
|
|
309
275
|
|
|
310
|
-
class
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
276
|
+
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
277
|
+
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
278
|
+
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
279
|
+
alias="monthlyAccordingTo", default=None
|
|
280
|
+
)
|
|
316
281
|
|
|
317
282
|
|
|
318
|
-
class
|
|
319
|
-
typename__: Literal["
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
billable_features: Optional[
|
|
324
|
-
List[
|
|
325
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
326
|
-
]
|
|
327
|
-
] = Field(alias="billableFeatures", default=None)
|
|
328
|
-
addons: Optional[
|
|
329
|
-
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
330
|
-
] = Field(default=None)
|
|
331
|
-
price_overrides: Optional[
|
|
332
|
-
List[
|
|
333
|
-
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
334
|
-
]
|
|
335
|
-
] = Field(alias="priceOverrides", default=None)
|
|
283
|
+
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
284
|
+
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
285
|
+
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
286
|
+
alias="weeklyAccordingTo", default=None
|
|
287
|
+
)
|
|
336
288
|
|
|
337
289
|
|
|
338
|
-
class
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
290
|
+
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
291
|
+
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
292
|
+
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
293
|
+
alias="yearlyAccordingTo", default=None
|
|
294
|
+
)
|
|
343
295
|
|
|
344
296
|
|
|
345
|
-
class
|
|
346
|
-
|
|
347
|
-
quantity: float
|
|
297
|
+
class EntitlementFragmentFeature(FeatureFragment):
|
|
298
|
+
pass
|
|
348
299
|
|
|
349
300
|
|
|
350
|
-
class
|
|
351
|
-
|
|
352
|
-
)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
301
|
+
class SlimCustomerFragment(BaseModel):
|
|
302
|
+
id: str
|
|
303
|
+
name: Optional[str] = Field(default=None)
|
|
304
|
+
email: Optional[str] = Field(default=None)
|
|
305
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
306
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
307
|
+
ref_id: str = Field(alias="refId")
|
|
308
|
+
customer_id: str = Field(alias="customerId")
|
|
309
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
310
|
+
additional_meta_data: Optional[Any] = Field(
|
|
311
|
+
alias="additionalMetaData", default=None
|
|
312
|
+
)
|
|
313
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
314
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
315
|
+
)
|
|
356
316
|
|
|
357
317
|
|
|
358
|
-
class
|
|
359
|
-
|
|
360
|
-
):
|
|
361
|
-
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
362
|
-
plan_ref_id: str = Field(alias="planRefId")
|
|
363
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
318
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
319
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
364
320
|
|
|
365
321
|
|
|
366
|
-
class
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
322
|
+
class TotalPriceFragment(BaseModel):
|
|
323
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
324
|
+
total: "TotalPriceFragmentTotal"
|
|
370
325
|
|
|
371
326
|
|
|
372
|
-
class
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
created_at: Any = Field(alias="createdAt")
|
|
376
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
377
|
-
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
378
|
-
requires_action: bool = Field(alias="requiresAction")
|
|
379
|
-
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
380
|
-
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
381
|
-
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
382
|
-
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
383
|
-
alias="billingReason", default=None
|
|
384
|
-
)
|
|
385
|
-
currency: Optional[str] = Field(default=None)
|
|
386
|
-
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
387
|
-
sub_total_excluding_tax: Optional[float] = Field(
|
|
388
|
-
alias="subTotalExcludingTax", default=None
|
|
389
|
-
)
|
|
390
|
-
total: Optional[float] = Field(default=None)
|
|
391
|
-
total_excluding_tax: Optional[float] = Field(
|
|
392
|
-
alias="totalExcludingTax", default=None
|
|
393
|
-
)
|
|
394
|
-
tax: Optional[float] = Field(default=None)
|
|
395
|
-
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
327
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
328
|
+
amount: float
|
|
329
|
+
currency: Currency
|
|
396
330
|
|
|
397
331
|
|
|
398
|
-
class
|
|
399
|
-
|
|
332
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
333
|
+
amount: float
|
|
334
|
+
currency: Currency
|
|
400
335
|
|
|
401
336
|
|
|
402
337
|
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
@@ -473,86 +408,234 @@ class PlanFragment(BaseModel):
|
|
|
473
408
|
)
|
|
474
409
|
|
|
475
410
|
|
|
476
|
-
class PlanFragmentProduct(ProductFragment):
|
|
477
|
-
pass
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
class PlanFragmentBasePlan(BaseModel):
|
|
411
|
+
class PlanFragmentProduct(ProductFragment):
|
|
412
|
+
pass
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
class PlanFragmentBasePlan(BaseModel):
|
|
416
|
+
ref_id: str = Field(alias="refId")
|
|
417
|
+
display_name: str = Field(alias="displayName")
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
class PlanFragmentEntitlements(PackageEntitlementFragment):
|
|
421
|
+
pass
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
class PlanFragmentInheritedEntitlements(PackageEntitlementFragment):
|
|
425
|
+
pass
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
class PlanFragmentCompatibleAddons(AddonFragment):
|
|
429
|
+
pass
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
class PlanFragmentCompatiblePackageGroups(PlanCompatiblePackageGroupsFragment):
|
|
433
|
+
pass
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
class PlanFragmentPrices(PriceFragment):
|
|
437
|
+
pass
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
class PlanFragmentOveragePrices(OveragePriceFragment):
|
|
441
|
+
pass
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
class PlanFragmentDefaultTrialConfig(BaseModel):
|
|
445
|
+
duration: float
|
|
446
|
+
units: TrialPeriodUnits
|
|
447
|
+
budget: Optional["PlanFragmentDefaultTrialConfigBudget"] = Field(default=None)
|
|
448
|
+
trial_end_behavior: Optional[TrialEndBehavior] = Field(
|
|
449
|
+
alias="trialEndBehavior", default=None
|
|
450
|
+
)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
454
|
+
limit: float
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
class SubscriptionInvoiceFragment(BaseModel):
|
|
458
|
+
billing_id: str = Field(alias="billingId")
|
|
459
|
+
status: SubscriptionInvoiceStatus
|
|
460
|
+
created_at: Any = Field(alias="createdAt")
|
|
461
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
462
|
+
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
463
|
+
requires_action: bool = Field(alias="requiresAction")
|
|
464
|
+
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
465
|
+
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
466
|
+
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
467
|
+
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
468
|
+
alias="billingReason", default=None
|
|
469
|
+
)
|
|
470
|
+
currency: Optional[str] = Field(default=None)
|
|
471
|
+
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
472
|
+
sub_total_excluding_tax: Optional[float] = Field(
|
|
473
|
+
alias="subTotalExcludingTax", default=None
|
|
474
|
+
)
|
|
475
|
+
total: Optional[float] = Field(default=None)
|
|
476
|
+
total_excluding_tax: Optional[float] = Field(
|
|
477
|
+
alias="totalExcludingTax", default=None
|
|
478
|
+
)
|
|
479
|
+
tax: Optional[float] = Field(default=None)
|
|
480
|
+
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
class CustomerResourceFragment(BaseModel):
|
|
484
|
+
resource_id: str = Field(alias="resourceId")
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
488
|
+
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
489
|
+
alias="subscriptionScheduleType"
|
|
490
|
+
)
|
|
491
|
+
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
492
|
+
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
493
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
494
|
+
alias="targetPackage", default=None
|
|
495
|
+
)
|
|
496
|
+
schedule_variables: Optional[
|
|
497
|
+
Annotated[
|
|
498
|
+
Union[
|
|
499
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
500
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
501
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
502
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
503
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
504
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
505
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
506
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
507
|
+
],
|
|
508
|
+
Field(discriminator="typename__"),
|
|
509
|
+
]
|
|
510
|
+
] = Field(alias="scheduleVariables", default=None)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
514
|
+
id: str
|
|
481
515
|
ref_id: str = Field(alias="refId")
|
|
482
516
|
display_name: str = Field(alias="displayName")
|
|
483
517
|
|
|
484
518
|
|
|
485
|
-
class
|
|
486
|
-
|
|
519
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
520
|
+
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
521
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
522
|
+
new_quantity: float = Field(alias="newQuantity")
|
|
487
523
|
|
|
488
524
|
|
|
489
|
-
class
|
|
490
|
-
|
|
525
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
526
|
+
BaseModel
|
|
527
|
+
):
|
|
528
|
+
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
529
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
530
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
491
531
|
|
|
492
532
|
|
|
493
|
-
class
|
|
494
|
-
|
|
533
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
534
|
+
BaseModel
|
|
535
|
+
):
|
|
536
|
+
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
537
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
495
538
|
|
|
496
539
|
|
|
497
|
-
class
|
|
498
|
-
|
|
540
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
541
|
+
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
499
542
|
|
|
500
543
|
|
|
501
|
-
class
|
|
502
|
-
|
|
544
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
545
|
+
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
546
|
+
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
547
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
548
|
+
billable_features: Optional[
|
|
549
|
+
List[
|
|
550
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
551
|
+
]
|
|
552
|
+
] = Field(alias="billableFeatures", default=None)
|
|
553
|
+
addons: Optional[
|
|
554
|
+
List[
|
|
555
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
556
|
+
]
|
|
557
|
+
] = Field(default=None)
|
|
558
|
+
price_overrides: Optional[
|
|
559
|
+
List[
|
|
560
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
561
|
+
]
|
|
562
|
+
] = Field(alias="priceOverrides", default=None)
|
|
503
563
|
|
|
504
564
|
|
|
505
|
-
class
|
|
506
|
-
|
|
565
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
566
|
+
BaseModel
|
|
567
|
+
):
|
|
568
|
+
feature_id: str = Field(alias="featureId")
|
|
569
|
+
quantity: float
|
|
507
570
|
|
|
508
571
|
|
|
509
|
-
class
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
alias="trialEndBehavior", default=None
|
|
515
|
-
)
|
|
572
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
573
|
+
BaseModel
|
|
574
|
+
):
|
|
575
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
576
|
+
quantity: float
|
|
516
577
|
|
|
517
578
|
|
|
518
|
-
class
|
|
519
|
-
|
|
579
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
580
|
+
BaseModel
|
|
581
|
+
):
|
|
582
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
583
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
584
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
520
585
|
|
|
521
586
|
|
|
522
|
-
class
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
587
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
588
|
+
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
589
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
590
|
+
change_type: PlanChangeType = Field(alias="changeType")
|
|
591
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
592
|
+
billable_features: Optional[
|
|
593
|
+
List[
|
|
594
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
595
|
+
]
|
|
596
|
+
] = Field(alias="billableFeatures", default=None)
|
|
597
|
+
addons: Optional[
|
|
598
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
599
|
+
] = Field(default=None)
|
|
600
|
+
price_overrides: Optional[
|
|
601
|
+
List[
|
|
602
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
603
|
+
]
|
|
604
|
+
] = Field(alias="priceOverrides", default=None)
|
|
537
605
|
|
|
538
606
|
|
|
539
|
-
class
|
|
540
|
-
|
|
607
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
608
|
+
BaseModel
|
|
609
|
+
):
|
|
610
|
+
feature_id: str = Field(alias="featureId")
|
|
611
|
+
quantity: float
|
|
541
612
|
|
|
542
613
|
|
|
543
|
-
class
|
|
544
|
-
|
|
545
|
-
|
|
614
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
615
|
+
addon_ref_id: str = Field(alias="addonRefId")
|
|
616
|
+
quantity: float
|
|
546
617
|
|
|
547
618
|
|
|
548
|
-
class
|
|
549
|
-
|
|
550
|
-
|
|
619
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
620
|
+
BaseModel
|
|
621
|
+
):
|
|
622
|
+
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
623
|
+
addon_ref_id: Optional[str] = Field(alias="addonRefId", default=None)
|
|
624
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
551
625
|
|
|
552
626
|
|
|
553
|
-
class
|
|
554
|
-
|
|
555
|
-
|
|
627
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
628
|
+
BaseModel
|
|
629
|
+
):
|
|
630
|
+
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
631
|
+
plan_ref_id: str = Field(alias="planRefId")
|
|
632
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
636
|
+
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
637
|
+
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
638
|
+
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
556
639
|
|
|
557
640
|
|
|
558
641
|
class SubscriptionScheduledUpdateData(BaseModel):
|
|
@@ -792,120 +875,37 @@ class SubscriptionFragmentPrices(BaseModel):
|
|
|
792
875
|
price: Optional["SubscriptionFragmentPricesPrice"] = Field(default=None)
|
|
793
876
|
|
|
794
877
|
|
|
795
|
-
class SubscriptionFragmentPricesPrice(PriceFragment):
|
|
796
|
-
pass
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
class SubscriptionFragmentTotalPrice(TotalPriceFragment):
|
|
800
|
-
pass
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
class SubscriptionFragmentPlan(PlanFragment):
|
|
804
|
-
pass
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
class SubscriptionFragmentAddons(BaseModel):
|
|
808
|
-
id: str
|
|
809
|
-
quantity: float
|
|
810
|
-
addon: "SubscriptionFragmentAddonsAddon"
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
class SubscriptionFragmentAddonsAddon(AddonFragment):
|
|
814
|
-
pass
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
class SubscriptionFragmentScheduledUpdates(SubscriptionScheduledUpdateData):
|
|
818
|
-
pass
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
class SubscriptionFragmentFutureUpdates(SubscriptionFutureUpdateData):
|
|
822
|
-
pass
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
class SubscriptionFragmentTrialConfiguration(SubscriptionTrialConfigurationFragment):
|
|
826
|
-
pass
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
class FeatureFragment(BaseModel):
|
|
830
|
-
typename__: str = Field(alias="__typename")
|
|
831
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
832
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
833
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
834
|
-
feature_units_plural: Optional[str] = Field(
|
|
835
|
-
alias="featureUnitsPlural", default=None
|
|
836
|
-
)
|
|
837
|
-
description: Optional[str] = Field(default=None)
|
|
838
|
-
display_name: str = Field(alias="displayName")
|
|
839
|
-
ref_id: str = Field(alias="refId")
|
|
840
|
-
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
841
|
-
alias="unitTransformation", default=None
|
|
842
|
-
)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
class FeatureFragmentUnitTransformation(BaseModel):
|
|
846
|
-
divide: float
|
|
847
|
-
round: UnitTransformationRound
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
class EntitlementFragment(BaseModel):
|
|
851
|
-
typename__: str = Field(alias="__typename")
|
|
852
|
-
is_granted: bool = Field(alias="isGranted")
|
|
853
|
-
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
854
|
-
alias="accessDeniedReason", default=None
|
|
855
|
-
)
|
|
856
|
-
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
857
|
-
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
858
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
859
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
860
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
861
|
-
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
862
|
-
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
863
|
-
entitlement_updated_at: Optional[Any] = Field(
|
|
864
|
-
alias="entitlementUpdatedAt", default=None
|
|
865
|
-
)
|
|
866
|
-
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
867
|
-
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
868
|
-
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
869
|
-
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
870
|
-
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
871
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
872
|
-
alias="resetPeriod", default=None
|
|
873
|
-
)
|
|
874
|
-
reset_period_configuration: Optional[
|
|
875
|
-
Annotated[
|
|
876
|
-
Union[
|
|
877
|
-
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
878
|
-
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
879
|
-
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
880
|
-
],
|
|
881
|
-
Field(discriminator="typename__"),
|
|
882
|
-
]
|
|
883
|
-
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
884
|
-
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
885
|
-
|
|
878
|
+
class SubscriptionFragmentPricesPrice(PriceFragment):
|
|
879
|
+
pass
|
|
886
880
|
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
alias="monthlyAccordingTo", default=None
|
|
891
|
-
)
|
|
881
|
+
|
|
882
|
+
class SubscriptionFragmentTotalPrice(TotalPriceFragment):
|
|
883
|
+
pass
|
|
892
884
|
|
|
893
885
|
|
|
894
|
-
class
|
|
895
|
-
|
|
896
|
-
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
897
|
-
alias="weeklyAccordingTo", default=None
|
|
898
|
-
)
|
|
886
|
+
class SubscriptionFragmentPlan(PlanFragment):
|
|
887
|
+
pass
|
|
899
888
|
|
|
900
889
|
|
|
901
|
-
class
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
)
|
|
890
|
+
class SubscriptionFragmentAddons(BaseModel):
|
|
891
|
+
id: str
|
|
892
|
+
quantity: float
|
|
893
|
+
addon: "SubscriptionFragmentAddonsAddon"
|
|
906
894
|
|
|
907
895
|
|
|
908
|
-
class
|
|
896
|
+
class SubscriptionFragmentAddonsAddon(AddonFragment):
|
|
897
|
+
pass
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
class SubscriptionFragmentScheduledUpdates(SubscriptionScheduledUpdateData):
|
|
901
|
+
pass
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
class SubscriptionFragmentFutureUpdates(SubscriptionFutureUpdateData):
|
|
905
|
+
pass
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
class SubscriptionFragmentTrialConfiguration(SubscriptionTrialConfigurationFragment):
|
|
909
909
|
pass
|
|
910
910
|
|
|
911
911
|
|
|
@@ -986,6 +986,35 @@ class CheckoutConfigurationFragmentContent(BaseModel):
|
|
|
986
986
|
)
|
|
987
987
|
|
|
988
988
|
|
|
989
|
+
class PromotionalEntitlementFragment(BaseModel):
|
|
990
|
+
status: PromotionalEntitlementStatus
|
|
991
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
992
|
+
feature_id: str = Field(alias="featureId")
|
|
993
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
994
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
995
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
996
|
+
alias="resetPeriod", default=None
|
|
997
|
+
)
|
|
998
|
+
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
999
|
+
is_visible: bool = Field(alias="isVisible")
|
|
1000
|
+
feature: "PromotionalEntitlementFragmentFeature"
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
class PromotionalEntitlementFragmentFeature(BaseModel):
|
|
1004
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
1005
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1006
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1007
|
+
feature_units_plural: Optional[str] = Field(
|
|
1008
|
+
alias="featureUnitsPlural", default=None
|
|
1009
|
+
)
|
|
1010
|
+
display_name: str = Field(alias="displayName")
|
|
1011
|
+
description: Optional[str] = Field(default=None)
|
|
1012
|
+
ref_id: str = Field(alias="refId")
|
|
1013
|
+
additional_meta_data: Optional[Any] = Field(
|
|
1014
|
+
alias="additionalMetaData", default=None
|
|
1015
|
+
)
|
|
1016
|
+
|
|
1017
|
+
|
|
989
1018
|
class CouponFragment(BaseModel):
|
|
990
1019
|
id: str
|
|
991
1020
|
discount_value: float = Field(alias="discountValue")
|
|
@@ -1020,35 +1049,6 @@ class CouponFragmentSyncStates(BaseModel):
|
|
|
1020
1049
|
status: SyncStatus
|
|
1021
1050
|
|
|
1022
1051
|
|
|
1023
|
-
class PromotionalEntitlementFragment(BaseModel):
|
|
1024
|
-
status: PromotionalEntitlementStatus
|
|
1025
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1026
|
-
feature_id: str = Field(alias="featureId")
|
|
1027
|
-
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
1028
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1029
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1030
|
-
alias="resetPeriod", default=None
|
|
1031
|
-
)
|
|
1032
|
-
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
1033
|
-
is_visible: bool = Field(alias="isVisible")
|
|
1034
|
-
feature: "PromotionalEntitlementFragmentFeature"
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
class PromotionalEntitlementFragmentFeature(BaseModel):
|
|
1038
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
1039
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1040
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1041
|
-
feature_units_plural: Optional[str] = Field(
|
|
1042
|
-
alias="featureUnitsPlural", default=None
|
|
1043
|
-
)
|
|
1044
|
-
display_name: str = Field(alias="displayName")
|
|
1045
|
-
description: Optional[str] = Field(default=None)
|
|
1046
|
-
ref_id: str = Field(alias="refId")
|
|
1047
|
-
additional_meta_data: Optional[Any] = Field(
|
|
1048
|
-
alias="additionalMetaData", default=None
|
|
1049
|
-
)
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
1052
|
class CustomerFragment(SlimCustomerFragment):
|
|
1053
1053
|
has_payment_method: bool = Field(alias="hasPaymentMethod")
|
|
1054
1054
|
has_active_subscription: bool = Field(alias="hasActiveSubscription")
|
|
@@ -1249,40 +1249,6 @@ class CustomerPortalEntitlementFragmentFeature(FeatureFragment):
|
|
|
1249
1249
|
pass
|
|
1250
1250
|
|
|
1251
1251
|
|
|
1252
|
-
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1253
|
-
addon_id: str = Field(alias="addonId")
|
|
1254
|
-
description: Optional[str] = Field(default=None)
|
|
1255
|
-
display_name: str = Field(alias="displayName")
|
|
1256
|
-
quantity: int
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1260
|
-
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1261
|
-
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1262
|
-
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1263
|
-
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1264
|
-
default=None
|
|
1265
|
-
)
|
|
1266
|
-
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1267
|
-
default=None
|
|
1268
|
-
)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1272
|
-
amount: float
|
|
1273
|
-
currency: Currency
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1277
|
-
id: str
|
|
1278
|
-
ref_id: str = Field(alias="refId")
|
|
1279
|
-
display_name: str = Field(alias="displayName")
|
|
1280
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1281
|
-
feature_units_plural: Optional[str] = Field(
|
|
1282
|
-
alias="featureUnitsPlural", default=None
|
|
1283
|
-
)
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
1252
|
class CustomerPortalSubscriptionScheduledUpdateDataFragment(BaseModel):
|
|
1287
1253
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
1288
1254
|
alias="subscriptionScheduleType"
|
|
@@ -1452,6 +1418,40 @@ class CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnit
|
|
|
1452
1418
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
1453
1419
|
|
|
1454
1420
|
|
|
1421
|
+
class CustomerPortalSubscriptionPriceFragment(BaseModel):
|
|
1422
|
+
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
1423
|
+
billing_model: Optional[BillingModel] = Field(alias="billingModel", default=None)
|
|
1424
|
+
block_size: Optional[float] = Field(alias="blockSize", default=None)
|
|
1425
|
+
price: Optional["CustomerPortalSubscriptionPriceFragmentPrice"] = Field(
|
|
1426
|
+
default=None
|
|
1427
|
+
)
|
|
1428
|
+
feature: Optional["CustomerPortalSubscriptionPriceFragmentFeature"] = Field(
|
|
1429
|
+
default=None
|
|
1430
|
+
)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
class CustomerPortalSubscriptionPriceFragmentPrice(BaseModel):
|
|
1434
|
+
amount: float
|
|
1435
|
+
currency: Currency
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
1439
|
+
id: str
|
|
1440
|
+
ref_id: str = Field(alias="refId")
|
|
1441
|
+
display_name: str = Field(alias="displayName")
|
|
1442
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1443
|
+
feature_units_plural: Optional[str] = Field(
|
|
1444
|
+
alias="featureUnitsPlural", default=None
|
|
1445
|
+
)
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1449
|
+
addon_id: str = Field(alias="addonId")
|
|
1450
|
+
description: Optional[str] = Field(default=None)
|
|
1451
|
+
display_name: str = Field(alias="displayName")
|
|
1452
|
+
quantity: int
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
1455
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
1456
1456
|
subscription_id: str = Field(alias="subscriptionId")
|
|
1457
1457
|
plan_id: str = Field(alias="planId")
|
|
@@ -1785,6 +1785,39 @@ class MockPaywallAddonDependencyFragment(BaseModel):
|
|
|
1785
1785
|
description: Optional[str] = Field(default=None)
|
|
1786
1786
|
|
|
1787
1787
|
|
|
1788
|
+
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1789
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1790
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1791
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1792
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1793
|
+
alias="resetPeriod", default=None
|
|
1794
|
+
)
|
|
1795
|
+
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1796
|
+
alias="hiddenFromWidgets", default=None
|
|
1797
|
+
)
|
|
1798
|
+
display_name_override: Optional[str] = Field(
|
|
1799
|
+
alias="displayNameOverride", default=None
|
|
1800
|
+
)
|
|
1801
|
+
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1802
|
+
default=None
|
|
1803
|
+
)
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1807
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
1808
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1809
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1810
|
+
feature_units_plural: Optional[str] = Field(
|
|
1811
|
+
alias="featureUnitsPlural", default=None
|
|
1812
|
+
)
|
|
1813
|
+
display_name: str = Field(alias="displayName")
|
|
1814
|
+
description: Optional[str] = Field(default=None)
|
|
1815
|
+
ref_id: str = Field(alias="refId")
|
|
1816
|
+
additional_meta_data: Optional[Any] = Field(
|
|
1817
|
+
alias="additionalMetaData", default=None
|
|
1818
|
+
)
|
|
1819
|
+
|
|
1820
|
+
|
|
1788
1821
|
class MockPaywallPriceFragment(BaseModel):
|
|
1789
1822
|
billing_model: BillingModel = Field(alias="billingModel")
|
|
1790
1823
|
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
@@ -1819,39 +1852,6 @@ class MockPaywallPriceFragmentFeature(BaseModel):
|
|
|
1819
1852
|
display_name: str = Field(alias="displayName")
|
|
1820
1853
|
|
|
1821
1854
|
|
|
1822
|
-
class MockPaywallPackageEntitlementFragment(BaseModel):
|
|
1823
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1824
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
1825
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1826
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1827
|
-
alias="resetPeriod", default=None
|
|
1828
|
-
)
|
|
1829
|
-
hidden_from_widgets: Optional[List[WidgetType]] = Field(
|
|
1830
|
-
alias="hiddenFromWidgets", default=None
|
|
1831
|
-
)
|
|
1832
|
-
display_name_override: Optional[str] = Field(
|
|
1833
|
-
alias="displayNameOverride", default=None
|
|
1834
|
-
)
|
|
1835
|
-
feature: Optional["MockPaywallPackageEntitlementFragmentFeature"] = Field(
|
|
1836
|
-
default=None
|
|
1837
|
-
)
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
class MockPaywallPackageEntitlementFragmentFeature(BaseModel):
|
|
1841
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
1842
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1843
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1844
|
-
feature_units_plural: Optional[str] = Field(
|
|
1845
|
-
alias="featureUnitsPlural", default=None
|
|
1846
|
-
)
|
|
1847
|
-
display_name: str = Field(alias="displayName")
|
|
1848
|
-
description: Optional[str] = Field(default=None)
|
|
1849
|
-
ref_id: str = Field(alias="refId")
|
|
1850
|
-
additional_meta_data: Optional[Any] = Field(
|
|
1851
|
-
alias="additionalMetaData", default=None
|
|
1852
|
-
)
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
1855
|
class MockPaywallAddonFragment(BaseModel):
|
|
1856
1856
|
ref_id: str = Field(alias="refId")
|
|
1857
1857
|
display_name: str = Field(alias="displayName")
|
|
@@ -2767,33 +2767,33 @@ PriceFragment.model_rebuild()
|
|
|
2767
2767
|
PackageEntitlementFragment.model_rebuild()
|
|
2768
2768
|
OveragePriceFragment.model_rebuild()
|
|
2769
2769
|
AddonFragment.model_rebuild()
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
CustomerResourceFragment.model_rebuild()
|
|
2773
|
-
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2774
|
-
ProductFragment.model_rebuild()
|
|
2775
|
-
PlanFragment.model_rebuild()
|
|
2770
|
+
FeatureFragment.model_rebuild()
|
|
2771
|
+
EntitlementFragment.model_rebuild()
|
|
2776
2772
|
SlimCustomerFragment.model_rebuild()
|
|
2777
2773
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2778
2774
|
TotalPriceFragment.model_rebuild()
|
|
2775
|
+
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2776
|
+
ProductFragment.model_rebuild()
|
|
2777
|
+
PlanFragment.model_rebuild()
|
|
2778
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2779
|
+
CustomerResourceFragment.model_rebuild()
|
|
2780
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2779
2781
|
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2780
2782
|
SubscriptionFragment.model_rebuild()
|
|
2781
|
-
FeatureFragment.model_rebuild()
|
|
2782
|
-
EntitlementFragment.model_rebuild()
|
|
2783
2783
|
ApplySubscriptionFragment.model_rebuild()
|
|
2784
2784
|
FontVariantFragment.model_rebuild()
|
|
2785
2785
|
TypographyConfigurationFragment.model_rebuild()
|
|
2786
2786
|
CheckoutConfigurationFragment.model_rebuild()
|
|
2787
|
-
CouponFragment.model_rebuild()
|
|
2788
2787
|
PromotionalEntitlementFragment.model_rebuild()
|
|
2788
|
+
CouponFragment.model_rebuild()
|
|
2789
2789
|
CustomerFragment.model_rebuild()
|
|
2790
2790
|
CheckoutStateFragment.model_rebuild()
|
|
2791
2791
|
CustomerPortalBillingInformationFragment.model_rebuild()
|
|
2792
2792
|
CustomerPortalConfigurationFragment.model_rebuild()
|
|
2793
2793
|
CustomerPortalEntitlementFragment.model_rebuild()
|
|
2794
|
-
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2795
|
-
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2796
2794
|
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2795
|
+
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2796
|
+
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2797
2797
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2798
2798
|
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2799
2799
|
CustomerPortalFragment.model_rebuild()
|
|
@@ -2805,8 +2805,8 @@ EntitlementsUpdatedPayload.model_rebuild()
|
|
|
2805
2805
|
ImmediateSubscriptionPreviewInvoiceFragment.model_rebuild()
|
|
2806
2806
|
LayoutConfigurationFragment.model_rebuild()
|
|
2807
2807
|
MockPaywallAddonDependencyFragment.model_rebuild()
|
|
2808
|
-
MockPaywallPriceFragment.model_rebuild()
|
|
2809
2808
|
MockPaywallPackageEntitlementFragment.model_rebuild()
|
|
2809
|
+
MockPaywallPriceFragment.model_rebuild()
|
|
2810
2810
|
MockPaywallAddonFragment.model_rebuild()
|
|
2811
2811
|
MockPaywallPlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2812
2812
|
MockPaywallPlanFragment.model_rebuild()
|
stigg/generated/input_types.py
CHANGED
|
@@ -92,6 +92,7 @@ from .enums import (
|
|
|
92
92
|
UsageMeasurementSortFields,
|
|
93
93
|
UsageUpdateBehavior,
|
|
94
94
|
VendorIdentifier,
|
|
95
|
+
VendorType,
|
|
95
96
|
WeeklyAccordingTo,
|
|
96
97
|
WidgetType,
|
|
97
98
|
YearlyAccordingTo,
|
|
@@ -664,6 +665,8 @@ class CreateIntegrationInput(BaseModel):
|
|
|
664
665
|
hubspot_credentials: Optional["HubspotCredentialsInput"] = Field(
|
|
665
666
|
alias="hubspotCredentials", default=None
|
|
666
667
|
)
|
|
668
|
+
integration_id: Optional[str] = Field(alias="integrationId", default=None)
|
|
669
|
+
is_default: Optional[bool] = Field(alias="isDefault", default=None)
|
|
667
670
|
open_fga_credentials: Optional["OpenFGACredentialsInput"] = Field(
|
|
668
671
|
alias="openFGACredentials", default=None
|
|
669
672
|
)
|
|
@@ -2068,6 +2071,9 @@ class IntegrationFilter(BaseModel):
|
|
|
2068
2071
|
vendor_identifier: Optional["VendorIdentifierFilterComparison"] = Field(
|
|
2069
2072
|
alias="vendorIdentifier", default=None
|
|
2070
2073
|
)
|
|
2074
|
+
vendor_type: Optional["IntegrationVendorTypeFilterComparison"] = Field(
|
|
2075
|
+
alias="vendorType", default=None
|
|
2076
|
+
)
|
|
2071
2077
|
|
|
2072
2078
|
|
|
2073
2079
|
class IntegrationSort(BaseModel):
|
|
@@ -2076,6 +2082,13 @@ class IntegrationSort(BaseModel):
|
|
|
2076
2082
|
nulls: Optional[SortNulls] = None
|
|
2077
2083
|
|
|
2078
2084
|
|
|
2085
|
+
class IntegrationVendorTypeFilterComparison(BaseModel):
|
|
2086
|
+
eq: Optional[VendorType] = None
|
|
2087
|
+
in_: Optional[List[VendorType]] = Field(alias="in", default=None)
|
|
2088
|
+
neq: Optional[VendorType] = None
|
|
2089
|
+
not_in: Optional[List[VendorType]] = Field(alias="notIn", default=None)
|
|
2090
|
+
|
|
2091
|
+
|
|
2079
2092
|
class InviteMembersInput(BaseModel):
|
|
2080
2093
|
account_role: Optional[AccountAccessRole] = Field(alias="accountRole", default=None)
|
|
2081
2094
|
invites: List[str]
|
|
@@ -3380,6 +3393,7 @@ class ReportUsageInput(BaseModel):
|
|
|
3380
3393
|
|
|
3381
3394
|
class ResyncIntegrationInput(BaseModel):
|
|
3382
3395
|
environment_id: str = Field(alias="environmentId")
|
|
3396
|
+
integration_id: Optional[str] = Field(alias="integrationId", default=None)
|
|
3383
3397
|
recalculate_entitlements: Optional[bool] = Field(
|
|
3384
3398
|
alias="recalculateEntitlements", default=None
|
|
3385
3399
|
)
|
|
@@ -4318,6 +4332,8 @@ class UpdateIntegrationInput(BaseModel):
|
|
|
4318
4332
|
auth_0_credentials: Optional["Auth0CredentialsInput"] = Field(
|
|
4319
4333
|
alias="auth0Credentials", default=None
|
|
4320
4334
|
)
|
|
4335
|
+
integration_id: Optional[str] = Field(alias="integrationId", default=None)
|
|
4336
|
+
is_default: Optional[bool] = Field(alias="isDefault", default=None)
|
|
4321
4337
|
open_fga_credentials: Optional["OpenFGACredentialsInput"] = Field(
|
|
4322
4338
|
alias="openFGACredentials", default=None
|
|
4323
4339
|
)
|
|
@@ -106,7 +106,7 @@ stigg/_vendors/pydantic-2.6.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
106
106
|
stigg/_vendors/pydantic-2.6.4.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
|
107
107
|
stigg/_vendors/pydantic-2.6.4.dist-info/licenses/LICENSE,sha256=qeGG88oWte74QxjnpwFyE1GgDLe4rjpDlLZ7SeNSnvM,1129
|
|
108
108
|
stigg/client.py,sha256=RWrVnxo9zHFXka8KJVE4sMgyek70ispQk0vqOINCvM0,8335
|
|
109
|
-
stigg/generated/__init__.py,sha256=
|
|
109
|
+
stigg/generated/__init__.py,sha256=FxJlqh8IEwKzJECAEGOCLD_sSnKX9mKD4btTX9JS3aA,69004
|
|
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
|
|
@@ -119,11 +119,11 @@ stigg/generated/client.py,sha256=kyCBdkWtzkXjq7jXseqxl41-UAAne0jJiFvcXlCmNzo,169
|
|
|
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
|
|
122
|
-
stigg/generated/enums.py,sha256=
|
|
122
|
+
stigg/generated/enums.py,sha256=pc9LCxX-JHp05iOwlZI6QCpzXH5kinzBRAvgTHMBXyE,34336
|
|
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=9jo0Ao2H1k8tVyQBWUWVec6eww-rOdGvY5ak_s1d4P8,100553
|
|
127
127
|
stigg/generated/get_active_subscriptions.py,sha256=ngZ9jr8vzGI59wT8FhUFl46a8j9waoNjeZ1_lrcu2ww,513
|
|
128
128
|
stigg/generated/get_active_subscriptions_list.py,sha256=Awi9al2MXxdt_y7ZnWYZh8U3R9XiX50c7TyO4WZxyhw,541
|
|
129
129
|
stigg/generated/get_checkout_state.py,sha256=SAOXGAND879dwb7R5mr5LPZuPVuMUDwNR5M4mgmHv6w,409
|
|
@@ -144,7 +144,7 @@ stigg/generated/grant_promotional_entitlements.py,sha256=72PRYuqecL-0SkWb7deygkh
|
|
|
144
144
|
stigg/generated/import_customer.py,sha256=yEtrEB7T-Aykv3AUl-rAQz2XL6hKL0j-7JL3h-xi87o,403
|
|
145
145
|
stigg/generated/import_customer_bulk.py,sha256=miLn2ScWlPOH1IipltY5Vgd-ZQ_BkBk9t3-EsLvU5ZQ,284
|
|
146
146
|
stigg/generated/import_subscriptions_bulk.py,sha256=QgitpZkjE7eBhP1o5W0PTVAbKOvz61dNoeBAWupIcgU,297
|
|
147
|
-
stigg/generated/input_types.py,sha256=
|
|
147
|
+
stigg/generated/input_types.py,sha256=5qbyq8kDEoYPGCkd9xUiH2vKAkzS8wq2OHa5Gohtwl8,191124
|
|
148
148
|
stigg/generated/migrate_subscription_to_latest.py,sha256=qQDwH7EodYAeJFb62IIl-MAEB5MbthgCJ0v1RMxpdYk,516
|
|
149
149
|
stigg/generated/preview_next_invoice.py,sha256=MiQ4Gv7Ve1Hv60xhaQi7uj82aq0xLP2UB-gjvcQdOL8,478
|
|
150
150
|
stigg/generated/preview_subscription.py,sha256=Qo2vlFs7sFzqaE8J_e-EHTRfLvG46lko-dcJMxDSCR0,475
|
|
@@ -160,7 +160,7 @@ stigg/generated/transfer_subscription_to_resource.py,sha256=4-N7quYhHpVTGPi6EV-U
|
|
|
160
160
|
stigg/generated/unarchive_customer.py,sha256=0OVttDrNNOHp6xIpLfDj--XfZL0ogkSpy9eW71jND2k,441
|
|
161
161
|
stigg/generated/update_customer.py,sha256=DdbIKqG3AxIJie6Wk49m4dSVyXrQbY6UjhReZR6lkIM,403
|
|
162
162
|
stigg/generated/update_subscription.py,sha256=R7RdFcFh1oEz-AHLiMBW5XvpQTi3ucB3Z4r-LvZjHJQ,457
|
|
163
|
-
stigg_api_client_v2-2.
|
|
164
|
-
stigg_api_client_v2-2.
|
|
165
|
-
stigg_api_client_v2-2.
|
|
166
|
-
stigg_api_client_v2-2.
|
|
163
|
+
stigg_api_client_v2-2.302.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
164
|
+
stigg_api_client_v2-2.302.0.dist-info/METADATA,sha256=vj2lxZ5WCqh7ZDGpD-cFdK3Sq0Gdx0Ifa8zbuPMl6h0,2258
|
|
165
|
+
stigg_api_client_v2-2.302.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
166
|
+
stigg_api_client_v2-2.302.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|