stigg-api-client-v2 2.478.0__py3-none-any.whl → 2.479.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of stigg-api-client-v2 might be problematic. Click here for more details.
- stigg/generated/async_client.py +9 -0
- stigg/generated/client.py +9 -0
- stigg/generated/fragments.py +304 -302
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.479.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.479.0.dist-info}/RECORD +7 -7
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.479.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-2.478.0.dist-info → stigg_api_client_v2-2.479.0.dist-info}/WHEEL +0 -0
stigg/generated/async_client.py
CHANGED
|
@@ -244,6 +244,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
244
244
|
billingId
|
|
245
245
|
billingLinkUrl
|
|
246
246
|
effectiveEndDate
|
|
247
|
+
cancellationDate
|
|
247
248
|
currentBillingPeriodEnd
|
|
248
249
|
pricingType
|
|
249
250
|
latestInvoice {
|
|
@@ -643,6 +644,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
643
644
|
billingId
|
|
644
645
|
billingLinkUrl
|
|
645
646
|
effectiveEndDate
|
|
647
|
+
cancellationDate
|
|
646
648
|
currentBillingPeriodEnd
|
|
647
649
|
pricingType
|
|
648
650
|
latestInvoice {
|
|
@@ -1281,6 +1283,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
1281
1283
|
billingId
|
|
1282
1284
|
billingLinkUrl
|
|
1283
1285
|
effectiveEndDate
|
|
1286
|
+
cancellationDate
|
|
1284
1287
|
currentBillingPeriodEnd
|
|
1285
1288
|
pricingType
|
|
1286
1289
|
latestInvoice {
|
|
@@ -1428,6 +1431,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
1428
1431
|
billingId
|
|
1429
1432
|
billingLinkUrl
|
|
1430
1433
|
effectiveEndDate
|
|
1434
|
+
cancellationDate
|
|
1431
1435
|
currentBillingPeriodEnd
|
|
1432
1436
|
pricingType
|
|
1433
1437
|
latestInvoice {
|
|
@@ -2238,6 +2242,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2238
2242
|
billingId
|
|
2239
2243
|
billingLinkUrl
|
|
2240
2244
|
effectiveEndDate
|
|
2245
|
+
cancellationDate
|
|
2241
2246
|
currentBillingPeriodEnd
|
|
2242
2247
|
pricingType
|
|
2243
2248
|
latestInvoice {
|
|
@@ -2461,6 +2466,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2461
2466
|
billingId
|
|
2462
2467
|
billingLinkUrl
|
|
2463
2468
|
effectiveEndDate
|
|
2469
|
+
cancellationDate
|
|
2464
2470
|
currentBillingPeriodEnd
|
|
2465
2471
|
pricingType
|
|
2466
2472
|
latestInvoice {
|
|
@@ -2608,6 +2614,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2608
2614
|
billingId
|
|
2609
2615
|
billingLinkUrl
|
|
2610
2616
|
effectiveEndDate
|
|
2617
|
+
cancellationDate
|
|
2611
2618
|
currentBillingPeriodEnd
|
|
2612
2619
|
pricingType
|
|
2613
2620
|
latestInvoice {
|
|
@@ -2755,6 +2762,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2755
2762
|
billingId
|
|
2756
2763
|
billingLinkUrl
|
|
2757
2764
|
effectiveEndDate
|
|
2765
|
+
cancellationDate
|
|
2758
2766
|
currentBillingPeriodEnd
|
|
2759
2767
|
pricingType
|
|
2760
2768
|
latestInvoice {
|
|
@@ -3781,6 +3789,7 @@ class AsyncClient(AsyncBaseClient):
|
|
|
3781
3789
|
status
|
|
3782
3790
|
pricingType
|
|
3783
3791
|
startDate
|
|
3792
|
+
cancellationDate
|
|
3784
3793
|
currentBillingPeriodEnd
|
|
3785
3794
|
customer {
|
|
3786
3795
|
customerId
|
stigg/generated/client.py
CHANGED
|
@@ -244,6 +244,7 @@ class Client(BaseClient):
|
|
|
244
244
|
billingId
|
|
245
245
|
billingLinkUrl
|
|
246
246
|
effectiveEndDate
|
|
247
|
+
cancellationDate
|
|
247
248
|
currentBillingPeriodEnd
|
|
248
249
|
pricingType
|
|
249
250
|
latestInvoice {
|
|
@@ -643,6 +644,7 @@ class Client(BaseClient):
|
|
|
643
644
|
billingId
|
|
644
645
|
billingLinkUrl
|
|
645
646
|
effectiveEndDate
|
|
647
|
+
cancellationDate
|
|
646
648
|
currentBillingPeriodEnd
|
|
647
649
|
pricingType
|
|
648
650
|
latestInvoice {
|
|
@@ -1281,6 +1283,7 @@ class Client(BaseClient):
|
|
|
1281
1283
|
billingId
|
|
1282
1284
|
billingLinkUrl
|
|
1283
1285
|
effectiveEndDate
|
|
1286
|
+
cancellationDate
|
|
1284
1287
|
currentBillingPeriodEnd
|
|
1285
1288
|
pricingType
|
|
1286
1289
|
latestInvoice {
|
|
@@ -1428,6 +1431,7 @@ class Client(BaseClient):
|
|
|
1428
1431
|
billingId
|
|
1429
1432
|
billingLinkUrl
|
|
1430
1433
|
effectiveEndDate
|
|
1434
|
+
cancellationDate
|
|
1431
1435
|
currentBillingPeriodEnd
|
|
1432
1436
|
pricingType
|
|
1433
1437
|
latestInvoice {
|
|
@@ -2236,6 +2240,7 @@ class Client(BaseClient):
|
|
|
2236
2240
|
billingId
|
|
2237
2241
|
billingLinkUrl
|
|
2238
2242
|
effectiveEndDate
|
|
2243
|
+
cancellationDate
|
|
2239
2244
|
currentBillingPeriodEnd
|
|
2240
2245
|
pricingType
|
|
2241
2246
|
latestInvoice {
|
|
@@ -2459,6 +2464,7 @@ class Client(BaseClient):
|
|
|
2459
2464
|
billingId
|
|
2460
2465
|
billingLinkUrl
|
|
2461
2466
|
effectiveEndDate
|
|
2467
|
+
cancellationDate
|
|
2462
2468
|
currentBillingPeriodEnd
|
|
2463
2469
|
pricingType
|
|
2464
2470
|
latestInvoice {
|
|
@@ -2606,6 +2612,7 @@ class Client(BaseClient):
|
|
|
2606
2612
|
billingId
|
|
2607
2613
|
billingLinkUrl
|
|
2608
2614
|
effectiveEndDate
|
|
2615
|
+
cancellationDate
|
|
2609
2616
|
currentBillingPeriodEnd
|
|
2610
2617
|
pricingType
|
|
2611
2618
|
latestInvoice {
|
|
@@ -2753,6 +2760,7 @@ class Client(BaseClient):
|
|
|
2753
2760
|
billingId
|
|
2754
2761
|
billingLinkUrl
|
|
2755
2762
|
effectiveEndDate
|
|
2763
|
+
cancellationDate
|
|
2756
2764
|
currentBillingPeriodEnd
|
|
2757
2765
|
pricingType
|
|
2758
2766
|
latestInvoice {
|
|
@@ -3779,6 +3787,7 @@ class Client(BaseClient):
|
|
|
3779
3787
|
status
|
|
3780
3788
|
pricingType
|
|
3781
3789
|
startDate
|
|
3790
|
+
cancellationDate
|
|
3782
3791
|
currentBillingPeriodEnd
|
|
3783
3792
|
customer {
|
|
3784
3793
|
customerId
|
stigg/generated/fragments.py
CHANGED
|
@@ -116,6 +116,38 @@ class PriceFragmentFeature(BaseModel):
|
|
|
116
116
|
description: Optional[str] = Field(default=None)
|
|
117
117
|
|
|
118
118
|
|
|
119
|
+
class OveragePriceFragment(BaseModel):
|
|
120
|
+
billing_model: BillingModel = Field(alias="billingModel")
|
|
121
|
+
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
122
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
123
|
+
billing_country_code: Optional[str] = Field(
|
|
124
|
+
alias="billingCountryCode", default=None
|
|
125
|
+
)
|
|
126
|
+
price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
|
|
127
|
+
tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
|
|
128
|
+
tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
|
|
129
|
+
feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
class OveragePriceFragmentPrice(BaseModel):
|
|
133
|
+
amount: float
|
|
134
|
+
currency: Currency
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
class OveragePriceFragmentTiers(PriceTierFragment):
|
|
138
|
+
pass
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
class OveragePriceFragmentFeature(BaseModel):
|
|
142
|
+
ref_id: str = Field(alias="refId")
|
|
143
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
144
|
+
feature_units_plural: Optional[str] = Field(
|
|
145
|
+
alias="featureUnitsPlural", default=None
|
|
146
|
+
)
|
|
147
|
+
display_name: str = Field(alias="displayName")
|
|
148
|
+
description: Optional[str] = Field(default=None)
|
|
149
|
+
|
|
150
|
+
|
|
119
151
|
class PackageEntitlementFragment(BaseModel):
|
|
120
152
|
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
121
153
|
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
@@ -149,38 +181,6 @@ class PackageEntitlementFragmentFeature(BaseModel):
|
|
|
149
181
|
)
|
|
150
182
|
|
|
151
183
|
|
|
152
|
-
class OveragePriceFragment(BaseModel):
|
|
153
|
-
billing_model: BillingModel = Field(alias="billingModel")
|
|
154
|
-
billing_period: BillingPeriod = Field(alias="billingPeriod")
|
|
155
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
156
|
-
billing_country_code: Optional[str] = Field(
|
|
157
|
-
alias="billingCountryCode", default=None
|
|
158
|
-
)
|
|
159
|
-
price: Optional["OveragePriceFragmentPrice"] = Field(default=None)
|
|
160
|
-
tiers_mode: Optional[TiersMode] = Field(alias="tiersMode", default=None)
|
|
161
|
-
tiers: Optional[List["OveragePriceFragmentTiers"]] = Field(default=None)
|
|
162
|
-
feature: Optional["OveragePriceFragmentFeature"] = Field(default=None)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
class OveragePriceFragmentPrice(BaseModel):
|
|
166
|
-
amount: float
|
|
167
|
-
currency: Currency
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
class OveragePriceFragmentTiers(PriceTierFragment):
|
|
171
|
-
pass
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
class OveragePriceFragmentFeature(BaseModel):
|
|
175
|
-
ref_id: str = Field(alias="refId")
|
|
176
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
177
|
-
feature_units_plural: Optional[str] = Field(
|
|
178
|
-
alias="featureUnitsPlural", default=None
|
|
179
|
-
)
|
|
180
|
-
display_name: str = Field(alias="displayName")
|
|
181
|
-
description: Optional[str] = Field(default=None)
|
|
182
|
-
|
|
183
|
-
|
|
184
184
|
class AddonFragment(BaseModel):
|
|
185
185
|
id: Any
|
|
186
186
|
ref_id: str = Field(alias="refId")
|
|
@@ -219,57 +219,116 @@ class AddonFragmentDependencies(AddonDependencyFragment):
|
|
|
219
219
|
pass
|
|
220
220
|
|
|
221
221
|
|
|
222
|
-
class
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
customer_id: str = Field(alias="customerId")
|
|
230
|
-
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
231
|
-
additional_meta_data: Optional[Any] = Field(
|
|
232
|
-
alias="additionalMetaData", default=None
|
|
222
|
+
class FeatureFragment(BaseModel):
|
|
223
|
+
typename__: str = Field(alias="__typename")
|
|
224
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
225
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
226
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
227
|
+
feature_units_plural: Optional[str] = Field(
|
|
228
|
+
alias="featureUnitsPlural", default=None
|
|
233
229
|
)
|
|
234
|
-
|
|
235
|
-
|
|
230
|
+
description: Optional[str] = Field(default=None)
|
|
231
|
+
display_name: str = Field(alias="displayName")
|
|
232
|
+
ref_id: str = Field(alias="refId")
|
|
233
|
+
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
234
|
+
alias="unitTransformation", default=None
|
|
236
235
|
)
|
|
237
236
|
|
|
238
237
|
|
|
239
|
-
class
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
class FeatureFragmentUnitTransformation(BaseModel):
|
|
239
|
+
divide: float
|
|
240
|
+
round: UnitTransformationRound
|
|
242
241
|
|
|
243
242
|
|
|
244
|
-
class
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
class EntitlementFragment(BaseModel):
|
|
244
|
+
typename__: str = Field(alias="__typename")
|
|
245
|
+
is_granted: bool = Field(alias="isGranted")
|
|
246
|
+
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
247
|
+
alias="accessDeniedReason", default=None
|
|
248
|
+
)
|
|
249
|
+
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
250
|
+
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
251
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
252
|
+
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
253
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
254
|
+
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
255
|
+
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
256
|
+
requested_values: Optional[List[str]] = Field(alias="requestedValues", default=None)
|
|
257
|
+
enum_values: Optional[List[str]] = Field(alias="enumValues", default=None)
|
|
258
|
+
entitlement_updated_at: Optional[Any] = Field(
|
|
259
|
+
alias="entitlementUpdatedAt", default=None
|
|
260
|
+
)
|
|
261
|
+
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
262
|
+
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
263
|
+
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
264
|
+
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
265
|
+
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
266
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
267
|
+
alias="resetPeriod", default=None
|
|
268
|
+
)
|
|
269
|
+
reset_period_configuration: Optional[
|
|
270
|
+
Annotated[
|
|
271
|
+
Union[
|
|
272
|
+
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
273
|
+
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
274
|
+
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
275
|
+
],
|
|
276
|
+
Field(discriminator="typename__"),
|
|
277
|
+
]
|
|
278
|
+
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
279
|
+
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
247
280
|
|
|
248
281
|
|
|
249
|
-
class
|
|
250
|
-
|
|
251
|
-
|
|
282
|
+
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
283
|
+
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
284
|
+
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
285
|
+
alias="monthlyAccordingTo", default=None
|
|
286
|
+
)
|
|
252
287
|
|
|
253
288
|
|
|
254
|
-
class
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
additional_meta_data: Optional[Any] = Field(
|
|
259
|
-
alias="additionalMetaData", default=None
|
|
289
|
+
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
290
|
+
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
291
|
+
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
292
|
+
alias="weeklyAccordingTo", default=None
|
|
260
293
|
)
|
|
261
|
-
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
262
294
|
|
|
263
295
|
|
|
264
|
-
class
|
|
265
|
-
|
|
266
|
-
|
|
296
|
+
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
297
|
+
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
298
|
+
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
299
|
+
alias="yearlyAccordingTo", default=None
|
|
267
300
|
)
|
|
268
301
|
|
|
269
302
|
|
|
270
|
-
class
|
|
271
|
-
|
|
272
|
-
|
|
303
|
+
class EntitlementFragmentFeature(FeatureFragment):
|
|
304
|
+
pass
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
class SubscriptionInvoiceFragment(BaseModel):
|
|
308
|
+
billing_id: str = Field(alias="billingId")
|
|
309
|
+
status: SubscriptionInvoiceStatus
|
|
310
|
+
created_at: Any = Field(alias="createdAt")
|
|
311
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
312
|
+
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
313
|
+
requires_action: bool = Field(alias="requiresAction")
|
|
314
|
+
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
315
|
+
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
316
|
+
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
317
|
+
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
318
|
+
alias="billingReason", default=None
|
|
319
|
+
)
|
|
320
|
+
currency: Optional[str] = Field(default=None)
|
|
321
|
+
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
322
|
+
sub_total_excluding_tax: Optional[float] = Field(
|
|
323
|
+
alias="subTotalExcludingTax", default=None
|
|
324
|
+
)
|
|
325
|
+
total: Optional[float] = Field(default=None)
|
|
326
|
+
total_excluding_tax: Optional[float] = Field(
|
|
327
|
+
alias="totalExcludingTax", default=None
|
|
328
|
+
)
|
|
329
|
+
tax: Optional[float] = Field(default=None)
|
|
330
|
+
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
331
|
+
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
273
332
|
|
|
274
333
|
|
|
275
334
|
class PlanCompatiblePackageGroupsFragment(BaseModel):
|
|
@@ -290,6 +349,27 @@ class PlanCompatiblePackageGroupsFragmentOptions(BaseModel):
|
|
|
290
349
|
free_items: Optional[float] = Field(alias="freeItems", default=None)
|
|
291
350
|
|
|
292
351
|
|
|
352
|
+
class ProductFragment(BaseModel):
|
|
353
|
+
ref_id: str = Field(alias="refId")
|
|
354
|
+
display_name: Optional[str] = Field(alias="displayName", default=None)
|
|
355
|
+
description: Optional[str] = Field(default=None)
|
|
356
|
+
additional_meta_data: Optional[Any] = Field(
|
|
357
|
+
alias="additionalMetaData", default=None
|
|
358
|
+
)
|
|
359
|
+
product_settings: "ProductFragmentProductSettings" = Field(alias="productSettings")
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
class ProductFragmentProductSettings(BaseModel):
|
|
363
|
+
downgrade_plan: Optional["ProductFragmentProductSettingsDowngradePlan"] = Field(
|
|
364
|
+
alias="downgradePlan", default=None
|
|
365
|
+
)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
class ProductFragmentProductSettingsDowngradePlan(BaseModel):
|
|
369
|
+
ref_id: str = Field(alias="refId")
|
|
370
|
+
display_name: str = Field(alias="displayName")
|
|
371
|
+
|
|
372
|
+
|
|
293
373
|
class PlanFragment(BaseModel):
|
|
294
374
|
id: Any
|
|
295
375
|
ref_id: str = Field(alias="refId")
|
|
@@ -371,45 +451,68 @@ class PlanFragmentDefaultTrialConfigBudget(BaseModel):
|
|
|
371
451
|
limit: float
|
|
372
452
|
|
|
373
453
|
|
|
374
|
-
class
|
|
454
|
+
class CustomerResourceFragment(BaseModel):
|
|
455
|
+
resource_id: str = Field(alias="resourceId")
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
class TotalPriceFragment(BaseModel):
|
|
459
|
+
sub_total: "TotalPriceFragmentSubTotal" = Field(alias="subTotal")
|
|
460
|
+
total: "TotalPriceFragmentTotal"
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
class TotalPriceFragmentSubTotal(BaseModel):
|
|
464
|
+
amount: float
|
|
465
|
+
currency: Currency
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
class TotalPriceFragmentTotal(BaseModel):
|
|
469
|
+
amount: float
|
|
470
|
+
currency: Currency
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
474
|
+
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
class SubscriptionScheduledUpdateData(BaseModel):
|
|
375
478
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
376
479
|
alias="subscriptionScheduleType"
|
|
377
480
|
)
|
|
378
481
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
379
482
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
380
|
-
target_package: Optional["
|
|
483
|
+
target_package: Optional["SubscriptionScheduledUpdateDataTargetPackage"] = Field(
|
|
381
484
|
alias="targetPackage", default=None
|
|
382
485
|
)
|
|
383
486
|
schedule_variables: Optional[
|
|
384
487
|
Annotated[
|
|
385
488
|
Union[
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
489
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
490
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
491
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
492
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
493
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
494
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
495
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
496
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
394
497
|
],
|
|
395
498
|
Field(discriminator="typename__"),
|
|
396
499
|
]
|
|
397
500
|
] = Field(alias="scheduleVariables", default=None)
|
|
398
501
|
|
|
399
502
|
|
|
400
|
-
class
|
|
503
|
+
class SubscriptionScheduledUpdateDataTargetPackage(BaseModel):
|
|
401
504
|
id: Any
|
|
402
505
|
ref_id: str = Field(alias="refId")
|
|
403
506
|
display_name: str = Field(alias="displayName")
|
|
404
507
|
|
|
405
508
|
|
|
406
|
-
class
|
|
509
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
407
510
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
408
511
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
409
512
|
new_quantity: float = Field(alias="newQuantity")
|
|
410
513
|
|
|
411
514
|
|
|
412
|
-
class
|
|
515
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
413
516
|
BaseModel
|
|
414
517
|
):
|
|
415
518
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -417,53 +520,55 @@ class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVaria
|
|
|
417
520
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
418
521
|
|
|
419
522
|
|
|
420
|
-
class
|
|
523
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
421
524
|
BaseModel
|
|
422
525
|
):
|
|
423
526
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
424
527
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
425
528
|
|
|
426
529
|
|
|
427
|
-
class
|
|
530
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
428
531
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
429
532
|
|
|
430
533
|
|
|
431
|
-
class
|
|
534
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables(
|
|
535
|
+
BaseModel
|
|
536
|
+
):
|
|
432
537
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
433
538
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
434
539
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
435
540
|
billable_features: Optional[
|
|
436
541
|
List[
|
|
437
|
-
"
|
|
542
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
438
543
|
]
|
|
439
544
|
] = Field(alias="billableFeatures", default=None)
|
|
440
545
|
addons: Optional[
|
|
441
546
|
List[
|
|
442
|
-
"
|
|
547
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
443
548
|
]
|
|
444
549
|
] = Field(default=None)
|
|
445
550
|
price_overrides: Optional[
|
|
446
551
|
List[
|
|
447
|
-
"
|
|
552
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
448
553
|
]
|
|
449
554
|
] = Field(alias="priceOverrides", default=None)
|
|
450
555
|
|
|
451
556
|
|
|
452
|
-
class
|
|
557
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
453
558
|
BaseModel
|
|
454
559
|
):
|
|
455
560
|
feature_id: str = Field(alias="featureId")
|
|
456
561
|
quantity: float
|
|
457
562
|
|
|
458
563
|
|
|
459
|
-
class
|
|
564
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
460
565
|
BaseModel
|
|
461
566
|
):
|
|
462
567
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
463
568
|
quantity: float
|
|
464
569
|
|
|
465
570
|
|
|
466
|
-
class
|
|
571
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
467
572
|
BaseModel
|
|
468
573
|
):
|
|
469
574
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -471,39 +576,43 @@ class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPrice
|
|
|
471
576
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
472
577
|
|
|
473
578
|
|
|
474
|
-
class
|
|
579
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
475
580
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
476
581
|
plan_ref_id: str = Field(alias="planRefId")
|
|
477
582
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
478
583
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
479
584
|
billable_features: Optional[
|
|
480
585
|
List[
|
|
481
|
-
"
|
|
586
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
482
587
|
]
|
|
483
588
|
] = Field(alias="billableFeatures", default=None)
|
|
484
589
|
addons: Optional[
|
|
485
|
-
List[
|
|
590
|
+
List[
|
|
591
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
592
|
+
]
|
|
486
593
|
] = Field(default=None)
|
|
487
594
|
price_overrides: Optional[
|
|
488
595
|
List[
|
|
489
|
-
"
|
|
596
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
490
597
|
]
|
|
491
598
|
] = Field(alias="priceOverrides", default=None)
|
|
492
599
|
|
|
493
600
|
|
|
494
|
-
class
|
|
601
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
495
602
|
BaseModel
|
|
496
603
|
):
|
|
497
604
|
feature_id: str = Field(alias="featureId")
|
|
498
605
|
quantity: float
|
|
499
606
|
|
|
500
607
|
|
|
501
|
-
class
|
|
608
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons(
|
|
609
|
+
BaseModel
|
|
610
|
+
):
|
|
502
611
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
503
612
|
quantity: float
|
|
504
613
|
|
|
505
614
|
|
|
506
|
-
class
|
|
615
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
507
616
|
BaseModel
|
|
508
617
|
):
|
|
509
618
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -511,7 +620,7 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverr
|
|
|
511
620
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
512
621
|
|
|
513
622
|
|
|
514
|
-
class
|
|
623
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
515
624
|
BaseModel
|
|
516
625
|
):
|
|
517
626
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -519,55 +628,70 @@ class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariab
|
|
|
519
628
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
520
629
|
|
|
521
630
|
|
|
522
|
-
class
|
|
631
|
+
class SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables(
|
|
632
|
+
BaseModel
|
|
633
|
+
):
|
|
523
634
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
524
635
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
525
636
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
526
637
|
|
|
527
638
|
|
|
528
|
-
class
|
|
529
|
-
|
|
639
|
+
class SlimCustomerFragment(BaseModel):
|
|
640
|
+
id: Any
|
|
641
|
+
name: Optional[str] = Field(default=None)
|
|
642
|
+
email: Optional[str] = Field(default=None)
|
|
643
|
+
created_at: Optional[Any] = Field(alias="createdAt", default=None)
|
|
644
|
+
updated_at: Any = Field(alias="updatedAt")
|
|
645
|
+
ref_id: str = Field(alias="refId")
|
|
646
|
+
customer_id: str = Field(alias="customerId")
|
|
647
|
+
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
648
|
+
additional_meta_data: Optional[Any] = Field(
|
|
649
|
+
alias="additionalMetaData", default=None
|
|
650
|
+
)
|
|
651
|
+
aws_marketplace_customer_id: Optional[str] = Field(
|
|
652
|
+
alias="awsMarketplaceCustomerId", default=None
|
|
653
|
+
)
|
|
530
654
|
|
|
531
655
|
|
|
532
|
-
class
|
|
656
|
+
class SubscriptionFutureUpdateData(BaseModel):
|
|
533
657
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
534
658
|
alias="subscriptionScheduleType"
|
|
535
659
|
)
|
|
536
660
|
schedule_status: SubscriptionScheduleStatus = Field(alias="scheduleStatus")
|
|
537
661
|
scheduled_execution_time: Any = Field(alias="scheduledExecutionTime")
|
|
538
|
-
target_package: Optional["
|
|
662
|
+
target_package: Optional["SubscriptionFutureUpdateDataTargetPackage"] = Field(
|
|
539
663
|
alias="targetPackage", default=None
|
|
540
664
|
)
|
|
541
665
|
schedule_variables: Optional[
|
|
542
666
|
Annotated[
|
|
543
667
|
Union[
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
"
|
|
668
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
669
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
670
|
+
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
671
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
672
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
673
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
674
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
675
|
+
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
552
676
|
],
|
|
553
677
|
Field(discriminator="typename__"),
|
|
554
678
|
]
|
|
555
679
|
] = Field(alias="scheduleVariables", default=None)
|
|
556
680
|
|
|
557
681
|
|
|
558
|
-
class
|
|
682
|
+
class SubscriptionFutureUpdateDataTargetPackage(BaseModel):
|
|
559
683
|
id: Any
|
|
560
684
|
ref_id: str = Field(alias="refId")
|
|
561
685
|
display_name: str = Field(alias="displayName")
|
|
562
686
|
|
|
563
687
|
|
|
564
|
-
class
|
|
688
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables(BaseModel):
|
|
565
689
|
typename__: Literal["AddonChangeVariables"] = Field(alias="__typename")
|
|
566
690
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
567
691
|
new_quantity: float = Field(alias="newQuantity")
|
|
568
692
|
|
|
569
693
|
|
|
570
|
-
class
|
|
694
|
+
class SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables(
|
|
571
695
|
BaseModel
|
|
572
696
|
):
|
|
573
697
|
typename__: Literal["AddonPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -575,55 +699,53 @@ class SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVa
|
|
|
575
699
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
576
700
|
|
|
577
701
|
|
|
578
|
-
class
|
|
702
|
+
class SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables(
|
|
579
703
|
BaseModel
|
|
580
704
|
):
|
|
581
705
|
typename__: Literal["BillingPeriodChangeVariables"] = Field(alias="__typename")
|
|
582
706
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
583
707
|
|
|
584
708
|
|
|
585
|
-
class
|
|
709
|
+
class SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables(BaseModel):
|
|
586
710
|
typename__: Literal["CouponChangeVariables"] = Field(alias="__typename")
|
|
587
711
|
|
|
588
712
|
|
|
589
|
-
class
|
|
590
|
-
BaseModel
|
|
591
|
-
):
|
|
713
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables(BaseModel):
|
|
592
714
|
typename__: Literal["DowngradeChangeVariables"] = Field(alias="__typename")
|
|
593
715
|
downgrade_plan_ref_id: str = Field(alias="downgradePlanRefId")
|
|
594
716
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
595
717
|
billable_features: Optional[
|
|
596
718
|
List[
|
|
597
|
-
"
|
|
719
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures"
|
|
598
720
|
]
|
|
599
721
|
] = Field(alias="billableFeatures", default=None)
|
|
600
722
|
addons: Optional[
|
|
601
723
|
List[
|
|
602
|
-
"
|
|
724
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons"
|
|
603
725
|
]
|
|
604
726
|
] = Field(default=None)
|
|
605
727
|
price_overrides: Optional[
|
|
606
728
|
List[
|
|
607
|
-
"
|
|
729
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides"
|
|
608
730
|
]
|
|
609
731
|
] = Field(alias="priceOverrides", default=None)
|
|
610
732
|
|
|
611
733
|
|
|
612
|
-
class
|
|
734
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures(
|
|
613
735
|
BaseModel
|
|
614
736
|
):
|
|
615
737
|
feature_id: str = Field(alias="featureId")
|
|
616
738
|
quantity: float
|
|
617
739
|
|
|
618
740
|
|
|
619
|
-
class
|
|
741
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons(
|
|
620
742
|
BaseModel
|
|
621
743
|
):
|
|
622
744
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
623
745
|
quantity: float
|
|
624
746
|
|
|
625
747
|
|
|
626
|
-
class
|
|
748
|
+
class SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides(
|
|
627
749
|
BaseModel
|
|
628
750
|
):
|
|
629
751
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -631,43 +753,39 @@ class SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPr
|
|
|
631
753
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
632
754
|
|
|
633
755
|
|
|
634
|
-
class
|
|
756
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables(BaseModel):
|
|
635
757
|
typename__: Literal["PlanChangeVariables"] = Field(alias="__typename")
|
|
636
758
|
plan_ref_id: str = Field(alias="planRefId")
|
|
637
759
|
change_type: PlanChangeType = Field(alias="changeType")
|
|
638
760
|
billing_period: Optional[BillingPeriod] = Field(alias="billingPeriod", default=None)
|
|
639
761
|
billable_features: Optional[
|
|
640
762
|
List[
|
|
641
|
-
"
|
|
763
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures"
|
|
642
764
|
]
|
|
643
765
|
] = Field(alias="billableFeatures", default=None)
|
|
644
766
|
addons: Optional[
|
|
645
|
-
List[
|
|
646
|
-
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons"
|
|
647
|
-
]
|
|
767
|
+
List["SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons"]
|
|
648
768
|
] = Field(default=None)
|
|
649
769
|
price_overrides: Optional[
|
|
650
770
|
List[
|
|
651
|
-
"
|
|
771
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides"
|
|
652
772
|
]
|
|
653
773
|
] = Field(alias="priceOverrides", default=None)
|
|
654
774
|
|
|
655
775
|
|
|
656
|
-
class
|
|
776
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures(
|
|
657
777
|
BaseModel
|
|
658
778
|
):
|
|
659
779
|
feature_id: str = Field(alias="featureId")
|
|
660
780
|
quantity: float
|
|
661
781
|
|
|
662
782
|
|
|
663
|
-
class
|
|
664
|
-
BaseModel
|
|
665
|
-
):
|
|
783
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons(BaseModel):
|
|
666
784
|
addon_ref_id: str = Field(alias="addonRefId")
|
|
667
785
|
quantity: float
|
|
668
786
|
|
|
669
787
|
|
|
670
|
-
class
|
|
788
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides(
|
|
671
789
|
BaseModel
|
|
672
790
|
):
|
|
673
791
|
plan_ref_id: Optional[str] = Field(alias="planRefId", default=None)
|
|
@@ -675,7 +793,7 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOv
|
|
|
675
793
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
676
794
|
|
|
677
795
|
|
|
678
|
-
class
|
|
796
|
+
class SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables(
|
|
679
797
|
BaseModel
|
|
680
798
|
):
|
|
681
799
|
typename__: Literal["PlanPriceOverrideChangeVariables"] = Field(alias="__typename")
|
|
@@ -683,45 +801,12 @@ class SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVar
|
|
|
683
801
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
684
802
|
|
|
685
803
|
|
|
686
|
-
class
|
|
687
|
-
BaseModel
|
|
688
|
-
):
|
|
804
|
+
class SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables(BaseModel):
|
|
689
805
|
typename__: Literal["UnitAmountChangeVariables"] = Field(alias="__typename")
|
|
690
806
|
new_unit_amount: Optional[float] = Field(alias="newUnitAmount", default=None)
|
|
691
807
|
feature_id: Optional[str] = Field(alias="featureId", default=None)
|
|
692
808
|
|
|
693
809
|
|
|
694
|
-
class SubscriptionTrialConfigurationFragment(BaseModel):
|
|
695
|
-
trial_end_behavior: TrialEndBehavior = Field(alias="trialEndBehavior")
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
class SubscriptionInvoiceFragment(BaseModel):
|
|
699
|
-
billing_id: str = Field(alias="billingId")
|
|
700
|
-
status: SubscriptionInvoiceStatus
|
|
701
|
-
created_at: Any = Field(alias="createdAt")
|
|
702
|
-
updated_at: Any = Field(alias="updatedAt")
|
|
703
|
-
error_message: Optional[str] = Field(alias="errorMessage", default=None)
|
|
704
|
-
requires_action: bool = Field(alias="requiresAction")
|
|
705
|
-
payment_secret: Optional[str] = Field(alias="paymentSecret", default=None)
|
|
706
|
-
payment_url: Optional[str] = Field(alias="paymentUrl", default=None)
|
|
707
|
-
pdf_url: Optional[str] = Field(alias="pdfUrl", default=None)
|
|
708
|
-
billing_reason: Optional[SubscriptionInvoiceBillingReason] = Field(
|
|
709
|
-
alias="billingReason", default=None
|
|
710
|
-
)
|
|
711
|
-
currency: Optional[str] = Field(default=None)
|
|
712
|
-
sub_total: Optional[float] = Field(alias="subTotal", default=None)
|
|
713
|
-
sub_total_excluding_tax: Optional[float] = Field(
|
|
714
|
-
alias="subTotalExcludingTax", default=None
|
|
715
|
-
)
|
|
716
|
-
total: Optional[float] = Field(default=None)
|
|
717
|
-
total_excluding_tax: Optional[float] = Field(
|
|
718
|
-
alias="totalExcludingTax", default=None
|
|
719
|
-
)
|
|
720
|
-
tax: Optional[float] = Field(default=None)
|
|
721
|
-
amount_due: Optional[float] = Field(alias="amountDue", default=None)
|
|
722
|
-
attempt_count: Optional[float] = Field(alias="attemptCount", default=None)
|
|
723
|
-
|
|
724
|
-
|
|
725
810
|
class SubscriptionFragment(BaseModel):
|
|
726
811
|
id: Any
|
|
727
812
|
subscription_id: str = Field(alias="subscriptionId")
|
|
@@ -831,91 +916,6 @@ class SubscriptionFragmentTrialConfiguration(SubscriptionTrialConfigurationFragm
|
|
|
831
916
|
pass
|
|
832
917
|
|
|
833
918
|
|
|
834
|
-
class FeatureFragment(BaseModel):
|
|
835
|
-
typename__: str = Field(alias="__typename")
|
|
836
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
837
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
838
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
839
|
-
feature_units_plural: Optional[str] = Field(
|
|
840
|
-
alias="featureUnitsPlural", default=None
|
|
841
|
-
)
|
|
842
|
-
description: Optional[str] = Field(default=None)
|
|
843
|
-
display_name: str = Field(alias="displayName")
|
|
844
|
-
ref_id: str = Field(alias="refId")
|
|
845
|
-
unit_transformation: Optional["FeatureFragmentUnitTransformation"] = Field(
|
|
846
|
-
alias="unitTransformation", default=None
|
|
847
|
-
)
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
class FeatureFragmentUnitTransformation(BaseModel):
|
|
851
|
-
divide: float
|
|
852
|
-
round: UnitTransformationRound
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
class EntitlementFragment(BaseModel):
|
|
856
|
-
typename__: str = Field(alias="__typename")
|
|
857
|
-
is_granted: bool = Field(alias="isGranted")
|
|
858
|
-
access_denied_reason: Optional[AccessDeniedReason] = Field(
|
|
859
|
-
alias="accessDeniedReason", default=None
|
|
860
|
-
)
|
|
861
|
-
customer_id: Optional[str] = Field(alias="customerId", default=None)
|
|
862
|
-
resource_id: Optional[str] = Field(alias="resourceId", default=None)
|
|
863
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
864
|
-
has_unlimited_usage: bool = Field(alias="hasUnlimitedUsage")
|
|
865
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
866
|
-
current_usage: Optional[float] = Field(alias="currentUsage", default=None)
|
|
867
|
-
requested_usage: Optional[float] = Field(alias="requestedUsage", default=None)
|
|
868
|
-
requested_values: Optional[List[str]] = Field(alias="requestedValues", default=None)
|
|
869
|
-
enum_values: Optional[List[str]] = Field(alias="enumValues", default=None)
|
|
870
|
-
entitlement_updated_at: Optional[Any] = Field(
|
|
871
|
-
alias="entitlementUpdatedAt", default=None
|
|
872
|
-
)
|
|
873
|
-
usage_updated_at: Optional[Any] = Field(alias="usageUpdatedAt", default=None)
|
|
874
|
-
usage_period_anchor: Optional[Any] = Field(alias="usagePeriodAnchor", default=None)
|
|
875
|
-
usage_period_start: Optional[Any] = Field(alias="usagePeriodStart", default=None)
|
|
876
|
-
usage_period_end: Optional[Any] = Field(alias="usagePeriodEnd", default=None)
|
|
877
|
-
next_reset_date: Optional[Any] = Field(alias="nextResetDate", default=None)
|
|
878
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
879
|
-
alias="resetPeriod", default=None
|
|
880
|
-
)
|
|
881
|
-
reset_period_configuration: Optional[
|
|
882
|
-
Annotated[
|
|
883
|
-
Union[
|
|
884
|
-
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
885
|
-
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
886
|
-
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
887
|
-
],
|
|
888
|
-
Field(discriminator="typename__"),
|
|
889
|
-
]
|
|
890
|
-
] = Field(alias="resetPeriodConfiguration", default=None)
|
|
891
|
-
feature: Optional["EntitlementFragmentFeature"] = Field(default=None)
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
class EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig(BaseModel):
|
|
895
|
-
typename__: Literal["MonthlyResetPeriodConfig"] = Field(alias="__typename")
|
|
896
|
-
monthly_according_to: Optional[MonthlyAccordingTo] = Field(
|
|
897
|
-
alias="monthlyAccordingTo", default=None
|
|
898
|
-
)
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
class EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig(BaseModel):
|
|
902
|
-
typename__: Literal["WeeklyResetPeriodConfig"] = Field(alias="__typename")
|
|
903
|
-
weekly_according_to: Optional[WeeklyAccordingTo] = Field(
|
|
904
|
-
alias="weeklyAccordingTo", default=None
|
|
905
|
-
)
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
class EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig(BaseModel):
|
|
909
|
-
typename__: Literal["YearlyResetPeriodConfig"] = Field(alias="__typename")
|
|
910
|
-
yearly_according_to: Optional[YearlyAccordingTo] = Field(
|
|
911
|
-
alias="yearlyAccordingTo", default=None
|
|
912
|
-
)
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
class EntitlementFragmentFeature(FeatureFragment):
|
|
916
|
-
pass
|
|
917
|
-
|
|
918
|
-
|
|
919
919
|
class ApplySubscriptionFragment(BaseModel):
|
|
920
920
|
subscription: Optional["ApplySubscriptionFragmentSubscription"] = Field(
|
|
921
921
|
default=None
|
|
@@ -993,6 +993,35 @@ class CheckoutConfigurationFragmentContent(BaseModel):
|
|
|
993
993
|
)
|
|
994
994
|
|
|
995
995
|
|
|
996
|
+
class PromotionalEntitlementFragment(BaseModel):
|
|
997
|
+
status: PromotionalEntitlementStatus
|
|
998
|
+
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
999
|
+
feature_id: Any = Field(alias="featureId")
|
|
1000
|
+
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
1001
|
+
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1002
|
+
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1003
|
+
alias="resetPeriod", default=None
|
|
1004
|
+
)
|
|
1005
|
+
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
1006
|
+
is_visible: bool = Field(alias="isVisible")
|
|
1007
|
+
feature: "PromotionalEntitlementFragmentFeature"
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
class PromotionalEntitlementFragmentFeature(BaseModel):
|
|
1011
|
+
feature_type: FeatureType = Field(alias="featureType")
|
|
1012
|
+
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1013
|
+
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1014
|
+
feature_units_plural: Optional[str] = Field(
|
|
1015
|
+
alias="featureUnitsPlural", default=None
|
|
1016
|
+
)
|
|
1017
|
+
display_name: str = Field(alias="displayName")
|
|
1018
|
+
description: Optional[str] = Field(default=None)
|
|
1019
|
+
ref_id: str = Field(alias="refId")
|
|
1020
|
+
additional_meta_data: Optional[Any] = Field(
|
|
1021
|
+
alias="additionalMetaData", default=None
|
|
1022
|
+
)
|
|
1023
|
+
|
|
1024
|
+
|
|
996
1025
|
class CouponFragment(BaseModel):
|
|
997
1026
|
id: Any
|
|
998
1027
|
discount_value: float = Field(alias="discountValue")
|
|
@@ -1027,35 +1056,6 @@ class CouponFragmentSyncStates(BaseModel):
|
|
|
1027
1056
|
status: SyncStatus
|
|
1028
1057
|
|
|
1029
1058
|
|
|
1030
|
-
class PromotionalEntitlementFragment(BaseModel):
|
|
1031
|
-
status: PromotionalEntitlementStatus
|
|
1032
|
-
usage_limit: Optional[float] = Field(alias="usageLimit", default=None)
|
|
1033
|
-
feature_id: Any = Field(alias="featureId")
|
|
1034
|
-
has_unlimited_usage: Optional[bool] = Field(alias="hasUnlimitedUsage", default=None)
|
|
1035
|
-
has_soft_limit: Optional[bool] = Field(alias="hasSoftLimit", default=None)
|
|
1036
|
-
reset_period: Optional[EntitlementResetPeriod] = Field(
|
|
1037
|
-
alias="resetPeriod", default=None
|
|
1038
|
-
)
|
|
1039
|
-
end_date: Optional[Any] = Field(alias="endDate", default=None)
|
|
1040
|
-
is_visible: bool = Field(alias="isVisible")
|
|
1041
|
-
feature: "PromotionalEntitlementFragmentFeature"
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
class PromotionalEntitlementFragmentFeature(BaseModel):
|
|
1045
|
-
feature_type: FeatureType = Field(alias="featureType")
|
|
1046
|
-
meter_type: Optional[MeterType] = Field(alias="meterType", default=None)
|
|
1047
|
-
feature_units: Optional[str] = Field(alias="featureUnits", default=None)
|
|
1048
|
-
feature_units_plural: Optional[str] = Field(
|
|
1049
|
-
alias="featureUnitsPlural", default=None
|
|
1050
|
-
)
|
|
1051
|
-
display_name: str = Field(alias="displayName")
|
|
1052
|
-
description: Optional[str] = Field(default=None)
|
|
1053
|
-
ref_id: str = Field(alias="refId")
|
|
1054
|
-
additional_meta_data: Optional[Any] = Field(
|
|
1055
|
-
alias="additionalMetaData", default=None
|
|
1056
|
-
)
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
1059
|
class CustomerFragment(SlimCustomerFragment):
|
|
1060
1060
|
has_payment_method: bool = Field(alias="hasPaymentMethod")
|
|
1061
1061
|
has_active_subscription: bool = Field(alias="hasActiveSubscription")
|
|
@@ -1262,6 +1262,13 @@ class CustomerPortalEntitlementFragmentFeature(FeatureFragment):
|
|
|
1262
1262
|
pass
|
|
1263
1263
|
|
|
1264
1264
|
|
|
1265
|
+
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1266
|
+
addon_id: str = Field(alias="addonId")
|
|
1267
|
+
description: Optional[str] = Field(default=None)
|
|
1268
|
+
display_name: str = Field(alias="displayName")
|
|
1269
|
+
quantity: int
|
|
1270
|
+
|
|
1271
|
+
|
|
1265
1272
|
class CustomerPortalSubscriptionScheduledUpdateDataFragment(BaseModel):
|
|
1266
1273
|
subscription_schedule_type: SubscriptionScheduleType = Field(
|
|
1267
1274
|
alias="subscriptionScheduleType"
|
|
@@ -1458,13 +1465,6 @@ class CustomerPortalSubscriptionPriceFragmentFeature(BaseModel):
|
|
|
1458
1465
|
)
|
|
1459
1466
|
|
|
1460
1467
|
|
|
1461
|
-
class CustomerPortalSubscriptionAddonFragment(BaseModel):
|
|
1462
|
-
addon_id: str = Field(alias="addonId")
|
|
1463
|
-
description: Optional[str] = Field(default=None)
|
|
1464
|
-
display_name: str = Field(alias="displayName")
|
|
1465
|
-
quantity: int
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
1468
|
class CustomerPortalSubscriptionFragment(BaseModel):
|
|
1469
1469
|
subscription_id: str = Field(alias="subscriptionId")
|
|
1470
1470
|
plan_id: str = Field(alias="planId")
|
|
@@ -2125,6 +2125,7 @@ class SlimSubscriptionFragment(BaseModel):
|
|
|
2125
2125
|
billing_id: Optional[str] = Field(alias="billingId", default=None)
|
|
2126
2126
|
billing_link_url: Optional[str] = Field(alias="billingLinkUrl", default=None)
|
|
2127
2127
|
effective_end_date: Optional[Any] = Field(alias="effectiveEndDate", default=None)
|
|
2128
|
+
cancellation_date: Optional[Any] = Field(alias="cancellationDate", default=None)
|
|
2128
2129
|
current_billing_period_end: Optional[Any] = Field(
|
|
2129
2130
|
alias="currentBillingPeriodEnd", default=None
|
|
2130
2131
|
)
|
|
@@ -2257,6 +2258,7 @@ class SlimSubscriptionFragmentV2(BaseModel):
|
|
|
2257
2258
|
status: SubscriptionStatus
|
|
2258
2259
|
pricing_type: PricingType = Field(alias="pricingType")
|
|
2259
2260
|
start_date: Any = Field(alias="startDate")
|
|
2261
|
+
cancellation_date: Optional[Any] = Field(alias="cancellationDate", default=None)
|
|
2260
2262
|
current_billing_period_end: Optional[Any] = Field(
|
|
2261
2263
|
alias="currentBillingPeriodEnd", default=None
|
|
2262
2264
|
)
|
|
@@ -2838,36 +2840,36 @@ class UsageHistoryV2FragmentSeriesPoints(BaseModel):
|
|
|
2838
2840
|
AddonDependencyFragment.model_rebuild()
|
|
2839
2841
|
PriceTierFragment.model_rebuild()
|
|
2840
2842
|
PriceFragment.model_rebuild()
|
|
2841
|
-
PackageEntitlementFragment.model_rebuild()
|
|
2842
2843
|
OveragePriceFragment.model_rebuild()
|
|
2844
|
+
PackageEntitlementFragment.model_rebuild()
|
|
2843
2845
|
AddonFragment.model_rebuild()
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2846
|
+
FeatureFragment.model_rebuild()
|
|
2847
|
+
EntitlementFragment.model_rebuild()
|
|
2848
|
+
SubscriptionInvoiceFragment.model_rebuild()
|
|
2847
2849
|
PlanCompatiblePackageGroupsFragment.model_rebuild()
|
|
2850
|
+
ProductFragment.model_rebuild()
|
|
2848
2851
|
PlanFragment.model_rebuild()
|
|
2849
|
-
SubscriptionFutureUpdateData.model_rebuild()
|
|
2850
2852
|
CustomerResourceFragment.model_rebuild()
|
|
2851
|
-
|
|
2853
|
+
TotalPriceFragment.model_rebuild()
|
|
2852
2854
|
SubscriptionTrialConfigurationFragment.model_rebuild()
|
|
2853
|
-
|
|
2855
|
+
SubscriptionScheduledUpdateData.model_rebuild()
|
|
2856
|
+
SlimCustomerFragment.model_rebuild()
|
|
2857
|
+
SubscriptionFutureUpdateData.model_rebuild()
|
|
2854
2858
|
SubscriptionFragment.model_rebuild()
|
|
2855
|
-
FeatureFragment.model_rebuild()
|
|
2856
|
-
EntitlementFragment.model_rebuild()
|
|
2857
2859
|
ApplySubscriptionFragment.model_rebuild()
|
|
2858
2860
|
FontVariantFragment.model_rebuild()
|
|
2859
2861
|
TypographyConfigurationFragment.model_rebuild()
|
|
2860
2862
|
CheckoutConfigurationFragment.model_rebuild()
|
|
2861
|
-
CouponFragment.model_rebuild()
|
|
2862
2863
|
PromotionalEntitlementFragment.model_rebuild()
|
|
2864
|
+
CouponFragment.model_rebuild()
|
|
2863
2865
|
CustomerFragment.model_rebuild()
|
|
2864
2866
|
CheckoutStateFragment.model_rebuild()
|
|
2865
2867
|
CustomerPortalBillingInformationFragment.model_rebuild()
|
|
2866
2868
|
CustomerPortalConfigurationFragment.model_rebuild()
|
|
2867
2869
|
CustomerPortalEntitlementFragment.model_rebuild()
|
|
2870
|
+
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2868
2871
|
CustomerPortalSubscriptionScheduledUpdateDataFragment.model_rebuild()
|
|
2869
2872
|
CustomerPortalSubscriptionPriceFragment.model_rebuild()
|
|
2870
|
-
CustomerPortalSubscriptionAddonFragment.model_rebuild()
|
|
2871
2873
|
CustomerPortalSubscriptionFragment.model_rebuild()
|
|
2872
2874
|
CustomerPortalPromotionalEntitlementFragment.model_rebuild()
|
|
2873
2875
|
CustomerPortalFragment.model_rebuild()
|
|
@@ -110,12 +110,12 @@ stigg/generated/__init__.py,sha256=ZqTxHJXrfwLRuzEhiy_goBs-DkH8QafSL5NEa4rczxI,7
|
|
|
110
110
|
stigg/generated/apply_subscription.py,sha256=Vbs-QZZxN16pUpt3Hp7Jvvcc5o_8xwJK9oTLQQjH0ZA,451
|
|
111
111
|
stigg/generated/archive_customer.py,sha256=3N3iBiT2Vvzfb0ckV3o57A6lmJ_ef7JNPaMX_Jtcg6c,396
|
|
112
112
|
stigg/generated/async_base_client.py,sha256=zqd6IhYxpalyA6KQkeGhXgSurC0vXSwSWmSlM2zZ0VM,12593
|
|
113
|
-
stigg/generated/async_client.py,sha256=
|
|
113
|
+
stigg/generated/async_client.py,sha256=s46zpVm8ltvC-23UgJDck__1DyPEgrZ4VkpsJ3Xl1d0,173564
|
|
114
114
|
stigg/generated/base_client.py,sha256=nAto-nOqrOHFTLqdRy2ZDpT1afgsqCzf6hTeBh5MyPQ,6674
|
|
115
115
|
stigg/generated/base_model.py,sha256=0rs99bmZqPbltlPVMfhExeA5zD6ATQFaNZVsxGNonI4,635
|
|
116
116
|
stigg/generated/cancel_subscription.py,sha256=pKrMFmKjGIuWvnVCYQ8brWQO9_JeTnfScgGQjztuN-o,457
|
|
117
117
|
stigg/generated/cancel_subscription_updates.py,sha256=T1C9vyppzZi_91pEnIGkHUL3GEsvtf5EMwr1f01tjbM,241
|
|
118
|
-
stigg/generated/client.py,sha256=
|
|
118
|
+
stigg/generated/client.py,sha256=FIRvvpLkBu44ce1V4CJtQ1XFIsWX_tqk2Qh46MPpWIM,172975
|
|
119
119
|
stigg/generated/create_subscription.py,sha256=vbpBJ_daXHcQDtvU3vbwSr2E7s4VGRHxqPavyTV3Mtk,457
|
|
120
120
|
stigg/generated/delegate_subscription_to_customer.py,sha256=0TgQDO0Hk-z7X7PGtqhvciqa8IjkToK9cpiX3Kqu_UY,561
|
|
121
121
|
stigg/generated/detach_customer_payment_method.py,sha256=ACXlC2xsGaUP723OrayFZQ9SbXxe8TtVUYdG1gqcYFc,523
|
|
@@ -123,7 +123,7 @@ stigg/generated/enums.py,sha256=oBfmlp2nHkpkNzYzCrfjUlNxhMQwC4uys5UidfwhSgw,3631
|
|
|
123
123
|
stigg/generated/estimate_subscription.py,sha256=c0_vg0A_Hi8fdjeGudWZ0WziUF9jcjX5rlRitGMAMaQ,479
|
|
124
124
|
stigg/generated/estimate_subscription_update.py,sha256=ZYIFqqHHDfzhrOn95QnMmPNTXZ7JrKWRlUFzk8fWwKA,528
|
|
125
125
|
stigg/generated/exceptions.py,sha256=OQu-ZYCCV4VyMWTd1HR8gIjIK2CrA_JMlFxqOAJugWY,2411
|
|
126
|
-
stigg/generated/fragments.py,sha256=
|
|
126
|
+
stigg/generated/fragments.py,sha256=jeqEPh2N34P1s9H710X55h5uDAmW1BDdSTC7VPSn6Mg,103692
|
|
127
127
|
stigg/generated/get_active_subscriptions.py,sha256=ngZ9jr8vzGI59wT8FhUFl46a8j9waoNjeZ1_lrcu2ww,513
|
|
128
128
|
stigg/generated/get_active_subscriptions_list.py,sha256=Awi9al2MXxdt_y7ZnWYZh8U3R9XiX50c7TyO4WZxyhw,541
|
|
129
129
|
stigg/generated/get_checkout_state.py,sha256=SAOXGAND879dwb7R5mr5LPZuPVuMUDwNR5M4mgmHv6w,409
|
|
@@ -161,7 +161,7 @@ stigg/generated/transfer_subscription_to_resource.py,sha256=4-N7quYhHpVTGPi6EV-U
|
|
|
161
161
|
stigg/generated/unarchive_customer.py,sha256=0OVttDrNNOHp6xIpLfDj--XfZL0ogkSpy9eW71jND2k,441
|
|
162
162
|
stigg/generated/update_customer.py,sha256=DdbIKqG3AxIJie6Wk49m4dSVyXrQbY6UjhReZR6lkIM,403
|
|
163
163
|
stigg/generated/update_subscription.py,sha256=R7RdFcFh1oEz-AHLiMBW5XvpQTi3ucB3Z4r-LvZjHJQ,457
|
|
164
|
-
stigg_api_client_v2-2.
|
|
165
|
-
stigg_api_client_v2-2.
|
|
166
|
-
stigg_api_client_v2-2.
|
|
167
|
-
stigg_api_client_v2-2.
|
|
164
|
+
stigg_api_client_v2-2.479.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
165
|
+
stigg_api_client_v2-2.479.0.dist-info/METADATA,sha256=lvfh0DgEAg9DpKvh1UNhTiaOoefbhDLuDM-CvkSeSCg,2258
|
|
166
|
+
stigg_api_client_v2-2.479.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
167
|
+
stigg_api_client_v2-2.479.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|