diff --git a/app/graphql/schema.graphql b/app/graphql/schema.graphql index 075bdbf16..d9cf7422c 100644 --- a/app/graphql/schema.graphql +++ b/app/graphql/schema.graphql @@ -123,7 +123,7 @@ type Audiovisual implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -213,7 +213,7 @@ type Audiovisual implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -223,7 +223,7 @@ type Audiovisual implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -243,7 +243,7 @@ type Audiovisual implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -318,7 +318,7 @@ type Audiovisual implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -328,7 +328,7 @@ type Audiovisual implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -398,7 +398,7 @@ type Book implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -488,7 +488,7 @@ type Book implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -498,7 +498,7 @@ type Book implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -518,7 +518,7 @@ type Book implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -593,7 +593,7 @@ type Book implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -603,7 +603,7 @@ type Book implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -630,7 +630,7 @@ type BookChapter implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -720,7 +720,7 @@ type BookChapter implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -730,7 +730,7 @@ type BookChapter implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -750,7 +750,7 @@ type BookChapter implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -825,7 +825,7 @@ type BookChapter implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -835,7 +835,7 @@ type BookChapter implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -948,7 +948,7 @@ type Collection implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -1038,7 +1038,7 @@ type Collection implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -1048,7 +1048,7 @@ type Collection implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -1068,7 +1068,7 @@ type Collection implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -1143,7 +1143,7 @@ type Collection implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -1153,7 +1153,7 @@ type Collection implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -1222,7 +1222,7 @@ type ConferencePaper implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -1312,7 +1312,7 @@ type ConferencePaper implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -1322,7 +1322,7 @@ type ConferencePaper implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -1342,7 +1342,7 @@ type ConferencePaper implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -1417,7 +1417,7 @@ type ConferencePaper implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -1427,7 +1427,7 @@ type ConferencePaper implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -1697,7 +1697,7 @@ type DataPaper implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -1787,7 +1787,7 @@ type DataPaper implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -1797,7 +1797,7 @@ type DataPaper implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -1817,7 +1817,7 @@ type DataPaper implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -1892,7 +1892,7 @@ type DataPaper implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -1902,7 +1902,7 @@ type DataPaper implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -1972,7 +1972,7 @@ type Dataset implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -2062,7 +2062,7 @@ type Dataset implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -2072,7 +2072,7 @@ type Dataset implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -2092,7 +2092,7 @@ type Dataset implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -2188,7 +2188,7 @@ type Dataset implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -2198,7 +2198,7 @@ type Dataset implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -2358,7 +2358,7 @@ type Dissertation implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -2448,7 +2448,7 @@ type Dissertation implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -2458,7 +2458,7 @@ type Dissertation implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -2478,7 +2478,7 @@ type Dissertation implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -2553,7 +2553,7 @@ type Dissertation implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -2563,7 +2563,7 @@ type Dissertation implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -2637,7 +2637,7 @@ interface DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -2727,7 +2727,7 @@ interface DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -2737,7 +2737,7 @@ interface DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -2757,7 +2757,7 @@ interface DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -2832,7 +2832,7 @@ interface DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -2842,7 +2842,7 @@ interface DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -2869,7 +2869,7 @@ type Event implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -2959,7 +2959,7 @@ type Event implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -2969,7 +2969,7 @@ type Event implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -2989,7 +2989,7 @@ type Event implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -3064,7 +3064,7 @@ type Event implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -3074,7 +3074,7 @@ type Event implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -3129,7 +3129,7 @@ type EventData implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -3219,7 +3219,7 @@ type EventData implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -3229,7 +3229,7 @@ type EventData implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -3249,7 +3249,7 @@ type EventData implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -3324,7 +3324,7 @@ type EventData implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -3334,7 +3334,7 @@ type EventData implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -3676,7 +3676,7 @@ type Image implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -3766,7 +3766,7 @@ type Image implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -3776,7 +3776,7 @@ type Image implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -3796,7 +3796,7 @@ type Image implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -3871,7 +3871,7 @@ type Image implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -3881,7 +3881,7 @@ type Image implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -3951,7 +3951,7 @@ type Instrument implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -4041,7 +4041,7 @@ type Instrument implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -4051,7 +4051,7 @@ type Instrument implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -4071,7 +4071,7 @@ type Instrument implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -4146,7 +4146,7 @@ type Instrument implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -4156,7 +4156,7 @@ type Instrument implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -4225,7 +4225,7 @@ type InteractiveResource implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -4315,7 +4315,7 @@ type InteractiveResource implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -4325,7 +4325,7 @@ type InteractiveResource implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -4345,7 +4345,7 @@ type InteractiveResource implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -4420,7 +4420,7 @@ type InteractiveResource implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -4430,7 +4430,7 @@ type InteractiveResource implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -4525,7 +4525,7 @@ type JournalArticle implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -4615,7 +4615,7 @@ type JournalArticle implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -4625,7 +4625,7 @@ type JournalArticle implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -4645,7 +4645,7 @@ type JournalArticle implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -4720,7 +4720,7 @@ type JournalArticle implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -4730,7 +4730,7 @@ type JournalArticle implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -5031,7 +5031,7 @@ type Model implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -5121,7 +5121,7 @@ type Model implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -5131,7 +5131,7 @@ type Model implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -5151,7 +5151,7 @@ type Model implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -5226,7 +5226,7 @@ type Model implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -5236,7 +5236,7 @@ type Model implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -5369,7 +5369,7 @@ type Organization implements ActorItem { """ Works from this organization """ - works(after: String, fieldOfScience: String, first: Int = 2, funderId: String, hasCitations: Int, hasDownloads: Int, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, userId: String): WorkConnectionWithTotal + works(after: String, fieldOfScience: String, first: Int = 2, funderId: String, hasCitations: Int, hasDownloads: Int, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal } """ @@ -5426,7 +5426,7 @@ type Other implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -5516,7 +5516,7 @@ type Other implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -5526,7 +5526,7 @@ type Other implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -5546,7 +5546,7 @@ type Other implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -5621,7 +5621,7 @@ type Other implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -5631,7 +5631,7 @@ type Other implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -5726,7 +5726,7 @@ type PeerReview implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -5816,7 +5816,7 @@ type PeerReview implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -5826,7 +5826,7 @@ type PeerReview implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -5846,7 +5846,7 @@ type PeerReview implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -5921,7 +5921,7 @@ type PeerReview implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -5931,7 +5931,7 @@ type PeerReview implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -6009,7 +6009,7 @@ type Person implements ActorItem { """ Authored datasets """ - datasets(after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): DatasetConnectionWithTotal + datasets(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): DatasetConnectionWithTotal """ The number of downloads according to the Counter Code of Practice. @@ -6039,12 +6039,12 @@ type Person implements ActorItem { """ Authored publications """ - publications(after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): PublicationConnectionWithTotal + publications(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): PublicationConnectionWithTotal """ Authored software """ - softwares(after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): SoftwareConnectionWithTotal + softwares(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): SoftwareConnectionWithTotal """ The type of the actor. @@ -6059,7 +6059,7 @@ type Person implements ActorItem { """ Authored works """ - works(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String): WorkConnectionWithTotal + works(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String): WorkConnectionWithTotal } """ @@ -6117,7 +6117,7 @@ type PhysicalObject implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -6207,7 +6207,7 @@ type PhysicalObject implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -6217,7 +6217,7 @@ type PhysicalObject implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -6237,7 +6237,7 @@ type PhysicalObject implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -6312,7 +6312,7 @@ type PhysicalObject implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -6322,7 +6322,7 @@ type PhysicalObject implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -6445,7 +6445,7 @@ type Preprint implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -6535,7 +6535,7 @@ type Preprint implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -6545,7 +6545,7 @@ type Preprint implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -6565,7 +6565,7 @@ type Preprint implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -6640,7 +6640,7 @@ type Preprint implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -6650,7 +6650,7 @@ type Preprint implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -6721,7 +6721,7 @@ type Publication implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -6811,7 +6811,7 @@ type Publication implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -6821,7 +6821,7 @@ type Publication implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -6841,7 +6841,7 @@ type Publication implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -6916,7 +6916,7 @@ type Publication implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -6926,7 +6926,7 @@ type Publication implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -7439,7 +7439,7 @@ type Service implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -7529,7 +7529,7 @@ type Service implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -7539,7 +7539,7 @@ type Service implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -7559,7 +7559,7 @@ type Service implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -7634,7 +7634,7 @@ type Service implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -7644,7 +7644,7 @@ type Service implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -7716,7 +7716,7 @@ type Software implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -7806,7 +7806,7 @@ type Software implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -7816,7 +7816,7 @@ type Software implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -7836,7 +7836,7 @@ type Software implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -7911,7 +7911,7 @@ type Software implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -7921,7 +7921,7 @@ type Software implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -8023,7 +8023,7 @@ type Sound implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -8113,7 +8113,7 @@ type Sound implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -8123,7 +8123,7 @@ type Sound implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -8143,7 +8143,7 @@ type Sound implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -8218,7 +8218,7 @@ type Sound implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -8228,7 +8228,7 @@ type Sound implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -8481,7 +8481,7 @@ type Work implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -8571,7 +8571,7 @@ type Work implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -8581,7 +8581,7 @@ type Work implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -8601,7 +8601,7 @@ type Work implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -8676,7 +8676,7 @@ type Work implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -8686,7 +8686,7 @@ type Work implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views @@ -8758,7 +8758,7 @@ type Workflow implements DoiItem { """ Citations for this DOI. """ - citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + citations(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Citations by year @@ -8848,7 +8848,7 @@ type Workflow implements DoiItem { """ The DOI is a part of this DOI. """ - partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + partOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a part of @@ -8858,7 +8858,7 @@ type Workflow implements DoiItem { """ Parts of this DOI. """ - parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + parts(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ The year when the data was or will be made publicly available @@ -8878,7 +8878,7 @@ type Workflow implements DoiItem { """ References for this DOI """ - references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + references(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ DOI registration date @@ -8953,7 +8953,7 @@ type Workflow implements DoiItem { """ The DOI is a version of this DOI. """ - versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versionOf(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of DOIs the resource is a version of @@ -8963,7 +8963,7 @@ type Workflow implements DoiItem { """ Versions of this DOI. """ - versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): WorkConnectionWithTotal + versions(affiliationId: String, after: String, fieldOfScience: String, first: Int = 25, funderId: String, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], language: String, license: String, memberId: String, published: String, query: String, registrationAgency: String, repositoryId: String, resourceTypeId: String, userId: String): WorkConnectionWithTotal """ Total number of views diff --git a/app/graphql/types/doi_item.rb b/app/graphql/types/doi_item.rb index 59a58537a..9bfb9e293 100644 --- a/app/graphql/types/doi_item.rb +++ b/app/graphql/types/doi_item.rb @@ -71,11 +71,16 @@ module DoiItem field :references, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "References for this DOI" do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false argument :has_organization, Boolean, required: false @@ -92,11 +97,16 @@ module DoiItem field :citations, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "Citations for this DOI." do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false argument :has_organization, Boolean, required: false @@ -113,11 +123,16 @@ module DoiItem field :parts, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "Parts of this DOI." do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false argument :has_organization, Boolean, required: false @@ -134,11 +149,16 @@ module DoiItem field :part_of, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "The DOI is a part of this DOI." do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false argument :has_organization, Boolean, required: false @@ -155,13 +175,18 @@ module DoiItem field :versions, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "Versions of this DOI." do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false + argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false - argument :affiliation_id, String, required: false argument :has_organization, Boolean, required: false argument :has_citations, Int, required: false argument :has_parts, Int, required: false @@ -176,11 +201,16 @@ module DoiItem field :version_of, WorkConnectionWithTotalType, null: true, max_page_size: 100, description: "The DOI is a version of this DOI." do argument :query, String, required: false argument :ids, [String], required: false + argument :published, String, required: false argument :user_id, String, required: false argument :funder_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_person, Boolean, required: false argument :has_funder, Boolean, required: false argument :has_organization, Boolean, required: false @@ -374,7 +404,7 @@ def version_of(**args) def response(**args) # make sure no dois are returnded if there are no :ids args[:ids] = "999" if args[:ids].blank? - + Doi.query(args[:query], ids: args[:ids], funder_id: args[:funder_id], user_id: args[:user_id], client_id: args[:repository_id], provider_id: args[:member_id], affiliation_id: args[:affiliation_id], has_person: args[:has_person], has_funder: args[:has_funder], has_organization: args[:has_organization], has_citations: args[:has_citations], has_parts: args[:has_parts], has_versions: args[:has_versions], has_views: args[:has_views], has_downloads: args[:has_downloads], field_of_science: args[:field_of_science], state: "findable", page: { cursor: args[:after].present? ? Base64.urlsafe_decode64(args[:after]) : nil, size: args[:first] }) end diff --git a/app/graphql/types/funder_type.rb b/app/graphql/types/funder_type.rb index acf3f4595..23e2c54ec 100644 --- a/app/graphql/types/funder_type.rb +++ b/app/graphql/types/funder_type.rb @@ -17,10 +17,11 @@ class FunderType < BaseObject argument :user_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false - argument :license, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false - argument :language, String, required: false argument :has_person, Boolean, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_organization, Boolean, required: false argument :has_citations, Int, required: false argument :has_parts, Int, required: false @@ -39,10 +40,11 @@ class FunderType < BaseObject argument :user_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false - argument :license, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false - argument :language, String, required: false argument :has_person, Boolean, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_organization, Boolean, required: false argument :has_citations, Int, required: false argument :has_parts, Int, required: false @@ -61,10 +63,11 @@ class FunderType < BaseObject argument :user_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false - argument :license, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false - argument :language, String, required: false argument :has_person, Boolean, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_organization, Boolean, required: false argument :has_citations, Int, required: false argument :has_parts, Int, required: false @@ -83,12 +86,12 @@ class FunderType < BaseObject argument :user_id, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false - argument :license, String, required: false - argument :registration_agency, String, required: false - argument :language, String, required: false argument :affiliation_id, String, required: false + argument :registration_agency, String, required: false argument :resource_type_id, String, required: false argument :has_person, Boolean, required: false + argument :license, String, required: false + argument :language, String, required: false argument :has_organization, Boolean, required: false argument :has_citations, Int, required: false argument :has_parts, Int, required: false diff --git a/app/graphql/types/organization_type.rb b/app/graphql/types/organization_type.rb index eb5d9bcc1..27fa45d5d 100644 --- a/app/graphql/types/organization_type.rb +++ b/app/graphql/types/organization_type.rb @@ -85,6 +85,7 @@ class OrganizationType < BaseObject argument :repository_id, String, required: false argument :member_id, String, required: false argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false argument :license, String, required: false argument :language, String, required: false argument :has_citations, Int, required: false diff --git a/app/graphql/types/person_type.rb b/app/graphql/types/person_type.rb index d2780f2b3..80f43fb5e 100644 --- a/app/graphql/types/person_type.rb +++ b/app/graphql/types/person_type.rb @@ -18,6 +18,7 @@ class PersonType < BaseObject argument :published, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false argument :license, String, required: false argument :language, String, required: false @@ -39,6 +40,7 @@ class PersonType < BaseObject argument :published, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false argument :license, String, required: false argument :language, String, required: false @@ -60,6 +62,7 @@ class PersonType < BaseObject argument :published, String, required: false argument :repository_id, String, required: false argument :member_id, String, required: false + argument :affiliation_id, String, required: false argument :registration_agency, String, required: false argument :license, String, required: false argument :language, String, required: false @@ -83,6 +86,7 @@ class PersonType < BaseObject argument :member_id, String, required: false argument :affiliation_id, String, required: false argument :registration_agency, String, required: false + argument :resource_type_id, String, required: false argument :license, String, required: false argument :language, String, required: false argument :has_funder, Boolean, required: false diff --git a/spec/fixtures/vcr_cassettes/DataCatalogType/query_data_catalogs/returns_data_catalog_information.yml b/spec/fixtures/vcr_cassettes/DataCatalogType/query_data_catalogs/returns_data_catalog_information.yml index 0ef37f82f..d13cc7b92 100644 --- a/spec/fixtures/vcr_cassettes/DataCatalogType/query_data_catalogs/returns_data_catalog_information.yml +++ b/spec/fixtures/vcr_cassettes/DataCatalogType/query_data_catalogs/returns_data_catalog_information.yml @@ -17,7 +17,7 @@ http_interactions: message: OK headers: Date: - - Fri, 31 Jul 2020 06:39:49 GMT + - Wed, 05 Aug 2020 07:00:12 GMT Content-Type: - application/json; charset=utf-8 Connection: @@ -31,9 +31,9 @@ http_interactions: Etag: - W/"6157828c68339a4df87d6d579a8a7109" X-Runtime: - - '0.287364' + - '0.360291' X-Request-Id: - - b492de23-522b-4389-9f78-7c910edec235 + - 5e9b0a69-67f7-45ae-979d-998343422275 X-Powered-By: - Phusion Passenger 5.2.3 Server: @@ -43,5 +43,5 @@ http_interactions: string: !binary |- eyJkYXRhIjpbeyJpZCI6IjEwLjE3NjE2L1IzQlc1UiIsInR5cGUiOiJyZTNkYXRhIiwiYXR0cmlidXRlcyI6eyJyZTNkYXRhSWQiOiJyM2QxMDAwMTEzMTUiLCJyZXBvc2l0b3J5TmFtZSI6IlVDTEEgU29jaWFsIFNjaWVuY2UgRGF0YSBBcmNoaXZlIERhdGF2ZXJzZSIsInJlcG9zaXRvcnlVcmwiOiJodHRwczovL2RhdGF2ZXJzZS5oYXJ2YXJkLmVkdS9kYXRhdmVyc2Uvc3NkYV91Y2xhIiwicmVwb3NpdG9yeUNvbnRhY3RzIjpbeyJ0ZXh0IjoiZGF0YXNjaWVuY2VAdWNsYS5lZHUifSx7InRleHQiOiJkYXRhc2NpZW5jZUB1Y2xhLmVkdSJ9XSwiZGVzY3JpcHRpb24iOiJUaGUgU29jaWFsIFNjaWVuY2UgRGF0YSBBcmNoaXZlIGlzIHN0aWxsIGFjdGl2ZSBhbmQgbWFpbnRhaW5lZCBhcyBwYXJ0IG9mIHRoZSBVQ0xBIExpYnJhcnkgRGF0YSBTY2llbmNlIENlbnRlci4gU1NEQSBEYXRhdmVyc2UgaXMgb25lIG9mIHRoZSBhcmNoaXZpbmcgb3Bwb3J0dW5pdGllcyBvZiBTU0RBLCB0aGUgb3RoZXJzIGFyZTogRGF0YSBjYW4gYmUgYXJjaGl2ZWQgIGJ5IFNTREEgaXRzZWxmIChodHRwOi8vZGF0YWFyY2hpdmVzLnNzLnVjbGEuZWR1L2luZGV4Lmh0bWwpIG9yIGJ5IElDUFNSIG9yIGJ5IFVDTEEgTGlicmFyeSBvciBieSBDYWxpZm9ybmlhIERpZ2l0YWwgTGlicmFyeS4gVGhlIFNvY2lhbCBTY2llbmNlIERhdGEgQXJjaGl2ZXMgc2VydmVzIHRoZSBVQ0xBIGNhbXB1cyBhcyBhbiBhcmNoaXZlIG9mIGZhY3VsdHkgYW5kIGdyYWR1YXRlIHN0dWRlbnQgc3VydmV5IHJlc2VhcmNoLiBXZSBwcm92aWRlIGxvbmcgdGVybSBzdG9yYWdlIG9mIGRhdGEgZmlsZXMgYW5kIGRvY3VtZW50YXRpb24uIFdlIGVuc3VyZSB0aGF0IHRoZSBkYXRhIGFyZSB1c2VhYmxlIGluIHRoZSBmdXR1cmUgYnkgbWlncmF0aW5nIGZpbGVzIHRvIG5ldyBvcGVyYXRpbmcgc3lzdGVtcy4gV2UgZm9sbG93IGdvdmVybm1lbnQgc3RhbmRhcmRzIGFuZCBhcmNoaXZhbCBiZXN0IHByYWN0aWNlcy4gVGhlIG1pc3Npb24gb2YgdGhlIFNvY2lhbCBTY2llbmNlIERhdGEgQXJjaGl2ZSBoYXMgYmVlbiBhbmQgY29udGludWVzIHRvIGJlIHRvIHByb3ZpZGUgYSBmb3VuZGF0aW9uIGZvciBzb2NpYWwgc2NpZW5jZSByZXNlYXJjaCB3aXRoIGZhY3VsdHkgc3VwcG9ydCB0aHJvdWdob3V0IGFuIGVudGlyZSByZXNlYXJjaCBwcm9qZWN0IGludm9sdmluZyBvcmlnaW5hbCBkYXRhIGNvbGxlY3Rpb24gb3IgdGhlIHJldXNlIG9mIHB1YmxpY2x5IGF2YWlsYWJsZSBzdHVkaWVzLiBEYXRhIEFyY2hpdmUgc3RhZmYgYW5kIHJlc2VhcmNoZXJzIHdvcmsgYXMgcGFydG5lcnMgdGhyb3VnaG91dCBhbGwgc3RhZ2VzIG9mIHRoZSByZXNlYXJjaCBwcm9jZXNzLCBiZWdpbm5pbmcgd2hlbiBhIGh5cG90aGVzaXMgb3IgYXJlYSBvZiBzdHVkeSBpcyBiZWluZyBkZXZlbG9wZWQsIGR1cmluZyBncmFudCBhbmQgZnVuZGluZyBhY3Rpdml0aWVzLCB3aGlsZSBkYXRhIGNvbGxlY3Rpb24gYW5kL29yIGFuYWx5c2lzIGlzIG9uZ29pbmcsIGFuZCBmaW5hbGx5IGluIGxvbmcgdGVybSBwcmVzZXJ2YXRpb24gb2YgcmVzZWFyY2ggcmVzdWx0cy4gT3VyIHJvbGUgaXMgdG8gcHJvdmlkZSBhIGNvbGxhYm9yYXRpdmUgZW52aXJvbm1lbnQgd2hlcmUgdGhlIGZvY3VzIGlzIG9uIHVuZGVyc3RhbmRpbmcgdGhlIG5hdHVyZSBhbmQgc2NvcGUgb2YgcmVzZWFyY2ggYXBwcm9hY2ggYW5kIG1hbmFnZW1lbnQgb2YgcmVzZWFyY2ggb3V0cHV0IHRocm91Z2hvdXQgdGhlIGVudGlyZSBsaWZlIGN5Y2xlIG9mIHRoZSBwcm9qZWN0LiBJbnN0cnVjdGlvbmFsIHN1cHBvcnQsIGVzcGVjaWFsbHkgc3VwcG9ydCB0aGF0IGxpbmtzIHJlc2VhcmNoIHdpdGggaW5zdHJ1Y3Rpb24gaXMgYWxzbyBhIG1haW5zdGF5IG9mIG9wZXJhdGlvbnMuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJkaXNjaXBsaW5hcnkifSx7InRleHQiOiJpbnN0aXR1dGlvbmFsIn1dLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJTU0RBIERhdGF2ZXJzZVxyXG5VQ0xBIExpYnJhcnkgRGF0YSBTY2llbmNlIENlbnRlciIsImxhbmd1YWdlIjoiZW5nIn1dLCJzdWJqZWN0cyI6W3sidGV4dCI6IjEgSHVtYW5pdGllcyBhbmQgU29jaWFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTExIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjExMTA0IFBvbGl0aWNhbCBTY2llbmNlIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTEyIEVjb25vbWljcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjExMjA1IFN0YXRpc3RpY3MgYW5kIEVjb25vbWV0cmljcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEyIFNvY2lhbCBhbmQgQmVoYXZpb3VyYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyIExpZmUgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMDUgTWVkaWNpbmUiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMDUwMiBQdWJsaWMgSGVhbHRoLCBIZWFsdGggU2VydmljZXMgUmVzZWFyY2gsIFNvY2lhbCBNZWRpY2luZSIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIyIE1lZGljaW5lIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMyBOYXR1cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMzE0IEdlb2xvZ3kgYW5kIFBhbGFlb250b2xvZ3kiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIzMTQwMSBHZW9sb2d5IGFuZCBQYWxhZW9udG9sb2d5Iiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMzQgR2Vvc2NpZW5jZXMgKGluY2x1ZGluZyBHZW9ncmFwaHkpIiwic2NoZW1lIjoiREZHIn1dLCJjb250ZW50VHlwZXMiOlt7InRleHQiOiJSYXcgZGF0YSIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU3RydWN0dXJlZCB0ZXh0Iiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTdGFuZGFyZCBvZmZpY2UgZG9jdW1lbnRzIiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTY2llbnRpZmljIGFuZCBzdGF0aXN0aWNhbCBkYXRhIGZvcm1hdHMiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJwb2xpdGljYWwgYmVoYXZpb3IifSx7InRleHQiOiJwZWRhZ29neSJ9LHsidGV4dCI6InNvY2lhbCBzY2llbmNlcyJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiVGhlIERhdGF2ZXJzZSAgUHJvamVjdCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJBQUEiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0Ijoic3VwcG9ydEBkYXRhdmVyc2Uub3JnIn1dfSx7Im5hbWUiOiJIYXJ2YXJkIERhdGF2ZXJzZSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJVU0EiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLmhhcnZhcmQuZWR1LyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOltdfSx7Im5hbWUiOiJVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEgYXQgTG9zIEFuZ2VsZXMsIExpYnJhcnksIFNvY2lhbCBTY2llbmNlIERhdGEgQXJjaGl2ZSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJVU0EiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vd3d3LmxpYnJhcnkudWNsYS5lZHUvYmxvZy9zb2NpYWwtc2NpZW5jZS1kYXRhLWFyY2hpdmUiLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVQ0xBIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoibGliX2FyY2hpdmVoZWxwQGVtLnVjbGEuZWR1In1dfV0sImRhdGFBY2Nlc3NlcyI6W3sidHlwZSI6InJlc3RyaWN0ZWQiLCJyZXN0cmljdGlvbnMiOlt7InRleHQiOiJvdGhlciJ9LHsidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9LHsidGV4dCI6InJlZ2lzdHJhdGlvbiJ9XX0seyJ0eXBlIjoib3BlbiIsInJlc3RyaWN0aW9ucyI6W119XSwiZGF0YVVwbG9hZHMiOlt7InR5cGUiOiJyZXN0cmljdGVkIiwicmVzdHJpY3Rpb25zIjpbeyJ0ZXh0IjoicmVnaXN0cmF0aW9uIn1dfV0sImRhdGFVcGxvYWRMaWNlbnNlcyI6W3sibmFtZSI6IkhhcnZhcmQgRGF0YXZlcnNlIEdlbmVyYWwgVGVybXMgb2YgVXNlLCBVc2VyIHVwbG9hZHMiLCJ1cmwiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvYmVzdC1wcmFjdGljZXMvaGFydmFyZC1kYXRhdmVyc2UtZ2VuZXJhbC10ZXJtcy11c2UifV0sInBpZFN5c3RlbXMiOlt7InRleHQiOiJoZGwifSx7InRleHQiOiJET0kifV0sImFwaXMiOlt7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL25hdGl2ZS1hcGkuaHRtbCIsInR5cGUiOiJSRVNUIn0seyJ1cmwiOiJodHRwOi8vZ3VpZGVzLmRhdGF2ZXJzZS5vcmcvZW4vbGF0ZXN0L2FwaS9zd29yZC5odG1sIiwidHlwZSI6IlNXT1JEIn1dLCJzb2Z0d2FyZSI6W3sibmFtZSI6IkRhdGFWZXJzZSJ9XSwic3RhcnREYXRlIjoiMjAxMyIsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDE1LTAxLTEyVDA5OjM5OjE4WiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDExOjI3OjIyWiJ9fSx7ImlkIjoiMTAuMTc2MTYvUjMwUjU4IiwidHlwZSI6InJlM2RhdGEiLCJhdHRyaWJ1dGVzIjp7InJlM2RhdGFJZCI6InIzZDEwMDAxMjgxNSIsInJlcG9zaXRvcnlOYW1lIjoiVU5CIExpYnJhcmllcyBEYXRhdmVyc2UiLCJyZXBvc2l0b3J5VXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2UubGliLnVuYi5jYS8iLCJyZXBvc2l0b3J5Q29udGFjdHMiOlt7InRleHQiOiJodHRwczovL2xpYi51bmIuY2EvaGVscC9hc2sucGhwIn1dLCJkZXNjcmlwdGlvbiI6IlVOQiBEYXRhdmVyc2UgaXMgcmVwb3NpdG9yeSBmb3IgcmVzZWFyY2ggZGF0YSBjb2xsZWN0ZWQgYnkgcmVzZWFyY2hlcnMgYW5kIG9yZ2FuaXphdGlvbnMgcHJpbWFyaWx5IGFmZmlsaWF0ZWQgd2l0aCB0aGUgVW5pdmVyc2l0eSBvZiBOZXcgQnJ1bnN3aWNrLiBUaGUgcmVwb3NpdG9yeSBhbGxvd3MgcmVzZWFyY2hlcnMgdG8gZGVwb3NpdCwgc2hhcmUsIGFuYWx5emUsIGNpdGUsIGFuZCBleHBsb3JlIGRhdGEuIERhdGF2ZXJzZSBpcyBhbiBvcGVuIHNvdXJjZSBhcHBsaWNhdGlvbiBkZXZlbG9wZWQgYnkgdGhlIEluc3RpdHV0ZSBmb3IgUXVhbnRpdGF0aXZlIFNvY2lhbCBTY2llbmNlIChJUVNTKSBhdCBIYXJ2YXJkIFVuaXZlcnNpdHkuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJpbnN0aXR1dGlvbmFsIn1dLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVbml2ZXJzaXR5IG9mIE5ldyBCcnVuc3dpY2sgTGlicmFyaWVzIERhdGF2ZXJzZSBSZXNlYXJjaCBEYXRhIFJlcG9zaXRvcnkiLCJsYW5ndWFnZSI6ImVuZyJ9XSwic3ViamVjdHMiOlt7InRleHQiOiIxIEh1bWFuaXRpZXMgYW5kIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjExMSBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMTIgRWNvbm9taWNzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTIgU29jaWFsIGFuZCBCZWhhdmlvdXJhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIgTGlmZSBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIwNSBNZWRpY2luZSIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIwNTAyIFB1YmxpYyBIZWFsdGgsIEhlYWx0aCBTZXJ2aWNlcyBSZXNlYXJjaCwgU29jaWFsIE1lZGljaW5lIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMjA3IEFncmljdWx0dXJlLCBGb3Jlc3RyeSwgSG9ydGljdWx0dXJlIGFuZCBWZXRlcmluYXJ5IE1lZGljaW5lIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMjIgTWVkaWNpbmUiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMyBBZ3JpY3VsdHVyZSwgRm9yZXN0cnksIEhvcnRpY3VsdHVyZSBhbmQgVmV0ZXJpbmFyeSBNZWRpY2luZSIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjMgTmF0dXJhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjM0IEdlb3NjaWVuY2VzIChpbmNsdWRpbmcgR2VvZ3JhcGh5KSIsInNjaGVtZSI6IkRGRyJ9XSwiY29udGVudFR5cGVzIjpbeyJ0ZXh0IjoiUGxhaW4gdGV4dCIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU3RydWN0dXJlZCB0ZXh0Iiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTY2llbnRpZmljIGFuZCBzdGF0aXN0aWNhbCBkYXRhIGZvcm1hdHMiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlN0YW5kYXJkIG9mZmljZSBkb2N1bWVudHMiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJtdWx0aWRpc2NpcGxpbmFyeSJ9LHsidGV4dCI6Im1hbmFnZW1lbnQifSx7InRleHQiOiJidXNpbmVzcyJ9LHsidGV4dCI6ImNoZW1pc3RyeSJ9LHsidGV4dCI6ImNhZGFzdHJhbCBtYXBzIn0seyJ0ZXh0IjoiZW52aXJvbm1lbnQifSx7InRleHQiOiJlYXJ0aCJ9LHsidGV4dCI6InN1cnZleSJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiSGFydmFyZCBVbml2ZXJzaXR5LCBJbnN0aXR1dGUgZm9yIFF1YW50aXRhdGl2ZSBTb2NpYWwgU2NpZW5jZSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJVU0EiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vd3d3LmlxLmhhcnZhcmQuZWR1LyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6IklRU1MiLCJsYW5ndWFnZSI6ImVuZyJ9XSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6InRlY2huaWNhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6InN1cHBvcnRAZGF0YXZlcnNlLm9yZyJ9XX0seyJuYW1lIjoiVGhlIERhdGF2ZXJzZSBQcm9qZWN0IiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkFBQSIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uub3JnLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvY29udGFjdCJ9XX0seyJuYW1lIjoiVW5pdmVyc2l0eSBvZiBOZXcgQnJ1bnN3aWNrLCBMaWJhcmllcyIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJDQU4iLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vbGliLnVuYi5jYS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVTkIgTGlicmFyaWVzIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoicmRtLnNlcnZpY2VzQHVuYi5jYSJ9XX1dLCJkYXRhQWNjZXNzZXMiOlt7InR5cGUiOiJvcGVuIiwicmVzdHJpY3Rpb25zIjpbXX1dLCJkYXRhVXBsb2FkcyI6W3sidHlwZSI6Im9wZW4iLCJyZXN0cmljdGlvbnMiOltdfSx7InR5cGUiOiJvcGVuIiwicmVzdHJpY3Rpb25zIjpbXX0seyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9XX1dLCJkYXRhVXBsb2FkTGljZW5zZXMiOlt7Im5hbWUiOiJVc2VyIEd1aWRlIiwidXJsIjoiaHR0cDovL2d1aWRlcy5kYXRhdmVyc2Uub3JnL2VuLzQuMTAuMS91c2VyLyJ9XSwicGlkU3lzdGVtcyI6W3sidGV4dCI6IkRPSSJ9XSwiYXBpcyI6W3sidXJsIjoiaHR0cDovL2d1aWRlcy5kYXRhdmVyc2Uub3JnL2VuLzQuNy9hcGkvaW5kZXguaHRtbCIsInR5cGUiOiJTV09SRCJ9LHsidXJsIjoiaHR0cDovL2d1aWRlcy5kYXRhdmVyc2Uub3JnL2VuLzQuNy9hcGkvaW5kZXguaHRtbCIsInR5cGUiOiJvdGhlciJ9XSwic29mdHdhcmUiOlt7Im5hbWUiOiJEYXRhVmVyc2UifV0sInN0YXJ0RGF0ZSI6bnVsbCwiZW5kRGF0ZSI6bnVsbCwiY3JlYXRlZCI6IjIwMTgtMDgtMTBUMTc6MDY6MjhaIiwidXBkYXRlZCI6IjIwMTktMDMtMDVUMTE6MzM6MjNaIn19LHsiaWQiOiIxMC4xNzYxNi9SM1JQNDEiLCJ0eXBlIjoicmUzZGF0YSIsImF0dHJpYnV0ZXMiOnsicmUzZGF0YUlkIjoicjNkMTAwMDAwMDA1IiwicmVwb3NpdG9yeU5hbWUiOiJVTkMgRGF0YXZlcnNlIiwicmVwb3NpdG9yeVVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLnVuYy5lZHUvIiwicmVwb3NpdG9yeUNvbnRhY3RzIjpbeyJ0ZXh0Ijoib2R1bWFyY2hpdmVAdW5jLmVkdSJ9LHsidGV4dCI6Imh0dHBzOi8vZGF0YXZlcnNlLnVuYy5lZHUvIn1dLCJkZXNjcmlwdGlvbiI6IlRoZSBPZHVtIEluc3RpdHV0ZSBEYXRhdmVyc2UgTmV0d29yayBwcm92aWRlcyBhY2Nlc3MgdG8gZGF0YSBjb2xsZWN0aW9ucyBjdXJhdGVkIGJ5IHRoZSBPZHVtIEluc3RpdHV0ZSBhcyB3ZWxsIGFzIGNvbGxlY3Rpb25zIG93bmVkIGJ5IG90aGVyIGluc3RpdHV0aW9ucyBhbmQgaW5kaXZpZHVhbCBzY2hvbGFycy4gWW91IGNhbiBzZWFyY2ggYWNyb3NzIG9yIGJyb3dzZSBhbnkgb2YgdGhlc2UgZGF0YXZlcnNlcyBsaXN0ZWQgYmVsb3cuIFlvdSBtYXkgYWxzbyBjcmVhdGUgeW91ciBvd24gYnJhbmRlZCBkYXRhdmVyc2UgdG8gbWFuYWdlIGFuZCBwcm92aWRlIGFjY2VzcyB0byB5b3VyIGRhdGEuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbeyJ0ZXh0IjoiRFNBIn1dLCJ0eXBlcyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwifSx7InRleHQiOiJkaXNjaXBsaW5hcnkifV0sImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6Ik9kdW0gRGF0YXZlcnNlIiwibGFuZ3VhZ2UiOiJlbmcifSx7InRleHQiOiJVbml2ZXJzaXR5IG9mIE5vcnRoIENhcm9saW5hIERhdGF2ZXJzZSIsImxhbmd1YWdlIjoiZW5nIn0seyJ0ZXh0IjoiT2R1bSBJbnN0aXR1dGUgRGF0YXZlcnNlIE5ldHdvcmsiLCJsYW5ndWFnZSI6ImVuZyJ9XSwic3ViamVjdHMiOlt7InRleHQiOiIxIEh1bWFuaXRpZXMgYW5kIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjExMSBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMiBTb2NpYWwgYW5kIEJlaGF2aW91cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn1dLCJjb250ZW50VHlwZXMiOlt7InRleHQiOiJTdGFuZGFyZCBvZmZpY2UgZG9jdW1lbnRzIiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJQbGFpbiB0ZXh0Iiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJSYXcgZGF0YSIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiQXJjaGl2ZWQgZGF0YSIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU291cmNlIGNvZGUiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlNjaWVudGlmaWMgYW5kIHN0YXRpc3RpY2FsIGRhdGEgZm9ybWF0cyIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU29mdHdhcmUgYXBwbGljYXRpb25zIiwic2NoZW1lIjoicGFyc2UifV0sInByb3ZpZGVyVHlwZXMiOlt7InRleHQiOiJkYXRhUHJvdmlkZXIifSx7InRleHQiOiJzZXJ2aWNlUHJvdmlkZXIifV0sImtleXdvcmRzIjpbeyJ0ZXh0IjoiRkFJUiJ9LHsidGV4dCI6Im11bHRpZGlzY2lwbGluYXJ5In0seyJ0ZXh0IjoiZGVtb2dyYXBoeSJ9LHsidGV4dCI6Imh1bWFuIGJlaGF2aW9yIn0seyJ0ZXh0IjoiaHVtYW4gc29jaWV0aWVzIn0seyJ0ZXh0IjoiY2Vuc3VzIn0seyJ0ZXh0IjoibWljcm9kYXRhIn0seyJ0ZXh0IjoiZGVtb2dyYXBoaWMgc3VydmV5In0seyJ0ZXh0IjoicHVibGljIGhlYWx0aCJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiVW5pdmVyc2l0eSBvZiBOb3J0aCBDYXJvbGluYSBhdCBDaGFwZWwgSGlsbCwgVGhlIEhvd2FyZCBXLiBPZHVtIEluc3RpdHV0ZSBmb3IgU29jaWFsIFNjaWVuY2UsIERhdGEgQXJjaGl2ZSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJVU0EiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vd3d3Lm9kdW0udW5jLmVkdS9vZHVtL2NvbnRlbnRQcmltYXJ5LmpzcD9ub2RlaWQ9NyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6IlVOQywgT2R1bSBJbnN0aXR1dGUsIERhdGEgQXJjaGl2ZSIsImxhbmd1YWdlIjoiZW5nIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9LHsidGV4dCI6InRlY2huaWNhbCJ9XSwiaWRlbnRpZmllcnMiOlt7InRleHQiOiI5MTktOTYyLTMwNjEifV0sImNvbnRhY3RzIjpbeyJ0ZXh0Ijoib2R1bWFyY2hpdmVAdW5jLmVkdSJ9LHsidGV4dCI6Imh0dHBzOi8vd3d3Lm9kdW0udW5jLmVkdS9vZHVtL2NvbnRlbnRTdWJwYWdlLmpzcD9ub2RlaWQ9MTgifV19LHsibmFtZSI6IlRoZSBEYXRhdmVyc2UgUHJvamVjdCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJBQUEiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9LHsidGV4dCI6InRlY2huaWNhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6InN1cHBvcnRAZGF0YXZlcnNlLm9yZyJ9LHsidGV4dCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy9jb250YWN0LyJ9XX1dLCJkYXRhQWNjZXNzZXMiOlt7InR5cGUiOiJvcGVuIiwicmVzdHJpY3Rpb25zIjpbXX0seyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Im90aGVyIn1dfV0sImRhdGFVcGxvYWRzIjpbeyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Im90aGVyIn1dfV0sImRhdGFVcGxvYWRMaWNlbnNlcyI6W3sibmFtZSI6IkRhdGEgRGVwb3NpdCBGb3JtIiwidXJsIjoiaHR0cHM6Ly9vZHVtLnVuYy5lZHUvZmlsZXMvMjAxNy8wNS9Gb3JtX0RhdGFEZXBvc2l0XzIwMTcwNS5wZGYifSx7Im5hbWUiOiJVc2VyIFN1Ym1pc3Npb24gRGF0YSBVc2FnZSBMaWNlbnNlIEFncmVlbWVudCIsInVybCI6Imh0dHBzOi8vb2R1bS51bmMuZWR1L2ZpbGVzLzIwMTcvMDUvUG9saWN5X1VOQ0RhdGF2ZXJzZVRlcm1zb2ZVc2VfMjAxNzA1MDEucGRmIn1dLCJwaWRTeXN0ZW1zIjpbeyJ0ZXh0IjoiVVJOIn0seyJ0ZXh0IjoiUFVSTCJ9LHsidGV4dCI6IkFSSyJ9LHsidGV4dCI6IkRPSSJ9LHsidGV4dCI6ImhkbCJ9XSwiYXBpcyI6W3sidXJsIjoiaHR0cDovL3d3dy5kYXRhLXBhc3Mub3JnL3NpdGVzL2RlZmF1bHQvZmlsZXMvbWV0YWRhdGEucGRmIiwidHlwZSI6Ik9BSS1QTUgifSx7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL3N3b3JkLmh0bWwiLCJ0eXBlIjoiU1dPUkQifSx7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL25hdGl2ZS1hcGkuaHRtbCIsInR5cGUiOiJSRVNUIn1dLCJzb2Z0d2FyZSI6W3sibmFtZSI6IkRhdGFWZXJzZSJ9XSwic3RhcnREYXRlIjoiMjAxMSIsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDEyLTA3LTIzVDA5OjM5OjE1WiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDEzOjQ1OjIzWiJ9fSx7ImlkIjoiMTAuMTc2MTYvUjNSRzczIiwidHlwZSI6InJlM2RhdGEiLCJhdHRyaWJ1dGVzIjp7InJlM2RhdGFJZCI6InIzZDEwMDAxMDQ5NSIsInJlcG9zaXRvcnlOYW1lIjoiVU5JREFUQSAtIEJpY29jY2EgRGF0YSBBcmNoaXZlIiwicmVwb3NpdG9yeVVybCI6Imh0dHA6Ly93d3cudW5pZGF0YS51bmltaWIuaXQvP2xhbmc9ZW4iLCJyZXBvc2l0b3J5Q29udGFjdHMiOlt7InRleHQiOiJ1bmlkYXRhQHVuaW1pYi5pdCJ9XSwiZGVzY3JpcHRpb24iOiJVbmlkYXRhIOKAkyBCaWNvY2NhIERhdGEgQXJjaGl2ZSBpcyBhbiBpbnRlcmRlcGFydG1lbnRhbCBjZW50ZXIgb2YgdGhlIFVuaXZlcnNpdHkgb2YgTWlsYW4tQmljb2NjYSwgYm9ybiBpbiAyMDE1LiBUaGUgY2VudGVyIGlzIHRoZSBJdGFsaWFuIHBvaW50IG9mIHJlZmVyZW5jZSBmb3IgdGhlIHJlc2VhcmNoIGRhdGEgYXJjaGl2aW5nIGFuZCBkaXNzZW1pbmF0aW9uLCBiYXNlZCBvbiB0aGUgZXhhbXBsZSBvZiB0aGUgTmF0aW9uYWwgQXJjaGl2ZXMgbG9jYXRlZCBpbiBtYWpvciBFdXJvcGVhbiBjb3VudHJpZXMgYW5kIGJleW9uZC5cclxuVW5pRGF0YSBpbmhlcml0cyB0aGUgbG9uZyB3b3JrIGZyb20gdGhlIEFEUFNTLVNvY2lvZGF0YSBEYXRhIEFyY2hpdmUsIGJvcm4gaW4gMTk5OSBpbiB0aGUgRGVwYXJ0bWVudCBvZiBTb2Npb2xvZ3kgYW5kIFNvY2lhbCBSZXNlYXJjaCBhdCB0aGUgc2FtZSBVbml2ZXJzaXR5LlxyXG5IZXJlIHlvdSBjYW4gZmluZCBvbmx5IGluZGl2aWR1YWwgZGF0YSBmcm9tIDIwMTAuXHJcbkZvciBvbGRlciBzdXJ2ZXlzIHBsZWFzZSB2aXNpdCBBRFBTUyBTb2Npb2RhdGEsIERhdGEgQXJjaGl2ZSBmb3IgU29jaWFsIFNjaWVuY2VzIC0gQXJjaGl2aW8gRGF0aSBlIFByb2dyYW1taSBQZXIgbGUgU2NpZW56ZSBTb3ppYWxpOiBodHRwOi8vd3d3LnVuaWRhdGEudW5pbWliLml0L29sZC8gYW5kXHJcbkFEUFNTLVNPQ0lPREFUQSBBcmNoaXZpbyBEYXRpIGUgUHJvZ3JhbW1pIHBlciBsZSBTY2llbnplIFNvY2lhbGkgRGF0YXZlcnNlIDogaHR0cHM6Ly9kYXRhdmVyc2UuaGFydmFyZC5lZHUvZGF0YXZlcnNlL2FkcHNzIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImVuZyJ9LHsidGV4dCI6Iml0YSJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJkaXNjaXBsaW5hcnkifV0sImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6IkRhdGEgQXJjaGl2ZSBmb3IgU29jaWFsIFNjaWVuY2VzIiwibGFuZ3VhZ2UiOiJlbmcifSx7InRleHQiOiJBcmNoaXZpbyBEYXRpIGUgUHJvZ3JhbW1pIHBlciBsZSBTY2llbnplIFNvY2lhbGkiLCJsYW5ndWFnZSI6Iml0YSJ9LHsidGV4dCI6IkFEUFNTIFNvY2lvZGF0YSIsImxhbmd1YWdlIjoiZW5nIn0seyJ0ZXh0IjoiQURQU1MtU09DSU9EQVRBIEFyY2hpdmlvIERhdGkgZSBQcm9ncmFtbWkgcGVyIGxlIFNjaWVuemUgU29jaWFsaSBEYXRhdmVyc2UiLCJsYW5ndWFnZSI6Iml0YSJ9XSwic3ViamVjdHMiOlt7InRleHQiOiIxIEh1bWFuaXRpZXMgYW5kIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjExMSBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMiBTb2NpYWwgYW5kIEJlaGF2aW91cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn1dLCJjb250ZW50VHlwZXMiOlt7InRleHQiOiJTY2llbnRpZmljIGFuZCBzdGF0aXN0aWNhbCBkYXRhIGZvcm1hdHMiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlBsYWluIHRleHQiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9LHsidGV4dCI6InNlcnZpY2VQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJzdXJ2ZXkgZGF0YSJ9LHsidGV4dCI6ImV1cm9iYXJvbWV0ZXIifSx7InRleHQiOiJJU1NQIn0seyJ0ZXh0IjoiV1ZTIn0seyJ0ZXh0IjoiSXN0YXQifSx7InRleHQiOiJFdXJvc3RhdCJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiSW50ZXJkZXBhcnRtZW50YWwgQ2VudHJlIFVuaURhdGEg4oCTIEJpY29jY2EgRGF0YSBBcmNoaXZlIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IklUQSIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cDovL3d3dy51bmlkYXRhLnVuaW1pYi5pdC8/bGFuZz1lbiIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjoiMjAxNSIsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbeyJ0ZXh0IjoiQ2VudHJvIGludGVyZGlwYXJ0aW1lbnRhbGUgVW5pRGF0YSDigJMgQmljb2NjYSBEYXRhIEFyY2hpdmUiLCJsYW5ndWFnZSI6Iml0YSJ9XSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6ImdlbmVyYWwifSx7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwOi8vd3d3LnVuaWRhdGEudW5pbWliLml0Lz9wYWdlX2lkPTU1NyJ9XX0seyJuYW1lIjoiVW5pdmVyc2l0w6AgZGVnbGkgU3R1ZGkgZGkgTWlsYW5vLUJpY29jY2EsIERpcGFydGltZW50byBkaSBTb2Npb2xvZ2lhIGUgUmljZXJjYSBTb2NpYWxlLCBBcmNoaXZpbyBEYXRpIGUgUHJvZ3JhbW1pIHBlciBsZSBTY2llbnplIFNvY2lhbGkiLCJuYW1lTGFuZ3VhZ2UiOiJpdGEiLCJjb3VudHJ5IjoiSVRBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwOi8vd3d3LnVuaWRhdGEudW5pbWliLml0L29sZC9lbmcvaW5kZXgucGhwP3c9aG9tZSIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjoiMTk5OSIsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6IjIwMTUiLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJBRFBTUyIsImxhbmd1YWdlIjoiaXRhIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6ImFkcHNzLnNvY2lvbG9naWFAdW5pbWliLml0In1dfSx7Im5hbWUiOiJVbml2ZXJzaXR5IG9mIE1pbGFuIC0gQmljb2NjYSwgRGVwYXJ0bWVudCBvZiBTb2Npb2xvZ3kgYW5kIFNvY2lhbCBSZXNlYXJjaCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJJVEEiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHA6Ly93d3cuc29jaWFsY2FwaXRhbGdhdGV3YXkub3JnL2NvbnRlbnQvb3JnYW5pemF0aW9uL3VuaXZlcnNpdHktbWlsYW4tYmljb2NjYS1kZXBhcnRtZW50LXNvY2lvbG9neS1hbmQtc29jaWFsLXJlc2VhcmNoIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOiIxOTk5IiwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVbml2ZXJzaXTDoCBkZWdsaSBTdHVkaSBkaSBNaWxhbm8tQmljb2NjYSwgRGlwYXJ0aW1lbnRvIGRpIFNvY2lvbG9naWEgZSBSaWNlcmNhIFNvY2lhbGUiLCJsYW5ndWFnZSI6Iml0YSJ9LHsidGV4dCI6IkRTUlMiLCJsYW5ndWFnZSI6ImVuZyJ9XSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6ImdlbmVyYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJmYWJpby5zYWJhdGluaUBldXJpY3NlLmV1In1dfV0sImRhdGFBY2Nlc3NlcyI6W3sidHlwZSI6InJlc3RyaWN0ZWQiLCJyZXN0cmljdGlvbnMiOlt7InRleHQiOiJvdGhlciJ9LHsidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9LHsidGV4dCI6ImZlZVJlcXVpcmVkIn1dfSx7InR5cGUiOiJjbG9zZWQiLCJyZXN0cmljdGlvbnMiOltdfV0sImRhdGFVcGxvYWRzIjpbeyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9LHsidGV4dCI6Im90aGVyIn1dfV0sImRhdGFVcGxvYWRMaWNlbnNlcyI6W3sibmFtZSI6IlJlZ29sYW1lbnRvICAgcGVyICAgbOKAmWFjY2Vzc28gICBhaSAgIGRhdGkgICBkaXN0cmlidWl0aSAgIGRhbCAgIENlbnRybyBJbnRlcmRpcGFydGltZW50YWxlIFVuaURhdGEiLCJ1cmwiOiJodHRwOi8vd3d3LnVuaWRhdGEudW5pbWliLml0L3dwLWNvbnRlbnQvdXBsb2Fkcy9SZWdvbGFtZW50by1BY2Nlc3NvLURhdGkucGRmIn1dLCJwaWRTeXN0ZW1zIjpbeyJ0ZXh0Ijoibm9uZSJ9XSwiYXBpcyI6W10sInNvZnR3YXJlIjpbeyJuYW1lIjoiTmVzc3RhciJ9XSwic3RhcnREYXRlIjoiMjAxNSIsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDEzLTA4LTI3VDA5OjM5OjE2WiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDE0OjU4OjIzWiJ9fSx7ImlkIjoiMTAuMTc2MTYvUjM3RjczIiwidHlwZSI6InJlM2RhdGEiLCJhdHRyaWJ1dGVzIjp7InJlM2RhdGFJZCI6InIzZDEwMDAxMjgwMyIsInJlcG9zaXRvcnlOYW1lIjoiVW5pdmVyc2l0eSBvZiBHdWVscGggUmVzZWFyY2ggRGF0YSBSZXBvc2l0b3J5ICBEYXRhdmVyc2UiLCJyZXBvc2l0b3J5VXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uuc2Nob2xhcnNwb3J0YWwuaW5mby9kYXRhdmVyc2UvdWdyZHIiLCJyZXBvc2l0b3J5Q29udGFjdHMiOlt7InRleHQiOiJsaWIucmVzZWFyY2hAdW9ndWVscGguY2EifV0sImRlc2NyaXB0aW9uIjoiVGhlIFVuaXZlcnNpdHkgb2YgR3VlbHBoIExpYnJhcnkgbWFpbnRhaW5zIHR3byByZXNlYXJjaCBkYXRhIHJlcG9zaXRvcmllcyB0byBwcmVzZXJ2ZSBhbmQgcHJvdmlkZSBhY2Nlc3MgdG8gZGF0YXNldHMgYW5kIG90aGVyIHJlc2VhcmNoIG1hdGVyaWFscyByZXN1bHRpbmcgZnJvbSBVbml2ZXJzaXR5IG9mIEd1ZWxwaCByZXNlYXJjaCBwcm9qZWN0cy4gVGhlIEFncmktZW52aXJvbm1lbnRhbCBSZXNlYXJjaCBEYXRhIHJlcG9zaXRvcnkgcHJlc2VydmVzIGFuZCBwcm92aWRlcyBhY2Nlc3MgdG8gYWdyaWN1bHR1cmFsIGFuZCBlbnZpcm9ubWVudGFsIGRhdGEuIFRoZSBVbml2ZXJzaXR5IG9mIEd1ZWxwaCBSZXNlYXJjaCBEYXRhIFJlcG9zaXRvcnkgaG91c2VzIHJlc2VhcmNoIGRhdGEgZnJvbSBhbGwgb3RoZXIgZGlzY2lwbGluZXMuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImZyYSJ9LHsidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJpbnN0aXR1dGlvbmFsIn1dLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVbml2ZXJzaXR5IG9mIEd1ZWxwaCAgRGF0YXZlcnNlIiwibGFuZ3VhZ2UiOiJlbmcifV0sInN1YmplY3RzIjpbeyJ0ZXh0IjoiMSBIdW1hbml0aWVzIGFuZCBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMDMgRmluZSBBcnRzLCBNdXNpYywgVGhlYXRyZSBhbmQgTWVkaWEgU3R1ZGllcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEwNCBMaW5ndWlzdGljcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEwNDAyIEluZGl2aWR1YWwgTGluZ3Vpc3RpY3MiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMSBIdW1hbml0aWVzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTEyIEVjb25vbWljcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEyIFNvY2lhbCBhbmQgQmVoYXZpb3VyYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyIExpZmUgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMSBCaW9sb2d5Iiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMyBOYXR1cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMzIgUGh5c2ljcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjQgRW5naW5lZXJpbmcgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiI0MDkgQ29tcHV0ZXIgU2NpZW5jZSIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjQ0IENvbXB1dGVyIFNjaWVuY2UsIEVsZWN0cmljYWwgYW5kIFN5c3RlbSBFbmdpbmVlcmluZyIsInNjaGVtZSI6IkRGRyJ9XSwiY29udGVudFR5cGVzIjpbeyJ0ZXh0IjoiU3RydWN0dXJlZCB0ZXh0Iiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJQbGFpbiB0ZXh0Iiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJSYXcgZGF0YSIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU3RhbmRhcmQgb2ZmaWNlIGRvY3VtZW50cyIsInNjaGVtZSI6InBhcnNlIn1dLCJwcm92aWRlclR5cGVzIjpbeyJ0ZXh0IjoiZGF0YVByb3ZpZGVyIn1dLCJrZXl3b3JkcyI6W3sidGV4dCI6IkNhbmFkYSJ9LHsidGV4dCI6Im11bHRpZGlzY2lwbGluYXJ5In1dLCJpbnN0aXR1dGlvbnMiOlt7Im5hbWUiOiJTY2hvbGFycyBQb3J0YWwgRGF0YXZlcnNlIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uuc2Nob2xhcnNwb3J0YWwuaW5mby8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6ImRhdGF2ZXJzZUBzY2hvbGFyc3BvcnRhbC5pbmZvIn1dfSx7Im5hbWUiOiJUaGUgRGF0YXZlcnNlIFByb2plY3QiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiQUFBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbXSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6InRlY2huaWNhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy9jb250YWN0In0seyJ0ZXh0Ijoic3VwcG9ydEBkYXRhdmVyc2Uub3JnIn1dfSx7Im5hbWUiOiJPbnRhcmlvIENvdW5jaWwgb2YgVW5pdmVyc2l0eSBMaWJyYXJpZXMiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiQ0FOIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL29jdWwub24uY2EvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbeyJ0ZXh0IjoiQ0JVTyIsImxhbmd1YWdlIjoiZnJhIn0seyJ0ZXh0IjoiQ29uc2VpbCBkZXMgYmlibGlvdGjDqHF1ZXMgdW5pdmVyc2l0YWlyZXMgZGUgbCdPbnRhcmlvIiwibGFuZ3VhZ2UiOiJmcmEifSx7InRleHQiOiJPQ1VMIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOltdfSx7Im5hbWUiOiJVbml2ZXJzaXR5IG9mIEd1ZWxwaCwgTGlicmFyeSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJDQU4iLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vd3d3LmxpYi51b2d1ZWxwaC5jYS9nZXQtYXNzaXN0YW5jZS9tYXBzLWdpcy1kYXRhL3Jlc2VhcmNoLWRhdGEtbWFuYWdlbWVudC9wcmVzZXJ2aW5nLXNoYXJpbmctZGF0YS9wcmVzZXJ2aW5nLXlvdXItZGF0YSIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoiaHR0cHM6Ly93d3cubGliLnVvZ3VlbHBoLmNhL2dldC1hc3Npc3RhbmNlL21hcHMtZ2lzLWRhdGEvYm9vay1hcHBvaW50bWVudHMifV19LHsibmFtZSI6IkhhcnZhcmQgVW5pdmVyc2l0eSwgSW5zdGl0dXRlIGZvciBRdWFudGl0YXRpdmUgU29jaWFsIFNjaWVuY2UiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiVVNBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL3d3dy5pcS5oYXJ2YXJkLmVkdS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJJUVNTIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOltdfV0sImRhdGFBY2Nlc3NlcyI6W3sidHlwZSI6Im9wZW4iLCJyZXN0cmljdGlvbnMiOltdfV0sImRhdGFVcGxvYWRzIjpbeyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9XX1dLCJkYXRhVXBsb2FkTGljZW5zZXMiOlt7Im5hbWUiOiJUZXJtcyBvZiBVc2UiLCJ1cmwiOiJodHRwczovL2xlYXJuLnNjaG9sYXJzcG9ydGFsLmluZm8vYWxsLWd1aWRlcy9kYXRhdmVyc2UvdGVybXMtb2YtdXNlLyJ9XSwicGlkU3lzdGVtcyI6W3sidGV4dCI6ImhkbCJ9LHsidGV4dCI6IkRPSSJ9XSwiYXBpcyI6W3sidXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uuc2Nob2xhcnNwb3J0YWwuaW5mby9ndWlkZXMvZW4vNC44LjYvYXBpL2luZGV4Lmh0bWwiLCJ0eXBlIjoib3RoZXIifSx7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL2luZGV4Lmh0bWwiLCJ0eXBlIjoiU1dPUkQifV0sInNvZnR3YXJlIjpbeyJuYW1lIjoiRGF0YVZlcnNlIn1dLCJzdGFydERhdGUiOiIyMDEyIiwiZW5kRGF0ZSI6bnVsbCwiY3JlYXRlZCI6IjIwMTgtMDgtMTBUMTY6MjY6NDRaIiwidXBkYXRlZCI6IjIwMTktMDMtMDVUMTE6Mzk6MDhaIn19LHsiaWQiOiIxMC4xNzYxNi9SMzlaMjAiLCJ0eXBlIjoicmUzZGF0YSIsImF0dHJpYnV0ZXMiOnsicmUzZGF0YUlkIjoicjNkMTAwMDEyODE2IiwicmVwb3NpdG9yeU5hbWUiOiJVbml2ZXJzaXR5IG9mIE1hbml0b2JhIERhdGF2ZXJzZSIsInJlcG9zaXRvcnlVcmwiOiJodHRwczovL2RhdGF2ZXJzZS5saWIudW1hbml0b2JhLmNhLyIsInJlcG9zaXRvcnlDb250YWN0cyI6W3sidGV4dCI6IkRhdGF2ZXJzZUB1bWFuaXRvYmEuY2EifV0sImRlc2NyaXB0aW9uIjoiVU0gRGF0YXZlcnNlIGlzIHBhcnQgb2YgdGhlIERhdGF2ZXJzZSBQcm9qZWN0IGNvbmNlaXZlZCBvZiBieSBIYXJ2YXJkIFVuaXZlcnNpdHkuIEl0IGlzIGFuIG9wZW4gc291cmNlIHJlcG9zaXRvcnkgdG8gYXNzaXN0IHJlc2VhcmNoZXJzIGluIHRoZSBjcmVhdGlvbiwgbWFuYWdlbWVudCBhbmQgZGlzc2VtaW5hdGlvbiBvZiB0aGVpciByZXNlYXJjaCBkYXRhLiBVTSBEYXRhdmVyc2UgYWxsb3dzIGZvciB0aGUgY3JlYXRpb24gb2YgbXVsdGlwbGUgY29sbGFib3JhdGl2ZSBlbnZpcm9ubWVudHMgY29udGFpbmluZyBkYXRhc2V0cywgbWV0YWRhdGEgYW5kIGRpZ2l0YWwgb2JqZWN0cy4gVU0gRGF0YXZlcnNlIHByb3ZpZGVzIGZvcm1hbCBzY2hvbGFybHkgZGF0YSBjaXRhdGlvbnMgYW5kIGNhbiBoZWxwIHdpdGggZGF0YSByZXF1aXJlbWVudHMgZnJvbSBwdWJsaXNoZXJzIGFuZCBmdW5kZXJzLiIsInJlcG9zaXRvcnlMYW5ndWFnZXMiOlt7InRleHQiOiJlbmcifV0sImNlcnRpZmljYXRlcyI6W10sInR5cGVzIjpbeyJ0ZXh0IjoiaW5zdGl0dXRpb25hbCJ9XSwiYWRkaXRpb25hbE5hbWVzIjpbeyJ0ZXh0IjoiVW5pdmVyc2l0eSBvZiBNYW5pdG9iYSBMaWJyYXJpZXMgRGF0YXZlcnNlIiwibGFuZ3VhZ2UiOiJlbmcifV0sInN1YmplY3RzIjpbeyJ0ZXh0IjoiMSBIdW1hbml0aWVzIGFuZCBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMSBIdW1hbml0aWVzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTExIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEyIFNvY2lhbCBhbmQgQmVoYXZpb3VyYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyIExpZmUgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMDcgQWdyaWN1bHR1cmUsIEZvcmVzdHJ5LCBIb3J0aWN1bHR1cmUgYW5kIFZldGVyaW5hcnkgTWVkaWNpbmUiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIyMyBBZ3JpY3VsdHVyZSwgRm9yZXN0cnksIEhvcnRpY3VsdHVyZSBhbmQgVmV0ZXJpbmFyeSBNZWRpY2luZSIsInNjaGVtZSI6IkRGRyJ9XSwiY29udGVudFR5cGVzIjpbeyJ0ZXh0IjoiU2NpZW50aWZpYyBhbmQgc3RhdGlzdGljYWwgZGF0YSBmb3JtYXRzIiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTdHJ1Y3R1cmVkIHRleHQiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlN0YW5kYXJkIG9mZmljZSBkb2N1bWVudHMiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJlbmdpbmVlcmluZyJ9LHsidGV4dCI6InNvbGFyIn0seyJ0ZXh0Ijoic2lnbmJvYXJkcyJ9LHsidGV4dCI6InNpZ25zIn0seyJ0ZXh0IjoiaGlzdG9yeSJ9LHsidGV4dCI6ImxpYnJhcnkgYnVpbGRpbmdzIn1dLCJpbnN0aXR1dGlvbnMiOlt7Im5hbWUiOiJVbml2ZXJzaXR5IG9mIE1hbml0b2JhLCAgTGlicmFyaWVzIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly91bWFuaXRvYmEuY2EvbGlicmFyaWVzLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifSx7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbXX0seyJuYW1lIjoiRGF0YXZlcnNlIFByb2plY3QiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiQUFBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbXSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6InRlY2huaWNhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy9jb250YWN0In1dfV0sImRhdGFBY2Nlc3NlcyI6W3sidHlwZSI6InJlc3RyaWN0ZWQiLCJyZXN0cmljdGlvbnMiOlt7InRleHQiOiJyZWdpc3RyYXRpb24ifSx7InRleHQiOiJpbnN0aXR1dGlvbmFsIG1lbWJlcnNoaXAifV19LHsidHlwZSI6Im9wZW4iLCJyZXN0cmljdGlvbnMiOltdfV0sImRhdGFVcGxvYWRzIjpbeyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9XX1dLCJkYXRhVXBsb2FkTGljZW5zZXMiOlt7Im5hbWUiOiJVc2VyIFN1Ym1pc3Npb24gRGF0YSBVc2FnZSBMaWNlbnNlIEFncmVlbWVudCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy9iZXN0LXByYWN0aWNlcy9oYXJ2YXJkLWRhdGF2ZXJzZS1nZW5lcmFsLXRlcm1zLXVzZSJ9XSwicGlkU3lzdGVtcyI6W3sidGV4dCI6IkRPSSJ9XSwiYXBpcyI6W3sidXJsIjoiaHR0cDovL2d1aWRlcy5kYXRhdmVyc2Uub3JnL2VuLzQuNy9hcGkvaW5kZXguaHRtbCIsInR5cGUiOiJvdGhlciJ9LHsidXJsIjoiaHR0cDovL2d1aWRlcy5kYXRhdmVyc2Uub3JnL2VuLzQuNy9hcGkvaW5kZXguaHRtbCIsInR5cGUiOiJTV09SRCJ9XSwic29mdHdhcmUiOlt7Im5hbWUiOiJEYXRhVmVyc2UifV0sInN0YXJ0RGF0ZSI6bnVsbCwiZW5kRGF0ZSI6bnVsbCwiY3JlYXRlZCI6IjIwMTgtMDgtMTBUMTc6MDk6MDVaIiwidXBkYXRlZCI6IjIwMTktMDMtMDVUMTE6MjM6NDNaIn19LHsiaWQiOiIxMC4xNzYxNi9SMzNONTUiLCJ0eXBlIjoicmUzZGF0YSIsImF0dHJpYnV0ZXMiOnsicmUzZGF0YUlkIjoicjNkMTAwMDEyODA1IiwicmVwb3NpdG9yeU5hbWUiOiJVbml2ZXJzaXR5IG9mIE90dGF3YSBEYXRhdmVyc2UiLCJyZXBvc2l0b3J5VXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uuc2Nob2xhcnNwb3J0YWwuaW5mby9kYXRhdmVyc2Uvb3R0YXdhIiwicmVwb3NpdG9yeUNvbnRhY3RzIjpbeyJ0ZXh0IjoiZGF0YXZlcnNlQHNjaG9sYXJzcG9ydGFsLmluZm8ifV0sImRlc2NyaXB0aW9uIjoiVGhlIFVuaXZlcnNpdHkgb2YgT3R0YXdhIERhdGF2ZXJzZSBpcyB0aGUgcmVzZWFyY2ggZGF0YSByZXBvc2l0b3J5IGZvciB0aGUgZmFjdWx0eSBhbmQgc2Nob2xhcnMgb2YgVW5pdmVyc2l0eSBvZiBPdHRhd2EuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImZyYSJ9LHsidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJpbnN0aXR1dGlvbmFsIn1dLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJzdWJqZWN0cyI6W3sidGV4dCI6IjEgSHVtYW5pdGllcyBhbmQgU29jaWFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMiBMaWZlIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMjEgQmlvbG9neSIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIyIE1lZGljaW5lIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMyBOYXR1cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMyBOYXR1cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiNCBFbmdpbmVlcmluZyBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9XSwiY29udGVudFR5cGVzIjpbeyJ0ZXh0IjoiUmF3IGRhdGEiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlBsYWluIHRleHQiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlN0YW5kYXJkIG9mZmljZSBkb2N1bWVudHMiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJDYW5hZGEifSx7InRleHQiOiJtdWx0aWRpc2NpcGxpbmFyeSJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiU2Nob2xhcnMgUG9ydGFsIERhdGF2ZXJzZSIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJDQU4iLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLnNjaG9sYXJzcG9ydGFsLmluZm8vIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbXSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6ImdlbmVyYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJkYXRhdmVyc2VAc2Nob2xhcnNwb3J0YWwuaW5mbyJ9XX0seyJuYW1lIjoiVGhlIERhdGF2ZXJzZSBQcm9qZWN0IiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkFBQSIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uub3JnLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvY29udGFjdCJ9LHsidGV4dCI6InN1cHBvcnRAZGF0YXZlcnNlLm9yZyJ9XX0seyJuYW1lIjoiT250YXJpbyBDb3VuY2lsIG9mIFVuaXZlcnNpdHkgTGlicmFyaWVzIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9vY3VsLm9uLmNhLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6IkNCVU8iLCJsYW5ndWFnZSI6ImZyYSJ9LHsidGV4dCI6IkNvbnNlaWwgZGVzIGJpYmxpb3Row6hxdWVzIHVuaXZlcnNpdGFpcmVzIGRlIGwnT250YXJpbyIsImxhbmd1YWdlIjoiZnJhIn0seyJ0ZXh0IjoiT0NVTCIsImxhbmd1YWdlIjoiZW5nIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoiaHR0cHM6Ly9vY3VsLm9uLmNhL2NvbnRhY3QifV19LHsibmFtZSI6IkhhcnZhcmQgVW5pdmVyc2l0eSwgSW5zdGl0dXRlIGZvciBRdWFudGl0YXRpdmUgU29jaWFsIFNjaWVuY2UiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiVVNBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL3d3dy5pcS5oYXJ2YXJkLmVkdS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJJUVNTIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJzdXBwb3J0QGRhdGF2ZXJzZS5vcmcifV19LHsibmFtZSI6IlVuaXZlcnNpdHkgb2YgT3R0YXdhLCBMaWJyYXJ5IiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly93d3cudW90dGF3YS5jYS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJVbml2ZXJzaXTDqSBkJ090dGF3YSwgQmlibGlvdGjDqHF1ZSIsImxhbmd1YWdlIjoiZnJhIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W3sidGV4dCI6ImJpYmxpb2xpYnJhcnlAdU90dGF3YS5jYSJ9XX1dLCJkYXRhQWNjZXNzZXMiOlt7InR5cGUiOiJvcGVuIiwicmVzdHJpY3Rpb25zIjpbXX1dLCJkYXRhVXBsb2FkcyI6W3sidHlwZSI6InJlc3RyaWN0ZWQiLCJyZXN0cmljdGlvbnMiOlt7InRleHQiOiJpbnN0aXR1dGlvbmFsIG1lbWJlcnNoaXAifV19XSwiZGF0YVVwbG9hZExpY2Vuc2VzIjpbeyJuYW1lIjoiVGVybXMgb2YgVXNlIiwidXJsIjoiaHR0cHM6Ly9sZWFybi5zY2hvbGFyc3BvcnRhbC5pbmZvL2FsbC1ndWlkZXMvZGF0YXZlcnNlL3Rlcm1zLW9mLXVzZS8ifV0sInBpZFN5c3RlbXMiOlt7InRleHQiOiJET0kifV0sImFwaXMiOlt7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL2luZGV4Lmh0bWwiLCJ0eXBlIjoiU1dPUkQifSx7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL2luZGV4Lmh0bWwiLCJ0eXBlIjoib3RoZXIifV0sInNvZnR3YXJlIjpbeyJuYW1lIjoiRGF0YVZlcnNlIn1dLCJzdGFydERhdGUiOm51bGwsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDE4LTA4LTEwVDE2OjMyOjIzWiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDExOjMxOjA4WiJ9fSx7ImlkIjoiMTAuMTc2MTYvUjNYWjNaIiwidHlwZSI6InJlM2RhdGEiLCJhdHRyaWJ1dGVzIjp7InJlM2RhdGFJZCI6InIzZDEwMDAxMjgwNiIsInJlcG9zaXRvcnlOYW1lIjoiVW5pdmVyc2l0eSBvZiBUb3JvbnRvIERhdGF2ZXJzZSIsInJlcG9zaXRvcnlVcmwiOiJodHRwczovL2RhdGF2ZXJzZS5zY2hvbGFyc3BvcnRhbC5pbmZvL2RhdGF2ZXJzZS90b3JvbnRvIiwicmVwb3NpdG9yeUNvbnRhY3RzIjpbXSwiZGVzY3JpcHRpb24iOiJUaGUgVW5pdmVyc2l0eSBvZiBUb3JvbnRvIG5ldHdvcmsgb2YgRGF0YXZlcnNlIGluY2x1ZGVzIHRoZSBVbml2ZXJzaXR5IG9mIFRvcm9udG8gTWlzc2lzc3VhZ2EgTGlicmFyeSBEYXRhdmVyc2UsIFVuaXZlcnNpdHkgb2YgVG9yb250byBTY2FyYm9yb3VnaCBMaWJyYXJ5IERhdGF2ZXJzZSwgYW5kIHRoZSBNYXAgXHUwMDI2IERhdGEgTGlicmFyeSBEYXRhdmVyc2UuIFRoZSBNYXAgXHUwMDI2IERhdGEgTGlicmFyeSBEYXRhdmVyc2UgY29udGFpbnMgYm90aCBtaWNyb2RhdGEgYW5kIGFnZ3JlZ2F0ZWQgc3RhdGlzdGljYWwgdGFibGVzLiBXaGlsZSBtdWNoIG9mIHRoaXMgY29sbGVjdGlvbiBpcyBvcGVubHkgYXZhaWxhYmxlLCBzb21lIG9mIHRoZXNlIGRhdGFzZXRzIGFyZSBsaWNlbnNlZCBhbmQgcmVzdHJpY3RlZCBmb3Igbm9uY29tbWVyY2lhbCB1c2UgYnkgdGhlIFVuaXZlcnNpdHkgb2YgVG9yb250byBjb21tdW5pdHkuIiwicmVwb3NpdG9yeUxhbmd1YWdlcyI6W3sidGV4dCI6ImZyYSJ9LHsidGV4dCI6ImVuZyJ9XSwiY2VydGlmaWNhdGVzIjpbXSwidHlwZXMiOlt7InRleHQiOiJpbnN0aXR1dGlvbmFsIn1dLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJzdWJqZWN0cyI6W3sidGV4dCI6IjEgSHVtYW5pdGllcyBhbmQgU29jaWFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMiBMaWZlIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMyBOYXR1cmFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiNCBFbmdpbmVlcmluZyBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9XSwiY29udGVudFR5cGVzIjpbeyJ0ZXh0IjoiQXJjaGl2ZWQgZGF0YSIsInNjaGVtZSI6InBhcnNlIn0seyJ0ZXh0IjoiU2NpZW50aWZpYyBhbmQgc3RhdGlzdGljYWwgZGF0YSBmb3JtYXRzIiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTdGFuZGFyZCBvZmZpY2UgZG9jdW1lbnRzIiwic2NoZW1lIjoicGFyc2UifV0sInByb3ZpZGVyVHlwZXMiOlt7InRleHQiOiJkYXRhUHJvdmlkZXIifV0sImtleXdvcmRzIjpbeyJ0ZXh0IjoibXVsdGlkaXNjaXBsaW5hcnkifV0sImluc3RpdHV0aW9ucyI6W3sibmFtZSI6IlVuaXZlcnNpdHkgb2YgVG9yb250bywgTGlicmFyaWVzIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9vbmVzZWFyY2gubGlicmFyeS51dG9yb250by5jYS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoiZ2VuZXJhbCJ9XSwiaWRlbnRpZmllcnMiOltdLCJjb250YWN0cyI6W119LHsibmFtZSI6IkhhcnZhcmQgVW5pdmVyc2l0eSwgSW5zdGl0dXRlIGZvciBRdWFudGl0YXZlIFNvY2lhbCBTY2llbmNlIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IlVTQSIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly93d3cuaXEuaGFydmFyZC5lZHUvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbeyJ0ZXh0IjoiSVFTUyIsImxhbmd1YWdlIjoiZW5nIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbXX0seyJuYW1lIjoiT250YXJpbyBDb3VuY2lsIG9mIFVuaXZlcnNpdHkgTGlicmFyaWVzIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9vY3VsLm9uLmNhL25vZGUvMTM1IiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbeyJ0ZXh0IjoiQ29uc2VpbCBkZXMgYmlibGlvdGjDqHF1ZXMgdW5pdmVyc2l0YWlyZXMgZGUgbCdPbnRhcmlvIiwibGFuZ3VhZ2UiOiJmcmEifSx7InRleHQiOiJDQlVPIiwibGFuZ3VhZ2UiOiJmcmEifSx7InRleHQiOiJPQ1VMIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOltdfSx7Im5hbWUiOiJEYXRhdmVyc2UgUHJvamVjdCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJBQUEiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbXX1dLCJkYXRhQWNjZXNzZXMiOlt7InR5cGUiOiJyZXN0cmljdGVkIiwicmVzdHJpY3Rpb25zIjpbeyJ0ZXh0Ijoib3RoZXIifV19LHsidHlwZSI6Im9wZW4iLCJyZXN0cmljdGlvbnMiOltdfV0sImRhdGFVcGxvYWRzIjpbeyJ0eXBlIjoicmVzdHJpY3RlZCIsInJlc3RyaWN0aW9ucyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwgbWVtYmVyc2hpcCJ9XX1dLCJkYXRhVXBsb2FkTGljZW5zZXMiOltdLCJwaWRTeXN0ZW1zIjpbeyJ0ZXh0IjoiRE9JIn1dLCJhcGlzIjpbXSwic29mdHdhcmUiOlt7Im5hbWUiOiJEYXRhVmVyc2UifV0sInN0YXJ0RGF0ZSI6bnVsbCwiZW5kRGF0ZSI6bnVsbCwiY3JlYXRlZCI6IjIwMTgtMDgtMTBUMTY6Mzg6MThaIiwidXBkYXRlZCI6IjIwMTktMDMtMDVUMTM6MzQ6MTFaIn19LHsiaWQiOiIxMC4xNzYxNi9SM1paMzgiLCJ0eXBlIjoicmUzZGF0YSIsImF0dHJpYnV0ZXMiOnsicmUzZGF0YUlkIjoicjNkMTAwMDEyODA3IiwicmVwb3NpdG9yeU5hbWUiOiJVbml2ZXJzaXR5IG9mIFdpbmRzb3IgRGF0YXZlcnNlIiwicmVwb3NpdG9yeVVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLnNjaG9sYXJzcG9ydGFsLmluZm8vZGF0YXZlcnNlL3dpbmRzb3IiLCJyZXBvc2l0b3J5Q29udGFjdHMiOlt7InRleHQiOiJodHRwczovL2RhdGF2ZXJzZS5zY2hvbGFyc3BvcnRhbC5pbmZvL2RhdGF2ZXJzZS93aW5kc29yIn1dLCJkZXNjcmlwdGlvbiI6IlRoZSBVbml2ZXJzaXR5IG9mIFdpbmRzb3IgRGF0YXZlcnNlIGlzIHRoZSBpbnN0aXR1dGlvbmFsIG9wZW4gYWNjZXNzIHJlc2VhcmNoIGRhdGEgcmVwb3NpdG9yeSBmb3IgdGhlIFVuaXZlcnNpdHkgb2YgV2luZHNvci4iLCJyZXBvc2l0b3J5TGFuZ3VhZ2VzIjpbeyJ0ZXh0IjoiZnJhIn0seyJ0ZXh0IjoiZW5nIn1dLCJjZXJ0aWZpY2F0ZXMiOltdLCJ0eXBlcyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwifV0sImFkZGl0aW9uYWxOYW1lcyI6W10sInN1YmplY3RzIjpbeyJ0ZXh0IjoiMSBIdW1hbml0aWVzIGFuZCBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxIEh1bWFuaXRpZXMgYW5kIFNvY2lhbCBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjIgTGlmZSBTY2llbmNlcyIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjQgRW5naW5lZXJpbmcgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifV0sImNvbnRlbnRUeXBlcyI6W3sidGV4dCI6IkFyY2hpdmVkIGRhdGEiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlJhdyBkYXRhIiwic2NoZW1lIjoicGFyc2UifSx7InRleHQiOiJTdGFuZGFyZCBvZmZpY2UgZG9jdW1lbnRzIiwic2NoZW1lIjoicGFyc2UifV0sInByb3ZpZGVyVHlwZXMiOlt7InRleHQiOiJkYXRhUHJvdmlkZXIifV0sImtleXdvcmRzIjpbeyJ0ZXh0IjoiQ2FuYWRhIn0seyJ0ZXh0IjoibXVsdGlkaXNjaXBsaW5hcnkifV0sImluc3RpdHV0aW9ucyI6W3sibmFtZSI6IlNjaG9sYXJzIFBvcnRhbCBEYXRhdmVyc2UiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiQ0FOIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL2RhdGF2ZXJzZS5zY2hvbGFyc3BvcnRhbC5pbmZvLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6ImRhdGF2ZXJzZUBzY2hvbGFyc3BvcnRhbC5pbmZvIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbXX0seyJuYW1lIjoiVGhlIERhdGF2ZXJzZSBQcm9qZWN0IiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkFBQSIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9kYXRhdmVyc2Uub3JnLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W10sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvY29udGFjdCJ9LHsidGV4dCI6InN1cHBvcnRAZGF0YXZlcnNlLm9yZyJ9XX0seyJuYW1lIjoiT250YXJpbyBDb3VuY2lsIG9mIFVuaXZlcnNpdHkgTGlicmFyaWVzIiwibmFtZUxhbmd1YWdlIjoiZW5nIiwiY291bnRyeSI6IkNBTiIsInR5cGUiOiJub24tcHJvZml0IiwidXJsIjoiaHR0cHM6Ly9vY3VsLm9uLmNhLyIsInJlc3BvbnNpYmlsaXR5U3RhcnREYXRlIjpudWxsLCJyZXNwb25zaWJpbGl0eUVuZERhdGUiOm51bGwsImFkZGl0aW9uYWxOYW1lcyI6W3sidGV4dCI6IkNCVU8iLCJsYW5ndWFnZSI6ImZyYSJ9LHsidGV4dCI6IkNvbnNlaWwgZGVzIGJpYmxpb3Row6hxdWVzIHVuaXZlcnNpdGFpcmVzIGRlIGwnT250YXJpbyIsImxhbmd1YWdlIjoiZnJhIn0seyJ0ZXh0IjoiT0NVTCIsImxhbmd1YWdlIjoiZW5nIn1dLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoiaHR0cHM6Ly9vY3VsLm9uLmNhL2NvbnRhY3QifV19LHsibmFtZSI6IkhhcnZhcmQgVW5pdmVyc2l0eSwgSW5zdGl0dXRlIGZvciBRdWFudGl0YXRpdmUgU29jaWFsIFNjaWVuY2UiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiVVNBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL3d3dy5pcS5oYXJ2YXJkLmVkdS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJJUVNTIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJ0ZWNobmljYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJzdXBwb3J0QGRhdGF2ZXJzZS5vcmcifV19LHsibmFtZSI6IlVuaXZlcnNpdHkgb2YgV2luZHNvciIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJDQU4iLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHA6Ly93d3cudXdpbmRzb3IuY2EvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbXSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6ImdlbmVyYWwifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwOi8vd3d3LnV3aW5kc29yLmNhL2NvbnRhY3QifV19XSwiZGF0YUFjY2Vzc2VzIjpbeyJ0eXBlIjoib3BlbiIsInJlc3RyaWN0aW9ucyI6W119XSwiZGF0YVVwbG9hZHMiOlt7InR5cGUiOiJyZXN0cmljdGVkIiwicmVzdHJpY3Rpb25zIjpbeyJ0ZXh0IjoiaW5zdGl0dXRpb25hbCBtZW1iZXJzaGlwIn1dfV0sImRhdGFVcGxvYWRMaWNlbnNlcyI6W3sibmFtZSI6IlRlcm1zIG9mIFVzZSIsInVybCI6Imh0dHBzOi8vbGVhcm4uc2Nob2xhcnNwb3J0YWwuaW5mby9hbGwtZ3VpZGVzL2RhdGF2ZXJzZS90ZXJtcy1vZi11c2UvIn1dLCJwaWRTeXN0ZW1zIjpbeyJ0ZXh0IjoiaGRsIn0seyJ0ZXh0IjoiRE9JIn1dLCJhcGlzIjpbeyJ1cmwiOiJodHRwOi8vZ3VpZGVzLmRhdGF2ZXJzZS5vcmcvZW4vbGF0ZXN0L2FwaS9pbmRleC5odG1sIiwidHlwZSI6IlNXT1JEIn0seyJ1cmwiOiJodHRwOi8vZ3VpZGVzLmRhdGF2ZXJzZS5vcmcvZW4vbGF0ZXN0L2FwaS9pbmRleC5odG1sIiwidHlwZSI6Im90aGVyIn1dLCJzb2Z0d2FyZSI6W3sibmFtZSI6IkRhdGFWZXJzZSJ9XSwic3RhcnREYXRlIjoiMjAxNyIsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDE4LTA4LTEwVDE2OjQyOjU2WiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDExOjMwOjIwWiJ9fSx7ImlkIjoiMTAuMTc2MTYvUjNaUDcxIiwidHlwZSI6InJlM2RhdGEiLCJhdHRyaWJ1dGVzIjp7InJlM2RhdGFJZCI6InIzZDEwMDAxMTMxOCIsInJlcG9zaXRvcnlOYW1lIjoiV2FzaGluZ3RvbiBTdGF0ZSBVbml2ZXJzaXR5IERhdGEgQ2VudGVyIERhdGF2ZXJzZSIsInJlcG9zaXRvcnlVcmwiOiJodHRwczovL2RhdGF2ZXJzZS5oYXJ2YXJkLmVkdS9kYXRhdmVyc2UueGh0bWw/YWxpYXM9d3N1IiwicmVwb3NpdG9yeUNvbnRhY3RzIjpbeyJ0ZXh0IjoiaHR0cHM6Ly9kYXRhdmVyc2UuaGFydmFyZC5lZHUvZGF0YXZlcnNlLnhodG1sP2FsaWFzPXdzdSJ9XSwiZGVzY3JpcHRpb24iOiJUaGUgZ2lmdCBvZiB0aGUgU3Rvd2VsbCBEYXRhc2V0cywgYSBkaWdpdGFsIGFyY2hpdmUgb2YgcHN5Y2hvZ3JhcGhpYyBkYXRhLCB0byB0aGUgQ29sbGVnZSBvZiBMaWJlcmFsIEFydHMgKGFuZCBjb250aW51ZWQgZ2lmdCBvZiBuZXcgZGF0YXNldHMpIHByb3ZpZGUgYSB1bmlxdWUgb3Bwb3J0dW5pdHkgZm9yIFdTVSB0byBmYWNpbGl0YXRlIGFjY2VzcyB0byBhIHZhbHVhYmxlIHJlc2VhcmNoIHJlc291cmNlLlxyXG5UaGUgZGF0YXNldHMgaW5jbHVkZSBvdmVyIDM1MCBpbmRpdmlkdWFsIG1ham9yIG1lZGlhIG1hcmtldCBzdXJ2ZXlzIChDQVRJLCBSYW5kb20gRGlnaXQgRGlhbGluZyB0ZWxlcGhvbmUgc3VydmV5cykgY29sbGVjdGVkIG92ZXIgdGhlIHBlcmlvZCAxOTg5LTIwMDEgYW5kIGZlYXR1cmUgYXBwcm94aW1hdGVseSBuPTEsMDAwKyByZXNwb25kZW50cyBmb3IgZWFjaCBtYXJrZXQgZm9yIGVhY2ggeWVhci4iLCJyZXBvc2l0b3J5TGFuZ3VhZ2VzIjpbeyJ0ZXh0IjoiZW5nIn1dLCJjZXJ0aWZpY2F0ZXMiOltdLCJ0eXBlcyI6W3sidGV4dCI6Imluc3RpdHV0aW9uYWwifSx7InRleHQiOiJkaXNjaXBsaW5hcnkifV0sImFkZGl0aW9uYWxOYW1lcyI6W10sInN1YmplY3RzIjpbeyJ0ZXh0IjoiMSBIdW1hbml0aWVzIGFuZCBTb2NpYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifSx7InRleHQiOiIxMTEgU29jaWFsIFNjaWVuY2VzIiwic2NoZW1lIjoiREZHIn0seyJ0ZXh0IjoiMTExMDIgRW1waXJpY2FsIFNvY2lhbCBSZXNlYXJjaCIsInNjaGVtZSI6IkRGRyJ9LHsidGV4dCI6IjEyIFNvY2lhbCBhbmQgQmVoYXZpb3VyYWwgU2NpZW5jZXMiLCJzY2hlbWUiOiJERkcifV0sImNvbnRlbnRUeXBlcyI6W3sidGV4dCI6IlN0YW5kYXJkIG9mZmljZSBkb2N1bWVudHMiLCJzY2hlbWUiOiJwYXJzZSJ9LHsidGV4dCI6IlBsYWluIHRleHQiLCJzY2hlbWUiOiJwYXJzZSJ9XSwicHJvdmlkZXJUeXBlcyI6W3sidGV4dCI6ImRhdGFQcm92aWRlciJ9XSwia2V5d29yZHMiOlt7InRleHQiOiJzb2NpYWwgc2NpZW5jZXMifSx7InRleHQiOiJwc3ljaG9ncmFwaGljcyJ9LHsidGV4dCI6Im1lZGlhIG1hcmtldCJ9LHsidGV4dCI6ImNvbnN1bWVyIHN1cnZleSJ9LHsidGV4dCI6IkNBVEkifSx7InRleHQiOiJkZW1vZ3JhcGhpY3MifSx7InRleHQiOiJSYW5kb20gRGlnaXQgRGlhbGluZyB0ZWxlcGhvbmUgc3VydmV5cyJ9XSwiaW5zdGl0dXRpb25zIjpbeyJuYW1lIjoiV2FzaGluZ3RvbiBTdGF0ZSBVbml2ZXJzaXR5LCBEaXZpc2lvbiBvZiBHb3Zlcm5tZW50YWwgU3R1ZGllcyBhbmQgU2VydmljZXMiLCJuYW1lTGFuZ3VhZ2UiOiJlbmciLCJjb3VudHJ5IjoiVVNBIiwidHlwZSI6Im5vbi1wcm9maXQiLCJ1cmwiOiJodHRwczovL2Rnc3Mud3N1LmVkdS8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOlt7InRleHQiOiJER1NTIiwibGFuZ3VhZ2UiOiJlbmcifV0sInJlc3BvbnNpYmlsaXR5VHlwZXMiOlt7InRleHQiOiJnZW5lcmFsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0IjoiZGdzc0B3c3UuZWR1In0seyJ0ZXh0IjoiaHR0cHM6Ly93c3UuZWR1L2Fib3V0L2NvbnRhY3QvIn1dfSx7Im5hbWUiOiJTdGF0ZSBvZiBXYXNoaW5ndG9uLCBXYXNoaW5ndG9uIFN0YXRlIE9mZmljZSBvZiBGaW5hbmNpYWwgTWFuYWdlbWVudCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJVU0EiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vd3d3Lm9mbS53YS5nb3YvIiwicmVzcG9uc2liaWxpdHlTdGFydERhdGUiOm51bGwsInJlc3BvbnNpYmlsaXR5RW5kRGF0ZSI6bnVsbCwiYWRkaXRpb25hbE5hbWVzIjpbXSwicmVzcG9uc2liaWxpdHlUeXBlcyI6W3sidGV4dCI6ImZ1bmRpbmcifV0sImlkZW50aWZpZXJzIjpbXSwiY29udGFjdHMiOlt7InRleHQiOiJodHRwczovL3d3dy5vZm0ud2EuZ292L2Fib3V0L2NvbnRhY3QtdXMifV19LHsibmFtZSI6IlRoZSBEYXRhdmVyc2UgUHJvamVjdCIsIm5hbWVMYW5ndWFnZSI6ImVuZyIsImNvdW50cnkiOiJBQUEiLCJ0eXBlIjoibm9uLXByb2ZpdCIsInVybCI6Imh0dHBzOi8vZGF0YXZlcnNlLm9yZy8iLCJyZXNwb25zaWJpbGl0eVN0YXJ0RGF0ZSI6bnVsbCwicmVzcG9uc2liaWxpdHlFbmREYXRlIjpudWxsLCJhZGRpdGlvbmFsTmFtZXMiOltdLCJyZXNwb25zaWJpbGl0eVR5cGVzIjpbeyJ0ZXh0IjoidGVjaG5pY2FsIn1dLCJpZGVudGlmaWVycyI6W10sImNvbnRhY3RzIjpbeyJ0ZXh0Ijoic3VwcG9ydEBkYXRhdmVyc2Uub3JnIn1dfV0sImRhdGFBY2Nlc3NlcyI6W3sidHlwZSI6Im9wZW4iLCJyZXN0cmljdGlvbnMiOltdfSx7InR5cGUiOiJyZXN0cmljdGVkIiwicmVzdHJpY3Rpb25zIjpbeyJ0ZXh0Ijoib3RoZXIifSx7InRleHQiOiJpbnN0aXR1dGlvbmFsIG1lbWJlcnNoaXAifV19XSwiZGF0YVVwbG9hZHMiOlt7InR5cGUiOiJyZXN0cmljdGVkIiwicmVzdHJpY3Rpb25zIjpbeyJ0ZXh0IjoiaW5zdGl0dXRpb25hbCBtZW1iZXJzaGlwIn1dfV0sImRhdGFVcGxvYWRMaWNlbnNlcyI6W3sibmFtZSI6IkhhcnZhcmQgRGF0YXZlcnNlIEdlbmVyYWwgVGVybXMgb2YgVXNlLCBVc2VyIHVwbG9hZHMiLCJ1cmwiOiJodHRwczovL2RhdGF2ZXJzZS5vcmcvYmVzdC1wcmFjdGljZXMvaGFydmFyZC1kYXRhdmVyc2UtZ2VuZXJhbC10ZXJtcy11c2UifV0sInBpZFN5c3RlbXMiOlt7InRleHQiOiJoZGwifV0sImFwaXMiOlt7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL3N3b3JkLmh0bWwiLCJ0eXBlIjoiU1dPUkQifSx7InVybCI6Imh0dHA6Ly9ndWlkZXMuZGF0YXZlcnNlLm9yZy9lbi9sYXRlc3QvYXBpL25hdGl2ZS1hcGkuaHRtbCIsInR5cGUiOiJSRVNUIn1dLCJzb2Z0d2FyZSI6W3sibmFtZSI6IkRhdGFWZXJzZSJ9XSwic3RhcnREYXRlIjoiMjAwOCIsImVuZERhdGUiOm51bGwsImNyZWF0ZWQiOiIyMDE0LTEyLTEyVDA5OjM5OjE4WiIsInVwZGF0ZWQiOiIyMDE5LTAzLTA1VDExOjA0OjA2WiJ9fV0sIm1ldGEiOnsidG90YWwiOjg1LCJ0b3RhbFBhZ2VzIjo5LCJwYWdlIjo4fSwibGlua3MiOnsic2VsZiI6Imh0dHBzOi8vYXBpLmRhdGFjaXRlLm9yZy9yZTNkYXRhP3BhZ2UlNUJudW1iZXIlNUQ9OFx1MDAyNnBhZ2UlNUJzaXplJTVEPTEwXHUwMDI2cXVlcnk9RGF0YXZlcnNlIiwibmV4dCI6Imh0dHBzOi8vYXBpLmRhdGFjaXRlLm9yZy9yZXBvc2l0b3JpZXM/cGFnZSU1Qm51bWJlciU1RD05XHUwMDI2cGFnZSU1QnNpemUlNUQ9MTBcdTAwMjZxdWVyeT1EYXRhdmVyc2UifX0= http_version: null - recorded_at: Fri, 31 Jul 2020 06:39:49 GMT + recorded_at: Wed, 05 Aug 2020 07:00:12 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/FunderType/find_funder/returns_funder_information.yml b/spec/fixtures/vcr_cassettes/FunderType/find_funder/returns_funder_information.yml index 0f25aa41e..b155e010d 100644 --- a/spec/fixtures/vcr_cassettes/FunderType/find_funder/returns_funder_information.yml +++ b/spec/fixtures/vcr_cassettes/FunderType/find_funder/returns_funder_information.yml @@ -29,7 +29,7 @@ http_interactions: Server: - http-kit Date: - - Fri, 31 Jul 2020 06:37:34 GMT + - Wed, 05 Aug 2020 06:38:39 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: @@ -39,10 +39,10 @@ http_interactions: body: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"funder","message-version":"1.0.0","message":{"hierarchy-names":{"501100009053":"The - Wellcome Trust DBT India Alliance"},"replaced-by":[],"work-count":451,"name":"The - Wellcome Trust DBT India Alliance","descendants":[],"descendant-work-count":451,"id":"501100009053","tokens":["the","wellcome","trust","dbt","india","alliance","india","alliance","wtdbt","india","alliance","wellcome","trust\/dbt","india","alliance","wellcome","trust","dbt","india","alliance"],"replaces":[],"uri":"http:\/\/dx.doi.org\/10.13039\/501100009053","hierarchy":{"501100009053":{}},"alt-names":["India + Wellcome Trust DBT India Alliance"},"replaced-by":[],"work-count":453,"name":"The + Wellcome Trust DBT India Alliance","descendants":[],"descendant-work-count":453,"id":"501100009053","tokens":["the","wellcome","trust","dbt","india","alliance","india","alliance","wtdbt","india","alliance","wellcome","trust\/dbt","india","alliance","wellcome","trust","dbt","india","alliance"],"replaces":[],"uri":"http:\/\/dx.doi.org\/10.13039\/501100009053","hierarchy":{"501100009053":{}},"alt-names":["India Alliance","WTDBT India Alliance","Wellcome Trust\/DBT India Alliance","Wellcome Trust DBt India Alliance"],"location":"India"}}' http_version: null - recorded_at: Fri, 31 Jul 2020 06:37:34 GMT + recorded_at: Wed, 05 Aug 2020 06:38:39 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/FunderType/query_funders/returns_funder_information.yml b/spec/fixtures/vcr_cassettes/FunderType/query_funders/returns_funder_information.yml index 05334e24d..067d5bbf0 100644 --- a/spec/fixtures/vcr_cassettes/FunderType/query_funders/returns_funder_information.yml +++ b/spec/fixtures/vcr_cassettes/FunderType/query_funders/returns_funder_information.yml @@ -29,7 +29,7 @@ http_interactions: Server: - http-kit Date: - - Fri, 31 Jul 2020 06:37:26 GMT + - Wed, 05 Aug 2020 06:38:02 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: @@ -44,5 +44,5 @@ http_interactions: Wellcome Trust DBT India Alliance","alt-names":["India Alliance","WTDBT India Alliance","Wellcome Trust\/DBT India Alliance","Wellcome Trust DBt India Alliance"],"uri":"http:\/\/dx.doi.org\/10.13039\/501100009053","replaces":[],"replaced-by":[],"tokens":["the","wellcome","trust","dbt","india","alliance","india","alliance","wtdbt","india","alliance","wellcome","trust\/dbt","india","alliance","wellcome","trust","dbt","india","alliance"]}]}}' http_version: null - recorded_at: Fri, 31 Jul 2020 06:37:26 GMT + recorded_at: Wed, 05 Aug 2020 06:38:02 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/FunderType/query_funders_national/returns_funder_information.yml b/spec/fixtures/vcr_cassettes/FunderType/query_funders_national/returns_funder_information.yml index 6736d8a72..4a2f7b979 100644 --- a/spec/fixtures/vcr_cassettes/FunderType/query_funders_national/returns_funder_information.yml +++ b/spec/fixtures/vcr_cassettes/FunderType/query_funders_national/returns_funder_information.yml @@ -29,7 +29,7 @@ http_interactions: Server: - http-kit Date: - - Fri, 31 Jul 2020 06:37:20 GMT + - Wed, 05 Aug 2020 06:38:04 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: @@ -54,5 +54,5 @@ http_interactions: States","name":"National Institute of Environmental Health Sciences","alt-names":["NIEHS"],"uri":"http:\/\/dx.doi.org\/10.13039\/100000066","replaces":[],"replaced-by":[],"tokens":["national","institute","of","environmental","health","sciences","niehs"]},{"id":"501100001445","location":"Singapore","name":"DSO National Laboratories - Singapore","alt-names":["DSO"],"uri":"http:\/\/dx.doi.org\/10.13039\/501100001445","replaces":[],"replaced-by":[],"tokens":["dso","national","laboratories","singapore","dso"]}]}}' http_version: null - recorded_at: Fri, 31 Jul 2020 06:37:20 GMT + recorded_at: Wed, 05 Aug 2020 06:38:04 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/OrganizationType/find_organization/returns_organization_information.yml b/spec/fixtures/vcr_cassettes/OrganizationType/find_organization/returns_organization_information.yml deleted file mode 100644 index b8f99199b..000000000 --- a/spec/fixtures/vcr_cassettes/OrganizationType/find_organization/returns_organization_information.yml +++ /dev/null @@ -1,54 +0,0 @@ ---- -http_interactions: -- request: - method: get - uri: https://api.ror.org/organizations/ror.org/013meh722 - body: - encoding: US-ASCII - string: '' - headers: - User-Agent: - - Mozilla/5.0 (compatible; Maremma/4.7.1; mailto:info@datacite.org) - Accept: - - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 - response: - status: - code: 200 - message: OK - headers: - Content-Type: - - application/json - Content-Length: - - '1490' - Connection: - - keep-alive - Date: - - Fri, 31 Jul 2020 06:37:16 GMT - Status: - - 200 OK - X-Frame-Options: - - SAMEORIGIN - Allow: - - GET, HEAD, OPTIONS - X-Powered-By: - - Phusion Passenger 6.0.5 - Server: - - nginx/1.18.0 + Phusion Passenger 6.0.5 - Vary: - - Accept-Encoding,Cookie,Origin - X-Cache: - - Miss from cloudfront - Via: - - 1.1 cddd3e95f67291463f7a95d065c7fcff.cloudfront.net (CloudFront) - X-Amz-Cf-Pop: - - DUS51-C1 - X-Amz-Cf-Id: - - Bf0kC00dA1anPGg0w0tqvAUQEdEjWtAy4kJPf8XITmlrAZYsteRquA== - body: - encoding: ASCII-8BIT - string: '{"id":"https://ror.org/013meh722","name":"University of Cambridge","types":["Education"],"links":["http://www.cam.ac.uk/"],"aliases":["Cambridge - University"],"acronyms":[],"status":"active","wikipedia_url":"http://en.wikipedia.org/wiki/University_of_Cambridge","labels":[{"label":"Prifysgol - Caergrawnt","iso639":"cy"}],"country":{"country_name":"United Kingdom","country_code":"GB"},"external_ids":{"ISNI":{"preferred":null,"all":["0000000121885934"]},"FundRef":{"preferred":"501100000735","all":["501100000735","501100007552","501100008420","100010441","501100000580","501100000585","501100000587","501100000602","501100000603","501100000705","501100000710","501100003987","501100004537","501100005796","501100006299","501100004222","501100004495","501100005962","501100006646","501100000727","501100000590","501100000742","501100001625","501100000591","501100000609","501100000621","501100000622","501100000644","501100000648","501100000653","501100000663","501100005705"]},"HESA":{"preferred":null,"all":["0114"]},"UCAS":{"preferred":null,"all":["C0121"]},"UKPRN":{"preferred":null,"all":["10007788"]},"OrgRef":{"preferred":"25978572","all":["25978572","26015915","498120","31803","75963","23747745","31805","457564","157283","7317906","151267","480151","212179","498109","201369","239420","48671","1167853","73199","327748","180326","2793352"]},"Wikidata":{"preferred":"Q35794","all":["Q35794","Q10899168","Q24679079","Q181892"]},"GRID":{"preferred":"grid.5335.0","all":"grid.5335.0"}}}' - http_version: null - recorded_at: Fri, 31 Jul 2020 06:37:16 GMT -recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/OrganizationType/query_organizations/returns_organization_information.yml b/spec/fixtures/vcr_cassettes/OrganizationType/query_organizations/returns_organization_information.yml index 0914f4b44..fd5052a78 100644 --- a/spec/fixtures/vcr_cassettes/OrganizationType/query_organizations/returns_organization_information.yml +++ b/spec/fixtures/vcr_cassettes/OrganizationType/query_organizations/returns_organization_information.yml @@ -23,7 +23,7 @@ http_interactions: Connection: - keep-alive Date: - - Fri, 31 Jul 2020 06:37:09 GMT + - Wed, 05 Aug 2020 07:00:06 GMT Status: - 200 OK X-Frame-Options: @@ -39,14 +39,14 @@ http_interactions: X-Cache: - Miss from cloudfront Via: - - 1.1 0406d08716a9781a5c19ff86db2debd3.cloudfront.net (CloudFront) + - 1.1 e7b88cadf742e342f39f17392af35c4f.cloudfront.net (CloudFront) X-Amz-Cf-Pop: - DUS51-C1 X-Amz-Cf-Id: - - BNFAKChDuyedF0A7LeeS10GtUinsrFEj7d6vUh9Xjb8dfqJzSFHSWA== + - jaCKlzZuYc1tDCHa5x6l-vgXabV6Yu_D2UO_BhuNCkZ7YMd5rzkb3g== body: encoding: ASCII-8BIT - string: '{"number_of_results":10790,"time_taken":11,"items":[{"id":"https://ror.org/013meh722","name":"University + string: '{"number_of_results":10790,"time_taken":17,"items":[{"id":"https://ror.org/013meh722","name":"University of Cambridge","types":["Education"],"links":["http://www.cam.ac.uk/"],"aliases":["Cambridge University"],"acronyms":[],"status":"active","wikipedia_url":"http://en.wikipedia.org/wiki/University_of_Cambridge","labels":[{"label":"Prifysgol Caergrawnt","iso639":"cy"}],"country":{"country_name":"United Kingdom","country_code":"GB"},"external_ids":{"ISNI":{"preferred":null,"all":["0000000121885934"]},"FundRef":{"preferred":"501100000735","all":["501100000735","501100007552","501100008420","100010441","501100000580","501100000585","501100000587","501100000602","501100000603","501100000705","501100000710","501100003987","501100004537","501100005796","501100006299","501100004222","501100004495","501100005962","501100006646","501100000727","501100000590","501100000742","501100001625","501100000591","501100000609","501100000621","501100000622","501100000644","501100000648","501100000653","501100000663","501100005705"]},"HESA":{"preferred":null,"all":["0114"]},"UCAS":{"preferred":null,"all":["C0121"]},"UKPRN":{"preferred":null,"all":["10007788"]},"OrgRef":{"preferred":"25978572","all":["25978572","26015915","498120","31803","75963","23747745","31805","457564","157283","7317906","151267","480151","212179","498109","201369","239420","48671","1167853","73199","327748","180326","2793352"]},"Wikidata":{"preferred":"Q35794","all":["Q35794","Q10899168","Q24679079","Q181892"]},"GRID":{"preferred":"grid.5335.0","all":"grid.5335.0"}}},{"id":"https://ror.org/03jsdjx34","name":"Cambridge @@ -106,5 +106,5 @@ http_interactions: Kingdom of Great Britain and Northern Ireland","count":281},{"id":"ir","title":"Islamic Republic of Iran","count":248},{"id":"tr","title":"Republic of Turkey","count":186}]}}' http_version: null - recorded_at: Fri, 31 Jul 2020 06:37:09 GMT + recorded_at: Wed, 05 Aug 2020 07:00:06 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/PersonType/find_person/returns_person_information.yml b/spec/fixtures/vcr_cassettes/PersonType/find_person/returns_person_information.yml index 29164089a..3b266ecf5 100644 --- a/spec/fixtures/vcr_cassettes/PersonType/find_person/returns_person_information.yml +++ b/spec/fixtures/vcr_cassettes/PersonType/find_person/returns_person_information.yml @@ -23,7 +23,7 @@ http_interactions: Content-Type: - application/json;charset=UTF-8 Date: - - Fri, 31 Jul 2020 06:40:43 GMT + - Wed, 05 Aug 2020 06:40:59 GMT Expires: - '0' Pragma: @@ -53,5 +53,5 @@ http_interactions: J. Garza"},"assertion-origin-orcid":null,"assertion-origin-client-id":null,"assertion-origin-name":null},"email":"k.garza@manchester.ac.uk","path":null,"visibility":"public","verified":true,"primary":false,"put-code":null}],"path":"/0000-0003-3484-6875/email"},"addresses":{"last-modified-date":{"value":1516113934881},"address":[{"created-date":{"value":1516113934881},"last-modified-date":{"value":1516113934881},"source":{"source-orcid":{"uri":"https://orcid.org/0000-0003-3484-6875","path":"0000-0003-3484-6875","host":"orcid.org"},"source-client-id":null,"source-name":{"value":"K. J. Garza"},"assertion-origin-orcid":null,"assertion-origin-client-id":null,"assertion-origin-name":null},"country":{"value":"DE"},"visibility":"public","path":"/0000-0003-3484-6875/address/874810","put-code":874810,"display-index":1}],"path":"/0000-0003-3484-6875/address"},"keywords":{"last-modified-date":null,"keyword":[],"path":"/0000-0003-3484-6875/keywords"},"external-identifiers":{"last-modified-date":{"value":1492778212570},"external-identifier":[{"created-date":{"value":1492778212567},"last-modified-date":{"value":1492778212570},"source":{"source-orcid":null,"source-client-id":{"uri":"https://orcid.org/client/0000-0001-8099-6984","path":"0000-0001-8099-6984","host":"orcid.org"},"source-name":{"value":"DataCite"},"assertion-origin-orcid":null,"assertion-origin-client-id":null,"assertion-origin-name":null},"external-id-type":"GitHub","external-id-value":"kjgarza","external-id-url":{"value":"https://github.com/kjgarza"},"external-id-relationship":"self","visibility":"public","path":"/0000-0003-3484-6875/external-identifiers/692978","put-code":692978,"display-index":0}],"path":"/0000-0003-3484-6875/external-identifiers"},"path":"/0000-0003-3484-6875/person"}' http_version: null - recorded_at: Fri, 31 Jul 2020 06:40:43 GMT + recorded_at: Wed, 05 Aug 2020 06:40:59 GMT recorded_with: VCR 5.1.0 diff --git a/spec/fixtures/vcr_cassettes/PersonType/query_people/returns_people_information.yml b/spec/fixtures/vcr_cassettes/PersonType/query_people/returns_people_information.yml index 7a1f66802..cd796212c 100644 --- a/spec/fixtures/vcr_cassettes/PersonType/query_people/returns_people_information.yml +++ b/spec/fixtures/vcr_cassettes/PersonType/query_people/returns_people_information.yml @@ -23,7 +23,7 @@ http_interactions: Content-Type: - application/json;charset=UTF-8 Date: - - Fri, 31 Jul 2020 06:40:34 GMT + - Wed, 05 Aug 2020 06:41:01 GMT Expires: - '0' Pragma: @@ -37,13 +37,13 @@ http_interactions: Connection: - keep-alive Set-Cookie: - - X-Mapping-fjhppofk=26484D0F5DA32D2D6AF64AA1C9DBBA16; path=/ + - X-Mapping-fjhppofk=EDEB8B375DA428655747278237992826; path=/ X-Frame-Options: - DENY body: encoding: ASCII-8BIT string: !binary |- - eyJleHBhbmRlZC1yZXN1bHQiOlt7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTIxMjktMjg1MCIsImdpdmVuLW5hbWVzIjoiU3RlcGhlbiIsImZhbWlseS1uYW1lcyI6IkRvdmVycyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSBGZW5uZXIgU2Nob29sIG9mIEVudmlyb25tZW50IGFuZCBTb2NpZXR5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItNzA3Ni00NjI2IiwiZ2l2ZW4tbmFtZXMiOiJBbGV4ZWkiLCJmYW1pbHktbmFtZXMiOiJUcnVuZGxlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiT2ZmaWNlIG9mIHRoZSBDb21taXNzaW9uZXIgZm9yIFN1c3RhaW5hYmlsaXR5IGFuZCB0aGUgRW52aXJvbm1lbnQiLCJSTUlUIFVuaXZlcnNpdHkiLCJVbml0ZWQgTmF0aW9ucyBHbG9iYWwgQ29tcGFjdCAtIENpdGllcyBQcm9ncmFtbWUiLCJVbml0ZWQgTmF0aW9ucyBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBNZWxib3VybmUiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi00Mjk1LTk3ODQiLCJnaXZlbi1uYW1lcyI6IkthcmEiLCJmYW1pbHktbmFtZXMiOiJZb3VuZ2VudG9iIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBGbG9yaWRhIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItNTM3OC0wMjQ1IiwiZ2l2ZW4tbmFtZXMiOiJLaXJzdGVuIiwiZmFtaWx5LW5hbWVzIjoiTWFjbGVhbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOlsia2lyc3Rlbi5tYWNsZWFuQGNzaXJvLmF1Il0sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQ1NJUk8iLCJNb25hc2ggVW5pdmVyc2l0eSIsIlVuaXZlcnNpdHkgb2YgQ2FtYnJpZGdlIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMjU2NS0zMzk2IiwiZ2l2ZW4tbmFtZXMiOiJDaHJpc3RvcGhlciIsImZhbWlseS1uYW1lcyI6IkN2aXRhbm92aWMiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi01NzA4LTY4MjQiLCJnaXZlbi1uYW1lcyI6Ik1pY2hhZWwiLCJmYW1pbHktbmFtZXMiOiJWYXJkb24iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi00MjE0LTIyMDUiLCJnaXZlbi1uYW1lcyI6IkJydWNlIiwiZmFtaWx5LW5hbWVzIjoiRG9yYW4iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS05Mjc1LTg4NzkiLCJnaXZlbi1uYW1lcyI6IlJhY2hlbCIsImZhbWlseS1uYW1lcyI6IkRvd25leSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSBOb3J0aCBBdXN0cmFsaWEgUmVzZWFyY2ggVW5pdCIsIkJyaXRpc2ggQW50YXJjdGljIFN1cnZleSIsIkZvcnNjaHVuZ3NpbnN0aXR1dCB1bmQgTmF0dXJtdXNldW0gU2VuY2tlbmJlcmcgZGVyIFNORyIsIlVuaXZlcnNpdHkgb2YgQnJpc3RvbCJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTA1ODItOTA0OCIsImdpdmVuLW5hbWVzIjoiTHVrZSIsImZhbWlseS1uYW1lcyI6Ik8nTG91Z2hsaW4iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDU0lSTyIsIkNoYXJsZXMgU3R1cnQgVW5pdmVyc2l0eSIsIkxhIFRyb2JlIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS01Njc4LTMwMzAiLCJnaXZlbi1uYW1lcyI6IkpvaGFubmVzIiwiZmFtaWx5LW5hbWVzIjoiTGV0emt1cyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkFkcmlhbiBhbmQgU2ltb25lIEZydXRpZ2VyIEZvdW5kYXRpb24iLCJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJBdXN0cmFsaWFuIE5ldXJvc2NpZW5jZSBTb2NpZXR5IiwiQXVzdHJhbGlhbiBnb3Zlcm5tZW50IiwiRGV1dHNjaGUgRm9yc2NodW5nc2dlbWVpbnNjaGFmdCIsIkV1cm9wZWFuIFJlc2VhcmNoIENvdW5jaWwiLCJGRU5TLUthdmxpIE5ldHdvcmsgb2YgRXhjZWxsZW5jZSIsIkZyaWVkcmljaCBNaWVzY2hlciBJbnN0aXR1dGUiLCJGcmllZHJpY2ggTWllc2NoZXIgSW5zdGl0dXRlIGZvciBCaW9tZWRpY2FsIFJlc2VhcmNoIiwiTWF4IFBsYW5jayBJbnN0aXR1dGUgZm9yIEJyYWluIFJlc2VhcmNoIiwiUGZpemVyIiwiVW5pdmVyc2l0eSBvZiBNYWlueiJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTU1NTAtOTMxMiIsImdpdmVuLW5hbWVzIjoiQWxlY2lhIiwiZmFtaWx5LW5hbWVzIjoiQ2FydGVyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQ2VudHJlIE5hdGlvbmFsIGRlIGxhIFJlY2hlcmNoZSBTY2llbnRpZmlxdWUiLCJDaHVyY2hpbGwgQ29sbGVnZSwgVW5pdmVyc2l0eSBvZiBDYW1icmlkZ2UiLCJVbml2ZXJzaWRhZCBkZSBsYXMgQW3DqXJpY2FzIFB1ZWJsYSIsIlVuaXZlcnNpdHkgQ29sbGVnZSBMb25kb24iLCJVbml2ZXJzaXR5IG9mIENhbWJyaWRnZSBEZXBhcnRtZW50IG9mIFpvb2xvZ3kiLCJVbml2ZXJzaXR5IG9mIFF1ZWVuc2xhbmQiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy00NTQ5LTUzNjEiLCJnaXZlbi1uYW1lcyI6IlRob21hcyIsImZhbWlseS1uYW1lcyI6Ik1lYXNoYW0iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6WyJUb20iXSwiZW1haWwiOlsiVGhvbWFzLk1lYXNoYW1AYW51LmVkdS5hdSJdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkNTSVJPIiwiQ1NJUk8gRWNvc3lzdGVtIFNjaWVuY2VzIiwiQ1NJUk8gTGFuZCBhbmQgV2F0ZXIiLCJKYW1lcyBDb29rIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIFN5ZG5leSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTY1MjQtNTcyOCIsImdpdmVuLW5hbWVzIjoiRGFycmVuIiwiZmFtaWx5LW5hbWVzIjoiU2luY2xhaXIiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJEZXBhcnRtZW50IG9mIEluZHVzdHJ5LCBTY2llbmNlIGFuZCBUZWNobm9sb2d5IiwiVW5pdmVyc2l0eSBvZiBDYW5iZXJyYSIsIlVuaXZlcnNpdHkgb2YgU3lkbmV5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMDg1NC0yMDM0IiwiZ2l2ZW4tbmFtZXMiOiJNYXJ0aW4iLCJmYW1pbHktbmFtZXMiOiJXZXN0Z2F0ZSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIlRoZSBBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi04MzgxLTkxMzkiLCJnaXZlbi1uYW1lcyI6IkthcmVuIiwiZmFtaWx5LW5hbWVzIjoiSHVzc2V5IiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBDb2xsZWdlIER1YmxpbiIsIlVuaXZlcnNpdHkgb2YgTWVsYm91cm5lIiwiVW5pdmVyc2l0eSBvZiBRdWVlbnNsYW5kIiwiVW5pdmVyc2l5IG9mIFF1ZWVuc2xhbmQiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS01NDEzLTU3OTMiLCJnaXZlbi1uYW1lcyI6IkNyaXMiLCJmYW1pbHktbmFtZXMiOiJCcmFjayIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlVuaXZlcnNpdHkgb2YgQnJpdGlzaCBDb2x1bWJpYSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTUzOTctNDk3NCIsImdpdmVuLW5hbWVzIjoiVHlyb25lIiwiZmFtaWx5LW5hbWVzIjoiTGF2ZXJ5IiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiRmllbGQgTXVzZXVtIG9mIE5hdHVyYWwgSGlzdG9yeSIsIlVuaXZlcnNpdHkgb2YgS2Fuc2FzIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtNDM2MC02MjMyIiwiZ2l2ZW4tbmFtZXMiOiJLZWxseSIsImZhbWlseS1uYW1lcyI6Ik1pbGxlciIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkRlYWtpbiBVbml2ZXJzaXR5IC0gTWVsYm91cm5lIEJ1cndvb2QgQ2FtcHVzIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMTA1NS0xMjU4IiwiZ2l2ZW4tbmFtZXMiOiJNaWNoYWVsIiwiZmFtaWx5LW5hbWVzIjoiR29zcyIsImNyZWRpdC1uYW1lIjoiTWljaGFlbCBKLiBHb3NzIiwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBRlJDIExldGNvbWJlIExhYm9yYXRvcnkiLCJNYWNhdWxheSBMYW5kIFVzZSBSZXNlYXJjaCBJbnN0aXR1dGUiLCJSb3RoYW1zdGVkICBFeHBlcmltZW50YWwgU3RhdGlvbiIsIlVuaXZlcnNpdHkgb2YgQmlybWluZ2hhbSIsIlVuaXZlcnNpdHkgb2YgR3VlbHBoIiwiVW5pdmVyc2l0eSBvZiBMb25kb24iLCJVbml2ZXJzaXR5IG9mIFJlYWRpbmciXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi05OTkwLTkyNDMiLCJnaXZlbi1uYW1lcyI6IlJvc3NhbmEiLCJmYW1pbHktbmFtZXMiOiJNb3JyaWVsbG8iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJDYSBGb3NjYXJpIFVuaXZlcnNpdHkgb2YgVmVuaWNlIiwiSXRhbGlhbiBMaWJyYXJ5IEFzc29jaWF0aW9uIChBSUIpIiwiSm91cm5hbCBcIkFnYWluc3QgdGhlIEdyYWluXCIiLCJKb3VybmFsIFwiQmlibGlvdGVjaGUgb2dnaSBUcmVuZHNcIiIsIkpvdXJuYWwgXCJCaWJsaW90ZWNoZSBvZ2dpXCIiLCJQb2x5dGVjaG5pYyBVbml2ZXJzaXR5IG9mIFR1cmluIiwiVW5pdmVyc2l0eSBvZiBUdXJpbiJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTQxNjgtNzkyNCIsImdpdmVuLW5hbWVzIjoiSk9FTExFIiwiZmFtaWx5LW5hbWVzIjoiR0VSR0lTIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiVGhlIEF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlRoZSBVbml2ZXJpc3R5IG9mIE1lbGJvdXJuZSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTY0NzMtOTM1NSIsImdpdmVuLW5hbWVzIjoiSm9obiIsImZhbWlseS1uYW1lcyI6IlBlenpleSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIkphY2sgUGV6emV5IiwiSm9obiBDLiBQZXp6ZXkiLCJKb2huIEMuIFYuIFBlenpleSJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQmlya2JlY2sgVW5pdmVyc2l0eSBvZiBMb25kb24iLCJVbml2ZXJzaXR5IG9mIEJyaXN0b2wiLCJVbml2ZXJzaXR5IG9mIENhbWJyaWRnZSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTk1OTktMzg4MiIsImdpdmVuLW5hbWVzIjoiU2FuZHJhIEouIiwiZmFtaWx5LW5hbWVzIjoiVmVsYXJkZSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIlNhbmRyYSBWZWxhcmRlLVBhamFyZXMiLCJTYW5kcmEgVmVsYXJkZSIsIlNhbmRyYSBKLiBWZWxhcmRlLVBhamFyZXMiLCJTYW5kcmEgVmVybGFkZSIsIlZlcmxhZGUgU2FuZHJhIiwiVmVsYXJkZSBQYWphcmVzLCBTYW5kcmEiXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkFOVSBFbnRlcnByaXNlIFB0eSBMdGQiLCJBdXN0cmFsaWFuIEFncmljdWx0dXJhbCBhbmQgUmVzb3VyY2UgRWNvbm9taWNzIFNvY2lldHkgSW5jIiwiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQ1NJUk8gRWNvc3lzdGVtIFNjaWVuY2VzIiwiQ2VudHJvIEludGVybmFjaW9uYWwgZGUgQWdyaWN1bHR1cmEgVHJvcGljYWwiLCJDbGltYXRlIENoYW5nZSBDb21taXNzaW9uIiwiQ29uc3VsdGF0aXZlIEdyb3VwIG9uIEludGVybmF0aW9uYWwgQWdyaWN1bHR1cmFsIFJlc2VhcmNoIiwiRm9vZCBhbmQgQWdyaWN1bHR1cmUgT3JnYW5pemF0aW9uIG9mIHRoZSBVbml0ZWQgTmF0aW9ucyIsIkhvbWV3YXJkIEJvdW5kIFByb2plY3RzIiwiSW5zdGl0dXRlIG9mIEZvcmVzdGVycyBvZiBBdXN0cmFsaWEiLCJJbnRlcm5hdGlvbmFsIFRyb3BpY2FsIFRpbWJlciBPcmdhbml6YXRpb24iLCJOYXRpb25hbCBBZ3JhcmlhbiBVbml2ZXJzaXR5IExhIE1vbGluYSIsIk5ldyBaZWFsYW5kIEluc3RpdHV0ZSBvZiBGb3Jlc3RyeSIsIlJveWFsIFNvY2lldHkgb2YgTmV3IFplYWxhbmQiLCJTY2lvbiIsIlNvY2lldHkgb2YgQ29uc2VydmF0aW9uIEJpb2xvZ3kiLCJUZSBQxatuYWhhIE1hdGF0aW5pIiwiVW5pdmVyc2lkYWQgTmFjaW9uYWwgQWdyYXJpYSBMYSBNb2xpbmEiLCJVbml2ZXJzaXR5IG9mIEVkaW5idXJnaCIsIldvcmxkIEFncm9mb3Jlc3RyeSBDZW50cmUiLCJaYXllZCBJbnRlcm5hdGlvbmFsIEZvdW5kYXRpb24gZm9yIHRoZSBFbnZpcm9ubWVudCJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTg0MTYtMzM2NSIsImdpdmVuLW5hbWVzIjoiVGltb3RoeSIsImZhbWlseS1uYW1lcyI6IkJheW5lcyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIlRpbSBCYXluZXMiLCJUTSBCYXluZXMiLCJUaW1vdGh5IE1hbGNvbG0gQmF5bmVzIiwiVCBCYXluZXMiLCJULiBCYXluZXMiLCJULiBNLiBCYXluZXMiXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkNTSVJPIiwiSW50ZXJuYXRpb25hbCBTb2NpZXR5IGZvciBJbmR1c3RyaWFsIEVjb2xvZ3kiLCJVbml2ZXJzaXR5IG9mIE5ldyBTb3V0aCBXYWxlcyJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTkzMDktMTE0NSIsImdpdmVuLW5hbWVzIjoiSm9obiIsImZhbWlseS1uYW1lcyI6IkJhcnJvbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkNhbGlmb3JuaWEgQWNhZGVteSBvZiBTY2llbmNlcyIsIkdlb2xvZ2ljYWwgU29jaWV0eSBvZiBBbWVyaWNhIiwiTWljcm9wYWxhZW9udG9sb2dpY2FsIFNvY2lldHkiLCJQYWxlb250b2xvZ3kgU29jaWV0eSIsIlVTIEdlb2xvZ2ljYWwgU3VydmV5IFdlc3Rlcm4gUmVnaW9uIiwiVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhIExvcyBBbmdlbGVzIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItNDA0OS05MzE1IiwiZ2l2ZW4tbmFtZXMiOiJNYXJ0YSIsImZhbWlseS1uYW1lcyI6IlllYnJhIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6WyJtYXJ0YS55ZWJyYUBhbnUuZWR1LmF1Il0sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQnVzaGZpcmUgJiBOYXR1cmFsIEhhemFyZHMgQ29vcGVyYXRpdmUgUmVzZWFyY2ggQ2VudHJlIiwiQ1NJUk8gTGFuZCBhbmQgV2F0ZXIiLCJVbml2ZXJzaXR5IG9mIEFsY2FsYSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTI3NzUtMjk1MyIsImdpdmVuLW5hbWVzIjoiVmFsZXJ5IiwiZmFtaWx5LW5hbWVzIjoiUm9tYW5vdnNraSIsImNyZWRpdC1uYW1lIjoiVmFsZXJ5IEcuIFJvbWFub3Zza2kiLCJvdGhlci1uYW1lIjpbIlYuIEcuIFJvbWFub3Zza2lpLCBWLiBHLiBSb21hbm92c2t5LCBWYWxlcnkgUm9tYW5vdnNreSJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOltdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTgzODQtODQ2OSIsImdpdmVuLW5hbWVzIjoiUm9zaWUiLCJmYW1pbHktbmFtZXMiOiJDb29uZXkiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJHbG9iYWwgRW52aXJvbm1lbnQgRmFjaWxpdHkiLCJJbnRlcm5hdGlvbiBVbmlvbiBmb3IgQ29uc2VydmF0aW9uIG9mIE5hdHVyZSIsIlVuaXZlcnNpdHkgb2YgQ2FtYnJpZGdlIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMzQ0My00Njg2IiwiZ2l2ZW4tbmFtZXMiOiJKYWNraSIsImZhbWlseS1uYW1lcyI6IlNjaGlybWVyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBDYW5iZXJyYSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTM3NDYtNDM0NiIsImdpdmVuLW5hbWVzIjoiR2FycnkiLCJmYW1pbHktbmFtZXMiOiJNY0RvbmFsZCIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIkdhcnJ5IFcgTWNEb25hbGQiXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkFOZXdOWiBDaGFyaXRhYmxlIFRydXN0IiwiQXVzdHJhbGlhIGFuZCBOWiBTb2NpZXR5IGZvciBFY29sb2dpY2FsIEVjb25vbWljcyIsIkF1c3RyYWxpYW4gQXR0b3JuZXkgR2VuZXJhbOKAmXMgT2ZmaWNlIiwiRWNvc2lnaHQgTHRkIiwiSW50ZXJuYXRpb25hbCBJbnB1dC1PdXRwdXQgQXNzb2NpYXRpb24iLCJJbnRlcm5hdGlvbmFsIFNvY2lldHkgb2YgRWNvbG9naWNhbCBFY29ub21pY3MiLCJMYW5kY2FyZSBSZXNlYXJjaCIsIk1hcmtldCBFY29ub21pY3MgUmVzZWFyY2ggKE1hcmtldCBFY29ub21pY3MgTHRkKSIsIk1hc3NleSBVbml2ZXJzaXR5IiwiTWNEZXJtb3R0IEZhaXJncmF5IEx0ZCIsIk5aIEFncmljdWx0dXJhbCBhbmQgUmVzb3VyY2UgRWNvbm9taWNzIFNvY2lldHkiLCJOWiBGb3VuZGF0aW9uIGZvciBQcm9ncmVzcyAmIFdlbGxiZWluZyBDaGFyaXRhYmxlIFRydXN0IiwiUGFsbWVyc3RvbiBOb3J0aCBUZWFjaGVyJ3MgQ29sbGVnZSIsIlF1YWtlQ29SRSBBbm51YWwgTWVldGluZyIsIlJlc2lsaWVuY2UgTmF0aW9uYWwgU2NpZW5jZSBDaGFsbGVuZ2UiLCJTeXN0ZW0gRHluYW1jaXMgU29jaWV0eSIsIlVuaXZlcnNpdGUgZGUgVmVyc2FpbGxlcyIsIlVuaXZlcnNpdHkgb2YgQXVja2xhbmQiLCJVbml2ZXJzaXR5IG9mIENhbnRlcmJ1cnkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi0zMjI5LTk1MjQiLCJnaXZlbi1uYW1lcyI6IlBhc2NhbCIsImZhbWlseS1uYW1lcyI6IlNjaGVycmVyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiU291dGhlcm4gQ3Jvc3MgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTA1ODItNTk2MCIsImdpdmVuLW5hbWVzIjoiSmFuZSIsImZhbWlseS1uYW1lcyI6IkNhdGZvcmQiLCJjcmVkaXQtbmFtZSI6IkphbmUgQS4gQ2F0Zm9yZCIsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiS2luZydzIENvbGxlZ2UgTG9uZG9uIiwiVGhlIEF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlRoZSBVbml2ZXJzaXR5IG9mIE1lbGJvdXJuZSIsIlVuaXZlcnNpdHkgb2YgTWlubmVzb3RhIiwiVW5pdmVyc2l0eSBvZiBTb3V0aGFtcHRvbiJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTM3NjUtMDYyNyIsImdpdmVuLW5hbWVzIjoiTWF0dGhldyIsImZhbWlseS1uYW1lcyI6IkNvbGxvZmYiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0yMDk4LTQ3NTkiLCJnaXZlbi1uYW1lcyI6IkNhdGhlcmluZSIsImZhbWlseS1uYW1lcyI6IkFsbGFuIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQ2hhcmxlcyBTdHVydCBVbml2ZXJzaXR5IiwiTWVsYm91cm5lIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIE5ldyBFbmdsYW5kIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMjAwMS0yNDc0IiwiZ2l2ZW4tbmFtZXMiOiJKaWFuIiwiZmFtaWx5LW5hbWVzIjoiWWFuZyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS02MTkwLTIyMzMiLCJnaXZlbi1uYW1lcyI6IkthdGUiLCJmYW1pbHktbmFtZXMiOiJDcm93bGV5IiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiQ2F0aGVyaW5lIE1hcmlhIENyb3dsZXkiXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIlVuaXZlcnNpdHkgb2YgVGFzbWFuaWEiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS01MzI3LTU2OFgiLCJnaXZlbi1uYW1lcyI6Ik93ZW4iLCJmYW1pbHktbmFtZXMiOiJQcmljZSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlVuaXZlcnNpdHkgb2YgU3RyYXRoY2x5ZGUiLCJVbml2ZXJzaXR5IG9mIFdvbGxvbmdvbmciLCJVbml2ZXJzaXR5IG9mIFlvcmsiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS02MjkzLTk5NlgiLCJnaXZlbi1uYW1lcyI6IkphbWllIiwiZmFtaWx5LW5hbWVzIjoiUGl0dG9jayIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIk1vbmFzaCBVbml2ZXJzaXR5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtODAyNC05OTExIiwiZ2l2ZW4tbmFtZXMiOiJFZHdhcmQiLCJmYW1pbHktbmFtZXMiOiJSeWJpY2tpIiwiY3JlZGl0LW5hbWUiOiJFZCBSeWJpY2tpIiwib3RoZXItbmFtZSI6WyJFUCBSeWJpY2tpIiwiRWR3YXJkIFAgUnliaWNraSJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiVW5pdmVyc2l0eSBvZiBDYXBlIFRvd24iXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS02ODg0LTY2NjgiLCJnaXZlbi1uYW1lcyI6IkNoYXJsZXMiLCJmYW1pbHktbmFtZXMiOiJHcm9zZSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0wOTg5LTkyMDMiLCJnaXZlbi1uYW1lcyI6IkFkcmlhbiIsImZhbWlseS1uYW1lcyI6Ik1hbm5pbmciLCJjcmVkaXQtbmFtZSI6IkFkcmlhbiBELiBNYW5uaW5nIiwib3RoZXItbmFtZSI6WyJBZHJpYW4gRC4gTWFubmluZyJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVGhlIFVuaXZlcnNpdHkgb2YgRWRpbmJ1cmdoIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMDcwMy02ODkzIiwiZ2l2ZW4tbmFtZXMiOiJTYXVsIiwiZmFtaWx5LW5hbWVzIjoiQ3VubmluZ2hhbSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIlNhdWwgQS4gQ3VubmluZ2hhbSIsIlNhdWwgQWxhbiBDdW5uaW5naGFtIl0sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDU0lSTyBCbGFjayBNb3VudGFpbiBMYWJvcmF0b3JpZXMiLCJNYWNxdWFyaWUgVW5pdmVyc2l0eSIsIk1vbmFzaCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBDb25uZWN0aWN1dCJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTI0MTUtMDA1NyIsImdpdmVuLW5hbWVzIjpudWxsLCJmYW1pbHktbmFtZXMiOm51bGwsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOlsic2FtLmJhbmtzQGNkdS5lZHUuYXUiXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDaGFybGVzIERhcndpbiBVbml2ZXJzaXR5IiwiTWFjcXVhcmllIFVuaXZlcnNpdHkiLCJNb25hc2ggVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTE4MDYtMzI4MyIsImdpdmVuLW5hbWVzIjoiU2NvdHQiLCJmYW1pbHktbmFtZXMiOiJCZWF0c29uIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiQmVhdHNvbiwgUy5BLiIsIlNjb3R0IEEuIEJlYXRzb24iLCJTY290dCBBIEJlYXRzb24iLCJCZWF0c29uLCBTY290dCIsIkJlYXRzb24sIFNBIiwiQmVhdHNvbiwgUyJdLCJlbWFpbCI6WyJzLmJlYXRzb25AdXEuZWR1LmF1Il0sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBTb2NpZXR5IGZvciBNaWNyb2Jpb2xvZ3kiLCJVbml2ZXJzaXR5IG9mIEJpcm1pbmdoYW0iLCJVbml2ZXJzaXR5IG9mIE90YWdvIiwiVW5pdmVyc2l0eSBvZiBPeGZvcmQiLCJVbml2ZXJzaXR5IG9mIFF1ZWVuc2xhbmQiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi0wMzYwLTc4OTAiLCJnaXZlbi1uYW1lcyI6Ik1hcmsiLCJmYW1pbHktbmFtZXMiOiJIb2dhcnRoIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQWxiZXJ0IENvYXRlcyBGb3VuZGF0aW9uIiwiQXVzdGluIFJlc2VhcmNoIEluc3RpdHV0ZSIsIkF1c3RyYWxpYW4gQWNhZGVteSBvZiBTY2llbmNlIiwiQnVybmV0IEluc3RpdHV0ZSIsIk1PTkFTSCBVTklWRVJTSVRZIiwiUmViZWNjYSBMLiBDb29wZXIgTWVkaWNhbCBSZXNlYXJjaCBGb3VuZGF0aW9uIiwiVW5pdmVyc2l0eSBvZiBNZWxib3VybmUiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS02NTg2LTQ1MjkiLCJnaXZlbi1uYW1lcyI6IldBTFRFUiBKT1NFRiIsImZhbWlseS1uYW1lcyI6IlJBREVSTUFDSEVSIiwiY3JlZGl0LW5hbWUiOiJXYWx0ZXIgSi4gUmFkZXJtYWNoZXIsIFBoRCIsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiRXVyb3N0YXQiLCJGZWRlcmFsIFN0YXRpc3RpY2FsIE9mZmljZSBHZXJtYW55IiwiSW50ZXJuYXRpb25hbCBTdGF0aXN0aWNhbCBJbnN0aXR1dGUiLCJSV1RIIEFhY2hlbiBVbml2ZXJzaXR5IiwiU2FwaWVuemEgVW5pdmVyc2l0eSBvZiBSb21lIiwiU2FwaWVuemEgVW5pdmVyc2l0w6AgZGkgUm9tYSIsIldlc3Rmw6RsaXNjaGUgV2lsaGVsbXMtVW5pdmVyc2l0w6R0IE3DvG5zdGVyIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtOTIxNi0xNTU0IiwiZ2l2ZW4tbmFtZXMiOiJCYXJyeSIsImZhbWlseS1uYW1lcyI6IkNyb2tlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtNjU1Ni04MDQxIiwiZ2l2ZW4tbmFtZXMiOiJYdWVtZWkiLCJmYW1pbHktbmFtZXMiOiJCYWkiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJCZWlqaW5nIE5vcm1hbCBVbml2ZXJzaXR5IiwiQ1NJUk8gRWNvc3lzdGVtIFNjaWVuY2VzIiwiSW5zdGl0dXRlIGZvciBHbG9iYWwgRW52aXJvbm1lbnRhbCBTdHJhdGVnaWVzIiwiSmFwYW5lc2UgQ2VudGVyIGZvciBJbnRlcm5hdGlvbmFsIFN0dWRpZXMgaW4gRWNvbG9neSIsIlBla2luZyBVbml2ZXJzaXR5IiwiVGhlIFVuaXZlcnNpdHkgb2YgVG9reW8iLCJZYWxlIFVuaXZlcnNpdHkgWWFsZSBTY2hvb2wgb2YgRm9yZXN0cnkgYW5kIEVudmlyb25tZW50YWwgU3R1ZGllcyJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTE2NDUtNjAxNiIsImdpdmVuLW5hbWVzIjoiUGV0ZXIiLCJmYW1pbHktbmFtZXMiOiJLaW5uZWxsIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiRWxzZXZpZXIgQlYiLCJVbml2ZXJzaXR5IG9mIENhbmJlcnJhIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItODM3Ny0yMjExIiwiZ2l2ZW4tbmFtZXMiOiJQaGlsaXAiLCJmYW1pbHktbmFtZXMiOiJCYXJ0b24iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJGZWRlcmF0aW9uIFVuaXZlcnNpdHkgQXVzdHJhbGlhIiwiVW5pdmVyc2l0eSBvZiBOZXcgRW5nbGFuZCIsIlVuaXZlcnNpdHkgb2YgV29sbG9uZ29uZyJdfV0sIm51bS1mb3VuZCI6MjYwfQ== + eyJleHBhbmRlZC1yZXN1bHQiOlt7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTg2MjQtNDQ4NCIsImdpdmVuLW5hbWVzIjoiTmVsaWRhIiwiZmFtaWx5LW5hbWVzIjoiVmlsbGFzZW5vciIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbIk7DqWxpZGEgUi4gVmlsbGFzZcOxb3IiXSwiZW1haWwiOlsibmVsaWRhLnZpbGxhc2Vub3JAYW51LmVkdS5hdSJdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlVuaXZlcnNpZGFkIGRlIENoaWxlIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMjEyOS0yODUwIiwiZ2l2ZW4tbmFtZXMiOiJTdGVwaGVuIiwiZmFtaWx5LW5hbWVzIjoiRG92ZXJzIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IEZlbm5lciBTY2hvb2wgb2YgRW52aXJvbm1lbnQgYW5kIFNvY2lldHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi03MDc2LTQ2MjYiLCJnaXZlbi1uYW1lcyI6IkFsZXhlaSIsImZhbWlseS1uYW1lcyI6IlRydW5kbGUiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJPZmZpY2Ugb2YgdGhlIENvbW1pc3Npb25lciBmb3IgU3VzdGFpbmFiaWxpdHkgYW5kIHRoZSBFbnZpcm9ubWVudCIsIlJNSVQgVW5pdmVyc2l0eSIsIlVuaXRlZCBOYXRpb25zIEdsb2JhbCBDb21wYWN0IC0gQ2l0aWVzIFByb2dyYW1tZSIsIlVuaXRlZCBOYXRpb25zIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIE1lbGJvdXJuZSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTQyOTUtOTc4NCIsImdpdmVuLW5hbWVzIjoiS2FyYSIsImZhbWlseS1uYW1lcyI6IllvdW5nZW50b2IiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIEZsb3JpZGEiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi01Mzc4LTAyNDUiLCJnaXZlbi1uYW1lcyI6IktpcnN0ZW4iLCJmYW1pbHktbmFtZXMiOiJNYWNsZWFuIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6WyJraXJzdGVuLm1hY2xlYW5AY3Npcm8uYXUiXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDU0lSTyIsIk1vbmFzaCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBDYW1icmlkZ2UiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi0yNTY1LTMzOTYiLCJnaXZlbi1uYW1lcyI6IkNocmlzdG9waGVyIiwiZmFtaWx5LW5hbWVzIjoiQ3ZpdGFub3ZpYyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTU3MDgtNjgyNCIsImdpdmVuLW5hbWVzIjoiTWljaGFlbCIsImZhbWlseS1uYW1lcyI6IlZhcmRvbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTQyMTQtMjIwNSIsImdpdmVuLW5hbWVzIjoiQnJ1Y2UiLCJmYW1pbHktbmFtZXMiOiJEb3JhbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTkyNzUtODg3OSIsImdpdmVuLW5hbWVzIjoiUmFjaGVsIiwiZmFtaWx5LW5hbWVzIjoiRG93bmV5IiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IE5vcnRoIEF1c3RyYWxpYSBSZXNlYXJjaCBVbml0IiwiQnJpdGlzaCBBbnRhcmN0aWMgU3VydmV5IiwiRm9yc2NodW5nc2luc3RpdHV0IHVuZCBOYXR1cm11c2V1bSBTZW5ja2VuYmVyZyBkZXIgU05HIiwiVW5pdmVyc2l0eSBvZiBCcmlzdG9sIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMDU4Mi05MDQ4IiwiZ2l2ZW4tbmFtZXMiOiJMdWtlIiwiZmFtaWx5LW5hbWVzIjoiTydMb3VnaGxpbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkNTSVJPIiwiQ2hhcmxlcyBTdHVydCBVbml2ZXJzaXR5IiwiTGEgVHJvYmUgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTU2NzgtMzAzMCIsImdpdmVuLW5hbWVzIjoiSm9oYW5uZXMiLCJmYW1pbHktbmFtZXMiOiJMZXR6a3VzIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQWRyaWFuIGFuZCBTaW1vbmUgRnJ1dGlnZXIgRm91bmRhdGlvbiIsIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkF1c3RyYWxpYW4gTmV1cm9zY2llbmNlIFNvY2lldHkiLCJBdXN0cmFsaWFuIGdvdmVybm1lbnQiLCJEZXV0c2NoZSBGb3JzY2h1bmdzZ2VtZWluc2NoYWZ0IiwiRXVyb3BlYW4gUmVzZWFyY2ggQ291bmNpbCIsIkZFTlMtS2F2bGkgTmV0d29yayBvZiBFeGNlbGxlbmNlIiwiRnJpZWRyaWNoIE1pZXNjaGVyIEluc3RpdHV0ZSIsIkZyaWVkcmljaCBNaWVzY2hlciBJbnN0aXR1dGUgZm9yIEJpb21lZGljYWwgUmVzZWFyY2giLCJNYXggUGxhbmNrIEluc3RpdHV0ZSBmb3IgQnJhaW4gUmVzZWFyY2giLCJQZml6ZXIiLCJVbml2ZXJzaXR5IG9mIE1haW56Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtNDU0OS01MzYxIiwiZ2l2ZW4tbmFtZXMiOiJUaG9tYXMiLCJmYW1pbHktbmFtZXMiOiJNZWFzaGFtIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiVG9tIl0sImVtYWlsIjpbIlRob21hcy5NZWFzaGFtQGFudS5lZHUuYXUiXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDU0lSTyIsIkNTSVJPIEVjb3N5c3RlbSBTY2llbmNlcyIsIkNTSVJPIExhbmQgYW5kIFdhdGVyIiwiSmFtZXMgQ29vayBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBTeWRuZXkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS02NTI0LTU3MjgiLCJnaXZlbi1uYW1lcyI6IkRhcnJlbiIsImZhbWlseS1uYW1lcyI6IlNpbmNsYWlyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiRGVwYXJ0bWVudCBvZiBJbmR1c3RyeSwgU2NpZW5jZSBhbmQgVGVjaG5vbG9neSIsIlVuaXZlcnNpdHkgb2YgQ2FuYmVycmEiLCJVbml2ZXJzaXR5IG9mIFN5ZG5leSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTU1NTAtOTMxMiIsImdpdmVuLW5hbWVzIjoiQWxlY2lhIiwiZmFtaWx5LW5hbWVzIjoiQ2FydGVyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQ2VudHJlIE5hdGlvbmFsIGRlIGxhIFJlY2hlcmNoZSBTY2llbnRpZmlxdWUiLCJDaHVyY2hpbGwgQ29sbGVnZSwgVW5pdmVyc2l0eSBvZiBDYW1icmlkZ2UiLCJVbml2ZXJzaWRhZCBkZSBsYXMgQW3DqXJpY2FzIFB1ZWJsYSIsIlVuaXZlcnNpdHkgQ29sbGVnZSBMb25kb24iLCJVbml2ZXJzaXR5IG9mIENhbWJyaWRnZSBEZXBhcnRtZW50IG9mIFpvb2xvZ3kiLCJVbml2ZXJzaXR5IG9mIFF1ZWVuc2xhbmQiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0wODU0LTIwMzQiLCJnaXZlbi1uYW1lcyI6Ik1hcnRpbiIsImZhbWlseS1uYW1lcyI6Ildlc3RnYXRlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiVGhlIEF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTgzODEtOTEzOSIsImdpdmVuLW5hbWVzIjoiS2FyZW4iLCJmYW1pbHktbmFtZXMiOiJIdXNzZXkiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IENvbGxlZ2UgRHVibGluIiwiVW5pdmVyc2l0eSBvZiBNZWxib3VybmUiLCJVbml2ZXJzaXR5IG9mIFF1ZWVuc2xhbmQiLCJVbml2ZXJzaXkgb2YgUXVlZW5zbGFuZCJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTU0MTMtNTc5MyIsImdpdmVuLW5hbWVzIjoiQ3JpcyIsImZhbWlseS1uYW1lcyI6IkJyYWNrIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBCcml0aXNoIENvbHVtYmlhIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtNTM5Ny00OTc0IiwiZ2l2ZW4tbmFtZXMiOiJUeXJvbmUiLCJmYW1pbHktbmFtZXMiOiJMYXZlcnkiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJGaWVsZCBNdXNldW0gb2YgTmF0dXJhbCBIaXN0b3J5IiwiVW5pdmVyc2l0eSBvZiBLYW5zYXMiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy00MzYwLTYyMzIiLCJnaXZlbi1uYW1lcyI6IktlbGx5IiwiZmFtaWx5LW5hbWVzIjoiTWlsbGVyIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiRGVha2luIFVuaXZlcnNpdHkgLSBNZWxib3VybmUgQnVyd29vZCBDYW1wdXMiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi0xMDU1LTEyNTgiLCJnaXZlbi1uYW1lcyI6Ik1pY2hhZWwiLCJmYW1pbHktbmFtZXMiOiJHb3NzIiwiY3JlZGl0LW5hbWUiOiJNaWNoYWVsIEouIEdvc3MiLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkFGUkMgTGV0Y29tYmUgTGFib3JhdG9yeSIsIk1hY2F1bGF5IExhbmQgVXNlIFJlc2VhcmNoIEluc3RpdHV0ZSIsIlJvdGhhbXN0ZWQgIEV4cGVyaW1lbnRhbCBTdGF0aW9uIiwiVW5pdmVyc2l0eSBvZiBCaXJtaW5naGFtIiwiVW5pdmVyc2l0eSBvZiBHdWVscGgiLCJVbml2ZXJzaXR5IG9mIExvbmRvbiIsIlVuaXZlcnNpdHkgb2YgUmVhZGluZyJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTk5OTAtOTI0MyIsImdpdmVuLW5hbWVzIjoiUm9zc2FuYSIsImZhbWlseS1uYW1lcyI6Ik1vcnJpZWxsbyIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkNhIEZvc2NhcmkgVW5pdmVyc2l0eSBvZiBWZW5pY2UiLCJJdGFsaWFuIExpYnJhcnkgQXNzb2NpYXRpb24gKEFJQikiLCJKb3VybmFsIFwiQWdhaW5zdCB0aGUgR3JhaW5cIiIsIkpvdXJuYWwgXCJCaWJsaW90ZWNoZSBvZ2dpIFRyZW5kc1wiIiwiSm91cm5hbCBcIkJpYmxpb3RlY2hlIG9nZ2lcIiIsIlBvbHl0ZWNobmljIFVuaXZlcnNpdHkgb2YgVHVyaW4iLCJVbml2ZXJzaXR5IG9mIFR1cmluIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItNDE2OC03OTI0IiwiZ2l2ZW4tbmFtZXMiOiJKT0VMTEUiLCJmYW1pbHktbmFtZXMiOiJHRVJHSVMiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJUaGUgQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVGhlIFVuaXZlcmlzdHkgb2YgTWVsYm91cm5lIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtOTU5OS0zODgyIiwiZ2l2ZW4tbmFtZXMiOiJTYW5kcmEgSi4iLCJmYW1pbHktbmFtZXMiOiJWZWxhcmRlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiU2FuZHJhIFZlbGFyZGUtUGFqYXJlcyIsIlNhbmRyYSBWZWxhcmRlIiwiU2FuZHJhIEouIFZlbGFyZGUtUGFqYXJlcyIsIlNhbmRyYSBWZXJsYWRlIiwiVmVybGFkZSBTYW5kcmEiLCJWZWxhcmRlIFBhamFyZXMsIFNhbmRyYSJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQU5VIEVudGVycHJpc2UgUHR5IEx0ZCIsIkF1c3RyYWxpYW4gQWdyaWN1bHR1cmFsIGFuZCBSZXNvdXJjZSBFY29ub21pY3MgU29jaWV0eSBJbmMiLCJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJDU0lSTyBFY29zeXN0ZW0gU2NpZW5jZXMiLCJDZW50cm8gSW50ZXJuYWNpb25hbCBkZSBBZ3JpY3VsdHVyYSBUcm9waWNhbCIsIkNsaW1hdGUgQ2hhbmdlIENvbW1pc3Npb24iLCJDb25zdWx0YXRpdmUgR3JvdXAgb24gSW50ZXJuYXRpb25hbCBBZ3JpY3VsdHVyYWwgUmVzZWFyY2giLCJGb29kIGFuZCBBZ3JpY3VsdHVyZSBPcmdhbml6YXRpb24gb2YgdGhlIFVuaXRlZCBOYXRpb25zIiwiSG9tZXdhcmQgQm91bmQgUHJvamVjdHMiLCJJbnN0aXR1dGUgb2YgRm9yZXN0ZXJzIG9mIEF1c3RyYWxpYSIsIkludGVybmF0aW9uYWwgVHJvcGljYWwgVGltYmVyIE9yZ2FuaXphdGlvbiIsIk5hdGlvbmFsIEFncmFyaWFuIFVuaXZlcnNpdHkgTGEgTW9saW5hIiwiTmV3IFplYWxhbmQgSW5zdGl0dXRlIG9mIEZvcmVzdHJ5IiwiUm95YWwgU29jaWV0eSBvZiBOZXcgWmVhbGFuZCIsIlNjaW9uIiwiU29jaWV0eSBvZiBDb25zZXJ2YXRpb24gQmlvbG9neSIsIlRlIFDFq25haGEgTWF0YXRpbmkiLCJVbml2ZXJzaWRhZCBOYWNpb25hbCBBZ3JhcmlhIExhIE1vbGluYSIsIlVuaXZlcnNpdHkgb2YgRWRpbmJ1cmdoIiwiV29ybGQgQWdyb2ZvcmVzdHJ5IENlbnRyZSIsIlpheWVkIEludGVybmF0aW9uYWwgRm91bmRhdGlvbiBmb3IgdGhlIEVudmlyb25tZW50Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtODQxNi0zMzY1IiwiZ2l2ZW4tbmFtZXMiOiJUaW1vdGh5IiwiZmFtaWx5LW5hbWVzIjoiQmF5bmVzIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiVGltIEJheW5lcyIsIlRNIEJheW5lcyIsIlRpbW90aHkgTWFsY29sbSBCYXluZXMiLCJUIEJheW5lcyIsIlQuIEJheW5lcyIsIlQuIE0uIEJheW5lcyJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQ1NJUk8iLCJJbnRlcm5hdGlvbmFsIFNvY2lldHkgZm9yIEluZHVzdHJpYWwgRWNvbG9neSIsIlVuaXZlcnNpdHkgb2YgTmV3IFNvdXRoIFdhbGVzIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtNjQ3My05MzU1IiwiZ2l2ZW4tbmFtZXMiOiJKb2huIiwiZmFtaWx5LW5hbWVzIjoiUGV6emV5IiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiSmFjayBQZXp6ZXkiLCJKb2huIEMuIFBlenpleSIsIkpvaG4gQy4gVi4gUGV6emV5Il0sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJCaXJrYmVjayBVbml2ZXJzaXR5IG9mIExvbmRvbiIsIlVuaXZlcnNpdHkgb2YgQnJpc3RvbCIsIlVuaXZlcnNpdHkgb2YgQ2FtYnJpZGdlIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItOTMwOS0xMTQ1IiwiZ2l2ZW4tbmFtZXMiOiJKb2huIiwiZmFtaWx5LW5hbWVzIjoiQmFycm9uIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQ2FsaWZvcm5pYSBBY2FkZW15IG9mIFNjaWVuY2VzIiwiR2VvbG9naWNhbCBTb2NpZXR5IG9mIEFtZXJpY2EiLCJNaWNyb3BhbGFlb250b2xvZ2ljYWwgU29jaWV0eSIsIlBhbGVvbnRvbG9neSBTb2NpZXR5IiwiVVMgR2VvbG9naWNhbCBTdXJ2ZXkgV2VzdGVybiBSZWdpb24iLCJVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEgTG9zIEFuZ2VsZXMiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi00MDQ5LTkzMTUiLCJnaXZlbi1uYW1lcyI6Ik1hcnRhIiwiZmFtaWx5LW5hbWVzIjoiWWVicmEiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbIm1hcnRhLnllYnJhQGFudS5lZHUuYXUiXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJCdXNoZmlyZSAmIE5hdHVyYWwgSGF6YXJkcyBDb29wZXJhdGl2ZSBSZXNlYXJjaCBDZW50cmUiLCJDU0lSTyBMYW5kIGFuZCBXYXRlciIsIlVuaXZlcnNpdHkgb2YgQWxjYWxhIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMjc3NS0yOTUzIiwiZ2l2ZW4tbmFtZXMiOiJWYWxlcnkiLCJmYW1pbHktbmFtZXMiOiJSb21hbm92c2tpIiwiY3JlZGl0LW5hbWUiOiJWYWxlcnkgRy4gUm9tYW5vdnNraSIsIm90aGVyLW5hbWUiOlsiVi4gRy4gUm9tYW5vdnNraWksIFYuIEcuIFJvbWFub3Zza3ksIFZhbGVyeSBSb21hbm92c2t5Il0sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6W119LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtODM4NC04NDY5IiwiZ2l2ZW4tbmFtZXMiOiJSb3NpZSIsImZhbWlseS1uYW1lcyI6IkNvb25leSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkdsb2JhbCBFbnZpcm9ubWVudCBGYWNpbGl0eSIsIkludGVybmF0aW9uIFVuaW9uIGZvciBDb25zZXJ2YXRpb24gb2YgTmF0dXJlIiwiVW5pdmVyc2l0eSBvZiBDYW1icmlkZ2UiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0zNDQzLTQ2ODYiLCJnaXZlbi1uYW1lcyI6IkphY2tpIiwiZmFtaWx5LW5hbWVzIjoiU2NoaXJtZXIiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIENhbmJlcnJhIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMzc0Ni00MzQ2IiwiZ2l2ZW4tbmFtZXMiOiJHYXJyeSIsImZhbWlseS1uYW1lcyI6Ik1jRG9uYWxkIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiR2FycnkgVyBNY0RvbmFsZCJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQU5ld05aIENoYXJpdGFibGUgVHJ1c3QiLCJBdXN0cmFsaWEgYW5kIE5aIFNvY2lldHkgZm9yIEVjb2xvZ2ljYWwgRWNvbm9taWNzIiwiQXVzdHJhbGlhbiBBdHRvcm5leSBHZW5lcmFs4oCZcyBPZmZpY2UiLCJFY29zaWdodCBMdGQiLCJJbnRlcm5hdGlvbmFsIElucHV0LU91dHB1dCBBc3NvY2lhdGlvbiIsIkludGVybmF0aW9uYWwgU29jaWV0eSBvZiBFY29sb2dpY2FsIEVjb25vbWljcyIsIkxhbmRjYXJlIFJlc2VhcmNoIiwiTWFya2V0IEVjb25vbWljcyBSZXNlYXJjaCAoTWFya2V0IEVjb25vbWljcyBMdGQpIiwiTWFzc2V5IFVuaXZlcnNpdHkiLCJNY0Rlcm1vdHQgRmFpcmdyYXkgTHRkIiwiTlogQWdyaWN1bHR1cmFsIGFuZCBSZXNvdXJjZSBFY29ub21pY3MgU29jaWV0eSIsIk5aIEZvdW5kYXRpb24gZm9yIFByb2dyZXNzICYgV2VsbGJlaW5nIENoYXJpdGFibGUgVHJ1c3QiLCJQYWxtZXJzdG9uIE5vcnRoIFRlYWNoZXIncyBDb2xsZWdlIiwiUXVha2VDb1JFIEFubnVhbCBNZWV0aW5nIiwiUmVzaWxpZW5jZSBOYXRpb25hbCBTY2llbmNlIENoYWxsZW5nZSIsIlN5c3RlbSBEeW5hbWNpcyBTb2NpZXR5IiwiVW5pdmVyc2l0ZSBkZSBWZXJzYWlsbGVzIiwiVW5pdmVyc2l0eSBvZiBBdWNrbGFuZCIsIlVuaXZlcnNpdHkgb2YgQ2FudGVyYnVyeSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTA1ODItNTk2MCIsImdpdmVuLW5hbWVzIjoiSmFuZSIsImZhbWlseS1uYW1lcyI6IkNhdGZvcmQiLCJjcmVkaXQtbmFtZSI6IkphbmUgQS4gQ2F0Zm9yZCIsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiS2luZydzIENvbGxlZ2UgTG9uZG9uIiwiVGhlIEF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIlRoZSBVbml2ZXJzaXR5IG9mIE1lbGJvdXJuZSIsIlVuaXZlcnNpdHkgb2YgTWlubmVzb3RhIiwiVW5pdmVyc2l0eSBvZiBTb3V0aGFtcHRvbiJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAyLTMyMjktOTUyNCIsImdpdmVuLW5hbWVzIjoiUGFzY2FsIiwiZmFtaWx5LW5hbWVzIjoiU2NoZXJyZXIiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJTb3V0aGVybiBDcm9zcyBVbml2ZXJzaXR5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMzc2NS0wNjI3IiwiZ2l2ZW4tbmFtZXMiOiJNYXR0aGV3IiwiZmFtaWx5LW5hbWVzIjoiQ29sbG9mZiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTIwOTgtNDc1OSIsImdpdmVuLW5hbWVzIjoiQ2F0aGVyaW5lIiwiZmFtaWx5LW5hbWVzIjoiQWxsYW4iLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJDaGFybGVzIFN0dXJ0IFVuaXZlcnNpdHkiLCJNZWxib3VybmUgVW5pdmVyc2l0eSIsIlVuaXZlcnNpdHkgb2YgTmV3IEVuZ2xhbmQiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0yMDAxLTI0NzQiLCJnaXZlbi1uYW1lcyI6IkppYW4iLCJmYW1pbHktbmFtZXMiOiJZYW5nIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOltdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTYxOTAtMjIzMyIsImdpdmVuLW5hbWVzIjoiS2F0ZSIsImZhbWlseS1uYW1lcyI6IkNyb3dsZXkiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6WyJDYXRoZXJpbmUgTWFyaWEgQ3Jvd2xleSJdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiVW5pdmVyc2l0eSBvZiBUYXNtYW5pYSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTUzMjctNTY4WCIsImdpdmVuLW5hbWVzIjoiT3dlbiIsImZhbWlseS1uYW1lcyI6IlByaWNlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiVW5pdmVyc2l0eSBvZiBTdHJhdGhjbHlkZSIsIlVuaXZlcnNpdHkgb2YgV29sbG9uZ29uZyIsIlVuaXZlcnNpdHkgb2YgWW9yayJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTYyOTMtOTk2WCIsImdpdmVuLW5hbWVzIjoiSmFtaWUiLCJmYW1pbHktbmFtZXMiOiJQaXR0b2NrIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiTW9uYXNoIFVuaXZlcnNpdHkiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMS04MDI0LTk5MTEiLCJnaXZlbi1uYW1lcyI6IkVkd2FyZCIsImZhbWlseS1uYW1lcyI6IlJ5Ymlja2kiLCJjcmVkaXQtbmFtZSI6IkVkIFJ5Ymlja2kiLCJvdGhlci1uYW1lIjpbIkVQIFJ5Ymlja2kiLCJFZHdhcmQgUCBSeWJpY2tpIl0sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJVbml2ZXJzaXR5IG9mIENhcGUgVG93biJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTY4ODQtNjY2OCIsImdpdmVuLW5hbWVzIjoiQ2hhcmxlcyIsImZhbWlseS1uYW1lcyI6Ikdyb3NlIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOltdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAzLTA5ODktOTIwMyIsImdpdmVuLW5hbWVzIjoiQWRyaWFuIiwiZmFtaWx5LW5hbWVzIjoiTWFubmluZyIsImNyZWRpdC1uYW1lIjoiQWRyaWFuIEQuIE1hbm5pbmciLCJvdGhlci1uYW1lIjpbIkFkcmlhbiBELiBNYW5uaW5nIl0sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJUaGUgVW5pdmVyc2l0eSBvZiBFZGluYnVyZ2giXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMy0wNzAzLTY4OTMiLCJnaXZlbi1uYW1lcyI6IlNhdWwiLCJmYW1pbHktbmFtZXMiOiJDdW5uaW5naGFtIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOlsiU2F1bCBBLiBDdW5uaW5naGFtIiwiU2F1bCBBbGFuIEN1bm5pbmdoYW0iXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkNTSVJPIEJsYWNrIE1vdW50YWluIExhYm9yYXRvcmllcyIsIk1hY3F1YXJpZSBVbml2ZXJzaXR5IiwiTW9uYXNoIFVuaXZlcnNpdHkiLCJVbml2ZXJzaXR5IG9mIENvbm5lY3RpY3V0Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDMtMjQxNS0wMDU3IiwiZ2l2ZW4tbmFtZXMiOm51bGwsImZhbWlseS1uYW1lcyI6bnVsbCwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6WyJzYW0uYmFua3NAY2R1LmVkdS5hdSJdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkNoYXJsZXMgRGFyd2luIFVuaXZlcnNpdHkiLCJNYWNxdWFyaWUgVW5pdmVyc2l0eSIsIk1vbmFzaCBVbml2ZXJzaXR5Il19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMDM2MC03ODkwIiwiZ2l2ZW4tbmFtZXMiOiJNYXJrIiwiZmFtaWx5LW5hbWVzIjoiSG9nYXJ0aCIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkFsYmVydCBDb2F0ZXMgRm91bmRhdGlvbiIsIkF1c3RpbiBSZXNlYXJjaCBJbnN0aXR1dGUiLCJBdXN0cmFsaWFuIEFjYWRlbXkgb2YgU2NpZW5jZSIsIkJ1cm5ldCBJbnN0aXR1dGUiLCJNT05BU0ggVU5JVkVSU0lUWSIsIlJlYmVjY2EgTC4gQ29vcGVyIE1lZGljYWwgUmVzZWFyY2ggRm91bmRhdGlvbiIsIlVuaXZlcnNpdHkgb2YgTWVsYm91cm5lIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDEtNjU4Ni00NTI5IiwiZ2l2ZW4tbmFtZXMiOiJXQUxURVIgSk9TRUYiLCJmYW1pbHktbmFtZXMiOiJSQURFUk1BQ0hFUiIsImNyZWRpdC1uYW1lIjoiV2FsdGVyIEouIFJhZGVybWFjaGVyLCBQaEQiLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkV1cm9zdGF0IiwiRmVkZXJhbCBTdGF0aXN0aWNhbCBPZmZpY2UgR2VybWFueSIsIkludGVybmF0aW9uYWwgU3RhdGlzdGljYWwgSW5zdGl0dXRlIiwiUldUSCBBYWNoZW4gVW5pdmVyc2l0eSIsIlNhcGllbnphIFVuaXZlcnNpdHkgb2YgUm9tZSIsIlNhcGllbnphIFVuaXZlcnNpdMOgIGRpIFJvbWEiLCJXZXN0ZsOkbGlzY2hlIFdpbGhlbG1zLVVuaXZlcnNpdMOkdCBNw7xuc3RlciJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTkyMTYtMTU1NCIsImdpdmVuLW5hbWVzIjoiQmFycnkiLCJmYW1pbHktbmFtZXMiOiJDcm9rZSIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSJdfSx7Im9yY2lkLWlkIjoiMDAwMC0wMDAxLTY1NTYtODA0MSIsImdpdmVuLW5hbWVzIjoiWHVlbWVpIiwiZmFtaWx5LW5hbWVzIjoiQmFpIiwiY3JlZGl0LW5hbWUiOm51bGwsIm90aGVyLW5hbWUiOltdLCJlbWFpbCI6W10sImluc3RpdHV0aW9uLW5hbWUiOlsiQXVzdHJhbGlhbiBOYXRpb25hbCBVbml2ZXJzaXR5IiwiQmVpamluZyBOb3JtYWwgVW5pdmVyc2l0eSIsIkNTSVJPIEVjb3N5c3RlbSBTY2llbmNlcyIsIkluc3RpdHV0ZSBmb3IgR2xvYmFsIEVudmlyb25tZW50YWwgU3RyYXRlZ2llcyIsIkphcGFuZXNlIENlbnRlciBmb3IgSW50ZXJuYXRpb25hbCBTdHVkaWVzIGluIEVjb2xvZ3kiLCJQZWtpbmcgVW5pdmVyc2l0eSIsIlRoZSBVbml2ZXJzaXR5IG9mIFRva3lvIiwiWWFsZSBVbml2ZXJzaXR5IFlhbGUgU2Nob29sIG9mIEZvcmVzdHJ5IGFuZCBFbnZpcm9ubWVudGFsIFN0dWRpZXMiXX0seyJvcmNpZC1pZCI6IjAwMDAtMDAwMi04Mzc3LTIyMTEiLCJnaXZlbi1uYW1lcyI6IlBoaWxpcCIsImZhbWlseS1uYW1lcyI6IkJhcnRvbiIsImNyZWRpdC1uYW1lIjpudWxsLCJvdGhlci1uYW1lIjpbXSwiZW1haWwiOltdLCJpbnN0aXR1dGlvbi1uYW1lIjpbIkF1c3RyYWxpYW4gTmF0aW9uYWwgVW5pdmVyc2l0eSIsIkZlZGVyYXRpb24gVW5pdmVyc2l0eSBBdXN0cmFsaWEiLCJVbml2ZXJzaXR5IG9mIE5ldyBFbmdsYW5kIiwiVW5pdmVyc2l0eSBvZiBXb2xsb25nb25nIl19LHsib3JjaWQtaWQiOiIwMDAwLTAwMDItMTY0NS02MDE2IiwiZ2l2ZW4tbmFtZXMiOiJQZXRlciIsImZhbWlseS1uYW1lcyI6Iktpbm5lbGwiLCJjcmVkaXQtbmFtZSI6bnVsbCwib3RoZXItbmFtZSI6W10sImVtYWlsIjpbXSwiaW5zdGl0dXRpb24tbmFtZSI6WyJBdXN0cmFsaWFuIE5hdGlvbmFsIFVuaXZlcnNpdHkiLCJFbHNldmllciBCViIsIlVuaXZlcnNpdHkgb2YgQ2FuYmVycmEiXX1dLCJudW0tZm91bmQiOjI2MX0= http_version: null - recorded_at: Fri, 31 Jul 2020 06:40:34 GMT + recorded_at: Wed, 05 Aug 2020 06:41:01 GMT recorded_with: VCR 5.1.0 diff --git a/spec/graphql/types/person_type_spec.rb b/spec/graphql/types/person_type_spec.rb index 864fcaf7a..7d196fefa 100644 --- a/spec/graphql/types/person_type_spec.rb +++ b/spec/graphql/types/person_type_spec.rb @@ -135,19 +135,18 @@ it "returns people information" do response = LupoSchema.execute(query).as_json - expect(response.dig("data", "people", "totalCount")).to eq(260) + expect(response.dig("data", "people", "totalCount")).to eq(261) expect(response.dig("data", "people", "pageInfo", "endCursor")).to eq("NQ") #expect(response.dig("data", "people", "pageInfo", "hasNextPage")).to be true expect(response.dig("data", "people", "nodes").length).to eq(50) person = response.dig("data", "people", "nodes", 0) - expect(person.fetch("id")).to eq("https://orcid.org/0000-0003-2129-2850") - expect(person.fetch("name")).to eq("Stephen Dovers") - expect(person.fetch("givenName")).to eq("Stephen") - expect(person.fetch("familyName")).to eq("Dovers") - expect(person.fetch("alternateName")).to eq([]) - expect(person.fetch("affiliation")).to eq([{"name"=>"Australian National University"}, - {"name"=>"Australian National University Fenner School of Environment and Society"}]) + expect(person.fetch("id")).to eq("https://orcid.org/0000-0001-8624-4484") + expect(person.fetch("name")).to eq("Nelida Villasenor") + expect(person.fetch("givenName")).to eq("Nelida") + expect(person.fetch("familyName")).to eq("Villasenor") + expect(person.fetch("alternateName")).to eq(["Nélida R. Villaseñor"]) + expect(person.fetch("affiliation")).to eq([{"name"=>"Australian National University"}, {"name"=>"Universidad de Chile"}]) end end end