@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.d.ts
CHANGED
|
@@ -1349,7 +1349,7 @@ type BulkDeleteChangeOrdersApiArg = {
|
|
|
1349
1349
|
An example conjunction is:
|
|
1350
1350
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1351
1351
|
|
|
1352
|
-
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedSpaceIDs, ResolvedSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1352
|
+
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedRestoredSpaceIDs, ReleasedSpaceIDs, ResolvedSpaceIDs, RestoreTagID, RestoredSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1353
1353
|
|
|
1354
1354
|
The whole string must be query-encoded. */
|
|
1355
1355
|
where?: string;
|
|
@@ -1385,7 +1385,7 @@ type BulkDeleteChangeOrdersApiArg = {
|
|
|
1385
1385
|
The attribute names are case-sensitive, PascalCase, and
|
|
1386
1386
|
expected in a comma-separated list format as in the JSON encoding.
|
|
1387
1387
|
|
|
1388
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
1388
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
1389
1389
|
|
|
1390
1390
|
The whole string must be query-encoded. */
|
|
1391
1391
|
include?: string;
|
|
@@ -1427,7 +1427,7 @@ type ListAllChangeOrdersApiArg = {
|
|
|
1427
1427
|
An example conjunction is:
|
|
1428
1428
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1429
1429
|
|
|
1430
|
-
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedSpaceIDs, ResolvedSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1430
|
+
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedRestoredSpaceIDs, ReleasedSpaceIDs, ResolvedSpaceIDs, RestoreTagID, RestoredSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1431
1431
|
|
|
1432
1432
|
The whole string must be query-encoded. */
|
|
1433
1433
|
where?: string;
|
|
@@ -1463,7 +1463,7 @@ type ListAllChangeOrdersApiArg = {
|
|
|
1463
1463
|
The attribute names are case-sensitive, PascalCase, and
|
|
1464
1464
|
expected in a comma-separated list format as in the JSON encoding.
|
|
1465
1465
|
|
|
1466
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
1466
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
1467
1467
|
|
|
1468
1468
|
The whole string must be query-encoded. */
|
|
1469
1469
|
include?: string;
|
|
@@ -1513,7 +1513,7 @@ type BulkPatchChangeOrdersApiArg = {
|
|
|
1513
1513
|
An example conjunction is:
|
|
1514
1514
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1515
1515
|
|
|
1516
|
-
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedSpaceIDs, ResolvedSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1516
|
+
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedRestoredSpaceIDs, ReleasedSpaceIDs, ResolvedSpaceIDs, RestoreTagID, RestoredSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1517
1517
|
|
|
1518
1518
|
The whole string must be query-encoded. */
|
|
1519
1519
|
where?: string;
|
|
@@ -1549,7 +1549,7 @@ type BulkPatchChangeOrdersApiArg = {
|
|
|
1549
1549
|
The attribute names are case-sensitive, PascalCase, and
|
|
1550
1550
|
expected in a comma-separated list format as in the JSON encoding.
|
|
1551
1551
|
|
|
1552
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
1552
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
1553
1553
|
|
|
1554
1554
|
The whole string must be query-encoded. */
|
|
1555
1555
|
include?: string;
|
|
@@ -1615,7 +1615,7 @@ type BulkCreateChangeOrdersApiArg = {
|
|
|
1615
1615
|
An example conjunction is:
|
|
1616
1616
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1617
1617
|
|
|
1618
|
-
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedSpaceIDs, ResolvedSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1618
|
+
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedRestoredSpaceIDs, ReleasedSpaceIDs, ResolvedSpaceIDs, RestoreTagID, RestoredSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
1619
1619
|
|
|
1620
1620
|
The whole string must be query-encoded. */
|
|
1621
1621
|
where?: string;
|
|
@@ -1651,7 +1651,7 @@ type BulkCreateChangeOrdersApiArg = {
|
|
|
1651
1651
|
The attribute names are case-sensitive, PascalCase, and
|
|
1652
1652
|
expected in a comma-separated list format as in the JSON encoding.
|
|
1653
1653
|
|
|
1654
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
1654
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
1655
1655
|
|
|
1656
1656
|
The whole string must be query-encoded. */
|
|
1657
1657
|
include?: string;
|
|
@@ -2650,6 +2650,8 @@ type InvokeFunctionsOnOrgApiArg = {
|
|
|
2650
2650
|
protect?: boolean;
|
|
2651
2651
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
2652
2652
|
clearance?: string;
|
|
2653
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
2654
|
+
guards?: string;
|
|
2653
2655
|
/** Must match ChangeSetID of affected Units unless in dry run mode; not valid when invoked on Revisions */
|
|
2654
2656
|
changeSetId?: string;
|
|
2655
2657
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
@@ -3425,6 +3427,10 @@ type BulkPatchLinksApiArg = {
|
|
|
3425
3427
|
DownstreamPaths?: (object | null)[] | null;
|
|
3426
3428
|
DownstreamSetters?: (object | null)[] | null;
|
|
3427
3429
|
FromUnitID?: string | null;
|
|
3430
|
+
/** Guards to record on the paths this link's resolve writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Refused on UpgradeUnit and MergeUnits links, whose guards arrive by propagation from upstream. */
|
|
3431
|
+
Guards?: {
|
|
3432
|
+
[key: string]: string | null;
|
|
3433
|
+
} | null;
|
|
3428
3434
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
3429
3435
|
Labels?: {
|
|
3430
3436
|
[key: string]: string | null;
|
|
@@ -3603,6 +3609,10 @@ type BulkCreateLinksApiArg = {
|
|
|
3603
3609
|
DownstreamPaths?: (object | null)[] | null;
|
|
3604
3610
|
DownstreamSetters?: (object | null)[] | null;
|
|
3605
3611
|
FromUnitID?: string | null;
|
|
3612
|
+
/** Guards to record on the paths this link's resolve writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Refused on UpgradeUnit and MergeUnits links, whose guards arrive by propagation from upstream. */
|
|
3613
|
+
Guards?: {
|
|
3614
|
+
[key: string]: string | null;
|
|
3615
|
+
} | null;
|
|
3606
3616
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
3607
3617
|
Labels?: {
|
|
3608
3618
|
[key: string]: string | null;
|
|
@@ -5029,7 +5039,7 @@ type ListChangeOrdersApiArg = {
|
|
|
5029
5039
|
An example conjunction is:
|
|
5030
5040
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
5031
5041
|
|
|
5032
|
-
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedSpaceIDs, ResolvedSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
5042
|
+
Supported attributes for filtering on ChangeOrder: AbortedReason, AdoptedEndTagID, Annotations, ChangeOrderID, CreatedAt, DeleteGates, Description, DisplayName, EndTagID, InScopeSpaceIDs, Labels, OrganizationID, ReleasedRestoredSpaceIDs, ReleasedSpaceIDs, ResolvedSpaceIDs, RestoreTagID, RestoredSpaceIDs, SkippedUnits, Slug, SpaceID, StartTagID, State, UpdateType, UpdatedAt.
|
|
5033
5043
|
|
|
5034
5044
|
The whole string must be query-encoded. */
|
|
5035
5045
|
where?: string;
|
|
@@ -5065,7 +5075,7 @@ type ListChangeOrdersApiArg = {
|
|
|
5065
5075
|
The attribute names are case-sensitive, PascalCase, and
|
|
5066
5076
|
expected in a comma-separated list format as in the JSON encoding.
|
|
5067
5077
|
|
|
5068
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
5078
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
5069
5079
|
|
|
5070
5080
|
The whole string must be query-encoded. */
|
|
5071
5081
|
include?: string;
|
|
@@ -5105,7 +5115,7 @@ type GetChangeOrderApiArg = {
|
|
|
5105
5115
|
The attribute names are case-sensitive, PascalCase, and
|
|
5106
5116
|
expected in a comma-separated list format as in the JSON encoding.
|
|
5107
5117
|
|
|
5108
|
-
Supported attributes for ChangeOrder are EndTagID, OrganizationID, SpaceID, StartTagID.
|
|
5118
|
+
Supported attributes for ChangeOrder are EndTagID, OrganizationID, RestoreTagID, SpaceID, StartTagID.
|
|
5109
5119
|
|
|
5110
5120
|
The whole string must be query-encoded. */
|
|
5111
5121
|
include?: string;
|
|
@@ -5572,6 +5582,8 @@ type InvokeFunctionsApiArg = {
|
|
|
5572
5582
|
protect?: boolean;
|
|
5573
5583
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
5574
5584
|
clearance?: string;
|
|
5585
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
5586
|
+
guards?: string;
|
|
5575
5587
|
/** Must match ChangeSetID of affected Units unless in dry run mode; not valid when invoked on Revisions */
|
|
5576
5588
|
changeSetId?: string;
|
|
5577
5589
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
@@ -5982,6 +5994,10 @@ type PatchLinkApiArg = {
|
|
|
5982
5994
|
DownstreamPaths?: (object | null)[] | null;
|
|
5983
5995
|
DownstreamSetters?: (object | null)[] | null;
|
|
5984
5996
|
FromUnitID?: string | null;
|
|
5997
|
+
/** Guards to record on the paths this link's resolve writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Refused on UpgradeUnit and MergeUnits links, whose guards arrive by propagation from upstream. */
|
|
5998
|
+
Guards?: {
|
|
5999
|
+
[key: string]: string | null;
|
|
6000
|
+
} | null;
|
|
5985
6001
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
5986
6002
|
Labels?: {
|
|
5987
6003
|
[key: string]: string | null;
|
|
@@ -6721,6 +6737,10 @@ type PatchTriggerApiArg = {
|
|
|
6721
6737
|
FailOpenAfter?: number | null;
|
|
6722
6738
|
/** Function name */
|
|
6723
6739
|
FunctionName?: string | null;
|
|
6740
|
+
/** Guards to record on the paths this trigger's function writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Only meaningful for a mutating trigger, and part of the trigger's Hash, unlike Protect. */
|
|
6741
|
+
Guards?: {
|
|
6742
|
+
[key: string]: string | null;
|
|
6743
|
+
} | null;
|
|
6724
6744
|
InvocationID?: string | null;
|
|
6725
6745
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
6726
6746
|
Labels?: {
|
|
@@ -6930,6 +6950,8 @@ type PatchUnitApiArg = {
|
|
|
6930
6950
|
protect?: boolean;
|
|
6931
6951
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
6932
6952
|
clearance?: string;
|
|
6953
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
6954
|
+
guards?: string;
|
|
6933
6955
|
/** Merge the range as one rebased diff and record it as one Revision, instead of walking it. By default a merge replays: it takes the source's Revisions in order and, where a Revision records function invocations that can be re-executed, runs them against this Unit rather than rebasing their recorded paths onto it -- so a change lands where this Unit's own structure puts it -- and records each source Revision that has an effect here as a Revision of its own, carrying that Revision's change description, its own conflicts, and one Mutation per source Mutation. Squashing gives up both: the range arrives as a single rebased patch in a single Revision, which is what a merge did before replay existed. Accepted with upgrade, merge_source, and resolve of an UpgradeUnit or MergeUnits Link, and refused elsewhere, since there is no range to walk. A Link can ask for it standingly with its Squash field. */
|
|
6934
6956
|
squash?: boolean;
|
|
6935
6957
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -7004,7 +7026,7 @@ type PatchUnitApiArg = {
|
|
|
7004
7026
|
tag?: string;
|
|
7005
7027
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
7006
7028
|
changeSetId?: string;
|
|
7007
|
-
/** ChangeOrder to promote, with upgrade or resolve. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. */
|
|
7029
|
+
/** ChangeOrder to promote, with upgrade or resolve, or to undo, with restore. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. With restore the change order is being undone rather than promoted: the restore must be 'Before:ChangeOrder:' the same change order, the change order must have an AbortedReason -- undoing a change nobody has said is not coming is a race with whoever is still promoting it -- and a Unit the change order never marked is an error rather than passed over, since naming it says the Unit is part of the undoing. The first restore mints the change order's restore Tag and records it as RestoreTagID; every restore after that marks with the same Tag, which is what RestoredSpaceIDs is read off. A Unit the change order carried nothing for takes the restore Tag on the revision its start and end Tags are already on, and no revision is made. A Unit already carrying the restore Tag has had the change order taken back out of it and is passed over, since undoing one in a Unit happens once as promoting it into one does -- so the revisions a Unit has taken since it was undone are its own work rather than this undoing's to drop. Restoring also advances the merge pointers of the Links of the change order's UpdateType that follow the restored Unit onto the revision the restore made, so a later upgrade does not replay the change that was just taken out; the downstream Units are not restored with it, since each has to be restored and released on its own account. */
|
|
7008
7030
|
changeOrder?: string;
|
|
7009
7031
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
7010
7032
|
subgroup?: string;
|
|
@@ -7063,6 +7085,8 @@ type UpdateUnitApiArg = {
|
|
|
7063
7085
|
protect?: boolean;
|
|
7064
7086
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
7065
7087
|
clearance?: string;
|
|
7088
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
7089
|
+
guards?: string;
|
|
7066
7090
|
/** Merge the range as one rebased diff and record it as one Revision, instead of walking it. By default a merge replays: it takes the source's Revisions in order and, where a Revision records function invocations that can be re-executed, runs them against this Unit rather than rebasing their recorded paths onto it -- so a change lands where this Unit's own structure puts it -- and records each source Revision that has an effect here as a Revision of its own, carrying that Revision's change description, its own conflicts, and one Mutation per source Mutation. Squashing gives up both: the range arrives as a single rebased patch in a single Revision, which is what a merge did before replay existed. Accepted with upgrade, merge_source, and resolve of an UpgradeUnit or MergeUnits Link, and refused elsewhere, since there is no range to walk. A Link can ask for it standingly with its Squash field. */
|
|
7067
7091
|
squash?: boolean;
|
|
7068
7092
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -7137,7 +7161,7 @@ type UpdateUnitApiArg = {
|
|
|
7137
7161
|
tag?: string;
|
|
7138
7162
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
7139
7163
|
changeSetId?: string;
|
|
7140
|
-
/** ChangeOrder to promote, with upgrade or resolve. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. */
|
|
7164
|
+
/** ChangeOrder to promote, with upgrade or resolve, or to undo, with restore. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. With restore the change order is being undone rather than promoted: the restore must be 'Before:ChangeOrder:' the same change order, the change order must have an AbortedReason -- undoing a change nobody has said is not coming is a race with whoever is still promoting it -- and a Unit the change order never marked is an error rather than passed over, since naming it says the Unit is part of the undoing. The first restore mints the change order's restore Tag and records it as RestoreTagID; every restore after that marks with the same Tag, which is what RestoredSpaceIDs is read off. A Unit the change order carried nothing for takes the restore Tag on the revision its start and end Tags are already on, and no revision is made. A Unit already carrying the restore Tag has had the change order taken back out of it and is passed over, since undoing one in a Unit happens once as promoting it into one does -- so the revisions a Unit has taken since it was undone are its own work rather than this undoing's to drop. Restoring also advances the merge pointers of the Links of the change order's UpdateType that follow the restored Unit onto the revision the restore made, so a later upgrade does not replay the change that was just taken out; the downstream Units are not restored with it, since each has to be restored and released on its own account. */
|
|
7141
7165
|
changeOrder?: string;
|
|
7142
7166
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
7143
7167
|
subgroup?: string;
|
|
@@ -7187,6 +7211,8 @@ type UploadUnitDataApiArg = {
|
|
|
7187
7211
|
protect?: boolean;
|
|
7188
7212
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
7189
7213
|
clearance?: string;
|
|
7214
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
7215
|
+
guards?: string;
|
|
7190
7216
|
/** Merge base revision, which provides the base configuration data of the changes to merge. With merge_source, this is a revision of the merge source unit. With merge_external_source, this is a revision of the unit being updated and overrides the default selection of the latest MergeExternal revision. Supports: Named revisions ('HeadRevisionNum', 'LastReleasedRevisionNum'), direct revision number (e.g., '42'), or entity references ('Tag:uuid', 'ChangeSet:uuid', 'ChangeOrder:uuid', 'Revision:uuid'). Can be prefixed with 'Before:' to select the revision immediately before the specified one (e.g., 'Before:LastReleasedRevisionNum', 'Before:42'). When using Tag or ChangeSet references, the latest revision associated with that entity is selected. 'ChangeOrder:uuid' selects the revision the change order ended at on this Unit and 'Before:ChangeOrder:uuid' the one before it began, which is what undoes a promotion however many revisions it made. */
|
|
7191
7217
|
mergeBase?: string;
|
|
7192
7218
|
/** Identifier of the external source for merge-on-update. When set, computes mutations between the last MergeExternal revision and the provided data, then patches the current unit data with those mutations. */
|
|
@@ -9017,6 +9043,10 @@ type BulkPatchTriggersApiArg = {
|
|
|
9017
9043
|
FailOpenAfter?: number | null;
|
|
9018
9044
|
/** Function name */
|
|
9019
9045
|
FunctionName?: string | null;
|
|
9046
|
+
/** Guards to record on the paths this trigger's function writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Only meaningful for a mutating trigger, and part of the trigger's Hash, unlike Protect. */
|
|
9047
|
+
Guards?: {
|
|
9048
|
+
[key: string]: string | null;
|
|
9049
|
+
} | null;
|
|
9020
9050
|
InvocationID?: string | null;
|
|
9021
9051
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
9022
9052
|
Labels?: {
|
|
@@ -9191,6 +9221,10 @@ type BulkCreateTriggersApiArg = {
|
|
|
9191
9221
|
FailOpenAfter?: number | null;
|
|
9192
9222
|
/** Function name */
|
|
9193
9223
|
FunctionName?: string | null;
|
|
9224
|
+
/** Guards to record on the paths this trigger's function writes, naming the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. Sibling to Protect: Protect claims the paths, Guards say why. Add and overwrite only -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). Only meaningful for a mutating trigger, and part of the trigger's Hash, unlike Protect. */
|
|
9225
|
+
Guards?: {
|
|
9226
|
+
[key: string]: string | null;
|
|
9227
|
+
} | null;
|
|
9194
9228
|
InvocationID?: string | null;
|
|
9195
9229
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
9196
9230
|
Labels?: {
|
|
@@ -9475,6 +9509,8 @@ type BulkPatchUnitsApiArg = {
|
|
|
9475
9509
|
protect?: boolean;
|
|
9476
9510
|
/** The classes of guarded reason this operation is cleared for, as a JSON Clearance -- a list of {Key, Operator, Values} requirements, where Operator is Exists, In, NotIn, or DoesNotExist. A path whose guards this does not cover is not written, and the withheld change is reported as a Guarded conflict. An absent or empty clearance clears nothing, which only matters for a Unit that has guards. */
|
|
9477
9511
|
clearance?: string;
|
|
9512
|
+
/** The guards this operation records on the paths it writes, as a JSON object of guard key to value -- the reasons those paths hold what they hold, so a later operation must be cleared for them before overwriting. The guard analogue of protect: protect claims the paths, this says why. It only ever adds and overwrites the keys it names -- retiring a guard is the /guard API (cub unit set-guard --remove-guard). */
|
|
9513
|
+
guards?: string;
|
|
9478
9514
|
/** Merge the range as one rebased diff and record it as one Revision, instead of walking it. By default a merge replays: it takes the source's Revisions in order and, where a Revision records function invocations that can be re-executed, runs them against this Unit rather than rebasing their recorded paths onto it -- so a change lands where this Unit's own structure puts it -- and records each source Revision that has an effect here as a Revision of its own, carrying that Revision's change description, its own conflicts, and one Mutation per source Mutation. Squashing gives up both: the range arrives as a single rebased patch in a single Revision, which is what a merge did before replay existed. Accepted with upgrade, merge_source, and resolve of an UpgradeUnit or MergeUnits Link, and refused elsewhere, since there is no range to walk. A Link can ask for it standingly with its Squash field. */
|
|
9479
9515
|
squash?: boolean;
|
|
9480
9516
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -9549,7 +9585,7 @@ type BulkPatchUnitsApiArg = {
|
|
|
9549
9585
|
tag?: string;
|
|
9550
9586
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
9551
9587
|
changeSetId?: string;
|
|
9552
|
-
/** ChangeOrder to promote, with upgrade or resolve. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. */
|
|
9588
|
+
/** ChangeOrder to promote, with upgrade or resolve, or to undo, with restore. The change order fixed the range when it was created -- the interval on each source Unit, marked with its Tags -- so it supplies both ends of the merge and merge_end is refused alongside it. A Unit whose source the change order does not cover is passed over rather than failed, which is what lets a bulk upgrade name a whole Space and take only the Units the change is in. A Unit whose last merged revision is not where the change order starts is an error, since merging anyway would replay what it already has or skip what it does not, and with resolve a selected Link whose UpdateType the change order does not follow is an error too. The revisions the promotion creates carry the ChangeOrder, and its start Tag is placed on the revision before them and its end Tag on the one it arrives at, so 'restore Before:ChangeOrder:uuid' undoes it whether it landed as one revision or as one per source revision. With restore the change order is being undone rather than promoted: the restore must be 'Before:ChangeOrder:' the same change order, the change order must have an AbortedReason -- undoing a change nobody has said is not coming is a race with whoever is still promoting it -- and a Unit the change order never marked is an error rather than passed over, since naming it says the Unit is part of the undoing. The first restore mints the change order's restore Tag and records it as RestoreTagID; every restore after that marks with the same Tag, which is what RestoredSpaceIDs is read off. A Unit the change order carried nothing for takes the restore Tag on the revision its start and end Tags are already on, and no revision is made. A Unit already carrying the restore Tag has had the change order taken back out of it and is passed over, since undoing one in a Unit happens once as promoting it into one does -- so the revisions a Unit has taken since it was undone are its own work rather than this undoing's to drop. Restoring also advances the merge pointers of the Links of the change order's UpdateType that follow the restored Unit onto the revision the restore made, so a later upgrade does not replay the change that was just taken out; the downstream Units are not restored with it, since each has to be restored and released on its own account. */
|
|
9553
9589
|
changeOrder?: string;
|
|
9554
9590
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
9555
9591
|
subgroup?: string;
|
|
@@ -11247,33 +11283,6 @@ type FunctionParameter = {
|
|
|
11247
11283
|
Required?: boolean;
|
|
11248
11284
|
Schema?: Schema;
|
|
11249
11285
|
};
|
|
11250
|
-
type FunctionArgument = {
|
|
11251
|
-
Evaluator?: string;
|
|
11252
|
-
ParameterName?: string;
|
|
11253
|
-
Value?: string | number | boolean;
|
|
11254
|
-
};
|
|
11255
|
-
type ClearanceRequirement = {
|
|
11256
|
-
/** The guard key this requirement is about */
|
|
11257
|
-
Key?: string;
|
|
11258
|
-
/** Exists, In, NotIn, or DoesNotExist */
|
|
11259
|
-
Operator?: string;
|
|
11260
|
-
/** The values In and NotIn compare against; unused by Exists and DoesNotExist */
|
|
11261
|
-
Values?: string[];
|
|
11262
|
-
};
|
|
11263
|
-
type Clearance = ClearanceRequirement[];
|
|
11264
|
-
type FunctionInvocation = {
|
|
11265
|
-
/** Function arguments */
|
|
11266
|
-
Arguments?: FunctionArgument[] | null;
|
|
11267
|
-
Clearance?: Clearance;
|
|
11268
|
-
/** Function name */
|
|
11269
|
-
FunctionName?: string;
|
|
11270
|
-
/** Caller-supplied parameter values for expanding templated argument Values; transient, not persisted */
|
|
11271
|
-
Params?: {
|
|
11272
|
-
[key: string]: any;
|
|
11273
|
-
};
|
|
11274
|
-
/** Per-invocation resource filter. AND-combined with the request-level WhereResource. Same path syntax as the request-level field (see ParseAndValidateWhereResource). */
|
|
11275
|
-
WhereResource?: string;
|
|
11276
|
-
};
|
|
11277
11286
|
type AttributeDetails = {
|
|
11278
11287
|
/** ID of the Link that bound this needed path to a provided value */
|
|
11279
11288
|
BoundLinkID?: string;
|
|
@@ -11281,9 +11290,10 @@ type AttributeDetails = {
|
|
|
11281
11290
|
BoundProvidedProperties?: {
|
|
11282
11291
|
[key: string]: string;
|
|
11283
11292
|
};
|
|
11293
|
+
/** Value a defaulting function writes at this path, if any */
|
|
11294
|
+
DefaultValue?: any;
|
|
11284
11295
|
/** Description of the attribute */
|
|
11285
11296
|
Description?: string;
|
|
11286
|
-
GetterInvocation?: FunctionInvocation;
|
|
11287
11297
|
/** Whether this attribute is a needed value */
|
|
11288
11298
|
IsNeeded?: boolean;
|
|
11289
11299
|
/** Whether this attribute is a provided value */
|
|
@@ -11300,8 +11310,6 @@ type AttributeDetails = {
|
|
|
11300
11310
|
ProvidedProperties?: {
|
|
11301
11311
|
[key: string]: string;
|
|
11302
11312
|
};
|
|
11303
|
-
/** Function invocation used to set the attribute (except for the value), if any */
|
|
11304
|
-
SetterInvocations?: FunctionInvocation[];
|
|
11305
11313
|
};
|
|
11306
11314
|
type PathVisitorInfo = {
|
|
11307
11315
|
/** AttributeName for the path */
|
|
@@ -11332,7 +11340,6 @@ type ResourceTypePathsEntry = {
|
|
|
11332
11340
|
BoundProvidedProperties?: {
|
|
11333
11341
|
[key: string]: string;
|
|
11334
11342
|
};
|
|
11335
|
-
GetterInvocation?: FunctionInvocation;
|
|
11336
11343
|
/** Whether this attribute is a needed value */
|
|
11337
11344
|
IsNeeded?: boolean;
|
|
11338
11345
|
/** Whether this attribute is a provided value */
|
|
@@ -11351,7 +11358,6 @@ type ResourceTypePathsEntry = {
|
|
|
11351
11358
|
[key: string]: string;
|
|
11352
11359
|
};
|
|
11353
11360
|
ResourceType?: string;
|
|
11354
|
-
SetterInvocation?: FunctionInvocation;
|
|
11355
11361
|
};
|
|
11356
11362
|
type Attribute = {
|
|
11357
11363
|
/** An optional map of Annotation key/value pairs for tools to attach information to entities. */
|
|
@@ -11880,10 +11886,16 @@ type ChangeOrderRead = {
|
|
|
11880
11886
|
};
|
|
11881
11887
|
/** Unique identifier for an organization. */
|
|
11882
11888
|
OrganizationID?: string;
|
|
11889
|
+
/** ReleasedRestoredSpaceIDs is where the undoing has been released: the Spaces in RestoredSpaceIDs whose Units are released at or past the Revision the restore Tag marks. Covering ReleasedSpaceIDs is what State reports as RestoreReleased. Derived when the ChangeOrder is read. */
|
|
11890
|
+
ReleasedRestoredSpaceIDs?: Uuid[];
|
|
11883
11891
|
/** ReleasedSpaceIDs is where the ChangeOrder has been released: the Spaces in scope whose Units in the Space's release are applied at or past the Revision the end Tag marks. Derived when the ChangeOrder is read. */
|
|
11884
11892
|
ReleasedSpaceIDs?: Uuid[];
|
|
11885
11893
|
/** ResolvedSpaceIDs is where the ChangeOrder has been fully propagated to: the Spaces in scope whose Links of its UpdateType have all merged it, plus the Space it resides in. Derived when the ChangeOrder is read. */
|
|
11886
11894
|
ResolvedSpaceIDs?: Uuid[];
|
|
11895
|
+
/** RestoreTagID is the Tag marking the Revisions that undid the ChangeOrder. The first restore mints it; every restore after that marks with the same Tag. Empty until something has been restored. */
|
|
11896
|
+
RestoreTagID?: string;
|
|
11897
|
+
/** RestoredSpaceIDs is where the ChangeOrder has been undone: the Spaces whose Units all carry the restore Tag. Derived when the ChangeOrder is read. */
|
|
11898
|
+
RestoredSpaceIDs?: Uuid[];
|
|
11887
11899
|
/** SkippedUnits names the Units of the ChangeOrder's Space that it carries no Revisions of, mapped to the reason. Written when the scope is derived. A skipped Unit may still be marked by the ChangeOrder's Tags, when the Spaces in scope had already taken it. */
|
|
11888
11900
|
SkippedUnits?: {
|
|
11889
11901
|
[key: string]: string;
|
|
@@ -11896,7 +11908,7 @@ type ChangeOrderRead = {
|
|
|
11896
11908
|
SpaceSlug?: string;
|
|
11897
11909
|
/** StartTagID is the identifier of the set of Revisions immediately before the ChangeOrder, making it the half-open interval (start, end]. */
|
|
11898
11910
|
StartTagID?: string;
|
|
11899
|
-
/** State is how far the ChangeOrder has got: New until a Space other than its own has taken it, InProgress while some have and some have not, Resolved once every Space in scope has, Released once every Space in scope has released what it took,
|
|
11911
|
+
/** State is how far the ChangeOrder has got: New until a Space other than its own has taken it, InProgress while some have and some have not, Resolved once every Space in scope has, Released once every Space in scope has released what it took, Aborted whenever AbortedReason is set, Restored once every Space that had taken it has been restored to the Revisions before it, and RestoreReleased once every Space that had released it has released the restored Revisions. Derived when the ChangeOrder is read. */
|
|
11900
11912
|
State?: string;
|
|
11901
11913
|
/** UpdateType is the Link UpdateType this ChangeOrder follows when propagating. UpgradeUnit, the clone lineage, is the default; MergeUnits is the other supported value. */
|
|
11902
11914
|
UpdateType?: string;
|
|
@@ -11976,6 +11988,7 @@ type ExtendedChangeOrder = {
|
|
|
11976
11988
|
EndTag?: Tag;
|
|
11977
11989
|
Error?: ResponseError;
|
|
11978
11990
|
Organization?: Organization;
|
|
11991
|
+
RestoreTag?: Tag;
|
|
11979
11992
|
Space?: Space;
|
|
11980
11993
|
StartTag?: Tag;
|
|
11981
11994
|
};
|
|
@@ -11984,6 +11997,7 @@ type ExtendedChangeOrderRead = {
|
|
|
11984
11997
|
EndTag?: TagRead;
|
|
11985
11998
|
Error?: ResponseError;
|
|
11986
11999
|
Organization?: OrganizationRead;
|
|
12000
|
+
RestoreTag?: TagRead;
|
|
11987
12001
|
Space?: SpaceRead;
|
|
11988
12002
|
StartTag?: TagRead;
|
|
11989
12003
|
};
|
|
@@ -12199,13 +12213,35 @@ type FilterCreateOrUpdateResponseRead = {
|
|
|
12199
12213
|
Error?: ResponseError;
|
|
12200
12214
|
Filter?: FilterRead;
|
|
12201
12215
|
};
|
|
12202
|
-
type
|
|
12203
|
-
|
|
12216
|
+
type WithheldGuard = {
|
|
12217
|
+
/** The guard key the operation was not cleared for */
|
|
12218
|
+
Key?: string;
|
|
12219
|
+
/** True when the clearance forbade this key with DoesNotExist rather than simply not covering it */
|
|
12220
|
+
Precondition?: boolean;
|
|
12221
|
+
/** The guard value */
|
|
12222
|
+
Value?: string;
|
|
12223
|
+
};
|
|
12224
|
+
type GuardDelta = {
|
|
12225
|
+
/** The path whose guards changed; empty for the resource as a whole */
|
|
12226
|
+
Path?: string;
|
|
12227
|
+
/** Guard keys removed */
|
|
12228
|
+
Remove?: string[];
|
|
12229
|
+
/** Guard keys added or changed, with their new values */
|
|
12230
|
+
Set?: {
|
|
12204
12231
|
[key: string]: string;
|
|
12205
12232
|
};
|
|
12206
12233
|
};
|
|
12207
|
-
type
|
|
12208
|
-
|
|
12234
|
+
type ResourceInfo = {
|
|
12235
|
+
/** Category of configuration element represented in the configuration data; Kubernetes resources are of category Resource, and application configuration files are of category AppConfig */
|
|
12236
|
+
ResourceCategory?: string;
|
|
12237
|
+
/** Name of a resource in the system under management represented in the configuration data; Kubernetes resources are represented in the form <metadata.namespace>/<metadata.name>; not all ToolchainTypes necessarily use '/' as a separator between any scope(s) and name or other client-chosen ID */
|
|
12238
|
+
ResourceName?: string;
|
|
12239
|
+
/** Name of a resource in the system under management represented in the configuration data with generated prefixes and suffixes stripped; empty if nothing to strip */
|
|
12240
|
+
ResourceNameStableCore?: string;
|
|
12241
|
+
/** Name of a resource in the system under management represented in the configuration data, without any uniquifying scope, such as Namespace, Project, Account, Region, etc.; Kubernetes resources are represented in the form <metadata.name> */
|
|
12242
|
+
ResourceNameWithoutScope?: string;
|
|
12243
|
+
/** Type of a resource in the system under management represented in the configuration data; Kubernetes resources are represented in the form <apiVersion>/<kind> (aka group-version-kind) */
|
|
12244
|
+
ResourceType?: string;
|
|
12209
12245
|
};
|
|
12210
12246
|
type MutationType = "Add" | "Delete" | "Update" | "Replace" | "None";
|
|
12211
12247
|
type MutationInfo = {
|
|
@@ -12219,21 +12255,33 @@ type MutationInfo = {
|
|
|
12219
12255
|
/** Removed configuration data if MutationType is Delete and otherwise the new data */
|
|
12220
12256
|
Value?: string;
|
|
12221
12257
|
};
|
|
12258
|
+
type MutationConflict = {
|
|
12259
|
+
/** Explanation the Reason alone cannot carry, such as the error text of a failed replay */
|
|
12260
|
+
Details?: string;
|
|
12261
|
+
Guard?: WithheldGuard;
|
|
12262
|
+
GuardChange?: GuardDelta;
|
|
12263
|
+
/** Path of the mutation; empty for resource-level conflicts */
|
|
12264
|
+
Path?: string;
|
|
12265
|
+
/** Why the mutation was dropped */
|
|
12266
|
+
Reason?: string;
|
|
12267
|
+
Resource?: ResourceInfo;
|
|
12268
|
+
Source?: MutationInfo;
|
|
12269
|
+
Target?: MutationInfo;
|
|
12270
|
+
/** ID of the other unit involved in the conflict (upstream for upgrade/merge, link target for resolve) */
|
|
12271
|
+
UnitID?: string;
|
|
12272
|
+
};
|
|
12273
|
+
type MutationConflictList = MutationConflict[];
|
|
12274
|
+
type ArrayElementAliasMap = {
|
|
12275
|
+
[key: string]: {
|
|
12276
|
+
[key: string]: string;
|
|
12277
|
+
};
|
|
12278
|
+
};
|
|
12279
|
+
type ArrayOrderMap = {
|
|
12280
|
+
[key: string]: string[];
|
|
12281
|
+
};
|
|
12222
12282
|
type MutationMap = {
|
|
12223
12283
|
[key: string]: MutationInfo;
|
|
12224
12284
|
};
|
|
12225
|
-
type ResourceInfo = {
|
|
12226
|
-
/** Category of configuration element represented in the configuration data; Kubernetes resources are of category Resource, and application configuration files are of category AppConfig */
|
|
12227
|
-
ResourceCategory?: string;
|
|
12228
|
-
/** Name of a resource in the system under management represented in the configuration data; Kubernetes resources are represented in the form <metadata.namespace>/<metadata.name>; not all ToolchainTypes necessarily use '/' as a separator between any scope(s) and name or other client-chosen ID */
|
|
12229
|
-
ResourceName?: string;
|
|
12230
|
-
/** Name of a resource in the system under management represented in the configuration data with generated prefixes and suffixes stripped; empty if nothing to strip */
|
|
12231
|
-
ResourceNameStableCore?: string;
|
|
12232
|
-
/** Name of a resource in the system under management represented in the configuration data, without any uniquifying scope, such as Namespace, Project, Account, Region, etc.; Kubernetes resources are represented in the form <metadata.name> */
|
|
12233
|
-
ResourceNameWithoutScope?: string;
|
|
12234
|
-
/** Type of a resource in the system under management represented in the configuration data; Kubernetes resources are represented in the form <apiVersion>/<kind> (aka group-version-kind) */
|
|
12235
|
-
ResourceType?: string;
|
|
12236
|
-
};
|
|
12237
12285
|
type ResourceMutation = {
|
|
12238
12286
|
/** Names (with scopes, if any) used in current and prior revisions of this resource */
|
|
12239
12287
|
Aliases?: {
|
|
@@ -12253,6 +12301,7 @@ type ResourceMutationList = ResourceMutation[];
|
|
|
12253
12301
|
type FunctionInvocationsResponse = {
|
|
12254
12302
|
/** The resulting configuration data; present only when the invocation changed it */
|
|
12255
12303
|
ConfigData?: string;
|
|
12304
|
+
Conflicts?: MutationConflictList;
|
|
12256
12305
|
/** SHA256 of the resulting configuration data, whether or not ConfigData is present */
|
|
12257
12306
|
DataHash?: string;
|
|
12258
12307
|
Error?: ResponseError;
|
|
@@ -12282,6 +12331,37 @@ type FunctionInvocationsResponse = {
|
|
|
12282
12331
|
/** Slug of the Unit */
|
|
12283
12332
|
UnitSlug?: string;
|
|
12284
12333
|
};
|
|
12334
|
+
type FunctionArgument = {
|
|
12335
|
+
Evaluator?: string;
|
|
12336
|
+
ParameterName?: string;
|
|
12337
|
+
Value?: string | number | boolean;
|
|
12338
|
+
};
|
|
12339
|
+
type ClearanceRequirement = {
|
|
12340
|
+
/** The guard key this requirement is about */
|
|
12341
|
+
Key?: string;
|
|
12342
|
+
/** Exists, In, NotIn, or DoesNotExist */
|
|
12343
|
+
Operator?: string;
|
|
12344
|
+
/** The values In and NotIn compare against; unused by Exists and DoesNotExist */
|
|
12345
|
+
Values?: string[];
|
|
12346
|
+
};
|
|
12347
|
+
type Clearance = ClearanceRequirement[];
|
|
12348
|
+
type GuardStamp = {
|
|
12349
|
+
[key: string]: string;
|
|
12350
|
+
};
|
|
12351
|
+
type FunctionInvocation = {
|
|
12352
|
+
/** Function arguments */
|
|
12353
|
+
Arguments?: FunctionArgument[] | null;
|
|
12354
|
+
Clearance?: Clearance;
|
|
12355
|
+
/** Function name */
|
|
12356
|
+
FunctionName?: string;
|
|
12357
|
+
Guards?: GuardStamp;
|
|
12358
|
+
/** Caller-supplied parameter values for expanding templated argument Values; transient, not persisted */
|
|
12359
|
+
Params?: {
|
|
12360
|
+
[key: string]: any;
|
|
12361
|
+
};
|
|
12362
|
+
/** Per-invocation resource filter. AND-combined with the request-level WhereResource. Same path syntax as the request-level field (see ParseAndValidateWhereResource). */
|
|
12363
|
+
WhereResource?: string;
|
|
12364
|
+
};
|
|
12285
12365
|
type FunctionInvocationList = FunctionInvocation[] | null;
|
|
12286
12366
|
type ParameterizedInvocationRef = {
|
|
12287
12367
|
InvocationID?: string;
|
|
@@ -12436,40 +12516,6 @@ type InvocationCreateOrUpdateResponseRead = {
|
|
|
12436
12516
|
Error?: ResponseError;
|
|
12437
12517
|
Invocation?: InvocationRead;
|
|
12438
12518
|
};
|
|
12439
|
-
type WithheldGuard = {
|
|
12440
|
-
/** The guard key the operation was not cleared for */
|
|
12441
|
-
Key?: string;
|
|
12442
|
-
/** True when the clearance forbade this key with DoesNotExist rather than simply not covering it */
|
|
12443
|
-
Precondition?: boolean;
|
|
12444
|
-
/** The guard value */
|
|
12445
|
-
Value?: string;
|
|
12446
|
-
};
|
|
12447
|
-
type GuardDelta = {
|
|
12448
|
-
/** The path whose guards changed; empty for the resource as a whole */
|
|
12449
|
-
Path?: string;
|
|
12450
|
-
/** Guard keys removed */
|
|
12451
|
-
Remove?: string[];
|
|
12452
|
-
/** Guard keys added or changed, with their new values */
|
|
12453
|
-
Set?: {
|
|
12454
|
-
[key: string]: string;
|
|
12455
|
-
};
|
|
12456
|
-
};
|
|
12457
|
-
type MutationConflict = {
|
|
12458
|
-
/** Explanation the Reason alone cannot carry, such as the error text of a failed replay */
|
|
12459
|
-
Details?: string;
|
|
12460
|
-
Guard?: WithheldGuard;
|
|
12461
|
-
GuardChange?: GuardDelta;
|
|
12462
|
-
/** Path of the mutation; empty for resource-level conflicts */
|
|
12463
|
-
Path?: string;
|
|
12464
|
-
/** Why the mutation was dropped */
|
|
12465
|
-
Reason?: string;
|
|
12466
|
-
Resource?: ResourceInfo;
|
|
12467
|
-
Source?: MutationInfo;
|
|
12468
|
-
Target?: MutationInfo;
|
|
12469
|
-
/** ID of the other unit involved in the conflict (upstream for upgrade/merge, link target for resolve) */
|
|
12470
|
-
UnitID?: string;
|
|
12471
|
-
};
|
|
12472
|
-
type MutationConflictList = MutationConflict[];
|
|
12473
12519
|
type PathAnnotations = {
|
|
12474
12520
|
[key: string]: {
|
|
12475
12521
|
[key: string]: string;
|
|
@@ -12781,6 +12827,7 @@ type Link = {
|
|
|
12781
12827
|
DownstreamSetters?: ParameterizedFunction[];
|
|
12782
12828
|
/** Unique identifier of the downstream (consumer) Unit. Links must be in the same space as the source unit. */
|
|
12783
12829
|
FromUnitID: string;
|
|
12830
|
+
Guards?: GuardStamp;
|
|
12784
12831
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
12785
12832
|
Labels?: {
|
|
12786
12833
|
[key: string]: string;
|
|
@@ -12849,6 +12896,7 @@ type LinkRead = {
|
|
|
12849
12896
|
EntityType?: string;
|
|
12850
12897
|
/** Unique identifier of the downstream (consumer) Unit. Links must be in the same space as the source unit. */
|
|
12851
12898
|
FromUnitID: string;
|
|
12899
|
+
Guards?: GuardStamp;
|
|
12852
12900
|
/** SHA256 hash of the resolution-relevant Link fields, used to detect changes that require re-resolution. */
|
|
12853
12901
|
Hash?: string;
|
|
12854
12902
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
@@ -13678,6 +13726,7 @@ type Trigger = {
|
|
|
13678
13726
|
FailOpenAfter?: number | null;
|
|
13679
13727
|
/** Function name */
|
|
13680
13728
|
FunctionName?: string;
|
|
13729
|
+
Guards?: GuardStamp;
|
|
13681
13730
|
/** InvocationID is the identifier of the function to be invoked, if there is a corresponding Invocation. */
|
|
13682
13731
|
InvocationID?: string;
|
|
13683
13732
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
@@ -13747,6 +13796,7 @@ type TriggerRead = {
|
|
|
13747
13796
|
FailOpenAfter?: number | null;
|
|
13748
13797
|
/** Function name */
|
|
13749
13798
|
FunctionName?: string;
|
|
13799
|
+
Guards?: GuardStamp;
|
|
13750
13800
|
/** SHA256 hash of the trigger's specification fields, used to detect changes. */
|
|
13751
13801
|
Hash?: string;
|
|
13752
13802
|
/** InvocationID is the identifier of the function to be invoked, if there is a corresponding Invocation. */
|
|
@@ -63588,4 +63638,4 @@ declare const useBulkCreateViewsMutation: <R extends Record<string, any> = ({
|
|
|
63588
63638
|
reset: () => void;
|
|
63589
63639
|
}];
|
|
63590
63640
|
|
|
63591
|
-
export { type ActionResult, type ActionResultType, type ActionStatusType, type ActionType, type ApiInfo, type ApiInfoApiArg, type ApiInfoApiResponse, type ApiInfoRead, type ApproveResponse, type ApproveResponseRead, type ApproveUnitApiArg, type ApproveUnitApiResponse, type ArrayElementAliasMap, type ArrayOrderMap, type Attribute, type AttributeCreateOrUpdateResponse, type AttributeCreateOrUpdateResponseRead, type AttributeDetails, type AttributeInfo, type AttributeRead, type AttributeSelector, type AttributeValue, type AttributeValueList, type Binding, type BindingList, type BridgeOption, type BridgeWorker, type BridgeWorkerCreateOrUpdateResponse, type BridgeWorkerCreateOrUpdateResponseRead, type BridgeWorkerInfo, type BridgeWorkerRead, type BridgeWorkerStatus, type BrowserSessionResponse, type BulkApproveUnitsApiArg, type BulkApproveUnitsApiResponse, type BulkCancelUnitsApiArg, type BulkCancelUnitsApiResponse, type BulkCreateAttributesApiArg, type BulkCreateAttributesApiResponse, type BulkCreateChangeOrdersApiArg, type BulkCreateChangeOrdersApiResponse, type BulkCreateChangeSetsApiArg, type BulkCreateChangeSetsApiResponse, type BulkCreateFiltersApiArg, type BulkCreateFiltersApiResponse, type BulkCreateInvocationsApiArg, type BulkCreateInvocationsApiResponse, type BulkCreateLinksApiArg, type BulkCreateLinksApiResponse, type BulkCreateSpacesApiArg, type BulkCreateSpacesApiResponse, type BulkCreateTagsApiArg, type BulkCreateTagsApiResponse, type BulkCreateTriggersApiArg, type BulkCreateTriggersApiResponse, type BulkCreateUnitsApiArg, type BulkCreateUnitsApiResponse, type BulkCreateViewsApiArg, type BulkCreateViewsApiResponse, type BulkDeleteAttributesApiArg, type BulkDeleteAttributesApiResponse, type BulkDeleteBridgeWorkersApiArg, type BulkDeleteBridgeWorkersApiResponse, type BulkDeleteChangeOrdersApiArg, type BulkDeleteChangeOrdersApiResponse, type BulkDeleteChangeSetsApiArg, type BulkDeleteChangeSetsApiResponse, type BulkDeleteFiltersApiArg, type BulkDeleteFiltersApiResponse, type BulkDeleteInvocationsApiArg, type BulkDeleteInvocationsApiResponse, type BulkDeleteLinksApiArg, type BulkDeleteLinksApiResponse, type BulkDeleteSpacesApiArg, type BulkDeleteSpacesApiResponse, type BulkDeleteTagsApiArg, type BulkDeleteTagsApiResponse, type BulkDeleteTargetsApiArg, type BulkDeleteTargetsApiResponse, type BulkDeleteTriggersApiArg, type BulkDeleteTriggersApiResponse, type BulkDeleteUnitsApiArg, type BulkDeleteUnitsApiResponse, type BulkDeleteViewsApiArg, type BulkDeleteViewsApiResponse, type BulkPatchAttributesApiArg, type BulkPatchAttributesApiResponse, type BulkPatchBridgeWorkersApiArg, type BulkPatchBridgeWorkersApiResponse, type BulkPatchChangeOrdersApiArg, type BulkPatchChangeOrdersApiResponse, type BulkPatchChangeSetsApiArg, type BulkPatchChangeSetsApiResponse, type BulkPatchFiltersApiArg, type BulkPatchFiltersApiResponse, type BulkPatchInvocationsApiArg, type BulkPatchInvocationsApiResponse, type BulkPatchLinksApiArg, type BulkPatchLinksApiResponse, type BulkPatchSpacesApiArg, type BulkPatchSpacesApiResponse, type BulkPatchTagsApiArg, type BulkPatchTagsApiResponse, type BulkPatchTargetsApiArg, type BulkPatchTargetsApiResponse, type BulkPatchTriggersApiArg, type BulkPatchTriggersApiResponse, type BulkPatchUnitsApiArg, type BulkPatchUnitsApiResponse, type BulkPatchViewsApiArg, type BulkPatchViewsApiResponse, type BulkTagUnitsApiArg, type BulkTagUnitsApiResponse, type ChangeOrder, type ChangeOrderCreateOrUpdateResponse, type ChangeOrderCreateOrUpdateResponseRead, type ChangeOrderRead, type ChangeSet, type ChangeSetCreateOrUpdateResponse, type ChangeSetCreateOrUpdateResponseRead, type ChangeSetRead, type Clearance, type ClearanceRequirement, type Column, type ColumnSource, type ConfigHubConfig, type CreateAttributeApiArg, type CreateAttributeApiResponse, type CreateBridgeWorkerApiArg, type CreateBridgeWorkerApiResponse, type CreateBrowserSessionApiArg, type CreateBrowserSessionApiResponse, type CreateChangeOrderApiArg, type CreateChangeOrderApiResponse, type CreateChangeSetApiArg, type CreateChangeSetApiResponse, type CreateFilterApiArg, type CreateFilterApiResponse, type CreateInvocationApiArg, type CreateInvocationApiResponse, type CreateLinkApiArg, type CreateLinkApiResponse, type CreateOAuthClientApiArg, type CreateOAuthClientApiResponse, type CreateOrganizationApiArg, type CreateOrganizationApiResponse, type CreateOrganizationMemberApiArg, type CreateOrganizationMemberApiResponse, type CreateSpaceApiArg, type CreateSpaceApiResponse, type CreateTagApiArg, type CreateTagApiResponse, type CreateTargetApiArg, type CreateTargetApiResponse, type CreateTriggerApiArg, type CreateTriggerApiResponse, type CreateUnitApiArg, type CreateUnitApiResponse, type CreateUserKeyApiArg, type CreateUserKeyApiResponse, type CreateUserKeyRequest, type CreateViewApiArg, type CreateViewApiResponse, type DeleteAttributeApiArg, type DeleteAttributeApiResponse, type DeleteBridgeWorkerApiArg, type DeleteBridgeWorkerApiResponse, type DeleteChangeOrderApiArg, type DeleteChangeOrderApiResponse, type DeleteChangeSetApiArg, type DeleteChangeSetApiResponse, type DeleteFilterApiArg, type DeleteFilterApiResponse, type DeleteInvocationApiArg, type DeleteInvocationApiResponse, type DeleteLinkApiArg, type DeleteLinkApiResponse, type DeleteOAuthClientApiArg, type DeleteOAuthClientApiResponse, type DeleteOrganizationApiArg, type DeleteOrganizationApiResponse, type DeleteOrganizationMemberApiArg, type DeleteOrganizationMemberApiResponse, type DeleteReleaseApiArg, type DeleteReleaseApiResponse, type DeleteResponse, type DeleteSpaceApiArg, type DeleteSpaceApiResponse, type DeleteTagApiArg, type DeleteTagApiResponse, type DeleteTargetApiArg, type DeleteTargetApiResponse, type DeleteTriggerApiArg, type DeleteTriggerApiResponse, type DeleteUnitApiArg, type DeleteUnitApiResponse, type DeleteUserKeyApiArg, type DeleteUserKeyApiResponse, type DeleteViewApiArg, type DeleteViewApiResponse, type DownloadReleaseDataApiArg, type DownloadReleaseDataApiResponse, type DownloadRevisionDataApiArg, type DownloadRevisionDataApiResponse, type DownloadUnitDataApiArg, type DownloadUnitDataApiResponse, type ErrorItem, type ErrorMetadata, type ExtendedAttribute, type ExtendedAttributeRead, type ExtendedBridgeWorker, type ExtendedBridgeWorkerRead, type ExtendedChangeOrder, type ExtendedChangeOrderRead, type ExtendedChangeSet, type ExtendedChangeSetRead, type ExtendedFilter, type ExtendedFilterRead, type ExtendedInvocation, type ExtendedInvocationRead, type ExtendedLink, type ExtendedLinkRead, type ExtendedMutation, type ExtendedMutationRead, type ExtendedRelease, type ExtendedReleaseRead, type ExtendedResource, type ExtendedResourceRead, type ExtendedRevision, type ExtendedRevisionRead, type ExtendedSpace, type ExtendedSpaceRead, type ExtendedTag, type ExtendedTagRead, type ExtendedTarget, type ExtendedTargetRead, type ExtendedTrigger, type ExtendedTriggerRead, type ExtendedUnit, type ExtendedUnitRead, type ExtendedView, type ExtendedViewRead, type Filter, type FilterCreateOrUpdateResponse, type FilterCreateOrUpdateResponseRead, type FilterRead, type FunctionArgument, type FunctionInvocation, type FunctionInvocationList, type FunctionInvocationsRequest, type FunctionInvocationsResponse, type FunctionOutput, type FunctionParameter, type FunctionSignature, type FunctionWorkerInfo, type GetAttributeApiArg, type GetAttributeApiResponse, type GetBridgeWorkerApiArg, type GetBridgeWorkerApiResponse, type GetBridgeWorkerStatusApiArg, type GetBridgeWorkerStatusApiResponse, type GetChangeOrderApiArg, type GetChangeOrderApiResponse, type GetChangeSetApiArg, type GetChangeSetApiResponse, type GetExtendedMutationApiArg, type GetExtendedMutationApiResponse, type GetExtendedReleaseApiArg, type GetExtendedReleaseApiResponse, type GetExtendedResourceApiArg, type GetExtendedResourceApiResponse, type GetExtendedRevisionApiArg, type GetExtendedRevisionApiResponse, type GetFilterApiArg, type GetFilterApiResponse, type GetInvocationApiArg, type GetInvocationApiResponse, type GetLinkApiArg, type GetLinkApiResponse, type GetMeApiArg, type GetMeApiResponse, type GetOAuthClientApiArg, type GetOAuthClientApiResponse, type GetOrganizationApiArg, type GetOrganizationApiResponse, type GetOrganizationMemberApiArg, type GetOrganizationMemberApiResponse, type GetQueuedOperationApiArg, type GetQueuedOperationApiResponse, type GetRevisionMutationSourcesApiArg, type GetRevisionMutationSourcesApiResponse, type GetSpaceApiArg, type GetSpaceApiResponse, type GetTagApiArg, type GetTagApiResponse, type GetTargetApiArg, type GetTargetApiResponse, type GetTriggerApiArg, type GetTriggerApiResponse, type GetUnitActionApiArg, type GetUnitActionApiResponse, type GetUnitApiArg, type GetUnitApiResponse, type GetUnitEventApiArg, type GetUnitEventApiResponse, type GetUnitExtendedApiArg, type GetUnitExtendedApiResponse, type GetUnitMutationSourcesApiArg, type GetUnitMutationSourcesApiResponse, type GetUserApiArg, type GetUserApiResponse, type GetViewApiArg, type GetViewApiResponse, type GuardDelta, type Invocation, type InvocationCreateOrUpdateResponse, type InvocationCreateOrUpdateResponseRead, type InvocationRead, type InvokeFunctionsApiArg, type InvokeFunctionsApiResponse, type InvokeFunctionsOnOrgApiArg, type InvokeFunctionsOnOrgApiResponse, type Issue, type Link, type LinkCreateOrUpdateResponse, type LinkCreateOrUpdateResponseRead, type LinkRead, type ListAllAttributesApiArg, type ListAllAttributesApiResponse, type ListAllBridgeWorkersApiArg, type ListAllBridgeWorkersApiResponse, type ListAllChangeOrdersApiArg, type ListAllChangeOrdersApiResponse, type ListAllChangeSetsApiArg, type ListAllChangeSetsApiResponse, type ListAllFiltersApiArg, type ListAllFiltersApiResponse, type ListAllInvocationsApiArg, type ListAllInvocationsApiResponse, type ListAllReleasesApiArg, type ListAllReleasesApiResponse, type ListAllResourcesApiArg, type ListAllResourcesApiResponse, type ListAllRevisionsApiArg, type ListAllRevisionsApiResponse, type ListAllTagsApiArg, type ListAllTagsApiResponse, type ListAllTargetsApiArg, type ListAllTargetsApiResponse, type ListAllTriggersApiArg, type ListAllTriggersApiResponse, type ListAllUnitActionsApiArg, type ListAllUnitActionsApiResponse, type ListAllUnitEventsApiArg, type ListAllUnitEventsApiResponse, type ListAllUnitsApiArg, type ListAllUnitsApiResponse, type ListAllViewsApiArg, type ListAllViewsApiResponse, type ListAttributesApiArg, type ListAttributesApiResponse, type ListBridgeWorkerFunctionsApiArg, type ListBridgeWorkerFunctionsApiResponse, type ListBridgeWorkerStatusesApiArg, type ListBridgeWorkerStatusesApiResponse, type ListBridgeWorkersApiArg, type ListBridgeWorkersApiResponse, type ListChangeOrdersApiArg, type ListChangeOrdersApiResponse, type ListChangeSetsApiArg, type ListChangeSetsApiResponse, type ListExtendedMutationsApiArg, type ListExtendedMutationsApiResponse, type ListExtendedReleasesApiArg, type ListExtendedReleasesApiResponse, type ListExtendedResourcesApiArg, type ListExtendedResourcesApiResponse, type ListExtendedRevisionsApiArg, type ListExtendedRevisionsApiResponse, type ListFiltersApiArg, type ListFiltersApiResponse, type ListFunctionsApiArg, type ListFunctionsApiResponse, type ListInvocationsApiArg, type ListInvocationsApiResponse, type ListLinksApiArg, type ListLinksApiResponse, type ListOAuthClientsApiArg, type ListOAuthClientsApiResponse, type ListOrgFunctionsApiArg, type ListOrgFunctionsApiResponse, type ListOrganizationMembersApiArg, type ListOrganizationMembersApiResponse, type ListOrganizationsApiArg, type ListOrganizationsApiResponse, type ListQueuedOperationsApiArg, type ListQueuedOperationsApiResponse, type ListSpacesApiArg, type ListSpacesApiResponse, type ListTagsApiArg, type ListTagsApiResponse, type ListTargetsApiArg, type ListTargetsApiResponse, type ListTriggersApiArg, type ListTriggersApiResponse, type ListUnitActionsApiArg, type ListUnitActionsApiResponse, type ListUnitEventsApiArg, type ListUnitEventsApiResponse, type ListUnitsApiArg, type ListUnitsApiResponse, type ListUserKeysApiArg, type ListUserKeysApiResponse, type ListUsersApiArg, type ListUsersApiResponse, type ListViewsApiArg, type ListViewsApiResponse, type Mutation, type MutationConflict, type MutationConflictList, type MutationInfo, type MutationMap, type MutationRead, type MutationSourcesResponse, type MutationType, type NamedFunctionResult, type NamedPath, type OAuthClient, type OAuthClientRead, type Organization, type OrganizationMember, type OrganizationRead, type ParameterizedFunction, type ParameterizedInvocationRef, type PatchAttributeApiArg, type PatchAttributeApiResponse, type PatchBridgeWorkerApiArg, type PatchBridgeWorkerApiResponse, type PatchChangeOrderApiArg, type PatchChangeOrderApiResponse, type PatchChangeSetApiArg, type PatchChangeSetApiResponse, type PatchFilterApiArg, type PatchFilterApiResponse, type PatchInvocationApiArg, type PatchInvocationApiResponse, type PatchLinkApiArg, type PatchLinkApiResponse, type PatchReleaseApiArg, type PatchReleaseApiResponse, type PatchSpaceApiArg, type PatchSpaceApiResponse, type PatchTagApiArg, type PatchTagApiResponse, type PatchTargetApiArg, type PatchTargetApiResponse, type PatchTriggerApiArg, type PatchTriggerApiResponse, type PatchUnitApiArg, type PatchUnitApiResponse, type PatchViewApiArg, type PatchViewApiResponse, type PathAnnotationList, type PathAnnotations, type PathExpression, type PathToVisitorInfoType, type PathVisitorInfo, type Permissions, type PublishReleaseApiArg, type PublishReleaseApiResponse, type QueuedOperation, type Release, type ReleasePublishRequest, type ReleaseRead, type ResolveUnitConflictsApiArg, type ResolveUnitConflictsApiResponse, type Resource, type ResourceGuards, type ResourceInfo, type ResourceInfoType2, type ResourceMutation, type ResourceMutationList, type ResourcePathAnnotations, type ResourceProtection, type ResourceRead, type ResourceStatus, type ResourceStatusMap, type ResourceTypePathsEntry, type ResponseError, type Revision, type RevisionData, type RevisionMutationSources, type RevisionRead, type Schema, type SearchListLinksApiArg, type SearchListLinksApiResponse, type SearchRevisionDataApiArg, type SearchRevisionDataApiResponse, type SearchRevisionMutationSourcesApiArg, type SearchRevisionMutationSourcesApiResponse, type SearchUnitDataApiArg, type SearchUnitDataApiResponse, type SearchUnitMutationSourcesApiArg, type SearchUnitMutationSourcesApiResponse, type SetUnitGuardApiArg, type SetUnitGuardApiResponse, type SetUnitProtectionApiArg, type SetUnitProtectionApiResponse, type Space, type SpaceCreateOrUpdateResponse, type SpaceCreateOrUpdateResponseRead, type SpaceRead, type StandardErrorResponse, type Subjects, type SupportedConfigType, type Tag, type TagCreateOrUpdateResponse, type TagCreateOrUpdateResponseRead, type TagRead, type Target, type TargetConfigType, type TargetCreateOrUpdateResponse, type TargetCreateOrUpdateResponseRead, type TargetRead, type TargetType2, type Trigger, type TriggerCreateOrUpdateResponse, type TriggerCreateOrUpdateResponseRead, type TriggerRead, type Unit, type UnitAction, type UnitActionResponse, type UnitConflictSelector, type UnitConflictsRequest, type UnitConflictsResponse, type UnitConflictsResponseRead, type UnitCreateOrUpdateResponse, type UnitCreateOrUpdateResponseRead, type UnitData, type UnitEvent, type UnitEventRead, type UnitExtended, type UnitExtendedRead, type UnitGuardRequest, type UnitGuardResponse, type UnitMutationSources, type UnitProtectionRequest, type UnitProtectionResponse, type UnitRead, type UnitTagRequest, type UnitTagResponse, type UpdateAttributeApiArg, type UpdateAttributeApiResponse, type UpdateBridgeWorkerApiArg, type UpdateBridgeWorkerApiResponse, type UpdateChangeOrderApiArg, type UpdateChangeOrderApiResponse, type UpdateChangeSetApiArg, type UpdateChangeSetApiResponse, type UpdateFilterApiArg, type UpdateFilterApiResponse, type UpdateInvocationApiArg, type UpdateInvocationApiResponse, type UpdateLinkApiArg, type UpdateLinkApiResponse, type UpdateOrganizationApiArg, type UpdateOrganizationApiResponse, type UpdateReleaseApiArg, type UpdateReleaseApiResponse, type UpdateSpaceApiArg, type UpdateSpaceApiResponse, type UpdateTagApiArg, type UpdateTagApiResponse, type UpdateTargetApiArg, type UpdateTargetApiResponse, type UpdateTriggerApiArg, type UpdateTriggerApiResponse, type UpdateUnitApiArg, type UpdateUnitApiResponse, type UpdateViewApiArg, type UpdateViewApiResponse, type UploadUnitDataApiArg, type UploadUnitDataApiResponse, type User, type UserCreateActionResultApiArg, type UserCreateActionResultApiResponse, type UserKey, type UserRead, type Uuid, type ValidationResult, type ValidationResultList, type View, type ViewColumn, type ViewCreateOrUpdateResponse, type ViewCreateOrUpdateResponseRead, type ViewRead, type WithdrawReleaseApiArg, type WithdrawReleaseApiResponse, type WithheldGuard, type WorkerInfo, addTagTypes, injectedRtkApi as confighubApi, configureConfigHub, useApiInfoQuery, useApproveUnitMutation, useBulkApproveUnitsMutation, useBulkCancelUnitsMutation, useBulkCreateAttributesMutation, useBulkCreateChangeOrdersMutation, useBulkCreateChangeSetsMutation, useBulkCreateFiltersMutation, useBulkCreateInvocationsMutation, useBulkCreateLinksMutation, useBulkCreateSpacesMutation, useBulkCreateTagsMutation, useBulkCreateTriggersMutation, useBulkCreateUnitsMutation, useBulkCreateViewsMutation, useBulkDeleteAttributesMutation, useBulkDeleteBridgeWorkersMutation, useBulkDeleteChangeOrdersMutation, useBulkDeleteChangeSetsMutation, useBulkDeleteFiltersMutation, useBulkDeleteInvocationsMutation, useBulkDeleteLinksMutation, useBulkDeleteSpacesMutation, useBulkDeleteTagsMutation, useBulkDeleteTargetsMutation, useBulkDeleteTriggersMutation, useBulkDeleteUnitsMutation, useBulkDeleteViewsMutation, useBulkPatchAttributesMutation, useBulkPatchBridgeWorkersMutation, useBulkPatchChangeOrdersMutation, useBulkPatchChangeSetsMutation, useBulkPatchFiltersMutation, useBulkPatchInvocationsMutation, useBulkPatchLinksMutation, useBulkPatchSpacesMutation, useBulkPatchTagsMutation, useBulkPatchTargetsMutation, useBulkPatchTriggersMutation, useBulkPatchUnitsMutation, useBulkPatchViewsMutation, useBulkTagUnitsMutation, useCreateAttributeMutation, useCreateBridgeWorkerMutation, useCreateBrowserSessionMutation, useCreateChangeOrderMutation, useCreateChangeSetMutation, useCreateFilterMutation, useCreateInvocationMutation, useCreateLinkMutation, useCreateOAuthClientMutation, useCreateOrganizationMemberMutation, useCreateOrganizationMutation, useCreateSpaceMutation, useCreateTagMutation, useCreateTargetMutation, useCreateTriggerMutation, useCreateUnitMutation, useCreateUserKeyMutation, useCreateViewMutation, useDeleteAttributeMutation, useDeleteBridgeWorkerMutation, useDeleteChangeOrderMutation, useDeleteChangeSetMutation, useDeleteFilterMutation, useDeleteInvocationMutation, useDeleteLinkMutation, useDeleteOAuthClientMutation, useDeleteOrganizationMemberMutation, useDeleteOrganizationMutation, useDeleteReleaseMutation, useDeleteSpaceMutation, useDeleteTagMutation, useDeleteTargetMutation, useDeleteTriggerMutation, useDeleteUnitMutation, useDeleteUserKeyMutation, useDeleteViewMutation, useDownloadReleaseDataQuery, useDownloadRevisionDataQuery, useDownloadUnitDataQuery, useGetAttributeQuery, useGetBridgeWorkerQuery, useGetBridgeWorkerStatusQuery, useGetChangeOrderQuery, useGetChangeSetQuery, useGetExtendedMutationQuery, useGetExtendedReleaseQuery, useGetExtendedResourceQuery, useGetExtendedRevisionQuery, useGetFilterQuery, useGetInvocationQuery, useGetLinkQuery, useGetMeQuery, useGetOAuthClientQuery, useGetOrganizationMemberQuery, useGetOrganizationQuery, useGetQueuedOperationQuery, useGetRevisionMutationSourcesQuery, useGetSpaceQuery, useGetTagQuery, useGetTargetQuery, useGetTriggerQuery, useGetUnitActionQuery, useGetUnitEventQuery, useGetUnitExtendedQuery, useGetUnitMutationSourcesQuery, useGetUnitQuery, useGetUserQuery, useGetViewQuery, useInvokeFunctionsMutation, useInvokeFunctionsOnOrgMutation, useLazyApiInfoQuery, useLazyDownloadReleaseDataQuery, useLazyDownloadRevisionDataQuery, useLazyDownloadUnitDataQuery, useLazyGetAttributeQuery, useLazyGetBridgeWorkerQuery, useLazyGetBridgeWorkerStatusQuery, useLazyGetChangeOrderQuery, useLazyGetChangeSetQuery, useLazyGetExtendedMutationQuery, useLazyGetExtendedReleaseQuery, useLazyGetExtendedResourceQuery, useLazyGetExtendedRevisionQuery, useLazyGetFilterQuery, useLazyGetInvocationQuery, useLazyGetLinkQuery, useLazyGetMeQuery, useLazyGetOAuthClientQuery, useLazyGetOrganizationMemberQuery, useLazyGetOrganizationQuery, useLazyGetQueuedOperationQuery, useLazyGetRevisionMutationSourcesQuery, useLazyGetSpaceQuery, useLazyGetTagQuery, useLazyGetTargetQuery, useLazyGetTriggerQuery, useLazyGetUnitActionQuery, useLazyGetUnitEventQuery, useLazyGetUnitExtendedQuery, useLazyGetUnitMutationSourcesQuery, useLazyGetUnitQuery, useLazyGetUserQuery, useLazyGetViewQuery, useLazyListAllAttributesQuery, useLazyListAllBridgeWorkersQuery, useLazyListAllChangeOrdersQuery, useLazyListAllChangeSetsQuery, useLazyListAllFiltersQuery, useLazyListAllInvocationsQuery, useLazyListAllReleasesQuery, useLazyListAllResourcesQuery, useLazyListAllRevisionsQuery, useLazyListAllTagsQuery, useLazyListAllTargetsQuery, useLazyListAllTriggersQuery, useLazyListAllUnitActionsQuery, useLazyListAllUnitEventsQuery, useLazyListAllUnitsQuery, useLazyListAllViewsQuery, useLazyListAttributesQuery, useLazyListBridgeWorkerFunctionsQuery, useLazyListBridgeWorkerStatusesQuery, useLazyListBridgeWorkersQuery, useLazyListChangeOrdersQuery, useLazyListChangeSetsQuery, useLazyListExtendedMutationsQuery, useLazyListExtendedReleasesQuery, useLazyListExtendedResourcesQuery, useLazyListExtendedRevisionsQuery, useLazyListFiltersQuery, useLazyListFunctionsQuery, useLazyListInvocationsQuery, useLazyListLinksQuery, useLazyListOAuthClientsQuery, useLazyListOrgFunctionsQuery, useLazyListOrganizationMembersQuery, useLazyListOrganizationsQuery, useLazyListQueuedOperationsQuery, useLazyListSpacesQuery, useLazyListTagsQuery, useLazyListTargetsQuery, useLazyListTriggersQuery, useLazyListUnitActionsQuery, useLazyListUnitEventsQuery, useLazyListUnitsQuery, useLazyListUserKeysQuery, useLazyListUsersQuery, useLazyListViewsQuery, useLazySearchListLinksQuery, useLazySearchRevisionDataQuery, useLazySearchRevisionMutationSourcesQuery, useLazySearchUnitDataQuery, useLazySearchUnitMutationSourcesQuery, useListAllAttributesQuery, useListAllBridgeWorkersQuery, useListAllChangeOrdersQuery, useListAllChangeSetsQuery, useListAllFiltersQuery, useListAllInvocationsQuery, useListAllReleasesQuery, useListAllResourcesQuery, useListAllRevisionsQuery, useListAllTagsQuery, useListAllTargetsQuery, useListAllTriggersQuery, useListAllUnitActionsQuery, useListAllUnitEventsQuery, useListAllUnitsQuery, useListAllViewsQuery, useListAttributesQuery, useListBridgeWorkerFunctionsQuery, useListBridgeWorkerStatusesQuery, useListBridgeWorkersQuery, useListChangeOrdersQuery, useListChangeSetsQuery, useListExtendedMutationsQuery, useListExtendedReleasesQuery, useListExtendedResourcesQuery, useListExtendedRevisionsQuery, useListFiltersQuery, useListFunctionsQuery, useListInvocationsQuery, useListLinksQuery, useListOAuthClientsQuery, useListOrgFunctionsQuery, useListOrganizationMembersQuery, useListOrganizationsQuery, useListQueuedOperationsQuery, useListSpacesQuery, useListTagsQuery, useListTargetsQuery, useListTriggersQuery, useListUnitActionsQuery, useListUnitEventsQuery, useListUnitsQuery, useListUserKeysQuery, useListUsersQuery, useListViewsQuery, usePatchAttributeMutation, usePatchBridgeWorkerMutation, usePatchChangeOrderMutation, usePatchChangeSetMutation, usePatchFilterMutation, usePatchInvocationMutation, usePatchLinkMutation, usePatchReleaseMutation, usePatchSpaceMutation, usePatchTagMutation, usePatchTargetMutation, usePatchTriggerMutation, usePatchUnitMutation, usePatchViewMutation, usePublishReleaseMutation, useResolveUnitConflictsMutation, useSearchListLinksQuery, useSearchRevisionDataQuery, useSearchRevisionMutationSourcesQuery, useSearchUnitDataQuery, useSearchUnitMutationSourcesQuery, useSetUnitGuardMutation, useSetUnitProtectionMutation, useUpdateAttributeMutation, useUpdateBridgeWorkerMutation, useUpdateChangeOrderMutation, useUpdateChangeSetMutation, useUpdateFilterMutation, useUpdateInvocationMutation, useUpdateLinkMutation, useUpdateOrganizationMutation, useUpdateReleaseMutation, useUpdateSpaceMutation, useUpdateTagMutation, useUpdateTargetMutation, useUpdateTriggerMutation, useUpdateUnitMutation, useUpdateViewMutation, useUploadUnitDataMutation, useUserCreateActionResultMutation, useWithdrawReleaseMutation };
|
|
63641
|
+
export { type ActionResult, type ActionResultType, type ActionStatusType, type ActionType, type ApiInfo, type ApiInfoApiArg, type ApiInfoApiResponse, type ApiInfoRead, type ApproveResponse, type ApproveResponseRead, type ApproveUnitApiArg, type ApproveUnitApiResponse, type ArrayElementAliasMap, type ArrayOrderMap, type Attribute, type AttributeCreateOrUpdateResponse, type AttributeCreateOrUpdateResponseRead, type AttributeDetails, type AttributeInfo, type AttributeRead, type AttributeSelector, type AttributeValue, type AttributeValueList, type Binding, type BindingList, type BridgeOption, type BridgeWorker, type BridgeWorkerCreateOrUpdateResponse, type BridgeWorkerCreateOrUpdateResponseRead, type BridgeWorkerInfo, type BridgeWorkerRead, type BridgeWorkerStatus, type BrowserSessionResponse, type BulkApproveUnitsApiArg, type BulkApproveUnitsApiResponse, type BulkCancelUnitsApiArg, type BulkCancelUnitsApiResponse, type BulkCreateAttributesApiArg, type BulkCreateAttributesApiResponse, type BulkCreateChangeOrdersApiArg, type BulkCreateChangeOrdersApiResponse, type BulkCreateChangeSetsApiArg, type BulkCreateChangeSetsApiResponse, type BulkCreateFiltersApiArg, type BulkCreateFiltersApiResponse, type BulkCreateInvocationsApiArg, type BulkCreateInvocationsApiResponse, type BulkCreateLinksApiArg, type BulkCreateLinksApiResponse, type BulkCreateSpacesApiArg, type BulkCreateSpacesApiResponse, type BulkCreateTagsApiArg, type BulkCreateTagsApiResponse, type BulkCreateTriggersApiArg, type BulkCreateTriggersApiResponse, type BulkCreateUnitsApiArg, type BulkCreateUnitsApiResponse, type BulkCreateViewsApiArg, type BulkCreateViewsApiResponse, type BulkDeleteAttributesApiArg, type BulkDeleteAttributesApiResponse, type BulkDeleteBridgeWorkersApiArg, type BulkDeleteBridgeWorkersApiResponse, type BulkDeleteChangeOrdersApiArg, type BulkDeleteChangeOrdersApiResponse, type BulkDeleteChangeSetsApiArg, type BulkDeleteChangeSetsApiResponse, type BulkDeleteFiltersApiArg, type BulkDeleteFiltersApiResponse, type BulkDeleteInvocationsApiArg, type BulkDeleteInvocationsApiResponse, type BulkDeleteLinksApiArg, type BulkDeleteLinksApiResponse, type BulkDeleteSpacesApiArg, type BulkDeleteSpacesApiResponse, type BulkDeleteTagsApiArg, type BulkDeleteTagsApiResponse, type BulkDeleteTargetsApiArg, type BulkDeleteTargetsApiResponse, type BulkDeleteTriggersApiArg, type BulkDeleteTriggersApiResponse, type BulkDeleteUnitsApiArg, type BulkDeleteUnitsApiResponse, type BulkDeleteViewsApiArg, type BulkDeleteViewsApiResponse, type BulkPatchAttributesApiArg, type BulkPatchAttributesApiResponse, type BulkPatchBridgeWorkersApiArg, type BulkPatchBridgeWorkersApiResponse, type BulkPatchChangeOrdersApiArg, type BulkPatchChangeOrdersApiResponse, type BulkPatchChangeSetsApiArg, type BulkPatchChangeSetsApiResponse, type BulkPatchFiltersApiArg, type BulkPatchFiltersApiResponse, type BulkPatchInvocationsApiArg, type BulkPatchInvocationsApiResponse, type BulkPatchLinksApiArg, type BulkPatchLinksApiResponse, type BulkPatchSpacesApiArg, type BulkPatchSpacesApiResponse, type BulkPatchTagsApiArg, type BulkPatchTagsApiResponse, type BulkPatchTargetsApiArg, type BulkPatchTargetsApiResponse, type BulkPatchTriggersApiArg, type BulkPatchTriggersApiResponse, type BulkPatchUnitsApiArg, type BulkPatchUnitsApiResponse, type BulkPatchViewsApiArg, type BulkPatchViewsApiResponse, type BulkTagUnitsApiArg, type BulkTagUnitsApiResponse, type ChangeOrder, type ChangeOrderCreateOrUpdateResponse, type ChangeOrderCreateOrUpdateResponseRead, type ChangeOrderRead, type ChangeSet, type ChangeSetCreateOrUpdateResponse, type ChangeSetCreateOrUpdateResponseRead, type ChangeSetRead, type Clearance, type ClearanceRequirement, type Column, type ColumnSource, type ConfigHubConfig, type CreateAttributeApiArg, type CreateAttributeApiResponse, type CreateBridgeWorkerApiArg, type CreateBridgeWorkerApiResponse, type CreateBrowserSessionApiArg, type CreateBrowserSessionApiResponse, type CreateChangeOrderApiArg, type CreateChangeOrderApiResponse, type CreateChangeSetApiArg, type CreateChangeSetApiResponse, type CreateFilterApiArg, type CreateFilterApiResponse, type CreateInvocationApiArg, type CreateInvocationApiResponse, type CreateLinkApiArg, type CreateLinkApiResponse, type CreateOAuthClientApiArg, type CreateOAuthClientApiResponse, type CreateOrganizationApiArg, type CreateOrganizationApiResponse, type CreateOrganizationMemberApiArg, type CreateOrganizationMemberApiResponse, type CreateSpaceApiArg, type CreateSpaceApiResponse, type CreateTagApiArg, type CreateTagApiResponse, type CreateTargetApiArg, type CreateTargetApiResponse, type CreateTriggerApiArg, type CreateTriggerApiResponse, type CreateUnitApiArg, type CreateUnitApiResponse, type CreateUserKeyApiArg, type CreateUserKeyApiResponse, type CreateUserKeyRequest, type CreateViewApiArg, type CreateViewApiResponse, type DeleteAttributeApiArg, type DeleteAttributeApiResponse, type DeleteBridgeWorkerApiArg, type DeleteBridgeWorkerApiResponse, type DeleteChangeOrderApiArg, type DeleteChangeOrderApiResponse, type DeleteChangeSetApiArg, type DeleteChangeSetApiResponse, type DeleteFilterApiArg, type DeleteFilterApiResponse, type DeleteInvocationApiArg, type DeleteInvocationApiResponse, type DeleteLinkApiArg, type DeleteLinkApiResponse, type DeleteOAuthClientApiArg, type DeleteOAuthClientApiResponse, type DeleteOrganizationApiArg, type DeleteOrganizationApiResponse, type DeleteOrganizationMemberApiArg, type DeleteOrganizationMemberApiResponse, type DeleteReleaseApiArg, type DeleteReleaseApiResponse, type DeleteResponse, type DeleteSpaceApiArg, type DeleteSpaceApiResponse, type DeleteTagApiArg, type DeleteTagApiResponse, type DeleteTargetApiArg, type DeleteTargetApiResponse, type DeleteTriggerApiArg, type DeleteTriggerApiResponse, type DeleteUnitApiArg, type DeleteUnitApiResponse, type DeleteUserKeyApiArg, type DeleteUserKeyApiResponse, type DeleteViewApiArg, type DeleteViewApiResponse, type DownloadReleaseDataApiArg, type DownloadReleaseDataApiResponse, type DownloadRevisionDataApiArg, type DownloadRevisionDataApiResponse, type DownloadUnitDataApiArg, type DownloadUnitDataApiResponse, type ErrorItem, type ErrorMetadata, type ExtendedAttribute, type ExtendedAttributeRead, type ExtendedBridgeWorker, type ExtendedBridgeWorkerRead, type ExtendedChangeOrder, type ExtendedChangeOrderRead, type ExtendedChangeSet, type ExtendedChangeSetRead, type ExtendedFilter, type ExtendedFilterRead, type ExtendedInvocation, type ExtendedInvocationRead, type ExtendedLink, type ExtendedLinkRead, type ExtendedMutation, type ExtendedMutationRead, type ExtendedRelease, type ExtendedReleaseRead, type ExtendedResource, type ExtendedResourceRead, type ExtendedRevision, type ExtendedRevisionRead, type ExtendedSpace, type ExtendedSpaceRead, type ExtendedTag, type ExtendedTagRead, type ExtendedTarget, type ExtendedTargetRead, type ExtendedTrigger, type ExtendedTriggerRead, type ExtendedUnit, type ExtendedUnitRead, type ExtendedView, type ExtendedViewRead, type Filter, type FilterCreateOrUpdateResponse, type FilterCreateOrUpdateResponseRead, type FilterRead, type FunctionArgument, type FunctionInvocation, type FunctionInvocationList, type FunctionInvocationsRequest, type FunctionInvocationsResponse, type FunctionOutput, type FunctionParameter, type FunctionSignature, type FunctionWorkerInfo, type GetAttributeApiArg, type GetAttributeApiResponse, type GetBridgeWorkerApiArg, type GetBridgeWorkerApiResponse, type GetBridgeWorkerStatusApiArg, type GetBridgeWorkerStatusApiResponse, type GetChangeOrderApiArg, type GetChangeOrderApiResponse, type GetChangeSetApiArg, type GetChangeSetApiResponse, type GetExtendedMutationApiArg, type GetExtendedMutationApiResponse, type GetExtendedReleaseApiArg, type GetExtendedReleaseApiResponse, type GetExtendedResourceApiArg, type GetExtendedResourceApiResponse, type GetExtendedRevisionApiArg, type GetExtendedRevisionApiResponse, type GetFilterApiArg, type GetFilterApiResponse, type GetInvocationApiArg, type GetInvocationApiResponse, type GetLinkApiArg, type GetLinkApiResponse, type GetMeApiArg, type GetMeApiResponse, type GetOAuthClientApiArg, type GetOAuthClientApiResponse, type GetOrganizationApiArg, type GetOrganizationApiResponse, type GetOrganizationMemberApiArg, type GetOrganizationMemberApiResponse, type GetQueuedOperationApiArg, type GetQueuedOperationApiResponse, type GetRevisionMutationSourcesApiArg, type GetRevisionMutationSourcesApiResponse, type GetSpaceApiArg, type GetSpaceApiResponse, type GetTagApiArg, type GetTagApiResponse, type GetTargetApiArg, type GetTargetApiResponse, type GetTriggerApiArg, type GetTriggerApiResponse, type GetUnitActionApiArg, type GetUnitActionApiResponse, type GetUnitApiArg, type GetUnitApiResponse, type GetUnitEventApiArg, type GetUnitEventApiResponse, type GetUnitExtendedApiArg, type GetUnitExtendedApiResponse, type GetUnitMutationSourcesApiArg, type GetUnitMutationSourcesApiResponse, type GetUserApiArg, type GetUserApiResponse, type GetViewApiArg, type GetViewApiResponse, type GuardDelta, type GuardStamp, type Invocation, type InvocationCreateOrUpdateResponse, type InvocationCreateOrUpdateResponseRead, type InvocationRead, type InvokeFunctionsApiArg, type InvokeFunctionsApiResponse, type InvokeFunctionsOnOrgApiArg, type InvokeFunctionsOnOrgApiResponse, type Issue, type Link, type LinkCreateOrUpdateResponse, type LinkCreateOrUpdateResponseRead, type LinkRead, type ListAllAttributesApiArg, type ListAllAttributesApiResponse, type ListAllBridgeWorkersApiArg, type ListAllBridgeWorkersApiResponse, type ListAllChangeOrdersApiArg, type ListAllChangeOrdersApiResponse, type ListAllChangeSetsApiArg, type ListAllChangeSetsApiResponse, type ListAllFiltersApiArg, type ListAllFiltersApiResponse, type ListAllInvocationsApiArg, type ListAllInvocationsApiResponse, type ListAllReleasesApiArg, type ListAllReleasesApiResponse, type ListAllResourcesApiArg, type ListAllResourcesApiResponse, type ListAllRevisionsApiArg, type ListAllRevisionsApiResponse, type ListAllTagsApiArg, type ListAllTagsApiResponse, type ListAllTargetsApiArg, type ListAllTargetsApiResponse, type ListAllTriggersApiArg, type ListAllTriggersApiResponse, type ListAllUnitActionsApiArg, type ListAllUnitActionsApiResponse, type ListAllUnitEventsApiArg, type ListAllUnitEventsApiResponse, type ListAllUnitsApiArg, type ListAllUnitsApiResponse, type ListAllViewsApiArg, type ListAllViewsApiResponse, type ListAttributesApiArg, type ListAttributesApiResponse, type ListBridgeWorkerFunctionsApiArg, type ListBridgeWorkerFunctionsApiResponse, type ListBridgeWorkerStatusesApiArg, type ListBridgeWorkerStatusesApiResponse, type ListBridgeWorkersApiArg, type ListBridgeWorkersApiResponse, type ListChangeOrdersApiArg, type ListChangeOrdersApiResponse, type ListChangeSetsApiArg, type ListChangeSetsApiResponse, type ListExtendedMutationsApiArg, type ListExtendedMutationsApiResponse, type ListExtendedReleasesApiArg, type ListExtendedReleasesApiResponse, type ListExtendedResourcesApiArg, type ListExtendedResourcesApiResponse, type ListExtendedRevisionsApiArg, type ListExtendedRevisionsApiResponse, type ListFiltersApiArg, type ListFiltersApiResponse, type ListFunctionsApiArg, type ListFunctionsApiResponse, type ListInvocationsApiArg, type ListInvocationsApiResponse, type ListLinksApiArg, type ListLinksApiResponse, type ListOAuthClientsApiArg, type ListOAuthClientsApiResponse, type ListOrgFunctionsApiArg, type ListOrgFunctionsApiResponse, type ListOrganizationMembersApiArg, type ListOrganizationMembersApiResponse, type ListOrganizationsApiArg, type ListOrganizationsApiResponse, type ListQueuedOperationsApiArg, type ListQueuedOperationsApiResponse, type ListSpacesApiArg, type ListSpacesApiResponse, type ListTagsApiArg, type ListTagsApiResponse, type ListTargetsApiArg, type ListTargetsApiResponse, type ListTriggersApiArg, type ListTriggersApiResponse, type ListUnitActionsApiArg, type ListUnitActionsApiResponse, type ListUnitEventsApiArg, type ListUnitEventsApiResponse, type ListUnitsApiArg, type ListUnitsApiResponse, type ListUserKeysApiArg, type ListUserKeysApiResponse, type ListUsersApiArg, type ListUsersApiResponse, type ListViewsApiArg, type ListViewsApiResponse, type Mutation, type MutationConflict, type MutationConflictList, type MutationInfo, type MutationMap, type MutationRead, type MutationSourcesResponse, type MutationType, type NamedFunctionResult, type NamedPath, type OAuthClient, type OAuthClientRead, type Organization, type OrganizationMember, type OrganizationRead, type ParameterizedFunction, type ParameterizedInvocationRef, type PatchAttributeApiArg, type PatchAttributeApiResponse, type PatchBridgeWorkerApiArg, type PatchBridgeWorkerApiResponse, type PatchChangeOrderApiArg, type PatchChangeOrderApiResponse, type PatchChangeSetApiArg, type PatchChangeSetApiResponse, type PatchFilterApiArg, type PatchFilterApiResponse, type PatchInvocationApiArg, type PatchInvocationApiResponse, type PatchLinkApiArg, type PatchLinkApiResponse, type PatchReleaseApiArg, type PatchReleaseApiResponse, type PatchSpaceApiArg, type PatchSpaceApiResponse, type PatchTagApiArg, type PatchTagApiResponse, type PatchTargetApiArg, type PatchTargetApiResponse, type PatchTriggerApiArg, type PatchTriggerApiResponse, type PatchUnitApiArg, type PatchUnitApiResponse, type PatchViewApiArg, type PatchViewApiResponse, type PathAnnotationList, type PathAnnotations, type PathExpression, type PathToVisitorInfoType, type PathVisitorInfo, type Permissions, type PublishReleaseApiArg, type PublishReleaseApiResponse, type QueuedOperation, type Release, type ReleasePublishRequest, type ReleaseRead, type ResolveUnitConflictsApiArg, type ResolveUnitConflictsApiResponse, type Resource, type ResourceGuards, type ResourceInfo, type ResourceInfoType2, type ResourceMutation, type ResourceMutationList, type ResourcePathAnnotations, type ResourceProtection, type ResourceRead, type ResourceStatus, type ResourceStatusMap, type ResourceTypePathsEntry, type ResponseError, type Revision, type RevisionData, type RevisionMutationSources, type RevisionRead, type Schema, type SearchListLinksApiArg, type SearchListLinksApiResponse, type SearchRevisionDataApiArg, type SearchRevisionDataApiResponse, type SearchRevisionMutationSourcesApiArg, type SearchRevisionMutationSourcesApiResponse, type SearchUnitDataApiArg, type SearchUnitDataApiResponse, type SearchUnitMutationSourcesApiArg, type SearchUnitMutationSourcesApiResponse, type SetUnitGuardApiArg, type SetUnitGuardApiResponse, type SetUnitProtectionApiArg, type SetUnitProtectionApiResponse, type Space, type SpaceCreateOrUpdateResponse, type SpaceCreateOrUpdateResponseRead, type SpaceRead, type StandardErrorResponse, type Subjects, type SupportedConfigType, type Tag, type TagCreateOrUpdateResponse, type TagCreateOrUpdateResponseRead, type TagRead, type Target, type TargetConfigType, type TargetCreateOrUpdateResponse, type TargetCreateOrUpdateResponseRead, type TargetRead, type TargetType2, type Trigger, type TriggerCreateOrUpdateResponse, type TriggerCreateOrUpdateResponseRead, type TriggerRead, type Unit, type UnitAction, type UnitActionResponse, type UnitConflictSelector, type UnitConflictsRequest, type UnitConflictsResponse, type UnitConflictsResponseRead, type UnitCreateOrUpdateResponse, type UnitCreateOrUpdateResponseRead, type UnitData, type UnitEvent, type UnitEventRead, type UnitExtended, type UnitExtendedRead, type UnitGuardRequest, type UnitGuardResponse, type UnitMutationSources, type UnitProtectionRequest, type UnitProtectionResponse, type UnitRead, type UnitTagRequest, type UnitTagResponse, type UpdateAttributeApiArg, type UpdateAttributeApiResponse, type UpdateBridgeWorkerApiArg, type UpdateBridgeWorkerApiResponse, type UpdateChangeOrderApiArg, type UpdateChangeOrderApiResponse, type UpdateChangeSetApiArg, type UpdateChangeSetApiResponse, type UpdateFilterApiArg, type UpdateFilterApiResponse, type UpdateInvocationApiArg, type UpdateInvocationApiResponse, type UpdateLinkApiArg, type UpdateLinkApiResponse, type UpdateOrganizationApiArg, type UpdateOrganizationApiResponse, type UpdateReleaseApiArg, type UpdateReleaseApiResponse, type UpdateSpaceApiArg, type UpdateSpaceApiResponse, type UpdateTagApiArg, type UpdateTagApiResponse, type UpdateTargetApiArg, type UpdateTargetApiResponse, type UpdateTriggerApiArg, type UpdateTriggerApiResponse, type UpdateUnitApiArg, type UpdateUnitApiResponse, type UpdateViewApiArg, type UpdateViewApiResponse, type UploadUnitDataApiArg, type UploadUnitDataApiResponse, type User, type UserCreateActionResultApiArg, type UserCreateActionResultApiResponse, type UserKey, type UserRead, type Uuid, type ValidationResult, type ValidationResultList, type View, type ViewColumn, type ViewCreateOrUpdateResponse, type ViewCreateOrUpdateResponseRead, type ViewRead, type WithdrawReleaseApiArg, type WithdrawReleaseApiResponse, type WithheldGuard, type WorkerInfo, addTagTypes, injectedRtkApi as confighubApi, configureConfigHub, useApiInfoQuery, useApproveUnitMutation, useBulkApproveUnitsMutation, useBulkCancelUnitsMutation, useBulkCreateAttributesMutation, useBulkCreateChangeOrdersMutation, useBulkCreateChangeSetsMutation, useBulkCreateFiltersMutation, useBulkCreateInvocationsMutation, useBulkCreateLinksMutation, useBulkCreateSpacesMutation, useBulkCreateTagsMutation, useBulkCreateTriggersMutation, useBulkCreateUnitsMutation, useBulkCreateViewsMutation, useBulkDeleteAttributesMutation, useBulkDeleteBridgeWorkersMutation, useBulkDeleteChangeOrdersMutation, useBulkDeleteChangeSetsMutation, useBulkDeleteFiltersMutation, useBulkDeleteInvocationsMutation, useBulkDeleteLinksMutation, useBulkDeleteSpacesMutation, useBulkDeleteTagsMutation, useBulkDeleteTargetsMutation, useBulkDeleteTriggersMutation, useBulkDeleteUnitsMutation, useBulkDeleteViewsMutation, useBulkPatchAttributesMutation, useBulkPatchBridgeWorkersMutation, useBulkPatchChangeOrdersMutation, useBulkPatchChangeSetsMutation, useBulkPatchFiltersMutation, useBulkPatchInvocationsMutation, useBulkPatchLinksMutation, useBulkPatchSpacesMutation, useBulkPatchTagsMutation, useBulkPatchTargetsMutation, useBulkPatchTriggersMutation, useBulkPatchUnitsMutation, useBulkPatchViewsMutation, useBulkTagUnitsMutation, useCreateAttributeMutation, useCreateBridgeWorkerMutation, useCreateBrowserSessionMutation, useCreateChangeOrderMutation, useCreateChangeSetMutation, useCreateFilterMutation, useCreateInvocationMutation, useCreateLinkMutation, useCreateOAuthClientMutation, useCreateOrganizationMemberMutation, useCreateOrganizationMutation, useCreateSpaceMutation, useCreateTagMutation, useCreateTargetMutation, useCreateTriggerMutation, useCreateUnitMutation, useCreateUserKeyMutation, useCreateViewMutation, useDeleteAttributeMutation, useDeleteBridgeWorkerMutation, useDeleteChangeOrderMutation, useDeleteChangeSetMutation, useDeleteFilterMutation, useDeleteInvocationMutation, useDeleteLinkMutation, useDeleteOAuthClientMutation, useDeleteOrganizationMemberMutation, useDeleteOrganizationMutation, useDeleteReleaseMutation, useDeleteSpaceMutation, useDeleteTagMutation, useDeleteTargetMutation, useDeleteTriggerMutation, useDeleteUnitMutation, useDeleteUserKeyMutation, useDeleteViewMutation, useDownloadReleaseDataQuery, useDownloadRevisionDataQuery, useDownloadUnitDataQuery, useGetAttributeQuery, useGetBridgeWorkerQuery, useGetBridgeWorkerStatusQuery, useGetChangeOrderQuery, useGetChangeSetQuery, useGetExtendedMutationQuery, useGetExtendedReleaseQuery, useGetExtendedResourceQuery, useGetExtendedRevisionQuery, useGetFilterQuery, useGetInvocationQuery, useGetLinkQuery, useGetMeQuery, useGetOAuthClientQuery, useGetOrganizationMemberQuery, useGetOrganizationQuery, useGetQueuedOperationQuery, useGetRevisionMutationSourcesQuery, useGetSpaceQuery, useGetTagQuery, useGetTargetQuery, useGetTriggerQuery, useGetUnitActionQuery, useGetUnitEventQuery, useGetUnitExtendedQuery, useGetUnitMutationSourcesQuery, useGetUnitQuery, useGetUserQuery, useGetViewQuery, useInvokeFunctionsMutation, useInvokeFunctionsOnOrgMutation, useLazyApiInfoQuery, useLazyDownloadReleaseDataQuery, useLazyDownloadRevisionDataQuery, useLazyDownloadUnitDataQuery, useLazyGetAttributeQuery, useLazyGetBridgeWorkerQuery, useLazyGetBridgeWorkerStatusQuery, useLazyGetChangeOrderQuery, useLazyGetChangeSetQuery, useLazyGetExtendedMutationQuery, useLazyGetExtendedReleaseQuery, useLazyGetExtendedResourceQuery, useLazyGetExtendedRevisionQuery, useLazyGetFilterQuery, useLazyGetInvocationQuery, useLazyGetLinkQuery, useLazyGetMeQuery, useLazyGetOAuthClientQuery, useLazyGetOrganizationMemberQuery, useLazyGetOrganizationQuery, useLazyGetQueuedOperationQuery, useLazyGetRevisionMutationSourcesQuery, useLazyGetSpaceQuery, useLazyGetTagQuery, useLazyGetTargetQuery, useLazyGetTriggerQuery, useLazyGetUnitActionQuery, useLazyGetUnitEventQuery, useLazyGetUnitExtendedQuery, useLazyGetUnitMutationSourcesQuery, useLazyGetUnitQuery, useLazyGetUserQuery, useLazyGetViewQuery, useLazyListAllAttributesQuery, useLazyListAllBridgeWorkersQuery, useLazyListAllChangeOrdersQuery, useLazyListAllChangeSetsQuery, useLazyListAllFiltersQuery, useLazyListAllInvocationsQuery, useLazyListAllReleasesQuery, useLazyListAllResourcesQuery, useLazyListAllRevisionsQuery, useLazyListAllTagsQuery, useLazyListAllTargetsQuery, useLazyListAllTriggersQuery, useLazyListAllUnitActionsQuery, useLazyListAllUnitEventsQuery, useLazyListAllUnitsQuery, useLazyListAllViewsQuery, useLazyListAttributesQuery, useLazyListBridgeWorkerFunctionsQuery, useLazyListBridgeWorkerStatusesQuery, useLazyListBridgeWorkersQuery, useLazyListChangeOrdersQuery, useLazyListChangeSetsQuery, useLazyListExtendedMutationsQuery, useLazyListExtendedReleasesQuery, useLazyListExtendedResourcesQuery, useLazyListExtendedRevisionsQuery, useLazyListFiltersQuery, useLazyListFunctionsQuery, useLazyListInvocationsQuery, useLazyListLinksQuery, useLazyListOAuthClientsQuery, useLazyListOrgFunctionsQuery, useLazyListOrganizationMembersQuery, useLazyListOrganizationsQuery, useLazyListQueuedOperationsQuery, useLazyListSpacesQuery, useLazyListTagsQuery, useLazyListTargetsQuery, useLazyListTriggersQuery, useLazyListUnitActionsQuery, useLazyListUnitEventsQuery, useLazyListUnitsQuery, useLazyListUserKeysQuery, useLazyListUsersQuery, useLazyListViewsQuery, useLazySearchListLinksQuery, useLazySearchRevisionDataQuery, useLazySearchRevisionMutationSourcesQuery, useLazySearchUnitDataQuery, useLazySearchUnitMutationSourcesQuery, useListAllAttributesQuery, useListAllBridgeWorkersQuery, useListAllChangeOrdersQuery, useListAllChangeSetsQuery, useListAllFiltersQuery, useListAllInvocationsQuery, useListAllReleasesQuery, useListAllResourcesQuery, useListAllRevisionsQuery, useListAllTagsQuery, useListAllTargetsQuery, useListAllTriggersQuery, useListAllUnitActionsQuery, useListAllUnitEventsQuery, useListAllUnitsQuery, useListAllViewsQuery, useListAttributesQuery, useListBridgeWorkerFunctionsQuery, useListBridgeWorkerStatusesQuery, useListBridgeWorkersQuery, useListChangeOrdersQuery, useListChangeSetsQuery, useListExtendedMutationsQuery, useListExtendedReleasesQuery, useListExtendedResourcesQuery, useListExtendedRevisionsQuery, useListFiltersQuery, useListFunctionsQuery, useListInvocationsQuery, useListLinksQuery, useListOAuthClientsQuery, useListOrgFunctionsQuery, useListOrganizationMembersQuery, useListOrganizationsQuery, useListQueuedOperationsQuery, useListSpacesQuery, useListTagsQuery, useListTargetsQuery, useListTriggersQuery, useListUnitActionsQuery, useListUnitEventsQuery, useListUnitsQuery, useListUserKeysQuery, useListUsersQuery, useListViewsQuery, usePatchAttributeMutation, usePatchBridgeWorkerMutation, usePatchChangeOrderMutation, usePatchChangeSetMutation, usePatchFilterMutation, usePatchInvocationMutation, usePatchLinkMutation, usePatchReleaseMutation, usePatchSpaceMutation, usePatchTagMutation, usePatchTargetMutation, usePatchTriggerMutation, usePatchUnitMutation, usePatchViewMutation, usePublishReleaseMutation, useResolveUnitConflictsMutation, useSearchListLinksQuery, useSearchRevisionDataQuery, useSearchRevisionMutationSourcesQuery, useSearchUnitDataQuery, useSearchUnitMutationSourcesQuery, useSetUnitGuardMutation, useSetUnitProtectionMutation, useUpdateAttributeMutation, useUpdateBridgeWorkerMutation, useUpdateChangeOrderMutation, useUpdateChangeSetMutation, useUpdateFilterMutation, useUpdateInvocationMutation, useUpdateLinkMutation, useUpdateOrganizationMutation, useUpdateReleaseMutation, useUpdateSpaceMutation, useUpdateTagMutation, useUpdateTargetMutation, useUpdateTriggerMutation, useUpdateUnitMutation, useUpdateViewMutation, useUploadUnitDataMutation, useUserCreateActionResultMutation, useWithdrawReleaseMutation };
|