stigg-api-client 2.300.0 → 2.303.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e80ac051ab7fae75f188815e0c959e78b7d02091ddd4008c638aec36fd8a488
4
- data.tar.gz: 0cedfb7ded8cbd0f4bcb807f489fdaa2a9a6f4ae657bb57f39b0fe3ffe7a365f
3
+ metadata.gz: 11aa852b9eccd303ec687b86ab9a6a5f709faddc4308d4fb865a1cf16f4d1a24
4
+ data.tar.gz: 8c9de5164dadbd007215aa080e6ae00528472279ea41e139ab7337d6fba9f677
5
5
  SHA512:
6
- metadata.gz: 728be143a306fc964860b91c236323eb9dad9d84610a9c3c54668caf61ffe50eee9e0ca52e3f217f6b6cbd734d2877bb07651449c456555fa6da33758b13e7a5
7
- data.tar.gz: 228cb53c4372c75ae76411b885227c4df905a8489b32ae7187decace74fdd48740f2c19aa5d319474de49e245bf6373d106e27b7335f94770fe1a4dd9af35c94
6
+ metadata.gz: 5be5633e332a06c80da614847ac68f4b7f5309bf54c2bf8f2780b9bff4b6a1f80c570978fe3dcd7d939f02da9e76302231eab659d77a843a291709c87774b9cd
7
+ data.tar.gz: 3986ca690237c3f08481ddaf589de8f61aa4dc0d1581c0dd33e35d27042f9feb9408d47eed768f3dd8f4bcc7152835aa8b6bf73d99d90dd86574d1ac68938cc1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.300.0)
4
+ stigg-api-client (2.303.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -10164,6 +10164,30 @@
10164
10164
  "isDeprecated": false,
10165
10165
  "deprecationReason": null
10166
10166
  },
10167
+ {
10168
+ "name": "integrationId",
10169
+ "description": "The reference ID for the integration",
10170
+ "type": {
10171
+ "kind": "SCALAR",
10172
+ "name": "String",
10173
+ "ofType": null
10174
+ },
10175
+ "defaultValue": null,
10176
+ "isDeprecated": false,
10177
+ "deprecationReason": null
10178
+ },
10179
+ {
10180
+ "name": "isDefault",
10181
+ "description": "Whether the integration is the default integration",
10182
+ "type": {
10183
+ "kind": "SCALAR",
10184
+ "name": "Boolean",
10185
+ "ofType": null
10186
+ },
10187
+ "defaultValue": null,
10188
+ "isDeprecated": false,
10189
+ "deprecationReason": null
10190
+ },
10167
10191
  {
10168
10192
  "name": "openFGACredentials",
10169
10193
  "description": null,
@@ -36117,6 +36141,30 @@
36117
36141
  "isDeprecated": false,
36118
36142
  "deprecationReason": null
36119
36143
  },
36144
+ {
36145
+ "name": "integrationId",
36146
+ "description": "The reference ID for the integration",
36147
+ "args": [],
36148
+ "type": {
36149
+ "kind": "SCALAR",
36150
+ "name": "String",
36151
+ "ofType": null
36152
+ },
36153
+ "isDeprecated": false,
36154
+ "deprecationReason": null
36155
+ },
36156
+ {
36157
+ "name": "isDefault",
36158
+ "description": "Whether the integration is the default",
36159
+ "args": [],
36160
+ "type": {
36161
+ "kind": "SCALAR",
36162
+ "name": "Boolean",
36163
+ "ofType": null
36164
+ },
36165
+ "isDeprecated": false,
36166
+ "deprecationReason": null
36167
+ },
36120
36168
  {
36121
36169
  "name": "vendorIdentifier",
36122
36170
  "description": null,
@@ -36132,6 +36180,22 @@
36132
36180
  },
36133
36181
  "isDeprecated": false,
36134
36182
  "deprecationReason": null
36183
+ },
36184
+ {
36185
+ "name": "vendorType",
36186
+ "description": "The vendor type",
36187
+ "args": [],
36188
+ "type": {
36189
+ "kind": "NON_NULL",
36190
+ "name": null,
36191
+ "ofType": {
36192
+ "kind": "ENUM",
36193
+ "name": "VendorType",
36194
+ "ofType": null
36195
+ }
36196
+ },
36197
+ "isDeprecated": false,
36198
+ "deprecationReason": null
36135
36199
  }
36136
36200
  ],
36137
36201
  "inputFields": null,
@@ -36191,6 +36255,18 @@
36191
36255
  },
36192
36256
  "isDeprecated": false,
36193
36257
  "deprecationReason": null
36258
+ },
36259
+ {
36260
+ "name": "vendorType",
36261
+ "description": null,
36262
+ "args": [],
36263
+ "type": {
36264
+ "kind": "ENUM",
36265
+ "name": "VendorType",
36266
+ "ofType": null
36267
+ },
36268
+ "isDeprecated": false,
36269
+ "deprecationReason": null
36194
36270
  }
36195
36271
  ],
36196
36272
  "inputFields": null,
@@ -36317,6 +36393,18 @@
36317
36393
  },
36318
36394
  "isDeprecated": false,
36319
36395
  "deprecationReason": null
36396
+ },
36397
+ {
36398
+ "name": "vendorType",
36399
+ "description": null,
36400
+ "args": [],
36401
+ "type": {
36402
+ "kind": "SCALAR",
36403
+ "name": "Int",
36404
+ "ofType": null
36405
+ },
36406
+ "isDeprecated": false,
36407
+ "deprecationReason": null
36320
36408
  }
36321
36409
  ],
36322
36410
  "inputFields": null,
@@ -36377,6 +36465,30 @@
36377
36465
  "isDeprecated": false,
36378
36466
  "deprecationReason": null
36379
36467
  },
36468
+ {
36469
+ "name": "integrationId",
36470
+ "description": "The reference ID for the integration",
36471
+ "args": [],
36472
+ "type": {
36473
+ "kind": "SCALAR",
36474
+ "name": "String",
36475
+ "ofType": null
36476
+ },
36477
+ "isDeprecated": false,
36478
+ "deprecationReason": null
36479
+ },
36480
+ {
36481
+ "name": "isDefault",
36482
+ "description": "Whether the integration is the default",
36483
+ "args": [],
36484
+ "type": {
36485
+ "kind": "SCALAR",
36486
+ "name": "Boolean",
36487
+ "ofType": null
36488
+ },
36489
+ "isDeprecated": false,
36490
+ "deprecationReason": null
36491
+ },
36380
36492
  {
36381
36493
  "name": "vendorIdentifier",
36382
36494
  "description": null,
@@ -36388,6 +36500,18 @@
36388
36500
  },
36389
36501
  "isDeprecated": false,
36390
36502
  "deprecationReason": null
36503
+ },
36504
+ {
36505
+ "name": "vendorType",
36506
+ "description": "The vendor type",
36507
+ "args": [],
36508
+ "type": {
36509
+ "kind": "ENUM",
36510
+ "name": "VendorType",
36511
+ "ofType": null
36512
+ },
36513
+ "isDeprecated": false,
36514
+ "deprecationReason": null
36391
36515
  }
36392
36516
  ],
36393
36517
  "inputFields": null,
@@ -36531,6 +36655,18 @@
36531
36655
  "defaultValue": null,
36532
36656
  "isDeprecated": false,
36533
36657
  "deprecationReason": null
36658
+ },
36659
+ {
36660
+ "name": "vendorType",
36661
+ "description": null,
36662
+ "type": {
36663
+ "kind": "INPUT_OBJECT",
36664
+ "name": "IntegrationVendorTypeFilterComparison",
36665
+ "ofType": null
36666
+ },
36667
+ "defaultValue": null,
36668
+ "isDeprecated": false,
36669
+ "deprecationReason": null
36534
36670
  }
36535
36671
  ],
36536
36672
  "interfaces": null,
@@ -36589,6 +36725,18 @@
36589
36725
  },
