@remit/api-openapi-spec 0.0.39 → 0.0.40

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.
Files changed (2) hide show
  1. package/openapi.json +4 -8
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -54,8 +54,7 @@
54
54
  "required": false,
55
55
  "schema": {
56
56
  "type": "string"
57
- },
58
- "explode": false
57
+ }
59
58
  },
60
59
  {
61
60
  "name": "state",
@@ -63,8 +62,7 @@
63
62
  "required": false,
64
63
  "schema": {
65
64
  "type": "string"
66
- },
67
- "explode": false
65
+ }
68
66
  },
69
67
  {
70
68
  "name": "error",
@@ -72,8 +70,7 @@
72
70
  "required": false,
73
71
  "schema": {
74
72
  "type": "string"
75
- },
76
- "explode": false
73
+ }
77
74
  }
78
75
  ],
79
76
  "responses": {
@@ -3803,8 +3800,7 @@
3803
3800
  "required": false,
3804
3801
  "schema": {
3805
3802
  "type": "boolean"
3806
- },
3807
- "explode": false
3803
+ }
3808
3804
  }
3809
3805
  ],
3810
3806
  "responses": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",