@managespace/sdk 0.1.39 → 0.1.40
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.
|
@@ -59,13 +59,7 @@ export interface GetCustomersQuery {
|
|
|
59
59
|
* @type {PluginFilterItem}
|
|
60
60
|
* @memberof GetCustomersQuery
|
|
61
61
|
*/
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Balance value and operator to filter by
|
|
65
|
-
* @type {PluginFilterItem}
|
|
66
|
-
* @memberof GetCustomersQuery
|
|
67
|
-
*/
|
|
68
|
-
createdDate?: PluginFilterItem;
|
|
62
|
+
createdAt?: PluginFilterItem;
|
|
69
63
|
}
|
|
70
64
|
/**
|
|
71
65
|
* Check if a given object implements the GetCustomersQuery interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-customers-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-customers-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,EAAE,CAAC,EAAE,gBAAgB,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"get-customers-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-customers-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,EAAE,CAAC,EAAE,gBAAgB,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAChC;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAczG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAexH"}
|
|
@@ -39,8 +39,7 @@ function GetCustomersQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'tenantId': json['tenantId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['tenantId']),
|
|
40
40
|
'status': json['status'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['status']),
|
|
41
41
|
'name': json['name'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['name']),
|
|
42
|
-
'
|
|
43
|
-
'createdDate': json['createdDate'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['createdDate']),
|
|
42
|
+
'createdAt': json['createdAt'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['createdAt']),
|
|
44
43
|
};
|
|
45
44
|
}
|
|
46
45
|
exports.GetCustomersQueryFromJSONTyped = GetCustomersQueryFromJSONTyped;
|
|
@@ -59,8 +58,7 @@ function GetCustomersQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
59
58
|
'tenantId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['tenantId']),
|
|
60
59
|
'status': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['status']),
|
|
61
60
|
'name': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['name']),
|
|
62
|
-
'
|
|
63
|
-
'createdDate': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['createdDate']),
|
|
61
|
+
'createdAt': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['createdAt']),
|
|
64
62
|
};
|
|
65
63
|
}
|
|
66
64
|
exports.GetCustomersQueryToJSONTyped = GetCustomersQueryToJSONTyped;
|
package/package.json
CHANGED
|
@@ -82,13 +82,7 @@ export interface GetCustomersQuery {
|
|
|
82
82
|
* @type {PluginFilterItem}
|
|
83
83
|
* @memberof GetCustomersQuery
|
|
84
84
|
*/
|
|
85
|
-
|
|
86
|
-
/**
|
|
87
|
-
* Balance value and operator to filter by
|
|
88
|
-
* @type {PluginFilterItem}
|
|
89
|
-
* @memberof GetCustomersQuery
|
|
90
|
-
*/
|
|
91
|
-
createdDate?: PluginFilterItem;
|
|
85
|
+
createdAt?: PluginFilterItem;
|
|
92
86
|
}
|
|
93
87
|
|
|
94
88
|
/**
|
|
@@ -114,8 +108,7 @@ export function GetCustomersQueryFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
114
108
|
'tenantId': json['tenantId'] == null ? undefined : PluginFilterItemFromJSON(json['tenantId']),
|
|
115
109
|
'status': json['status'] == null ? undefined : PluginFilterItemFromJSON(json['status']),
|
|
116
110
|
'name': json['name'] == null ? undefined : PluginFilterItemFromJSON(json['name']),
|
|
117
|
-
'
|
|
118
|
-
'createdDate': json['createdDate'] == null ? undefined : PluginFilterItemFromJSON(json['createdDate']),
|
|
111
|
+
'createdAt': json['createdAt'] == null ? undefined : PluginFilterItemFromJSON(json['createdAt']),
|
|
119
112
|
};
|
|
120
113
|
}
|
|
121
114
|
|
|
@@ -136,8 +129,7 @@ export function GetCustomersQueryToJSONTyped(value?: GetCustomersQuery | null, i
|
|
|
136
129
|
'tenantId': PluginFilterItemToJSON(value['tenantId']),
|
|
137
130
|
'status': PluginFilterItemToJSON(value['status']),
|
|
138
131
|
'name': PluginFilterItemToJSON(value['name']),
|
|
139
|
-
'
|
|
140
|
-
'createdDate': PluginFilterItemToJSON(value['createdDate']),
|
|
132
|
+
'createdAt': PluginFilterItemToJSON(value['createdAt']),
|
|
141
133
|
};
|
|
142
134
|
}
|
|
143
135
|
|