stigg-api-client 2.33.0 → 2.49.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 +712 -112
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d85c103110643858deac86c6ad273da6866d784fb9f0711b7f1173130d472c8
|
|
4
|
+
data.tar.gz: e0c7c4d64bc888a49620abc9d191cc63b67f3fb69acd522f80b0490e088d85ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 869dda37905dbe90a75de16bec02f3c56c84ae67899f8177c9b73ad2a8392b173d8a462857415491a63817663b1f26b921db76d777dff7c6e760ba3b530684ed
|
|
7
|
+
data.tar.gz: 709327919f31a15602605df0e00c426f343c7f70bf0475aff75f0b21a35be58f020ba3b6a56a4816f804d56150af5f147e261bb7b5c997185d75ef91f9b11f0b
|
data/Gemfile.lock
CHANGED
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"name": "dependencies",
|
|
412
|
-
"description": "List of
|
|
412
|
+
"description": "List of addons this addon is dependant on",
|
|
413
413
|
"args": [],
|
|
414
414
|
"type": {
|
|
415
415
|
"kind": "LIST",
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
"name": "maxQuantity",
|
|
600
|
-
"description": "The maximum quantity of
|
|
600
|
+
"description": "The maximum quantity of this addon that can be added to a subscription",
|
|
601
601
|
"args": [],
|
|
602
602
|
"type": {
|
|
603
603
|
"kind": "SCALAR",
|
|
@@ -997,6 +997,265 @@
|
|
|
997
997
|
"enumValues": null,
|
|
998
998
|
"possibleTypes": null
|
|
999
999
|
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "INPUT_OBJECT",
|
|
1002
|
+
"name": "AddonArchiveInput",
|
|
1003
|
+
"description": "Archive addon input",
|
|
1004
|
+
"fields": null,
|
|
1005
|
+
"inputFields": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "environmentId",
|
|
1008
|
+
"description": "Environment id",
|
|
1009
|
+
"type": {
|
|
1010
|
+
"kind": "SCALAR",
|
|
1011
|
+
"name": "String",
|
|
1012
|
+
"ofType": null
|
|
1013
|
+
},
|
|
1014
|
+
"defaultValue": null,
|
|
1015
|
+
"isDeprecated": false,
|
|
1016
|
+
"deprecationReason": null
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "refId",
|
|
1020
|
+
"description": "Addon id",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"kind": "NON_NULL",
|
|
1023
|
+
"name": null,
|
|
1024
|
+
"ofType": {
|
|
1025
|
+
"kind": "SCALAR",
|
|
1026
|
+
"name": "String",
|
|
1027
|
+
"ofType": null
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
"defaultValue": null,
|
|
1031
|
+
"isDeprecated": false,
|
|
1032
|
+
"deprecationReason": null
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"interfaces": null,
|
|
1036
|
+
"enumValues": null,
|
|
1037
|
+
"possibleTypes": null
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"kind": "OBJECT",
|
|
1041
|
+
"name": "AddonAssociatedEntities",
|
|
1042
|
+
"description": "List of active entities associated with an addon",
|
|
1043
|
+
"fields": [
|
|
1044
|
+
{
|
|
1045
|
+
"name": "packageGroups",
|
|
1046
|
+
"description": "List of package groups that have this addon",
|
|
1047
|
+
"args": [],
|
|
1048
|
+
"type": {
|
|
1049
|
+
"kind": "NON_NULL",
|
|
1050
|
+
"name": null,
|
|
1051
|
+
"ofType": {
|
|
1052
|
+
"kind": "LIST",
|
|
1053
|
+
"name": null,
|
|
1054
|
+
"ofType": {
|
|
1055
|
+
"kind": "NON_NULL",
|
|
1056
|
+
"name": null,
|
|
1057
|
+
"ofType": {
|
|
1058
|
+
"kind": "OBJECT",
|
|
1059
|
+
"name": "AddonAssociatedPackageGroup",
|
|
1060
|
+
"ofType": null
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"isDeprecated": false,
|
|
1066
|
+
"deprecationReason": null
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "plans",
|
|
1070
|
+
"description": "List of published or draft plans",
|
|
1071
|
+
"args": [],
|
|
1072
|
+
"type": {
|
|
1073
|
+
"kind": "NON_NULL",
|
|
1074
|
+
"name": null,
|
|
1075
|
+
"ofType": {
|
|
1076
|
+
"kind": "LIST",
|
|
1077
|
+
"name": null,
|
|
1078
|
+
"ofType": {
|
|
1079
|
+
"kind": "NON_NULL",
|
|
1080
|
+
"name": null,
|
|
1081
|
+
"ofType": {
|
|
1082
|
+
"kind": "OBJECT",
|
|
1083
|
+
"name": "AddonAssociatedPlan",
|
|
1084
|
+
"ofType": null
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"isDeprecated": false,
|
|
1090
|
+
"deprecationReason": null
|
|
1091
|
+
}
|
|
1092
|
+
],
|
|
1093
|
+
"inputFields": null,
|
|
1094
|
+
"interfaces": [],
|
|
1095
|
+
"enumValues": null,
|
|
1096
|
+
"possibleTypes": null
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "INPUT_OBJECT",
|
|
1100
|
+
"name": "AddonAssociatedEntitiesInput",
|
|
1101
|
+
"description": "Query associated entities input",
|
|
1102
|
+
"fields": null,
|
|
1103
|
+
"inputFields": [
|
|
1104
|
+
{
|
|
1105
|
+
"name": "environmentId",
|
|
1106
|
+
"description": "Environment id",
|
|
1107
|
+
"type": {
|
|
1108
|
+
"kind": "NON_NULL",
|
|
1109
|
+
"name": null,
|
|
1110
|
+
"ofType": {
|
|
1111
|
+
"kind": "SCALAR",
|
|
1112
|
+
"name": "String",
|
|
1113
|
+
"ofType": null
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"defaultValue": null,
|
|
1117
|
+
"isDeprecated": false,
|
|
1118
|
+
"deprecationReason": null
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "refId",
|
|
1122
|
+
"description": "Addon id",
|
|
1123
|
+
"type": {
|
|
1124
|
+
"kind": "NON_NULL",
|
|
1125
|
+
"name": null,
|
|
1126
|
+
"ofType": {
|
|
1127
|
+
"kind": "SCALAR",
|
|
1128
|
+
"name": "String",
|
|
1129
|
+
"ofType": null
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"defaultValue": null,
|
|
1133
|
+
"isDeprecated": false,
|
|
1134
|
+
"deprecationReason": null
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"interfaces": null,
|
|
1138
|
+
"enumValues": null,
|
|
1139
|
+
"possibleTypes": null
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "OBJECT",
|
|
1143
|
+
"name": "AddonAssociatedPackageGroup",
|
|
1144
|
+
"description": "List of package groups associated with an addon",
|
|
1145
|
+
"fields": [
|
|
1146
|
+
{
|
|
1147
|
+
"name": "displayName",
|
|
1148
|
+
"description": "Package group display name",
|
|
1149
|
+
"args": [],
|
|
1150
|
+
"type": {
|
|
1151
|
+
"kind": "NON_NULL",
|
|
1152
|
+
"name": null,
|
|
1153
|
+
"ofType": {
|
|
1154
|
+
"kind": "SCALAR",
|
|
1155
|
+
"name": "String",
|
|
1156
|
+
"ofType": null
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"isDeprecated": false,
|
|
1160
|
+
"deprecationReason": null
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "packageGroupId",
|
|
1164
|
+
"description": "Package group id",
|
|
1165
|
+
"args": [],
|
|
1166
|
+
"type": {
|
|
1167
|
+
"kind": "NON_NULL",
|
|
1168
|
+
"name": null,
|
|
1169
|
+
"ofType": {
|
|
1170
|
+
"kind": "SCALAR",
|
|
1171
|
+
"name": "String",
|
|
1172
|
+
"ofType": null
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"isDeprecated": false,
|
|
1176
|
+
"deprecationReason": null
|
|
1177
|
+
}
|
|
1178
|
+
],
|
|
1179
|
+
"inputFields": null,
|
|
1180
|
+
"interfaces": [],
|
|
1181
|
+
"enumValues": null,
|
|
1182
|
+
"possibleTypes": null
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"kind": "OBJECT",
|
|
1186
|
+
"name": "AddonAssociatedPlan",
|
|
1187
|
+
"description": "List of plans associated with an addon",
|
|
1188
|
+
"fields": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "displayName",
|
|
1191
|
+
"description": "Plan display name",
|
|
1192
|
+
"args": [],
|
|
1193
|
+
"type": {
|
|
1194
|
+
"kind": "NON_NULL",
|
|
1195
|
+
"name": null,
|
|
1196
|
+
"ofType": {
|
|
1197
|
+
"kind": "SCALAR",
|
|
1198
|
+
"name": "String",
|
|
1199
|
+
"ofType": null
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"isDeprecated": false,
|
|
1203
|
+
"deprecationReason": null
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "refId",
|
|
1207
|
+
"description": "Plan refId",
|
|
1208
|
+
"args": [],
|
|
1209
|
+
"type": {
|
|
1210
|
+
"kind": "NON_NULL",
|
|
1211
|
+
"name": null,
|
|
1212
|
+
"ofType": {
|
|
1213
|
+
"kind": "SCALAR",
|
|
1214
|
+
"name": "String",
|
|
1215
|
+
"ofType": null
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"isDeprecated": false,
|
|
1219
|
+
"deprecationReason": null
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "status",
|
|
1223
|
+
"description": "Plan status",
|
|
1224
|
+
"args": [],
|
|
1225
|
+
"type": {
|
|
1226
|
+
"kind": "NON_NULL",
|
|
1227
|
+
"name": null,
|
|
1228
|
+
"ofType": {
|
|
1229
|
+
"kind": "ENUM",
|
|
1230
|
+
"name": "PackageStatus",
|
|
1231
|
+
"ofType": null
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1234
|
+
"isDeprecated": false,
|
|
1235
|
+
"deprecationReason": null
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "versionNumber",
|
|
1239
|
+
"description": "Plan version",
|
|
1240
|
+
"args": [],
|
|
1241
|
+
"type": {
|
|
1242
|
+
"kind": "NON_NULL",
|
|
1243
|
+
"name": null,
|
|
1244
|
+
"ofType": {
|
|
1245
|
+
"kind": "SCALAR",
|
|
1246
|
+
"name": "Float",
|
|
1247
|
+
"ofType": null
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"isDeprecated": false,
|
|
1251
|
+
"deprecationReason": null
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"inputFields": null,
|
|
1255
|
+
"interfaces": [],
|
|
1256
|
+
"enumValues": null,
|
|
1257
|
+
"possibleTypes": null
|
|
1258
|
+
},
|
|
1000
1259
|
{
|
|
1001
1260
|
"kind": "OBJECT",
|
|
1002
1261
|
"name": "AddonAvgAggregate",
|
|
@@ -1578,9 +1837,13 @@
|
|
|
1578
1837
|
"description": null,
|
|
1579
1838
|
"args": [],
|
|
1580
1839
|
"type": {
|
|
1581
|
-
"kind": "
|
|
1582
|
-
"name":
|
|
1583
|
-
"ofType":
|
|
1840
|
+
"kind": "NON_NULL",
|
|
1841
|
+
"name": null,
|
|
1842
|
+
"ofType": {
|
|
1843
|
+
"kind": "SCALAR",
|
|
1844
|
+
"name": "String",
|
|
1845
|
+
"ofType": null
|
|
1846
|
+
}
|
|
1584
1847
|
},
|
|
1585
1848
|
"isDeprecated": false,
|
|
1586
1849
|
"deprecationReason": null
|
|
@@ -1629,14 +1892,50 @@
|
|
|
1629
1892
|
"isDeprecated": false,
|
|
1630
1893
|
"deprecationReason": null
|
|
1631
1894
|
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "environment",
|
|
1897
|
+
"description": null,
|
|
1898
|
+
"args": [],
|
|
1899
|
+
"type": {
|
|
1900
|
+
"kind": "NON_NULL",
|
|
1901
|
+
"name": null,
|
|
1902
|
+
"ofType": {
|
|
1903
|
+
"kind": "OBJECT",
|
|
1904
|
+
"name": "Environment",
|
|
1905
|
+
"ofType": null
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"isDeprecated": false,
|
|
1909
|
+
"deprecationReason": null
|
|
1910
|
+
},
|
|
1632
1911
|
{
|
|
1633
1912
|
"name": "environmentId",
|
|
1634
1913
|
"description": null,
|
|
1635
1914
|
"args": [],
|
|
1636
1915
|
"type": {
|
|
1637
|
-
"kind": "
|
|
1638
|
-
"name":
|
|
1639
|
-
"ofType":
|
|
1916
|
+
"kind": "NON_NULL",
|
|
1917
|
+
"name": null,
|
|
1918
|
+
"ofType": {
|
|
1919
|
+
"kind": "SCALAR",
|
|
1920
|
+
"name": "String",
|
|
1921
|
+
"ofType": null
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
"isDeprecated": false,
|
|
1925
|
+
"deprecationReason": null
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "hasSubscriptions",
|
|
1929
|
+
"description": "Indicates if the addon has subscriptions",
|
|
1930
|
+
"args": [],
|
|
1931
|
+
"type": {
|
|
1932
|
+
"kind": "NON_NULL",
|
|
1933
|
+
"name": null,
|
|
1934
|
+
"ofType": {
|
|
1935
|
+
"kind": "SCALAR",
|
|
1936
|
+
"name": "Boolean",
|
|
1937
|
+
"ofType": null
|
|
1938
|
+
}
|
|
1640
1939
|
},
|
|
1641
1940
|
"isDeprecated": false,
|
|
1642
1941
|
"deprecationReason": null
|
|
@@ -1666,9 +1965,13 @@
|
|
|
1666
1965
|
"description": null,
|
|
1667
1966
|
"args": [],
|
|
1668
1967
|
"type": {
|
|
1669
|
-
"kind": "
|
|
1670
|
-
"name":
|
|
1671
|
-
"ofType":
|
|
1968
|
+
"kind": "NON_NULL",
|
|
1969
|
+
"name": null,
|
|
1970
|
+
"ofType": {
|
|
1971
|
+
"kind": "SCALAR",
|
|
1972
|
+
"name": "String",
|
|
1973
|
+
"ofType": null
|
|
1974
|
+
}
|
|
1672
1975
|
},
|
|
1673
1976
|
"isDeprecated": false,
|
|
1674
1977
|
"deprecationReason": null
|
|
@@ -1732,7 +2035,40 @@
|
|
|
1732
2035
|
{
|
|
1733
2036
|
"name": "prices",
|
|
1734
2037
|
"description": null,
|
|
1735
|
-
"args": [
|
|
2038
|
+
"args": [
|
|
2039
|
+
{
|
|
2040
|
+
"name": "filter",
|
|
2041
|
+
"description": "Specify to filter the records returned.",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"kind": "INPUT_OBJECT",
|
|
2044
|
+
"name": "PriceFilter",
|
|
2045
|
+
"ofType": null
|
|
2046
|
+
},
|
|
2047
|
+
"defaultValue": "{}",
|
|
2048
|
+
"isDeprecated": false,
|
|
2049
|
+
"deprecationReason": null
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "sorting",
|
|
2053
|
+
"description": "Specify to sort results.",
|
|
2054
|
+
"type": {
|
|
2055
|
+
"kind": "LIST",
|
|
2056
|
+
"name": null,
|
|
2057
|
+
"ofType": {
|
|
2058
|
+
"kind": "NON_NULL",
|
|
2059
|
+
"name": null,
|
|
2060
|
+
"ofType": {
|
|
2061
|
+
"kind": "INPUT_OBJECT",
|
|
2062
|
+
"name": "PriceSort",
|
|
2063
|
+
"ofType": null
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
2068
|
+
"isDeprecated": false,
|
|
2069
|
+
"deprecationReason": null
|
|
2070
|
+
}
|
|
2071
|
+
],
|
|
1736
2072
|
"type": {
|
|
1737
2073
|
"kind": "LIST",
|
|
1738
2074
|
"name": null,
|
|
@@ -1761,6 +2097,18 @@
|
|
|
1761
2097
|
"isDeprecated": false,
|
|
1762
2098
|
"deprecationReason": null
|
|
1763
2099
|
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "product",
|
|
2102
|
+
"description": null,
|
|
2103
|
+
"args": [],
|
|
2104
|
+
"type": {
|
|
2105
|
+
"kind": "OBJECT",
|
|
2106
|
+
"name": "Product",
|
|
2107
|
+
"ofType": null
|
|
2108
|
+
},
|
|
2109
|
+
"isDeprecated": false,
|
|
2110
|
+
"deprecationReason": null
|
|
2111
|
+
},
|
|
1764
2112
|
{
|
|
1765
2113
|
"name": "productId",
|
|
1766
2114
|
"description": null,
|
|
@@ -1778,9 +2126,13 @@
|
|
|
1778
2126
|
"description": null,
|
|
1779
2127
|
"args": [],
|
|
1780
2128
|
"type": {
|
|
1781
|
-
"kind": "
|
|
1782
|
-
"name":
|
|
1783
|
-
"ofType":
|
|
2129
|
+
"kind": "NON_NULL",
|
|
2130
|
+
"name": null,
|
|
2131
|
+
"ofType": {
|
|
2132
|
+
"kind": "SCALAR",
|
|
2133
|
+
"name": "String",
|
|
2134
|
+
"ofType": null
|
|
2135
|
+
}
|
|
1784
2136
|
},
|
|
1785
2137
|
"isDeprecated": false,
|
|
1786
2138
|
"deprecationReason": null
|
|
@@ -1790,9 +2142,13 @@
|
|
|
1790
2142
|
"description": null,
|
|
1791
2143
|
"args": [],
|
|
1792
2144
|
"type": {
|
|
1793
|
-
"kind": "
|
|
1794
|
-
"name":
|
|
1795
|
-
"ofType":
|
|
2145
|
+
"kind": "NON_NULL",
|
|
2146
|
+
"name": null,
|
|
2147
|
+
"ofType": {
|
|
2148
|
+
"kind": "ENUM",
|
|
2149
|
+
"name": "PackageStatus",
|
|
2150
|
+
"ofType": null
|
|
2151
|
+
}
|
|
1796
2152
|
},
|
|
1797
2153
|
"isDeprecated": false,
|
|
1798
2154
|
"deprecationReason": null
|
|
@@ -1822,9 +2178,13 @@
|
|
|
1822
2178
|
"description": null,
|
|
1823
2179
|
"args": [],
|
|
1824
2180
|
"type": {
|
|
1825
|
-
"kind": "
|
|
1826
|
-
"name":
|
|
1827
|
-
"ofType":
|
|
2181
|
+
"kind": "NON_NULL",
|
|
2182
|
+
"name": null,
|
|
2183
|
+
"ofType": {
|
|
2184
|
+
"kind": "SCALAR",
|
|
2185
|
+
"name": "String",
|
|
2186
|
+
"ofType": null
|
|
2187
|
+
}
|
|
1828
2188
|
},
|
|
1829
2189
|
"isDeprecated": false,
|
|
1830
2190
|
"deprecationReason": null
|
|
@@ -1846,9 +2206,13 @@
|
|
|
1846
2206
|
"description": null,
|
|
1847
2207
|
"args": [],
|
|
1848
2208
|
"type": {
|
|
1849
|
-
"kind": "
|
|
1850
|
-
"name":
|
|
1851
|
-
"ofType":
|
|
2209
|
+
"kind": "NON_NULL",
|
|
2210
|
+
"name": null,
|
|
2211
|
+
"ofType": {
|
|
2212
|
+
"kind": "SCALAR",
|
|
2213
|
+
"name": "Int",
|
|
2214
|
+
"ofType": null
|
|
2215
|
+
}
|
|
1852
2216
|
},
|
|
1853
2217
|
"isDeprecated": false,
|
|
1854
2218
|
"deprecationReason": null
|
|
@@ -5229,6 +5593,12 @@
|
|
|
5229
5593
|
"isDeprecated": false,
|
|
5230
5594
|
"deprecationReason": null
|
|
5231
5595
|
},
|
|
5596
|
+
{
|
|
5597
|
+
"name": "MINIMUM_SPEND",
|
|
5598
|
+
"description": null,
|
|
5599
|
+
"isDeprecated": false,
|
|
5600
|
+
"deprecationReason": null
|
|
5601
|
+
},
|
|
5232
5602
|
{
|
|
5233
5603
|
"name": "PER_UNIT",
|
|
5234
5604
|
"description": null,
|
|
@@ -16590,7 +16960,7 @@
|
|
|
16590
16960
|
"name": "SubscriptionPriceFilter",
|
|
16591
16961
|
"ofType": null
|
|
16592
16962
|
},
|
|
16593
|
-
"defaultValue": "{}",
|
|
16963
|
+
"defaultValue": "{billingModel: {neq: MINIMUM_SPEND}}",
|
|
16594
16964
|
"isDeprecated": false,
|
|
16595
16965
|
"deprecationReason": null
|
|
16596
16966
|
},
|
|
@@ -22409,7 +22779,7 @@
|
|
|
22409
22779
|
{
|
|
22410
22780
|
"kind": "OBJECT",
|
|
22411
22781
|
"name": "Environment",
|
|
22412
|
-
"description":
|
|
22782
|
+
"description": "An environment object",
|
|
22413
22783
|
"fields": [
|
|
22414
22784
|
{
|
|
22415
22785
|
"name": "account",
|
|
@@ -23447,6 +23817,18 @@
|
|
|
23447
23817
|
"isDeprecated": false,
|
|
23448
23818
|
"deprecationReason": null
|
|
23449
23819
|
},
|
|
23820
|
+
{
|
|
23821
|
+
"name": "AddonIsCompatibleWithGroup",
|
|
23822
|
+
"description": "Cannot delete an addon that is compatible with an addon group",
|
|
23823
|
+
"isDeprecated": false,
|
|
23824
|
+
"deprecationReason": null
|
|
23825
|
+
},
|
|
23826
|
+
{
|
|
23827
|
+
"name": "AddonIsCompatibleWithPlan",
|
|
23828
|
+
"description": "Cannot delete an addon that is compatible with a plan",
|
|
23829
|
+
"isDeprecated": false,
|
|
23830
|
+
"deprecationReason": null
|
|
23831
|
+
},
|
|
23450
23832
|
{
|
|
23451
23833
|
"name": "AddonNotFound",
|
|
23452
23834
|
"description": null,
|
|
@@ -23465,6 +23847,12 @@
|
|
|
23465
23847
|
"isDeprecated": false,
|
|
23466
23848
|
"deprecationReason": null
|
|
23467
23849
|
},
|
|
23850
|
+
{
|
|
23851
|
+
"name": "AddonsNotFound",
|
|
23852
|
+
"description": "Multiple addons not found",
|
|
23853
|
+
"isDeprecated": false,
|
|
23854
|
+
"deprecationReason": null
|
|
23855
|
+
},
|
|
23468
23856
|
{
|
|
23469
23857
|
"name": "AmountTooLarge",
|
|
23470
23858
|
"description": null,
|
|
@@ -23639,6 +24027,12 @@
|
|
|
23639
24027
|
"isDeprecated": false,
|
|
23640
24028
|
"deprecationReason": null
|
|
23641
24029
|
},
|
|
24030
|
+
{
|
|
24031
|
+
"name": "DraftAddonCantBeArchived",
|
|
24032
|
+
"description": "Draft addon cannot be archived",
|
|
24033
|
+
"isDeprecated": false,
|
|
24034
|
+
"deprecationReason": null
|
|
24035
|
+
},
|
|
23642
24036
|
{
|
|
23643
24037
|
"name": "DraftPlanCantBeArchived",
|
|
23644
24038
|
"description": null,
|
|
@@ -23777,6 +24171,12 @@
|
|
|
23777
24171
|
"isDeprecated": false,
|
|
23778
24172
|
"deprecationReason": null
|
|
23779
24173
|
},
|
|
24174
|
+
{
|
|
24175
|
+
"name": "IncompatibleSubscriptionAddon",
|
|
24176
|
+
"description": null,
|
|
24177
|
+
"isDeprecated": false,
|
|
24178
|
+
"deprecationReason": null
|
|
24179
|
+
},
|
|
23780
24180
|
{
|
|
23781
24181
|
"name": "InitStripePaymentMethodError",
|
|
23782
24182
|
"description": null,
|
|
@@ -24179,12 +24579,6 @@
|
|
|
24179
24579
|
"isDeprecated": false,
|
|
24180
24580
|
"deprecationReason": null
|
|
24181
24581
|
},
|
|
24182
|
-
{
|
|
24183
|
-
"name": "UncompatibleSubscriptionAddon",
|
|
24184
|
-
"description": null,
|
|
24185
|
-
"isDeprecated": false,
|
|
24186
|
-
"deprecationReason": null
|
|
24187
|
-
},
|
|
24188
24582
|
{
|
|
24189
24583
|
"name": "UnexpectedError",
|
|
24190
24584
|
"description": null,
|
|
@@ -34095,6 +34489,85 @@
|
|
|
34095
34489
|
"enumValues": null,
|
|
34096
34490
|
"possibleTypes": null
|
|
34097
34491
|
},
|
|
34492
|
+
{
|
|
34493
|
+
"kind": "OBJECT",
|
|
34494
|
+
"name": "IncompatibleSubscriptionAddonError",
|
|
34495
|
+
"description": null,
|
|
34496
|
+
"fields": [
|
|
34497
|
+
{
|
|
34498
|
+
"name": "code",
|
|
34499
|
+
"description": null,
|
|
34500
|
+
"args": [],
|
|
34501
|
+
"type": {
|
|
34502
|
+
"kind": "NON_NULL",
|
|
34503
|
+
"name": null,
|
|
34504
|
+
"ofType": {
|
|
34505
|
+
"kind": "SCALAR",
|
|
34506
|
+
"name": "String",
|
|
34507
|
+
"ofType": null
|
|
34508
|
+
}
|
|
34509
|
+
},
|
|
34510
|
+
"isDeprecated": false,
|
|
34511
|
+
"deprecationReason": null
|
|
34512
|
+
},
|
|
34513
|
+
{
|
|
34514
|
+
"name": "isValidationError",
|
|
34515
|
+
"description": null,
|
|
34516
|
+
"args": [],
|
|
34517
|
+
"type": {
|
|
34518
|
+
"kind": "NON_NULL",
|
|
34519
|
+
"name": null,
|
|
34520
|
+
"ofType": {
|
|
34521
|
+
"kind": "SCALAR",
|
|
34522
|
+
"name": "Boolean",
|
|
34523
|
+
"ofType": null
|
|
34524
|
+
}
|
|
34525
|
+
},
|
|
34526
|
+
"isDeprecated": false,
|
|
34527
|
+
"deprecationReason": null
|
|
34528
|
+
},
|
|
34529
|
+
{
|
|
34530
|
+
"name": "nonCompatibleAddons",
|
|
34531
|
+
"description": null,
|
|
34532
|
+
"args": [],
|
|
34533
|
+
"type": {
|
|
34534
|
+
"kind": "LIST",
|
|
34535
|
+
"name": null,
|
|
34536
|
+
"ofType": {
|
|
34537
|
+
"kind": "NON_NULL",
|
|
34538
|
+
"name": null,
|
|
34539
|
+
"ofType": {
|
|
34540
|
+
"kind": "SCALAR",
|
|
34541
|
+
"name": "String",
|
|
34542
|
+
"ofType": null
|
|
34543
|
+
}
|
|
34544
|
+
}
|
|
34545
|
+
},
|
|
34546
|
+
"isDeprecated": false,
|
|
34547
|
+
"deprecationReason": null
|
|
34548
|
+
},
|
|
34549
|
+
{
|
|
34550
|
+
"name": "planDisplayName",
|
|
34551
|
+
"description": null,
|
|
34552
|
+
"args": [],
|
|
34553
|
+
"type": {
|
|
34554
|
+
"kind": "NON_NULL",
|
|
34555
|
+
"name": null,
|
|
34556
|
+
"ofType": {
|
|
34557
|
+
"kind": "SCALAR",
|
|
34558
|
+
"name": "String",
|
|
34559
|
+
"ofType": null
|
|
34560
|
+
}
|
|
34561
|
+
},
|
|
34562
|
+
"isDeprecated": false,
|
|
34563
|
+
"deprecationReason": null
|
|
34564
|
+
}
|
|
34565
|
+
],
|
|
34566
|
+
"inputFields": null,
|
|
34567
|
+
"interfaces": [],
|
|
34568
|
+
"enumValues": null,
|
|
34569
|
+
"possibleTypes": null
|
|
34570
|
+
},
|
|
34098
34571
|
{
|
|
34099
34572
|
"kind": "OBJECT",
|
|
34100
34573
|
"name": "InitAddStripeCustomerPaymentMethod",
|
|
@@ -35487,6 +35960,12 @@
|
|
|
35487
35960
|
"isDeprecated": false,
|
|
35488
35961
|
"deprecationReason": null
|
|
35489
35962
|
},
|
|
35963
|
+
{
|
|
35964
|
+
"name": "MinimumSpendCharge",
|
|
35965
|
+
"description": null,
|
|
35966
|
+
"isDeprecated": false,
|
|
35967
|
+
"deprecationReason": null
|
|
35968
|
+
},
|
|
35490
35969
|
{
|
|
35491
35970
|
"name": "Other",
|
|
35492
35971
|
"description": null,
|
|
@@ -37584,6 +38063,39 @@
|
|
|
37584
38063
|
"isDeprecated": false,
|
|
37585
38064
|
"deprecationReason": null
|
|
37586
38065
|
},
|
|
38066
|
+
{
|
|
38067
|
+
"name": "archiveAddon",
|
|
38068
|
+
"description": "Archive an addon by id",
|
|
38069
|
+
"args": [
|
|
38070
|
+
{
|
|
38071
|
+
"name": "input",
|
|
38072
|
+
"description": null,
|
|
38073
|
+
"type": {
|
|
38074
|
+
"kind": "NON_NULL",
|
|
38075
|
+
"name": null,
|
|
38076
|
+
"ofType": {
|
|
38077
|
+
"kind": "INPUT_OBJECT",
|
|
38078
|
+
"name": "AddonArchiveInput",
|
|
38079
|
+
"ofType": null
|
|
38080
|
+
}
|
|
38081
|
+
},
|
|
38082
|
+
"defaultValue": null,
|
|
38083
|
+
"isDeprecated": false,
|
|
38084
|
+
"deprecationReason": null
|
|
38085
|
+
}
|
|
38086
|
+
],
|
|
38087
|
+
"type": {
|
|
38088
|
+
"kind": "NON_NULL",
|
|
38089
|
+
"name": null,
|
|
38090
|
+
"ofType": {
|
|
38091
|
+
"kind": "OBJECT",
|
|
38092
|
+
"name": "Addon",
|
|
38093
|
+
"ofType": null
|
|
38094
|
+
}
|
|
38095
|
+
},
|
|
38096
|
+
"isDeprecated": false,
|
|
38097
|
+
"deprecationReason": null
|
|
38098
|
+
},
|
|
37587
38099
|
{
|
|
37588
38100
|
"name": "archiveCustomer",
|
|
37589
38101
|
"description": null,
|
|
@@ -41853,6 +42365,53 @@
|
|
|
41853
42365
|
],
|
|
41854
42366
|
"possibleTypes": null
|
|
41855
42367
|
},
|
|
42368
|
+
{
|
|
42369
|
+
"kind": "OBJECT",
|
|
42370
|
+
"name": "OverageBillingPeriodChange",
|
|
42371
|
+
"description": null,
|
|
42372
|
+
"fields": [
|
|
42373
|
+
{
|
|
42374
|
+
"name": "after",
|
|
42375
|
+
"description": null,
|
|
42376
|
+
"args": [],
|
|
42377
|
+
"type": {
|
|
42378
|
+
"kind": "ENUM",
|
|
42379
|
+
"name": "OverageBillingPeriod",
|
|
42380
|
+
"ofType": null
|
|
42381
|
+
},
|
|
42382
|
+
"isDeprecated": false,
|
|
42383
|
+
"deprecationReason": null
|
|
42384
|
+
},
|
|
42385
|
+
{
|
|
42386
|
+
"name": "before",
|
|
42387
|
+
"description": null,
|
|
42388
|
+
"args": [],
|
|
42389
|
+
"type": {
|
|
42390
|
+
"kind": "ENUM",
|
|
42391
|
+
"name": "OverageBillingPeriod",
|
|
42392
|
+
"ofType": null
|
|
42393
|
+
},
|
|
42394
|
+
"isDeprecated": false,
|
|
42395
|
+
"deprecationReason": null
|
|
42396
|
+
},
|
|
42397
|
+
{
|
|
42398
|
+
"name": "changeType",
|
|
42399
|
+
"description": null,
|
|
42400
|
+
"args": [],
|
|
42401
|
+
"type": {
|
|
42402
|
+
"kind": "ENUM",
|
|
42403
|
+
"name": "ChangeType",
|
|
42404
|
+
"ofType": null
|
|
42405
|
+
},
|
|
42406
|
+
"isDeprecated": false,
|
|
42407
|
+
"deprecationReason": null
|
|
42408
|
+
}
|
|
42409
|
+
],
|
|
42410
|
+
"inputFields": null,
|
|
42411
|
+
"interfaces": [],
|
|
42412
|
+
"enumValues": null,
|
|
42413
|
+
"possibleTypes": null
|
|
42414
|
+
},
|
|
41856
42415
|
{
|
|
41857
42416
|
"kind": "INPUT_OBJECT",
|
|
41858
42417
|
"name": "OverageEntitlementCreateInput",
|
|
@@ -42367,6 +42926,18 @@
|
|
|
42367
42926
|
"isDeprecated": false,
|
|
42368
42927
|
"deprecationReason": null
|
|
42369
42928
|
},
|
|
42929
|
+
{
|
|
42930
|
+
"name": "overageBillingPeriod",
|
|
42931
|
+
"description": "Configures when the overage charge is billed.",
|
|
42932
|
+
"args": [],
|
|
42933
|
+
"type": {
|
|
42934
|
+
"kind": "OBJECT",
|
|
42935
|
+
"name": "OverageBillingPeriodChange",
|
|
42936
|
+
"ofType": null
|
|
42937
|
+
},
|
|
42938
|
+
"isDeprecated": false,
|
|
42939
|
+
"deprecationReason": null
|
|
42940
|
+
},
|
|
42370
42941
|
{
|
|
42371
42942
|
"name": "overagePrices",
|
|
42372
42943
|
"description": null,
|
|
@@ -54993,7 +55564,7 @@
|
|
|
54993
55564
|
{
|
|
54994
55565
|
"kind": "OBJECT",
|
|
54995
55566
|
"name": "Product",
|
|
54996
|
-
"description":
|
|
55567
|
+
"description": "A product object",
|
|
54997
55568
|
"fields": [
|
|
54998
55569
|
{
|
|
54999
55570
|
"name": "additionalMetaData",
|
|
@@ -60492,6 +61063,39 @@
|
|
|
60492
61063
|
"name": "Query",
|
|
60493
61064
|
"description": null,
|
|
60494
61065
|
"fields": [
|
|
61066
|
+
{
|
|
61067
|
+
"name": "addonAssociatedEntities",
|
|
61068
|
+
"description": "Get the latest associated entities of an addon",
|
|
61069
|
+
"args": [
|
|
61070
|
+
{
|
|
61071
|
+
"name": "input",
|
|
61072
|
+
"description": null,
|
|
61073
|
+
"type": {
|
|
61074
|
+
"kind": "NON_NULL",
|
|
61075
|
+
"name": null,
|
|
61076
|
+
"ofType": {
|
|
61077
|
+
"kind": "INPUT_OBJECT",
|
|
61078
|
+
"name": "AddonAssociatedEntitiesInput",
|
|
61079
|
+
"ofType": null
|
|
61080
|
+
}
|
|
61081
|
+
},
|
|
61082
|
+
"defaultValue": null,
|
|
61083
|
+
"isDeprecated": false,
|
|
61084
|
+
"deprecationReason": null
|
|
61085
|
+
}
|
|
61086
|
+
],
|
|
61087
|
+
"type": {
|
|
61088
|
+
"kind": "NON_NULL",
|
|
61089
|
+
"name": null,
|
|
61090
|
+
"ofType": {
|
|
61091
|
+
"kind": "OBJECT",
|
|
61092
|
+
"name": "AddonAssociatedEntities",
|
|
61093
|
+
"ofType": null
|
|
61094
|
+
}
|
|
61095
|
+
},
|
|
61096
|
+
"isDeprecated": false,
|
|
61097
|
+
"deprecationReason": null
|
|
61098
|
+
},
|
|
60495
61099
|
{
|
|
60496
61100
|
"name": "addons",
|
|
60497
61101
|
"description": null,
|
|
@@ -70651,6 +71255,22 @@
|
|
|
70651
71255
|
"isDeprecated": false,
|
|
70652
71256
|
"deprecationReason": null
|
|
70653
71257
|
},
|
|
71258
|
+
{
|
|
71259
|
+
"name": "period",
|
|
71260
|
+
"description": null,
|
|
71261
|
+
"args": [],
|
|
71262
|
+
"type": {
|
|
71263
|
+
"kind": "NON_NULL",
|
|
71264
|
+
"name": null,
|
|
71265
|
+
"ofType": {
|
|
71266
|
+
"kind": "OBJECT",
|
|
71267
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
|
71268
|
+
"ofType": null
|
|
71269
|
+
}
|
|
71270
|
+
},
|
|
71271
|
+
"isDeprecated": false,
|
|
71272
|
+
"deprecationReason": null
|
|
71273
|
+
},
|
|
70654
71274
|
{
|
|
70655
71275
|
"name": "price",
|
|
70656
71276
|
"description": "The price connected to the invoice line item",
|
|
@@ -70802,6 +71422,22 @@
|
|
|
70802
71422
|
"isDeprecated": false,
|
|
70803
71423
|
"deprecationReason": null
|
|
70804
71424
|
},
|
|
71425
|
+
{
|
|
71426
|
+
"name": "period",
|
|
71427
|
+
"description": null,
|
|
71428
|
+
"args": [],
|
|
71429
|
+
"type": {
|
|
71430
|
+
"kind": "NON_NULL",
|
|
71431
|
+
"name": null,
|
|
71432
|
+
"ofType": {
|
|
71433
|
+
"kind": "OBJECT",
|
|
71434
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
|
71435
|
+
"ofType": null
|
|
71436
|
+
}
|
|
71437
|
+
},
|
|
71438
|
+
"isDeprecated": false,
|
|
71439
|
+
"deprecationReason": null
|
|
71440
|
+
},
|
|
70805
71441
|
{
|
|
70806
71442
|
"name": "price",
|
|
70807
71443
|
"description": "The price connected to the invoice line item",
|
|
@@ -70888,6 +71524,49 @@
|
|
|
70888
71524
|
"enumValues": null,
|
|
70889
71525
|
"possibleTypes": null
|
|
70890
71526
|
},
|
|
71527
|
+
{
|
|
71528
|
+
"kind": "OBJECT",
|
|
71529
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
|
71530
|
+
"description": "The invoice line item period",
|
|
71531
|
+
"fields": [
|
|
71532
|
+
{
|
|
71533
|
+
"name": "end",
|
|
71534
|
+
"description": null,
|
|
71535
|
+
"args": [],
|
|
71536
|
+
"type": {
|
|
71537
|
+
"kind": "NON_NULL",
|
|
71538
|
+
"name": null,
|
|
71539
|
+
"ofType": {
|
|
71540
|
+
"kind": "SCALAR",
|
|
71541
|
+
"name": "DateTime",
|
|
71542
|
+
"ofType": null
|
|
71543
|
+
}
|
|
71544
|
+
},
|
|
71545
|
+
"isDeprecated": false,
|
|
71546
|
+
"deprecationReason": null
|
|
71547
|
+
},
|
|
71548
|
+
{
|
|
71549
|
+
"name": "start",
|
|
71550
|
+
"description": null,
|
|
71551
|
+
"args": [],
|
|
71552
|
+
"type": {
|
|
71553
|
+
"kind": "NON_NULL",
|
|
71554
|
+
"name": null,
|
|
71555
|
+
"ofType": {
|
|
71556
|
+
"kind": "SCALAR",
|
|
71557
|
+
"name": "DateTime",
|
|
71558
|
+
"ofType": null
|
|
71559
|
+
}
|
|
71560
|
+
},
|
|
71561
|
+
"isDeprecated": false,
|
|
71562
|
+
"deprecationReason": null
|
|
71563
|
+
}
|
|
71564
|
+
],
|
|
71565
|
+
"inputFields": null,
|
|
71566
|
+
"interfaces": [],
|
|
71567
|
+
"enumValues": null,
|
|
71568
|
+
"possibleTypes": null
|
|
71569
|
+
},
|
|
70891
71570
|
{
|
|
70892
71571
|
"kind": "ENUM",
|
|
70893
71572
|
"name": "SubscriptionInvoiceStatus",
|
|
@@ -76532,85 +77211,6 @@
|
|
|
76532
77211
|
"enumValues": null,
|
|
76533
77212
|
"possibleTypes": null
|
|
76534
77213
|
},
|
|
76535
|
-
{
|
|
76536
|
-
"kind": "OBJECT",
|
|
76537
|
-
"name": "UncompatibleSubscriptionAddonError",
|
|
76538
|
-
"description": null,
|
|
76539
|
-
"fields": [
|
|
76540
|
-
{
|
|
76541
|
-
"name": "code",
|
|
76542
|
-
"description": null,
|
|
76543
|
-
"args": [],
|
|
76544
|
-
"type": {
|
|
76545
|
-
"kind": "NON_NULL",
|
|
76546
|
-
"name": null,
|
|
76547
|
-
"ofType": {
|
|
76548
|
-
"kind": "SCALAR",
|
|
76549
|
-
"name": "String",
|
|
76550
|
-
"ofType": null
|
|
76551
|
-
}
|
|
76552
|
-
},
|
|
76553
|
-
"isDeprecated": false,
|
|
76554
|
-
"deprecationReason": null
|
|
76555
|
-
},
|
|
76556
|
-
{
|
|
76557
|
-
"name": "isValidationError",
|
|
76558
|
-
"description": null,
|
|
76559
|
-
"args": [],
|
|
76560
|
-
"type": {
|
|
76561
|
-
"kind": "NON_NULL",
|
|
76562
|
-
"name": null,
|
|
76563
|
-
"ofType": {
|
|
76564
|
-
"kind": "SCALAR",
|
|
76565
|
-
"name": "Boolean",
|
|
76566
|
-
"ofType": null
|
|
76567
|
-
}
|
|
76568
|
-
},
|
|
76569
|
-
"isDeprecated": false,
|
|
76570
|
-
"deprecationReason": null
|
|
76571
|
-
},
|
|
76572
|
-
{
|
|
76573
|
-
"name": "nonCompatibleAddons",
|
|
76574
|
-
"description": null,
|
|
76575
|
-
"args": [],
|
|
76576
|
-
"type": {
|
|
76577
|
-
"kind": "LIST",
|
|
76578
|
-
"name": null,
|
|
76579
|
-
"ofType": {
|
|
76580
|
-
"kind": "NON_NULL",
|
|
76581
|
-
"name": null,
|
|
76582
|
-
"ofType": {
|
|
76583
|
-
"kind": "SCALAR",
|
|
76584
|
-
"name": "String",
|
|
76585
|
-
"ofType": null
|
|
76586
|
-
}
|
|
76587
|
-
}
|
|
76588
|
-
},
|
|
76589
|
-
"isDeprecated": false,
|
|
76590
|
-
"deprecationReason": null
|
|
76591
|
-
},
|
|
76592
|
-
{
|
|
76593
|
-
"name": "planDisplayName",
|
|
76594
|
-
"description": null,
|
|
76595
|
-
"args": [],
|
|
76596
|
-
"type": {
|
|
76597
|
-
"kind": "NON_NULL",
|
|
76598
|
-
"name": null,
|
|
76599
|
-
"ofType": {
|
|
76600
|
-
"kind": "SCALAR",
|
|
76601
|
-
"name": "String",
|
|
76602
|
-
"ofType": null
|
|
76603
|
-
}
|
|
76604
|
-
},
|
|
76605
|
-
"isDeprecated": false,
|
|
76606
|
-
"deprecationReason": null
|
|
76607
|
-
}
|
|
76608
|
-
],
|
|
76609
|
-
"inputFields": null,
|
|
76610
|
-
"interfaces": [],
|
|
76611
|
-
"enumValues": null,
|
|
76612
|
-
"possibleTypes": null
|
|
76613
|
-
},
|
|
76614
77214
|
{
|
|
76615
77215
|
"kind": "OBJECT",
|
|
76616
77216
|
"name": "UnitAmountChangeVariables",
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|