@managespace/sdk 0.1.88 → 0.1.89
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/dist/extensibility/functions/project/managespace.d.ts +2 -2
- package/dist/extensibility/functions/project/managespace.d.ts.map +1 -1
- package/dist/extensibility/types/workflow-step.d.ts.map +1 -1
- package/dist/generated/models/checklist-recurrence-frequency.d.ts +7 -7
- package/dist/generated/models/checklist-recurrence-frequency.d.ts.map +1 -1
- package/dist/generated/models/checklist-recurrence-frequency.js +9 -11
- package/dist/generated/models/communication-type.d.ts +6 -6
- package/dist/generated/models/communication-type.d.ts.map +1 -1
- package/dist/generated/models/communication-type.js +8 -10
- package/dist/generated/models/configuration-setting-type.d.ts +7 -7
- package/dist/generated/models/configuration-setting-type.d.ts.map +1 -1
- package/dist/generated/models/configuration-setting-type.js +9 -11
- package/dist/generated/models/extensibility-status.d.ts +6 -6
- package/dist/generated/models/extensibility-status.d.ts.map +1 -1
- package/dist/generated/models/extensibility-status.js +8 -10
- package/dist/generated/models/field-type.d.ts +8 -8
- package/dist/generated/models/field-type.d.ts.map +1 -1
- package/dist/generated/models/field-type.js +10 -12
- package/dist/generated/models/filter-operator.d.ts +15 -15
- package/dist/generated/models/filter-operator.d.ts.map +1 -1
- package/dist/generated/models/filter-operator.js +17 -19
- package/dist/generated/models/lease-status.d.ts +12 -12
- package/dist/generated/models/lease-status.d.ts.map +1 -1
- package/dist/generated/models/lease-status.js +14 -16
- package/dist/generated/models/order-operator.d.ts +5 -5
- package/dist/generated/models/order-operator.d.ts.map +1 -1
- package/dist/generated/models/order-operator.js +7 -9
- package/dist/generated/models/order-type.d.ts +5 -5
- package/dist/generated/models/order-type.d.ts.map +1 -1
- package/dist/generated/models/order-type.js +7 -9
- package/dist/generated/models/plugin-extensibility-status.d.ts +6 -6
- package/dist/generated/models/plugin-extensibility-status.d.ts.map +1 -1
- package/dist/generated/models/plugin-extensibility-status.js +8 -10
- package/dist/generated/models/plugin-filter-operator.d.ts +6 -6
- package/dist/generated/models/plugin-filter-operator.d.ts.map +1 -1
- package/dist/generated/models/plugin-filter-operator.js +8 -10
- package/dist/generated/models/product-type.d.ts +9 -9
- package/dist/generated/models/product-type.d.ts.map +1 -1
- package/dist/generated/models/product-type.js +11 -13
- package/dist/generated/models/rate-change-status.d.ts +8 -8
- package/dist/generated/models/rate-change-status.d.ts.map +1 -1
- package/dist/generated/models/rate-change-status.js +10 -12
- package/dist/generated/models/roles.d.ts +11 -11
- package/dist/generated/models/roles.d.ts.map +1 -1
- package/dist/generated/models/roles.js +13 -15
- package/dist/generated/models/roles1.d.ts +11 -11
- package/dist/generated/models/roles1.d.ts.map +1 -1
- package/dist/generated/models/roles1.js +13 -15
- package/dist/generated/models/roles2.d.ts +11 -11
- package/dist/generated/models/roles2.d.ts.map +1 -1
- package/dist/generated/models/roles2.js +13 -15
- package/dist/generated/models/roles3.d.ts +11 -11
- package/dist/generated/models/roles3.d.ts.map +1 -1
- package/dist/generated/models/roles3.js +13 -15
- package/dist/generated/models/roles4.d.ts +11 -11
- package/dist/generated/models/roles4.d.ts.map +1 -1
- package/dist/generated/models/roles4.js +13 -15
- package/dist/generated/models/task-completion-status.d.ts +7 -7
- package/dist/generated/models/task-completion-status.d.ts.map +1 -1
- package/dist/generated/models/task-completion-status.js +9 -11
- package/dist/generated/models/workflow-status.d.ts +9 -9
- package/dist/generated/models/workflow-status.d.ts.map +1 -1
- package/dist/generated/models/workflow-status.js +11 -13
- package/package.deploy.json +1 -1
- package/package.json +1 -1
- package/src/extensibility/functions/project/managespace.ts +1 -1
- package/src/extensibility/types/workflow-step.ts +0 -59
- package/src/generated/models/checklist-recurrence-frequency.ts +8 -7
- package/src/generated/models/communication-type.ts +7 -6
- package/src/generated/models/configuration-setting-type.ts +8 -7
- package/src/generated/models/extensibility-status.ts +7 -6
- package/src/generated/models/field-type.ts +9 -8
- package/src/generated/models/filter-operator.ts +16 -15
- package/src/generated/models/lease-status.ts +13 -12
- package/src/generated/models/order-operator.ts +6 -5
- package/src/generated/models/order-type.ts +6 -5
- package/src/generated/models/plugin-extensibility-status.ts +7 -6
- package/src/generated/models/plugin-filter-operator.ts +7 -6
- package/src/generated/models/product-type.ts +10 -9
- package/src/generated/models/rate-change-status.ts +9 -8
- package/src/generated/models/roles.ts +12 -11
- package/src/generated/models/roles1.ts +12 -11
- package/src/generated/models/roles2.ts +12 -11
- package/src/generated/models/roles3.ts +12 -11
- package/src/generated/models/roles4.ts +12 -11
- package/src/generated/models/task-completion-status.ts +8 -7
- package/src/generated/models/workflow-status.ts +10 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Customer, WorkflowStepInstance, WorkflowInstance
|
|
1
|
+
import { Customer, WorkflowStepInstance, WorkflowInstance } from '../../../generated';
|
|
2
2
|
import { ExtPlugin } from '../../types';
|
|
3
3
|
export declare namespace ManageSpace {
|
|
4
4
|
class SmartBarRequest<TIntent extends string, TEntities extends string[]> implements ExtPlugin {
|
|
@@ -77,7 +77,7 @@ export declare namespace ManageSpace {
|
|
|
77
77
|
class AssetUpdated implements ExtPlugin {
|
|
78
78
|
responseType: any;
|
|
79
79
|
payload: {
|
|
80
|
-
asset:
|
|
80
|
+
asset: any;
|
|
81
81
|
};
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managespace.d.ts","sourceRoot":"","sources":["../../../../src/extensibility/functions/project/managespace.ts"],"names":[],"mappings":"AACA,OAAO,EACH,QAAQ,EACR,oBAAoB,EACpB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"managespace.d.ts","sourceRoot":"","sources":["../../../../src/extensibility/functions/project/managespace.ts"],"names":[],"mappings":"AACA,OAAO,EACH,QAAQ,EACR,oBAAoB,EACpB,gBAAgB,EAEnB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,yBAAiB,WAAW,CAAC;IACzB,MAAa,eAAe,CAExB,OAAO,SAAS,MAAM,EACtB,SAAS,SAAS,MAAM,EAAE,CAC5B,YAAW,SAAS;QAElB,YAAY,EAAG,MAAM,EAAE,CAAC;QACxB,OAAO,EAAG,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,GAAG;YACjD,SAAS,EAAE,MAAM,CAAC;SACrB,CAAC;KACL;IAGD,MAAa,WAAW,CAAC,OAAO,SAAS,MAAM,CAAE,YAAW,SAAS;QACjE,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IAED,MAAa,mBAAoB,YAAW,SAAS;QACjD,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG;YACN,cAAc,EAAE,MAAM,CAAC;SAC1B,CAAC;KACL;IAED,MAAa,YAAa,YAAW,SAAS;QAC1C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IAED,MAAa,aAAc,YAAW,SAAS;QAC3C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IAED,MAAa,eAAgB,YAAW,SAAS;QAC7C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IAED,MAAa,eAAgB,YAAW,SAAS;QAC7C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,QAAQ,CAAC;KACtB;IAED,MAAa,eAAgB,YAAW,SAAS;QAC7C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,QAAQ,GAAG;YAAE,UAAU,EAAE,MAAM,CAAA;SAAE,CAAC;KAC/C;IAED,MAAa,cAAe,YAAW,SAAS;QAC5C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG;YAAE,SAAS,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC;IAED,MAAa,iBAAkB,YAAW,SAAS;QAC/C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,oBAAoB,CAAC;KAClC;IAED,MAAa,uBAAwB,YAAW,SAAS;QACrD,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,gBAAgB,CAAC;KAC9B;IAED,MAAa,iBAAkB,YAAW,SAAS;QAC/C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;KAChD;IAED,MAAa,eAAgB,YAAW,SAAS;QAC7C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG;YAAE,SAAS,EAAE,MAAM,CAAA;SAAE,CAAC;KACnC;IAED,MAAa,qBAAsB,YAAW,SAAS;QACnD,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IACD,MAAa,cAAe,YAAW,SAAS;QAC5C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG,GAAG,CAAC;KACjB;IAED,MAAa,YAAa,YAAW,SAAS;QAC1C,YAAY,EAAG,GAAG,CAAC;QACnB,OAAO,EAAG;YAAE,KAAK,EAAE,GAAG,CAAA;SAAE,CAAC;KAC5B;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-step.d.ts","sourceRoot":"","sources":["../../../src/extensibility/types/workflow-step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,MAAM,uBAAuB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,UAAU,CAAC,CAAC,EAAE,IAAI,SAAS,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,IAAI,SAAS,MAAM,CAAC,GACnE,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAChD,KAAK,CAAC;AAEZ,KAAK,cAAc,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAGF,KAAK,aAAa,GAAG,UAAU,CAAC,cAAc,CAAC,GAAG;IAC9C,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,CAAC,EAAE,KAAK,CAAC;CACrB,CAAC;AAGF,KAAK,qBAAqB,GAAG,UAAU,CACnC,IAAI,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC,EAClD,MAAM,GAAG,OAAO,CACnB,GAAG;IACA,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,iBAAiB,GAAG,aAAa,GAAG,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"workflow-step.d.ts","sourceRoot":"","sources":["../../../src/extensibility/types/workflow-step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,MAAM,uBAAuB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,UAAU,CAAC,CAAC,EAAE,IAAI,SAAS,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,IAAI,SAAS,MAAM,CAAC,GACnE,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,GAChD,KAAK,CAAC;AAEZ,KAAK,cAAc,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC;AAGF,KAAK,aAAa,GAAG,UAAU,CAAC,cAAc,CAAC,GAAG;IAC9C,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,CAAC,EAAE,KAAK,CAAC;CACrB,CAAC;AAGF,KAAK,qBAAqB,GAAG,UAAU,CACnC,IAAI,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC,EAClD,MAAM,GAAG,OAAO,CACnB,GAAG;IACA,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,iBAAiB,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAE/D,MAAM,MAAM,sBAAsB,CAAC,CAAC,SAAS,MAAM,GAAG,YAAY,EAAE,CAAC,GAAG,IAAI,IACtE,CAAC;IACG,MAAM,EAAE,CAAC,CAAC;IACV,KAAK,EAAE,GAAG,CAAC;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB,GAAG,CAAC,CAAC,SAAS,IAAI,GAAG,OAAO,GAAG,CAAC,CAAC,CAAC,GACnC;IACI,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB,GACD;IACI,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB,GACD;IACI,KAAK,EAAE,iBAAiB,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC"}
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Frequency of checklist recurring
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
DAILY
|
|
19
|
-
WEEKLY
|
|
20
|
-
MONTHLY
|
|
21
|
-
YEARLY
|
|
22
|
-
}
|
|
16
|
+
export declare const ChecklistRecurrenceFrequency: {
|
|
17
|
+
readonly DAILY: "DAILY";
|
|
18
|
+
readonly WEEKLY: "WEEKLY";
|
|
19
|
+
readonly MONTHLY: "MONTHLY";
|
|
20
|
+
readonly YEARLY: "YEARLY";
|
|
21
|
+
};
|
|
22
|
+
export type ChecklistRecurrenceFrequency = typeof ChecklistRecurrenceFrequency[keyof typeof ChecklistRecurrenceFrequency];
|
|
23
23
|
export declare function instanceOfChecklistRecurrenceFrequency(value: any): boolean;
|
|
24
24
|
export declare function ChecklistRecurrenceFrequencyFromJSON(json: any): ChecklistRecurrenceFrequency;
|
|
25
25
|
export declare function ChecklistRecurrenceFrequencyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChecklistRecurrenceFrequency;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checklist-recurrence-frequency.d.ts","sourceRoot":"","sources":["../../../src/generated/models/checklist-recurrence-frequency.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"checklist-recurrence-frequency.d.ts","sourceRoot":"","sources":["../../../src/generated/models/checklist-recurrence-frequency.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;CAK/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAG1H,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS1E;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAE/H;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,GAAG,GAAG,CAEnG;AAED,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAE9H"}
|
|
@@ -17,19 +17,17 @@ exports.ChecklistRecurrenceFrequencyToJSONTyped = exports.ChecklistRecurrenceFre
|
|
|
17
17
|
/**
|
|
18
18
|
* Frequency of checklist recurring
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(ChecklistRecurrenceFrequency || (exports.ChecklistRecurrenceFrequency = ChecklistRecurrenceFrequency = {}));
|
|
21
|
+
exports.ChecklistRecurrenceFrequency = {
|
|
22
|
+
DAILY: 'DAILY',
|
|
23
|
+
WEEKLY: 'WEEKLY',
|
|
24
|
+
MONTHLY: 'MONTHLY',
|
|
25
|
+
YEARLY: 'YEARLY'
|
|
26
|
+
};
|
|
29
27
|
function instanceOfChecklistRecurrenceFrequency(value) {
|
|
30
|
-
for (const key in ChecklistRecurrenceFrequency) {
|
|
31
|
-
if (Object.prototype.hasOwnProperty.call(ChecklistRecurrenceFrequency, key)) {
|
|
32
|
-
if (ChecklistRecurrenceFrequency[key] === value) {
|
|
28
|
+
for (const key in exports.ChecklistRecurrenceFrequency) {
|
|
29
|
+
if (Object.prototype.hasOwnProperty.call(exports.ChecklistRecurrenceFrequency, key)) {
|
|
30
|
+
if (exports.ChecklistRecurrenceFrequency[key] === value) {
|
|
33
31
|
return true;
|
|
34
32
|
}
|
|
35
33
|
}
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The form of communication
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
SMS
|
|
19
|
-
EMAIL
|
|
20
|
-
PHONE
|
|
21
|
-
}
|
|
16
|
+
export declare const CommunicationType: {
|
|
17
|
+
readonly SMS: "SMS";
|
|
18
|
+
readonly EMAIL: "EMAIL";
|
|
19
|
+
readonly PHONE: "PHONE";
|
|
20
|
+
};
|
|
21
|
+
export type CommunicationType = typeof CommunicationType[keyof typeof CommunicationType];
|
|
22
22
|
export declare function instanceOfCommunicationType(value: any): boolean;
|
|
23
23
|
export declare function CommunicationTypeFromJSON(json: any): CommunicationType;
|
|
24
24
|
export declare function CommunicationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommunicationType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"communication-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/communication-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"communication-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/communication-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC;AACX,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAGzF,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS/D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAEzG;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,GAAG,GAAG,CAE7E;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAExG"}
|
|
@@ -17,18 +17,16 @@ exports.CommunicationTypeToJSONTyped = exports.CommunicationTypeToJSON = exports
|
|
|
17
17
|
/**
|
|
18
18
|
* The form of communication
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(CommunicationType || (exports.CommunicationType = CommunicationType = {}));
|
|
21
|
+
exports.CommunicationType = {
|
|
22
|
+
SMS: 'SMS',
|
|
23
|
+
EMAIL: 'EMAIL',
|
|
24
|
+
PHONE: 'PHONE'
|
|
25
|
+
};
|
|
28
26
|
function instanceOfCommunicationType(value) {
|
|
29
|
-
for (const key in CommunicationType) {
|
|
30
|
-
if (Object.prototype.hasOwnProperty.call(CommunicationType, key)) {
|
|
31
|
-
if (CommunicationType[key] === value) {
|
|
27
|
+
for (const key in exports.CommunicationType) {
|
|
28
|
+
if (Object.prototype.hasOwnProperty.call(exports.CommunicationType, key)) {
|
|
29
|
+
if (exports.CommunicationType[key] === value) {
|
|
32
30
|
return true;
|
|
33
31
|
}
|
|
34
32
|
}
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* Number for Configuration
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
BOOLEAN
|
|
19
|
-
STRING
|
|
20
|
-
NUMBER
|
|
21
|
-
JSON
|
|
22
|
-
}
|
|
16
|
+
export declare const ConfigurationSettingType: {
|
|
17
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
18
|
+
readonly STRING: "STRING";
|
|
19
|
+
readonly NUMBER: "NUMBER";
|
|
20
|
+
readonly JSON: "JSON";
|
|
21
|
+
};
|
|
22
|
+
export type ConfigurationSettingType = typeof ConfigurationSettingType[keyof typeof ConfigurationSettingType];
|
|
23
23
|
export declare function instanceOfConfigurationSettingType(value: any): boolean;
|
|
24
24
|
export declare function ConfigurationSettingTypeFromJSON(json: any): ConfigurationSettingType;
|
|
25
25
|
export declare function ConfigurationSettingTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ConfigurationSettingType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-setting-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/configuration-setting-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"configuration-setting-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/configuration-setting-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;CAK3B,CAAC;AACX,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAG9G,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAStE;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAEvH;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,GAAG,GAAG,CAE3F;AAED,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAEtH"}
|
|
@@ -17,19 +17,17 @@ exports.ConfigurationSettingTypeToJSONTyped = exports.ConfigurationSettingTypeTo
|
|
|
17
17
|
/**
|
|
18
18
|
* Number for Configuration
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(ConfigurationSettingType || (exports.ConfigurationSettingType = ConfigurationSettingType = {}));
|
|
21
|
+
exports.ConfigurationSettingType = {
|
|
22
|
+
BOOLEAN: 'BOOLEAN',
|
|
23
|
+
STRING: 'STRING',
|
|
24
|
+
NUMBER: 'NUMBER',
|
|
25
|
+
JSON: 'JSON'
|
|
26
|
+
};
|
|
29
27
|
function instanceOfConfigurationSettingType(value) {
|
|
30
|
-
for (const key in ConfigurationSettingType) {
|
|
31
|
-
if (Object.prototype.hasOwnProperty.call(ConfigurationSettingType, key)) {
|
|
32
|
-
if (ConfigurationSettingType[key] === value) {
|
|
28
|
+
for (const key in exports.ConfigurationSettingType) {
|
|
29
|
+
if (Object.prototype.hasOwnProperty.call(exports.ConfigurationSettingType, key)) {
|
|
30
|
+
if (exports.ConfigurationSettingType[key] === value) {
|
|
33
31
|
return true;
|
|
34
32
|
}
|
|
35
33
|
}
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The status of the workflow
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
IN_PROGRESS
|
|
19
|
-
SUCCESS
|
|
20
|
-
FAILED
|
|
21
|
-
}
|
|
16
|
+
export declare const ExtensibilityStatus: {
|
|
17
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
18
|
+
readonly SUCCESS: "SUCCESS";
|
|
19
|
+
readonly FAILED: "FAILED";
|
|
20
|
+
};
|
|
21
|
+
export type ExtensibilityStatus = typeof ExtensibilityStatus[keyof typeof ExtensibilityStatus];
|
|
22
22
|
export declare function instanceOfExtensibilityStatus(value: any): boolean;
|
|
23
23
|
export declare function ExtensibilityStatusFromJSON(json: any): ExtensibilityStatus;
|
|
24
24
|
export declare function ExtensibilityStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExtensibilityStatus;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extensibility-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/extensibility-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"extensibility-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/extensibility-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAG/F,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASjE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAE7G;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,GAAG,GAAG,CAEjF;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAE5G"}
|
|
@@ -17,18 +17,16 @@ exports.ExtensibilityStatusToJSONTyped = exports.ExtensibilityStatusToJSON = exp
|
|
|
17
17
|
/**
|
|
18
18
|
* The status of the workflow
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
})(ExtensibilityStatus || (exports.ExtensibilityStatus = ExtensibilityStatus = {}));
|
|
21
|
+
exports.ExtensibilityStatus = {
|
|
22
|
+
IN_PROGRESS: 'IN_PROGRESS',
|
|
23
|
+
SUCCESS: 'SUCCESS',
|
|
24
|
+
FAILED: 'FAILED'
|
|
25
|
+
};
|
|
28
26
|
function instanceOfExtensibilityStatus(value) {
|
|
29
|
-
for (const key in ExtensibilityStatus) {
|
|
30
|
-
if (Object.prototype.hasOwnProperty.call(ExtensibilityStatus, key)) {
|
|
31
|
-
if (ExtensibilityStatus[key] === value) {
|
|
27
|
+
for (const key in exports.ExtensibilityStatus) {
|
|
28
|
+
if (Object.prototype.hasOwnProperty.call(exports.ExtensibilityStatus, key)) {
|
|
29
|
+
if (exports.ExtensibilityStatus[key] === value) {
|
|
32
30
|
return true;
|
|
33
31
|
}
|
|
34
32
|
}
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The type of the field
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
text
|
|
19
|
-
signature
|
|
20
|
-
initials
|
|
21
|
-
date
|
|
22
|
-
phone
|
|
23
|
-
}
|
|
16
|
+
export declare const FieldType: {
|
|
17
|
+
readonly text: "text";
|
|
18
|
+
readonly signature: "signature";
|
|
19
|
+
readonly initials: "initials";
|
|
20
|
+
readonly date: "date";
|
|
21
|
+
readonly phone: "phone";
|
|
22
|
+
};
|
|
23
|
+
export type FieldType = typeof FieldType[keyof typeof FieldType];
|
|
24
24
|
export declare function instanceOfFieldType(value: any): boolean;
|
|
25
25
|
export declare function FieldTypeFromJSON(json: any): FieldType;
|
|
26
26
|
export declare function FieldTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/field-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"field-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/field-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;CAMZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGjE,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASvD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAEzF;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,GAAG,CAE7D;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAExF"}
|
|
@@ -17,20 +17,18 @@ exports.FieldTypeToJSONTyped = exports.FieldTypeToJSON = exports.FieldTypeFromJS
|
|
|
17
17
|
/**
|
|
18
18
|
* The type of the field
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(FieldType || (exports.FieldType = FieldType = {}));
|
|
21
|
+
exports.FieldType = {
|
|
22
|
+
text: 'text',
|
|
23
|
+
signature: 'signature',
|
|
24
|
+
initials: 'initials',
|
|
25
|
+
date: 'date',
|
|
26
|
+
phone: 'phone'
|
|
27
|
+
};
|
|
30
28
|
function instanceOfFieldType(value) {
|
|
31
|
-
for (const key in FieldType) {
|
|
32
|
-
if (Object.prototype.hasOwnProperty.call(FieldType, key)) {
|
|
33
|
-
if (FieldType[key] === value) {
|
|
29
|
+
for (const key in exports.FieldType) {
|
|
30
|
+
if (Object.prototype.hasOwnProperty.call(exports.FieldType, key)) {
|
|
31
|
+
if (exports.FieldType[key] === value) {
|
|
34
32
|
return true;
|
|
35
33
|
}
|
|
36
34
|
}
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The operator to use when filtering
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
contains
|
|
19
|
-
endsWith
|
|
20
|
-
equals
|
|
21
|
-
gt
|
|
22
|
-
gte
|
|
23
|
-
in
|
|
24
|
-
lt
|
|
25
|
-
lte
|
|
26
|
-
not
|
|
27
|
-
notIn
|
|
28
|
-
search
|
|
29
|
-
startsWith
|
|
30
|
-
}
|
|
16
|
+
export declare const FilterOperator: {
|
|
17
|
+
readonly contains: "contains";
|
|
18
|
+
readonly endsWith: "endsWith";
|
|
19
|
+
readonly equals: "equals";
|
|
20
|
+
readonly gt: "gt";
|
|
21
|
+
readonly gte: "gte";
|
|
22
|
+
readonly in: "in";
|
|
23
|
+
readonly lt: "lt";
|
|
24
|
+
readonly lte: "lte";
|
|
25
|
+
readonly not: "not";
|
|
26
|
+
readonly notIn: "notIn";
|
|
27
|
+
readonly search: "search";
|
|
28
|
+
readonly startsWith: "startsWith";
|
|
29
|
+
};
|
|
30
|
+
export type FilterOperator = typeof FilterOperator[keyof typeof FilterOperator];
|
|
31
31
|
export declare function instanceOfFilterOperator(value: any): boolean;
|
|
32
32
|
export declare function FilterOperatorFromJSON(json: any): FilterOperator;
|
|
33
33
|
export declare function FilterOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): FilterOperator;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/filter-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"filter-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/filter-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;CAajB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGhF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS5D;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAEnG;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,GAAG,CAEvE;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAElG"}
|
|
@@ -17,27 +17,25 @@ exports.FilterOperatorToJSONTyped = exports.FilterOperatorToJSON = exports.Filte
|
|
|
17
17
|
/**
|
|
18
18
|
* The operator to use when filtering
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
})(FilterOperator || (exports.FilterOperator = FilterOperator = {}));
|
|
21
|
+
exports.FilterOperator = {
|
|
22
|
+
contains: 'contains',
|
|
23
|
+
endsWith: 'endsWith',
|
|
24
|
+
equals: 'equals',
|
|
25
|
+
gt: 'gt',
|
|
26
|
+
gte: 'gte',
|
|
27
|
+
in: 'in',
|
|
28
|
+
lt: 'lt',
|
|
29
|
+
lte: 'lte',
|
|
30
|
+
not: 'not',
|
|
31
|
+
notIn: 'notIn',
|
|
32
|
+
search: 'search',
|
|
33
|
+
startsWith: 'startsWith'
|
|
34
|
+
};
|
|
37
35
|
function instanceOfFilterOperator(value) {
|
|
38
|
-
for (const key in FilterOperator) {
|
|
39
|
-
if (Object.prototype.hasOwnProperty.call(FilterOperator, key)) {
|
|
40
|
-
if (FilterOperator[key] === value) {
|
|
36
|
+
for (const key in exports.FilterOperator) {
|
|
37
|
+
if (Object.prototype.hasOwnProperty.call(exports.FilterOperator, key)) {
|
|
38
|
+
if (exports.FilterOperator[key] === value) {
|
|
41
39
|
return true;
|
|
42
40
|
}
|
|
43
41
|
}
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The status of the asset
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
AVAILABLE
|
|
19
|
-
RESERVED
|
|
20
|
-
OCCUPIED
|
|
21
|
-
UNDER_MAINTENANCE
|
|
22
|
-
DELINQUENT
|
|
23
|
-
AUCTION
|
|
24
|
-
LIEN
|
|
25
|
-
FUTURE_BOOKED
|
|
26
|
-
MOVE_OUT_INTENDED
|
|
27
|
-
}
|
|
16
|
+
export declare const LeaseStatus: {
|
|
17
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
18
|
+
readonly RESERVED: "RESERVED";
|
|
19
|
+
readonly OCCUPIED: "OCCUPIED";
|
|
20
|
+
readonly UNDER_MAINTENANCE: "UNDER_MAINTENANCE";
|
|
21
|
+
readonly DELINQUENT: "DELINQUENT";
|
|
22
|
+
readonly AUCTION: "AUCTION";
|
|
23
|
+
readonly LIEN: "LIEN";
|
|
24
|
+
readonly FUTURE_BOOKED: "FUTURE_BOOKED";
|
|
25
|
+
readonly MOVE_OUT_INTENDED: "MOVE_OUT_INTENDED";
|
|
26
|
+
};
|
|
27
|
+
export type LeaseStatus = typeof LeaseStatus[keyof typeof LeaseStatus];
|
|
28
28
|
export declare function instanceOfLeaseStatus(value: any): boolean;
|
|
29
29
|
export declare function LeaseStatusFromJSON(json: any): LeaseStatus;
|
|
30
30
|
export declare function LeaseStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): LeaseStatus;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lease-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/lease-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"lease-status.d.ts","sourceRoot":"","sources":["../../../src/generated/models/lease-status.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;CAUd,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAGvE,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASzD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAE7F;AAED,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,GAAG,CAEjE;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAE5F"}
|
|
@@ -17,24 +17,22 @@ exports.LeaseStatusToJSONTyped = exports.LeaseStatusToJSON = exports.LeaseStatus
|
|
|
17
17
|
/**
|
|
18
18
|
* The status of the asset
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
})(LeaseStatus || (exports.LeaseStatus = LeaseStatus = {}));
|
|
21
|
+
exports.LeaseStatus = {
|
|
22
|
+
AVAILABLE: 'AVAILABLE',
|
|
23
|
+
RESERVED: 'RESERVED',
|
|
24
|
+
OCCUPIED: 'OCCUPIED',
|
|
25
|
+
UNDER_MAINTENANCE: 'UNDER_MAINTENANCE',
|
|
26
|
+
DELINQUENT: 'DELINQUENT',
|
|
27
|
+
AUCTION: 'AUCTION',
|
|
28
|
+
LIEN: 'LIEN',
|
|
29
|
+
FUTURE_BOOKED: 'FUTURE_BOOKED',
|
|
30
|
+
MOVE_OUT_INTENDED: 'MOVE_OUT_INTENDED'
|
|
31
|
+
};
|
|
34
32
|
function instanceOfLeaseStatus(value) {
|
|
35
|
-
for (const key in LeaseStatus) {
|
|
36
|
-
if (Object.prototype.hasOwnProperty.call(LeaseStatus, key)) {
|
|
37
|
-
if (LeaseStatus[key] === value) {
|
|
33
|
+
for (const key in exports.LeaseStatus) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.LeaseStatus, key)) {
|
|
35
|
+
if (exports.LeaseStatus[key] === value) {
|
|
38
36
|
return true;
|
|
39
37
|
}
|
|
40
38
|
}
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The order to sort by
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
asc
|
|
19
|
-
desc
|
|
20
|
-
}
|
|
16
|
+
export declare const OrderOperator: {
|
|
17
|
+
readonly asc: "asc";
|
|
18
|
+
readonly desc: "desc";
|
|
19
|
+
};
|
|
20
|
+
export type OrderOperator = typeof OrderOperator[keyof typeof OrderOperator];
|
|
21
21
|
export declare function instanceOfOrderOperator(value: any): boolean;
|
|
22
22
|
export declare function OrderOperatorFromJSON(json: any): OrderOperator;
|
|
23
23
|
export declare function OrderOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderOperator;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/order-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"order-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/order-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG7E,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS3D;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAEjG;AAED,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,GAAG,CAErE;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAEhG"}
|
|
@@ -17,17 +17,15 @@ exports.OrderOperatorToJSONTyped = exports.OrderOperatorToJSON = exports.OrderOp
|
|
|
17
17
|
/**
|
|
18
18
|
* The order to sort by
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(OrderOperator || (exports.OrderOperator = OrderOperator = {}));
|
|
21
|
+
exports.OrderOperator = {
|
|
22
|
+
asc: 'asc',
|
|
23
|
+
desc: 'desc'
|
|
24
|
+
};
|
|
27
25
|
function instanceOfOrderOperator(value) {
|
|
28
|
-
for (const key in OrderOperator) {
|
|
29
|
-
if (Object.prototype.hasOwnProperty.call(OrderOperator, key)) {
|
|
30
|
-
if (OrderOperator[key] === value) {
|
|
26
|
+
for (const key in exports.OrderOperator) {
|
|
27
|
+
if (Object.prototype.hasOwnProperty.call(exports.OrderOperator, key)) {
|
|
28
|
+
if (exports.OrderOperator[key] === value) {
|
|
31
29
|
return true;
|
|
32
30
|
}
|
|
33
31
|
}
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
/**
|
|
13
13
|
* The type of the order (e.g., Fee, Merchandise)
|
|
14
14
|
* @export
|
|
15
|
-
* @enum {string}
|
|
16
15
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
FEE
|
|
19
|
-
MERCHANDISE
|
|
20
|
-
}
|
|
16
|
+
export declare const OrderType: {
|
|
17
|
+
readonly FEE: "FEE";
|
|
18
|
+
readonly MERCHANDISE: "MERCHANDISE";
|
|
19
|
+
};
|
|
20
|
+
export type OrderType = typeof OrderType[keyof typeof OrderType];
|
|
21
21
|
export declare function instanceOfOrderType(value: any): boolean;
|
|
22
22
|
export declare function OrderTypeFromJSON(json: any): OrderType;
|
|
23
23
|
export declare function OrderTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"order-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/order-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"order-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/order-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,SAAS;;;CAGZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGjE,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASvD;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,SAAS,CAEtD;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAEzF;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,GAAG,CAE7D;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,SAAS,CAExF"}
|
|
@@ -17,17 +17,15 @@ exports.OrderTypeToJSONTyped = exports.OrderTypeToJSON = exports.OrderTypeFromJS
|
|
|
17
17
|
/**
|
|
18
18
|
* The type of the order (e.g., Fee, Merchandise)
|
|
19
19
|
* @export
|
|
20
|
-
* @enum {string}
|
|
21
20
|
*/
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
})(OrderType || (exports.OrderType = OrderType = {}));
|
|
21
|
+
exports.OrderType = {
|
|
22
|
+
FEE: 'FEE',
|
|
23
|
+
MERCHANDISE: 'MERCHANDISE'
|
|
24
|
+
};
|
|
27
25
|
function instanceOfOrderType(value) {
|
|
28
|
-
for (const key in OrderType) {
|
|
29
|
-
if (Object.prototype.hasOwnProperty.call(OrderType, key)) {
|
|
30
|
-
if (OrderType[key] === value) {
|
|
26
|
+
for (const key in exports.OrderType) {
|
|
27
|
+
if (Object.prototype.hasOwnProperty.call(exports.OrderType, key)) {
|
|
28
|
+
if (exports.OrderType[key] === value) {
|
|
31
29
|
return true;
|
|
32
30
|
}
|
|
33
31
|
}
|