@wix/auto_sdk_benefit-programs_pool-definitions 1.0.31 → 1.0.33
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/build/cjs/index.d.ts +8 -21
- package/build/cjs/index.js +43 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +11 -36
- package/build/cjs/index.typings.js +25 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +8 -21
- package/build/es/index.mjs +43 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +11 -36
- package/build/es/index.typings.mjs +24 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +8 -21
- package/build/internal/cjs/index.js +43 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +11 -36
- package/build/internal/cjs/index.typings.js +25 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +8 -21
- package/build/internal/es/index.mjs +43 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +11 -36
- package/build/internal/es/index.typings.mjs +24 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -857,7 +857,6 @@ type RemovePoolDefinitionFromProgramDefinitionValidationErrors = {
|
|
|
857
857
|
* Creates a pool definition.
|
|
858
858
|
* @param poolDefinition - Pool definition to create.
|
|
859
859
|
* @public
|
|
860
|
-
* @documentationMaturity preview
|
|
861
860
|
* @requiredField poolDefinition
|
|
862
861
|
* @requiredField poolDefinition.details
|
|
863
862
|
* @requiredField poolDefinition.details.benefits
|
|
@@ -882,7 +881,6 @@ interface CreatePoolDefinitionOptions {
|
|
|
882
881
|
* Creates pool definitions.
|
|
883
882
|
* @param poolDefinitions - Pool definitions to create.
|
|
884
883
|
* @public
|
|
885
|
-
* @documentationMaturity preview
|
|
886
884
|
* @requiredField poolDefinitions
|
|
887
885
|
* @requiredField poolDefinitions.details
|
|
888
886
|
* @requiredField poolDefinitions.details.benefits
|
|
@@ -918,7 +916,6 @@ interface BulkCreatePoolDefinitionsOptions {
|
|
|
918
916
|
* and prevents unintended overwrites.
|
|
919
917
|
* @param _id - Pool definition ID.
|
|
920
918
|
* @public
|
|
921
|
-
* @documentationMaturity preview
|
|
922
919
|
* @requiredField _id
|
|
923
920
|
* @requiredField poolDefinition
|
|
924
921
|
* @requiredField poolDefinition.revision
|
|
@@ -997,7 +994,6 @@ interface UpdatePoolDefinitionOptions {
|
|
|
997
994
|
/**
|
|
998
995
|
* Updates pool definitions.
|
|
999
996
|
* @public
|
|
1000
|
-
* @documentationMaturity preview
|
|
1001
997
|
* @requiredField options.poolDefinitions.poolDefinition
|
|
1002
998
|
* @requiredField options.poolDefinitions.poolDefinition._id
|
|
1003
999
|
* @requiredField options.poolDefinitions.poolDefinition.revision
|
|
@@ -1029,7 +1025,6 @@ interface BulkUpdatePoolDefinitionsOptions {
|
|
|
1029
1025
|
* @param poolDefinitionId - ID of the pool definition to delete.
|
|
1030
1026
|
* @param cascade - *Required**. Determines when the changes to this pool definition the program definitions containing it will be applied to associated programs and pools.
|
|
1031
1027
|
* @public
|
|
1032
|
-
* @documentationMaturity preview
|
|
1033
1028
|
* @requiredField cascade
|
|
1034
1029
|
* @requiredField poolDefinitionId
|
|
1035
1030
|
* @permissionId BENEFIT_PROGRAMS.POOL_DEFINITION_DELETE
|
|
@@ -1041,7 +1036,6 @@ declare function deletePoolDefinition(poolDefinitionId: string, cascade: Cascade
|
|
|
1041
1036
|
* Deletes pool definitions.
|
|
1042
1037
|
* @param poolDefinitionIds - List of IDs of the pool definitions to delete.
|
|
1043
1038
|
* @public
|
|
1044
|
-
* @documentationMaturity preview
|
|
1045
1039
|
* @requiredField poolDefinitionIds
|
|
1046
1040
|
* @permissionId BENEFIT_PROGRAMS.POOL_DEFINITION_DELETE
|
|
1047
1041
|
* @applicableIdentity APP
|
|
@@ -1056,7 +1050,6 @@ interface BulkDeletePoolDefinitionsOptions {
|
|
|
1056
1050
|
* Retrieves a pool definition.
|
|
1057
1051
|
* @param poolDefinitionId - ID of the pool definition to retrieve.
|
|
1058
1052
|
* @public
|
|
1059
|
-
* @documentationMaturity preview
|
|
1060
1053
|
* @requiredField poolDefinitionId
|
|
1061
1054
|
* @permissionId BENEFIT_PROGRAMS.POOL_DEFINITION_READ
|
|
1062
1055
|
* @applicableIdentity APP
|
|
@@ -1077,7 +1070,6 @@ declare function getPoolDefinition(poolDefinitionId: string): Promise<NonNullabl
|
|
|
1077
1070
|
*
|
|
1078
1071
|
* For a full description of the item object, see the object returned for the `items` property in `PoolDefinitionsQueryResult`.
|
|
1079
1072
|
* @public
|
|
1080
|
-
* @documentationMaturity preview
|
|
1081
1073
|
* @permissionId BENEFIT_PROGRAMS.POOL_DEFINITION_READ
|
|
1082
1074
|
* @applicableIdentity APP
|
|
1083
1075
|
* @fqn wix.benefit_programs.v1.pool_definition.PoolDefinitionService.QueryPoolDefinitions
|
|
@@ -1099,79 +1091,64 @@ interface PoolDefinitionsQueryResult extends QueryCursorResult {
|
|
|
1099
1091
|
interface PoolDefinitionsQueryBuilder {
|
|
1100
1092
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1101
1093
|
* @param value - Value to compare against.
|
|
1102
|
-
* @documentationMaturity preview
|
|
1103
1094
|
*/
|
|
1104
1095
|
eq: (propertyName: '_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1105
1096
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1106
1097
|
* @param value - Value to compare against.
|
|
1107
|
-
* @documentationMaturity preview
|
|
1108
1098
|
*/
|
|
1109
1099
|
ne: (propertyName: '_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1110
1100
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1111
1101
|
* @param value - Value to compare against.
|
|
1112
|
-
* @documentationMaturity preview
|
|
1113
1102
|
*/
|
|
1114
1103
|
ge: (propertyName: '_id' | '_createdDate' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1115
1104
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1116
1105
|
* @param value - Value to compare against.
|
|
1117
|
-
* @documentationMaturity preview
|
|
1118
1106
|
*/
|
|
1119
1107
|
gt: (propertyName: '_id' | '_createdDate' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1120
1108
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1121
1109
|
* @param value - Value to compare against.
|
|
1122
|
-
* @documentationMaturity preview
|
|
1123
1110
|
*/
|
|
1124
1111
|
le: (propertyName: '_id' | '_createdDate' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1125
1112
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
1126
1113
|
* @param value - Value to compare against.
|
|
1127
|
-
* @documentationMaturity preview
|
|
1128
1114
|
*/
|
|
1129
1115
|
lt: (propertyName: '_id' | '_createdDate' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1130
1116
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
1131
1117
|
* @param string - String to compare against. Case-insensitive.
|
|
1132
|
-
* @documentationMaturity preview
|
|
1133
1118
|
*/
|
|
1134
1119
|
startsWith: (propertyName: '_id' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: string) => PoolDefinitionsQueryBuilder;
|
|
1135
1120
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
1136
1121
|
* @param values - List of values to compare against.
|
|
1137
|
-
* @documentationMaturity preview
|
|
1138
1122
|
*/
|
|
1139
1123
|
hasSome: (propertyName: '_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any[]) => PoolDefinitionsQueryBuilder;
|
|
1140
1124
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
1141
1125
|
* @param values - List of values to compare against.
|
|
1142
|
-
* @documentationMaturity preview
|
|
1143
1126
|
*/
|
|
1144
1127
|
hasAll: (propertyName: 'programDefinitionIds', value: any[]) => PoolDefinitionsQueryBuilder;
|
|
1145
|
-
/** @documentationMaturity preview */
|
|
1146
1128
|
in: (propertyName: '_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: any) => PoolDefinitionsQueryBuilder;
|
|
1147
|
-
/** @documentationMaturity preview */
|
|
1148
1129
|
exists: (propertyName: '_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace', value: boolean) => PoolDefinitionsQueryBuilder;
|
|
1149
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
1150
|
-
* @documentationMaturity preview
|
|
1151
|
-
*/
|
|
1130
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
1152
1131
|
ascending: (...propertyNames: Array<'_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace'>) => PoolDefinitionsQueryBuilder;
|
|
1153
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
1154
|
-
* @documentationMaturity preview
|
|
1155
|
-
*/
|
|
1132
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
1156
1133
|
descending: (...propertyNames: Array<'_id' | '_createdDate' | 'programDefinitionIds' | 'details.benefits.itemSetId' | 'details.benefits.providerAppId' | 'namespace'>) => PoolDefinitionsQueryBuilder;
|
|
1157
|
-
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
1158
|
-
* @documentationMaturity preview
|
|
1159
|
-
*/
|
|
1134
|
+
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
|
|
1160
1135
|
limit: (limit: number) => PoolDefinitionsQueryBuilder;
|
|
1161
|
-
/** @param cursor - A pointer to specific record
|
|
1162
|
-
* @documentationMaturity preview
|
|
1163
|
-
*/
|
|
1136
|
+
/** @param cursor - A pointer to specific record */
|
|
1164
1137
|
skipTo: (cursor: string) => PoolDefinitionsQueryBuilder;
|
|
1165
|
-
/** @documentationMaturity preview */
|
|
1166
1138
|
find: () => Promise<PoolDefinitionsQueryResult>;
|
|
1167
1139
|
}
|
|
1140
|
+
/**
|
|
1141
|
+
* @hidden
|
|
1142
|
+
* @fqn wix.benefit_programs.v1.pool_definition.PoolDefinitionService.QueryPoolDefinitions
|
|
1143
|
+
* @requiredField query
|
|
1144
|
+
*/
|
|
1145
|
+
declare function typedQueryPoolDefinitions(query: CursorQuery): Promise<NonNullablePaths<QueryPoolDefinitionsResponse, `poolDefinitions` | `poolDefinitions.${number}.displayName` | `poolDefinitions.${number}.details.creditConfiguration.amount`, 6>>;
|
|
1168
1146
|
/**
|
|
1169
1147
|
* Adds a pool definition to a program definition.
|
|
1170
1148
|
*
|
|
1171
1149
|
* Pool definitions can be contained by multiple program definitions, so this doesn't affect other program definitions that contain this pool definition.
|
|
1172
1150
|
* @param poolDefinitionId - ID of the pool definition to add to the program definition.
|
|
1173
1151
|
* @public
|
|
1174
|
-
* @documentationMaturity preview
|
|
1175
1152
|
* @requiredField options
|
|
1176
1153
|
* @requiredField options.cascade
|
|
1177
1154
|
* @requiredField options.programDefinitionId
|
|
@@ -1198,7 +1175,6 @@ interface AddPoolDefinitionToProgramDefinitionOptions {
|
|
|
1198
1175
|
* Pool definitions don't need to be contained by a program definition, so this doesn't affect the usability of this pool definition.
|
|
1199
1176
|
* @param poolDefinitionId - ID of the pool definition to remove from the program definition.
|
|
1200
1177
|
* @public
|
|
1201
|
-
* @documentationMaturity preview
|
|
1202
1178
|
* @requiredField options
|
|
1203
1179
|
* @requiredField options.cascade
|
|
1204
1180
|
* @requiredField options.programDefinitionId
|
|
@@ -1223,7 +1199,6 @@ interface RemovePoolDefinitionFromProgramDefinitionOptions {
|
|
|
1223
1199
|
* Retrieve all a program definition's pool definitions.
|
|
1224
1200
|
* @param programDefinitionId - ID of the program definition to retrieve its pool definitions.
|
|
1225
1201
|
* @public
|
|
1226
|
-
* @documentationMaturity preview
|
|
1227
1202
|
* @requiredField options
|
|
1228
1203
|
* @requiredField options.namespace
|
|
1229
1204
|
* @requiredField programDefinitionId
|
|
@@ -1241,4 +1216,4 @@ interface FindPoolDefinitionsByProgramDefinitionOptions {
|
|
|
1241
1216
|
namespace: string;
|
|
1242
1217
|
}
|
|
1243
1218
|
|
|
1244
|
-
export { type ActionEvent, type AddPoolDefinitionToProgramDefinitionOptions, type AddPoolDefinitionToProgramDefinitionRequest, type AddPoolDefinitionToProgramDefinitionResponse, type AddPoolDefinitionToProgramDefinitionValidationErrors, type ApplicationError, type Benefit, type BulkActionMetadata, type BulkCreatePoolDefinitionsOptions, type BulkCreatePoolDefinitionsRequest, type BulkCreatePoolDefinitionsResponse, type BulkDeletePoolDefinitionsOptions, type BulkDeletePoolDefinitionsRequest, type BulkDeletePoolDefinitionsResponse, type BulkPoolDefinitionResult, type BulkUpdatePoolDefinitionsOptions, type BulkUpdatePoolDefinitionsRequest, type BulkUpdatePoolDefinitionsResponse, type BulkUpdatePoolDefinitionsValidationErrors, Cascade, type CascadeWithLiterals, type CreatePoolDefinitionOptions, type CreatePoolDefinitionRequest, type CreatePoolDefinitionResponse, type CreditConfiguration, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomPolicy, type DeletePoolDefinitionRequest, type DeletePoolDefinitionResponse, type Details, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type ExtendedFields, type FindPoolDefinitionsByProgramDefinitionOptions, type FindPoolDefinitionsByProgramDefinitionRequest, type FindPoolDefinitionsByProgramDefinitionResponse, type FixedIntervalPolicy, type GetPoolDefinitionRequest, type GetPoolDefinitionResponse, type IdentificationData, type IdentificationDataIdOneOf, type ItemMetadata, type MaskedPoolDefinition, type MessageEnvelope, type Policy, type PolicyExpression, type PolicyExpressionAnd, type PolicyExpressionExpressionOneOf, type PolicyExpressionNot, type PolicyExpressionOr, PolicyExpressionType, type PolicyExpressionTypeWithLiterals, type PolicyPolicyOneOf, type PoolDefinition, type PoolDefinitionAddedToProgramDefinition, type PoolDefinitionDeletedProxySupport, type PoolDefinitionRemovedFromProgramDefinition, type PoolDefinitionUpdatedProxySupport, type PoolDefinitionsQueryBuilder, type PoolDefinitionsQueryResult, type ProgramDefinitionInfo, type QueryPoolDefinitionsRequest, type QueryPoolDefinitionsResponse, type RateLimitedPolicy, type RateLimitedPolicyPeriodOneOf, RateLimitedPolicyType, type RateLimitedPolicyTypeWithLiterals, type RemovePoolDefinitionFromProgramDefinitionOptions, type RemovePoolDefinitionFromProgramDefinitionRequest, type RemovePoolDefinitionFromProgramDefinitionResponse, type RemovePoolDefinitionFromProgramDefinitionValidationErrors, type RestoreInfo, type RolloverConfiguration, SortOrder, type SortOrderWithLiterals, type Sorting, Type, type TypeWithLiterals, type UpdatePoolDefinition, type UpdatePoolDefinitionOptions, type UpdatePoolDefinitionRequest, type UpdatePoolDefinitionResponse, type UpdatePoolDefinitionValidationErrors, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, WeekDay, type WeekDayWithLiterals, addPoolDefinitionToProgramDefinition, bulkCreatePoolDefinitions, bulkDeletePoolDefinitions, bulkUpdatePoolDefinitions, createPoolDefinition, deletePoolDefinition, findPoolDefinitionsByProgramDefinition, getPoolDefinition, queryPoolDefinitions, removePoolDefinitionFromProgramDefinition, updatePoolDefinition };
|
|
1219
|
+
export { type ActionEvent, type AddPoolDefinitionToProgramDefinitionOptions, type AddPoolDefinitionToProgramDefinitionRequest, type AddPoolDefinitionToProgramDefinitionResponse, type AddPoolDefinitionToProgramDefinitionValidationErrors, type ApplicationError, type Benefit, type BulkActionMetadata, type BulkCreatePoolDefinitionsOptions, type BulkCreatePoolDefinitionsRequest, type BulkCreatePoolDefinitionsResponse, type BulkDeletePoolDefinitionsOptions, type BulkDeletePoolDefinitionsRequest, type BulkDeletePoolDefinitionsResponse, type BulkPoolDefinitionResult, type BulkUpdatePoolDefinitionsOptions, type BulkUpdatePoolDefinitionsRequest, type BulkUpdatePoolDefinitionsResponse, type BulkUpdatePoolDefinitionsValidationErrors, Cascade, type CascadeWithLiterals, type CreatePoolDefinitionOptions, type CreatePoolDefinitionRequest, type CreatePoolDefinitionResponse, type CreditConfiguration, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomPolicy, type DeletePoolDefinitionRequest, type DeletePoolDefinitionResponse, type Details, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type ExtendedFields, type FindPoolDefinitionsByProgramDefinitionOptions, type FindPoolDefinitionsByProgramDefinitionRequest, type FindPoolDefinitionsByProgramDefinitionResponse, type FixedIntervalPolicy, type GetPoolDefinitionRequest, type GetPoolDefinitionResponse, type IdentificationData, type IdentificationDataIdOneOf, type ItemMetadata, type MaskedPoolDefinition, type MessageEnvelope, type Policy, type PolicyExpression, type PolicyExpressionAnd, type PolicyExpressionExpressionOneOf, type PolicyExpressionNot, type PolicyExpressionOr, PolicyExpressionType, type PolicyExpressionTypeWithLiterals, type PolicyPolicyOneOf, type PoolDefinition, type PoolDefinitionAddedToProgramDefinition, type PoolDefinitionDeletedProxySupport, type PoolDefinitionRemovedFromProgramDefinition, type PoolDefinitionUpdatedProxySupport, type PoolDefinitionsQueryBuilder, type PoolDefinitionsQueryResult, type ProgramDefinitionInfo, type QueryPoolDefinitionsRequest, type QueryPoolDefinitionsResponse, type RateLimitedPolicy, type RateLimitedPolicyPeriodOneOf, RateLimitedPolicyType, type RateLimitedPolicyTypeWithLiterals, type RemovePoolDefinitionFromProgramDefinitionOptions, type RemovePoolDefinitionFromProgramDefinitionRequest, type RemovePoolDefinitionFromProgramDefinitionResponse, type RemovePoolDefinitionFromProgramDefinitionValidationErrors, type RestoreInfo, type RolloverConfiguration, SortOrder, type SortOrderWithLiterals, type Sorting, Type, type TypeWithLiterals, type UpdatePoolDefinition, type UpdatePoolDefinitionOptions, type UpdatePoolDefinitionRequest, type UpdatePoolDefinitionResponse, type UpdatePoolDefinitionValidationErrors, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, WeekDay, type WeekDayWithLiterals, addPoolDefinitionToProgramDefinition, bulkCreatePoolDefinitions, bulkDeletePoolDefinitions, bulkUpdatePoolDefinitions, createPoolDefinition, deletePoolDefinition, findPoolDefinitionsByProgramDefinition, getPoolDefinition, queryPoolDefinitions, removePoolDefinitionFromProgramDefinition, typedQueryPoolDefinitions, updatePoolDefinition };
|
|
@@ -821,6 +821,29 @@ function queryPoolDefinitions2() {
|
|
|
821
821
|
transformationPaths: {}
|
|
822
822
|
});
|
|
823
823
|
}
|
|
824
|
+
async function typedQueryPoolDefinitions(query) {
|
|
825
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
826
|
+
const payload = renameKeysFromSDKRequestToRESTRequest({ query });
|
|
827
|
+
const reqOpts = queryPoolDefinitions(payload);
|
|
828
|
+
sideEffects?.onSiteCall?.();
|
|
829
|
+
try {
|
|
830
|
+
const result = await httpClient.request(reqOpts);
|
|
831
|
+
sideEffects?.onSuccess?.(result);
|
|
832
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data);
|
|
833
|
+
} catch (err) {
|
|
834
|
+
const transformedError = sdkTransformError(
|
|
835
|
+
err,
|
|
836
|
+
{
|
|
837
|
+
spreadPathsToArguments: {},
|
|
838
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
839
|
+
singleArgumentUnchanged: false
|
|
840
|
+
},
|
|
841
|
+
["query"]
|
|
842
|
+
);
|
|
843
|
+
sideEffects?.onError?.(err);
|
|
844
|
+
throw transformedError;
|
|
845
|
+
}
|
|
846
|
+
}
|
|
824
847
|
async function addPoolDefinitionToProgramDefinition2(poolDefinitionId, options) {
|
|
825
848
|
const { httpClient, sideEffects } = arguments[2];
|
|
826
849
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
@@ -936,6 +959,7 @@ export {
|
|
|
936
959
|
getPoolDefinition2 as getPoolDefinition,
|
|
937
960
|
queryPoolDefinitions2 as queryPoolDefinitions,
|
|
938
961
|
removePoolDefinitionFromProgramDefinition2 as removePoolDefinitionFromProgramDefinition,
|
|
962
|
+
typedQueryPoolDefinitions,
|
|
939
963
|
updatePoolDefinition2 as updatePoolDefinition
|
|
940
964
|
};
|
|
941
965
|
//# sourceMappingURL=index.typings.mjs.map
|