@ember-home/unbound-ts-client 0.0.23 → 0.0.25

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/index.d.mts CHANGED
@@ -1336,6 +1336,12 @@ interface ConversationCreate {
1336
1336
  * @memberof ConversationCreate
1337
1337
  */
1338
1338
  'conversationTypeData': Conversationtypedata;
1339
+ /**
1340
+ *
1341
+ * @type {ConversationStatus}
1342
+ * @memberof ConversationCreate
1343
+ */
1344
+ 'status': ConversationStatus;
1339
1345
  }
1340
1346
  /**
1341
1347
  *
@@ -1359,6 +1365,12 @@ interface ConversationUpdate {
1359
1365
  * @memberof ConversationUpdate
1360
1366
  */
1361
1367
  'conversationTypeData': Conversationtypedata1;
1368
+ /**
1369
+ *
1370
+ * @type {ConversationStatus}
1371
+ * @memberof ConversationUpdate
1372
+ */
1373
+ 'status'?: ConversationStatus | null;
1362
1374
  }
1363
1375
  /**
1364
1376
  *
@@ -1911,6 +1923,19 @@ interface ListResponseManagedPhoneNumbersList {
1911
1923
  */
1912
1924
  'data': Array<ManagedPhoneNumbersList>;
1913
1925
  }
1926
+ /**
1927
+ *
1928
+ * @export
1929
+ * @interface ListResponseMessagesList
1930
+ */
1931
+ interface ListResponseMessagesList {
1932
+ /**
1933
+ *
1934
+ * @type {Array<object>}
1935
+ * @memberof ListResponseMessagesList
1936
+ */
1937
+ 'data': Array<object>;
1938
+ }
1914
1939
  /**
1915
1940
  *
1916
1941
  * @export
@@ -2010,6 +2035,30 @@ interface ManagedPhoneNumbersList {
2010
2035
  */
2011
2036
  'updatedAt': string;
2012
2037
  }
2038
+ /**
2039
+ *
2040
+ * @export
2041
+ * @interface MessageCreate
2042
+ */
2043
+ interface MessageCreate {
2044
+ /**
2045
+ *
2046
+ * @type {string}
2047
+ * @memberof MessageCreate
2048
+ */
2049
+ 'conversationId': string;
2050
+ /**
2051
+ *
2052
+ * @type {Messagetypedata}
2053
+ * @memberof MessageCreate
2054
+ */
2055
+ 'messageTypeData': Messagetypedata;
2056
+ }
2057
+ /**
2058
+ * @type Messagetypedata
2059
+ * @export
2060
+ */
2061
+ type Messagetypedata = SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 | SrcResourceModelsHelperModelsCustomBaseModelCreateApi4;
2013
2062
  /**
2014
2063
  *
2015
2064
  * @export
@@ -2292,6 +2341,70 @@ declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi2Conversation
2292
2341
  readonly Email: "EMAIL";
2293
2342
  };
2294
2343
  type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum];
2344
+ /**
2345
+ *
2346
+ * @export
2347
+ * @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
2348
+ */
2349
+ interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi3 {
2350
+ /**
2351
+ *
2352
+ * @type {string}
2353
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
2354
+ */
2355
+ 'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum;
2356
+ /**
2357
+ *
2358
+ * @type {string}
2359
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3
2360
+ */
2361
+ 'body': string;
2362
+ }
2363
+ declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum: {
2364
+ readonly Twilio: "TWILIO";
2365
+ };
2366
+ type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum];
2367
+ /**
2368
+ *
2369
+ * @export
2370
+ * @interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2371
+ */
2372
+ interface SrcResourceModelsHelperModelsCustomBaseModelCreateApi4 {
2373
+ /**
2374
+ *
2375
+ * @type {string}
2376
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2377
+ */
2378
+ 'conversationType': SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum;
2379
+ /**
2380
+ *
2381
+ * @type {string}
2382
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2383
+ */
2384
+ 'outboundFromManagedEmailId'?: string | null;
2385
+ /**
2386
+ *
2387
+ * @type {string}
2388
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2389
+ */
2390
+ 'subject': string;
2391
+ /**
2392
+ *
2393
+ * @type {string}
2394
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2395
+ */
2396
+ 'htmlBody': string | null;
2397
+ /**
2398
+ *
2399
+ * @type {string}
2400
+ * @memberof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4
2401
+ */
2402
+ 'plainBody': string | null;
2403
+ }
2404
+ declare const SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum: {
2405
+ readonly Email: "EMAIL";
2406
+ };
2407
+ type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum = typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum[keyof typeof SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum];
2295
2408
  /**
2296
2409
  *
2297
2410
  * @export
@@ -2619,7 +2732,7 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
2619
2732
  /**
2620
2733
  *
2621
2734
  * @summary Contacts List
2622
- * @param {string} [searchString]
2735
+ * @param {string | null} [searchString]
2623
2736
  * @param {string | null} [cursor] Cursor for keyset paging
2624
2737
  * @param {number} [limit]
2625
2738
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -2628,7 +2741,7 @@ declare const ContactsApiAxiosParamCreator: (configuration?: Configuration) => {
2628
2741
  * @param {*} [options] Override http request option.
2629
2742
  * @throws {RequiredError}
2630
2743
  */
