From Jittery Owl, 6 Years ago, written in Plain Text.
Embed
  1. import { Organization } from "../schema/organization-schema";
  2. import { Docs, RumbaOrganizationResponse } from "../service/rumba-service/rumba.model";
  3.  
  4. export const orgChildTreeForOrg1 = {
  5.     organization: {
  6.         description: 'Westerosi Basic District',
  7.         displayName: 'Westerosi Basic District',
  8.         address1: '1234 Main St',
  9.         address2: null,
  10.         city: 'Anytown',
  11.         state: 'CA',
  12.         zipcode: '12345',
  13.         country: 'US',
  14.         name: 'Westerosi Basic District',
  15.         organizationId: '8a97b1cc5e2e51a6015eaa7e0e015002',
  16.     },
  17.     recursiveSubOrganizations: [
  18.         {
  19.             description: 'Bravos High School',
  20.             displayName: 'Bravos High School',
  21.             address1: '1234 Main St',
  22.             address2: null,
  23.             city: 'Chandler',
  24.             state: 'AZ',
  25.             zipcode: '85224',
  26.             country: 'US',
  27.             name: 'Bravos High School',
  28.             organizationId: '8a97b1a664cd6b460165a654780c354d',
  29.         },
  30.         {
  31.             description: 'Harrenhal High School',
  32.             displayName: 'Harrenhal High School',
  33.             address1: '1234 Main St',
  34.             address2: null,
  35.             city: 'Chandler',
  36.             state: 'AZ',
  37.             zipcode: '85224',
  38.             country: 'US',
  39.             name: 'Harrenhal High School',
  40.             organizationId: '8a97b1cc64cd6b350165496b3db42348',
  41.         },
  42.         {
  43.             description: 'Iron Islands High School',
  44.             displayName: 'Iron Islands High School',
  45.             address1: '1234 Main St',
  46.             address2: null,
  47.             city: 'Chandler',
  48.             state: 'AZ',
  49.             zipcode: '85224',
  50.             country: 'US',
  51.             name: 'Iron Islands High School',
  52.             organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  53.         },
  54.         {
  55.             description: 'Kings Landing High School',
  56.             displayName: 'Kings Landing High School',
  57.             address1: '1234 Main St',
  58.             address2: null,
  59.             city: 'Sandy',
  60.             state: 'CA',
  61.             zipcode: '12345',
  62.             country: 'US',
  63.             name: 'Kings Landing High School',
  64.             organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
  65.         },
  66.         {
  67.             description: 'NightKing Subdistrict',
  68.             displayName: 'NightKing Subdistrict',
  69.             address1: '1234 Main St',
  70.             address2: null,
  71.             city: 'Chandler',
  72.             state: 'AZ',
  73.             zipcode: '85224',
  74.             country: 'US',
  75.             name: 'NightKing Subdistrict',
  76.             organizationId: '8a97b1cd64cd796a0165494bb74722ca',
  77.         },
  78.         {
  79.             description: 'Wall Middle School',
  80.             displayName: 'Wall Middle School',
  81.             address1: '1234 Main St',
  82.             address2: null,
  83.             city: 'Chandler',
  84.             state: 'AZ',
  85.             zipcode: '85224',
  86.             country: 'US',
  87.             name: 'Wall Middle School',
  88.             organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
  89.         },
  90.     ],
  91.     subOrganizations: [
  92.         {
  93.             description: 'Bravos High School',
  94.             displayName: 'Bravos High School',
  95.             address1: '1234 Main St',
  96.             address2: null,
  97.             city: 'Chandler',
  98.             state: 'AZ',
  99.             zipcode: '85224',
  100.             country: 'US',
  101.             name: 'Bravos High School',
  102.             organizationId: '8a97b1a664cd6b460165a654780c354d',
  103.         },
  104.         {
  105.             description: 'Iron Islands High School',
  106.             displayName: 'Iron Islands High School',
  107.             address1: '1234 Main St',
  108.             address2: null,
  109.             city: 'Chandler',
  110.             state: 'AZ',
  111.             zipcode: '85224',
  112.             country: 'US',
  113.             name: 'Iron Islands High School',
  114.             organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  115.         },
  116.         {
  117.             description: 'Kings Landing High School',
  118.             displayName: 'Kings Landing High School',
  119.             address1: '1234 Main St',
  120.             address2: null,
  121.             city: 'Sandy',
  122.             state: 'CA',
  123.             zipcode: '12345',
  124.             country: 'US',
  125.             name: 'Kings Landing High School',
  126.             organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
  127.         },
  128.         {
  129.             description: 'NightKing Subdistrict',
  130.             displayName: 'NightKing Subdistrict',
  131.             address1: '1234 Main St',
  132.             address2: null,
  133.             city: 'Chandler',
  134.             state: 'AZ',
  135.             zipcode: '85224',
  136.             country: 'US',
  137.             name: 'NightKing Subdistrict',
  138.             organizationId: '8a97b1cd64cd796a0165494bb74722ca',
  139.         },
  140.         {
  141.             description: 'Wall Middle School',
  142.             displayName: 'Wall Middle School',
  143.             address1: '1234 Main St',
  144.             address2: null,
  145.             city: 'Chandler',
  146.             state: 'AZ',
  147.             zipcode: '85224',
  148.             country: 'US',
  149.             name: 'Wall Middle School',
  150.             organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
  151.         },
  152.     ],
  153.     subOrganizationIds: [
  154.         '8a97b1a665b54da50165eea3be5f0dfc',
  155.         '8a97b1cc5e2e51a6015eaa7f84305005',
  156.         '8a97b1cc64cd6b35016524b41f5d1c02',
  157.         '8a97b1a664cd6b460165a654780c354d',
  158.         '8a97b1cd64cd796a0165494bb74722ca',
  159.     ],
  160.     subOrgTrees: [
  161.         {
  162.             organization: {
  163.                 description: 'NightKing Subdistrict',
  164.                 displayName: 'NightKing Subdistrict',
  165.                 address1: '1234 Main St',
  166.                 address2: null,
  167.                 city: 'Chandler',
  168.                 state: 'AZ',
  169.                 zipcode: '85224',
  170.                 country: 'US',
  171.                 name: 'NightKing Subdistrict',
  172.                 organizationId: '8a97b1cd64cd796a0165494bb74722ca',
  173.             },
  174.             recursiveSubOrganizations: [
  175.                 {
  176.                     description: 'Harrenhal High School',
  177.                     displayName: 'Harrenhal High School',
  178.                     address1: '1234 Main St',
  179.                     address2: null,
  180.                     city: 'Chandler',
  181.                     state: 'AZ',
  182.                     zipcode: '85224',
  183.                     country: 'US',
  184.                     name: 'Harrenhal High School',
  185.                     organizationId: '8a97b1cc64cd6b350165496b3db42348',
  186.                 },
  187.             ],
  188.             subOrganizations: [
  189.                 {
  190.                     description: 'Harrenhal High School',
  191.                     displayName: 'Harrenhal High School',
  192.                     address1: '1234 Main St',
  193.                     address2: null,
  194.                     city: 'Chandler',
  195.                     state: 'AZ',
  196.                     zipcode: '85224',
  197.                     country: 'US',
  198.                     name: 'Harrenhal High School',
  199.                     organizationId: '8a97b1cc64cd6b350165496b3db42348',
  200.                 },
  201.             ],
  202.             subOrganizationIds: [
  203.                 '8a97b1cc64cd6b350165496b3db42348',
  204.             ],
  205.             subOrgTrees: [
  206.                 {
  207.                     organization: {
  208.                         description: 'Harrenhal High School',
  209.                         displayName: 'Harrenhal High School',
  210.                         address1: '1234 Main St',
  211.                         address2: null,
  212.                         city: 'Chandler',
  213.                         state: 'AZ',
  214.                         zipcode: '85224',
  215.                         country: 'US',
  216.                         name: 'Harrenhal High School',
  217.                         organizationId: '8a97b1cc64cd6b350165496b3db42348',
  218.                     },
  219.                     recursiveSubOrganizations: [],
  220.                     subOrganizations: [],
  221.                     subOrganizationIds: [],
  222.                     subOrgTrees: [],
  223.                 },
  224.             ],
  225.         },
  226.         {
  227.             organization: {
  228.                 description: 'Bravos High School',
  229.                 displayName: 'Bravos High School',
  230.                 address1: '1234 Main St',
  231.                 address2: null,
  232.                 city: 'Chandler',
  233.                 state: 'AZ',
  234.                 zipcode: '85224',
  235.                 country: 'US',
  236.                 name: 'Bravos High School',
  237.                 organizationId: '8a97b1a664cd6b460165a654780c354d',
  238.             },
  239.             recursiveSubOrganizations: [],
  240.             subOrganizations: [],
  241.             subOrganizationIds: [],
  242.             subOrgTrees: [],
  243.         },
  244.         {
  245.             organization: {
  246.                 description: 'Wall Middle School',
  247.                 displayName: 'Wall Middle School',
  248.                 address1: '1234 Main St',
  249.                 address2: null,
  250.                 city: 'Chandler',
  251.                 state: 'AZ',
  252.                 zipcode: '85224',
  253.                 country: 'US',
  254.                 name: 'Wall Middle School',
  255.                 organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
  256.             },
  257.             recursiveSubOrganizations: [],
  258.             subOrganizations: [],
  259.             subOrganizationIds: [],
  260.             subOrgTrees: [],
  261.         },
  262.         {
  263.             organization: {
  264.                 description: 'Kings Landing High School',
  265.                 displayName: 'Kings Landing High School',
  266.                 address1: '1234 Main St',
  267.                 address2: null,
  268.                 city: 'Sandy',
  269.                 state: 'CA',
  270.                 zipcode: '12345',
  271.                 country: 'US',
  272.                 name: 'Kings Landing High School',
  273.                 organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
  274.             },
  275.             recursiveSubOrganizations: [],
  276.             subOrganizations: [],
  277.             subOrganizationIds: [],
  278.             subOrgTrees: [],
  279.         },
  280.         {
  281.             organization: {
  282.                 description: 'Iron Islands High School',
  283.                 displayName: 'Iron Islands High School',
  284.                 address1: '1234 Main St',
  285.                 address2: null,
  286.                 city: 'Chandler',
  287.                 state: 'AZ',
  288.                 zipcode: '85224',
  289.                 country: 'US',
  290.                 name: 'Iron Islands High School',
  291.                 organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  292.             },
  293.             recursiveSubOrganizations: [],
  294.             subOrganizations: [],
  295.             subOrganizationIds: [],
  296.             subOrgTrees: [],
  297.         },
  298.     ],
  299. };
  300.  
  301. export const orgChildTreeForOrg2 = {
  302.     organization: {
  303.         description: 'District (non-integrated) SubDist Lev2',
  304.         displayName: 'District (non-integrated) SubDist Lev2',
  305.         address1: '2013-2014 I Love Chocolate Ln.',
  306.         address2: null,
  307.         city: 'Sandy',
  308.         state: 'MN',
  309.         zipcode: '53703-1995',
  310.         country: 'US',
  311.         name: 'District (non-integrated) SubDist Lev2',
  312.         organizationId: '8a97b1ce65b54e33016622591ffa180a',
  313.     },
  314.     recursiveSubOrganizations: [
  315.         {
  316.             description: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  317.             displayName: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  318.             address1: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  319.             address2: null,
  320.             city: 'Sandy',
  321.             state: 'UT',
  322.             zipcode: '85226',
  323.             country: 'US',
  324.             name: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  325.             organizationId: '8a97b1ce65b54e330166227f82331814',
  326.         },
  327.         {
  328.             description: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  329.             displayName: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  330.             address1: 'address1',
  331.             address2: null,
  332.             city: 'Sandy',
  333.             state: 'UT',
  334.             zipcode: '85226',
  335.             country: 'US',
  336.             name: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  337.             organizationId: '8a97b1cf65b54e1c016644ac3be520da',
  338.         },
  339.         {
  340.             description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  341.             displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  342.             address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  343.             address2: null,
  344.             city: 'Sandy',
  345.             state: 'UT',
  346.             zipcode: '85226',
  347.             country: 'US',
  348.             name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  349.             organizationId: '8a97b1a665b54da5016644ad2bf92166',
  350.         },
  351.         {
  352.             description: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  353.             displayName: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  354.             address1: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  355.             address2: null,
  356.             city: 'Sandy',
  357.             state: 'UT',
  358.             zipcode: '85226',
  359.             country: 'US',
  360.             name: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  361.             organizationId: '8a97b1ce65b54e33016644add6b920fe',
  362.         },
  363.         {
  364.             description: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  365.             displayName: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  366.             address1: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  367.             address2: null,
  368.             city: 'Sandy',
  369.             state: 'UT',
  370.             zipcode: '85226',
  371.             country: 'US',
  372.             name: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  373.             organizationId: '8a97b1cf65b54e1c016644ae310e20de',
  374.         },
  375.         {
  376.             description: 'Iron Islands High School',
  377.             displayName: 'Iron Islands High School',
  378.             address1: '1234 Main St',
  379.             address2: null,
  380.             city: 'Chandler',
  381.             state: 'AZ',
  382.             zipcode: '85224',
  383.             country: 'US',
  384.             name: 'Iron Islands High School',
  385.             organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  386.         },
  387.     ],
  388.     subOrganizations: [
  389.         {
  390.             description: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  391.             displayName: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  392.             address1: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  393.             address2: null,
  394.             city: 'Sandy',
  395.             state: 'UT',
  396.             zipcode: '85226',
  397.             country: 'US',
  398.             name: 'Basic School 1 -District (non-integrated) SubDist Lev2',
  399.             organizationId: '8a97b1ce65b54e330166227f82331814',
  400.         },
  401.         {
  402.             description: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  403.             displayName: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  404.             address1: 'address1',
  405.             address2: null,
  406.             city: 'Sandy',
  407.             state: 'UT',
  408.             zipcode: '85226',
  409.             country: 'US',
  410.             name: 'Basic School 10 -District (non-integrated) SubDist Lev2',
  411.             organizationId: '8a97b1cf65b54e1c016644ac3be520da',
  412.         },
  413.         {
  414.             description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  415.             displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  416.             address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  417.             address2: null,
  418.             city: 'Sandy',
  419.             state: 'UT',
  420.             zipcode: '85226',
  421.             country: 'US',
  422.             name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  423.             organizationId: '8a97b1a665b54da5016644ad2bf92166',
  424.         },
  425.         {
  426.             description: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  427.             displayName: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  428.             address1: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  429.             address2: null,
  430.             city: 'Sandy',
  431.             state: 'UT',
  432.             zipcode: '85226',
  433.             country: 'US',
  434.             name: 'Basic School 12 -District (non-integrated) SubDist Lev2',
  435.             organizationId: '8a97b1ce65b54e33016644add6b920fe',
  436.         },
  437.         {
  438.             description: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  439.             displayName: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  440.             address1: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  441.             address2: null,
  442.             city: 'Sandy',
  443.             state: 'UT',
  444.             zipcode: '85226',
  445.             country: 'US',
  446.             name: 'Basic School 13 -District (non-integrated) SubDist Lev2',
  447.             organizationId: '8a97b1cf65b54e1c016644ae310e20de',
  448.         },
  449.         {
  450.             description: 'Iron Islands High School',
  451.             displayName: 'Iron Islands High School',
  452.             address1: '1234 Main St',
  453.             address2: null,
  454.             city: 'Chandler',
  455.             state: 'AZ',
  456.             zipcode: '85224',
  457.             country: 'US',
  458.             name: 'Iron Islands High School',
  459.             organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  460.         },
  461.     ],
  462.     subOrganizationIds: [
  463.         '8a97b1a665b54da5016644b14d53216e',
  464.         '8a97b1cf65b54e1c016644b4feb620f6',
  465.         '8a97b1a665b54da5016644ae75e6216a',
  466.         '8a97b1ce65b54e330166227f82331814',
  467.         '8a97b1a765b54dcb016644b3ed8f213d',
  468.         '8a97b1a665b54da50165eea3be5f0dfc',
  469.     ],
  470.     subOrgTrees: [
  471.         {
  472.             organization: {
  473.                 description: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  474.                 displayName: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  475.                 address1: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  476.                 address2: null,
  477.                 city: 'Sandy',
  478.                 state: 'UT',
  479.                 zipcode: '85226',
  480.                 country: 'US',
  481.                 name: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  482.                 organizationId: '8a97b1cf65b54e1c0166228032c41807',
  483.             },
  484.             recursiveSubOrganizations: [],
  485.             subOrganizations: [],
  486.             subOrganizationIds: [],
  487.             subOrgTrees: [],
  488.         },
  489.         {
  490.             organization: {
  491.                 description: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  492.                 displayName: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  493.                 address1: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  494.                 address2: null,
  495.                 city: 'Sandy',
  496.                 state: 'UT',
  497.                 zipcode: '85226',
  498.                 country: 'US',
  499.                 name: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  500.                 organizationId: '8a97b1a765b54dcb016644b3ed8f213d',
  501.             },
  502.             recursiveSubOrganizations: [],
  503.             subOrganizations: [],
  504.             subOrganizationIds: [],
  505.             subOrgTrees: [],
  506.         },
  507.         {
  508.             organization: {
  509.                 description: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  510.                 displayName: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  511.                 address1: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  512.                 address2: null,
  513.                 city: 'Sandy',
  514.                 state: 'UT',
  515.                 zipcode: '85226',
  516.                 country: 'US',
  517.                 name: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  518.                 organizationId: '8a97b1cc65b54cbe016644d584b220bb',
  519.             },
  520.             recursiveSubOrganizations: [],
  521.             subOrganizations: [],
  522.             subOrganizationIds: [],
  523.             subOrgTrees: [],
  524.         },
  525.         {
  526.             organization: {
  527.                 description: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  528.                 displayName: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  529.                 address1: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  530.                 address2: null,
  531.                 city: 'Sandy',
  532.                 state: 'UT',
  533.                 zipcode: '85226',
  534.                 country: 'US',
  535.                 name: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  536.                 organizationId: '8a97b1ce65b54e33016644b2c0b4210a',
  537.             },
  538.             recursiveSubOrganizations: [],
  539.             subOrganizations: [],
  540.             subOrganizationIds: [],
  541.             subOrgTrees: [],
  542.         },
  543.         {
  544.             organization: {
  545.                 description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  546.                 displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  547.                 address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  548.                 address2: null,
  549.                 city: 'Sandy',
  550.                 state: 'UT',
  551.                 zipcode: '85226',
  552.                 country: 'US',
  553.                 name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  554.                 organizationId: '8a97b1a665b54da5016644ad2bf92166',
  555.             },
  556.             recursiveSubOrganizations: [],
  557.             subOrganizations: [],
  558.             subOrganizationIds: [],
  559.             subOrgTrees: [],
  560.         },
  561.         {
  562.             organization: {
  563.                 description: 'Iron Islands High School',
  564.                 displayName: 'Iron Islands High School',
  565.                 address1: '1234 Main St',
  566.                 address2: null,
  567.                 city: 'Chandler',
  568.                 state: 'AZ',
  569.                 zipcode: '85224',
  570.                 country: 'US',
  571.                 name: 'Iron Islands High School',
  572.                 organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  573.             },
  574.             recursiveSubOrganizations: [],
  575.             subOrganizations: [],
  576.             subOrganizationIds: [],
  577.             subOrgTrees: [],
  578.         },
  579.     ],
  580. };
  581.  
  582. export const orgWithoutChildTree = {
  583.     organization: {
  584.         description: 'District (non-integrated) SubDist Lev2',
  585.         displayName: 'District (non-integrated) SubDist Lev2',
  586.         address1: '2013-2014 I Love Chocolate Ln.',
  587.         address2: null,
  588.         city: 'Sandy',
  589.         state: 'MN',
  590.         zipcode: '53703-1995',
  591.         country: 'US',
  592.         name: 'District (non-integrated) SubDist Lev2',
  593.         organizationId: '8a97b1ce65b54e33016622591ffa180a',
  594.     },
  595.     recursiveSubOrganizations: [],
  596.     subOrganizations: [],
  597.     subOrganizationIds: [],
  598.     subOrgTrees: [],
  599. };
  600.  
  601. export const mockedLeafChildOrganizations = {
  602.     organization: {
  603.         description: 'Bravos High School',
  604.         displayName: 'Bravos High School',
  605.         address1: '1234 Main St',
  606.         address2: null,
  607.         city: 'Chandler',
  608.         state: 'AZ',
  609.         zipcode: '85224',
  610.         country: 'US',
  611.         name: 'Bravos High School',
  612.         organizationId: '8a97b1a664cd6b460165a654780c354d',
  613.     },
  614.     recursiveSubOrganizations: [],
  615.     subOrganizations: [],
  616.     subOrganizationIds: [],
  617.     subOrgTrees: [],
  618. };
  619.  
  620. export const mockedOrganizationWithSchoolOrgType = {
  621.     description: 'Bravos High School',
  622.     displayName: 'Bravos High School',
  623.     address1: '1234 Main St',
  624.     address2: null,
  625.     city: 'Chandler',
  626.     state: 'AZ',
  627.     zipcode: '85224',
  628.     country: 'US',
  629.     name: 'Bravos High School',
  630.     organizationId: '8a97b1a664cd6b460165a654780c354d',
  631.     organizationType: 'School',
  632. };
  633.  
  634. export const mockedOrganizationWithSubDistrictOrgType = {
  635.     description: 'NightKing Subdistrict',
  636.     displayName: 'NightKing Subdistrict',
  637.     address1: '1234 Main St',
  638.     address2: null,
  639.     city: 'Chandler',
  640.     state: 'AZ',
  641.     zipcode: '85224',
  642.     country: 'US',
  643.     name: 'NightKing Subdistrict',
  644.     organizationId: '8a97b1cd64cd796a0165494bb74722ca',
  645.     organizationType: 'Subdistrict',
  646. };
  647.  
  648. export const expectedChildOrganizationsForSingleOrg = [
  649.     {
  650.         address1: '1234 Main St',
  651.         address2: null,
  652.         city: 'Chandler',
  653.         country: 'US',
  654.         description: 'Harrenhal High School',
  655.         displayName: 'Harrenhal High School',
  656.         name: 'Harrenhal High School',
  657.         organizationId: '8a97b1cc64cd6b350165496b3db42348',
  658.         state: 'AZ',
  659.         zipcode: '85224',
  660.     },
  661.     {
  662.         address1: '1234 Main St',
  663.         address2: null,
  664.         city: 'Chandler',
  665.         country: 'US',
  666.         description: 'Bravos High School',
  667.         displayName: 'Bravos High School',
  668.         name: 'Bravos High School',
  669.         organizationId: '8a97b1a664cd6b460165a654780c354d',
  670.         state: 'AZ',
  671.         zipcode: '85224',
  672.     },
  673.     {
  674.         address1: '1234 Main St',
  675.         address2: null,
  676.         city: 'Chandler',
  677.         country: 'US',
  678.         description: 'Wall Middle School',
  679.         displayName: 'Wall Middle School',
  680.         name: 'Wall Middle School',
  681.         organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
  682.         state: 'AZ',
  683.         zipcode: '85224',
  684.     },
  685.     {
  686.         address1: '1234 Main St',
  687.         address2: null,
  688.         city: 'Sandy',
  689.         country: 'US',
  690.         description: 'Kings Landing High School',
  691.         displayName: 'Kings Landing High School',
  692.         name: 'Kings Landing High School',
  693.         organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
  694.         state: 'CA',
  695.         zipcode: '12345',
  696.     },
  697.     {
  698.         address1: '1234 Main St',
  699.         address2: null,
  700.         city: 'Chandler',
  701.         country: 'US',
  702.         description: 'Iron Islands High School',
  703.         displayName: 'Iron Islands High School',
  704.         name: 'Iron Islands High School',
  705.         organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  706.         state: 'AZ',
  707.         zipcode: '85224',
  708.     },
  709. ];
  710.  
  711. export const expectedChildOrganizationsForMultipleOrgs = [
  712.     {
  713.         address1: '1234 Main St',
  714.         address2: null,
  715.         city: 'Chandler',
  716.         country: 'US',
  717.         description: 'Harrenhal High School',
  718.         displayName: 'Harrenhal High School',
  719.         name: 'Harrenhal High School',
  720.         organizationId: '8a97b1cc64cd6b350165496b3db42348',
  721.         state: 'AZ',
  722.         zipcode: '85224',
  723.     },
  724.     {
  725.         address1: '1234 Main St',
  726.         address2: null,
  727.         city: 'Chandler',
  728.         country: 'US',
  729.         description: 'Bravos High School',
  730.         displayName: 'Bravos High School',
  731.         name: 'Bravos High School',
  732.         organizationId: '8a97b1a664cd6b460165a654780c354d',
  733.         state: 'AZ',
  734.         zipcode: '85224',
  735.     },
  736.     {
  737.         address1: '1234 Main St',
  738.         address2: null,
  739.         city: 'Chandler',
  740.         country: 'US',
  741.         description: 'Wall Middle School',
  742.         displayName: 'Wall Middle School',
  743.         name: 'Wall Middle School',
  744.         organizationId: '8a97b1cc64cd6b35016524b41f5d1c02',
  745.         state: 'AZ',
  746.         zipcode: '85224',
  747.     },
  748.     {
  749.         address1: '1234 Main St',
  750.         address2: null,
  751.         city: 'Sandy',
  752.         country: 'US',
  753.         description: 'Kings Landing High School',
  754.         displayName: 'Kings Landing High School',
  755.         name: 'Kings Landing High School',
  756.         organizationId: '8a97b1cc5e2e51a6015eaa7f84305005',
  757.         state: 'CA',
  758.         zipcode: '12345',
  759.     },
  760.     {
  761.         address1: '1234 Main St',
  762.         address2: null,
  763.         city: 'Chandler',
  764.         country: 'US',
  765.         description: 'Iron Islands High School',
  766.         displayName: 'Iron Islands High School',
  767.         name: 'Iron Islands High School',
  768.         organizationId: '8a97b1a665b54da50165eea3be5f0dfc',
  769.         state: 'AZ',
  770.         zipcode: '85224',
  771.     },
  772.     {
  773.         description: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  774.         displayName: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  775.         address1: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  776.         address2: null,
  777.         city: 'Sandy',
  778.         state: 'UT',
  779.         zipcode: '85226',
  780.         country: 'US',
  781.         name: 'Basic School 3 -District (non-integrated) SubDist Lev2',
  782.         organizationId: '8a97b1cf65b54e1c0166228032c41807',
  783.     },
  784.     {
  785.         description: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  786.         displayName: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  787.         address1: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  788.         address2: null,
  789.         city: 'Sandy',
  790.         state: 'UT',
  791.         zipcode: '85226',
  792.         country: 'US',
  793.         name: 'Basic School 33 -District (non-integrated) SubDist Lev2',
  794.         organizationId: '8a97b1a765b54dcb016644b3ed8f213d',
  795.     },
  796.     {
  797.         description: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  798.         displayName: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  799.         address1: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  800.         address2: null,
  801.         city: 'Sandy',
  802.         state: 'UT',
  803.         zipcode: '85226',
  804.         country: 'US',
  805.         name: 'Basic School 51 -District (non-integrated) SubDist Lev2',
  806.         organizationId: '8a97b1cc65b54cbe016644d584b220bb',
  807.     },
  808.     {
  809.         description: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  810.         displayName: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  811.         address1: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  812.         address2: null,
  813.         city: 'Sandy',
  814.         state: 'UT',
  815.         zipcode: '85226',
  816.         country: 'US',
  817.         name: 'Basic School 29 -District (non-integrated) SubDist Lev2',
  818.         organizationId: '8a97b1ce65b54e33016644b2c0b4210a',
  819.     },
  820.     {
  821.         description: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  822.         displayName: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  823.         address1: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  824.         address2: null,
  825.         city: 'Sandy',
  826.         state: 'UT',
  827.         zipcode: '85226',
  828.         country: 'US',
  829.         name: 'Basic School 11 -District (non-integrated) SubDist Lev2',
  830.         organizationId: '8a97b1a665b54da5016644ad2bf92166',
  831.     },
  832. ];
  833.  
  834. export const expectedSchoolOrganization = [
  835.     {
  836.         description: 'Bravos High School',
  837.         displayName: 'Bravos High School',
  838.         address1: '1234 Main St',
  839.         address2: null,
  840.         city: 'Chandler',
  841.         state: 'AZ',
  842.         zipcode: '85224',
  843.         country: 'US',
  844.         name: 'Bravos High School',
  845.         organizationId: '8a97b1a664cd6b460165a654780c354d',
  846.         organizationType: 'School',
  847.     },
  848. ];
  849.  
  850. export const mockedSearchOrganizations = {
  851.     responseHeader: {
  852.         status: 0,
  853.         QTime: 1204,
  854.     },
  855.     response: {
  856.         numFound: 1,
  857.         start: 0,
  858.         docs: [
  859.             {
  860.                 OrganizationType: 'School',
  861.                 PostalCode: '85226',
  862.                 Address1: 'iLit Ave',
  863.                 Address2: 'Address 2',
  864.                 Name: 'iLit Apple Grove High School',
  865.                 StateCode: 'AZ',
  866.                 Description: 'iLit Apple Grove High School - Description',
  867.                 StatusCode: 'A',
  868.                 City: 'Chandler',
  869.                 CountryCode: 'US',
  870.                 OrganizationId: '8a97b1cd511c25d20151b631bda049da',
  871.                 ParentOrganization: '8a97b1cc511bf5c40151b5f6f1004922',
  872.                 FullAddress: [
  873.                     '85226',
  874.                     'iLit Ave',
  875.                     'Address 2',
  876.                     'AZ',
  877.                     'Chandler',
  878.                 ],
  879.                 DisplayGroup: [
  880.                     'K-12',
  881.                 ],
  882.                 ExternalIdType: [
  883.                     'Mdr Id',
  884.                     'Sap Customer Id',
  885.                 ],
  886.                 DisplayName: [
  887.                     'iLit Apple Grove High School - Display',
  888.                 ],
  889.                 ExternalIdValue: [
  890.                     '61694354',
  891.                     '703097596295318',
  892.                 ],
  893.             },
  894.         ],
  895.     },
  896. };
  897.  
  898. export const expectedSearchOrganizations: Organization[] = [
  899.     {
  900.         organizationId: '8a97b1cd511c25d20151b631bda049da',
  901.         name: 'iLit Apple Grove High School',
  902.         zipcode: '85226',
  903.         description: 'iLit Apple Grove High School - Description',
  904.         displayName: 'iLit Apple Grove High School - Display',
  905.         address1: 'iLit Ave',
  906.         address2: 'Address 2',
  907.         city: 'Chandler',
  908.         state: 'AZ',
  909.         country: 'US',
  910.         organizationType: 'School',
  911.     },
  912. ];
  913.  
  914. export const searchOrgRequest = {
  915.     orgName: 'Apple-Grove',
  916.     orgCity: 'city',
  917.     orgState: 'state',
  918.     orgPostalCode: 'postal-code',
  919.     orgCountry: 'country',
  920.     searchLimit: 100,
  921.     reportAdvanceSearch: false,
  922.     rootOrg: false,
  923.     sapCustomerId: 'sapCustomerId',
  924. };
  925.