stigg-api-client 2.446.1__py3-none-any.whl → 2.448.1__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.
- stigg/generated/operations.py +3 -3
- stigg/generated/schema.py +1 -1
- {stigg_api_client-2.446.1.dist-info → stigg_api_client-2.448.1.dist-info}/METADATA +1 -1
- stigg_api_client-2.448.1.dist-info/RECORD +9 -0
- stigg_api_client-2.446.1.dist-info/RECORD +0 -9
- {stigg_api_client-2.446.1.dist-info → stigg_api_client-2.448.1.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.446.1.dist-info → stigg_api_client-2.448.1.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -1728,8 +1728,8 @@ def query_get_active_subscriptions_list():
|
|
|
1728
1728
|
return _op
|
|
1729
1729
|
|
|
1730
1730
|
|
|
1731
|
-
def
|
|
1732
|
-
_op = sgqlc.operation.Operation(_schema_root.query_type, name='
|
|
1731
|
+
def query_get_subscriptions():
|
|
1732
|
+
_op = sgqlc.operation.Operation(_schema_root.query_type, name='GetSubscriptions', variables=dict(filter=sgqlc.types.Arg(_schema.SubscriptionQueryFilter), paging=sgqlc.types.Arg(_schema.CursorPaging), sorting=sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(_schema.SubscriptionQuerySort)))))
|
|
1733
1733
|
_op_subscriptions = _op.subscriptions(filter=sgqlc.types.Variable('filter'), paging=sgqlc.types.Variable('paging'), sorting=sgqlc.types.Variable('sorting'))
|
|
1734
1734
|
_op_subscriptions_edges = _op_subscriptions.edges()
|
|
1735
1735
|
_op_subscriptions_edges_node = _op_subscriptions_edges.node()
|
|
@@ -1846,9 +1846,9 @@ class Query:
|
|
|
1846
1846
|
get_products = query_get_products()
|
|
1847
1847
|
get_sdk_configuration = query_get_sdk_configuration()
|
|
1848
1848
|
get_subscription = query_get_subscription()
|
|
1849
|
+
get_subscriptions = query_get_subscriptions()
|
|
1849
1850
|
get_usage_history = query_get_usage_history()
|
|
1850
1851
|
get_usage_history_v2 = query_get_usage_history_v2()
|
|
1851
|
-
subscriptions = query_subscriptions()
|
|
1852
1852
|
|
|
1853
1853
|
|
|
1854
1854
|
def subscription_on_entitlements_updated():
|
stigg/generated/schema.py
CHANGED
|
@@ -8815,7 +8815,7 @@ class Query(sgqlc.types.Type):
|
|
|
8815
8815
|
features = sgqlc.types.Field(sgqlc.types.non_null(FeatureConnection), graphql_name='features', args=sgqlc.types.ArgDict((
|
|
8816
8816
|
('filter', sgqlc.types.Arg(FeatureFilter, graphql_name='filter', default={})),
|
|
8817
8817
|
('paging', sgqlc.types.Arg(CursorPaging, graphql_name='paging', default={'first': 10})),
|
|
8818
|
-
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(FeatureSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}])),
|
|
8818
|
+
('sorting', sgqlc.types.Arg(sgqlc.types.list_of(sgqlc.types.non_null(FeatureSort)), graphql_name='sorting', default=[{'direction': 'DESC', 'field': 'createdAt'}, {'direction': 'ASC', 'field': 'refId'}])),
|
|
8819
8819
|
))
|
|
8820
8820
|
)
|
|
8821
8821
|
fetch_account = sgqlc.types.Field(Account, graphql_name='fetchAccount')
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=Hh3Poi25w5A5T0O3U7v3o6RWlcwyWNkRHOMp7pF6kPo,81783
|
|
5
|
+
stigg/generated/schema.py,sha256=4otGYedQcEo0wQcHagGIIwVhaCZ4CifiNICgSM6ktsY,662948
|
|
6
|
+
stigg_api_client-2.448.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.448.1.dist-info/METADATA,sha256=ZUsUuwgUCduv5U7DCCLujqRVhQj-mKAElVxus0KjGrk,3198
|
|
8
|
+
stigg_api_client-2.448.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.448.1.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=Vgaywmu1X8Ob-emRvO_kKE5jP0wWMuZbUVkpc_BC1uA,81768
|
|
5
|
-
stigg/generated/schema.py,sha256=7e4mcgLjPfvqiutgFyLlT7iZMsL9A1vzcsmKifkoc6k,662908
|
|
6
|
-
stigg_api_client-2.446.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-2.446.1.dist-info/METADATA,sha256=zYME16GmWgevEYv3EIk2IFlFbrRTF5qh90m3A4YYVu8,3198
|
|
8
|
-
stigg_api_client-2.446.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-2.446.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|