@simpleapps-com/augur-api 2026.5.2 → 2026.5.3

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.mjs CHANGED
@@ -10000,7 +10000,7 @@ var RtsBrandsListParamsSchema = v25.looseObject({
10000
10000
  ...EdgeCacheParamsSchema.entries,
10001
10001
  search: v25.optional(v25.string())
10002
10002
  });
10003
- var RtsBrandsMachinesListParamsSchema = v25.looseObject({
10003
+ var RtsBrandsBrandIdMachinesListParamsSchema = v25.looseObject({
10004
10004
  ...EdgeCacheParamsSchema.entries,
10005
10005
  search: v25.optional(v25.string())
10006
10006
  });
@@ -10120,7 +10120,20 @@ var endpoints18 = [
10120
10120
  action: "list",
10121
10121
  aliases: [],
10122
10122
  pathParams: [],
10123
- queryParams: ["fromAddress1", "fromCity", "fromCountryCode", "fromPostalCode", "fromStateProvinceCode", "toAddress1", "toCity", "toCountryCode", "toPostalCode", "toResidential", "toStateProvinceCode", "weight"],
10123
+ queryParams: [
10124
+ "fromAddress1",
10125
+ "fromCity",
10126
+ "fromCountryCode",
10127
+ "fromPostalCode",
10128
+ "fromStateProvinceCode",
10129
+ "toAddress1",
10130
+ "toCity",
10131
+ "toCountryCode",
10132
+ "toPostalCode",
10133
+ "toResidential",
10134
+ "toStateProvinceCode",
10135
+ "weight"
10136
+ ],
10124
10137
  edgeCache: true,
10125
10138
  responseSchema: PassthroughDataSchema18,
10126
10139
  responseType: "passthrough"
@@ -10139,11 +10152,11 @@ var endpoints18 = [
10139
10152
  },
10140
10153
  {
10141
10154
  method: "GET",
10142
- path: "/rts/brands/<brandId:d+>/machines",
10143
- chain: "rts.brands.<brandId:d+>.machines",
10155
+ path: "/rts/brands/{brandId}/machines",
10156
+ chain: "rts.brands.brandId.machines",
10144
10157
  action: "list",
10145
10158
  aliases: [],
10146
- pathParams: [],
10159
+ pathParams: ["brandId"],
10147
10160
  queryParams: ["search"],
10148
10161
  edgeCache: true,
10149
10162
  responseSchema: PassthroughDataSchema18,
@@ -10151,11 +10164,11 @@ var endpoints18 = [
10151
10164
  },
10152
10165
  {
10153
10166
  method: "GET",
10154
- path: "/rts/machines/<machineId:d+>/tracks",
10155
- chain: "rts.machines.<machineId:d+>.tracks",
10167
+ path: "/rts/machines/{machineId}/tracks",
10168
+ chain: "rts.machines.machineId.tracks",
10156
10169
  action: "list",
10157
10170
  aliases: [],
10158
- pathParams: [],
10171
+ pathParams: ["machineId"],
10159
10172
  queryParams: [],
10160
10173
  edgeCache: true,
10161
10174
  responseSchema: PassthroughDataSchema18,
@@ -10175,11 +10188,11 @@ var endpoints18 = [
10175
10188
  },
10176
10189
  {
10177
10190
  method: "GET",
10178
- path: "/rts/track/<trackId:d+>",
10179
- chain: "rts.track.<trackId:d+>",
10191
+ path: "/rts/track/{trackId}",
10192
+ chain: "rts.track.trackId",
10180
10193
  action: "list",
10181
10194
  aliases: [],
10182
- pathParams: [],
10195
+ pathParams: ["trackId"],
10183
10196
  queryParams: [],
10184
10197
  edgeCache: true,
10185
10198
  responseSchema: PassthroughDataSchema18,
@@ -10204,7 +10217,26 @@ var endpoints18 = [
10204
10217
  action: "list",
10205
10218
  aliases: [],
10206
10219
  pathParams: [],
10207
- queryParams: ["carriers", "dimensionUnit", "fromCity", "fromCountry", "fromPostalCode", "fromState", "locationId", "packageHeight", "packageLength", "packageWidth", "residential", "serviceType", "toCity", "toCountry", "toPostalCode", "toState", "totalWeight", "weightUnit"],
10220
+ queryParams: [
10221
+ "carriers",
10222
+ "dimensionUnit",
10223
+ "fromCity",
10224
+ "fromCountry",
10225
+ "fromPostalCode",
10226
+ "fromState",
10227
+ "locationId",
10228
+ "packageHeight",
10229
+ "packageLength",
10230
+ "packageWidth",
10231
+ "residential",
10232
+ "serviceType",
10233
+ "toCity",
10234
+ "toCountry",
10235
+ "toPostalCode",
10236
+ "toState",
10237
+ "totalWeight",
10238
+ "weightUnit"
10239
+ ],
10208
10240
  edgeCache: true,
10209
10241
  responseSchema: PassthroughDataSchema18,
10210
10242
  responseType: "passthrough"
@@ -10216,7 +10248,31 @@ var endpoints18 = [
10216
10248
  action: "list",
10217
10249
  aliases: [],
10218
10250
  pathParams: [],
10219
- queryParams: ["carriers", "commodityClass", "commodityDescription", "deliveryInstructions", "dimensionUnit", "fromCity", "fromCountry", "fromPostalCode", "fromState", "isHazMat", "locationId", "packageHeight", "packageLength", "packageWidth", "packagingType", "pickupInstructions", "quantity", "toCity", "toCountry", "toPostalCode", "toState", "totalWeight", "weightUnit"],
10251
+ queryParams: [
10252
+ "carriers",
10253
+ "commodityClass",
10254
+ "commodityDescription",
10255
+ "deliveryInstructions",
10256
+ "dimensionUnit",
10257
+ "fromCity",
10258
+ "fromCountry",
10259
+ "fromPostalCode",
10260
+ "fromState",
10261
+ "isHazMat",
10262
+ "locationId",
10263
+ "packageHeight",
10264
+ "packageLength",
10265
+ "packageWidth",
10266
+ "packagingType",
10267
+ "pickupInstructions",
10268
+ "quantity",
10269
+ "toCity",
10270
+ "toCountry",
10271
+ "toPostalCode",
10272
+ "toState",
10273
+ "totalWeight",
10274
+ "weightUnit"
10275
+ ],
10220
10276
  edgeCache: true,
10221
10277
  responseSchema: PassthroughDataSchema18,
10222
10278
  responseType: "passthrough"
@@ -10228,7 +10284,40 @@ var endpoints18 = [
10228
10284
  action: "list",
10229
10285
  aliases: [],
10230
10286
  pathParams: [],
10231
- queryParams: ["deliveryInstructions", "dimensionUnit", "fromAddressLine", "fromCity", "fromCompanyName", "fromCountryCode", "fromFirstName", "fromLastName", "fromPhone", "fromPostalCode", "fromState", "handlingCharge", "handlingChargeUnit", "international", "packageHeight", "packageLength", "packageWidth", "pickupInstructions", "productType", "quantity", "responseFormat", "toAddressLine", "toCity", "toCompanyName", "toCountryCode", "toFirstName", "toLastName", "toPhone", "toPostalCode", "toRegion", "totalWeight", "weightUnit"],
10287
+ queryParams: [
10288
+ "deliveryInstructions",
10289
+ "dimensionUnit",
10290
+ "fromAddressLine",
10291
+ "fromCity",
10292
+ "fromCompanyName",
10293
+ "fromCountryCode",
10294
+ "fromFirstName",
10295
+ "fromLastName",
10296
+ "fromPhone",
10297
+ "fromPostalCode",
10298
+ "fromState",
10299
+ "handlingCharge",
10300
+ "handlingChargeUnit",
10301
+ "international",
10302
+ "packageHeight",
10303
+ "packageLength",
10304
+ "packageWidth",
10305
+ "pickupInstructions",
10306
+ "productType",
10307
+ "quantity",
10308
+ "responseFormat",
10309
+ "toAddressLine",
10310
+ "toCity",
10311
+ "toCompanyName",
10312
+ "toCountryCode",
10313
+ "toFirstName",
10314
+ "toLastName",
10315
+ "toPhone",
10316
+ "toPostalCode",
10317
+ "toRegion",
10318
+ "totalWeight",
10319
+ "weightUnit"
10320
+ ],
10232
10321
  edgeCache: true,
10233
10322
  responseSchema: PassthroughDataSchema18,
10234
10323
  responseType: "passthrough"
@@ -10240,7 +10329,19 @@ var endpoints18 = [
10240
10329
  action: "list",
10241
10330
  aliases: [],
10242
10331
  pathParams: [],
10243
- queryParams: ["fromAddress1", "fromCity", "fromCountryCode", "fromPostalCode", "fromStateProvinceCode", "toAddress1", "toCity", "toCountryCode", "toPostalCode", "toStateProvinceCode", "weight"],
10332
+ queryParams: [
10333
+ "fromAddress1",
10334
+ "fromCity",
10335
+ "fromCountryCode",
10336
+ "fromPostalCode",
10337
+ "fromStateProvinceCode",
10338
+ "toAddress1",
10339
+ "toCity",
10340
+ "toCountryCode",
10341
+ "toPostalCode",
10342
+ "toStateProvinceCode",
10343
+ "weight"
10344
+ ],
10244
10345
  edgeCache: true,
10245
10346
  responseSchema: PassthroughDataSchema18,
10246
10347
  responseType: "passthrough"
@@ -10409,6 +10510,9 @@ var LogisticsClient = class extends BaseServiceClient {
10409
10510
  this.healthCheckData = createHealthCheckDataResource19(this.healthCheck);
10410
10511
  this.pingData = createPingDataResource9(this.ping);
10411
10512
  }
10513
+ getServiceDescription() {
10514
+ return "Multi-carrier shipping logistics for label generation, tracking, and delivery coordination";
10515
+ }
10412
10516
  };
10413
10517
 
10414
10518
  // src/services/p21-apis/generated/schemas.ts
@@ -13879,7 +13983,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
13879
13983
  }
13880
13984
 
13881
13985
  // src/index.ts
13882
- var VERSION = "2026.5.2";
13986
+ var VERSION = "2026.5.3";
13883
13987
  export {
13884
13988
  AgrInfoClient,
13885
13989
  AgrSiteClient,