@confighub/rtk-query 0.2.0 → 0.4.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.
package/dist/index.js CHANGED
@@ -463,6 +463,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
463
463
  dry_run: queryArg.dryRun,
464
464
  protect: queryArg.protect,
465
465
  clearance: queryArg.clearance,
466
+ guards: queryArg.guards,
466
467
  change_set_id: queryArg.changeSetId,
467
468
  subgroup: queryArg.subgroup,
468
469
  other_data_source: queryArg.otherDataSource,
@@ -1198,6 +1199,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
1198
1199
  dry_run: queryArg.dryRun,
1199
1200
  protect: queryArg.protect,
1200
1201
  clearance: queryArg.clearance,
1202
+ guards: queryArg.guards,
1201
1203
  change_set_id: queryArg.changeSetId,
1202
1204
  subgroup: queryArg.subgroup,
1203
1205
  other_data_source: queryArg.otherDataSource,
@@ -1650,6 +1652,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
1650
1652
  dry_run: queryArg.dryRun,
1651
1653
  protect: queryArg.protect,
1652
1654
  clearance: queryArg.clearance,
1655
+ guards: queryArg.guards,
1653
1656
  squash: queryArg.squash,
1654
1657
  upgrade: queryArg.upgrade,
1655
1658
  restore: queryArg.restore,
@@ -1680,6 +1683,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
1680
1683
  dry_run: queryArg.dryRun,
1681
1684
  protect: queryArg.protect,
1682
1685
  clearance: queryArg.clearance,
1686
+ guards: queryArg.guards,
1683
1687
  squash: queryArg.squash,
1684
1688
  upgrade: queryArg.upgrade,
1685
1689
  restore: queryArg.restore,
@@ -1735,6 +1739,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
1735
1739
  dry_run: queryArg.dryRun,
1736
1740
  protect: queryArg.protect,
1737
1741
  clearance: queryArg.clearance,
1742
+ guards: queryArg.guards,
1738
1743
  merge_base: queryArg.mergeBase,
1739
1744
  merge_external_source: queryArg.mergeExternalSource,
1740
1745
  merge_enable_subtraction: queryArg.mergeEnableSubtraction,
@@ -2177,6 +2182,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
2177
2182
  dry_run: queryArg.dryRun,
2178
2183
  protect: queryArg.protect,
2179
2184
  clearance: queryArg.clearance,
2185
+ guards: queryArg.guards,
2180
2186
  squash: queryArg.squash,
2181
2187
  upgrade: queryArg.upgrade,
2182
2188
  restore: queryArg.restore,