stigg-api-client-v2 0.693.0__py3-none-any.whl → 5.9.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.
- stigg/_edge_utils.py +58 -0
- stigg/client.py +97 -21
- stigg/generated/__init__.py +734 -42
- stigg/generated/apply_subscription.py +4 -12
- stigg/generated/archive_customer.py +2 -3
- stigg/generated/async_base_client.py +187 -29
- stigg/generated/async_client.py +3659 -620
- stigg/generated/base_client.py +144 -23
- stigg/generated/base_model.py +16 -47
- stigg/generated/cancel_subscription.py +2 -3
- stigg/generated/cancel_subscription_updates.py +1 -4
- stigg/generated/client.py +3661 -616
- stigg/generated/create_payment_session.py +20 -0
- stigg/generated/create_subscription.py +2 -3
- stigg/generated/delegate_subscription_to_customer.py +22 -0
- stigg/generated/detach_customer_payment_method.py +20 -0
- stigg/generated/enums.py +426 -7
- stigg/generated/estimate_subscription.py +2 -3
- stigg/generated/estimate_subscription_update.py +2 -3
- stigg/generated/exceptions.py +9 -5
- stigg/generated/fragments.py +1864 -701
- stigg/generated/get_active_subscriptions.py +2 -3
- stigg/generated/get_active_subscriptions_list.py +22 -0
- stigg/generated/get_checkout_state.py +2 -3
- stigg/generated/get_coupons.py +4 -5
- stigg/generated/get_credit_balance.py +20 -0
- stigg/generated/get_credit_grants.py +36 -0
- stigg/generated/get_credit_ledger.py +25 -0
- stigg/generated/get_credit_usage.py +18 -0
- stigg/generated/get_customer_by_id.py +2 -3
- stigg/generated/get_customer_portal_by_ref_id.py +2 -3
- stigg/generated/get_customer_statistics.py +2 -3
- stigg/generated/get_entitlement.py +2 -3
- stigg/generated/get_entitlements.py +2 -3
- stigg/generated/get_entitlements_state.py +31 -0
- stigg/generated/get_mock_paywall.py +3 -5
- stigg/generated/get_paywall.py +2 -3
- stigg/generated/get_products.py +4 -5
- stigg/generated/get_sdk_configuration.py +3 -3
- stigg/generated/get_subscription.py +18 -0
- stigg/generated/get_subscriptions.py +35 -0
- stigg/generated/get_usage_history.py +2 -3
- stigg/generated/get_usage_history_v_2.py +18 -0
- stigg/generated/grant_credits.py +20 -0
- stigg/generated/grant_promotional_entitlements.py +2 -3
- stigg/generated/grant_promotional_entitlements_group.py +24 -0
- stigg/generated/import_customer.py +2 -3
- stigg/generated/import_customer_bulk.py +1 -4
- stigg/generated/import_subscriptions_bulk.py +1 -4
- stigg/generated/input_types.py +3871 -1878
- stigg/generated/migrate_subscription_to_latest.py +2 -3
- stigg/generated/preview_next_invoice.py +20 -0
- stigg/generated/preview_subscription.py +2 -3
- stigg/generated/provision_customer.py +4 -22
- stigg/generated/provision_subscription.py +4 -15
- stigg/generated/report_entitlement_check_requested.py +1 -4
- stigg/generated/report_event.py +1 -4
- stigg/generated/report_usage.py +6 -13
- stigg/generated/report_usage_bulk.py +22 -0
- stigg/generated/revoke_promotional_entitlement.py +5 -4
- stigg/generated/revoke_promotional_entitlements_group.py +24 -0
- stigg/generated/transfer_subscription.py +2 -3
- stigg/generated/transfer_subscription_to_resource.py +22 -0
- stigg/generated/unarchive_customer.py +2 -3
- stigg/generated/unlink_promotional_entitlements_group.py +24 -0
- stigg/generated/update_customer.py +2 -3
- stigg/generated/update_subscription.py +2 -3
- stigg/generated/void_credit_grant.py +18 -0
- {stigg_api_client_v2-0.693.0.dist-info → stigg_api_client_v2-5.9.0.dist-info}/METADATA +3 -4
- stigg_api_client_v2-5.9.0.dist-info/RECORD +73 -0
- stigg/edge_utils.py +0 -28
- stigg/generated/scalars.py +0 -6
- stigg_api_client_v2-0.693.0.dist-info/RECORD +0 -54
- {stigg_api_client_v2-0.693.0.dist-info → stigg_api_client_v2-5.9.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-0.693.0.dist-info → stigg_api_client_v2-5.9.0.dist-info}/WHEEL +0 -0
stigg/generated/__init__.py
CHANGED
|
@@ -1,40 +1,56 @@
|
|
|
1
|
-
# Generated by ariadne-codegen
|
|
1
|
+
# Generated by ariadne-codegen
|
|
2
2
|
|
|
3
|
-
from .apply_subscription import
|
|
4
|
-
ApplySubscription,
|
|
5
|
-
ApplySubscriptionApplySubscription,
|
|
6
|
-
ApplySubscriptionApplySubscriptionSubscription,
|
|
7
|
-
)
|
|
3
|
+
from .apply_subscription import ApplySubscription, ApplySubscriptionApplySubscription
|
|
8
4
|
from .archive_customer import ArchiveCustomer, ArchiveCustomerArchiveCustomer
|
|
9
5
|
from .async_base_client import AsyncBaseClient
|
|
10
6
|
from .async_client import AsyncClient
|
|
11
|
-
from .base_model import BaseModel
|
|
7
|
+
from .base_model import BaseModel, Upload
|
|
12
8
|
from .cancel_subscription import (
|
|
13
9
|
CancelSubscription,
|
|
14
10
|
CancelSubscriptionCancelSubscription,
|
|
15
11
|
)
|
|
16
12
|
from .cancel_subscription_updates import CancelSubscriptionUpdates
|
|
13
|
+
from .create_payment_session import (
|
|
14
|
+
CreatePaymentSession,
|
|
15
|
+
CreatePaymentSessionCreatePaymentSession,
|
|
16
|
+
)
|
|
17
17
|
from .create_subscription import (
|
|
18
18
|
CreateSubscription,
|
|
19
19
|
CreateSubscriptionCreateSubscription,
|
|
20
20
|
)
|
|
21
|
+
from .delegate_subscription_to_customer import (
|
|
22
|
+
DelegateSubscriptionToCustomer,
|
|
23
|
+
DelegateSubscriptionToCustomerDelegateSubscriptionToCustomer,
|
|
24
|
+
)
|
|
25
|
+
from .detach_customer_payment_method import (
|
|
26
|
+
DetachCustomerPaymentMethod,
|
|
27
|
+
DetachCustomerPaymentMethodDetachCustomerPaymentMethod,
|
|
28
|
+
)
|
|
21
29
|
from .enums import (
|
|
22
30
|
AccessDeniedReason,
|
|
31
|
+
AccountAccessMethod,
|
|
32
|
+
AccountAccessRole,
|
|
23
33
|
AccountStatus,
|
|
24
34
|
AddonSortFields,
|
|
25
35
|
AggregationFunction,
|
|
26
36
|
Alignment,
|
|
27
37
|
ApiKeySortFields,
|
|
28
38
|
ApiKeyType,
|
|
39
|
+
Auth0ApplicationType,
|
|
29
40
|
BillingAnchor,
|
|
41
|
+
BillingCadence,
|
|
30
42
|
BillingModel,
|
|
31
43
|
BillingPeriod,
|
|
32
44
|
BillingVendorIdentifier,
|
|
33
45
|
ChangeType,
|
|
34
46
|
ConditionOperation,
|
|
35
47
|
CouponSortFields,
|
|
48
|
+
CouponSource,
|
|
36
49
|
CouponStatus,
|
|
37
50
|
CouponType,
|
|
51
|
+
CreditGrantType,
|
|
52
|
+
CreditLedgerEventType,
|
|
53
|
+
CreditUsageTimeRange,
|
|
38
54
|
Currency,
|
|
39
55
|
CustomerResourceSortFields,
|
|
40
56
|
CustomerSortFields,
|
|
@@ -42,14 +58,23 @@ from .enums import (
|
|
|
42
58
|
Department,
|
|
43
59
|
DiscountDurationType,
|
|
44
60
|
DiscountType,
|
|
61
|
+
EntitlementBehavior,
|
|
45
62
|
EntitlementResetPeriod,
|
|
63
|
+
EntitlementsStateAccessDeniedReason,
|
|
46
64
|
EntitySelectionMode,
|
|
65
|
+
EnvironmentAccessRole,
|
|
47
66
|
EnvironmentProvisionStatus,
|
|
48
67
|
EnvironmentSortFields,
|
|
68
|
+
EnvironmentType,
|
|
49
69
|
ErrorCode,
|
|
70
|
+
EventActor,
|
|
71
|
+
EventEntityType,
|
|
72
|
+
EventLogSortFields,
|
|
50
73
|
EventLogType,
|
|
51
74
|
ExperimentSortFields,
|
|
52
75
|
ExperimentStatus,
|
|
76
|
+
FeatureGroupSortFields,
|
|
77
|
+
FeatureGroupStatus,
|
|
53
78
|
FeatureSortFields,
|
|
54
79
|
FeatureStatus,
|
|
55
80
|
FeatureType,
|
|
@@ -58,15 +83,23 @@ from .enums import (
|
|
|
58
83
|
HookStatus,
|
|
59
84
|
ImportIntegrationTaskSortFields,
|
|
60
85
|
IntegrationSortFields,
|
|
86
|
+
InvoiceLineItemType,
|
|
61
87
|
MemberSortFields,
|
|
62
88
|
MemberStatus,
|
|
63
89
|
MeterType,
|
|
64
90
|
MonthlyAccordingTo,
|
|
91
|
+
OfferSortFields,
|
|
92
|
+
OfferStatus,
|
|
93
|
+
OverageBillingPeriod,
|
|
65
94
|
PackageDTOSortFields,
|
|
66
95
|
PackageEntitlementSortFields,
|
|
96
|
+
PackageGroupSortFields,
|
|
97
|
+
PackageGroupStatus,
|
|
67
98
|
PackageStatus,
|
|
68
99
|
PaymentCollection,
|
|
100
|
+
PaymentCollectionMethod,
|
|
69
101
|
PaymentMethodType,
|
|
102
|
+
PlanChangeType,
|
|
70
103
|
PlanSortFields,
|
|
71
104
|
PriceSortFields,
|
|
72
105
|
PricingType,
|
|
@@ -77,6 +110,7 @@ from .enums import (
|
|
|
77
110
|
ProrationBehavior,
|
|
78
111
|
ProvisionSubscriptionStatus,
|
|
79
112
|
PublishMigrationType,
|
|
113
|
+
ScheduleStrategy,
|
|
80
114
|
SortDirection,
|
|
81
115
|
SortNulls,
|
|
82
116
|
SourceType,
|
|
@@ -84,27 +118,37 @@ from .enums import (
|
|
|
84
118
|
SubscriptionCancellationAction,
|
|
85
119
|
SubscriptionCancellationTime,
|
|
86
120
|
SubscriptionCancelReason,
|
|
121
|
+
SubscriptionCouponStatus,
|
|
87
122
|
SubscriptionDecisionStrategy,
|
|
88
123
|
SubscriptionEndSetup,
|
|
89
124
|
SubscriptionEntitlementSortFields,
|
|
125
|
+
SubscriptionInvoiceBillingReason,
|
|
90
126
|
SubscriptionInvoiceStatus,
|
|
91
127
|
SubscriptionMigrationTaskSortFields,
|
|
92
128
|
SubscriptionMigrationTime,
|
|
93
129
|
SubscriptionPriceSortFields,
|
|
130
|
+
SubscriptionProrationBehavior,
|
|
131
|
+
SubscriptionQuerySortFields,
|
|
94
132
|
SubscriptionScheduleStatus,
|
|
95
133
|
SubscriptionScheduleType,
|
|
96
134
|
SubscriptionStartSetup,
|
|
97
135
|
SubscriptionStatus,
|
|
136
|
+
SubscriptionUpdateUsageCutoffBehavior,
|
|
98
137
|
SyncStatus,
|
|
99
138
|
TaskStatus,
|
|
100
139
|
TaskType,
|
|
101
140
|
TiersMode,
|
|
141
|
+
TrialEndBehavior,
|
|
102
142
|
TrialPeriodUnits,
|
|
143
|
+
UnitTransformationRound,
|
|
144
|
+
UsageMarkerType,
|
|
103
145
|
UsageMeasurementSortFields,
|
|
104
146
|
UsageUpdateBehavior,
|
|
105
147
|
VendorIdentifier,
|
|
148
|
+
VendorType,
|
|
106
149
|
WeeklyAccordingTo,
|
|
107
150
|
WidgetType,
|
|
151
|
+
YearlyAccordingTo,
|
|
108
152
|
experimentGroupType,
|
|
109
153
|
)
|
|
110
154
|
from .estimate_subscription import (
|
|
@@ -120,12 +164,18 @@ from .exceptions import (
|
|
|
120
164
|
GraphQLClientGraphQLError,
|
|
121
165
|
GraphQLClientGraphQLMultiError,
|
|
122
166
|
GraphQLClientHttpError,
|
|
123
|
-
|
|
167
|
+
GraphQLClientInvalidResponseError,
|
|
124
168
|
)
|
|
125
169
|
from .fragments import (
|
|
170
|
+
AddonDependencyFragment,
|
|
126
171
|
AddonFragment,
|
|
172
|
+
AddonFragmentDependencies,
|
|
127
173
|
AddonFragmentEntitlements,
|
|
174
|
+
AddonFragmentOveragePrices,
|
|
128
175
|
AddonFragmentPrices,
|
|
176
|
+
ApplySubscriptionFragment,
|
|
177
|
+
ApplySubscriptionFragmentEntitlements,
|
|
178
|
+
ApplySubscriptionFragmentSubscription,
|
|
129
179
|
CheckoutConfigurationFragment,
|
|
130
180
|
CheckoutConfigurationFragmentContent,
|
|
131
181
|
CheckoutConfigurationFragmentPalette,
|
|
@@ -133,14 +183,31 @@ from .fragments import (
|
|
|
133
183
|
CheckoutStateFragment,
|
|
134
184
|
CheckoutStateFragmentActiveSubscription,
|
|
135
185
|
CheckoutStateFragmentBillingIntegration,
|
|
186
|
+
CheckoutStateFragmentBillingIntegrationBillingCredentialsStripeCheckoutCredentials,
|
|
187
|
+
CheckoutStateFragmentBillingIntegrationBillingCredentialsZuoraCheckoutCredentials,
|
|
136
188
|
CheckoutStateFragmentBillingIntegrationCredentials,
|
|
137
189
|
CheckoutStateFragmentConfiguration,
|
|
138
190
|
CheckoutStateFragmentCustomer,
|
|
139
191
|
CheckoutStateFragmentPlan,
|
|
140
192
|
CheckoutStateFragmentResource,
|
|
141
193
|
CouponFragment,
|
|
142
|
-
|
|
194
|
+
CouponFragmentAmountsOff,
|
|
143
195
|
CouponFragmentSyncStates,
|
|
196
|
+
CreditBalanceFragment,
|
|
197
|
+
CreditBalanceFragmentCurrency,
|
|
198
|
+
CreditBalanceFragmentCurrencyUnits,
|
|
199
|
+
CreditBalanceUpdatedPayload,
|
|
200
|
+
CreditBalanceUpdatedPayloadCurrency,
|
|
201
|
+
CreditBalanceUpdatedPayloadCurrencyUnits,
|
|
202
|
+
CreditGrantFragment,
|
|
203
|
+
CreditGrantFragmentCost,
|
|
204
|
+
CreditLedgerFragment,
|
|
205
|
+
CreditsBalanceSummaryFragment,
|
|
206
|
+
CreditsBalanceSummaryFragmentBalances,
|
|
207
|
+
CreditUsageFragment,
|
|
208
|
+
CreditUsageFragmentCurrency,
|
|
209
|
+
CreditUsageFragmentSeries,
|
|
210
|
+
CreditUsageFragmentSeriesPoints,
|
|
144
211
|
CustomerFragment,
|
|
145
212
|
CustomerFragmentCoupon,
|
|
146
213
|
CustomerFragmentEligibleForTrial,
|
|
@@ -155,6 +222,7 @@ from .fragments import (
|
|
|
155
222
|
CustomerPortalEntitlementFragmentFeature,
|
|
156
223
|
CustomerPortalEntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig,
|
|
157
224
|
CustomerPortalEntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig,
|
|
225
|
+
CustomerPortalEntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig,
|
|
158
226
|
CustomerPortalFragment,
|
|
159
227
|
CustomerPortalFragmentBillingInformation,
|
|
160
228
|
CustomerPortalFragmentConfiguration,
|
|
@@ -169,6 +237,7 @@ from .fragments import (
|
|
|
169
237
|
CustomerPortalSubscriptionFragmentBillingPeriodRange,
|
|
170
238
|
CustomerPortalSubscriptionFragmentPrices,
|
|
171
239
|
CustomerPortalSubscriptionFragmentPricing,
|
|
240
|
+
CustomerPortalSubscriptionFragmentPricingCreditRate,
|
|
172
241
|
CustomerPortalSubscriptionFragmentPricingFeature,
|
|
173
242
|
CustomerPortalSubscriptionFragmentPricingPrice,
|
|
174
243
|
CustomerPortalSubscriptionFragmentScheduledUpdates,
|
|
@@ -177,12 +246,23 @@ from .fragments import (
|
|
|
177
246
|
CustomerPortalSubscriptionFragmentTotalPriceSubTotal,
|
|
178
247
|
CustomerPortalSubscriptionFragmentTotalPriceTotal,
|
|
179
248
|
CustomerPortalSubscriptionPriceFragment,
|
|
249
|
+
CustomerPortalSubscriptionPriceFragmentCreditRate,
|
|
180
250
|
CustomerPortalSubscriptionPriceFragmentFeature,
|
|
181
251
|
CustomerPortalSubscriptionPriceFragmentPrice,
|
|
182
252
|
CustomerPortalSubscriptionScheduledUpdateDataFragment,
|
|
183
253
|
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesAddonChangeVariables,
|
|
254
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesAddonPriceOverrideChangeVariables,
|
|
184
255
|
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesBillingPeriodChangeVariables,
|
|
256
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesCouponChangeVariables,
|
|
185
257
|
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariables,
|
|
258
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesAddons,
|
|
259
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesBillableFeatures,
|
|
260
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesPriceOverrides,
|
|
261
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariables,
|
|
262
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesAddons,
|
|
263
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesBillableFeatures,
|
|
264
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesPriceOverrides,
|
|
265
|
+
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanPriceOverrideChangeVariables,
|
|
186
266
|
CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnitAmountChangeVariables,
|
|
187
267
|
CustomerPortalSubscriptionScheduledUpdateDataFragmentTargetPackage,
|
|
188
268
|
CustomerResourceFragment,
|
|
@@ -192,15 +272,18 @@ from .fragments import (
|
|
|
192
272
|
CustomerWithSubscriptionsFragment,
|
|
193
273
|
CustomerWithSubscriptionsFragmentSubscriptions,
|
|
194
274
|
EntitlementFragment,
|
|
275
|
+
EntitlementFragmentCreditRate,
|
|
195
276
|
EntitlementFragmentFeature,
|
|
196
277
|
EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig,
|
|
197
278
|
EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig,
|
|
279
|
+
EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig,
|
|
198
280
|
EntitlementsUpdatedPayload,
|
|
199
281
|
EntitlementsUpdatedPayloadEntitlements,
|
|
200
282
|
EntitlementUsageUpdated,
|
|
201
283
|
EntitlementUsageUpdatedEntitlement,
|
|
202
284
|
EntitlementUsageUpdatedUsage,
|
|
203
285
|
FeatureFragment,
|
|
286
|
+
FeatureFragmentUnitTransformation,
|
|
204
287
|
FontVariantFragment,
|
|
205
288
|
ImmediateSubscriptionPreviewInvoiceFragment,
|
|
206
289
|
ImmediateSubscriptionPreviewInvoiceFragmentCredits,
|
|
@@ -219,26 +302,40 @@ from .fragments import (
|
|
|
219
302
|
ImmediateSubscriptionPreviewInvoiceFragmentTotal,
|
|
220
303
|
ImmediateSubscriptionPreviewInvoiceFragmentTotalExcludingTax,
|
|
221
304
|
LayoutConfigurationFragment,
|
|
305
|
+
MockPaywallAddonDependencyFragment,
|
|
222
306
|
MockPaywallAddonFragment,
|
|
307
|
+
MockPaywallAddonFragmentDependencies,
|
|
223
308
|
MockPaywallAddonFragmentEntitlements,
|
|
224
309
|
MockPaywallAddonFragmentPrices,
|
|
225
310
|
MockPaywallPackageEntitlementFragment,
|
|
226
311
|
MockPaywallPackageEntitlementFragmentFeature,
|
|
312
|
+
MockPaywallPlanCompatiblePackageGroupsFragment,
|
|
313
|
+
MockPaywallPlanCompatiblePackageGroupsFragmentAddons,
|
|
314
|
+
MockPaywallPlanCompatiblePackageGroupsFragmentOptions,
|
|
227
315
|
MockPaywallPlanFragment,
|
|
228
316
|
MockPaywallPlanFragmentBasePlan,
|
|
229
317
|
MockPaywallPlanFragmentCompatibleAddons,
|
|
318
|
+
MockPaywallPlanFragmentCompatiblePackageGroups,
|
|
230
319
|
MockPaywallPlanFragmentDefaultTrialConfig,
|
|
320
|
+
MockPaywallPlanFragmentDefaultTrialConfigBudget,
|
|
231
321
|
MockPaywallPlanFragmentEntitlements,
|
|
232
322
|
MockPaywallPlanFragmentInheritedEntitlements,
|
|
233
323
|
MockPaywallPlanFragmentPrices,
|
|
234
324
|
MockPaywallPlanFragmentProduct,
|
|
235
325
|
MockPaywallPriceFragment,
|
|
326
|
+
MockPaywallPriceFragmentCreditRate,
|
|
236
327
|
MockPaywallPriceFragmentFeature,
|
|
237
328
|
MockPaywallPriceFragmentPrice,
|
|
238
329
|
MockPaywallPriceFragmentTiers,
|
|
330
|
+
OveragePriceFragment,
|
|
331
|
+
OveragePriceFragmentFeature,
|
|
332
|
+
OveragePriceFragmentPrice,
|
|
333
|
+
OveragePriceFragmentTiers,
|
|
239
334
|
PackageEntitlementFragment,
|
|
240
335
|
PackageEntitlementFragmentFeature,
|
|
241
336
|
PackagePublishedPayload,
|
|
337
|
+
PageInfoFragment,
|
|
338
|
+
PaymentSessionFragment,
|
|
242
339
|
PaywallCalculatedPricePointsFragment,
|
|
243
340
|
PaywallCalculatedPricePointsFragmentFeature,
|
|
244
341
|
PaywallConfigurationFragment,
|
|
@@ -254,25 +351,43 @@ from .fragments import (
|
|
|
254
351
|
PaywallFragmentPaywallCalculatedPricePoints,
|
|
255
352
|
PaywallFragmentPlans,
|
|
256
353
|
PaywallFragmentResource,
|
|
354
|
+
PlanCompatiblePackageGroupsFragment,
|
|
355
|
+
PlanCompatiblePackageGroupsFragmentAddons,
|
|
356
|
+
PlanCompatiblePackageGroupsFragmentOptions,
|
|
257
357
|
PlanFragment,
|
|
258
358
|
PlanFragmentBasePlan,
|
|
259
359
|
PlanFragmentCompatibleAddons,
|
|
360
|
+
PlanFragmentCompatiblePackageGroups,
|
|
260
361
|
PlanFragmentDefaultTrialConfig,
|
|
362
|
+
PlanFragmentDefaultTrialConfigBudget,
|
|
261
363
|
PlanFragmentEntitlements,
|
|
262
364
|
PlanFragmentInheritedEntitlements,
|
|
365
|
+
PlanFragmentOveragePrices,
|
|
263
366
|
PlanFragmentPrices,
|
|
264
367
|
PlanFragmentProduct,
|
|
265
368
|
PriceFragment,
|
|
369
|
+
PriceFragmentCreditRate,
|
|
266
370
|
PriceFragmentFeature,
|
|
267
371
|
PriceFragmentPrice,
|
|
268
372
|
PriceFragmentTiers,
|
|
269
373
|
PriceTierFragment,
|
|
374
|
+
PriceTierFragmentFlatPrice,
|
|
270
375
|
PriceTierFragmentUnitPrice,
|
|
271
376
|
ProductFragment,
|
|
272
377
|
ProductFragmentProductSettings,
|
|
273
378
|
ProductFragmentProductSettingsDowngradePlan,
|
|
274
379
|
PromotionalEntitlementFragment,
|
|
275
380
|
PromotionalEntitlementFragmentFeature,
|
|
381
|
+
ProvisionCustomerFragment,
|
|
382
|
+
ProvisionCustomerFragmentCustomer,
|
|
383
|
+
ProvisionCustomerFragmentEntitlements,
|
|
384
|
+
ProvisionCustomerFragmentSubscription,
|
|
385
|
+
ProvisionSubscriptionFragment,
|
|
386
|
+
ProvisionSubscriptionFragmentEntitlements,
|
|
387
|
+
ProvisionSubscriptionFragmentSubscription,
|
|
388
|
+
ReportUsageFragment,
|
|
389
|
+
SlimCustomCurrencyFragment,
|
|
390
|
+
SlimCustomCurrencyFragmentUnits,
|
|
276
391
|
SlimCustomerFragment,
|
|
277
392
|
SlimSubscriptionFragment,
|
|
278
393
|
SlimSubscriptionFragmentAddons,
|
|
@@ -285,25 +400,67 @@ from .fragments import (
|
|
|
285
400
|
SlimSubscriptionFragmentPricesPrice,
|
|
286
401
|
SlimSubscriptionFragmentResource,
|
|
287
402
|
SlimSubscriptionFragmentTotalPrice,
|
|
403
|
+
SlimSubscriptionFragmentV2,
|
|
404
|
+
SlimSubscriptionFragmentV2Addons,
|
|
405
|
+
SlimSubscriptionFragmentV2AddonsAddon,
|
|
406
|
+
SlimSubscriptionFragmentV2Customer,
|
|
407
|
+
SlimSubscriptionFragmentV2PayingCustomer,
|
|
408
|
+
SlimSubscriptionFragmentV2Plan,
|
|
409
|
+
SlimSubscriptionFragmentV2Resource,
|
|
410
|
+
SlimSubscriptionFragmentV2TrialConfiguration,
|
|
411
|
+
StripeCheckoutCredentialsFragment,
|
|
288
412
|
SubscriptionFragment,
|
|
289
413
|
SubscriptionFragmentAddons,
|
|
290
414
|
SubscriptionFragmentAddonsAddon,
|
|
291
415
|
SubscriptionFragmentExperimentInfo,
|
|
292
416
|
SubscriptionFragmentFutureUpdates,
|
|
293
417
|
SubscriptionFragmentLatestInvoice,
|
|
418
|
+
SubscriptionFragmentPayingCustomer,
|
|
294
419
|
SubscriptionFragmentPlan,
|
|
295
420
|
SubscriptionFragmentPrices,
|
|
296
421
|
SubscriptionFragmentPricesPrice,
|
|
297
422
|
SubscriptionFragmentResource,
|
|
298
423
|
SubscriptionFragmentScheduledUpdates,
|
|
299
424
|
SubscriptionFragmentTotalPrice,
|
|
425
|
+
SubscriptionFragmentTrialConfiguration,
|
|
300
426
|
SubscriptionFutureUpdateData,
|
|
301
427
|
SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables,
|
|
428
|
+
SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables,
|
|
302
429
|
SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables,
|
|
430
|
+
SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables,
|
|
303
431
|
SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables,
|
|
432
|
+
SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons,
|
|
433
|
+
SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures,
|
|
434
|
+
SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides,
|
|
435
|
+
SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables,
|
|
436
|
+
SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons,
|
|
437
|
+
SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures,
|
|
438
|
+
SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides,
|
|
439
|
+
SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables,
|
|
304
440
|
SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables,
|
|
305
441
|
SubscriptionFutureUpdateDataTargetPackage,
|
|
306
442
|
SubscriptionInvoiceFragment,
|
|
443
|
+
SubscriptionInvoicePreviewFragment,
|
|
444
|
+
SubscriptionInvoicePreviewFragmentAmountDue,
|
|
445
|
+
SubscriptionInvoicePreviewFragmentCredits,
|
|
446
|
+
SubscriptionInvoicePreviewFragmentCreditsInitial,
|
|
447
|
+
SubscriptionInvoicePreviewFragmentCreditsRemaining,
|
|
448
|
+
SubscriptionInvoicePreviewFragmentCreditsUsed,
|
|
449
|
+
SubscriptionInvoicePreviewFragmentDiscount,
|
|
450
|
+
SubscriptionInvoicePreviewFragmentDiscountDetails,
|
|
451
|
+
SubscriptionInvoicePreviewFragmentLines,
|
|
452
|
+
SubscriptionInvoicePreviewFragmentLinesAmount,
|
|
453
|
+
SubscriptionInvoicePreviewFragmentLinesLines,
|
|
454
|
+
SubscriptionInvoicePreviewFragmentLinesPeriod,
|
|
455
|
+
SubscriptionInvoicePreviewFragmentLinesPrice,
|
|
456
|
+
SubscriptionInvoicePreviewFragmentLinesUnitPrice,
|
|
457
|
+
SubscriptionInvoicePreviewFragmentMinimumSpendAdjustment,
|
|
458
|
+
SubscriptionInvoicePreviewFragmentSubTotal,
|
|
459
|
+
SubscriptionInvoicePreviewFragmentSubTotalExcludingTax,
|
|
460
|
+
SubscriptionInvoicePreviewFragmentTax,
|
|
461
|
+
SubscriptionInvoicePreviewFragmentTaxDetails,
|
|
462
|
+
SubscriptionInvoicePreviewFragmentTotal,
|
|
463
|
+
SubscriptionInvoicePreviewFragmentTotalExcludingTax,
|
|
307
464
|
SubscriptionPreviewFragment,
|
|
308
465
|
SubscriptionPreviewFragmentBillingPeriodRange,
|
|
309
466
|
SubscriptionPreviewFragmentCredits,
|
|
@@ -341,12 +498,31 @@ from .fragments import (
|
|
|
341
498
|
SubscriptionPreviewV2FragmentBillingPeriodRange,
|
|
342
499
|
SubscriptionPreviewV2FragmentImmediateInvoice,
|
|
343
500
|
SubscriptionPreviewV2FragmentRecurringInvoice,
|
|
501
|
+
SubscriptionQueryFragment,
|
|
502
|
+
SubscriptionQueryFragmentAddons,
|
|
503
|
+
SubscriptionQueryFragmentAddonsAddon,
|
|
504
|
+
SubscriptionQueryFragmentCustomer,
|
|
505
|
+
SubscriptionQueryFragmentPayingCustomer,
|
|
506
|
+
SubscriptionQueryFragmentPlan,
|
|
507
|
+
SubscriptionQueryFragmentResource,
|
|
508
|
+
SubscriptionQueryFragmentTrialConfiguration,
|
|
344
509
|
SubscriptionScheduledUpdateData,
|
|
345
510
|
SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables,
|
|
511
|
+
SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables,
|
|
346
512
|
SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables,
|
|
513
|
+
SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables,
|
|
347
514
|
SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables,
|
|
515
|
+
SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons,
|
|
516
|
+
SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures,
|
|
517
|
+
SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides,
|
|
518
|
+
SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables,
|
|
519
|
+
SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons,
|
|
520
|
+
SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures,
|
|
521
|
+
SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides,
|
|
522
|
+
SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables,
|
|
348
523
|
SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables,
|
|
349
524
|
SubscriptionScheduledUpdateDataTargetPackage,
|
|
525
|
+
SubscriptionTrialConfigurationFragment,
|
|
350
526
|
TotalPriceFragment,
|
|
351
527
|
TotalPriceFragmentSubTotal,
|
|
352
528
|
TotalPriceFragmentTotal,
|
|
@@ -356,13 +532,27 @@ from .fragments import (
|
|
|
356
532
|
TypographyConfigurationFragmentH2,
|
|
357
533
|
TypographyConfigurationFragmentH3,
|
|
358
534
|
UsageHistoryFragment,
|
|
535
|
+
UsageHistoryFragmentGroups,
|
|
536
|
+
UsageHistoryFragmentGroupsGroupInfo,
|
|
537
|
+
UsageHistoryFragmentGroupsUsageMeasurements,
|
|
538
|
+
UsageHistoryFragmentMarkers,
|
|
359
539
|
UsageHistoryFragmentUsageMeasurements,
|
|
540
|
+
UsageHistoryV2Fragment,
|
|
541
|
+
UsageHistoryV2FragmentMarkers,
|
|
542
|
+
UsageHistoryV2FragmentSeries,
|
|
543
|
+
UsageHistoryV2FragmentSeriesPoints,
|
|
544
|
+
UsageHistoryV2FragmentSeriesTags,
|
|
360
545
|
UsageUpdatedFragment,
|
|
546
|
+
ZuoraCheckoutCredentialsFragment,
|
|
361
547
|
)
|
|
362
548
|
from .get_active_subscriptions import (
|
|
363
549
|
GetActiveSubscriptions,
|
|
364
550
|
GetActiveSubscriptionsGetActiveSubscriptions,
|
|
365
551
|
)
|
|
552
|
+
from .get_active_subscriptions_list import (
|
|
553
|
+
GetActiveSubscriptionsList,
|
|
554
|
+
GetActiveSubscriptionsListGetActiveSubscriptions,
|
|
555
|
+
)
|
|
366
556
|
from .get_checkout_state import GetCheckoutState, GetCheckoutStateCheckoutState
|
|
367
557
|
from .get_coupons import (
|
|
368
558
|
GetCoupons,
|
|
@@ -370,6 +560,20 @@ from .get_coupons import (
|
|
|
370
560
|
GetCouponsCouponsEdges,
|
|
371
561
|
GetCouponsCouponsEdgesNode,
|
|
372
562
|
)
|
|
563
|
+
from .get_credit_balance import GetCreditBalance, GetCreditBalanceCreditBalanceSummary
|
|
564
|
+
from .get_credit_grants import (
|
|
565
|
+
GetCreditGrants,
|
|
566
|
+
GetCreditGrantsCreditGrants,
|
|
567
|
+
GetCreditGrantsCreditGrantsEdges,
|
|
568
|
+
GetCreditGrantsCreditGrantsEdgesNode,
|
|
569
|
+
GetCreditGrantsCreditGrantsPageInfo,
|
|
570
|
+
)
|
|
571
|
+
from .get_credit_ledger import (
|
|
572
|
+
GetCreditLedger,
|
|
573
|
+
GetCreditLedgerCreditsLedger,
|
|
574
|
+
GetCreditLedgerCreditsLedgerEvents,
|
|
575
|
+
)
|
|
576
|
+
from .get_credit_usage import GetCreditUsage, GetCreditUsageCreditUsage
|
|
373
577
|
from .get_customer_by_id import GetCustomerById, GetCustomerByIdGetCustomerByRefId
|
|
374
578
|
from .get_customer_portal_by_ref_id import (
|
|
375
579
|
GetCustomerPortalByRefId,
|
|
@@ -381,6 +585,11 @@ from .get_customer_statistics import (
|
|
|
381
585
|
)
|
|
382
586
|
from .get_entitlement import GetEntitlement, GetEntitlementEntitlement
|
|
383
587
|
from .get_entitlements import GetEntitlements, GetEntitlementsEntitlements
|
|
588
|
+
from .get_entitlements_state import (
|
|
589
|
+
GetEntitlementsState,
|
|
590
|
+
GetEntitlementsStateEntitlementsState,
|
|
591
|
+
GetEntitlementsStateEntitlementsStateEntitlements,
|
|
592
|
+
)
|
|
384
593
|
from .get_mock_paywall import (
|
|
385
594
|
GetMockPaywall,
|
|
386
595
|
GetMockPaywallMockPaywall,
|
|
@@ -398,19 +607,37 @@ from .get_sdk_configuration import (
|
|
|
398
607
|
GetSdkConfiguration,
|
|
399
608
|
GetSdkConfigurationSdkConfiguration,
|
|
400
609
|
)
|
|
610
|
+
from .get_subscription import GetSubscription, GetSubscriptionGetSubscription
|
|
611
|
+
from .get_subscriptions import (
|
|
612
|
+
GetSubscriptions,
|
|
613
|
+
GetSubscriptionsSubscriptions,
|
|
614
|
+
GetSubscriptionsSubscriptionsEdges,
|
|
615
|
+
GetSubscriptionsSubscriptionsEdgesNode,
|
|
616
|
+
GetSubscriptionsSubscriptionsPageInfo,
|
|
617
|
+
)
|
|
401
618
|
from .get_usage_history import GetUsageHistory, GetUsageHistoryUsageHistory
|
|
619
|
+
from .get_usage_history_v_2 import GetUsageHistoryV2, GetUsageHistoryV2UsageHistoryV2
|
|
620
|
+
from .grant_credits import GrantCredits, GrantCreditsCreateCreditGrant
|
|
402
621
|
from .grant_promotional_entitlements import (
|
|
403
622
|
GrantPromotionalEntitlements,
|
|
404
623
|
GrantPromotionalEntitlementsGrantPromotionalEntitlements,
|
|
405
624
|
)
|
|
625
|
+
from .grant_promotional_entitlements_group import (
|
|
626
|
+
GrantPromotionalEntitlementsGroup,
|
|
627
|
+
GrantPromotionalEntitlementsGroupGrantPromotionalEntitlementsGroup,
|
|
628
|
+
)
|
|
406
629
|
from .import_customer import ImportCustomer, ImportCustomerImportCustomer
|
|
407
630
|
from .import_customer_bulk import ImportCustomerBulk
|
|
408
631
|
from .import_subscriptions_bulk import ImportSubscriptionsBulk
|
|
409
632
|
from .input_types import (
|
|
410
633
|
AddCompatibleAddonsToPlanInput,
|
|
634
|
+
AddonArchiveInput,
|
|
635
|
+
AddonAssociatedEntitiesInput,
|
|
411
636
|
AddonCreateInput,
|
|
412
637
|
AddonFilter,
|
|
638
|
+
AddonFilterOfferFilter,
|
|
413
639
|
AddonSort,
|
|
640
|
+
AddonUnArchiveInput,
|
|
414
641
|
AddonUpdateInput,
|
|
415
642
|
Address,
|
|
416
643
|
AggregatedEventsByCustomerInput,
|
|
@@ -420,15 +647,23 @@ from .input_types import (
|
|
|
420
647
|
ArchiveCouponInput,
|
|
421
648
|
ArchiveCustomerInput,
|
|
422
649
|
ArchiveEnvironmentInput,
|
|
650
|
+
ArchiveFeatureGroupInput,
|
|
423
651
|
ArchiveFeatureInput,
|
|
652
|
+
ArchivePackageGroup,
|
|
424
653
|
ArchivePlanInput,
|
|
425
654
|
AttachCustomerPaymentMethodInput,
|
|
655
|
+
Auth0CredentialsInput,
|
|
656
|
+
AutoCancellationRuleInput,
|
|
426
657
|
AwsMarketplaceCredentialsInput,
|
|
658
|
+
BigQueryCredentialsInput,
|
|
427
659
|
BillableFeatureInput,
|
|
428
660
|
BillingAddress,
|
|
661
|
+
BillingCadenceFilterComparison,
|
|
429
662
|
BillingModelFilterComparison,
|
|
430
663
|
BillingPeriodFilterComparison,
|
|
431
664
|
BooleanFieldComparison,
|
|
665
|
+
BudgetConfigurationInput,
|
|
666
|
+
ChargeSubscriptionUsageInput,
|
|
432
667
|
CheckoutConfigurationInput,
|
|
433
668
|
CheckoutContentInput,
|
|
434
669
|
CheckoutOptions,
|
|
@@ -438,24 +673,35 @@ from .input_types import (
|
|
|
438
673
|
CouponFilter,
|
|
439
674
|
CouponFilterCustomerFilter,
|
|
440
675
|
CouponSort,
|
|
676
|
+
CouponSourceFilterComparison,
|
|
441
677
|
CouponStatusFilterComparison,
|
|
442
678
|
CouponTypeFilterComparison,
|
|
443
679
|
CreateCouponInput,
|
|
444
680
|
CreateEnvironment,
|
|
445
681
|
CreateEnvironmentOptions,
|
|
446
682
|
CreateExperimentInput,
|
|
683
|
+
CreateFeatureGroupInput,
|
|
447
684
|
CreateHook,
|
|
448
685
|
CreateIntegrationInput,
|
|
449
686
|
CreateManyPackageEntitlementsInput,
|
|
450
687
|
CreateManyPromotionalEntitlementsInput,
|
|
451
688
|
CreateMeter,
|
|
689
|
+
CreateOfferDraftInput,
|
|
690
|
+
CreateOfferInput,
|
|
452
691
|
CreateOneEnvironmentInput,
|
|
453
|
-
CreateOneFeatureInput,
|
|
454
692
|
CreateOneHookInput,
|
|
455
693
|
CreateOneIntegrationInput,
|
|
456
694
|
CreateOneProductInput,
|
|
457
695
|
CreateOrUpdateAwsMarketplaceProductInput,
|
|
696
|
+
CreatePackageGroup,
|
|
697
|
+
CreateWorkflowTriggerInput,
|
|
698
|
+
CreditBalanceSummaryInput,
|
|
699
|
+
CreditGrantInput,
|
|
700
|
+
CreditLedgerInput,
|
|
701
|
+
CreditRateInput,
|
|
702
|
+
CreditUsageInput,
|
|
458
703
|
CursorPaging,
|
|
704
|
+
CustomCurrencyInput,
|
|
459
705
|
CustomerBillingInfo,
|
|
460
706
|
CustomerFilter,
|
|
461
707
|
CustomerFilterCustomerSubscriptionFilter,
|
|
@@ -480,27 +726,43 @@ from .input_types import (
|
|
|
480
726
|
CustomerSubscriptionSort,
|
|
481
727
|
DateFieldComparison,
|
|
482
728
|
DateFieldComparisonBetween,
|
|
729
|
+
DefaultSSORolesInput,
|
|
483
730
|
DefaultTrialConfigInputDTO,
|
|
731
|
+
DelegateSubscriptionToCustomerInput,
|
|
484
732
|
DeleteFeatureInput,
|
|
485
|
-
DeleteOneAddonInput,
|
|
486
733
|
DeleteOneHookInput,
|
|
487
734
|
DeleteOneIntegrationInput,
|
|
488
735
|
DeleteOnePackageEntitlementInput,
|
|
489
736
|
DeleteOnePriceInput,
|
|
490
737
|
DeleteOneProductInput,
|
|
491
738
|
DeleteOnePromotionalEntitlementInput,
|
|
739
|
+
DeleteWorkflowTriggerInput,
|
|
740
|
+
DetachCustomerPaymentMethodInput,
|
|
492
741
|
DimensionsMappingInput,
|
|
493
742
|
DiscardPackageDraftInput,
|
|
494
743
|
DoesFeatureExist,
|
|
744
|
+
DumpEnvironmentForForMergeComparisonInput,
|
|
745
|
+
DumpEnvironmentProductCatalogInput,
|
|
495
746
|
DuplicateProductInput,
|
|
747
|
+
EditPackageGroupDetailsInput,
|
|
496
748
|
EntitlementCheckRequested,
|
|
497
749
|
EntitlementCheckResult,
|
|
498
750
|
EntitlementOptions,
|
|
751
|
+
EnumConfigurationEntityInput,
|
|
499
752
|
EnvironmentFilter,
|
|
500
753
|
EnvironmentInput,
|
|
754
|
+
EnvironmentMergeConfigurationInput,
|
|
501
755
|
EnvironmentSort,
|
|
502
756
|
EstimateSubscriptionInput,
|
|
503
757
|
EstimateSubscriptionUpdateInput,
|
|
758
|
+
EventLogCreatedAtFilterComparison,
|
|
759
|
+
EventLogEntityIdFilterComparison,
|
|
760
|
+
EventLogEnvironmentIdFilterComparison,
|
|
761
|
+
EventLogEventLogTypeFilterComparison,
|
|
762
|
+
EventLogFilter,
|
|
763
|
+
EventLogIdFilterComparison,
|
|
764
|
+
EventLogParentEntityIdFilterComparison,
|
|
765
|
+
EventLogSort,
|
|
504
766
|
EventsFieldsInput,
|
|
505
767
|
ExperimentFilter,
|
|
506
768
|
ExperimentFilterCustomerFilter,
|
|
@@ -509,6 +771,10 @@ from .input_types import (
|
|
|
509
771
|
ExperimentStatusFilterComparison,
|
|
510
772
|
FeatureAssociatedLatestPackages,
|
|
511
773
|
FeatureFilter,
|
|
774
|
+
FeatureGroupAssociatedLatestPackagesInput,
|
|
775
|
+
FeatureGroupFilter,
|
|
776
|
+
FeatureGroupSort,
|
|
777
|
+
FeatureGroupStatusFilterComparison,
|
|
512
778
|
FeatureInput,
|
|
513
779
|
FeatureSort,
|
|
514
780
|
FeatureStatusFilterComparison,
|
|
@@ -517,42 +783,64 @@ from .input_types import (
|
|
|
517
783
|
FetchEntitlementsQuery,
|
|
518
784
|
FontVariantInput,
|
|
519
785
|
GetActiveSubscriptionsInput,
|
|
786
|
+
GetAuth0ApplicationsInput,
|
|
787
|
+
GetCreditGrantsInput,
|
|
520
788
|
GetCustomerByRefIdInput,
|
|
789
|
+
GetOfferInput,
|
|
521
790
|
GetPackageByRefIdInput,
|
|
791
|
+
GetPackageGroup,
|
|
522
792
|
GetPaywallInput,
|
|
793
|
+
GetSubscriptionInput,
|
|
523
794
|
GetWidgetConfigurationInput,
|
|
795
|
+
GetWorkflowTriggersInput,
|
|
524
796
|
GrantPromotionalEntitlementInput,
|
|
797
|
+
GrantPromotionalEntitlementsGroupInput,
|
|
525
798
|
GrantPromotionalEntitlementsInput,
|
|
526
799
|
HookFilter,
|
|
527
800
|
HookSort,
|
|
528
801
|
HookStatusFilterComparison,
|
|
529
802
|
HubspotCredentialsInput,
|
|
530
|
-
|
|
803
|
+
ImportCustomerBulkInput,
|
|
531
804
|
ImportCustomerInput,
|
|
532
805
|
ImportIntegrationCatalogInput,
|
|
533
806
|
ImportIntegrationCustomersInput,
|
|
534
807
|
ImportIntegrationTaskFilter,
|
|
535
808
|
ImportIntegrationTaskSort,
|
|
536
809
|
ImportSubscriptionInput,
|
|
537
|
-
|
|
810
|
+
ImportSubscriptionsBulkInput,
|
|
538
811
|
InitAddStripeCustomerPaymentMethodInput,
|
|
539
812
|
IntegrationFilter,
|
|
540
813
|
IntegrationSort,
|
|
814
|
+
IntegrationVendorTypeFilterComparison,
|
|
541
815
|
IntFieldComparison,
|
|
542
816
|
IntFieldComparisonBetween,
|
|
817
|
+
InviteMembersInput,
|
|
818
|
+
LinkFeatureGroupToPackageInput,
|
|
543
819
|
ListAwsProductDimensionsInput,
|
|
544
820
|
ListAwsProductsInput,
|
|
821
|
+
MarkInvoiceAsPaidInput,
|
|
545
822
|
MemberFilter,
|
|
823
|
+
MemberFilterUserFilter,
|
|
546
824
|
MemberSort,
|
|
825
|
+
MergeEnvironmentInput,
|
|
547
826
|
MeterAggregation,
|
|
548
827
|
MeterConditionInput,
|
|
549
828
|
MeterFilterDefinitionInput,
|
|
550
829
|
MeterTypeFilterComparison,
|
|
830
|
+
MigratePackageFeatureGroupsToLatestInput,
|
|
831
|
+
MinimumSpendInput,
|
|
551
832
|
MoneyInputDTO,
|
|
552
833
|
MonthlyResetPeriodConfigInput,
|
|
553
834
|
NumberFieldComparison,
|
|
554
835
|
NumberFieldComparisonBetween,
|
|
836
|
+
OfferFilter,
|
|
837
|
+
OfferSort,
|
|
838
|
+
OfferStatusFilterComparison,
|
|
839
|
+
OpenFGACredentialsInput,
|
|
840
|
+
OverageEntitlementCreateInput,
|
|
841
|
+
OveragePricingModelCreateInput,
|
|
555
842
|
PackageDTOFilter,
|
|
843
|
+
PackageDTOFilterOfferFilter,
|
|
556
844
|
PackageDTOSort,
|
|
557
845
|
PackageEntitlementFilter,
|
|
558
846
|
PackageEntitlementFilterFeatureFilter,
|
|
@@ -560,22 +848,31 @@ from .input_types import (
|
|
|
560
848
|
PackageEntitlementInput,
|
|
561
849
|
PackageEntitlementSort,
|
|
562
850
|
PackageEntitlementUpdateInput,
|
|
851
|
+
PackageGroupFilter,
|
|
852
|
+
PackageGroupFilterProductFilter,
|
|
853
|
+
PackageGroupSort,
|
|
854
|
+
PackageGroupStatusFilterComparison,
|
|
563
855
|
PackagePricingInput,
|
|
564
856
|
PackagePublishInput,
|
|
565
857
|
PackageStatusFilterComparison,
|
|
566
858
|
PaymentCollectionFilterComparison,
|
|
859
|
+
PaymentSessionInput,
|
|
567
860
|
PaywallColorsPaletteInput,
|
|
568
861
|
PaywallConfigurationInput,
|
|
569
862
|
PaywallLayoutConfigurationInput,
|
|
570
863
|
PlanCreateInput,
|
|
571
864
|
PlanFilter,
|
|
572
865
|
PlanFilterAddonFilter,
|
|
866
|
+
PlanFilterOfferFilter,
|
|
573
867
|
PlanFilterProductFilter,
|
|
574
868
|
PlanSort,
|
|
575
869
|
PlanUpdateInput,
|
|
870
|
+
PreparePaymentMethodFormInput,
|
|
871
|
+
PreviewNextInvoiceInput,
|
|
576
872
|
PreviewSubscriptionInput,
|
|
577
873
|
PriceFilter,
|
|
578
874
|
PriceFilterPackageDTOFilter,
|
|
875
|
+
PriceOverrideInput,
|
|
579
876
|
PricePeriodInput,
|
|
580
877
|
PriceSort,
|
|
581
878
|
PriceTierInput,
|
|
@@ -596,22 +893,35 @@ from .input_types import (
|
|
|
596
893
|
ProvisionSandboxInput,
|
|
597
894
|
ProvisionSubscription,
|
|
598
895
|
ProvisionSubscriptionInput,
|
|
896
|
+
PublishOfferInput,
|
|
599
897
|
RecalculateEntitlementsInput,
|
|
898
|
+
RecalculateEntitlementsSideEffectsOptionsInput,
|
|
600
899
|
RemoveBasePlanFromPlanInput,
|
|
601
900
|
RemoveCompatibleAddonsFromPlanInput,
|
|
602
901
|
RemoveCouponFromCustomerInput,
|
|
603
|
-
RemoveCouponFromCustomerSubscriptionInput,
|
|
604
902
|
RemoveExperimentFromCustomerInput,
|
|
605
903
|
RemoveExperimentFromCustomerSubscriptionInput,
|
|
904
|
+
RemoveFeatureGroupFromPackageInput,
|
|
905
|
+
RemoveOfferDraftInput,
|
|
906
|
+
ReportUsageBaseInput,
|
|
907
|
+
ReportUsageBulkInput,
|
|
606
908
|
ReportUsageInput,
|
|
607
909
|
ResyncIntegrationInput,
|
|
608
910
|
RevokePromotionalEntitlementInput,
|
|
911
|
+
RevokePromotionalEntitlementsGroupInput,
|
|
912
|
+
SalesforceCredentialsInput,
|
|
913
|
+
SetAccessRolesInput,
|
|
609
914
|
SetBasePlanOnPlanInput,
|
|
610
915
|
SetCompatibleAddonsOnPlanInput,
|
|
611
916
|
SetCouponOnCustomerInput,
|
|
612
|
-
|
|
917
|
+
SetDefaultOfferInput,
|
|
613
918
|
SetExperimentOnCustomerInput,
|
|
614
919
|
SetExperimentOnCustomerSubscriptionInput,
|
|
920
|
+
SetPackageGroupAddons,
|
|
921
|
+
SetPlanCompatiblePackageGroup,
|
|
922
|
+
SetPlanCompatiblePackageGroupOptions,
|
|
923
|
+
SetPlanCompatiblePackageGroups,
|
|
924
|
+
SnowflakeCredentialsInput,
|
|
615
925
|
StartExperimentInput,
|
|
616
926
|
StopExperimentInput,
|
|
617
927
|
StringFieldComparison,
|
|
@@ -620,7 +930,6 @@ from .input_types import (
|
|
|
620
930
|
StripeProductSearchInput,
|
|
621
931
|
StripeSubscriptionSearchInput,
|
|
622
932
|
SubscriptionAddonFilter,
|
|
623
|
-
SubscriptionAddonFilterAddonFilter,
|
|
624
933
|
SubscriptionAddonFilterCustomerSubscriptionFilter,
|
|
625
934
|
SubscriptionAddonFilterPriceFilter,
|
|
626
935
|
SubscriptionAddonInput,
|
|
@@ -628,6 +937,9 @@ from .input_types import (
|
|
|
628
937
|
SubscriptionBillingInfo,
|
|
629
938
|
SubscriptionCancellationInput,
|
|
630
939
|
SubscriptionCancelReasonFilterComparison,
|
|
940
|
+
SubscriptionCouponConfigurationInput,
|
|
941
|
+
SubscriptionCouponDiscountInput,
|
|
942
|
+
SubscriptionCouponInput,
|
|
631
943
|
SubscriptionEntitlementFilter,
|
|
632
944
|
SubscriptionEntitlementFilterCustomerSubscriptionFilter,
|
|
633
945
|
SubscriptionEntitlementFilterFeatureFilter,
|
|
@@ -637,33 +949,54 @@ from .input_types import (
|
|
|
637
949
|
SubscriptionMigrationInput,
|
|
638
950
|
SubscriptionMigrationTaskFilter,
|
|
639
951
|
SubscriptionMigrationTaskSort,
|
|
952
|
+
SubscriptionMinimumSpendValueInput,
|
|
640
953
|
SubscriptionPriceFilter,
|
|
641
954
|
SubscriptionPriceFilterCustomerSubscriptionFilter,
|
|
642
955
|
SubscriptionPriceFilterPriceFilter,
|
|
643
956
|
SubscriptionPriceSort,
|
|
957
|
+
SubscriptionQueryFilter,
|
|
958
|
+
SubscriptionQueryFilterCustomerFilter,
|
|
959
|
+
SubscriptionQueryFilterCustomerResourceFilter,
|
|
960
|
+
SubscriptionQueryFilterPlanFilter,
|
|
961
|
+
SubscriptionQuerySort,
|
|
644
962
|
SubscriptionStatusFilterComparison,
|
|
645
963
|
SubscriptionUpdateScheduleCancellationInput,
|
|
964
|
+
SubscriptionUpdateUsageResetCutoffRuleInput,
|
|
646
965
|
SyncTaxRatesInput,
|
|
647
966
|
TaskStatusFilterComparison,
|
|
648
967
|
TaskTypeFilterComparison,
|
|
649
968
|
TaxExempt,
|
|
650
969
|
TestHookInput,
|
|
970
|
+
TestWorkflowInput,
|
|
651
971
|
TiersModeFilterComparison,
|
|
652
972
|
TransferSubscriptionInput,
|
|
973
|
+
TransferSubscriptionToResourceInput,
|
|
974
|
+
TrialOverrideConfigurationInput,
|
|
975
|
+
TriggerSubscriptionBillingMonthEndsSoonWebhookInput,
|
|
653
976
|
TriggerSubscriptionMigrationInput,
|
|
977
|
+
TriggerSubscriptionUsageSyncInput,
|
|
978
|
+
TriggerWorkflowInput,
|
|
654
979
|
TypographyConfigurationInput,
|
|
655
980
|
UnarchiveCustomerInput,
|
|
656
981
|
UnarchiveEnvironmentInput,
|
|
982
|
+
UnArchiveFeatureGroupInput,
|
|
983
|
+
UnArchiveFeatureInput,
|
|
984
|
+
UnArchivePlanInput,
|
|
985
|
+
UnitsInput,
|
|
986
|
+
UnitTransformationInput,
|
|
987
|
+
UnlinkFeatureGroupFromPackageInput,
|
|
988
|
+
UnlinkPromotionalEntitlementsGroupInput,
|
|
657
989
|
UpdateAccountInput,
|
|
658
990
|
UpdateCouponInput,
|
|
991
|
+
UpdateCreditGrantInput,
|
|
992
|
+
UpdateCustomCurrencyInput,
|
|
659
993
|
UpdateCustomerInput,
|
|
660
994
|
UpdateExperimentInput,
|
|
661
|
-
UpdateFeature,
|
|
662
995
|
UpdateFeatureInput,
|
|
663
996
|
UpdateHook,
|
|
664
997
|
UpdateIntegrationInput,
|
|
998
|
+
UpdateOfferInput,
|
|
665
999
|
UpdateOneEnvironmentInput,
|
|
666
|
-
UpdateOneFeatureInput,
|
|
667
1000
|
UpdateOneHookInput,
|
|
668
1001
|
UpdateOneIntegrationInput,
|
|
669
1002
|
UpdateOnePackageEntitlementInput,
|
|
@@ -671,6 +1004,7 @@ from .input_types import (
|
|
|
671
1004
|
UpdateOnePromotionalEntitlementInput,
|
|
672
1005
|
UpdatePackageEntitlementOrderInput,
|
|
673
1006
|
UpdatePackageEntitlementOrderItemInput,
|
|
1007
|
+
UpdateStripeCredentialsInput,
|
|
674
1008
|
UpdateSubscriptionEntitlementInput,
|
|
675
1009
|
UpdateSubscriptionInput,
|
|
676
1010
|
UpdateUserInput,
|
|
@@ -678,64 +1012,91 @@ from .input_types import (
|
|
|
678
1012
|
UsageEventsInput,
|
|
679
1013
|
UsageEventsReportInput,
|
|
680
1014
|
UsageHistoryInput,
|
|
1015
|
+
UsageHistoryV2Input,
|
|
681
1016
|
UsageMeasurementCreateInput,
|
|
682
1017
|
UsageMeasurementFilter,
|
|
683
1018
|
UsageMeasurementFilterCustomerFilter,
|
|
684
1019
|
UsageMeasurementFilterFeatureFilter,
|
|
685
1020
|
UsageMeasurementSort,
|
|
1021
|
+
UUIDFilterComparison,
|
|
1022
|
+
ValidateMergeEnvironmentInput,
|
|
686
1023
|
VendorIdentifierFilterComparison,
|
|
1024
|
+
VoidCreditGrantInput,
|
|
687
1025
|
WeeklyResetPeriodConfigInput,
|
|
688
1026
|
WidgetConfigurationUpdateInput,
|
|
1027
|
+
WorkflowsLoginInput,
|
|
1028
|
+
YearlyResetPeriodConfigInput,
|
|
689
1029
|
ZuoraCredentialsInput,
|
|
690
1030
|
)
|
|
691
1031
|
from .migrate_subscription_to_latest import (
|
|
692
1032
|
MigrateSubscriptionToLatest,
|
|
693
1033
|
MigrateSubscriptionToLatestMigrateSubscriptionToLatest,
|
|
694
1034
|
)
|
|
1035
|
+
from .preview_next_invoice import (
|
|
1036
|
+
PreviewNextInvoice,
|
|
1037
|
+
PreviewNextInvoicePreviewNextInvoice,
|
|
1038
|
+
)
|
|
695
1039
|
from .preview_subscription import (
|
|
696
1040
|
PreviewSubscription,
|
|
697
1041
|
PreviewSubscriptionPreviewSubscription,
|
|
698
1042
|
)
|
|
699
|
-
from .provision_customer import
|
|
700
|
-
ProvisionCustomer,
|
|
701
|
-
ProvisionCustomerProvisionCustomer,
|
|
702
|
-
ProvisionCustomerProvisionCustomerCustomer,
|
|
703
|
-
ProvisionCustomerProvisionCustomerSubscription,
|
|
704
|
-
)
|
|
1043
|
+
from .provision_customer import ProvisionCustomer, ProvisionCustomerProvisionCustomer
|
|
705
1044
|
from .provision_subscription import (
|
|
706
1045
|
ProvisionSubscription,
|
|
707
1046
|
ProvisionSubscriptionProvisionSubscription,
|
|
708
|
-
ProvisionSubscriptionProvisionSubscriptionSubscription,
|
|
709
1047
|
)
|
|
710
1048
|
from .report_entitlement_check_requested import ReportEntitlementCheckRequested
|
|
711
1049
|
from .report_event import ReportEvent
|
|
712
|
-
from .report_usage import ReportUsage,
|
|
1050
|
+
from .report_usage import ReportUsage, ReportUsageReportUsage
|
|
1051
|
+
from .report_usage_bulk import ReportUsageBulk, ReportUsageBulkReportUsageBulk
|
|
713
1052
|
from .revoke_promotional_entitlement import (
|
|
714
1053
|
RevokePromotionalEntitlement,
|
|
715
1054
|
RevokePromotionalEntitlementRevokePromotionalEntitlement,
|
|
716
1055
|
)
|
|
1056
|
+
from .revoke_promotional_entitlements_group import (
|
|
1057
|
+
RevokePromotionalEntitlementsGroup,
|
|
1058
|
+
RevokePromotionalEntitlementsGroupRevokePromotionalEntitlementsGroup,
|
|
1059
|
+
)
|
|
717
1060
|
from .transfer_subscription import (
|
|
718
1061
|
TransferSubscription,
|
|
719
1062
|
TransferSubscriptionTransferSubscription,
|
|
720
1063
|
)
|
|
1064
|
+
from .transfer_subscription_to_resource import (
|
|
1065
|
+
TransferSubscriptionToResource,
|
|
1066
|
+
TransferSubscriptionToResourceTransferSubscriptionToResource,
|
|
1067
|
+
)
|
|
721
1068
|
from .unarchive_customer import UnarchiveCustomer, UnarchiveCustomerUnarchiveCustomer
|
|
1069
|
+
from .unlink_promotional_entitlements_group import (
|
|
1070
|
+
UnlinkPromotionalEntitlementsGroup,
|
|
1071
|
+
UnlinkPromotionalEntitlementsGroupUnlinkPromotionalEntitlementsGroup,
|
|
1072
|
+
)
|
|
722
1073
|
from .update_customer import UpdateCustomer, UpdateCustomerUpdateCustomer
|
|
723
1074
|
from .update_subscription import (
|
|
724
1075
|
UpdateSubscription,
|
|
725
1076
|
UpdateSubscriptionUpdateSubscription,
|
|
726
1077
|
)
|
|
1078
|
+
from .void_credit_grant import VoidCreditGrant, VoidCreditGrantVoidCreditGrant
|
|
727
1079
|
|
|
728
1080
|
__all__ = [
|
|
729
1081
|
"AccessDeniedReason",
|
|
1082
|
+
"AccountAccessMethod",
|
|
1083
|
+
"AccountAccessRole",
|
|
730
1084
|
"AccountStatus",
|
|
731
1085
|
"AddCompatibleAddonsToPlanInput",
|
|
1086
|
+
"AddonArchiveInput",
|
|
1087
|
+
"AddonAssociatedEntitiesInput",
|
|
732
1088
|
"AddonCreateInput",
|
|
1089
|
+
"AddonDependencyFragment",
|
|
733
1090
|
"AddonFilter",
|
|
1091
|
+
"AddonFilterOfferFilter",
|
|
734
1092
|
"AddonFragment",
|
|
1093
|
+
"AddonFragmentDependencies",
|
|
735
1094
|
"AddonFragmentEntitlements",
|
|
1095
|
+
"AddonFragmentOveragePrices",
|
|
736
1096
|
"AddonFragmentPrices",
|
|
737
1097
|
"AddonSort",
|
|
738
1098
|
"AddonSortFields",
|
|
1099
|
+
"AddonUnArchiveInput",
|
|
739
1100
|
"AddonUpdateInput",
|
|
740
1101
|
"Address",
|
|
741
1102
|
"AggregatedEventsByCustomerInput",
|
|
@@ -747,33 +1108,45 @@ __all__ = [
|
|
|
747
1108
|
"ApiKeyType",
|
|
748
1109
|
"ApplySubscription",
|
|
749
1110
|
"ApplySubscriptionApplySubscription",
|
|
750
|
-
"
|
|
1111
|
+
"ApplySubscriptionFragment",
|
|
1112
|
+
"ApplySubscriptionFragmentEntitlements",
|
|
1113
|
+
"ApplySubscriptionFragmentSubscription",
|
|
751
1114
|
"ApplySubscriptionInput",
|
|
752
1115
|
"ArchiveCouponInput",
|
|
753
1116
|
"ArchiveCustomer",
|
|
754
1117
|
"ArchiveCustomerArchiveCustomer",
|
|
755
1118
|
"ArchiveCustomerInput",
|
|
756
1119
|
"ArchiveEnvironmentInput",
|
|
1120
|
+
"ArchiveFeatureGroupInput",
|
|
757
1121
|
"ArchiveFeatureInput",
|
|
1122
|
+
"ArchivePackageGroup",
|
|
758
1123
|
"ArchivePlanInput",
|
|
759
1124
|
"AsyncBaseClient",
|
|
760
1125
|
"AsyncClient",
|
|
761
1126
|
"AttachCustomerPaymentMethodInput",
|
|
1127
|
+
"Auth0ApplicationType",
|
|
1128
|
+
"Auth0CredentialsInput",
|
|
1129
|
+
"AutoCancellationRuleInput",
|
|
762
1130
|
"AwsMarketplaceCredentialsInput",
|
|
763
1131
|
"BaseModel",
|
|
1132
|
+
"BigQueryCredentialsInput",
|
|
764
1133
|
"BillableFeatureInput",
|
|
765
1134
|
"BillingAddress",
|
|
766
1135
|
"BillingAnchor",
|
|
1136
|
+
"BillingCadence",
|
|
1137
|
+
"BillingCadenceFilterComparison",
|
|
767
1138
|
"BillingModel",
|
|
768
1139
|
"BillingModelFilterComparison",
|
|
769
1140
|
"BillingPeriod",
|
|
770
1141
|
"BillingPeriodFilterComparison",
|
|
771
1142
|
"BillingVendorIdentifier",
|
|
772
1143
|
"BooleanFieldComparison",
|
|
1144
|
+
"BudgetConfigurationInput",
|
|
773
1145
|
"CancelSubscription",
|
|
774
1146
|
"CancelSubscriptionCancelSubscription",
|
|
775
1147
|
"CancelSubscriptionUpdates",
|
|
776
1148
|
"ChangeType",
|
|
1149
|
+
"ChargeSubscriptionUsageInput",
|
|
777
1150
|
"CheckoutConfigurationFragment",
|
|
778
1151
|
"CheckoutConfigurationFragmentContent",
|
|
779
1152
|
"CheckoutConfigurationFragmentPalette",
|
|
@@ -785,6 +1158,8 @@ __all__ = [
|
|
|
785
1158
|
"CheckoutStateFragment",
|
|
786
1159
|
"CheckoutStateFragmentActiveSubscription",
|
|
787
1160
|
"CheckoutStateFragmentBillingIntegration",
|
|
1161
|
+
"CheckoutStateFragmentBillingIntegrationBillingCredentialsStripeCheckoutCredentials",
|
|
1162
|
+
"CheckoutStateFragmentBillingIntegrationBillingCredentialsZuoraCheckoutCredentials",
|
|
788
1163
|
"CheckoutStateFragmentBillingIntegrationCredentials",
|
|
789
1164
|
"CheckoutStateFragmentConfiguration",
|
|
790
1165
|
"CheckoutStateFragmentCustomer",
|
|
@@ -796,10 +1171,12 @@ __all__ = [
|
|
|
796
1171
|
"CouponFilter",
|
|
797
1172
|
"CouponFilterCustomerFilter",
|
|
798
1173
|
"CouponFragment",
|
|
799
|
-
"
|
|
1174
|
+
"CouponFragmentAmountsOff",
|
|
800
1175
|
"CouponFragmentSyncStates",
|
|
801
1176
|
"CouponSort",
|
|
802
1177
|
"CouponSortFields",
|
|
1178
|
+
"CouponSource",
|
|
1179
|
+
"CouponSourceFilterComparison",
|
|
803
1180
|
"CouponStatus",
|
|
804
1181
|
"CouponStatusFilterComparison",
|
|
805
1182
|
"CouponType",
|
|
@@ -808,21 +1185,51 @@ __all__ = [
|
|
|
808
1185
|
"CreateEnvironment",
|
|
809
1186
|
"CreateEnvironmentOptions",
|
|
810
1187
|
"CreateExperimentInput",
|
|
1188
|
+
"CreateFeatureGroupInput",
|
|
811
1189
|
"CreateHook",
|
|
812
1190
|
"CreateIntegrationInput",
|
|
813
1191
|
"CreateManyPackageEntitlementsInput",
|
|
814
1192
|
"CreateManyPromotionalEntitlementsInput",
|
|
815
1193
|
"CreateMeter",
|
|
1194
|
+
"CreateOfferDraftInput",
|
|
1195
|
+
"CreateOfferInput",
|
|
816
1196
|
"CreateOneEnvironmentInput",
|
|
817
|
-
"CreateOneFeatureInput",
|
|
818
1197
|
"CreateOneHookInput",
|
|
819
1198
|
"CreateOneIntegrationInput",
|
|
820
1199
|
"CreateOneProductInput",
|
|
821
1200
|
"CreateOrUpdateAwsMarketplaceProductInput",
|
|
1201
|
+
"CreatePackageGroup",
|
|
1202
|
+
"CreatePaymentSession",
|
|
1203
|
+
"CreatePaymentSessionCreatePaymentSession",
|
|
822
1204
|
"CreateSubscription",
|
|
823
1205
|
"CreateSubscriptionCreateSubscription",
|
|
1206
|
+
"CreateWorkflowTriggerInput",
|
|
1207
|
+
"CreditBalanceFragment",
|
|
1208
|
+
"CreditBalanceFragmentCurrency",
|
|
1209
|
+
"CreditBalanceFragmentCurrencyUnits",
|
|
1210
|
+
"CreditBalanceSummaryInput",
|
|
1211
|
+
"CreditBalanceUpdatedPayload",
|
|
1212
|
+
"CreditBalanceUpdatedPayloadCurrency",
|
|
1213
|
+
"CreditBalanceUpdatedPayloadCurrencyUnits",
|
|
1214
|
+
"CreditGrantFragment",
|
|
1215
|
+
"CreditGrantFragmentCost",
|
|
1216
|
+
"CreditGrantInput",
|
|
1217
|
+
"CreditGrantType",
|
|
1218
|
+
"CreditLedgerEventType",
|
|
1219
|
+
"CreditLedgerFragment",
|
|
1220
|
+
"CreditLedgerInput",
|
|
1221
|
+
"CreditRateInput",
|
|
1222
|
+
"CreditUsageFragment",
|
|
1223
|
+
"CreditUsageFragmentCurrency",
|
|
1224
|
+
"CreditUsageFragmentSeries",
|
|
1225
|
+
"CreditUsageFragmentSeriesPoints",
|
|
1226
|
+
"CreditUsageInput",
|
|
1227
|
+
"CreditUsageTimeRange",
|
|
1228
|
+
"CreditsBalanceSummaryFragment",
|
|
1229
|
+
"CreditsBalanceSummaryFragmentBalances",
|
|
824
1230
|
"Currency",
|
|
825
1231
|
"CursorPaging",
|
|
1232
|
+
"CustomCurrencyInput",
|
|
826
1233
|
"CustomerBillingInfo",
|
|
827
1234
|
"CustomerFilter",
|
|
828
1235
|
"CustomerFilterCustomerSubscriptionFilter",
|
|
@@ -844,6 +1251,7 @@ __all__ = [
|
|
|
844
1251
|
"CustomerPortalEntitlementFragmentFeature",
|
|
845
1252
|
"CustomerPortalEntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
846
1253
|
"CustomerPortalEntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
1254
|
+
"CustomerPortalEntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
847
1255
|
"CustomerPortalFragment",
|
|
848
1256
|
"CustomerPortalFragmentBillingInformation",
|
|
849
1257
|
"CustomerPortalFragmentConfiguration",
|
|
@@ -859,6 +1267,7 @@ __all__ = [
|
|
|
859
1267
|
"CustomerPortalSubscriptionFragmentBillingPeriodRange",
|
|
860
1268
|
"CustomerPortalSubscriptionFragmentPrices",
|
|
861
1269
|
"CustomerPortalSubscriptionFragmentPricing",
|
|
1270
|
+
"CustomerPortalSubscriptionFragmentPricingCreditRate",
|
|
862
1271
|
"CustomerPortalSubscriptionFragmentPricingFeature",
|
|
863
1272
|
"CustomerPortalSubscriptionFragmentPricingPrice",
|
|
864
1273
|
"CustomerPortalSubscriptionFragmentScheduledUpdates",
|
|
@@ -867,12 +1276,23 @@ __all__ = [
|
|
|
867
1276
|
"CustomerPortalSubscriptionFragmentTotalPriceSubTotal",
|
|
868
1277
|
"CustomerPortalSubscriptionFragmentTotalPriceTotal",
|
|
869
1278
|
"CustomerPortalSubscriptionPriceFragment",
|
|
1279
|
+
"CustomerPortalSubscriptionPriceFragmentCreditRate",
|
|
870
1280
|
"CustomerPortalSubscriptionPriceFragmentFeature",
|
|
871
1281
|
"CustomerPortalSubscriptionPriceFragmentPrice",
|
|
872
1282
|
"CustomerPortalSubscriptionScheduledUpdateDataFragment",
|
|
873
1283
|
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesAddonChangeVariables",
|
|
1284
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
874
1285
|
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesBillingPeriodChangeVariables",
|
|
1286
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesCouponChangeVariables",
|
|
875
1287
|
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariables",
|
|
1288
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesAddons",
|
|
1289
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesBillableFeatures",
|
|
1290
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesDowngradeChangeVariablesPriceOverrides",
|
|
1291
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariables",
|
|
1292
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesAddons",
|
|
1293
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesBillableFeatures",
|
|
1294
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanChangeVariablesPriceOverrides",
|
|
1295
|
+
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
876
1296
|
"CustomerPortalSubscriptionScheduledUpdateDataFragmentScheduleVariablesUnitAmountChangeVariables",
|
|
877
1297
|
"CustomerPortalSubscriptionScheduledUpdateDataFragmentTargetPackage",
|
|
878
1298
|
"CustomerResourceFilter",
|
|
@@ -900,41 +1320,59 @@ __all__ = [
|
|
|
900
1320
|
"CustomerWithSubscriptionsFragmentSubscriptions",
|
|
901
1321
|
"DateFieldComparison",
|
|
902
1322
|
"DateFieldComparisonBetween",
|
|
1323
|
+
"DefaultSSORolesInput",
|
|
903
1324
|
"DefaultTrialConfigInputDTO",
|
|
1325
|
+
"DelegateSubscriptionToCustomer",
|
|
1326
|
+
"DelegateSubscriptionToCustomerDelegateSubscriptionToCustomer",
|
|
1327
|
+
"DelegateSubscriptionToCustomerInput",
|
|
904
1328
|
"DeleteFeatureInput",
|
|
905
|
-
"DeleteOneAddonInput",
|
|
906
1329
|
"DeleteOneHookInput",
|
|
907
1330
|
"DeleteOneIntegrationInput",
|
|
908
1331
|
"DeleteOnePackageEntitlementInput",
|
|
909
1332
|
"DeleteOnePriceInput",
|
|
910
1333
|
"DeleteOneProductInput",
|
|
911
1334
|
"DeleteOnePromotionalEntitlementInput",
|
|
1335
|
+
"DeleteWorkflowTriggerInput",
|
|
912
1336
|
"Department",
|
|
1337
|
+
"DetachCustomerPaymentMethod",
|
|
1338
|
+
"DetachCustomerPaymentMethodDetachCustomerPaymentMethod",
|
|
1339
|
+
"DetachCustomerPaymentMethodInput",
|
|
913
1340
|
"DimensionsMappingInput",
|
|
914
1341
|
"DiscardPackageDraftInput",
|
|
915
1342
|
"DiscountDurationType",
|
|
916
1343
|
"DiscountType",
|
|
917
1344
|
"DoesFeatureExist",
|
|
1345
|
+
"DumpEnvironmentForForMergeComparisonInput",
|
|
1346
|
+
"DumpEnvironmentProductCatalogInput",
|
|
918
1347
|
"DuplicateProductInput",
|
|
1348
|
+
"EditPackageGroupDetailsInput",
|
|
1349
|
+
"EntitlementBehavior",
|
|
919
1350
|
"EntitlementCheckRequested",
|
|
920
1351
|
"EntitlementCheckResult",
|
|
921
1352
|
"EntitlementFragment",
|
|
1353
|
+
"EntitlementFragmentCreditRate",
|
|
922
1354
|
"EntitlementFragmentFeature",
|
|
923
1355
|
"EntitlementFragmentResetPeriodConfigurationMonthlyResetPeriodConfig",
|
|
924
1356
|
"EntitlementFragmentResetPeriodConfigurationWeeklyResetPeriodConfig",
|
|
1357
|
+
"EntitlementFragmentResetPeriodConfigurationYearlyResetPeriodConfig",
|
|
925
1358
|
"EntitlementOptions",
|
|
926
1359
|
"EntitlementResetPeriod",
|
|
927
1360
|
"EntitlementUsageUpdated",
|
|
928
1361
|
"EntitlementUsageUpdatedEntitlement",
|
|
929
1362
|
"EntitlementUsageUpdatedUsage",
|
|
1363
|
+
"EntitlementsStateAccessDeniedReason",
|
|
930
1364
|
"EntitlementsUpdatedPayload",
|
|
931
1365
|
"EntitlementsUpdatedPayloadEntitlements",
|
|
932
1366
|
"EntitySelectionMode",
|
|
1367
|
+
"EnumConfigurationEntityInput",
|
|
1368
|
+
"EnvironmentAccessRole",
|
|
933
1369
|
"EnvironmentFilter",
|
|
934
1370
|
"EnvironmentInput",
|
|
1371
|
+
"EnvironmentMergeConfigurationInput",
|
|
935
1372
|
"EnvironmentProvisionStatus",
|
|
936
1373
|
"EnvironmentSort",
|
|
937
1374
|
"EnvironmentSortFields",
|
|
1375
|
+
"EnvironmentType",
|
|
938
1376
|
"ErrorCode",
|
|
939
1377
|
"EstimateSubscription",
|
|
940
1378
|
"EstimateSubscriptionEstimateSubscription",
|
|
@@ -942,6 +1380,17 @@ __all__ = [
|
|
|
942
1380
|
"EstimateSubscriptionUpdate",
|
|
943
1381
|
"EstimateSubscriptionUpdateEstimateSubscriptionUpdate",
|
|
944
1382
|
"EstimateSubscriptionUpdateInput",
|
|
1383
|
+
"EventActor",
|
|
1384
|
+
"EventEntityType",
|
|
1385
|
+
"EventLogCreatedAtFilterComparison",
|
|
1386
|
+
"EventLogEntityIdFilterComparison",
|
|
1387
|
+
"EventLogEnvironmentIdFilterComparison",
|
|
1388
|
+
"EventLogEventLogTypeFilterComparison",
|
|
1389
|
+
"EventLogFilter",
|
|
1390
|
+
"EventLogIdFilterComparison",
|
|
1391
|
+
"EventLogParentEntityIdFilterComparison",
|
|
1392
|
+
"EventLogSort",
|
|
1393
|
+
"EventLogSortFields",
|
|
945
1394
|
"EventLogType",
|
|
946
1395
|
"EventsFieldsInput",
|
|
947
1396
|
"ExperimentFilter",
|
|
@@ -954,6 +1403,13 @@ __all__ = [
|
|
|
954
1403
|
"FeatureAssociatedLatestPackages",
|
|
955
1404
|
"FeatureFilter",
|
|
956
1405
|
"FeatureFragment",
|
|
1406
|
+
"FeatureFragmentUnitTransformation",
|
|
1407
|
+
"FeatureGroupAssociatedLatestPackagesInput",
|
|
1408
|
+
"FeatureGroupFilter",
|
|
1409
|
+
"FeatureGroupSort",
|
|
1410
|
+
"FeatureGroupSortFields",
|
|
1411
|
+
"FeatureGroupStatus",
|
|
1412
|
+
"FeatureGroupStatusFilterComparison",
|
|
957
1413
|
"FeatureInput",
|
|
958
1414
|
"FeatureSort",
|
|
959
1415
|
"FeatureSortFields",
|
|
@@ -969,12 +1425,28 @@ __all__ = [
|
|
|
969
1425
|
"GetActiveSubscriptions",
|
|
970
1426
|
"GetActiveSubscriptionsGetActiveSubscriptions",
|
|
971
1427
|
"GetActiveSubscriptionsInput",
|
|
1428
|
+
"GetActiveSubscriptionsList",
|
|
1429
|
+
"GetActiveSubscriptionsListGetActiveSubscriptions",
|
|
1430
|
+
"GetAuth0ApplicationsInput",
|
|
972
1431
|
"GetCheckoutState",
|
|
973
1432
|
"GetCheckoutStateCheckoutState",
|
|
974
1433
|
"GetCoupons",
|
|
975
1434
|
"GetCouponsCoupons",
|
|
976
1435
|
"GetCouponsCouponsEdges",
|
|
977
1436
|
"GetCouponsCouponsEdgesNode",
|
|
1437
|
+
"GetCreditBalance",
|
|
1438
|
+
"GetCreditBalanceCreditBalanceSummary",
|
|
1439
|
+
"GetCreditGrants",
|
|
1440
|
+
"GetCreditGrantsCreditGrants",
|
|
1441
|
+
"GetCreditGrantsCreditGrantsEdges",
|
|
1442
|
+
"GetCreditGrantsCreditGrantsEdgesNode",
|
|
1443
|
+
"GetCreditGrantsCreditGrantsPageInfo",
|
|
1444
|
+
"GetCreditGrantsInput",
|
|
1445
|
+
"GetCreditLedger",
|
|
1446
|
+
"GetCreditLedgerCreditsLedger",
|
|
1447
|
+
"GetCreditLedgerCreditsLedgerEvents",
|
|
1448
|
+
"GetCreditUsage",
|
|
1449
|
+
"GetCreditUsageCreditUsage",
|
|
978
1450
|
"GetCustomerById",
|
|
979
1451
|
"GetCustomerByIdGetCustomerByRefId",
|
|
980
1452
|
"GetCustomerByRefIdInput",
|
|
@@ -986,11 +1458,16 @@ __all__ = [
|
|
|
986
1458
|
"GetEntitlementEntitlement",
|
|
987
1459
|
"GetEntitlements",
|
|
988
1460
|
"GetEntitlementsEntitlements",
|
|
1461
|
+
"GetEntitlementsState",
|
|
1462
|
+
"GetEntitlementsStateEntitlementsState",
|
|
1463
|
+
"GetEntitlementsStateEntitlementsStateEntitlements",
|
|
989
1464
|
"GetMockPaywall",
|
|
990
1465
|
"GetMockPaywallMockPaywall",
|
|
991
1466
|
"GetMockPaywallMockPaywallConfiguration",
|
|
992
1467
|
"GetMockPaywallMockPaywallPlans",
|
|
1468
|
+
"GetOfferInput",
|
|
993
1469
|
"GetPackageByRefIdInput",
|
|
1470
|
+
"GetPackageGroup",
|
|
994
1471
|
"GetPaywall",
|
|
995
1472
|
"GetPaywallInput",
|
|
996
1473
|
"GetPaywallPaywall",
|
|
@@ -1000,18 +1477,34 @@ __all__ = [
|
|
|
1000
1477
|
"GetProductsProductsEdgesNode",
|
|
1001
1478
|
"GetSdkConfiguration",
|
|
1002
1479
|
"GetSdkConfigurationSdkConfiguration",
|
|
1480
|
+
"GetSubscription",
|
|
1481
|
+
"GetSubscriptionGetSubscription",
|
|
1482
|
+
"GetSubscriptionInput",
|
|
1483
|
+
"GetSubscriptions",
|
|
1484
|
+
"GetSubscriptionsSubscriptions",
|
|
1485
|
+
"GetSubscriptionsSubscriptionsEdges",
|
|
1486
|
+
"GetSubscriptionsSubscriptionsEdgesNode",
|
|
1487
|
+
"GetSubscriptionsSubscriptionsPageInfo",
|
|
1003
1488
|
"GetUsageHistory",
|
|
1004
1489
|
"GetUsageHistoryUsageHistory",
|
|
1490
|
+
"GetUsageHistoryV2",
|
|
1491
|
+
"GetUsageHistoryV2UsageHistoryV2",
|
|
1005
1492
|
"GetWidgetConfigurationInput",
|
|
1493
|
+
"GetWorkflowTriggersInput",
|
|
1494
|
+
"GrantCredits",
|
|
1495
|
+
"GrantCreditsCreateCreditGrant",
|
|
1006
1496
|
"GrantPromotionalEntitlementInput",
|
|
1007
1497
|
"GrantPromotionalEntitlements",
|
|
1008
1498
|
"GrantPromotionalEntitlementsGrantPromotionalEntitlements",
|
|
1499
|
+
"GrantPromotionalEntitlementsGroup",
|
|
1500
|
+
"GrantPromotionalEntitlementsGroupGrantPromotionalEntitlementsGroup",
|
|
1501
|
+
"GrantPromotionalEntitlementsGroupInput",
|
|
1009
1502
|
"GrantPromotionalEntitlementsInput",
|
|
1010
1503
|
"GraphQLClientError",
|
|
1011
1504
|
"GraphQLClientGraphQLError",
|
|
1012
1505
|
"GraphQLClientGraphQLMultiError",
|
|
1013
1506
|
"GraphQLClientHttpError",
|
|
1014
|
-
"
|
|
1507
|
+
"GraphQLClientInvalidResponseError",
|
|
1015
1508
|
"HookFilter",
|
|
1016
1509
|
"HookSort",
|
|
1017
1510
|
"HookSortFields",
|
|
@@ -1036,7 +1529,7 @@ __all__ = [
|
|
|
1036
1529
|
"ImmediateSubscriptionPreviewInvoiceFragmentTotalExcludingTax",
|
|
1037
1530
|
"ImportCustomer",
|
|
1038
1531
|
"ImportCustomerBulk",
|
|
1039
|
-
"
|
|
1532
|
+
"ImportCustomerBulkInput",
|
|
1040
1533
|
"ImportCustomerImportCustomer",
|
|
1041
1534
|
"ImportCustomerInput",
|
|
1042
1535
|
"ImportIntegrationCatalogInput",
|
|
@@ -1046,41 +1539,58 @@ __all__ = [
|
|
|
1046
1539
|
"ImportIntegrationTaskSortFields",
|
|
1047
1540
|
"ImportSubscriptionInput",
|
|
1048
1541
|
"ImportSubscriptionsBulk",
|
|
1049
|
-
"
|
|
1542
|
+
"ImportSubscriptionsBulkInput",
|
|
1050
1543
|
"InitAddStripeCustomerPaymentMethodInput",
|
|
1051
1544
|
"IntFieldComparison",
|
|
1052
1545
|
"IntFieldComparisonBetween",
|
|
1053
1546
|
"IntegrationFilter",
|
|
1054
1547
|
"IntegrationSort",
|
|
1055
1548
|
"IntegrationSortFields",
|
|
1549
|
+
"IntegrationVendorTypeFilterComparison",
|
|
1550
|
+
"InviteMembersInput",
|
|
1551
|
+
"InvoiceLineItemType",
|
|
1056
1552
|
"LayoutConfigurationFragment",
|
|
1553
|
+
"LinkFeatureGroupToPackageInput",
|
|
1057
1554
|
"ListAwsProductDimensionsInput",
|
|
1058
1555
|
"ListAwsProductsInput",
|
|
1556
|
+
"MarkInvoiceAsPaidInput",
|
|
1059
1557
|
"MemberFilter",
|
|
1558
|
+
"MemberFilterUserFilter",
|
|
1060
1559
|
"MemberSort",
|
|
1061
1560
|
"MemberSortFields",
|
|
1062
1561
|
"MemberStatus",
|
|
1562
|
+
"MergeEnvironmentInput",
|
|
1063
1563
|
"MeterAggregation",
|
|
1064
1564
|
"MeterConditionInput",
|
|
1065
1565
|
"MeterFilterDefinitionInput",
|
|
1066
1566
|
"MeterType",
|
|
1067
1567
|
"MeterTypeFilterComparison",
|
|
1568
|
+
"MigratePackageFeatureGroupsToLatestInput",
|
|
1068
1569
|
"MigrateSubscriptionToLatest",
|
|
1069
1570
|
"MigrateSubscriptionToLatestMigrateSubscriptionToLatest",
|
|
1571
|
+
"MinimumSpendInput",
|
|
1572
|
+
"MockPaywallAddonDependencyFragment",
|
|
1070
1573
|
"MockPaywallAddonFragment",
|
|
1574
|
+
"MockPaywallAddonFragmentDependencies",
|
|
1071
1575
|
"MockPaywallAddonFragmentEntitlements",
|
|
1072
1576
|
"MockPaywallAddonFragmentPrices",
|
|
1073
1577
|
"MockPaywallPackageEntitlementFragment",
|
|
1074
1578
|
"MockPaywallPackageEntitlementFragmentFeature",
|
|
1579
|
+
"MockPaywallPlanCompatiblePackageGroupsFragment",
|
|
1580
|
+
"MockPaywallPlanCompatiblePackageGroupsFragmentAddons",
|
|
1581
|
+
"MockPaywallPlanCompatiblePackageGroupsFragmentOptions",
|
|
1075
1582
|
"MockPaywallPlanFragment",
|
|
1076
1583
|
"MockPaywallPlanFragmentBasePlan",
|
|
1077
1584
|
"MockPaywallPlanFragmentCompatibleAddons",
|
|
1585
|
+
"MockPaywallPlanFragmentCompatiblePackageGroups",
|
|
1078
1586
|
"MockPaywallPlanFragmentDefaultTrialConfig",
|
|
1587
|
+
"MockPaywallPlanFragmentDefaultTrialConfigBudget",
|
|
1079
1588
|
"MockPaywallPlanFragmentEntitlements",
|
|
1080
1589
|
"MockPaywallPlanFragmentInheritedEntitlements",
|
|
1081
1590
|
"MockPaywallPlanFragmentPrices",
|
|
1082
1591
|
"MockPaywallPlanFragmentProduct",
|
|
1083
1592
|
"MockPaywallPriceFragment",
|
|
1593
|
+
"MockPaywallPriceFragmentCreditRate",
|
|
1084
1594
|
"MockPaywallPriceFragmentFeature",
|
|
1085
1595
|
"MockPaywallPriceFragmentPrice",
|
|
1086
1596
|
"MockPaywallPriceFragmentTiers",
|
|
@@ -1089,7 +1599,21 @@ __all__ = [
|
|
|
1089
1599
|
"MonthlyResetPeriodConfigInput",
|
|
1090
1600
|
"NumberFieldComparison",
|
|
1091
1601
|
"NumberFieldComparisonBetween",
|
|
1602
|
+
"OfferFilter",
|
|
1603
|
+
"OfferSort",
|
|
1604
|
+
"OfferSortFields",
|
|
1605
|
+
"OfferStatus",
|
|
1606
|
+
"OfferStatusFilterComparison",
|
|
1607
|
+
"OpenFGACredentialsInput",
|
|
1608
|
+
"OverageBillingPeriod",
|
|
1609
|
+
"OverageEntitlementCreateInput",
|
|
1610
|
+
"OveragePriceFragment",
|
|
1611
|
+
"OveragePriceFragmentFeature",
|
|
1612
|
+
"OveragePriceFragmentPrice",
|
|
1613
|
+
"OveragePriceFragmentTiers",
|
|
1614
|
+
"OveragePricingModelCreateInput",
|
|
1092
1615
|
"PackageDTOFilter",
|
|
1616
|
+
"PackageDTOFilterOfferFilter",
|
|
1093
1617
|
"PackageDTOSort",
|
|
1094
1618
|
"PackageDTOSortFields",
|
|
1095
1619
|
"PackageEntitlementFilter",
|
|
@@ -1101,14 +1625,24 @@ __all__ = [
|
|
|
1101
1625
|
"PackageEntitlementSort",
|
|
1102
1626
|
"PackageEntitlementSortFields",
|
|
1103
1627
|
"PackageEntitlementUpdateInput",
|
|
1628
|
+
"PackageGroupFilter",
|
|
1629
|
+
"PackageGroupFilterProductFilter",
|
|
1630
|
+
"PackageGroupSort",
|
|
1631
|
+
"PackageGroupSortFields",
|
|
1632
|
+
"PackageGroupStatus",
|
|
1633
|
+
"PackageGroupStatusFilterComparison",
|
|
1104
1634
|
"PackagePricingInput",
|
|
1105
1635
|
"PackagePublishInput",
|
|
1106
1636
|
"PackagePublishedPayload",
|
|
1107
1637
|
"PackageStatus",
|
|
1108
1638
|
"PackageStatusFilterComparison",
|
|
1639
|
+
"PageInfoFragment",
|
|
1109
1640
|
"PaymentCollection",
|
|
1110
1641
|
"PaymentCollectionFilterComparison",
|
|
1642
|
+
"PaymentCollectionMethod",
|
|
1111
1643
|
"PaymentMethodType",
|
|
1644
|
+
"PaymentSessionFragment",
|
|
1645
|
+
"PaymentSessionInput",
|
|
1112
1646
|
"PaywallCalculatedPricePointsFragment",
|
|
1113
1647
|
"PaywallCalculatedPricePointsFragmentFeature",
|
|
1114
1648
|
"PaywallColorsPaletteInput",
|
|
@@ -1127,34 +1661,49 @@ __all__ = [
|
|
|
1127
1661
|
"PaywallFragmentPlans",
|
|
1128
1662
|
"PaywallFragmentResource",
|
|
1129
1663
|
"PaywallLayoutConfigurationInput",
|
|
1664
|
+
"PlanChangeType",
|
|
1665
|
+
"PlanCompatiblePackageGroupsFragment",
|
|
1666
|
+
"PlanCompatiblePackageGroupsFragmentAddons",
|
|
1667
|
+
"PlanCompatiblePackageGroupsFragmentOptions",
|
|
1130
1668
|
"PlanCreateInput",
|
|
1131
1669
|
"PlanFilter",
|
|
1132
1670
|
"PlanFilterAddonFilter",
|
|
1671
|
+
"PlanFilterOfferFilter",
|
|
1133
1672
|
"PlanFilterProductFilter",
|
|
1134
1673
|
"PlanFragment",
|
|
1135
1674
|
"PlanFragmentBasePlan",
|
|
1136
1675
|
"PlanFragmentCompatibleAddons",
|
|
1676
|
+
"PlanFragmentCompatiblePackageGroups",
|
|
1137
1677
|
"PlanFragmentDefaultTrialConfig",
|
|
1678
|
+
"PlanFragmentDefaultTrialConfigBudget",
|
|
1138
1679
|
"PlanFragmentEntitlements",
|
|
1139
1680
|
"PlanFragmentInheritedEntitlements",
|
|
1681
|
+
"PlanFragmentOveragePrices",
|
|
1140
1682
|
"PlanFragmentPrices",
|
|
1141
1683
|
"PlanFragmentProduct",
|
|
1142
1684
|
"PlanSort",
|
|
1143
1685
|
"PlanSortFields",
|
|
1144
1686
|
"PlanUpdateInput",
|
|
1687
|
+
"PreparePaymentMethodFormInput",
|
|
1688
|
+
"PreviewNextInvoice",
|
|
1689
|
+
"PreviewNextInvoiceInput",
|
|
1690
|
+
"PreviewNextInvoicePreviewNextInvoice",
|
|
1145
1691
|
"PreviewSubscription",
|
|
1146
1692
|
"PreviewSubscriptionInput",
|
|
1147
1693
|
"PreviewSubscriptionPreviewSubscription",
|
|
1148
1694
|
"PriceFilter",
|
|
1149
1695
|
"PriceFilterPackageDTOFilter",
|
|
1150
1696
|
"PriceFragment",
|
|
1697
|
+
"PriceFragmentCreditRate",
|
|
1151
1698
|
"PriceFragmentFeature",
|
|
1152
1699
|
"PriceFragmentPrice",
|
|
1153
1700
|
"PriceFragmentTiers",
|
|
1701
|
+
"PriceOverrideInput",
|
|
1154
1702
|
"PricePeriodInput",
|
|
1155
1703
|
"PriceSort",
|
|
1156
1704
|
"PriceSortFields",
|
|
1157
1705
|
"PriceTierFragment",
|
|
1706
|
+
"PriceTierFragmentFlatPrice",
|
|
1158
1707
|
"PriceTierFragmentUnitPrice",
|
|
1159
1708
|
"PriceTierInput",
|
|
1160
1709
|
"PricingModelCreateInput",
|
|
@@ -1181,41 +1730,65 @@ __all__ = [
|
|
|
1181
1730
|
"PromotionalEntitlementUpdateInput",
|
|
1182
1731
|
"ProrationBehavior",
|
|
1183
1732
|
"ProvisionCustomer",
|
|
1733
|
+
"ProvisionCustomerFragment",
|
|
1734
|
+
"ProvisionCustomerFragmentCustomer",
|
|
1735
|
+
"ProvisionCustomerFragmentEntitlements",
|
|
1736
|
+
"ProvisionCustomerFragmentSubscription",
|
|
1184
1737
|
"ProvisionCustomerInput",
|
|
1185
1738
|
"ProvisionCustomerProvisionCustomer",
|
|
1186
|
-
"ProvisionCustomerProvisionCustomerCustomer",
|
|
1187
|
-
"ProvisionCustomerProvisionCustomerSubscription",
|
|
1188
1739
|
"ProvisionCustomerSubscriptionInput",
|
|
1189
1740
|
"ProvisionSandboxInput",
|
|
1190
1741
|
"ProvisionSubscription",
|
|
1191
1742
|
"ProvisionSubscription",
|
|
1743
|
+
"ProvisionSubscriptionFragment",
|
|
1744
|
+
"ProvisionSubscriptionFragmentEntitlements",
|
|
1745
|
+
"ProvisionSubscriptionFragmentSubscription",
|
|
1192
1746
|
"ProvisionSubscriptionInput",
|
|
1193
1747
|
"ProvisionSubscriptionProvisionSubscription",
|
|
1194
|
-
"ProvisionSubscriptionProvisionSubscriptionSubscription",
|
|
1195
1748
|
"ProvisionSubscriptionStatus",
|
|
1196
1749
|
"PublishMigrationType",
|
|
1750
|
+
"PublishOfferInput",
|
|
1197
1751
|
"RecalculateEntitlementsInput",
|
|
1752
|
+
"RecalculateEntitlementsSideEffectsOptionsInput",
|
|
1198
1753
|
"RemoveBasePlanFromPlanInput",
|
|
1199
1754
|
"RemoveCompatibleAddonsFromPlanInput",
|
|
1200
1755
|
"RemoveCouponFromCustomerInput",
|
|
1201
|
-
"RemoveCouponFromCustomerSubscriptionInput",
|
|
1202
1756
|
"RemoveExperimentFromCustomerInput",
|
|
1203
1757
|
"RemoveExperimentFromCustomerSubscriptionInput",
|
|
1758
|
+
"RemoveFeatureGroupFromPackageInput",
|
|
1759
|
+
"RemoveOfferDraftInput",
|
|
1204
1760
|
"ReportEntitlementCheckRequested",
|
|
1205
1761
|
"ReportEvent",
|
|
1206
1762
|
"ReportUsage",
|
|
1207
|
-
"
|
|
1763
|
+
"ReportUsageBaseInput",
|
|
1764
|
+
"ReportUsageBulk",
|
|
1765
|
+
"ReportUsageBulkInput",
|
|
1766
|
+
"ReportUsageBulkReportUsageBulk",
|
|
1767
|
+
"ReportUsageFragment",
|
|
1208
1768
|
"ReportUsageInput",
|
|
1769
|
+
"ReportUsageReportUsage",
|
|
1209
1770
|
"ResyncIntegrationInput",
|
|
1210
1771
|
"RevokePromotionalEntitlement",
|
|
1211
1772
|
"RevokePromotionalEntitlementInput",
|
|
1212
1773
|
"RevokePromotionalEntitlementRevokePromotionalEntitlement",
|
|
1774
|
+
"RevokePromotionalEntitlementsGroup",
|
|
1775
|
+
"RevokePromotionalEntitlementsGroupInput",
|
|
1776
|
+
"RevokePromotionalEntitlementsGroupRevokePromotionalEntitlementsGroup",
|
|
1777
|
+
"SalesforceCredentialsInput",
|
|
1778
|
+
"ScheduleStrategy",
|
|
1779
|
+
"SetAccessRolesInput",
|
|
1213
1780
|
"SetBasePlanOnPlanInput",
|
|
1214
1781
|
"SetCompatibleAddonsOnPlanInput",
|
|
1215
1782
|
"SetCouponOnCustomerInput",
|
|
1216
|
-
"
|
|
1783
|
+
"SetDefaultOfferInput",
|
|
1217
1784
|
"SetExperimentOnCustomerInput",
|
|
1218
1785
|
"SetExperimentOnCustomerSubscriptionInput",
|
|
1786
|
+
"SetPackageGroupAddons",
|
|
1787
|
+
"SetPlanCompatiblePackageGroup",
|
|
1788
|
+
"SetPlanCompatiblePackageGroupOptions",
|
|
1789
|
+
"SetPlanCompatiblePackageGroups",
|
|
1790
|
+
"SlimCustomCurrencyFragment",
|
|
1791
|
+
"SlimCustomCurrencyFragmentUnits",
|
|
1219
1792
|
"SlimCustomerFragment",
|
|
1220
1793
|
"SlimSubscriptionFragment",
|
|
1221
1794
|
"SlimSubscriptionFragmentAddons",
|
|
@@ -1228,18 +1801,27 @@ __all__ = [
|
|
|
1228
1801
|
"SlimSubscriptionFragmentPricesPrice",
|
|
1229
1802
|
"SlimSubscriptionFragmentResource",
|
|
1230
1803
|
"SlimSubscriptionFragmentTotalPrice",
|
|
1804
|
+
"SlimSubscriptionFragmentV2",
|
|
1805
|
+
"SlimSubscriptionFragmentV2Addons",
|
|
1806
|
+
"SlimSubscriptionFragmentV2AddonsAddon",
|
|
1807
|
+
"SlimSubscriptionFragmentV2Customer",
|
|
1808
|
+
"SlimSubscriptionFragmentV2PayingCustomer",
|
|
1809
|
+
"SlimSubscriptionFragmentV2Plan",
|
|
1810
|
+
"SlimSubscriptionFragmentV2Resource",
|
|
1811
|
+
"SlimSubscriptionFragmentV2TrialConfiguration",
|
|
1812
|
+
"SnowflakeCredentialsInput",
|
|
1231
1813
|
"SortDirection",
|
|
1232
1814
|
"SortNulls",
|
|
1233
1815
|
"SourceType",
|
|
1234
1816
|
"StartExperimentInput",
|
|
1235
1817
|
"StopExperimentInput",
|
|
1236
1818
|
"StringFieldComparison",
|
|
1819
|
+
"StripeCheckoutCredentialsFragment",
|
|
1237
1820
|
"StripeCredentialsInput",
|
|
1238
1821
|
"StripeCustomerSearchInput",
|
|
1239
1822
|
"StripeProductSearchInput",
|
|
1240
1823
|
"StripeSubscriptionSearchInput",
|
|
1241
1824
|
"SubscriptionAddonFilter",
|
|
1242
|
-
"SubscriptionAddonFilterAddonFilter",
|
|
1243
1825
|
"SubscriptionAddonFilterCustomerSubscriptionFilter",
|
|
1244
1826
|
"SubscriptionAddonFilterPriceFilter",
|
|
1245
1827
|
"SubscriptionAddonInput",
|
|
@@ -1251,6 +1833,10 @@ __all__ = [
|
|
|
1251
1833
|
"SubscriptionCancellationAction",
|
|
1252
1834
|
"SubscriptionCancellationInput",
|
|
1253
1835
|
"SubscriptionCancellationTime",
|
|
1836
|
+
"SubscriptionCouponConfigurationInput",
|
|
1837
|
+
"SubscriptionCouponDiscountInput",
|
|
1838
|
+
"SubscriptionCouponInput",
|
|
1839
|
+
"SubscriptionCouponStatus",
|
|
1254
1840
|
"SubscriptionDecisionStrategy",
|
|
1255
1841
|
"SubscriptionEndSetup",
|
|
1256
1842
|
"SubscriptionEntitlementFilter",
|
|
@@ -1265,26 +1851,61 @@ __all__ = [
|
|
|
1265
1851
|
"SubscriptionFragmentExperimentInfo",
|
|
1266
1852
|
"SubscriptionFragmentFutureUpdates",
|
|
1267
1853
|
"SubscriptionFragmentLatestInvoice",
|
|
1854
|
+
"SubscriptionFragmentPayingCustomer",
|
|
1268
1855
|
"SubscriptionFragmentPlan",
|
|
1269
1856
|
"SubscriptionFragmentPrices",
|
|
1270
1857
|
"SubscriptionFragmentPricesPrice",
|
|
1271
1858
|
"SubscriptionFragmentResource",
|
|
1272
1859
|
"SubscriptionFragmentScheduledUpdates",
|
|
1273
1860
|
"SubscriptionFragmentTotalPrice",
|
|
1861
|
+
"SubscriptionFragmentTrialConfiguration",
|
|
1274
1862
|
"SubscriptionFutureUpdateData",
|
|
1275
1863
|
"SubscriptionFutureUpdateDataScheduleVariablesAddonChangeVariables",
|
|
1864
|
+
"SubscriptionFutureUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
1276
1865
|
"SubscriptionFutureUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
1866
|
+
"SubscriptionFutureUpdateDataScheduleVariablesCouponChangeVariables",
|
|
1277
1867
|
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
1868
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesAddons",
|
|
1869
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures",
|
|
1870
|
+
"SubscriptionFutureUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides",
|
|
1871
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariables",
|
|
1872
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesAddons",
|
|
1873
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures",
|
|
1874
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides",
|
|
1875
|
+
"SubscriptionFutureUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
1278
1876
|
"SubscriptionFutureUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
1279
1877
|
"SubscriptionFutureUpdateDataTargetPackage",
|
|
1280
1878
|
"SubscriptionInput",
|
|
1879
|
+
"SubscriptionInvoiceBillingReason",
|
|
1281
1880
|
"SubscriptionInvoiceFragment",
|
|
1881
|
+
"SubscriptionInvoicePreviewFragment",
|
|
1882
|
+
"SubscriptionInvoicePreviewFragmentAmountDue",
|
|
1883
|
+
"SubscriptionInvoicePreviewFragmentCredits",
|
|
1884
|
+
"SubscriptionInvoicePreviewFragmentCreditsInitial",
|
|
1885
|
+
"SubscriptionInvoicePreviewFragmentCreditsRemaining",
|
|
1886
|
+
"SubscriptionInvoicePreviewFragmentCreditsUsed",
|
|
1887
|
+
"SubscriptionInvoicePreviewFragmentDiscount",
|
|
1888
|
+
"SubscriptionInvoicePreviewFragmentDiscountDetails",
|
|
1889
|
+
"SubscriptionInvoicePreviewFragmentLines",
|
|
1890
|
+
"SubscriptionInvoicePreviewFragmentLinesAmount",
|
|
1891
|
+
"SubscriptionInvoicePreviewFragmentLinesLines",
|
|
1892
|
+
"SubscriptionInvoicePreviewFragmentLinesPeriod",
|
|
1893
|
+
"SubscriptionInvoicePreviewFragmentLinesPrice",
|
|
1894
|
+
"SubscriptionInvoicePreviewFragmentLinesUnitPrice",
|
|
1895
|
+
"SubscriptionInvoicePreviewFragmentMinimumSpendAdjustment",
|
|
1896
|
+
"SubscriptionInvoicePreviewFragmentSubTotal",
|
|
1897
|
+
"SubscriptionInvoicePreviewFragmentSubTotalExcludingTax",
|
|
1898
|
+
"SubscriptionInvoicePreviewFragmentTax",
|
|
1899
|
+
"SubscriptionInvoicePreviewFragmentTaxDetails",
|
|
1900
|
+
"SubscriptionInvoicePreviewFragmentTotal",
|
|
1901
|
+
"SubscriptionInvoicePreviewFragmentTotalExcludingTax",
|
|
1282
1902
|
"SubscriptionInvoiceStatus",
|
|
1283
1903
|
"SubscriptionMigrationInput",
|
|
1284
1904
|
"SubscriptionMigrationTaskFilter",
|
|
1285
1905
|
"SubscriptionMigrationTaskSort",
|
|
1286
1906
|
"SubscriptionMigrationTaskSortFields",
|
|
1287
1907
|
"SubscriptionMigrationTime",
|
|
1908
|
+
"SubscriptionMinimumSpendValueInput",
|
|
1288
1909
|
"SubscriptionPreviewFragment",
|
|
1289
1910
|
"SubscriptionPreviewFragmentBillingPeriodRange",
|
|
1290
1911
|
"SubscriptionPreviewFragmentCredits",
|
|
@@ -1327,18 +1948,46 @@ __all__ = [
|
|
|
1327
1948
|
"SubscriptionPriceFilterPriceFilter",
|
|
1328
1949
|
"SubscriptionPriceSort",
|
|
1329
1950
|
"SubscriptionPriceSortFields",
|
|
1951
|
+
"SubscriptionProrationBehavior",
|
|
1952
|
+
"SubscriptionQueryFilter",
|
|
1953
|
+
"SubscriptionQueryFilterCustomerFilter",
|
|
1954
|
+
"SubscriptionQueryFilterCustomerResourceFilter",
|
|
1955
|
+
"SubscriptionQueryFilterPlanFilter",
|
|
1956
|
+
"SubscriptionQueryFragment",
|
|
1957
|
+
"SubscriptionQueryFragmentAddons",
|
|
1958
|
+
"SubscriptionQueryFragmentAddonsAddon",
|
|
1959
|
+
"SubscriptionQueryFragmentCustomer",
|
|
1960
|
+
"SubscriptionQueryFragmentPayingCustomer",
|
|
1961
|
+
"SubscriptionQueryFragmentPlan",
|
|
1962
|
+
"SubscriptionQueryFragmentResource",
|
|
1963
|
+
"SubscriptionQueryFragmentTrialConfiguration",
|
|
1964
|
+
"SubscriptionQuerySort",
|
|
1965
|
+
"SubscriptionQuerySortFields",
|
|
1330
1966
|
"SubscriptionScheduleStatus",
|
|
1331
1967
|
"SubscriptionScheduleType",
|
|
1332
1968
|
"SubscriptionScheduledUpdateData",
|
|
1333
1969
|
"SubscriptionScheduledUpdateDataScheduleVariablesAddonChangeVariables",
|
|
1970
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesAddonPriceOverrideChangeVariables",
|
|
1334
1971
|
"SubscriptionScheduledUpdateDataScheduleVariablesBillingPeriodChangeVariables",
|
|
1972
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesCouponChangeVariables",
|
|
1335
1973
|
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariables",
|
|
1974
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesAddons",
|
|
1975
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesBillableFeatures",
|
|
1976
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesDowngradeChangeVariablesPriceOverrides",
|
|
1977
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariables",
|
|
1978
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesAddons",
|
|
1979
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesBillableFeatures",
|
|
1980
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanChangeVariablesPriceOverrides",
|
|
1981
|
+
"SubscriptionScheduledUpdateDataScheduleVariablesPlanPriceOverrideChangeVariables",
|
|
1336
1982
|
"SubscriptionScheduledUpdateDataScheduleVariablesUnitAmountChangeVariables",
|
|
1337
1983
|
"SubscriptionScheduledUpdateDataTargetPackage",
|
|
1338
1984
|
"SubscriptionStartSetup",
|
|
1339
1985
|
"SubscriptionStatus",
|
|
1340
1986
|
"SubscriptionStatusFilterComparison",
|
|
1987
|
+
"SubscriptionTrialConfigurationFragment",
|
|
1341
1988
|
"SubscriptionUpdateScheduleCancellationInput",
|
|
1989
|
+
"SubscriptionUpdateUsageCutoffBehavior",
|
|
1990
|
+
"SubscriptionUpdateUsageResetCutoffRuleInput",
|
|
1342
1991
|
"SyncStatus",
|
|
1343
1992
|
"SyncTaxRatesInput",
|
|
1344
1993
|
"TaskStatus",
|
|
@@ -1347,6 +1996,7 @@ __all__ = [
|
|
|
1347
1996
|
"TaskTypeFilterComparison",
|
|
1348
1997
|
"TaxExempt",
|
|
1349
1998
|
"TestHookInput",
|
|
1999
|
+
"TestWorkflowInput",
|
|
1350
2000
|
"TiersMode",
|
|
1351
2001
|
"TiersModeFilterComparison",
|
|
1352
2002
|
"TotalPriceFragment",
|
|
@@ -1354,31 +2004,51 @@ __all__ = [
|
|
|
1354
2004
|
"TotalPriceFragmentTotal",
|
|
1355
2005
|
"TransferSubscription",
|
|
1356
2006
|
"TransferSubscriptionInput",
|
|
2007
|
+
"TransferSubscriptionToResource",
|
|
2008
|
+
"TransferSubscriptionToResourceInput",
|
|
2009
|
+
"TransferSubscriptionToResourceTransferSubscriptionToResource",
|
|
1357
2010
|
"TransferSubscriptionTransferSubscription",
|
|
2011
|
+
"TrialEndBehavior",
|
|
2012
|
+
"TrialOverrideConfigurationInput",
|
|
1358
2013
|
"TrialPeriodUnits",
|
|
2014
|
+
"TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
|
|
1359
2015
|
"TriggerSubscriptionMigrationInput",
|
|
2016
|
+
"TriggerSubscriptionUsageSyncInput",
|
|
2017
|
+
"TriggerWorkflowInput",
|
|
1360
2018
|
"TypographyConfigurationFragment",
|
|
1361
2019
|
"TypographyConfigurationFragmentBody",
|
|
1362
2020
|
"TypographyConfigurationFragmentH1",
|
|
1363
2021
|
"TypographyConfigurationFragmentH2",
|
|
1364
2022
|
"TypographyConfigurationFragmentH3",
|
|
1365
2023
|
"TypographyConfigurationInput",
|
|
2024
|
+
"UUIDFilterComparison",
|
|
2025
|
+
"UnArchiveFeatureGroupInput",
|
|
2026
|
+
"UnArchiveFeatureInput",
|
|
2027
|
+
"UnArchivePlanInput",
|
|
1366
2028
|
"UnarchiveCustomer",
|
|
1367
2029
|
"UnarchiveCustomerInput",
|
|
1368
2030
|
"UnarchiveCustomerUnarchiveCustomer",
|
|
1369
2031
|
"UnarchiveEnvironmentInput",
|
|
2032
|
+
"UnitTransformationInput",
|
|
2033
|
+
"UnitTransformationRound",
|
|
2034
|
+
"UnitsInput",
|
|
2035
|
+
"UnlinkFeatureGroupFromPackageInput",
|
|
2036
|
+
"UnlinkPromotionalEntitlementsGroup",
|
|
2037
|
+
"UnlinkPromotionalEntitlementsGroupInput",
|
|
2038
|
+
"UnlinkPromotionalEntitlementsGroupUnlinkPromotionalEntitlementsGroup",
|
|
1370
2039
|
"UpdateAccountInput",
|
|
1371
2040
|
"UpdateCouponInput",
|
|
2041
|
+
"UpdateCreditGrantInput",
|
|
2042
|
+
"UpdateCustomCurrencyInput",
|
|
1372
2043
|
"UpdateCustomer",
|
|
1373
2044
|
"UpdateCustomerInput",
|
|
1374
2045
|
"UpdateCustomerUpdateCustomer",
|
|
1375
2046
|
"UpdateExperimentInput",
|
|
1376
|
-
"UpdateFeature",
|
|
1377
2047
|
"UpdateFeatureInput",
|
|
1378
2048
|
"UpdateHook",
|
|
1379
2049
|
"UpdateIntegrationInput",
|
|
2050
|
+
"UpdateOfferInput",
|
|
1380
2051
|
"UpdateOneEnvironmentInput",
|
|
1381
|
-
"UpdateOneFeatureInput",
|
|
1382
2052
|
"UpdateOneHookInput",
|
|
1383
2053
|
"UpdateOneIntegrationInput",
|
|
1384
2054
|
"UpdateOnePackageEntitlementInput",
|
|
@@ -1386,17 +2056,30 @@ __all__ = [
|
|
|
1386
2056
|
"UpdateOnePromotionalEntitlementInput",
|
|
1387
2057
|
"UpdatePackageEntitlementOrderInput",
|
|
1388
2058
|
"UpdatePackageEntitlementOrderItemInput",
|
|
2059
|
+
"UpdateStripeCredentialsInput",
|
|
1389
2060
|
"UpdateSubscription",
|
|
1390
2061
|
"UpdateSubscriptionEntitlementInput",
|
|
1391
2062
|
"UpdateSubscriptionInput",
|
|
1392
2063
|
"UpdateSubscriptionUpdateSubscription",
|
|
1393
2064
|
"UpdateUserInput",
|
|
2065
|
+
"Upload",
|
|
1394
2066
|
"UsageEventReportInput",
|
|
1395
2067
|
"UsageEventsInput",
|
|
1396
2068
|
"UsageEventsReportInput",
|
|
1397
2069
|
"UsageHistoryFragment",
|
|
2070
|
+
"UsageHistoryFragmentGroups",
|
|
2071
|
+
"UsageHistoryFragmentGroupsGroupInfo",
|
|
2072
|
+
"UsageHistoryFragmentGroupsUsageMeasurements",
|
|
2073
|
+
"UsageHistoryFragmentMarkers",
|
|
1398
2074
|
"UsageHistoryFragmentUsageMeasurements",
|
|
1399
2075
|
"UsageHistoryInput",
|
|
2076
|
+
"UsageHistoryV2Fragment",
|
|
2077
|
+
"UsageHistoryV2FragmentMarkers",
|
|
2078
|
+
"UsageHistoryV2FragmentSeries",
|
|
2079
|
+
"UsageHistoryV2FragmentSeriesPoints",
|
|
2080
|
+
"UsageHistoryV2FragmentSeriesTags",
|
|
2081
|
+
"UsageHistoryV2Input",
|
|
2082
|
+
"UsageMarkerType",
|
|
1400
2083
|
"UsageMeasurementCreateInput",
|
|
1401
2084
|
"UsageMeasurementFilter",
|
|
1402
2085
|
"UsageMeasurementFilterCustomerFilter",
|
|
@@ -1405,12 +2088,21 @@ __all__ = [
|
|
|
1405
2088
|
"UsageMeasurementSortFields",
|
|
1406
2089
|
"UsageUpdateBehavior",
|
|
1407
2090
|
"UsageUpdatedFragment",
|
|
2091
|
+
"ValidateMergeEnvironmentInput",
|
|
1408
2092
|
"VendorIdentifier",
|
|
1409
2093
|
"VendorIdentifierFilterComparison",
|
|
2094
|
+
"VendorType",
|
|
2095
|
+
"VoidCreditGrant",
|
|
2096
|
+
"VoidCreditGrantInput",
|
|
2097
|
+
"VoidCreditGrantVoidCreditGrant",
|
|
1410
2098
|
"WeeklyAccordingTo",
|
|
1411
2099
|
"WeeklyResetPeriodConfigInput",
|
|
1412
2100
|
"WidgetConfigurationUpdateInput",
|
|
1413
2101
|
"WidgetType",
|
|
2102
|
+
"WorkflowsLoginInput",
|
|
2103
|
+
"YearlyAccordingTo",
|
|
2104
|
+
"YearlyResetPeriodConfigInput",
|
|
2105
|
+
"ZuoraCheckoutCredentialsFragment",
|
|
1414
2106
|
"ZuoraCredentialsInput",
|
|
1415
2107
|
"experimentGroupType",
|
|
1416
2108
|
]
|