2631
- contactsList: (searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2744
+ contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2632
2745
  /**
2633
2746
  * Removes an association between a contact and a listing.
2634
2747
  * @summary Delete Contact Listing
@@ -2761,7 +2874,7 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
2761
2874
  /**
2762
2875
  *
2763
2876
  * @summary Contacts List
2764
- * @param {string} [searchString]
2877
+ * @param {string | null} [searchString]
2765
2878
  * @param {string | null} [cursor] Cursor for keyset paging
2766
2879
  * @param {number} [limit]
2767
2880
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -2770,7 +2883,7 @@ declare const ContactsApiFp: (configuration?: Configuration) => {
2770
2883
  * @param {*} [options] Override http request option.
2771
2884
  * @throws {RequiredError}
2772
2885
  */
2773
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
2886
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
2774
2887
  /**
2775
2888
  * Removes an association between a contact and a listing.
2776
2889
  * @summary Delete Contact Listing
@@ -2903,7 +3016,7 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
2903
3016
  /**
2904
3017
  *
2905
3018
  * @summary Contacts List
2906
- * @param {string} [searchString]
3019
+ * @param {string | null} [searchString]
2907
3020
  * @param {string | null} [cursor] Cursor for keyset paging
2908
3021
  * @param {number} [limit]
2909
3022
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -2912,7 +3025,7 @@ declare const ContactsApiFactory: (configuration?: Configuration, basePath?: str
2912
3025
  * @param {*} [options] Override http request option.
2913
3026
  * @throws {RequiredError}
2914
3027
  */
2915
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
3028
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
2916
3029
  /**
2917
3030
  * Removes an association between a contact and a listing.
2918
3031
  * @summary Delete Contact Listing
@@ -3054,7 +3167,7 @@ declare class ContactsApi extends BaseAPI {
3054
3167
  /**
3055
3168
  *
3056
3169
  * @summary Contacts List
3057
- * @param {string} [searchString]
3170
+ * @param {string | null} [searchString]
3058
3171
  * @param {string | null} [cursor] Cursor for keyset paging
3059
3172
  * @param {number} [limit]
3060
3173
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -3064,7 +3177,7 @@ declare class ContactsApi extends BaseAPI {
3064
3177
  * @throws {RequiredError}
3065
3178
  * @memberof ContactsApi
3066
3179
  */
3067
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
3180
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
3068
3181
  /**
3069
3182
  * Removes an association between a contact and a listing.
3070
3183
  * @summary Delete Contact Listing
@@ -3626,6 +3739,131 @@ declare class ManagedPhoneNumbersApi extends BaseAPI {
3626
3739
  */
3627
3740
  managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseManagedPhoneNumbersList, any>>;
3628
3741
  }
