@stigg/api-client-js 6.10.0 → 6.10.1
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.
- package/package.json +1 -1
- package/src/generated/sdk.d.ts +16 -17
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -7535,10 +7535,10 @@ export type PackageCreditEntitlementFragment = {
|
|
|
7535
7535
|
} | null;
|
|
7536
7536
|
};
|
|
7537
7537
|
};
|
|
7538
|
-
type PackageEntitlementUnionFragment_PackageCreditEntitlement_ = ({
|
|
7538
|
+
export type PackageEntitlementUnionFragment_PackageCreditEntitlement_ = ({
|
|
7539
7539
|
__typename?: 'PackageCreditEntitlement';
|
|
7540
7540
|
} & PackageCreditEntitlementFragment);
|
|
7541
|
-
type PackageEntitlementUnionFragment_PackageFeatureEntitlement_ = ({
|
|
7541
|
+
export type PackageEntitlementUnionFragment_PackageFeatureEntitlement_ = ({
|
|
7542
7542
|
__typename?: 'PackageFeatureEntitlement';
|
|
7543
7543
|
} & PackageFeatureEntitlementFragment);
|
|
7544
7544
|
export type PackageEntitlementUnionFragment = PackageEntitlementUnionFragment_PackageCreditEntitlement_ | PackageEntitlementUnionFragment_PackageFeatureEntitlement_;
|
|
@@ -8474,15 +8474,15 @@ export type FeatureFragment = {
|
|
|
8474
8474
|
round: UnitTransformationRound;
|
|
8475
8475
|
} | null;
|
|
8476
8476
|
};
|
|
8477
|
-
type ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ = {
|
|
8477
|
+
export type ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ = {
|
|
8478
8478
|
__typename: 'MonthlyResetPeriodConfig';
|
|
8479
8479
|
monthlyAccordingTo?: MonthlyAccordingTo | null;
|
|
8480
8480
|
};
|
|
8481
|
-
type ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ = {
|
|
8481
|
+
export type ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ = {
|
|
8482
8482
|
__typename: 'WeeklyResetPeriodConfig';
|
|
8483
8483
|
weeklyAccordingTo?: WeeklyAccordingTo | null;
|
|
8484
8484
|
};
|
|
8485
|
-
type ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ = {
|
|
8485
|
+
export type ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ = {
|
|
8486
8486
|
__typename: 'YearlyResetPeriodConfig';
|
|
8487
8487
|
yearlyAccordingTo?: YearlyAccordingTo | null;
|
|
8488
8488
|
};
|
|
@@ -9246,24 +9246,24 @@ export type ReportUsageFragment = {
|
|
|
9246
9246
|
nextResetDate?: any | null;
|
|
9247
9247
|
timestamp: any;
|
|
9248
9248
|
};
|
|
9249
|
-
type ScheduleVariablesFragment_AddonChangeVariables_ = {
|
|
9249
|
+
export type ScheduleVariablesFragment_AddonChangeVariables_ = {
|
|
9250
9250
|
__typename: 'AddonChangeVariables';
|
|
9251
9251
|
addonRefId: string;
|
|
9252
9252
|
newQuantity: number;
|
|
9253
9253
|
};
|
|
9254
|
-
type ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ = {
|
|
9254
|
+
export type ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ = {
|
|
9255
9255
|
__typename: 'AddonPriceOverrideChangeVariables';
|
|
9256
9256
|
addonRefId: string;
|
|
9257
9257
|
featureId?: string | null;
|
|
9258
9258
|
};
|
|
9259
|
-
type ScheduleVariablesFragment_BillingPeriodChangeVariables_ = {
|
|
9259
|
+
export type ScheduleVariablesFragment_BillingPeriodChangeVariables_ = {
|
|
9260
9260
|
__typename: 'BillingPeriodChangeVariables';
|
|
9261
9261
|
billingPeriod?: BillingPeriod | null;
|
|
9262
9262
|
};
|
|
9263
|
-
type ScheduleVariablesFragment_CouponChangeVariables_ = {
|
|
9263
|
+
export type ScheduleVariablesFragment_CouponChangeVariables_ = {
|
|
9264
9264
|
__typename: 'CouponChangeVariables';
|
|
9265
9265
|
};
|
|
9266
|
-
type ScheduleVariablesFragment_DowngradeChangeVariables_ = {
|
|
9266
|
+
export type ScheduleVariablesFragment_DowngradeChangeVariables_ = {
|
|
9267
9267
|
__typename: 'DowngradeChangeVariables';
|
|
9268
9268
|
downgradePlanRefId: string;
|
|
9269
9269
|
billingPeriod?: BillingPeriod | null;
|
|
@@ -9284,7 +9284,7 @@ type ScheduleVariablesFragment_DowngradeChangeVariables_ = {
|
|
|
9284
9284
|
featureId?: string | null;
|
|
9285
9285
|
}> | null;
|
|
9286
9286
|
};
|
|
9287
|
-
type ScheduleVariablesFragment_PlanChangeVariables_ = {
|
|
9287
|
+
export type ScheduleVariablesFragment_PlanChangeVariables_ = {
|
|
9288
9288
|
__typename: 'PlanChangeVariables';
|
|
9289
9289
|
planRefId: string;
|
|
9290
9290
|
changeType: PlanChangeType;
|
|
@@ -9306,15 +9306,15 @@ type ScheduleVariablesFragment_PlanChangeVariables_ = {
|
|
|
9306
9306
|
featureId?: string | null;
|
|
9307
9307
|
}> | null;
|
|
9308
9308
|
};
|
|
9309
|
-
type ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ = {
|
|
9309
|
+
export type ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ = {
|
|
9310
9310
|
__typename: 'PlanPriceOverrideChangeVariables';
|
|
9311
9311
|
planRefId: string;
|
|
9312
9312
|
featureId?: string | null;
|
|
9313
9313
|
};
|
|
9314
|
-
type ScheduleVariablesFragment_RecurringCreditsChangeVariables_ = {
|
|
9314
|
+
export type ScheduleVariablesFragment_RecurringCreditsChangeVariables_ = {
|
|
9315
9315
|
__typename: 'RecurringCreditsChangeVariables';
|
|
9316
9316
|
};
|
|
9317
|
-
type ScheduleVariablesFragment_UnitAmountChangeVariables_ = {
|
|
9317
|
+
export type ScheduleVariablesFragment_UnitAmountChangeVariables_ = {
|
|
9318
9318
|
__typename: 'UnitAmountChangeVariables';
|
|
9319
9319
|
newUnitAmount?: number | null;
|
|
9320
9320
|
featureId?: string | null;
|
|
@@ -9509,10 +9509,10 @@ export type CreditEntitlementFragment = {
|
|
|
9509
9509
|
additionalMetaData?: any | null;
|
|
9510
9510
|
};
|
|
9511
9511
|
};
|
|
9512
|
-
type EntitlementUnionFragment_CreditEntitlement_ = ({
|
|
9512
|
+
export type EntitlementUnionFragment_CreditEntitlement_ = ({
|
|
9513
9513
|
__typename?: 'CreditEntitlement';
|
|
9514
9514
|
} & CreditEntitlementFragment);
|
|
9515
|
-
type EntitlementUnionFragment_FeatureEntitlement_ = ({
|
|
9515
|
+
export type EntitlementUnionFragment_FeatureEntitlement_ = ({
|
|
9516
9516
|
__typename?: 'FeatureEntitlement';
|
|
9517
9517
|
} & FeatureEntitlementFragment);
|
|
9518
9518
|
export type EntitlementUnionFragment = EntitlementUnionFragment_CreditEntitlement_ | EntitlementUnionFragment_FeatureEntitlement_;
|
|
@@ -10428,4 +10428,3 @@ export declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionW
|
|
|
10428
10428
|
OnCreditBalanceUpdated(variables?: OnCreditBalanceUpdatedSubscriptionVariables, requestHeaders?: Dom.RequestInit["headers"]): Promise<OnCreditBalanceUpdatedSubscription>;
|
|
10429
10429
|
};
|
|
10430
10430
|
export type Sdk = ReturnType<typeof getSdk>;
|
|
10431
|
-
export {};
|