stigg-api-client 1.37.1 → 1.40.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: 9093dec2dff9b99ca77a829b354f01d45250bff2498c750e82cc99983315dd93
4
- data.tar.gz: e5526a9ea3fe15b17253e57b8494abe26bf5c189ec7d5018041636609de55aed
3
+ metadata.gz: 7206aa43d8c73ce4e8dd89d5e327d80c51d892d747682573761777f6251d0416
4
+ data.tar.gz: fb3089c150e6d9148139499f324f114155db865dbcf1af8ed955ae01d3e99ee9
5
5
  SHA512:
6
- metadata.gz: e1e80b9c7badc458ad8658a09f55d797d495828e028ea27e43c2251de3748ee4a0aea5d5169aa2c68bc19ad4bc1a14c40940c756881c5f4374ac5a195193addc
7
- data.tar.gz: 782482c231323de88bab7275f95a51353240218dcf5b7aec3749a55ddf434aad58466ce57405b61029fcf20f224b61ad054723b4b58c3292a633a64ea5249247
6
+ metadata.gz: 8e9ac52828b5ea614dfc4cbf42638f98476c92c3f8c054c60e2cbf88508e8bf7c85da57e88aea20604d54444073b19db9546c3fd4da8255070a5fc66cfbb1645
7
+ data.tar.gz: 2c18cd222cd334bc5b3c3d7350f03dc40eb8747443d9696eef32d7e1f58426e5ce560c6999a6ceefc1391ca54b6353fbd3e0e57bfc0cd2a85e9282dac0e86951
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.37.1)
4
+ stigg-api-client (1.40.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -8187,6 +8187,18 @@
8187
8187
  "isDeprecated": false,
8188
8188
  "deprecationReason": null
8189
8189
  },
8190
+ {
8191
+ "name": "snowflakeCredentials",
8192
+ "description": null,
8193
+ "type": {
8194
+ "kind": "INPUT_OBJECT",
8195
+ "name": "SnowflakeCredentialsInput",
8196
+ "ofType": null
8197
+ },
8198
+ "defaultValue": null,
8199
+ "isDeprecated": false,
8200
+ "deprecationReason": null
8201
+ },
8190
8202
  {
8191
8203
  "name": "stripeCredentials",
8192
8204
  "description": null,
@@ -8662,6 +8674,11 @@
8662
8674
  "name": "HubspotCredentials",
8663
8675
  "ofType": null
8664
8676
  },
8677
+ {
8678
+ "kind": "OBJECT",
8679
+ "name": "SnowflakeCredentials",
8680
+ "ofType": null
8681
+ },
8665
8682
  {
8666
8683
  "kind": "OBJECT",
8667
8684
  "name": "StripeCredentials",
@@ -56420,6 +56437,260 @@
56420
56437
  "enumValues": null,
56421
56438
  "possibleTypes": null
56422
56439
  },
