stigg-api-client 0.476.0 → 0.477.0
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +18 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e84f6d27b4ad4f8674f033e6d874524f71480795a4a1f357bd2267c00132c6f
|
|
4
|
+
data.tar.gz: b99f5cb4c8099a05ff1bef718821d534b5dbb03f598059327128472b3a0c7526
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8b84be4f6307ed38c17394089a42daeeb4c38312be2b163c4f8daf6e5a64a91ed7391401be7d63cf392673adbcfa25422cd4302cb332e5462db570c18cd5795
|
|
7
|
+
data.tar.gz: 192082160afc6ffcdf152eb15842c1027a2e93dd4b18900ec9059f464dc43b8a98bae2207bf5c7307477522f0e09fe99261955546a4505aaa828a2561580c0b5
|
data/Gemfile.lock
CHANGED
|
@@ -18982,6 +18982,12 @@
|
|
|
18982
18982
|
"isDeprecated": false,
|
|
18983
18983
|
"deprecationReason": null
|
|
18984
18984
|
},
|
|
18985
|
+
{
|
|
18986
|
+
"name": "ImportSubscriptionsBulkError",
|
|
18987
|
+
"description": null,
|
|
18988
|
+
"isDeprecated": false,
|
|
18989
|
+
"deprecationReason": null
|
|
18990
|
+
},
|
|
18985
18991
|
{
|
|
18986
18992
|
"name": "InitStripePaymentMethodError",
|
|
18987
18993
|
"description": null,
|
|
@@ -20077,6 +20083,12 @@
|
|
|
20077
20083
|
"isDeprecated": false,
|
|
20078
20084
|
"deprecationReason": null
|
|
20079
20085
|
},
|
|
20086
|
+
{
|
|
20087
|
+
"name": "IMPORT_SUBSCRIPTIONS_BULK_TRIGGERED",
|
|
20088
|
+
"description": null,
|
|
20089
|
+
"isDeprecated": false,
|
|
20090
|
+
"deprecationReason": null
|
|
20091
|
+
},
|
|
20080
20092
|
{
|
|
20081
20093
|
"name": "MEASUREMENT_REPORTED",
|
|
20082
20094
|
"description": null,
|
|
@@ -58486,6 +58498,12 @@
|
|
|
58486
58498
|
"isDeprecated": false,
|
|
58487
58499
|
"deprecationReason": null
|
|
58488
58500
|
},
|
|
58501
|
+
{
|
|
58502
|
+
"name": "IMPORT_SUBSCRIPTIONS_BULK",
|
|
58503
|
+
"description": null,
|
|
58504
|
+
"isDeprecated": false,
|
|
58505
|
+
"deprecationReason": null
|
|
58506
|
+
},
|
|
58489
58507
|
{
|
|
58490
58508
|
"name": "RECALCULATE_ENTITLEMENTS",
|
|
58491
58509
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED