stigg-api-client 5.112.0 → 5.116.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 +467 -0
- 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: bce5d54a0a8bad4d8c1b32e63de06cfaf0adaf2675532afc3be38ed2d60842fb
|
|
4
|
+
data.tar.gz: e8787e32cfac58ec4b61edcd3d579c2b4e435340cfd3cfda17978575cea97fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc5e038f788942b33295aa262a6594d22f4d53cea7f98f91505901ae785994195b6d40cfa2f9391ca6539fd912d7d39159b0b2f055c9534cd21753e88edde8c9
|
|
7
|
+
data.tar.gz: 19a3de5dfa700952e96ea17ea86ab34eb19ceb397167930f2d59311464e1b1cb92077cfb0deeffa39a4aefbaf6b3bd4a7af36d5a237366e803d544b24858c647
|
data/Gemfile.lock
CHANGED
|
@@ -3151,6 +3151,116 @@
|
|
|
3151
3151
|
"enumValues": null,
|
|
3152
3152
|
"possibleTypes": null
|
|
3153
3153
|
},
|
|
3154
|
+
{
|
|
3155
|
+
"kind": "OBJECT",
|
|
3156
|
+
"name": "AddonVersionsConnection",
|
|
3157
|
+
"description": null,
|
|
3158
|
+
"fields": [
|
|
3159
|
+
{
|
|
3160
|
+
"name": "edges",
|
|
3161
|
+
"description": "Edges in the current page",
|
|
3162
|
+
"args": [],
|
|
3163
|
+
"type": {
|
|
3164
|
+
"kind": "NON_NULL",
|
|
3165
|
+
"name": null,
|
|
3166
|
+
"ofType": {
|
|
3167
|
+
"kind": "LIST",
|
|
3168
|
+
"name": null,
|
|
3169
|
+
"ofType": {
|
|
3170
|
+
"kind": "NON_NULL",
|
|
3171
|
+
"name": null,
|
|
3172
|
+
"ofType": {
|
|
3173
|
+
"kind": "OBJECT",
|
|
3174
|
+
"name": "AddonVersionsEdge",
|
|
3175
|
+
"ofType": null
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"isDeprecated": false,
|
|
3181
|
+
"deprecationReason": null
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "pageInfo",
|
|
3185
|
+
"description": "Pagination information",
|
|
3186
|
+
"args": [],
|
|
3187
|
+
"type": {
|
|
3188
|
+
"kind": "NON_NULL",
|
|
3189
|
+
"name": null,
|
|
3190
|
+
"ofType": {
|
|
3191
|
+
"kind": "OBJECT",
|
|
3192
|
+
"name": "PageInfo",
|
|
3193
|
+
"ofType": null
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
"isDeprecated": false,
|
|
3197
|
+
"deprecationReason": null
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"name": "totalCount",
|
|
3201
|
+
"description": "Total number of items matching the filter",
|
|
3202
|
+
"args": [],
|
|
3203
|
+
"type": {
|
|
3204
|
+
"kind": "NON_NULL",
|
|
3205
|
+
"name": null,
|
|
3206
|
+
"ofType": {
|
|
3207
|
+
"kind": "SCALAR",
|
|
3208
|
+
"name": "Int",
|
|
3209
|
+
"ofType": null
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
"isDeprecated": false,
|
|
3213
|
+
"deprecationReason": null
|
|
3214
|
+
}
|
|
3215
|
+
],
|
|
3216
|
+
"inputFields": null,
|
|
3217
|
+
"interfaces": [],
|
|
3218
|
+
"enumValues": null,
|
|
3219
|
+
"possibleTypes": null
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"kind": "OBJECT",
|
|
3223
|
+
"name": "AddonVersionsEdge",
|
|
3224
|
+
"description": null,
|
|
3225
|
+
"fields": [
|
|
3226
|
+
{
|
|
3227
|
+
"name": "cursor",
|
|
3228
|
+
"description": "An opaque cursor for this item",
|
|
3229
|
+
"args": [],
|
|
3230
|
+
"type": {
|
|
3231
|
+
"kind": "NON_NULL",
|
|
3232
|
+
"name": null,
|
|
3233
|
+
"ofType": {
|
|
3234
|
+
"kind": "SCALAR",
|
|
3235
|
+
"name": "String",
|
|
3236
|
+
"ofType": null
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"isDeprecated": false,
|
|
3240
|
+
"deprecationReason": null
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "node",
|
|
3244
|
+
"description": "The item at the edge",
|
|
3245
|
+
"args": [],
|
|
3246
|
+
"type": {
|
|
3247
|
+
"kind": "NON_NULL",
|
|
3248
|
+
"name": null,
|
|
3249
|
+
"ofType": {
|
|
3250
|
+
"kind": "OBJECT",
|
|
3251
|
+
"name": "Addon",
|
|
3252
|
+
"ofType": null
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
"isDeprecated": false,
|
|
3256
|
+
"deprecationReason": null
|
|
3257
|
+
}
|
|
3258
|
+
],
|
|
3259
|
+
"inputFields": null,
|
|
3260
|
+
"interfaces": [],
|
|
3261
|
+
"enumValues": null,
|
|
3262
|
+
"possibleTypes": null
|
|
3263
|
+
},
|
|
3154
3264
|
{
|
|
3155
3265
|
"kind": "INPUT_OBJECT",
|
|
3156
3266
|
"name": "Address",
|
|
@@ -51998,6 +52108,72 @@
|
|
|
51998
52108
|
"isDeprecated": false,
|
|
51999
52109
|
"deprecationReason": null
|
|
52000
52110
|
},
|
|
52111
|
+
{
|
|
52112
|
+
"name": "rollbackAddon",
|
|
52113
|
+
"description": "Rollback addon to a specific version by creating a new draft",
|
|
52114
|
+
"args": [
|
|
52115
|
+
{
|
|
52116
|
+
"name": "input",
|
|
52117
|
+
"description": "Rollback Package Input",
|
|
52118
|
+
"type": {
|
|
52119
|
+
"kind": "NON_NULL",
|
|
52120
|
+
"name": null,
|
|
52121
|
+
"ofType": {
|
|
52122
|
+
"kind": "INPUT_OBJECT",
|
|
52123
|
+
"name": "RollbackPackageInput",
|
|
52124
|
+
"ofType": null
|
|
52125
|
+
}
|
|
52126
|
+
},
|
|
52127
|
+
"defaultValue": null,
|
|
52128
|
+
"isDeprecated": false,
|
|
52129
|
+
"deprecationReason": null
|
|
52130
|
+
}
|
|
52131
|
+
],
|
|
52132
|
+
"type": {
|
|
52133
|
+
"kind": "NON_NULL",
|
|
52134
|
+
"name": null,
|
|
52135
|
+
"ofType": {
|
|
52136
|
+
"kind": "OBJECT",
|
|
52137
|
+
"name": "Addon",
|
|
52138
|
+
"ofType": null
|
|
52139
|
+
}
|
|
52140
|
+
},
|
|
52141
|
+
"isDeprecated": false,
|
|
52142
|
+
"deprecationReason": null
|
|
52143
|
+
},
|
|
52144
|
+
{
|
|
52145
|
+
"name": "rollbackPlan",
|
|
52146
|
+
"description": "Rollback plan to a specific version by creating a new draft",
|
|
52147
|
+
"args": [
|
|
52148
|
+
{
|
|
52149
|
+
"name": "input",
|
|
52150
|
+
"description": "Rollback Package Input",
|
|
52151
|
+
"type": {
|
|
52152
|
+
"kind": "NON_NULL",
|
|
52153
|
+
"name": null,
|
|
52154
|
+
"ofType": {
|
|
52155
|
+
"kind": "INPUT_OBJECT",
|
|
52156
|
+
"name": "RollbackPackageInput",
|
|
52157
|
+
"ofType": null
|
|
52158
|
+
}
|
|
52159
|
+
},
|
|
52160
|
+
"defaultValue": null,
|
|
52161
|
+
"isDeprecated": false,
|
|
52162
|
+
"deprecationReason": null
|
|
52163
|
+
}
|
|
52164
|
+
],
|
|
52165
|
+
"type": {
|
|
52166
|
+
"kind": "NON_NULL",
|
|
52167
|
+
"name": null,
|
|
52168
|
+
"ofType": {
|
|
52169
|
+
"kind": "OBJECT",
|
|
52170
|
+
"name": "Plan",
|
|
52171
|
+
"ofType": null
|
|
52172
|
+
}
|
|
52173
|
+
},
|
|
52174
|
+
"isDeprecated": false,
|
|
52175
|
+
"deprecationReason": null
|
|
52176
|
+
},
|
|
52001
52177
|
{
|
|
52002
52178
|
"name": "saveAutoRechargeSettings",
|
|
52003
52179
|
"description": "Save (create or update) auto-recharge settings",
|
|
@@ -67084,6 +67260,116 @@
|
|
|
67084
67260
|
"enumValues": null,
|
|
67085
67261
|
"possibleTypes": null
|
|
67086
67262
|
},
|
|
67263
|
+
{
|
|
67264
|
+
"kind": "OBJECT",
|
|
67265
|
+
"name": "PlanVersionsConnection",
|
|
67266
|
+
"description": null,
|
|
67267
|
+
"fields": [
|
|
67268
|
+
{
|
|
67269
|
+
"name": "edges",
|
|
67270
|
+
"description": "Edges in the current page",
|
|
67271
|
+
"args": [],
|
|
67272
|
+
"type": {
|
|
67273
|
+
"kind": "NON_NULL",
|
|
67274
|
+
"name": null,
|
|
67275
|
+
"ofType": {
|
|
67276
|
+
"kind": "LIST",
|
|
67277
|
+
"name": null,
|
|
67278
|
+
"ofType": {
|
|
67279
|
+
"kind": "NON_NULL",
|
|
67280
|
+
"name": null,
|
|
67281
|
+
"ofType": {
|
|
67282
|
+
"kind": "OBJECT",
|
|
67283
|
+
"name": "PlanVersionsEdge",
|
|
67284
|
+
"ofType": null
|
|
67285
|
+
}
|
|
67286
|
+
}
|
|
67287
|
+
}
|
|
67288
|
+
},
|
|
67289
|
+
"isDeprecated": false,
|
|
67290
|
+
"deprecationReason": null
|
|
67291
|
+
},
|
|
67292
|
+
{
|
|
67293
|
+
"name": "pageInfo",
|
|
67294
|
+
"description": "Pagination information",
|
|
67295
|
+
"args": [],
|
|
67296
|
+
"type": {
|
|
67297
|
+
"kind": "NON_NULL",
|
|
67298
|
+
"name": null,
|
|
67299
|
+
"ofType": {
|
|
67300
|
+
"kind": "OBJECT",
|
|
67301
|
+
"name": "PageInfo",
|
|
67302
|
+
"ofType": null
|
|
67303
|
+
}
|
|
67304
|
+
},
|
|
67305
|
+
"isDeprecated": false,
|
|
67306
|
+
"deprecationReason": null
|
|
67307
|
+
},
|
|
67308
|
+
{
|
|
67309
|
+
"name": "totalCount",
|
|
67310
|
+
"description": "Total number of items matching the filter",
|
|
67311
|
+
"args": [],
|
|
67312
|
+
"type": {
|
|
67313
|
+
"kind": "NON_NULL",
|
|
67314
|
+
"name": null,
|
|
67315
|
+
"ofType": {
|
|
67316
|
+
"kind": "SCALAR",
|
|
67317
|
+
"name": "Int",
|
|
67318
|
+
"ofType": null
|
|
67319
|
+
}
|
|
67320
|
+
},
|
|
67321
|
+
"isDeprecated": false,
|
|
67322
|
+
"deprecationReason": null
|
|
67323
|
+
}
|
|
67324
|
+
],
|
|
67325
|
+
"inputFields": null,
|
|
67326
|
+
"interfaces": [],
|
|
67327
|
+
"enumValues": null,
|
|
67328
|
+
"possibleTypes": null
|
|
67329
|
+
},
|
|
67330
|
+
{
|
|
67331
|
+
"kind": "OBJECT",
|
|
67332
|
+
"name": "PlanVersionsEdge",
|
|
67333
|
+
"description": null,
|
|
67334
|
+
"fields": [
|
|
67335
|
+
{
|
|
67336
|
+
"name": "cursor",
|
|
67337
|
+
"description": "An opaque cursor for this item",
|
|
67338
|
+
"args": [],
|
|
67339
|
+
"type": {
|
|
67340
|
+
"kind": "NON_NULL",
|
|
67341
|
+
"name": null,
|
|
67342
|
+
"ofType": {
|
|
67343
|
+
"kind": "SCALAR",
|
|
67344
|
+
"name": "String",
|
|
67345
|
+
"ofType": null
|
|
67346
|
+
}
|
|
67347
|
+
},
|
|
67348
|
+
"isDeprecated": false,
|
|
67349
|
+
"deprecationReason": null
|
|
67350
|
+
},
|
|
67351
|
+
{
|
|
67352
|
+
"name": "node",
|
|
67353
|
+
"description": "The item at the edge",
|
|
67354
|
+
"args": [],
|
|
67355
|
+
"type": {
|
|
67356
|
+
"kind": "NON_NULL",
|
|
67357
|
+
"name": null,
|
|
67358
|
+
"ofType": {
|
|
67359
|
+
"kind": "OBJECT",
|
|
67360
|
+
"name": "Plan",
|
|
67361
|
+
"ofType": null
|
|
67362
|
+
}
|
|
67363
|
+
},
|
|
67364
|
+
"isDeprecated": false,
|
|
67365
|
+
"deprecationReason": null
|
|
67366
|
+
}
|
|
67367
|
+
],
|
|
67368
|
+
"inputFields": null,
|
|
67369
|
+
"interfaces": [],
|
|
67370
|
+
"enumValues": null,
|
|
67371
|
+
"possibleTypes": null
|
|
67372
|
+
},
|
|
67087
67373
|
{
|
|
67088
67374
|
"kind": "INPUT_OBJECT",
|
|
67089
67375
|
"name": "PreparePaymentMethodFormInput",
|
|
@@ -76448,6 +76734,67 @@
|
|
|
76448
76734
|
"isDeprecated": false,
|
|
76449
76735
|
"deprecationReason": null
|
|
76450
76736
|
},
|
|
76737
|
+
{
|
|
76738
|
+
"name": "addonVersions",
|
|
76739
|
+
"description": "Get paginated list of addon versions by refId",
|
|
76740
|
+
"args": [
|
|
76741
|
+
{
|
|
76742
|
+
"name": "filter",
|
|
76743
|
+
"description": "Specify to filter the records returned.",
|
|
76744
|
+
"type": {
|
|
76745
|
+
"kind": "INPUT_OBJECT",
|
|
76746
|
+
"name": "AddonFilter",
|
|
76747
|
+
"ofType": null
|
|
76748
|
+
},
|
|
76749
|
+
"defaultValue": "{}",
|
|
76750
|
+
"isDeprecated": false,
|
|
76751
|
+
"deprecationReason": null
|
|
76752
|
+
},
|
|
76753
|
+
{
|
|
76754
|
+
"name": "paging",
|
|
76755
|
+
"description": "Limit or page results.",
|
|
76756
|
+
"type": {
|
|
76757
|
+
"kind": "INPUT_OBJECT",
|
|
76758
|
+
"name": "CursorPaging",
|
|
76759
|
+
"ofType": null
|
|
76760
|
+
},
|
|
76761
|
+
"defaultValue": "{first: 10}",
|
|
76762
|
+
"isDeprecated": false,
|
|
76763
|
+
"deprecationReason": null
|
|
76764
|
+
},
|
|
76765
|
+
{
|
|
76766
|
+
"name": "sorting",
|
|
76767
|
+
"description": "Specify to sort results.",
|
|
76768
|
+
"type": {
|
|
76769
|
+
"kind": "LIST",
|
|
76770
|
+
"name": null,
|
|
76771
|
+
"ofType": {
|
|
76772
|
+
"kind": "NON_NULL",
|
|
76773
|
+
"name": null,
|
|
76774
|
+
"ofType": {
|
|
76775
|
+
"kind": "INPUT_OBJECT",
|
|
76776
|
+
"name": "AddonSort",
|
|
76777
|
+
"ofType": null
|
|
76778
|
+
}
|
|
76779
|
+
}
|
|
76780
|
+
},
|
|
76781
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
76782
|
+
"isDeprecated": false,
|
|
76783
|
+
"deprecationReason": null
|
|
76784
|
+
}
|
|
76785
|
+
],
|
|
76786
|
+
"type": {
|
|
76787
|
+
"kind": "NON_NULL",
|
|
76788
|
+
"name": null,
|
|
76789
|
+
"ofType": {
|
|
76790
|
+
"kind": "OBJECT",
|
|
76791
|
+
"name": "AddonVersionsConnection",
|
|
76792
|
+
"ofType": null
|
|
76793
|
+
}
|
|
76794
|
+
},
|
|
76795
|
+
"isDeprecated": false,
|
|
76796
|
+
"deprecationReason": null
|
|
76797
|
+
},
|
|
76451
76798
|
{
|
|
76452
76799
|
"name": "addons",
|
|
76453
76800
|
"description": null,
|
|
@@ -78992,6 +79339,67 @@
|
|
|
78992
79339
|
"isDeprecated": false,
|
|
78993
79340
|
"deprecationReason": null
|
|
78994
79341
|
},
|
|
79342
|
+
{
|
|
79343
|
+
"name": "planVersions",
|
|
79344
|
+
"description": "Get paginated list of plan versions by refId",
|
|
79345
|
+
"args": [
|
|
79346
|
+
{
|
|
79347
|
+
"name": "filter",
|
|
79348
|
+
"description": "Specify to filter the records returned.",
|
|
79349
|
+
"type": {
|
|
79350
|
+
"kind": "INPUT_OBJECT",
|
|
79351
|
+
"name": "PlanFilter",
|
|
79352
|
+
"ofType": null
|
|
79353
|
+
},
|
|
79354
|
+
"defaultValue": "{}",
|
|
79355
|
+
"isDeprecated": false,
|
|
79356
|
+
"deprecationReason": null
|
|
79357
|
+
},
|
|
79358
|
+
{
|
|
79359
|
+
"name": "paging",
|
|
79360
|
+
"description": "Limit or page results.",
|
|
79361
|
+
"type": {
|
|
79362
|
+
"kind": "INPUT_OBJECT",
|
|
79363
|
+
"name": "CursorPaging",
|
|
79364
|
+
"ofType": null
|
|
79365
|
+
},
|
|
79366
|
+
"defaultValue": "{first: 10}",
|
|
79367
|
+
"isDeprecated": false,
|
|
79368
|
+
"deprecationReason": null
|
|
79369
|
+
},
|
|
79370
|
+
{
|
|
79371
|
+
"name": "sorting",
|
|
79372
|
+
"description": "Specify to sort results.",
|
|
79373
|
+
"type": {
|
|
79374
|
+
"kind": "LIST",
|
|
79375
|
+
"name": null,
|
|
79376
|
+
"ofType": {
|
|
79377
|
+
"kind": "NON_NULL",
|
|
79378
|
+
"name": null,
|
|
79379
|
+
"ofType": {
|
|
79380
|
+
"kind": "INPUT_OBJECT",
|
|
79381
|
+
"name": "PlanSort",
|
|
79382
|
+
"ofType": null
|
|
79383
|
+
}
|
|
79384
|
+
}
|
|
79385
|
+
},
|
|
79386
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
79387
|
+
"isDeprecated": false,
|
|
79388
|
+
"deprecationReason": null
|
|
79389
|
+
}
|
|
79390
|
+
],
|
|
79391
|
+
"type": {
|
|
79392
|
+
"kind": "NON_NULL",
|
|
79393
|
+
"name": null,
|
|
79394
|
+
"ofType": {
|
|
79395
|
+
"kind": "OBJECT",
|
|
79396
|
+
"name": "PlanVersionsConnection",
|
|
79397
|
+
"ofType": null
|
|
79398
|
+
}
|
|
79399
|
+
},
|
|
79400
|
+
"isDeprecated": false,
|
|
79401
|
+
"deprecationReason": null
|
|
79402
|
+
},
|
|
78995
79403
|
{
|
|
78996
79404
|
"name": "plans",
|
|
78997
79405
|
"description": null,
|
|
@@ -80936,6 +81344,65 @@
|
|
|
80936
81344
|
"enumValues": null,
|
|
80937
81345
|
"possibleTypes": null
|
|
80938
81346
|
},
|
|
81347
|
+
{
|
|
81348
|
+
"kind": "INPUT_OBJECT",
|
|
81349
|
+
"name": "RollbackPackageInput",
|
|
81350
|
+
"description": "Rollback Package Input",
|
|
81351
|
+
"fields": null,
|
|
81352
|
+
"inputFields": [
|
|
81353
|
+
{
|
|
81354
|
+
"name": "environmentId",
|
|
81355
|
+
"description": "The unique identifier for the environment",
|
|
81356
|
+
"type": {
|
|
81357
|
+
"kind": "NON_NULL",
|
|
81358
|
+
"name": null,
|
|
81359
|
+
"ofType": {
|
|
81360
|
+
"kind": "SCALAR",
|
|
81361
|
+
"name": "String",
|
|
81362
|
+
"ofType": null
|
|
81363
|
+
}
|
|
81364
|
+
},
|
|
81365
|
+
"defaultValue": null,
|
|
81366
|
+
"isDeprecated": false,
|
|
81367
|
+
"deprecationReason": null
|
|
81368
|
+
},
|
|
81369
|
+
{
|
|
81370
|
+
"name": "refId",
|
|
81371
|
+
"description": "The unique identifier for the entity",
|
|
81372
|
+
"type": {
|
|
81373
|
+
"kind": "NON_NULL",
|
|
81374
|
+
"name": null,
|
|
81375
|
+
"ofType": {
|
|
81376
|
+
"kind": "SCALAR",
|
|
81377
|
+
"name": "String",
|
|
81378
|
+
"ofType": null
|
|
81379
|
+
}
|
|
81380
|
+
},
|
|
81381
|
+
"defaultValue": null,
|
|
81382
|
+
"isDeprecated": false,
|
|
81383
|
+
"deprecationReason": null
|
|
81384
|
+
},
|
|
81385
|
+
{
|
|
81386
|
+
"name": "versionNumber",
|
|
81387
|
+
"description": "The version number to rollback to",
|
|
81388
|
+
"type": {
|
|
81389
|
+
"kind": "NON_NULL",
|
|
81390
|
+
"name": null,
|
|
81391
|
+
"ofType": {
|
|
81392
|
+
"kind": "SCALAR",
|
|
81393
|
+
"name": "Int",
|
|
81394
|
+
"ofType": null
|
|
81395
|
+
}
|
|
81396
|
+
},
|
|
81397
|
+
"defaultValue": null,
|
|
81398
|
+
"isDeprecated": false,
|
|
81399
|
+
"deprecationReason": null
|
|
81400
|
+
}
|
|
81401
|
+
],
|
|
81402
|
+
"interfaces": null,
|
|
81403
|
+
"enumValues": null,
|
|
81404
|
+
"possibleTypes": null
|
|
81405
|
+
},
|
|
80939
81406
|
{
|
|
80940
81407
|
"kind": "OBJECT",
|
|
80941
81408
|
"name": "SalesforceCredentials",
|
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: 5.
|
|
4
|
+
version: 5.116.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|