stigg-api-client 3.59.2__py3-none-any.whl → 3.62.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 might be problematic. Click here for more details.

@@ -1460,6 +1460,9 @@ def fragment_credits_balance_summary_fragment():
1460
1460
  _frag_balances_currency.currency_id()
1461
1461
  _frag_balances_currency.display_name()
1462
1462
  _frag_balances_currency.symbol()
1463
+ _frag_balances_currency_units = _frag_balances_currency.units()
1464
+ _frag_balances_currency_units.singular()
1465
+ _frag_balances_currency_units.plural()
1463
1466
  _frag_balances.current_balance()
1464
1467
  _frag_balances.total_consumed()
1465
1468
  _frag_balances.total_granted()
@@ -1738,6 +1741,27 @@ def mutation_grant_credits():
1738
1741
  return _op
1739
1742
 
1740
1743
 
1744
+ def mutation_grant_promotional_entitlements_group():
1745
+ _op = sgqlc.operation.Operation(_schema_root.mutation_type, name='GrantPromotionalEntitlementsGroup', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.GrantPromotionalEntitlementsGroupInput))))
1746
+ _op_grant_promotional_entitlements_group = _op.grant_promotional_entitlements_group(input=sgqlc.types.Variable('input'))
1747
+ _op_grant_promotional_entitlements_group.__fragment__(fragment_promotional_entitlement_fragment())
1748
+ return _op
1749
+
1750
+
1751
+ def mutation_revoke_promotional_entitlements_group():
1752
+ _op = sgqlc.operation.Operation(_schema_root.mutation_type, name='RevokePromotionalEntitlementsGroup', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.RevokePromotionalEntitlementsGroupInput))))
1753
+ _op_revoke_promotional_entitlements_group = _op.revoke_promotional_entitlements_group(input=sgqlc.types.Variable('input'))
1754
+ _op_revoke_promotional_entitlements_group.__fragment__(fragment_promotional_entitlement_fragment())
1755
+ return _op
1756
+
1757
+
1758
+ def mutation_unlink_promotional_entitlements_group():
1759
+ _op = sgqlc.operation.Operation(_schema_root.mutation_type, name='UnlinkPromotionalEntitlementsGroup', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.UnlinkPromotionalEntitlementsGroupInput))))
1760
+ _op_unlink_promotional_entitlements_group = _op.unlink_promotional_entitlements_group(input=sgqlc.types.Variable('input'))
1761
+ _op_unlink_promotional_entitlements_group.__fragment__(fragment_promotional_entitlement_fragment())
1762
+ return _op
1763
+
1764
+
1741
1765
  class Mutation:
1742
1766
  apply_subscription = mutation_apply_subscription()
1743
1767
  archive_customer = mutation_archive_customer()
@@ -1750,6 +1774,7 @@ class Mutation:
1750
1774
  estimate_subscription_update = mutation_estimate_subscription_update()
1751
1775
  grant_credits = mutation_grant_credits()
1752
1776
  grant_promotional_entitlements = mutation_grant_promotional_entitlements()
1777
+ grant_promotional_entitlements_group = mutation_grant_promotional_entitlements_group()
1753
1778
  import_customer = mutation_import_customer()
1754
1779
  import_customer_bulk = mutation_import_customer_bulk()
1755
1780
  import_subscriptions_bulk = mutation_import_subscriptions_bulk()
@@ -1763,9 +1788,11 @@ class Mutation:
1763
1788
  report_usage = mutation_report_usage()
1764
1789
  report_usage_bulk = mutation_report_usage_bulk()
1765
1790
  revoke_promotional_entitlement = mutation_revoke_promotional_entitlement()
1791
+ revoke_promotional_entitlements_group = mutation_revoke_promotional_entitlements_group()
1766
1792
  transfer_subscription = mutation_transfer_subscription()
1767
1793
  transfer_subscription_to_resource = mutation_transfer_subscription_to_resource()
1768
1794
  unarchive_customer = mutation_unarchive_customer()
1795
+ unlink_promotional_entitlements_group = mutation_unlink_promotional_entitlements_group()
1769
1796
  update_customer = mutation_update_customer()
1770
1797
  update_subscription = mutation_update_subscription()
1771
1798
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 3.59.2
3
+ Version: 3.62.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,9 +1,9 @@
1
1
  stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
2
  stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
3
  stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- stigg/generated/operations.py,sha256=Y5Kp9sgJhzV-SngubFYvoJkOdfXP1v6GiUy0TkrhLx8,85133
4
+ stigg/generated/operations.py,sha256=8s5JV4pYCDL2t2yNfR9QrhgitTNfpgKgqp4wAUXk1Bg,87117
5
5
  stigg/generated/schema.py,sha256=CCz-5Q-MIJ84bRmj2zOuGSME7l1d04zprwfP-lC0b9g,704327
6
- stigg_api_client-3.59.2.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-3.59.2.dist-info/METADATA,sha256=tU0QVsTgjtUF7cqfzjnu7rGs5lr29e9ZTyHGeg6Dev4,3197
8
- stigg_api_client-3.59.2.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-3.59.2.dist-info/RECORD,,
6
+ stigg_api_client-3.62.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-3.62.0.dist-info/METADATA,sha256=d9liipHkP9IbArn-0E8Qe-yTH24yKananIqfvJsM2cM,3197
8
+ stigg_api_client-3.62.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-3.62.0.dist-info/RECORD,,