stigg-api-client 1.37.1 → 1.40.2

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: 8654a2237ecb7108638234d88f08f4aed42693e7138f1b1b15c93ae881208eef
4
+ data.tar.gz: e9a4ae51fb44525d258a2e4ae9d90ee2bfda875d25bacf22c765b8d1097f9d52
5
5
  SHA512:
6
- metadata.gz: e1e80b9c7badc458ad8658a09f55d797d495828e028ea27e43c2251de3748ee4a0aea5d5169aa2c68bc19ad4bc1a14c40940c756881c5f4374ac5a195193addc
7
- data.tar.gz: 782482c231323de88bab7275f95a51353240218dcf5b7aec3749a55ddf434aad58466ce57405b61029fcf20f224b61ad054723b4b58c3292a633a64ea5249247
6
+ metadata.gz: bfa716759cca28fca9052f954cbadd41514682652d02eace5c323be753cc67474bc61678169344ad6a313c8a739df046f01d4465e626fb6d9be2af4db3b91c36
7
+ data.tar.gz: f1495a32ff40146ea8fe27143f781143b266c7ff17227d4c34f4118d022833b4b4a4257844561633f890c03abcdd222fa25cff8d595c4e3f26d61c4d1a01b394
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.2)
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",
@@ -32889,6 +32906,18 @@
32889
32906
  "isDeprecated": false,
32890
32907
  "deprecationReason": null
32891
32908
  },
32909
+ {
32910
+ "name": "destinationEnvironmentType",
32911
+ "description": "The type of the new environment. only relevant when `destinationEnvironmentSlug` is not passed.",
32912
+ "type": {
32913
+ "kind": "ENUM",
32914
+ "name": "EnvironmentType",
32915
+ "ofType": null
32916
+ },
32917
+ "defaultValue": null,
32918
+ "isDeprecated": false,
32919
+ "deprecationReason": null
32920
+ },
32892
32921
  {
32893
32922
  "name": "migrationType",
32894
32923
  "description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
@@ -56420,6 +56449,260 @@
56420
56449
  "enumValues": null,
56421
56450
  "possibleTypes": null
56422
56451
  },