56440
+ {
56441
+ "kind": "OBJECT",
56442
+ "name": "SnowflakeCredentials",
56443
+ "description": null,
56444
+ "fields": [
56445
+ {
56446
+ "name": "airbyteConnectionId",
56447
+ "description": null,
56448
+ "args": [],
56449
+ "type": {
56450
+ "kind": "SCALAR",
56451
+ "name": "String",
56452
+ "ofType": null
56453
+ },
56454
+ "isDeprecated": false,
56455
+ "deprecationReason": null
56456
+ },
56457
+ {
56458
+ "name": "airbyteDestinationId",
56459
+ "description": null,
56460
+ "args": [],
56461
+ "type": {
56462
+ "kind": "SCALAR",
56463
+ "name": "String",
56464
+ "ofType": null
56465
+ },
56466
+ "isDeprecated": false,
56467
+ "deprecationReason": null
56468
+ },
56469
+ {
56470
+ "name": "database",
56471
+ "description": null,
56472
+ "args": [],
56473
+ "type": {
56474
+ "kind": "NON_NULL",
56475
+ "name": null,
56476
+ "ofType": {
56477
+ "kind": "SCALAR",
56478
+ "name": "String",
56479
+ "ofType": null
56480
+ }
56481
+ },
56482
+ "isDeprecated": false,
56483
+ "deprecationReason": null
56484
+ },
56485
+ {
56486
+ "name": "host",
56487
+ "description": null,
56488
+ "args": [],
56489
+ "type": {
56490
+ "kind": "NON_NULL",
56491
+ "name": null,
56492
+ "ofType": {
56493
+ "kind": "SCALAR",
56494
+ "name": "String",
56495
+ "ofType": null
56496
+ }
56497
+ },
56498
+ "isDeprecated": false,
56499
+ "deprecationReason": null
56500
+ },
56501
+ {
56502
+ "name": "role",
56503
+ "description": null,
56504
+ "args": [],
56505
+ "type": {
56506
+ "kind": "NON_NULL",
56507
+ "name": null,
56508
+ "ofType": {
56509
+ "kind": "SCALAR",
56510
+ "name": "String",
56511
+ "ofType": null
56512
+ }
56513
+ },
56514
+ "isDeprecated": false,
56515
+ "deprecationReason": null
56516
+ },
56517
+ {
56518
+ "name": "schemaName",
56519
+ "description": null,
56520
+ "args": [],
56521
+ "type": {
56522
+ "kind": "NON_NULL",
56523
+ "name": null,
56524
+ "ofType": {
56525
+ "kind": "SCALAR",
56526
+ "name": "String",
56527
+ "ofType": null
56528
+ }
56529
+ },
56530
+ "isDeprecated": false,
56531
+ "deprecationReason": null
56532
+ },
56533
+ {
56534
+ "name": "username",
56535
+ "description": null,
56536
+ "args": [],
56537
+ "type": {
56538
+ "kind": "NON_NULL",
56539
+ "name": null,
56540
+ "ofType": {
56541
+ "kind": "SCALAR",
56542
+ "name": "String",
56543
+ "ofType": null
56544
+ }
56545
+ },
56546
+ "isDeprecated": false,
56547
+ "deprecationReason": null
56548
+ },
56549
+ {
56550
+ "name": "warehouse",
56551
+ "description": null,
56552
+ "args": [],
56553
+ "type": {
56554
+ "kind": "NON_NULL",
56555
+ "name": null,
56556
+ "ofType": {
56557
+ "kind": "SCALAR",
56558
+ "name": "String",
56559
+ "ofType": null
56560
+ }
56561
+ },
56562
+ "isDeprecated": false,
56563
+ "deprecationReason": null
56564
+ }
56565
+ ],
56566
+ "inputFields": null,
56567
+ "interfaces": [],
56568
+ "enumValues": null,
56569
+ "possibleTypes": null
56570
+ },
56571
+ {
56572
+ "kind": "INPUT_OBJECT",
56573
+ "name": "SnowflakeCredentialsInput",
56574
+ "description": null,
56575
+ "fields": null,
56576
+ "inputFields": [
56577
+ {
56578
+ "name": "database",
56579
+ "description": null,
56580
+ "type": {
56581
+ "kind": "NON_NULL",
56582
+ "name": null,
56583
+ "ofType": {
56584
+ "kind": "SCALAR",
56585
+ "name": "String",
56586
+ "ofType": null
56587
+ }
56588
+ },
56589
+ "defaultValue": null,
56590
+ "isDeprecated": false,
56591
+ "deprecationReason": null
56592
+ },
56593
+ {
56594
+ "name": "host",
56595
+ "description": null,
56596
+ "type": {
56597
+ "kind": "NON_NULL",
56598
+ "name": null,
56599
+ "ofType": {
56600
+ "kind": "SCALAR",
56601
+ "name": "String",
56602
+ "ofType": null
56603
+ }
56604
+ },
56605
+ "defaultValue": null,
56606
+ "isDeprecated": false,
56607
+ "deprecationReason": null
56608
+ },
56609
+ {
56610
+ "name": "password",
56611
+ "description": null,
56612
+ "type": {
56613
+ "kind": "NON_NULL",
56614
+ "name": null,
56615
+ "ofType": {
56616
+ "kind": "SCALAR",
56617
+ "name": "String",
56618
+ "ofType": null
56619
+ }
56620
+ },
56621
+ "defaultValue": null,
56622
+ "isDeprecated": false,
56623
+ "deprecationReason": null
56624
+ },
56625
+ {
56626
+ "name": "role",
56627
+ "description": null,
56628
+ "type": {
56629
+ "kind": "NON_NULL",
56630
+ "name": null,
56631
+ "ofType": {
56632
+ "kind": "SCALAR",
56633
+ "name": "String",
56634
+ "ofType": null
56635
+ }
56636
+ },
56637
+ "defaultValue": null,
56638
+ "isDeprecated": false,
56639
+ "deprecationReason": null
56640
+ },
56641
+ {
56642
+ "name": "schemaName",
56643
+ "description": null,
56644
+ "type": {
56645
+ "kind": "NON_NULL",
56646
+ "name": null,
56647
+ "ofType": {
56648
+ "kind": "SCALAR",
56649
+ "name": "String",
56650
+ "ofType": null
56651
+ }
56652
+ },
56653
+ "defaultValue": null,
56654
+ "isDeprecated": false,
56655
+ "deprecationReason": null
56656
+ },
56657
+ {
56658
+ "name": "username",
56659
+ "description": null,
56660
+ "type": {
56661
+ "kind": "NON_NULL",
56662
+ "name": null,
56663
+ "ofType": {
56664
+ "kind": "SCALAR",
56665
+ "name": "String",
56666
+ "ofType": null
56667
+ }
56668
+ },
56669
+ "defaultValue": null,
56670
+ "isDeprecated": false,
56671
+ "deprecationReason": null
56672
+ },
56673
+ {
56674
+ "name": "warehouse",
56675
+ "description": null,
56676
+ "type": {
56677
+ "kind": "NON_NULL",
56678
+ "name": null,
56679
+ "ofType": {
56680
+ "kind": "SCALAR",
56681
+ "name": "String",
56682
+ "ofType": null
56683
+ }
56684
+ },
56685
+ "defaultValue": null,
56686
+ "isDeprecated": false,
56687
+ "deprecationReason": null
56688
+ }
56689
+ ],
56690
+ "interfaces": null,
56691
+ "enumValues": null,
56692
+ "possibleTypes": null
56693
+ },
56423
56694
  {
56424
56695
  "kind": "ENUM",
56425
56696
  "name": "SortDirection",
@@ -71389,6 +71660,12 @@
71389
71660
  "isDeprecated": false,
71390
71661
  "deprecationReason": null
71391
71662
  },
71663
+ {
71664
+ "name": "SNOWFLAKE",
71665
+ "description": null,
71666
+ "isDeprecated": false,
71667
+ "deprecationReason": null
71668
+ },
71392
71669
  {
71393
71670
  "name": "STRIPE",
71394
71671
  "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.37.1"
4
+ VERSION = "1.40.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.37.1
4
+ version: 1.40.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-02-08 00:00:00.000000000 Z
11
+ date: 2024-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient