Skip to content

Commit 21f3729

Browse files
Update OpenAPI clients based on latest API changes (#502)
GitHub ref: refs/heads/main GitHub repo: SchematicHQ/schematic-api Git SHA: dc54a6c593451ed7ff9ff993def24a695c0406de
1 parent 4a8529d commit 21f3729

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./CheckoutexternalApi";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./runtime";
44
export * from "./apis/index";
55
export * from "./models/index";

components/src/api/checkoutexternal/models/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./ApiError";
44
export * from "./BillingCreditBundleView";
55
export * from "./BillingCreditResponseData";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./ComponentspublicApi";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./runtime";
44
export * from "./apis/index";
55
export * from "./models/index";

components/src/api/componentspublic/models/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable */
2-
2+
/* eslint-disable */
33
export * from "./ApiError";
44
export * from "./BillingCreditResponseData";
55
export * from "./BillingPriceResponseData";

0 commit comments

Comments
 (0)