@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.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +148 -98
- package/dist/index.d.ts +148 -98
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -465,6 +465,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
465
465
|
dry_run: queryArg.dryRun,
|
|
466
466
|
protect: queryArg.protect,
|
|
467
467
|
clearance: queryArg.clearance,
|
|
468
|
+
guards: queryArg.guards,
|
|
468
469
|
change_set_id: queryArg.changeSetId,
|
|
469
470
|
subgroup: queryArg.subgroup,
|
|
470
471
|
other_data_source: queryArg.otherDataSource,
|
|
@@ -1200,6 +1201,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
1200
1201
|
dry_run: queryArg.dryRun,
|
|
1201
1202
|
protect: queryArg.protect,
|
|
1202
1203
|
clearance: queryArg.clearance,
|
|
1204
|
+
guards: queryArg.guards,
|
|
1203
1205
|
change_set_id: queryArg.changeSetId,
|
|
1204
1206
|
subgroup: queryArg.subgroup,
|
|
1205
1207
|
other_data_source: queryArg.otherDataSource,
|
|
@@ -1652,6 +1654,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
1652
1654
|
dry_run: queryArg.dryRun,
|
|
1653
1655
|
protect: queryArg.protect,
|
|
1654
1656
|
clearance: queryArg.clearance,
|
|
1657
|
+
guards: queryArg.guards,
|
|
1655
1658
|
squash: queryArg.squash,
|
|
1656
1659
|
upgrade: queryArg.upgrade,
|
|
1657
1660
|
restore: queryArg.restore,
|
|
@@ -1682,6 +1685,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
1682
1685
|
dry_run: queryArg.dryRun,
|
|
1683
1686
|
protect: queryArg.protect,
|
|
1684
1687
|
clearance: queryArg.clearance,
|
|
1688
|
+
guards: queryArg.guards,
|
|
1685
1689
|
squash: queryArg.squash,
|
|
1686
1690
|
upgrade: queryArg.upgrade,
|
|
1687
1691
|
restore: queryArg.restore,
|
|
@@ -1737,6 +1741,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
1737
1741
|
dry_run: queryArg.dryRun,
|
|
1738
1742
|
protect: queryArg.protect,
|
|
1739
1743
|
clearance: queryArg.clearance,
|
|
1744
|
+
guards: queryArg.guards,
|
|
1740
1745
|
merge_base: queryArg.mergeBase,
|
|
1741
1746
|
merge_external_source: queryArg.mergeExternalSource,
|
|
1742
1747
|
merge_enable_subtraction: queryArg.mergeEnableSubtraction,
|
|
@@ -2179,6 +2184,7 @@ var injectedRtkApi = confighubApi.enhanceEndpoints({
|
|
|
2179
2184
|
dry_run: queryArg.dryRun,
|
|
2180
2185
|
protect: queryArg.protect,
|
|
2181
2186
|
clearance: queryArg.clearance,
|
|
2187
|
+
guards: queryArg.guards,
|
|
2182
2188
|
squash: queryArg.squash,
|
|
2183
2189
|
upgrade: queryArg.upgrade,
|
|
2184
2190
|
restore: queryArg.restore,
|