jitz-sharepoint-utilities 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jitz-sharepoint-utilities",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Essential SharePoint utilities for SharePoint Add-in and SPFx development",
5
5
  "author": "Jithendra Mani",
6
6
  "license": "ISC",
@@ -1,6 +0,0 @@
1
- import { IActivity } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class Activities extends List<IActivity> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,36 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var Activities = /** @class */ (function (_super) {
19
- __extends(Activities, _super);
20
- function Activities(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.Activities.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.Activities.fields.Story,
26
- SpConstants_1.default.lists.Activities.fields.Ticket_Code,
27
- SpConstants_1.default.lists.Activities.fields.ActivityType,
28
- SpConstants_1.default.lists.commonFields.Created,
29
- ], [
30
- SpConstants_1.default.lists.Activities.fields.TargetUser,
31
- SpConstants_1.default.lists.commonFields.Author,
32
- ], [SpConstants_1.default.lists.Activities.fields.Ticket]) || this;
33
- }
34
- return Activities;
35
- }(List_1.default));
36
- exports.default = Activities;
@@ -1,6 +0,0 @@
1
- import { IAttachment } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class Attachments extends List<IAttachment> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var Attachments = /** @class */ (function (_super) {
19
- __extends(Attachments, _super);
20
- function Attachments(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.Attachments.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.Attachments.fields.Ticket_Code,
26
- ], [], [SpConstants_1.default.lists.Attachments.fields.Ticket]) || this;
27
- }
28
- return Attachments;
29
- }(List_1.default));
30
- exports.default = Attachments;
@@ -1,6 +0,0 @@
1
- import { IConfiguration } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class Configurations extends List<IConfiguration> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var Configurations = /** @class */ (function (_super) {
19
- __extends(Configurations, _super);
20
- function Configurations(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.Configurations.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.Configurations.fields.CurrentValue,
26
- ], [], []) || this;
27
- }
28
- return Configurations;
29
- }(List_1.default));
30
- exports.default = Configurations;
@@ -1,6 +0,0 @@
1
- import { ICustomStylesheet } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class CustomStylesheet extends List<ICustomStylesheet> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var CustomStylesheet = /** @class */ (function (_super) {
19
- __extends(CustomStylesheet, _super);
20
- function CustomStylesheet(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.CustomStyleSheet.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.CustomStyleSheet.fields.MainContent,
26
- ], [], []) || this;
27
- }
28
- return CustomStylesheet;
29
- }(List_1.default));
30
- exports.default = CustomStylesheet;
@@ -1,6 +0,0 @@
1
- import { IEmailTemplate } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class EmailTemplates extends List<IEmailTemplate> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var EmailTemplates = /** @class */ (function (_super) {
19
- __extends(EmailTemplates, _super);
20
- function EmailTemplates(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.EmailTemplates.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.EmailTemplates.fields.Subject,
26
- SpConstants_1.default.lists.EmailTemplates.fields.Body,
27
- ], [], []) || this;
28
- }
29
- return EmailTemplates;
30
- }(List_1.default));
31
- exports.default = EmailTemplates;
@@ -1,6 +0,0 @@
1
- import { IFAQ } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class FAQs extends List<IFAQ> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
package/lib/data/FAQs.js DELETED
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var FAQs = /** @class */ (function (_super) {
19
- __extends(FAQs, _super);
20
- function FAQs(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.FAQs.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.FAQs.fields.MainContent,
26
- ], [], []) || this;
27
- }
28
- return FAQs;
29
- }(List_1.default));
30
- exports.default = FAQs;
@@ -1,6 +0,0 @@
1
- import { IHomePage } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class HomePageTexts extends List<IHomePage> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var HomePageTexts = /** @class */ (function (_super) {
19
- __extends(HomePageTexts, _super);
20
- function HomePageTexts(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.HomePageTexts.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.HomePageTexts.fields.MainContent,
26
- ], [], []) || this;
27
- }
28
- return HomePageTexts;
29
- }(List_1.default));
30
- exports.default = HomePageTexts;
@@ -1,6 +0,0 @@
1
- import { ITicketCategory } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class TicketCategories extends List<ITicketCategory> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var TicketCategories = /** @class */ (function (_super) {
19
- __extends(TicketCategories, _super);
20
- function TicketCategories(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.TicketCategories.title; }
22
- return _super.call(this, context, listName, [SpConstants_1.default.lists.commonFields.Id, SpConstants_1.default.lists.commonFields.Title], [], []) || this;
23
- }
24
- return TicketCategories;
25
- }(List_1.default));
26
- exports.default = TicketCategories;
@@ -1,6 +0,0 @@
1
- import { ITicketComment } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class TicketComments extends List<ITicketComment> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var TicketComments = /** @class */ (function (_super) {
19
- __extends(TicketComments, _super);
20
- function TicketComments(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.TicketComments.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.commonFields.Created,
26
- SpConstants_1.default.lists.TicketComments.fields.Story,
27
- SpConstants_1.default.lists.TicketComments.fields.Ticket_Code,
28
- ], [SpConstants_1.default.lists.commonFields.Author], [SpConstants_1.default.lists.TicketComments.fields.Ticket]) || this;
29
- }
30
- return TicketComments;
31
- }(List_1.default));
32
- exports.default = TicketComments;
@@ -1,6 +0,0 @@
1
- import { ITicketPriority } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class TicketPriorities extends List<ITicketPriority> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var TicketPriorities = /** @class */ (function (_super) {
19
- __extends(TicketPriorities, _super);
20
- function TicketPriorities(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.TicketPriorities.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.TicketPriorities.fields.ColorCode,
26
- SpConstants_1.default.lists.TicketPriorities.fields.SortOrder,
27
- ], [], []) || this;
28
- }
29
- return TicketPriorities;
30
- }(List_1.default));
31
- exports.default = TicketPriorities;
@@ -1,6 +0,0 @@
1
- import { ITicketStatus } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class TicketStatuses extends List<ITicketStatus> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var TicketStatuses = /** @class */ (function (_super) {
19
- __extends(TicketStatuses, _super);
20
- function TicketStatuses(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.TicketStatuses.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.TicketStatuses.fields.ColorCode,
26
- SpConstants_1.default.lists.TicketStatuses.fields.SortOrder,
27
- ], [], []) || this;
28
- }
29
- return TicketStatuses;
30
- }(List_1.default));
31
- exports.default = TicketStatuses;
@@ -1,6 +0,0 @@
1
- import { ITicketSubcategory } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class TicketSubcategories extends List<ITicketSubcategory> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var TicketSubcategories = /** @class */ (function (_super) {
19
- __extends(TicketSubcategories, _super);
20
- function TicketSubcategories(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.TicketSubcategories.title; }
22
- return _super.call(this, context, listName, [SpConstants_1.default.lists.commonFields.Id, SpConstants_1.default.lists.commonFields.Title], [], [SpConstants_1.default.lists.TicketSubcategories.fields.Category]) || this;
23
- }
24
- return TicketSubcategories;
25
- }(List_1.default));
26
- exports.default = TicketSubcategories;
@@ -1,6 +0,0 @@
1
- import { ITicket } from "../common/Models";
2
- import List from "./context/List";
3
- import IJitzContext from "./interfaces/IJitzContext";
4
- export default class Tickets extends List<ITicket> {
5
- constructor(context: IJitzContext, listName?: string);
6
- }
@@ -1,45 +0,0 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- extendStatics(d, b);
11
- function __() { this.constructor = d; }
12
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13
- };
14
- })();
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- var SpConstants_1 = require("../common/SpConstants");
17
- var List_1 = require("./context/List");
18
- var Tickets = /** @class */ (function (_super) {
19
- __extends(Tickets, _super);
20
- function Tickets(context, listName) {
21
- if (listName === void 0) { listName = SpConstants_1.default.lists.Tickets.title; }
22
- return _super.call(this, context, listName, [
23
- SpConstants_1.default.lists.commonFields.Id,
24
- SpConstants_1.default.lists.commonFields.Title,
25
- SpConstants_1.default.lists.commonFields.Created,
26
- SpConstants_1.default.lists.commonFields.Modified,
27
- SpConstants_1.default.lists.Tickets.fields.Code,
28
- SpConstants_1.default.lists.Tickets.fields.Story,
29
- SpConstants_1.default.lists.Tickets.fields.Status_ColorCode,
30
- SpConstants_1.default.lists.Tickets.fields.Priority_ColorCode,
31
- ], [
32
- SpConstants_1.default.lists.commonFields.Author,
33
- SpConstants_1.default.lists.Tickets.fields.Assignee,
34
- SpConstants_1.default.lists.Tickets.fields.RaisedFor,
35
- SpConstants_1.default.lists.Tickets.fields.TaggedUsers,
36
- ], [
37
- SpConstants_1.default.lists.Tickets.fields.Status,
38
- SpConstants_1.default.lists.Tickets.fields.Priority,
39
- SpConstants_1.default.lists.Tickets.fields.Category,
40
- SpConstants_1.default.lists.Tickets.fields.Subcategory,
41
- ]) || this;
42
- }
43
- return Tickets;
44
- }(List_1.default));
45
- exports.default = Tickets;