stigg-api-client 1.156.0 → 1.157.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 +24 -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: 117fca90d6444ff88f5007557fccb3641b37fa8a6937c3434f0a3968476d56b8
|
|
4
|
+
data.tar.gz: b80a2e375e4a6bbd2636527853427e1e402a3dd182f351eeef90ae0ba73f9767
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fff259628a99f93c27729b6afc226045cd677a20dc4c673d05f2e92b0ad92d9282e2ca36ddb6a4f3bf5d00e243e50de5337c8e21c6cafa274f932280c7f9eca
|
|
7
|
+
data.tar.gz: f940fe3ef284a76515fa40e7c73cafd7286dc3776c652f8b3e253fff6a0ab742087a1da0e41a2b594d6fa341dab4b6b99c57906945c1e39364aeeaff110e53cc
|
data/Gemfile.lock
CHANGED
|
@@ -30990,6 +30990,18 @@
|
|
|
30990
30990
|
"defaultValue": null,
|
|
30991
30991
|
"isDeprecated": false,
|
|
30992
30992
|
"deprecationReason": null
|
|
30993
|
+
},
|
|
30994
|
+
{
|
|
30995
|
+
"name": "updatedAt",
|
|
30996
|
+
"description": "Indicates the last update of the customer. In case there's already existing customer that was updated after that date, it will skip import this customer",
|
|
30997
|
+
"type": {
|
|
30998
|
+
"kind": "SCALAR",
|
|
30999
|
+
"name": "DateTime",
|
|
31000
|
+
"ofType": null
|
|
31001
|
+
},
|
|
31002
|
+
"defaultValue": null,
|
|
31003
|
+
"isDeprecated": false,
|
|
31004
|
+
"deprecationReason": null
|
|
30993
31005
|
}
|
|
30994
31006
|
],
|
|
30995
31007
|
"interfaces": null,
|
|
@@ -32222,6 +32234,18 @@
|
|
|
32222
32234
|
"defaultValue": null,
|
|
32223
32235
|
"isDeprecated": false,
|
|
32224
32236
|
"deprecationReason": null
|
|
32237
|
+
},
|
|
32238
|
+
{
|
|
32239
|
+
"name": "updatedAt",
|
|
32240
|
+
"description": "Indicates the last update of the subscription. In case there's already existing subscription that was updated after that date, it will skip import this subscription",
|
|
32241
|
+
"type": {
|
|
32242
|
+
"kind": "SCALAR",
|
|
32243
|
+
"name": "DateTime",
|
|
32244
|
+
"ofType": null
|
|
32245
|
+
},
|
|
32246
|
+
"defaultValue": null,
|
|
32247
|
+
"isDeprecated": false,
|
|
32248
|
+
"deprecationReason": null
|
|
32225
32249
|
}
|
|
32226
32250
|
],
|
|
32227
32251
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED