@sonoransoftware/sonoran.js 1.0.22 → 1.0.23

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.
@@ -396,7 +396,7 @@ exports.EventsCMSAPITypes = [
396
396
  exports.FormsCMSAPITypes = [
397
397
  {
398
398
  type: 'CHANGE_FORM_STAGE',
399
- path: '/forms/change/stage',
399
+ path: 'forms/change/stage',
400
400
  method: 'POST',
401
401
  minVersion: 0
402
402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonoransoftware/sonoran.js",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Sonoran.js is a library that allows you to interact with the Sonoran CAD and Sonoran CMS API. Based off of and utilizes several Discord.js library techniques for ease of use.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -430,7 +430,7 @@ export const EventsCMSAPITypes: APITypeData[] = [
430
430
  export const FormsCMSAPITypes: APITypeData[] = [
431
431
  {
432
432
  type: 'CHANGE_FORM_STAGE',
433
- path: '/forms/change/stage',
433
+ path: 'forms/change/stage',
434
434
  method: 'POST',
435
435
  minVersion: 0
436
436
  }