3742
+ /**
3743
+ * MessagesApi - axios parameter creator
3744
+ * @export
3745
+ */
3746
+ declare const MessagesApiAxiosParamCreator: (configuration?: Configuration) => {
3747
+ /**
3748
+ *
3749
+ * @summary Messages Create
3750
+ * @param {MessageCreate} messageCreate
3751
+ * @param {*} [options] Override http request option.
3752
+ * @throws {RequiredError}
3753
+ */
3754
+ messagesCreate: (messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3755
+ /**
3756
+ *
3757
+ * @summary Messages Get
3758
+ * @param {string} messageId
3759
+ * @param {*} [options] Override http request option.
3760
+ * @throws {RequiredError}
3761
+ */
3762
+ messagesGet: (messageId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3763
+ /**
3764
+ *
3765
+ * @summary Messages List
3766
+ * @param {string} [conversationId]
3767
+ * @param {*} [options] Override http request option.
3768
+ * @throws {RequiredError}
3769
+ */
3770
+ messagesList: (conversationId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3771
+ };
3772
+ /**
3773
+ * MessagesApi - functional programming interface
3774
+ * @export
3775
+ */
3776
+ declare const MessagesApiFp: (configuration?: Configuration) => {
3777
+ /**
3778
+ *
3779
+ * @summary Messages Create
3780
+ * @param {MessageCreate} messageCreate
3781
+ * @param {*} [options] Override http request option.
3782
+ * @throws {RequiredError}
3783
+ */
3784
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
3785
+ /**
3786
+ *
3787
+ * @summary Messages Get
3788
+ * @param {string} messageId
3789
+ * @param {*} [options] Override http request option.
3790
+ * @throws {RequiredError}
3791
+ */
3792
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
3793
+ /**
3794
+ *
3795
+ * @summary Messages List
3796
+ * @param {string} [conversationId]
3797
+ * @param {*} [options] Override http request option.
3798
+ * @throws {RequiredError}
3799
+ */
3800
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseMessagesList>>;
3801
+ };
3802
+ /**
3803
+ * MessagesApi - factory interface
3804
+ * @export
3805
+ */
3806
+ declare const MessagesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3807
+ /**
3808
+ *
3809
+ * @summary Messages Create
3810
+ * @param {MessageCreate} messageCreate
3811
+ * @param {*} [options] Override http request option.
3812
+ * @throws {RequiredError}
3813
+ */
3814
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
3815
+ /**
3816
+ *
3817
+ * @summary Messages Get
3818
+ * @param {string} messageId
3819
+ * @param {*} [options] Override http request option.
3820
+ * @throws {RequiredError}
3821
+ */
3822
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<object>;
3823
+ /**
3824
+ *
3825
+ * @summary Messages List
3826
+ * @param {string} [conversationId]
3827
+ * @param {*} [options] Override http request option.
3828
+ * @throws {RequiredError}
3829
+ */
3830
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): AxiosPromise<ListResponseMessagesList>;
3831
+ };
3832
+ /**
3833
+ * MessagesApi - object-oriented interface
3834
+ * @export
3835
+ * @class MessagesApi
3836
+ * @extends {BaseAPI}
3837
+ */
3838
+ declare class MessagesApi extends BaseAPI {
3839
+ /**
3840
+ *
3841
+ * @summary Messages Create
3842
+ * @param {MessageCreate} messageCreate
3843
+ * @param {*} [options] Override http request option.
3844
+ * @throws {RequiredError}
3845
+ * @memberof MessagesApi
3846
+ */
3847
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
3848
+ /**
3849
+ *
3850
+ * @summary Messages Get
3851
+ * @param {string} messageId
3852
+ * @param {*} [options] Override http request option.
3853
+ * @throws {RequiredError}
3854
+ * @memberof MessagesApi
3855
+ */
3856
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
3857
+ /**
3858
+ *
3859
+ * @summary Messages List
3860
+ * @param {string} [conversationId]
3861
+ * @param {*} [options] Override http request option.
3862
+ * @throws {RequiredError}
3863
+ * @memberof MessagesApi
3864
+ */
3865
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseMessagesList, any>>;
3866
+ }
3629
3867
  /**
3630
3868
  * PhoneNumbersApi - axios parameter creator
3631
3869
  * @export
@@ -3856,7 +4094,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
3856
4094
  /**
3857
4095
  *
3858
4096
  * @summary Contacts List
3859
- * @param {string} [searchString]
4097
+ * @param {string | null} [searchString]
3860
4098
  * @param {string | null} [cursor] Cursor for keyset paging
3861
4099
  * @param {number} [limit]
3862
4100
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -3865,7 +4103,7 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
3865
4103
  * @param {*} [options] Override http request option.
3866
4104
  * @throws {RequiredError}
3867
4105
  */
3868
- contactsList: (searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4106
+ contactsList: (searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3869
4107
  /**
3870
4108
  * Removes an association between a contact and a listing.
3871
4109
  * @summary Delete Contact Listing
@@ -3968,6 +4206,30 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
3968
4206
  * @throws {RequiredError}
3969
4207
  */
3970
4208
  managedPhoneNumbersList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4209
+ /**
4210
+ *
4211
+ * @summary Messages Create
4212
+ * @param {MessageCreate} messageCreate
4213
+ * @param {*} [options] Override http request option.
4214
+ * @throws {RequiredError}
4215
+ */
4216
+ messagesCreate: (messageCreate: MessageCreate, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4217
+ /**
4218
+ *
4219
+ * @summary Messages Get
4220
+ * @param {string} messageId
4221
+ * @param {*} [options] Override http request option.
4222
+ * @throws {RequiredError}
4223
+ */
4224
+ messagesGet: (messageId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4225
+ /**
4226
+ *
4227
+ * @summary Messages List
4228
+ * @param {string} [conversationId]
4229
+ * @param {*} [options] Override http request option.
4230
+ * @throws {RequiredError}
4231
+ */
4232
+ messagesList: (conversationId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3971
4233
  /**
3972
4234
  *
3973
4235
  * @summary Phone_numbers Create
@@ -4077,7 +4339,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
4077
4339
  /**
4078
4340
  *
4079
4341
  * @summary Contacts List
4080
- * @param {string} [searchString]
4342
+ * @param {string | null} [searchString]
4081
4343
  * @param {string | null} [cursor] Cursor for keyset paging
4082
4344
  * @param {number} [limit]
4083
4345
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -4086,7 +4348,7 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
4086
4348
  * @param {*} [options] Override http request option.
4087
4349
  * @throws {RequiredError}
4088
4350
  */
4089
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
4351
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PaginatedResponseContacts>>;
4090
4352
  /**
4091
4353
  * Removes an association between a contact and a listing.
4092
4354
  * @summary Delete Contact Listing
@@ -4189,6 +4451,30 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
4189
4451
  * @throws {RequiredError}
4190
4452
  */
4191
4453
  managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseManagedPhoneNumbersList>>;
4454
+ /**
4455
+ *
4456
+ * @summary Messages Create
4457
+ * @param {MessageCreate} messageCreate
4458
+ * @param {*} [options] Override http request option.
4459
+ * @throws {RequiredError}
4460
+ */
4461
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
4462
+ /**
4463
+ *
4464
+ * @summary Messages Get
4465
+ * @param {string} messageId
4466
+ * @param {*} [options] Override http request option.
4467
+ * @throws {RequiredError}
4468
+ */
4469
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
4470
+ /**
4471
+ *
4472
+ * @summary Messages List
4473
+ * @param {string} [conversationId]
4474
+ * @param {*} [options] Override http request option.
4475
+ * @throws {RequiredError}
4476
+ */
4477
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListResponseMessagesList>>;
4192
4478
  /**
4193
4479
  *
4194
4480
  * @summary Phone_numbers Create
@@ -4298,7 +4584,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
4298
4584
  /**
4299
4585
  *
4300
4586
  * @summary Contacts List
4301
- * @param {string} [searchString]
4587
+ * @param {string | null} [searchString]
4302
4588
  * @param {string | null} [cursor] Cursor for keyset paging
4303
4589
  * @param {number} [limit]
4304
4590
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -4307,7 +4593,7 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
4307
4593
  * @param {*} [options] Override http request option.
4308
4594
  * @throws {RequiredError}
4309
4595
  */
4310
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
4596
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): AxiosPromise<PaginatedResponseContacts>;
4311
4597
  /**
4312
4598
  * Removes an association between a contact and a listing.
4313
4599
  * @summary Delete Contact Listing
@@ -4410,6 +4696,30 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
4410
4696
  * @throws {RequiredError}
4411
4697
  */
4412
4698
  managedPhoneNumbersList(options?: RawAxiosRequestConfig): AxiosPromise<ListResponseManagedPhoneNumbersList>;
4699
+ /**
4700
+ *
4701
+ * @summary Messages Create
4702
+ * @param {MessageCreate} messageCreate
4703
+ * @param {*} [options] Override http request option.
4704
+ * @throws {RequiredError}
4705
+ */
4706
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): AxiosPromise<object>;
4707
+ /**
4708
+ *
4709
+ * @summary Messages Get
4710
+ * @param {string} messageId
4711
+ * @param {*} [options] Override http request option.
4712
+ * @throws {RequiredError}
4713
+ */
4714
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): AxiosPromise<object>;
4715
+ /**
4716
+ *
4717
+ * @summary Messages List
4718
+ * @param {string} [conversationId]
4719
+ * @param {*} [options] Override http request option.
4720
+ * @throws {RequiredError}
4721
+ */
4722
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): AxiosPromise<ListResponseMessagesList>;
4413
4723
  /**
4414
4724
  *
4415
4725
  * @summary Phone_numbers Create
@@ -4529,7 +4839,7 @@ declare class UnboundApi extends BaseAPI {
4529
4839
  /**
4530
4840
  *
4531
4841
  * @summary Contacts List
4532
- * @param {string} [searchString]
4842
+ * @param {string | null} [searchString]
4533
4843
  * @param {string | null} [cursor] Cursor for keyset paging
4534
4844
  * @param {number} [limit]
4535
4845
  * @param {PaginationDirection} [pageDir] Direction of paging
@@ -4539,7 +4849,7 @@ declare class UnboundApi extends BaseAPI {
4539
4849
  * @throws {RequiredError}
4540
4850
  * @memberof UnboundApi
4541
4851
  */
4542
- contactsList(searchString?: string, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
4852
+ contactsList(searchString?: string | null, cursor?: string | null, limit?: number, pageDir?: PaginationDirection, sortBy?: ContactSortBy, sortOrder?: SortOrder, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<PaginatedResponseContacts, any>>;
4543
4853
  /**
4544
4854
  * Removes an association between a contact and a listing.
4545
4855
  * @summary Delete Contact Listing
@@ -4654,6 +4964,33 @@ declare class UnboundApi extends BaseAPI {
4654
4964
  * @memberof UnboundApi
4655
4965
  */
4656
4966
  managedPhoneNumbersList(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseManagedPhoneNumbersList, any>>;
4967
+ /**
4968
+ *
4969
+ * @summary Messages Create
4970
+ * @param {MessageCreate} messageCreate
4971
+ * @param {*} [options] Override http request option.
4972
+ * @throws {RequiredError}
4973
+ * @memberof UnboundApi
4974
+ */
4975
+ messagesCreate(messageCreate: MessageCreate, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
4976
+ /**
4977
+ *
4978
+ * @summary Messages Get
4979
+ * @param {string} messageId
4980
+ * @param {*} [options] Override http request option.
4981
+ * @throws {RequiredError}
4982
+ * @memberof UnboundApi
4983
+ */
4984
+ messagesGet(messageId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
4985
+ /**
4986
+ *
4987
+ * @summary Messages List
4988
+ * @param {string} [conversationId]
4989
+ * @param {*} [options] Override http request option.
4990
+ * @throws {RequiredError}
4991
+ * @memberof UnboundApi
4992
+ */
4993
+ messagesList(conversationId?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ListResponseMessagesList, any>>;
4657
4994
  /**
4658
4995
  *
4659
4996
  * @summary Phone_numbers Create
@@ -4693,4 +5030,4 @@ declare class UnboundApi extends BaseAPI {
4693
5030
  webhook(hostawayWebhook: HostawayWebhook, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<any, any>>;
4694
5031
  }
4695
5032
 
4696
- export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type AddressItemApi, type AddressUpdate, AddressesApi, AddressesApiAxiosParamCreator, AddressesApiFactory, AddressesApiFp, type AddressesCreate, type AddressesUpdate, Configuration, type ConfigurationParameters, type ContactCreate, ContactListingType, ContactSortBy, type ContactTypeDataApi, type ContactUpdate, type Contacts, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, type ContactsCreate, type ContactsGet, type ContactsUpdate, type ConversationCreate, ConversationStatus, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type ConversationsCreate, type ConversationsGet, type ConversationsList, type ConversationsUpdate, type Conversationtypedata, type Conversationtypedata1, type Conversationtypedata2, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailCreate, EmailsApi, EmailsApiAxiosParamCreator, EmailsApiFactory, EmailsApiFp, type EmailsCreate, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAccountsList, type ListResponseConversationsList, type ListResponseInquiriesList, type ListResponseListingsList, type ListResponseManagedPhoneNumbersList, type ListResponseReservationsList, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ListingsList, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type ManagedPhoneNumbersList, type OwnerDataApi, type PaginatedResponseContacts, PaginationDirection, type PhoneApi, type PhoneNumberCreate, PhoneNumbersApi, PhoneNumbersApiAxiosParamCreator, PhoneNumbersApiFactory, PhoneNumbersApiFp, type PhoneNumbersCreate, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type ReservationsList, SortOrder, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };
5033
+ export { type APIValidationError, type APIValidationErrorLocInner, AccountsApi, AccountsApiAxiosParamCreator, AccountsApiFactory, AccountsApiFp, type AccountsList, type AddressApi, type AddressCreate, type AddressItemApi, type AddressUpdate, AddressesApi, AddressesApiAxiosParamCreator, AddressesApiFactory, AddressesApiFp, type AddressesCreate, type AddressesUpdate, Configuration, type ConfigurationParameters, type ContactCreate, ContactListingType, ContactSortBy, type ContactTypeDataApi, type ContactUpdate, type Contacts, ContactsApi, ContactsApiAxiosParamCreator, ContactsApiFactory, ContactsApiFp, type ContactsCreate, type ContactsGet, type ContactsUpdate, type ConversationCreate, ConversationStatus, type ConversationUpdate, ConversationsApi, ConversationsApiAxiosParamCreator, ConversationsApiFactory, ConversationsApiFp, type ConversationsCreate, type ConversationsGet, type ConversationsList, type ConversationsUpdate, type Conversationtypedata, type Conversationtypedata1, type Conversationtypedata2, type CreateContactListing, type DeleteContactListing, type EmailApi, type EmailCreate, EmailsApi, EmailsApiAxiosParamCreator, EmailsApiFactory, EmailsApiFp, type EmailsCreate, type GuestDataApi, type HTTPValidationError, HostawayApi, HostawayApiAxiosParamCreator, HostawayApiFactory, HostawayApiFp, type HostawayWebhook, InquiriesApi, InquiriesApiAxiosParamCreator, InquiriesApiFactory, InquiriesApiFp, type LeadDataApi, type ListResponseAccountsList, type ListResponseConversationsList, type ListResponseInquiriesList, type ListResponseListingsList, type ListResponseManagedPhoneNumbersList, type ListResponseMessagesList, type ListResponseReservationsList, ListingsApi, ListingsApiAxiosParamCreator, ListingsApiFactory, ListingsApiFp, type ListingsList, ManagedPhoneNumbersApi, ManagedPhoneNumbersApiAxiosParamCreator, ManagedPhoneNumbersApiFactory, ManagedPhoneNumbersApiFp, type ManagedPhoneNumbersList, type MessageCreate, MessagesApi, MessagesApiAxiosParamCreator, MessagesApiFactory, MessagesApiFp, type Messagetypedata, type OwnerDataApi, type PaginatedResponseContacts, PaginationDirection, type PhoneApi, type PhoneNumberCreate, PhoneNumbersApi, PhoneNumbersApiAxiosParamCreator, PhoneNumbersApiFactory, PhoneNumbersApiFp, type PhoneNumbersCreate, ReservationsApi, ReservationsApiAxiosParamCreator, ReservationsApiFactory, ReservationsApiFp, type ReservationsList, SortOrder, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi1, SrcResourceModelsHelperModelsCustomBaseModelCreateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi2, SrcResourceModelsHelperModelsCustomBaseModelCreateApi2ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi3, SrcResourceModelsHelperModelsCustomBaseModelCreateApi3ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelCreateApi4, SrcResourceModelsHelperModelsCustomBaseModelCreateApi4ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi1ConversationTypeEnum, type SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2, SrcResourceModelsHelperModelsCustomBaseModelUpdateApi2ConversationTypeEnum, UnboundApi, UnboundApiAxiosParamCreator, UnboundApiFactory, UnboundApiFp, type UpdateContactListing };