stigg-api-client 2.287.0 → 2.289.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 +44 -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: fe375c2c1b0c7f2ff34fb705dac2c61314455106a47ddf63ad8120251f5459ec
|
|
4
|
+
data.tar.gz: 62367ea52666be3afbaa11887184b9a6ee7fc32e3ab845a14133a64e8fea3919
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65619c99cde66ad926ab720b1c330fbe0bcc04483fdaa2ca264faf4e17efa622c1b8d1e0510a29c0376b31ca16e43778a46806ef1de890f9758022ed2e202f43
|
|
7
|
+
data.tar.gz: 6df1050a7d36f27b8e773a2a0cd79343691366e1b2fcc048c6857e87d35ae1fca2473ff0599a9d21760b9acb7a9d91d22e2fc00455bba48856f5df53d63024da
|
data/Gemfile.lock
CHANGED
|
@@ -34098,6 +34098,18 @@
|
|
|
34098
34098
|
"isDeprecated": false,
|
|
34099
34099
|
"deprecationReason": null
|
|
34100
34100
|
},
|
|
34101
|
+
{
|
|
34102
|
+
"name": "salesforceId",
|
|
34103
|
+
"description": null,
|
|
34104
|
+
"type": {
|
|
34105
|
+
"kind": "SCALAR",
|
|
34106
|
+
"name": "String",
|
|
34107
|
+
"ofType": null
|
|
34108
|
+
},
|
|
34109
|
+
"defaultValue": null,
|
|
34110
|
+
"isDeprecated": false,
|
|
34111
|
+
"deprecationReason": null
|
|
34112
|
+
},
|
|
34101
34113
|
{
|
|
34102
34114
|
"name": "updatedAt",
|
|
34103
34115
|
"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",
|
|
@@ -35370,6 +35382,18 @@
|
|
|
35370
35382
|
"isDeprecated": false,
|
|
35371
35383
|
"deprecationReason": null
|
|
35372
35384
|
},
|
|
35385
|
+
{
|
|
35386
|
+
"name": "salesforceId",
|
|
35387
|
+
"description": null,
|
|
35388
|
+
"type": {
|
|
35389
|
+
"kind": "SCALAR",
|
|
35390
|
+
"name": "String",
|
|
35391
|
+
"ofType": null
|
|
35392
|
+
},
|
|
35393
|
+
"defaultValue": null,
|
|
35394
|
+
"isDeprecated": false,
|
|
35395
|
+
"deprecationReason": null
|
|
35396
|
+
},
|
|
35373
35397
|
{
|
|
35374
35398
|
"name": "startDate",
|
|
35375
35399
|
"description": null,
|
|
@@ -35382,6 +35406,26 @@
|
|
|
35382
35406
|
"isDeprecated": false,
|
|
35383
35407
|
"deprecationReason": null
|
|
35384
35408
|
},
|
|
35409
|
+
{
|
|
35410
|
+
"name": "subscriptionEntitlements",
|
|
35411
|
+
"description": null,
|
|
35412
|
+
"type": {
|
|
35413
|
+
"kind": "LIST",
|
|
35414
|
+
"name": null,
|
|
35415
|
+
"ofType": {
|
|
35416
|
+
"kind": "NON_NULL",
|
|
35417
|
+
"name": null,
|
|
35418
|
+
"ofType": {
|
|
35419
|
+
"kind": "INPUT_OBJECT",
|
|
35420
|
+
"name": "SubscriptionEntitlementInput",
|
|
35421
|
+
"ofType": null
|
|
35422
|
+
}
|
|
35423
|
+
}
|
|
35424
|
+
},
|
|
35425
|
+
"defaultValue": null,
|
|
35426
|
+
"isDeprecated": false,
|
|
35427
|
+
"deprecationReason": null
|
|
35428
|
+
},
|
|
35385
35429
|
{
|
|
35386
35430
|
"name": "unitQuantity",
|
|
35387
35431
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED