@simpleapps-com/augur-api 2026.6.2 → 2026.6.4
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/{client-rJXd07YM.d.mts → client-LO8qxF0b.d.mts} +152 -4
- package/dist/{client-rJXd07YM.d.ts → client-LO8qxF0b.d.ts} +152 -4
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +373 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +373 -4
- package/dist/index.mjs.map +1 -1
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9802,6 +9802,34 @@ var AgrInfoClient = class extends BaseServiceClient {
|
|
|
9802
9802
|
|
|
9803
9803
|
// src/services/agr-int/generated/schemas.ts
|
|
9804
9804
|
var v22 = __toESM(require("valibot"));
|
|
9805
|
+
var BundlesListParamsSchema = v22.looseObject({
|
|
9806
|
+
...EdgeCacheParamsSchema.entries,
|
|
9807
|
+
bundleId: v22.optional(v22.string()),
|
|
9808
|
+
bundleName: v22.optional(v22.string()),
|
|
9809
|
+
limit: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9810
|
+
offset: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9811
|
+
orderBy: v22.optional(v22.string()),
|
|
9812
|
+
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9813
|
+
systemFlag: v22.optional(v22.string())
|
|
9814
|
+
});
|
|
9815
|
+
var BundlesResourcesListParamsSchema = v22.looseObject({
|
|
9816
|
+
...EdgeCacheParamsSchema.entries,
|
|
9817
|
+
limit: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9818
|
+
offset: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9819
|
+
orderBy: v22.optional(v22.string()),
|
|
9820
|
+
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number)))
|
|
9821
|
+
});
|
|
9822
|
+
var ResourcesListParamsSchema = v22.looseObject({
|
|
9823
|
+
...EdgeCacheParamsSchema.entries,
|
|
9824
|
+
limit: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9825
|
+
offset: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9826
|
+
orderBy: v22.optional(v22.string()),
|
|
9827
|
+
resourceId: v22.optional(v22.string()),
|
|
9828
|
+
resourceName: v22.optional(v22.string()),
|
|
9829
|
+
resourcePath: v22.optional(v22.string()),
|
|
9830
|
+
resourceType: v22.optional(v22.string()),
|
|
9831
|
+
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number)))
|
|
9832
|
+
});
|
|
9805
9833
|
var RolesListParamsSchema = v22.looseObject({
|
|
9806
9834
|
...EdgeCacheParamsSchema.entries,
|
|
9807
9835
|
limit: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
@@ -9812,6 +9840,13 @@ var RolesListParamsSchema = v22.looseObject({
|
|
|
9812
9840
|
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9813
9841
|
systemFlag: v22.optional(v22.string())
|
|
9814
9842
|
});
|
|
9843
|
+
var RolesBundlesListParamsSchema = v22.looseObject({
|
|
9844
|
+
...EdgeCacheParamsSchema.entries,
|
|
9845
|
+
limit: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9846
|
+
offset: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number))),
|
|
9847
|
+
orderBy: v22.optional(v22.string()),
|
|
9848
|
+
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number)))
|
|
9849
|
+
});
|
|
9815
9850
|
var UsersListParamsSchema = v22.looseObject({
|
|
9816
9851
|
...EdgeCacheParamsSchema.entries,
|
|
9817
9852
|
email: v22.optional(v22.string()),
|
|
@@ -9829,6 +9864,44 @@ var UsersRolesListParamsSchema = v22.looseObject({
|
|
|
9829
9864
|
orderBy: v22.optional(v22.string()),
|
|
9830
9865
|
statusCd: v22.optional(v22.pipe(v22.unknown(), v22.transform(Number)))
|
|
9831
9866
|
});
|
|
9867
|
+
var BundlesDataSchema = v22.looseObject({
|
|
9868
|
+
bundlesUid: v22.optional(v22.number()),
|
|
9869
|
+
bundleId: v22.optional(v22.string()),
|
|
9870
|
+
bundleName: v22.optional(v22.string()),
|
|
9871
|
+
description: v22.optional(v22.nullable(v22.string())),
|
|
9872
|
+
systemFlag: v22.optional(v22.string()),
|
|
9873
|
+
dateCreated: v22.optional(v22.string()),
|
|
9874
|
+
dateLastModified: v22.optional(v22.string()),
|
|
9875
|
+
updateCd: v22.optional(v22.number()),
|
|
9876
|
+
statusCd: v22.optional(v22.number()),
|
|
9877
|
+
processCd: v22.optional(v22.number())
|
|
9878
|
+
});
|
|
9879
|
+
var BundlesResourcesDataSchema = v22.looseObject({
|
|
9880
|
+
bundlesXResourcesUid: v22.optional(v22.number()),
|
|
9881
|
+
bundlesUid: v22.optional(v22.number()),
|
|
9882
|
+
resourcesUid: v22.optional(v22.number()),
|
|
9883
|
+
readCd: v22.optional(v22.number()),
|
|
9884
|
+
writeCd: v22.optional(v22.number()),
|
|
9885
|
+
executeCd: v22.optional(v22.number()),
|
|
9886
|
+
dateCreated: v22.optional(v22.string()),
|
|
9887
|
+
dateLastModified: v22.optional(v22.string()),
|
|
9888
|
+
updateCd: v22.optional(v22.number()),
|
|
9889
|
+
statusCd: v22.optional(v22.number()),
|
|
9890
|
+
processCd: v22.optional(v22.number())
|
|
9891
|
+
});
|
|
9892
|
+
var ResourcesDataSchema = v22.looseObject({
|
|
9893
|
+
resourcesUid: v22.optional(v22.number()),
|
|
9894
|
+
resourceId: v22.optional(v22.string()),
|
|
9895
|
+
resourceName: v22.optional(v22.string()),
|
|
9896
|
+
resourceType: v22.optional(v22.string()),
|
|
9897
|
+
resourcePath: v22.optional(v22.string()),
|
|
9898
|
+
description: v22.optional(v22.nullable(v22.string())),
|
|
9899
|
+
dateCreated: v22.optional(v22.string()),
|
|
9900
|
+
dateLastModified: v22.optional(v22.string()),
|
|
9901
|
+
updateCd: v22.optional(v22.number()),
|
|
9902
|
+
statusCd: v22.optional(v22.number()),
|
|
9903
|
+
processCd: v22.optional(v22.number())
|
|
9904
|
+
});
|
|
9832
9905
|
var RolesDataSchema = v22.looseObject({
|
|
9833
9906
|
rolesUid: v22.optional(v22.number()),
|
|
9834
9907
|
roleId: v22.optional(v22.string()),
|
|
@@ -9841,6 +9914,16 @@ var RolesDataSchema = v22.looseObject({
|
|
|
9841
9914
|
statusCd: v22.optional(v22.number()),
|
|
9842
9915
|
processCd: v22.optional(v22.number())
|
|
9843
9916
|
});
|
|
9917
|
+
var RolesBundlesDataSchema = v22.looseObject({
|
|
9918
|
+
rolesXBundlesUid: v22.optional(v22.number()),
|
|
9919
|
+
rolesUid: v22.optional(v22.number()),
|
|
9920
|
+
bundlesUid: v22.optional(v22.number()),
|
|
9921
|
+
dateCreated: v22.optional(v22.string()),
|
|
9922
|
+
dateLastModified: v22.optional(v22.string()),
|
|
9923
|
+
updateCd: v22.optional(v22.number()),
|
|
9924
|
+
statusCd: v22.optional(v22.number()),
|
|
9925
|
+
processCd: v22.optional(v22.number())
|
|
9926
|
+
});
|
|
9844
9927
|
var UsersDataSchema = v22.looseObject({
|
|
9845
9928
|
usersUid: v22.optional(v22.number()),
|
|
9846
9929
|
username: v22.optional(v22.string()),
|
|
@@ -9854,9 +9937,18 @@ var UsersDataSchema = v22.looseObject({
|
|
|
9854
9937
|
statusCd: v22.optional(v22.number()),
|
|
9855
9938
|
processCd: v22.optional(v22.number())
|
|
9856
9939
|
});
|
|
9857
|
-
var
|
|
9940
|
+
var UsersRotateDataSchema = v22.looseObject({
|
|
9858
9941
|
usersUid: v22.optional(v22.number()),
|
|
9859
|
-
username: v22.optional(v22.string())
|
|
9942
|
+
username: v22.optional(v22.string()),
|
|
9943
|
+
token: v22.optional(v22.string())
|
|
9944
|
+
});
|
|
9945
|
+
var UsersValidateDataSchema = v22.looseObject({
|
|
9946
|
+
valid: v22.optional(v22.boolean()),
|
|
9947
|
+
scope: v22.optional(v22.string()),
|
|
9948
|
+
userId: v22.optional(v22.number()),
|
|
9949
|
+
username: v22.optional(v22.string()),
|
|
9950
|
+
email: v22.optional(v22.string()),
|
|
9951
|
+
name: v22.optional(v22.string())
|
|
9860
9952
|
});
|
|
9861
9953
|
var UsersRolesDataSchema = v22.looseObject({
|
|
9862
9954
|
usersXRolesUid: v22.optional(v22.number()),
|
|
@@ -9872,6 +9964,195 @@ var PassthroughDataSchema15 = v22.record(v22.string(), v22.unknown());
|
|
|
9872
9964
|
|
|
9873
9965
|
// src/services/agr-int/generated/endpoints.ts
|
|
9874
9966
|
var endpoints15 = [
|
|
9967
|
+
{
|
|
9968
|
+
method: "GET",
|
|
9969
|
+
path: "/bundles",
|
|
9970
|
+
chain: "bundles",
|
|
9971
|
+
action: "list",
|
|
9972
|
+
aliases: [],
|
|
9973
|
+
pathParams: [],
|
|
9974
|
+
queryParams: ["bundleId", "bundleName", "limit", "offset", "orderBy", "statusCd", "systemFlag"],
|
|
9975
|
+
edgeCache: true,
|
|
9976
|
+
responseSchema: BundlesDataSchema,
|
|
9977
|
+
responseType: "array"
|
|
9978
|
+
},
|
|
9979
|
+
{
|
|
9980
|
+
method: "POST",
|
|
9981
|
+
path: "/bundles",
|
|
9982
|
+
chain: "bundles",
|
|
9983
|
+
action: "create",
|
|
9984
|
+
aliases: [],
|
|
9985
|
+
pathParams: [],
|
|
9986
|
+
queryParams: [],
|
|
9987
|
+
edgeCache: false,
|
|
9988
|
+
responseSchema: BundlesDataSchema,
|
|
9989
|
+
responseType: "object"
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
method: "GET",
|
|
9993
|
+
path: "/bundles/{bundlesUid}",
|
|
9994
|
+
chain: "bundles",
|
|
9995
|
+
action: "get",
|
|
9996
|
+
aliases: [],
|
|
9997
|
+
pathParams: ["bundlesUid"],
|
|
9998
|
+
queryParams: [],
|
|
9999
|
+
edgeCache: true,
|
|
10000
|
+
responseSchema: BundlesDataSchema,
|
|
10001
|
+
responseType: "object"
|
|
10002
|
+
},
|
|
10003
|
+
{
|
|
10004
|
+
method: "PUT",
|
|
10005
|
+
path: "/bundles/{bundlesUid}",
|
|
10006
|
+
chain: "bundles",
|
|
10007
|
+
action: "update",
|
|
10008
|
+
aliases: [],
|
|
10009
|
+
pathParams: ["bundlesUid"],
|
|
10010
|
+
queryParams: [],
|
|
10011
|
+
edgeCache: false,
|
|
10012
|
+
responseSchema: BundlesDataSchema,
|
|
10013
|
+
responseType: "object"
|
|
10014
|
+
},
|
|
10015
|
+
{
|
|
10016
|
+
method: "DELETE",
|
|
10017
|
+
path: "/bundles/{bundlesUid}",
|
|
10018
|
+
chain: "bundles",
|
|
10019
|
+
action: "delete",
|
|
10020
|
+
aliases: [],
|
|
10021
|
+
pathParams: ["bundlesUid"],
|
|
10022
|
+
queryParams: [],
|
|
10023
|
+
edgeCache: false,
|
|
10024
|
+
responseSchema: BundlesDataSchema,
|
|
10025
|
+
responseType: "object"
|
|
10026
|
+
},
|
|
10027
|
+
{
|
|
10028
|
+
method: "GET",
|
|
10029
|
+
path: "/bundles/{bundlesUid}/resources",
|
|
10030
|
+
chain: "bundles.resources",
|
|
10031
|
+
action: "list",
|
|
10032
|
+
aliases: [],
|
|
10033
|
+
pathParams: ["bundlesUid"],
|
|
10034
|
+
queryParams: ["limit", "offset", "orderBy", "statusCd"],
|
|
10035
|
+
edgeCache: true,
|
|
10036
|
+
responseSchema: BundlesResourcesDataSchema,
|
|
10037
|
+
responseType: "array"
|
|
10038
|
+
},
|
|
10039
|
+
{
|
|
10040
|
+
method: "POST",
|
|
10041
|
+
path: "/bundles/{bundlesUid}/resources",
|
|
10042
|
+
chain: "bundles.resources",
|
|
10043
|
+
action: "create",
|
|
10044
|
+
aliases: [],
|
|
10045
|
+
pathParams: ["bundlesUid"],
|
|
10046
|
+
queryParams: [],
|
|
10047
|
+
edgeCache: false,
|
|
10048
|
+
responseSchema: BundlesResourcesDataSchema,
|
|
10049
|
+
responseType: "object"
|
|
10050
|
+
},
|
|
10051
|
+
{
|
|
10052
|
+
method: "GET",
|
|
10053
|
+
path: "/bundles/{bundlesUid}/resources/{bundlesXResourcesUid}",
|
|
10054
|
+
chain: "bundles.resources",
|
|
10055
|
+
action: "get",
|
|
10056
|
+
aliases: [],
|
|
10057
|
+
pathParams: ["bundlesUid", "bundlesXResourcesUid"],
|
|
10058
|
+
queryParams: [],
|
|
10059
|
+
edgeCache: true,
|
|
10060
|
+
responseSchema: BundlesResourcesDataSchema,
|
|
10061
|
+
responseType: "object"
|
|
10062
|
+
},
|
|
10063
|
+
{
|
|
10064
|
+
method: "PUT",
|
|
10065
|
+
path: "/bundles/{bundlesUid}/resources/{bundlesXResourcesUid}",
|
|
10066
|
+
chain: "bundles.resources",
|
|
10067
|
+
action: "update",
|
|
10068
|
+
aliases: [],
|
|
10069
|
+
pathParams: ["bundlesUid", "bundlesXResourcesUid"],
|
|
10070
|
+
queryParams: [],
|
|
10071
|
+
edgeCache: false,
|
|
10072
|
+
responseSchema: BundlesResourcesDataSchema,
|
|
10073
|
+
responseType: "object"
|
|
10074
|
+
},
|
|
10075
|
+
{
|
|
10076
|
+
method: "DELETE",
|
|
10077
|
+
path: "/bundles/{bundlesUid}/resources/{bundlesXResourcesUid}",
|
|
10078
|
+
chain: "bundles.resources",
|
|
10079
|
+
action: "delete",
|
|
10080
|
+
aliases: [],
|
|
10081
|
+
pathParams: ["bundlesUid", "bundlesXResourcesUid"],
|
|
10082
|
+
queryParams: [],
|
|
10083
|
+
edgeCache: false,
|
|
10084
|
+
responseSchema: BundlesResourcesDataSchema,
|
|
10085
|
+
responseType: "object"
|
|
10086
|
+
},
|
|
10087
|
+
{
|
|
10088
|
+
method: "GET",
|
|
10089
|
+
path: "/resources",
|
|
10090
|
+
chain: "resources",
|
|
10091
|
+
action: "list",
|
|
10092
|
+
aliases: [],
|
|
10093
|
+
pathParams: [],
|
|
10094
|
+
queryParams: [
|
|
10095
|
+
"limit",
|
|
10096
|
+
"offset",
|
|
10097
|
+
"orderBy",
|
|
10098
|
+
"resourceId",
|
|
10099
|
+
"resourceName",
|
|
10100
|
+
"resourcePath",
|
|
10101
|
+
"resourceType",
|
|
10102
|
+
"statusCd"
|
|
10103
|
+
],
|
|
10104
|
+
edgeCache: true,
|
|
10105
|
+
responseSchema: ResourcesDataSchema,
|
|
10106
|
+
responseType: "array"
|
|
10107
|
+
},
|
|
10108
|
+
{
|
|
10109
|
+
method: "POST",
|
|
10110
|
+
path: "/resources",
|
|
10111
|
+
chain: "resources",
|
|
10112
|
+
action: "create",
|
|
10113
|
+
aliases: [],
|
|
10114
|
+
pathParams: [],
|
|
10115
|
+
queryParams: [],
|
|
10116
|
+
edgeCache: false,
|
|
10117
|
+
responseSchema: ResourcesDataSchema,
|
|
10118
|
+
responseType: "object"
|
|
10119
|
+
},
|
|
10120
|
+
{
|
|
10121
|
+
method: "GET",
|
|
10122
|
+
path: "/resources/{resourcesUid}",
|
|
10123
|
+
chain: "resources",
|
|
10124
|
+
action: "get",
|
|
10125
|
+
aliases: [],
|
|
10126
|
+
pathParams: ["resourcesUid"],
|
|
10127
|
+
queryParams: [],
|
|
10128
|
+
edgeCache: true,
|
|
10129
|
+
responseSchema: ResourcesDataSchema,
|
|
10130
|
+
responseType: "object"
|
|
10131
|
+
},
|
|
10132
|
+
{
|
|
10133
|
+
method: "PUT",
|
|
10134
|
+
path: "/resources/{resourcesUid}",
|
|
10135
|
+
chain: "resources",
|
|
10136
|
+
action: "update",
|
|
10137
|
+
aliases: [],
|
|
10138
|
+
pathParams: ["resourcesUid"],
|
|
10139
|
+
queryParams: [],
|
|
10140
|
+
edgeCache: false,
|
|
10141
|
+
responseSchema: ResourcesDataSchema,
|
|
10142
|
+
responseType: "object"
|
|
10143
|
+
},
|
|
10144
|
+
{
|
|
10145
|
+
method: "DELETE",
|
|
10146
|
+
path: "/resources/{resourcesUid}",
|
|
10147
|
+
chain: "resources",
|
|
10148
|
+
action: "delete",
|
|
10149
|
+
aliases: [],
|
|
10150
|
+
pathParams: ["resourcesUid"],
|
|
10151
|
+
queryParams: [],
|
|
10152
|
+
edgeCache: false,
|
|
10153
|
+
responseSchema: ResourcesDataSchema,
|
|
10154
|
+
responseType: "object"
|
|
10155
|
+
},
|
|
9875
10156
|
{
|
|
9876
10157
|
method: "GET",
|
|
9877
10158
|
path: "/roles",
|
|
@@ -9932,6 +10213,66 @@ var endpoints15 = [
|
|
|
9932
10213
|
responseSchema: RolesDataSchema,
|
|
9933
10214
|
responseType: "object"
|
|
9934
10215
|
},
|
|
10216
|
+
{
|
|
10217
|
+
method: "GET",
|
|
10218
|
+
path: "/roles/{rolesUid}/bundles",
|
|
10219
|
+
chain: "roles.bundles",
|
|
10220
|
+
action: "list",
|
|
10221
|
+
aliases: [],
|
|
10222
|
+
pathParams: ["rolesUid"],
|
|
10223
|
+
queryParams: ["limit", "offset", "orderBy", "statusCd"],
|
|
10224
|
+
edgeCache: true,
|
|
10225
|
+
responseSchema: RolesBundlesDataSchema,
|
|
10226
|
+
responseType: "array"
|
|
10227
|
+
},
|
|
10228
|
+
{
|
|
10229
|
+
method: "POST",
|
|
10230
|
+
path: "/roles/{rolesUid}/bundles",
|
|
10231
|
+
chain: "roles.bundles",
|
|
10232
|
+
action: "create",
|
|
10233
|
+
aliases: [],
|
|
10234
|
+
pathParams: ["rolesUid"],
|
|
10235
|
+
queryParams: [],
|
|
10236
|
+
edgeCache: false,
|
|
10237
|
+
responseSchema: RolesBundlesDataSchema,
|
|
10238
|
+
responseType: "object"
|
|
10239
|
+
},
|
|
10240
|
+
{
|
|
10241
|
+
method: "GET",
|
|
10242
|
+
path: "/roles/{rolesUid}/bundles/{rolesXBundlesUid}",
|
|
10243
|
+
chain: "roles.bundles",
|
|
10244
|
+
action: "get",
|
|
10245
|
+
aliases: [],
|
|
10246
|
+
pathParams: ["rolesUid", "rolesXBundlesUid"],
|
|
10247
|
+
queryParams: [],
|
|
10248
|
+
edgeCache: true,
|
|
10249
|
+
responseSchema: RolesBundlesDataSchema,
|
|
10250
|
+
responseType: "object"
|
|
10251
|
+
},
|
|
10252
|
+
{
|
|
10253
|
+
method: "PUT",
|
|
10254
|
+
path: "/roles/{rolesUid}/bundles/{rolesXBundlesUid}",
|
|
10255
|
+
chain: "roles.bundles",
|
|
10256
|
+
action: "update",
|
|
10257
|
+
aliases: [],
|
|
10258
|
+
pathParams: ["rolesUid", "rolesXBundlesUid"],
|
|
10259
|
+
queryParams: [],
|
|
10260
|
+
edgeCache: false,
|
|
10261
|
+
responseSchema: RolesBundlesDataSchema,
|
|
10262
|
+
responseType: "object"
|
|
10263
|
+
},
|
|
10264
|
+
{
|
|
10265
|
+
method: "DELETE",
|
|
10266
|
+
path: "/roles/{rolesUid}/bundles/{rolesXBundlesUid}",
|
|
10267
|
+
chain: "roles.bundles",
|
|
10268
|
+
action: "delete",
|
|
10269
|
+
aliases: [],
|
|
10270
|
+
pathParams: ["rolesUid", "rolesXBundlesUid"],
|
|
10271
|
+
queryParams: [],
|
|
10272
|
+
edgeCache: false,
|
|
10273
|
+
responseSchema: RolesBundlesDataSchema,
|
|
10274
|
+
responseType: "object"
|
|
10275
|
+
},
|
|
9935
10276
|
{
|
|
9936
10277
|
method: "GET",
|
|
9937
10278
|
path: "/users",
|
|
@@ -9956,6 +10297,30 @@ var endpoints15 = [
|
|
|
9956
10297
|
responseSchema: UsersDataSchema,
|
|
9957
10298
|
responseType: "object"
|
|
9958
10299
|
},
|
|
10300
|
+
{
|
|
10301
|
+
method: "POST",
|
|
10302
|
+
path: "/users/rotate",
|
|
10303
|
+
chain: "users.rotate",
|
|
10304
|
+
action: "create",
|
|
10305
|
+
aliases: [],
|
|
10306
|
+
pathParams: [],
|
|
10307
|
+
queryParams: [],
|
|
10308
|
+
edgeCache: false,
|
|
10309
|
+
responseSchema: UsersRotateDataSchema,
|
|
10310
|
+
responseType: "object"
|
|
10311
|
+
},
|
|
10312
|
+
{
|
|
10313
|
+
method: "POST",
|
|
10314
|
+
path: "/users/validate",
|
|
10315
|
+
chain: "users.validate",
|
|
10316
|
+
action: "create",
|
|
10317
|
+
aliases: [],
|
|
10318
|
+
pathParams: [],
|
|
10319
|
+
queryParams: [],
|
|
10320
|
+
edgeCache: false,
|
|
10321
|
+
responseSchema: UsersValidateDataSchema,
|
|
10322
|
+
responseType: "object"
|
|
10323
|
+
},
|
|
9959
10324
|
{
|
|
9960
10325
|
method: "POST",
|
|
9961
10326
|
path: "/users/verify",
|
|
@@ -9965,7 +10330,7 @@ var endpoints15 = [
|
|
|
9965
10330
|
pathParams: [],
|
|
9966
10331
|
queryParams: [],
|
|
9967
10332
|
edgeCache: false,
|
|
9968
|
-
responseSchema:
|
|
10333
|
+
responseSchema: UsersRotateDataSchema,
|
|
9969
10334
|
responseType: "object"
|
|
9970
10335
|
},
|
|
9971
10336
|
{
|
|
@@ -10075,8 +10440,12 @@ var AgrIntClient = class extends BaseServiceClient {
|
|
|
10075
10440
|
};
|
|
10076
10441
|
const proxy = createServiceProxy("agr-int", boundExecuteRequest, endpoints15);
|
|
10077
10442
|
const dataProxy = createDataProxy(proxy);
|
|
10443
|
+
this.bundles = proxy.bundles;
|
|
10444
|
+
this.resources = proxy.resources;
|
|
10078
10445
|
this.roles = proxy.roles;
|
|
10079
10446
|
this.users = proxy.users;
|
|
10447
|
+
this.bundlesData = dataProxy.bundles;
|
|
10448
|
+
this.resourcesData = dataProxy.resources;
|
|
10080
10449
|
this.rolesData = dataProxy.roles;
|
|
10081
10450
|
this.usersData = dataProxy.users;
|
|
10082
10451
|
}
|
|
@@ -14556,7 +14925,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
|
|
|
14556
14925
|
}
|
|
14557
14926
|
|
|
14558
14927
|
// src/index.ts
|
|
14559
|
-
var VERSION = "2026.6.
|
|
14928
|
+
var VERSION = "2026.6.4";
|
|
14560
14929
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14561
14930
|
0 && (module.exports = {
|
|
14562
14931
|
AgrInfoClient,
|