- import { Organization } from "../schema/organization-schema";
- import { Docs, RumbaOrganizationResponse } from "../service/rumba-service/rumba.model";
- export const orgChildTreeForOrg1 = {
- organization: {
- description: 'Westerosi Basic District',
- displayName: 'Westerosi Basic District',
- address1: '1234 Main St',
- address2: null,
- city: 'Anytown',
- state: 'CA',
- zipcode: '12345',
- country: 'US',
- name: 'Westerosi Basic District',
- organizationId: '8a97b1cc5e2e51a6015eaa7e0e015002',
- },
- recursiveSubOrganizations: [
- {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- },
- {
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- },
- {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- {
- description: 'Kings Landing High School',
- displayName: 'Kings Landing High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Sandy',
- state: 'CA',
- zipcode: '12345',
- country: 'US',
- name: 'Kings Landing High School',
- organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
- },
- {
- description: 'NightKing Subdistrict',
- displayName: 'NightKing Subdistrict',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'NightKing Subdistrict',
- organizationId: '8a97b1cd64cd796a0165494bb74722ca',
- },
- {
- description: 'Wall Middle School',
- displayName: 'Wall Middle School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Wall Middle School',
- organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
- },
- ],
- subOrganizations: [
- {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- },
- {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- {
- description: 'Kings Landing High School',
- displayName: 'Kings Landing High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Sandy',
- state: 'CA',
- zipcode: '12345',
- country: 'US',
- name: 'Kings Landing High School',
- organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
- },
- {
- description: 'NightKing Subdistrict',
- displayName: 'NightKing Subdistrict',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'NightKing Subdistrict',
- organizationId: '8a97b1cd64cd796a0165494bb74722ca',
- },
- {
- description: 'Wall Middle School',
- displayName: 'Wall Middle School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Wall Middle School',
- organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
- },
- ],
- subOrganizationIds: [
- '8a97b1a665b54da50165eea3be5f0dfc',
- '8a97b1cc5e2e51a6015eaa7f84305005',
- '8a97b1cc64cd6b35016524b41f5d1c02',
- '8a97b1a664cd6b460165a654780c354d',
- '8a97b1cd64cd796a0165494bb74722ca',
- ],
- subOrgTrees: [
- {
- organization: {
- description: 'NightKing Subdistrict',
- displayName: 'NightKing Subdistrict',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'NightKing Subdistrict',
- organizationId: '8a97b1cd64cd796a0165494bb74722ca',
- },
- recursiveSubOrganizations: [
- {
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- },
- ],
- subOrganizations: [
- {
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- },
- ],
- subOrganizationIds: [
- '8a97b1cc64cd6b350165496b3db42348',
- ],
- subOrgTrees: [
- {
- organization: {
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- ],
- },
- {
- organization: {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Wall Middle School',
- displayName: 'Wall Middle School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Wall Middle School',
- organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Kings Landing High School',
- displayName: 'Kings Landing High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Sandy',
- state: 'CA',
- zipcode: '12345',
- country: 'US',
- name: 'Kings Landing High School',
- organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- ],
- };
- export const orgChildTreeForOrg2 = {
- organization: {
- description: 'District (non-integrated) SubDist Lev2',
- displayName: 'District (non-integrated) SubDist Lev2',
- address1: '2013-2014 I Love Chocolate Ln.',
- address2: null,
- city: 'Sandy',
- state: 'MN',
- zipcode: '53703-1995',
- country: 'US',
- name: 'District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016622591ffa180a',
- },
- recursiveSubOrganizations: [
- {
- description: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e330166227f82331814',
- },
- {
- description: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- address1: 'address1',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c016644ac3be520da',
- },
- {
- description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a665b54da5016644ad2bf92166',
- },
- {
- description: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016644add6b920fe',
- },
- {
- description: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c016644ae310e20de',
- },
- {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- ],
- subOrganizations: [
- {
- description: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 1 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e330166227f82331814',
- },
- {
- description: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- address1: 'address1',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 10 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c016644ac3be520da',
- },
- {
- description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a665b54da5016644ad2bf92166',
- },
- {
- description: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 12 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016644add6b920fe',
- },
- {
- description: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 13 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c016644ae310e20de',
- },
- {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- ],
- subOrganizationIds: [
- '8a97b1a665b54da5016644b14d53216e',
- '8a97b1cf65b54e1c016644b4feb620f6',
- '8a97b1a665b54da5016644ae75e6216a',
- '8a97b1ce65b54e330166227f82331814',
- '8a97b1a765b54dcb016644b3ed8f213d',
- '8a97b1a665b54da50165eea3be5f0dfc',
- ],
- subOrgTrees: [
- {
- organization: {
- description: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c0166228032c41807',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a765b54dcb016644b3ed8f213d',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cc65b54cbe016644d584b220bb',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016644b2c0b4210a',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a665b54da5016644ad2bf92166',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- {
- organization: {
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- },
- ],
- };
- export const orgWithoutChildTree = {
- organization: {
- description: 'District (non-integrated) SubDist Lev2',
- displayName: 'District (non-integrated) SubDist Lev2',
- address1: '2013-2014 I Love Chocolate Ln.',
- address2: null,
- city: 'Sandy',
- state: 'MN',
- zipcode: '53703-1995',
- country: 'US',
- name: 'District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016622591ffa180a',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- };
- export const mockedLeafChildOrganizations = {
- organization: {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- },
- recursiveSubOrganizations: [],
- subOrganizations: [],
- subOrganizationIds: [],
- subOrgTrees: [],
- };
- export const mockedOrganizationWithSchoolOrgType = {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- organizationType: 'School',
- };
- export const mockedOrganizationWithSubDistrictOrgType = {
- description: 'NightKing Subdistrict',
- displayName: 'NightKing Subdistrict',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'NightKing Subdistrict',
- organizationId: '8a97b1cd64cd796a0165494bb74722ca',
- organizationType: 'Subdistrict',
- };
- export const expectedChildOrganizationsForSingleOrg = [
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Wall Middle School',
- displayName: 'Wall Middle School',
- name: 'Wall Middle School',
- organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Sandy',
- country: 'US',
- description: 'Kings Landing High School',
- displayName: 'Kings Landing High School',
- name: 'Kings Landing High School',
- organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
- state: 'CA',
- zipcode: '12345',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- state: 'AZ',
- zipcode: '85224',
- },
- ];
- export const expectedChildOrganizationsForMultipleOrgs = [
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Harrenhal High School',
- displayName: 'Harrenhal High School',
- name: 'Harrenhal High School',
- organizationId: '8a97b1cc64cd6b350165496b3db42348',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Wall Middle School',
- displayName: 'Wall Middle School',
- name: 'Wall Middle School',
- organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Sandy',
- country: 'US',
- description: 'Kings Landing High School',
- displayName: 'Kings Landing High School',
- name: 'Kings Landing High School',
- organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
- state: 'CA',
- zipcode: '12345',
- },
- {
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- country: 'US',
- description: 'Iron Islands High School',
- displayName: 'Iron Islands High School',
- name: 'Iron Islands High School',
- organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
- state: 'AZ',
- zipcode: '85224',
- },
- {
- description: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 3 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cf65b54e1c0166228032c41807',
- },
- {
- description: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 33 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a765b54dcb016644b3ed8f213d',
- },
- {
- description: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 51 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1cc65b54cbe016644d584b220bb',
- },
- {
- description: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 29 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1ce65b54e33016644b2c0b4210a',
- },
- {
- description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- address2: null,
- city: 'Sandy',
- state: 'UT',
- zipcode: '85226',
- country: 'US',
- name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
- organizationId: '8a97b1a665b54da5016644ad2bf92166',
- },
- ];
- export const expectedSchoolOrganization = [
- {
- description: 'Bravos High School',
- displayName: 'Bravos High School',
- address1: '1234 Main St',
- address2: null,
- city: 'Chandler',
- state: 'AZ',
- zipcode: '85224',
- country: 'US',
- name: 'Bravos High School',
- organizationId: '8a97b1a664cd6b460165a654780c354d',
- organizationType: 'School',
- },
- ];
- export const mockedSearchOrganizations = {
- responseHeader: {
- status: 0,
- QTime: 1204,
- },
- response: {
- numFound: 1,
- start: 0,
- docs: [
- {
- OrganizationType: 'School',
- PostalCode: '85226',
- Address1: 'iLit Ave',
- Address2: 'Address 2',
- Name: 'iLit Apple Grove High School',
- StateCode: 'AZ',
- Description: 'iLit Apple Grove High School - Description',
- StatusCode: 'A',
- City: 'Chandler',
- CountryCode: 'US',
- OrganizationId: '8a97b1cd511c25d20151b631bda049da',
- ParentOrganization: '8a97b1cc511bf5c40151b5f6f1004922',
- FullAddress: [
- '85226',
- 'iLit Ave',
- 'Address 2',
- 'AZ',
- 'Chandler',
- ],
- DisplayGroup: [
- 'K-12',
- ],
- ExternalIdType: [
- 'Mdr Id',
- 'Sap Customer Id',
- ],
- DisplayName: [
- 'iLit Apple Grove High School - Display',
- ],
- ExternalIdValue: [
- '61694354',
- '703097596295318',
- ],
- },
- ],
- },
- };
- export const expectedSearchOrganizations: Organization[] = [
- {
- organizationId: '8a97b1cd511c25d20151b631bda049da',
- name: 'iLit Apple Grove High School',
- zipcode: '85226',
- description: 'iLit Apple Grove High School - Description',
- displayName: 'iLit Apple Grove High School - Display',
- address1: 'iLit Ave',
- address2: 'Address 2',
- city: 'Chandler',
- state: 'AZ',
- country: 'US',
- organizationType: 'School',
- },
- ];
- export const searchOrgRequest = {
- orgName: 'Apple-Grove',
- orgCity: 'city',
- orgState: 'state',
- orgPostalCode: 'postal-code',
- orgCountry: 'country',
- searchLimit: 100,
- reportAdvanceSearch: false,
- rootOrg: false,
- sapCustomerId: 'sapCustomerId',
- };