stigg-api-client-v2 3.61.2__py3-none-any.whl → 3.64.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of stigg-api-client-v2 might be problematic. Click here for more details.
- stigg/generated/__init__.py +18 -0
- stigg/generated/async_client.py +135 -0
- stigg/generated/client.py +135 -0
- stigg/generated/fragments.py +321 -321
- stigg/generated/grant_promotional_entitlements_group.py +24 -0
- stigg/generated/input_types.py +1 -0
- stigg/generated/revoke_promotional_entitlements_group.py +24 -0
- stigg/generated/unlink_promotional_entitlements_group.py +24 -0
- {stigg_api_client_v2-3.61.2.dist-info → stigg_api_client_v2-3.64.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-3.61.2.dist-info → stigg_api_client_v2-3.64.0.dist-info}/RECORD +12 -9
- {stigg_api_client_v2-3.61.2.dist-info → stigg_api_client_v2-3.64.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-3.61.2.dist-info → stigg_api_client_v2-3.64.0.dist-info}/WHEEL +0 -0
stigg/generated/__init__.py
CHANGED
|
@@ -580,6 +580,10 @@ from .grant_promotional_entitlements import (
|
|
|
580
580
|
GrantPromotionalEntitlements,
|
|
581
581
|
GrantPromotionalEntitlementsGrantPromotionalEntitlements,
|
|
582
582
|
)
|
|
583
|
+
from .grant_promotional_entitlements_group import (
|
|
584
|
+
GrantPromotionalEntitlementsGroup,
|
|
585
|
+
GrantPromotionalEntitlementsGroupGrantPromotionalEntitlementsGroup,
|
|
586
|
+
)
|
|
583
587
|
from .import_customer import ImportCustomer, ImportCustomerImportCustomer
|
|
584
588
|
from .import_customer_bulk import ImportCustomerBulk
|
|
585
589
|
from .import_subscriptions_bulk import ImportSubscriptionsBulk
|
|
@@ -988,6 +992,10 @@ from .revoke_promotional_entitlement import (
|
|
|
988
992
|
RevokePromotionalEntitlement,
|
|
989
993
|
RevokePromotionalEntitlementRevokePromotionalEntitlement,
|
|
990
994
|
)
|
|
995
|
+
from .revoke_promotional_entitlements_group import (
|
|
996
|
+
RevokePromotionalEntitlementsGroup,
|
|
997
|
+
RevokePromotionalEntitlementsGroupRevokePromotionalEntitlementsGroup,
|
|
998
|
+
)
|
|
991
999
|
from .transfer_subscription import (
|
|
992
1000
|
TransferSubscription,
|
|
993
1001
|
TransferSubscriptionTransferSubscription,
|
|
@@ -997,6 +1005,10 @@ from .transfer_subscription_to_resource import (
|
|
|
997
1005
|
TransferSubscriptionToResourceTransferSubscriptionToResource,
|
|
998
1006
|
)
|
|
999
1007
|
from .unarchive_customer import UnarchiveCustomer, UnarchiveCustomerUnarchiveCustomer
|
|
1008
|
+
from .unlink_promotional_entitlements_group import (
|
|
1009
|
+
UnlinkPromotionalEntitlementsGroup,
|
|
1010
|
+
UnlinkPromotionalEntitlementsGroupUnlinkPromotionalEntitlementsGroup,
|
|
1011
|
+
)
|
|
1000
1012
|
from .update_customer import UpdateCustomer, UpdateCustomerUpdateCustomer
|
|
1001
1013
|
from .update_subscription import (
|
|
1002
1014
|
UpdateSubscription,
|
|
@@ -1390,6 +1402,8 @@ __all__ = [
|
|
|
1390
1402
|
"GrantPromotionalEntitlementInput",
|
|
1391
1403
|
"GrantPromotionalEntitlements",
|
|
1392
1404
|
"GrantPromotionalEntitlementsGrantPromotionalEntitlements",
|
|
1405
|
+
"GrantPromotionalEntitlementsGroup",
|
|
1406
|
+
"GrantPromotionalEntitlementsGroupGrantPromotionalEntitlementsGroup",
|
|
1393
1407
|
"GrantPromotionalEntitlementsGroupInput",
|
|
1394
1408
|
"GrantPromotionalEntitlementsInput",
|
|
1395
1409
|
"GraphQLClientError",
|
|
@@ -1652,7 +1666,9 @@ __all__ = [
|
|
|
1652
1666
|
"RevokePromotionalEntitlement",
|
|
1653
1667
|
"RevokePromotionalEntitlementInput",
|
|
1654
1668
|
"RevokePromotionalEntitlementRevokePromotionalEntitlement",
|
|
1669
|
+
"RevokePromotionalEntitlementsGroup",
|
|
1655
1670
|
"RevokePromotionalEntitlementsGroupInput",
|
|
1671
|
+
"RevokePromotionalEntitlementsGroupRevokePromotionalEntitlementsGroup",
|
|
1656
1672
|
"SalesforceCredentialsInput",
|
|
1657
1673
|
"ScheduleStrategy",
|
|
1658
1674
|
"SetAccessRolesInput",
|
|
@@ -1905,7 +1921,9 @@ __all__ = [
|
|
|
1905
1921
|
"UnitTransformationRound",
|
|
1906
1922
|
"UnitsInput",
|
|
1907
1923
|
"UnlinkFeatureGroupFromPackageInput",
|
|
1924
|
+
"UnlinkPromotionalEntitlementsGroup",
|
|
1908
1925
|
"UnlinkPromotionalEntitlementsGroupInput",
|
|
1926
|
+
"UnlinkPromotionalEntitlementsGroupUnlinkPromotionalEntitlementsGroup",
|
|
1909
1927
|
"UpdateAccountInput",
|
|
1910
1928
|
"UpdateCouponInput",
|
|
1911
1929
|
"UpdateCreditGrantInput",
|
stigg/generated/async_client.py
CHANGED
|
@@ -35,6 +35,7 @@ from .get_usage_history import GetUsageHistory
|
|
|
35
35
|
from .get_usage_history_v_2 import GetUsageHistoryV2
|
|
36
36
|
from .grant_credits import GrantCredits
|
|
37
37
|
from .grant_promotional_entitlements import GrantPromotionalEntitlements
|
|
38
|
+
from .grant_promotional_entitlements_group import GrantPromotionalEntitlementsGroup
|
|
38
39
|
from .import_customer import ImportCustomer
|
|
39
40
|
from .import_customer_bulk import ImportCustomerBulk
|
|
40
41
|
from .import_subscriptions_bulk import ImportSubscriptionsBulk
|
|
@@ -58,6 +59,7 @@ from .input_types import (
|
|
|
58
59
|
GetCustomerByRefIdInput,
|
|
59
60
|
GetPaywallInput,
|
|
60
61
|
GetSubscriptionInput,
|
|
62
|
+
GrantPromotionalEntitlementsGroupInput,
|
|
61
63
|
GrantPromotionalEntitlementsInput,
|
|
62
64
|
ImportCustomerBulkInput,
|
|
63
65
|
ImportCustomerInput,
|
|
@@ -69,6 +71,7 @@ from .input_types import (
|
|
|
69
71
|
ReportUsageBulkInput,
|
|
70
72
|
ReportUsageInput,
|
|
71
73
|
RevokePromotionalEntitlementInput,
|
|
74
|
+
RevokePromotionalEntitlementsGroupInput,
|
|
72
75
|
SubscriptionCancellationInput,
|
|
73
76
|
SubscriptionInput,
|
|
74
77
|
SubscriptionMigrationInput,
|
|
@@ -78,6 +81,7 @@ from .input_types import (
|
|
|
78
81
|
TransferSubscriptionInput,
|
|
79
82
|
TransferSubscriptionToResourceInput,
|
|
80
83
|
UnarchiveCustomerInput,
|
|
84
|
+
UnlinkPromotionalEntitlementsGroupInput,
|
|
81
85
|
UpdateCustomerInput,
|
|
82
86
|
UpdateSubscriptionInput,
|
|
83
87
|
UsageEventsReportInput,
|
|
@@ -94,9 +98,11 @@ from .report_event import ReportEvent
|
|
|
94
98
|
from .report_usage import ReportUsage
|
|
95
99
|
from .report_usage_bulk import ReportUsageBulk
|
|
96
100
|
from .revoke_promotional_entitlement import RevokePromotionalEntitlement
|
|
101
|
+
from .revoke_promotional_entitlements_group import RevokePromotionalEntitlementsGroup
|
|
97
102
|
from .transfer_subscription import TransferSubscription
|
|
98
103
|
from .transfer_subscription_to_resource import TransferSubscriptionToResource
|
|
99
104
|
from .unarchive_customer import UnarchiveCustomer
|
|
105
|
+
from .unlink_promotional_entitlements_group import UnlinkPromotionalEntitlementsGroup
|
|
100
106
|
from .update_customer import UpdateCustomer
|
|
101
107
|
from .update_subscription import UpdateSubscription
|
|
102
108
|
|
|
@@ -2946,6 +2952,135 @@ class AsyncClient(AsyncBaseClient):
|
|
|
2946
2952
|
data = self.get_data(response)
|
|
2947
2953
|
return GrantCredits.model_validate(data)
|
|
2948
2954
|
|
|
2955
|
+
async def grant_promotional_entitlements_group(
|
|
2956
|
+
self, input: GrantPromotionalEntitlementsGroupInput, **kwargs: Any
|
|
2957
|
+
) -> GrantPromotionalEntitlementsGroup:
|
|
2958
|
+
query = gql(
|
|
2959
|
+
"""
|
|
2960
|
+
mutation GrantPromotionalEntitlementsGroup($input: GrantPromotionalEntitlementsGroupInput!) {
|
|
2961
|
+
grantPromotionalEntitlementsGroup(input: $input) {
|
|
2962
|
+
...PromotionalEntitlementFragment
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2966
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
2967
|
+
status
|
|
2968
|
+
usageLimit
|
|
2969
|
+
featureId
|
|
2970
|
+
hasUnlimitedUsage
|
|
2971
|
+
hasSoftLimit
|
|
2972
|
+
resetPeriod
|
|
2973
|
+
endDate
|
|
2974
|
+
isVisible
|
|
2975
|
+
feature {
|
|
2976
|
+
featureType
|
|
2977
|
+
meterType
|
|
2978
|
+
featureUnits
|
|
2979
|
+
featureUnitsPlural
|
|
2980
|
+
displayName
|
|
2981
|
+
description
|
|
2982
|
+
refId
|
|
2983
|
+
additionalMetaData
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
"""
|
|
2987
|
+
)
|
|
2988
|
+
variables: Dict[str, object] = {"input": input}
|
|
2989
|
+
response = await self.execute(
|
|
2990
|
+
query=query,
|
|
2991
|
+
operation_name="GrantPromotionalEntitlementsGroup",
|
|
2992
|
+
variables=variables,
|
|
2993
|
+
**kwargs
|
|
2994
|
+
)
|
|
2995
|
+
data = self.get_data(response)
|
|
2996
|
+
return GrantPromotionalEntitlementsGroup.model_validate(data)
|
|
2997
|
+
|
|
2998
|
+
async def revoke_promotional_entitlements_group(
|
|
2999
|
+
self, input: RevokePromotionalEntitlementsGroupInput, **kwargs: Any
|
|
3000
|
+
) -> RevokePromotionalEntitlementsGroup:
|
|
3001
|
+
query = gql(
|
|
3002
|
+
"""
|
|
3003
|
+
mutation RevokePromotionalEntitlementsGroup($input: RevokePromotionalEntitlementsGroupInput!) {
|
|
3004
|
+
revokePromotionalEntitlementsGroup(input: $input) {
|
|
3005
|
+
...PromotionalEntitlementFragment
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
|
|
3009
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
3010
|
+
status
|
|
3011
|
+
usageLimit
|
|
3012
|
+
featureId
|
|
3013
|
+
hasUnlimitedUsage
|
|
3014
|
+
hasSoftLimit
|
|
3015
|
+
resetPeriod
|
|
3016
|
+
endDate
|
|
3017
|
+
isVisible
|
|
3018
|
+
feature {
|
|
3019
|
+
featureType
|
|
3020
|
+
meterType
|
|
3021
|
+
featureUnits
|
|
3022
|
+
featureUnitsPlural
|
|
3023
|
+
displayName
|
|
3024
|
+
description
|
|
3025
|
+
refId
|
|
3026
|
+
additionalMetaData
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
"""
|
|
3030
|
+
)
|
|
3031
|
+
variables: Dict[str, object] = {"input": input}
|
|
3032
|
+
response = await self.execute(
|
|
3033
|
+
query=query,
|
|
3034
|
+
operation_name="RevokePromotionalEntitlementsGroup",
|
|
3035
|
+
variables=variables,
|
|
3036
|
+
**kwargs
|
|
3037
|
+
)
|
|
3038
|
+
data = self.get_data(response)
|
|
3039
|
+
return RevokePromotionalEntitlementsGroup.model_validate(data)
|
|
3040
|
+
|
|
3041
|
+
async def unlink_promotional_entitlements_group(
|
|
3042
|
+
self, input: UnlinkPromotionalEntitlementsGroupInput, **kwargs: Any
|
|
3043
|
+
) -> UnlinkPromotionalEntitlementsGroup:
|
|
3044
|
+
query = gql(
|
|
3045
|
+
"""
|
|
3046
|
+
mutation UnlinkPromotionalEntitlementsGroup($input: UnlinkPromotionalEntitlementsGroupInput!) {
|
|
3047
|
+
unlinkPromotionalEntitlementsGroup(input: $input) {
|
|
3048
|
+
...PromotionalEntitlementFragment
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
3053
|
+
status
|
|
3054
|
+
usageLimit
|
|
3055
|
+
featureId
|
|
3056
|
+
hasUnlimitedUsage
|
|
3057
|
+
hasSoftLimit
|
|
3058
|
+
resetPeriod
|
|
3059
|
+
endDate
|
|
3060
|
+
isVisible
|
|
3061
|
+
feature {
|
|
3062
|
+
featureType
|
|
3063
|
+
meterType
|
|
3064
|
+
featureUnits
|
|
3065
|
+
featureUnitsPlural
|
|
3066
|
+
displayName
|
|
3067
|
+
description
|
|
3068
|
+
refId
|
|
3069
|
+
additionalMetaData
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
"""
|
|
3073
|
+
)
|
|
3074
|
+
variables: Dict[str, object] = {"input": input}
|
|
3075
|
+
response = await self.execute(
|
|
3076
|
+
query=query,
|
|
3077
|
+
operation_name="UnlinkPromotionalEntitlementsGroup",
|
|
3078
|
+
variables=variables,
|
|
3079
|
+
**kwargs
|
|
3080
|
+
)
|
|
3081
|
+
data = self.get_data(response)
|
|
3082
|
+
return UnlinkPromotionalEntitlementsGroup.model_validate(data)
|
|
3083
|
+
|
|
2949
3084
|
async def get_customer_by_id(
|
|
2950
3085
|
self, input: GetCustomerByRefIdInput, **kwargs: Any
|
|
2951
3086
|
) -> GetCustomerById:
|
stigg/generated/client.py
CHANGED
|
@@ -35,6 +35,7 @@ from .get_usage_history import GetUsageHistory
|
|
|
35
35
|
from .get_usage_history_v_2 import GetUsageHistoryV2
|
|
36
36
|
from .grant_credits import GrantCredits
|
|
37
37
|
from .grant_promotional_entitlements import GrantPromotionalEntitlements
|
|
38
|
+
from .grant_promotional_entitlements_group import GrantPromotionalEntitlementsGroup
|
|
38
39
|
from .import_customer import ImportCustomer
|
|
39
40
|
from .import_customer_bulk import ImportCustomerBulk
|
|
40
41
|
from .import_subscriptions_bulk import ImportSubscriptionsBulk
|
|
@@ -58,6 +59,7 @@ from .input_types import (
|
|
|
58
59
|
GetCustomerByRefIdInput,
|
|
59
60
|
GetPaywallInput,
|
|
60
61
|
GetSubscriptionInput,
|
|
62
|
+
GrantPromotionalEntitlementsGroupInput,
|
|
61
63
|
GrantPromotionalEntitlementsInput,
|
|
62
64
|
ImportCustomerBulkInput,
|
|
63
65
|
ImportCustomerInput,
|
|
@@ -69,6 +71,7 @@ from .input_types import (
|
|
|
69
71
|
ReportUsageBulkInput,
|
|
70
72
|
ReportUsageInput,
|
|
71
73
|
RevokePromotionalEntitlementInput,
|
|
74
|
+
RevokePromotionalEntitlementsGroupInput,
|
|
72
75
|
SubscriptionCancellationInput,
|
|
73
76
|
SubscriptionInput,
|
|
74
77
|
SubscriptionMigrationInput,
|
|
@@ -78,6 +81,7 @@ from .input_types import (
|
|
|
78
81
|
TransferSubscriptionInput,
|
|
79
82
|
TransferSubscriptionToResourceInput,
|
|
80
83
|
UnarchiveCustomerInput,
|
|
84
|
+
UnlinkPromotionalEntitlementsGroupInput,
|
|
81
85
|
UpdateCustomerInput,
|
|
82
86
|
UpdateSubscriptionInput,
|
|
83
87
|
UsageEventsReportInput,
|
|
@@ -94,9 +98,11 @@ from .report_event import ReportEvent
|
|
|
94
98
|
from .report_usage import ReportUsage
|
|
95
99
|
from .report_usage_bulk import ReportUsageBulk
|
|
96
100
|
from .revoke_promotional_entitlement import RevokePromotionalEntitlement
|
|
101
|
+
from .revoke_promotional_entitlements_group import RevokePromotionalEntitlementsGroup
|
|
97
102
|
from .transfer_subscription import TransferSubscription
|
|
98
103
|
from .transfer_subscription_to_resource import TransferSubscriptionToResource
|
|
99
104
|
from .unarchive_customer import UnarchiveCustomer
|
|
105
|
+
from .unlink_promotional_entitlements_group import UnlinkPromotionalEntitlementsGroup
|
|
100
106
|
from .update_customer import UpdateCustomer
|
|
101
107
|
from .update_subscription import UpdateSubscription
|
|
102
108
|
|
|
@@ -2942,6 +2948,135 @@ class Client(BaseClient):
|
|
|
2942
2948
|
data = self.get_data(response)
|
|
2943
2949
|
return GrantCredits.model_validate(data)
|
|
2944
2950
|
|
|
2951
|
+
def grant_promotional_entitlements_group(
|
|
2952
|
+
self, input: GrantPromotionalEntitlementsGroupInput, **kwargs: Any
|
|
2953
|
+
) -> GrantPromotionalEntitlementsGroup:
|
|
2954
|
+
query = gql(
|
|
2955
|
+
"""
|
|
2956
|
+
mutation GrantPromotionalEntitlementsGroup($input: GrantPromotionalEntitlementsGroupInput!) {
|
|
2957
|
+
grantPromotionalEntitlementsGroup(input: $input) {
|
|
2958
|
+
...PromotionalEntitlementFragment
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2962
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
2963
|
+
status
|
|
2964
|
+
usageLimit
|
|
2965
|
+
featureId
|
|
2966
|
+
hasUnlimitedUsage
|
|
2967
|
+
hasSoftLimit
|
|
2968
|
+
resetPeriod
|
|
2969
|
+
endDate
|
|
2970
|
+
isVisible
|
|
2971
|
+
feature {
|
|
2972
|
+
featureType
|
|
2973
|
+
meterType
|
|
2974
|
+
featureUnits
|
|
2975
|
+
featureUnitsPlural
|
|
2976
|
+
displayName
|
|
2977
|
+
description
|
|
2978
|
+
refId
|
|
2979
|
+
additionalMetaData
|
|
2980
|
+
}
|
|
2981
|
+
}
|
|
2982
|
+
"""
|
|
2983
|
+
)
|
|
2984
|
+
variables: Dict[str, object] = {"input": input}
|
|
2985
|
+
response = self.execute(
|
|
2986
|
+
query=query,
|
|
2987
|
+
operation_name="GrantPromotionalEntitlementsGroup",
|
|
2988
|
+
variables=variables,
|
|
2989
|
+
**kwargs
|
|
2990
|
+
)
|
|
2991
|
+
data = self.get_data(response)
|
|
2992
|
+
return GrantPromotionalEntitlementsGroup.model_validate(data)
|
|
2993
|
+
|
|
2994
|
+
def revoke_promotional_entitlements_group(
|
|
2995
|
+
self, input: RevokePromotionalEntitlementsGroupInput, **kwargs: Any
|
|
2996
|
+
) -> RevokePromotionalEntitlementsGroup:
|
|
2997
|
+
query = gql(
|
|
2998
|
+
"""
|
|
2999
|
+
mutation RevokePromotionalEntitlementsGroup($input: RevokePromotionalEntitlementsGroupInput!) {
|
|
3000
|
+
revokePromotionalEntitlementsGroup(input: $input) {
|
|
3001
|
+
...PromotionalEntitlementFragment
|
|
3002
|
+
}
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
3006
|
+
status
|
|
3007
|
+
usageLimit
|
|
3008
|
+
featureId
|
|
3009
|
+
hasUnlimitedUsage
|
|
3010
|
+
hasSoftLimit
|
|
3011
|
+
resetPeriod
|
|
3012
|
+
endDate
|
|
3013
|
+
isVisible
|
|
3014
|
+
feature {
|
|
3015
|
+
featureType
|
|
3016
|
+
meterType
|
|
3017
|
+
featureUnits
|
|
3018
|
+
featureUnitsPlural
|
|
3019
|
+
displayName
|
|
3020
|
+
description
|
|
3021
|
+
refId
|
|
3022
|
+
additionalMetaData
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
3025
|
+
"""
|
|
3026
|
+
)
|
|
3027
|
+
variables: Dict[str, object] = {"input": input}
|
|
3028
|
+
response = self.execute(
|
|
3029
|
+
query=query,
|
|
3030
|
+
operation_name="RevokePromotionalEntitlementsGroup",
|
|
3031
|
+
variables=variables,
|
|
3032
|
+
**kwargs
|
|
3033
|
+
)
|
|
3034
|
+
data = self.get_data(response)
|
|
3035
|
+
return RevokePromotionalEntitlementsGroup.model_validate(data)
|
|
3036
|
+
|
|
3037
|
+
def unlink_promotional_entitlements_group(
|
|
3038
|
+
self, input: UnlinkPromotionalEntitlementsGroupInput, **kwargs: Any
|
|
3039
|
+
) -> UnlinkPromotionalEntitlementsGroup:
|
|
3040
|
+
query = gql(
|
|
3041
|
+
"""
|
|
3042
|
+
mutation UnlinkPromotionalEntitlementsGroup($input: UnlinkPromotionalEntitlementsGroupInput!) {
|
|
3043
|
+
unlinkPromotionalEntitlementsGroup(input: $input) {
|
|
3044
|
+
...PromotionalEntitlementFragment
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
fragment PromotionalEntitlementFragment on PromotionalEntitlement {
|
|
3049
|
+
status
|
|
3050
|
+
usageLimit
|
|
3051
|
+
featureId
|
|
3052
|
+
hasUnlimitedUsage
|
|
3053
|
+
hasSoftLimit
|
|
3054
|
+
resetPeriod
|
|
3055
|
+
endDate
|
|
3056
|
+
isVisible
|
|
3057
|
+
feature {
|
|
3058
|
+
featureType
|
|
3059
|
+
meterType
|
|
3060
|
+
featureUnits
|
|
3061
|
+
featureUnitsPlural
|
|
3062
|
+
displayName
|
|
3063
|
+
description
|
|
3064
|
+
refId
|
|
3065
|
+
additionalMetaData
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
"""
|
|
3069
|
+
)
|
|
3070
|
+
variables: Dict[str, object] = {"input": input}
|
|
3071
|
+
response = self.execute(
|
|
3072
|
+
query=query,
|
|
3073
|
+
operation_name="UnlinkPromotionalEntitlementsGroup",
|
|
3074
|
+
variables=variables,
|
|
3075
|
+
**kwargs
|
|
3076
|
+
)
|
|
3077
|
+
data = self.get_data(response)
|
|
3078
|
+
return UnlinkPromotionalEntitlementsGroup.model_validate(data)
|
|
3079
|
+
|
|
2945
3080
|
def get_customer_by_id(
|
|
2946
3081
|
self, input: GetCustomerByRefIdInput, **kwargs: Any
|
|
2947
3082
|
) -> GetCustomerById:
|