@keystrokehq/seat_geek 0.1.3 → 0.1.4
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.
- package/dist/catalog.cjs +2 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -0
- package/dist/catalog.d.mts +1 -0
- package/dist/catalog.mjs +2 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
package/dist/catalog.cjs
CHANGED
|
@@ -7,7 +7,8 @@ const seatGeekCatalog = {
|
|
|
7
7
|
"category": "Event Management",
|
|
8
8
|
"logo": "https://seatgeek.com/favicon.ico",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
|
-
"oauthScopes": []
|
|
10
|
+
"oauthScopes": [],
|
|
11
|
+
"credentialScheme": "NO_AUTH"
|
|
11
12
|
};
|
|
12
13
|
//#endregion
|
|
13
14
|
exports.seatGeekCatalog = seatGeekCatalog;
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialScheme\": \"NO_AUTH\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
package/dist/catalog.d.mts
CHANGED
package/dist/catalog.mjs
CHANGED
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const seatGeekCatalog = {\n \"slug\": \"seat_geek\",\n \"name\": \"Seat Geek\",\n \"description\": \"SeatGeek Platform API provides access to events, venues, and performers data for concerts, sports, theater, and other live entertainment\",\n \"category\": \"Event Management\",\n \"logo\": \"https://seatgeek.com/favicon.ico\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialScheme\": \"NO_AUTH\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;AACtB"}
|