stigg-api-client 5.153.0 → 5.154.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: 986a609c15d95304f71ae789ad0612defccbb9bde9dfc876c4b2fbd501497b1d
4
- data.tar.gz: b5a2fa4d76ed326d6ba544fc462c548ceb63b9f3df1faea2a5f393d201d3b7b3
3
+ metadata.gz: ee8ba6b1ce7f89d163d78435328071990b44f9cf7ef1a4219fdfc63644f33303
4
+ data.tar.gz: bc374c77b7d759751407a54ce8cab63c6f1373b1e85e26df83a9e3223af3ad39
5
5
  SHA512:
6
- metadata.gz: 327ef0857c70bcaace2fda97c427c74df10f320aeac29a1d1a500c02f8ea9bd84dd4cbb05b2542b3e88384dbb57cd5ba825654b9fda62ca18313e1687f709744
7
- data.tar.gz: d5baf38cc0090347bf1a53c856c83f9d7570ecd722eab60c92bdd580cbf97f2a415d9629d33ec36272044856c1853ee2a81b3fbe323ac57cd47742c066ecc963
6
+ metadata.gz: 34a5d40571caa194600bd45f45fbd2be0f22dadf25fa2e683d1a1451cf20fb794f3e8bd3782a52bf3ffa188d80e2ae8b057466c42f1f1b41fc5570321c1b9fc2
7
+ data.tar.gz: ef27ee97487645f159c8997d35737cdfec11c27845d3c118f5b141cb0c758a7319261f2cfb9099804474e2b643802d784efbf976ba7b6cc9a2e13e9b749ed09a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.153.0)
4
+ stigg-api-client (5.154.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3610,6 +3610,58 @@
3610
3610
  "name": "ApiKey",
3611
3611
  "description": "API key",
3612
3612
  "fields": [
3613
+ {
3614
+ "name": "description",
3615
+ "description": "The description of the API key",
3616
+ "args": [],
3617
+ "type": {
3618
+ "kind": "SCALAR",
3619
+ "name": "String",
3620
+ "ofType": null
3621
+ },
3622
+ "isDeprecated": false,
3623
+ "deprecationReason": null
3624
+ },
3625
+ {
3626
+ "name": "displayName",
3627
+ "description": "The display name of the API key",
3628
+ "args": [],
3629
+ "type": {
3630
+ "kind": "SCALAR",
3631
+ "name": "String",
3632
+ "ofType": null
3633
+ },
3634
+ "isDeprecated": false,
3635
+ "deprecationReason": null
3636
+ },
3637
+ {
3638
+ "name": "environmentId",
3639
+ "description": "The unique identifier for the environment",
3640
+ "args": [],
3641
+ "type": {
3642
+ "kind": "NON_NULL",
3643
+ "name": null,
3644
+ "ofType": {
3645
+ "kind": "SCALAR",
3646
+ "name": "UUID",
3647
+ "ofType": null
3648
+ }
3649
+ },
3650
+ "isDeprecated": false,
3651
+ "deprecationReason": null
3652
+ },
3653
+ {
3654
+ "name": "expireAt",
3655
+ "description": "The expiration date of the API key",
3656
+ "args": [],
3657
+ "type": {
3658
+ "kind": "SCALAR",
3659
+ "name": "DateTime",
3660
+ "ofType": null
3661
+ },
3662
+ "isDeprecated": false,
3663
+ "deprecationReason": null
3664
+ },
3613
3665
  {
3614
3666
  "name": "id",
3615
3667
  "description": "Unique identifier for the entity",
@@ -3664,6 +3716,65 @@
3664
3716
  "enumValues": null,
3665
3717
  "possibleTypes": null
3666
3718
  },
3719
+ {
3720
+ "kind": "OBJECT",
3721
+ "name": "ApiKeyExpired",
3722
+ "description": null,
3723
+ "fields": [
3724
+ {
3725
+ "name": "apiKeyId",
3726
+ "description": null,
3727
+ "args": [],
3728
+ "type": {
3729
+ "kind": "NON_NULL",
3730
+ "name": null,
3731
+ "ofType": {
3732
+ "kind": "SCALAR",
3733
+ "name": "String",
3734
+ "ofType": null
3735
+ }
3736
+ },
3737
+ "isDeprecated": false,
3738
+ "deprecationReason": null
3739
+ },
3740
+ {
3741
+ "name": "code",
3742
+ "description": null,
3743
+ "args": [],
3744
+ "type": {
3745
+ "kind": "NON_NULL",
3746
+ "name": null,
3747
+ "ofType": {
3748
+ "kind": "SCALAR",
3749
+ "name": "String",
3750
+ "ofType": null
3751
+ }
3752
+ },
3753
+ "isDeprecated": false,
3754
+ "deprecationReason": null
3755
+ },
3756
+ {
3757
+ "name": "isValidationError",
3758
+ "description": null,
3759
+ "args": [],
3760
+ "type": {
3761
+ "kind": "NON_NULL",
3762
+ "name": null,
3763
+ "ofType": {
3764
+ "kind": "SCALAR",
3765
+ "name": "Boolean",
3766
+ "ofType": null
3767
+ }
3768
+ },
3769
+ "isDeprecated": false,
3770
+ "deprecationReason": null
3771
+ }
3772
+ ],
3773
+ "inputFields": null,
3774
+ "interfaces": [],
3775
+ "enumValues": null,
3776
+ "possibleTypes": null
3777
+ },
3667
3778
  {
3668
3779
  "kind": "INPUT_OBJECT",
3669
3780
  "name": "ApiKeyFilter",
@@ -3727,6 +3838,124 @@
3727
3838
  "enumValues": null,
3728
3839
  "possibleTypes": null
3729
3840
  },
3841
+ {
3842
+ "kind": "OBJECT",
3843
+ "name": "ApiKeyHasExpiryDate",
3844
+ "description": null,
3845
+ "fields": [
3846
+ {
3847
+ "name": "apiKeyId",
3848
+ "description": null,
3849
+ "args": [],
3850
+ "type": {
3851
+ "kind": "NON_NULL",
3852
+ "name": null,
3853
+ "ofType": {
3854
+ "kind": "SCALAR",
3855
+ "name": "String",
3856
+ "ofType": null
3857
+ }
3858
+ },
3859
+ "isDeprecated": false,
3860
+ "deprecationReason": null
3861
+ },
3862
+ {
3863
+ "name": "code",
3864
+ "description": null,
3865
+ "args": [],
3866
+ "type": {
3867
+ "kind": "NON_NULL",
3868
+ "name": null,
3869
+ "ofType": {
3870
+ "kind": "SCALAR",
3871
+ "name": "String",
3872
+ "ofType": null
3873
+ }
3874
+ },
3875
+ "isDeprecated": false,
3876
+ "deprecationReason": null
3877
+ },
3878
+ {
3879
+ "name": "isValidationError",
3880
+ "description": null,
3881
+ "args": [],
3882
+ "type": {
3883
+ "kind": "NON_NULL",
3884
+ "name": null,
3885
+ "ofType": {
3886
+ "kind": "SCALAR",
3887
+ "name": "Boolean",
3888
+ "ofType": null
3889
+ }
3890
+ },
3891
+ "isDeprecated": false,
3892
+ "deprecationReason": null
3893
+ }
3894
+ ],
3895
+ "inputFields": null,
3896
+ "interfaces": [],
3897
+ "enumValues": null,
3898
+ "possibleTypes": null
3899
+ },
3900
+ {
3901
+ "kind": "OBJECT",
3902
+ "name": "ApiKeyNotFound",
3903
+ "description": null,
3904
+ "fields": [
3905
+ {
3906
+ "name": "code",
3907
+ "description": null,
3908
+ "args": [],
3909
+ "type": {
3910
+ "kind": "NON_NULL",
3911
+ "name": null,
3912
+ "ofType": {
3913
+ "kind": "SCALAR",
3914
+ "name": "String",
3915
+ "ofType": null
3916
+ }
3917
+ },
3918
+ "isDeprecated": false,
3919
+ "deprecationReason": null
3920
+ },
3921
+ {
3922
+ "name": "id",
3923
+ "description": null,
3924
+ "args": [],
3925
+ "type": {
3926
+ "kind": "NON_NULL",
3927
+ "name": null,
3928
+ "ofType": {
3929
+ "kind": "SCALAR",
3930
+ "name": "String",
3931
+ "ofType": null
3932
+ }
3933
+ },
3934
+ "isDeprecated": false,
3935
+ "deprecationReason": null
3936
+ },
3937
+ {
3938
+ "name": "isValidationError",
3939
+ "description": null,
3940
+ "args": [],
3941
+ "type": {
3942
+ "kind": "NON_NULL",
3943
+ "name": null,
3944
+ "ofType": {
3945
+ "kind": "SCALAR",
3946
+ "name": "Boolean",
3947
+ "ofType": null
3948
+ }
3949
+ },
3950
+ "isDeprecated": false,
3951
+ "deprecationReason": null
3952
+ }
3953
+ ],
3954
+ "inputFields": null,
3955
+ "interfaces": [],
3956
+ "enumValues": null,
3957
+ "possibleTypes": null
3958
+ },
3730
3959
  {
3731
3960
  "kind": "INPUT_OBJECT",
3732
3961
  "name": "ApiKeySort",
@@ -3821,7 +4050,7 @@
3821
4050
  },
3822
4051
  {
3823
4052
  "name": "SCOPED",
3824
- "description": null,
4053
+ "description": "Scoped API key",
3825
4054
  "isDeprecated": false,
3826
4055
  "deprecationReason": null
3827
4056
  },
@@ -13445,6 +13674,61 @@
13445
13674
  "enumValues": null,
13446
13675
  "possibleTypes": null
13447
13676
  },
13677
+ {
13678
+ "kind": "INPUT_OBJECT",
13679
+ "name": "CreateScopedApiKeyInput",
13680
+ "description": "Input for creating a new API key",
13681
+ "fields": null,
13682
+ "inputFields": [
13683
+ {
13684
+ "name": "description",
13685
+ "description": "Optional description for the API key",
13686
+ "type": {
13687
+ "kind": "SCALAR",
13688
+ "name": "String",
13689
+ "ofType": null
13690
+ },
13691
+ "defaultValue": null,
13692
+ "isDeprecated": false,
13693
+ "deprecationReason": null
13694
+ },
13695
+ {
13696
+ "name": "displayName",
13697
+ "description": "The display name for the new API key",
13698
+ "type": {
13699
+ "kind": "NON_NULL",
13700
+ "name": null,
13701
+ "ofType": {
13702
+ "kind": "SCALAR",
13703
+ "name": "String",
13704
+ "ofType": null
13705
+ }
13706
+ },
13707
+ "defaultValue": null,
13708
+ "isDeprecated": false,
13709
+ "deprecationReason": null
13710
+ },
13711
+ {
13712
+ "name": "environmentId",
13713
+ "description": "The unique identifier for the environment",
13714
+ "type": {
13715
+ "kind": "NON_NULL",
13716
+ "name": null,
13717
+ "ofType": {
13718
+ "kind": "SCALAR",
13719
+ "name": "UUID",
13720
+ "ofType": null
13721
+ }
13722
+ },
13723
+ "defaultValue": null,
13724
+ "isDeprecated": false,
13725
+ "deprecationReason": null
13726
+ }
13727
+ ],
13728
+ "interfaces": null,
13729
+ "enumValues": null,
13730
+ "possibleTypes": null
13731
+ },
13448
13732
  {
13449
13733
  "kind": "INPUT_OBJECT",
13450
13734
  "name": "CreateWorkflowTriggerInput",
@@ -31195,6 +31479,24 @@
31195
31479
  "isDeprecated": false,
31196
31480
  "deprecationReason": null
31197
31481
  },
31482
+ {
31483
+ "name": "ApiKeyExpired",
31484
+ "description": "API key has expired",
31485
+ "isDeprecated": false,
31486
+ "deprecationReason": null
31487
+ },
31488
+ {
31489
+ "name": "ApiKeyHasExpiry",
31490
+ "description": "API key has expiry date set",
31491
+ "isDeprecated": false,
31492
+ "deprecationReason": null
31493
+ },
31494
+ {
31495
+ "name": "ApiKeyNotFound",
31496
+ "description": "API key not found",
31497
+ "isDeprecated": false,
31498
+ "deprecationReason": null
31499
+ },
31198
31500
  {
31199
31501
  "name": "ArchivedCouponCantBeApplied",
31200
31502
  "description": null,
@@ -50440,6 +50742,39 @@
50440
50742
  "isDeprecated": false,
50441
50743
  "deprecationReason": null
50442
50744
  },
50745
+ {
50746
+ "name": "createScopedApiKey",
50747
+ "description": "Create a new scoped API key",
50748
+ "args": [
50749
+ {
50750
+ "name": "input",
50751
+ "description": null,
50752
+ "type": {
50753
+ "kind": "NON_NULL",
50754
+ "name": null,
50755
+ "ofType": {
50756
+ "kind": "INPUT_OBJECT",
50757
+ "name": "CreateScopedApiKeyInput",
50758
+ "ofType": null
50759
+ }
50760
+ },
50761
+ "defaultValue": null,
50762
+ "isDeprecated": false,
50763
+ "deprecationReason": null
50764
+ }
50765
+ ],
50766
+ "type": {
50767
+ "kind": "NON_NULL",
50768
+ "name": null,
50769
+ "ofType": {
50770
+ "kind": "OBJECT",
50771
+ "name": "ApiKey",
50772
+ "ofType": null
50773
+ }
50774
+ },
50775
+ "isDeprecated": false,
50776
+ "deprecationReason": null
50777
+ },
50443
50778
  {
50444
50779
  "name": "createSubscription",
50445
50780
  "description": null,
@@ -52505,6 +52840,39 @@
52505
52840
  "isDeprecated": false,
52506
52841
  "deprecationReason": null
52507
52842
  },
52843
+ {
52844
+ "name": "revokeApiKey",
52845
+ "description": "Revoke an API key (soft delete)",
52846
+ "args": [
52847
+ {
52848
+ "name": "input",
52849
+ "description": null,
52850
+ "type": {
52851
+ "kind": "NON_NULL",
52852
+ "name": null,
52853
+ "ofType": {
52854
+ "kind": "INPUT_OBJECT",
52855
+ "name": "RevokeApiKeyInput",
52856
+ "ofType": null
52857
+ }
52858
+ },
52859
+ "defaultValue": null,
52860
+ "isDeprecated": false,
52861
+ "deprecationReason": null
52862
+ }
52863
+ ],
52864
+ "type": {
52865
+ "kind": "NON_NULL",
52866
+ "name": null,
52867
+ "ofType": {
52868
+ "kind": "OBJECT",
52869
+ "name": "ApiKey",
52870
+ "ofType": null
52871
+ }
52872
+ },
52873
+ "isDeprecated": false,
52874
+ "deprecationReason": null
52875
+ },
52508
52876
  {
52509
52877
  "name": "revokePromotionalEntitlement",
52510
52878
  "description": "Revoke a promotional entitlement",
@@ -52645,6 +53013,39 @@
52645
53013
  "isDeprecated": false,
52646
53014
  "deprecationReason": null
52647
53015
  },
53016
+ {
53017
+ "name": "rotateApiKey",
53018
+ "description": "Rotate an API key to generate a new token",
53019
+ "args": [
53020
+ {
53021
+ "name": "input",
53022
+ "description": null,
53023
+ "type": {
53024
+ "kind": "NON_NULL",
53025
+ "name": null,
53026
+ "ofType": {
53027
+ "kind": "INPUT_OBJECT",
53028
+ "name": "RotateApiKeyInput",
53029
+ "ofType": null
53030
+ }
53031
+ },
53032
+ "defaultValue": null,
53033
+ "isDeprecated": false,
53034
+ "deprecationReason": null
53035
+ }
53036
+ ],
53037
+ "type": {
53038
+ "kind": "NON_NULL",
53039
+ "name": null,
53040
+ "ofType": {
53041
+ "kind": "OBJECT",
53042
+ "name": "RotateApiKeyResult",
53043
+ "ofType": null
53044
+ }
53045
+ },
53046
+ "isDeprecated": false,
53047
+ "deprecationReason": null
53048
+ },
52648
53049
  {
52649
53050
  "name": "saveAutoRechargeSettings",
52650
53051
  "description": "Save (create or update) auto-recharge settings",
@@ -53783,6 +54184,39 @@
53783
54184
  "isDeprecated": false,
53784
54185
  "deprecationReason": null
53785
54186
  },
54187
+ {
54188
+ "name": "updateApiKey",
54189
+ "description": "Update an existing API key",
54190
+ "args": [
54191
+ {
54192
+ "name": "input",
54193
+ "description": null,
54194
+ "type": {
54195
+ "kind": "NON_NULL",
54196
+ "name": null,
54197
+ "ofType": {
54198
+ "kind": "INPUT_OBJECT",
54199
+ "name": "UpdateApiKeyInput",
54200
+ "ofType": null
54201
+ }
54202
+ },
54203
+ "defaultValue": null,
54204
+ "isDeprecated": false,
54205
+ "deprecationReason": null
54206
+ }
54207
+ ],
54208
+ "type": {
54209
+ "kind": "NON_NULL",
54210
+ "name": null,
54211
+ "ofType": {
54212
+ "kind": "OBJECT",
54213
+ "name": "ApiKey",
54214
+ "ofType": null
54215
+ }
54216
+ },
54217
+ "isDeprecated": false,
54218
+ "deprecationReason": null
54219
+ },
53786
54220
  {
53787
54221
  "name": "updateCreditGrant",
53788
54222
  "description": "Update an existing credit grant",
@@ -84002,6 +84436,33 @@
84002
84436
  "enumValues": null,
84003
84437
  "possibleTypes": null
84004
84438
  },
84439
+ {
84440
+ "kind": "INPUT_OBJECT",
84441
+ "name": "RevokeApiKeyInput",
84442
+ "description": "Input for revoking an API key",
84443
+ "fields": null,
84444
+ "inputFields": [
84445
+ {
84446
+ "name": "id",
84447
+ "description": "Unique identifier for the entity",
84448
+ "type": {
84449
+ "kind": "NON_NULL",
84450
+ "name": null,
84451
+ "ofType": {
84452
+ "kind": "SCALAR",
84453
+ "name": "UUID",
84454
+ "ofType": null
84455
+ }
84456
+ },
84457
+ "defaultValue": null,
84458
+ "isDeprecated": false,
84459
+ "deprecationReason": null
84460
+ }
84461
+ ],
84462
+ "interfaces": null,
84463
+ "enumValues": null,
84464
+ "possibleTypes": null
84465
+ },
84005
84466
  {
84006
84467
  "kind": "INPUT_OBJECT",
84007
84468
  "name": "RevokePromotionalEntitlementInput",
@@ -84171,6 +84632,84 @@
84171
84632
  "enumValues": null,
84172
84633
  "possibleTypes": null
84173
84634
  },
84635
+ {
84636
+ "kind": "INPUT_OBJECT",
84637
+ "name": "RotateApiKeyInput",
84638
+ "description": "Input for rotating an API key",
84639
+ "fields": null,
84640
+ "inputFields": [
84641
+ {
84642
+ "name": "expirationDate",
84643
+ "description": "Optional grace period expiration date for the old key, expires immediately if null",
84644
+ "type": {
84645
+ "kind": "SCALAR",
84646
+ "name": "DateTime",
84647
+ "ofType": null
84648
+ },
84649
+ "defaultValue": null,
84650
+ "isDeprecated": false,
84651
+ "deprecationReason": null
84652
+ },
84653
+ {
84654
+ "name": "id",
84655
+ "description": "Unique identifier for the entity",
84656
+ "type": {
84657
+ "kind": "NON_NULL",
84658
+ "name": null,
84659
+ "ofType": {
84660
+ "kind": "SCALAR",
84661
+ "name": "UUID",
84662
+ "ofType": null
84663
+ }
84664
+ },
84665
+ "defaultValue": null,
84666
+ "isDeprecated": false,
84667
+ "deprecationReason": null
84668
+ }
84669
+ ],
84670
+ "interfaces": null,
84671
+ "enumValues": null,
84672
+ "possibleTypes": null
84673
+ },
84674
+ {
84675
+ "kind": "OBJECT",
84676
+ "name": "RotateApiKeyResult",
84677
+ "description": "Result of rotating an API key",
84678
+ "fields": [
84679
+ {
84680
+ "name": "newApiKey",
84681
+ "description": "The newly created API key details",
84682
+ "args": [],
84683
+ "type": {
84684
+ "kind": "NON_NULL",
84685
+ "name": null,
84686
+ "ofType": {
84687
+ "kind": "OBJECT",
84688
+ "name": "ApiKey",
84689
+ "ofType": null
84690
+ }
84691
+ },
84692
+ "isDeprecated": false,
84693
+ "deprecationReason": null
84694
+ },
84695
+ {
84696
+ "name": "oldApiKey",
84697
+ "description": "The old API key that is being rotated out",
84698
+ "args": [],
84699
+ "type": {
84700
+ "kind": "OBJECT",
84701
+ "name": "ApiKey",
84702
+ "ofType": null
84703
+ },
84704
+ "isDeprecated": false,
84705
+ "deprecationReason": null
84706
+ }
84707
+ ],
84708
+ "inputFields": null,
84709
+ "interfaces": [],
84710
+ "enumValues": null,
84711
+ "possibleTypes": null
84712
+ },
84174
84713
  {
84175
84714
  "kind": "OBJECT",
84176
84715
  "name": "SalesforceCredentials",
@@ -102167,6 +102706,69 @@
102167
102706
  "enumValues": null,
102168
102707
  "possibleTypes": null
102169
102708
  },
102709
+ {
102710
+ "kind": "INPUT_OBJECT",
102711
+ "name": "UpdateApiKeyInput",
102712
+ "description": "Input for updating an API key",
102713
+ "fields": null,
102714
+ "inputFields": [
102715
+ {
102716
+ "name": "description",
102717
+ "description": "Updated description for the API key",
102718
+ "type": {
102719
+ "kind": "SCALAR",
102720
+ "name": "String",
102721
+ "ofType": null
102722
+ },
102723
+ "defaultValue": null,
102724
+ "isDeprecated": false,
102725
+ "deprecationReason": null
102726
+ },
102727
+ {
102728
+ "name": "displayName",
102729
+ "description": "Updated display name for the API key",
102730
+ "type": {
102731
+ "kind": "SCALAR",
102732
+ "name": "String",
102733
+ "ofType": null
102734
+ },
102735
+ "defaultValue": null,
102736
+ "isDeprecated": false,
102737
+ "deprecationReason": null
102738
+ },
102739
+ {
102740
+ "name": "expireAt",
102741
+ "description": "Updated expiration date for the API key",
102742
+ "type": {
102743
+ "kind": "SCALAR",
102744
+ "name": "DateTime",
102745
+ "ofType": null
102746
+ },
102747
+ "defaultValue": null,
102748
+ "isDeprecated": false,
102749
+ "deprecationReason": null
102750
+ },
102751
+ {
102752
+ "name": "id",
102753
+ "description": "Unique identifier for the entity",
102754
+ "type": {
102755
+ "kind": "NON_NULL",
102756
+ "name": null,
102757
+ "ofType": {
102758
+ "kind": "SCALAR",
102759
+ "name": "UUID",
102760
+ "ofType": null
102761
+ }
102762
+ },
102763
+ "defaultValue": null,
102764
+ "isDeprecated": false,
102765
+ "deprecationReason": null
102766
+ }
102767
+ ],
102768
+ "interfaces": null,
102769
+ "enumValues": null,
102770
+ "possibleTypes": null
102771
+ },
102170
102772
  {
102171
102773
  "kind": "INPUT_OBJECT",
102172
102774
  "name": "UpdateCouponInput",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.153.0"
4
+ VERSION = "5.154.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.153.0
4
+ version: 5.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg