fragment-dev 1.1.10 → 1.1.11

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: 256c215954c1a9b706b9049c509e705c7cfc3c23ff2fd966f11dc9d907f3ffd6
4
- data.tar.gz: 1d683c02a514f5ef6b60f3335f8a85ab2a8a7d916b17fb3c50b94d736b7ede55
3
+ metadata.gz: 2d55d9b6473ef1e2ffa37c7325ff21f2b209ba2bad881e45b0b46266a941eb2e
4
+ data.tar.gz: 1dc8bdc02af6cfbb2d846ab71c5f406eb568376cf18c941f224ddda6a85b7cc1
5
5
  SHA512:
6
- metadata.gz: edf339f6f8b090f218f4089bb2403b336e0e96d34f27d992c5c2b65a2b85c68496d04310a88c8c727acc86b5e5d45b6ccbc89b74779ddb1a81f98538e3100b16
7
- data.tar.gz: 4589ff091c826cfeefbcb222f65095ca4e96733bec165c3dde1af4c716f7753c671d30dac8e5d5f55f062b0962262272b9b16aa506f90d9b80d935072df19128
6
+ metadata.gz: dd81589cf3a8f31f17fffd03621552f0884f1e70ce0e2b0e2516166b200a2eca9f470a4b82bf86126916582edf2dc28b0dee6bb8d0dacc7b212b99fb986225e0
7
+ data.tar.gz: 8e17754d3acbf6118ee0ade8397f9105e51483528647dfbc84dc6537907ca48e89f070117160611e7430491abaee49fa8dbc09580fde99943b6f96b7d31d295e
@@ -6431,6 +6431,26 @@
6431
6431
  },
6432
6432
  "defaultValue": null
6433
6433
  },
6434
+ {
6435
+ "name": "isReversal",
6436
+ "description": "Use this to filter Ledger Entries that were posted using `reverseLedgerEntry`.",
6437
+ "type": {
6438
+ "kind": "SCALAR",
6439
+ "name": "Boolean",
6440
+ "ofType": null
6441
+ },
6442
+ "defaultValue": null
6443
+ },
6444
+ {
6445
+ "name": "isReversed",
6446
+ "description": "Use this to filter Ledger Entries that have been reversed.",
6447
+ "type": {
6448
+ "kind": "SCALAR",
6449
+ "name": "Boolean",
6450
+ "ofType": null
6451
+ },
6452
+ "defaultValue": null
6453
+ },
6434
6454
  {
6435
6455
  "name": "ledgerEntry",
6436
6456
  "description": "Use to filter Ledger Entries by their IDs or IKs.",
@@ -6451,6 +6471,16 @@
6451
6471
  },
6452
6472
  "defaultValue": null
6453
6473
  },
6474
+ {
6475
+ "name": "showHidden",
6476
+ "description": "Use this filter to show hidden Ledger Entries.",
6477
+ "type": {
6478
+ "kind": "SCALAR",
6479
+ "name": "Boolean",
6480
+ "ofType": null
6481
+ },
6482
+ "defaultValue": null
6483
+ },
6454
6484
  {
6455
6485
  "name": "tag",
6456
6486
  "description": "Use this to filter Ledger Entries by tags. The response will include entries that contain tags matching the filter.",
@@ -6590,15 +6620,15 @@
6590
6620
  "deprecationReason": null
6591
6621
  },
6592
6622
  {
6593
- "name": "id",
6594
- "description": "The ID of this LedgerEntry.",
6623
+ "name": "hidden",
6624
+ "description": "Indicates whether this Ledger Entry is hidden when listing Ledger Entries.\nReversed and Reversal Ledger Entries are hidden by default because taken together they have no impact on a Ledger's balances.",
6595
6625
  "args": [],
6596
6626
  "type": {
6597
6627
  "kind": "NON_NULL",
6598
6628
  "name": null,
6599
6629
  "ofType": {
6600
6630
  "kind": "SCALAR",
6601
- "name": "ID",
6631
+ "name": "Boolean",
6602
6632
  "ofType": null
6603
6633
  }
6604
6634
  },
@@ -6606,15 +6636,15 @@
6606
6636
  "deprecationReason": null
6607
6637
  },
6608
6638
  {
6609
- "name": "ik",
6610
- "description": "The idempotency key used to post this ledger entry",
6639
+ "name": "id",
6640
+ "description": "The ID of this LedgerEntry.",
6611
6641
  "args": [],
6612
6642
  "type": {
6613
6643
  "kind": "NON_NULL",
6614
6644
  "name": null,
6615
6645
  "ofType": {
6616
6646
  "kind": "SCALAR",
6617
- "name": "String",
6647
+ "name": "ID",
6618
6648
  "ofType": null
6619
6649
  }
6620
6650
  },
@@ -6622,15 +6652,15 @@
6622
6652
  "deprecationReason": null
6623
6653
  },
6624
6654
  {
6625
- "name": "isReversal",
6626
- "description": "Indicates whether this Ledger Entry is a reversal of another Ledger Entry.\nIf so, reverses will point to that Ledger Entry.",
6655
+ "name": "ik",
6656
+ "description": "The idempotency key used to post this ledger entry",
6627
6657
  "args": [],
6628
6658
  "type": {
6629
6659
  "kind": "NON_NULL",
6630
6660
  "name": null,
6631
6661
  "ofType": {
6632
6662
  "kind": "SCALAR",
6633
- "name": "Boolean",
6663
+ "name": "String",
6634
6664
  "ofType": null
6635
6665
  }
6636
6666
  },
@@ -6638,8 +6668,8 @@
6638
6668
  "deprecationReason": null
6639
6669
  },
6640
6670
  {
6641
- "name": "isReversed",
6642
- "description": "Indicates whether this Ledger Entry has been reversed by another Ledger Entry.\nIf so, reversedBy will point to that Ledger Entry.",
6671
+ "name": "isReversal",
6672
+ "description": "Indicates whether this Ledger Entry is a reversal of another Ledger Entry.\nIf so, reverses will point to that Ledger Entry.",
6643
6673
  "args": [],
6644
6674
  "type": {
6645
6675
  "kind": "NON_NULL",
@@ -6654,8 +6684,8 @@
6654
6684
  "deprecationReason": null
6655
6685
  },
6656
6686
  {
6657
- "name": "isSuppressed",
6658
- "description": "Indicates whether this Ledger Entry is suppressed when listing Ledger Entries.\nReversed and Reversal Ledger Entries are suppressed by default because taken together they have no impact on a Ledger's balances.",
6687
+ "name": "isReversed",
6688
+ "description": "Indicates whether this Ledger Entry has been reversed by another Ledger Entry.\nIf so, reversedBy will point to that Ledger Entry.",
6659
6689
  "args": [],
6660
6690
  "type": {
6661
6691
  "kind": "NON_NULL",
@@ -6777,6 +6807,18 @@
6777
6807
  "isDeprecated": false,
6778
6808
  "deprecationReason": null
6779
6809
  },
6810
+ {
6811
+ "name": "reversedAt",
6812
+ "description": "ISO-8601 timestamp of when this Ledger Entry was reversed.",
6813
+ "args": [],
6814
+ "type": {
6815
+ "kind": "SCALAR",
6816
+ "name": "DateTime",
6817
+ "ofType": null
6818
+ },
6819
+ "isDeprecated": false,
6820
+ "deprecationReason": null
6821
+ },
6780
6822
  {
6781
6823
  "name": "reversedBy",
6782
6824
  "description": "The Ledger Entry that reversed this Ledger Entry.",
@@ -8018,15 +8060,15 @@
8018
8060
  "deprecationReason": null
8019
8061
  },
8020
8062
  {
8021
- "name": "id",
8022
- "description": null,
8063
+ "name": "hidden",
8064
+ "description": "Indicates whether this Ledger Line is hidden when listing Ledger Lines.\nReversed and Reversal Ledger Lines are hidden by default because taken together they have no impact on a Ledger Account's balance",
8023
8065
  "args": [],
8024
8066
  "type": {
8025
8067
  "kind": "NON_NULL",
8026
8068
  "name": null,
8027
8069
  "ofType": {
8028
8070
  "kind": "SCALAR",
8029
- "name": "ID",
8071
+ "name": "Boolean",
8030
8072
  "ofType": null
8031
8073
  }
8032
8074
  },
@@ -8034,15 +8076,15 @@
8034
8076
  "deprecationReason": null
8035
8077
  },
8036
8078
  {
8037
- "name": "isReversal",
8038
- "description": "Indicates whether this Ledger Line is a reversal of another Ledger Line.\nIf so, reverses will point to that Ledger Line.",
8079
+ "name": "id",
8080
+ "description": null,
8039
8081
  "args": [],
8040
8082
  "type": {
8041
8083
  "kind": "NON_NULL",
8042
8084
  "name": null,
8043
8085
  "ofType": {
8044
8086
  "kind": "SCALAR",
8045
- "name": "Boolean",
8087
+ "name": "ID",
8046
8088
  "ofType": null
8047
8089
  }
8048
8090
  },
@@ -8050,8 +8092,8 @@
8050
8092
  "deprecationReason": null
8051
8093
  },
8052
8094
  {
8053
- "name": "isReversed",
8054
- "description": "Indicates whether this Ledger Line has been reversed by another Ledger Line.\nIf so, reversedBy will point to that Ledger Line.",
8095
+ "name": "isReversal",
8096
+ "description": "Indicates whether this Ledger Line is a reversal of another Ledger Line.\nIf so, reverses will point to that Ledger Line.",
8055
8097
  "args": [],
8056
8098
  "type": {
8057
8099
  "kind": "NON_NULL",
@@ -8066,8 +8108,8 @@
8066
8108
  "deprecationReason": null
8067
8109
  },
8068
8110
  {
8069
- "name": "isSuppressed",
8070
- "description": "Indicates whether this Ledger Line is suppressed when listing Ledger Lines.\nReversed and Reversal Ledger Lines are suppressed by default because taken together they have no impact on a Ledger Account's balance",
8111
+ "name": "isReversed",
8112
+ "description": "Indicates whether this Ledger Line has been reversed by another Ledger Line.\nIf so, reversedBy will point to that Ledger Line.",
8071
8113
  "args": [],
8072
8114
  "type": {
8073
8115
  "kind": "NON_NULL",
@@ -8217,6 +8259,18 @@
8217
8259
  "isDeprecated": false,
8218
8260
  "deprecationReason": null
8219
8261
  },
8262
+ {
8263
+ "name": "reversedAt",
8264
+ "description": "ISO-8601 timestamp of when this Ledger Line was reversed.",
8265
+ "args": [],
8266
+ "type": {
8267
+ "kind": "SCALAR",
8268
+ "name": "DateTime",
8269
+ "ofType": null
8270
+ },
8271
+ "isDeprecated": false,
8272
+ "deprecationReason": null
8273
+ },
8220
8274
  {
8221
8275
  "name": "reversedBy",
8222
8276
  "description": "The Ledger Line that reverses the balance changes of this Ledger Line.",
@@ -8503,6 +8557,26 @@
8503
8557
  },
8504
8558
  "defaultValue": null
8505
8559
  },
8560
+ {
8561
+ "name": "isReversal",
8562
+ "description": "Use this to filter Ledger Lines that were posted to this Ledger Account, using `reverseLedgerEntry`.",
8563
+ "type": {
8564
+ "kind": "SCALAR",
8565
+ "name": "Boolean",
8566
+ "ofType": null
8567
+ },
8568
+ "defaultValue": null
8569
+ },
8570
+ {
8571
+ "name": "isReversed",
8572
+ "description": "Use this to filter Ledger Lines that have been reversed.",
8573
+ "type": {
8574
+ "kind": "SCALAR",
8575
+ "name": "Boolean",
8576
+ "ofType": null
8577
+ },
8578
+ "defaultValue": null
8579
+ },
8506
8580
  {
8507
8581
  "name": "key",
8508
8582
  "description": "Use this to filter Ledger Lines by key. Ledger Line keys are defined in Schemas.",
@@ -8523,6 +8597,16 @@
8523
8597
  },
8524
8598
  "defaultValue": null
8525
8599
  },
8600
+ {
8601
+ "name": "showHidden",
8602
+ "description": "Use this filter to find hidden Ledger Lines.",
8603
+ "type": {
8604
+ "kind": "SCALAR",
8605
+ "name": "Boolean",
8606
+ "ofType": null
8607
+ },
8608
+ "defaultValue": null
8609
+ },
8526
8610
  {
8527
8611
  "name": "type",
8528
8612
  "description": null,
@@ -9483,6 +9567,37 @@
9483
9567
  "isDeprecated": false,
9484
9568
  "deprecationReason": null
9485
9569
  },
9570
+ {
9571
+ "name": "reverseLedgerEntry",
9572
+ "description": "*EXPERIMENTAL* Reverses a ledger entry",
9573
+ "args": [
9574
+ {
9575
+ "name": "id",
9576
+ "description": "The ID of the Ledger Entry to reverse",
9577
+ "type": {
9578
+ "kind": "NON_NULL",
9579
+ "name": null,
9580
+ "ofType": {
9581
+ "kind": "SCALAR",
9582
+ "name": "ID",
9583
+ "ofType": null
9584
+ }
9585
+ },
9586
+ "defaultValue": null
9587
+ }
9588
+ ],
9589
+ "type": {
9590
+ "kind": "NON_NULL",
9591
+ "name": null,
9592
+ "ofType": {
9593
+ "kind": "UNION",
9594
+ "name": "ReverseLedgerEntryResponse",
9595
+ "ofType": null
9596
+ }
9597
+ },
9598
+ "isDeprecated": false,
9599
+ "deprecationReason": null
9600
+ },
9486
9601
  {
9487
9602
  "name": "storeSchema",
9488
9603
  "description": "Stores a Schema in your workspace. If no Schema with the same key exists in your worksapce, a new Schema is created.\nElse, the Schema is updated, and every Ledger associated with it is migrated to the latest version.",
@@ -10067,6 +10182,37 @@
10067
10182
  "isDeprecated": false,
10068
10183
  "deprecationReason": null
10069
10184
  },
10185
+ {
10186
+ "name": "ledgerEntryHistory",
10187
+ "description": "Get the reversal history of a Ledger Entry.",
10188
+ "args": [
10189
+ {
10190
+ "name": "ledgerEntry",
10191
+ "description": "An object specifying the ID or IK of the Ledger Entry's reversal history to query.",
10192
+ "type": {
10193
+ "kind": "NON_NULL",
10194
+ "name": null,
10195
+ "ofType": {
10196
+ "kind": "INPUT_OBJECT",
10197
+ "name": "LedgerEntryMatchInput",
10198
+ "ofType": null
10199
+ }
10200
+ },
10201
+ "defaultValue": null
10202
+ }
10203
+ ],
10204
+ "type": {
10205
+ "kind": "NON_NULL",
10206
+ "name": null,
10207
+ "ofType": {
10208
+ "kind": "OBJECT",
10209
+ "name": "LedgerEntriesConnection",
10210
+ "ofType": null
10211
+ }
10212
+ },
10213
+ "isDeprecated": false,
10214
+ "deprecationReason": null
10215
+ },
10070
10216
  {
10071
10217
  "name": "ledgerLine",
10072
10218
  "description": "Get LedgerLine by ID",
@@ -10459,6 +10605,91 @@
10459
10605
  "enumValues": null,
10460
10606
  "possibleTypes": null
10461
10607
  },
10608
+ {
10609
+ "kind": "UNION",
10610
+ "name": "ReverseLedgerEntryResponse",
10611
+ "description": null,
10612
+ "fields": null,
10613
+ "inputFields": null,
10614
+ "interfaces": null,
10615
+ "enumValues": null,
10616
+ "possibleTypes": [
10617
+ {
10618
+ "kind": "OBJECT",
10619
+ "name": "BadRequestError",
10620
+ "ofType": null
10621
+ },
10622
+ {
10623
+ "kind": "OBJECT",
10624
+ "name": "InternalError",
10625
+ "ofType": null
10626
+ },
10627
+ {
10628
+ "kind": "OBJECT",
10629
+ "name": "ReverseLedgerEntryResult",
10630
+ "ofType": null
10631
+ }
10632
+ ]
10633
+ },
10634
+ {
10635
+ "kind": "OBJECT",
10636
+ "name": "ReverseLedgerEntryResult",
10637
+ "description": null,
10638
+ "fields": [
10639
+ {
10640
+ "name": "isIkReplay",
10641
+ "description": "Whether the reversal was an IK replay",
10642
+ "args": [],
10643
+ "type": {
10644
+ "kind": "NON_NULL",
10645
+ "name": null,
10646
+ "ofType": {
10647
+ "kind": "SCALAR",
10648
+ "name": "Boolean",
10649
+ "ofType": null
10650
+ }
10651
+ },
10652
+ "isDeprecated": false,
10653
+ "deprecationReason": null
10654
+ },
10655
+ {
10656
+ "name": "reversedLedgerEntry",
10657
+ "description": "The Ledger Entry that was reversed",
10658
+ "args": [],
10659
+ "type": {
10660
+ "kind": "NON_NULL",
10661
+ "name": null,
10662
+ "ofType": {
10663
+ "kind": "OBJECT",
10664
+ "name": "LedgerEntry",
10665
+ "ofType": null
10666
+ }
10667
+ },
10668
+ "isDeprecated": false,
10669
+ "deprecationReason": null
10670
+ },
10671
+ {
10672
+ "name": "reversingLedgerEntry",
10673
+ "description": "The reversal Ledger Entry that was created",
10674
+ "args": [],
10675
+ "type": {
10676
+ "kind": "NON_NULL",
10677
+ "name": null,
10678
+ "ofType": {
10679
+ "kind": "OBJECT",
10680
+ "name": "LedgerEntry",
10681
+ "ofType": null
10682
+ }
10683
+ },
10684
+ "isDeprecated": false,
10685
+ "deprecationReason": null
10686
+ }
10687
+ ],
10688
+ "inputFields": null,
10689
+ "interfaces": [],
10690
+ "enumValues": null,
10691
+ "possibleTypes": null
10692
+ },
10462
10693
  {
10463
10694
  "kind": "SCALAR",
10464
10695
  "name": "SafeString",
@@ -11909,6 +12140,34 @@
11909
12140
  }
11910
12141
  },
11911
12142
  "defaultValue": null
12143
+ },
12144
+ {
12145
+ "name": "notEqualTo",
12146
+ "description": "Must not equal this string value",
12147
+ "type": {
12148
+ "kind": "SCALAR",
12149
+ "name": "String",
12150
+ "ofType": null
12151
+ },
12152
+ "defaultValue": null
12153
+ },
12154
+ {
12155
+ "name": "notIn",
12156
+ "description": "Must not match any of the values provided. Limited to 100 items maximum.",
12157
+ "type": {
12158
+ "kind": "LIST",
12159
+ "name": null,
12160
+ "ofType": {
12161
+ "kind": "NON_NULL",
12162
+ "name": null,
12163
+ "ofType": {
12164
+ "kind": "SCALAR",
12165
+ "name": "String",
12166
+ "ofType": null
12167
+ }
12168
+ }
12169
+ },
12170
+ "defaultValue": null
11912
12171
  }
11913
12172
  ],
11914
12173
  "interfaces": null,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FragmentSDK
4
- VERSION = '1.1.10'
4
+ VERSION = '1.1.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fragment-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - fragment
@@ -13,16 +13,22 @@ dependencies:
13
13
  name: graphql
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - "~>"
16
+ - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: 2.2.5
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: 2.5.0
19
22
  type: :runtime
20
23
  prerelease: false
21
24
  version_requirements: !ruby/object:Gem::Requirement
22
25
  requirements:
23
- - - "~>"
26
+ - - ">="
24
27
  - !ruby/object:Gem::Version
25
28
  version: 2.2.5
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: 2.5.0
26
32
  - !ruby/object:Gem::Dependency
27
33
  name: graphql-client
28
34
  requirement: !ruby/object:Gem::Requirement