stigg-api-client 1.75.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce18b02fe38e3eacb8b486be259d2cea3164dc5cebdce6fd929a2912ec25af2a
4
- data.tar.gz: 576fba87cb5098328ec8900213fab022156b7879757edb67ddf06a84d817eb41
3
+ metadata.gz: 70cf99c67c464ea0b55a6ff61f2b7186194bc9f5b80eae62185f8132293ba6f2
4
+ data.tar.gz: 2a7694c5ed2afe8f509e2b91ca74bef4c21e011c79061af96767d150337bbac9
5
5
  SHA512:
6
- metadata.gz: 4d422751d99b999f97d5ea6f2053a3013aec3e0f1c7025b0e26bf2da96ee6053def87363d60dc21d6ddc3c38001277f1b065870e71b750c9e060141e38651dd0
7
- data.tar.gz: 771ab830da435a90999ae9258740682cb275c85865da76365ae9c5b7d38948f3fd79c66dc018c7e2e954cfa28f4c17415bc29643d53b9ea136667a9809b6c92f
6
+ metadata.gz: c4920d94846cd05ea5311c0202628244d26b3e314d121eb0894d696c48bedf03ca55437141053a6857b8cb79ae451148a5a388eb30379e4699117a4f68290578
7
+ data.tar.gz: 04042a870e2bdd10e34279dd0c6729f993089fbb74d58bcbaa2f5909228a31083c1f3458b37b56fbb96fb335dc4b8e850fe314a63e83602575ba584911e4f9c4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.75.0)
4
+ stigg-api-client (1.76.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -23215,6 +23215,133 @@
23215
23215
  "enumValues": null,
23216
23216
  "possibleTypes": null
23217
23217
  },
23218
+ {
23219
+ "kind": "OBJECT",
23220
+ "name": "EventListItem",
23221
+ "description": null,
23222
+ "fields": [
23223
+ {
23224
+ "name": "customer",
23225
+ "description": null,
23226
+ "args": [],
23227
+ "type": {
23228
+ "kind": "OBJECT",
23229
+ "name": "Customer",
23230
+ "ofType": null
23231
+ },
23232
+ "isDeprecated": false,
23233
+ "deprecationReason": null
23234
+ },
23235
+ {
23236
+ "name": "customerId",
23237
+ "description": null,
23238
+ "args": [],
23239
+ "type": {
23240
+ "kind": "NON_NULL",
23241
+ "name": null,
23242
+ "ofType": {
23243
+ "kind": "SCALAR",
23244
+ "name": "String",
23245
+ "ofType": null
23246
+ }
23247
+ },
23248
+ "isDeprecated": false,
23249
+ "deprecationReason": null
23250
+ },
23251
+ {
23252
+ "name": "dimensions",
23253
+ "description": null,
23254
+ "args": [],
23255
+ "type": {
23256
+ "kind": "SCALAR",
23257
+ "name": "JSON",
23258
+ "ofType": null
23259
+ },
23260
+ "isDeprecated": false,
23261
+ "deprecationReason": null
23262
+ },
23263
+ {
23264
+ "name": "eventName",
23265
+ "description": null,
23266
+ "args": [],
23267
+ "type": {
23268
+ "kind": "NON_NULL",
23269
+ "name": null,
23270
+ "ofType": {
23271
+ "kind": "SCALAR",
23272
+ "name": "String",
23273
+ "ofType": null
23274
+ }
23275
+ },
23276
+ "isDeprecated": false,
23277
+ "deprecationReason": null
23278
+ },
23279
+ {
23280
+ "name": "id",
23281
+ "description": null,
23282
+ "args": [],
23283
+ "type": {
23284
+ "kind": "NON_NULL",
23285
+ "name": null,
23286
+ "ofType": {
23287
+ "kind": "SCALAR",
23288
+ "name": "String",
23289
+ "ofType": null
23290
+ }
23291
+ },
23292
+ "isDeprecated": false,
23293
+ "deprecationReason": null
23294
+ },
23295
+ {
23296
+ "name": "idempotencyKey",
23297
+ "description": null,
23298
+ "args": [],
23299
+ "type": {
23300
+ "kind": "NON_NULL",
23301
+ "name": null,
23302
+ "ofType": {
23303
+ "kind": "SCALAR",
23304
+ "name": "String",
23305
+ "ofType": null
23306
+ }
23307
+ },
23308
+ "isDeprecated": false,
23309
+ "deprecationReason": null
23310
+ },
23311
+ {
23312
+ "name": "resourceId",
23313
+ "description": null,
23314
+ "args": [],
23315
+ "type": {
23316
+ "kind": "SCALAR",
23317
+ "name": "String",
23318
+ "ofType": null
23319
+ },
23320
+ "isDeprecated": false,
23321
+ "deprecationReason": null
23322
+ },
23323
+ {
23324
+ "name": "timestamp",
23325
+ "description": null,
23326
+ "args": [],
23327
+ "type": {
23328
+ "kind": "NON_NULL",
23329
+ "name": null,
23330
+ "ofType": {
23331
+ "kind": "SCALAR",
23332
+ "name": "String",
23333
+ "ofType": null
23334
+ }
23335
+ },
23336
+ "isDeprecated": false,
23337
+ "deprecationReason": null
23338
+ }
23339
+ ],
23340
+ "inputFields": null,
23341
+ "interfaces": [],
23342
+ "enumValues": null,
23343
+ "possibleTypes": null
23344
+ },
23218
23345
  {
23219
23346
  "kind": "OBJECT",
23220
23347
  "name": "EventLog",
@@ -23940,6 +24067,80 @@
23940
24067
  "enumValues": null,
23941
24068
  "possibleTypes": null
23942
24069
  },