36590
36726
  "isDeprecated": false,
36591
36727
  "deprecationReason": null
36728
+ },
36729
+ {
36730
+ "name": "vendorType",
36731
+ "description": null,
36732
+ "args": [],
36733
+ "type": {
36734
+ "kind": "ENUM",
36735
+ "name": "VendorType",
36736
+ "ofType": null
36737
+ },
36738
+ "isDeprecated": false,
36739
+ "deprecationReason": null
36592
36740
  }
36593
36741
  ],
36594
36742
  "inputFields": null,
@@ -36648,6 +36796,18 @@
36648
36796
  },
36649
36797
  "isDeprecated": false,
36650
36798
  "deprecationReason": null
36799
+ },
36800
+ {
36801
+ "name": "vendorType",
36802
+ "description": null,
36803
+ "args": [],
36804
+ "type": {
36805
+ "kind": "ENUM",
36806
+ "name": "VendorType",
36807
+ "ofType": null
36808
+ },
36809
+ "isDeprecated": false,
36810
+ "deprecationReason": null
36651
36811
  }
36652
36812
  ],
36653
36813
  "inputFields": null,
@@ -36741,10 +36901,91 @@
36741
36901
  "description": null,
36742
36902
  "isDeprecated": false,
36743
36903
  "deprecationReason": null
36904
+ },
36905
+ {
36906
+ "name": "vendorType",
36907
+ "description": null,
36908
+ "isDeprecated": false,
36909
+ "deprecationReason": null
36744
36910
  }
36745
36911
  ],
36746
36912
  "possibleTypes": null
36747
36913
  },
36914
+ {
36915
+ "kind": "INPUT_OBJECT",
36916
+ "name": "IntegrationVendorTypeFilterComparison",
36917
+ "description": null,
36918
+ "fields": null,
36919
+ "inputFields": [
36920
+ {
36921
+ "name": "eq",
36922
+ "description": null,
36923
+ "type": {
36924
+ "kind": "ENUM",
36925
+ "name": "VendorType",
36926
+ "ofType": null
36927
+ },
36928
+ "defaultValue": null,
36929
+ "isDeprecated": false,
36930
+ "deprecationReason": null
36931
+ },
36932
+ {
36933
+ "name": "in",
36934
+ "description": null,
36935
+ "type": {
36936
+ "kind": "LIST",
36937
+ "name": null,
36938
+ "ofType": {
36939
+ "kind": "NON_NULL",
36940
+ "name": null,
36941
+ "ofType": {
36942
+ "kind": "ENUM",
36943
+ "name": "VendorType",
36944
+ "ofType": null
36945
+ }
36946
+ }
36947
+ },
36948
+ "defaultValue": null,
36949
+ "isDeprecated": false,
36950
+ "deprecationReason": null
36951
+ },
36952
+ {
36953
+ "name": "neq",
36954
+ "description": null,
36955
+ "type": {
36956
+ "kind": "ENUM",
36957
+ "name": "VendorType",
36958
+ "ofType": null
36959
+ },
36960
+ "defaultValue": null,
36961
+ "isDeprecated": false,
36962
+ "deprecationReason": null
36963
+ },
36964
+ {
36965
+ "name": "notIn",
36966
+ "description": null,
36967
+ "type": {
36968
+ "kind": "LIST",
36969
+ "name": null,
36970
+ "ofType": {
36971
+ "kind": "NON_NULL",
36972
+ "name": null,
36973
+ "ofType": {
36974
+ "kind": "ENUM",
36975
+ "name": "VendorType",
36976
+ "ofType": null
36977
+ }
36978
+ }
36979
+ },
36980
+ "defaultValue": null,
36981
+ "isDeprecated": false,
36982
+ "deprecationReason": null
36983
+ }
36984
+ ],
36985
+ "interfaces": null,
36986
+ "enumValues": null,
36987
+ "possibleTypes": null
36988
+ },
36748
36989
  {
36749
36990
  "kind": "OBJECT",
36750
36991
  "name": "InvalidArgumentError",
@@ -80890,6 +81131,30 @@
80890
81131
  "isDeprecated": false,
80891
81132
  "deprecationReason": null
80892
81133
  },