56452
+ {
56453
+ "kind": "OBJECT",
56454
+ "name": "SnowflakeCredentials",
56455
+ "description": null,
56456
+ "fields": [
56457
+ {
56458
+ "name": "airbyteConnectionId",
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": "airbyteDestinationId",
56471
+ "description": null,
56472
+ "args": [],
56473
+ "type": {
56474
+ "kind": "SCALAR",
56475
+ "name": "String",
56476
+ "ofType": null
56477
+ },
56478
+ "isDeprecated": false,
56479
+ "deprecationReason": null
56480
+ },
56481
+ {
56482
+ "name": "database",
56483
+ "description": null,
56484
+ "args": [],
56485
+ "type": {
56486
+ "kind": "NON_NULL",
56487
+ "name": null,
56488
+ "ofType": {
56489
+ "kind": "SCALAR",
56490
+ "name": "String",
56491
+ "ofType": null
56492
+ }
56493
+ },
56494
+ "isDeprecated": false,
56495
+ "deprecationReason": null
56496
+ },
56497
+ {
56498
+ "name": "host",
56499
+ "description": null,
56500
+ "args": [],
56501
+ "type": {
56502
+ "kind": "NON_NULL",
56503
+ "name": null,
56504
+ "ofType": {
56505
+ "kind": "SCALAR",
56506
+ "name": "String",
56507
+ "ofType": null
56508
+ }
56509
+ },
56510
+ "isDeprecated": false,
56511
+ "deprecationReason": null
56512
+ },
56513
+ {
56514
+ "name": "role",
56515
+ "description": null,
56516
+ "args": [],
56517
+ "type": {
56518
+ "kind": "NON_NULL",
56519
+ "name": null,
56520
+ "ofType": {
56521
+ "kind": "SCALAR",
56522
+ "name": "String",
56523
+ "ofType": null
56524
+ }
56525
+ },
56526
+ "isDeprecated": false,
56527
+ "deprecationReason": null
56528
+ },
56529
+ {
56530
+ "name": "schemaName",
56531
+ "description": null,
56532
+ "args": [],
56533
+ "type": {
56534
+ "kind": "NON_NULL",
56535
+ "name": null,
56536
+ "ofType": {
56537
+ "kind": "SCALAR",
56538
+ "name": "String",
56539
+ "ofType": null
56540
+ }
56541
+ },
56542
+ "isDeprecated": false,
56543
+ "deprecationReason": null
56544
+ },
56545
+ {
56546
+ "name": "username",
56547
+ "description": null,
56548
+ "args": [],
56549
+ "type": {
56550
+ "kind": "NON_NULL",
56551
+ "name": null,
56552
+ "ofType": {
56553
+ "kind": "SCALAR",
56554
+ "name": "String",
56555
+ "ofType": null
56556
+ }
56557
+ },
56558
+ "isDeprecated": false,
56559
+ "deprecationReason": null
56560
+ },
56561
+ {
56562
+ "name": "warehouse",
56563
+ "description": null,
56564
+ "args": [],
56565
+ "type": {
56566
+ "kind": "NON_NULL",
56567
+ "name": null,
56568
+ "ofType": {
56569
+ "kind": "SCALAR",
56570
+ "name": "String",
56571
+ "ofType": null
56572
+ }
56573
+ },
56574
+ "isDeprecated": false,
56575
+ "deprecationReason": null
56576
+ }
56577
+ ],
56578
+ "inputFields": null,
56579
+ "interfaces": [],
56580
+ "enumValues": null,
56581
+ "possibleTypes": null
56582
+ },
56583
+ {
56584
+ "kind": "INPUT_OBJECT",
56585
+ "name": "SnowflakeCredentialsInput",
56586
+ "description": null,
56587
+ "fields": null,
56588
+ "inputFields": [
56589
+ {
56590
+ "name": "database",
56591
+ "description": null,
56592
+ "type": {
56593
+ "kind": "NON_NULL",
56594
+ "name": null,
56595
+ "ofType": {
56596
+ "kind": "SCALAR",
56597
+ "name": "String",
56598
+ "ofType": null
56599
+ }
56600
+ },
56601
+ "defaultValue": null,
56602
+ "isDeprecated": false,
56603
+ "deprecationReason": null
56604
+ },
56605
+ {
56606
+ "name": "host",
56607
+ "description": null,
56608
+ "type": {
56609
+ "kind": "NON_NULL",
56610
+ "name": null,
56611
+ "ofType": {
56612
+ "kind": "SCALAR",
56613
+ "name": "String",
56614
+ "ofType": null
56615
+ }
56616
+ },
56617
+ "defaultValue": null,
56618
+ "isDeprecated": false,
56619
+ "deprecationReason": null
56620
+ },
56621
+ {
56622
+ "name": "password",
56623
+ "description": null,
56624
+ "type": {
56625
+ "kind": "NON_NULL",
56626
+ "name": null,
56627
+ "ofType": {
56628
+ "kind": "SCALAR",
56629
+ "name": "String",
56630
+ "ofType": null
56631
+ }
56632
+ },
56633
+ "defaultValue": null,
56634
+ "isDeprecated": false,
56635
+ "deprecationReason": null
56636
+ },
56637
+ {
56638
+ "name": "role",
56639
+ "description": null,
56640
+ "type": {
56641
+ "kind": "NON_NULL",
56642
+ "name": null,
56643
+ "ofType": {
56644
+ "kind": "SCALAR",
56645
+ "name": "String",
56646
+ "ofType": null
56647
+ }
56648
+ },
56649
+ "defaultValue": null,
56650
+ "isDeprecated": false,
56651
+ "deprecationReason": null
56652
+ },
56653
+ {
56654
+ "name": "schemaName",
56655
+ "description": null,
56656
+ "type": {
56657
+ "kind": "NON_NULL",
56658
+ "name": null,
56659
+ "ofType": {
56660
+ "kind": "SCALAR",
56661
+ "name": "String",
56662
+ "ofType": null
56663
+ }
56664
+ },
56665
+ "defaultValue": null,
56666
+ "isDeprecated": false,
56667
+ "deprecationReason": null
56668
+ },
56669
+ {
56670
+ "name": "username",
56671
+ "description": null,
56672
+ "type": {
56673
+ "kind": "NON_NULL",
56674
+ "name": null,
56675
+ "ofType": {
56676
+ "kind": "SCALAR",
56677
+ "name": "String",
56678
+ "ofType": null
56679
+ }
56680
+ },
56681
+ "defaultValue": null,
56682
+ "isDeprecated": false,
56683
+ "deprecationReason": null
56684
+ },
56685
+ {
56686
+ "name": "warehouse",
56687
+ "description": null,
56688
+ "type": {
56689
+ "kind": "NON_NULL",
56690
+ "name": null,
56691
+ "ofType": {
56692
+ "kind": "SCALAR",
56693
+ "name": "String",
56694
+ "ofType": null
56695
+ }
56696
+ },
56697
+ "defaultValue": null,
56698
+ "isDeprecated": false,
56699
+ "deprecationReason": null
56700
+ }
56701
+ ],
56702
+ "interfaces": null,
56703
+ "enumValues": null,
56704
+ "possibleTypes": null
56705
+ },
56423
56706
  {
56424
56707
  "kind": "ENUM",
56425
56708
  "name": "SortDirection",
@@ -71389,6 +71672,12 @@
71389
71672
  "isDeprecated": false,
71390
71673
  "deprecationReason": null
71391
71674
  },
71675
+ {
71676
+ "name": "SNOWFLAKE",
71677
+ "description": null,
71678
+ "isDeprecated": false,
71679
+ "deprecationReason": null
71680
+ },
71392
71681
  {
71393
71682
  "name": "STRIPE",
71394
71683
  "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.2"
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.2
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient