stigg-api-client-v2 2.306.0__py3-none-any.whl → 2.307.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.

@@ -297,6 +297,7 @@ class AsyncClient(AsyncBaseClient):
297
297
  totalExcludingTax
298
298
  tax
299
299
  amountDue
300
+ attemptCount
300
301
  }
301
302
 
302
303
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -693,6 +694,7 @@ class AsyncClient(AsyncBaseClient):
693
694
  totalExcludingTax
694
695
  tax
695
696
  amountDue
697
+ attemptCount
696
698
  }
697
699
 
698
700
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -1142,6 +1144,7 @@ class AsyncClient(AsyncBaseClient):
1142
1144
  totalExcludingTax
1143
1145
  tax
1144
1146
  amountDue
1147
+ attemptCount
1145
1148
  }
1146
1149
 
1147
1150
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -1326,6 +1329,7 @@ class AsyncClient(AsyncBaseClient):
1326
1329
  totalExcludingTax
1327
1330
  tax
1328
1331
  amountDue
1332
+ attemptCount
1329
1333
  }
1330
1334
 
1331
1335
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -1472,6 +1476,7 @@ class AsyncClient(AsyncBaseClient):
1472
1476
  totalExcludingTax
1473
1477
  tax
1474
1478
  amountDue
1479
+ attemptCount
1475
1480
  }
1476
1481
 
1477
1482
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2281,6 +2286,7 @@ class AsyncClient(AsyncBaseClient):
2281
2286
  totalExcludingTax
2282
2287
  tax
2283
2288
  amountDue
2289
+ attemptCount
2284
2290
  }
2285
2291
 
2286
2292
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2503,6 +2509,7 @@ class AsyncClient(AsyncBaseClient):
2503
2509
  totalExcludingTax
2504
2510
  tax
2505
2511
  amountDue
2512
+ attemptCount
2506
2513
  }
2507
2514
 
2508
2515
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2649,6 +2656,7 @@ class AsyncClient(AsyncBaseClient):
2649
2656
  totalExcludingTax
2650
2657
  tax
2651
2658
  amountDue
2659
+ attemptCount
2652
2660
  }
2653
2661
 
2654
2662
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2795,6 +2803,7 @@ class AsyncClient(AsyncBaseClient):
2795
2803
  totalExcludingTax
2796
2804
  tax
2797
2805
  amountDue
2806
+ attemptCount
2798
2807
  }
2799
2808
 
2800
2809
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -3265,6 +3274,7 @@ class AsyncClient(AsyncBaseClient):
3265
3274
  totalExcludingTax
3266
3275
  tax
3267
3276
  amountDue
3277
+ attemptCount
3268
3278
  }
3269
3279
 
3270
3280
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -3697,6 +3707,7 @@ class AsyncClient(AsyncBaseClient):
3697
3707
  totalExcludingTax
3698
3708
  tax
3699
3709
  amountDue
3710
+ attemptCount
3700
3711
  }
3701
3712
 
3702
3713
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -4154,6 +4165,7 @@ class AsyncClient(AsyncBaseClient):
4154
4165
  totalExcludingTax
4155
4166
  tax
4156
4167
  amountDue
4168
+ attemptCount
4157
4169
  }
4158
4170
 
4159
4171
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -4749,6 +4761,7 @@ class AsyncClient(AsyncBaseClient):
4749
4761
  totalExcludingTax
4750
4762
  tax
4751
4763
  amountDue
4764
+ attemptCount
4752
4765
  }
4753
4766
 
4754
4767
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -5799,6 +5812,7 @@ class AsyncClient(AsyncBaseClient):
5799
5812
  totalExcludingTax
5800
5813
  tax
5801
5814
  amountDue
5815
+ attemptCount
5802
5816
  }
5803
5817
 
5804
5818
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
stigg/generated/client.py CHANGED
@@ -297,6 +297,7 @@ class Client(BaseClient):
297
297
  totalExcludingTax
298
298
  tax
299
299
  amountDue
300
+ attemptCount
300
301
  }
301
302
 
302
303
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -693,6 +694,7 @@ class Client(BaseClient):
693
694
  totalExcludingTax
694
695
  tax
695
696
  amountDue
697
+ attemptCount
696
698
  }
697
699
 
698
700
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -1142,6 +1144,7 @@ class Client(BaseClient):
1142
1144
  totalExcludingTax
1143
1145
  tax
1144
1146
  amountDue
1147
+ attemptCount
1145
1148
  }
1146
1149
 
1147
1150
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -1326,6 +1329,7 @@ class Client(BaseClient):
1326
1329
  totalExcludingTax
1327
1330
  tax
1328
1331
  amountDue
1332
+ attemptCount
1329
1333
  }
1330
1334
 
1331
1335
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -1472,6 +1476,7 @@ class Client(BaseClient):
1472
1476
  totalExcludingTax
1473
1477
  tax
1474
1478
  amountDue
1479
+ attemptCount
1475
1480
  }
1476
1481
 
1477
1482
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2279,6 +2284,7 @@ class Client(BaseClient):
2279
2284
  totalExcludingTax
2280
2285
  tax
2281
2286
  amountDue
2287
+ attemptCount
2282
2288
  }
2283
2289
 
2284
2290
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2501,6 +2507,7 @@ class Client(BaseClient):
2501
2507
  totalExcludingTax
2502
2508
  tax
2503
2509
  amountDue
2510
+ attemptCount
2504
2511
  }
2505
2512
 
2506
2513
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2647,6 +2654,7 @@ class Client(BaseClient):
2647
2654
  totalExcludingTax
2648
2655
  tax
2649
2656
  amountDue
2657
+ attemptCount
2650
2658
  }
2651
2659
 
2652
2660
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -2793,6 +2801,7 @@ class Client(BaseClient):
2793
2801
  totalExcludingTax
2794
2802
  tax
2795
2803
  amountDue
2804
+ attemptCount
2796
2805
  }
2797
2806
 
2798
2807
  fragment TotalPriceFragment on CustomerSubscriptionTotalPrice {
@@ -3263,6 +3272,7 @@ class Client(BaseClient):
3263
3272
  totalExcludingTax
3264
3273
  tax
3265
3274
  amountDue
3275
+ attemptCount
3266
3276
  }
3267
3277
 
3268
3278
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -3695,6 +3705,7 @@ class Client(BaseClient):
3695
3705
  totalExcludingTax
3696
3706
  tax
3697
3707
  amountDue
3708
+ attemptCount
3698
3709
  }
3699
3710
 
3700
3711
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -4152,6 +4163,7 @@ class Client(BaseClient):
4152
4163
  totalExcludingTax
4153
4164
  tax
4154
4165
  amountDue
4166
+ attemptCount
4155
4167
  }
4156
4168
 
4157
4169
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -4747,6 +4759,7 @@ class Client(BaseClient):
4747
4759
  totalExcludingTax
4748
4760
  tax
4749
4761
  amountDue
4762
+ attemptCount
4750
4763
  }
4751
4764
 
4752
4765
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {
@@ -5797,6 +5810,7 @@ class Client(BaseClient):
5797
5810
  totalExcludingTax
5798
5811
  tax
5799
5812
  amountDue
5813
+ attemptCount
5800
5814
  }
5801
5815
 
5802
5816
  fragment SubscriptionScheduledUpdateData on SubscriptionScheduledUpdate {