stigg-api-client 2.296.0 → 2.298.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/operations.rb +1 -1
- data/lib/stigg/generated/schema.json +5 -5
- 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: b435912f6bd785e7052417b39c077292a78e82576d3a332117a29f6dc50f26d4
|
4
|
+
data.tar.gz: 3036f5963687565960d355e4824993dd2ffbc7d2ec67d8f58dd5305fe98d5552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3546d57821b916c3b3f43b5d5c2bf0ab4525ecc350758b56243fa4194b2ccfe83a7fa13d2a936bb2613cc9345c88b6722b69f27911c854083346b9191ea0698e
|
7
|
+
data.tar.gz: 53a91deb66283a6b835de067cbae0c219fcdfe37d33c5fa84972f264df40d45f8bce7aa455c2b57aa9a66d7590baf9be35a6257de13b32c9e8daf9370717e6f6
|
data/Gemfile.lock
CHANGED
@@ -17660,7 +17660,7 @@
|
|
17660
17660
|
}
|
17661
17661
|
}
|
17662
17662
|
},
|
17663
|
-
"defaultValue": "[]",
|
17663
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
17664
17664
|
"isDeprecated": false,
|
17665
17665
|
"deprecationReason": null
|
17666
17666
|
}
|
@@ -63807,7 +63807,7 @@
|
|
63807
63807
|
"name": "CursorPaging",
|
63808
63808
|
"ofType": null
|
63809
63809
|
},
|
63810
|
-
"defaultValue": "{first:
|
63810
|
+
"defaultValue": "{first: 10}",
|
63811
63811
|
"isDeprecated": false,
|
63812
63812
|
"deprecationReason": null
|
63813
63813
|
},
|
@@ -64540,7 +64540,7 @@
|
|
64540
64540
|
}
|
64541
64541
|
}
|
64542
64542
|
},
|
64543
|
-
"defaultValue": "[]",
|
64543
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
64544
64544
|
"isDeprecated": false,
|
64545
64545
|
"deprecationReason": null
|
64546
64546
|
}
|
@@ -65333,7 +65333,7 @@
|
|
65333
65333
|
}
|
65334
65334
|
}
|
65335
65335
|
},
|
65336
|
-
"defaultValue": "[]",
|
65336
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
65337
65337
|
"isDeprecated": false,
|
65338
65338
|
"deprecationReason": null
|
65339
65339
|
}
|
@@ -65394,7 +65394,7 @@
|
|
65394
65394
|
}
|
65395
65395
|
}
|
65396
65396
|
},
|
65397
|
-
"defaultValue": "[]",
|
65397
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
65398
65398
|
"isDeprecated": false,
|
65399
65399
|
"deprecationReason": null
|
65400
65400
|
}
|
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.298.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|