24070
+ {
24071
+ "kind": "OBJECT",
24072
+ "name": "EventsList",
24073
+ "description": null,
24074
+ "fields": [
24075
+ {
24076
+ "name": "events",
24077
+ "description": null,
24078
+ "args": [],
24079
+ "type": {
24080
+ "kind": "NON_NULL",
24081
+ "name": null,
24082
+ "ofType": {
24083
+ "kind": "LIST",
24084
+ "name": null,
24085
+ "ofType": {
24086
+ "kind": "NON_NULL",
24087
+ "name": null,
24088
+ "ofType": {
24089
+ "kind": "OBJECT",
24090
+ "name": "EventListItem",
24091
+ "ofType": null
24092
+ }
24093
+ }
24094
+ }
24095
+ },
24096
+ "isDeprecated": false,
24097
+ "deprecationReason": null
24098
+ }
24099
+ ],
24100
+ "inputFields": null,
24101
+ "interfaces": [],
24102
+ "enumValues": null,
24103
+ "possibleTypes": null
24104
+ },
24105
+ {
24106
+ "kind": "INPUT_OBJECT",
24107
+ "name": "EventsListInput",
24108
+ "description": null,
24109
+ "fields": null,
24110
+ "inputFields": [
24111
+ {
24112
+ "name": "customerId",
24113
+ "description": null,
24114
+ "type": {
24115
+ "kind": "SCALAR",
24116
+ "name": "String",
24117
+ "ofType": null
24118
+ },
24119
+ "defaultValue": null,
24120
+ "isDeprecated": false,
24121
+ "deprecationReason": null
24122
+ },
24123
+ {
24124
+ "name": "environmentId",
24125
+ "description": null,
24126
+ "type": {
24127
+ "kind": "NON_NULL",
24128
+ "name": null,
24129
+ "ofType": {
24130
+ "kind": "SCALAR",
24131
+ "name": "String",
24132
+ "ofType": null
24133
+ }
24134
+ },
24135
+ "defaultValue": null,
24136
+ "isDeprecated": false,
24137
+ "deprecationReason": null
24138
+ }
24139
+ ],
24140
+ "interfaces": null,
24141
+ "enumValues": null,
24142
+ "possibleTypes": null
24143
+ },
23943
24144
  {
23944
24145
  "kind": "OBJECT",
23945
24146
  "name": "Experiment",
@@ -56698,6 +56899,39 @@
56698
56899
  "isDeprecated": false,
56699
56900
  "deprecationReason": null
56700
56901
  },
56902
+ {
56903
+ "name": "eventsList",
56904
+ "description": null,
56905
+ "args": [
56906
+ {
56907
+ "name": "input",
56908
+ "description": null,
56909
+ "type": {
56910
+ "kind": "NON_NULL",
56911
+ "name": null,
56912
+ "ofType": {
56913
+ "kind": "INPUT_OBJECT",
56914
+ "name": "EventsListInput",
56915
+ "ofType": null
56916
+ }
56917
+ },
56918
+ "defaultValue": null,
56919
+ "isDeprecated": false,
56920
+ "deprecationReason": null
56921
+ }
56922
+ ],
56923
+ "type": {
56924
+ "kind": "NON_NULL",
56925
+ "name": null,
56926
+ "ofType": {
56927
+ "kind": "OBJECT",
56928
+ "name": "EventsList",
56929
+ "ofType": null
56930
+ }
56931
+ },
56932
+ "isDeprecated": false,
56933
+ "deprecationReason": null
56934
+ },
56701
56935
  {
56702
56936
  "name": "experiment",
56703
56937
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.75.0"
4
+ VERSION = "1.76.0"
5
5
  end
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: 1.75.0
4
+ version: 1.76.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-03-13 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient