@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 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;
@@ -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;AAClB"}
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"}
@@ -8,6 +8,7 @@ declare const seatGeekCatalog: {
8
8
  readonly logo: "https://seatgeek.com/favicon.ico";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialScheme: "NO_AUTH";
11
12
  };
12
13
  //#endregion
13
14
  export { seatGeekCatalog };
@@ -8,6 +8,7 @@ declare const seatGeekCatalog: {
8
8
  readonly logo: "https://seatgeek.com/favicon.ico";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialScheme: "NO_AUTH";
11
12
  };
12
13
  //#endregion
13
14
  export { seatGeekCatalog };
package/dist/catalog.mjs 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
  export { seatGeekCatalog };
@@ -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;AAClB"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/seat_geek",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"