|
55 | 55 | "generate": "export SHA=b983e6ecc75f9b9852401e5585f2706890b10bb3 && export REMOTE=https://raw.githubusercontent.com/influxdata/openapi/${SHA}/ && yarn generate-meta", |
56 | 56 | "generate-local": "export REMOTE=../openapi/ && yarn generate-meta", |
57 | 57 | "generate-meta": "if [ -z \"${CLOUD_URL}\" ]; then yarn generate-meta-oss; else yarn generate-meta-cloud; fi", |
58 | | - "generate-meta-oss": "yarn oss-api && yarn notebooks && yarn unity && yarn annotations-oss && yarn pinned && yarn mapsd-oss && yarn cloudPriv && yarn fluxdocs && yarn subscriptions-oss", |
59 | | - "generate-meta-cloud": "yarn cloud-api && yarn notebooks && yarn unity && yarn annotations && yarn cloudPriv && yarn pinned && yarn mapsd && yarn fluxdocs && yarn subscriptions", |
| 58 | + "generate-meta-oss": "yarn oss-api && yarn notebooks && yarn unity && yarn annotations-oss && yarn pinned && yarn mapsd-oss && yarn uiproxyd-oss && yarn cloudPriv && yarn fluxdocs && yarn subscriptions-oss", |
| 59 | + "generate-meta-cloud": "yarn cloud-api && yarn notebooks && yarn unity && yarn annotations && yarn cloudPriv && yarn pinned && yarn mapsd && yarn uiproxyd && yarn fluxdocs && yarn subscriptions", |
60 | 60 | "oss": "oats ${REMOTE}contracts/oss-diff.yml > ./src/client/ossRoutes.ts", |
61 | 61 | "cloud": "oats ${REMOTE}contracts/cloud-diff.yml > ./src/client/cloudRoutes.ts", |
62 | 62 | "common": "oats ${REMOTE}contracts/common.yml > ./src/client/commonRoutes.ts", |
|
69 | 69 | "annotations-oss": "oats ${REMOTE}contracts/priv/annotationd-oss.yml > ./src/client/annotationdRoutes.ts", |
70 | 70 | "mapsd-oss": "touch ./src/client/mapsdRoutes.ts", |
71 | 71 | "mapsd": "oats ${REMOTE}contracts/mapsd.yml > ./src/client/mapsdRoutes.ts", |
| 72 | + "uiproxyd-oss": "touch ./src/client/uiproxydRoutes.ts", |
| 73 | + "uiproxyd": "oats ${REMOTE}contracts/uiproxyd.yml > ./src/client/uiproxydRoutes.ts", |
72 | 74 | "subscriptions": "oats ${REMOTE}contracts/priv/nifid.yml > ./src/client/subscriptionsRoutes.ts", |
73 | 75 | "subscriptions-oss": "touch ./src/client/subscriptionsRoutes.ts", |
74 | 76 | "pinned": "oats ${REMOTE}contracts/priv/pinneditemsd.yml > ./src/client/pinnedItemRoutes.ts", |
|
0 commit comments