@whiplashmerch/whiplash-api-client 3.2.19 → 3.2.20

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.
@@ -13230,6 +13230,11 @@ export interface GetApiV21TemplatesRenderTypeToFileTemplateTypeSlugResourceIdPar
13230
13230
  * @format int32
13231
13231
  */
13232
13232
  scancode_id?: number;
13233
+ /**
13234
+ * the template id to use for rendering - if not provided, will use the default template for the template type
13235
+ * @format int32
13236
+ */
13237
+ template_id?: number;
13233
13238
  resourceId: number;
13234
13239
  templateTypeSlug: string;
13235
13240
  }
@@ -16036,6 +16041,11 @@ export interface GetApiV2TemplatesRenderTypeToFileTemplateTypeSlugResourceIdPara
16036
16041
  * @format int32
16037
16042
  */
16038
16043
  scancode_id?: number;
16044
+ /**
16045
+ * the template id to use for rendering - if not provided, will use the default template for the template type
16046
+ * @format int32
16047
+ */
16048
+ template_id?: number;
16039
16049
  resourceId: number;
16040
16050
  templateTypeSlug: string;
16041
16051
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.19",
3
+ "version": "3.2.20",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {