owasp-nest 0.2.0 → 0.2.1
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/FUNCTIONS.md +3 -6
- package/README.md +31 -37
- package/dist/commonjs/funcs/{chaptersGetChapter.d.ts → chaptersAppsApiRestV0ChapterGetChapter.d.ts} +2 -2
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterGetChapter.d.ts.map +1 -0
- package/dist/commonjs/funcs/{chaptersGetChapter.js → chaptersAppsApiRestV0ChapterGetChapter.js} +7 -7
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterGetChapter.js.map +1 -0
- package/dist/{esm/funcs/chaptersListChapters.d.ts → commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts} +2 -2
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts.map +1 -0
- package/dist/commonjs/funcs/{chaptersListChapters.js → chaptersAppsApiRestV0ChapterListChapters.js} +6 -5
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.js.map +1 -0
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts +19 -0
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts.map +1 -0
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.js +124 -0
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.js.map +1 -0
- package/dist/commonjs/funcs/{communityGetMember.d.ts → communityAppsApiRestV0MemberGetMember.d.ts} +4 -4
- package/dist/commonjs/funcs/communityAppsApiRestV0MemberGetMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/{communityGetMember.js → communityAppsApiRestV0MemberGetMember.js} +9 -9
- package/dist/commonjs/funcs/communityAppsApiRestV0MemberGetMember.js.map +1 -0
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts +19 -0
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts.map +1 -0
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.js +125 -0
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.js.map +1 -0
- package/dist/commonjs/funcs/{projectsListProjects.d.ts → communityAppsApiRestV0OrganizationListOrganization.d.ts} +4 -4
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts.map +1 -0
- package/dist/commonjs/funcs/{communityListOrganizations.js → communityAppsApiRestV0OrganizationListOrganization.js} +6 -5
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationListOrganization.js.map +1 -0
- package/dist/{esm/funcs/eventsListEvents.d.ts → commonjs/funcs/eventsAppsApiRestV0EventListEvents.d.ts} +2 -2
- package/dist/commonjs/funcs/eventsAppsApiRestV0EventListEvents.d.ts.map +1 -0
- package/dist/commonjs/funcs/{eventsListEvents.js → eventsAppsApiRestV0EventListEvents.js} +6 -5
- package/dist/commonjs/funcs/eventsAppsApiRestV0EventListEvents.js.map +1 -0
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts +19 -0
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.js +124 -0
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.js.map +1 -0
- package/dist/{esm/funcs/projectsListProjects.d.ts → commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts} +2 -2
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts.map +1 -0
- package/dist/commonjs/funcs/{projectsListProjects.js → projectsAppsApiRestV0ProjectListProjects.js} +6 -5
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +4 -4
- package/dist/commonjs/lib/config.js +4 -4
- package/dist/commonjs/models/errors/committeeerrorresponse.d.ts +41 -0
- package/dist/commonjs/models/errors/committeeerrorresponse.d.ts.map +1 -0
- package/dist/commonjs/models/{operations/getchapter.js → errors/committeeerrorresponse.js} +39 -23
- package/dist/commonjs/models/errors/committeeerrorresponse.js.map +1 -0
- package/dist/commonjs/models/errors/index.d.ts +3 -0
- package/dist/commonjs/models/errors/index.d.ts.map +1 -1
- package/dist/commonjs/models/errors/index.js +3 -0
- package/dist/commonjs/models/errors/index.js.map +1 -1
- package/dist/commonjs/models/errors/organizationerrorresponse.d.ts +41 -0
- package/dist/commonjs/models/errors/organizationerrorresponse.d.ts.map +1 -0
- package/dist/commonjs/models/errors/organizationerrorresponse.js +85 -0
- package/dist/commonjs/models/errors/organizationerrorresponse.js.map +1 -0
- package/dist/commonjs/models/errors/projecterrorresponse.d.ts +41 -0
- package/dist/commonjs/models/errors/projecterrorresponse.d.ts.map +1 -0
- package/dist/commonjs/models/{operations/getmember.js → errors/projecterrorresponse.js} +39 -23
- package/dist/commonjs/models/errors/projecterrorresponse.js.map +1 -0
- package/dist/commonjs/models/memberschema.d.ts +0 -2
- package/dist/commonjs/models/memberschema.d.ts.map +1 -1
- package/dist/commonjs/models/memberschema.js +0 -2
- package/dist/commonjs/models/memberschema.js.map +1 -1
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.d.ts +29 -0
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.js +78 -0
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.d.ts +84 -0
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.js +113 -0
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.d.ts +29 -0
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.js +78 -0
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.d.ts +74 -0
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.js +108 -0
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.d.ts +29 -0
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.js +78 -0
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.d.ts +29 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.js +78 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.d.ts +79 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.js +109 -0
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.d.ts +29 -0
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.js +78 -0
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.js.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.d.ts +80 -0
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.js +112 -0
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +9 -6
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +9 -6
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/chapters.d.ts +2 -2
- package/dist/commonjs/sdk/chapters.d.ts.map +1 -1
- package/dist/commonjs/sdk/chapters.js +6 -6
- package/dist/commonjs/sdk/chapters.js.map +1 -1
- package/dist/commonjs/sdk/committees.d.ts +7 -0
- package/dist/commonjs/sdk/committees.d.ts.map +1 -1
- package/dist/commonjs/sdk/committees.js +10 -0
- package/dist/commonjs/sdk/committees.js.map +1 -1
- package/dist/commonjs/sdk/community.d.ts +11 -4
- package/dist/commonjs/sdk/community.d.ts.map +1 -1
- package/dist/commonjs/sdk/community.js +18 -8
- package/dist/commonjs/sdk/community.js.map +1 -1
- package/dist/commonjs/sdk/events.d.ts +1 -1
- package/dist/commonjs/sdk/events.d.ts.map +1 -1
- package/dist/commonjs/sdk/events.js +3 -3
- package/dist/commonjs/sdk/events.js.map +1 -1
- package/dist/commonjs/sdk/projects.d.ts +8 -1
- package/dist/commonjs/sdk/projects.d.ts.map +1 -1
- package/dist/commonjs/sdk/projects.js +13 -3
- package/dist/commonjs/sdk/projects.js.map +1 -1
- package/dist/esm/funcs/{chaptersGetChapter.d.ts → chaptersAppsApiRestV0ChapterGetChapter.d.ts} +2 -2
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterGetChapter.d.ts.map +1 -0
- package/dist/esm/funcs/{chaptersGetChapter.js → chaptersAppsApiRestV0ChapterGetChapter.js} +6 -6
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterGetChapter.js.map +1 -0
- package/dist/{commonjs/funcs/communityListOrganizations.d.ts → esm/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts} +4 -4
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts.map +1 -0
- package/dist/esm/funcs/{chaptersListChapters.js → chaptersAppsApiRestV0ChapterListChapters.js} +5 -4
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterListChapters.js.map +1 -0
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts +19 -0
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts.map +1 -0
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.js +88 -0
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.js.map +1 -0
- package/dist/esm/funcs/{communityGetMember.d.ts → communityAppsApiRestV0MemberGetMember.d.ts} +4 -4
- package/dist/esm/funcs/communityAppsApiRestV0MemberGetMember.d.ts.map +1 -0
- package/dist/esm/funcs/{communityGetMember.js → communityAppsApiRestV0MemberGetMember.js} +8 -8
- package/dist/esm/funcs/communityAppsApiRestV0MemberGetMember.js.map +1 -0
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts +19 -0
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts.map +1 -0
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.js +89 -0
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.js.map +1 -0
- package/dist/{commonjs/funcs/chaptersListChapters.d.ts → esm/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts} +4 -4
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts.map +1 -0
- package/dist/esm/funcs/{communityListOrganizations.js → communityAppsApiRestV0OrganizationListOrganization.js} +5 -4
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationListOrganization.js.map +1 -0
- package/dist/{commonjs/funcs/eventsListEvents.d.ts → esm/funcs/eventsAppsApiRestV0EventListEvents.d.ts} +2 -2
- package/dist/esm/funcs/eventsAppsApiRestV0EventListEvents.d.ts.map +1 -0
- package/dist/esm/funcs/{eventsListEvents.js → eventsAppsApiRestV0EventListEvents.js} +5 -4
- package/dist/esm/funcs/eventsAppsApiRestV0EventListEvents.js.map +1 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts +19 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts.map +1 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.js +88 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.js.map +1 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts +18 -0
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts.map +1 -0
- package/dist/esm/funcs/{projectsListProjects.js → projectsAppsApiRestV0ProjectListProjects.js} +5 -4
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectListProjects.js.map +1 -0
- package/dist/esm/lib/config.d.ts +4 -4
- package/dist/esm/lib/config.js +4 -4
- package/dist/esm/models/errors/committeeerrorresponse.d.ts +41 -0
- package/dist/esm/models/errors/committeeerrorresponse.d.ts.map +1 -0
- package/dist/esm/models/errors/committeeerrorresponse.js +48 -0
- package/dist/esm/models/errors/committeeerrorresponse.js.map +1 -0
- package/dist/esm/models/errors/index.d.ts +3 -0
- package/dist/esm/models/errors/index.d.ts.map +1 -1
- package/dist/esm/models/errors/index.js +3 -0
- package/dist/esm/models/errors/index.js.map +1 -1
- package/dist/esm/models/errors/organizationerrorresponse.d.ts +41 -0
- package/dist/esm/models/errors/organizationerrorresponse.d.ts.map +1 -0
- package/dist/esm/models/errors/organizationerrorresponse.js +48 -0
- package/dist/esm/models/errors/organizationerrorresponse.js.map +1 -0
- package/dist/esm/models/errors/projecterrorresponse.d.ts +41 -0
- package/dist/esm/models/errors/projecterrorresponse.d.ts.map +1 -0
- package/dist/esm/models/errors/projecterrorresponse.js +48 -0
- package/dist/esm/models/errors/projecterrorresponse.js.map +1 -0
- package/dist/esm/models/memberschema.d.ts +0 -2
- package/dist/esm/models/memberschema.d.ts.map +1 -1
- package/dist/esm/models/memberschema.js +0 -2
- package/dist/esm/models/memberschema.js.map +1 -1
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.d.ts +29 -0
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.js +40 -0
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.d.ts +84 -0
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.js +75 -0
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.d.ts +29 -0
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.js +40 -0
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0eventlistevents.d.ts +74 -0
- package/dist/esm/models/operations/appsapirestv0eventlistevents.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0eventlistevents.js +70 -0
- package/dist/esm/models/operations/appsapirestv0eventlistevents.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0membergetmember.d.ts +29 -0
- package/dist/esm/models/operations/appsapirestv0membergetmember.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0membergetmember.js +40 -0
- package/dist/esm/models/operations/appsapirestv0membergetmember.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.d.ts +29 -0
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.js +40 -0
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.d.ts +79 -0
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.js +71 -0
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0projectgetproject.d.ts +29 -0
- package/dist/esm/models/operations/appsapirestv0projectgetproject.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0projectgetproject.js +40 -0
- package/dist/esm/models/operations/appsapirestv0projectgetproject.js.map +1 -0
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.d.ts +80 -0
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.d.ts.map +1 -0
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.js +74 -0
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +9 -6
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +9 -6
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/chapters.d.ts +2 -2
- package/dist/esm/sdk/chapters.d.ts.map +1 -1
- package/dist/esm/sdk/chapters.js +6 -6
- package/dist/esm/sdk/chapters.js.map +1 -1
- package/dist/esm/sdk/committees.d.ts +7 -0
- package/dist/esm/sdk/committees.d.ts.map +1 -1
- package/dist/esm/sdk/committees.js +10 -0
- package/dist/esm/sdk/committees.js.map +1 -1
- package/dist/esm/sdk/community.d.ts +11 -4
- package/dist/esm/sdk/community.d.ts.map +1 -1
- package/dist/esm/sdk/community.js +18 -8
- package/dist/esm/sdk/community.js.map +1 -1
- package/dist/esm/sdk/events.d.ts +1 -1
- package/dist/esm/sdk/events.d.ts.map +1 -1
- package/dist/esm/sdk/events.js +3 -3
- package/dist/esm/sdk/events.js.map +1 -1
- package/dist/esm/sdk/projects.d.ts +8 -1
- package/dist/esm/sdk/projects.d.ts.map +1 -1
- package/dist/esm/sdk/projects.js +13 -3
- package/dist/esm/sdk/projects.js.map +1 -1
- package/docs/sdks/chapters/README.md +18 -24
- package/docs/sdks/committees/README.md +76 -1
- package/docs/sdks/community/README.md +95 -20
- package/docs/sdks/events/README.md +8 -8
- package/docs/sdks/projects/README.md +88 -9
- package/examples/{chaptersListChapters.example.ts → chaptersAppsApiRestV0ChapterListChapters.example.ts} +2 -5
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/{chaptersGetChapter.ts → chaptersAppsApiRestV0ChapterGetChapter.ts} +10 -7
- package/src/funcs/{chaptersListChapters.ts → chaptersAppsApiRestV0ChapterListChapters.ts} +6 -5
- package/src/funcs/committeesAppsApiRestV0CommitteeGetChapter.ts +179 -0
- package/src/funcs/{communityGetMember.ts → communityAppsApiRestV0MemberGetMember.ts} +12 -9
- package/src/funcs/communityAppsApiRestV0OrganizationGetOrganization.ts +180 -0
- package/src/funcs/{communityListOrganizations.ts → communityAppsApiRestV0OrganizationListOrganization.ts} +10 -7
- package/src/funcs/{eventsListEvents.ts → eventsAppsApiRestV0EventListEvents.ts} +6 -5
- package/src/funcs/projectsAppsApiRestV0ProjectGetProject.ts +179 -0
- package/src/funcs/{projectsListProjects.ts → projectsAppsApiRestV0ProjectListProjects.ts} +6 -5
- package/src/lib/config.ts +4 -4
- package/src/models/errors/committeeerrorresponse.ts +80 -0
- package/src/models/errors/index.ts +3 -0
- package/src/models/errors/organizationerrorresponse.ts +80 -0
- package/src/models/errors/projecterrorresponse.ts +80 -0
- package/src/models/memberschema.ts +0 -4
- package/src/models/operations/appsapirestv0chaptergetchapter.ts +80 -0
- package/src/models/operations/appsapirestv0chapterlistchapters.ts +153 -0
- package/src/models/operations/appsapirestv0committeegetchapter.ts +86 -0
- package/src/models/operations/appsapirestv0eventlistevents.ts +134 -0
- package/src/models/operations/appsapirestv0membergetmember.ts +80 -0
- package/src/models/operations/appsapirestv0organizationgetorganization.ts +89 -0
- package/src/models/operations/appsapirestv0organizationlistorganization.ts +154 -0
- package/src/models/operations/appsapirestv0projectgetproject.ts +80 -0
- package/src/models/operations/appsapirestv0projectlistprojects.ts +147 -0
- package/src/models/operations/index.ts +9 -6
- package/src/sdk/chapters.ts +8 -8
- package/src/sdk/committees.ts +18 -0
- package/src/sdk/community.ts +30 -10
- package/src/sdk/events.ts +4 -4
- package/src/sdk/projects.ts +22 -4
- package/dist/commonjs/funcs/chaptersGetChapter.d.ts.map +0 -1
- package/dist/commonjs/funcs/chaptersGetChapter.js.map +0 -1
- package/dist/commonjs/funcs/chaptersListChapters.d.ts.map +0 -1
- package/dist/commonjs/funcs/chaptersListChapters.js.map +0 -1
- package/dist/commonjs/funcs/communityGetMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/communityGetMember.js.map +0 -1
- package/dist/commonjs/funcs/communityListOrganizations.d.ts.map +0 -1
- package/dist/commonjs/funcs/communityListOrganizations.js.map +0 -1
- package/dist/commonjs/funcs/eventsListEvents.d.ts.map +0 -1
- package/dist/commonjs/funcs/eventsListEvents.js.map +0 -1
- package/dist/commonjs/funcs/projectsListProjects.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsListProjects.js.map +0 -1
- package/dist/commonjs/models/operations/getchapter.d.ts +0 -29
- package/dist/commonjs/models/operations/getchapter.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getchapter.js.map +0 -1
- package/dist/commonjs/models/operations/getmember.d.ts +0 -29
- package/dist/commonjs/models/operations/getmember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getmember.js.map +0 -1
- package/dist/commonjs/models/operations/listchapters.d.ts +0 -84
- package/dist/commonjs/models/operations/listchapters.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listchapters.js +0 -110
- package/dist/commonjs/models/operations/listchapters.js.map +0 -1
- package/dist/commonjs/models/operations/listevents.d.ts +0 -74
- package/dist/commonjs/models/operations/listevents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listevents.js +0 -106
- package/dist/commonjs/models/operations/listevents.js.map +0 -1
- package/dist/commonjs/models/operations/listorganizations.d.ts +0 -79
- package/dist/commonjs/models/operations/listorganizations.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listorganizations.js +0 -108
- package/dist/commonjs/models/operations/listorganizations.js.map +0 -1
- package/dist/commonjs/models/operations/listprojects.d.ts +0 -80
- package/dist/commonjs/models/operations/listprojects.d.ts.map +0 -1
- package/dist/commonjs/models/operations/listprojects.js +0 -109
- package/dist/commonjs/models/operations/listprojects.js.map +0 -1
- package/dist/esm/funcs/chaptersGetChapter.d.ts.map +0 -1
- package/dist/esm/funcs/chaptersGetChapter.js.map +0 -1
- package/dist/esm/funcs/chaptersListChapters.d.ts.map +0 -1
- package/dist/esm/funcs/chaptersListChapters.js.map +0 -1
- package/dist/esm/funcs/communityGetMember.d.ts.map +0 -1
- package/dist/esm/funcs/communityGetMember.js.map +0 -1
- package/dist/esm/funcs/communityListOrganizations.d.ts +0 -18
- package/dist/esm/funcs/communityListOrganizations.d.ts.map +0 -1
- package/dist/esm/funcs/communityListOrganizations.js.map +0 -1
- package/dist/esm/funcs/eventsListEvents.d.ts.map +0 -1
- package/dist/esm/funcs/eventsListEvents.js.map +0 -1
- package/dist/esm/funcs/projectsListProjects.d.ts.map +0 -1
- package/dist/esm/funcs/projectsListProjects.js.map +0 -1
- package/dist/esm/models/operations/getchapter.d.ts +0 -29
- package/dist/esm/models/operations/getchapter.d.ts.map +0 -1
- package/dist/esm/models/operations/getchapter.js +0 -31
- package/dist/esm/models/operations/getchapter.js.map +0 -1
- package/dist/esm/models/operations/getmember.d.ts +0 -29
- package/dist/esm/models/operations/getmember.d.ts.map +0 -1
- package/dist/esm/models/operations/getmember.js +0 -31
- package/dist/esm/models/operations/getmember.js.map +0 -1
- package/dist/esm/models/operations/listchapters.d.ts +0 -84
- package/dist/esm/models/operations/listchapters.d.ts.map +0 -1
- package/dist/esm/models/operations/listchapters.js +0 -72
- package/dist/esm/models/operations/listchapters.js.map +0 -1
- package/dist/esm/models/operations/listevents.d.ts +0 -74
- package/dist/esm/models/operations/listevents.d.ts.map +0 -1
- package/dist/esm/models/operations/listevents.js +0 -68
- package/dist/esm/models/operations/listevents.js.map +0 -1
- package/dist/esm/models/operations/listorganizations.d.ts +0 -79
- package/dist/esm/models/operations/listorganizations.d.ts.map +0 -1
- package/dist/esm/models/operations/listorganizations.js +0 -70
- package/dist/esm/models/operations/listorganizations.js.map +0 -1
- package/dist/esm/models/operations/listprojects.d.ts +0 -80
- package/dist/esm/models/operations/listprojects.d.ts.map +0 -1
- package/dist/esm/models/operations/listprojects.js +0 -71
- package/dist/esm/models/operations/listprojects.js.map +0 -1
- package/src/models/operations/getchapter.ts +0 -66
- package/src/models/operations/getmember.ts +0 -66
- package/src/models/operations/listchapters.ts +0 -136
- package/src/models/operations/listevents.ts +0 -122
- package/src/models/operations/listorganizations.ts +0 -131
- package/src/models/operations/listprojects.ts +0 -130
package/dist/esm/sdk/events.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { eventsAppsApiRestV0EventListEvents } from "../funcs/eventsAppsApiRestV0EventListEvents.js";
|
|
5
5
|
import { ClientSDK } from "../lib/sdks.js";
|
|
6
6
|
import { unwrapAsync } from "../types/fp.js";
|
|
7
7
|
export class Events extends ClientSDK {
|
|
@@ -11,8 +11,8 @@ export class Events extends ClientSDK {
|
|
|
11
11
|
* @remarks
|
|
12
12
|
* Retrieve a paginated list of OWASP events.
|
|
13
13
|
*/
|
|
14
|
-
async
|
|
15
|
-
return unwrapAsync(
|
|
14
|
+
async appsApiRestV0EventListEvents(request, options) {
|
|
15
|
+
return unwrapAsync(eventsAppsApiRestV0EventListEvents(this, request, options));
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=events.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/sdk/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/sdk/events.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,gDAAgD,CAAC;AACpG,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,MAAO,SAAQ,SAAS;IACnC;;;;;OAKG;IACH,KAAK,CAAC,4BAA4B,CAChC,OAAoE,EACpE,OAAwB;QAExB,OAAO,WAAW,CAAC,kCAAkC,CACnD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -8,6 +8,13 @@ export declare class Projects extends ClientSDK {
|
|
|
8
8
|
* @remarks
|
|
9
9
|
* Retrieve a paginated list of OWASP projects.
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
appsApiRestV0ProjectListProjects(request?: operations.AppsApiRestV0ProjectListProjectsRequest | undefined, options?: RequestOptions): Promise<models.PagedProjectSchema>;
|
|
12
|
+
/**
|
|
13
|
+
* Get project
|
|
14
|
+
*
|
|
15
|
+
* @remarks
|
|
16
|
+
* Retrieve project details.
|
|
17
|
+
*/
|
|
18
|
+
appsApiRestV0ProjectGetProject(request: operations.AppsApiRestV0ProjectGetProjectRequest, options?: RequestOptions): Promise<models.ProjectSchema>;
|
|
12
19
|
}
|
|
13
20
|
//# sourceMappingURL=projects.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/sdk/projects.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/sdk/projects.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACG,gCAAgC,CACpC,OAAO,CAAC,EAAE,UAAU,CAAC,uCAAuC,GAAG,SAAS,EACxE,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,kBAAkB,CAAC;IAQrC;;;;;OAKG;IACG,8BAA8B,CAClC,OAAO,EAAE,UAAU,CAAC,qCAAqC,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,aAAa,CAAC;CAOjC"}
|
package/dist/esm/sdk/projects.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { projectsAppsApiRestV0ProjectGetProject } from "../funcs/projectsAppsApiRestV0ProjectGetProject.js";
|
|
5
|
+
import { projectsAppsApiRestV0ProjectListProjects } from "../funcs/projectsAppsApiRestV0ProjectListProjects.js";
|
|
5
6
|
import { ClientSDK } from "../lib/sdks.js";
|
|
6
7
|
import { unwrapAsync } from "../types/fp.js";
|
|
7
8
|
export class Projects extends ClientSDK {
|
|
@@ -11,8 +12,17 @@ export class Projects extends ClientSDK {
|
|
|
11
12
|
* @remarks
|
|
12
13
|
* Retrieve a paginated list of OWASP projects.
|
|
13
14
|
*/
|
|
14
|
-
async
|
|
15
|
-
return unwrapAsync(
|
|
15
|
+
async appsApiRestV0ProjectListProjects(request, options) {
|
|
16
|
+
return unwrapAsync(projectsAppsApiRestV0ProjectListProjects(this, request, options));
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Get project
|
|
20
|
+
*
|
|
21
|
+
* @remarks
|
|
22
|
+
* Retrieve project details.
|
|
23
|
+
*/
|
|
24
|
+
async appsApiRestV0ProjectGetProject(request, options) {
|
|
25
|
+
return unwrapAsync(projectsAppsApiRestV0ProjectGetProject(this, request, options));
|
|
16
26
|
}
|
|
17
27
|
}
|
|
18
28
|
//# sourceMappingURL=projects.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/sdk/projects.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/sdk/projects.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oDAAoD,CAAC;AAC5G,OAAO,EAAE,wCAAwC,EAAE,MAAM,sDAAsD,CAAC;AAChH,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,OAAO,QAAS,SAAQ,SAAS;IACrC;;;;;OAKG;IACH,KAAK,CAAC,gCAAgC,CACpC,OAAwE,EACxE,OAAwB;QAExB,OAAO,WAAW,CAAC,wCAAwC,CACzD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,8BAA8B,CAClC,OAAyD,EACzD,OAAwB;QAExB,OAAO,WAAW,CAAC,sCAAsC,CACvD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
|
-
* [
|
|
9
|
-
* [
|
|
8
|
+
* [appsApiRestV0ChapterListChapters](#appsapirestv0chapterlistchapters) - List chapters
|
|
9
|
+
* [appsApiRestV0ChapterGetChapter](#appsapirestv0chaptergetchapter) - Get chapter
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## appsApiRestV0ChapterListChapters
|
|
12
12
|
|
|
13
13
|
Retrieve a paginated list of OWASP chapters.
|
|
14
14
|
|
|
15
15
|
### Example Usage
|
|
16
16
|
|
|
17
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
17
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_chapter_list_chapters" method="get" path="/api/v0/chapters/" -->
|
|
18
18
|
```typescript
|
|
19
19
|
import { Nest } from "owasp-nest";
|
|
20
20
|
|
|
@@ -23,10 +23,7 @@ const nest = new Nest({
|
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
async function run() {
|
|
26
|
-
const result = await nest.chapters.
|
|
27
|
-
country: "India",
|
|
28
|
-
region: "Asia",
|
|
29
|
-
});
|
|
26
|
+
const result = await nest.chapters.appsApiRestV0ChapterListChapters({});
|
|
30
27
|
|
|
31
28
|
console.log(result);
|
|
32
29
|
}
|
|
@@ -40,7 +37,7 @@ The standalone function version of this method:
|
|
|
40
37
|
|
|
41
38
|
```typescript
|
|
42
39
|
import { NestCore } from "owasp-nest/core.js";
|
|
43
|
-
import {
|
|
40
|
+
import { chaptersAppsApiRestV0ChapterListChapters } from "owasp-nest/funcs/chaptersAppsApiRestV0ChapterListChapters.js";
|
|
44
41
|
|
|
45
42
|
// Use `NestCore` for best tree-shaking performance.
|
|
46
43
|
// You can create one instance of it to use across an application.
|
|
@@ -49,15 +46,12 @@ const nest = new NestCore({
|
|
|
49
46
|
});
|
|
50
47
|
|
|
51
48
|
async function run() {
|
|
52
|
-
const res = await
|
|
53
|
-
country: "India",
|
|
54
|
-
region: "Asia",
|
|
55
|
-
});
|
|
49
|
+
const res = await chaptersAppsApiRestV0ChapterListChapters(nest, {});
|
|
56
50
|
if (res.ok) {
|
|
57
51
|
const { value: result } = res;
|
|
58
52
|
console.log(result);
|
|
59
53
|
} else {
|
|
60
|
-
console.log("
|
|
54
|
+
console.log("chaptersAppsApiRestV0ChapterListChapters failed:", res.error);
|
|
61
55
|
}
|
|
62
56
|
}
|
|
63
57
|
|
|
@@ -68,7 +62,7 @@ run();
|
|
|
68
62
|
|
|
69
63
|
| Parameter | Type | Required | Description |
|
|
70
64
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
71
|
-
| `request` | [operations.
|
|
65
|
+
| `request` | [operations.AppsApiRestV0ChapterListChaptersRequest](../../models/operations/appsapirestv0chapterlistchaptersrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
72
66
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
73
67
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
74
68
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -83,13 +77,13 @@ run();
|
|
|
83
77
|
| ------------------- | ------------------- | ------------------- |
|
|
84
78
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
85
79
|
|
|
86
|
-
##
|
|
80
|
+
## appsApiRestV0ChapterGetChapter
|
|
87
81
|
|
|
88
82
|
Retrieve chapter details.
|
|
89
83
|
|
|
90
84
|
### Example Usage
|
|
91
85
|
|
|
92
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
86
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_chapter_get_chapter" method="get" path="/api/v0/chapters/{chapter_id}" -->
|
|
93
87
|
```typescript
|
|
94
88
|
import { Nest } from "owasp-nest";
|
|
95
89
|
|
|
@@ -98,8 +92,8 @@ const nest = new Nest({
|
|
|
98
92
|
});
|
|
99
93
|
|
|
100
94
|
async function run() {
|
|
101
|
-
const result = await nest.chapters.
|
|
102
|
-
|
|
95
|
+
const result = await nest.chapters.appsApiRestV0ChapterGetChapter({
|
|
96
|
+
chapterId: "London",
|
|
103
97
|
});
|
|
104
98
|
|
|
105
99
|
console.log(result);
|
|
@@ -114,7 +108,7 @@ The standalone function version of this method:
|
|
|
114
108
|
|
|
115
109
|
```typescript
|
|
116
110
|
import { NestCore } from "owasp-nest/core.js";
|
|
117
|
-
import {
|
|
111
|
+
import { chaptersAppsApiRestV0ChapterGetChapter } from "owasp-nest/funcs/chaptersAppsApiRestV0ChapterGetChapter.js";
|
|
118
112
|
|
|
119
113
|
// Use `NestCore` for best tree-shaking performance.
|
|
120
114
|
// You can create one instance of it to use across an application.
|
|
@@ -123,14 +117,14 @@ const nest = new NestCore({
|
|
|
123
117
|
});
|
|
124
118
|
|
|
125
119
|
async function run() {
|
|
126
|
-
const res = await
|
|
127
|
-
|
|
120
|
+
const res = await chaptersAppsApiRestV0ChapterGetChapter(nest, {
|
|
121
|
+
chapterId: "London",
|
|
128
122
|
});
|
|
129
123
|
if (res.ok) {
|
|
130
124
|
const { value: result } = res;
|
|
131
125
|
console.log(result);
|
|
132
126
|
} else {
|
|
133
|
-
console.log("
|
|
127
|
+
console.log("chaptersAppsApiRestV0ChapterGetChapter failed:", res.error);
|
|
134
128
|
}
|
|
135
129
|
}
|
|
136
130
|
|
|
@@ -141,7 +135,7 @@ run();
|
|
|
141
135
|
|
|
142
136
|
| Parameter | Type | Required | Description |
|
|
143
137
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
144
|
-
| `request` | [operations.
|
|
138
|
+
| `request` | [operations.AppsApiRestV0ChapterGetChapterRequest](../../models/operations/appsapirestv0chaptergetchapterrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
145
139
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
146
140
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
147
141
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
8
|
* [listCommittees](#listcommittees) - List committees
|
|
9
|
+
* [appsApiRestV0CommitteeGetChapter](#appsapirestv0committeegetchapter) - Get committee
|
|
9
10
|
|
|
10
11
|
## listCommittees
|
|
11
12
|
|
|
@@ -74,4 +75,78 @@ run();
|
|
|
74
75
|
|
|
75
76
|
| Error Type | Status Code | Content Type |
|
|
76
77
|
| ------------------- | ------------------- | ------------------- |
|
|
77
|
-
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
78
|
+
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
79
|
+
|
|
80
|
+
## appsApiRestV0CommitteeGetChapter
|
|
81
|
+
|
|
82
|
+
Retrieve committee details.
|
|
83
|
+
|
|
84
|
+
### Example Usage
|
|
85
|
+
|
|
86
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_committee_get_chapter" method="get" path="/api/v0/committees/{committee_id}" -->
|
|
87
|
+
```typescript
|
|
88
|
+
import { Nest } from "owasp-nest";
|
|
89
|
+
|
|
90
|
+
const nest = new Nest({
|
|
91
|
+
apiKeyHeader: process.env["NEST_API_KEY_HEADER"] ?? "",
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
async function run() {
|
|
95
|
+
const result = await nest.committees.appsApiRestV0CommitteeGetChapter({
|
|
96
|
+
committeeId: "project",
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
console.log(result);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
run();
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Standalone function
|
|
106
|
+
|
|
107
|
+
The standalone function version of this method:
|
|
108
|
+
|
|
109
|
+
```typescript
|
|
110
|
+
import { NestCore } from "owasp-nest/core.js";
|
|
111
|
+
import { committeesAppsApiRestV0CommitteeGetChapter } from "owasp-nest/funcs/committeesAppsApiRestV0CommitteeGetChapter.js";
|
|
112
|
+
|
|
113
|
+
// Use `NestCore` for best tree-shaking performance.
|
|
114
|
+
// You can create one instance of it to use across an application.
|
|
115
|
+
const nest = new NestCore({
|
|
116
|
+
apiKeyHeader: process.env["NEST_API_KEY_HEADER"] ?? "",
|
|
117
|
+
});
|
|
118
|
+
|
|
119
|
+
async function run() {
|
|
120
|
+
const res = await committeesAppsApiRestV0CommitteeGetChapter(nest, {
|
|
121
|
+
committeeId: "project",
|
|
122
|
+
});
|
|
123
|
+
if (res.ok) {
|
|
124
|
+
const { value: result } = res;
|
|
125
|
+
console.log(result);
|
|
126
|
+
} else {
|
|
127
|
+
console.log("committeesAppsApiRestV0CommitteeGetChapter failed:", res.error);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
run();
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
### Parameters
|
|
135
|
+
|
|
136
|
+
| Parameter | Type | Required | Description |
|
|
137
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
138
|
+
| `request` | [operations.AppsApiRestV0CommitteeGetChapterRequest](../../models/operations/appsapirestv0committeegetchapterrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
139
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
140
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
141
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
142
|
+
|
|
143
|
+
### Response
|
|
144
|
+
|
|
145
|
+
**Promise\<[models.CommitteeSchema](../../models/committeeschema.md)\>**
|
|
146
|
+
|
|
147
|
+
### Errors
|
|
148
|
+
|
|
149
|
+
| Error Type | Status Code | Content Type |
|
|
150
|
+
| ----------------------------- | ----------------------------- | ----------------------------- |
|
|
151
|
+
| errors.CommitteeErrorResponse | 404 | application/json |
|
|
152
|
+
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
@@ -6,8 +6,9 @@
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
8
|
* [listMembers](#listmembers) - List members
|
|
9
|
-
* [
|
|
10
|
-
* [
|
|
9
|
+
* [appsApiRestV0MemberGetMember](#appsapirestv0membergetmember) - Get member
|
|
10
|
+
* [appsApiRestV0OrganizationListOrganization](#appsapirestv0organizationlistorganization) - List organizations
|
|
11
|
+
* [appsApiRestV0OrganizationGetOrganization](#appsapirestv0organizationgetorganization) - Get organization
|
|
11
12
|
|
|
12
13
|
## listMembers
|
|
13
14
|
|
|
@@ -82,13 +83,13 @@ run();
|
|
|
82
83
|
| ------------------- | ------------------- | ------------------- |
|
|
83
84
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
84
85
|
|
|
85
|
-
##
|
|
86
|
+
## appsApiRestV0MemberGetMember
|
|
86
87
|
|
|
87
|
-
Retrieve
|
|
88
|
+
Retrieve member details.
|
|
88
89
|
|
|
89
90
|
### Example Usage
|
|
90
91
|
|
|
91
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
92
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_member_get_member" method="get" path="/api/v0/members/{member_id}" -->
|
|
92
93
|
```typescript
|
|
93
94
|
import { Nest } from "owasp-nest";
|
|
94
95
|
|
|
@@ -97,8 +98,8 @@ const nest = new Nest({
|
|
|
97
98
|
});
|
|
98
99
|
|
|
99
100
|
async function run() {
|
|
100
|
-
const result = await nest.community.
|
|
101
|
-
|
|
101
|
+
const result = await nest.community.appsApiRestV0MemberGetMember({
|
|
102
|
+
memberId: "OWASP",
|
|
102
103
|
});
|
|
103
104
|
|
|
104
105
|
console.log(result);
|
|
@@ -113,7 +114,7 @@ The standalone function version of this method:
|
|
|
113
114
|
|
|
114
115
|
```typescript
|
|
115
116
|
import { NestCore } from "owasp-nest/core.js";
|
|
116
|
-
import {
|
|
117
|
+
import { communityAppsApiRestV0MemberGetMember } from "owasp-nest/funcs/communityAppsApiRestV0MemberGetMember.js";
|
|
117
118
|
|
|
118
119
|
// Use `NestCore` for best tree-shaking performance.
|
|
119
120
|
// You can create one instance of it to use across an application.
|
|
@@ -122,14 +123,14 @@ const nest = new NestCore({
|
|
|
122
123
|
});
|
|
123
124
|
|
|
124
125
|
async function run() {
|
|
125
|
-
const res = await
|
|
126
|
-
|
|
126
|
+
const res = await communityAppsApiRestV0MemberGetMember(nest, {
|
|
127
|
+
memberId: "OWASP",
|
|
127
128
|
});
|
|
128
129
|
if (res.ok) {
|
|
129
130
|
const { value: result } = res;
|
|
130
131
|
console.log(result);
|
|
131
132
|
} else {
|
|
132
|
-
console.log("
|
|
133
|
+
console.log("communityAppsApiRestV0MemberGetMember failed:", res.error);
|
|
133
134
|
}
|
|
134
135
|
}
|
|
135
136
|
|
|
@@ -140,7 +141,7 @@ run();
|
|
|
140
141
|
|
|
141
142
|
| Parameter | Type | Required | Description |
|
|
142
143
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
143
|
-
| `request` | [operations.
|
|
144
|
+
| `request` | [operations.AppsApiRestV0MemberGetMemberRequest](../../models/operations/appsapirestv0membergetmemberrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
144
145
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
145
146
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
146
147
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -156,13 +157,13 @@ run();
|
|
|
156
157
|
| errors.MemberErrorResponse | 404 | application/json |
|
|
157
158
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
158
159
|
|
|
159
|
-
##
|
|
160
|
+
## appsApiRestV0OrganizationListOrganization
|
|
160
161
|
|
|
161
162
|
Retrieve a paginated list of GitHub organizations.
|
|
162
163
|
|
|
163
164
|
### Example Usage
|
|
164
165
|
|
|
165
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
166
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_organization_list_organization" method="get" path="/api/v0/organizations/" -->
|
|
166
167
|
```typescript
|
|
167
168
|
import { Nest } from "owasp-nest";
|
|
168
169
|
|
|
@@ -171,7 +172,7 @@ const nest = new Nest({
|
|
|
171
172
|
});
|
|
172
173
|
|
|
173
174
|
async function run() {
|
|
174
|
-
const result = await nest.community.
|
|
175
|
+
const result = await nest.community.appsApiRestV0OrganizationListOrganization({
|
|
175
176
|
location: "United States of America",
|
|
176
177
|
});
|
|
177
178
|
|
|
@@ -187,7 +188,7 @@ The standalone function version of this method:
|
|
|
187
188
|
|
|
188
189
|
```typescript
|
|
189
190
|
import { NestCore } from "owasp-nest/core.js";
|
|
190
|
-
import {
|
|
191
|
+
import { communityAppsApiRestV0OrganizationListOrganization } from "owasp-nest/funcs/communityAppsApiRestV0OrganizationListOrganization.js";
|
|
191
192
|
|
|
192
193
|
// Use `NestCore` for best tree-shaking performance.
|
|
193
194
|
// You can create one instance of it to use across an application.
|
|
@@ -196,14 +197,14 @@ const nest = new NestCore({
|
|
|
196
197
|
});
|
|
197
198
|
|
|
198
199
|
async function run() {
|
|
199
|
-
const res = await
|
|
200
|
+
const res = await communityAppsApiRestV0OrganizationListOrganization(nest, {
|
|
200
201
|
location: "United States of America",
|
|
201
202
|
});
|
|
202
203
|
if (res.ok) {
|
|
203
204
|
const { value: result } = res;
|
|
204
205
|
console.log(result);
|
|
205
206
|
} else {
|
|
206
|
-
console.log("
|
|
207
|
+
console.log("communityAppsApiRestV0OrganizationListOrganization failed:", res.error);
|
|
207
208
|
}
|
|
208
209
|
}
|
|
209
210
|
|
|
@@ -214,7 +215,7 @@ run();
|
|
|
214
215
|
|
|
215
216
|
| Parameter | Type | Required | Description |
|
|
216
217
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
217
|
-
| `request` | [operations.
|
|
218
|
+
| `request` | [operations.AppsApiRestV0OrganizationListOrganizationRequest](../../models/operations/appsapirestv0organizationlistorganizationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
218
219
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
219
220
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
220
221
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -227,4 +228,78 @@ run();
|
|
|
227
228
|
|
|
228
229
|
| Error Type | Status Code | Content Type |
|
|
229
230
|
| ------------------- | ------------------- | ------------------- |
|
|
230
|
-
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
231
|
+
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
232
|
+
|
|
233
|
+
## appsApiRestV0OrganizationGetOrganization
|
|
234
|
+
|
|
235
|
+
Retrieve project details.
|
|
236
|
+
|
|
237
|
+
### Example Usage
|
|
238
|
+
|
|
239
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_organization_get_organization" method="get" path="/api/v0/organizations/{organization_id}" -->
|
|
240
|
+
```typescript
|
|
241
|
+
import { Nest } from "owasp-nest";
|
|
242
|
+
|
|
243
|
+
const nest = new Nest({
|
|
244
|
+
apiKeyHeader: process.env["NEST_API_KEY_HEADER"] ?? "",
|
|
245
|
+
});
|
|
246
|
+
|
|
247
|
+
async function run() {
|
|
248
|
+
const result = await nest.community.appsApiRestV0OrganizationGetOrganization({
|
|
249
|
+
organizationId: "OWASP",
|
|
250
|
+
});
|
|
251
|
+
|
|
252
|
+
console.log(result);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
run();
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Standalone function
|
|
259
|
+
|
|
260
|
+
The standalone function version of this method:
|
|
261
|
+
|
|
262
|
+
```typescript
|
|
263
|
+
import { NestCore } from "owasp-nest/core.js";
|
|
264
|
+
import { communityAppsApiRestV0OrganizationGetOrganization } from "owasp-nest/funcs/communityAppsApiRestV0OrganizationGetOrganization.js";
|
|
265
|
+
|
|
266
|
+
// Use `NestCore` for best tree-shaking performance.
|
|
267
|
+
// You can create one instance of it to use across an application.
|
|
268
|
+
const nest = new NestCore({
|
|
269
|
+
apiKeyHeader: process.env["NEST_API_KEY_HEADER"] ?? "",
|
|
270
|
+
});
|
|
271
|
+
|
|
272
|
+
async function run() {
|
|
273
|
+
const res = await communityAppsApiRestV0OrganizationGetOrganization(nest, {
|
|
274
|
+
organizationId: "OWASP",
|
|
275
|
+
});
|
|
276
|
+
if (res.ok) {
|
|
277
|
+
const { value: result } = res;
|
|
278
|
+
console.log(result);
|
|
279
|
+
} else {
|
|
280
|
+
console.log("communityAppsApiRestV0OrganizationGetOrganization failed:", res.error);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
run();
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
### Parameters
|
|
288
|
+
|
|
289
|
+
| Parameter | Type | Required | Description |
|
|
290
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
291
|
+
| `request` | [operations.AppsApiRestV0OrganizationGetOrganizationRequest](../../models/operations/appsapirestv0organizationgetorganizationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
292
|
+
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
293
|
+
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
294
|
+
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
295
|
+
|
|
296
|
+
### Response
|
|
297
|
+
|
|
298
|
+
**Promise\<[models.OrganizationSchema](../../models/organizationschema.md)\>**
|
|
299
|
+
|
|
300
|
+
### Errors
|
|
301
|
+
|
|
302
|
+
| Error Type | Status Code | Content Type |
|
|
303
|
+
| -------------------------------- | -------------------------------- | -------------------------------- |
|
|
304
|
+
| errors.OrganizationErrorResponse | 404 | application/json |
|
|
305
|
+
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
|
-
* [
|
|
8
|
+
* [appsApiRestV0EventListEvents](#appsapirestv0eventlistevents) - List events
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## appsApiRestV0EventListEvents
|
|
11
11
|
|
|
12
12
|
Retrieve a paginated list of OWASP events.
|
|
13
13
|
|
|
14
14
|
### Example Usage
|
|
15
15
|
|
|
16
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
16
|
+
<!-- UsageSnippet language="typescript" operationID="apps_api_rest_v0_event_list_events" method="get" path="/api/v0/events/" -->
|
|
17
17
|
```typescript
|
|
18
18
|
import { Nest } from "owasp-nest";
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@ const nest = new Nest({
|
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
async function run() {
|
|
25
|
-
const result = await nest.events.
|
|
25
|
+
const result = await nest.events.appsApiRestV0EventListEvents({});
|
|
26
26
|
|
|
27
27
|
console.log(result);
|
|
28
28
|
}
|
|
@@ -36,7 +36,7 @@ The standalone function version of this method:
|
|
|
36
36
|
|
|
37
37
|
```typescript
|
|
38
38
|
import { NestCore } from "owasp-nest/core.js";
|
|
39
|
-
import {
|
|
39
|
+
import { eventsAppsApiRestV0EventListEvents } from "owasp-nest/funcs/eventsAppsApiRestV0EventListEvents.js";
|
|
40
40
|
|
|
41
41
|
// Use `NestCore` for best tree-shaking performance.
|
|
42
42
|
// You can create one instance of it to use across an application.
|
|
@@ -45,12 +45,12 @@ const nest = new NestCore({
|
|
|
45
45
|
});
|
|
46
46
|
|
|
47
47
|
async function run() {
|
|
48
|
-
const res = await
|
|
48
|
+
const res = await eventsAppsApiRestV0EventListEvents(nest, {});
|
|
49
49
|
if (res.ok) {
|
|
50
50
|
const { value: result } = res;
|
|
51
51
|
console.log(result);
|
|
52
52
|
} else {
|
|
53
|
-
console.log("
|
|
53
|
+
console.log("eventsAppsApiRestV0EventListEvents failed:", res.error);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ run();
|
|
|
61
61
|
|
|
62
62
|
| Parameter | Type | Required | Description |
|
|
63
63
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
64
|
-
| `request` | [operations.
|
|
64
|
+
| `request` | [operations.AppsApiRestV0EventListEventsRequest](../../models/operations/appsapirestv0eventlisteventsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
65
65
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
66
66
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
67
67
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|