@confighub/rtk-query 0.2.0 → 0.4.1
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 +225 -163
- package/dist/index.d.ts +225 -163
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -570,7 +570,7 @@ type BulkDeleteAttributesApiArg = {
|
|
|
570
570
|
An example conjunction is:
|
|
571
571
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
572
572
|
|
|
573
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
573
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
574
574
|
|
|
575
575
|
The whole string must be query-encoded. */
|
|
576
576
|
where?: string;
|
|
@@ -648,7 +648,7 @@ type ListAllAttributesApiArg = {
|
|
|
648
648
|
An example conjunction is:
|
|
649
649
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
650
650
|
|
|
651
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
651
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
652
652
|
|
|
653
653
|
The whole string must be query-encoded. */
|
|
654
654
|
where?: string;
|
|
@@ -734,7 +734,7 @@ type BulkPatchAttributesApiArg = {
|
|
|
734
734
|
An example conjunction is:
|
|
735
735
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
736
736
|
|
|
737
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
737
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
738
738
|
|
|
739
739
|
The whole string must be query-encoded. */
|
|
740
740
|
where?: string;
|
|
@@ -836,7 +836,7 @@ type BulkCreateAttributesApiArg = {
|
|
|
836
836
|
An example conjunction is:
|
|
837
837
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
838
838
|
|
|
839
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
839
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
840
840
|
|
|
841
841
|
The whole string must be query-encoded. */
|
|
842
842
|
where?: string;
|
|
@@ -994,7 +994,7 @@ type BulkDeleteBridgeWorkersApiArg = {
|
|
|
994
994
|
An example conjunction is:
|
|
995
995
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
996
996
|
|
|
997
|
-
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, Slug, SpaceID, UpdatedAt, UserID.
|
|
997
|
+
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, ProvidedInfo, Slug, SpaceID, UpdatedAt, UserID.
|
|
998
998
|
|
|
999
999
|
The whole string must be query-encoded. */
|
|
1000
1000
|
where?: string;
|
|
@@ -1072,7 +1072,7 @@ type ListAllBridgeWorkersApiArg = {
|
|
|
1072
1072
|
An example conjunction is:
|
|
1073
1073
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1074
1074
|
|
|
1075
|
-
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, Slug, SpaceID, UpdatedAt, UserID.
|
|
1075
|
+
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, ProvidedInfo, Slug, SpaceID, UpdatedAt, UserID.
|
|
1076
1076
|
|
|
1077
1077
|
The whole string must be query-encoded. */
|
|
1078
1078
|
where?: string;
|
|
@@ -1160,7 +1160,7 @@ type BulkPatchBridgeWorkersApiArg = {
|
|
|
1160
1160
|
An example conjunction is:
|
|
1161
1161
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
1162
1162
|
|
|
1163
|
-
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, Slug, SpaceID, UpdatedAt, UserID.
|
|
1163
|
+
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, ProvidedInfo, Slug, SpaceID, UpdatedAt, UserID.
|
|
1164
1164
|
|
|
1165
1165
|
The whole string must be query-encoded. */
|
|
1166
1166
|
where?: string;
|
|
@@ -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. */
|
|
@@ -2690,7 +2692,7 @@ type InvokeFunctionsOnOrgApiArg = {
|
|
|
2690
2692
|
An example conjunction is:
|
|
2691
2693
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
2692
2694
|
|
|
2693
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
2695
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
2694
2696
|
|
|
2695
2697
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
2696
2698
|
|
|
@@ -2763,7 +2765,7 @@ type BulkDeleteInvocationsApiArg = {
|
|
|
2763
2765
|
An example conjunction is:
|
|
2764
2766
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
2765
2767
|
|
|
2766
|
-
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2768
|
+
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Parameters, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2767
2769
|
|
|
2768
2770
|
The functions an Invocation calls are addressed with dot notation into `FunctionInvocations`: `FunctionInvocations.*.FunctionName = 'set-image'` matches an Invocation that calls set-image anywhere in its list, and `FunctionInvocations.0.FunctionName` addresses the first function it calls.
|
|
2769
2771
|
|
|
@@ -2843,7 +2845,7 @@ type ListAllInvocationsApiArg = {
|
|
|
2843
2845
|
An example conjunction is:
|
|
2844
2846
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
2845
2847
|
|
|
2846
|
-
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2848
|
+
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Parameters, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2847
2849
|
|
|
2848
2850
|
The functions an Invocation calls are addressed with dot notation into `FunctionInvocations`: `FunctionInvocations.*.FunctionName = 'set-image'` matches an Invocation that calls set-image anywhere in its list, and `FunctionInvocations.0.FunctionName` addresses the first function it calls.
|
|
2849
2851
|
|
|
@@ -2931,7 +2933,7 @@ type BulkPatchInvocationsApiArg = {
|
|
|
2931
2933
|
An example conjunction is:
|
|
2932
2934
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
2933
2935
|
|
|
2934
|
-
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2936
|
+
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Parameters, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
2935
2937
|
|
|
2936
2938
|
The functions an Invocation calls are addressed with dot notation into `FunctionInvocations`: `FunctionInvocations.*.FunctionName = 'set-image'` matches an Invocation that calls set-image anywhere in its list, and `FunctionInvocations.0.FunctionName` addresses the first function it calls.
|
|
2937
2939
|
|
|
@@ -3034,7 +3036,7 @@ type BulkCreateInvocationsApiArg = {
|
|
|
3034
3036
|
An example conjunction is:
|
|
3035
3037
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3036
3038
|
|
|
3037
|
-
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
3039
|
+
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Parameters, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
3038
3040
|
|
|
3039
3041
|
The functions an Invocation calls are addressed with dot notation into `FunctionInvocations`: `FunctionInvocations.*.FunctionName = 'set-image'` matches an Invocation that calls set-image anywhere in its list, and `FunctionInvocations.0.FunctionName` addresses the first function it calls.
|
|
3040
3042
|
|
|
@@ -3197,7 +3199,7 @@ type BulkDeleteLinksApiArg = {
|
|
|
3197
3199
|
An example conjunction is:
|
|
3198
3200
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3199
3201
|
|
|
3200
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3202
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3201
3203
|
|
|
3202
3204
|
filter
|
|
3203
3205
|
|
|
@@ -3277,7 +3279,7 @@ type SearchListLinksApiArg = {
|
|
|
3277
3279
|
An example conjunction is:
|
|
3278
3280
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3279
3281
|
|
|
3280
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3282
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3281
3283
|
|
|
3282
3284
|
The whole string must be query-encoded. */
|
|
3283
3285
|
where?: string;
|
|
@@ -3363,7 +3365,7 @@ type BulkPatchLinksApiArg = {
|
|
|
3363
3365
|
An example conjunction is:
|
|
3364
3366
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3365
3367
|
|
|
3366
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3368
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3367
3369
|
|
|
3368
3370
|
filter
|
|
3369
3371
|
|
|
@@ -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;
|
|
@@ -3483,7 +3489,7 @@ type BulkCreateLinksApiArg = {
|
|
|
3483
3489
|
An example conjunction is:
|
|
3484
3490
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3485
3491
|
|
|
3486
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3492
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3487
3493
|
|
|
3488
3494
|
Where expression to select source links to copy
|
|
3489
3495
|
|
|
@@ -3537,7 +3543,7 @@ type BulkCreateLinksApiArg = {
|
|
|
3537
3543
|
An example conjunction is:
|
|
3538
3544
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3539
3545
|
|
|
3540
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3546
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3541
3547
|
|
|
3542
3548
|
Where expression to find downstream UpgradeUnit links from each source link's FromUnit. Creates one copy per match. Required if reverse is not specified.
|
|
3543
3549
|
|
|
@@ -3577,7 +3583,7 @@ type BulkCreateLinksApiArg = {
|
|
|
3577
3583
|
An example conjunction is:
|
|
3578
3584
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
3579
3585
|
|
|
3580
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
3586
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
3581
3587
|
|
|
3582
3588
|
Where expression to find downstream UpgradeUnit link from each source link's ToUnit. Exactly one match required. If omitted, ToUnitID/ToSpaceID are unchanged.
|
|
3583
3589
|
|
|
@@ -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;
|
|
@@ -4623,7 +4633,7 @@ type ListAttributesApiArg = {
|
|
|
4623
4633
|
An example conjunction is:
|
|
4624
4634
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
4625
4635
|
|
|
4626
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
4636
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
4627
4637
|
|
|
4628
4638
|
The whole string must be query-encoded. */
|
|
4629
4639
|
where?: string;
|
|
@@ -4805,7 +4815,7 @@ type ListBridgeWorkersApiArg = {
|
|
|
4805
4815
|
An example conjunction is:
|
|
4806
4816
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
4807
4817
|
|
|
4808
|
-
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, Slug, SpaceID, UpdatedAt, UserID.
|
|
4818
|
+
Supported attributes for filtering on BridgeWorker: Annotations, BridgeWorkerID, Condition, CreatedAt, DisplayName, IPAddress, Labels, LastMessage, LastSeenAt, OrgRole, OrganizationID, Permissions, ProvidedInfo, Slug, SpaceID, UpdatedAt, UserID.
|
|
4809
4819
|
|
|
4810
4820
|
The whole string must be query-encoded. */
|
|
4811
4821
|
where?: string;
|
|
@@ -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. */
|
|
@@ -5612,7 +5624,7 @@ type InvokeFunctionsApiArg = {
|
|
|
5612
5624
|
An example conjunction is:
|
|
5613
5625
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
5614
5626
|
|
|
5615
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
5627
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
5616
5628
|
|
|
5617
5629
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
5618
5630
|
|
|
@@ -5685,7 +5697,7 @@ type ListInvocationsApiArg = {
|
|
|
5685
5697
|
An example conjunction is:
|
|
5686
5698
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
5687
5699
|
|
|
5688
|
-
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
5700
|
+
Supported attributes for filtering on Invocation: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, FunctionInvocations, Hash, InvocationID, Labels, OrganizationID, Parameters, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
5689
5701
|
|
|
5690
5702
|
The functions an Invocation calls are addressed with dot notation into `FunctionInvocations`: `FunctionInvocations.*.FunctionName = 'set-image'` matches an Invocation that calls set-image anywhere in its list, and `FunctionInvocations.0.FunctionName` addresses the first function it calls.
|
|
5691
5703
|
|
|
@@ -5858,7 +5870,7 @@ type ListLinksApiArg = {
|
|
|
5858
5870
|
An example conjunction is:
|
|
5859
5871
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
5860
5872
|
|
|
5861
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
5873
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
5862
5874
|
|
|
5863
5875
|
The whole string must be query-encoded. */
|
|
5864
5876
|
where?: string;
|
|
@@ -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;
|
|
@@ -6397,7 +6413,7 @@ type ListTargetsApiArg = {
|
|
|
6397
6413
|
An example conjunction is:
|
|
6398
6414
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
6399
6415
|
|
|
6400
|
-
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
6416
|
+
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, ConfigTypes, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
6401
6417
|
|
|
6402
6418
|
The whole string must be query-encoded. */
|
|
6403
6419
|
where?: string;
|
|
@@ -6586,7 +6602,9 @@ type ListTriggersApiArg = {
|
|
|
6586
6602
|
An example conjunction is:
|
|
6587
6603
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
6588
6604
|
|
|
6589
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
6605
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
6606
|
+
|
|
6607
|
+
A Trigger returns the function it invokes inline rather than in a FunctionInvocation object, so `where` names FunctionName and Arguments directly. The arguments are addressed with dot notation into `Arguments`, which is a list: `Arguments.?ParameterName=attribute-name.Value = 'owner'` reads the argument bound to a named parameter, `Arguments.*.Value` matches any argument's value, and `Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
6590
6608
|
|
|
6591
6609
|
The whole string must be query-encoded. */
|
|
6592
6610
|
where?: string;
|
|
@@ -6721,6 +6739,10 @@ type PatchTriggerApiArg = {
|
|
|
6721
6739
|
FailOpenAfter?: number | null;
|
|
6722
6740
|
/** Function name */
|
|
6723
6741
|
FunctionName?: string | null;
|
|
6742
|
+
/** 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. */
|
|
6743
|
+
Guards?: {
|
|
6744
|
+
[key: string]: string | null;
|
|
6745
|
+
} | null;
|
|
6724
6746
|
InvocationID?: string | null;
|
|
6725
6747
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
6726
6748
|
Labels?: {
|
|
@@ -6797,7 +6819,7 @@ type ListUnitsApiArg = {
|
|
|
6797
6819
|
An example conjunction is:
|
|
6798
6820
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
6799
6821
|
|
|
6800
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
6822
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
6801
6823
|
|
|
6802
6824
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
6803
6825
|
|
|
@@ -6930,6 +6952,8 @@ type PatchUnitApiArg = {
|
|
|
6930
6952
|
protect?: boolean;
|
|
6931
6953
|
/** 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
6954
|
clearance?: string;
|
|
6955
|
+
/** 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). */
|
|
6956
|
+
guards?: string;
|
|
6933
6957
|
/** 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
6958
|
squash?: boolean;
|
|
6935
6959
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -6982,9 +7006,9 @@ type PatchUnitApiArg = {
|
|
|
6982
7006
|
An example conjunction is:
|
|
6983
7007
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
6984
7008
|
|
|
6985
|
-
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
7009
|
+
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionInvocation.Arguments, FunctionInvocation.Clearance, FunctionInvocation.FunctionName, FunctionInvocation.Guards, FunctionInvocation.WhereResource, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
6986
7010
|
|
|
6987
|
-
|
|
7011
|
+
Selects Mutations of this Unit whose paths the merge must not overwrite, unioned with the Protected values stored on the Unit's MutationSources.
|
|
6988
7012
|
|
|
6989
7013
|
The whole string must be query-encoded. */
|
|
6990
7014
|
whereMutation?: string;
|
|
@@ -7004,7 +7028,7 @@ type PatchUnitApiArg = {
|
|
|
7004
7028
|
tag?: string;
|
|
7005
7029
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
7006
7030
|
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. */
|
|
7031
|
+
/** 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
7032
|
changeOrder?: string;
|
|
7009
7033
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
7010
7034
|
subgroup?: string;
|
|
@@ -7063,6 +7087,8 @@ type UpdateUnitApiArg = {
|
|
|
7063
7087
|
protect?: boolean;
|
|
7064
7088
|
/** 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
7089
|
clearance?: string;
|
|
7090
|
+
/** 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). */
|
|
7091
|
+
guards?: string;
|
|
7066
7092
|
/** 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
7093
|
squash?: boolean;
|
|
7068
7094
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -7115,9 +7141,9 @@ type UpdateUnitApiArg = {
|
|
|
7115
7141
|
An example conjunction is:
|
|
7116
7142
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
7117
7143
|
|
|
7118
|
-
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
7144
|
+
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionInvocation.Arguments, FunctionInvocation.Clearance, FunctionInvocation.FunctionName, FunctionInvocation.Guards, FunctionInvocation.WhereResource, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
7119
7145
|
|
|
7120
|
-
|
|
7146
|
+
Selects Mutations of this Unit whose paths the merge must not overwrite, unioned with the Protected values stored on the Unit's MutationSources.
|
|
7121
7147
|
|
|
7122
7148
|
The whole string must be query-encoded. */
|
|
7123
7149
|
whereMutation?: string;
|
|
@@ -7137,7 +7163,7 @@ type UpdateUnitApiArg = {
|
|
|
7137
7163
|
tag?: string;
|
|
7138
7164
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
7139
7165
|
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. */
|
|
7166
|
+
/** 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
7167
|
changeOrder?: string;
|
|
7142
7168
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
7143
7169
|
subgroup?: string;
|
|
@@ -7187,6 +7213,8 @@ type UploadUnitDataApiArg = {
|
|
|
7187
7213
|
protect?: boolean;
|
|
7188
7214
|
/** 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
7215
|
clearance?: string;
|
|
7216
|
+
/** 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). */
|
|
7217
|
+
guards?: string;
|
|
7190
7218
|
/** 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
7219
|
mergeBase?: string;
|
|
7192
7220
|
/** 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. */
|
|
@@ -7257,7 +7285,9 @@ type ListExtendedMutationsApiArg = {
|
|
|
7257
7285
|
An example conjunction is:
|
|
7258
7286
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
7259
7287
|
|
|
7260
|
-
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
7288
|
+
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionInvocation.Arguments, FunctionInvocation.Clearance, FunctionInvocation.FunctionName, FunctionInvocation.Guards, FunctionInvocation.WhereResource, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
7289
|
+
|
|
7290
|
+
The function invoked is returned as a FunctionInvocation object, and `where` names its fields the same way: `FunctionInvocation.FunctionName`, `FunctionInvocation.Guards.<reason>`, and `FunctionInvocation.Arguments`, which is a list addressed with dot notation. `FunctionInvocation.Arguments.?ParameterName=container-image.Value LIKE 'nginx%'` reads the argument bound to a named parameter, `FunctionInvocation.Arguments.*.Value` matches any argument's value, and `FunctionInvocation.Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
7261
7291
|
|
|
7262
7292
|
The whole string must be query-encoded. */
|
|
7263
7293
|
where?: string;
|
|
@@ -7924,7 +7954,7 @@ type ListViewsApiArg = {
|
|
|
7924
7954
|
An example conjunction is:
|
|
7925
7955
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
7926
7956
|
|
|
7927
|
-
Supported attributes for filtering on View: Annotations, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
7957
|
+
Supported attributes for filtering on View: Annotations, Columns, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
7928
7958
|
|
|
7929
7959
|
The whole string must be query-encoded. */
|
|
7930
7960
|
where?: string;
|
|
@@ -8511,7 +8541,7 @@ type BulkDeleteTargetsApiArg = {
|
|
|
8511
8541
|
An example conjunction is:
|
|
8512
8542
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8513
8543
|
|
|
8514
|
-
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8544
|
+
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, ConfigTypes, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8515
8545
|
|
|
8516
8546
|
The whole string must be query-encoded. */
|
|
8517
8547
|
where?: string;
|
|
@@ -8589,7 +8619,7 @@ type ListAllTargetsApiArg = {
|
|
|
8589
8619
|
An example conjunction is:
|
|
8590
8620
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8591
8621
|
|
|
8592
|
-
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8622
|
+
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, ConfigTypes, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8593
8623
|
|
|
8594
8624
|
The whole string must be query-encoded. */
|
|
8595
8625
|
where?: string;
|
|
@@ -8675,7 +8705,7 @@ type BulkPatchTargetsApiArg = {
|
|
|
8675
8705
|
An example conjunction is:
|
|
8676
8706
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8677
8707
|
|
|
8678
|
-
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8708
|
+
Supported attributes for filtering on Target: Annotations, BridgeHandle, BridgeWorkerID, ConfigTypes, CreatedAt, DeleteGates, DisplayName, Facts, Labels, LiveStateType, Options, OrganizationID, Permissions, ProviderType, Slug, SpaceID, TargetID, ToolchainType, TriggerFilterID, TriggerHash, TriggerIDs, UpdatedAt.
|
|
8679
8709
|
|
|
8680
8710
|
The whole string must be query-encoded. */
|
|
8681
8711
|
where?: string;
|
|
@@ -8792,7 +8822,9 @@ type BulkDeleteTriggersApiArg = {
|
|
|
8792
8822
|
An example conjunction is:
|
|
8793
8823
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8794
8824
|
|
|
8795
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8825
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8826
|
+
|
|
8827
|
+
A Trigger returns the function it invokes inline rather than in a FunctionInvocation object, so `where` names FunctionName and Arguments directly. The arguments are addressed with dot notation into `Arguments`, which is a list: `Arguments.?ParameterName=attribute-name.Value = 'owner'` reads the argument bound to a named parameter, `Arguments.*.Value` matches any argument's value, and `Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
8796
8828
|
|
|
8797
8829
|
The whole string must be query-encoded. */
|
|
8798
8830
|
where?: string;
|
|
@@ -8870,7 +8902,9 @@ type ListAllTriggersApiArg = {
|
|
|
8870
8902
|
An example conjunction is:
|
|
8871
8903
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8872
8904
|
|
|
8873
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8905
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8906
|
+
|
|
8907
|
+
A Trigger returns the function it invokes inline rather than in a FunctionInvocation object, so `where` names FunctionName and Arguments directly. The arguments are addressed with dot notation into `Arguments`, which is a list: `Arguments.?ParameterName=attribute-name.Value = 'owner'` reads the argument bound to a named parameter, `Arguments.*.Value` matches any argument's value, and `Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
8874
8908
|
|
|
8875
8909
|
The whole string must be query-encoded. */
|
|
8876
8910
|
where?: string;
|
|
@@ -8956,7 +8990,9 @@ type BulkPatchTriggersApiArg = {
|
|
|
8956
8990
|
An example conjunction is:
|
|
8957
8991
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
8958
8992
|
|
|
8959
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8993
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
8994
|
+
|
|
8995
|
+
A Trigger returns the function it invokes inline rather than in a FunctionInvocation object, so `where` names FunctionName and Arguments directly. The arguments are addressed with dot notation into `Arguments`, which is a list: `Arguments.?ParameterName=attribute-name.Value = 'owner'` reads the argument bound to a named parameter, `Arguments.*.Value` matches any argument's value, and `Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
8960
8996
|
|
|
8961
8997
|
The whole string must be query-encoded. */
|
|
8962
8998
|
where?: string;
|
|
@@ -9017,6 +9053,10 @@ type BulkPatchTriggersApiArg = {
|
|
|
9017
9053
|
FailOpenAfter?: number | null;
|
|
9018
9054
|
/** Function name */
|
|
9019
9055
|
FunctionName?: string | null;
|
|
9056
|
+
/** 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. */
|
|
9057
|
+
Guards?: {
|
|
9058
|
+
[key: string]: string | null;
|
|
9059
|
+
} | null;
|
|
9020
9060
|
InvocationID?: string | null;
|
|
9021
9061
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
9022
9062
|
Labels?: {
|
|
@@ -9074,7 +9114,9 @@ type BulkCreateTriggersApiArg = {
|
|
|
9074
9114
|
An example conjunction is:
|
|
9075
9115
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9076
9116
|
|
|
9077
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
9117
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
9118
|
+
|
|
9119
|
+
A Trigger returns the function it invokes inline rather than in a FunctionInvocation object, so `where` names FunctionName and Arguments directly. The arguments are addressed with dot notation into `Arguments`, which is a list: `Arguments.?ParameterName=attribute-name.Value = 'owner'` reads the argument bound to a named parameter, `Arguments.*.Value` matches any argument's value, and `Arguments.0.Value` addresses the first argument. Arguments passed positionally have no ParameterName.
|
|
9078
9120
|
|
|
9079
9121
|
The whole string must be query-encoded. */
|
|
9080
9122
|
where?: string;
|
|
@@ -9191,6 +9233,10 @@ type BulkCreateTriggersApiArg = {
|
|
|
9191
9233
|
FailOpenAfter?: number | null;
|
|
9192
9234
|
/** Function name */
|
|
9193
9235
|
FunctionName?: string | null;
|
|
9236
|
+
/** 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. */
|
|
9237
|
+
Guards?: {
|
|
9238
|
+
[key: string]: string | null;
|
|
9239
|
+
} | null;
|
|
9194
9240
|
InvocationID?: string | null;
|
|
9195
9241
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
9196
9242
|
Labels?: {
|
|
@@ -9248,7 +9294,7 @@ type BulkDeleteUnitsApiArg = {
|
|
|
9248
9294
|
An example conjunction is:
|
|
9249
9295
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9250
9296
|
|
|
9251
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9297
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9252
9298
|
|
|
9253
9299
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9254
9300
|
|
|
@@ -9327,7 +9373,7 @@ type ListAllUnitsApiArg = {
|
|
|
9327
9373
|
An example conjunction is:
|
|
9328
9374
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9329
9375
|
|
|
9330
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9376
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9331
9377
|
|
|
9332
9378
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9333
9379
|
|
|
@@ -9427,7 +9473,7 @@ type BulkPatchUnitsApiArg = {
|
|
|
9427
9473
|
An example conjunction is:
|
|
9428
9474
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9429
9475
|
|
|
9430
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9476
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9431
9477
|
|
|
9432
9478
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9433
9479
|
|
|
@@ -9475,6 +9521,8 @@ type BulkPatchUnitsApiArg = {
|
|
|
9475
9521
|
protect?: boolean;
|
|
9476
9522
|
/** 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
9523
|
clearance?: string;
|
|
9524
|
+
/** 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). */
|
|
9525
|
+
guards?: string;
|
|
9478
9526
|
/** 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
9527
|
squash?: boolean;
|
|
9480
9528
|
/** Upgrade the unit to the latest version of its upstream unit */
|
|
@@ -9527,9 +9575,9 @@ type BulkPatchUnitsApiArg = {
|
|
|
9527
9575
|
An example conjunction is:
|
|
9528
9576
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9529
9577
|
|
|
9530
|
-
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
9578
|
+
Supported attributes for filtering on Mutation: BridgeWorkerID, CreatedAt, FunctionInvocation.Arguments, FunctionInvocation.Clearance, FunctionInvocation.FunctionName, FunctionInvocation.Guards, FunctionInvocation.WhereResource, FunctionName, InvocationID, InvocationParams, LinkID, MergeBaseRevisionNum, MergeEndRevisionNum, MergeSourceID, MutationID, MutationNum, OrganizationID, ReplayOutcome, ReplayReason, RestoredRevisionNum, RevisionID, RevisionNum, SpaceID, Subgroup, TriggerID, UnitID, UpdatedAt, UpgradedFromUpstreamRevisionNum.
|
|
9531
9579
|
|
|
9532
|
-
|
|
9580
|
+
Selects Mutations of this Unit whose paths the merge must not overwrite, unioned with the Protected values stored on the Unit's MutationSources.
|
|
9533
9581
|
|
|
9534
9582
|
The whole string must be query-encoded. */
|
|
9535
9583
|
whereMutation?: string;
|
|
@@ -9549,7 +9597,7 @@ type BulkPatchUnitsApiArg = {
|
|
|
9549
9597
|
tag?: string;
|
|
9550
9598
|
/** Must match ChangeSetID of affected Units if config Data is changed unless in dry run mode */
|
|
9551
9599
|
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. */
|
|
9600
|
+
/** 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
9601
|
changeOrder?: string;
|
|
9554
9602
|
/** User-defined category for the Mutation. Must be alphanumeric, at most 64 characters. The prefix 'ConfigHub' is reserved. */
|
|
9555
9603
|
subgroup?: string;
|
|
@@ -9627,7 +9675,7 @@ type BulkCreateUnitsApiArg = {
|
|
|
9627
9675
|
An example conjunction is:
|
|
9628
9676
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9629
9677
|
|
|
9630
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9678
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9631
9679
|
|
|
9632
9680
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9633
9681
|
|
|
@@ -9763,7 +9811,7 @@ type BulkCreateUnitsApiArg = {
|
|
|
9763
9811
|
An example conjunction is:
|
|
9764
9812
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9765
9813
|
|
|
9766
|
-
Supported attributes for filtering on Link: Annotations, AutoUpdate, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, FromUnitID, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamSpaceID.
|
|
9814
|
+
Supported attributes for filtering on Link: Annotations, AutoUpdate, Bindings, Clearance, CreatedAt, DeleteGates, DisplayName, DownstreamLastMergedRevisionNum, DownstreamPaths, DownstreamSetters, FromUnitID, Guards, Hash, Labels, LinkID, MergeEnableSubtraction, OrganizationID, Protect, Slug, SpaceID, Squash, Stale, ToSpaceID, ToUnitID, TransformInvocationID, UpdateType, UpdatedAt, UpstreamGetters, UpstreamLastMergedRevisionNum, UpstreamLinkID, UpstreamPaths, UpstreamSpaceID.
|
|
9767
9815
|
|
|
9768
9816
|
Where expression to filter outgoing links (links to units outside the cloned set) for copying. If non-empty, matching outgoing links are also copied with FromUnitID retargeted to the cloned unit.
|
|
9769
9817
|
|
|
@@ -9847,7 +9895,7 @@ type BulkApproveUnitsApiArg = {
|
|
|
9847
9895
|
An example conjunction is:
|
|
9848
9896
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9849
9897
|
|
|
9850
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9898
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9851
9899
|
|
|
9852
9900
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9853
9901
|
|
|
@@ -9928,7 +9976,7 @@ type BulkCancelUnitsApiArg = {
|
|
|
9928
9976
|
An example conjunction is:
|
|
9929
9977
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
9930
9978
|
|
|
9931
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9979
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
9932
9980
|
|
|
9933
9981
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
9934
9982
|
|
|
@@ -10007,7 +10055,7 @@ type BulkTagUnitsApiArg = {
|
|
|
10007
10055
|
An example conjunction is:
|
|
10008
10056
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10009
10057
|
|
|
10010
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10058
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10011
10059
|
|
|
10012
10060
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
10013
10061
|
|
|
@@ -10156,7 +10204,7 @@ type SearchUnitDataApiArg = {
|
|
|
10156
10204
|
An example conjunction is:
|
|
10157
10205
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10158
10206
|
|
|
10159
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10207
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10160
10208
|
|
|
10161
10209
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
10162
10210
|
|
|
@@ -10350,7 +10398,7 @@ type SearchUnitMutationSourcesApiArg = {
|
|
|
10350
10398
|
An example conjunction is:
|
|
10351
10399
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10352
10400
|
|
|
10353
|
-
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, OrganizationID, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10401
|
+
Supported attributes for filtering on Unit: Annotations, ApplyGates, ApplyWarnings, ApprovedBy, BridgeWorkerID, ChangeSetID, Conflicts, CreatedAt, DataHash, DeleteGates, DestroyGates, DisplayName, FromLinkID, HeadRevisionNum, HeadUnitActionNum, HeadUnitEventNum, Labels, LastActionAt, LastChangeDescription, LastReleasedRevisionNum, NeededPaths, OrganizationID, ProvidedPaths, ProviderType, Slug, SpaceID, TargetID, TargetOptions, ToolchainType, UnitID, UpdatedAt, UpstreamRevisionNum, UpstreamSpaceID, UpstreamUnitID, Values.
|
|
10354
10402
|
|
|
10355
10403
|
Finding all units created by cloning can be done using the expression `UpstreamRevisionNum > 0`. Clones of a specific unit can be found by additionally filtering based on `UpstreamUnitID`. Unapplied units can be found using `LastReleasedRevisionNum = 0`. Units with unapplied changes can be found with `HeadRevisionNum > LastReleasedRevisionNum`.
|
|
10356
10404
|
|
|
@@ -10544,7 +10592,7 @@ type BulkDeleteViewsApiArg = {
|
|
|
10544
10592
|
An example conjunction is:
|
|
10545
10593
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10546
10594
|
|
|
10547
|
-
Supported attributes for filtering on View: Annotations, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10595
|
+
Supported attributes for filtering on View: Annotations, Columns, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10548
10596
|
|
|
10549
10597
|
The whole string must be query-encoded. */
|
|
10550
10598
|
where?: string;
|
|
@@ -10621,7 +10669,7 @@ type ListAllViewsApiArg = {
|
|
|
10621
10669
|
An example conjunction is:
|
|
10622
10670
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10623
10671
|
|
|
10624
|
-
Supported attributes for filtering on View: Annotations, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10672
|
+
Supported attributes for filtering on View: Annotations, Columns, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10625
10673
|
|
|
10626
10674
|
The whole string must be query-encoded. */
|
|
10627
10675
|
where?: string;
|
|
@@ -10707,7 +10755,7 @@ type BulkPatchViewsApiArg = {
|
|
|
10707
10755
|
An example conjunction is:
|
|
10708
10756
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10709
10757
|
|
|
10710
|
-
Supported attributes for filtering on View: Annotations, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10758
|
+
Supported attributes for filtering on View: Annotations, Columns, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10711
10759
|
|
|
10712
10760
|
The whole string must be query-encoded. */
|
|
10713
10761
|
where?: string;
|
|
@@ -10810,7 +10858,7 @@ type BulkCreateViewsApiArg = {
|
|
|
10810
10858
|
An example conjunction is:
|
|
10811
10859
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
10812
10860
|
|
|
10813
|
-
Supported attributes for filtering on View: Annotations, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10861
|
+
Supported attributes for filtering on View: Annotations, Columns, CreatedAt, DisplayName, FilterID, GroupBy, Labels, Of, OrderBy, OrderByDirection, OrganizationID, Slug, SpaceID, UpdatedAt, ViewID.
|
|
10814
10862
|
|
|
10815
10863
|
The whole string must be query-encoded. */
|
|
10816
10864
|
where?: string;
|
|
@@ -11049,7 +11097,7 @@ type Space = {
|
|
|
11049
11097
|
An example conjunction is:
|
|
11050
11098
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
11051
11099
|
|
|
11052
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
11100
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
11053
11101
|
|
|
11054
11102
|
The whole string must be query-encoded. */
|
|
11055
11103
|
WhereAttribute?: string;
|
|
@@ -11087,7 +11135,7 @@ type Space = {
|
|
|
11087
11135
|
An example conjunction is:
|
|
11088
11136
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
11089
11137
|
|
|
11090
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
11138
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
11091
11139
|
|
|
11092
11140
|
The whole string must be query-encoded. */
|
|
11093
11141
|
WhereTrigger?: string;
|
|
@@ -11174,7 +11222,7 @@ type SpaceRead = {
|
|
|
11174
11222
|
An example conjunction is:
|
|
11175
11223
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
11176
11224
|
|
|
11177
|
-
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
11225
|
+
Supported attributes for filtering on Attribute: Annotations, AttributeID, CreatedAt, DataType, DeleteGates, DisplayName, Hash, Labels, OrganizationID, Parameters, ResourceTypePaths, Slug, SpaceID, ToolchainType, UpdatedAt.
|
|
11178
11226
|
|
|
11179
11227
|
The whole string must be query-encoded. */
|
|
11180
11228
|
WhereAttribute?: string;
|
|
@@ -11212,7 +11260,7 @@ type SpaceRead = {
|
|
|
11212
11260
|
An example conjunction is:
|
|
11213
11261
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
11214
11262
|
|
|
11215
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
11263
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
11216
11264
|
|
|
11217
11265
|
The whole string must be query-encoded. */
|
|
11218
11266
|
WhereTrigger?: string;
|
|
@@ -11247,33 +11295,6 @@ type FunctionParameter = {
|
|
|
11247
11295
|
Required?: boolean;
|
|
11248
11296
|
Schema?: Schema;
|
|
11249
11297
|
};
|
|
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
11298
|
type AttributeDetails = {
|
|
11278
11299
|
/** ID of the Link that bound this needed path to a provided value */
|
|
11279
11300
|
BoundLinkID?: string;
|
|
@@ -11281,9 +11302,10 @@ type AttributeDetails = {
|
|
|
11281
11302
|
BoundProvidedProperties?: {
|
|
11282
11303
|
[key: string]: string;
|
|
11283
11304
|
};
|
|
11305
|
+
/** Value a defaulting function writes at this path, if any */
|
|
11306
|
+
DefaultValue?: any;
|
|
11284
11307
|
/** Description of the attribute */
|
|
11285
11308
|
Description?: string;
|
|
11286
|
-
GetterInvocation?: FunctionInvocation;
|
|
11287
11309
|
/** Whether this attribute is a needed value */
|
|
11288
11310
|
IsNeeded?: boolean;
|
|
11289
11311
|
/** Whether this attribute is a provided value */
|
|
@@ -11300,8 +11322,6 @@ type AttributeDetails = {
|
|
|
11300
11322
|
ProvidedProperties?: {
|
|
11301
11323
|
[key: string]: string;
|
|
11302
11324
|
};
|
|
11303
|
-
/** Function invocation used to set the attribute (except for the value), if any */
|
|
11304
|
-
SetterInvocations?: FunctionInvocation[];
|
|
11305
11325
|
};
|
|
11306
11326
|
type PathVisitorInfo = {
|
|
11307
11327
|
/** AttributeName for the path */
|
|
@@ -11332,7 +11352,6 @@ type ResourceTypePathsEntry = {
|
|
|
11332
11352
|
BoundProvidedProperties?: {
|
|
11333
11353
|
[key: string]: string;
|
|
11334
11354
|
};
|
|
11335
|
-
GetterInvocation?: FunctionInvocation;
|
|
11336
11355
|
/** Whether this attribute is a needed value */
|
|
11337
11356
|
IsNeeded?: boolean;
|
|
11338
11357
|
/** Whether this attribute is a provided value */
|
|
@@ -11351,7 +11370,6 @@ type ResourceTypePathsEntry = {
|
|
|
11351
11370
|
[key: string]: string;
|
|
11352
11371
|
};
|
|
11353
11372
|
ResourceType?: string;
|
|
11354
|
-
SetterInvocation?: FunctionInvocation;
|
|
11355
11373
|
};
|
|
11356
11374
|
type Attribute = {
|
|
11357
11375
|
/** An optional map of Annotation key/value pairs for tools to attach information to entities. */
|
|
@@ -11880,10 +11898,16 @@ type ChangeOrderRead = {
|
|
|
11880
11898
|
};
|
|
11881
11899
|
/** Unique identifier for an organization. */
|
|
11882
11900
|
OrganizationID?: string;
|
|
11901
|
+
/** 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. */
|
|
11902
|
+
ReleasedRestoredSpaceIDs?: Uuid[];
|
|
11883
11903
|
/** 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
11904
|
ReleasedSpaceIDs?: Uuid[];
|
|
11885
11905
|
/** 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
11906
|
ResolvedSpaceIDs?: Uuid[];
|
|
11907
|
+
/** 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. */
|
|
11908
|
+
RestoreTagID?: string;
|
|
11909
|
+
/** RestoredSpaceIDs is where the ChangeOrder has been undone: the Spaces whose Units all carry the restore Tag. Derived when the ChangeOrder is read. */
|
|
11910
|
+
RestoredSpaceIDs?: Uuid[];
|
|
11887
11911
|
/** 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
11912
|
SkippedUnits?: {
|
|
11889
11913
|
[key: string]: string;
|
|
@@ -11896,7 +11920,7 @@ type ChangeOrderRead = {
|
|
|
11896
11920
|
SpaceSlug?: string;
|
|
11897
11921
|
/** StartTagID is the identifier of the set of Revisions immediately before the ChangeOrder, making it the half-open interval (start, end]. */
|
|
11898
11922
|
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,
|
|
11923
|
+
/** 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
11924
|
State?: string;
|
|
11901
11925
|
/** UpdateType is the Link UpdateType this ChangeOrder follows when propagating. UpgradeUnit, the clone lineage, is the default; MergeUnits is the other supported value. */
|
|
11902
11926
|
UpdateType?: string;
|
|
@@ -11976,6 +12000,7 @@ type ExtendedChangeOrder = {
|
|
|
11976
12000
|
EndTag?: Tag;
|
|
11977
12001
|
Error?: ResponseError;
|
|
11978
12002
|
Organization?: Organization;
|
|
12003
|
+
RestoreTag?: Tag;
|
|
11979
12004
|
Space?: Space;
|
|
11980
12005
|
StartTag?: Tag;
|
|
11981
12006
|
};
|
|
@@ -11984,6 +12009,7 @@ type ExtendedChangeOrderRead = {
|
|
|
11984
12009
|
EndTag?: TagRead;
|
|
11985
12010
|
Error?: ResponseError;
|
|
11986
12011
|
Organization?: OrganizationRead;
|
|
12012
|
+
RestoreTag?: TagRead;
|
|
11987
12013
|
Space?: SpaceRead;
|
|
11988
12014
|
StartTag?: TagRead;
|
|
11989
12015
|
};
|
|
@@ -12199,13 +12225,35 @@ type FilterCreateOrUpdateResponseRead = {
|
|
|
12199
12225
|
Error?: ResponseError;
|
|
12200
12226
|
Filter?: FilterRead;
|
|
12201
12227
|
};
|
|
12202
|
-
type
|
|
12203
|
-
|
|
12228
|
+
type WithheldGuard = {
|
|
12229
|
+
/** The guard key the operation was not cleared for */
|
|
12230
|
+
Key?: string;
|
|
12231
|
+
/** True when the clearance forbade this key with DoesNotExist rather than simply not covering it */
|
|
12232
|
+
Precondition?: boolean;
|
|
12233
|
+
/** The guard value */
|
|
12234
|
+
Value?: string;
|
|
12235
|
+
};
|
|
12236
|
+
type GuardDelta = {
|
|
12237
|
+
/** The path whose guards changed; empty for the resource as a whole */
|
|
12238
|
+
Path?: string;
|
|
12239
|
+
/** Guard keys removed */
|
|
12240
|
+
Remove?: string[];
|
|
12241
|
+
/** Guard keys added or changed, with their new values */
|
|
12242
|
+
Set?: {
|
|
12204
12243
|
[key: string]: string;
|
|
12205
12244
|
};
|
|
12206
12245
|
};
|
|
12207
|
-
type
|
|
12208
|
-
|
|
12246
|
+
type ResourceInfo = {
|
|
12247
|
+
/** Category of configuration element represented in the configuration data; Kubernetes resources are of category Resource, and application configuration files are of category AppConfig */
|
|
12248
|
+
ResourceCategory?: string;
|
|
12249
|
+
/** 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 */
|
|
12250
|
+
ResourceName?: string;
|
|
12251
|
+
/** 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 */
|
|
12252
|
+
ResourceNameStableCore?: string;
|
|
12253
|
+
/** 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> */
|
|
12254
|
+
ResourceNameWithoutScope?: string;
|
|
12255
|
+
/** 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) */
|
|
12256
|
+
ResourceType?: string;
|
|
12209
12257
|
};
|
|
12210
12258
|
type MutationType = "Add" | "Delete" | "Update" | "Replace" | "None";
|
|
12211
12259
|
type MutationInfo = {
|
|
@@ -12219,21 +12267,33 @@ type MutationInfo = {
|
|
|
12219
12267
|
/** Removed configuration data if MutationType is Delete and otherwise the new data */
|
|
12220
12268
|
Value?: string;
|
|
12221
12269
|
};
|
|
12270
|
+
type MutationConflict = {
|
|
12271
|
+
/** Explanation the Reason alone cannot carry, such as the error text of a failed replay */
|
|
12272
|
+
Details?: string;
|
|
12273
|
+
Guard?: WithheldGuard;
|
|
12274
|
+
GuardChange?: GuardDelta;
|
|
12275
|
+
/** Path of the mutation; empty for resource-level conflicts */
|
|
12276
|
+
Path?: string;
|
|
12277
|
+
/** Why the mutation was dropped */
|
|
12278
|
+
Reason?: string;
|
|
12279
|
+
Resource?: ResourceInfo;
|
|
12280
|
+
Source?: MutationInfo;
|
|
12281
|
+
Target?: MutationInfo;
|
|
12282
|
+
/** ID of the other unit involved in the conflict (upstream for upgrade/merge, link target for resolve) */
|
|
12283
|
+
UnitID?: string;
|
|
12284
|
+
};
|
|
12285
|
+
type MutationConflictList = MutationConflict[];
|
|
12286
|
+
type ArrayElementAliasMap = {
|
|
12287
|
+
[key: string]: {
|
|
12288
|
+
[key: string]: string;
|
|
12289
|
+
};
|
|
12290
|
+
};
|
|
12291
|
+
type ArrayOrderMap = {
|
|
12292
|
+
[key: string]: string[];
|
|
12293
|
+
};
|
|
12222
12294
|
type MutationMap = {
|
|
12223
12295
|
[key: string]: MutationInfo;
|
|
12224
12296
|
};
|
|
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
12297
|
type ResourceMutation = {
|
|
12238
12298
|
/** Names (with scopes, if any) used in current and prior revisions of this resource */
|
|
12239
12299
|
Aliases?: {
|
|
@@ -12253,6 +12313,7 @@ type ResourceMutationList = ResourceMutation[];
|
|
|
12253
12313
|
type FunctionInvocationsResponse = {
|
|
12254
12314
|
/** The resulting configuration data; present only when the invocation changed it */
|
|
12255
12315
|
ConfigData?: string;
|
|
12316
|
+
Conflicts?: MutationConflictList;
|
|
12256
12317
|
/** SHA256 of the resulting configuration data, whether or not ConfigData is present */
|
|
12257
12318
|
DataHash?: string;
|
|
12258
12319
|
Error?: ResponseError;
|
|
@@ -12282,6 +12343,37 @@ type FunctionInvocationsResponse = {
|
|
|
12282
12343
|
/** Slug of the Unit */
|
|
12283
12344
|
UnitSlug?: string;
|
|
12284
12345
|
};
|
|
12346
|
+
type FunctionArgument = {
|
|
12347
|
+
Evaluator?: string;
|
|
12348
|
+
ParameterName?: string;
|
|
12349
|
+
Value?: string | number | boolean;
|
|
12350
|
+
};
|
|
12351
|
+
type ClearanceRequirement = {
|
|
12352
|
+
/** The guard key this requirement is about */
|
|
12353
|
+
Key?: string;
|
|
12354
|
+
/** Exists, In, NotIn, or DoesNotExist */
|
|
12355
|
+
Operator?: string;
|
|
12356
|
+
/** The values In and NotIn compare against; unused by Exists and DoesNotExist */
|
|
12357
|
+
Values?: string[];
|
|
12358
|
+
};
|
|
12359
|
+
type Clearance = ClearanceRequirement[];
|
|
12360
|
+
type GuardStamp = {
|
|
12361
|
+
[key: string]: string;
|
|
12362
|
+
};
|
|
12363
|
+
type FunctionInvocation = {
|
|
12364
|
+
/** Function arguments */
|
|
12365
|
+
Arguments?: FunctionArgument[] | null;
|
|
12366
|
+
Clearance?: Clearance;
|
|
12367
|
+
/** Function name */
|
|
12368
|
+
FunctionName?: string;
|
|
12369
|
+
Guards?: GuardStamp;
|
|
12370
|
+
/** Caller-supplied parameter values for expanding templated argument Values; transient, not persisted */
|
|
12371
|
+
Params?: {
|
|
12372
|
+
[key: string]: any;
|
|
12373
|
+
};
|
|
12374
|
+
/** Per-invocation resource filter. AND-combined with the request-level WhereResource. Same path syntax as the request-level field (see ParseAndValidateWhereResource). */
|
|
12375
|
+
WhereResource?: string;
|
|
12376
|
+
};
|
|
12285
12377
|
type FunctionInvocationList = FunctionInvocation[] | null;
|
|
12286
12378
|
type ParameterizedInvocationRef = {
|
|
12287
12379
|
InvocationID?: string;
|
|
@@ -12436,40 +12528,6 @@ type InvocationCreateOrUpdateResponseRead = {
|
|
|
12436
12528
|
Error?: ResponseError;
|
|
12437
12529
|
Invocation?: InvocationRead;
|
|
12438
12530
|
};
|
|
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
12531
|
type PathAnnotations = {
|
|
12474
12532
|
[key: string]: {
|
|
12475
12533
|
[key: string]: string;
|
|
@@ -12781,13 +12839,14 @@ type Link = {
|
|
|
12781
12839
|
DownstreamSetters?: ParameterizedFunction[];
|
|
12782
12840
|
/** Unique identifier of the downstream (consumer) Unit. Links must be in the same space as the source unit. */
|
|
12783
12841
|
FromUnitID: string;
|
|
12842
|
+
Guards?: GuardStamp;
|
|
12784
12843
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
12785
12844
|
Labels?: {
|
|
12786
12845
|
[key: string]: string;
|
|
12787
12846
|
};
|
|
12788
12847
|
/** Unique identifier for a Link. */
|
|
12789
12848
|
LinkID?: string;
|
|
12790
|
-
/** Enables the subtraction (override-preservation) step of the merge performed when resolving this Link. When false (the default), the source patch is applied without subtraction and the downstream Unit's local differences are preserved by the stored Mutation Protected values alone,
|
|
12849
|
+
/** Enables the subtraction (override-preservation) step of the merge performed when resolving this Link. When false (the default), the source patch is applied without subtraction and the downstream Unit's local differences are preserved by the stored Mutation Protected values alone, widened by WhereMutation if it is set. When true, the merge additionally subtracts the downstream Unit's local differences from the source patch and the stored values are not consulted. Only meaningful for UpgradeUnit and MergeUnits Links. */
|
|
12791
12850
|
MergeEnableSubtraction?: boolean;
|
|
12792
12851
|
/** Unique identifier for an organization. */
|
|
12793
12852
|
OrganizationID?: string;
|
|
@@ -12815,7 +12874,7 @@ type Link = {
|
|
|
12815
12874
|
UpstreamPaths?: NamedPath[];
|
|
12816
12875
|
/** An entity-specific sequence number used for optimistic concurrency control. The value read must be sent in calls to Update. */
|
|
12817
12876
|
Version?: number;
|
|
12818
|
-
/** Where expression
|
|
12877
|
+
/** Where expression selecting Mutations of the downstream Unit whose paths this Link's merges must not overwrite. Unioned with the Protected values stored on the downstream Unit's MutationSources, so it protects further paths and never re-opens one the Unit already claimed. */
|
|
12819
12878
|
WhereMutation?: string;
|
|
12820
12879
|
/** Where expression used to select which resources of the upstream Unit should be eligible for propagation to the downstream Unit. */
|
|
12821
12880
|
WhereResource?: string;
|
|
@@ -12849,6 +12908,7 @@ type LinkRead = {
|
|
|
12849
12908
|
EntityType?: string;
|
|
12850
12909
|
/** Unique identifier of the downstream (consumer) Unit. Links must be in the same space as the source unit. */
|
|
12851
12910
|
FromUnitID: string;
|
|
12911
|
+
Guards?: GuardStamp;
|
|
12852
12912
|
/** SHA256 hash of the resolution-relevant Link fields, used to detect changes that require re-resolution. */
|
|
12853
12913
|
Hash?: string;
|
|
12854
12914
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
@@ -12857,7 +12917,7 @@ type LinkRead = {
|
|
|
12857
12917
|
};
|
|
12858
12918
|
/** Unique identifier for a Link. */
|
|
12859
12919
|
LinkID?: string;
|
|
12860
|
-
/** Enables the subtraction (override-preservation) step of the merge performed when resolving this Link. When false (the default), the source patch is applied without subtraction and the downstream Unit's local differences are preserved by the stored Mutation Protected values alone,
|
|
12920
|
+
/** Enables the subtraction (override-preservation) step of the merge performed when resolving this Link. When false (the default), the source patch is applied without subtraction and the downstream Unit's local differences are preserved by the stored Mutation Protected values alone, widened by WhereMutation if it is set. When true, the merge additionally subtracts the downstream Unit's local differences from the source patch and the stored values are not consulted. Only meaningful for UpgradeUnit and MergeUnits Links. */
|
|
12861
12921
|
MergeEnableSubtraction?: boolean;
|
|
12862
12922
|
/** Unique identifier for an organization. */
|
|
12863
12923
|
OrganizationID?: string;
|
|
@@ -12895,7 +12955,7 @@ type LinkRead = {
|
|
|
12895
12955
|
UpstreamSpaceID?: string;
|
|
12896
12956
|
/** An entity-specific sequence number used for optimistic concurrency control. The value read must be sent in calls to Update. */
|
|
12897
12957
|
Version?: number;
|
|
12898
|
-
/** Where expression
|
|
12958
|
+
/** Where expression selecting Mutations of the downstream Unit whose paths this Link's merges must not overwrite. Unioned with the Protected values stored on the downstream Unit's MutationSources, so it protects further paths and never re-opens one the Unit already claimed. */
|
|
12899
12959
|
WhereMutation?: string;
|
|
12900
12960
|
/** Where expression used to select which resources of the upstream Unit should be eligible for propagation to the downstream Unit. */
|
|
12901
12961
|
WhereResource?: string;
|
|
@@ -13209,7 +13269,7 @@ type Target = {
|
|
|
13209
13269
|
An example conjunction is:
|
|
13210
13270
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
13211
13271
|
|
|
13212
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
13272
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
13213
13273
|
|
|
13214
13274
|
The whole string must be query-encoded. */
|
|
13215
13275
|
WhereTrigger?: string;
|
|
@@ -13316,7 +13376,7 @@ type TargetRead = {
|
|
|
13316
13376
|
An example conjunction is:
|
|
13317
13377
|
`CreatedAt >= '2025-01-07' AND Slug = 'test' AND Labels.mykey = 'myvalue'`.
|
|
13318
13378
|
|
|
13319
|
-
Supported attributes for filtering on Trigger: Annotations, BridgeWorkerID, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
13379
|
+
Supported attributes for filtering on Trigger: Annotations, Arguments, BridgeWorkerID, Clearance, CreatedAt, DeleteGates, Description, Disabled, DisplayName, Event, FunctionName, Guards, Hash, InvocationID, Labels, OrganizationID, OtherDataSource, Protect, Slug, SpaceID, ToolchainType, TriggerID, UnitFilterID, UpdatedAt, Validating, Warn, WhereResource, WhereUnit.
|
|
13320
13380
|
|
|
13321
13381
|
The whole string must be query-encoded. */
|
|
13322
13382
|
WhereTrigger?: string;
|
|
@@ -13678,6 +13738,7 @@ type Trigger = {
|
|
|
13678
13738
|
FailOpenAfter?: number | null;
|
|
13679
13739
|
/** Function name */
|
|
13680
13740
|
FunctionName?: string;
|
|
13741
|
+
Guards?: GuardStamp;
|
|
13681
13742
|
/** InvocationID is the identifier of the function to be invoked, if there is a corresponding Invocation. */
|
|
13682
13743
|
InvocationID?: string;
|
|
13683
13744
|
/** An optional map of Label key/value pairs to specify identifying attributes of entities for the purpose of grouping and filtering them. */
|
|
@@ -13747,6 +13808,7 @@ type TriggerRead = {
|
|
|
13747
13808
|
FailOpenAfter?: number | null;
|
|
13748
13809
|
/** Function name */
|
|
13749
13810
|
FunctionName?: string;
|
|
13811
|
+
Guards?: GuardStamp;
|
|
13750
13812
|
/** SHA256 hash of the trigger's specification fields, used to detect changes. */
|
|
13751
13813
|
Hash?: string;
|
|
13752
13814
|
/** InvocationID is the identifier of the function to be invoked, if there is a corresponding Invocation. */
|
|
@@ -63588,4 +63650,4 @@ declare const useBulkCreateViewsMutation: <R extends Record<string, any> = ({
|
|
|
63588
63650
|
reset: () => void;
|
|
63589
63651
|
}];
|
|
63590
63652
|
|
|
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 };
|
|
63653
|
+
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 };
|