81134
+ {
81135
+ "name": "integrationId",
81136
+ "description": "The reference ID for the integration",
81137
+ "type": {
81138
+ "kind": "SCALAR",
81139
+ "name": "String",
81140
+ "ofType": null
81141
+ },
81142
+ "defaultValue": null,
81143
+ "isDeprecated": false,
81144
+ "deprecationReason": null
81145
+ },
81146
+ {
81147
+ "name": "isDefault",
81148
+ "description": "Whether the integration is the default integration",
81149
+ "type": {
81150
+ "kind": "SCALAR",
81151
+ "name": "Boolean",
81152
+ "ofType": null
81153
+ },
81154
+ "defaultValue": null,
81155
+ "isDeprecated": false,
81156
+ "deprecationReason": null
81157
+ },
80893
81158
  {
80894
81159
  "name": "openFGACredentials",
80895
81160
  "description": null,
@@ -84948,6 +85213,47 @@
84948
85213
  "enumValues": null,
84949
85214
  "possibleTypes": null
84950
85215
  },
85216
+ {
85217
+ "kind": "ENUM",
85218
+ "name": "VendorType",
85219
+ "description": "The type of integration",
85220
+ "fields": null,
85221
+ "inputFields": null,
85222
+ "interfaces": null,
85223
+ "enumValues": [
85224
+ {
85225
+ "name": "AUTH",
85226
+ "description": "Authentication integration type",
85227
+ "isDeprecated": false,
85228
+ "deprecationReason": null
85229
+ },
85230
+ {
85231
+ "name": "BILLING",
85232
+ "description": "Billing integration type",
85233
+ "isDeprecated": false,
85234
+ "deprecationReason": null
85235
+ },
85236
+ {
85237
+ "name": "CRM",
85238
+ "description": "CRM integration type",
85239
+ "isDeprecated": false,
85240
+ "deprecationReason": null
85241
+ },
85242
+ {
85243
+ "name": "DATA_EXPORT",
85244
+ "description": "Data export integration type",
85245
+ "isDeprecated": false,
85246
+ "deprecationReason": null
85247
+ },
85248
+ {
85249
+ "name": "MARKETPLACE",
85250
+ "description": "Marketplace integration type",
85251
+ "isDeprecated": false,
85252
+ "deprecationReason": null
85253
+ }
85254
+ ],
85255
+ "possibleTypes": null
85256
+ },
84951
85257
  {
84952
85258
  "kind": "ENUM",
84953
85259
  "name": "WeeklyAccordingTo",
@@ -85312,6 +85618,18 @@
85312
85618
  "isDeprecated": false,
85313
85619
  "deprecationReason": null
85314
85620
  },
85621
+ {
85622
+ "name": "paymentPageId",
85623
+ "description": null,
85624
+ "args": [],
85625
+ "type": {
85626
+ "kind": "SCALAR",
85627
+ "name": "String",
85628
+ "ofType": null
85629
+ },
85630
+ "isDeprecated": false,
85631
+ "deprecationReason": null
85632
+ },
85315
85633
  {
85316
85634
  "name": "stripePublishableKey",
85317
85635
  "description": null,
@@ -85335,6 +85653,18 @@
85335
85653
  },
85336
85654
  "isDeprecated": false,
85337
85655
  "deprecationReason": null
85656
+ },
85657
+ {
85658
+ "name": "webhookSecret",
85659
+ "description": null,
85660
+ "args": [],
85661
+ "type": {
85662
+ "kind": "SCALAR",
85663
+ "name": "String",
85664
+ "ofType": null
85665
+ },
85666
+ "isDeprecated": false,
85667
+ "deprecationReason": null
85338
85668
  }
85339
85669
  ],
85340
85670
  "inputFields": 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 = "2.300.0"
4
+ VERSION = "2.303.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: 2.300.0
4
+ version: 2.303.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-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient