stigg-api-client 2.310.0 → 2.315.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +257 -5
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88134bf71e206bf7c3d3a179b6c0047a7a977f8c49b6ea72443d38ac1aeb9da4
|
4
|
+
data.tar.gz: cb3f057c22741fb0b24d6ef18912119da92cf6a6e80fd321f196fa31cdeb123c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa7acd3d1fee77d584d6f03b8588e87cab53dcbc0a15578141e5bb9b8270268d59706fe4e82399b3fc95275474b7dbb2a6399625d391364aa8246a64dcfd64e2
|
7
|
+
data.tar.gz: 6310544120b6883e5e09947891a27fc28bd5bafcdc6415f4607f63bf45ee1e44e87ae4e0c7a67126182a6f0f3aee33246fe5cadb88ad25596e646e0f2cb4d977
|
data/Gemfile.lock
CHANGED
@@ -24965,6 +24965,12 @@
|
|
24965
24965
|
"isDeprecated": false,
|
24966
24966
|
"deprecationReason": null
|
24967
24967
|
},
|
24968
|
+
{
|
24969
|
+
"name": "DuplicateIntegrationNotAllowed",
|
24970
|
+
"description": "Duplicate integration for same non billing vendor identifier not allowed",
|
24971
|
+
"isDeprecated": false,
|
24972
|
+
"deprecationReason": null
|
24973
|
+
},
|
24968
24974
|
{
|
24969
24975
|
"name": "DuplicateProductValidationError",
|
24970
24976
|
"description": null,
|
@@ -68146,6 +68152,22 @@
|
|
68146
68152
|
"isDeprecated": false,
|
68147
68153
|
"deprecationReason": null
|
68148
68154
|
},
|
68155
|
+
{
|
68156
|
+
"name": "isTaxEnabled",
|
68157
|
+
"description": null,
|
68158
|
+
"args": [],
|
68159
|
+
"type": {
|
68160
|
+
"kind": "NON_NULL",
|
68161
|
+
"name": null,
|
68162
|
+
"ofType": {
|
68163
|
+
"kind": "SCALAR",
|
68164
|
+
"name": "Boolean",
|
68165
|
+
"ofType": null
|
68166
|
+
}
|
68167
|
+
},
|
68168
|
+
"isDeprecated": false,
|
68169
|
+
"deprecationReason": null
|
68170
|
+
},
|
68149
68171
|
{
|
68150
68172
|
"name": "isTestMode",
|
68151
68173
|
"description": null,
|
@@ -68202,6 +68224,18 @@
|
|
68202
68224
|
"isDeprecated": false,
|
68203
68225
|
"deprecationReason": null
|
68204
68226
|
},
|
68227
|
+
{
|
68228
|
+
"name": "isTaxEnabled",
|
68229
|
+
"description": null,
|
68230
|
+
"type": {
|
68231
|
+
"kind": "SCALAR",
|
68232
|
+
"name": "Boolean",
|
68233
|
+
"ofType": null
|
68234
|
+
},
|
68235
|
+
"defaultValue": "false",
|
68236
|
+
"isDeprecated": false,
|
68237
|
+
"deprecationReason": null
|
68238
|
+
},
|
68205
68239
|
{
|
68206
68240
|
"name": "isTestMode",
|
68207
68241
|
"description": null,
|
@@ -78377,14 +78411,181 @@
|
|
78377
78411
|
"enumValues": null,
|
78378
78412
|
"possibleTypes": null
|
78379
78413
|
},
|
78414
|
+
{
|
78415
|
+
"kind": "OBJECT",
|
78416
|
+
"name": "SyncRevisionBillingData",
|
78417
|
+
"description": "Data of billing sync revision",
|
78418
|
+
"fields": [
|
78419
|
+
{
|
78420
|
+
"name": "billingId",
|
78421
|
+
"description": "The billing integration id",
|
78422
|
+
"args": [],
|
78423
|
+
"type": {
|
78424
|
+
"kind": "NON_NULL",
|
78425
|
+
"name": null,
|
78426
|
+
"ofType": {
|
78427
|
+
"kind": "SCALAR",
|
78428
|
+
"name": "String",
|
78429
|
+
"ofType": null
|
78430
|
+
}
|
78431
|
+
},
|
78432
|
+
"isDeprecated": false,
|
78433
|
+
"deprecationReason": null
|
78434
|
+
},
|
78435
|
+
{
|
78436
|
+
"name": "billingLinkUrl",
|
78437
|
+
"description": "The billing integration url",
|
78438
|
+
"args": [],
|
78439
|
+
"type": {
|
78440
|
+
"kind": "NON_NULL",
|
78441
|
+
"name": null,
|
78442
|
+
"ofType": {
|
78443
|
+
"kind": "SCALAR",
|
78444
|
+
"name": "String",
|
78445
|
+
"ofType": null
|
78446
|
+
}
|
78447
|
+
},
|
78448
|
+
"isDeprecated": false,
|
78449
|
+
"deprecationReason": null
|
78450
|
+
}
|
78451
|
+
],
|
78452
|
+
"inputFields": null,
|
78453
|
+
"interfaces": [],
|
78454
|
+
"enumValues": null,
|
78455
|
+
"possibleTypes": null
|
78456
|
+
},
|
78457
|
+
{
|
78458
|
+
"kind": "UNION",
|
78459
|
+
"name": "SyncRevisionData",
|
78460
|
+
"description": "Data of the sync revision",
|
78461
|
+
"fields": null,
|
78462
|
+
"inputFields": null,
|
78463
|
+
"interfaces": null,
|
78464
|
+
"enumValues": null,
|
78465
|
+
"possibleTypes": [
|
78466
|
+
{
|
78467
|
+
"kind": "OBJECT",
|
78468
|
+
"name": "SyncRevisionBillingData",
|
78469
|
+
"ofType": null
|
78470
|
+
},
|
78471
|
+
{
|
78472
|
+
"kind": "OBJECT",
|
78473
|
+
"name": "SyncRevisionMarketplaceData",
|
78474
|
+
"ofType": null
|
78475
|
+
},
|
78476
|
+
{
|
78477
|
+
"kind": "OBJECT",
|
78478
|
+
"name": "SyncRevisionPriceBillingData",
|
78479
|
+
"ofType": null
|
78480
|
+
}
|
78481
|
+
]
|
78482
|
+
},
|
78483
|
+
{
|
78484
|
+
"kind": "OBJECT",
|
78485
|
+
"name": "SyncRevisionMarketplaceData",
|
78486
|
+
"description": "Data of marketplace sync revision",
|
78487
|
+
"fields": [
|
78488
|
+
{
|
78489
|
+
"name": "dimensions",
|
78490
|
+
"description": "The dimensions of the marketplace sync revision",
|
78491
|
+
"args": [],
|
78492
|
+
"type": {
|
78493
|
+
"kind": "NON_NULL",
|
78494
|
+
"name": null,
|
78495
|
+
"ofType": {
|
78496
|
+
"kind": "SCALAR",
|
78497
|
+
"name": "String",
|
78498
|
+
"ofType": null
|
78499
|
+
}
|
78500
|
+
},
|
78501
|
+
"isDeprecated": false,
|
78502
|
+
"deprecationReason": null
|
78503
|
+
}
|
78504
|
+
],
|
78505
|
+
"inputFields": null,
|
78506
|
+
"interfaces": [],
|
78507
|
+
"enumValues": null,
|
78508
|
+
"possibleTypes": null
|
78509
|
+
},
|
78510
|
+
{
|
78511
|
+
"kind": "OBJECT",
|
78512
|
+
"name": "SyncRevisionPriceBillingData",
|
78513
|
+
"description": "Data of price billing sync revision",
|
78514
|
+
"fields": [
|
78515
|
+
{
|
78516
|
+
"name": "billingId",
|
78517
|
+
"description": "The billing integration id",
|
78518
|
+
"args": [],
|
78519
|
+
"type": {
|
78520
|
+
"kind": "NON_NULL",
|
78521
|
+
"name": null,
|
78522
|
+
"ofType": {
|
78523
|
+
"kind": "SCALAR",
|
78524
|
+
"name": "String",
|
78525
|
+
"ofType": null
|
78526
|
+
}
|
78527
|
+
},
|
78528
|
+
"isDeprecated": false,
|
78529
|
+
"deprecationReason": null
|
78530
|
+
},
|
78531
|
+
{
|
78532
|
+
"name": "billingLinkUrl",
|
78533
|
+
"description": "The billing integration url",
|
78534
|
+
"args": [],
|
78535
|
+
"type": {
|
78536
|
+
"kind": "NON_NULL",
|
78537
|
+
"name": null,
|
78538
|
+
"ofType": {
|
78539
|
+
"kind": "SCALAR",
|
78540
|
+
"name": "String",
|
78541
|
+
"ofType": null
|
78542
|
+
}
|
78543
|
+
},
|
78544
|
+
"isDeprecated": false,
|
78545
|
+
"deprecationReason": null
|
78546
|
+
},
|
78547
|
+
{
|
78548
|
+
"name": "priceGroupPackageBillingId",
|
78549
|
+
"description": "The price group package billing id",
|
78550
|
+
"args": [],
|
78551
|
+
"type": {
|
78552
|
+
"kind": "NON_NULL",
|
78553
|
+
"name": null,
|
78554
|
+
"ofType": {
|
78555
|
+
"kind": "SCALAR",
|
78556
|
+
"name": "String",
|
78557
|
+
"ofType": null
|
78558
|
+
}
|
78559
|
+
},
|
78560
|
+
"isDeprecated": false,
|
78561
|
+
"deprecationReason": null
|
78562
|
+
}
|
78563
|
+
],
|
78564
|
+
"inputFields": null,
|
78565
|
+
"interfaces": [],
|
78566
|
+
"enumValues": null,
|
78567
|
+
"possibleTypes": null
|
78568
|
+
},
|
78380
78569
|
{
|
78381
78570
|
"kind": "OBJECT",
|
78382
78571
|
"name": "SyncState",
|
78383
|
-
"description":
|
78572
|
+
"description": "State of the integration sync",
|
78384
78573
|
"fields": [
|
78574
|
+
{
|
78575
|
+
"name": "data",
|
78576
|
+
"description": "Sync revision data",
|
78577
|
+
"args": [],
|
78578
|
+
"type": {
|
78579
|
+
"kind": "UNION",
|
78580
|
+
"name": "SyncRevisionData",
|
78581
|
+
"ofType": null
|
78582
|
+
},
|
78583
|
+
"isDeprecated": false,
|
78584
|
+
"deprecationReason": null
|
78585
|
+
},
|
78385
78586
|
{
|
78386
78587
|
"name": "error",
|
78387
|
-
"description":
|
78588
|
+
"description": "Error message",
|
78388
78589
|
"args": [],
|
78389
78590
|
"type": {
|
78390
78591
|
"kind": "SCALAR",
|
@@ -78394,9 +78595,25 @@
|
|
78394
78595
|
"isDeprecated": false,
|
78395
78596
|
"deprecationReason": null
|
78396
78597
|
},
|
78598
|
+
{
|
78599
|
+
"name": "integration",
|
78600
|
+
"description": "Integration details",
|
78601
|
+
"args": [],
|
78602
|
+
"type": {
|
78603
|
+
"kind": "NON_NULL",
|
78604
|
+
"name": null,
|
78605
|
+
"ofType": {
|
78606
|
+
"kind": "OBJECT",
|
78607
|
+
"name": "Integration",
|
78608
|
+
"ofType": null
|
78609
|
+
}
|
78610
|
+
},
|
78611
|
+
"isDeprecated": false,
|
78612
|
+
"deprecationReason": null
|
78613
|
+
},
|
78397
78614
|
{
|
78398
78615
|
"name": "status",
|
78399
|
-
"description":
|
78616
|
+
"description": "Status of the integration sync",
|
78400
78617
|
"args": [],
|
78401
78618
|
"type": {
|
78402
78619
|
"kind": "NON_NULL",
|
@@ -78410,9 +78627,21 @@
|
|
78410
78627
|
"isDeprecated": false,
|
78411
78628
|
"deprecationReason": null
|
78412
78629
|
},
|
78630
|
+
{
|
78631
|
+
"name": "syncedEntityId",
|
78632
|
+
"description": "Synced entity id",
|
78633
|
+
"args": [],
|
78634
|
+
"type": {
|
78635
|
+
"kind": "SCALAR",
|
78636
|
+
"name": "String",
|
78637
|
+
"ofType": null
|
78638
|
+
},
|
78639
|
+
"isDeprecated": false,
|
78640
|
+
"deprecationReason": null
|
78641
|
+
},
|
78413
78642
|
{
|
78414
78643
|
"name": "vendorIdentifier",
|
78415
|
-
"description":
|
78644
|
+
"description": "Vendor identifier",
|
78416
78645
|
"args": [],
|
78417
78646
|
"type": {
|
78418
78647
|
"kind": "NON_NULL",
|
@@ -81230,7 +81459,7 @@
|
|
81230
81459
|
"description": null,
|
81231
81460
|
"type": {
|
81232
81461
|
"kind": "INPUT_OBJECT",
|
81233
|
-
"name": "
|
81462
|
+
"name": "UpdateStripeCredentialsInput",
|
81234
81463
|
"ofType": null
|
81235
81464
|
},
|
81236
81465
|
"defaultValue": null,
|
@@ -81630,6 +81859,29 @@
|
|
81630
81859
|
"enumValues": null,
|
81631
81860
|
"possibleTypes": null
|
81632
81861
|
},
|
81862
|
+
{
|
81863
|
+
"kind": "INPUT_OBJECT",
|
81864
|
+
"name": "UpdateStripeCredentialsInput",
|
81865
|
+
"description": null,
|
81866
|
+
"fields": null,
|
81867
|
+
"inputFields": [
|
81868
|
+
{
|
81869
|
+
"name": "isTaxEnabled",
|
81870
|
+
"description": null,
|
81871
|
+
"type": {
|
81872
|
+
"kind": "SCALAR",
|
81873
|
+
"name": "Boolean",
|
81874
|
+
"ofType": null
|
81875
|
+
},
|
81876
|
+
"defaultValue": null,
|
81877
|
+
"isDeprecated": false,
|
81878
|
+
"deprecationReason": null
|
81879
|
+
}
|
81880
|
+
],
|
81881
|
+
"interfaces": null,
|
81882
|
+
"enumValues": null,
|
81883
|
+
"possibleTypes": null
|
81884
|
+
},
|
81633
81885
|
{
|
81634
81886
|
"kind": "INPUT_OBJECT",
|
81635
81887
|
"name": "UpdateSubscriptionEntitlementInput",
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 2.315.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
|
11
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|